]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
remove nested function hack_digit
[thirdparty/glibc.git] / ChangeLog
CommitLineData
8e257a29
KS
12014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
2
3 * stdio-common/printf_fp.c
4 (hack_digit): New function, broken out of ...
5 (__printf_fp): ... local function here. Update call sites.
6 hack_digit now takes an additional parameter that is a pointer
7 to a struct of the referenced locals. Those locals moved inside
8 the struct and references updated.
9
f4a58f0d
L
102014-09-29 H.J. Lu <hongjiu.lu@intel.com>
11
12 * aclocal.m4: Require autoconf 2.69.
13 * configure: Regenerated.
14 * sysdeps/aarch64/configure: Likewise.
15 * sysdeps/alpha/configure: Likewise.
16 * sysdeps/arm/armv7/configure: Likewise.
17 * sysdeps/arm/configure: Likewise.
18 * sysdeps/ia64/configure: Likewise.
19 * sysdeps/mach/configure: Likewise.
20 * sysdeps/mips/configure: Likewise.
21 * sysdeps/s390/configure: Likewise.
22 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
23 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
24
25 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
26 file.
27 * sysdeps/ia64/configure.ac: Likewise.
28
93ae1eba
JM
292014-09-26 Joseph Myers <joseph@codesourcery.com>
30
1810d3ab
JM
31 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
32 specify symbol version for ld.so. Do not include entry for
33 libpthread.
34 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
35 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
36 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
37
93ae1eba
JM
38 [BZ #14171]
39 * Makeconfig [$(build-shared) = yes]
40 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
41 makefiles.
42 [$(build-shared) = yes && $(soversions.mk-done) = t]
43 ($(common-objpfx)gnu/lib-names.h): Remove rule.
44 [$(build-shared) = yes && $(soversions.mk-done) = t]
45 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
46 to Makerules.
47 [$(build-shared) = yes && $(soversions.mk-done) = t]
48 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
49 here.
50 [$(build-shared) = yes && $(soversions.mk-done) = t]
51 (common-generated): Don't append gnu/lib-names.h and
52 gnu/lib-names.stmp here.
53 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
54 (lib-names-h-abi): New variable.
55 [$(build-shared) = yes && $(soversions.mk-done) = t]
56 (lib-names-stmp-abi): Likewise.
57 [$(build-shared) = yes && $(soversions.mk-done) = t &&
58 abi-variants] (before-compile): Append
59 $(common-objpfx)$(lib-names-h-abi).
60 [$(build-shared) = yes && $(soversions.mk-done) = t &&
61 abi-variants] (common-generated): Append gnu/lib-names.h.
62 [$(build-shared) = yes && $(soversions.mk-done) = t &&
63 abi-variants] (install-others-nosubdir): Depend on
64 $(inst_includedir)/$(lib-names-h-abi).
65 [$(build-shared) = yes && $(soversions.mk-done) = t &&
66 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
67 [$(build-shared) = yes && $(soversions.mk-done) = t]
68 ($(common-objpfx)$(lib-names-h-abi)): New rule.
69 [$(build-shared) = yes && $(soversions.mk-done) = t]
70 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
71 [$(build-shared) = yes && $(soversions.mk-done) = t]
72 (common-generated): Append $(lib-names-h-abi) and
73 $(lib-names-stmp-abi).
74 * scripts/lib-names.awk: Do not handle multi being set.
75 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
76 Remove variable.
77 (abi-lp64_be-ld-soname): Likewise.
78 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
79 Likewise.
80 (abi-hard-ld-soname): Likewise.
81 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
82 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
83 Remove variable.
84 (abi-o32_hard-ld-soname): Likewise.
85 (abi-o32_soft_2008-ld-soname): Likewise.
86 (abi-o32_hard_2008-ld-soname): Likewise.
87 (abi-n32_soft-ld-soname): Likewise.
88 (abi-n32_hard-ld-soname): Likewise.
89 (abi-n32_soft_2008-ld-soname): Likewise.
90 (abi-n32_hard_2008-ld-soname): Likewise.
91 (abi-n64_soft-ld-soname): Likewise.
92 (abi-n64_hard-ld-soname): Likewise.
93 (abi-n64_soft_2008-ld-soname): Likewise.
94 (abi-n64_hard_2008-ld-soname): Likewise.
95 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
96 Likewise.
97 (abi-64-v2-ld-soname): Likewise.
98 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
99 ld.so entries.
100 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
101 variable.
102 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
103 entry.
104 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
105 variable.
106 (abi-64-ld-soname): Likewise.
107 (abi-x32-ld-soname): Likewise.
108 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
109 entry.
110 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
111
68870f12
JM
1122014-09-23 Joseph Myers <joseph@codesourcery.com>
113
114 [BZ #14138]
115 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
116 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
117 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
118 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
119 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
120 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
121 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
122 syscall entry for GLIBC_2.2 symbol version.
123 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
124 Likewise.
125 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
126 (setrlimit): Likewise.
127 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
128 Likewise.
129
ea58f202
WN
1302014-09-23 Will Newton <will.newton@linaro.org>
131
132 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
133 _LINUX_ARM_SYSDEP_H include guard too.
134 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
135 define.
136
69eb9a18
RV
1372014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
138
139 * sysdeps/unix/sysv/linux/eventfd.c:
140 Make first argument unsigned.
141 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
142 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
143
20e5a5f7
OB
1442014-09-20 Ondřej Bílka <neleai@seznam.cz>
145
146 * socket/recvmmsg.c (recvmmsg): Drop const argument.
147 * socket/sys/socket.h: Likewise
148 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
149
d3c827e7
AK
1502014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
151
152 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
153
fe1cc35a
AS
1542014-09-17 Arjun Shankar <arjun.is@lostca.se>
155
156 * time/tst-ftime.c: New test.
157 * time/Makefile (tests): Add tst-ftime.
158
4e8afe69
JM
1592014-09-17 Joseph Myers <joseph@codesourcery.com>
160
c4fe3ea7
JM
161 * soft-fp/extended.h: Fix comment formatting.
162 * soft-fp/op-1.h: Likewise.
163 * soft-fp/op-2.h: Likewise.
164 * soft-fp/op-4.h: Likewise.
165 * soft-fp/op-8.h: Likewise.
166 * soft-fp/op-common.h: Likewise.
167 * soft-fp/soft-fp.h: Likewise.
168
4e8afe69
JM
169 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
170
af296fcd
JM
1712014-09-16 Joseph Myers <joseph@codesourcery.com>
172
173 [BZ #6652]
174 * Makeconfig (soversions-default-setname): Remove variable.
175 ($(common-objpfx)soversions.i): Don't pass default_setname to
176 soversions.awk.
177 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
178 oldest_abi to abi-versions.awk.
179 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
180 * config.make.in (oldest-abi): Remove variable.
181 * configure.ac (--enable-oldest-abi): Remove configure option.
182 * configure: Regenerated.
183 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
184 text.
185 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
186 * scripts/soversions.awk: Do not handle default_setname variable.
187 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
188 variable.
189 * sysdeps/mach/hurd/configure: Regenerated.
190 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
191 variable.
192 * sysdeps/unix/sysv/linux/configure: Regenerated.
193
545583d6
SP
1942014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
195
d330b980
SP
196 * elf/Makefile (CFLAGS-interp.c): Remove.
197 ($(elf-objpfx)runtime-linker.h): Generate header with linker
198 path string.
199 * elf/interp.c: Include generated runtime-linker.h
200
02657da2
SP
201 * Makerules (lib%.so): Don't include $(+interp) in
202 prerequisites.
203 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
204 * dlfcn/eval.c: Remove file.
205
653b1080
SP
206 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
207 macros.
208
602f80ec
SP
209 [BZ #17266]
210 * misc/sys/cdefs.h: Define __extern_always_inline for clang
211 4.2 and newer.
212
545583d6
SP
213 [BZ #17370]
214 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
215
884ddc50
SP
2162014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
217 Jakub Jelinek <jakub@redhat.com>
218
219 [BZ #17266]
220 * libio/stdio.h: Check definition of __fortify_function
221 instead of __extern_always_inline to include bits/stdio2.h.
222 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
223 check if __extern_always_inline is defined.
224 [__USE_MISC || __USE_XOPEN]: Likewise.
225 [__USE_ISOC99] Likewise.
226 * misc/sys/cdefs.h (__fortify_function): Define only if
227 __extern_always_inline is defined.
228 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
229 __extern_always_inline and __extern_inline only for g++-4.3
230 and newer or a compatible gcc.
231
a7b87268
AS
2322014-09-15 Andreas Schwab <schwab@linux-m68k.org>
233
234 [BZ #17371]
235 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
236 last change to handle zero prefix length.
237
3f41521d
SP
2382014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
239
61fe374a
SP
240 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
241 _SC_REGEX_VERSION.
242
3f41521d
SP
243 * posix/getconf.c (vars): Add _POSIX_IPV6 and
244 _POSIX_RAW_SOCKETS.
245
d8f879ee
AM
2462014-09-13 Allan McRae <allan@archlinux.org>
247
248 * po/ru.po: Update Russian translation from translation project.
249
c079afb7
RM
2502014-09-12 Roland McGrath <roland@hack.frob.com>
251
a62b3c15
RM
252 * locale/programs/locale.c (show_locale_vars): Inline local function
253 into its sole call site. Clean up some style nits.
254 (print_item): New function, broken out of ...
255 (show_info): ... local function here. Clean up style nits.
256
d7e49b19
RM
257 * locale/programs/ld-ctype.c (set_one_default): New function, broken
258 out of ...
259 (set_class_defaults): ... local function set_default here.
260 Define set_default as a macro locally to pass constant parameters.
261 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
262 rather than a shared local.
263
c079afb7
RM
264 * stdlib/rpmatch.c (try): New function, broken out of ...
265 (rpmatch): ... local function here. Also, prototypify definition.
266
0bd72468
JM
2672014-09-12 Joseph Myers <joseph@codesourcery.com>
268
ba90e050
JM
269 * scripts/soversions.awk: Do not handle configuration names.
270 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
271 vendor and os variables to soversions.awk.
272 * configure.ac: Do not modify gnu-* host_os.
273 * configure: Regenerated
274 * shlib-versions: Remove first column with configuration names.
275 * nptl/shlib-versions: Likewise.
276 * nptl_db/shlib-versions: Likewise.
277 * sysdeps/hppa/shlib-versions: Likewise.
278 * sysdeps/m68k/shlib-versions: Likewise.
279 * sysdeps/mach/hurd/shlib-versions: Likewise.
280 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
281 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
282 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
283 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
284 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
285 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
286 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
287 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
288 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
289 Likewise.
290 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
291 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
292 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
293 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
294 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
295 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
296 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
297 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
298
73a39112
JM
299 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
300 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
301 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
302 Regenerated.
303 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
305 Condition symbol version definitions on [HAVE_ELFV2_ABI].
306
c729e7c1
JM
307 * shlib-versions: Remove OS-specific entries. Moved to files in
308 sysdeps.
309 * sysdeps/mach/hurd/shlib-versions: New file.
310 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
311
dc932a24
JM
312 * nptl/shlib-versions: Remove architecture-specific entries.
313 Moved to files in sysdeps.
314 * shlib-versions: Likewise.
315 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
316 file.
317 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
318 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
319 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
320 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
321
0bd72468
JM
322 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
323 (UDP_NO_CHECK6_RX): Likewise.
324
920238e0
SP
3252014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
326
327 * sysdeps/posix/sysconf.c (__sysconf): Spell
328 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
329
ba7b4d29
FW
3302014-08-12 Florian Weimer <fweimer@redhat.com>
331
332 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
333 loading.
334 * iconv/Versions (__gconv_transliterate): Export for use from
335 gconv modules.
336 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
337 (struct __gconv_trans_data, __gconv_trans_fct,
338 __gconv_trans_context_fct, __gconv_trans_query_fct,
339 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
340 definitions.
341 (struct __gconv_step_data): Remove __trans member.
342 (__gconv_transliterate): Declaration moved from gconv_int.h. No
343 longer hidden. Remove unused trans_data argument.
344 * iconv/gconv_int.h (struct trans_struct): Remove definition.
345 (__gconv_translit_find): Remove declaration.
346 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
347 prototype.
348 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
349 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
350 trans_data argument. Add hidden definition.
351 (__gconv_translit_find): Remove.
352 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
353 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
354 * iconv/skeleton.c: Remove transliteration initialization.
355 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
356 __gconv_step_data initialization.
357 * libio/iofwide.c (__libio_translit_): Remove.
358 (_IO_fwide): Adjust struct __gconv_step_data initialization.
359 * wcsmbs/btowc.c (__btowc): Likewise.
360 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
361 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
362 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
363 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
364 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
365 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
366 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
367 * wcsmbs/wctob.c (wctob): Likewise.
368
5379aebd
SP
3692014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
370
371 [BZ #16194]
372 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
373 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
374 register usage.
375 * sysdeps/x86/Makefile: Adjust.
376
8c0ab919
RM
3772014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
378 Roland McGrath <roland@hack.frob.com>
379
380 * locale/weight.h: Add include guard.
381 (findidx): Make static rather than auto; take new parameters
382 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
383 * locale/weightwc.h: Likewise.
384 * posix/fnmatch_loop.c
385 (FCT): Change type of EXTRA from int32_t to wint_t.
386 Don't include either header inside the function.
387 Call FINDIDX rather than findidx, and pass new arguments.
388 #undef FINDIDX at the end of the file.
389 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
390 FINDIDX before including fnmatch_loop.c for the non-wide version.
391 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
392 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
393 for the wide version.
394 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
395 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
396 Pass new arguments to findidx.
397 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
398 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
399 Don't #include it inside the function. Pass new arguments to findidx.
400 * posix/regex_internal.h
401 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
402 (re_string_elem_size_at): Don't #include it inside the function.
403 Pass new arguments to findidx.
404 * string/strcoll_l.c: #include WEIGHT_H at top level.
405 (get_next_seq): Don't #include it inside the function.
406 Pass new arguments to findidx.
407 (get_next_seq_nocache): Likewise.
408 * string/strxfrm_l.c: #include WEIGHT_H at top level.
409 (STRXFRM): Don't #include it inside the function.
410 Pass new arguments to findidx.
411
52ffbdf2
FW
4122014-09-11 Florian Weimer <fweimer@redhat.com>
413
414 [BZ #17344]
415 * malloc/malloc.c (unlink): Turn asserts into a call to
416 malloc_printerr.
417
984c0ea9
TL
4182014-09-11 Tim Lammens <tim.lammens@gmail.com>
419
420 [BZ #17370]
421 * libio/wfileops (do_ftell_wide): Free OUT.
422
3daee107
CM
4232014-09-10 Chris Metcalf <cmetcalf@tilera.com>
424
425 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
426
58b930ae
SP
4272014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
428
429 [BZ #17363]
430 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
431 group if the current group is empty.
432
3b473fec
AZ
4332014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
434
71ae8647
AZ
435 * benchtests/bench-memset.c (test_main): Add more test from size
436 from 32 to 512 bytes.
437 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
438 Add POWER8 memset object.
439 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
440 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
441 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
442 implementation.
443 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
444 Likewise.
445 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
446 multiarch POWER8 memset optimization.
447 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
448 POWER8 memset optimization.
449
3b473fec
AZ
450 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
451 Remove bzero multiarch objects.
452 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
453 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
454 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
455 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
456 Remove define.
457 [__bzero]: Redefine to specific name.
458 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
459 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
460 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
461 define.
462 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
463 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
464
e6fb9587
FW
4652014-09-10 Florian Weimer <fweimer@redhat.com>
466
467 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
468 warnings into errors.
469
470 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
471 __cxa_thread_atexit_impl prototype.
472
9d3a350b
SE
4732014-09-09 Steve Ellcey <sellcey@mips.com>
474
475 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
476 Fix capitalization of error message.
477
0febba23
SE
4782014-09-09 Steve Ellcey <sellcey@mips.com>
479
480 * sysdeps/mips/preconfigure: Modify ABI tests.
481
645a0e9c
CD
4822014-09-07 Carlos O'Donell <carlos@systemhalted.org>
483
484 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
485
d83f0734
CD
4862014-09-07 Roland McGrath <roland@hack.frob.com>
487 Carlos O'Donell <carlos@systemhalted.org>
488
489 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
490 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
491 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
492 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
493 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
494 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
495 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
496 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
497 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
498 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
499 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
500 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
501 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
502 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
503 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
504 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
505 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
506 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
507 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
508 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
509 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
510 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
511 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
512 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
513 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
514 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
515 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
516 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
517 Deconditionalize the code that was previously under [RESET_PID].
518 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
519 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
520 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
521 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
522 include sysdep.h.
523
21c83793
AM
5242014-09-08 Allan McRae <allan@archlinux.org>
525
526 * version.h (RELEASE): Set to "development".
527 (VERSION): Set to "2.20.90"
528
1cd9b65c
AM
5292014-09-07 Allan McRae <allan@archlinux.org
530
b8079dd0
AM
531 * version.h (RELEASE): Set to "stable".
532 (VERSION): Set to "2.20"
533 * include/features.h (__GLIBC_MINOR__): Set to 20.
534
c46303ef
AM
535 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
536 Liebler.
537
1cd9b65c
AM
538 * po/ko.po: Update Korean translation from translation project.
539
8622092d
CM
5402014-09-06 Chris Metcalf <cmetcalf@tilera.com>
541
542 [BZ #17354]
543 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
544 macro for handling signed relocations.
545
41488498
FW
5462014-09-03 Florian Weimer <fweimer@redhat.com>
547
548 [BZ #17325]
549 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
550 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
551 assert.
552 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
553 * iconvdata/ibm935.c (BODY): Likewise.
554 * iconvdata/ibm937.c (BODY): Likewise.
555 * iconvdata/ibm939.c (BODY): Likewise.
556 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
557 assert.
558 * iconvdata/Makefile (iconv-test.out): Pass module list to test
559 script.
560 * iconvdata/run-iconv-test.sh: New test loop for checking for
561 decoder crashers.
562
a78b712d
KR
5632014-09-02 Khem Raj <raj.khem@gmail.com>
564
565 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
566 libm_hidden_ver.
567
cb08abc6
AM
5682014-09-01 Allan McRae <allan@archlinux.org>
569
2c31e102
AM
570 * po/eo.po: Update Esperanto translation from translation project.
571
cb08abc6
AM
572 * po/ca.po: Update Catalan translation from translation project.
573
17a62de1
ST
5742014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
575
576 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
577 __proc_dostop call.
578
9570bc53
MW
5792014-08-27 Mark Wielaard <mjw@redhat.com>
580
581 [BZ #17319]
582 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
583 to call set_thread_area instead of hand written asm.
584 (__NR_set_thread_area): Removed define.
585 (TLS_FLAG_WRITABLE): Likewise.
586 (__ASSUME_SET_THREAD_AREA): Remove check.
587 (TLS_EBX_ARG): Remove define.
588 (TLS_LOAD_EBX): Likewise.
589
b0f955c9
ST
5902014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
591
592 Simplify atomicity of socket creation in bind.
593
594 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
595 looking up the name after linking the file.
596
529bf515
AM
5972014-08-27 Allan McRae <allan@archlinux.org>
598
599 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
600
a1a6a401
FW
6012014-08-26 Florian Weimer <fweimer@redhat.com>
602
603 [BZ #17187]
604 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
605 trans_compare, open_translit, __gconv_translit_find):
606 Remove module loading code.
607
686ab290
AM
6082014-08-26 Allan McRae <allan@archlinux.org>
609
e4e7cfd2
AM
610 * po/vi.po: Update Vietnamese translation from translation project.
611
6aa09f71
AM
612 * po/uk.po: Update Ukrainian translation from translation project.
613
edc0660e
AM
614 * po/fr.po: Update French translation from translation project.
615
7eea72ac
AM
616 * po/ru.po: Update Russian translation from translation project.
617
93c49eff
AM
618 * po/pl.po: Update Polish translation from translation project.
619
46acaf63
AM
620 * po/cs.po: Update Czech translation from translation project.
621
a9f5ce98
AM
622 * po/de.po: Update German translation from translation project.
623
373f2b78
AM
624 * po/bg.po: Update Bulgarian translation from translation project.
625
e7548bd8
AM
626 * po/sv.po: Update Sweedish translation from translation project.
627
c526bf4d
AM
628 * po/nl.po: Update Dutch translation from translation project.
629
686ab290
AM
630 * po/es.po: Update Spanish translation from translation project.
631
eb72478a
SP
6322014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
633
dd763fdb
SP
634 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
635
318c7a58
SP
636 * catgets/Makefile (CPPFLAGS-gencat): Remove.
637 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
638 (CPPFLAGS-iconvconfig): Likewise.
639 * timezone/Makefile (CPPFLAGS-zic): Likewise.
640
eb72478a
SP
641 * include/libc-symbols.h: Remove unnecessary check for
642 NOT_IN_libc.
643 * nptl/pthreadP.h: Likewise.
644 * sysdeps/aarch64/setjmp.S: Likewise.
645 * sysdeps/alpha/setjmp.S: Likewise.
646 * sysdeps/arm/sysdep.h: Likewise.
647 * sysdeps/i386/setjmp.S: Likewise.
648 * sysdeps/m68k/setjmp.c: Likewise.
649 * sysdeps/posix/getcwd.c: Likewise.
650 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
651 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
652 * sysdeps/s390/s390-32/setjmp.S: Likewise.
653 * sysdeps/s390/s390-64/setjmp.S: Likewise.
654 * sysdeps/sh/sh3/setjmp.S: Likewise.
655 * sysdeps/sh/sh4/setjmp.S: Likewise.
656 * sysdeps/unix/alpha/sysdep.h: Likewise.
657 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
658 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
659 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
660 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
661 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
662 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
663 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
664 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
665 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
666 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
667 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
668 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
669 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
670 * sysdeps/x86_64/setjmp.S: Likewise.
671
d44a052c
JM
6722014-08-13 Joseph Myers <joseph@codesourcery.com>
673
674 [BZ #17263]
675 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
676 <stdint.h>.
677 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
678 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
679
508ce3ac
SP
6802014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
681
e44c8b0e
SP
682 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
683
508ce3ac
SP
684 [BZ #17262]
685 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
686 and __x86_64__ when disabling x87 inline functions.
687
b4acef1f
L
6882014-08-12 H.J. Lu <hongjiu.lu@intel.com>
689
690 [BZ #17259]
691 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
692 asm statement with __cpuid_count.
693
61b1ef6e
MF
6942014-08-12 Mike Frysinger <vapier@gentoo.org>
695
696 * configure.ac: Change __ehdr_start code to dereference the struct.
697 Run readelf on the output to look for relocations.
698 * configure: Regenerated.
699
898c62f4
JM
7002014-08-12 Joseph Myers <joseph@codesourcery.com>
701
702 [BZ #17261]
703 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
704 value to 0.
705 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
706
9a8a5720
RM
7072014-08-12 Roland McGrath <roland@hack.frob.com>
708
709 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
710
4e75751c
BO
7112014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
712
713 [BZ #16892]
714 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
715 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
716
bb2ce416
SA
7172014-08-12 Sean Anderson <seanga2@gmail.com>
718
719 * malloc/malloc.c: Fix typo in comment.
720
7950a4ee
AM
7212014-08-09 Allan McRae <allan@archlinux.org>
722
723 * Regenerate libc.po.
724
f469c49f
MF
7252014-08-08 Mike Frysinger <vapier@gentoo.org>
726
727 * intl/tst-gettext2.sh: Check every lang file for creation.
728
656b84c2
WD
7292014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
730
731 * sysdeps/aarch64/fpu/math_private.h
732 (libc_feholdsetround_noex_aarch64_ctx): New function.
733
538e9e45
W
7342014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
735
736 * sysdeps/arm/armv6/strcpy.S (strcpy):
737 Fix performance issue in misaligned cases.
738
d4795e4a
AZ
7392014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
740
741 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
742 Move definition from termios.h.
743 (struct termio): Likewise.
744 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
745 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
746 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
747 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
748 Likewise.
749 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
750 Move definition to ioctl-types.h
751 (struct termio): Likewise.
752 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
753 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
754 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
755 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
756 Likewise.
757
64accb62
RH
7582014-08-05 Richard Henderson <rth@redhat.com>
759
27bb6dc0
RH
760 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
761 exceptions.
762 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
763 Add fraiseexcpt.
764 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
765 Use __feraiseexcept.
766 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
767 Protect libm symbols with IS_IN_libm.
768
64accb62
RH
769 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
770
e5292691
BO
7712014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
772
773 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
774
5b4bd2d4
WN
7752014-08-04 Will Newton <will.newton@linaro.org>
776
777 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
778 file.
779
fcadaeef
MF
7802014-08-04 Mike Frysinger <vapier@gentoo.org>
781
782 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
783 variants for each function.
784
43a94c64
RM
7852014-08-04 Roland McGrath <roland@hack.frob.com>
786
787 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
788 appended ...
789 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
790 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
791 appended ...
792 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
793 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
794 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
795 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
796 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
797 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
798 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
799 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
800 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
801 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
802 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
803 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
804 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
805 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
806 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
807 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
808 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
809 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
810 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
811 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
812 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
813 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
814 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
815 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
816 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
817 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
818 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
819 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
820 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
821 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
822 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
823 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
824 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
825 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
826 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
827 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
828 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
829 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
830 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
831 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
832 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
833 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
834 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
835 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
836 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
837 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
838 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
839 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
840 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
841 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
842 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
843 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
844 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
845 Update #include.
846 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
847 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
848
8f3c1fa4
RM
8492014-08-04 Roland McGrath <roland@hack.frob.com>
850
851 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
852 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
853 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
854 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
855 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
856 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
857
ca08746f
RM
8582014-08-04 Roland McGrath <roland@hack.frob.com>
859
860 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
861 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
862 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
863 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
864
9c925ff9
RM
8652014-08-04 Roland McGrath <roland@hack.frob.com>
866
867 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
868 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
869 (__libc_vfork): Define function under this name.
870 (__vfork): Define as an alias.
871 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
872 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
873
e641054c
RM
8742014-08-04 Roland McGrath <roland@hack.frob.com>
875
876 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
877 that was previously under [RESET_PID].
878 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
879
dacdc867
AS
8802014-08-04 Andreas Schwab <schwab@suse.de>
881
882 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
883
41f725ff
MF
8842014-08-03 Mike Frysinger <vapier@gentoo.org>
885
886 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
887 (main): Likewise.
888
277cfb31
RM
8892014-08-01 Roland McGrath <roland@hack.frob.com>
890
891 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
892
4896f049
RH
8932014-08-01 Richard Henderon <rth@redhat.com>
894
895 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
896 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
897 typo in exact zero test.
898 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
899 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
900 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
901
6f64e7d7
RM
9022014-08-01 Roland McGrath <roland@hack.frob.com>
903
904 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
905 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
906 * sysdeps/arm/sysdep.h: ... here.
907 [!__ASSEMBLER__]: Include <stdint.h>.
908
3f3dd810
SP
9092014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
910
a476ac4b
SP
911 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
912 (HAVE_WCTYPE_H): Likewise.
913 (HAVE_ISWCTYPE): Likewise.
914 (ENABLE_NLS): Likewise.
915 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
916 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
917
78dd658a
SP
918 * posix/regex_internal.c: Check if DEBUG is defined and is
919 set.
920
3f3dd810
SP
921 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
922 (HAVE_MBSRTOWCS): Likewise.
923 * posix/fnmatch.c: Include string.h unconditionally.
924
95ee7fb1
SL
9252014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
926
927 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
928 reversal.
929
23fe486b
RM
9302014-07-31 Roland McGrath <roland@hack.frob.com>
931
f61a113f
RM
932 * sysdeps/generic/safe-fatal.h: New file.
933 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
934 * nptl/forward.c: Include it.
935 (__pthread_unwind): Use __safe_fatal as default action, rather
936 than a bogus use of INTERNAL_SYSCALL that could never work.
937
9fe7e787
RM
938 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
939 * configure.ac (libc_cv_builtin_trap): New test.
940 * configure: Regenerated.
941 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
942 (ABORT_INSTRUCTION): Define using __builtin_trap.
943
23fe486b
RM
944 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
945 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
946 * sysdeps/nptl/nptl-signals.h: New file.
947 * nptl/pthreadP.h: Include <nptl-signals.h>.
948
f349489e
SL
9492014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
950
951 * sysdeps/s390/s390-64/utf16-utf32-z9.c
952 (ONE_DIRECTION): Define.
953 * sysdeps/s390/s390-64/utf8-utf16-z9.c
954 (ONE_DIRECTION): Define.
955 * sysdeps/s390/s390-64/utf8-utf32-z9.c
956 (ONE_DIRECTION): Define.
957
2f438e20
SL
9582014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
959
960 * sysdeps/s390/Makefile: Delete file.
961 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
962 * sysdeps/s390/__longjmp.c: Delete file.
963 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
964 Remove fields __flags and __reserved.
965 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
966 and add versioning.
967 * sysdeps/s390/rtld-__longjmp.c: Delete file.
968 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
969 * sysdeps/s390/rtld-setjmp.S: Likewise.
970 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
971 * sysdeps/s390/s390-32/__longjmp.c: ... here.
972 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
973 * sysdeps/s390/s390-32/setjmp.S: ... here.
974 Add versioning.
975 (__sigsetjmp): Remove setting __flags field.
976 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
977 * sysdeps/s390/s390-64/__longjmp.c: ... here.
978 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
979 * sysdeps/s390/s390-64/setjmp.S: ... here.
980 Add versioning.
981 (__sigsetjmp): Remove setting __flags field.
982 * sysdeps/s390/setjmp.S: Delete file.
983 * sysdeps/s390/sigjmp.c: Likewise.
984 * sysdeps/s390/v1-longjmp.c: Likewise.
985 * sysdeps/s390/v1-setjmp.h: Likewise.
986 * sysdeps/s390/v1-sigjmp.c: Likewise.
987 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
988 Remove v1-longjmp_chk.
989 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
990 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
991 Include debug/longjmp_chk.c and add versioning.
992 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
993 Include nptl/pt-longjmp.c and add versioning.
994 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
995 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
996 Include __longjmp.c.
997 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
998 Move to ...
999 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
1000 (__getcontext): Remove setting __flags field.
1001 Add versioning.
1002 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
1003 Don't restore upper high grps.
1004 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
1005 Likewise.
1006 (__swapcontext): Remove setting uc_flags field.
1007 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
1008 Delete file.
1009 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
1010 Include __longjmp.c.
1011 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
1012 Move to ...
1013 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
1014 (__getcontext): Remove setting __flags field.
1015 Add versioning.
1016 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
1017 (__swapcontext): Remove setting uc_flags field.
1018 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
1019 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
1020 Remove fields uc_high_gprs and __reserved.
1021 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
1022 New file with reverted content.
1023 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
1024 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
1025 Regenerated.
1026 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
1027 Regenerated.
1028
6c9578a2
AS
10292014-07-31 Andreas Schwab <schwab@suse.de>
1030
1031 * config.h.in (HAVE_IFUNC): Define to 0.
1032 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
1033 definedness.
1034
05f3633d
LM
10352014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
1036
1037 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1038 memmove-avx-unaligned, memcpy-avx-unaligned and
1039 mempcpy-avx-unaligned.
1040 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1041 Add tests for AVX memcpy functions.
1042 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
1043 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
1044 memcpy_chk.
1045 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
1046 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
1047 memmove_chk.
1048 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
1049 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
1050 mempcpy_chk.
1051 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
1052 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
1053 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
1054
a53fbd8e
AZ
10552013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1056
1057 [BZ #17213]
1058 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
1059 powerpc64le.
1060
0961f7e1
JL
10612014-07-29 Jeff Layton <jlayton@poochiereds.net>
1062
1063 [BZ #16839]
1064 * manual/llio.texi: Add section about open file description locks.
1065 * manual/examples/ofdlocks.c: Example of open file description
1066 lock usage.
1067 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
1068 F_OFD_SETLK, and F_OFD_SETLKW.
1069
cc5fb300
AM
10702014-07-23 Allan McRae <allan@archlinux.org>
1071
1072 * po/es.po: Update Spanish translation from translation project.
1073
23329dca
AS
10742014-07-18 Andreas Schwab <schwab@linux-m68k.org>
1075
1076 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
1077
9c82da17
MR
10782014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
1079
1080 [BZ #17078]
1081 * sysdeps/arm/dl-machine.h (elf_machine_rela)
1082 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
1083 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
1084
29c4f53e
JM
10852014-07-17 Joseph Myers <joseph@codesourcery.com>
1086
831b9896
JM
1087 [BZ #17088]
1088 * math/fesetenv.c (__fesetenv)
1089 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
1090 * math/feupdateenv.c (__feupdateenv)
1091 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
1092
b21c2d50
JM
1093 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
1094 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
1095 (__ASSUME_SOCKETCALL): Do not define.
1096
067764ef
JM
1097 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
1098 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
1099 (__ASSUME_SOCKETCALL): Do not define.
1100 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
1101 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1102 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1103 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
1104 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1105 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
1106 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1107 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1108
642530c1
JM
1109 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
1110 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
1111 (__ASSUME_SOCKETCALL): Do not define.
1112 (__ASSUME_IPC64): Define unconditionally.
1113 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1114 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1115 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
1116 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1117 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
1118 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1119 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
1120 Likewise.
1121
03f77315
JM
1122 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
1123 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
1124 (__ASSUME_SOCKETCALL): Do not define.
1125 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
1126 (__ASSUME_FUTEX_LOCK_PI): Likewise.
1127 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1128 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
1129 (__ASSUME_REQUEUE_PI): Define unconditionally.
1130 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
1131 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
1132 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1133 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
1134 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1135 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1136
083b1f7c
JM
1137 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
1138 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
1139 (__ASSUME_SOCKETCALL): Do not define.
1140 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
1141 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1142 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1143 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
1144 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1145 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
1146
5be44ea6
JM
1147 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
1148 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
1149 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
1150 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
1151 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
1152 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
1153 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
1154 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
1155 (__ASSUME_GETCPU_SYSCALL): Likewise.
1156
d95ffd4c
JM
1157 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
1158 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
1159 cases for individual architectures.
1160 * sysdeps/gnu/configure: Regenerated.
1161 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
1162 LIBC_SLIBDIR_RTLDDIR.
1163 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
1164 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
1165 LIBC_SLIBDIR_RTLDDIR.
1166 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
1167 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
1168 LIBC_SLIBDIR_RTLDDIR.
1169 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1170 Regenerated.
1171 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
1172 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
1173 file.
1174 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
1175 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
1176 file.
1177 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
1178 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
1179 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
1180 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
1181
29c4f53e
JM
1182 * sysdeps/aarch64/shlib-versions: Move to ...
1183 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
1184 * sysdeps/alpha/shlib-versions: Move to ...
1185 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
1186 * sysdeps/arm/shlib-versions: Move to ...
1187 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
1188 * sysdeps/hppa/shlib-versions: Move all contents except for
1189 libgcc_s entry to ...
1190 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
1191 entry from ...
1192 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
1193 * sysdeps/ia64/shlib-versions: Move to ...
1194 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
1195 entry from ...
1196 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
1197 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
1198 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
1199 * sysdeps/microblaze/shlib-versions: Move to ...
1200 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
1201 * sysdeps/mips/shlib-versions: Move to ...
1202 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
1203 entry from ...
1204 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
1205 * sysdeps/tile/shlib-versions: Move to ...
1206 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
1207 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
1208 from ...
1209 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
1210 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
1211 entry from ...
1212 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
1213
32bead5b
WN
12142014-07-17 Will Newton <will.newton@linaro.org>
1215
57977c4b
WN
1216 * sysdeps/arm/bits/atomic.h
1217 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
1218 (__arch_compare_and_exchange_bool_16_int): Likewise.
1219 (__arch_compare_and_exchange_bool_64_int): Likewise.
1220
32bead5b
WN
1221 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
1222 into an #else block.
1223
37fccd41
RM
12242014-07-16 Roland McGrath <roland@hack.frob.com>
1225
1226 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
1227 just Linux configurations. Test empirically that the compiler sets
1228 __ARM_EABI__, rather than using the tuple to decide.
1229 * sysdeps/arm/preconfigure: Regenerated.
1230 * sysdeps/unix/sysv/linux/arm/configure: File removed.
1231 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
1232 contents appended ...
1233 * sysdeps/arm/configure.ac: ... here.
1234 * sysdeps/arm/configure: Regenerated.
1235
b365f3ec
RM
12362014-07-15 Roland McGrath <roland@hack.frob.com>
1237
8badf496
RM
1238 * nptl/pthread_kill.c: New file.
1239 * nptl/pthread_sigmask.c: New file.
1240 * nptl/pthread_sigqueue.c: New file.
1241
3df6f22e
RM
1242 * sysdeps/nptl/lowlevellock.h: New file.
1243 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
1244 * sysdeps/nptl/lowlevellock-futex.h: New file.
1245
b365f3ec
RM
1246 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
1247 Remove dead declarations.
1248
f2fef657
L
12492014-07-14 H.J. Lu <hongjiu.lu@intel.com>
1250
1251 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
1252 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
1253 config-cflags-avx2.
1254 * sysdeps/x86_64/configure.ac: Likewise.
1255 * sysdeps/i386/configure: Regenerated.
1256 * sysdeps/x86_64/configure: Likewise.
1257 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
1258 memset-avx2 only if config-cflags-avx2 is yes.
1259 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
1260 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
1261 defined.
1262 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
1263 only if HAVE_AVX2_SUPPORT is defined.
1264 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1265
f6c44d47
AM
12662014-07-14 Alan Modra <amodra@gmail.com>
1267
1268 [BZ #17153]
1269 * elf/elf.h (DT_PPC64_NUM): Correct value.
1270 * NEWS: Add to fixed bug list.
1271
7ee03f00
JM
12722014-07-13 Jim Meyering <meyering@fb.com>
1273
1274 [BZ 17150]
1275 regex: don't deref NULL upon heap allocation failure
1276 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
1277 failure in one more place.
1278 To trigger the segfault, configure grep -with-included-regex,
1279 build it, and run these commands:
1280 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
1281
9d39d517
AS
12822014-07-13 Andreas Schwab <schwab@linux-m68k.org>
1283
1284 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
1285
a75b89b7
RH
12862014-07-11 Richard Henderson <rth@redhat.com>
1287
1288 * sysdeps/aarch64/libm-test-ulps: Update.
1289
771eb141
FW
12902014-07-10 Florian Weimer <fweimer@redhat.com>
1291
1292 [BZ #17135]
1293 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
1294 * nptl/allocatestack.c (__nptl_setxid_error): New function.
1295 (__nptl_setxid): Initialize error member. Call
1296 __nptl_setxid_error.
1297 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
1298 * nptl/descr.h (struct xid_command): Add error member.
1299 * nptl/tst-setuid3.c: New file.
1300 * nptl/Makefile (tests): Add it.
1301
bc1da176
AZ
13022014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1303
1304 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
1305 New define.
1306 (__lll_trylock): Use __lll_base_trylock.
1307 (__lll_cond_trylock): Likewise.
1308
887865fc
RM
13092014-07-10 Roland McGrath <roland@hack.frob.com>
1310
c0c6bac9
RM
1311 * nptl/pthread_create.c (start_thread): Use atomic_or and
1312 lll_futex_wake directly rather than lll_robust_dead.
1313 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1314 (lll_robust_dead): Macro removed.
6a42be57 1315 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
1316 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1317 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1318 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1319 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1320 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1321 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1322 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1323 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1324 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1325 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1326 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1327 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1328 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1329 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1330
887865fc
RM
1331 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
1332 Use atomic_compare_and_exchange_val_acq directly rather than
1333 lll_robust_trylock.
1334 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
1335 (__lll_robust_trylock, lll_robust_trylock): Removed.
1336 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
1337 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
1338 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1339 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1340 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
1341 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
1342 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1343 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
1344 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1345 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1346 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1347 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1348 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1349 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1350
58536726
FW
13512014-07-02 Florian Weimer <fweimer@redhat.com>
1352
1353 * manual/locale.texi (Locale Names): New section documenting
1354 locale name syntax. Adjust menu and node chaining accordingly.
1355 (Choosing Locale): Reference Locale Names, Locale Categories.
1356 Mention setting LC_ALL=C. Reflect that name syntax is now
1357 documented.
1358 (Locale Categories): New section title. Reference Locale Names.
1359 LC_ALL is an environment variable, but not a category.
1360 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
1361 description, now in Locale Name. Reference that section. Locale
1362 name syntax is now documented.
1363
4e8f95a0
FW
13642014-07-02 Florian Weimer <fweimer@redhat.com>
1365
1366 [BZ #17137]
1367 * locale/findlocale.c (name_present, valid_locale_name): New
1368 functions.
1369 (_nl_find_locale): Use the loc_name variable to store name
1370 candidates. Call name_present and valid_locale_name to check and
1371 validate locale names. Return an error if the locale is invalid.
1372
d1836456
FW
13732014-07-02 Florian Weimer <fweimer@redhat.com>
1374
1375 * locale/setlocale.c (setlocale): Use strdup for allocating
1376 composite name copy.
1377
d69b7f5a
SP
13782014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1379
888c679b
SP
1380 Sync up with gnulib.
1381 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
1382 [!_LIBC && ENABLE_NLS]: Include gettext.h.
1383 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
1384 and _GL_ARG_NONNULL.
1385 [USE_UNLOCKED_IO]: Include unlocked-io.h.
1386 [!_LIBC]: Include code for Windows and Cygwin.
1387 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
1388 Include prototype for int strerror_r.
1389 [!_LIBC] (is_open): New function.
1390 (flush_stdout): New function.
1391 (print_errno_message): Use it.
1392 (error): Likewise.
1393 (error_at_line): Likewise.
1394 (error_tail) Add function attribute macros. Use
1395 __builtin_expect.
1396
180e0e4b
SP
1397 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
1398
d22f1fe2
SP
1399 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
1400
12f2254b
SP
1401 * io/ftw.c: Include sys/param.h unconditionally.
1402
c3c7c360
SP
1403 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
1404
d62aa75a
SP
1405 [BZ #17125]
1406 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
1407 libc_freeres_ptr.
1408 (freecache): New function to free CACHE on exit.
1409
d69b7f5a
SP
1410 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
1411 initialization.
1412
5efe06a1
DM
14132014-07-09 David S. Miller <davem@davemloft.net>
1414
1415 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1416
7000d82e
DM
1417 * sysdeps/sparc/nptl/internaltypes.h: Delete.
1418 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
1419 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
1420 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
1421 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
1422 * sysdeps/sparc/nptl/sem_init.c: Likewise.
1423 * sysdeps/sparc/nptl/sem_post.c: Likewise.
1424 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
1425 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
1426 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
1427 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
1428 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
1429 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
1430
c213442d
AS
14312014-07-09 Andreas Schwab <schwab@suse.de>
1432
4a2552c3
AS
1433 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1434 output.
1435 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1436 (do_test): Likewise.
1437
c213442d
AS
1438 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1439
82374e65
WN
14402014-07-09 Will Newton <will.newton@linaro.org>
1441
1442 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1443 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1444 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1445 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1446 * sysdeps/hppa/start.S (_start): Likewise.
1447
6680738a
SP
14482014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
1449
6ee3eab4
SP
1450 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1451
6680738a
SP
1452 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1453 defined.
1454
80b5c505
SP
14552014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
1456
e35c53e3
SP
1457 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1458 after checking that it is non-NULL.
1459
80b5c505
SP
1460 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1461
91f4b564
AZ
14622014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1463
27b75f56
AZ
1464 * sysdeps/powerpc/memmove.c: Remove file.
1465 * sysdeps/powerpc/powerpc32/power4/memcopy.h
1466 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1467 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1468 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1469 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1470 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1471 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1472 string memmove instead of removed powerpc one.
1473
e7f95bb5
AZ
1474 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1475 [weak_alias]: Fix compiler warning due trailing data.
1476 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1477 [weak_alias]: Likewise.
1478 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1479 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1480
91f4b564
AZ
1481 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1482 (__libc_ifunc_impl_list): Add memmove functions.
1483
7c33f1e5
SP
14842014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
1485
1486 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1487 Remove code.
1488 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1489 Likewise
1490 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1491 Likewise
1492 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1493 Likewise
1494 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1495 Likewise
1496 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1497 Likewise
1498 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1499 Likewise
1500 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1501 Likewise
1502 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1503 Likewise
1504 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1505 Likewise
1506 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1507 Likewise
1508 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1509 Likewise
1510 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1511 Likewise
1512 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1513 Likewise
1514 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1515 Likewise
1516 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1517 Likewise
1518 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1519 Likewise
1520
3f17b03b
AZ
15212014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1522
87868c24
AZ
1523 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1524 to avoid alignment traps in non-cacheable memory.
1525 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1526
07aedd78
AZ
1527 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1528 multiarch objects.
1529 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1530 file: multiarch power7 memmove.
1531 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1532 multiarch default memmove.
1533 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1534 multiarch memove for powerpc32/power4.
1535
17762f66
AZ
1536 * string/bcopy.c: Use full path to include memmove.c.
1537 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1538 multiarch objects.
1539 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1540 bcopy for powerpc64.
1541 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1542 bcopy for powerpc64.
1543 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1544 and memmove implementations.
1545 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1546 optimized multiarch memmove for POWER7/powerpc64.
1547 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1548 default multiarch memmove for powerpc64.
1549 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1550 multiarch for powerpc64.
1551 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1552 for POWER7/powerpc64.
1553 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1554 memmove for POWER7/powerpc64.
1555
d6f68bbe
AZ
1556 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1557 glibc default one.
1558
3f17b03b
AZ
1559 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1560 __ELF_NATIVE_CLASS equal to 64.
1561
08192659
RM
15622014-07-07 Roland McGrath <roland@hack.frob.com>
1563
f4c4021b
RM
1564 * sysdeps/nptl/lowlevellock.h: File removed.
1565
f083450f
RM
1566 * NEWS: NPTL is no longer an add-on!
1567 * nptl/internaltypes.h: Moved ...
1568 * sysdeps/nptl/internaltypes.h: ... here.
1569 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1570 * sysdeps/nptl/fork.c: Likewise.
1571 * sysdeps/nptl/gai_misc.h: Likewise.
1572 * sysdeps/nptl/librt-cancellation.c: Likewise.
1573 * sysdeps/nptl/jmp-unwind.c: Likewise.
1574 * sysdeps/nptl/setxid.h: Likewise.
1575 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1576 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1577 * sysdeps/unix/sysv/linux/arm/Implies: New file.
1578 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1579 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1580 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1581 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1582 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1583 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1584 * sysdeps/unix/sysv/linux/mips/Implies: New file.
1585 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1586 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1587 * sysdeps/unix/sysv/linux/sh/Implies: New file.
1588 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1589 * sysdeps/unix/sysv/linux/tile/Implies: New file.
1590 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1591 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1592 * nptl/Makeconfig: Moved ...
1593 * sysdeps/nptl/Makeconfig: ... here.
1594 * nptl/configure: File removed.
1595 * nptl/ANNOUNCE: File removed.
1596 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1597 * sysdeps/unix/sysv/linux/configure: Regenerated.
1598
08192659
RM
1599 * nptl/Makefile (routines): Add libc_pthread_init,
1600 libc_multiple_threads, register-atfork and unregister-atfork.
1601 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1602 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1603 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1604 pthread-pi-defines.sym, structsem.sym.
1605 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1606 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1607 [$(subdir) = nptl] (tests): Add tst-setgetname.
1608 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1609 * sysdeps/unix/sysv/linux/sigaction.c: Just include
1610 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1611 [!LIBC_SIGACTION]: Remove aliases.
1612 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1613 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1614 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1615 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1616 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1617 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1618 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1619 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1620 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1621 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1622 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1623 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1624 __libc_allocate_rtsig_private.
1625 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1626 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1627 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1628 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1629 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1630 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1631 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1632 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1633 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1634 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1635 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1636 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1637 * nptl/internaltypes.h: ... here.
1638 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1639 * sysdeps/nptl/jmp-unwind.c: ... here.
1640 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1641 * nptl/libc-lowlevellock.c: ... here.
1642 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1643 * nptl/libc_multiple_threads.c: ... here.
1644 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1645 * nptl/libc_pthread_init.c: ... here.
1646 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1647 * nptl/lowlevelbarrier.sym: ... here.
1648 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1649 * nptl/lowlevelcond.sym: ... here.
1650 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1651 * nptl/lowlevellock.c: ... here.
1652 * nptl/lowlevellock.h: Moved ...
1653 * sysdeps/nptl/lowlevellock.h: ... here.
1654 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1655 * nptl/lowlevelrobustlock.c: ... here.
1656 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1657 * nptl/lowlevelrobustlock.sym: ... here.
1658 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1659 * nptl/lowlevelrwlock.sym: ... here.
1660 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1661 * nptl/pt-fork.c: ... here.
1662 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1663 * nptl/pthread-pi-defines.sym: ... here.
1664 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1665 * nptl/pthread_attr_getaffinity.c: ... here.
1666 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1667 * nptl/pthread_attr_setaffinity.c: ... here.
1668 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1669 * nptl/pthread_mutex_cond_lock.c: ... here.
1670 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1671 Update #include.
1672 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1673 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1674 * nptl/pthread_once.c: ... here, replacing old file.
1675 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1676 * nptl/pthread_yield.c: ... here.
1677 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1678 * nptl/register-atfork.c: ... here.
1679 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1680 * nptl/sem_post.c: ... here.
1681 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1682 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1683 * nptl/sem_timedwait.c: ... here.
1684 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1685 * nptl/sem_trywait.c: ... here.
1686 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1687 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1688 * nptl/sem_wait.c: ... here.
1689 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1690 * nptl/structsem.sym: ... here.
1691 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1692 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1693 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1694 * nptl/unregister-atfork.c: ... here.
1695 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1696 * nptl/unwindbuf.sym: ... here.
1697 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1698 * sysdeps/nptl/fork.c: ... here.
1699 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1700 * sysdeps/nptl/fork.h: ... here.
1701 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1702 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1703 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1704 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1705 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1706 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1707 * sysdeps/unix/sysv/linux/getpid.c: ... here.
1708 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1709 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1710 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1711 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1712 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1713 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1714 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1715 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1716 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1717 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1718 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1719 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1720 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1721 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1722 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1723 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1724 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1725 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1726 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1727 * sysdeps/unix/sysv/linux/raise.c: ... here.
1728 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1729 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1730 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1731 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1732 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1733 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1734 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1735 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1736 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1737 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1738 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1739 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1740 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1741 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1742 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1743
96baf6ff
SP
17442014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
1745
1746 * sysdeps/generic/memcopy.h: Add comment for
1747 MEMCPY_OK_FOR_FWD_MEMMOVE.
1748
6b7b14b2
WN
17492014-07-04 Will Newton <will.newton@linaro.org>
1750
1570a72b
WN
1751 * string/memchr.c: Merge from gnulib.
1752 [_LIBC]: Remove conditionals.
1753 (__ptr_t): Remove define.
1754 (LONG_MAX_32_BITS): Likewise.
1755 (LONG_MAX): Likewise.
1756 (MEMCHR): Use ANSI prototype and optimize algorithm.
1757
6b7b14b2
WN
1758 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1759
38851324
SP
17602014-07-03 Roland McGrath <roland@hack.frob.com>
1761
3d9eb57c
RM
1762 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1763 (lll_futex_timed_wait_bitset): Fix syscall argument count.
1764
78b984ae
RM
1765 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1766 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1767 in a bare environment with no <stdlib.h> installed.
1768 * sysdeps/nptl/configure: Regenerated.
1769
2d5976a5
RM
1770 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1771
c1f5acd4
RM
1772 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1773 AC_EGREP_CPP for kernel header checks, so they only succeed if
1774 including <linux/version.h> actually works right.
1775 * sysdeps/unix/sysv/linux/configure: Regenerated.
1776
4d614fe5
RM
1777 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1778 value so it's not diagnosed as unused.
1779
38851324
SP
1780 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1781 thing) with "ifeq ($(subdir),rt)".
1782
b3ec00e5
RH
17832014-07-03 Richard Henderson <rth@redhat.com>
1784
69862e25
RH
1785 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1786 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1787 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1788
d5e16ade
RH
1789 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1790 (math_force_eval): New.
1791
ca7b945c
RH
1792 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1793 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1794
cd1175a3
RH
1795 * sysdeps/alpha/fpu/s_round.c: Remove file.
1796 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1797
b3ec00e5
RH
1798 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1799 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1800 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1801 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1802 (_dl_start, print_statistics): Likewise.
1803 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1804 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1805
1806 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1807 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1808 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1809 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1810 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1811 (HP_SMALL_TIMING_AVAIL): Define.
1812 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1813 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1814 (HP_SMALL_TIMING_AVAIL): Define.
1815 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1816 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1817
1818 * sysdeps/aarch64/hp-timing.h: New file.
1819
1820 * sysdeps/generic/hp-timing.h: Remove dead comment.
1821 * sysdeps/generic/hp-timing-common.h: New file.
1822 * sysdeps/alpha/hp-timing.h: Include it.
1823 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1824 * sysdeps/i386/i686/hp-timing.h: Likewise.
1825 * sysdeps/ia64/hp-timing.h: Likewise.
1826 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1827 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1828 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1829 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1830 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1831 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1832 (hp_timing_t): New.
1833
1834 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1835 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1836 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1837 * elf/rtld.c (_dl_start_final): Likewise.
1838 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1839 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1840 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1841 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1842 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1843 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1844 (HP_TIMING_DIFF_INIT): Remove.
1845 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1846 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1847 (HP_TIMING_DIFF_INIT): Remove.
1848 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1849 * sysdeps/i386/i686/hp-timing.c: Remove file.
1850 * sysdeps/x86_64/hp-timing.c: Remove file.
1851 * sysdeps/ia64/hp-timing.c: Remove file.
1852 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1853 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1854 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1855 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1856
1857 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1858 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1859 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1860 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1861 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1862 (HP_TIMING_ACCUM): Remove.
1863 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1864 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1865 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1866
1867 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1868 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1869 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1870 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1871 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1872 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1873 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1874 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1875
1876 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1877
225f410f
MR
18782014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
1879
1880 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1881
3247f285
SP
18822014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1883
1884 Sync up with gettext.
1885 * intl/loadmsgcat.c: Define O_BINARY if not defined.
1886 [_MSC_VER]: Include malloc.h
1887 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1888 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1889 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
1890 TEMP_FAILURE_RETRY. Cast return of alloca.
1891 [!_LIBC] Call gl_rwlock_init.
1892 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1893
d12704c7
SP
18942014-07-02 Roland McGrath <roland@hack.frob.com>
1895
1896 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1897 before checking its value.
1898
99f8dc92
SP
18992014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1900
05fdac77
SP
1901 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1902
99f8dc92
SP
1903 * debug/memcpy_chk.c: Don't include pagecopy.h.
1904 * debug/mempcpy_chk.c: Likewise.
1905 * string/memcpy.c: Likewise.
1906 * string/memmove.c: Likewise.
1907 * sysdeps/powerpc/memmove.c: Likewise.
1908 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
1909 definition of PAGE_COPY_FWD_MAYBE here...
1910 * sysdeps/generic/pagecopy.h: ... from here.
1911 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1912
bc8ea385
VR
19132014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
1914 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1915
1916 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1917 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1918 optimizations.
1919 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1920 (__libc_ifunc_impl_list): Likewise.
1921 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1922 multiarch strcat for PPC64.
1923 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1924 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1925
fe5f34e4
RM
19262014-07-02 Roland McGrath <roland@hack.frob.com>
1927
1928 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1929
256aa665
SP
19302014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1931
d4eb8195
SP
1932 * intl/loadmsgcat.c: Remove declaration of
1933 get_sysdep_segment_value.
1934 (get_sysdep_segment_value): Use ISO C style.
1935 (_nl_load_domain): Use ISO C style. Get rid of redundant
1936 semicolon. Fix typo and formatting in comment.
1937 (_nl_unload_domain): Use ISO C style.
1938
256aa665
SP
1939 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1940
b100f9aa
WN
19412014-07-02 Will Newton <will.newton@linaro.org>
1942
1943 * malloc/obstack.c: Merge from gnulib master.
1944 [HAVE_CONFIG_H]: Remove conditional code.
1945 [!_LIBC]: Include config.h.
1946 [!ELIDE_CODE]: Don't include inttypes.h, include
1947 stdint.h unconditionally.
1948 (print_and_abort): Mark as _Noreturn.
1949 (_obstack_allocated_p): Mark as __attribute_pure__.
1950 (obstack_free): Rename to __obstack_free.
1951 [!__attribute__]: Remove conditional code.
1952 * malloc/obstack.h: Merge from gnulib master.
1953 [__cplusplus]: Move conditional down.
1954 [!__attribute_pure__]: Define __attribute_pure__ here
1955 if it is not already defined.
1956 (_obstack_memory_used): Mark as __attribute_pure__.
1957 [!__obstack_free]: Define as obstack_free.
1958 [__GNUC__]: Remove check for ancient NeXT gcc.
1959
c4c41244
PE
19602014-07-02 Will Newton <will.newton@linaro.org>
1961 Paul Eggert <eggert@cs.ucla.edu>
1962
1963 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1964
e1e041c4
SP
19652014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
1966
1967 * resolv/gethnamaddr.c: Add comment warning that the file is
1968 not maintained.
1969
ccf431ff
CD
19702014-07-01 Carlos O'Donell <carlos@redhat.com>
1971
d34570a6
CD
1972 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1973 entries.
1974
ccf431ff
CD
1975 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1976 entry for aio_cancel and aio_cancel64.
1977 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1978 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1979 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1980 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1981 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1982 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1983 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1984 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1985 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1986 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1987 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1988 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1989 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1990
ca06321d
RM
19912014-07-01 Roland McGrath <roland@hack.frob.com>
1992
1993 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1994 * nptl/pthread_mutex_lock.c: Likewise.
1995 * nptl/pthread_mutex_timedlock.c: Likewise.
1996 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1997
a1ac3184
RH
19982014-07-01 Richard henderson <rth@redhat.com>
1999
631021e0
RH
2000 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
2001 (__isnan, __isnanl): Remove.
2002 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
2003
a1ac3184
RH
2004 * sysdeps/alpha/fpu/libm-test-ulps: Update.
2005
0c1d731f
SL
20062014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
2007
2008 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2009
76985d3e
SP
20102014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
2011
2012 * resolv/nss_dns/dns-host.c (getanswer_r)
2013 [MULTI_PTRS_ARE_ALIASES]: Remove code.
2014
b0cb3096
JM
20152014-07-01 Joseph Myers <joseph@codesourcery.com>
2016
2017 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
2018 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
2019 undefine.
2020 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
2021 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
2022
4d76cb39
RM
20232014-07-01 Roland McGrath <roland@hack.frob.com>
2024
2025 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
2026 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
2027
2028 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
2029 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
2030
2031 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
2032 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
2033 ... here.
2034 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
2035 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
2036
2037 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
2038 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
2039 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
2040 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
2041
2042 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
2043 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
2044 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
2045 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
2046 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
2047 Moved ...
2048 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
2049 ... here.
2050 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
2051 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
2052 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
2053 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
2054 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
2055 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
2056 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
2057 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
2058 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
2059 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
2060 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
2061 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
2062 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
2063 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
2064 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
2065 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
2066 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
2067 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
2068 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
2069 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
2070 ... here.
2071 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
2072 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
2073 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
2074 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
2075 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
2076 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
2077 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
2078 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
2079
0cdcad17
DH
20802014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
2081
2082 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
2083 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
2084 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
2085 Add sysdep.
2086
9b71d0e3
AZ
20872014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2088
2089 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2090
665390c2
JM
20912014-06-30 Joseph Myers <joseph@codesourcery.com>
2092
ae05a9d7
JM
2093 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
2094 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
2095
a7672a2f
JM
2096 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
2097
665390c2
JM
2098 * sysdeps/arm/libm-test-ulps: Regenerated.
2099
d7a05d07
MR
21002014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
2101 Roland McGrath <roland@hack.frob.com>
2102
2103 * test-skeleton.c (signal_handler): Kill the whole process group
2104 before killing the child individually.
2105 (main): Report any failure on `setpgid'.
2106
46f1d8a6
RM
21072014-06-30 Roland McGrath <roland@hack.frob.com>
2108
2109 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
2110 from _TLS_H to _ARM_NPTL_TLS_H.
2111 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
2112 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
2113
9c37ec0b
JM
21142014-06-30 Joseph Myers <joseph@codesourcery.com>
2115
ce9c5b3e
JM
2116 [BZ #16539]
2117 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
2118 (__expm1l): Return argument unchanged when small but not
2119 subnormal.
2120
3a6e9887
JM
2121 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
2122 include macro name.
2123 (_FP_UNPACK_RAW_1_P): Likewise.
2124 (_FP_PACK_RAW_1): Likewise.
2125 (_FP_PACK_RAW_1_P): Likewise.
2126 (_FP_MUL_MEAT_1_wide): Likewise.
2127 (_FP_MUL_MEAT_DW_1_hard): Likewise.
2128 (_FP_MUL_MEAT_1_hard): Likewise.
2129 (_FP_DIV_MEAT_1_imm): Likewise.
2130 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
2131 (_FP_DIV_MEAT_1_udiv): Likewise.
2132 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
2133 (_FP_UNPACK_RAW_2): Likewise.
2134 (_FP_UNPACK_RAW_2_P): Likewise.
2135 (_FP_PACK_RAW_2): Likewise.
2136 (_FP_PACK_RAW_2_P): Likewise.
2137 (_FP_MUL_MEAT_DW_2_wide): Likewise.
2138 (_FP_MUL_MEAT_2_wide): Likewise.
2139 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
2140 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2141 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
2142 (_FP_MUL_MEAT_2_gmp): Likewise.
2143 (_FP_DIV_MEAT_2_udiv): Likewise.
2144 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
2145 (_FP_FRAC_SRL_4): Likewise.
2146 (_FP_FRAC_SRST_4): Likewise.
2147 (_FP_FRAC_SRS_4): Likewise.
2148 (_FP_UNPACK_RAW_4): Likewise.
2149 (_FP_UNPACK_RAW_4_P): Likewise.
2150 (_FP_PACK_RAW_4): Likewise.
2151 (_FP_PACK_RAW_4_P): Likewise.
2152 (_FP_MUL_MEAT_DW_4_wide): Likewise.
2153 (_FP_MUL_MEAT_4_wide): Likewise.
2154 (_FP_MUL_MEAT_4_gmp): Likewise.
2155 (umul_ppppmnnn): Likewise.
2156 (_FP_DIV_MEAT_4_udiv): Likewise.
2157 (__FP_FRAC_ADD_4): Likewise.
2158 (__FP_FRAC_SUB_3): Likewise.
2159 (__FP_FRAC_SUB_4): Likewise.
2160 (__FP_FRAC_DEC_3): Likewise.
2161 (__FP_FRAC_DEC_4): Likewise.
2162 (__FP_FRAC_ADDI_4): Likewise.
2163 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
2164 (_FP_FRAC_SRL_8): Likewise.
2165 (_FP_FRAC_SRS_8): Likewise.
2166
9c37ec0b
JM
2167 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
2168 include macro name.
2169 (FP_UNPACK_RAW_EP): Likewise.
2170 (FP_PACK_RAW_E): Likewise.
2171 (FP_PACK_RAW_EP): Likewise.
2172 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
2173 (_FP_ISSIGNAN): Likewise.
2174 (_FP_ADD_INTERNAL): Likewise.
2175 (_FP_FMA): Likewise.
2176 (_FP_CMP): Likewise.
2177 (_FP_SQRT): Likewise.
2178 (_FP_TO_INT): Likewise.
2179 (_FP_FROM_INT): Likewise.
2180 (FP_EXTEND): Likewise.
2181 (_FP_DIV_MEAT_N_loop): Likewise.
2182
2125f674
MR
21832014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
2184
2185 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
2186 throughout.
2187
edea4028
JM
21882014-06-29 Joseph Myers <joseph@codesourcery.com>
2189
2190 [BZ #17097]
2191 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
2192 result with correct sign in case of exponents that produce
2193 overflow except for X very close to 1.
2194
dd0ba018
PE
21952014-06-28 Paul Eggert <eggert@cs.ucla.edu>
2196
2197 mktime: merge #if/#ifdef usage from glibc
2198 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
2199 as that works with both Glibc's and Gnulib's style.
2200 See thread starting at Siddhesh Poyarekar's bug report at:
2201 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
2202
64df73c2
SP
22032014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
2204
2205 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
2206 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
2207 * sysdeps/tile/tilegx/memmove.c: Remove file.
2208
f1eafb41
JM
22092014-06-27 Joseph Myers <joseph@codesourcery.com>
2210
2211 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
2212 abi-name definition.
2213 * scripts/soversions.awk: Do not handle or generate ABI lines.
2214 * shlib-versions: Remove ABI entries.
2215 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
2216 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
2217
58eb0862
RM
22182014-06-27 Roland McGrath <roland@hack.frob.com>
2219
37caf178
RM
2220 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
2221 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
2222 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
2223 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
2224 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
2225 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
2226 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
2227 Moved ...
2228 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
2229 ... here.
2230 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
2231 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
2232 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
2233 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
2234 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
2235 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
2236 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
2237 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
2238 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
2239 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
2240 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
2241 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
2242 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
2243 Moved ...
2244 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
2245 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
2246 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
2247 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
2248 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
2249 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
2250 Moved ...
2251 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
2252 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
2253 Moved ...
2254 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
2255 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
2256 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
2257 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
2258 Moved ...
2259 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
2260 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
2261 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
2262 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
2263 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
2264 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
2265 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
2266 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
2267 Moved ...
2268 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
2269 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
2270 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
2271 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
2272 Moved ...
2273 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
2274 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
2275 Moved ...
2276 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
2277 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
2278 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
2279 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
2280 Moved ...
2281 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
2282 ... here.
2283 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
2284 Identical file removed.
2285 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
2286 Moved ...
2287 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
2288 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
2289 Identical file removed.
2290 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
2291 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
2292 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
2293 Moved ...
2294 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
2295 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
2296 Identical file removed.
2297 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
2298 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
2299 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
2300 Identical file removed.
2301 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
2302 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
2303 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
2304 Identical file removed.
2305 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
2306 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
2307 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
2308 Identical file removed.
2309 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
2310 Moved ...
2311 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
2312 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
2313 Identical file removed.
2314 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
2315 Moved ...
2316 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
2317 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
2318 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
2319 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
2320 Identical file removed.
2321 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
2322 Moved ...
2323 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
2324 ... here.
2325 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
2326 Identical file removed.
2327 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
2328 Moved ...
2329 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
2330 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
2331 Identical file removed.
2332 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
2333 Moved ...
2334 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
2335 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
2336 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
2337 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
2338 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
2339 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
2340 Moved ...
2341 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
2342 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
2343 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
2344
58eb0862
RM
2345 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
2346 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
2347 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
2348 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
2349 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
2350
6f12d062
AS
23512014-06-27 Arjun Shankar <arjun.is@lostca.se>
2352
2353 [BZ #17092]
2354 * nscd/nscd.c (monitor_child): Return exit status of child
2355 instead of return value from wait syscall.
2356
be254932
JM
23572014-06-27 Joseph Myers <joseph@codesourcery.com>
2358
cb403c34
JM
2359 * configure.ac (libc_commonpagesize): Remove variable.
2360 (libc_relro_required): Likewise.
2361 (libc_cv_z_relro): Remove configure test.
2362 * configure: Regenerated.
2363 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
2364 variable.
2365 (libc_relro_required): Likewise.
2366 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
2367 (libc_relro_required): Likewise.
2368 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
2369 (libc_relro_required): Likewise.
2370 * sysdeps/arm/preconfigure: Regenerated.
2371 * sysdeps/ia64/preconfigure: Remove file.
2372 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
2373 variable.
2374 (libc_relro_required): Likewise.
2375
be254932
JM
2376 [BZ #16561]
2377 [BZ #16562]
2378 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
2379 (__ieee754_yn): Set FE_TONEAREST mode internally and then
2380 recompute overflowing results in original rounding mode.
2381 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
2382 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
2383 recompute overflowing results in original rounding mode.
2384 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
2385 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2386 recompute overflowing results in original rounding mode.
2387 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
2388 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2389 recompute overflowing results in original rounding mode.
2390 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
2391 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
2392 recompute overflowing results in original rounding mode.
2393 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
2394 (libc_feholdsetround_ctx): New macro.
2395 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
2396 * sysdeps/i386/fpu/libm-test-ulps: Update.
2397 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
2398
b351d85a
JM
23992014-06-26 Joseph Myers <joseph@codesourcery.com>
2400
2401 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
2402 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
2403 corresponding .cpsetup call.
2404
3cb4de47
RM
24052014-06-26 Roland McGrath <roland@hack.frob.com>
2406
2407 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
2408 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
2409 * sysdeps/arm/Makefile [$(subdir) = csu]
2410 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
2411 (static-only-routines): Add aeabi_read_tp here.
2412 (shared-only-routines): Add libc-aeabi_read_tp here.
2413 (CFLAGS-libc-start.c): Add -fexceptions here.
2414 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
2415 (sysdep_routines, static-only-routines, shared-only-routines):
2416 Don't add to these here.
2417 (CFLAGS-libc-start.c): Likewise.
2418
2419 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
2420 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
2421 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
2422 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
2423 * sysdeps/arm/Makefile [$(subdir) = rt]
2424 (librt-sysdep_routines, librt-shared-only-routines):
2425 Append rt-aeabi_unwind_cpp_pr1 here.
2426 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
2427 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
2428 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
2429 (libpthread-sysdep_routines, libpthread-shared-only-routines):
2430 Append nptl-aeabi_unwind_cpp_pr1 here.
2431 (tests): Filter out tst-cleanupx4 here.
2432 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2433 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2434 Don't do those here.
2435
354426bb
JM
24362014-06-26 Joseph Myers <joseph@codesourcery.com>
2437
2438 * scripts/list-sources.sh: Do not handle ports specially.
2439
28b0a8c9
RM
24402014-06-26 Roland McGrath <roland@hack.frob.com>
2441
a3dd035d
RM
2442 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2443 * sysdeps/arm/feupdateenv.c: Likewise.
2444
28b0a8c9
RM
2445 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2446
e66a8203
JM
24472014-06-26 Joseph Myers <joseph@codesourcery.com>
2448
2449 * manual/texinfo.tex: Update to version 2014-05-05.10 with
2450 trailing whitespace removed.
2451 * scripts/config.guess: Update to version 2014-03-23.
2452 * scripts/config.sub: Update to version 2014-05-01
2453 * scripts/install-sh: Update to version 2013-12-25.23.
2454 * scripts/move-if-change: Update from gnulib.
2455
74171115
SP
24562014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2457
b97c9ce5
SP
2458 * debug/memmove_chk.c: Remove pagecopy.h include.
2459
4000f892
SP
24602014-06-26 Paul Eggert <eggert@cs.ucla.edu>
2461
74171115
SP
2462 * time/mktime.c (leapyear): Remove inline keyword. The code is now
2463 identical to gnulib mktime.
2464
a8779c28
JM
24652014-06-26 Joseph Myers <joseph@codesourcery.com>
2466
e64708de
JM
2467 * configure.ac: Do not test for machine being rs6000. Do not test
2468 for powerpc*-*soft.
2469 * configure: Regenerated.
2470
a8779c28
JM
2471 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2472 test.
2473 * configure: Regenerated.
2474 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2475 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2476 Remove configure test.
2477 * sysdeps/arm/configure: Regenerated.
2478 * sysdeps/nptl/configure.ac: Do not check
2479 libc_cv_asm_cfi_directives.
2480 * sysdeps/nptl/configure: Regenerated.
2481 * sysdeps/x86_64/nptl/configure.ac: Remove file.
2482 * sysdeps/x86_64/nptl/configure: Remove generated file.
2483 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2484 unconditional.
2485 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2486
2aac0a86
SP
24872014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
2488
059bf913
SP
2489 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2490 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2491 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2492 it is defined.
2493
4cf5b6d0
SP
2494 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2495 instead of whether it is defined.
2496 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2497 * sysdeps/hppa/dl-machine.h: Likewise.
2498 * sysdeps/ia64/dl-machine.h: Likewise.
2499 * sysdeps/m68k/dl-machine.h: Likewise.
2500 * sysdeps/microblaze/dl-machine.h: Likewise.
2501 * sysdeps/mips/dl-machine.: Likewise.
2502 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2503 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2504 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2505 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2506 * sysdeps/sh/dl-machine.h: Likewise.
2507 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2508 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2509 * sysdeps/tile/dl-machine.h: Likewise.
2510 * sysdeps/x86_64/dl-machine.h: Likewise.
2511
2aac0a86
SP
2512 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2513 code.
2514 (verify_persistent_db): Likewise.
2515
6ad2df0b
RM
25162014-06-26 Roland McGrath <roland@hack.frob.com>
2517
d8a483f3
RM
2518 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2519 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2520 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2521 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2522 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2523 Moved ...
2524 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2525 ... here.
2526 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2527 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2528 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2529 Identical file removed.
2530 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2531 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2532 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2533 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2534 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2535 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2536 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2537 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2538 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2539 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2540 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2541 Moved ...
2542 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2543 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2544 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2545 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2546 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2547 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2548 Moved ...
2549 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2550 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2551 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2552 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2553 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2554 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2555 Identical file removed.
2556 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2557 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2558 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2559 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2560 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2561 Moved ...
2562 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2563 ... here.
2564 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2565 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2566 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2567 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2568 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2569 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2570 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2571 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2572 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2573 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2574 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2575 Moved ...
2576 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2577 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2578 Moved ...
2579 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2580 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2581 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2582 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2583 Moved ...
2584 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2585 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2586 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2587
52ae23b4
RM
2588 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2589 folded into ...
2590 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2591 * sysdeps/unix/sysv/linux/s390/Versions
2592 (libpthread: GLIBC_2.19): New version set.
2593 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2594 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2595 (librt: GLIBC_2.3.3): New version set.
2596 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2597 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2598 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2599 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2600 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2601 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2602 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2603 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2604 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2605 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2606 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2607 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2608 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2609 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2610 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2611 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2612 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2613 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2614 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2615 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2616 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2617 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2618 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2619 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2620 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2621 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2622 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2623 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2624 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2625 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2626 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2627 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2628 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2629 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2630 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2631 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2632 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2633 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2634 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2635 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2636 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2637 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2638 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2639 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2640 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2641
39507e4a
RM
2642 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2643 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2644 (__libc_vfork): Define the function under this name.
2645 [!NOT_IN_libc] (__vfork): Make this an alias.
2646 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2647 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2648 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2649 (__libc_vfork): Define the function under this name.
2650 [!NOT_IN_libc] (__vfork): Make this an alias.
2651 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2652 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2653 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2654 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2655 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2656 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2657
e549ee56
RM
2658 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2659 code that was previously under [RESET_PID].
2660 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2661 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2662 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2663
6ad2df0b
RM
2664 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2665 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2666 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2667 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2668 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2669 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2670 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2671 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2672 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2673 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2674 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2675 Moved ...
2676 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2677 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2678 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2679 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2680 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2681 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2682 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2683 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2684 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2685 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2686 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2687 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2688 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2689 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2690 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2691 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2692 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2693 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2694 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2695 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2696 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2697 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2698 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2699 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2700 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2701 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2702 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2703 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2704 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2705
7c1c1d8e
RM
27062014-06-25 Roland McGrath <roland@hack.frob.com>
2707
2708 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2709 that was previously under [RESET_PID].
2710 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2711
3e239be6
JM
27122014-06-25 Joseph Myers <joseph@codesourcery.com>
2713
74385da5
JM
2714 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2715 not undefine and redefine.
2716 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2717 [O_CLOEXEC]: Make code unconditional.
2718 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2719 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2720 <kernel-features.h>.
2721 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2722 conditional variable definition.
2723 (shm_open) [O_CLOEXEC]: Make code unconditional.
2724 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2725 code.
2726
c2570a0b
JM
2727 * configure.ac (USE_REGPARMS): Don't define here.
2728 * configure: Regenerated.
2729 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2730 * sysdeps/i386/configure: Regenerated.
2731
11b076bb
JM
2732 * nptl/createthread.c: Don't include kernel-features.h.
2733 * nptl/pthread_cancel.c: Likewise.
2734 * nptl/pthread_condattr_setclock.c: Likewise.
2735 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2736 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2737 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2738 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2739 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2740 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2741 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2742 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2743 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2744 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2745 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2746 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2747 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2748 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2749 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2750 * nscd/gai.c: Likewise.
2751 * nss/nss_db/db-open.c: Likewise.
2752 * sysdeps/generic/ldsodefs.h: Likewise.
2753 * sysdeps/sh/nptl/tls.h: Likewise.
2754 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2755 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2756 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2757 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2758 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2759 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2760 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2761 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2762 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2763 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2764 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2765 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2766 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2767 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2768 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2769 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2770 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2771 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2772 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2773 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2774 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2775 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2776 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2777 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2778 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2779 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2780 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2781 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2782 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2783 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2784 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2785 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2786 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2787 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2788 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2789 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2790 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2791 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2792 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2793 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2794 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2795 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2796 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2797 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2798 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2799 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2800 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2801 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2802 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2803 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2804 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2805 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2806 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2807 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2808 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2809 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2810 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2811 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2812 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2813 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2814 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2815 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2816 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2818 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2819 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2820 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2821 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2822 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2823 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2824 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2825 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2826 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2827 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2828 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2829 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2830 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2831 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2832 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2833 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2834 * sysdeps/unix/sysv/linux/pread.c: Likewise.
2835 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2836 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2837 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2838 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2839 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2840 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2841 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2842 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2843 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2844 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2845 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2846 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2847 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2848 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2849 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2850 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2851 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2852 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2853 * sysdeps/unix/sysv/linux/system.c: Likewise.
2854 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2855 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2856 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2857 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2858 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2859 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2860 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2861
92072d57
JM
2862 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2863 * configure: Regenerated.
2864 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2865
3e239be6
JM
2866 * configure.ac (base_machine): Do not set specially for particular
2867 machines here.
2868 * configure: Regenerated.
2869 * sysdeps/powerpc/preconfigure: Move machine and base_machine
2870 settings from configure.ac.
2871 * sysdeps/i386/preconfigure: New file.
2872 * sysdeps/s390/preconfigure: Likewise.
2873 * sysdeps/sh/preconfigure: Likewise.
2874 * sysdeps/sparc/preconfigure: Likewise.
2875
06d50baa
RM
28762014-06-25 Roland McGrath <roland@hack.frob.com>
2877
74836003
RM
2878 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2879 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2880 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2881 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2882 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2883 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2884 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2885 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2886 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2887 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2888 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2889 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2890 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2891 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2892 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2893 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2894 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2895 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2896 * sysdeps/sparc/sparc64/Makefile: ... appended here.
2897
2898 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2899 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2900 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2901 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2902 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2903 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2904 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2905 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2906 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2907 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2908 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2909 * sysdeps/sparc/sparc32/sem_post.c: ... here.
2910 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2911 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2912 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2913 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2914 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2915 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2916 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2917 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2918 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2919 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2920 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2921 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2922 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2923 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2924 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2925 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2926 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2927 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2928 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2929 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2930 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2931 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2932 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2933 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2934 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2935 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2936
06d50baa
RM
2937 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2938 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2939 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2940 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2941 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2942 Moved ...
2943 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2944 ... here.
2945 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2946 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2947 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2948 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2949 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2950 Moved ...
2951 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2952 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2953 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2954 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2955 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2956 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2957 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2958 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2959 Moved ...
2960 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2961 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2962 Moved ...
2963 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2964 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2965 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2966 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2967 Moved ...
2968 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2969 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2970 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2971 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2972 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2973 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2974 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2975 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2976 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2977 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2978 Moved ...
2979 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2980 ... here.
2981 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2982 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2983 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2984 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2985 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2986 Moved ...
2987 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2988 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2989 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2990 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2991 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2992 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2993 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2994 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2995 Moved ...
2996 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2997 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2998 Moved ...
2999 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
3000 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
3001 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
3002 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
3003 Moved ...
3004 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
3005 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
3006 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
3007 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
3008 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
3009
a4ccbc9b
JM
30102014-06-25 Joseph Myers <joseph@codesourcery.com>
3011
0828edbf
JM
3012 * timezone/checktab.awk: Update from tzcode 2014e.
3013 * timezone/private.h: Likewise.
3014 * timezone/tzfile.h: Likewise.
3015 * timezone/zdump.c: Likewise.
3016 * timezone/zic.c: Likewise.
3017
a4ccbc9b
JM
3018 * sysdeps/unix/sysv/linux/kernel-features.h
3019 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
3020 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
3021 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
3022 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
3023 Remove conditional code.
3024
9aea0cb8
WN
30252014-06-25 Will Newton <will.newton@linaro.org>
3026
3027 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
3028 (_dl_arm_cap_flags): Add HWCAP2 values.
3029 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
3030 (_DL_HWCAP_COUNT): Increase to 37.
3031 (_DL_HWCAP_LAST): New define.
3032 (_DL_HWCAP2_LAST): New define.
3033 (_dl_procinfo): Add support for printing
3034 AT_HWCAP2 entries.
3035 (_dl_string_hwcap): Use _dl_hwcap_string.
3036
6eaa65ce
AZ
30372014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3038
3039 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3040
0f5b7185
JM
30412014-06-25 Joseph Myers <joseph@codesourcery.com>
3042
cfd2ea50
JM
3043 * README: Do not mention ports directory.
3044
cecf2ed4
JM
3045 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
3046 Remove macro.
3047 * sysdeps/unix/sysv/linux/futimes.c: Do not include
3048 <kernel-features.h>.
3049 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
3050 conditional variable definition.
3051 (__futimes): Update comment.
3052 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
3053 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
3054
a638de82
JM
3055 [BZ #16560]
3056 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
3057 arguments close to 0.
3058 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
3059 Likewise.
3060 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
3061 Likewise.
3062 * math/auto-libm-test-in: Add more tests of exp10.
3063 * math/auto-libm-test-out: Regenerated.
3064 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3065
0f5b7185
JM
3066 * sysdeps/unix/sysv/linux/kernel-features.h
3067 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
3068 * sysdeps/unix/sysv/linux/readv.c: Do not include
3069 <kernel-features.h>.
3070 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3071 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3072 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3073 unconditional.
3074 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3075 conditional code.
3076 * sysdeps/unix/sysv/linux/writev.c: Do not include
3077 <kernel-features.h>.
3078 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
3079 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
3080 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
3081 unconditional.
3082 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
3083 conditional code.
3084
c7aec4be
WN
30852014-06-25 Will Newton <will.newton@linaro.org>
3086
3087 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
3088 comment changes throughout the file. Remove checks
3089 for HAVE_*_H definitions that are not required.
3090 (__gen_tempname): Call abort if an unknown kind value is
3091 passed.
3092
c5241f95
AS
30932014-06-25 Andreas Schwab <schwab@suse.de>
3094
3095 [BZ #17086]
3096 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
3097 scalbln, scalblnf, scalblnl in libc.
3098
911422da
SP
30992014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3100
3101 [BZ #17086]
3102 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
3103 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3104 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3105
0d749bbe
RM
31062014-06-24 Roland McGrath <roland@hack.frob.com>
3107
3108 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
3109 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
3110 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
3111 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
3112 Update #include.
3113 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
3114 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
3115 Update #include.
3116 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
3117 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
3118 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
3119 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
3120 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
3121 * sysdeps/x86/bits/pthreadtypes.h: ... here.
3122 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
3123 * sysdeps/x86/bits/semaphore.h: ... here.
3124 * sysdeps/x86/nptl/elide.h: Moved ...
3125 * sysdeps/x86/elide.h: ... here.
3126 * sysdeps/x86_64/nptl/Implies: File removed.
3127 * sysdeps/i386/nptl/Implies: File removed.
3128
0ea5d373
JM
31292014-06-24 Joseph Myers <joseph@codesourcery.com>
3130
4060283d
JM
3131 [BZ #16539]
3132 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
3133 return the argument for normal arguments with exponent below -64.
3134 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
3135 Likewise.
3136 * math/auto-libm-test-in: Add another test of expm1.
3137 * math/auto-libm-test-out: Regenerated.
3138
e7dd3c8c
JM
3139 [BZ #16287]
3140 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
3141 calling __erfcl for arguments at least 16.
3142 * math/auto-libm-test-in: Add more tests of erf.
3143 * math/auto-libm-test-out: Regenerated.
3144
0ea5d373
JM
3145 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
3146 individual architectures.
3147 * sysdeps/unix/sysv/linux/configure: Regenerated.
3148 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
3149 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
3150 * sysdeps/unix/sysv/linux/powerpc/configure.ac
3151 (ldd_rewrite_script): Define variable.
3152 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
3153 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
3154 file.
3155 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
3156 generated file.
3157 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
3158 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
3159 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
3160 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
3161 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
3162 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
3163 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
3164 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
3165
2307e126
SP
31662014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3167
3168 [BZ #17084]
3169 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
3170 Rename member __data.d to __data.__elision_data.
3171
c0a4ed77
W
31722014-06-24 Wilco <wdijkstr@arm.com>
3173
3174 * NEWS: Add 16918 to fixed bug list.
3175
b8c00573
W
31762014-06-24 Wilco <wdijkstr@arm.com>
3177
3178 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
3179
b5570d92
W
31802014-06-24 Wilco <wdijkstr@arm.com>
3181
3182 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
3183 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
3184 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
3185 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
3186 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
3187 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
3188 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
3189 Use _FPU_MASK_RM.
3190
947bdca2
W
31912014-06-24 Wilco <wdijkstr@arm.com>
3192
3193 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
3194
00f669ed
W
31952014-06-24 Wilco <wdijkstr@arm.com>
3196
3197 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
3198 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
3199 * sysdeps/arm/fesetround.c (fesetround): Remove space.
3200 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
3201
db59bad3
W
32022014-06-24 Wilco <wdijkstr@arm.com>
3203
3204 [BZ #16918]
3205 * sysdeps/arm/feupdateenv.c (feupdateenv):
3206 Rewrite to reduce FPSCR accesses and fix return value.
3207
001f7b77
W
32082014-06-24 Wilco <wdijkstr@arm.com>
3209
3210 * sysdeps/arm/fclrexcpt.c (feclearexcept):
3211 Optimize to avoid unnecessary FPSCR writes.
3212 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
3213 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
3214 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
3215 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
3216
4841e6a6
W
32172014-06-24 Wilco <wdijkstr@arm.com>
3218
3219 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
3220 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
3221 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
3222 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
3223 Call libc_fetestexcept_vfp.
3224 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
3225 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
3226 __SOFTFP__ ifdef so that they can be built for softfp.
3227
0813022c
SP
32282014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
3229
08e5862f
SP
3230 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
3231 argument type signed char.
3232
0813022c
SP
3233 * Makerules (check-abi): Dump diff of symlist if the test
3234 fails.
3235
3fc7236a
RM
32362014-06-23 Roland McGrath <roland@hack.frob.com>
3237
aba8ef95
RM
3238 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
3239 using abort.
3240
3fc7236a
RM
3241 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
3242 Remove unused variable ST.
3243
4da6db51
JM
32442014-06-23 Joseph Myers <joseph@codesourcery.com>
3245
4648909d
JM
3246 [BZ #16354]
3247 [BZ #17061]
3248 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
3249 small arguments before calling __expm1.
3250 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
3251 small arguments before calling __expm1f.
3252 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
3253 small arguments before calling __expm1l.
3254 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
3255 Likewise.
3256 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
3257 * math/auto-libm-test-in: Add more cosh tests. Do not allow
3258 spurious underflow for some cosh tests.
3259 * math/auto-libm-test-out: Regenerated.
3260 * sysdeps/i386/fpu/libm-test-ulps: Update.
3261
46a3d3c7
JM
3262 [BZ #17050]
3263 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
3264 (__ieee754_y1): Set errno if return value overflows.
3265 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
3266 (__ieee754_y1f): Set errno if return value overflows.
3267 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
3268 (__ieee754_y1l): Set errno if return value overflows.
3269 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
3270 (__ieee754_y1l): Set errno if return value overflows.
3271 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
3272 * math/auto-libm-test-out: Regenerated.
3273
863893ec
JM
3274 * math/gen-auto-libm-tests.c: Document use of
3275 ignore-zero-inf-sign.
3276 (input_flag_type): Add value flag_ignore_zero_inf_sign.
3277 (input_flags): Add ignore-zero-inf-sign.
3278 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
3279 * math/gen-libm-test.pl (generate_testfile): Handle
3280 ignore-zero-inf-sign.
3281 * math/auto-libm-test-in: Mark some cpow tests with
3282 ignore-zero-inf-sign and some with xfail-rounding.
3283 * math/auto-libm-test-out: Regenerated.
3284 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
3285 * sysdeps/i386/fpu/libm-test-ulps: Update.
3286 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3287
4da6db51
JM
3288 [BZ #16315]
3289 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
3290 overflowing or underflowing operations take place with sign of
3291 result.
3292 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
3293 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
3294 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
3295 (__ieee754_pow): Recompute overflowing and underflowing results in
3296 original rounding mode.
3297 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
3298 (__powl_helper): Allow negative argument X and scale negated value
3299 as needed. Avoid passing value outside [-1, 1] to f2xm1.
3300 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
3301 overflowing or underflowing operations take place with sign of
3302 result.
3303 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
3304 Include <math.h>.
3305 * math/auto-libm-test-in: Add more tests of pow.
3306 * math/auto-libm-test-out: Regenerated.
3307 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
3308 (pow_tonearest_test_data): Remove.
3309 (pow_test_tonearest): Likewise.
3310 (pow_towardzero_test_data): Likewise.
3311 (pow_test_towardzero): Likewise.
3312 (pow_downward_test_data): Likewise.
3313 (pow_test_downward): Likewise.
3314 (pow_upward_test_data): Likewise.
3315 (pow_test_upward): Likewise.
3316 (main): Don't call removed functions.
3317 * sysdeps/i386/fpu/libm-test-ulps: Update.
3318 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3319
5686b236
RM
33202014-06-23 Roland McGrath <roland@hack.frob.com>
3321
3322 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
3323 Moved ...
3324 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
3325 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
3326 Moved ...
3327 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
3328 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
3329 Moved ...
3330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
3331 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
3332 Moved ...
3333 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
3334 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
3335 File removed.
3336 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
3337 File removed.
3338 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
3339 File removed.
3340 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
3341 File removed.
3342 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
3343 File removed.
3344 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
3345 File removed.
3346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
3347 File removed.
3348 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3349 File removed.
3350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
3351 File removed.
3352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
3353 File removed.
3354 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
3355 File removed.
3356 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
3357 File removed.
3358 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
3359 Moved ...
3360 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
3361 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
3362 Moved ...
3363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
3364 ... here.
3365 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
3366 Moved ...
3367 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
3368 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
3369 Moved ...
3370 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
3371 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
3372 Moved ...
3373 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
3374 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
3375 Moved ...
3376 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
3377 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
3378 Moved ...
3379 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
3380 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
3381 Moved ...
3382 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
3383 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
3384 Moved ...
3385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
3386 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
3387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
3388 ... here.
3389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
3390 Moved ...
3391 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
3392 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
3393 Moved ...
3394 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
3395 ... here.
3396 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
3397 Moved ...
3398 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
3399 ... here.
3400 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
3401 Moved ...
3402 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
3403 ... here.
3404 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
3405 Moved ...
3406 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
3407 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
3408 Moved ...
3409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
3410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
3411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
3412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
3413 Moved ...
3414 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
3415 ... here.
3416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
3417 Moved ...
3418 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
3419 ... here.
3420 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
3421 Moved ...
3422 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
3423 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
3424 Moved ...
3425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
3426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
3427 Moved ...
3428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
3429 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
3430 Moved ...
3431 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3432 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3433 Moved ...
3434 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3435 ... here.
3436 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3437 Moved ...
3438 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3440 Moved ...
3441 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3442 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3443 Moved ...
3444 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3446 Moved ...
3447 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3448 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3449 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3450 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3451 Moved ...
3452 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3453 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3454 Moved ...
3455 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3456 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3457 Moved ...
3458 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3459 ... here.
3460 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3461 Moved ...
3462 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3463 ... here.
3464 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3465 Moved ...
3466 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3467 ... here.
3468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3469 Moved ...
3470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3472 Moved ...
3473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3475 Moved ...
3476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3478 Moved ...
3479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3480 ... here.
3481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3482 Moved ...
3483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3484 ... here.
3485 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3486 Moved ...
3487 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3488 ... here.
3489 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3490 Moved ...
3491 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3493 Moved ...
3494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3495
e6d90d67
WD
34962014-06-23 Will Newton <will.newton@linaro.org>
3497 Wilco <wdijkstr@arm.com>
3498
3499 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3500 implementation. Include get-rounding-mode.h.
3501 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3502 [!libc_feholdsetround_noex_ctx]: Define
3503 libc_feholdsetround_noex_ctx.
3504 [!libc_feholdsetround_noexf_ctx]: Define
3505 libc_feholdsetround_noexf_ctx.
3506 [!libc_feholdsetround_noexl_ctx]: Define
3507 libc_feholdsetround_noexl_ctx.
3508 (libc_feholdsetround_ctx): New function.
3509 (libc_feresetround_ctx): New function.
3510 (libc_feholdsetround_noex_ctx): New function.
3511 (libc_feresetround_noex_ctx): New function.
3512
d42df555
RM
35132014-06-23 Roland McGrath <roland@hack.frob.com>
3514
88a46474
RM
3515 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3516 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3517 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3518 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3519 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3520 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3521
15bed472
RM
3522 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3523 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3524 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3525 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3526 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3527 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3528 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3529 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3530 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3531 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3532 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3533 Moved ...
3534 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3535 ... here.
3536 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3537 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3538 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3539 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3540 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3541 Moved ...
3542 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3543 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3544 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3545 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3546 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3547 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3548 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3549 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3550 Moved ...
3551 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3552 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3553 Moved ...
3554 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3555 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3556 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3557 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3558 Moved ...
3559 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3560 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3561 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3562 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3563 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3564 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3565 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3566 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3567 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3568 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3569 Moved ...
3570 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3571 ... here.
3572 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3573 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3574 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3575 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3576 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3577 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3578 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3579 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3580 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3581 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3582 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3583 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3584 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3585 Moved ...
3586 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3587 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3588 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3589 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3590 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3591 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3592 Moved ...
3593 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3594 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3595 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3596 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3597 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3598
d42df555
RM
3599 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3600 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3601 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3602 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3603 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3604 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3605 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3606 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3607 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3608 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3609 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3610 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3611 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3612 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3613 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3614 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3615 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3616 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3617 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3618 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3619 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3620 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3621 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3622 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3623 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3624 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3625 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3626 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3627
76e5216e
JM
36282014-06-23 Joseph Myers <joseph@codesourcery.com>
3629
3630 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3631 (FALLOC_FL_COLLAPSE_RANGE): New macro.
3632 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3633 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3634 (IPV6_PMTUDISC_INTERFACE): Likewise.
3635 (IPV6_PMTUDISC_OMIT): Likewise.
3636
7a81cbcc
AS
36372014-06-23 Andreas Schwab <schwab@suse.de>
3638
3639 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3640 Remove unused errout label.
3641
db224009
AZ
36422014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3643
3644 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3645 macro: hardware supports Vector Crypto instructions.
3646
f393b4aa
WN
36472014-06-23 Will Newton <will.newton@linaro.org>
3648
cc7d0447
WN
3649 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3650 rather than __builtin_expect.
3651
d6d06225
WN
3652 * elf/dl-lookup.c (undefined_msg): Remove variable.
3653 (_dl_lookup_symbol_x): Replace undefined_msg with string
3654 literal.
3655
f393b4aa
WN
3656 * elf/dl-lookup.c (do_lookup_unique): New function.
3657 (do_lookup_x): Move STB_GNU_UNIQUE handling code
3658 to a separate function.
3659
ac60763e
AS
36602014-06-23 Andreas Schwab <schwab@suse.de>
3661
3662 [BZ #17079]
3663 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3664 before reading the next line.
3665
c5c13355
WN
36662014-06-23 Will Newton <will.newton@linaro.org>
3667
3668 * test-skeleton.c (signal_handler): Use printf and %m
3669 rather than perror. Use printf rather than fprintf to
3670 stderr. Use puts rather than fputs to stderr.
3671 (main): Likewise.
3672
bd3675f9
LC
36732014-06-22 Ludovic Courtès <ludo@gnu.org>
3674
3675 * nscd/nscd.c (thread_info_t): Remove typedef.
3676 (thread_info): Remove variable.
3677
d03efb2f
AM
36782014-06-21 Allan McRae <allan@archlinux.org>
3679
3680 * NEWS: Mention CVE-2014-4043.
3681
bc4a86fa
RM
36822014-06-20 Roland McGrath <roland@hack.frob.com>
3683
dc9a54f8
RM
3684 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3685 * nptl/smp.h: ... here.
3686
bd7022c4
RM
3687 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3688
26ffd5e6
RM
3689 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3690 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3691 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3692 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3693
93a6d082
RM
3694 * nptl/allocatestack.c: Include <stack-aliasing.h>.
3695 * nptl/stack-aliasing.h: New file.
3696 * sysdeps/i386/i686/stack-aliasing.h: New file.
3697 * sysdeps/i386/i686/nptl/Makefile: File removed.
3698 * sysdeps/x86_64/stack-aliasing.h: New file.
3699 * sysdeps/x86_64/nptl/Makefile
3700 (CFLAGS-pthread_create.c): Variable removed.
3701
bc4a86fa
RM
3702 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3703 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3704 old file.
3705 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3706 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3707 old file.
3708
2272ffc1
JM
37092014-06-21 Joseph Myers <joseph@codesourcery.com>
3710
3711 * sysdeps/unix/sysv/linux/arm/kernel-features.h
3712 (__ASSUME_SIGFRAME_V2): Remove macro.
3713 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3714 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3715 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3716 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3717 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3718 Declare as function. Remove conditional macro definitions.
3719 (__default_rt_sa_restorer): Likewise.
3720 (__default_sa_restorer_v1): Remove declaration.
3721 (__default_sa_restorer_v2): Likewise.
3722 (__default_rt_sa_restorer_v1): Likewise.
3723 (__default_rt_sa_restorer_v2): Likewise.
3724 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3725 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3726 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3727
4b88139b
RM
37282014-06-20 Roland McGrath <roland@hack.frob.com>
3729
3730 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3731 (libpthread-routines): Add sysdep.
3732 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3733 * sysdeps/unix/sysv/linux/sparc/Versions
3734 (libpthread: GLIBC_2.3.3): New version set.
3735 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3736 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3737 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3738 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3739 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
3740 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3741 Moved ...
3742 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3743 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3744 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3745 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3746 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3747 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3748 * sysdeps/sparc/nptl/sem_init.c: ... here.
3749 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3750 * sysdeps/sparc/nptl/sem_post.c: ... here.
3751 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3752 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3753 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3754 * sysdeps/sparc/nptl/sem_wait.c: ... here.
3755 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3756 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3757 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3758 (libpthread-routines): Add cpu_relax.
3759 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3760 File removed.
3761 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3762 (librt: GLIBC_2.3.3): New version set.
3763 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3764 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3765 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3766 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3767 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3768 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3769 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3770 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3771 Moved ...
3772 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3773 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3774 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3775 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3776 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3777 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3778 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3779 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3780 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3781 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3782 Moved ...
3783 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3784 Update #include.
3785 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3786 Moved ...
3787 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3788 Update #include.
3789 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3790 Moved ...
3791 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3792 Update #include.
3793 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3794 Moved ...
3795 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3796 Update #include.
3797 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3798 Moved ...
3799 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3800 Update #include.
3801 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3802 Moved ...
3803 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3804 Update #include.
3805 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3806 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3807 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3808 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3809 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3810 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3811 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3812 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3813 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3814 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3815 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3816 Moved ...
3817 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3818 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3819 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3820 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3821 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3822
d7109027
JM
38232014-06-20 Joseph Myers <joseph@codesourcery.com>
3824
9bc6103d
JM
3825 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3826 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3827 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3828 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3829 * nscd/nscd.c: Likewise.
3830 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3831 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3832 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3833 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3834
d7109027
JM
3835 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3836 <kernel-features.h>.
3837 (init_mq_netlink): Remove conditional have_sock_cloexec
3838 definitions. Remove code conditional on have_sock_cloexec < 0.
3839 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3840 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3841 * sysdeps/unix/sysv/linux/opensock.c: Do not include
3842 <kernel-features.h>.
3843 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3844 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3845
d92d8f8a
L
38462014-06-20 H.J. Lu <hongjiu.lu@intel.com>
3847
3848 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3849 Add tests for memset_chk and memset.
3850
3851 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3852 with AVX2_Usable.
3853
4e6d2347
MR
38542014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
3855
257ce712
MR
3856 [BZ #16046]
3857 * elf/tst-dl-iter-static.c: New file.
3858 * elf/Makefile (tests-static): Add tst-dl-iter-static.
3859
4e6d2347
MR
3860 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3861 error.
3862
a2a76afe
JM
38632014-06-20 Joseph Myers <joseph@codesourcery.com>
3864
7fd00f99
JM
3865 * sysdeps/unix/sysv/linux/kernel-features.h
3866 (__ASSUME_F_GETOWN_EX): Remove macro.
3867 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3868 <kernel-features.h>.
3869 (miss_F_GETOWN_EX): Remove variable or macro.
3870 (do_fcntl): Do not check miss_F_GETOWN_EX.
3871 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3872
4a103975
JM
3873 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3874 Remove macro.
3875 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3876 [!__ASSUME_AT_RANDOM]: Remove conditional code.
3877 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3878
a2a76afe
JM
3879 * sysdeps/unix/sysv/linux/kernel-features.h
3880 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3881 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3882 [ADJ_OFFSET_SS_READ]: Make code unconditional.
3883 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3884
90e5dd48
MR
38852014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
3886
3887 [BZ #17075]
3888 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3889 Fix calculation of the symbol's value.
3890 * sysdeps/arm/tst-armtlsdescloc.c: New file.
3891 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3892 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3893 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3894 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3895 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3896 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3897 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3898 (modules-names): Add `tst-armtlsdescmod',
3899 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3900 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3901 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3902 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3903 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3904 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3905 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3906 ($(objpfx)tst-armtlsdescloc): New dependency.
3907 ($(objpfx)tst-armtlsdescextnow): Likewise.
3908 ($(objpfx)tst-armtlsdescextlazy): Likewise.
3909 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3910 TLS scheme support.
3911 * sysdeps/arm/configure: Regenerate.
3912
809fdf0d
JM
39132014-06-20 Joseph Myers <joseph@codesourcery.com>
3914
3915 * include/fcntl.h (__atfct_seterrno): Remove prototype.
3916 (__atfct_seterrno_2): Likewise.
3917 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3918 <kernel-features.h>.
3919 (__ASSUME_ATFCTS): Do not undefine and redefine.
3920 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3921 (__have_atfcts): Remove conditional definition.
3922 (__fxstatat([__NR_fstatat64]: Make code unconditional.
3923 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3924 unreachable if [__ASSUME_ATFCTS].
3925 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3926 not undefine and redefine.
3927 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3928 <kernel-features.h>.
3929 (faccessat) [__NR_faccessat]: Make code unconditional.
3930 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3931 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3932 <kernel-features.h>.
3933 (fchmodat) [__NR_fchmodat]: Make code unconditional.
3934 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3935 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3936 <kernel-features.h>.
3937 (fchownat) [__NR_fchownat]: Make code unconditional.
3938 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3939 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3940 <kernel-features.h>.
3941 (futimesat) [__NR_futimesat]: Make code unconditional.
3942 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3943 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3944 <kernel-features.h>.
3945 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3946 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3947 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3948 <kernel-features.h>.
3949 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3950 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3951 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3952 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3953 <kernel-features.h>.
3954 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3955 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3956 * sysdeps/unix/sysv/linux/linkat.c: Do not include
3957 <kernel-features.h>.
3958 (linkat) [__NR_linkat]: Make code unconditional.
3959 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3960 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3961 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3962 <kernel-features.h>.
3963 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3964 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3965 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3966 <kernel-features.h>.
3967 (mkdirat) [__NR_mkdirat]: Make code unconditional.
3968 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3969 * sysdeps/unix/sysv/linux/openat.c: Do not include
3970 <kernel-features.h>.
3971 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3972 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3973 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3974 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3975 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3976 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3977 <kernel-features.h>.
3978 (readlinkat) [__NR_readlinkat]: Make code unconditional.
3979 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
3980 result of INLINE_SYSCALL directly, not via int variable.
3981 * sysdeps/unix/sysv/linux/renameat.c: Do not include
3982 <kernel-features.h>.
3983 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3984 (renameat) [__NR_renameat]: Make code unconditional.
3985 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3986 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3987 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3988 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3989 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3990 (__ASSUME_ATFCTS): Do not undefine and redefine.
3991 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3992 <kernel-features.h>.
3993 (symlinkat) [__NR_symlinkat]: Make code unconditional.
3994 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3995 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3996 <kernel-features.h>.
3997 (unlinkat) [__NR_unlinkat]: Make code unconditional.
3998 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3999 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
4000 (__ASSUME_ATFCTS): Do not undefine and redefine.
4001 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
4002 <kernel-features.h>.
4003 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
4004 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
4005 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
4006 <kernel-features.h>.
4007 (__xmknodat) [__NR_mknodat]: Make code unconditional.
4008 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4009
224c6c51
L
40102014-06-20 H.J. Lu <hongjiu.lu@intel.com>
4011
4012 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
4013
aa6ec754
AS
40142014-06-20 Andreas Schwab <schwab@linux-m68k.org>
4015
4016 [BZ #17069]
4017 * posix/regcomp.c (parse_reg_exp): Deallocate partially
4018 constructed tree before returning error.
4019 * posix/bug-regexp36.c: Expand test case.
4020
d8c2869d
SL
40212014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
4022
3ef6b850
SL
4023 [BZ #6803]
4024 * math/libm-test.inc (scalbln_test_date):
4025 Add errno expectations.
4026 * math/w_scalblnf.c: New File.
4027 Add wrapper which checks for setting errno to ERANGE.
4028 Add weak_alias for corresponding scalbln function.
4029 * math/w_scalbln.c: Likewise.
4030 * math/w_scalblnl.c: Likewise.
4031 * math/Makefile (libm-calls): Add w_scalbln.
4032 * sysdeps/ieee754/flt-32/s_scalblnf.c:
4033 Remove weak_alias for corresponding scalbln function.
4034 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
4035 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
4036 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
4037 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4038 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
4039 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4040 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
4041 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4042 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
4043 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
4044 Remove long_double_symbol for scalblnl function in libm, libc.
4045 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
4046 Add wrapper which checks for setting errno to ERANGE.
4047 Add long_double_symbol for scalblnl function in libm, libc.
4048 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
4049 Remove long_double_symbol for scalblnl in libm.
4050 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
4051 Add wrapper which checks for setting errno to ERANGE.
4052 Add long_double_symbol for scalblnl function in libm.
4053 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
4054 Do not use wrapper because of own implementation.
4055
c8daec5c
L
40562014-06-19 H.J. Lu <hongjiu.lu@intel.com>
4057
4058 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
4059 3 bytes for __pad1 for x32.
4060 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
4061
5c74e47c
LM
40622014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
4063 H.J. Lu <hongjiu.lu@intel.com>
4064
4065 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
4066 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
4067 * sysdeps/x86_64/multiarch/memset.S: Likewise.
4068 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4069 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
4070
4d43ef1e
AS
40712014-06-19 Andreas Schwab <schwab@linux-m68k.org>
4072
4073 [BZ #17069]
4074 * posix/regcomp.c (parse_expression): Deallocate partially
4075 constructed tree before returning error.
4076 * posix/Makefile.c (tests): Add bug-regex36.
4077 (generated): Add bug-regex36.mtrace.
4078 (tests-special): Add $(objpfx)bug-regex36-mem.out
4079 (bug-regex36-ENV): New variable.
4080 ($(objpfx)bug-regex36-mem.out): New rule.
4081 * posix/bug-regex36.c: New file.
4082
51a7380b
WN
40832014-06-19 Will Newton <will.newton@linaro.org>
4084
4085 * malloc/malloc.c (systrim): If extra is zero then return
4086 early.
4087
91b84fe5
SP
40882014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
4089
4090 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
4091
f940b965
RE
40922014-06-19 Richard Earnshaw <rearnsha@arm.com>
4093
4094 * sysdeps/aarch64/strchr.S: New file.
4095
4ba7a00f
JM
40962014-06-18 Joseph Myers <joseph@codesourcery.com>
4097
4098 [BZ #17022]
4099 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
4100 from arguments -2 or below.
4101 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
4102 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
4103
b3a9f56b
AS
41042014-06-18 Andreas Schwab <schwab@suse.de>
4105
4106 [BZ #17062]
4107 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
4108 of a bracket expr not to run off the end of the string.
4109 * posix/Makefile (tests): Add tst-fnmatch3.
4110 * posix/tst-fnmatch3.c: New file.
4111
85d89278
JM
41122014-06-18 Joseph Myers <joseph@codesourcery.com>
4113
4114 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
4115 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4116 [$(cross-compiling) = no]: Likewise.
4117 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4118 [$(cross-compiling) = no]: Likewise.
4119
754c5a08
RS
41202014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4121
4122 [BZ #17031]
4123 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
4124 double, adjusted for any remainder from the high double.
4125 * math/libm-test.inc (nearbyint): Add tests.
4126 (rint): Likewise.
4127
556f529d
AZ
41282014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4129
4130 * nptl/sysdeps/powerpc/Makefile: Moved ...
4131 * sysdeps/powerpc/nptl/Makefile: ... here.
4132 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
4133 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
4134 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
4135 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
4136 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
4137 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
4138 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
4139 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
4140 * nptl/sysdeps/powerpc/tls.h: Moved ...
4141 * sysdeps/powerpc/nptl/tls.h: ... here.
4142
91c03c53
JM
41432014-06-16 Joseph Myers <joseph@codesourcery.com>
4144
4145 [BZ #16681]
4146 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
4147 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
4148 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
4149 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
4150 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
4151 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
4152 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
4153 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
4154 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
4155
a76e63c5
AS
41562014-06-17 Andreas Schwab <schwab@linux-m68k.org>
4157
4158 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4159
f2f6d82f
AS
41602014-06-16 Andreas Schwab <schwab@linux-m68k.org>
4161
ea8a15f6
AS
4162 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
4163 defined operator.
4164
f2f6d82f
AS
4165 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
4166 $TIMEOUTFACTOR.
4167
a7291117
FW
41682014-06-16 Florian Weimer <fweimer@redhat.com>
4169
4170 [BZ #17058]
4171 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
4172 non-executed part of the test.
4173
3d7c00e3
AS
41742014-06-16 Andreas Schwab <schwab@suse.de>
4175
4176 * string/bits/string2.h (strdup, strndup): Update feature guard.
4177
6957fb31
DM
41782014-06-14 David S. Miller <davem@davemloft.net>
4179
4180 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4181
11b9e55b
AS
41822014-06-14 Andreas Schwab <schwab@linux-m68k.org>
4183
1d2a0492
AS
4184 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
4185 that was previously under [RESET_PID].
4186 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
4187
11b9e55b
AS
4188 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
4189 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
4190 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
4191 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4192 (__libc_vfork): New strong alias.
4193 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
4194
0f6901d0
AK
41952014-06-14 Andi Kleen <ak@linux.intel.com>
4196
4197 * sysdeps/generic/elide.h: New file.
4198
38bbbb9f
SL
41992014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
4200
4201 * Makefile (installed-headers): Adjust path of pthread.h header.
4202
45193bb8
RM
42032014-06-13 Roland McGrath <roland@hack.frob.com>
4204
9a25fd1e
RM
4205 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
4206 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
4207 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
4208 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
4209
4004f7e4
RM
4210 * nptl/sysdeps/s390/Makefile: Moved ...
4211 * sysdeps/s390/nptl/Makefile: ... here.
4212 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
4213 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
4214 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
4215 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
4216 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
4217 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
4218 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
4219 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
4220 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
4221 * sysdeps/s390/nptl/pthreaddef.h: ... here.
4222 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
4223 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
4224 * nptl/sysdeps/s390/tls.h: Moved ...
4225 * sysdeps/s390/nptl/tls.h: ... here.
4226
45193bb8
RM
4227 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
4228 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
4229
f6fdf533
DM
42302014-06-13 David S. Miller <davem@davemloft.net>
4231
4232 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
4233 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
4234 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
4235 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
4236 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
4237 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
4238 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
4239 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
4240 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
4241 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
4242 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
4243 Remove RESET_PID cpp guards.
4244 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
4245 Remove RESET_PID cpp guards.
4246 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
4247
f5d71e14
AS
42482014-06-13 Andreas Schwab <schwab@linux-m68k.org>
4249
4250 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
4251 __sp to uintptr_t.
4252
b7aa8caa
AK
42532014-06-13 Andi Kleen <ak@linux.intel.com>
4254
4b266200
AZ
4255 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
4256 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
4257 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
4258 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
4259 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
4260 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
4261 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
4262 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
4263 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
4264 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
4265 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
4266 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
4267 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
4268 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
4269 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
4270 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
4271 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
4272 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
4273 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
4274 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
4275
4276 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
4277 (pthread_rwlock_rdlock): Add elision.
4278 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
4279 (pthread_rwlock_wrlock): Add elision.
4280 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
4281 (pthread_rwlock_trywrlock): Add elision.
4282 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
4283 (pthread_rwlock_tryrdlock): Add elision.
4284 * nptl/pthread_rwlock_unlock.c: Include elide.h.
4285 (pthread_rwlock_tryrdlock): Add elision unlock.
4286 * nptl/sysdeps/pthread/pthread.h:
4287 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
4288 (PTHREAD_RWLOCK_INITIALIZER,
4289 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
4290 Handle new elision field.
4291 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
4292 * sysdeps/arm/nptl/bits/pthreadtypes.h
4293 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4294 * sysdeps/sh/nptl/bits/pthreadtypes.h
4295 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4296 * sysdeps/tile/nptl/bits/pthreadtypes.h
4297 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4298 * sysdeps/a/nptl/bits/pthreadtypes.h
4299 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4300 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
4301 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4302 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
4303 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4304 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
4305 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4306 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
4307 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4308 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
4309 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4310 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
4311 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4312 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
4313 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4314 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
4315 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
4316 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
4317 (elision_init): Set try_xbegin to zero when no RTM.
4318 * sysdeps/x86/nptl/bits/pthreadtypes.h
4319 (pthread_rwlock_t): Change __pad1 to __rwelision.
4320 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 4321
a832bdd3
AK
43222014-06-13 Andi Kleen <ak@linux.intel.com>
4323
4324 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
4325 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
4326 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
4327 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
4328
995a46bb
MI
43292014-06-13 Meador Inge <meadori@codesourcery.com>
4330
4331 [BZ #16996]
03ed7738 4332 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
4333 that the cached result has been set before returning it.
4334
45262aee
RM
43352014-06-12 Roland McGrath <roland@hack.frob.com>
4336
febf6cc5
RM
4337 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
4338 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
4339 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
4340 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
4341 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
4342 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
4343
e2682246
RM
4344 * nptl/sysdeps/sparc/Makefile: Moved ...
4345 * sysdeps/sparc/nptl/Makefile: ... here.
4346 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
4347 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
4348 * nptl/sysdeps/sparc/tls.h: Moved ...
4349 * sysdeps/sparc/nptl/tls.h: ... here.
4350 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
4351 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
4352 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
4353 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
4354 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
4355 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
4356 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
4357 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
4358 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
4359 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
4360 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
4361 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
4362 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
4363 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
4364 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
4365 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
4366 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
4367 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
4368 Update #include.
4369 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
4370 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
4371 Update #include.
4372 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
4373 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
4374 Update #include.
4375 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
4376 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
4377 Update #include.
4378
b0725f43
RM
4379 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4380
b14368b8
RM
4381 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
4382 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
4383
c5620eb3
RM
4384 * sysdeps/pthread/posix-timer.h: Include <list.h>.
4385 (struct list_links): Type removed.
4386 (struct thread_node, struct timer_node): Replace struct list_links
4387 with struct list_head.
4388 (list_unlink_ip): Likewise.
4389 * sysdeps/pthread/timer_routines.c
4390 (timer_free_list, thread_free_list, thread_active_list): Likewise.
4391 (list_append, list_insbefore): Likewise.
4392 (list_init): Function removed.
4393 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
4394 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
4395 * sysdeps/pthread/Makefile: ... here, new file.
4396
4397 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
4398 * sysdeps/nptl/Implies: ... here.
4399 * sysdeps/unix/sysv/linux/Implies: Add nptl.
4400 * nptl/sysdeps/pthread/list.h: Moved ...
4401 * include/list.h: ... here.
4402 * nptl/sysdeps/pthread/createthread.c: Moved ...
4403 * nptl/createthread.c: ... here.
4404 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
4405 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
4406 * nptl/pt-longjmp.c: ... here.
4407 * nptl/sysdeps/pthread/Makefile: Moved ...
4408 * sysdeps/nptl/Makefile: ... here.
4409 * nptl/sysdeps/pthread/Subdirs: Moved ...
4410 * sysdeps/nptl/Subdirs: ... here.
4411 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
4412 * sysdeps/nptl/aio_misc.h: ... here.
4413 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
4414 * sysdeps/nptl/bits/libc-lock.h: ... here.
4415 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
4416 * sysdeps/nptl/bits/libc-lockP.h: ... here.
4417 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
4418 * sysdeps/nptl/bits/stdio-lock.h: ... here.
4419 * nptl/sysdeps/pthread/configure: Moved ...
4420 * sysdeps/nptl/configure: ... here.
4421 * nptl/sysdeps/pthread/configure.ac: Moved ...
4422 * sysdeps/nptl/configure.ac: ... here.
4423 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
4424 * sysdeps/nptl/gai_misc.h: ... here.
4425 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
4426 * sysdeps/nptl/librt-cancellation.c: ... here.
4427 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
4428 * sysdeps/nptl/malloc-machine.h: ... here.
4429 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
4430 * sysdeps/nptl/pthread-functions.h: ... here.
4431 * nptl/sysdeps/pthread/pthread.h: Moved ...
4432 * sysdeps/nptl/pthread.h: ... here.
4433 * nptl/sysdeps/pthread/setxid.h: Moved ...
4434 * sysdeps/nptl/setxid.h: ... here.
4435 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4436 * sysdeps/nptl/sigfillset.c: ... here.
4437 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4438 * sysdeps/nptl/tcb-offsets.h: ... here.
4439 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4440 * sysdeps/nptl/tst-mqueue8x.c: ... here.
4441 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4442 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4443 * nptl/sysdeps/pthread/allocalim.h: Moved ...
4444 * sysdeps/pthread/allocalim.h: ... here.
4445 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4446 * sysdeps/pthread/bits/sigthread.h: ... here.
4447 * nptl/sysdeps/pthread/flockfile.c: Moved ...
4448 * sysdeps/pthread/flockfile.c: ... here.
4449 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4450 * sysdeps/pthread/ftrylockfile.c: ... here.
4451 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4452 * sysdeps/pthread/funlockfile.c: ... here.
4453 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4454 * sysdeps/pthread/posix-timer.h: ... here.
4455 * nptl/sysdeps/pthread/timer_create.c: Moved ...
4456 * sysdeps/pthread/timer_create.c: ... here.
4457 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4458 * sysdeps/pthread/timer_delete.c: ... here.
4459 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4460 * sysdeps/pthread/timer_getoverr.c: ... here.
4461 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4462 * sysdeps/pthread/timer_gettime.c: ... here.
4463 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4464 * sysdeps/pthread/timer_routines.c: ... here.
4465 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4466 * sysdeps/pthread/timer_settime.c: ... here.
4467 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4468 * sysdeps/pthread/tst-timer.c: ... here.
4469 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4470 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4471
e876b090
RM
4472 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4473 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4474
f6b07b3d
RM
4475 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4476 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4477 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4478 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4479 Update #include target.
4480 * nptl/sysdeps/i386/i686/Makefile: Moved ...
4481 * sysdeps/i386/i686/nptl/Makefile: ... here.
4482 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4483 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4484 Update #include target.
4485 * nptl/sysdeps/i386/i686/tls.h: Moved ...
4486 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
4487 * nptl/sysdeps/i386/Makefile: Moved ...
4488 * sysdeps/i386/nptl/Makefile: ... here.
4489 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4490 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4491 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4492 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4493 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4494 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4495 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4496 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4497 * sysdeps/i386/nptl/pthreaddef.h: ... here.
4498 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4499 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4500 * nptl/sysdeps/i386/tls.h: Moved ...
4501 * sysdeps/i386/nptl/tls.h: ... here.
4502
45262aee
RM
4503 * sysdeps/sh/Makefile [$(subdir) = csu]
4504 (gen-as-const-headers): Add tcb-offsets.sym.
4505 * nptl/sysdeps/sh/Makefile: File removed.
4506 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4507 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4508 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4509 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4510 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4511 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4512 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4513 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4514 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4515 * sysdeps/sh/nptl/pthreaddef.h: ... here.
4516 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4517 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4518 * nptl/sysdeps/sh/tls.h: Moved ...
4519 * sysdeps/sh/nptl/tls.h: ... here.
4520 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4521 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4522 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4523 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4524 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4525 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4526 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4527 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4528 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4529 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4530 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4531 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4532 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4533 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4534 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4535 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4536 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4537 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4538 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4539 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4540 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4541 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4542 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4543 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4544 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4545 Moved ...
4546 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4547 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4548 Moved ...
4549 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4550 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4551 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4552 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4553 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4554 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4555 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4556 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4557 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4558 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4559 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4560 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4561 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4562 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4563 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4564 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4565 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4566 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4567 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4568
35a5e3e3
SL
45692014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
4570
4571 * posix/spawn_faction_addopen.c: Include string.h.
4572
14642b85
RM
45732014-06-11 Roland McGrath <roland@hack.frob.com>
4574
4575 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4576 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4577 * nptl/sysdeps/x86_64/Makefile: Moved ...
4578 * sysdeps/x86_64/nptl/Makefile: ... here.
4579 * nptl/sysdeps/x86_64/configure: Moved ...
4580 * sysdeps/x86_64/nptl/configure: ... here.
4581 * nptl/sysdeps/x86_64/configure.ac: Moved ...
4582 * sysdeps/x86_64/nptl/configure.ac: ... here.
4583 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4584 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4585 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4586 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4587 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4588 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4589 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4590 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4591 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4592 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4593 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4594 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4595 * nptl/sysdeps/x86_64/tls.h: Moved ...
4596 * sysdeps/x86_64/nptl/tls.h: ... here.
4597 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4598 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4599 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4600 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4601
4602 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4603
31c44fea
AZ
46042014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4605
4606 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4607
e81a4f9a
JM
46082014-06-11 Joseph Myers <joseph@codesourcery.com>
4609
4610 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4611 type.
4612 [POSIX] (off_t): Likewise.
4613 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4614 [POSIX] (S_ISBLK): Require macro.
4615 [POSIX] (S_ISCHR): Likewise.
4616 [POSIX] (S_ISDIR): Likewise.
4617 [POSIX] (S_ISFIFO): Likewise.
4618 [POSIX] (S_ISREG): Likewise.
4619 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4620 optional-macro.
4621 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4622 type.
4623 [POSIX] (time_t): Likewise.
4624 [POSIX] (timer_t): Likewise.
4625
89e435f3
FW
46262014-06-11 Florian Weimer <fweimer@redhat.com>
4627
4628 [BZ #17048]
4629 * posix/spawn_int.h (struct __spawn_action): Make the path string
4630 non-const to support deallocation.
4631 * posix/spawn_faction_addopen.c
4632 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4633 * posix/spawn_faction_destroy.c
4634 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
4635 path in all spawn_do_open actions.
4636 * posix/tst-spawn.c (do_test): Exercise the copy operation in
4637 posix_spawn_file_actions_addopen.
4638
c3a2ebe1
CM
46392014-06-11 Chris Metcalf <cmetcalf@tilera.com>
4640
4641 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4642 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4643 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4644 conditional code always true.
4645 (__libc_vfork): New alias.
4646
9503784a
RM
46472014-06-11 Roland McGrath <roland@hack.frob.com>
4648
c9cab3d2
RM
4649 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4650 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4651
d3996c79
RM
4652 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4653
ba5ec611
RM
4654 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4655 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4656
f12b4814
RM
4657 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4658 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4659
9503784a
RM
4660 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4661 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4662
e23d3d26
VR
46632014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
4664
4665 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4666 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4667 multiarch strcmp for PPC64.
4668 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4669 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4670 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4671 multiarch optimizations.
4672 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4673 (__libc_ifunc_impl_list): Likewise.
4674
42b1161e
SP
46752014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
4676
4677 * benchtests/scripts/validate_benchout.py: New script.
4678 * benchtests/Makefile (bench-func): Call it.
4679 * benchtests/scripts/benchout.schema.json: New file.
4680
2d0fc4dc
CM
46812014-06-10 Chris Metcalf <cmetcalf@tilera.com>
4682
4a594c34
AZ
4683 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4684 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4685 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4686 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4687 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4688 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4689 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4690 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4691 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4692 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4693 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4694 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4695 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4696 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4697 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4698 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4699 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 4700 Moved ...
4a594c34 4701 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 4702 ... here.
4a594c34 4703 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 4704 Moved ...
4a594c34
AZ
4705 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4706 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 4707 Moved ...
4a594c34 4708 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 4709 ... here.
4a594c34 4710 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 4711 Moved ...
4a594c34 4712 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 4713 ... here.
4a594c34 4714 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 4715 Moved ...
4a594c34
AZ
4716 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4717 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 4718 Moved ...
4a594c34 4719 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 4720 ... here.
4a594c34 4721 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 4722 Moved ...
4a594c34 4723 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 4724 ... here.
4a594c34 4725 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 4726 Moved ...
4a594c34
AZ
4727 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4728 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 4729 Moved ...
4a594c34 4730 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 4731 ... here.
4a594c34 4732 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 4733 Moved ...
4a594c34 4734 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 4735 ... here.
4a594c34 4736 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 4737 Moved ...
4a594c34 4738 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 4739 ... here.
4a594c34 4740 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 4741 Moved ...
4a594c34
AZ
4742 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4743 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 4744 Moved ...
4a594c34 4745 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 4746 ... here.
4a594c34 4747 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 4748 Moved ...
4a594c34 4749 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 4750 ... here.
4a594c34 4751 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 4752 Moved ...
4a594c34 4753 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 4754 ... here.
4a594c34 4755 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 4756 Moved ...
4a594c34
AZ
4757 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4758 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 4759 Moved ...
4a594c34 4760 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 4761 ... here.
4a594c34 4762 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 4763 Moved ...
4a594c34 4764 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 4765 ... here.
4a594c34 4766 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 4767 Moved ...
4a594c34
AZ
4768 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4769 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 4770 Moved ...
4a594c34 4771 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 4772 ... here.
4a594c34 4773 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 4774 Moved ...
4a594c34
AZ
4775 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4776 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 4777 Moved ...
4a594c34
AZ
4778 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4779 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 4780 Moved ...
4a594c34 4781 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 4782 ... here.
4a594c34 4783 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 4784 Moved ...
4a594c34 4785 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 4786 ... here.
4a594c34 4787 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 4788 Moved ...
4a594c34 4789 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 4790 ... here.
4a594c34 4791 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 4792 Moved ...
4a594c34
AZ
4793 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4794 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 4795 Moved ...
4a594c34 4796 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 4797 ... here.
4a594c34 4798 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 4799 Moved ...
4a594c34 4800 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 4801 ... here.
4a594c34
AZ
4802 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4803 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4804 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4805 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4806 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 4807 Moved ...
4a594c34 4808 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 4809 ... here.
4a594c34
AZ
4810 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4811 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4812 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4813 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4814 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4815 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4816 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4817 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4818 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4819 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4820 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4821 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4822 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 4823 Moved ...
4a594c34
AZ
4824 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4825 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 4826 Moved ...
4a594c34
AZ
4827 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4828 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4829 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4830 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 4831 Moved ...
4a594c34
AZ
4832 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4833 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4834 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4835 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4836 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4837 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4838 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 4839
0570cfed
W
48402014-06-10 Wilco <wdijkstr@arm.com>
4841
4842 * math/test-fenv-return.c: New file.
4843 * math/Makefile: Add new test test-fenv-return.
4844
f8ba1b56
JM
48452014-06-10 Joseph Myers <joseph@codesourcery.com>
4846
4847 [BZ #17042]
4848 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4849 when x - 1 is zero.
4850 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4851 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4852 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4853 0.0L for an argument of 1.0L.
4854 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4855 Likewise.
4856 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4857 value when x - 1 is zero.
4858 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4859 * sysdeps/i386/fpu/libm-test-ulps: Update.
4860 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4861
2c3520d9
BO
48622014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
4863
4864 [BZ #15119]
4865 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4866
acaa4d24
RM
48672014-06-09 Roland McGrath <roland@hack.frob.com>
4868
4869 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4870 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4871
962b744d
RM
48722014-06-09 Roland McGrath <roland@hack.frob.com>
4873
d752f0cc
RM
4874 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4875 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4876
34eda6d1
RM
4877 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4878 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4879
50f0a637
RM
4880 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4881 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4882
08f41f04
RM
4883 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4884 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4885
962b744d
RM
4886 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4887 if not already defined.
4888 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4889 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4890 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4891 (TLS_INIT_TP): Use it.
4892 (TLS_DEFINE_INIT_TP): New macro.
4893 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4894
09f19b05
JM
48952014-06-09 Joseph Myers <joseph@codesourcery.com>
4896
4897 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4898 constant.
4899 [POSIX] (IXANY): Likewise.
4900 [POSIX] (OLCUC): Likewise.
4901 [POSIX || POSIX2008] (CBAUD): Do not allow.
4902 [POSIX || POSIX2008] (DEFECHO): Likewise.
4903 [POSIX || POSIX2008] (ECHOCTL): Likewise.
4904 [POSIX || POSIX2008] (ECHOKE): Likewise.
4905 [POSIX || POSIX2008] (ECHOPRT): Likewise.
4906 [POSIX || POSIX2008] (EXTA): Likewise.
4907 [POSIX || POSIX2008] (EXTB): Likewise.
4908 [POSIX || POSIX2008] (FLUSHO): Likewise.
4909 [POSIX || POSIX2008] (LOBLK): Likewise.
4910 [POSIX || POSIX2008] (PENDIN): Likewise.
4911 [POSIX || POSIX2008] (SWTCH): Likewise.
4912 [POSIX || POSIX2008] (VDISCARD): Likewise.
4913 [POSIX || POSIX2008] (VDSUSP): Likewise.
4914 [POSIX || POSIX2008] (VLNEXT): Likewise.
4915 [POSIX || POSIX2008] (VREPRINT): Likewise.
4916 [POSIX || POSIX2008] (VSTATUS): Likewise.
4917 [POSIX || POSIX2008] (VWERASE): Likewise.
4918 (B*): Change to B[0123456789]*.
4919 * conform/data/time.h-data [POSIX || UNIX98]
4920 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4921 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4922 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4923 [POSIX] (tm_*): Do not allow.
4924
686554bf
JM
49252014-06-07 Joseph Myers <joseph@codesourcery.com>
4926
4927 * Makefile (install): Don't set LANGUAGE.
4928 * Makefile.in (install): Likewise.
4929 * assert/Makefile (test-assert-ENV): Remove variable.
4930 (test-assert-perr-ENV): Likewise.
4931 * elf/Makefile (neededtest4-ENV): Likewise.
4932 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4933 [$(cross-compiling) = no]: Don't set LANGUAGE.
4934 * io/ftwtest-sh (LANG): Remove variable.
4935 * libio/Makefile (tst-widetext-ENV): Likewise.
4936 * manual/install.texi (Running make install): Don't refer to
4937 environment settings for make install.
4938 * INSTALL: Regenerated.
4939 * nptl/tst-tls6.sh: Don't set LANG.
4940 * posix/globtest.sh (LANG): Remove variable.
4941 * string/Makefile (tester-ENV): Likewise.
4942 (inl-tester-ENV): Likewise.
4943 (noinl-tester-ENV): Likewise.
4944 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4945 [$(cross-compiling) = no]: Don't set LANGUAGE.
4946 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4947 without explicit environment settings.
4948
68e6b6b1
RM
49492014-06-06 Roland McGrath <roland@hack.frob.com>
4950
4951 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4952 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4953 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4954 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4955
4d3ae034
CM
49562014-06-06 Chris Metcalf <cmetcalf@tilera.com>
4957
4958 * crypt/crypt-private.h [DOS]: Add some includes taken from the
4959 other files in the crypt directory.
4960 * crypt/crypt.c: Remove duplicate includes.
4961 * crypt/crypt-entry.c: Likewise.
4962 * crypt/crypt_util.c: Likewise.
4963
8540f6d2
JM
49642014-06-06 Joseph Myers <joseph@codesourcery.com>
4965
4966 * Makeconfig (run-program-env): New variable.
4967 (run-program-prefix-before-env): Likewise.
4968 (run-program-prefix-after-env): Likewise.
4969 (run-program-prefix): Define in terms of new variables.
4970 (built-program-cmd-before-env): New variable.
4971 (built-program-cmd-after-env): Likewise.
4972 (built-program-cmd): Define in terms of new variables.
4973 (test-program-prefix-before-env): New variable.
4974 (test-program-prefix-after-env): Likewise.
4975 (test-program-prefix): Define in terms of new variables.
4976 (test-program-cmd-before-env): New variable.
4977 (test-program-cmd-after-env): Likewise.
4978 (test-program-cmd): Define in terms of new variables.
4979 * Rules (make-test-out): Use $(run-program-env).
4980 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4981 (help): Do not mention environment variables. Mention
4982 --timeoutfactor option.
4983 (timeoutfactor): New variable.
4984 (blacklist_exports): Remove function.
4985 (exports): Remove variable.
4986 (command): Do not include ${exports}.
4987 * manual/install.texi (Configuring and compiling): Do not mention
4988 test wrappers preserving environment variables. Mention that last
4989 assignment to a variable must take precedence.
4990 * INSTALL: Regenerated.
4991 * benchtests/Makefile (run-bench): Use $(run-program-env).
4992 * catgets/Makefile ($(objpfx)test1.cat): Use
4993 $(built-program-cmd-before-env), $(run-program-env) and
4994 $(built-program-cmd-after-env).
4995 ($(objpfx)test2.cat): Do not specify environment variables
4996 explicitly.
4997 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4998 $(run-program-env) and $(built-program-cmd-after-env).
4999 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
5000 $(run-program-env) and $(test-program-cmd-after-env).
5001 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
5002 explicitly.
5003 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
5004 run_program_env and test_program_cmd_after_env arguments.
5005 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
5006 * elf/tst-pathopt.sh: Use run_program_env argument.
5007 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
5008 $(test-wrapper-env) and $(run-program-env).
5009 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
5010 run_program_env arguments.
5011 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
5012 * intl/Makefile ($(objpfx)tst-gettext.out): Use
5013 $(test-program-prefix-before-env), $(run-program-env) and
5014 $(test-program-prefix-after-env).
5015 ($(objpfx)tst-gettext2.out): Likewise.
5016 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
5017 run_program_env and test_program_prefix_after_env arguments.
5018 * intl/tst-gettext2.sh: Likewise.
5019 * intl/tst-gettext4.sh: Do not set environment variables
5020 explicitly.
5021 * intl/tst-gettext6.sh: Likewise.
5022 * intl/tst-translit.sh: Likewise.
5023 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
5024 $(test-program-prefix-before-env), $(run-program-env) and
5025 $(test-program-prefix-after-env).
5026 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
5027 run_program_env and test_program_prefix_after_env arguments.
5028 * math/Makefile (run-regen-ulps): Use $(run-program-env).
5029 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
5030 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
5031 explicitly with each use of ${test_wrapper_env}.
5032 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
5033 $(test-program-prefix-before-env), $(run-program-env) and
5034 $(test-program-prefix-after-env).
5035 * posix/tst-getconf.sh: Do not set environment variables
5036 explicitly.
5037 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
5038 run_program_env and test_program_prefix_after_env arguments.
5039 * stdio-common/tst-printf.sh: Do not set environment variables
5040 explicitly.
5041 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
5042 $(test-program-prefix-before-env), $(run-program-env) and
5043 $(test-program-prefix-after-env).
5044 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
5045 run_program_env and test_program_prefix_after_env arguments.
5046 Split $test calls into $test_pre and $test.
5047 * timezone/Makefile (build-testdata): Use
5048 $(built-program-cmd-before-env), $(run-program-env) and
5049 $(built-program-cmd-after-env).
5050
ed36bfa1
AZ
50512014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5052
5053 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
5054 strlen for non SHARED builds.
5055
fc75bf46
SP
50562014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
5057
5058 * nptl/allocatestack.c (check_list): Inlined function...
5059 (__reclaim_stacks): ... here.
5060
d89b3d80
OB
50612014-06-05 Ondřej Bílka <neleai@seznam.cz>
5062
5063 [BZ #15698]
5064 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
5065 memory overrun.
5066
2bf18041
JM
50672014-06-05 Joseph Myers <joseph@codesourcery.com>
5068
5069 * Rules (make-test-out): Include
5070 LOCPATH=$(common-objpfx)localedata in default environment.
5071 * debug/Makefile (tst-chk1-ENV): Remove variable.
5072 (tst-chk2-ENV): Likewise.
5073 (tst-chk3-ENV): Likewise.
5074 (tst-chk4-ENV): Likewise.
5075 (tst-chk5-ENV): Likewise.
5076 (tst-chk6-ENV): Likewise.
5077 (tst-lfschk1-ENV): Likewise.
5078 (tst-lfschk2-ENV): Likewise.
5079 (tst-lfschk3-ENV): Likewise.
5080 (tst-lfschk4-ENV): Likewise.
5081 (tst-lfschk5-ENV): Likewise.
5082 (tst-lfschk6-ENV): Likewise.
5083 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
5084 (tst-iconv7-ENV): Likewise.
5085 * intl/Makefile (LOCPATH-ENV): Likewise.
5086 (tst-codeset-ENV): Likewise.
5087 (tst-gettext3-ENV): Likewise.
5088 (tst-gettext5-ENV): Likewise.
5089 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
5090 (tst-fopenloc-ENV): Likewise.
5091 (tst-fgetws-ENV): Remove variable.
5092 (tst-ungetwc1-ENV): Likewise.
5093 (tst-ungetwc2-ENV): Likewise.
5094 (bug-ungetwc2-ENV): Likewise.
5095 (tst-swscanf-ENV): Likewise.
5096 (bug-ftell-ENV): Likewise.
5097 (tst-fgetwc-ENV): Likewise.
5098 (tst-fseek-ENV): Likewise.
5099 (tst-ftell-partial-wide-ENV): Likewise.
5100 (tst-ftell-active-handler-ENV): Likewise.
5101 (tst-ftell-append-ENV): Likewise.
5102 * posix/Makefile (tst-fnmatch-ENV): Likewise.
5103 (tst-regexloc-ENV): Likewise.
5104 (bug-regex1-ENV): Likewise.
5105 (tst-regex-ENV): Likewise.
5106 (tst-regex2-ENV): Likewise.
5107 (bug-regex5-ENV): Likewise.
5108 (bug-regex6-ENV): Likewise.
5109 (bug-regex17-ENV): Likewise.
5110 (bug-regex18-ENV): Likewise.
5111 (bug-regex19-ENV): Likewise.
5112 (bug-regex20-ENV): Likewise.
5113 (bug-regex22-ENV): Likewise.
5114 (bug-regex23-ENV): Likewise.
5115 (bug-regex25-ENV): Likewise.
5116 (bug-regex26-ENV): Likewise.
5117 (bug-regex30-ENV): Likewise.
5118 (bug-regex32-ENV): Likewise.
5119 (bug-regex33-ENV): Likewise.
5120 (bug-regex34-ENV): Likewise.
5121 (bug-regex35-ENV): Likewise.
5122 (tst-rxspencer-ENV): Likewise.
5123 (tst-rxspencer-no-utf8-ENV): Likewise.
5124 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
5125 (tst-sscanf-ENV): Likewise.
5126 (tst-swprintf-ENV): Likewise.
5127 (tst-swscanf-ENV): Likewise.
5128 (test-vfprintf-ENV): Likewise.
5129 (scanf13-ENV): Likewise.
5130 (bug14-ENV): Likewise.
5131 (tst-grouping-ENV): Likewise.
5132 * stdlib/Makefile (tst-strtod-ENV): Likewise.
5133 (tst-strtod3-ENV): Likewise.
5134 (tst-strtod4-ENV): Likewise.
5135 (tst-strtod5-ENV): Likewise.
5136 (testmb2-ENV): Likewise./
5137 * string/Makefile (tst-strxfrm-ENV): Likewise.
5138 (tst-strxfrm2-ENV): Likewise.
5139 (bug-strcoll1-ENV): Likewise.
5140 (test-strcasecmp-ENV): Likewise.
5141 (test-strncasecmp-ENV): Likewise.
5142 * time/Makefile (tst-strptime-ENV): Likewise.
5143 (tst-ftime_l-ENV): Likewise.
5144 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
5145 (tst-mbrtowc-ENV): Likewise.
5146 (tst-wcrtomb-ENV): Likewise.
5147 (tst-mbrtowc2-ENV): Likewise.
5148 (tst-c16c32-1-ENV): Likewise.
5149 (tst-mbsnrtowcs-ENV): Likewise.
5150
cd1fb604
OB
51512014-06-05 Ondřej Bílka <neleai@seznam.cz>
5152
5153 * manual/resource.texi (How to get information about the memory
5154 subsystem?): Fix typo.
5155 Reported by Peon de la Parra Ivan <peon@keba.com>
5156
b42eca7d
GY
51572014-06-03 Guo Yixuan <culu.gyx@gmail.com>
5158
5159 [BZ #16882]
5160 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
5161 (pthread_spin_lock): Branch out of spin loop to proper location.
5162 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
5163 (pthread_spin_lock): Likewise.
5164
902b71f9
DM
5165 * nptl/tst-spin4.c: New test.
5166 * nptl/Makefile (tests): Add tst-spin4.
5167
f9d2d032
AS
51682014-06-03 Andreas Schwab <schwab@suse.de>
5169
5170 [BZ #15946]
5171 * resolv/res_send.c (send_dg): Reload file descriptor after
5172 calling reopen.
5173
cf7bfd28
SL
51742014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
5175
5176 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5177
111cc714
RH
51782014-06-03 Richard Henderson <rth@redhat.com>
5179
89b4bd6b
RH
5180 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
5181 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
5182 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
5183 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
5184 in the SAVE_PID block.
5185 (__libc_vfork): New alias.
71840409 5186 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 5187
111cc714
RH
5188 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
5189 child in registers, not on the stack. Remove RESET_PID conditionals.
5190 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
5191
ccc39911
MS
51922014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
5193
5194 * sysdeps/aarch64/libm-test-ulps: Regenerate.
5195
693096cc
W
51962014-06-03 Wilco <wdijkstr@arm.com>
5197
5198 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
5199 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
5200 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5201 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
5202 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
5203 Likewise.
5204
0b4366bc
W
52052014-06-03 Wilco <wdijkstr@arm.com>
5206
5207 * sysdeps/aarch64/fpu/math_private.h
5208 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
5209 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
5210 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
5211 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
5212 Fix declarations.
5213
8747cd03
KS
52142014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5215
5216 * crypt/crypt-private.h: Include ufc-crypt.h.
5217 (__b64_from_24bit): Declare extern.
5218 * crypt/crypt_util.c(__b64_from_24bit): New function.
5219 (b64t): New static const variable.
5220 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
5221 (b64t): Remove variable.
5222 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
5223 * crypt/sha256-crypt.c: Include crypt-private.h.
5224 (b64t): Remove variable.
5225 (__sha256_crypt_r): Remove b64_from_24bit and replace
5226 with __b64_from_24bit.
5227 * crypt/sha512-crypt.c: Likewise.
5228
d936d379
RM
52292014-06-02 Roland McGrath <roland@hack.frob.com>
5230
5231 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
5232 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
5233 Label the code __libc_vfork rather than __vfork.
5234 [!NOT_IN_libc] (vfork): Define as weak alias.
5235 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
5236 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
5237 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
5238
9fa76613
SP
52392014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5240
5241 * malloc/malloc.c (malloc_info): Fix format specifier for
5242 n_mmaps.
5243
a88dadbe
W
52442014-06-02 Wilco <wdijkstr@arm.com>
5245
5246 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
5247 FPCR write.
5248
c95b3011
W
52492014-06-02 Wilco <wdijkstr@arm.com>
5250
5251 [BZ #17009]
5252 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
5253 Rewrite to reduce FPCR/FPSR accesses.
5254
6b4d7a90
DM
52552014-06-01 David S. Miller <davem@davemloft.net>
5256
5257 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5258
30f3d07c
DM
52592014-05-31 David S. Miller <davem@davemloft.net>
5260
5261 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
5262 to occur in round to nearest mode when |x| >= 2.0
5263
74f31c18
RH
52642014-05-30 Richard Henderson <rth@twiddle.net>
5265
f0712b54
RH
5266 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
5267 (PSEUDO_RET_NOERRNO): Remove.
5268 (ret): Don't redefine.
5269 (ret_NOERRNO): Define in terms of ret.
5270 (ret_ERRVAL): Likewise.
5271
74f31c18
RH
5272 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
5273 use of PSEUDO_RET; perform the error check directly.
5274
30477995
MM
52752014-05-30 Marko Myllynen <myllynen@redhat.com>
5276
5277 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
5278 with __int128_t.
5279
62a58816
SP
52802014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
5281
5282 * malloc/malloc (malloc_info): Fix formatting.
5283
4d653a59
SP
52842014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
5285 Roland McGrath <roland@hack.frob.com>
5286
5287 * malloc/malloc (malloc_info): Also print mmapped statistics.
5288
5190c17f
RM
52892014-05-30 Roland McGrath <roland@hack.frob.com>
5290
5291 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
5292 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
5293
987c0269
OB
52942014-05-30 Ondřej Bílka <neleai@seznam.cz>
5295
5296 * malloc/malloc.c (malloc_info): Inline mi_arena.
5297
af4e8ef9
RH
52982014-05-29 Richard Henderson <rth@twiddle.net>
5299
1670e207
RH
5300 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
5301 Remove comma before expanding ASM_ARGS_##nr.
5302 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
5303 Make _x0 a strict output; make _x8 a strict input; adjust expansion
5304 of ASM_ARGS_##nr.
5305 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
5306 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
5307 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
5308 (ASM_ARGS_1): Add leading comma.
5309
11a28aee
RH
5310 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
5311 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
5312 to __errno_location.
5313 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
5314 Remove the expected plt for __errno_location.
5315
a17e5ffb 5316 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 5317 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
5318 call to __read_tp.
5319
b5be4597
RH
5320 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5321 Always allocate 64 bytes of stack frame. Use ldp/stp to create
5322 it and break it down.
5323 (DOCARGS_0, DOCARGS_1): Do nothing.
5324 (DOCARGS_2): Update to store into the new stack frame.
5325 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
5326 (UNDOCARGS_1): Update to restore from the new stack frame.
5327 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
5328 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
5329
645d44ab
RH
5330 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5331 (SINGLE_THREAD_P): New parameter for result regno.
5332 (PSEUDO): Update to match; use cbz instead of beq.
5333
a8b4f04a
RH
5334 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5335 Use ENTRY to define the _nocancel entry point. Share the syscall
5336 and syscall error check paths with the cancel path.
5337 (PSEUDO_END): New.
5338
af4e8ef9
RH
5339 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
5340 whitespace; tabs before and after asm mnemonics.
5341
26b0d2e1
EW
53422014-05-29 Eric Wong <normalperson@yhbt.net>
5343
5344 [BZ #15132]
5345 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5346 Call fstat64 or stat64 internally, depending on arguments passed.
5347 Replace stat buffer argument with file descriptor argument.
5348 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
5349 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
5350 Pass fd to __internal_statvfs instead of calling fstat64.
5351 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
5352 Pass fd to __internal_statvfs64 instead of calling fstat64.
5353 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
5354 Pass -1 to __internal_statvfs instead of calling stat64.
5355 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
5356 Pass -1 to __internal_statvfs64 instead of calling stat64.
5357
1efe2bd9
RM
53582014-05-28 Roland McGrath <roland@hack.frob.com>
5359
0d3b7a19
RM
5360 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
5361 that was previously under [RESET_PID].
5362 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
5363
1efe2bd9
RM
5364 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
5365 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
5366
a6bea3ca
RM
53672014-05-27 Roland McGrath <roland@hack.frob.com>
5368
30b6629e
RM
5369 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
5370
a6bea3ca
RM
5371 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
5372 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
5373
3dfb9a5c
OB
53742014-05-27 Ondřej Bílka <neleai@seznam.cz>
5375
5376 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
5377
774f9285
AS
53782014-05-27 Andreas Schwab <schwab@suse.de>
5379
5380 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
5381 TLS_INIT_TP macro.
5382 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5383 * elf/rtld.c (init_tls, dl_main): Likewise.
5384 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
5385 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
5386 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
5387 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
5388 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
5389 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
5390 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
5391 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
5392 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
5393 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
5394 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
5395 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
5396 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
5397 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
5398 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
5399 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
5400 * sysdeps/generic/tls.h: Update description.
5401
36ffe739
WN
54022014-05-27 Will Newton <will.newton@linaro.org>
5403
5404 [BZ #16990]
5405 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
5406 and restore r2 rather than just restoring.
5407
2482ae43
SP
54082014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
5409
5410 [BZ #16724]
5411 * libio/tst-ftell-append.c: New test case.
5412 * libio/Makefile (tests): Add test case.
5413 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
5414 append mode.
5415 * libio/wfileops.c (do_ftell_wide): Likewise.
5416
3d1024e8
AZ
54172014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5418
bab90016
AZ
5419 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5420
c7a8d667
AZ
5421 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
5422 ...
5423 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
5424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
5425 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
5426 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
5427 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
5428 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
5429 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
5430 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
5431 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5432 Moved ...
5433 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5434 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5435 Moved ...
5436 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5437 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5438 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5439 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5440 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5441 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5442 ...
5443 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5444 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5445 Moved ...
5446 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5447 here.
5448 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5449 ...
5450 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5451 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5452 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5453
daee7851
AZ
5454 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5455 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5456 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5457 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5458
50a40819
AZ
5459 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5460 merge into ...
5461 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5462 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5463 ...
5464 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5465 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5466 ...
5467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5468 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5469 Moved ...
5470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5471 here.
5472 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5473 Moved ...
5474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5475 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5476 Moved ...
5477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5478
8464c2a1
AZ
5479 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5480 conditional [RESET_PID].
5481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5482 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5483 removed.
5484 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5485 removed.
5486
3d1024e8
AZ
5487 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5488 <tcb-offsets.h>.
5489 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5490 (__libc_vfork): New strong alias.
5491 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5492 removed.
5493 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5494 Removed.
5495
5496 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5497 <tcb-offsets.h>.
5498 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5499 (__libc_vfork): New strong alias.
5500 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5501 removed.
5502 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5503 removed.
5504
fdfd175d
CD
55052014-05-26 Carlos O'Donell <carlos@redhat.com>
5506
5507 * malloc/malloc.c (mi_arena): New function.
5508 (malloc_info): Remove nested function mi_arena. Call non-nosted
5509 function mi_arena.
5510
d298c416
AZ
55112014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5512
5513 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5514 by insrwi.
5515 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5516 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5517 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5518 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5519 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5520 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5521 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5522
b60ea6ff
AS
55232014-05-26 Andreas Schwab <schwab@suse.de>
5524
5525 [BZ #16984]
5526 * locale/programs/repertoire.c (repertoire_read): Add slash
5527 between I18NPATH element and file name.
5528 * locale/programs/locfile.c (locfile_read): Likewise.
5529
67365926
SL
55302014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
5531
5532 * nptl/pthread_mutexattr_settype.c
5533 (__pthread_mutexattr_settype):
5534 Disable lock elision for PTHREAD_MUTEX_NORMAL.
5535
f8bdf1f0
SL
55362014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
5537
5538 * nptl/tst-mutex5 (do_test):
5539 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5540
15eaf6ff
SP
55412014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5542
5543 * benchtests/README: Document 'init' directive.
5544 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5545 BENCH_INIT.
5546 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5547 (parse_file): Recognize 'init' directive.
5548
75f11331
KM
55492014-05-26 Kyle McMartin <kyle@redhat.com>
5550
5551 [BZ #16796]
5552 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5553 alignment of struct pthread.
5554
c3ec475c
SP
55552014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
5556
5557 [BZ #16878]
5558 * nscd/netgroupcache.c (addgetnetgrentX): Look for
5559 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5560 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5561 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5562
82aab97c
RH
55632014-05-25 Richard Henderson <rth@twiddle.net>
5564
aa2f176d
RH
5565 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5566 (SINGLE_THREAD_P_PIC): Remove.
5567 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5568 (SINGLE_THREAD_P_PIC): Remove.
5569
ca3cfa40
RH
5570 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5571 branch to syscall error ...
5572 (PSEUDO): ... here.
5573 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5574 from __local_syscall_error to .Lsyscall_error.
5575 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5576 (SYSCALL_ERROR): Update label name.
5577
6e6c2d01
RH
5578 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5579 Do not use DOARGS/UNDOARGS.
5580 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5581 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5582 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5583 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5584 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5585
c69abcee
RH
5586 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5587 block comment.
5588
82aab97c
RH
5589 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5590 define if !NOT_IN_libc.
5591 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5592 define with non-default symbol versions.
5593
8820e3ac
RH
55942014-05-23 Richard Henderson <rth@twiddle.net>
5595
900e445f
RH
5596 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5597 (vfork, __vfork): Define via compat_symbol.
5598
8820e3ac
RH
5599 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5600 [!HAVE_IFUNC] (vfork_compat): Remove.
5601 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5602
e59252a5
JM
56032014-05-23 Joseph Myers <joseph@codesourcery.com>
5604
5605 [BZ #16978]
5606 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5607 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5608 variable.
5609
132c7f5f
RH
56102014-05-23 Richard Henderson <rth@twiddle.net>
5611
bc89e962
RH
5612 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5613 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5614 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5615 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5616
5617 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5618 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5619 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5620 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5621 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5622 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5623 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5624 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5625 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5626 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5627 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5628 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5629 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5630 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5631 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5632 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5633 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5634 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5635 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5636 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5637 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5638 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5639 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5640 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5641 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5642 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5643 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5644 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5645 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5646 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5647 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5648 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5649 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5650 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5651 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5652 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5653 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5654 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5655 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5656 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5657 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5658 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5659 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5660 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5661 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5662 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5663 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5664 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5665 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5666 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5667 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5668 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5669 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5670 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5671 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5672 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5673
e2fa4bc2
RH
5674 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5675 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5676 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
5677 before exiting on error.
5678 (__libc_vfork): New strong alias.
5679 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5680 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5681
279b24e2
RH
5682 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5683 that was previously under [RESET_PID].
5684 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5685
132c7f5f
RH
5686 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5687
b72592e7
JM
56882014-05-23 Joseph Myers <joseph@codesourcery.com>
5689
5690 [BZ #16977]
5691 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5692 value when x - 1 is zero.
5693 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5694 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5695 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5696 0.0L for an argument of 1.0L.
5697 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5698 Likewise.
5699 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5700 value when x - 1 is zero.
5701 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5702 * sysdeps/i386/fpu/libm-test-ulps: Update.
5703 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5704
2302d679
RV
57052014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
5706
5707 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5708 alphasort and versionsort.
5709
32999d63
AZ
57102014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5711
5712 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5713 macro.
5714 [copysignf]: Likewise.
5715
019324d0
SP
57162014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
5717
5718 * crypt/md5-crypt.c: Fix formatting.
5719
34fff5c2
KS
57202014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
5721
5722 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5723 (b64_from_24bit): New function.
5724
3d2badac
AZ
57252014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5726
5727 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5728 libc_hidden_builtin_def to ifunc.
5729 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5730 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5731
f7bb179f 57322014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
5733
5734 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5735 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5736
4134b50d
JM
57372014-05-21 Joseph Myers <joseph@codesourcery.com>
5738
bb7d0337
JM
5739 * nscd/Depend (linuxthreads): Remove.
5740 (nptl): Add.
5741 * resolv/Depend (linuxthreads): Remove.
5742 * rt/Depend (linuxthreads): Remove.
5743
4134b50d
JM
5744 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5745 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5746 $(common-objpfx)elf/.
5747 (link-libc-before-gnulib): Likewise.
5748 (elfobjdir): Remove variable.
5749 * Makefile (install): Use $(elf-objpfx) instead of
5750 $(common-objpfx)elf/.
5751 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5752 $(elfobjdir)/.
5753 (link-libc-deps): Likewise.
5754 ($(common-objpfx)libc.so): Likewise.
5755 ($(common-objpfx)linkobj/libc.so): Likewise.
5756 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5757 instead of $(common-objpfx)elf/.
5758 (symbolic-link-list): Likewise.
5759 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5760 [$(cross-compiling) = no]: Likewise.
5761 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5762 $(elfobjdir)/.
5763 (static-gnulib-arch): Likewise.
5764 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5765 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5766 $(common-objpfx)elf/.
5767
3612eb8f
RH
57682014-05-21 Richard Henderson <rth@redhat.com>
5769
a6b3657b
RH
5770 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5771 (SINGLE_THREAD_P): Use the correct width load. Fold
5772 into the ldr offset.
5773
3612eb8f
RH
5774 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5775 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5776
175cef41
JM
57772014-05-20 Joseph Myers <joseph@codesourcery.com>
5778
5779 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5780 (libgcc_s_resume): Use __attribute_used__.
5781 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5782 Likewise.
5783
e13bccd3
AZ
57842014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5785
5786 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5787 optimization when used with float constants.
5788
7c112a38
AZ
5789 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5790
ae75a883
AJ
57912014-05-20 Aurelien Jarno <aurelien@aurel32.net>
5792
5793 [BZ #16915]
5794 * locale/nl_langinfo_l.c: Make direct reference to every
5795 _nl_current_CATEGORY symbol.
5796 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5797 (tests-static): Add tst-langinfo-static.
5798 (tests-special): Add tst-langinfo-static.out.
5799 ($(objpfx)tst-langinfo.out): Redirect output.
5800 ($(objpfx)tst-langinfo-static.out): New.
5801 * localedata/tst-langinfo.sh: Send output to stdout.
5802 * localedata/tst-langinfo-static.c: New file.
5803
4406c41c
AJ
5804 [BZ #16965]
5805 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5806 when the shift amount is modulo the limb size.
5807
4c0a1e63
RH
58082014-05-20 Richard Henderson <rth@redhat.com>
5809
de9d8f20
RH
5810 [BZ #16967]
5811 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5812 Change type of sa_flags from unsigned int to int.
5813
4c0a1e63
RH
5814 [BZ #16966]
5815 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
5816
5817 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5818
a60339aa
WN
58192014-05-20 Will Newton <will.newton@linaro.org>
5820
5821 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5822 Test the return value of the system call in the nocancel case.
5823
7d05a816
YR
58242014-05-20 Will Newton <will.newton@linaro.org>
5825 Yvan Roux <yvan.roux@linaro.org>
5826
5827 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5828 #include of asm/ptrace.h.
5829 (PTRACE_GET_THREAD_AREA): Remove #undef.
5830 (PTRACE_GETHBPREGS): Likewise.
5831 (PTRACE_SETHBPREGS): Likewise.
5832 (struct user_regs_struct): New structure.
5833 (struct user_fpsimd_struct): New structure.
5834 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5835 #include of asm/ptrace.h and second #include of sys/user.h.
5836 (PTRACE_GET_THREAD_AREA): Remove #undef.
5837 (PTRACE_GETHBPREGS): Likewise.
5838 (PTRACE_SETHBPREGS): Likewise.
5839 (ELF_NGREG): Use new struct user_regs_struct.
5840 (elf_fpregset_t): Use new struct user_fpsimd_struct.
5841
af121e37
AZ
58422014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5843
5844 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5845 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5846
834caf06
JM
58472014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5848
5849 [BZ #16958]
5850 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5851 membar to avoid block loads/stores to overlap previous stores.
5852
e184a918
RH
58532014-05-17 Richard Henderson <rth@redhat.com>
5854
5855 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5856 Create the __##syscall_name##_nocancel entry point.
5857 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5858 Remove; let the sysdep-cancel.h code create it.
5859
f56c7a6a
DM
58602014-05-17 David S. Miller <davem@davemloft.net>
5861
5862 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5863 Protect with __USE_GNU.
5864 (TIOCSET_TEMPT): Likewise.
5865 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5866 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5867 these are already provided in bits/ioctl-types.h
5868
f75616b2
RM
58692014-05-16 Roland McGrath <roland@hack.frob.com>
5870
3edeca86
RM
5871 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5872 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5873
f75616b2
RM
5874 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5875 Use wait4 regardless of [__NR_waitpid].
5876
deb0f7f6
MR
58772014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5878
5879 PR libgcc/60166
5880 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5881 (_FP_NANSIGN_Q): Set the quiet bit.
5882
79520f4b
JM
58832014-05-16 Joseph Myers <joseph@codesourcery.com>
5884
5885 * benchtests/Makefile
5886 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5887 not $(common-objpfx)math/libm.so.
5888 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5889 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5890 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5891 $(common-objpfx)dlfcn/libdl.so.
5892 ($(objpfx)tst-audit8): Depend on $(libm), not
5893 $(common-objpfx)math/libm.so.
5894 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5895 not $(common-objpfx)dlfcn/libdl.so.
5896 * math/Makefile
5897 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5898 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
5899 [$(build-shared) = yes].
5900 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5901 $(common-objpfx)nptl/libpthread.so.
5902 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5903 $(common-objpfx)math/libm.so$(libm.so-version) or
5904 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5905 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5906 $(common-objpfx)dlfcn/libdl.so.
5907 * setjmp/Makefile (link-libm): Remove variable.
5908 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5909 * stdio-common/Makefile (link-libm): Remove variable.
5910 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5911 * stdlib/Makefile (link-libm): Remove variable.
5912 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5913 ($(objpfx)tst-strtod-round): Likewise.
5914 ($(objpfx)tst-tininess): Likewise.
5915 ($(objpfx)tst-strtod-underflow): Likewise.
5916 ($(objpfx)tst-strtod6): Likewise.
5917 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5918 $(libdl), not $(common-objpfx)nptl/libpthread.so and
5919 $(common-objpfx)dlfcn/libdl.so.
5920
026b0fe4
AZ
59212014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5922
5923 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5924 BSD terminal modes definitions.
5925
def4bcb2
RM
59262014-05-16 Roland McGrath <roland@hack.frob.com>
5927
fe39b021
RM
5928 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5929 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5930
1d1fc46e 5931 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
5932 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5933 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5934 Don't do #include_next.
5935 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5936 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5937 Don't do #include_next.
5938 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5939 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5940 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5941 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5942
c72399fb
AM
59432014-05-16 Allan McRae <allan@archlinux.org>
5944
d51d659d
AM
5945 * po/sv.po: Update Swedish translation from translation project.
5946
c72399fb
AM
5947 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5948 in sed expression.
5949
d0583c40
AJ
59502014-05-16 Aurelien Jarno <aurelien@aurel32.net>
5951
5952 [BZ #16917]
5953 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5954 errno if the TIOCGPTN ioctl fails with an error different than
5955 EINVAL.
5956 * login/tst-ptsname.c: New file.
5957 * login/Makefile (tests): Add tst-ptsname.
5958
d16e6ec7
AJ
5959 [BZ #16943]
5960 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5961 and prlimit64.
5962
cf26a0cb
SP
59632014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
5964
5965 [BZ #16849]
5966 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5967 herrno to return EAI_AGAIN.
5968
5675da1e
RM
59692014-05-14 Roland McGrath <roland@hack.frob.com>
5970
a5d87b3d
RM
5971 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5972 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5973 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5974 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5975 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5976 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5977 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5978 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5979 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5980 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5981 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5982 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5983 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5984 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5985 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5986 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5987 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5988 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5989 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5990 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5991 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5992 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5993 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5994 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5995 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5996 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5997 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5998 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5999 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
6000 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
6001 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
6002 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
6003 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
6004 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
6005 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6006 Moved ...
6007 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
6008 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
6009 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
6010 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
6011 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
6012 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
6013 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
6014 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
6015 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
6016 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
6017 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
6018 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
6019 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
6020 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
6021 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
6022 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
6023 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
6024 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
6025 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
6026 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
6027 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
6028 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
6029 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
6030 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
6031 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
6032 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
6033 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
6034 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
6035 Moved ...
6036 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
6037 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
6038 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
6039 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
6040 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
6041 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
6042 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
6043 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
6044 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
6045 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
6046 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
6047 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
6048 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
6049 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
6050 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
6051 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
6052 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
6053 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
6054 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
6055 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
6056 Moved ...
6057 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
6058 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
6059 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
6060
039890a6
RM
6061 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
6062 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
6063 (libpthread-sysdep_routines): Add elision-related stuff here instead.
6064 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
6065 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
6066 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
6067 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
6068 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
6069 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
6070 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
6071 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
6072 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
6073 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
6074 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
6075 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
6076 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
6077 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
6078 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
6079 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
6080 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
6081 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
6082 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
6083 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
6084 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
6085 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
6086 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
6087 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
6088 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
6089 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
6090 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
6091 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
6092
65c89320
RM
6093 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
6094 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
6095
348f8e8c
RM
6096 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
6097 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
6098 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
6099 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
6100 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
6101 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
6102 Moved ...
6103 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
6104 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
6105 Moved ...
6106 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
6107 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
6108 Moved ...
6109 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
6110 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
6111 Moved ...
6112 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
6113 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
6114 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
6115 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
6116 Moved ...
6117 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
6118 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
6119 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
6120 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
6121 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
6122 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
6123 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
6124 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
6125 Moved ...
6126 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
6127 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6128 Moved ...
6129 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
6130 ... here.
6131 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
6132 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
6133 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
6134 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
6135 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6136 Moved ...
6137 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
6138 ... here.
6139 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
6140 Moved ...
6141 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
6142 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
6143 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
6144 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
6145 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
6146 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
6147 Moved ...
6148 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
6149 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
6150 Moved ...
6151 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
6152 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
6153 Moved ...
6154 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
6155 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
6156 Moved ...
6157 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
6158 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
6159 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
6160 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
6161 Moved ...
6162 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
6163 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
6164 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
6165 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
6166 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
6167 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
6168 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
6169 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
6170 Moved ...
6171 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
6172 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6173 Moved ...
6174 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
6175 ... here.
6176 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
6177 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
6178 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
6179 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
6180 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6181 Moved ...
6182 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
6183 ... here.
6184 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
6185 Moved ...
6186 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
6187 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
6188 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
6189 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
6190 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
6191 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
6192 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
6193 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
6194 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
6195 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
6196 Moved ...
6197 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
6198 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
6199 Moved ...
6200 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
6201 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
6202 Moved ...
6203 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
6204 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
6205 Moved ...
6206 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
6207 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
6208 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
6209 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
6210 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
6211 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
6212 Moved ...
6213 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
6214 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
6215 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
6216 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
6217 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
6218 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
6219 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
6220 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
6221 Moved ...
6222 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
6223 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6224 Moved ...
6225 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
6226 ... here.
6227 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
6228 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
6229 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
6230 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
6231 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6232 Moved ...
6233 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
6234 ... here.
6235 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
6236 Moved ...
6237 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
6238 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
6239 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
6240 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
6241 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
6242 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
6243 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
6244 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
6245 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
6246 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
6247 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
6248
5085af05
RM
6249 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
6250 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
6251
708f0813
RM
6252 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
6253 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
6254
c96067bc
RM
6255 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
6256 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
6257 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
6258 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
6259 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
6260 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
6261 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
6262 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
6263 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
6264 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
6265 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
6266 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
6267 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
6268 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
6269 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
6270 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
6271 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
6272 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
6273 Moved ...
6274 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
6275 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
6276 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
6277 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
6278 Moved ...
6279 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
6280 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
6281 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
6282 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
6283 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
6284 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
6285 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
6286 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
6287 Moved ...
6288 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
6289 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
6290 Moved ...
6291 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
6292 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
6293 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
6294 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
6295 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
6296 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
6297 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
6298 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
6299 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
6300 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
6301 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
6302 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
6303 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
6304 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
6305 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
6306 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
6307 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
6308
ec136444
RM
6309 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
6310 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
6311 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
6312 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
6313 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
6314
2fbdf533
RM
6315 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
6316 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
6317 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
6318 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
6319 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
6320 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
6321 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
6322 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
6323 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
6324 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
6325
4c68138b
RM
6326 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
6327 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
6328
4eaae765
RM
6329 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
6330 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
6331 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
6332 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
6333 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
6334 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
6335 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
6336 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
6337 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
6338 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
6339 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
6340 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
6341 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
6342 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
6343 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
6344 Update #include.
6345 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
6346 Likewise.
6347 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6348 Likewise.
6349 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6350 Likewise.
6351 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6352 Likewise.
6353 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
6354 Likewise.
6355 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
6356 Likewise.
6357 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6358 Likewise.
6359 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
6360 Likewise.
6361 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
6362 Likewise.
4ef6befa
RM
6363 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
6364 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
6365 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
6366 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
6367 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
6368 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
6369 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
6370 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
6371 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
6372 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
6373 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
6374 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
6375 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
6376 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
6377 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 6378
941d7dfd
RM
6379 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
6380 that was previously under [RESET_PID].
6381 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
6382 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
6383 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
6384
1b731c35
RM
6385 * sysdeps/i386/nptl/Implies: New file.
6386 * sysdeps/x86_64/nptl/Implies: New file.
6387 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
6388 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
6389 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
6390 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
6391
e2787137
RM
6392 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
6393 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6394 (__libc_vfork): New strong alias.
6395 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
6396 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
6397
6398 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
6399 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6400 (__libc_vfork): New strong alias.
6401 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
6402 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
6403
5675da1e
RM
6404 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
6405 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6406 (__libc_vfork): New strong alias.
6407 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
6408 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
6409 * nptl/pt-vfork.c: New file.
6410 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
6411 (libpthread: GLIBC_2.20): New version set (empty).
6412
4f02e2b8
WN
64132014-05-14 Will Newton <will.newton@linaro.org>
6414
6415 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
6416 rather than #if.
6417
0bf061d3
JM
64182014-05-14 Joseph Myers <joseph@codesourcery.com>
6419
1a84c3d6
JM
6420 [BZ #16564]
6421 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
6422 arguments with exponent 65 or above.
6423 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
6424 arguments 0x1p113L or above.
6425 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
6426 to arguments 0x1p107L or above.
6427 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
6428 positive arguments with exponent 65 or above.
6429 * math/auto-libm-test-in: Add more tests of log1p.
6430 * math/auto-libm-test-out: Regenerated.
6431
01dbacd2
JM
6432 [BZ #16928]
6433 * math/s_cacos.c (__cacos): Ensure zero real part of result from
6434 non-finite arguments is +0.
6435 * math/s_cacosf.c (__cacosf): Likewise.
6436 * math/s_cacosl.c (__cacosl): Likewise.
6437 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6438 * sysdeps/i386/fpu/libm-test-ulps: Update.
6439 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6440
913d03c8
JM
6441 [BZ #16927]
6442 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6443 value.
6444 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6445 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6446 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6447 for explicit high bit of mantissa when testing for argument equal
6448 to 1.
6449 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6450 * sysdeps/i386/fpu/libm-test-ulps: Update.
6451 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6452
0bf061d3
JM
6453 [BZ #16516]
6454 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6455 (__erf): Scale by 16 instead of 8 in potentially underflowing
6456 case. Ensure exception if result actually underflows.
6457 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6458 (__erff): Scale by 16 instead of 8 in potentially underflowing
6459 case. Ensure exception if result actually underflows.
6460 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6461 (efx8): Remove variable.
6462 (__erfl): Scale by 16 instead of 8 in potentially underflowing
6463 case. Ensure exception if result actually underflows.
6464 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6465 (efx8): Remove variable.
6466 (__erfl): Scale by 16 instead of 8 in potentially underflowing
6467 case. Ensure exception if result actually underflows.
6468 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6469 (efx8): Remove variable.
6470 (__erfl): Scale by 16 instead of 8 in potentially underflowing
6471 case. Ensure exception if result actually underflows.
6472 * math/auto-libm-test-in: Add more tests of erf.
6473 * math/auto-libm-test-out: Regenerated.
6474
73ba67cb
AS
64752014-05-14 Andreas Schwab <schwab@suse.de>
6476
3d8c8bff
AS
6477 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6478 Remove code conditionalized on USE___THREAD.
6479
73ba67cb
AS
6480 * config.h.in (HAVE_PT_CHOWN): Define as 0.
6481 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6482 not definedness.
6483
5c521ecd
JM
64842014-05-14 Joseph Myers <joseph@codesourcery.com>
6485
5e7698c6
JM
6486 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6487 Define unconditionally.
6488 (__ASSUME_O_CLOEXEC): Likewise.
6489 (__ASSUME_SOCK_CLOEXEC): Likewise.
6490 (__ASSUME_IN_NONBLOCK): Likewise.
6491 (__ASSUME_PIPE2): Likewise.
6492 (__ASSUME_EVENTFD2): Likewise.
6493 (__ASSUME_SIGNALFD4): Likewise.
6494 (__ASSUME_DUP3): Likewise.
6495 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6496 (__ASSUME_DUP3): Do not define.
6497 (__ASSUME_EVENTFD2): Likewise.
6498 (__ASSUME_IN_NONBLOCK): Likewise.
6499 (__ASSUME_O_CLOEXEC): Likewise.
6500 (__ASSUME_PIPE2): Likewise.
6501 (__ASSUME_SIGNALFD4): Likewise.
6502 (__ASSUME_SOCK_CLOEXEC): Likewise.
6503 (__ASSUME_UTIMES): Undefine.
6504 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6505 (__ASSUME_UTIMES): Do not define.
6506 (__ASSUME_O_CLOEXEC): Likewise.
6507 (__ASSUME_SOCK_CLOEXEC): Likewise.
6508 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6509 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6510 0x020621].
6511 (__ASSUME_PIPE2): Likewise.
6512 (__ASSUME_EVENTFD2): Likewise.
6513 (__ASSUME_SIGNALFD4): Likewise.
6514 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6515 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6516 Do not define.
6517 (__ASSUME_EVENTFD2): Likewise.
6518 (__ASSUME_SIGNALFD4): Likewise.
6519 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6520 (__ASSUME_32BITUIDS): Likewise.
6521 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6522 (__ASSUME_IPC64): Likewise.
6523 (__ASSUME_ST_INO_64_BIT): Likewise.
6524 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6525 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6526 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6527 (__ASSUME_UTIMES): Do not define.
6528 (__ASSUME_PSELECT): Likewise.
6529 (__ASSUME_PPOLL): Likewise.
6530 (__ASSUME_O_CLOEXEC): Likewise.
6531 (__ASSUME_SOCK_CLOEXEC): Likewise.
6532 (__ASSUME_IN_NONBLOCK): Likewise.
6533 (__ASSUME_PIPE2): Likewise.
6534 (__ASSUME_EVENTFD2): Likewise.
6535 (__ASSUME_SIGNALFD4): Likewise.
6536 (__ASSUME_DUP3): Likewise.
6537 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6538 (__ASSUME_UTIMES): Likewise.
6539 (__ASSUME_O_CLOEXEC): Likewise.
6540 (__ASSUME_SOCK_CLOEXEC): Likewise.
6541 (__ASSUME_IN_NONBLOCK): Likewise.
6542 (__ASSUME_PIPE2): Likewise.
6543 (__ASSUME_EVENTFD2): Likewise.
6544 (__ASSUME_SIGNALFD4): Likewise.
6545 (__ASSUME_DUP3): Likewise.
6546 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6547 (__ASSUME_UTIMES): Likewise.
6548 (__ASSUME_O_CLOEXEC): Likewise.
6549 (__ASSUME_SOCK_CLOEXEC): Likewise.
6550 (__ASSUME_IN_NONBLOCK): Likewise.
6551 (__ASSUME_PIPE2): Likewise.
6552 (__ASSUME_EVENTFD2): Likewise.
6553 (__ASSUME_SIGNALFD4): Likewise.
6554 (__ASSUME_DUP3): Likewise.
6555 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6556 Likewise.
6557 (__ASSUME_UTIMES): Likewise.
6558 (__ASSUME_EVENTFD2): Likewise.
6559 (__ASSUME_SIGNALFD4): Likewise.
6560 * sysdeps/unix/sysv/linux/tile/kernel-features.h
6561 (__ASSUME_O_CLOEXEC): Likewise.
6562 (__ASSUME_SOCK_CLOEXEC): Likewise.
6563 (__ASSUME_IN_NONBLOCK): Likewise.
6564 (__ASSUME_PIPE2): Likewise.
6565 (__ASSUME_EVENTFD2): Likewise.
6566 (__ASSUME_SIGNALFD4): Likewise.
6567 (__ASSUME_DUP3): Likewise.
6568 (__ASSUME_UTIMES): Undefine.
6569
5c521ecd
JM
6570 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6571 feclearexcept. Remove symbol versioning code.
6572 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
6573 symbol versioning code.
6574 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
6575 symbol versioning code.
6576 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6577 feupdateenv. Remove symbol versioning code.
6578 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6579 fegetexceptflag. Remove symbol versioning code.
6580 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6581 fesetexceptflag. Remove symbol versioning code.
6582 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6583 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
6584 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6585 (__posix_fadvise64_l32): Remove prototype.
6586 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6587 code.
6588
5da9dfad
RM
65892014-05-13 Roland McGrath <roland@hack.frob.com>
6590
6591 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6592 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6593 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6594 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6595
893b4f37
SK
65962014-05-13 Sami Kerola <kerolasa@iki.fi>
6597
6598 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6599 current working directory
6600
e0db6517
RM
66012014-05-13 Roland McGrath <roland@hack.frob.com>
6602
58aa195d
RM
6603 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6604 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6605 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6606 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6607 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6608 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6609 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6610 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6611 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6612 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6613 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6614 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6615 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6616 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6617 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6618 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6619 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6620 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6621 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6622 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6623 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6624 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6625 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6626 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6627 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6628 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6629 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6630 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6631 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6632 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6633 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6634 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6635 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6636 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6637 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6638 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6639 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6640 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6641 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6642 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6643 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6644 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6645
8c6d01f0
RM
6646 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6647 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6648
6649 * sysdeps/unix/sysv/linux/arm/Makefile
6650 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6651 Add rt-aeabi_unwind_cpp_pr1.
6652 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6653 Add nptl-aeabi_unwind_cpp_pr1.
6654 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6655 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6656 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6657 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6658 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6659 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6660
6661 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6662 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6663 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6664 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6665
bba6da4e
RM
6666 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6667 Deconditionalize the code that was previously under [RESET_PID].
6668 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6669
e0db6517
RM
6670 * sysdeps/generic/exit-thread.h: New file.
6671 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6672 * include/unistd.h (__exit_thread): Remove declaration.
6673 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6674 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6675 * csu/libc-start.c: Include <exit-thread.h>.
6676 (LIBC_START_MAIN): Pass no argument to __exit_thread.
6677 * nptl/pthread_create.c: Include <exit-thread.h>.
6678 (start_thread): Call __exit_thread in place of __exit_thread_inline.
6679 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6680 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6681 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6682 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6683 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6684 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6685 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6686 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6687 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6688 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6689 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6690 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6691 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6692 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6693 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6694 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6695
01eb16fd
AS
66962014-05-13 Andreas Schwab <schwab@suse.de>
6697
6698 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6699
637461d9
JM
67002014-05-12 Joseph Myers <joseph@codesourcery.com>
6701
6702 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6703 (__ASSUME_UTIMES): Do not condition on kernel version.
6704 (__ASSUME_PSELECT): Define unconditionally.
6705 (__ASSUME_PPOLL): Likewise.
6706 (__ASSUME_ATFCTS): Likewise.
6707 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6708 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6709 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6710 (__ASSUME_UTIMENSAT): Define unconditionally.
6711 (__ASSUME_PRIVATE_FUTEX): Likewise.
6712 (__ASSUME_FALLOCATE): Likewise.
6713 (__ASSUME_O_CLOEXEC): Likewise.
6714 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6715 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6716 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6717 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6718 (__ASSUME_IN_NONBLOCK): Likewise.
6719 (__ASSUME_PIPE2): Likewise.
6720 (__ASSUME_EVENTFD2): Likewise.
6721 (__ASSUME_SIGNALFD4): Likewise.
6722 (__ASSUME_DUP3): Likewise.
6723 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6724 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6725 (__ASSUME_AT_RANDOM): Likewise.
6726 (__ASSUME_PREADV): Likewise.
6727 (__ASSUME_PWRITEV): Likewise.
6728 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6729 (__ASSUME_F_GETOWN_EX): Define unconditionally.
6730 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6731 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6732 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6733 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6734 (__ASSUME_O_CLOEXEC): Define unconditionally.
6735 (__ASSUME_PSELECT): Do not undefine conditionally.
6736 (__ASSUME_PPOLL): Likewise.
6737 (__ASSUME_ATFCTS): Likewise.
6738 (__ASSUME_SET_ROBUST_LIST): Likewise.
6739 (__ASSUME_UTIMENSAT): Likewise.
6740 (__ASSUME_FDATASYNC): Define unconditionally.
6741 * sysdeps/unix/sysv/linux/arm/kernel-features.h
6742 (__ASSUME_SIGFRAME_V2): Likewise.
6743 )__ASSUME_EVENTFD2): Likewise.
6744 (__ASSUME_SIGNALFD4): Likewise.
6745 (__ASSUME_PSELECT): Do not undefine conditionally.
6746 (__ASSUME_PPOLL): Likewise.
6747 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6748 (__ASSUME_PSELECT): Define unconditionally.
6749 (__ASSUME_PPOLL): Likewise.
6750 (__ASSUME_O_CLOEXEC): Likewise.
6751 (__ASSUME_SOCK_CLOEXEC): Likewise.
6752 (__ASSUME_IN_NONBLOCK): Likewise.
6753 (__ASSUME_PIPE2): Likewise.
6754 (__ASSUME_EVENTFD2): Likewise.
6755 (__ASSUME_SIGNALFD4): Likewise.
6756 (__ASSUME_DUP3): Likewise.
6757 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6758 (__ASSUME_O_CLOEXEC): Likewise.
6759 (__ASSUME_SOCK_CLOEXEC): Likewise.
6760 (__ASSUME_IN_NONBLOCK): Likewise.
6761 (__ASSUME_PIPE2): Likewise.
6762 (__ASSUME_EVENTFD2): Likewise.
6763 (__ASSUME_SIGNALFD4): Likewise.
6764 (__ASSUME_DUP3): Likewise.
6765 * sysdeps/unix/sysv/linux/mips/kernel-features.h
6766 (__ASSUME_EVENTFD2): Likewise.
6767 (__ASSUME_SIGNALFD4): Likewise.
6768 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6769
315eb1d8
AS
67702014-05-12 Andreas Schwab <schwab@suse.de>
6771
6772 [BZ #16932]
6773 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6774 (_nss_nis_gethostbyname4_r): Return error if item length is larger
6775 than maximum RPC packet size.
6776 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6777 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6778 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6779 (_nss_nis_getservbyport_r): Likewise.
6780
91df99f7
WN
67812014-05-12 Will Newton <will.newton@linaro.org>
6782
6783 * malloc/Makefile (tests): Add tst-mallopt.
6784 * malloc/tst-mallopt.c: New file.
6785
0a982a29
RM
67862014-05-09 Roland McGrath <roland@hack.frob.com>
6787
6788 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6789 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6790
0ded08a5
AZ
67912014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6792
6793 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6794 (tst-tlsmod6.so): Likewise.
6795
55d4d550
RM
67962014-05-09 Roland McGrath <roland@hack.frob.com>
6797
6798 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6799
77d08aca
JM
68002014-05-09 Joseph Myers <joseph@codesourcery.com>
6801
6802 [BZ #16064]
6803 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6804 and <dl-procinfo.h>.
6805 (__fegetenv): Save SSE state in envp->__eip if supported.
6806 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6807 envp->__eip if supported.
6808 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6809 and <dl-procinfo.h>.
6810 (__fesetenv): Always set __eip, __cs_selector, __opcode,
6811 __data_offset and __data_selector in environment to 0. Set SSE
6812 state if supported.
6813 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6814 test-fenv-sse.
6815 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6816 -mfpmath=sse.
6817 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6818
28162f4d
WN
68192014-05-09 Will Newton <will.newton@linaro.org>
6820
6821 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6822 and libc_relro_required for ARM.
6823 * sysdeps/arm/preconfigure: Regenerate.
6824
5a414ff7
DV
68252014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
6826 Stefan Liebler <stli@linux.vnet.ibm.com>
6827
6828 * config.make.in (enable-lock-elision): New Makefile variable.
6829 * configure.ac: Likewise.
6830 * configure: Regenerate.
6831 * sysdeps/s390/configure.ac:
6832 Add check for gcc transactions support.
6833 * sysdeps/s390/configure: Regenerate.
6834 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6835 Build elision files if enabled.
6836 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6837 Add lock elision support for s390.
6838 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6839 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6840 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6841 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6842 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6843 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6844 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6845 Likewise.
6846 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6847 Likewise.
6848 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6849 Likewise.
6850 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6851 Likewise.
6852 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6853 (__lll_timedlock_elision, __lll_lock_elision)
6854 (__lll_unlock_elision, __lll_trylock_elision)
6855 (lll_timedlock_elision, lll_lock_elision)
6856 (lll_unlock_elision, lll_trylock_elision): Add.
6857 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6858 (pthread_mutex_t): Add lock elision support for s390.
6859
1a2f40e5
W
68602014-05-14 Wilco <wdijkstr@arm.com>
6861
6862 * sysdeps/arm/fclrexcpt.c: Cleanup.
6863 * sysdeps/arm/fedisblxcpt.c: Cleanup.
6864 * sysdeps/arm/feenablxcpt.c: Cleanup.
6865 * sysdeps/arm/fegetenv.c: Cleanup.
6866 * sysdeps/arm/fegetexcept.c: Cleanup.
6867 * sysdeps/arm/fegetround.c: Cleanup.
6868 * sysdeps/arm/feholdexcpt.c: Cleanup.
6869 * sysdeps/arm/fesetenv.c: Cleanup.
6870 * sysdeps/arm/fesetround.c: Cleanup.
6871 * sysdeps/arm/feupdateenv.c: Cleanup.
6872 * sysdeps/arm/fgetexcptflg.c: Cleanup.
6873 * sysdeps/arm/fraiseexcpt.c: Cleanup.
6874 * sysdeps/arm/fsetexcptflg.c: Cleanup.
6875 * sysdeps/arm/ftestexcept.c: Cleanup.
6876 * sysdeps/arm/get-rounding-mode.h: Cleanup.
6877 * sysdeps/arm/setfpucw.c: Cleanup.
6878
f63c86fe
WN
68792014-05-09 Will Newton <will.newton@linaro.org>
6880
6881 * sysdeps/arm/armv7/strcmp.S: New file.
6882 * NEWS: Mention addition of ARMv7 optimized strcmp.
6883
7a1a51b5
RM
68842014-05-08 Roland McGrath <roland@hack.frob.com>
6885
95afbbe5
RM
6886 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6887 look for %.ac rather than %.in.
6888
6889 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6890 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6891 * sysdeps/mach/hurd/configure: Regenerated.
6892 * sysdeps/unix/sysv/linux/configure: Regenerated.
6893
7a1a51b5
RM
6894 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6895
5057ad3b
SE
68962014-05-07 Steve Ellcey <sellcey@mips.com>
6897
6898 [BZ# 16922]
6899 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6900 (LONG_SUB): Ditto.
6901 (PTR_SUB): Ditto.
6902
8dc97517
AS
69032014-05-07 Andreas Schwab <schwab@suse.de>
6904
6905 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6906 when skipping over non-matching result from nscd.
6907
ce0c5b8f
OB
69082014-05-07 Ondřej Bílka <neleai@seznam.cz>
6909
6910 [BZ #16876]
6911 * nptl/sockperf.c (client): Check socket return value.
8dc97517 6912
a1189263
OB
6913 [BZ #16877]
6914 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6915 nscd security class.
ce0c5b8f 6916
0f58d252
RM
69172014-05-06 Roland McGrath <roland@hack.frob.com>
6918
6919 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6920 * sysdeps/arm/unwind.h: ... here.
6921
83df9ad0
AJ
69222014-05-06 Aurelien Jarno <aurelien@aurel32.net>
6923
ce0c5b8f
OB
6924 [BZ# 16916]
6925 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6926 Define.
83df9ad0 6927
f360f94a
VR
69282014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
6929
6930 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6931 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6932 multiarch strncpy for PPC64.
6933 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6934 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6935 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6936 multiarch optimizations.
6937 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6938 (__libc_ifunc_impl_list): Likewise.
6939 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6940 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6941 multiarch stpncpy for PPC64.
6942 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6943 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6944
978a41c3
AS
69452014-05-06 Andreas Schwab <schwab@suse.de>
6946
6947 [BZ #16912]
6948 * gmon/mcount.c (_MCOUNT_DECL): Use
6949 atomic_compare_and_exchange_bool_acq instead of
6950 catomic_compare_and_exchange_bool_acq.
6951
eb1ed03d
RM
69522014-05-05 Roland McGrath <roland@hack.frob.com>
6953
fe658845
RM
6954 * elf/Makefile (others, install-bin): Remove pldd.
6955 (pldd-modules): Variable removed.
6956 ($(objpfx)pldd): Target removed.
6957 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6958 (others, install-bin): Append pldd here.
6959 ($(objpfx)pldd): New target.
6960
eb1ed03d
RM
6961 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6962 to 0, so the first #if test emitted later doesn't see it undefined.
6963 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6964 * sysdeps/gnu/errlist.c: Regenerated.
6965
19c4bec0
AZ
69662014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6967
6968 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6969 [libc_hidden_builtin_def]: Define to empty value.
6970 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6971 [libc_hidden_builtin_def]: Likewise.
6972 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6973 [libc_hidden_builtin_def]: Likewise.
6974 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6975 [libc_hidden_builtin_def]: Likewise.
6976 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6977 __redirect_memcpy and define ifunc as default hidden symbol.
6978 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6979 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6980
7776e669
AC
69812014-05-04 Adam Conrad <adconrad@0c3.net>
6982
6983 * locale/iso-4217.def: Reintroduce XDR currency.
6984
d69aeb12
AM
69852014-05-04 Allan McRae <allan@archlinux.org>
6986
6987 * po/eo.po: Update Esperanto translation from translation project.
6988
8f1df5cf
CD
69892014-05-02 Carlos O'Donell <carlos@redhat.com>
6990
6991 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6992 and FEATURE_INDEX_MAX to 1.
6993 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6994
13e402e7
SE
69952014-05-01 Steve Ellcey <sellcey@mips.com>
6996
6997 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6998 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6999 * iconvdata/big5.c (ONE_DIRECTION): Define.
7000 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
7001 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
7002 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
7003 * iconvdata/cp932.c (ONE_DIRECTION): Define.
7004 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
7005 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
7006 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
7007 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
7008 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
7009 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
7010 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
7011 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
7012 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
7013 * iconvdata/gbk.c (ONE_DIRECTION): Define.
7014 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
7015 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
7016 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
7017 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
7018 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
7019 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
7020 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
7021 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
7022 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
7023 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
7024 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
7025 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
7026 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
7027 * iconvdata/iso646.c (ONE_DIRECTION): Define.
7028 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
7029 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
7030 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
7031 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
7032 * iconvdata/johab.c (ONE_DIRECTION): Define.
7033 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
7034 * iconvdata/sjis.c (ONE_DIRECTION): Define.
7035 * iconvdata/t.61.c (ONE_DIRECTION): Define.
7036 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
7037 * iconvdata/tscii.c (ONE_DIRECTION): Define.
7038 * iconvdata/uhc.c (ONE_DIRECTION): Define.
7039 * iconvdata/unicode.c (ONE_DIRECTION): Define.
7040 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
7041 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
7042 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
7043
c727f032
RM
70442014-05-01 Roland McGrath <roland@hack.frob.com>
7045
8f2f08d0
RM
7046 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
7047 (_IO_JUMPS_OFFSET): Define to 0.
7048
c727f032
RM
7049 * nptl/sysdeps/pthread/bits/libc-lock.h
7050 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7051 (__libc_lock_define_initialized_recursive): Always define using
7052 initializer. Modern compilers treat uninitialized (implicit zero) and
7053 explicit zero initializers the same (i.e. put the datum in bss).
7054
a849e800
AS
70552014-05-01 Andreas Schwab <schwab@linux-m68k.org>
7056
7057 * nscd/nscd-client.h: Include <string.h>.
7058
5331255b
DM
70592014-05-01 David S. Miller <davem@davemloft.net>
7060
7061 [BZ #16885]
7062 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
7063 multiple zero bytes exist at the end of a string.
7064 Reported by Aurelien Jarno <aurelien@aurel32.net>
7065
7066 * string/test-strcmp.c (check): Add explicit test for situations where
7067 there are multiple zero bytes after the first.
7068
4fdfe821
AS
70692014-05-01 Andreas Schwab <schwab@linux-m68k.org>
7070
7071 [BZ #16890]
7072 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
7073 when compiling wprintf.
7074 * stdio-common/tstdiomisc.c (t3): New function.
7075 (main): Call it.
7076
0cdddc25
SE
70772014-05-01 Steve Ellcey <sellcey@mips.com>
7078
7079 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
7080 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
7081 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
7082 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
7083
6426d77e
SE
70842014-05-01 Steve Ellcey <sellcey@mips.com>
7085
7086 * stdlib/longlong.h: Updated from GCC.
7087
6d96f5e4
WN
70882014-05-01 Will Newton <will.newton@linaro.org>
7089 Bernard Ogden <bernie.ogden@linaro.org>
7090
7470db0c
WN
7091 * NEWS: Update fixed bug list.
7092
6d96f5e4
WN
7093 [BZ #15119]
7094 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
7095
211d653c
DM
70962014-04-30 David S. Miller <davem@davemloft.net>
7097
4fa262fa
DM
7098 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
7099 (libc_feholdexcept_setround_sparc_ctx): New function.
7100 (libc_fesetenv_sparc_ctx): Likewise.
7101 (libc_feupdateenv_sparc_ctx): Likewise.
7102 (libc_feholdsetround_sparc_ctx): Likewise.
7103 (libc_feholdexcept_setround_ctx): Define.
7104 (libc_feholdexcept_setroundf_ctx): Likewise.
7105 (libc_feholdexcept_setroundl_ctx): Likewise.
7106 (libc_fesetenv_ctx): Likewise.
7107 (libc_fesetenvf_ctx): Likewise.
7108 (libc_fesetenvl_ctx): Likewise.
7109 (libc_feupdateenv_ctx): Likewise.
7110 (libc_feupdateenvf_ctx): Likewise.
7111 (libc_feupdateenvl_ctx): Likewise.
7112 (libc_feresetround_ctx): Likewise.
7113 (libc_feresetroundf_ctx): Likewise.
7114 (libc_feresetroundl_ctx): Likewise.
7115 (libc_feholdsetround_ctx): Likewise.
7116 (libc_feholdsetroundf_ctx): Likewise.
7117 (libc_feholdsetroundl_ctx): Likewise.
7118
1d3d93ef
DM
7119 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7120 with __USE_GNU instead of XOPEN cpp guards.
7121
8aa583c3
DM
7122 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
7123 0.
7124
211d653c
DM
7125 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
7126 with XOPEN cpp guards.
7127
60c8f1f6
JB
71282014-04-30 Julian Brown <julian@codesourcery.com>
7129
7130 [BZ #16888]
7131 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
7132 handling.
7133
9a461d46
JM
71342014-04-30 Joseph Myers <joseph@codesourcery.com>
7135
d0f5b3f8
JM
7136 [BZ #9894]
7137 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
7138 Change to 2.6.32.
7139 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
7140 * sysdeps/unix/sysv/linux/configure: Regenerated.
7141 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
7142 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
7143 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
7144 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
7145 * README: Update reference to required Linux kernel version.
7146 * manual/install.texi (Linux): Update reference to required Linux
7147 kernel headers version.
7148 * INSTALL: Regenerated.
7149
9a461d46
JM
7150 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
7151 header inclusion.
7152 [POSIX] (limits.h): Likewise.
7153 [POSIX] (math.h): Likewise.
7154 [POSIX] (sys/wait.h): Likewise.
7155 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
7156 function.
7157 [POSIX] (stddef.h): Do not allow header inclusion.
7158
1775babf
AZ
71592014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7160
57f41c40 7161 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 7162
8f630cca
YY
71632014-04-30 Yang Yingliang <yangyingliang@huawei.com>
7164
7165 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
7166 Return immediately after lll_futex_wake.
7167
1cdeb237
SP
71682014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7169
bc8f194c
SP
7170 [BZ #16791]
7171 * nscd/nscd-client.h (datahead_init_common): Initialize entire
7172 structure.
7173 (datahead_init_pos): Call datahead_init_common early.
7174 (datahead_init_neg): Likewise.
7175
1cdeb237
SP
7176 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
7177 datahead_init_neg): New functions.
7178 * nscd/aicache.c (addhstaiX): Use them.
7179 * nscd/grpcache.c (cache_addgr): Likewise.
7180 * nscd/hstcache.c (cache_addhst): Likewise.
7181 * nscd/initgrcache.c (addinitgroupsX): Likewise.
7182 * nscd/netgroupcache.c (do_notfound): Likewise.
7183 (addgetnetgrentX): Likewise.
7184 (addinnetgrX): Likewise.
7185 * nscd/pwdcache.c (cache_addpw): Likewise.
7186 * nscd/servicescache.c (cache_addserv): Likewise.
7187
16b293a7
SP
71882014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
7189 Atsushi Onoe <atsushi@onoe.org>
7190
7191 [BZ #14308]
7192 [BZ #12994]
7193 [BZ #13651]
7194 * resolv/res_query.c (__libc_res_nsearch): Return if at least
7195 one response is valid.
7196 * resolv/res_send.c (send_dg): Check for validity of other
7197 response if the current response is a referral.
7198
a28a9b94
SE
71992014-04-29 Steve Ellcey <sellcey@mips.com>
7200
7201 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
7202
2ca180e9
SL
72032014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
7204
7205 [BZ #16823]
7206 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
7207 Always divide by positive zero when computing -Inf result.
7208 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
7209 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
7210
18f2945a
AZ
72112014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7212
7213 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
7214 FPSCR if value do not change.
7215 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
7216 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
7217 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
7218 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
7219 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
7220 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
7221 function.
7222
5abebba4
CD
72232014-05-29 Carlos O'Donell <carlos@systemhalted.org>
7224
7225 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
7226 * sysdeps/unix/sysv/linux/hppa: Move directory from
7227 ports/systeps/unix/sysv/linux/hppa.
7228 * README: Update listing for hppa-*-linux-gnu.
7229
f7ed60c2
OB
72302014-04-28 Ondřej Bílka <neleai@seznam.cz>
7231
fff763a5
OB
7232 [BZ #16754]
7233 * manual/stdio.texi (Hook functions): Fix types of stream hook
7234 functions.
f7ed60c2
OB
7235 [BZ #16854]
7236 * socket/sys/socket.h: Fix typo in comment.
7237
df639d73
WD
72382014-04-28 Wilco <wdijkstr@arm.com>
7239
f7ed60c2 7240 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
7241 * sysdeps/arm/math_private.h: New file.
7242 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
7243
48332d82
L
72442014-04-25 H.J. Lu <hongjiu.lu@intel.com>
7245
7246 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
7247 with __int128_t.
7248 (La_x86_64_retval): Likewise.
7249
e5e0d9a4
IB
72502014-04-24 Ian Bolton <ian.bolton@arm.com>
7251
7252 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
7253 fpsr if value didn't change.
7254 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
7255 to fpcr if value didn't change.
7256 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
7257 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
7258 fpsr or fpcr if value didn't change.
7259 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
7260 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
7261 fpcr if value didn't change.
7262 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
7263 to fpsr if value didn't change.
7264
bacc75f7
SP
72652014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
7266
7267 * nptl/tst-sem3.c: Use test-skeleton.c
7268 (main): Rename to do_test. Use return instead of
7269 exit.
7270 * nptl/tst-sem4.c: Use test-skeleton.c
7271 (main): Rename to do_test.
7272
a059d359
DM
72732014-04-22 David S. Miller <davem@davemloft.net>
7274
7275 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
7276 (struct sigaction): New struct member __glibc_reserved0, change
7277 type of sa_flags to int.
7278
ea6c92f3
YZ
72792014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
7280
7281 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
7282 (COUNT_LEADING_ZEROS_0): Define for AArch64.
7283
766c4a36
SP
72842014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
7285
7286 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
7287 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
7288
140cc7ab
VK
72892014-04-22 Will Newton <will.newton@linaro.org>
7290 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
7291
7292 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
7293 (__longjmp): Add longjmp and longjmp_target SystemTap
7294 probes.
7295 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
7296 (__sigsetjmp): Add setjmp SystemTap probe.
7297
c54e5cf7
CD
72982014-04-17 Carlos O'Donell <carlos@redhat.com>
7299
7300 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
7301 match manual order.
7302
75ffb047
AZ
73032014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7304
7305 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
7306
2cd925f7
AZ
7307 * sysdeps/powerpc/fpu/fenv_private.h
7308 (libc_feholdexcept_setroundl_ctx): Define to
7309 libc_feholdexcept_setround_ppc_ctx.
7310 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
7311 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
7312 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
7313 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
7314
39e6cd8d
IB
73152014-04-17 Ian Bolton <ian.bolton@arm.com>
7316
7317 * sysdeps/aarch64/math-tests.h: New file.
7318
f9281df9
SY
73192014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
7320
7321 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
7322 New.
7323 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
7324 Check and set bit_AVX2_Usable.
7325 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
7326 macro.
7327 (bit_AVX2): Likewise.
7328 (index_AVX2_Usable): Likewise.
7329 (CPUID_AVX2): Likewise.
7330 (HAS_AVX2): Likewise.
7331
37d35007
WN
73322014-04-17 Will Newton <will.newton@linaro.org>
7333
7c677662
WN
7334 * manual/setjmp.texi (System V contexts): Add note that
7335 calling setcontext on a context created by a call to a
7336 signal handler is undefined. Update text to note that
7337 setcontext from a signal handler is possible but not
7338 recommended.
7339
37d35007 7340 [BZ #16629]
e04a4e9d
WN
7341 * stdlib/tst-setcontext.c: Include signal.h.
7342 (main): Check that the signal stack before and
7343 after swapcontext is the same.
7344
37d35007
WN
7345 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
7346 Re-implement to restore registers in user code and avoid
7347 rt_sigreturn system call.
7348
423a7160
W
73492014-04-17 Wilco <wdijkstr@arm.com>
7350
7351 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
7352 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
7353 * math/test-fenv.c: Skip exception trap tests on targets which only
7354 support non-stop mode.
7355
bc93ab29
IB
73562014-04-17 Ian Bolton <ian.bolton@arm.com>
7357 Wilco Dijkstra <wilco.dijkstra@arm.com>
7358
7359 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
7360 (libc_feholdsetround_aarch64_ctx)
7361 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
7362 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
7363 (libc_feresetround_ctx, libc_feresetroundf_ctx)
7364 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
7365 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
7366 (libc_feresetround_noexl_ctx): Define.
7367
95fc5fa3
RH
73682014-04-16 Richard Henderson <rth@redhat.com>
7369
ddb04724
RH
7370 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
7371
d77c0899
RH
7372 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
7373 unwind tables.
7374
a3df56fc
RH
7375 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
7376 const from the non-libc, non-ldso copy.
7377
95fc5fa3
RH
7378 * sysdeps/alpha/libm-test-ulps: Regenerate.
7379
7e0b6763
IB
73802014-04-16 Ian Bolton <ian.bolton@arm.com>
7381 Wilco Dijkstra <wilco.dijkstra@arm.com>
7382
7383 * sysdeps/aarch64/fpu/math_private.h: New file.
7384
a9ea2e0c
MS
73852014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
7386
7387 * sysdeps/aarch64/libm-test-ulps: Regenerate.
7388
ea8ba7cd
IZ
73892014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
7390
7e54fd04 7391 [BZ #16275]
ea8ba7cd
IZ
7392 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
7393 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
7394 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
7395 Intel MPX bound registers before _dl_profile_fixup.
7396 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
7397 registers after _dl_profile_fixup. Save and restore bound
7398 registers bnd0/bnd1 when calling _dl_call_pltexit.
7399 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
7400 (LR_BND_OFFSET): Likewise.
7401 (LRV_BND0_OFFSET): Likewise.
7402 (LRV_BND1_OFFSET): Likewise.
7403
9f2a4fbc
ST
74042014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
7405
7406 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
7407 to...
7408 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
7409 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
7410 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
7411 fields.
9f2a4fbc 7412
fd15a59b
ST
74132014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
7414
7415 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
7416
f19dfa0a
SL
74172014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
7418
7419 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
7420
4fa8bc3b
SL
74212014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
7422
7423 [BZ #14770]
7424 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
7425 * sysdeps/s390/configure: Regenerate.
7426
8ea587db
SL
7427 [BZ #16824]
7428 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
7429 Set round-to-nearest internally to reduce error accumulation.
7430
aa5f0ff1
AM
74312014-04-16 Alan Modra <amodra@gmail.com>
7432
7433 [BZ #16740]
7434 [BZ #16619]
7435 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7436 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 7437 * NEWS: Update fixed bug list.
aa5f0ff1 7438
bb9c256f
SP
74392014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7440
7441 * benchtests/Makefile: Depend on libraries in build directory.
7442 (bench-math): Separate out math tests.
7443 (bench-pthread): Separate out pthread tests.
7444 (bench): Include math and pthread tests.
7445
f737dfd0
CD
74462014-04-14 Carlos O'Donell <carlos@redhat.com>
7447
7448 [BZ #16831]
7449 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7450 _dl_debug_initialize.
7451
0699f766
CD
7452 * configure.ac: Remove SELinux header check.
7453 * configure: Regenerate.
7454 * nscd/selinux.c (perms): Array of const char* to permission names.
7455 (nscd_request_avc_has_perm): Call security_deny_unknown to find
7456 default policy. Call string_to_security_class and string_to_av_perm to
7457 translate strings. Enforce default policy and call avs_has_perm with
7458 results of translated strings.
7459
809bd45f
DM
74602014-04-13 David S. Miller <davem@davemloft.net>
7461
7462 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7463
89e691f2
AM
74642014-04-12 Allan McRae <allan@archlinux.org>
7465
7466 [BZ #16838]
7467 * manual/string.texi (Collation Functions): Fix qsort argument
7468 order in example.
7469 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7470
9c9daaeb
CM
74712014-04-11 Chris Metcalf <cmetcalf@tilera.com>
7472
7473 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7474 Make the test a no-op if there are no exceptions defined.
7475
95561fb9
PP
74762014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
7477
fe8d072c 7478 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
7479 enable-hardcoded-path-in-tests
7480
970c602a
WN
74812014-04-11 Will Newton <will.newton@linaro.org>
7482
7483 * benchtests/Makefile (extra-objs): Add json-lib.o.
7484 (bench-func): Tidy up JSON output.
7485 * benchtests/bench-skeleton.c: Include json-lib.h.
7486 (main): Use JSON library functions to do output of
7487 benchmark results.
7488 * benchtests/bench-timing-type.c (main): Output the
7489 timing type simply, leaving formatting to the user.
7490 * benchtests/json-lib.c: New file.
7491 * benchtests/json-lib.h: Likewise.
7492
36875b06
TR
74932014-04-11 Torvald Riegel <triegel@redhat.com>
7494
7495 [BZ #15215]
7496 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7497 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
7498 memory barriers. Add comments.
7499 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7500 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7501 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7502 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7503 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7504 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7505
579db35a
SL
75062014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
7507
7508 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7509 * sysdeps/s390/s390-64/configure.ac: ... this ...
7510 * sysdeps/s390/configure.ac: ... to here.
7511 * sysdeps/s390/s390-32/configure: Delete file.
7512 * sysdeps/s390/s390-64/configure: Delete file.
7513 * sysdeps/s390/configure: Regenerate.
7514
c12e9f37
JAPH
75152014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
7516
7517 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7518
439bda32
WN
75192014-04-11 Will Newton <will.newton@linaro.org>
7520
7521 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7522 to zero if it is not defined elsewhere. (mtrim): Test
7523 the value of MALLOC_DEBUG with #if rather than #ifdef.
7524
6a5d6ea1
TR
75252014-04-10 Torvald Riegel <triegel@redhat.com>
7526
7527 * benchtests/pthread_once-inputs: New file.
7528 * benchtests/pthread_once-source.c: New file.
7529 * benchtests/README: Update documentation.
7530
a4c75cfd
IZ
75312014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
7532 H.J. Lu <hongjiu.lu@intel.com>
7533
7e54fd04 7534 [BZ #16275]
a4c75cfd
IZ
7535 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7536 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7537 * sysdeps/x86_64/configure: Regenerated.
7538 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7539 macro.
7540 (REGISTER_SAVE_RAX): Likewise.
7541 (REGISTER_SAVE_RCX): Likewise.
7542 (REGISTER_SAVE_RDX): Likewise.
7543 (REGISTER_SAVE_RSI): Likewise.
7544 (REGISTER_SAVE_RDI): Likewise.
7545 (REGISTER_SAVE_R8): Likewise.
7546 (REGISTER_SAVE_R9): Likewise.
7547 (REGISTER_SAVE_BND0): Likewise.
7548 (REGISTER_SAVE_BND1): Likewise.
7549 (REGISTER_SAVE_BND2): Likewise.
7550 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
7551 bound registers when calling _dl_fixup.
7552
27822ce6
AZ
75532014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7554
7555 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
7556 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7557 of its definition.
27822ce6
AZ
7558 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7559 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7560 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7561 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7562 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7563 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7564 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7565
a88ddc90
PTB
75662014-04-09 Peter Brett <peter@peter-b.co.uk>
7567
7568 [BZ #15514]
7569 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7570 pathconf(_PC_NAME_MAX).
7571
01f8eac2
AZ
75722014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7573
7574 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7575 Remove macro usage.
7576 (__PTHREAD_SPINS): Move definition to ...
7577 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7578 (__PTHREAD_SPINS): ... here.
7579 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7580 (__PTHREAD_SPIN): Likewise.
7581 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7582 (__PTHREAD_SPIN): Likewise.
7583 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7584 (__PTHREAD_SPIN): Likewise.
7585 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7586 (__PTHREAD_SPIN): Likewise.
7587 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7588 (__PTHREAD_SPIN): Likewise.
7589 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7590 (__PTHREAD_SPIN): Likewise.
7591 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7592 (__PTHREAD_SPIN): Likewise.
7593 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7594 (__PTHREAD_SPIN): Likewise.
7595 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7596 (__PTHREAD_SPIN): Likewise.
7597 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7598 (__PTHREAD_SPIN): Likewise.
7599 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7600 (__PTHREAD_SPIN): Likewise.
7601 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7602 (__PTHREAD_SPIN): Likewise.
7603
de21c33c
AZ
7604 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7605 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7606 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7607 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7608 imply folder.
7609 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7610 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7611 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7612 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7613 correct imply path.
7614 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7615 strlen symbol for non multi-arch builds.
7616 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7617 missing hidden_def and weak_alias.
7618
862c472e
CD
76192014-04-08 Carlos O'Donell <carlos@redhat.com>
7620
7621 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7622
8667f90e
WN
76232014-04-07 Will Newton <will.newton@linaro.org>
7624
7625 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7626 and contents. [!_LIBC] Remove #ifndef and contents.
7627 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
7628 * string/memccpy.c (__memccpy): Use ANSI prototype.
7629 * string/memfrob.c (memfrob): Likewise.
7630 * string/strcoll.c (STRCOLL): Likewise.
7631 * string/strlen.c (strlen): Likewise.
7632 * string/strtok.c (STRTOK): Likewise.
7633 * string/strcat.c: Remove unused #include of memcopy.h.
7634 (strcat): Use ANSI prototype.
7635 * string/strchr.c: Remove unused #include of memcopy.h.
7636 (strchr): Use ANSI prototype.
7637 * string/strcmp.c: Remove unused #include of memcopy.h.
7638 (strcmp): Use ANSI prototype.
7639 * string/strcpy.c: Remove unused #include of memcopy.h.
7640 (strcpy): Use ANSI prototype.
7641
7ffa9423
AZ
76422014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7643
7644 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7645 * config.make.in (config-extra-cppflags): Set it from
7646 libc_extra_cppflags.
7647 * configure.ac (libc_extra_cflags): Make it accumulate over
7648 configure fragments.
7649 (libc_extra_cppflags): New flag.
7650 * configure. Regenerate.
7651 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
7652 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7653 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
7654 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7655
8bd70862
AZ
7656 [BZ #16815]
7657 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7658 result for FE_DOWNWARD rounding mode.
7659 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7660 Likewise.
7661 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7662
d42f3448
CM
76632014-04-04 Chris Metcalf <cmetcalf@tilera.com>
7664
7665 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7666 in function argument name.
7667
1c21d115
DS
76682014-04-03 David Svoboda <svoboda@cert.org>
7669
7670 [BZ #5666]
7671 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7672 explicitly.
7673
fcccd512
RM
76742014-04-03 Roland McGrath <roland@hack.frob.com>
7675
7676 * elf/dl-unmap-segments.h: New file.
7677 * sysdeps/generic/ldsodefs.h
7678 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7679 * elf/dl-close.c: Include <dl-unmap-segments.h>.
7680 * elf/dl-fptr.c: Likewise.
7681 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7682 * sysdeps/aarch64/tlsdesc.c: Likewise.
7683 * sysdeps/arm/tlsdesc.c: Likewise.
7684 * sysdeps/i386/tlsdesc.c: Likewise.
7685 * sysdeps/tile/dl-runtime.c: Likewise.
7686 * sysdeps/x86_64/tlsdesc.c: Likewise.
7687 * elf/dl-load.h: New file.
7688 * elf/dl-load.c: Include it.
7689 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7690 Macros moved to dl-load.h.
7691 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7692 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7693 Use _dl_unmap_segments in place of __munmap.
7694 Break out segment-mapping loop into ...
7695 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7696
f6488e2b
WN
76972014-04-03 Will Newton <will.newton@linaro.org>
7698
7699 * elf/dl-lookup.c (do_lookup_x): Remove comment
7700 referring to nested function and move variable
7701 declarations down to before first use.
7702
6f05bafe
JM
77032014-04-02 Joseph Myers <joseph@codesourcery.com>
7704
a84e78c8
JM
7705 [BZ #16799]
7706 [BZ #16800]
7707 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7708 with 0 numerator.
7709 * math/s_catanf.c (__catanf): Likewise.
7710 * math/s_catanh.c (__catanh): Likewise.
7711 * math/s_catanhf.c (__catanhf): Likewise.
7712 * math/s_catanhl.c (__catanhl): Likewise.
7713 * math/s_catanl.c (__catanl): Likewise.
7714 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7715 by positive zero when computing -Inf result.
7716 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7717 (catanh_test): Likewise.
7718 * sysdeps/i386/fpu/libm-test-ulps: Update.
7719 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7720
6f05bafe
JM
7721 [BZ #16789]
7722 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7723 instead of using underflowing value in computing result.
7724 * math/s_clog10.c (__clog10): Likewise.
7725 * math/s_clog10f.c (__clog10f): Likewise.
7726 * math/s_clog10l.c (__clog10l): Likewise.
7727 * math/s_clogf.c (__clogf): Likewise.
7728 * math/s_clogl.c (__clogl): Likewise.
7729 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7730 (clog10_test): Likewise.
7731 * sysdeps/i386/fpu/libm-test-ulps: Update.
7732 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7733
b0abbc21
AM
77342014-04-02 Alan Modra <amodra@gmail.com>
7735
7736 [BZ #16739]
7737 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7738 output when value is near a power of two. Use int64_t for lx and
7739 remove casts. Use decimal rather than hex exponent constants.
7740 Don't use long double multiplication when double will suffice.
7741 * math/libm-test.inc (nextafter_test_data): Add tests.
7742 * NEWS: Add 16739 and 16786 to bug list.
7743
af6b1797
AM
7744 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7745
483818d7
AM
7746 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7747
f6c55796
WN
77482014-04-01 Will Newton <will.newton@linaro.org>
7749
7750 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7751 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
7752
13f7fe35
FW
77532014-04-01 Florian Weimer <fweimer@redhat.com>
7754
7755 [BZ #13347]
7756 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7757 * nptl/tst-setuid2.c: New file.
7758 * nptl/Makefile (xtests): Add tst-setuid2.
7759
c859b32e
AM
77602014-04-01 Alan Modra <amodra@gmail.com>
7761
7762 [BZ #16786]
7763 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7764
54fa2475
JM
77652014-03-31 Joseph Myers <joseph@codesourcery.com>
7766
8795b4a4
JM
7767 [BZ #6803]
7768 [BZ #6804]
7769 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7770 set errno as appropriate.
7771 * math/w_scalbf.c (__scalbf): Likewise.
7772 * math/w_scalbl.c (__scalbl): Likewise.
7773 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7774 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7775 * math/libm-test.inc (scalb_test_data): Add errno expectations.
7776 Add more NaN tests.
7777
54fa2475
JM
7778 [BZ #16349]
7779 * math/w_atan2.c: Include <errno.h>.
7780 (__atan2): Set errno for result underflowing to zero.
7781 * math/w_atan2f.c: Include <errno.h>.
7782 (__atan2f): Set errno for result underflowing to zero.
7783 * math/w_atan2l.c: Include <errno.h>.
7784 (__atan2l): Set errno for result underflowing to zero.
7785 * math/auto-libm-test-in: Don't allow missing errno for some atan2
7786 tests.
7787 * math/auto-libm-test-out: Regenerated.
7788
757d9dd5
AZ
77892014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7790
7791 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7792 Encode instruction correctly in little endian.
7793 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7794 Likewise.
7795 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7796 Likewise.
7797 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7798 Likewise.
7799 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7800 Likewise.
7801
d7a68734
JM
78022014-03-31 Joseph Myers <joseph@codesourcery.com>
7803
47c5adeb
JM
7804 [BZ #9894]
7805 * sysdeps/unix/sysv/linux/kernel-features.h
7806 [__sparc__ && !__arch64__ && !__sparc_v9__]
7807 (__ASSUME_SET_ROBUST_LIST): Do not define.
7808 [__sparc__ && !__arch64__ && !__sparc_v9__]
7809 (__ASSUME_FUTEX_LOCK_PI): Likewise.
7810 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7811 Likewise.
7812 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7813 (__ASSUME_FUTEX_LOCK_PI): Undefine.
7814 (__ASSUME_REQUEUE_PI): Likewise.
7815 (__ASSUME_SET_ROBUST_LIST): Likewise.
7816 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7817 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7818 Undefine.
7819 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7820 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7821 Likewise.
7822 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7823 Likewise.
7824 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7825 Likewise.
7826 * sysdeps/unix/sysv/linux/mips/kernel-features.h
7827 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7828 Undefine.
7829 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7830 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7831 Likewise.
7832
d7a68734
JM
7833 [BZ #16648]
7834 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7835 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7836 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7837
c760f5c2
WN
78382014-03-31 Will Newton <will.newton@linaro.org>
7839
7840 * benchtests/Makefile (bench): Add ffs and ffsll to list
7841 of tests.
7842 * benchtests/ffs-inputs: New file.
7843 * benchtests/ffsll-inputs: Likewise.
7844
ea6029b1
JM
78452014-03-29 Joseph Myers <joseph@codesourcery.com>
7846
7847 [BZ #16770]
7848 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7849 too large before casting to int.
7850 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7851 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7852 * math/libm-test.inc (scalb_test_data): Add more tests.
7853
cf806aff
SP
78542014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
7855
56737508
SP
7856 * benchtests/Makefile (DETAILED_OPT): New make option.
7857 (bench-func): Run benchmark program with -d if DETAILED_OPT is
7858 set.
7859 * benchtests/bench-skeleton.c: Include stdbool.h.
7860 (main): Store and print timings per input.
7861 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7862 member to each argument value.
7863 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7864 (_print_arg_data): Initialize per-input timing to 0.
7865
cb5e4aad
SP
7866 * benchtests/Makefile (timing-type): New binary.
7867 (bench-clean): Also remove bench-timing-type.
7868 (bench): New target for timing-type.
7869 (bench-func): Print output in JSON format.
7870 * benchtests/bench-skeleton.c (main): Print output in JSON
7871 format.
7872 * benchtests/bench-timing-type.c: New file.
7873 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7874 (TIMING_PRINT_STATS): Remove.
7875 * benchtests/scripts/bench.py (_print_arg_data): Store variant
7876 name separately.
7877
cf806aff
SP
7878 * benchtests/bench-modf.c: Remove.
7879 * benchtests/modf-inputs: New inputs file.
7880
289e0779
JM
78812014-03-28 Joseph Myers <joseph@codesourcery.com>
7882
7883 [BZ #16362]
7884 * math/s_clog10.c (M_PI_LOG10E): New macro.
7885 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7886 imaginary parts are 0.
7887 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7888 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7889 imaginary parts are 0.
7890 * math/s_clog10l.c (M_PI_LOG10El): New macro.
7891 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7892 imaginary parts are 0.
7893 * math/libm-test.inc (clog10_test_data): Update expected results
7894 for when real and imaginary parts are 0.
7895
277ae3f1
PP
78962014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
7897
7898 * elf/dl-load.c: Finish conversion of __builtin_expect into
7899 __glibc_{un}likely.
7900
03a7091f
JM
79012014-03-27 Joseph Myers <joseph@codesourcery.com>
7902
7903 [BZ #16348]
7904 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7905 1+x for argument with exponent below -67.
7906 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7907 Likewise.
7908 * math/auto-libm-test-in: Add more tests of exp.
7909 * math/auto-libm-test-out: Regenerated.
7910
ea7d8b95
SP
79112014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
7912
dd3022d7
SP
7913 [BZ #16759]
7914 * inet/getnetgrent_r.c (get_nonempty_val): New function.
7915 (nscd_getnetgrent): Use it.
7916
ea7d8b95
SP
7917 [BZ #16760]
7918 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7919 of stpcpy.
7920
df5b85da
AK
79212014-03-27 Andi Kleen <ak@linux.intel.com>
7922
57f41c40
AS
7923 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7924 (lll_robust_lock, lll_cond_lock, lll_timedlock)
7925 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7926 (lll_robust_unlock): Remove out of line section. Use cfi
7927 intrinsics.
df5b85da 7928 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
7929 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7930 (lll_robust_lock, lll_cond_lock, lll_timedlock)
7931 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7932 (lll_robust_unlock): Remove out of line section. Use cfi
7933 intrinsics.
df5b85da
AK
7934 (LLL_STUB_UNWIND_INFO*): Remove.
7935
fbd6b5a4
SP
79362014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
7937
7938 [BZ #16758]
7939 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7940 blank values.
7941
1b26b855
PP
79422014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
7943
7944 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7945
9be36fb8
JM
79462014-03-26 Joseph Myers <joseph@codesourcery.com>
7947
7948 [BZ #16198]
7949 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7950 fnstenv.
7951 * math/test-fenv-preserve.c: New file.
7952 * math/Makefile (tests): Add test-fenv-preserve.
7953
60a2f3c1
WN
79542014-03-26 Will Newton <will.newton@linaro.org>
7955
7956 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7957
a5e5f1e2
RM
79582014-03-25 Roland McGrath <roland@hack.frob.com>
7959
7960 * scripts/versionlist.awk: Partition the version sets and emit all
7961 GLIBC_* (sorted) before all others (sorted).
7962
00f4012a
JM
79632014-03-25 Joseph Myers <joseph@codesourcery.com>
7964
7965 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7966 GLIBC_2.2.5 version.
7967
7bc5a741
AZ
79682014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7969
7970 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7971 calls.
7972
7578473b
AZ
7973 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7974 previous change.
7975
f3f1dab3
AZ
7976 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7977
6da36183
AS
79782014-03-25 Andreas Schwab <schwab@suse.de>
7979
7980 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7981 label to be used after in6ailist is initialized.
7982
f3f1dab3 79832014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 7984
7578473b 7985 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
7986 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7987
046651c1
JM
79882014-03-25 Joseph Myers <joseph@codesourcery.com>
7989
7990 [BZ #16357]
7991 [BZ #16599]
7992 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7993 min_plus_half.
7994 (fp_formats): Update initializers.
7995 (init_fp_formats): Initialize new field.
7996 (output_for_one_input_case): Allow underflow for results up to
7997 min_plus_half.
7998 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7999 * math/auto-libm-test-in: Don't mark some underflows from asin and
8000 atanh as spurious.
8001 * math/auto-libm-test-out: Regenerated.
8002 * sysdeps/i386/fpu/libm-test-ulps: Update.
8003 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8004
003e49ed
AS
80052014-03-25 Andreas Schwab <schwab@suse.de>
8006
8007 * libio/Makefile (tst-ftell-partial-wide-ENV)
8008 (tst-ftell-active-handler-ENV): Define.
8009
de031874
SL
80102014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
8011
8012 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
8013
55a81e3b
PP
80142014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
8015
8016 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
8017
f3426898
JM
80182014-03-24 Joseph Myers <joseph@codesourcery.com>
8019
8020 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
8021 * sysdeps/x86_64/fpu/multiarch/e_exp.c
8022 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
8023
a42faf59
PP
80242014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
8025
8026 [BZ #16634]
a42faf59 8027 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
8028 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
8029 (open_path): Change from boolean 'secure' to complete flag 'mode'
8030 (_dl_map_object): Adjust.
a42faf59
PP
8031 * elf/Makefile (tests): Add tst-dlopen-aout.
8032 * elf/tst-dlopen-aout.c: New test.
8033
50936127
SL
80342014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
8035
8036 [BZ #16714]
8037 * sysdeps/unix/sysv/linux/s390/bits/stat.h
8038 (struct stat): Rename member pad0 to __glibc_reserved0.
8039
26011b5c
SL
8040 [BZ #16712]
8041 * sysdeps/s390/s390-32/bits/wordsize.h
8042 (__WORDSIZE32_SIZE_ULONG): New define.
8043 * sysdeps/s390/s390-64/bits/wordsize.h
8044 (__WORDSIZE32_SIZE_ULONG): Likewise.
8045 * sysdeps/generic/stdint.h (SIZE_MAX):
8046 Define as UL if __WORDSIZE32_SIZE_ULONG.
8047
a2d86bf1
SL
8048 [BZ #16713]
8049 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
8050 (__glibc_reserved0): New variable.
8051 (sa_flags): Change type to int.
8052
78b6eebc
SL
8053 * posix/Makefile (before-compile): Use += before-compile instead
8054 of a :=.
8055
f1399b5a
SL
8056 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8057 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
8058
a071766e
AS
80592014-03-20 Andreas Schwab <schwab@suse.de>
8060
8061 [BZ #16743]
8062 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
8063 non-matching result from nscd.
8064
27c673b8
SP
80652014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
8066
8067 * scripts/bench.py: Moved to ...
8068 * benchtests/scripts/bench.py: ... here.
8069 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
8070
44152e4b
AS
80712014-03-24 Andreas Schwab <schwab@suse.de>
8072
8073 [BZ #16002]
8074 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
8075 alloca_account and account alloca use for struct in6ailist.
8076
b376a11a
JM
80772014-03-24 Joseph Myers <joseph@codesourcery.com>
8078
8079 [BZ #16284]
8080 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
8081 rounding mode to recompute results that overflow to infinity or
8082 underflow to zero.
8083 * math/auto-libm-test-in: Don't mark tests as expected to fail for
8084 bug 16284.
8085 * math/auto-libm-test-out: Regenerated.
8086 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
8087 (ccosh_test): Likewise.
8088 (csin_test_data): Use plus_oflow.
8089 (csin_test): Use ALL_RM_TEST.
8090 (csinh_test_data): Use plus_oflow.
8091 (csinh_test): Use ALL_RM_TEST.
8092 * sysdeps/i386/fpu/libm-test-ulps: Update.
8093 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8094
f7be7376
JM
80952014-03-21 Joseph Myers <joseph@codesourcery.com>
8096
1ca2d03e
JM
8097 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
8098 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
8099 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
8100
f7be7376
JM
8101 [BZ #16731]
8102 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
8103 when x - 1 is zero.
8104 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
8105 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
8106 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
8107 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
8108 argument is 1.
8109 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
8110 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
8111 zero.
8112 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
8113 * sysdeps/i386/fpu/libm-test-ulps: Update.
8114 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8115
fdf4534d
SP
81162014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8117
df26ea53
SP
8118 * scripts/bench.pl: Remove file.
8119 * scripts/bench.py: New benchmark script.
8120 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
8121 * benchtests/README: Mention python dependency.
8122 * scripts/pylintrc: New file.
8123 * scripts/pylint: New file.
8124
fdf4534d
SP
8125 * bits/mathdef.h: Use #ifdef instead of #if.
8126 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
8127 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8128 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
8129 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8130 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
8131 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
8132
6f23d093
AZ
81332014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8134 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8135
8136 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
8137 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
8138 and strpbrk-ppc64 objects.
8139 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8140 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
8141 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
8142 multiarch strpbrk for POWER7.
8143 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
8144 multiarch strpbrk for PPC64.
8145 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
8146 ifunc selector.
8147 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
8148 strpbrk for POWER7.
8149
8c92dfff
JM
81502014-03-20 Joseph Myers <joseph@codesourcery.com>
8151
8152 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
8153 (atan_test): Likewise.
8154 (atanh_test_data): Use NO_TEST_INLINE for two tests.
8155 (atanh_test): Use ALL_RM_TEST.
8156 (atan2_test_data): Likewise.
8157 (cabs_test): Likewise.
8158 (cacosh_test): Likewise.
8159 (carg_test): Likewise.
8160 (casin_test): Likewise.
8161 (casinh_test): Likewise.
8162 (cbrt_test): Likewise.
8163 (csqrt_test): Likewise.
8164 (erf_test): Likewise.
8165 (erfc_test): Likewise.
8166 (pow10_test): Likewise.
8167 (exp2_test): Likewise.
8168 (hypot_test): Likewise.
8169 (j0_test): Likewise.
8170 (j1_test): Likewise.
8171 (lgamma_test): Likewise.
8172 (gamma_test): Likewise.
8173 (sincos_test): Likewise.
8174 (tanh_test): Likewise.
8175 (y0_test): Likewise.
8176 (y1_test): Likewise.
8177 * sysdeps/i386/fpu/libm-test-ulps: Update.
8178 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8179
6eaf95cb
AZ
81802014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8181
a387428c
SP
8182 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
8183 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
8184 and strcspn-ppc64 objects.
8185 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8186 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
8187 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
8188 multiarch strcspn for POWER7.
8189 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
8190 multiarch strcspn for PPC64.
8191 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
8192 ifunc selector.
8193 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
8194 strcspn for POWER7.
8195
ae3a5dff
JM
81962014-03-20 Joseph Myers <joseph@codesourcery.com>
8197
8198 * math/gen-libm-test.pl (generate_testfile): Expect only function
8199 name as argument to AUTO_TESTS_* and pass results for all rounding
8200 modes to parse_args.
8201 (parse_auto_input): Separate inputs of automatic tests from
8202 outputs before storing in %auto_tests.
8203 * math/libm-test.inc (acos_test_data): Update call to
8204 AUTO_TESTS_f_f.
8205 (acos_test): Use ALL_RM_TEST.
8206 (acos_tonearest_test_data): Remove.
8207 (acos_test_tonearest): Likewise.
8208 (acos_towardzero_test_data): Likewise.
8209 (acos_test_towardzero): Likewise.
8210 (acos_downward_test_data): Likewise.
8211 (acos_test_downward): Likewise.
8212 (acos_upward_test_data): Likewise.
8213 (acos_test_upward): Likewise.
8214 (acosh_test_data): Update call to AUTO_TESTS_f_f.
8215 (asin_test_data): Likewise.
8216 (asin_test): Use ALL_RM_TEST.
8217 (asin_tonearest_test_data): Remove.
8218 (asin_test_tonearest): Likewise.
8219 (asin_towardzero_test_data): Likewise.
8220 (asin_test_towardzero): Likewise.
8221 (asin_downward_test_data): Likewise.
8222 (asin_test_downward): Likewise.
8223 (asin_upward_test_data): Likewise.
8224 (asin_test_upward): Likewise.
8225 (asinh_test_data): Update call to AUTO_TESTS_f_f.
8226 (atan_test_data): Likewise.
8227 (atanh_test_data): Likewise.
8228 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
8229 (cabs_test_data): Update call to AUTO_TESTS_c_f.
8230 (carg_test_data): Likewise.
8231 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
8232 (ccos_test_data): Update call to AUTO_TESTS_c_c.
8233 (ccosh_test_data): Likewise.
8234 (cexp_test_data): Likewise.
8235 (clog_test_data): Likewise.
8236 (clog10_test_data): Likewise.
8237 (cos_test_data): Update call to AUTO_TESTS_f_f.
8238 (cos_test): Use ALL_RM_TEST.
8239 (cos_tonearest_test_data): Remove.
8240 (cos_test_tonearest): Likewise.
8241 (cos_towardzero_test_data): Likewise.
8242 (cos_test_towardzero): Likewise.
8243 (cos_downward_test_data): Likewise.
8244 (cos_test_downward): Likewise.
8245 (cos_upward_test_data): Likewise.
8246 (cos_test_upward): Likewise.
8247 (cosh_test_data): Update call to AUTO_TESTS_f_f.
8248 (cosh_test): Use ALL_RM_TEST.
8249 (cosh_tonearest_test_data): Remove.
8250 (cosh_test_tonearest): Likewise.
8251 (cosh_towardzero_test_data): Likewise.
8252 (cosh_test_towardzero): Likewise.
8253 (cosh_downward_test_data): Likewise.
8254 (cosh_test_downward): Likewise.
8255 (cosh_upward_test_data): Likewise.
8256 (cosh_test_upward): Likewise.
8257 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
8258 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
8259 (ctan_test_data): Likewise.
8260 (ctan_test): Use ALL_RM_TEST.
8261 (ctan_tonearest_test_data): Remove.
8262 (ctan_test_tonearest): Likewise.
8263 (ctan_towardzero_test_data): Likewise.
8264 (ctan_test_towardzero): Likewise.
8265 (ctan_downward_test_data): Likewise.
8266 (ctan_test_downward): Likewise.
8267 (ctan_upward_test_data): Likewise.
8268 (ctan_test_upward): Likewise.
8269 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
8270 (ctanh_test): Use ALL_RM_TEST.
8271 (ctanh_tonearest_test_data): Remove.
8272 (ctanh_test_tonearest): Likewise.
8273 (ctanh_towardzero_test_data): Likewise.
8274 (ctanh_test_towardzero): Likewise.
8275 (ctanh_downward_test_data): Likewise.
8276 (ctanh_test_downward): Likewise.
8277 (ctanh_upward_test_data): Likewise.
8278 (ctanh_test_upward): Likewise.
8279 (erf_test_data): Update call to AUTO_TESTS_f_f.
8280 (erfc_test_data): Likewise.
8281 (exp_test_data): Likewise.
8282 (exp_test): Use ALL_RM_TEST.
8283 (exp_tonearest_test_data): Remove.
8284 (exp_test_tonearest): Likewise.
8285 (exp_towardzero_test_data): Likewise.
8286 (exp_test_towardzero): Likewise.
8287 (exp_downward_test_data): Likewise.
8288 (exp_test_downward): Likewise.
8289 (exp_upward_test_data): Likewise.
8290 (exp_test_upward): Likewise.
8291 (exp10_test_data): Update call to AUTO_TESTS_f_f.
8292 (exp10_test): Use ALL_RM_TEST.
8293 (exp10_tonearest_test_data): Remove.
8294 (exp10_test_tonearest): Likewise.
8295 (exp10_towardzero_test_data): Likewise.
8296 (exp10_test_towardzero): Likewise.
8297 (exp10_downward_test_data): Likewise.
8298 (exp10_test_downward): Likewise.
8299 (exp10_upward_test_data): Likewise.
8300 (exp10_test_upward): Likewise.
8301 (exp2_test_data): Update call to AUTO_TESTS_f_f.
8302 (expm1_test_data): Likewise.
8303 (expm1_test): Use ALL_RM_TEST.
8304 (expm1_tonearest_test_data): Remove.
8305 (expm1_test_tonearest): Likewise.
8306 (expm1_towardzero_test_data): Likewise.
8307 (expm1_test_towardzero): Likewise.
8308 (expm1_downward_test_data): Likewise.
8309 (expm1_test_downward): Likewise.
8310 (expm1_upward_test_data): Likewise.
8311 (expm1_test_upward): Likewise.
8312 (fma_test_data): Update call to AUTO_TESTS_fff_f.
8313 (fma_test): Use ALL_RM_TEST.
8314 (fma_towardzero_test_data): Remove.
8315 (fma_test_towardzero): Likewise.
8316 (fma_downward_test_data): Likewise.
8317 (fma_test_downward): Likewise.
8318 (fma_upward_test_data): Likewise.
8319 (fma_test_upward): Likewise.
8320 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
8321 (j0_test_data): Update call to AUTO_TESTS_f_f.
8322 (j1_test_data): Likewise.
8323 (jn_test_data): Update call to AUTO_TESTS_if_f.
8324 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
8325 (log_test_data): Update call to AUTO_TESTS_f_f.
8326 (log10_test_data): Likewise.
8327 (log1p_test_data): Likewise.
8328 (log2_test_data): Likewise.
8329 (pow_test_data): Update call to AUTO_TESTS_ff_f.
8330 (pow_tonearest_test_data): Likewise.
8331 (sin_test_data): Update call to AUTO_TESTS_f_f.
8332 (sin_test): Use ALL_RM_TEST.
8333 (sin_tonearest_test_data): Remove.
8334 (sin_test_tonearest): Likewise.
8335 (sin_towardzero_test_data): Likewise.
8336 (sin_test_towardzero): Likewise.
8337 (sin_downward_test_data): Likewise.
8338 (sin_test_downward): Likewise.
8339 (sin_upward_test_data): Likewise.
8340 (sin_test_upward): Likewise.
8341 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
8342 (sinh_test_data): Update call to AUTO_TESTS_f_f.
8343 (sinh_test): Use ALL_RM_TEST.
8344 (sinh_tonearest_test_data): Remove.
8345 (sinh_test_tonearest): Likewise.
8346 (sinh_towardzero_test_data): Likewise.
8347 (sinh_test_towardzero): Likewise.
8348 (sinh_downward_test_data): Likewise.
8349 (sinh_test_downward): Likewise.
8350 (sinh_upward_test_data): Likewise.
8351 (sinh_test_upward): Likewise.
8352 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
8353 (sqrt_test): Use ALL_RM_TEST.
8354 (sqrt_tonearest_test_data): Remove.
8355 (sqrt_test_tonearest): Likewise.
8356 (sqrt_towardzero_test_data): Likewise.
8357 (sqrt_test_towardzero): Likewise.
8358 (sqrt_downward_test_data): Likewise.
8359 (sqrt_test_downward): Likewise.
8360 (sqrt_upward_test_data): Likewise.
8361 (sqrt_test_upward): Likewise.
8362 (tan_test_data): Update call to AUTO_TESTS_f_f.
8363 (tan_test): Use ALL_RM_TEST.
8364 (tan_tonearest_test_data): Remove.
8365 (tan_test_tonearest): Likewise.
8366 (tan_towardzero_test_data): Likewise.
8367 (tan_test_towardzero): Likewise.
8368 (tan_downward_test_data): Likewise.
8369 (tan_test_downward): Likewise.
8370 (tan_upward_test_data): Likewise.
8371 (tan_test_upward): Likewise.
8372 (tanh_test_data): Update call to AUTO_TESTS_f_f.
8373 (tgamma_test_data): Likewise.
8374 (y0_test_data): Likewise.
8375 (y1_test_data): Likewise.
8376 (yn_test_data): Update call to AUTO_TESTS_if_f.
8377 (main): Do not call removed functions.
8378
d71aeee8
JM
83792014-03-19 Joseph Myers <joseph@codesourcery.com>
8380
8381 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
8382 (ldexp_test_data): Remove.
8383 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
8384 scalbn_test_data.
8385 (scalb_test): Use ALL_RM_TEST.
8386
baaf1ded
AS
83872014-03-19 Andreas Schwab <schwab@suse.de>
8388
8389 * nscd/nscd.service: Also invalidate netgroup cache on reload.
8390
b1115e91
JM
83912014-03-19 Joseph Myers <joseph@codesourcery.com>
8392
8393 [BZ #16649]
8394 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
8395 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
8396 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
8397 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8398 (__ASSUME_PREADV): Undefine.
8399 (__ASSUME_PWRITEV): Likewise.
8400
0283ecca
RM
84012014-03-18 Roland McGrath <roland@hack.frob.com>
8402
7d375303
RM
8403 * bits/mman-linux.h: Add comment about non-Linux use.
8404 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
8405 bits/mman-linux.h resting place.
8406
0283ecca
RM
8407 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
8408 * bits/mman-linux.h: ... here.
8409
aebe1003
AZ
84102014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8411
8412 * conform/conformtest.pl: Add standard definition when calling C
8413 preprocessor on data files.
8414 (checknamespace): Remove unused variable.
8415
b29b6bb8
JM
84162014-03-18 Joseph Myers <joseph@codesourcery.com>
8417
8418 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
8419 minus_oflow, plus_uflow and minus_uflow in expected results.
8420 * math/libm-test.inc (scalbn_test_data): Add more tests of
8421 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
8422 minus_uflow.
8423 (scalbn_test): Use ALL_RM_TEST.
8424 (scalbln_test_data): Add more tests of negative arguments. Use
8425 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
8426 (scalbln_test): Use ALL_RM_TEST.
8427
c8f8fa15
RM
84282014-03-18 Roland McGrath <roland@hack.frob.com>
8429
8430 * scripts/abilist.awk: Ignore symbols marked with .hidden.
8431
fede7a5f
WN
84322014-03-18 Will Newton <will.newton@linaro.org>
8433
8434 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8435 inaccurate comment.
8436
80cf0a58
JM
84372014-03-18 Joseph Myers <joseph@codesourcery.com>
8438
8439 * Makerules [!subdir] (check-abi): Exit with error status if a
8440 test failed.
8441
b3620862
JM
84422014-03-17 Joseph Myers <joseph@codesourcery.com>
8443
8444 * math/libm-test.inc (nearbyint_test_data): Include all tests used
8445 for rint. Include results for all rounding modes.
8446 (nearbyint_test): Use ALL_RM_TEST.
8447 (rint_test_data): Include all tests used for nearbyint.
8448
788bba36
WN
84492014-03-17 Will Newton <will.newton@linaro.org>
8450
04ec140a
WN
8451 * nptl/sysdeps/pthread/pthread.h: Revert previous
8452 change.
8453
7579d8d5
WN
8454 * sysdeps/generic/ldsodefs.h: Revert previous
8455 change.
8456
c15cf13a
WN
8457 * libio/genops.c: Revert previous change.
8458 * libio/libioP.h: Likewise.
8459 * stdio-common/vfprintf.c: Likewise.
8460
d0ac1324
WN
8461 * sysdeps/generic/math_private.h: Revert previous
8462 change.
8463
9290130a
WN
8464 * sysdeps/generic/math_private.h: Check whether
8465 HAVE_RM_CTX is defined with #ifdef rather
8466 than #if.
8467
afb466fc
WN
8468 * argp/argp-fmtstream.h: Check whether
8469 __STRICT_ANSI__ is defined with #ifdef rather
8470 than #if.
8471 * argp/argp.h: Likewise.
8472
f7efd7c3
WN
8473 * libio/genops.c: Check whether
8474 _IO_JUMPS_OFFSET is defined with #ifdef rather
8475 than #if.
8476 * libio/libioP.h: Likewise.
8477 * stdio-common/vfprintf.c: Likewise.
8478
53f1bed3
WN
8479 * sysdeps/generic/ldsodefs.h: Check whether
8480 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8481 than #if.
8482
788bba36
WN
8483 * nptl/sysdeps/pthread/pthread.h: Check
8484 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8485 its value.
8486
fcd89ebe
SP
84872014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
8488
ae42bbc5
SP
8489 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8490 setting O_APPEND.
8491 * libio/tst-ftell-active-handler.c (do_append_test): Add a
8492 test case.
8493
ea33158c
SP
8494 [BZ #16680]
8495 * libio/fileops.c (_IO_file_open): Seek to end of file but
8496 don't cache the offset.
8497 (get_file_offset): Remove function.
8498 (do_ftell): Use cached offset when available.
8499 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8500 don't cache the offset.
8501 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8502 case.
8503 (do_one_test): Call it.
8504 (do_ftell_test): Fix up expected old offset for a+ mode.
8505 * libio/wfileops.c (do_ftell_wide): Used cached offset when
8506 available.
8507
b1dbb426
SP
8508 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8509 up test status with function return status.
8510 (do_write_test): Likewise.
8511 (do_append_test): Likewise.
8512
fcd89ebe
SP
8513 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8514 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8515 Remove.
8516
9962a2d3
JM
85172014-03-17 Joseph Myers <joseph@codesourcery.com>
8518
8519 * math/gen-libm-test.pl (parse_args): Handle results specified for
8520 each rounding mode separately.
8521 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8522 tests and results from lrint_tonearest_test_data,
8523 lrint_towardzero_test_data, lrint_downward_test_data and
8524 lrint_upward_test_data.
8525 (lrint_test): Use ALL_RM_TEST.
8526 (lrint_tonearest_test_data): Remove.
8527 (lrint_test_tonearest): Likewise.
8528 (lrint_towardzero_test_data): Likewise.
8529 (lrint_test_towardzero): Likewise.
8530 (lrint_downward_test_data): Likewise.
8531 (lrint_test_downward): Likewise.
8532 (lrint_upward_test_data): Likewise.
8533 (lrint_test_upward): Likewise.
8534 (llrint_test_data): Merge in per-rounding-mode tests and results
8535 from llrint_tonearest_test_data, llrint_towardzero_test_data,
8536 llrint_downward_test_data and llrint_upward_test_data.
8537 (llrint_test): Use ALL_RM_TEST.
8538 (llrint_tonearest_test_data): Remove.
8539 (llrint_test_tonearest): Likewise.
8540 (llrint_towardzero_test_data): Likewise.
8541 (llrint_test_towardzero): Likewise.
8542 (llrint_downward_test_data): Likewise.
8543 (llrint_test_downward): Likewise.
8544 (llrint_upward_test_data): Likewise.
8545 (llrint_test_upward): Likewise.
8546 (rint_test_data): Merge in per-rounding-mode tests and results
8547 from rint_tonearest_test_data, rint_towardzero_test_data,
8548 rint_downward_test_data and rint_upward_test_data. Add
8549 per-rounding-mode results for tests not in those arrays.
8550 (rint_test): Use ALL_RM_TEST.
8551 (rint_tonearest_test_data): Remove.
8552 (rint_test_tonearest): Likewise.
8553 (rint_towardzero_test_data): Likewise.
8554 (rint_test_towardzero): Likewise.
8555 (rint_downward_test_data): Likewise.
8556 (rint_test_downward): Likewise.
8557 (rint_upward_test_data): Likewise.
8558 (rint_test_upward): Likewise.
8559 (main): Don't call removed functions.
8560
5006148e
RM
85612014-03-14 Roland McGrath <roland@hack.frob.com>
8562
8563 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8564 "Compiled on ..." crapola. It is anti-useful.
8565
d6fe5e58
JM
85662014-03-14 Joseph Myers <joseph@codesourcery.com>
8567
8568 * scripts/evaluate-test.sh: Handle fourth argument to determine
8569 whether test run should stop on failure.
8570 * Makeconfig (stop-on-test-failure): New variable.
8571 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8572 $(stop-on-test-failure).
8573 * Makefile (tests): Give a summary of results from testing and
8574 exit with failure status if they include an ERROR or FAIL.
8575 (xtests): Likewise.
8576 * manual/install.texi (Configuring and compiling): Mention
8577 stop-on-test-failure=y.
8578 * INSTALL: Regenerated.
8579
498a2233
RM
85802014-03-14 Roland McGrath <roland@hack.frob.com>
8581
22dbc19d
RM
8582 * scripts/versionlist.awk: New file.
8583 * Makerules [$(build-shared) = yes]
8584 (postclean-generated): Add Versions.def, not Versions.def.v and
8585 Versions.def.v.i.
8586 ($(common-objpfx)Versions.def.v.i): Target removed.
8587 ($(common-objpfx)Versions.def): New target.
8588 ($(common-objpfx)Versions.all): Depend on that rather that
8589 $(common-objpfx)Versions.def.v.
8590 * Versions.def: File removed.
8591
498a2233
RM
8592 * Makeconfig (+gccwarn): Add -Wundef.
8593 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8594 a dl-sysdep.h breaking its contract.
8595 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8596 * include/stackinfo.h: New file.
8597 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8598 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8599 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8600 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8601 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8602 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8603 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8604 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8605 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8606 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8607 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8608 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8609 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8610 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8611 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8612
c7de5025
AZ
86132014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8614
8615 [BZ #16707]
8616 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8617 implementation.
8618 * math/libm-test.inc (round_test_data): Add more tests.
8619
98fb27a3
AZ
8620 [BZ #16706]
8621 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8622 implementation.
8623 * math/libm-test.inc (nearbyint_test_data): Add more tests.
8624
374f7f61
AZ
8625 [BZ #16701]
8626 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8627 implementation.
8628 * math/libm-test.inc (ceil_test_data): Add more tests.
8629
4655c291
AZ
8630 * math/libm-test.inc (trunc_test_data): Add more tests related to
8631 BZ#16414.
8632
d7329d4b
RM
86332014-03-14 Roland McGrath <roland@hack.frob.com>
8634
8635 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8636 with #if rather than #ifdef.
8637 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8638
aa4de9ce
L
86392014-03-14 H.J. Lu <hongjiu.lu@intel.com>
8640
8641 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8642 first. Disable AVX-512 GCC support if assembler doesn't support
8643 it.
8644 * sysdeps/x86_64/configure: Regenerated.
8645
2e03fae7
CD
86462014-03-13 Carlos O'Donell <carlos@redhat.com>
8647
8648 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8649 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8650 (__old_pthread_attr_setstack): Likewise.
8651 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8652 [!_STACK_GROWS_DOWN]: Likewise.
8653
43ca83ec
MF
86542014-03-13 Mike Frysinger <vapier@gentoo.org>
8655
8656 * config.make.in (have-bash2): Delete.
8657 * configure.ac (libc_cv_have_bash2): Delete.
8658 * configure: Regenerate.
8659 * elf/Makefile (common-ldd-rewrite): Rename to ...
8660 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
8661 (sh-ldd-rewrite): Delete.
8662 (bash-ldd-rewrite): Delete.
8663 (have-bash2): Delete checks.
57f41c40
AS
8664 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8665 ldd-rewrite.
c66e48b4
MF
8666
8667 * config.make.in (have-ksh): Delete.
8668 (KSH): Delete.
8669 * configure.ac (libc_cv_have_ksh): Delete.
8670 * configure: Regenerate.
8671
b93834ef
MF
8672 * elf/Makefile: Delete $(have-ksh) check.
8673 ($(objpfx)sotruss): Change KSH to BASH.
8674 * elf/sotruss.ksh: Rename to ...
8675 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
8676 function style to match POSIX. Drop ksh vim mode setting.
8677
f3a4632a
MF
8678 * manual/time.texi (Specifying the Time Zone with TZ): Change
8679 Tuesday to Thursday.
8680
5896c8bd
MF
8681 * debug/tst-longjmp_chk2.c: Update header comment.
8682 (stackoverflow_handler): Add comment. Call assert on pass value.
8683
2d63a517
IZ
86842014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
8685
7e54fd04 8686 [BZ #16194]
2d63a517
IZ
8687 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8688 (HAVE_AVX512_ASM_SUPPORT): Likewise.
8689 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8690 (La_x86_64_vector): Add zmm.
8691 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8692 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8693 ($(objpfx)tst-audit10): New target.
8694 ($(objpfx)tst-audit10.out): Likewise.
8695 (tst-audit10-ENV): New.
8696 (AVX512-CFLAGS): Likewise.
8697 (CFLAGS-tst-audit10.c): Likewise.
8698 (CFLAGS-tst-auditmod10a.c): Likewise.
8699 (CFLAGS-tst-auditmod10b.c): Likewise.
8700 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8701 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8702 * sysdeps/x86_64/configure: Regenerated.
8703 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8704 AVX-512 zmm register support.
8705 (_dl_x86_64_save_sse): Likewise.
8706 (_dl_x86_64_restore_sse): Likewise.
8707 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8708 size vector registers.
8709 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8710 (ZMM_SIZE): Likewise.
8711 * sysdeps/x86_64/tst-audit10.c: New file.
8712 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8713 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8714
44c4e5d5
RM
87152014-03-13 Roland McGrath <roland@hack.frob.com>
8716
8717 * configure.ac (HAVE_EHDR_START): New check.
8718 * configure: Regenerated.
8719 * config.h.in (HAVE_EHDR_START): New #undef.
8720 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8721 assuming the lowest-addressed segment maps the start of the file.
8722
acd6e389
JM
87232014-03-13 Joseph Myers <joseph@codesourcery.com>
8724
8725 * INSTALL: Regenerated.
8726
6f918f36
WN
87272014-03-13 Will Newton <will.newton@linaro.org>
8728
8729 * manual/setjmp.texi (System V contexts): Improve
8730 clarity and grammar of documentation.
8731
798212a0
PP
87322014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
8733
8734 [BZ #16381]
798212a0 8735 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 8736 (tests-pie): Add tst-pie2.
798212a0
PP
8737 * elf/tst-pie2.c: New file.
8738 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8739 for ET_EXEC.
8740 * elf/rtld.c (map_doit): Load executable as lt_executable.
8741 (dl_main): Likewise.
8742
abe6d90c
JM
87432014-03-12 Joseph Myers <joseph@codesourcery.com>
8744
8745 [BZ #16642]
8746 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8747 (__ASSUME_PSELECT): Undefine.
8748
dd3946c6
AZ
87492014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8750
8751 [BZ #16689]
8752 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8753 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8754 static build.
8755 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8756 selector for static builds.
8757
c44496df
SP
87582014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
8759
8760 [BZ #16695]
8761 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8762 key in the buffer.
8763
27c7220a
AZ
87642014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8765
57f41c40
AS
8766 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8767 IFUNC selector for static builds.
27c7220a 8768
600fa361
JM
87692014-03-11 Joseph Myers <joseph@codesourcery.com>
8770
76c96cf7
JM
8771 * sysdeps/mips/math_private.h [__mips_hard_float]
8772 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8773 libc_feresetround_mips_ctx.
8774 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8775 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8776 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8777
600fa361
JM
8778 [BZ #16677]
8779 * math/s_nextafter.c (__nextafter): Do not return value from
8780 overflowing computation.
8781 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8782 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8783 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8784 Likewise.
8785 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8786 Likewise.
8787 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8788 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8789
d7706c32
RM
87902014-03-11 Roland McGrath <roland@hack.frob.com>
8791
8792 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8793 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8794 Move sfi_sp use from the load-multiple (that no longer sets sp) to
8795 the new mov targetting sp.
8796
4facea47
AZ
87972014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8798
8799 [BZ #16683]
8800 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8801 Define it for static builds as well.
8802 (NO_BZERO_IMPL): Likewise.
8803
e65caf1f
VR
88042014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8805
8806 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8807 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8808 multiarch strspn for PPC64.
8809 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8810 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8811 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8812 (__libc_ifunc_impl_list): Likewise.
8813 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8814 multiarch optimizations
8815 * string/strspn.c (strspn): Using macro to redefine symbol name.
8816
ba9cc071
AZ
88172014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8818 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8819
8820 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8821 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8822 multiarch strncat for PPC64.
8823 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8824 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8825 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8826 (__libc_ifunc_impl_list): Likewise.
8827 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8828 multiarch optimizations
8829
8b4ff974
SP
88302014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8831
8832 [BZ #16639]
8833 * nscd/nscd.service: Make service type forking.
8834
54b46a4b
AZ
88352014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8836
8837 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8838 sign in non default rounding modes.
8839 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8840
e9996ef7
JM
88412014-03-08 Joseph Myers <joseph@codesourcery.com>
8842
8843 * math/libm-test.inc (ALL_RM_TEST): New macro.
8844 (ceil_test): Use ALL_RM_TEST.
8845 (cimag_test): Likewise.
8846 (conj_test): Likewise.
8847 (copysign_test): Likewise.
8848 (cproj_test): Likewise.
8849 (creal_test): Likewise.
8850 (fabs_test): Likewise.
8851 (floor_test): Likewise.
8852 (fmax_test): Likewise.
8853 (fmin_test): Likewise.
8854 (fmod_test): Likewise.
8855 (fpclassify_test): Likewise.
8856 (frexp_test): Likewise.
8857 (ilogb_test): Likewise.
8858 (isfinite_test): Likewise.
8859 (finite_test): Likewise.
8860 (isgreater_test): Likewise.
8861 (isgreaterequal_test): Likewise.
8862 (isinf_test): Likewise.
8863 (isless_test): Likewise.
8864 (islessequal_test): Likewise.
8865 (islessgreater_test): Likewise.
8866 (isnan_test): Likewise.
8867 (isnormal_test): Likewise.
8868 (issignaling_test): Likewise.
8869 (isunordered_test): Likewise.
8870 (logb_test): Likewise.
8871 (logb_downward_test_data): Remove.
8872 (logb_test_downward): Likewise.
8873 (lround_test): Use ALL_RM_TEST.
8874 (llround_test): Likewise.
8875 (modf_test): Likewise.
8876 (nexttoward_test): Likewise.
8877 (remainder_test): Likewise.
8878 (drem_test): Likewise.
8879 (remainder_tonearest_test_data): Likewise.
8880 (remainder_test_tonearest): Likewise.
8881 (drem_test_tonearest): Likewise.
8882 (remainder_towardzero_test_data): Likewise.
8883 (remainder_test_towardzero): Likewise.
8884 (drem_test_towardzero): Likewise.
8885 (remainder_downward_test_data): Likewise.
8886 (remainder_test_downward): Likewise.
8887 (drem_test_downward): Likewise.
8888 (remainder_upward_test_data): Likewise.
8889 (remainder_test_upward): Likewise.
8890 (drem_test_upward): Likewise.
8891 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
8892 (round_test): Use ALL_RM_TEST.
8893 (signbit_test): Likewise.
8894 (trunc_test): Likewise.
8895 (significand_test): Likewise.
8896 (main): Don't call removed functions.
8897
bc61d27c
JM
88982014-03-07 Joseph Myers <joseph@codesourcery.com>
8899
5c780849
JM
8900 [BZ #16674]
8901 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8902 || __USE_XOPEN2K8].
8903 (ILL_ILLOPN): Likewise.
8904 (ILL_ILLADR): Likewise.
8905 (ILL_ILLTRP): Likewise.
8906 (ILL_PRVOPC): Likewise.
8907 (ILL_PRVREG): Likewise.
8908 (ILL_COPROC): Likewise.
8909 (ILL_BADSTK): Likewise.
8910 (FPE_INTDIV): Likewise.
8911 (FPE_INTOVF): Likewise.
8912 (FPE_FLTDIV): Likewise.
8913 (FPE_FLTOVF): Likewise.
8914 (FPE_FLTUND): Likewise.
8915 (FPE_FLTRES): Likewise.
8916 (FPE_FLTINV): Likewise.
8917 (FPE_FLTSUB): Likewise.
8918 (SEGV_MAPERR): Likewise.
8919 (SEGV_ACCERR): Likewise.
8920 (BUS_ADRALN): Likewise.
8921 (BUS_ADRERR): Likewise.
8922 (BUS_OBJERR): 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/alpha/bits/siginfo.h (ILL_ILLOPC):
8939 Likewise.
8940 (ILL_ILLOPN): Likewise.
8941 (ILL_ILLADR): Likewise.
8942 (ILL_ILLTRP): Likewise.
8943 (ILL_PRVOPC): Likewise.
8944 (ILL_PRVREG): Likewise.
8945 (ILL_COPROC): Likewise.
8946 (ILL_BADSTK): Likewise.
8947 (FPE_INTDIV): Likewise.
8948 (FPE_INTOVF): Likewise.
8949 (FPE_FLTDIV): Likewise.
8950 (FPE_FLTOVF): Likewise.
8951 (FPE_FLTUND): Likewise.
8952 (FPE_FLTRES): Likewise.
8953 (FPE_FLTINV): Likewise.
8954 (FPE_FLTSUB): Likewise.
8955 (SEGV_MAPERR): Likewise.
8956 (SEGV_ACCERR): Likewise.
8957 (BUS_ADRALN): Likewise.
8958 (BUS_ADRERR): Likewise.
8959 (BUS_OBJERR): Likewise.
8960 (BUS_MCEERR_AR): Likewise.
8961 (BUS_MCEERR_AO): Likewise.
8962 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8963 (TRAP_TRACE): Likewise.
8964 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8965 __USE_XOPEN2K8].
8966 (CLD_KILLED): Likewise.
8967 (CLD_DUMPED): Likewise.
8968 (CLD_TRAPPED): Likewise.
8969 (CLD_STOPPED): Likewise.
8970 (CLD_CONTINUED): Likewise.
8971 (POLL_IN): Likewise.
8972 (POLL_OUT): Likewise.
8973 (POLL_MSG): Likewise.
8974 (POLL_ERR): Likewise.
8975 (POLL_PRI): Likewise.
8976 (POLL_HUP): Likewise.
8977 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8978 (ILL_ILLOPN): Likewise.
8979 (ILL_ILLADR): Likewise.
8980 (ILL_ILLTRP): Likewise.
8981 (ILL_PRVOPC): Likewise.
8982 (ILL_PRVREG): Likewise.
8983 (ILL_COPROC): Likewise.
8984 (ILL_BADSTK): Likewise.
8985 (FPE_INTDIV): Likewise.
8986 (FPE_INTOVF): Likewise.
8987 (FPE_FLTDIV): Likewise.
8988 (FPE_FLTOVF): Likewise.
8989 (FPE_FLTUND): Likewise.
8990 (FPE_FLTRES): Likewise.
8991 (FPE_FLTINV): Likewise.
8992 (FPE_FLTSUB): Likewise.
8993 (SEGV_MAPERR): Likewise.
8994 (SEGV_ACCERR): Likewise.
8995 (BUS_ADRALN): Likewise.
8996 (BUS_ADRERR): Likewise.
8997 (BUS_OBJERR): Likewise.
8998 (BUS_MCEERR_AR): Likewise.
8999 (BUS_MCEERR_AO): Likewise.
9000 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9001 (TRAP_TRACE): Likewise.
9002 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9003 __USE_XOPEN2K8].
9004 (CLD_KILLED): Likewise.
9005 (CLD_DUMPED): Likewise.
9006 (CLD_TRAPPED): Likewise.
9007 (CLD_STOPPED): Likewise.
9008 (CLD_CONTINUED): Likewise.
9009 (POLL_IN): Likewise.
9010 (POLL_OUT): Likewise.
9011 (POLL_MSG): Likewise.
9012 (POLL_ERR): Likewise.
9013 (POLL_PRI): Likewise.
9014 (POLL_HUP): Likewise.
9015 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
9016 Likewise.
9017 (ILL_ILLOPN): Likewise.
9018 (ILL_ILLADR): Likewise.
9019 (ILL_ILLTRP): Likewise.
9020 (ILL_PRVOPC): Likewise.
9021 (ILL_PRVREG): Likewise.
9022 (ILL_COPROC): Likewise.
9023 (ILL_BADSTK): Likewise.
9024 (ILL_BADIADDR): Likewise.
9025 (ILL_BREAK): Likewise.
9026 (FPE_INTDIV): Likewise.
9027 (FPE_INTOVF): Likewise.
9028 (FPE_FLTDIV): Likewise.
9029 (FPE_FLTOVF): Likewise.
9030 (FPE_FLTUND): Likewise.
9031 (FPE_FLTRES): Likewise.
9032 (FPE_FLTINV): Likewise.
9033 (FPE_FLTSUB): Likewise.
9034 (FPE_DECOVF): Likewise.
9035 (FPE_DECDIV): Likewise.
9036 (FPE_DECERR): Likewise.
9037 (FPE_INVASC): Likewise.
9038 (FPE_INVDEC): Likewise.
9039 (SEGV_MAPERR): Likewise.
9040 (SEGV_ACCERR): Likewise.
9041 (SEGV_PSTKOVF): Likewise.
9042 (BUS_ADRALN): Likewise.
9043 (BUS_ADRERR): Likewise.
9044 (BUS_OBJERR): Likewise.
9045 (BUS_MCEERR_AR): Likewise.
9046 (BUS_MCEERR_AO): Likewise.
9047 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9048 (TRAP_TRACE): Likewise.
9049 (TRAP_BRANCH): Likewise.
9050 (TRAP_HWBKPT): Likewise.
9051 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9052 __USE_XOPEN2K8].
9053 (CLD_KILLED): Likewise.
9054 (CLD_DUMPED): Likewise.
9055 (CLD_TRAPPED): Likewise.
9056 (CLD_STOPPED): Likewise.
9057 (CLD_CONTINUED): Likewise.
9058 (POLL_IN): Likewise.
9059 (POLL_OUT): Likewise.
9060 (POLL_MSG): Likewise.
9061 (POLL_ERR): Likewise.
9062 (POLL_PRI): Likewise.
9063 (POLL_HUP): Likewise.
9064 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
9065 (ILL_ILLOPN): Likewise.
9066 (ILL_ILLADR): Likewise.
9067 (ILL_ILLTRP): Likewise.
9068 (ILL_PRVOPC): Likewise.
9069 (ILL_PRVREG): Likewise.
9070 (ILL_COPROC): Likewise.
9071 (ILL_BADSTK): Likewise.
9072 (FPE_INTDIV): Likewise.
9073 (FPE_INTOVF): Likewise.
9074 (FPE_FLTDIV): Likewise.
9075 (FPE_FLTOVF): Likewise.
9076 (FPE_FLTUND): Likewise.
9077 (FPE_FLTRES): Likewise.
9078 (FPE_FLTINV): Likewise.
9079 (FPE_FLTSUB): Likewise.
9080 (SEGV_MAPERR): Likewise.
9081 (SEGV_ACCERR): Likewise.
9082 (BUS_ADRALN): Likewise.
9083 (BUS_ADRERR): Likewise.
9084 (BUS_OBJERR): Likewise.
9085 (BUS_MCEERR_AR): Likewise.
9086 (BUS_MCEERR_AO): Likewise.
9087 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9088 (TRAP_TRACE): Likewise.
9089 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9090 __USE_XOPEN2K8].
9091 (CLD_KILLED): Likewise.
9092 (CLD_DUMPED): Likewise.
9093 (CLD_TRAPPED): Likewise.
9094 (CLD_STOPPED): Likewise.
9095 (CLD_CONTINUED): Likewise.
9096 (POLL_IN): Likewise.
9097 (POLL_OUT): Likewise.
9098 (POLL_MSG): Likewise.
9099 (POLL_ERR): Likewise.
9100 (POLL_PRI): Likewise.
9101 (POLL_HUP): Likewise.
9102 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
9103 (ILL_ILLOPN): Likewise.
9104 (ILL_ILLADR): Likewise.
9105 (ILL_ILLTRP): Likewise.
9106 (ILL_PRVOPC): Likewise.
9107 (ILL_PRVREG): Likewise.
9108 (ILL_COPROC): Likewise.
9109 (ILL_BADSTK): Likewise.
9110 (FPE_INTDIV): Likewise.
9111 (FPE_INTOVF): Likewise.
9112 (FPE_FLTDIV): Likewise.
9113 (FPE_FLTOVF): Likewise.
9114 (FPE_FLTUND): Likewise.
9115 (FPE_FLTRES): Likewise.
9116 (FPE_FLTINV): Likewise.
9117 (FPE_FLTSUB): Likewise.
9118 (SEGV_MAPERR): Likewise.
9119 (SEGV_ACCERR): Likewise.
9120 (BUS_ADRALN): Likewise.
9121 (BUS_ADRERR): Likewise.
9122 (BUS_OBJERR): Likewise.
9123 (BUS_MCEERR_AR): Likewise.
9124 (BUS_MCEERR_AO): Likewise.
9125 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9126 (TRAP_TRACE): Likewise.
9127 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9128 __USE_XOPEN2K8].
9129 (CLD_KILLED): Likewise.
9130 (CLD_DUMPED): Likewise.
9131 (CLD_TRAPPED): Likewise.
9132 (CLD_STOPPED): Likewise.
9133 (CLD_CONTINUED): Likewise.
9134 (POLL_IN): Likewise.
9135 (POLL_OUT): Likewise.
9136 (POLL_MSG): Likewise.
9137 (POLL_ERR): Likewise.
9138 (POLL_PRI): Likewise.
9139 (POLL_HUP): Likewise.
9140 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
9141 (ILL_ILLOPN): Likewise.
9142 (ILL_ILLADR): Likewise.
9143 (ILL_ILLTRP): Likewise.
9144 (ILL_PRVOPC): Likewise.
9145 (ILL_PRVREG): Likewise.
9146 (ILL_COPROC): Likewise.
9147 (ILL_BADSTK): Likewise.
9148 (FPE_INTDIV): Likewise.
9149 (FPE_INTOVF): Likewise.
9150 (FPE_FLTDIV): Likewise.
9151 (FPE_FLTOVF): Likewise.
9152 (FPE_FLTUND): Likewise.
9153 (FPE_FLTRES): Likewise.
9154 (FPE_FLTINV): Likewise.
9155 (FPE_FLTSUB): Likewise.
9156 (SEGV_MAPERR): Likewise.
9157 (SEGV_ACCERR): Likewise.
9158 (BUS_ADRALN): Likewise.
9159 (BUS_ADRERR): Likewise.
9160 (BUS_OBJERR): Likewise.
9161 (BUS_MCEERR_AR): Likewise.
9162 (BUS_MCEERR_AO): Likewise.
9163 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9164 (TRAP_TRACE): Likewise.
9165 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9166 __USE_XOPEN2K8].
9167 (CLD_KILLED): Likewise.
9168 (CLD_DUMPED): Likewise.
9169 (CLD_TRAPPED): Likewise.
9170 (CLD_STOPPED): Likewise.
9171 (CLD_CONTINUED): Likewise.
9172 (POLL_IN): Likewise.
9173 (POLL_OUT): Likewise.
9174 (POLL_MSG): Likewise.
9175 (POLL_ERR): Likewise.
9176 (POLL_PRI): Likewise.
9177 (POLL_HUP): Likewise.
9178 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
9179 (ILL_ILLOPN): Likewise.
9180 (ILL_ILLADR): Likewise.
9181 (ILL_ILLTRP): Likewise.
9182 (ILL_PRVOPC): Likewise.
9183 (ILL_PRVREG): Likewise.
9184 (ILL_COPROC): Likewise.
9185 (ILL_BADSTK): Likewise.
9186 (ILL_DBLFLT): Likewise.
9187 (ILL_HARDWALL): Likewise.
9188 (FPE_INTDIV): Likewise.
9189 (FPE_INTOVF): Likewise.
9190 (FPE_FLTDIV): Likewise.
9191 (FPE_FLTOVF): Likewise.
9192 (FPE_FLTUND): Likewise.
9193 (FPE_FLTRES): Likewise.
9194 (FPE_FLTINV): Likewise.
9195 (FPE_FLTSUB): Likewise.
9196 (SEGV_MAPERR): Likewise.
9197 (SEGV_ACCERR): Likewise.
9198 (BUS_ADRALN): Likewise.
9199 (BUS_ADRERR): Likewise.
9200 (BUS_OBJERR): Likewise.
9201 (BUS_MCEERR_AR): Likewise.
9202 (BUS_MCEERR_AO): Likewise.
9203 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9204 (TRAP_TRACE): Likewise.
9205 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9206 __USE_XOPEN2K8].
9207 (CLD_KILLED): Likewise.
9208 (CLD_DUMPED): Likewise.
9209 (CLD_TRAPPED): Likewise.
9210 (CLD_STOPPED): Likewise.
9211 (CLD_CONTINUED): Likewise.
9212 (POLL_IN): Likewise.
9213 (POLL_OUT): Likewise.
9214 (POLL_MSG): Likewise.
9215 (POLL_ERR): Likewise.
9216 (POLL_PRI): Likewise.
9217 (POLL_HUP): Likewise.
9218 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
9219 (ILL_ILLOPN): Likewise.
9220 (ILL_ILLADR): Likewise.
9221 (ILL_ILLTRP): Likewise.
9222 (ILL_PRVOPC): Likewise.
9223 (ILL_PRVREG): Likewise.
9224 (ILL_COPROC): Likewise.
9225 (ILL_BADSTK): Likewise.
9226 (FPE_INTDIV): Likewise.
9227 (FPE_INTOVF): Likewise.
9228 (FPE_FLTDIV): Likewise.
9229 (FPE_FLTOVF): Likewise.
9230 (FPE_FLTUND): Likewise.
9231 (FPE_FLTRES): Likewise.
9232 (FPE_FLTINV): Likewise.
9233 (FPE_FLTSUB): Likewise.
9234 (SEGV_MAPERR): Likewise.
9235 (SEGV_ACCERR): Likewise.
9236 (BUS_ADRALN): Likewise.
9237 (BUS_ADRERR): Likewise.
9238 (BUS_OBJERR): Likewise.
9239 (BUS_MCEERR_AR): Likewise.
9240 (BUS_MCEERR_AO): Likewise.
9241 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9242 (TRAP_TRACE): Likewise.
9243 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9244 __USE_XOPEN2K8].
9245 (CLD_KILLED): Likewise.
9246 (CLD_DUMPED): Likewise.
9247 (CLD_TRAPPED): Likewise.
9248 (CLD_STOPPED): Likewise.
9249 (CLD_CONTINUED): Likewise.
9250 (POLL_IN): Likewise.
9251 (POLL_OUT): Likewise.
9252 (POLL_MSG): Likewise.
9253 (POLL_ERR): Likewise.
9254 (POLL_PRI): Likewise.
9255 (POLL_HUP): Likewise.
9256 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
9257 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9258
bc61d27c
JM
9259 [BZ #16670]
9260 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
9261 before #include of <time.h>.
9262 [!__USE_XOPEN2K] (__need_timespec): Likewise.
9263 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
9264 (test-xfail-UNIX98/sched.h/conform): Likewise.
9265
302949e2
MS
92662014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9267
9268 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
9269 error absence of trapping exception support.
9270 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
9271
a00f522a
JM
92722014-03-07 Joseph Myers <joseph@codesourcery.com>
9273
6f99f280
JM
9274 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
9275 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
9276 * timezone/Makefile (testdata): Move definition above include of
9277 Rules.
9278 (test-zones): New variable.
9279 (tests-special): Add zone files.
9280 (build-testdata): Use $(evaluate-test).
9281
0b20a9e8
JM
9282 * elf/Makefile (tests-special): Rename tests to end with .out.
9283 ($(objpfx)noload-mem): Likewise.
9284 ($(objpfx)tst-leaks1-mem): Likewise.
9285 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
9286 * iconv/Makefile (xtests-special): Change test-iconvconfig to
9287 $(objpfx)test-iconvconfig.out.
9288 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
9289 set -e inside subshell and redirect output to file.
9290 * iconvdata/Makefile (generated): Rename tests to end with .out.
9291 Correct type.
9292 (tests-special): Rename tests to end with .out.
9293 ($(objpfx)mtrace-tst-loading): Likewise.
9294 * intl/Makefile (generated): Likewise.
9295 (tests-special): Likewise.
9296 ($(objpfx)mtrace-tst-gettext): Likewise.
9297 * misc/Makefile (generated): Likewise.
9298 (tests-special): Likewise.
9299 ($(objpfx)tst-error1-mem): Likewise.
9300 * nptl/Makefile (tests-special): Likewise.
9301 ($(objpfx)tst-stack3-mem): Likewise.
9302 (generated): Likewise.
9303 * posix/Makefile (generated): Likewise.
9304 (tests-special): Likewise.
9305 (xtests-special): Likewise.
9306 ($(objpfx)tst-fnmatch-mem): Likewise.
9307 ($(objpfx)bug-regex2-mem): Likewise.
9308 ($(objpfx)bug-regex14-mem): Likewise.
9309 ($(objpfx)bug-regex21-mem): Likewise.
9310 ($(objpfx)bug-regex31-mem): Likewise.
9311 ($(objpfx)tst-vfork3-mem): Likewise.
9312 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9313 ($(objpfx)tst-pcre-mem): Likewise.
9314 ($(objpfx)tst-boost-mem): Likewise.
9315 ($(objpfx)bug-ga2-mem): Likewise.
9316 ($(objpfx)bug-glob2-mem): Likewise.
9317 * resolv/Makefile (generate): Likewise.
9318 (tests-special): Likewise.
9319 (xtests-special): Likewise.
9320 (generated): Likewise.
9321 ($(objpfx)mtrace-tst-leaks): Likewise.
9322 ($(objpfx)mtrace-tst-leaks2): Likewise.
9323
265d52ab
JM
9324 * scripts/merge-test-results.sh: New file.
9325 * Makefile (tests-special-notdir): New variable.
9326 (tests): Run merge-test-results.sh.
9327 (xtests): Likewise.
9328 * Rules (tests-special-notdir): New variable.
9329 (xtests-special-notdir): Likewise.
9330 (tests): Run merge-test-results.sh
9331 (xtests): Likewise.
9332
54ee292d
JM
9333 * Makeconfig (test-xfail-name): New variable.
9334 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
9335 compute variable name for expected failures.
9336 * conform/Makefile (conformtest-headers-data): New variable.
9337 (conformtest-standards): Likewise.
9338 (conformtest-headers-ISO): Likewise.
9339 (conformtest-headers-ISO99): Likewise.
9340 (conformtest-headers-ISO11): Likewise.
9341 (conformtest-headers-POSIX): Likewise.
9342 (conformtest-headers-XPG3): Likewise.
9343 (conformtest-headers-XPG4): Likewise.
9344 (conformtest-headers-UNIX98): Likewise.
9345 (conformtest-headers-XOPEN2K): Likewise.
9346 (conformtest-headers-POSIX2008): Likewise.
9347 (conformtest-headers-XOPEN2K8): Likewise.
9348 (conformtest-header-list-base): Likewise.
9349 (conformtest-header-list-tests): Likewise.
9350 (conformtest-header-base): Likewise.
9351 (conformtest-header-tests): Likewise.
9352 (tests-special): Add $(conformtest-header-list-tests). If
9353 [$(fast-check) && !$(cross-compiling)], add
9354 $(conformtest-header-tests) instead of
9355 $(objpfx)run-conformtest.out.
9356 (generated): Add $(conformtest-header-list-base). If
9357 [$(fast-check) && !$(cross-compiling)], add
9358 $(conformtest-header-base). Remove previous setting.
9359 ($(conformtest-header-list-tests)): New target.
9360 (test-xfail-run-conformtest): Remove variable.
9361 ($(objpfx)run-conformtest.out): Remove target.
9362 (test-xfail-ISO11/complex.h/conform): New variable.
9363 (test-xfail-ISO11/stdalign.h/conform): Likewise.
9364 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
9365 (test-xfail-XPG3/varargs.h/conform): Likewise.
9366 (test-xfail-XPG4/varargs.h/conform): Likewise.
9367 (test-xfail-UNIX98/varargs.h/conform): Likewise.
9368 (test-xfail-XPG4/ndbm.h/conform): Likewise.
9369 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
9370 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
9371 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
9372 (test-xfail-XPG3/fcntl.h/conform): Likewise.
9373 (test-xfail-XPG3/ftw.h/conform): Likewise.
9374 (test-xfail-XPG3/grp.h/conform): Likewise.
9375 (test-xfail-XPG3/langinfo.h/conform): Likewise.
9376 (test-xfail-XPG3/limits.h/conform): Likewise.
9377 (test-xfail-XPG3/pwd.h/conform): Likewise.
9378 (test-xfail-XPG3/search.h/conform): Likewise.
9379 (test-xfail-XPG3/signal.h/conform): Likewise.
9380 (test-xfail-XPG3/stdio.h/conform): Likewise.
9381 (test-xfail-XPG3/stdlib.h/conform): Likewise.
9382 (test-xfail-XPG3/string.h/conform): Likewise.
9383 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
9384 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
9385 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
9386 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
9387 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
9388 (test-xfail-XPG3/sys/types.h/conform): Likewise.
9389 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
9390 (test-xfail-XPG3/termios.h/conform): Likewise.
9391 (test-xfail-XPG3/time.h/conform): Likewise.
9392 (test-xfail-XPG3/unistd.h/conform): Likewise.
9393 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
9394 (test-xfail-XPG4/fcntl.h/conform): Likewise.
9395 (test-xfail-XPG4/langinfo.h/conform): Likewise.
9396 (test-xfail-XPG4/netdb.h/conform): Likewise.
9397 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
9398 (test-xfail-XPG4/signal.h/conform): Likewise.
9399 (test-xfail-XPG4/stdio.h/conform): Likewise.
9400 (test-xfail-XPG4/stdlib.h/conform): Likewise.
9401 (test-xfail-XPG4/stropts.h/conform): Likewise.
9402 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
9403 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
9404 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
9405 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
9406 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
9407 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
9408 (test-xfail-XPG4/sys/time.h/conform): Likewise.
9409 (test-xfail-XPG4/sys/types.h/conform): Likewise.
9410 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
9411 (test-xfail-XPG4/termios.h/conform): Likewise.
9412 (test-xfail-XPG4/ucontext.h/conform): Likewise.
9413 (test-xfail-XPG4/unistd.h/conform): Likewise.
9414 (test-xfail-XPG4/utmpx.h/conform): Likewise.
9415 (test-xfail-POSIX/sched.h/conform): Likewise.
9416 (test-xfail-POSIX/signal.h/conform): Likewise.
9417 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
9418 (test-xfail-POSIX/tar.h/conform): Likewise.
9419 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
9420 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
9421 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
9422 (test-xfail-UNIX98/netdb.h/conform): Likewise.
9423 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
9424 (test-xfail-UNIX98/sched.h/conform): Likewise.
9425 (test-xfail-UNIX98/signal.h/conform): Likewise.
9426 (test-xfail-UNIX98/stdio.h/conform): Likewise.
9427 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
9428 (test-xfail-UNIX98/stropts.h/conform): Likewise.
9429 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
9430 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
9431 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9432 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9433 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9434 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9435 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9436 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9437 (test-xfail-UNIX98/unistd.h/conform): Likewise.
9438 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9439 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9440 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9441 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9442 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9443 (test-xfail-XOPEN2K/math.h/conform): Likewise.
9444 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9445 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9446 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9447 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9448 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9449 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9450 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9451 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9452 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9453 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9454 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9455 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9456 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9457 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9458 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9459 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9460 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9461 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9462 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9463 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9464 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9465 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9466 (test-xfail-POSIX2008/signal.h/conform): Likewise.
9467 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9468 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9469 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9470 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9471 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9472 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9473 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9474 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9475 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9476 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9477 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9478 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9479 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9480 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9481 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9482 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9483 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9484 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9485 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9486 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9487 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9488 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9489 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9490 (conformtest-cc-flags): Likewise.
9491 ($(conformtest-header-tests): New target.
9492 * conform/check-header-lists.sh: New file.
9493 * conform/run-conformtest.sh: Remove.
9494
a00f522a
JM
9495 * conform/conformtest.pl: Allow ' and \ in values given for
9496 constants.
9497 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9498 inclusion.
9499 [POSIX] (sys/types.h): Likewise.
9500 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9501 inclusion.
9502 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9503 inclusion.
9504 * conform/data/signal.h-data (SIGIO): Remove expectation.
9505 [XPG3] (SIGBUS): Do not expect.
9506 [POSIX || XPG3] (SIGPOLL): Likewise.
9507 [POSIX || XPG3] (SIGPROF): Likewise.
9508 [POSIX || XPG3] (SIGSYS): Likewise.
9509 [XPG3] (SIGTRAP): Likewise.
9510 [POSIX || XPG3] (SIGURG): Likewise.
9511 [POSIX || XPG3] (SIGVTALRM): Likewise.
9512 [POSIX || XPG3] (SIGXCPU): Likewise.
9513 [POSIX || XPG3] (SIGXFSZ): Likewise.
9514 [POSIX] (SA_SIGINFO): Expect.
9515 [XPG3] (siginfo_t): Do not expect type or contents.
9516 [POSIX] (si_pid): Do not expect element.
9517 [POSIX] (si_uid): Likewise.
9518 [POSIX] (si_addr): Likewise.
9519 [POSIX] (si_status): Likewise.
9520 [POSIX] (si_band): Likewise.
9521 [XPG4] (si_value): Likewise.
9522 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9523 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9524 [POSIX || XPG3] (ILL_ILLADR): Likewise.
9525 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9526 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9527 [POSIX || XPG3] (ILL_PRVREG): Likewise.
9528 [POSIX || XPG3] (ILL_COPROC): Likewise.
9529 [POSIX || XPG3] (ILL_BADSTK): Likewise.
9530 [POSIX || XPG3] (FPE_INTDIV): Likewise.
9531 [POSIX || XPG3] (FPE_INTOVF): Likewise.
9532 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9533 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9534 [POSIX || XPG3] (FPE_FLTUND): Likewise.
9535 [POSIX || XPG3] (FPE_FLTRES): Likewise.
9536 [POSIX || XPG3] (FPE_FLTINV): Likewise.
9537 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9538 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9539 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9540 [POSIX || XPG3] (BUS_ADRALN): Likewise.
9541 [POSIX || XPG3] (BUS_ADRERR): Likewise.
9542 [POSIX || XPG3] (BUS_OBJERR): Likewise.
9543 [POSIX || XPG3] (CLD_EXITED): Likewise.
9544 [POSIX || XPG3] (CLD_KILLED): Likewise.
9545 [POSIX || XPG3] (CLD_DUMPED): Likewise.
9546 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9547 [POSIX || XPG3] (CLD_STOPPED): Likewise.
9548 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9549 [POSIX || XPG3] (POLL_IN): Likewise.
9550 [POSIX || XPG3] (POLL_OUT): Likewise.
9551 [POSIX || XPG3] (POLL_MSG): Likewise.
9552 [POSIX || XPG3] (POLL_ERR): Likewise.
9553 [POSIX || XPG3] (POLL_PRI): Likewise.
9554 [POSIX || XPG3] (POLL_HUP): Likewise.
9555 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9556 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9557 (SIG*): Do not allow.
9558 [XPG3] (si_*): Likewise.
9559 [XPG3] (SI_*): Likewise.
9560 [XPG3 || XPG4] (sigev_*): Likewise.
9561 [XPG3 || XPG4] (SIGEV_*): Likewise.
9562 [XPG3 || XPG4] (sival_*): Likewise.
9563 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9564 [POSIX || XPG3] (BUS_*): Likewise.
9565 [POSIX || XPG3] (CLD_*): Likewise.
9566 [POSIX || XPG3] (FPE_*): Likewise.
9567 [POSIX || XPG3] (ILL_*): Likewise.
9568 [POSIX || XPG3] (POLL_*): Likewise.
9569 [POSIX || XPG3] (SEGV_*): Likewise.
9570 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9571 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9572 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9573 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9574 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9575 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9576 Specify type and value.
9577 (TVERSLEN): Likewise.
9578 (REGTYPE): Likewise.
9579 (AREGTYPE): Likewise.
9580 (LNKTYPE): Likewise.
9581 (SYMTYPE): Likewise.
9582 (CHRTYPE): Likewise.
9583 (BLKTYPE): Likewise.
9584 (DIRTYPE): Likewise.
9585 (FIFOTYPE): Likewise.
9586 (CONTTYPE): Likewise.
9587 (TSUID): Likewise.
9588 (TSGID): Likewise.
9589 (TSVTX): Likewise.
9590 (TUREAD): Likewise.
9591 (TUWRITE): Likewise.
9592 (TUEXEC): Likewise.
9593 (TGREAD): Likewise.
9594 (TGWRITE): Likewise.
9595 (TGEXEC): Likewise.
9596 (TOREAD): Likewise.
9597 (TOWRITE): Likewise.
9598 (TOEXEC): Likewise.
9599 [POSIX] (TSVTX): Expect constant.
9600
aa97dee1
JM
96012014-03-06 Joseph Myers <joseph@codesourcery.com>
9602
f214606a
JM
9603 * Makefile (tests): Change dependencies to ....
9604 (tests-special): ... additions to this variable.
9605 (tests): Depend on $(tests-special).
9606 * Makerules (check-abi-list): New variable.
9607 (check-abi): Depend on $(check-abi-list).
9608 [$(subdir) = elf] (tests-special): Add
9609 $(objpfx)check-abi-libc.out.
9610 [$(build-shared) = yes && subdir] (tests-special): Add
9611 $(check-abi-list).
9612 [$(build-shared) = yes && subdir] (tests): Do not depend on
9613 check-abi.
9614 * Rules (tests): Depend on $(tests-special).
9615 (xtests): Depend on $(xtests-special).
9616 * catgets/Makefile (tests): Change dependencies to ....
9617 (tests-special): ... additions to this variable.
9618 * conform/Makefile (tests): Change dependencies to ....
9619 (tests-special): ... additions to this variable.
9620 * elf/Makefile (tests): Change dependencies to ....
9621 (tests-special): ... additions to this variable.
9622 * grp/Makefile (tests): Change dependencies to ....
9623 (tests-special): ... additions to this variable.
9624 * iconv/Makefile (xtests): Change dependencies to ....
9625 (xtests-special): ... additions to this variable.
9626 * iconvdata/Makefile (tests): Change dependencies to ....
9627 (tests-special): ... additions to this variable.
9628 * intl/Makefile (tests): Change dependencies to ....
9629 (tests-special): ... additions to this variable. Also add
9630 $(objpfx)tst-gettext.out.
9631 * io/Makefile (tests): Change dependencies to ....
9632 (tests-special): ... additions to this variable.
9633 * libio/Makefile (tests): Change dependencies to ....
9634 (tests-special): ... additions to this variable.
9635 * malloc/Makefile (tests): Change dependencies to ....
9636 (tests-special): ... additions to this variable.
9637 * misc/Makefile (tests): Change dependencies to ....
9638 (tests-special): ... additions to this variable.
9639 * nptl/Makefile (tests): Change dependencies to ....
9640 (tests-special): ... additions to this variable.
9641 * nptl_db/Makefile (tests): Change dependencies to ....
9642 (tests-special): ... additions to this variable.
9643 * posix/Makefile (tests): Change dependencies to ....
9644 (tests-special): ... additions to this variable.
9645 (xtests): Change dependencies to ....
9646 (xtests-special): ... additions to this variable.
9647 * resolv/Makefile (tests): Change dependencies to ....
9648 (tests-special): ... additions to this variable.
9649 (xtests): Change dependencies to ....
9650 (xtests-special): ... additions to this variable.
9651 * stdio-common/Makefile (tests): Change dependencies to ....
9652 (tests-special): ... additions to this variable.
9653 (do-tst-unbputc): Remove target.
9654 (do-tst-printf): Likewise.
9655 * stdlib/Makefile (tests): Change dependencies to ....
9656 (tests-special): ... additions to this variable.
9657 * string/Makefile (tests): Change dependencies to ....
9658 (tests-special): ... additions to this variable.
9659 * sysdeps/x86/Makefile (tests): Change dependencies to ....
9660 (tests-special): ... additions to this variable.
9661
81700b53
JM
9662 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9663 whole file.
9664 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9665 whole file.
9666 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9667 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9668
2ea18461
JM
9669 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9670 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9671 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9672 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9673 * conform/data/libgen.h-data [XPG3]: Likewise.
9674 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9675 * conform/data/ndbm.h-data [XPG3]: Likewise.
9676 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9677 * conform/data/netdb.h-data [XPG3]: Likewise.
9678 * conform/data/netinet/in.h-data [XPG3]: Likewise.
9679 * conform/data/poll.h-data [XPG3]: Likewise.
9680 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9681 * conform/data/strings.h-data [XPG3]: Likewise.
9682 * conform/data/stropts.h-data [XPG3]: Likewise.
9683 * conform/data/sys/mman.h-data [XPG3]: Likewise.
9684 * conform/data/sys/resource.h-data [XPG3]: Likewise.
9685 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9686 Likewise.
9687 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9688 * conform/data/sys/time.h-data [XPG3]: Likewise.
9689 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9690 * conform/data/sys/uio.h-data [XPG3]: Likewise.
9691 * conform/data/sys/un.h-data [XPG3]: Likewise.
9692 * conform/data/syslog.h-data [XPG3]: Likewise.
9693 * conform/data/ucontext.h-data [XPG3]: Likewise.
9694 * conform/data/utmpx.h-data [XPG3]: Likewise.
9695 * conform/data/varargs.h-data [UNIX98]: Enable file.
9696
355bc986
JM
9697 * manual/Makefile (INSTALL_INFO): Remove variable setting.
9698
215db402
JM
9699 * math/libm-test.inc (struct test_f_f_data): Move expected results
9700 into structure for each rounding mode.
9701 (struct test_ff_f_data): Likewise.
9702 (struct test_ff_f_data_nexttoward): Likewise.
9703 (struct test_fi_f_data): Likewise.
9704 (struct test_fl_f_data): Likewise.
9705 (struct test_if_f_data): Likewise.
9706 (struct test_fff_f_data): Likewise.
9707 (struct test_c_f_data): Likewise.
9708 (struct test_f_f1_data): Likewise.
9709 (struct test_fF_f1_data): Likewise.
9710 (struct test_ffI_f1_data): Likewise.
9711 (struct test_c_c_data): Likewise.
9712 (struct test_cc_c_data): Likewise.
9713 (struct test_f_i_data): Likewise.
9714 (struct test_ff_i_data): Likewise.
9715 (struct test_f_l_data): Likewise.
9716 (struct test_f_L_data): Likewise.
9717 (struct test_fFF_11_data): Likewise.
9718 (RM_): New macro.
9719 (RM_FE_DOWNWARD): Likewise.
9720 (RM_FE_TONEAREST): Likewise.
9721 (RM_FE_TOWARDZERO): Likewise.
9722 (RM_FE_UPWARD): Likewise.
9723 (RUN_TEST_LOOP_f_f): Update references to expected results.
9724 (RUN_TEST_LOOP_2_f): Likewise.
9725 (RUN_TEST_LOOP_fff_f): Likewise.
9726 (RUN_TEST_LOOP_c_f): Likewise.
9727 (RUN_TEST_LOOP_f_f1): Likewise.
9728 (RUN_TEST_LOOP_fF_f1): Likewise.
9729 (RUN_TEST_LOOP_fI_f1): Likewise.
9730 (RUN_TEST_LOOP_ffI_f1): Likewise.
9731 (RUN_TEST_LOOP_c_c): Likewise.
9732 (RUN_TEST_LOOP_cc_c): Likewise.
9733 (RUN_TEST_LOOP_f_i): Likewise.
9734 (RUN_TEST_LOOP_f_i_tg): Likewise.
9735 (RUN_TEST_LOOP_ff_i_tg): Likewise.
9736 (RUN_TEST_LOOP_f_b): Likewise.
9737 (RUN_TEST_LOOP_f_b_tg): Likewise.
9738 (RUN_TEST_LOOP_f_l): Likewise.
9739 (RUN_TEST_LOOP_f_L): Likewise.
9740 (RUN_TEST_LOOP_fFF_11): Likewise.
9741 * math/gen-libm-test.pl (parse_args): Output four copies of
9742 expected results for each test.
9743
67737b8f
JM
9744 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9745 (__ASSUME_UTIMES): Remove.
9746 * sysdeps/unix/sysv/linux/tile/kernel-features.h
9747 (__ASSUME_UTIMES): Likewise.
9748
aa97dee1
JM
9749 * math/gen-auto-libm-tests.c: Update comment on output format.
9750 (output_for_one_input_case): Generate before-rounding and
9751 after-rounding information as conditions on output flags not
9752 floating-point format.
9753 * math/auto-libm-test-out: Regenerated.
9754 * math/gen-libm-test.pl (cond_value): New function.
9755 (or_cond_value): Use cond_value.
9756 (generate_testfile): Handle conditional exceptions.
9757
e6b6a857
JM
97582014-03-05 Joseph Myers <joseph@codesourcery.com>
9759
2f0a0f44
JM
9760 * math/libm-test.inc (max_valid_error): New variable.
9761 (init_max_error): Take new argument specifying whether function
9762 results are exactly determined. Set max_valid_error and bound
9763 other variables for errors based on this argument.
9764 (set_max_error): Do not record results above max_valid_error.
9765 (check_float_internal): Only accept errors of up to 0.5ulps if
9766 also at most max_valid_error.
9767 (START): Take new argument EXACT and pass it to init_max_error.
9768 (acos_test): Update call to START.
9769 (acos_test_tonearest): Likewise.
9770 (acos_test_towardzero): Likewise.
9771 (acos_test_downward): Likewise.
9772 (acos_test_upward): Likewise.
9773 (acosh_test): Likewise.
9774 (asin_test): Likewise.
9775 (asin_test_tonearest): Likewise.
9776 (asin_test_towardzero): Likewise.
9777 (asin_test_downward): Likewise.
9778 (asin_test_upward): Likewise.
9779 (asinh_test): Likewise.
9780 (atan_test): Likewise.
9781 (atanh_test): Likewise.
9782 (atan2_test): Likewise.
9783 (cabs_test): Likewise.
9784 (cacos_test): Likewise.
9785 (cacosh_test): Likewise.
9786 (carg_test): Likewise.
9787 (casin_test): Likewise.
9788 (casinh_test): Likewise.
9789 (catan_test): Likewise.
9790 (catanh_test): Likewise.
9791 (cbrt_test): Likewise.
9792 (ccos_test): Likewise.
9793 (ccosh_test): Likewise.
9794 (ceil_test): Likewise.
9795 (cexp_test): Likewise.
9796 (cimag_test): Likewise.
9797 (clog_test): Likewise.
9798 (clog10_test): Likewise.
9799 (conj_test): Likewise.
9800 (copysign_test): Likewise.
9801 (cos_test): Likewise.
9802 (cos_test_tonearest): Likewise.
9803 (cos_test_towardzero): Likewise.
9804 (cos_test_downward): Likewise.
9805 (cos_test_upward): Likewise.
9806 (cosh_test): Likewise.
9807 (cosh_test_tonearest): Likewise.
9808 (cosh_test_towardzero): Likewise.
9809 (cosh_test_downward): Likewise.
9810 (cosh_test_upward): Likewise.
9811 (cpow_test): Likewise.
9812 (cproj_test): Likewise.
9813 (creal_test): Likewise.
9814 (csin_test): Likewise.
9815 (csinh_test): Likewise.
9816 (csqrt_test): Likewise.
9817 (ctan_test): Likewise.
9818 (ctan_test_tonearest): Likewise.
9819 (ctan_test_towardzero): Likewise.
9820 (ctan_test_downward): Likewise.
9821 (ctan_test_upward): Likewise.
9822 (ctanh_test): Likewise.
9823 (ctanh_test_tonearest): Likewise.
9824 (ctanh_test_towardzero): Likewise.
9825 (ctanh_test_downward): Likewise.
9826 (ctanh_test_upward): Likewise.
9827 (erf_test): Likewise.
9828 (erfc_test): Likewise.
9829 (exp_test): Likewise.
9830 (exp_test_tonearest): Likewise.
9831 (exp_test_towardzero): Likewise.
9832 (exp_test_downward): Likewise.
9833 (exp_test_upward): Likewise.
9834 (exp10_test): Likewise.
9835 (exp10_test_tonearest): Likewise.
9836 (exp10_test_towardzero): Likewise.
9837 (exp10_test_downward): Likewise.
9838 (exp10_test_upward): Likewise.
9839 (pow10_test): Likewise.
9840 (exp2_test): Likewise.
9841 (expm1_test): Likewise.
9842 (expm1_test_tonearest): Likewise.
9843 (expm1_test_towardzero): Likewise.
9844 (expm1_test_downward): Likewise.
9845 (expm1_test_upward): Likewise.
9846 (fabs_test): Likewise.
9847 (fdim_test): Likewise.
9848 (floor_test): Likewise.
9849 (fma_test): Likewise.
9850 (fma_test_towardzero): Likewise.
9851 (fma_test_downward): Likewise.
9852 (fma_test_upward): Likewise.
9853 (fmax_test): Likewise.
9854 (fmin_test): Likewise.
9855 (fmod_test): Likewise.
9856 (fpclassify_test): Likewise.
9857 (frexp_test): Likewise.
9858 (hypot_test): Likewise.
9859 (ilogb_test): Likewise.
9860 (isfinite_test): Likewise.
9861 (finite_test): Likewise.
9862 (isgreater_test): Likewise.
9863 (isgreaterequal_test): Likewise.
9864 (isinf_test): Likewise.
9865 (isless_test): Likewise.
9866 (islessequal_test): Likewise.
9867 (islessgreater_test): Likewise.
9868 (isnan_test): Likewise.
9869 (isnormal_test): Likewise.
9870 (issignaling_test): Likewise.
9871 (isunordered_test): Likewise.
9872 (j0_test): Likewise.
9873 (j1_test): Likewise.
9874 (jn_test): Likewise.
9875 (ldexp_test): Likewise.
9876 (lgamma_test): Likewise.
9877 (gamma_test): Likewise.
9878 (lrint_test): Likewise.
9879 (lrint_test_tonearest): Likewise.
9880 (lrint_test_towardzero): Likewise.
9881 (lrint_test_downward): Likewise.
9882 (lrint_test_upward): Likewise.
9883 (llrint_test): Likewise.
9884 (llrint_test_tonearest): Likewise.
9885 (llrint_test_towardzero): Likewise.
9886 (llrint_test_downward): Likewise.
9887 (llrint_test_upward): Likewise.
9888 (log_test): Likewise.
9889 (log10_test): Likewise.
9890 (log1p_test): Likewise.
9891 (log2_test): Likewise.
9892 (logb_test): Likewise.
9893 (logb_test_downward): Likewise.
9894 (lround_test): Likewise.
9895 (llround_test): Likewise.
9896 (modf_test): Likewise.
9897 (nearbyint_test): Likewise.
9898 (nextafter_test): Likewise.
9899 (nexttoward_test): Likewise.
9900 (pow_test): Likewise.
9901 (pow_test_tonearest): Likewise.
9902 (pow_test_towardzero): Likewise.
9903 (pow_test_downward): Likewise.
9904 (pow_test_upward): Likewise.
9905 (remainder_test): Likewise.
9906 (drem_test): Likewise.
9907 (remainder_test_tonearest): Likewise.
9908 (drem_test_tonearest): Likewise.
9909 (remainder_test_towardzero): Likewise.
9910 (drem_test_towardzero): Likewise.
9911 (remainder_test_downward): Likewise.
9912 (drem_test_downward): Likewise.
9913 (remainder_test_upward): Likewise.
9914 (drem_test_upward): Likewise.
9915 (remquo_test): Likewise.
9916 (rint_test): Likewise.
9917 (rint_test_tonearest): Likewise.
9918 (rint_test_towardzero): Likewise.
9919 (rint_test_downward): Likewise.
9920 (rint_test_upward): Likewise.
9921 (round_test): Likewise.
9922 (scalb_test): Likewise.
9923 (scalbn_test): Likewise.
9924 (scalbln_test): Likewise.
9925 (signbit_test): Likewise.
9926 (sin_test): Likewise.
9927 (sin_test_tonearest): Likewise.
9928 (sin_test_towardzero): Likewise.
9929 (sin_test_downward): Likewise.
9930 (sin_test_upward): Likewise.
9931 (sincos_test): Likewise.
9932 (sinh_test): Likewise.
9933 (sinh_test_tonearest): Likewise.
9934 (sinh_test_towardzero): Likewise.
9935 (sinh_test_downward): Likewise.
9936 (sinh_test_upward): Likewise.
9937 (sqrt_test): Likewise.
9938 (sqrt_test_tonearest): Likewise.
9939 (sqrt_test_towardzero): Likewise.
9940 (sqrt_test_downward): Likewise.
9941 (sqrt_test_upward): Likewise.
9942 (tan_test): Likewise.
9943 (tan_test_tonearest): Likewise.
9944 (tan_test_towardzero): Likewise.
9945 (tan_test_downward): Likewise.
9946 (tan_test_upward): Likewise.
9947 (tanh_test): Likewise.
9948 (tgamma_test): Likewise.
9949 (trunc_test): Likewise.
9950 (y0_test): Likewise.
9951 (y1_test): Likewise.
9952 (yn_test): Likewise.
9953 (significand_test): Likewise.
9954
e6b6a857
JM
9955 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9956 individual tests in comment.
9957 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9958 (prev_max_error): New variable.
9959 (prev_real_max_error): Likewise.
9960 (prev_imag_max_error): Likewise.
9961 (compare_ulp_data): Don't refer to test names in comment.
9962 (find_test_ulps): Remove function.
9963 (find_function_ulps): Likewise.
9964 (find_complex_function_ulps): Likewise.
9965 (init_max_error): Take function name as argument. Look up ulps
9966 for that function.
9967 (print_ulps): Remove function.
9968 (print_max_error): Use prev_max_error instead of calling
9969 find_function_ulps.
9970 (print_complex_max_error): Use prev_real_max_error and
9971 prev_imag_max_error instead of calling find_complex_function_ulps.
9972 (check_float_internal): Take max_ulp parameter instead of calling
9973 find_test_ulps. Don't call print_ulps.
9974 (check_float): Update call to check_float_internal.
9975 (check_complex): Update calls to check_float_internal.
9976 (START): Pass argument to init_max_error.
9977 * math/gen-libm-test.pl (%results): Don't include "kind"
9978 information.
9979 (parse_ulps): Don't handle ulps of individual tests.
9980 (print_ulps_file): Likewise.
9981 (output_ulps): Likewise.
9982 * math/README.libm-test: Update.
9983 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9984 individual tests.
9985 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9986 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9987 * sysdeps/arm/libm-test-ulps: Likewise.
9988 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9989 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9990 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9991 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9992 * sysdeps/microblaze/libm-test-ulps: Likewise.
9993 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9994 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9995 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9996 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9997 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9998 * sysdeps/sh/libm-test-ulps: Likewise.
9999 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
10000 * sysdeps/tile/libm-test-ulps: Likewise.
10001 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10002
45adef3c
JM
100032014-03-04 Joseph Myers <joseph@codesourcery.com>
10004
10005 * math/libm-test.inc (print_complex_max_error): Check separately
10006 whether real and imaginary errors are within allowed range and
10007 pass 0 to print_complex_function_ulps instead of value within
10008 allowed range.
10009
000232b9
SP
100102014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
10011
d4b17258
SP
10012 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
10013 formatting.
10014 (get_handles_fopen): Likewise.
10015 (do_write_test): Likewise.
10016
091eff71
SP
10017 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
10018
fa3cd248
SP
10019 * libio/fileops.c (do_ftell): Use cached offset when
10020 available.
10021 * libio/iofwide.c (do_ftell_wide): Likewise.
10022 * libio/iofdopen.c (_IO_new_fdopen): Don't use
10023 _IO_file_attach.
10024 * libio/wfileops.c (_IO_fwide): Don't cache offset.
10025
000232b9
SP
10026 [BZ #16532]
10027 * libio/libioP.h (get_file_offset): New function.
10028 * libio/fileops.c (get_file_offset): Likewise.
10029 (do_ftell): Likewise.
10030 (_IO_new_file_seekoff): Split out ftell logic.
10031 * libio/wfileops.c (do_ftell_wide): Likewise.
10032 (_IO_wfile_seekoff): Split out ftell logic.
10033 * libio/tst-ftell-active-handler.c: New test case.
10034 * libio/Makefile (tests): Add it.
10035
116f4d1a
RM
100362014-03-03 Roland McGrath <roland@hack.frob.com>
10037
10038 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
10039 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
10040
532a6035
SP
100412014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
10042
10043 [BZ #16639]
10044 * nscd/connections.c (nscd_init): Call do_exit.
10045 (start_threads): Call do_exit and notify_parent.
10046 (begin_drop_privileges): Call do_exit.
10047 (finish_drop_privileges): Likewise.
10048 * nscd/selinux.c (preserve_capabilities): Likewise.
10049 (install_real_capabilities): Likewise.
10050 (nscd_selinux_enabled): Likewise.
10051 (avc_create_thread): Likewise.
10052 (avc_alloc_lock): Likewise.
10053 (nscd_avc_init): Likewise.
10054 * nscd/nscd.c (parent_fd): New static variable.
10055 (main): Create a pipe between parent and child processes.
10056 Skip closing parent_fd.
10057 (monitor_child): New function.
10058 (do_exit): Likewise.
10059 (notify_parent): Likewise.
10060 * nscd/nscd.h (notify_parent): Likewise.
10061 (do_exit): Likewise.
10062
d6285c9f
CD
100632014-03-03 Carlos O'Donell <carlos@redhat.com>
10064
10065 * malloc/malloc.c (__libc_calloc): Revert last change.
10066
2b85d2a0
AZ
100672014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10068
10069 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10070
c7debbdf
RS
100712014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10072
10073 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
10074 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
10075 implementation.
10076 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10077 (__libc_ifunc_impl_list): Likewise.
10078 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
10079 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
10080 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
10081 * string/strrchr.c: Define STRRCHR.
10082
235eed86
OB
100832014-02-28 Ondřej Bílka <neleai@seznam.cz>
10084
10085 * benchtest/bench-strtok.c (simple_strtok): Delete.
10086 (strtok_string): Use as benchmark.
10087 * string/strtok (STRTOK): New macro.
10088
8e25d1e7
CD
100892014-02-28 Carlos O'Donell <carlos@redhat.com>
10090
ef563f92
CD
10091 * manual/threads.texi: Add header and standard comments to all
10092 functions.
10093
8e25d1e7
CD
10094 * elf/dl-lookup.c (check_match): New function.
10095 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
10096 (do_lookup_x): Remove nested function check_match. Use non-nested
10097 function check_match.
10098
ff71cc37
RM
100992014-02-28 Roland McGrath <roland@hack.frob.com>
10100
f08e9a26
RM
10101 * csu/Makefile (generated, before-compile): Use += rather than =.
10102 * catgets/Makefile (generated, generated-dirs): Likewise.
10103 * debug/Makefile (generated): Likewise.
10104 * dlfcn/Makefile (generated): Likewise.
10105 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
10106 * iconvdata/Makefile (before-compile, generated): Likewise.
10107 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
10108 * libio/Makefile (generated): Likewise.
10109 * malloc/Makefile (generated): Likewise.
10110 * manual/Makefile (generated, generated-dirs): Likewise.
10111 * misc/Makefile (generated): Likewise.
10112 * posix/Makefile (generated): Likewise.
10113 * resolv/Makefile (generated): Likewise.
10114 * sunrpc/Makefile (generated, generated-dirs): Likewise.
10115 * timezone/Makefile (generated, generated-dirs): Likewise.
10116
ff71cc37
RM
10117 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
10118
fe13a20c
AZ
101192014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10120
57f41c40
AS
10121 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
10122 power8 implementation.
10123 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
10124 file: POWER8 llround ifunc implementation.
10125 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
10126 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
10127 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
10128 POWER8 llround implementation.
10129
57f41c40
AS
10130 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
10131 power8 implementation.
10132 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
10133 file: POWER8 llrint ifunc implementation.
10134 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
10135 Add POWER8 implementation.
1ad8950a
AZ
10136 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
10137 POWER8 llrint implementation.
10138
57f41c40
AS
10139 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
10140 power8 implementation.
10141 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
10142 file: POWER8 finite ifunc implementation.
10143 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
10144 Add POWER8 implementation.
cac626d6
AZ
10145 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
10146 Likewise.
10147 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
10148 POWER8 finite implementation.
10149 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
10150
57f41c40
AS
10151 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
10152 power8 implementation.
10153 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
10154 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
10155 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
10156 POWER8 implementation.
10157 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
10158 Likewise.
57f41c40
AS
10159 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
10160 isinf implementation.
4393fc11
AZ
10161 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
10162
57f41c40
AS
10163 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
10164 (INIT_ARCH): Add hwcap2 initialization.
10165 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
10166 power8 implementation.
10167 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
10168 file: POWER8 isnan ifunc implementation.
487972ae
AZ
10169 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
10170 POWER8 implementation.
10171 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
10172 Likewise.
57f41c40
AS
10173 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
10174 isnan implementation.
487972ae
AZ
10175 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
10176
7d92b787
JY
101772014-02-27 Joey Ye <joey.ye@arm.com>
10178
10179 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
10180 (_FP_NANFRAC_Q): Set to zero.
10181
1cadc858
SP
101822014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
10183
10184 [BZ #16623]
10185 * math/auto-libm-test-in: New test inputs.
10186 * math/auto-libm-test-out: Regenerate.
10187 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
10188 and DA.
10189 (__cos): Likewise.
10190 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
10191
f8c17e79
JM
101922014-02-27 Joseph Myers <joseph@codesourcery.com>
10193
10194 * scripts/evaluate-test.sh: Take new argument indicating whether
10195 failure is expected.
10196 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
10197 indicating whether failure is expected.
10198 * conform/Makefile (test-xfail-run-conformtest): New variable.
10199 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
10200 level.
10201 * posix/Makefile (test-xfail-annexc): New variable.
10202 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
10203
a5f891ac
JM
102042014-02-26 Joseph Myers <joseph@codesourcery.com>
10205
10206 * argp/Makefile: Include Makeconfig immediately after defining
10207 subdir.
10208 * assert/Makefile: Likewise.
10209 * benchtests/Makefile: Likewise.
10210 * catgets/Makefile: Likewise.
10211 * conform/Makefile: Likewise.
10212 * crypt/Makefile: Likewise.
10213 * csu/Makefile: Likewise.
10214 (all): Remove target.
10215 * ctype/Makefile: Include Makeconfig immediately after defining
10216 subdir.
10217 * debug/Makefile: Likewise.
10218 * dirent/Makefile: Likewise.
10219 * dlfcn/Makefile: Likewise.
10220 * gmon/Makefile: Likewise.
10221 * gnulib/Makefile: Likewise.
10222 * grp/Makefile: Likewise.
10223 * gshadow/Makefile: Likewise.
10224 * hesiod/Makefile: Likewise.
10225 * hurd/Makefile: Likewise.
10226 (all): Remove target.
10227 * iconvdata/Makefile: Include Makeconfig immediately after
10228 defining subdir.
10229 * inet/Makefile: Likewise.
10230 * intl/Makefile: Likewise.
10231 * io/Makefile: Likewise.
10232 * libio/Makefile: Likewise.
10233 (all): Remove target.
10234 * locale/Makefile: Include Makeconfig immediately after defining
10235 subdir.
10236 * login/Makefile: Likewise.
10237 * mach/Makefile: Likewise.
10238 (all): Remove target.
10239 * malloc/Makefile: Include Makeconfig immediately after defining
10240 subdir.
10241 (all): Remove target.
10242 * manual/Makefile: Include Makeconfig immediately after defining
10243 subdir.
10244 * math/Makefile: Likewise.
10245 * misc/Makefile: Likewise.
10246 * nis/Makefile: Likewise.
10247 * nss/Makefile: Likewise.
10248 * po/Makefile: Likewise.
10249 (all): Remove target.
10250 * posix/Makefile: Include Makeconfig immediately after defining
10251 subdir.
10252 * pwd/Makefile: Likewise.
10253 * resolv/Makefile: Likewise.
10254 * resource/Makefile: Likewise.
10255 * rt/Makefile: Likewise.
10256 * setjmp/Makefile: Likewise.
10257 * shadow/Makefile: Likewise.
10258 * signal/Makefile: Likewise.
10259 * socket/Makefile: Likewise.
10260 * soft-fp/Makefile: Likewise.
10261 * stdio-common/Makefile: Likewise.
10262 * stdlib/Makefile: Likewise.
10263 * streams/Makefile: Likewise.
10264 * string/Makefile: Likewise.
10265 * sunrpc/Makefile: Likewise.
10266 (all): Remove target.
10267 * sysvipc/Makefile: Include Makeconfig immediately after defining
10268 subdir.
10269 * termios/Makefile: Likewise.
10270 * time/Makefile: Likewise.
10271 * timezone/Makefile: Likewise.
10272 (all): Remove target.
10273 * wcsmbs/Makefile: Include Makeconfig immediately after defining
10274 subdir.
10275 * wctype/Makefile: Likewise.
10276
5b456e9d
SE
102772014-02-26 Steve Ellcey <sellcey@mips.com>
10278
10279 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
10280 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
10281 (libc_feholdexcept_setround_mips): Ditto.
10282 (libc_feholdsetround): New.
10283 (libc_feholdsetroundf): New.
10284 (libc_feholdsetroundl): New.
10285 (libc_feupdateenv_test_mips): New.
10286 (libc_feupdateenv_test): New.
10287 (libc_feupdateenv_testf): New.
10288 (libc_feupdateenv_testl): New.
10289 (libc_feresetround): New.
10290 (libc_feresetroundf): New.
10291 (libc_feresetroundl): New.
10292 (libc_fetestexcept_mips): New.
10293 (libc_fetestexcept): New.
10294 (libc_fetestexceptf): New.
10295 (libc_fetestexceptl): New.
10296 (HAVE_RM_CTX): New.
10297 (libc_feholdexcept_setround_mips_ctx): New.
10298 (libc_feholdexcept_setround_ctx): New.
10299 (libc_feholdexcept_setroundf_ctx): New.
10300 (libc_feholdexcept_setroundl_ctx): New.
10301 (libc_fesetenv_mips_ctx): New.
10302 (libc_fesetenv_ctx): New.
10303 (libc_fesetenv_ctxf): New.
10304 (libc_fesetenv_ctxl): New.
10305 (libc_feupdateenv_mips_ctx): New.
10306 (libc_feupdateenv_ctx): New.
10307 (libc_feupdateenvf_ctx): New.
10308 (libc_feupdateenvl_ctx): New.
10309 (libc_feholdsetround_mips_ctx): New.
10310 (libc_feholdsetround_ctx): New.
10311 (libc_feholdsetroundf_ctx): New.
10312 (libc_feholdsetroundl_ctx): New.
10313 (libc_feresetround_mips_ctx): New.
10314 (libc_feresetround_ctx): New.
10315 (libc_feresetroundf_ctx): New.
10316 (libc_feresetroundl_ctx): New.
10317
085d0e35
CD
103182014-02-26 Carlos O'Donell <carlos@redhat.com>
10319
f067bf1f
CD
10320 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
10321
085d0e35
CD
10322 * manual/ipc.texi: New file.
10323 * manual/Makefile (chapters): Add ipc.
10324 * manual/job.texi: Add "Inter-Process Communication" to next.
10325 * manual/process.texi: Add "Inter-Process Communication" to prev.
10326
86e58c08
AZ
103272014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10328
10329 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10330
4248f0da
OB
103312014-02-26 Ondřej Bílka <neleai@seznam.cz>
10332
10333 * malloc/malloc.c (__libc_calloc): Simplify implementation.
10334
cf822e3c
OB
10335 * manual/arith.texi: Fix spaces after sentences.
10336 * manual/charset.texi: Likewise.
10337 * manual/errno.texi: Likewise.
10338 * manual/install.texi: Likewise.
10339 * manual/llio.texi: Likewise.
10340 * manual/locale.texi: Likewise.
10341 * manual/maint.texi: Likewise.
10342 * manual/math.texi: Likewise.
10343 * manual/memory.texi: Likewise.
10344 * manual/message.texi: Likewise.
10345 * manual/probes.texi: Likewise.
10346 * manual/resource.texi: Likewise.
10347 * manual/signal.texi: Likewise.
10348 * manual/socket.texi: Likewise.
10349 * manual/stdio.texi: Likewise.
10350 * manual/string.texi: Likewise.
10351 * manual/time.texi: Likewise.
10352 * manual/users.texi: Likewise.
10353
ade40b10
CD
103542014-02-25 Carlos O'Donell <carlos@redhat.com>
10355
10356 [BZ #16632]
10357 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
10358 _DEFAULT_SOURCE is defined.
10359
d0503676
CD
103602014-02-25 Ulrich Drepper <drepper@gmail.com>
10361 Carlos O'Donell <carlos@redhat.com>
10362
10363 [BZ #16613]
10364 * elf/dl-tls.c (_dl_count_modids): New function.
10365 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
10366 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
10367 audit library and increment generation counter.
10368 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
10369 * elf/tst-audit9.c: New file.
10370 * elf/tst-auditmod9a.c: New file.
10371 * elf/tst-auditmod9b.c: New file.
10372 * elf/Makefile: Add rules to build and run tst-audit9.
10373
4cbf380c
FW
103742014-02-25 Florian Weimer <fweimer@redhat.com>
10375
10376 [BZ #15347]
10377 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
10378
80a56cc3
WN
103792014-02-25 Will Newton <will.newton@linaro.org>
10380
10381 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
10382 (__longjmp): Restore sp and lr before restoring callee
10383 saved registers. Add longjmp and longjmp_target
10384 SystemTap probe point.
10385 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
10386 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
10387 Define to zero to match jmpbuf layout.
10388 * sysdeps/arm/setjmp.S: Include stap-probe.h.
10389 (__sigsetjmp): Save sp and lr before saving callee
10390 saved registers. Add setjmp SystemTap probe point.
10391
3ea0f74e
SL
103922014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
10393
10394 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10395
b04acb26
AS
103962014-02-24 Andreas Schwab <schwab@suse.de>
10397
10398 [BZ #15804]
10399 * elf/pldd.c (wait_for_ptrace_stop): New function.
10400 (main): Call it after attaching.
10401
098ad55c
RM
104022014-02-22 Roland McGrath <roland@hack.frob.com>
10403
d4ec6ae1
RM
10404 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
10405 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
10406 Versions files is now verboten.
10407 * hurd/Versions (libc: GLIBC_2.0):
10408 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
10409 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
10410 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
10411 * mach/Versions: Likewise.
10412
098ad55c
RM
10413 * csu/Versions: Remove unused %include.
10414 * resolv/Versions: Likewise.
10415
acd7f096
JM
104162014-02-21 Joseph Myers <joseph@codesourcery.com>
10417
f0881698
JM
10418 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
10419 ($(objpfx)check-local-headers.out): Likewise.
10420 ($(objpfx)begin-end-check.out): Likewise.
10421 * Makerules (check-abi-%.out): Likewise.
10422 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
10423 ($(objpfx)test2.cat): Likewise.
10424 ($(objpfx)de/libc.cat): Likewise.
10425 ($(objpfx)test-gencat.out): Likewise.
10426 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
10427 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
10428 ($(objpfx)noload-mem): Likewise.
10429 ($(objpfx)tst-pathopt.out): Likewise.
10430 ($(objpfx)tst-rtld-load-self.out): Likewise.
10431 ($(objpfx)tst-array1-cmp.out): Likewise.
10432 ($(objpfx)tst-array1-static-cmp.out): Likewise.
10433 ($(objpfx)tst-array2-cmp.out): Likewise.
10434 ($(objpfx)tst-array3-cmp.out): Likewise.
10435 ($(objpfx)tst-array4-cmp.out): Likewise.
10436 ($(objpfx)tst-array5-cmp.out): Likewise.
10437 ($(objpfx)tst-array5-static-cmp.out): Likewise.
10438 ($(objpfx)check-textrel.out): Likewise.
10439 ($(objpfx)check-execstack.out): Likewise.
10440 ($(objpfx)check-localplt.out): Likewise.
10441 ($(objpfx)order2-cmp.out): Likewise.
10442 ($(objpfx)tst-leaks1-mem): Likewise.
10443 ($(objpfx)tst-leaks1-static-mem): Likewise.
10444 ($(objpfx)tst-initorder-cmp.out): Likewise.
10445 ($(objpfx)tst-initorder2-cmp.out): Likewise.
10446 ($(objpfx)tst-unused-dep.out): Likewise.
10447 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10448 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10449 * iconv/Makefile (test-iconvconfig): Likewise.
10450 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10451 ($(objpfx)iconv-test.out): Likewise.
10452 ($(objpfx)tst-tables.out): Likewise.
10453 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10454 ($(objpfx)tst-gettext.out): Likewise.
10455 ($(objpfx)tst-translit.out): Likewise.
10456 ($(objpfx)tst-gettext2.out): Likewise.
10457 ($(objpfx)tst-gettext4.out): Likewise.
10458 ($(objpfx)tst-gettext6.out): Likewise.
10459 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10460 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10461 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10462 ($(objpfx)tst-fopenloc-mem.out): Likewise.
10463 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10464 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10465 * posix/Makefile ($(objpfx)globtest.out): Likewise.
10466 ($(objpfx)wordexp-tst.out): Likewise.
10467 ($(objpfx)annexc.out): Likewise.
10468 ($(objpfx)tst-fnmatch-mem): Likewise.
10469 ($(objpfx)bug-regex2-mem): Likewise.
10470 ($(objpfx)bug-regex14-mem): Likewise.
10471 ($(objpfx)bug-regex21-mem): Likewise.
10472 ($(objpfx)bug-regex31-mem): Likewise.
10473 ($(objpfx)tst-vfork3-mem): Likewise.
10474 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10475 ($(objpfx)tst-pcre-mem): Likewise.
10476 ($(objpfx)tst-boost-mem): Likewise.
10477 ($(objpfx)tst-getconf.out): Likewise.
10478 ($(objpfx)bug-ga2-mem): Likewise.
10479 ($(objpfx)bug-glob2-mem): Likewise.
10480 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10481 ($(objpfx)mtrace-tst-leaks2): Likewise.
10482 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10483 ($(objpfx)tst-printf.out): Likewise.
10484 ($(objpfx)tst-setvbuf1.out): Likewise.
10485 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10486 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10487 ($(objpfx)tst-fmtmsg.out): Likewise.
10488 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10489 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10490
acd7f096
JM
10491 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10492 * bits/sigaction.h [__USE_MISC]: Likewise.
10493 * bits/waitstatus.h: Update #endif comments.
10494 * ctype/ctype.h: Likewise.
10495 * dirent/dirent.h: Likewise.
10496 [__USE_MISC]: Remove redundant conditionals.
10497 * grp/grp.h: Update #endif comments.
10498 [__USE_GNU]: Remove redundant conditionals.
10499 [__USE_MISC]: Likewise.
10500 * inet/netinet/in.h [__USE_GNU]: Likewise.
10501 * io/sys/stat.h [__USE_MISC]: Likewise.
10502 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10503 * libio/bits/stdio.h: Update #endif comments.
10504 [__USE_MISC]: Remove redundant conditionals.
10505 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10506 * libio/stdio.h: Update #endif comments.
10507 [__USE_MISC]: Remove redundant conditionals.
10508 * math/bits/math-finite.h [__USE_MISC]: Likewise.
10509 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10510 * math/math.h: Update #else and #endif comments.
10511 [__USE_MISC]: Remove redundant conditionals.
10512 * misc/sys/uio.h: Update #endif comments.
10513 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10514 * posix/glob.h [__USE_MISC]: Likewise.
10515 * posix/sys/types.h: Update #endif comments.
10516 [__USE_MISC]: Remove redundant conditionals.
10517 * posix/sys/wait.h: Update #endif comments.
10518 [__USE_MISC]: Remove redundant conditionals.
10519 * posix/unistd.h: Update #endif comments.
10520 [__USE_MISC]: Remove redundant conditionals.
10521 * pwd/pwd.h [__USE_GNU]: Likewise.
10522 [__USE_MISC]: Likewise.
10523 * resolv/netdb.h [__USE_GNU]: Likewise.
10524 * signal/signal.h: Update #endif comments.
10525 [__USE_MISC]: Remove redundant conditionals.
10526 * stdlib/stdlib.h: Update #else and #endif comments.
10527 [__USE_MISC]: Remove redundant conditionals.
10528 [__USE_GNU]: Likewise.
10529 * string/bits/string2.h [__USE_MISC]: Likewise.
10530 * string/string.h: Update #endif comments.
10531 [__USE_MISC]: Remove redundant conditionals.
10532 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10533 Likewise.
10534 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10535 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10536 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10537 Likewise.
10538 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10539 Likewise.
10540 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10541 comments.
10542 [__USE_MISC]: Remove redundant conditionals.
10543 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10544 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10545 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10546 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10547 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10548 Likewise.
10549 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10550 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10551 Likewise.
10552 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10553 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10554 Likewise.
10555 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10556 Likewise.
10557 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10558 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10559 Likewise.
10560 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10561 Likewise.
10562 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10563 * sysdeps/x86/bits/string.h: Update #endif comments.
10564 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10565 conditionals.
10566 * time/sys/time.h: Update #endif comments.
10567 * time/time.h: Likewise.
10568 [__USE_MISC]: Remove redundant conditionals.
10569
a5d82e4e
YG
105702014-02-21 Yury Gribov <y.gribov@samsung.com>
10571
10572 [BZ #16600]
10573 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10574
9a80491d
AS
105752014-02-21 Andreas Schwab <schwab@linux-m68k.org>
10576
10577 * Versions.def (librt): Add GLIBC_2.17.
10578
105fa381
AC
105792014-02-21 Adam Conrad <adconrad@0c3.net>
10580
10581 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10582 synonym for _SYS_AUXV_H to allow direct inclusion.
10583 * sysdeps/sparc/bits/hwcap.h: Likewise.
10584 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10585 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10586 * sysdeps/sparc/sysdep.h: Likewise.
10587
b8cd1c4e
SP
105882014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
10589
10590 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10591
bd939d23
RS
105922014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
10593
10594 * benchtests/bench-strrchr.c: Print length instead of position.
10595
5d7b57ca
JM
105962014-02-20 Joseph Myers <joseph@codesourcery.com>
10597
bc688c10
JM
10598 [BZ #16611]
10599 * sysdeps/unix/sysv/linux/kernel-features.h
10600 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10601 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10602 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10603 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10604 Likewise.
10605 [__i386__ || __powerpc__ || __sh__ || __sparc__]
10606 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10607 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10608 (__ASSUME_SENDMMSG): Define instead of using previous
10609 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10610 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10611 (__ASSUME_SENDMMSG_SYSCALL): Define.
10612 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10613 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10614 Likewise.
10615 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10616 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10617 Likewise.
10618 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10619 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10620 Likewise.
10621 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10622 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10623 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10624 [__ASSUME_SENDMMSG]: Change conditionals to
10625 [__ASSUME_SENDMMSG_SOCKETCALL].
10626 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10627 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10628 Define.
10629 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10630 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10631 Likewise.
10632 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10633 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10634 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10635 [!__ASSUME_SENDMMSG]: Change conditional to
10636 [!__ASSUME_SENDMMSG_SOCKETCALL].
10637 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10638 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10639 Define.
10640
0e31b18c
JM
10641 [BZ #16610]
10642 * sysdeps/unix/sysv/linux/kernel-features.h
10643 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10644 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10645 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10646 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10647 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10648 [__i386__ || __sparc__]
10649 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10650 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10651 (__ASSUME_RECVMMSG): Define instead of using previous
10652 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10653 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10654 (__ASSUME_RECVMMSG_SYSCALL): Define.
10655 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10656 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10657 Likewise.
10658 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10659 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10660 Likewise.
10661 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10662 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10663 Likewise.
10664 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10665 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10666 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10667 [__ASSUME_RECVMMSG]: Change condition to
10668 [__ASSUME_RECVMMSG_SOCKETCALL].
10669 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10670 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10671 Define.
10672 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10673 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10674 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10675 Likewise.
10676 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10677 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10678 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10679 [!__ASSUME_RECVMMSG]: Change condition to
10680 [!__ASSUME_RECVMMSG_SOCKETCALL].
10681 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10682 (__ASSUME_RECVMMSG_SYSCALL): Define.
10683
dd481ccf
JM
10684 [BZ #16609]
10685 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10686 __powerpc__ || __s390__ || __sh__ || __sparc__]
10687 (__ASSUME_SOCKETCALL): Define.
10688 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10689 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10690 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10691 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10692 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10693 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10694 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10695 (__ASSUME_ACCEPT4): Define instead of using previous
10696 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10697 __powerpc__ || __sparc__ || __s390__)] condition.
10698 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10699 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10700 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10701 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10702 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10703 [!__ASSUME_ACCEPT4]: Change condition to
10704 [!__ASSUME_ACCEPT4_SOCKETCALL].
10705 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10706 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
10707 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10708 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10709 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10710 __ASSUME_ACCEPT4_SYSCALL.
10711 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10712 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10713 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10714 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10715 __ASSUME_ACCEPT4_SYSCALL.
10716 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10717 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10718 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10719 [__ASSUME_ACCEPT4]: Change condition to
10720 [__ASSUME_ACCEPT4_SOCKETCALL].
10721 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10722 (__ASSUME_SOCKETCALL): Define.
10723 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10724 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10725 (__ASSUME_SOCKETCALL): Define.
10726 (__ASSUME_ACCEPT4): Remove.
10727 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10728 Define.
10729 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10730 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10731 Likewise.
10732 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10733 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10734
5d7b57ca
JM
10735 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10736 macro.
10737 (HWCAP_ARM_LPAE): Likewise.
10738 (HWCAP_ARM_EVTSTRM): Likewise.
10739 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10740 Add vpfd32, lpae and evtstrm.
10741 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10742 Increase to 22.
10743
63689d61
JM
107442014-02-19 Joseph Myers <joseph@codesourcery.com>
10745
10746 * math/auto-libm-test-in: Add tests of clog10.
10747 * math/auto-libm-test-out: Regenerated.
10748 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10749 * sysdeps/i386/fpu/libm-test-ulps: Update.
10750 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10751
ab09bf61
AS
107522014-02-18 Andreas Schwab <schwab@suse.de>
10753
10754 [BZ #16574]
10755 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10756 Store non-zero if the second buffer was newly allocated.
10757 (send_dg): Likewise.
10758 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10759 to send_vc and send_dg.
10760 (res_nsend): Pass NULL for ansp2_malloced.
10761 * resolv/res_query.c (__libc_res_nquery): Add parameter
10762 answerp2_malloced and pass it down to __libc_res_nsend.
10763 (res_nquery): Pass additional NULL to __libc_res_nquery.
10764 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10765 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
10766 second answer buffer if answerp2_malloced was set.
10767 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10768 (__libc_res_nquerydomain): Add parameter
10769 answerp2_malloced and pass it down to __libc_res_nquery.
10770 (res_nquerydomain): Pass additional NULL to
10771 __libc_res_nquerydomain.
10772 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10773 additional NULL to __libc_res_nsend and __libc_res_nquery.
10774 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10775 additional NULL to __libc_res_nsearch.
10776 (_nss_dns_gethostbyname4_r): Revert last change. Use new
10777 parameter of __libc_res_nsearch to check for separately allocated
10778 second buffer.
10779 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10780 __libc_res_nquery.
10781 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10782 additional NULL to __libc_res_nquery.
10783 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10784 __libc_res_nsearch.
10785 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10786 * include/resolv.h: Update prototypes of __libc_res_nquery,
10787 __libc_res_nsearch, __libc_res_nsend.
10788
a4fb7861
JM
107892014-02-18 Joseph Myers <joseph@codesourcery.com>
10790
c6af2d89
JM
10791 * math/auto-libm-test-in: Add tests of fma.
10792 * math/auto-libm-test-out: Regenerated.
10793 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10794 (fma_towardzero_test_data): Likewise.
10795 (fma_downward_test_data): Likewise.
10796 (fma_upward_test_data): Likewise.
10797 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10798 mpc_mode.
10799 (rounding_modes): Add values for new field.
10800 (func_calc_method): Add value mpfr_fff_f.
10801 (func_calc_desc): Add mpfr_fff_f union field.
10802 (test_function): Add field exact_args.
10803 (FUNC): Add macro argument EXACT_ARGS.
10804 (FUNC_mpfr_f_f): Update call to FUNC.
10805 (FUNC_mpfr_f_f): Likewise.
10806 (FUNC_mpfr_ff_f): Likewise.
10807 (FUNC_mpfr_if_f): Likewise.
10808 (FUNC_mpc_c_f): Likewise.
10809 (FUNC_mpc_c_c): Likewise.
10810 (test_functions): Add fma. Update calls to FUNC.
10811 (handle_input_arg): Add argument exact_args.
10812 (add_test): Update call to handle_input_arg.
10813 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
10814 (output_for_one_input_case): Update call to calc_generic_results.
10815 Recalculate exact zero results in each rounding mode.
10816
a4fb7861
JM
10817 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10818 non-negative before setting low bit.
10819 * math/auto-libm-test-in: Mark one asin test possibly having
10820 spurious underflow.
10821 * math/auto-libm-test-out: Regenerated.
10822 * sysdeps/i386/fpu/libm-test-ulps: Update.
10823 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10824
ef114eaf
DH
108252014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
10826
2b7f4f2c
SP
10827 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10828 * sysdeps/unix/sysv/linux/microblaze: Move directory from
10829 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
10830 * README: Add missing listing for microblaze*-*-linux-gnu.
10831
8125aedc
AM
108322014-02-16 Ondřej Bílka <neleai@seznam.cz>
10833
10834 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10835 duplicate code
10836
c70a4b1d
MF
108372014-02-16 Mike Frysinger <vapier@gentoo.org>
10838
10839 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10840 * sysdeps/unix/sysv/linux/ia64: Move directory from
10841 ports/sysdeps/unix/sysv/linux/ia64.
10842 * README: Update listing for ia64-*-linux-gnu.
10843
591aeaf7
TD
108442014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
10845 Joseph Myers <joseph@codesourcery.com>
10846
10847 * Makeconfig (test-name): New variable.
10848 (evaluate-test): Likewise.
10849 * Makerules (do-test-clean): Remove .test-result files.
10850 (common-mostlyclean): Likewise.
10851 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10852 * scripts/evaluate-test.sh: New file.
10853
6e89caf1
JM
108542014-02-14 Joseph Myers <joseph@codesourcery.com>
10855
7f98f180
JM
10856 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10857 separate $(objpfx)tst-fopenloc-cmp.out and
10858 $(objpfx)tst-fopenloc-mem.out targets.
10859 (tests): Update dependencies.
10860 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10861 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10862 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10863 (tst-rxspencer-no-utf8-ARGS): New variable.
10864 (tst-rxspencer-no-utf8-ENV): Likewise.
10865 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10866 instead of $(objpfx)tst-rxspencer-mem.
10867 ($(objpfx)tst-rxspencer-mem): Change target to
10868 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
10869 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10870 * posix/tst-rxspencer-no-utf8.c: New file.
10871
6e89caf1
JM
10872 * elf/Makefile ($(objpfx)order.out): Remove rule.
10873 [$(run-built-tests) = yes] (tests): Depend on
10874 $(objpfx)order-cmp.out.
10875 ($(objpfx)order-cmp.out): New rule.
10876 [$(run-built-tests) = yes] (tests): Depend on
10877 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10878 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10879 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10880 $(objpfx)tst-array5-static-cmp.out.
10881 ($(objpfx)tst-array1.out): Remove rule.
10882 ($(objpfx)tst-array1-cmp.out): New rule.
10883 ($(objpfx)tst-array1-static.out): Remove rule.
10884 ($(objpfx)tst-array1-static-cmp.out): New rule.
10885 ($(objpfx)tst-array2.out): Remove rule.
10886 ($(objpfx)tst-array2-cmp.out): New rule.
10887 ($(objpfx)tst-array3.out): Remove rule.
10888 ($(objpfx)tst-array3-cmp.out): New rule.
10889 ($(objpfx)tst-array4.out): Remove rule.
10890 ($(objpfx)tst-array4-cmp.out): New rule.
10891 ($(objpfx)tst-array5.out): Remove rule.
10892 ($(objpfx)tst-array5-cmp.out): New rule.
10893 ($(objpfx)tst-array5-static.out): Remove rule.
10894 ($(objpfx)tst-array5-static-cmp.out): New rule.
10895 [$(run-built-tests) = yes] (tests): Depend on
10896 $(objpfx)order2-cmp.out.
10897 ($(objpfx)order2.out): Remove rule.
10898 ($(objpfx)order2-cmp.out): New rule.
10899 ($(objpfx)tst-initorder.out): Remove rule.
10900 [$(run-built-tests) = yes] (tests): Depend on
10901 $(objpfx)tst-initorder-cmp.out.
10902 ($(objpfx)tst-initorder-cmp.out): New rule.
10903 ($(objpfx)tst-initorder2.out): Remove rule.
10904 [$(run-built-tests) = yes] (tests): Depend on
10905 $(objpfx)tst-initorder2-cmp.out.
10906 ($(objpfx)tst-initorder2-cmp.out): New rule.
10907 [$(run-built-tests) = yes] (tests): Depend on
10908 $(objpfx)tst-unused-dep-cmp.out.
10909 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10910 ($(objpfx)tst-unused-dep-cmp.out): New rule.
10911 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10912 on $(objpfx)tst-setvbuf1-cmp.out.
10913 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10914 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10915 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10916 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10917 ($(objpfx)tst-svc.out): Remove rule.
10918 ($(objpfx)tst-svc-cmp.out): New rule.
10919
ed9a38e2
JM
109202014-02-13 Joseph Myers <joseph@codesourcery.com>
10921
10922 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10923 * ctype/ctype.h [__USE_MISC]: Likewise.
10924 * dirent/dirent.h [__USE_MISC]: Likewise.
10925 * grp/grp.h [__USE_MISC]: Likewise.
10926 * io/fcntl.h [__USE_MISC]: Likewise.
10927 * io/sys/stat.h [__USE_MISC]: Likewise.
10928 * libio/stdio.h [__USE_MISC]: Likewise.
10929 * posix/unistd.h [__USE_MISC]: Likewise.
10930 * pwd/pwd.h [__USE_MISC]: Likewise.
10931 * stdlib.h [__USE_MISC]: Likewise.
10932 * string/bits/string2.h [__USE_MISC]: Likewise.
10933 * string/string.h [__USE_MISC]: Likewise.
10934 * time/time.h [__USE_MISC]: Likewise.
10935
d6680619
AS
109362014-02-13 Andreas Schwab <schwab@suse.de>
10937
10938 [BZ #16574]
10939 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10940 second answer buffer if it was separately allocated.
10941
ace614b8
JM
109422014-02-12 Joseph Myers <joseph@codesourcery.com>
10943
743151ae
JM
10944 * sysdeps/mips/math-tests.h: Include <features.h>.
10945 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10946 (ROUNDING_TESTS_long_double): Do not define.
10947 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10948 (EXCEPTION_TESTS_long_double): Likewise.
10949 * sysdeps/mips/mips64/libm-test-ulps: Update.
10950
498afc54
JM
10951 * include/features.h (__USE_BSD): Remove macro definitions.
10952 (__USE_SVID): Likewise.
10953 (_BSD_SOURCE): Likewise.
10954 (_SVID_SOURCE): Likewise.
10955 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10956 from definition of _DEFAULT_SOURCE.
10957 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10958 [_DEFAULT_SOURCE].
10959 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10960 * bits/mman.h [__USE_BSD]: Likewise.
10961 * bits/termios.h [__USE_BSD]: Likewise.
10962 * bits/waitstatus.h [__USE_BSD]: Likewise.
10963 * ctype/ctype.h [__USE_SVID]: Likewise.
10964 * dirent/dirent.h [__USE_BSD]: Likewise.
10965 * grp/grp.h [__USE_SVID]: Likewise.
10966 [__USE_BSD]: Likewise.
10967 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10968 * io/fcntl.h [__USE_BSD]: Likewise.
10969 * io/ftw.h [__USE_BSD]: Likewise.
10970 * io/sys/stat.h [__USE_BSD]: Likewise.
10971 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10972 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10973 * libio/stdio.h [__USE_SVID]: Likewise.
10974 [__USE_BSD]: Likewise.
10975 * math/math.h [__USE_SVID]: Likewise.
10976 [__USE_BSD]: Likewise.
10977 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10978 * misc/bits/syslog.h [__USE_BSD]: Likewise.
10979 * misc/search.h [__USE_SVID]: Likewise.
10980 * misc/sys/mman.h [__USE_BSD]: Likewise.
10981 * misc/sys/syslog.h [__USE_BSD]: Likewise.
10982 * misc/sys/uio.h [__USE_BSD]: Likewise.
10983 * posix/bits/unistd.h [__USE_BSD]: Likewise.
10984 * posix/glob.h [__USE_BSD]: Likewise.
10985 * posix/regex.h [__USE_BSD]: Likewise.
10986 * posix/sys/types.h [__USE_BSD]: Likewise.
10987 [__USE_SVID]: Likewise.
10988 * posix/sys/utsname.h [__USE_SVID]: Likewise.
10989 * posix/sys/wait.h [__USE_BSD]: Likewise.
10990 [__USE_SVID]: Likewise.
10991 * posix/unistd.h [__USE_BSD]: Likewise.
10992 [__USE_SVID]: Likewise.
10993 * pwd/pwd.h [__USE_SVID]: Likewise.
10994 * resolv/netdb.h [__USE_BSD]: Likewise.
10995 * setjmp/setjmp.h [__USE_BSD]: Likewise.
10996 * signal/signal.h [__USE_BSD]: Likewise.
10997 [__USE_SVID]: Likewise.
10998 * socket/sys/socket.h [__USE_BSD]: Likewise.
10999 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
11000 * stdlib/stdlib.h [__USE_BSD]: Likewise.
11001 [__USE_SVID]: Likewise.
11002 * string/bits/string2.h [__USE_BSD]: Likewise.
11003 [__USE_SVID]: Likewise.
11004 * string/bits/string3.h [__USE_BSD]: Likewise.
11005 * string/endian.h [__USE_BSD]: Likewise.
11006 * string/string.h [__USE_SVID]: Likewise.
11007 [__USE_BSD]: Likewise.
11008 * string/strings.h [__USE_BSD]: Likewise.
11009 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
11010 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
11011 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
11012 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
11013 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
11014 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
11015 Likewise.
11016 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
11017 Likewise.
11018 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
11019 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
11020 Likewise.
11021 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
11022 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
11023 Likewise.
11024 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
11025 Likewise.
11026 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
11027 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
11028 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
11029 Likewise.
11030 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
11031 Likewise.
11032 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
11033 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
11034 * termios/termios.h [__USE_BSD]: Likewise.
11035 * time/sys/time.h [__USE_BSD]: Likewise.
11036 * time/time.h [__USE_BSD]: Likewise.
11037 [__USE_SVID]: Likewise.
11038
dd7b064c
JM
11039 * Makefile (subdir_targets): Remove subdir_lint.out.
11040
a2c4c199
JM
11041 * stdio-common/Makefile (do-tst-unbputc): Remove target.
11042 (do-tst-printf): Likewise.
11043 (tests): Depend directly on $(objpfx)tst-unbputc.out and
11044 $(objpfx)tst-printf.out.
11045
8756f740
JM
11046 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
11047
1b6dd3f1
JM
11048 * Makerules (check-abi-%): Change target to
11049 $(objpfx)check-abi-%.out.
11050 (check-abi target): Update dependencies.
11051 (check-abi-pattern variable): Redirect output of diff to $@.
11052 (check-abi variable): Likewise.
11053 * elf/Makefile (check-abi): Update dependencies.
11054
ace614b8
JM
11055 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
11056 unused.
11057 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
11058 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
11059 subnormal range.
11060 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
11061 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
11062 value has largest subnormal exponent.
11063 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
11064 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
11065 * sysdeps/aarch64/soft-fp/sfp-machine.h
11066 (_FP_TININESS_AFTER_ROUNDING): New macro.
11067 * sysdeps/alpha/soft-fp/sfp-machine.h
11068 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11069 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11070 Likewise.
11071 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
11072 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11073 * sysdeps/mips/soft-fp/sfp-machine.h
11074 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11075 * sysdeps/powerpc/soft-fp/sfp-machine.h
11076 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11077 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11078 Likewise.
11079 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
11080 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11081 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
11082 (_FP_TININESS_AFTER_ROUNDING): Likewise.
11083 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
11084 Likewise.
11085
fbfdf9cb
DAS
110862014-02-12 Dylan Alex Simon <dylan@dylex.net>
11087
11088 [BZ #16545]
11089 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
11090 model 1.
11091
68b7efaa
RH
110922014-02-12 Richard Henderson <rth@redhat.com>
11093
c70a4b1d 11094 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
11095 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
11096 * sysdeps/unix/sysv/linux/alpha: Move directory from
11097 ports/sysdeps/unix/sysv/linux/alpha.
11098 * README: Update listing for alpha-*-linux-gnu.
11099
cb4a2928
JM
111002014-02-11 Joseph Myers <joseph@codesourcery.com>
11101
c941736c
JM
11102 * include/features.h: Update comment documenting feature test
11103 macros.
11104 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
11105 _DEFAULT_SOURCE.
11106 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
11107 (_SVID_SOURCE): Likewise.
11108 (_DEFAULT_SOURCE): Update description of default features.
11109 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
11110 with _GNU_SOURCE.
11111 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
11112 (S_ISVTX): Likewise.
11113 * manual/math.texi (Mathematical Constants): Likewise.
11114 * manual/signal.texi (Interrupted Primitives): Likewise.
11115 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
11116 * math/test-matherr.c (_SVID_SOURCE): Do not define.
11117 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
11118 Don't refer to _SVID_SOURCE in warning text.
11119
e8d8d7ec
JM
11120 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11121
cb4a2928
JM
11122 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
11123 already defined.
11124 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
11125 * sysdeps/mips/dl-lookup.c: Remove.
11126 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
11127
7e6424e3
AK
111282014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11129
11130 [BZ #16447]
11131 * math/auto-libm-test-in: Add testcase for expl.
11132 * math/auto-libm-test-out: Regenerate.
11133 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
11134 calculation of unsafe.
11135 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
11136
75eff3fe
MS
111372014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
11138
11139 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
11140 * sysdeps/unix/sysv/linux/aarch64: Move directory from
11141 ports/sysdeps/unix/sysv/linux/aarch64.
11142 * README: Update listing for aarch64*-*-linux-gnu.
11143
d35f1e80
WN
111442014-02-11 Will Newton <will.newton@linaro.org>
11145
11146 * manual/probes.texi (Mathematical Function Probes): Use
11147 "triggered" instead of "hit".
11148
7b3436d4
WN
11149 * manual/probes.texi (Internal Probes): Add documentation
11150 of setjmp, longjmp and longjmp_target probes.
11151
b4f12ca3
WN
11152 * include/stap-probe.h: Add comment about probe argument
11153 format.
11154
c13a72b7
WN
11155 * malloc/mtrace.c (attribute_hidden): Remove unused macro
11156 definition. (tr_where, tr_freehook, tr_mallochook,
11157 tr_reallochook, tr_memalignhook): Use ANSI protoype.
11158
195b8165
DM
111592014-02-11 David S. Miller <davem@davemloft.net>
11160
11161 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
11162 processing int_tests.
11163
2ad7600b
JM
111642014-02-10 Joseph Myers <joseph@codesourcery.com>
11165
11166 * sysdeps/mips: Move directory from ports/sysdeps/mips.
11167 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
11168 * sysdeps/unix/sysv/linux/mips: Move directory from
11169 ports/sysdeps/unix/sysv/linux/mips.
11170 * README: Update listing for mips-*-linux-gnu and
11171 mips64-*-linux-gnu.
11172
73588a72
AS
111732014-02-10 Andreas Schwab <schwab@linux-m68k.org>
11174
11175 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
11176 * sysdeps/unix/sysv/linux/m68k: Move directory from
11177 ports/sysdeps/unix/sysv/linux/m68k.
11178 * README: Update listing for m68k-*-linux-gnu.
11179
4372980f
CM
111802014-02-10 Chris Metcalf <cmetcalf@tilera.com>
11181
11182 * sysdeps/tile: Move directory from ports/sysdeps/tile.
11183 * sysdeps/unix/sysv/linux/generic: Move directory from
11184 ports/sysdeps/unix/sysv/linux/generic.
11185 * sysdeps/unix/sysv/linux/tile: Move directory from
11186 ports/sysdeps/unix/sysv/linux/tile.
11187 * README: Update listing for tile*-*-linux-gnu.
11188
a1ffb40e
OB
111892014-02-10 Ondřej Bílka <neleai@seznam.cz>
11190
57f41c40
AS
11191 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
11192 __builtin_expect.
a1ffb40e
OB
11193 * benchtests/bench-memmem.c (simple_memmem): Likewise.
11194 * catgets/open_catalog.c (__open_catalog): Likewise.
11195 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
11196 * debug/confstr_chk.c: Likewise.
11197 * debug/fread_chk.c (__fread_chk): Likewise.
11198 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
11199 * debug/getgroups_chk.c: Likewise.
11200 * debug/mbsnrtowcs_chk.c: Likewise.
11201 * debug/mbsrtowcs_chk.c: Likewise.
11202 * debug/mbstowcs_chk.c: Likewise.
11203 * debug/memcpy_chk.c: Likewise.
11204 * debug/memmove_chk.c: Likewise.
11205 * debug/mempcpy_chk.c: Likewise.
11206 * debug/memset_chk.c: Likewise.
11207 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
11208 * debug/strcat_chk.c (__strcat_chk): Likewise.
11209 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
11210 * debug/strncat_chk.c (__strncat_chk): Likewise.
11211 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
11212 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
11213 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
11214 * debug/wcpncpy_chk.c: Likewise.
11215 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
11216 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
11217 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
11218 * debug/wcsncpy_chk.c: Likewise.
11219 * debug/wcsnrtombs_chk.c: Likewise.
11220 * debug/wcsrtombs_chk.c: Likewise.
11221 * debug/wcstombs_chk.c: Likewise.
11222 * debug/wmemcpy_chk.c: Likewise.
11223 * debug/wmemmove_chk.c: Likewise.
11224 * debug/wmempcpy_chk.c: Likewise.
11225 * debug/wmemset_chk.c: Likewise.
11226 * dirent/scandirat.c (SCANDIRAT): Likewise.
11227 * dlfcn/dladdr1.c (dladdr1): Likewise.
11228 * dlfcn/dladdr.c (dladdr): Likewise.
11229 * dlfcn/dlclose.c (dlclose_doit): Likewise.
11230 * dlfcn/dlerror.c (__dlerror): Likewise.
11231 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
11232 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
11233 * dlfcn/dlopen.c (dlopen_doit): Likewise.
11234 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
11235 * dlfcn/dlsym.c (dlsym_doit): Likewise.
11236 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
11237 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
11238 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
11239 Likewise.
11240 * elf/dl-conflict.c: Likewise.
11241 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
11242 * elf/dl-dst.h: Likewise.
11243 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
11244 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
11245 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
11246 * elf/dl-init.c (call_init, _dl_init): Likewise.
11247 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
11248 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
11249 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
11250 Likewise.
a1ffb40e
OB
11251 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
11252 Likewise.
11253 * elf/dl-minimal.c (__libc_memalign): Likewise.
11254 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
11255 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11256 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
11257 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
11258 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
11259 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
11260 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
11261 * elf/dl-writev.h (_dl_writev): Likewise.
11262 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
11263 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
11264 (dl_main): Likewise.
a1ffb40e
OB
11265 * elf/setup-vdso.h (setup_vdso): Likewise.
11266 * grp/compat-initgroups.c (compat_call): Likewise.
11267 * grp/fgetgrent.c (fgetgrent): Likewise.
11268 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
11269 * grp/putgrent.c (putgrent): Likewise.
11270 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
11271 Likewise.
11272 * hurd/hurdinit.c: Likewise.
11273 * iconvdata/8bit-gap.c (struct): Likewise.
11274 * iconvdata/ansi_x3.110.c : Likewise.
11275 * iconvdata/big5.c : Likewise.
11276 * iconvdata/big5hkscs.c : Likewise.
11277 * iconvdata/cp1255.c: Likewise.
11278 * iconvdata/cp1258.c : Likewise.
11279 * iconvdata/cp932.c : Likewise.
11280 * iconvdata/euc-cn.c: Likewise.
11281 * iconvdata/euc-jisx0213.c : Likewise.
11282 * iconvdata/euc-jp.c: Likewise.
11283 * iconvdata/euc-jp-ms.c : Likewise.
11284 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
11285 * iconvdata/gb18030.c : Likewise.
11286 * iconvdata/gbbig5.c (const): Likewise.
11287 * iconvdata/gbgbk.c: Likewise.
11288 * iconvdata/gbk.c : Likewise.
11289 * iconvdata/ibm1364.c : Likewise.
11290 * iconvdata/ibm930.c : Likewise.
11291 * iconvdata/ibm932.c: Likewise.
11292 * iconvdata/ibm933.c : Likewise.
11293 * iconvdata/ibm935.c : Likewise.
11294 * iconvdata/ibm937.c : Likewise.
11295 * iconvdata/ibm939.c : Likewise.
11296 * iconvdata/ibm943.c: Likewise.
11297 * iconvdata/iso_11548-1.c: Likewise.
11298 * iconvdata/iso-2022-cn.c : Likewise.
11299 * iconvdata/iso-2022-cn-ext.c : Likewise.
11300 * iconvdata/iso-2022-jp-3.c: Likewise.
11301 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
11302 * iconvdata/iso-2022-kr.c : Likewise.
11303 * iconvdata/iso646.c (gconv_end): Likewise.
11304 * iconvdata/iso_6937-2.c : Likewise.
11305 * iconvdata/iso_6937.c : Likewise.
11306 * iconvdata/iso8859-1.c: Likewise.
11307 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
11308 * iconvdata/shift_jisx0213.c : Likewise.
11309 * iconvdata/sjis.c : Likewise.
11310 * iconvdata/t.61.c : Likewise.
11311 * iconvdata/tcvn5712-1.c : Likewise.
11312 * iconvdata/tscii.c: Likewise.
11313 * iconvdata/uhc.c : Likewise.
11314 * iconvdata/unicode.c (gconv_end): Likewise.
11315 * iconvdata/utf-16.c (gconv_end): Likewise.
11316 * iconvdata/utf-32.c (gconv_end): Likewise.
11317 * iconvdata/utf-7.c (base64): Likewise.
11318 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11319 * iconv/gconv_close.c (__gconv_close): Likewise.
11320 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
11321 * iconv/gconv_simple.c (internal_ucs4_loop_single)
11322 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
11323 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
11324 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
11325 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
11326 * iconv/iconv.c (iconv): Likewise.
11327 * iconv/iconv_close.c: Likewise.
11328 * iconv/loop.c (SINGLE): Likewise.
11329 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
11330 * include/atomic.h: Likewise.
11331 * inet/inet6_option.c (option_alloc): Likewise.
11332 * intl/bindtextdom.c (set_binding_values): Likewise.
11333 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
11334 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
11335 * intl/localealias.c (read_alias_file): Likewise.
11336 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
11337 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
11338 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
11339 * libio/fmemopen.c (fmemopen): Likewise.
11340 * libio/iofgets.c (_IO_fgets): Likewise.
11341 * libio/iofgets_u.c (fgets_unlocked): Likewise.
11342 * libio/iofgetws.c (fgetws): Likewise.
11343 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
11344 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
11345 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
11346 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
11347 * locale/findlocale.c (_nl_find_locale): Likewise.
11348 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
11349 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
11350 Likewise.
11351 * locale/setlocale.c (setlocale): Likewise.
11352 * login/programs/pt_chown.c (main): Likewise.
11353 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
11354 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
11355 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
11356 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
11357 * math/e_exp2l.c: Likewise.
11358 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
11359 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
11360 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
11361 * math/s_catan.c (__catan): Likewise.
11362 * math/s_catanf.c (__catanf): Likewise.
11363 * math/s_catanh.c (__catanh): Likewise.
11364 * math/s_catanhf.c (__catanhf): Likewise.
11365 * math/s_catanhl.c (__catanhl): Likewise.
11366 * math/s_catanl.c (__catanl): Likewise.
11367 * math/s_ccosh.c (__ccosh): Likewise.
11368 * math/s_ccoshf.c (__ccoshf): Likewise.
11369 * math/s_ccoshl.c (__ccoshl): Likewise.
11370 * math/s_cexp.c (__cexp): Likewise.
11371 * math/s_cexpf.c (__cexpf): Likewise.
11372 * math/s_cexpl.c (__cexpl): Likewise.
11373 * math/s_clog10.c (__clog10): Likewise.
11374 * math/s_clog10f.c (__clog10f): Likewise.
11375 * math/s_clog10l.c (__clog10l): Likewise.
11376 * math/s_clog.c (__clog): Likewise.
11377 * math/s_clogf.c (__clogf): Likewise.
11378 * math/s_clogl.c (__clogl): Likewise.
11379 * math/s_csin.c (__csin): Likewise.
11380 * math/s_csinf.c (__csinf): Likewise.
11381 * math/s_csinh.c (__csinh): Likewise.
11382 * math/s_csinhf.c (__csinhf): Likewise.
11383 * math/s_csinhl.c (__csinhl): Likewise.
11384 * math/s_csinl.c (__csinl): Likewise.
11385 * math/s_csqrt.c (__csqrt): Likewise.
11386 * math/s_csqrtf.c (__csqrtf): Likewise.
11387 * math/s_csqrtl.c (__csqrtl): Likewise.
11388 * math/s_ctan.c (__ctan): Likewise.
11389 * math/s_ctanf.c (__ctanf): Likewise.
11390 * math/s_ctanh.c (__ctanh): Likewise.
11391 * math/s_ctanhf.c (__ctanhf): Likewise.
11392 * math/s_ctanhl.c (__ctanhl): Likewise.
11393 * math/s_ctanl.c (__ctanl): Likewise.
11394 * math/w_pow.c: Likewise.
11395 * math/w_powf.c: Likewise.
11396 * math/w_powl.c: Likewise.
11397 * math/w_scalb.c (sysv_scalb): Likewise.
11398 * math/w_scalbf.c (sysv_scalbf): Likewise.
11399 * math/w_scalbl.c (sysv_scalbl): Likewise.
11400 * misc/error.c (error_tail): Likewise.
11401 * misc/pselect.c (__pselect): Likewise.
11402 * nis/nis_callback.c (__nis_create_callback): Likewise.
11403 * nis/nis_call.c (__nisfind_server): Likewise.
11404 * nis/nis_creategroup.c (nis_creategroup): Likewise.
11405 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
11406 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
11407 * nis/nis_getservlist.c (nis_getservlist): Likewise.
11408 * nis/nis_lookup.c (nis_lookup): Likewise.
11409 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
11410 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
11411 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 11412 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
11413 * nis/nss_compat/compat-grp.c (getgrent_next_file)
11414 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
11415 * nis/nss_compat/compat-initgroups.c (add_group)
11416 (internal_getgrent_r): Likewise.
11417 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
11418 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
11419 * nis/nss_compat/compat-spwd.c (getspent_next_file)
11420 (internal_getspnam_r): Likewise.
11421 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
11422 (_nss_nis_getaliasbyname_r): Likewise.
11423 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
11424 (_nss_nis_getntohost_r): Likewise.
11425 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
11426 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
11427 (_nss_nis_getgrgid_r): Likewise.
11428 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
11429 (internal_nis_gethostent_r, internal_gethostbyname2_r)
11430 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
11431 (_nss_nis_gethostbyname4_r): Likewise.
11432 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11433 (initgroups_netid): Likewise.
a1ffb40e 11434 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
11435 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11436 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11437 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11438 (_nss_nis_getprotobynumber_r): Likewise.
11439 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11440 (_nss_nis_getsecretkey): Likewise.
11441 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11442 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11443 (_nss_nis_getpwuid_r): Likewise.
11444 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11445 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11446 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11447 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11448 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11449 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
11450 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11451 Likewise.
57f41c40
AS
11452 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11453 (_nss_nisplus_getntohost_r): Likewise.
11454 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11455 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11456 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11457 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 11458 Likewise.
57f41c40
AS
11459 * nis/nss_nisplus/nisplus-initgroups.c
11460 (_nss_nisplus_initgroups_dyn): Likewise.
11461 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11462 (_nss_nisplus_getnetbyaddr_r): Likewise.
11463 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11464 (_nss_nisplus_getprotobynumber_r): Likewise.
11465 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11466 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
11467 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11468 Likewise.
57f41c40
AS
11469 * nis/nss_nisplus/nisplus-service.c
11470 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11471 (_nss_nisplus_getservbyport_r): Likewise.
11472 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11473 (_nss_nisplus_getspnam_r): Likewise.
11474 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11475 Likewise.
a1ffb40e
OB
11476 * nscd/aicache.c (addhstaiX): Likewise.
11477 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
11478 * nscd/connections.c (register_traced_file, send_ro_fd)
11479 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11480 (main_loop_epoll): Likewise.
a1ffb40e
OB
11481 * nscd/grpcache.c (addgrbyX): Likewise.
11482 * nscd/hstcache.c (addhstbyX): Likewise.
11483 * nscd/initgrcache.c (addinitgroupsX): Likewise.
11484 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
11485 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11486 (addinnetgrX): Likewise.
11487 * nscd/nscd-client.h (__nscd_acquire_maplock)
11488 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
11489 * nscd/nscd_getai.c (__nscd_getai): Likewise.
11490 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11491 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11492 Likewise.
11493 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11494 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
11495 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11496 (__nscd_get_map_ref): Likewise.
a1ffb40e 11497 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
11498 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11499 Likewise.
a1ffb40e
OB
11500 * nscd/pwdcache.c (addpwbyX): Likewise.
11501 * nscd/selinux.c (preserve_capabilities): Likewise.
11502 * nscd/servicescache.c (addservbyX): Likewise.
11503 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11504 * posix/fnmatch.c (fnmatch): Likewise.
11505 * posix/getopt.c (_getopt_internal_r): Likewise.
11506 * posix/glob.c (glob, glob_in_dir): Likewise.
11507 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
11508 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11509 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
11510 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11511 * resolv/res_init.c: Likewise.
11512 * resolv/res_mkquery.c (res_nmkquery): Likewise.
11513 * resolv/res_query.c (__libc_res_nquery): Likewise.
11514 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11515 Likewise.
11516 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11517 * stdio-common/perror.c (perror): Likewise.
11518 * stdio-common/printf_fp.c (___printf_fp): Likewise.
11519 * stdio-common/tmpnam.c (tmpnam): Likewise.
11520 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11521 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
11522 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11523 Likewise.
a1ffb40e
OB
11524 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11525 * stdlib/putenv.c (putenv): Likewise.
11526 * stdlib/setenv.c (__add_to_environ): Likewise.
11527 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11528 * stdlib/strtol_l.c (INTERNAL): Likewise.
11529 * string/memmem.c (memmem): Likewise.
11530 * string/strerror.c (strerror): Likewise.
11531 * string/strnlen.c (__strnlen): Likewise.
11532 * string/test-memmem.c (simple_memmem): Likewise.
11533 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11534 * sunrpc/pm_getport.c (__get_socket): Likewise.
11535 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11536 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
11537 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11538 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
11539 Likewise.
11540 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11541 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11542 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11543 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11544 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
11545 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11546 Likewise.
11547 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11548 Likewise.
a1ffb40e
OB
11549 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11550 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11551 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11552 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11553 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11554 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11555 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11556 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11557 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11558 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11559 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11560 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11561 Likewise.
11562 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11563 Likewise.
11564 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11565 Likewise.
11566 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11567 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11568 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11569 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11570 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11571 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11572 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11573 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11574 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11575 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11576 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11577 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11578 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11579 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11580 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
11581 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11582 Likewise.
a1ffb40e
OB
11583 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11584 Likewise.
11585 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11586 Likewise.
11587 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11588 Likewise.
11589 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11590 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11591 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11592 Likewise.
11593 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11594 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11595 * sysdeps/posix/opendir.c (__opendirat): Likewise.
11596 * sysdeps/posix/sleep.c: Likewise.
11597 * sysdeps/posix/tempname.c: Likewise.
11598 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11599 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11600 Likewise.
57f41c40
AS
11601 * sysdeps/powerpc/powerpc32/dl-machine.h
11602 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
11603 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11604 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11605 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11606 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11607 Likewise.
11608 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
11609 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11610 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11611 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11612 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
11613 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11614 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11615 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11616 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11617 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
11618 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11619 (elf_machine_lazy_rel): Likewise.
a1ffb40e 11620 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
11621 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11622 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
11623 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11624 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11625 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11626 * sysdeps/unix/grantpt.c (grantpt): Likewise.
11627 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11628 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11629 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11630 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11631 Likewise.
11632 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11633 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11634 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11635 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11636 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11637 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11638 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11639 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11640 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11641 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11642 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11643 Likewise.
11644 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11645 (__posix_fallocate64_l64): Likewise.
11646 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11647 (posix_fallocate): Likewise.
57f41c40
AS
11648 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11649 Likewise.
a1ffb40e 11650 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
11651 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11652 (getifaddrs_internal): Likewise.
a1ffb40e
OB
11653 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11654 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11655 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11656 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11657 * sysdeps/unix/sysv/linux/posix_fallocate64.c
11658 (__posix_fallocate64_l64): Likewise.
11659 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11660 Likewise.
11661 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
11662 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11663 (__get_clockfreq): Likewise.
a1ffb40e
OB
11664 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11665 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11666 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11667 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11668 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11669 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11670 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11671 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11672 Likewise.
11673 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11674 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11675 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11676 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11677 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11678 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11679 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11680 Likewise.
11681 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11682 (posix_fallocate): Likewise.
11683 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11684 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11685 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
11686 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11687 (elf_machine_rela, elf_machine_rela_relative)
11688 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
11689 * time/asctime.c (asctime_internal): Likewise.
11690 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11691 * time/tzset.c (__tzset_parse_tz): Likewise.
11692 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11693 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11694 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11695 * wcsmbs/wcsmbsload.h: Likewise.
11696
f3d338c9
OB
11697 [BZ #15894]
11698 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11699
57f41c40
AS
11700 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11701 (arena_get2): Remove THREAD_STATS conditionals.
11702 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11703 (__malloc_stats, int): Likewise.
bdfe308a 11704
d674667c
MF
117052014-02-08 Mike Frysinger <vapier@gentoo.org>
11706
11707 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11708 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
11709
6349768c
MF
11710 * manual/setjmp.texi: Fix typos/grammar errors.
11711
0b7c7473
MF
11712 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11713 Only return early when n is <= 0. Delete unused return statement.
11714
ac8cc9e3
MF
11715 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11716 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11717 * debug/tst-longjmp_chk3.c: New file.
11718
c5bb8e23
MF
11719 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11720 (test_main): Replace code with set_fortify_handler call.
11721 * debug/test-strcpy_chk.c: Likewise.
11722 * debug/tst-chk1.c: Likewise.
11723 * debug/tst-longjmp_chk.c: Likewise.
11724 * test-skeleton.c: Include fcntl.h & paths.h
11725 (set_fortify_handler): Define.
11726
10444e42
MF
11727 * debug/tst-longjmp_chk.c: Add header comment and include
11728 ../test-skeleton.c.
11729 (do_test): Mark static.
11730 (TEST_FUNCTION): Define.
11731
1e805e8d
MF
11732 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11733 (IP_PMTUDISC_INTERFACE): Likewise.
11734 (IP_MULTICAST_IF): Likewise.
11735 (IP_MULTICAST_TTL): Likewise.
11736 (IP_MULTICAST_LOOP): Likewise.
11737 (IP_ADD_MEMBERSHIP): Likewise.
11738 (IP_DROP_MEMBERSHIP): Likewise.
11739 (IP_UNBLOCK_SOURCE): Likewise.
11740 (IP_BLOCK_SOURCE): Likewise.
11741 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11742 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11743 (IP_MSFILTER): Likewise.
11744 (MCAST_JOIN_GROUP): Likewise.
11745 (MCAST_BLOCK_SOURCE): Likewise.
11746 (MCAST_UNBLOCK_SOURCE): Likewise.
11747 (MCAST_LEAVE_GROUP): Likewise.
11748 (MCAST_JOIN_SOURCE_GROUP): Likewise.
11749 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11750 (MCAST_MSFILTER): Likewise.
11751 (IP_MULTICAST_ALL): Likewise.
11752 (IP_UNICAST_IF): Likewise.
11753
73f79bb7
MF
11754 * timezone/Makefile: Delete $(have-ksh) check.
11755 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11756 * timezone/tzselect.ksh: Add +x mode bits.
11757
8da79b60
MF
11758 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11759 (ANON_INODE_FS_MAGIC): Likewise.
11760 (BDEVFS_MAGIC): Likewise.
11761 (BINFMTFS_MAGIC): Likewise.
11762 (BTRFS_TEST_MAGIC): Likewise.
11763 (CRAMFS_MAGIC_WEND): Likewise.
11764 (DEBUGFS_MAGIC): Likewise.
11765 (ECRYPTFS_SUPER_MAGIC): Likewise.
11766 (EXT3_SUPER_MAGIC): Likewise.
11767 (EXT4_SUPER_MAGIC): Likewise.
11768 (FUTEXFS_SUPER_MAGIC): Likewise.
11769 (HOSTFS_SUPER_MAGIC): Likewise.
11770 (HUGETLBFS_MAGIC): Likewise.
11771 (MINIX3_SUPER_MAGIC): Likewise.
11772 (MTD_INODE_FS_MAGIC): Likewise.
11773 (NILFS_SUPER_MAGIC): Likewise.
11774 (OPENPROM_SUPER_MAGIC): Likewise.
11775 (PIPEFS_MAGIC): Likewise.
11776 (PSTOREFS_MAGIC): Likewise.
11777 (QNX6_SUPER_MAGIC): Likewise.
11778 (RAMFS_MAGIC): Likewise.
11779 (REISERFS_SUPER_MAGIC_STRING): Likewise.
11780 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11781 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11782 (SECURITYFS_MAGIC): Likewise.
11783 (SELINUX_MAGIC): Likewise.
11784 (SMACK_MAGIC): Likewise.
11785 (SOCKFS_MAGIC): Likewise.
11786 (SQUASHFS_MAGIC): Likewise.
11787 (STACK_END_MAGIC): Likewise.
11788 (TMPFS_MAGIC): Likewise.
11789 (USBDEVICE_SUPER_MAGIC): Likewise.
11790 (V9FS_MAGIC): Likewise.
11791 (XENFS_SUPER_MAGIC): Likewise.
11792 (CRAMFS_MAGIC): Fix typo in comment.
11793 (EXT2_SUPER_MAGIC): Update comment.
11794 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11795
464263cc
JM
117962014-02-08 Joseph Myers <joseph@codesourcery.com>
11797
c6bfe5c4
JM
11798 * sysdeps/arm: Move directory from ports/sysdeps/arm.
11799 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11800 * sysdeps/unix/sysv/linux/arm: Move directory from
11801 ports/sysdeps/unix/sysv/linux/arm.
11802 * README: Update listing for arm-*-linux-gnueabi.
11803
464263cc
JM
11804 * README: Remove mention of am33.
11805
32749f6c
RM
118062014-02-07 Roland McGrath <roland@hack.frob.com>
11807
11808 * bits/sigset.h (__sigemptyset): Use a statement expression rather
11809 than the comma operator, to avoid "rhs of comma has no effect"
11810 compiler warnings.
11811 (__sigfillset, __sigandset, __sigorset): Likewise.
11812 * include/signal.h (__sigemptyset): Likewise.
11813 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11814
d5b396c1
AM
118152014-02-07 Allan McRae <allan@archlinux.org>
11816
11817 * version.h (RELEASE): Set to "development".
11818 (VERSION): Set to "2.19.90"
11819 * NEWS: Add 2.20 section.
11820
3bfff2ed
CD
118212014-02-06 Carlos O'Donell <carlos@redhat.com>
11822
11823 [BZ #16529]
11824 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11825
ee7cc385
SP
118262014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
11827
11828 * manual/contrib.texi: Update entry for Carlos O'Donell,
11829 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11830
f877c4f2
CD
118312014-02-05 Carlos O'Donell <carlos@rehdat.com>
11832
27e839f6
CD
11833 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11834
f877c4f2
CD
11835 * sysdeps/unix/sysv/linux/kernel-features.h
11836 [__LINUX_KERNEL_VERSION >= 0x020621]
11837 (__ASSUME_PROC_PID_TASK_COMM): Define.
11838
68159946
SP
118392014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
11840
ba17cdbd
SP
11841 [BZ #16398]
11842 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11843 conversion when destination buffer does not have enough space.
11844 * libio/tst-ftell-partial-wide.c: New test case.
11845 * libio/Makefile (tests): Add tst-ftell-partial-wide.
11846
68159946
SP
11847 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11848 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
11849 Leonard and Allan McRae.
11850
2b528732
DM
118512014-02-04 David S. Miller <davem@davemloft.net>
11852
11853 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11854 32-bit.
11855
0ff82463
AZ
118562014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11857
57f41c40
AS
11858 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11859 New file
c01603f7
AZ
11860 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11861 New file
57f41c40
AS
11862 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11863 New file.
11864 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11865 New file.
c01603f7
AZ
11866 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11867 New file.
57f41c40
AS
11868 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11869 New file.
11870 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11871 New file.
c01603f7
AZ
11872 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11873 New file.
11874 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11875 New file.
11876 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11877 New file.
11878 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11879 New file.
11880 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11881 New file.
11882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11883 New file.
11884
118852014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11886
0ff82463
AZ
11887 * nptl/shlib-versions: Change powerpc*le start to 2.17.
11888 * shlib-versions: Likewise.
11889
1695c773
AZ
118902014-02-04 Roland McGrath <roland@hack.frob.com>
11891 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11892
11893 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11894 (abilist-pattern): New variable, set to %-le.abilist.
11895
11896 * Makerules (abilist-pattern): New variable.
11897 (vpath): Use $(abilist-pattern) in place of %.abilist.
11898 (check-abi-% pattern rule): Likewise.
11899 (check-abi, update-abi): Likewise.
11900
6c0ce4b4
EW
119012014-02-04 Eric Wong <normalperson@yhbt.net>
11902
11903 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11904
481e3524
CD
119052014-02-03 Carlos O'Donell <carlos@redhat.com>
11906
11907 * manual/startup.texi: Add next, previous, and top entries for
11908 the `Program Arguments' and `Environment Variables' nodes.
11909
375592d3
AO
119102014-02-03 Alexandre Oliva <aoliva@redhat.com>
11911
11912 * manual/macros.texi: Add comments before MTASC-safety macros.
11913
f54838ba
AO
11914 * manual/users.texi: Document MTASC-safety properties.
11915
57f41c40
AS
11916 * manual/threads.texi (pthread_key_create, pthread_key_delete)
11917 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
11918 @deftypefun, and add @safety note.
11919 * manual/signal.texi: Move comments that analyze the above
11920 functions to their home place.
11921
fd3daba4
AM
119222014-02-03 Allan McRae <allan@archlinux.org>
11923
11924 * po/sl.po: Update Slovenian translation from translation project.
11925
597636d7
AO
119262014-02-02 Alexandre Oliva <aoliva@redhat.com>
11927
11928 * manual/time.texi (timegm): Add missing blank after @c.
11929 Reported by Joseph Myers <joseph@codesourcery.com>.
11930
ee196e3c
AO
119312014-02-01 Alexandre Oliva <aoliva@redhat.com>
11932
11933 * manual/check-safety.sh: New.
11934 * manual/Makefile ($(objpfx)stamp-summary): Run it.
11935
f8d529d5
AO
11936 * manual/terminal.texi: Document MTASC-safety properties.
11937
de55fdf4
AO
11938 * manual/filesys.texi: Document MTASC-safety properties.
11939
c3299c08
AO
11940 * manual/errno.texi: Document MTASC-safety properties.
11941
06e90b14
AO
11942 * manual/intro.texi: Document safety identifiers and
11943 conditionals.
11944
1acd4371
AO
11945 * manual/string.texi (wcstok): Fix prototype.
11946 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11947
23e5b8cb
AO
11948 * manual/time.texi: Document MTASC-safety properties.
11949
11087373
AO
11950 * manual/string.texi: Document MTASC-safety properties.
11951
5da2c93d
AO
11952 * manual/threads.texi: Document MTASC-safety properties.
11953
171e9210
AO
11954 * manual/stdio.texi: Document MTASC-safety properties.
11955
d9e02532
AO
11956 * manual/syslog.texi: Document MTASC-safety properties.
11957
6af8bab7
AO
11958 * manual/sysinfo.texi: Document MTASC-safety properties.
11959
663b02d7
AO
11960 * manual/startup.texi: Document MTASC-safety properties.
11961
973f180b
AO
11962 * manual/socket.texi: Document MTASC-safety properties.
11963
8f3c25c8
AO
11964 * manual/signal.texi: Document MTASC-safety properties.
11965
542210fb
AO
119662014-01-31 Alexandre Oliva <aoliva@redhat.com>
11967
11968 * manual/setjmp.texi: Document MTASC-safety properties.
11969
433c45a2
AO
11970 * manual/search.texi: Document MTASC-safety properties.
11971
c8ce789c
AO
11972 * manual/resource.texi: Document MTASC-safety properties.
11973
19f5d29c
AO
11974 * manual/process.texi: Document MTASC-safety properties.
11975
e2dfb7f4
AO
11976 * manual/platform.texi: Document MTASC-safety properties.
11977
8c1413f5
AO
11978 * manual/pipe.texi: Document MTASC-safety properties.
11979
03483ada
AO
11980 * manual/pattern.texi: Document MTASC-safety properties.
11981
29e7e2df
AO
11982 * manual/message.texi: Document MTASC-safety properties.
11983
9f529d7c
AO
11984 [BZ #12751]
11985 * manual/memory.texi: Document MTASC-safety properties.
11986
27aaa791
AO
11987 * manual/math.texi: Document MTASC-safety properties.
11988
f2d58726
AO
11989 * manual/locale.texi: Document MTASC-safety properties.
11990
2cc3615c
AO
11991 * manual/llio.texi: Document MTASC-safety properties.
11992
d9f0ec97
AO
11993 * manual/libdl.texi: New.
11994
e7c4409a
AO
11995 * manual/lang.texi: Document MTASC-safety properties.
11996
27bdc63c
AO
11997 * manual/job.texi: Document MTASC-safety properties.
11998
a7b90ea9
AO
11999 * manual/getopt.texi: Document MTASC-safety properties.
12000
c49130e3
AO
12001 * manual/ctype.texi: Document MTASC-safety properties.
12002
0d23a5c1
MR
120032014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
12004
12005 [BZ #16046]
12006 * csu/libc-tls.c (static_map): Remove variable.
12007 (__libc_setup_tls): Use main executable's link map for TLS data.
12008 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
12009 casing for LM_ID_BASE and GL(dl_nns).
12010 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
12011 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
12012 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
12013 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
12014 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
12015 member.
12016 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
12017 l_phnum members.
12018
0037bb60
AO
120192014-01-30 Alexandre Oliva <aoliva@redhat.com>
12020
12021 * manual/debug.texi: Document MTASC-safety properties.
12022
409e00bd
L
120232014-01-29 H.J. Lu <hongjiu.lu@intel.com>
12024
12025 [BZ #16510]
12026 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
12027 of __x86_64__ when disabling x87 inline functions.
12028
86e60666
AO
120292014-01-29 Alexandre Oliva <aoliva@redhat.com>
12030
12031 * manual/charset.texi: Document MTASC-safety properties.
12032
76167637
AO
12033 * manual/crypt.texi: Document MTASC-safety properties.
12034
e567f2a0
AO
12035 * manual/conf.texi: Document MTASC-safety properties.
12036
b719dafd
AO
12037 * manual/arith.texi: Document MTASC-safety properties.
12038
4a16c662
AO
12039 * manual/argp.texi: Document MTASC-safety properties.
12040
0a57b83e
AO
12041 * manual/macros.texi: Introduce macros to document multi
12042 thread, asynchronous signal and asynchronous cancellation
12043 safety properties.
12044 * manual/intro.texi: Introduce the properties themselves.
12045
feab2397
KK
120462014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12047
12048 * sysdeps/sh/sh4/Makefile: New file.
12049
1c0d11bc
AS
120502014-01-27 Andreas Schwab <schwab@linux-m68k.org>
12051
12052 * math/gen-libm-test.pl ($srcdir): New variable.
12053 ($auto_input): Use it.
12054
af37a8a3
SP
120552014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12056
d7b00f98
SP
12057 [BZ #16506]
12058 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
12059 access beyond array bounds when parsing netgroups file.
12060
af37a8a3
SP
12061 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
12062 the old buffer before realloc.
12063
0c00f062
AM
120642014-01-27 Allan McRae <allan@archlinux.org>
12065
12066 * po/fr.po: Update French translation from translation project.
12067
7d69a1b0
KK
120682014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12069
12070 * sysdeps/sh/libm-test-ulps: Regenerate.
12071
6e697ff7
DM
120722014-01-24 David S. Miller <davem@davemloft.net>
12073
12074 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
12075
9cadb35c
KK
120762014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12077
12078 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
12079 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
12080
5d41dadf
SP
120812013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
12082
12083 [BZ #16474]
12084 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
12085 string pointers after reallocation.
12086
0bad441c
KK
120872014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12088
12089 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
12090 __SH4A__ instead of __SH_FPU_ANY__.
12091
7007c661
KK
120922014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
12093
12094 * sysdeps/sh/fpu_control.h: New file.
12095 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
12096 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
12097 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
12098 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
12099 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
12100 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
12101 * sysdeps/sh/sys/ucontext.h: Remove.
12102 * sysdeps/sh/sys: Remove directory.
12103
0f0c35e4
AK
121042014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12105
12106 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
12107 s390/sys/ucontext.h.
12108 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12109 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
12110
4959e284
L
121112014-01-20 H.J. Lu <hongjiu.lu@intel.com>
12112
12113 [BZ #15605]
12114 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
12115
d98720e0
AZ
121162014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12117
12118 [BZ#16431]
12119 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
12120 Adjust the vDSO correctly for internal calls.
12121 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
12122
91cbd0bc
AM
121232014-01-20 Allan McRae <allan@archlinux.org>
12124
12125 * po/ca.po: Update Catalan translation from translation project.
12126
7a02cfad
MF
121272014-01-16 Mike Frysinger <vapier@gentoo.org>
12128
12129 * sysdeps/s390/sotruss-lib.c: New file.
12130
736c304a
AZ
121312014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12132
12133 [BZ#16430]
6e077ee5 12134 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
12135 (__GI___gettimeofday): Alias for a different internal symbol to avoid
12136 local calls issues by not having a PLT stub required for IFUNC calls.
12137 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
12138
94d0cea0
JM
121392014-01-16 Joseph Myers <joseph@codesourcery.com>
12140
12141 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
12142 * math/test-fpucw-static.c: Likewise.
12143
980cb518
SP
121442013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
12145
12146 [BZ #16453]
12147 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
12148
2393fc01
AZ
121492014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12150
12151 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
12152 implementation for powerpc.
12153
d359bcc2
OB
121542014-01-15 Ondřej Bílka <neleai@seznam.cz>
12155
12156 [BZ #14782]
12157 * sysdeps/posix/system.c (__libc_system): Do not enable
12158 asynchronous cancellation.
12159
7beb48cb
AK
121602014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12161
12162 [BZ #16427]
12163 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
12164 handling only for numbers special also in the IEEE case.
12165
c20d5bf5
AK
121662014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12167
12168 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12169
e83bd4ee
AM
121702014-01-11 Allan McRae <allan@archlinux.org>
12171
76d0ea69
AM
12172 * po/bg.po: Update Bulgarian translation from translation project.
12173
e83bd4ee
AM
12174 * po/de.po: Update German translation from translation project.
12175
bc2ba20a
RM
121762014-01-10 Roland McGrath <roland@hack.frob.com>
12177
12178 * sysdeps/generic/gcc-compat.h: New file.
12179
649ecea2
SP
121802014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12181
12182 * benchtests/asin-inputs: Correct slow inputs.
12183 * benchtests/acos-inputs: Likewise.
12184
1b19c006
AM
121852014-01-10 Allan McRae <allan@archlinux.org>
12186
a46dab08
AM
12187 * po:sv.po: Update Swedish translation from translation project.
12188
421df74a
AM
12189 * po/vi.po: Update Vietnamese translation from translation project.
12190
d61c51a7
AM
12191 * po/eo.po: Update Esperanto translation from translation project.
12192
0339a319
AM
12193 * po/cs.po: Update Czech translation from translation project.
12194
94ad3e99
AM
12195 * po/nl.po: Update Dutch translation from translation project.
12196
e349ca71
AM
12197 * po/pl.po: Update Polish translation from translation project.
12198
ddf930c1
AM
12199 * po/ru.po: Update Russian translation from translation project.
12200
1b19c006
AM
12201 * po/uk.po: Update Ukrainian translation from translation project.
12202
9f236c49
BM
122032014-01-08 Brooks Moses <bmoses@google.com>
12204
12205 * elf/dl-load.c: Fix comment typo.
12206
cd6701cf
CD
122072014-01-08 Carlos O'Donell <carlos@redhat.com>
12208
12209 * po/header.pot: Rename to...
12210 * po/pot.header: ... this.
12211 * po/Makefile: Use pot.header.
12212
66671c84
YK
122132014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
12214 Maxim Kuvyrkov <maxim@kugelworks.com>
12215
12216 [BZ #16394]
cd6701cf
CD
12217 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
12218 SRC and DEST against LEN.
66671c84 12219
38f34581
AZ
122202014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12221
12222 [BZ #16414]
12223 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
12224 implementation.
12225 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
12226
122272014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
12228
12229 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12230
4c327f2a
JM
122312014-01-08 Joseph Myers <joseph@codesourcery.com>
12232
12233 [BZ #16408]
12234 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
12235 for large positive arguments.
12236
b821f414
JM
122372014-01-07 Joseph Myers <joseph@codesourcery.com>
12238
1f0f2067
JM
12239 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12240
a5a326f6
JM
12241 * math/auto-libm-test-in: Mark various tests with
12242 xfail-rounding:ldbl-128ibm.
12243 * math/auto-libm-test-out: Regenerated.
12244
b821f414
JM
12245 [BZ #16407]
12246 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
12247 Increase overflow threshold.
12248
94c8a4bc
OB
122492014-01-07 Ondřej Bílka <neleai@seznam.cz>
12250
12251 [BZ #14286]
12252 * stdio-common/vfprintf.c: Check for integer overflow.
12253
87ded0c3
AK
122542014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12255
12256 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
12257 the first argument and return value of __tls_get_addr_internal.
12258
c5eebdd0
AK
122592014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12260
12261 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
12262 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
12263
05d138ef
AK
122642014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
12265
12266 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
12267 * sysdeps/s390/rtld-global-offsets.sym: New file.
12268 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
12269 GLIBC_2.19 symbol.
12270 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
12271 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
12272 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
12273 ... this.
12274 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
12275 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
12276 ... this.
12277 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12278 Regenerate.
12279 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12280 Regenerate.
12281 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
12282 halfs of GPRs for high_gprs contexts.
12283 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
12284 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
12285 field.
12286 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
12287 uc_flags field.
12288 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
12289 64 bit versions:
12290 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
12291 for high GPRs (uc_high_gprs) and for future extensions
12292 (__reserved).
12293 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
12294 for future extensions (__reserved).
12295 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
12296 64 bit versions:
12297 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
12298 SC_HIGHGPRS offset definition.
12299 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
12300 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
12301
93a45ff1
AK
12302 * Versions.def: Add GLIBC_2.19 for libpthread.
12303 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
12304 siglongjmp for libpthread with GLIBC_2.19 symver.
12305 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
12306 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
12307 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
12308 * sysdeps/s390/__longjmp.c: New file.
12309 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
12310 * sysdeps/s390/longjmp.c: New file.
12311 * sysdeps/s390/setjmp.S: New file.
12312 * sysdeps/s390/sigjmp.S: New file.
12313 * sysdeps/s390/v1-longjmp.c: New file.
12314 * sysdeps/s390/v1-setjmp.h: New file.
12315 * sysdeps/s390/v1-sigjmp.c: New file.
12316 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
12317 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
12318 GLIBC_2.19 version.
12319 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
12320 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
12321 versioned symbols for ____longjmp_chk.
12322 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
12323 Likewise.
12324 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
12325 Regenerate.
12326 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
12327 Regenerate.
12328 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
12329 Regenerate.
12330 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
12331 Regenerate.
12332 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
12333 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
12334 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
12335 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
12336 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
12337 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
12338 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
12339 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
12340 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
12341 * sysdeps/s390/rtld-__longjmp.c: New file.
12342 * sysdeps/s390/rtld-setjmp.S: New file.
12343
eb3fc44b
JM
123442014-01-06 Joseph Myers <joseph@codesourcery.com>
12345
12346 [BZ #16400]
12347 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12348 Return -__logl (x) for small positive arguments without evaluating
12349 a polynomial.
12350
9341dde4
MF
123512014-01-06 Mike Frysinger <vapier@gentoo.org>
12352
12353 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
12354 Rename to ...
12355 (__ptrace_peeksiginfo_args): ... this.
12356 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
12357 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
12358 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
12359
4cff0293
AM
123602014-01-06 Allan McRae <allan@archlinux.org>
12361
12362 * inet/netinet/in.h: Fix typo in comment.
12363
75595dcf
AJ
123642014-01-05 Andreas Jaeger <aj@suse.de>
12365
12366 * sysdeps/i386/fpu/libm-test-ulps: Update.
12367
79c1e109
AM
123682014-01-05 Allan McRae <allan@archlinux.org>
12369
dd804818
AM
12370 * po/libc.pot: Regenerated.
12371
79c1e109
AM
12372 * malloc/memusagestat.c: Fix gettext call formatting.
12373
0c813d1f
SK
123742014-01-04 Sami Kerola <kerolasa@iki.fi>
12375
12376 * nscd/nscd.c: Improve usage() output.
12377
20f4a8d9
MF
123782014-01-04 Mike Frysinger <vapier@gentoo.org>
12379
12380 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
12381 * sysdeps/unix/sysv/linux/configure: Regenerated.
12382 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
12383 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
12384
22562bb2
JM
123852014-01-03 Joseph Myers <joseph@codesourcery.com>
12386
12387 [BZ #16390]
12388 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
12389 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
12390
d7ad2d9b
AZ
123912014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12392
12393 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
12394 extra tokens at end of #undef directive.
12395 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
12396 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
12397 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
12398
7dd009d8
JM
123992014-01-03 Joseph Myers <joseph@codesourcery.com>
12400
24db925a
JM
12401 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
12402
7dd009d8
JM
12403 * math/auto-libm-test-in: Mark various tests with
12404 xfail-rounding:ldbl-128ibm.
12405 * math/auto-libm-test-out: Regenerated.
12406
396e3ecf
JM
124072014-01-02 Joseph Myers <joseph@codesourcery.com>
12408
819e5d50
JM
12409 [BZ #16386]
12410 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
12411 numbers with subnormal high part when calculating exponent.
12412
90b6a1e5
JM
12413 [BZ #16385]
12414 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
12415 fabs.
12416
396e3ecf
JM
12417 [BZ #16384]
12418 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
12419 M_LN2l.
12420 (__ieee754_acoshl): Use __log1pl not __log1p.
12421
6c8dbf00
OB
124222013-01-02 Ondřej Bílka <neleai@seznam.cz>
12423
57f41c40
AS
12424 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
12425 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
12426 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
12427 (grow_heap, heap_trim, _int_new_arena, get_free_list)
12428 (reused_arena, arena_get2): Convert to GNU style.
12429 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
12430 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
12431 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 12432 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
12433 * malloc/malloc.c (__malloc_assert, malloc_init_state)
12434 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12435 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12436 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12437 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12438 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 12439 * malloc/malloc.h: Likewise.
57f41c40
AS
12440 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12441 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 12442 * malloc/mcheck.h: Likewise.
57f41c40
AS
12443 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12444 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
12445 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12446 * malloc/morecore.c (__default_morecore): Likewise.
12447 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
12448 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12449 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12450 (print_and_abort): Likewise.
6c8dbf00
OB
12451 * malloc/obstack.h: Likewise.
12452 * malloc/set-freeres.c (__libc_freeres): Likewise.
12453 * malloc/tst-mallocstate.c (main): Likewise.
12454 * malloc/tst-mtrace.c (main): Likewise.
12455 * malloc/tst-realloc.c (do_test): Likewise.
12456
d4124212
SP
124572013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
12458
9a3c6a6f
SP
12459 [BZ #16366]
12460 * nscd/netgroupcache.c (do_notfound): New function.
12461 (addgetnetgrentX): Use it.
12462
d4124212
SP
12463 [BZ # 16365]
12464 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12465 NSS_STATUS_NOTFOUND.
12466
97b9a009
JM
124672014-01-01 Joseph Myers <joseph@codesourcery.com>
12468
12469 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12470 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12471
d4697bc9
AM
124722014-01-01 Allan McRae <allan@archlinux.org>
12473
ddb3687f
AM
12474 * scripts/update-copyrights: Update configure input file suffix.
12475
88726d48
AM
12476 * NEWS: Update copyright year.
12477 * catgets/gencat.c: Likewise.
12478 * csu/version.c: Likewise.
12479 * debug/catchsegv.sh: Likewise.
12480 * debug/pcprofiledump.c: Likewise.
12481 * debug/xtrace.sh: Likewise.
12482 * elf/ldconfig.c: Likewise.
12483 * elf/ldd.bash.in: Likewise.
12484 * elf/pldd.c: Likewise.
12485 * elf/sotruss.ksh: Likewise.
12486 * elf/sprof.c: Likewise.
12487 * iconv/iconv_prog.c: Likewise.
12488 * iconv/iconvconfig.c: Likewise.
12489 * locale/programs/locale.c: Likewise.
12490 * locale/programs/localedef.c: Likewise.
12491 * login/programs/pt_chown.c: Likewise.
12492 * malloc/memusage.sh: Likewise.
12493 * malloc/memusagestat.c: Likewise.
12494 * malloc/mtrace.pl: Likewise.
12495 * manual/libc.texinfo: Likewise.
12496 * nscd/nscd.c: Likewise.
12497 * nss/getent.c: Likewise.
12498 * nss/makedb.c: Likewise.
12499 * posix/getconf.c: Likewise.
12500 * scripts/test-installation.pl: Likewise.
12501
d4697bc9
AM
12502 * All files with FSF copyright notices: Update copyright dates
12503 using scripts/update-copyrights.
12504 * intl/plural.c: Regenerated.
12505 * locale/programs/charmap-kw.h: Likewise.
12506 * locale/programs/locfile-kw.h: Likewise.
12507
c8590f9d
MF
125082013-12-31 Mike Frysinger <vapier@gentoo.org>
12509
12510 * sysdeps/unix/sysv/linux/configure: Regenerated.
12511 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12512 the linux/fanotify.h header.
12513 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12514 HAVE_LINUX_FANOTIFY_H is defined.
12515
b19221b9
SP
125162013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
12517
dd1d85e5
SP
12518 * benchtests/cos-inputs: New inputs.
12519 * benchtests/sin-inputs: Likewise.
12520
1acbb90f
SP
12521 * benchtests/atan-inputs: New inputs. Fix name of multiple
12522 precision fallback inputs.
12523
4c012ed3
SP
12524 * benchtests/atanh-inputs: New inputs.
12525 * benchtests/tanh-inputs: Likewise.
12526
eff98324
SP
12527 * benchtests/acosh-inputs: New inputs.
12528 * benchtests/asinh-inputs: Likewise.
12529
ce641152
SP
12530 * benchtests/cosh-inputs: New inputs.
12531 * benchtests/sinh-inputs: Likewise.
12532
b19221b9
SP
12533 * benchtests/acos-inputs: Add more inputs.
12534 * benchtests/asin-inputs: Likewise.
12535
030a4976 125362013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 12537
030a4976 12538 [BZ #16375]
9dcc8f11
VS
12539 * manual/arith.texi: Fix spelling.
12540 * manual/charset.texi: Likewise.
12541 * manual/errno.texi: Likewise.
12542 * manual/filesys.texi: Likewise.
12543 * manual/lang.texi: Likewise.
12544 * manual/llio.texi: Likewise.
12545 * manual/locale.texi: Likewise.
12546 * manual/message.texi: Likewise.
12547 * manual/resource.texi: Likewise.
12548 * manual/search.texi: Likewise.
12549 * manual/setjmp.texi: Likewise.
12550 * manual/stdio.texi: Likewise.
12551 * manual/string.texi: Likewise.
12552 * manual/sysinfo.texi: Likewise.
12553 * manual/time.texi: Likewise.
12554
11520a57
CD
125552013-12-27 Carlos O'Donell <carlos@redhat.com>
12556
12557 * po/sl.po: New file.
12558
471103ae
MF
125592013-12-27 Mike Frysinger <vapier@gentoo.org>
12560
12561 * .gitignore: Add core/.gdbinit/.gdb_history.
12562
6c9642ed
AM
125632013-12-27 Allan McRae <allan@archlinux.org>
12564
12565 [BZ #16369]
12566 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12567 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12568
3f637079
BM
125692013-12-24 Brooks Moses <bmoses@google.com>
12570
12571 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12572 all compilers that claim C++98 compliance, not just GCC.
12573 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12574 Likewise.
12575
abc26e99
MK
125762013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
12577
12578 * NEWS: Restore accidentally deleted bug-fix entries.
12579
362b47fe
MK
125802013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
12581 Ondřej Bílka <neleai@seznam.cz>
12582
12583 [BZ #15073]
12584 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 12585 have_lock.
362b47fe 12586
b9bcbbcb
OB
125872013-12-23 Ondřej Bílka <neleai@seznam.cz>
12588
12589 [BZ #12986]
12590 * manual/stdio.texi (String Input Conversions): Clarify that character
12591 classes are not supported.
12592
fb55fcd2
AZ
125932013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12594
12595 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12596
ef7344f0
JM
125972013-12-22 Joseph Myers <joseph@codesourcery.com>
12598
4f40e4b3
JM
12599 [BZ #16337]
12600 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12601 Calculate results for small negative arguments directly rather
12602 than using reflection formula with special underflow handling.
12603
ef7344f0
JM
12604 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12605 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12606 sysdeps/unix/bsd/bsd4.4/syscalls.list.
12607 (fchflags): Likewise.
12608 (revoke): Likewise.
12609 (setlogin): Likewise.
12610 (sigaltstack): Likewise.
12611 (wait4): Likewise.
12612 (sigblock): Remove.
12613 (sigsetmask): Likewise.
12614 (wait3): Likewise.
12615 (waitpid): Likewise.
12616 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12617 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12618 file.
12619 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12620 * sysdeps/unix/bsd/Makefile: ... here.
12621 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12622 * sysdeps/unix/bsd/Versions: ... here.
12623 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12624 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12625 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12626 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12627 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12628 * sysdeps/unix/bsd/sigblock.c: ... here.
12629 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12630 * sysdeps/unix/bsd/sigsetmask.c: ... here.
12631 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12632 * sysdeps/unix/bsd/sigvec.c: ... here.
12633 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12634 * sysdeps/unix/bsd/tcdrain.c: ... here.
12635 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12636 * sysdeps/unix/bsd/tcgetattr.c: ... here.
12637 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12638 * sysdeps/unix/bsd/tcsetattr.c: ... here.
12639 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12640 * sysdeps/unix/bsd/wait.c: ... here.
12641 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12642 * sysdeps/unix/bsd/wait3.c: ... here.
12643 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12644 * sysdeps/unix/bsd/waitpid.c: ... here.
12645
5b0626b9
JM
126462013-12-21 Joseph Myers <joseph@codesourcery.com>
12647
12648 [BZ #16356]
12649 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12650 round-to-nearest for [!USE_AS_EXPM1L].
12651 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12652 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
12653 more tests of exp and exp10. Expect some exp10 tests to miss
12654 exceptions or fail in directed rounding modes.
12655 * math/auto-libm-test-out: Regenerated.
12656 * math/libm-test.inc (exp10_tonearest_test_data): New array.
12657 (exp10_test_tonearest): New function.
12658 (exp10_towardzero_test_data): New array.
12659 (exp10_test_towardzero): New function.
12660 (exp10_downward_test_data): New array.
12661 (exp10_test_downward): New function.
12662 (exp10_upward_test_data): New array.
12663 (exp10_test_upward): New function.
12664 (main): Call the new functions.
12665 * sysdeps/i386/fpu/libm-test-ulps: Update.
12666 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12667
7fda5682
JM
126682013-12-20 Joseph Myers <joseph@codesourcery.com>
12669
31e3a405
JM
12670 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12671 asinh, atan, atan2, atanh, cbrt, cos and cosh.
12672 * math/auto-libm-test-out: Regenerated.
12673 * math/libm-test.inc (acosh_test_data): Add more tests.
12674 (atanh_test_data): Likewise.
12675 (ceil_test_data): Likewise.
12676 (copysign_test_data): Likewise.
12677 * sysdeps/i386/fpu/libm-test-ulps: Update.
12678 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12679
85bff96a
JM
12680 * timezone/checktab.awk: Update from tzcode 2013i.
12681 * timezone/private.h: Likewise.
12682 * timezone/scheck.c: Likewise.
12683 * timezone/tzfile.h: Likewise.
12684 * timezone/tzselect.ksh: Likewise.
12685 * timezone/zdump.c: Likewise.
12686 * timezone/zic.c: Likewise.
12687
b7867a3b
JM
12688 * math/auto-libm-test-in: Add tests of cpow.
12689 * math/auto-libm-test-out: Regenerated.
12690 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 12691 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
12692 mpc_cc_c.
12693 (func_calc_desc): Add mpc_cc_c union field.
12694 (test_functions): Add cpow.
12695 (special_fill_2pi): New function.
12696 (special_real_inputs): Add 2pi.
12697 (calc_generic_results): Handle mpc_cc_c.
12698 * sysdeps/i386/fpu/libm-test-ulps: Update.
12699 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12700
7fda5682
JM
12701 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12702 csqrt, ctan and ctanh.
12703 * math/auto-libm-test-out: Regenerated.
12704 * math/libm-test.inc (TEST_COND_x86_64): New macro.
12705 (TEST_COND_x86): Likewise.
12706 (ccos_test_data): Use AUTO_TESTS_c_c.
12707 (ccosh_test_data): Likewise.
12708 (cexp_test_data): Likewise.
12709 (clog_test_data): Likewise.
12710 (csqrt_test_data): Likewise.
12711 (ctan_test_data): Likewise.
12712 (ctan_tonearest_test_data): Likewise.
12713 (ctan_towardzero_test_data): Likewise.
12714 (ctan_downward_test_data): Likewise.
12715 (ctan_upward_test_data): Likewise.
12716 (ctanh_test_data): Likewise.
12717 (ctanh_tonearest_test_data): Likewise.
12718 (ctanh_towardzero_test_data): Likewise.
12719 (ctanh_downward_test_data): Likewise.
12720 (ctanh_upward_test_data): Likewise.
12721 * math/gen-auto-libm-tests.c (func_calc_method): Add value
12722 mpc_c_c.
12723 (func_calc_desc): Add mpc_c_c union field.
12724 (FUNC_mpc_c_c): New macro.
12725 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12726 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12727 ctanh.
12728 (special_fill_min_subnorm_p120): New function.
12729 (special_real_inputs): Add min_subnorm_p120.
12730 (calc_generic_results): Handle mpc_c_c.
12731 * sysdeps/i386/fpu/libm-test-ulps: Update.
12732 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12733
5ff8d60e
SP
127342013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
12735
57f41c40
AS
12736 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12737 (do_sin_slow): New functions.
12738 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12739 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 12740
84ba214c
SP
12741 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12742 Use M to change sign of result instead of X. Assume X is
12743 positive.
12744 (csloww1): Likewise.
12745 (__sin): Adjust.
12746 (__cos): Adjust.
12747
975195e4
SP
12748 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12749 arguments A and DA.
12750 (__sin): Adjust.
12751 (__cos): Likewise.
12752
5ff8d60e
SP
12753 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12754 (__cos): Likewise.
12755 (sloww1): Don't adjust sign of DX.
12756 (csloww1): Likewise.
12757 (sloww2): Use X directly and don't adjust sign of DX.
12758 (csloww2): Likewise.
12759
eb983568
JM
127602013-12-19 Joseph Myers <joseph@codesourcery.com>
12761
64a17f1a
JM
12762 * math/auto-libm-test-in: Add tests of cabs and carg.
12763 * math/auto-libm-test-out: Regenerated.
12764 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12765 (carg_test_data): Likewise.
12766 * math/gen-auto-libm-tests.c (func_calc_method): Add value
12767 mpc_c_f.
12768 (func_calc_desc): Add mpc_c_f union field.
12769 (test_functions): Add cabs and carg.
12770 (calc_generic_results): Handle mpc_c_f.
12771
eb983568
JM
12772 * sysdeps/powerpc/powerpc32/libgcc-compat.S
12773 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12774 as a macro and a compat symbol.
12775 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12776 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12777 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12778 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12779 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12780 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12781 not use .hidden.
12782 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12783 Likewise.
12784 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12785 Likewise.
12786 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12787 Likewise.
12788 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12789 Likewise.
12790 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12791 Likewise.
12792 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12793 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12794 from GLIBC_2.3.2.
12795
6eeb678a
AZ
127962013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12797
12798 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12799
6f6fc482
JM
128002013-12-19 Joseph Myers <joseph@codesourcery.com>
12801
21fea2e2
JM
12802 * manual/texinfo.tex: Update to version 2013-11-26.10 with
12803 trailing whitespace removed.
12804 * scripts/config.guess: Update to version 2013-11-29.
12805 * scripts/config.sub: Update to version 2013-10-01.
12806
6f6fc482
JM
12807 * math/auto-libm-test-in: Add tests of sincos.
12808 * math/auto-libm-test-out: Regenerated.
12809 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12810 * math/gen-auto-libm-tests.c (func_calc_method): Add value
12811 mpfr_f_11.
12812 (func_calc_desc): Add mpfr_f_11 union field.
12813 (test_functions): Add sincos.
12814 (calc_generic_results): Handle mpfr_f_11.
12815 * sysdeps/i386/fpu/libm-test-ulps: Update.
12816 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12817
83f5c32d
AS
128182013-12-19 Andreas Schwab <schwab@suse.de>
12819
12820 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12821 CALL_MCOUNT.
12822 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12823 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12824 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12825
c688b419
JM
128262013-12-19 Joseph Myers <joseph@codesourcery.com>
12827
335ee092
JM
12828 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12829 * sysdeps/i386/fpu/libm-test-ulps: Update.
12830 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12831
f88acd39
JM
12832 [BZ #16293]
12833 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12834 round-to-nearest mode when using frndint.
12835 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12836 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12837 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12838 Likewise.
12839 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
12840 sinh test to fail.
12841 * math/auto-libm-test-out: Regenerated.
12842 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12843 (TEST_COND_x86): Likewise.
12844 (expm1_tonearest_test_data): New array.
12845 (expm1_test_tonearest): New function.
12846 (expm1_towardzero_test_data): New array.
12847 (expm1_test_towardzero): New function.
12848 (expm1_downward_test_data): New array.
12849 (expm1_test_downward): New function.
12850 (expm1_upward_test_data): New array.
12851 (expm1_test_upward): New function.
12852 (main): Run the new test functions.
12853 * sysdeps/i386/fpu/libm-test-ulps: Update.
12854 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12855
c688b419
JM
12856 * include/features.h: Update comment documenting feature test
12857 macros. Mention _DEFAULT_SOURCE in comment.
12858 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12859 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12860 _BSD_SOURCE and _SVID_SOURCE.
12861 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12862 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12863 !_SVID_SOURCE]: Likewise.
12864 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12865 (__USE_POSIX_IMPLICITLY): Define.
12866 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12867 (_POSIX_SOURCE): Undefine and redefine.
12868 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12869 (_POSIX_C_SOURCE): Likewise.
12870 * manual/creature.texi (_DEFAULT_SOURCE): Document.
12871 (Feature Test Macros): Update documentation of default features.
12872
9f6e964c
RS
128732013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12874
12875 * benchtests/Makefile: Add bench-strtok.
12876 * benchtests/bench-strtok.c: New file: strtok benchtest.
12877
ee0a148a
AM
128782013-12-19 Allan McRae <allan@archlinux.org>
12879
12880 * manual/install.texi: Suppress menu for plain text output.
12881 * INSTALL: Regenerated.
12882
b9ab448f
BM
128832013-12-18 Brooks Moses <bmoses@google.com>
12884
12885 [BZ #15846]
12886 * misc/getauxval.c: Include errno.h.
12887 (__getauxval): Set errno to ENOENT if the requested type is not
12888 found.
12889 * misc/sys/auxv.h (getauxval): Document that it may set errno;
12890 don't declare with __attribute_const__.
12891 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12892 * manual/startup.texi: Document that getauxval sets errno.
12893
23776487
JM
128942013-12-18 Joseph Myers <joseph@codesourcery.com>
12895
f889953b
JM
12896 * math/auto-libm-test-in: Add tests of jn and yn.
12897 * math/auto-libm-test-out: Regenerated.
12898 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12899 (yn_test_data): Likewise.
12900 * math/gen-auto-libm-tests.c (func_calc_method): Add value
12901 mpfr_if_f.
12902 (func_calc_desc): Add mpfr_if_f union field.
12903 (FUNC_mpfr_if_f): New macro.
12904 (test_functions): Add jn and yn.
12905 (calc_generic_results): Assert type of second input for
12906 mpfr_ff_f. Handle mpfr_if_f.
12907 (output_for_one_input_case): Disable all checking for arguments
12908 fitting floating-point types in case of an integer argument.
12909 * sysdeps/i386/fpu/libm-test-ulps: Update.
12910 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12911
23776487
JM
12912 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12913 Don't expect fegetround reference in libm.so.
12914
cb756c6d
MS
129152013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
12916
12917 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12918 $(config-cflags-nofma).
12919
2dec468f
JM
129202013-12-18 Joseph Myers <joseph@codesourcery.com>
12921
5953eb3a
JM
12922 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12923 * math/auto-libm-test-out: Regenerated.
12924
2dec468f
JM
12925 [BZ #16338]
12926 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12927 to determine exponent and adjust argument to have exponent of -1.
12928 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12929 log2.
12930 * math/auto-libm-test-out: Regenerated.
12931 * sysdeps/i386/fpu/libm-test-ulps: Update.
12932 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12933
4d84e6ad
OB
129342013-12-18 Ondřej Bílka <neleai@seznam.cz>
12935
12936 * manual/probes.texi: Remove cases when per-thread arenas are
12937 disabled.
12938
1818483b
AS
129392013-12-18 Andreas Schwab <schwab@suse.de>
12940
12941 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12942 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12943 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12944 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12945 * sysdeps/i386/i686/multiarch/Makefile: Update.
12946 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12947
25de95bf
JM
129482013-12-17 Joseph Myers <joseph@codesourcery.com>
12949
12950 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12951 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12952
674762d9
PE
129532013-12-17 Paul Eggert <eggert@cs.ucla.edu>
12954
ed27ed83 12955 [BZ #15968]
0748546f
PE
12956 Support TZ transition times < 00:00:00.
12957 This is needed for version-3 tz-format files; it supports time
12958 stamps past 2037 for America/Godthab (the only entry in the tz
12959 database for which this change is relevant).
12960 * manual/time.texi (TZ Variable): Document transition times
12961 from -167:59:59 through -00:00:01.
12962 * time/tzset.c (tz_rule): Time of day is now signed.
12963 (__tzset_parse_tz): Parse negative time of day.
12964
4480e934
PE
12965 Document TZ transition times >= 25:00:00.
12966 * manual/time.texi (TZ Variable): Document transition times from
12967 25:00:00 through 167:59:59. These are already supported, and this
12968 support will help with version-3 tz-format files.
12969
69947401
PE
12970 * manual/time.texi (TZ Variable): Modernize North America example
12971 to reflect current (i.e., 2007-and-later) daylight saving rules.
12972
674762d9
PE
12973 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12974
7011c262
JM
129752013-12-17 Joseph Myers <joseph@codesourcery.com>
12976
2fc6557e
JM
12977 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12978 * sysdeps/unix/bsd/bits/stat.h: Likewise.
12979 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12980 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12981 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12982 * sysdeps/unix/bsd/bsdstat.h: Likewise.
12983 * sysdeps/unix/bsd/clock.c: Likewise.
12984 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12985 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12986 * sysdeps/unix/bsd/init-posix.c: Likewise.
12987 * sysdeps/unix/bsd/poll.c: Likewise.
12988 * sysdeps/unix/bsd/ptsname.c: Likewise.
12989 * sysdeps/unix/bsd/seekdir.c: Likewise.
12990 * sysdeps/unix/bsd/setegid.c: Likewise.
12991 * sysdeps/unix/bsd/seteuid.c: Likewise.
12992 * sysdeps/unix/bsd/setgid.c: Likewise.
12993 * sysdeps/unix/bsd/setrgid.c: Likewise.
12994 * sysdeps/unix/bsd/setruid.c: Likewise.
12995 * sysdeps/unix/bsd/setsid.c: Likewise.
12996 * sysdeps/unix/bsd/setuid.c: Likewise.
12997 * sysdeps/unix/bsd/sigaction.c: Likewise.
12998 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12999 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
13000 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
13001 * sysdeps/unix/bsd/telldir.c: Likewise.
13002 * sysdeps/unix/bsd/times.c: Likewise.
13003 * sysdeps/unix/bsd/usleep.c: Likewise.
13004
029c7b25
JM
13005 * misc/Makefile (install-lib): Remove libbsd-compat.a.
13006 ($(objpfx)libbsd-compat.a): Remove rule.
13007
7011c262
JM
13008 * include/features.h (__FAVOR_BSD): Do not define.
13009 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
13010 features conflicting with POSIX.
13011 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
13012 (_BSD_SOURCE): Remove description of not being a subset of other
13013 feature test macros.
13014 * manual/job.texi (getpgrp): Do not document BSD version.
13015 (getpgid): Do not document by reference to BSD getpgrp.
13016 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
13017 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
13018 * signal/signal.h [__FAVOR_BSD]: Likewise.
13019 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
13020 instead of making contents conditional on [__FAVOR_BSD].
13021 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
13022
affb6f78
AZ
130232013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13024
13025 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13026
c88769dd
JM
130272013-12-17 Joseph Myers <joseph@codesourcery.com>
13028
6432a540
JM
13029 [BZ #16314]
13030 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
13031 values below 2**-450, not 2**-500.
13032 * math/auto-libm-test-in: Don't allow spurious underflow from
13033 hypot.
13034 * math/auto-libm-test-out: Regenerated.
13035
c88769dd
JM
13036 [BZ #16316]
13037 [BZ #16330]
13038 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
13039 values of ha and hb and sort them after adjusting subnormal
13040 arguments.
13041 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
13042 Likewise.
13043 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
13044 values of ea and eb and sort them after adjusting subnormal
13045 arguments.
13046 * math/auto-libm-test-in: Do not expect some hypot tests of
13047 subnormals to fail. Add more hypot tests.
13048 * math/auto-libm-test-out: Regenerated.
13049
29618f6b
KK
130502013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13051
13052 [BZ #13304]
13053 * sysdeps/sh/s_fma.c: New file.
13054 * sysdeps/sh/s_fmaf.c: New file.
13055 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
13056 version.
13057 * sysdeps/sh/Implies: Add sh/soft-fp.
13058
eacfdfbf
RM
130592013-12-16 Roland McGrath <roland@hack.frob.com>
13060
13061 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
13062 level of indirection to members `objname', `errstring', `malloced'.
13063 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
13064 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
13065 it as the __longjmp argument (just pass 1 instead).
13066 (_dl_catch_error): Initialize C with argument pointers and address of
13067 volatile local ERRCODE rather than copying values out of C at return.
13068
ff362e5b
JM
130692013-12-16 Joseph Myers <joseph@codesourcery.com>
13070
13071 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
13072 * math/auto-libm-test-out: Regenerated.
13073 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
13074 (hypot_test_data): Likewise.
13075 (pow_test_data): Likewise.
13076 (pow_tonearest_test_data): Likewise.
13077 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13078 mpfr_ff_f.
13079 (func_calc_desc): Add mpfr_ff_f union field.
13080 (FUNC_mpfr_ff_f): New macro.
13081 (test_functions): Add atan2, hypot and pow.
13082 (special_fill_min): New function.
13083 (special_fill_minus_min): Likewise.
13084 (special_fill_min_subnorm): Likewise.
13085 (special_fill_minus_min_subnorm): Likewise.
13086 (special_real_inputs): Add min, -min, min_subnorm and
13087 -min_subnorm.
13088 (calc_generic_results): Handle mpfr_ff_f.
13089 * sysdeps/i386/fpu/libm-test-ulps: Update.
13090 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13091
5764c27f
WN
130922013-12-16 Will Newton <will.newton@linaro.org>
13093
13094 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
13095 (Aligned Memory Blocks): Add documentation for aligned_alloc
13096 and suggest it as an alternative to posix_memalign.
13097 (Hooks for Malloc): Document __memalign_hook is also called
13098 for aligned_alloc. (Summary of Malloc): Add summary for
13099 aligned alloc. Document __memalign_hook is also called
13100 for aligned_alloc.
13101
0a096e44
WN
131022013-12-16 Will Newton <will.newton@linaro.org>
13103
13104 * manual/memory.texi (Malloc Examples): Clarify default
13105 alignment documentation. Suggest posix_memalign rather
13106 than memalign or valloc.
13107 (Aligned Memory Blocks): Remove suggestion to use memalign
13108 or valloc. Remove obsolete comment about BSD.
13109 Document memalign errno values and mark the function obsolete.
13110 Document posix_memalign returned error codes. Mark valloc
13111 as obsolete. (Hooks for Malloc): __memalign_hook is also
13112 called for posix_memalign and valloc.
13113 (Summary of Malloc): Add posix_memalign to function summary.
13114 __memalign_hook is also called for posix_memalign and valloc.
13115
8d561986
SP
131162013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13117
13118 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
13119 TAYLOR_SIN.
13120 (__sin): Adjust.
13121 (__cos): Likewise.
13122 (sloww): Use mynumber union. Expand ternary operator into
13123 if-else statements.
13124 (cslow): use mynumber union.
13125
73616a74
AM
131262013-12-16 Allan McRae <allan@archlinux.org>
13127
9e8ac24b
AM
13128 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
13129 * configure: Regenerated.
13130
6f8e37eb
AM
13131 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
13132
8894bad3
AM
13133 [BZ #14120]
13134 * configure.ac: Added --enable-maintainer-mode. Check for
13135 autoconf when enabled.
13136 * configure: Regenerated.
13137
73616a74
AM
13138 * nscd/nscd.service: New file.
13139 * nscd/nscd.tmpfiles: New file.
13140
584b18eb
OB
131412013-12-14 Ondřej Bílka <neleai@seznam.cz>
13142
13143 [BZ #12100]
13144 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
13145 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
13146 * sysdeps/x86_64/multiarch/strstr.c: ... here.
13147 (strstr): Add __strstr_sse2_unaligned ifunc.
13148 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
13149 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
13150 (strcasestr): Remove __strcasestr_sse42 ifunc.
13151 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
13152 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
13153 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
13154
8a5c7897
KK
131552013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13156
13157 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
13158 * sysdeps/sh/bits/fenv.h: ... here.
13159 * sysdeps/sh/sh4/fpu/bits: Remove directory.
13160
fd712ef3
AZ
131612013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13162
13163 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
13164
42fcb46c
AZ
13165 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
13166 hypotf multiarch implementations.
13167 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
13168 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
13169 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
13170 multiarch hypot for PPC64.
13171 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
13172 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
13173 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
13174 multiarch hypotf for PPC64.
13175
83efded4
AZ
13176 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
13177 modff multiarch implementations.
13178 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
13179 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
13180 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
13181 multiarch modf for PPC64.
13182 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
13183 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
13184 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
13185 multiarch modff for PPC64.
13186
43e246d2
AZ
13187 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
13188 and logl multiarch implementations.
13189 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
13190 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
13191 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
13192 multiarch logb for PPC64.
13193 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
13194 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
13195 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
13196 multiarch logb for PPC64.
13197 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
13198 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
13199 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
13200 multiarch logb for PPC64.
13201
8fdad123
AZ
13202 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
13203 isinff multiarch implementation.
13204 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
13205 file.
13206 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
13207 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
13208 multiarch isinf for PPC64.
13209 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
13210 file.
13211 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
13212 multiarch isinff for PPC64.
13213
1481d706
AZ
13214 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
13215 finitef multiarch implementation.
13216 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
13217 file.
13218 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
13219 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
13220 multiarch finite for PPC64.
13221 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
13222 file.
13223 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
13224 multiarch finitef for PPC64.
13225
5ccd5fc8
AZ
13226 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
13227 lrint multiarch implementation.
13228 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
13229 file.
13230 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
13231 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
13232 multiarch llrint for PPC64.
13233 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
13234 multiarch lrint for PPC64.
13235
2568f3fa
AZ
13236 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
13237 copysignf multiarch implementation.
13238 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
13239 file.
13240 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
13241 file.
13242 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
13243 multiarch copysign for PPC64.
13244 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
13245 multiarch copysignf for PPC64.
13246
1cb341fd
AZ
13247 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
13248 multiarch implementation.
13249 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
13250 file.
13251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
13252 file.
13253 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
13254 file.
13255 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
13256 file.
13257 multiarch llround for PPC64.
13258 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
13259 multiarch trunc for PPC64.
13260 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
13261 multiarch truncf for PPC64.
13262
59a3e194
AZ
13263 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
13264 multiarch implementation.
13265 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
13266 file.
13267 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
13268 file.
13269 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
13270 file.
13271 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
13272 file.
13273 multiarch llround for PPC64.
13274 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
13275 multiarch round for PPC64.
13276 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
13277 multiarch roundf for PPC64.
13278
357fd3b4
AZ
13279 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
13280 multiarch implementation.
13281 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
13282 file.
13283 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
13284 file.
13285 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
13286 file.
13287 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
13288 file.
13289 multiarch llround for PPC64.
13290 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
13291 multiarch floor for PPC64.
13292 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
13293 multiarch floorf for PPC64.
13294
96770f12
AZ
13295 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
13296 multiarch implementation.
13297 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
13298 file.
13299 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
13300 file.
13301 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
13302 file.
13303 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
13304 file.
13305 multiarch llround for PPC64.
13306 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
13307 multiarch ceil for PPC64.
13308 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
13309 multiarch ceilf for PPC64.
13310
c3627f6e
AZ
13311 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13312 multiarch implementation.
13313 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
13314 file.
13315 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
13316 file.
13317 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
13318 file.
13319 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
13320 multiarch llround for PPC64.
13321 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
13322 multiarch lround for PPC64.
13323
b2284ad7
AZ
13324 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13325 multiarch implementation.
13326 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
13327 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
13328 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
13329 file.
13330 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
13331 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
13332 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
13333 multiarch isnan for PPC64.
13334 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
13335 multiarch isnanf for PPC64.
13336
69bbc63d
AZ
13337 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
13338 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
13339 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
13340 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
13341 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
13342 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
13343
c24517c9
AZ
13344 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
13345 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
13346 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
13347 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
13348
a52374e8
AZ
13349 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
13350 multiarch implementations.
13351 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13352 (__libc_ifunc_impl_list): Likewise.
13353 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
13354 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
13355 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
13356 multiarch stpcpy for PPC64.
13357
7f5ec113
AZ
13358 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
13359 multiarch implementations.
13360 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13361 (__libc_ifunc_impl_list): Likewise.
13362 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
13363 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
13364 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
13365 multiarch strcpy for PPC64.
13366
e28bcd42
AZ
13367 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
13368 redefine function name.
13369 (_wordcopy_fwd_dest_aligned): Likewise.
13370 (_wordcopy_bwd_aligned): Likewise.
13371 (_wordcopy_bwd_dest_aligned): Likewise.
13372 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
13373 multiarch implementations.
13374 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13375 (__libc_ifunc_impl_list): Likewise.
13376 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
13377 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
13378 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
13379 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
13380 multiarch wcscpy for PPC64.
13381
92cacfce
AZ
13382 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
13383 multiarch implementations.
13384 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13385 (__libc_ifunc_impl_list): Likewise.
13386 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
13387 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
13388 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
13389 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
13390 multiarch wcscpy for PPC64.
13391
7b714620
AZ
13392 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
13393 multiarch implementations.
13394 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13395 (__libc_ifunc_impl_list): Likewise.
13396 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
13397 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
13398 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
13399 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
13400 multiarch wcsrchr for PPC64.
13401
16fd2ae3
AZ
13402 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
13403 multiarch implementations.
13404 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13405 (__libc_ifunc_impl_list): Likewise.
13406 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
13407 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
13408 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
13409 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
13410 multiarch wcschr for PPC64.
13411
9ee2969b
AZ
13412 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
13413 multiarch implementations.
13414 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13415 (__libc_ifunc_impl_list): Likewise.
13416 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
13417 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
13418 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
13419 multiarch strchrnul for PPC64.
13420
372dc060
AZ
13421 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
13422 implementations.
13423 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13424 (__libc_ifunc_impl_list): Likewise.
13425 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
13426 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
13427 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
13428 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
13429 strchr for PPC64.
13430
24c2c3b9
AZ
13431 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13432 implementations.
13433 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13434 (__libc_ifunc_impl_list): Likewise.
13435 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13436 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13437 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13438 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13439 strncmp for PPC64.
13440
1c92d9a0
AZ
13441 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13442 multiarch implementations.
13443 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13444 (__libc_ifunc_impl_list): Likewise.
13445 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13446 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13447 strncasecmp for PPC64.
13448 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13449 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13450 multiarch strncasecmp_l for PPC64.
13451
17de3ee3
AZ
13452 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13453 multiarch implementations.
13454 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13455 (__libc_ifunc_impl_list): Likewise.
13456 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13457 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13458 multiarch strcasecmp for PPC64.
13459 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13460 file.
13461 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13462 multiarch strcasecmp_l for PPC64.
13463
62982bf9
AZ
13464 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13465 implementations.
13466 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13467 (__libc_ifunc_impl_list): Likewise.
13468 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13469 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13470 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13471 strnlen for PPC64.
13472
a65f4904
AZ
13473 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13474 implementations.
13475 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13476 (__libc_ifunc_impl_list): Likewise.
13477 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13478 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13479 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13480 strlen for PPC64.
13481
1fd005ad
AZ
13482 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13483 implementations.
13484 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13485 (__libc_ifunc_impl_list): Likewise.
13486 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13487 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13488 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13489 rawmemrchr for PPC64.
13490
cd05ba91
AZ
13491 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13492 implementation.
13493 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13494 (__libc_ifunc_impl_list): Likewise.
13495 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13496 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13497 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13498 memrchr for PPC64.
13499
870f8676
AZ
13500 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13501 implementation.
13502 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13503 (__libc_ifunc_impl_list): Likewise.
13504 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13505 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13506 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13507 memchr for PPC64.
13508
f00be62b
AZ
13509 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13510 implementation.
13511 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13512 (__libc_ifunc_impl_list): Likewise.
13513 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13514 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13515 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13516 mempcpy for PPC64.
13517
8a29a3d0
AZ
13518 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13519 avoid cretion of __bzero symbol.
13520 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13521 Likewise.
13522 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13523 Likewise.
13524 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13525 Likewise.
13526 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13527 multiarch implementations.
13528 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13529 (__libc_ifunc_impl_list): Likewise.
13530 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13531 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13532 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13533 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13534 bzero for PPC32.
13535 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13536 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13537 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13538 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13539 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13540 memset for PPC64.
13541 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13542
07253fcf
AZ
13543 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13544 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13545 implementations.
13546 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13547 (__libc_ifunc_impl_list): Likewise.
13548 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13549 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13550 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13551 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13552 memcmp for PPC64.
13553
b5beafbc
AZ
13554 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13555 multiarch for POWER/PPC64.
13556 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13557 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13558 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13559 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13560 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13561 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13562 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13563 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13564 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13565 memcpy for PPC64.
13566
5e6a4d4b
AZ
13567 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13568 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13569 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13570 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13571 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13572 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13573 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13574 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13575 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13576 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13577 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13578 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13579 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13580 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13581 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13582 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13583 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13584 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13585 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13587 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13589
ddfab6dc
KK
135902013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13591
13592 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13593
19b5525e
SP
135942013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
13595
13596 * benchtests/Makefile (bench): Add exp2 and log2.
13597 (LDLIBS-bench-exp2): Add -lm.
13598 (LDLIBS-bench-log2): Likewise.
13599 * benchtests/exp2-inputs: New inputs file.
13600 * benchtests/log2-inputs: New inputs file.
13601 * benchtests/log-inputs: Add new inputs.
13602 * benchtests/tan-inputs: Likewise.
13603
196f7f5d
SP
136042013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
13605
7a74607f
SP
13606 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13607 definition...
57f41c40
AS
13608 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13609 (csloww2): ... from here.
7a74607f 13610
196f7f5d
SP
13611 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13612 instead of structures.
13613 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13614 (POLYNOMIAL): Likewise.
13615 (TAYLOR_SLOW): Likewise.
13616 (__sin): Likewise.
13617 (__cos): Likewise.
13618 (slow1): Likewise.
13619 (slow2): Likewise.
13620 (sloww): Likewise.
13621 (sloww1); Likewise.
13622 (sloww2): Likewise.
13623 (bsloww1): Likewise.
13624 (bsloww2): Likewise.
13625 (cslow2): Likewise.
13626 (csloww): Likewise.
13627 (csloww1): Likewise.
13628 (csloww2): Likewise.
13629
0dfa665c
OB
136302013-12-10 Ondřej Bílka <neleai@seznam.cz>
13631
13632 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
13633 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13634 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
13635 * malloc/hooks.c (realloc_check): Likewise.
13636
5782a80f
OB
13637 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13638 * malloc/arena.c: Remove PER_THREAD conditional.
13639 [!PER_THREAD]: Remove code.
13640 (ptmalloc_unlock_all2): Likewise.
13641 (ptmalloc_init): Likewise.
13642 (_int_new_arena): Likewise.
13643 (arena_get2): Likewise.
13644 * malloc/hooks.c (__malloc_get_state): Likewise.
13645 (__malloc_set_state): Likewise.
13646 * malloc/malloc.c: Likewise.
13647 (struct malloc_state): Likewise.
13648 (struct malloc_par): Likewise.
13649 (__libc_realloc): Likewise.
13650 (__libc_mallopt): Likewise.
13651
aeb95445
AZ
136522013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13653
13654 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13655
e8349efd
OB
136562013-12-09 Ondřej Bílka <neleai@seznam.cz>
13657
13658 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13659 macro to a function. Check for zero perturb_byte.
13660 (_int_malloc, _int_free): Remove zero perturb_byte checks.
13661
f3eeb3fc 13662 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
13663 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13664 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
13665 force_reg by atomic_forced_read.
13666 * malloc/arena.c (ptmalloc_init): Likewise.
13667 * malloc/hooks.c (top_check): Likewise.
13668
be2f9009
AZ
136692013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13670
13671 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13672
e7b914bd
MT
136732013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
13674
13675 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13676
9f0be4f8
JM
136772013-12-08 Joseph Myers <joseph@codesourcery.com>
13678
13679 * math/auto-libm-test-in: Add tests of lgamma.
13680 * math/auto-libm-test-out: Regenerated.
13681 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13682 (M_LOG_2_SQRT_PIl): Likewise.
13683 (lgamma_test_data): Use AUTO_TESTS_f_f1.
13684 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13685 mpfr_f_f1.
13686 (func_calc_desc): Add mpfr_f_f1 union field.
13687 (ARGS1): New macro.
13688 (ARGS2): Likewise.
13689 (ARGS3): Likewise.
13690 (ARGS4): Likewise.
13691 (RET1): Likewise.
13692 (RET2): Likewise.
13693 (CALC): Likewise.
13694 (FUNC): Likewise.
13695 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13696 (test_functions): Add lgamma.
13697 (calc_generic_results): Handle mpfr_f_f1.
13698 * sysdeps/i386/fpu/libm-test-ulps: Update.
13699 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13700
24eeafdb
AZ
137012013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13702
13703 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13704 __mpn_add_n for PowerPC64/POWER7.
13705 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13706 __mpn_sub_n for PowerPC64/POWER7.
13707
4a2c0fd4
AZ
13708 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13709 __mpn_addmul_1 for PowerPC64.
13710 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13711 __mpn_submul_1 for PowerPC64.
13712 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13713 for PowerPC64.
13714 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13715 for PowerPC64.
13716
4b5b548c
FS
137172013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
13718
13719 [BZ #15089]
13720 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13721
0a3ac0aa
AZ
137222013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13723
13724 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13725
ccdc8438
AZ
13726 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13727 add multiarch folders.
13728 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13729 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13730 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13731 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13732 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13733 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13734 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13735 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13736 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13737 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13738 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13739 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13740 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13741 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13742 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13743 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13744 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13745
2e973d99
AZ
13746 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13747 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13748 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13749 New file.
13750 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13751 New file.
13752 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13753 multiarch __ieee754_hypot for PowerPC32.
13754 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13755 New file.
13756 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13757 New file.
13758 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13759 multiarch __ieee754_hypotf for PowerPC32.
13760
2d9470b2
AZ
13761 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13762 long_double_symbol only if __logbl is defined.
13763 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13764 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13765 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13766 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13767 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13768 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13769 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13770 path for implementation.
13771 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13772 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13773 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13774 logb, and logbl multiarch implementations for PowerPC32.
13775 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13776 file.
13777 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13778 file.
13779 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13780 multiarch logb for PowerPC32.
13781 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13782 file.
13783 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13784 file.
13785 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13786 multiarch logbf for PowerPC32.
13787 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13788 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13789 file.
13790 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13791 multiarch logbl implementation for PowerPC32.
13792
5212ffce
AZ
13793 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13794 and modff multiarch implementations.
13795 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13796 New file.
13797 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13798 New file.
13799 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13800 multiarch modf for PowerPC32.
13801 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13802 New file.
13803 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13804 New file.
13805 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13806 multiarch modff for PowerPC32.
13807
79dccf31
AZ
13808 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13809 and lrintf multiarch implementations.
13810 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13811 New file.
13812 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13813 New file.
13814 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13815 multiarch lrint for PowerPC32.
13816 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13817 file: multiarch lrintf for PowerPC32.
13818
deb66480
AZ
13819 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13820 and lroundf multiarch implementations.
13821 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13822 New file.
13823 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13824 New file.
13825 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13826 New file.
13827 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13828 multiarch lround for PowerPC32.
13829 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13830 file: multiarch lroundf for PowerPC32.
13831
264b036b
AZ
13832 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13833 copysign and copysignf multiarch implementations.
13834 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13835 New file.
13836 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13837 New file.
13838 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13839 file: multiarch copysign for PowerPC32.
13840 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13841 file: multiarch copysignf for PowerPC32.
13842
d47db6c9
AZ
13843 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13844 and truncf multiarch implementations.
13845 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13846 New file.
13847 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13848 file.
13849 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13850 multiarch trunc for PowerPC32.
13851 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13852 New file.
13853 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13854 New file.
13855 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13856 multiarch truncf for PowerPC32.
13857
ddb60b5a
AZ
13858 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13859 and roundf multiarch implementations.
13860 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13861 New file.
13862 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13863 file.
13864 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13865 multiarch round for PowerPC32.
13866 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13867 New file.
13868 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13869 New file.
13870 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13871 multiarch roundf for PowerPC32.
13872
bedcf49b
AZ
13873 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13874 and floorf multiarch implementations.
13875 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13876 New file.
13877 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13878 file.
13879 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13880 multiarch floor for PowerPC32.
13881 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13882 New file.
13883 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13884 New file.
13885 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13886 multiarch floorf for PowerPC32.
13887
35ae5b40
AZ
13888 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13889 and ceilf multiarch implementations.
13890 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13891 New file.
13892 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13893 file.
13894 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13895 multiarch ceil for PowerPC32.
13896 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13897 New file.
13898 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13899 file.
13900 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13901 multiarch ceilf for PowerPC32.
13902
ae1a4cd9
AZ
13903 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13904 is defined.
13905 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13906 FINITEF is defined.
13907 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13908 and finitef multiarch implementations.
13909 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13910 New file.
13911 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13912 file.
13913 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13914 multiarch finite for PowerPC32.
13915 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13916 New file.
13917 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13918 file: multiarch finitef for PowerPC32.
13919
64fffd65
AZ
13920 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13921 and isinff multiarch implementations.
13922 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13923 file.
13924 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13925 file.
13926 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13927 multiarch isinf for PowerPC32.
13928 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13929 New file.
13930 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13931 multiarch isinff for PowerPC32.
13932
8e4e7ba2
AZ
13933 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13934 alias when __isnan is defined.
13935 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13936 and isnanf multiarch implementations.
13937 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13938 file.
13939 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13940 file.
13941 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13942 file.
13943 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13944 file.
13945 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13946 multiarch isnan for PowerPC32.
13947 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13948 New file.
13949 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13950 New file.
13951 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13952 multiarch isnanf for PowerPC32.
13953
ddba588e
AZ
13954 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13955 and sqrtf multiarch implementations.
13956 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13957 file.
13958 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13959 file.
13960 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13961 multiarch sqrt for PowerPC32.
13962 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13963 file.
13964 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13965 file.
13966 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13967 multiarch sqrtf for PowerPC32.
13968
0f96a2f0
AZ
13969 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13970 and llroundf multiarch implementations.
13971 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13972 New file.
13973 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13974 New file.
13975 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13976 New file.
13977 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13978 file: multiarch llround for PowerPC32.
13979 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13980 file: multiarch llroundf for PowerPC32.
13981
c9b5d79e
AZ
13982 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13983 multiarch PowerPC32 fpu implementations.
13984 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13985 New file.
13986 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13987 New file.
13988 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13989 multiarch llrint for PowerPC32.
13990 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13991 New file.
13992 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13993 New file.
13994 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13995 file.
13996
9cbb3aab
AZ
13997 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13998
ea5a72f8
AZ
13999 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
14000 file.
14001 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
14002 file.
14003 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
14004 file.
14005 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
14006 multiarch wordcopy for PPC32.
14007 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14008 wordcopy objects.
14009 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14010 (__libc_ifunc_impl_list): Likewise.
14011 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
14012 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
14013 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
14014 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
14015 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
14016 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
14017
93be09e7
AZ
14018 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
14019 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
14020 file.
14021 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
14022 file.
14023 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
14024 file.
14025 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
14026 multiarch wcscpy for PPC32.
14027 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
14028 multiarch objects.
14029 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14030 (__libc_ifunc_impl_list): Likewise.
14031 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14032 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14033 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
14034 sysdeps/powerpc/power6/wcscpy.c.
14035
bb04e529
AZ
14036 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
14037 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
14038 file.
14039 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
14040 file.
14041 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
14042 file.
14043 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
14044 multiarch wcsrchr for PPC32.
14045 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14046 multiarch objects.
14047 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14048 (__libc_ifunc_impl_list): Likewise.
14049 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
14050 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
14051 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
14052 sysdeps/powerpc/power6/wcsrchr.c.
14053
05b5cd1c
AZ
14054 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
14055 file.
14056 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
14057 file.
14058 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
14059 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
14060 multiarch wcschr for PPc32.
14061 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
14062 multiarch objects.
14063 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14064 (__libc_ifunc_impl_list): Likewise.
14065 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
14066 * sysdeps/powerpc/power6/wcschr.c: ... to here.
14067 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
14068 sysdeps/powerpc/power6/wcschr.c.
14069
ba964147
AZ
14070 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
14071 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
14072 file.
14073 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
14074 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
14075 file: multiarch strchr for PPC32.
14076 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
14077 multiarch objects.
14078 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14079 (__libc_ifunc_impl_list): Likewise.
14080
31c81aaa
AZ
14081 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
14082 name.
14083 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
14084 file.
14085 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
14086 file.
14087 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
14088 multiarch strchrnul for PPC32.
14089 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
14090 multiarch objects.
14091 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14092 (__libc_ifunc_impl_list): Likewise.
14093
0d0607d9
AZ
14094 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
14095 file.
14096 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
14097 multiarch strncasecmp for PPC32.
14098 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
14099 file.
14100 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
14101 multiarch strncasecmp_l for PPC32.
14102 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
14103 strncasecmp multiarch objects.
14104 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14105 (__libc_ifunc_impl_list): Likewise.
14106
4dfd5c86
AZ
14107 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
14108 file.
14109 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
14110 multiarch strncasecmp for PPC32.
14111 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
14112 New file.
14113 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
14114 multiarch strcasecmp_l for PPC32.
14115 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
14116 multiarch objects.
14117 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14118 (__libc_ifunc_impl_list): Likewise.
14119
a19e01a3
AZ
14120 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
14121 file.
14122 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
14123 file.
14124 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
14125 multiarch strncmp for PPC32.
14126 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
14127 multiarch objects.
14128 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14129 (__libc_ifunc_impl_list): Likewise.
14130
ae9cf7a2
AZ
14131 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
14132 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
14133 file.
14134 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
14135 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
14136 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
14137 multiarch objects.
14138 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14139 (__libc_ifunc_impl_list): Likewise.
14140
3148bb7d
AZ
14141 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
14142 file.
14143 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
14144 file.
14145 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
14146 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
14147 multiarch objects.
14148 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14149 (__libc_ifunc_impl_list): Likewise.
14150
7af8b946
AZ
14151 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
14152 file.
14153 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
14154 file.
14155 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
14156 multiarch rawmemchr for PPC32.
14157 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
14158 multiarch objects.
14159 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14160 (__libc_ifunc_impl_list): Likewise.
14161
03a6aa6a
AZ
14162 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
14163 file.
14164 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
14165 file.
14166 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
14167 file: memrchr multiarch for PPC32.
14168 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
14169 multiarch objects.
14170 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
14171 (__libc_ifunc_impl_list): Likewise.
14172
1c62e6d9
AZ
14173 * string/memchr.c (__memchr): Using macro to redefine symbol name.
14174 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
14175 file.
14176 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
14177 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
14178 multiarch memchr for PPC32.
14179 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
14180 multiarch objects.
14181 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14182 (__libc_ifunc_impl_list): Likewise.
14183
87da8bdb
AZ
14184 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
14185 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
14186 file.
14187 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
14188 file.
14189 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
14190 file: multiarch mempcpy for PPC32.
14191 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
14192 multiarch objects.
14193 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14194 (__libc_ifunc_impl_list): Likewise.
14195
20ed4714
AZ
14196 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
14197 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
14198 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
14199 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
14200 multiarch bzero for PPC32.
14201 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
14202 file.
14203 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
14204 file.
14205 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
14206 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
14207 file: multiarch memset for PPC32.
14208 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
14209 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
14210 memset multiarch objects.
14211 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14212 (__libc_ifunc_impl_list): Likewise.
14213
ab3e3a46
AZ
14214 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
14215 file.
14216 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
14217 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
14218 memcmp for PPC32.
14219 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
14220 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
14221 multiarch objects.
14222 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14223 (__libc_ifunc_impl_list): Likewise.
14224
930de6f0
AZ
14225 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
14226 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
14227 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
14228 file.
14229 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
14230 file.
14231 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
14232 file.
14233 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
14234 multiarch memcpy for PPC32.
14235 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
14236 multiarch objects.
14237 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
14238 (__libc_ifunc_impl_list): Likewise.
14239
4c628e00
AZ
14240 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
14241 support multiarch for POWER/PPC32.
14242 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
14243 Likewise.
14244 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
14245 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
14246 Implies file to make multiarch folder appers before the fpu and
14247 default folder for power4 configuration.
14248
f4479220
SP
142492013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
14250
14251 * scripts/bench.pl: Append volatile keyword to type.
14252
8517800f
KK
142532013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14254
14255 * sysdeps/sh/sotruss-lib.c: New file.
14256 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
14257
180138f1
AZ
142582013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14259
14260 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14261
bbf37bdc
JM
142622013-12-05 Joseph Myers <joseph@codesourcery.com>
14263
e47cc4e0
JM
14264 [BZ #6810]
14265 * math/w_tgamma.c: Include <errno.h>.
14266 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
14267 * math/w_tgammaf.c: Include <errno.h>.
14268 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
14269 * math/w_tgammal.c: Include <errno.h>.
14270 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
14271 * math/auto-libm-test-in: Do not allow missing errno on tgamma
14272 underflow. Add more tgamma tests.
14273 * math/auto-libm-test-out: Regenerated.
14274 * sysdeps/i386/fpu/libm-test-ulps: Update.
14275 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14276
bbf37bdc
JM
14277 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
14278 sin, sinh, tan, tanh, tgamma, y0 and y1.
14279 * math/auto-libm-test-out: Regenerated.
14280 * math/libm-test.inc (TEST_COND_x86_64): New macro.
14281 (TEST_COND_x86): Likewise.
14282 (M_E2l): Remove macro.
14283 (M_E3l): Likewise.
14284 (M_2_SQRT_PIl): Likewise.
14285 (M_SQRT_PIl): Likewise.
14286 (M_1_DIV_El): Likewise.
14287 (log_test_data): Use AUTO_TESTS_f_f.
14288 (log10_test_data): Likewise.
14289 (log1p_test_data): Likewise.
14290 (log2_test_data): Likewise.
14291 (sin_test_data): Likewise.
14292 (sin_tonearest_test_data): Likewise.
14293 (sin_towardzero_test_data): Likewise.
14294 (sin_downward_test_data): Likewise.
14295 (sin_upward_test_data): Likewise.
14296 (sinh_test_data): Likewise.
14297 (sinh_tonearest_test_data): Likewise.
14298 (sinh_towardzero_test_data): Likewise.
14299 (sinh_downward_test_data): Likewise.
14300 (sinh_upward_test_data): Likewise.
14301 (tan_test_data): Likewise.
14302 (tan_tonearest_test_data): Likewise.
14303 (tan_towardzero_test_data): Likewise.
14304 (tan_downward_test_data): Likewise.
14305 (tan_upward_test_data): Likewise.
14306 (tanh_test_data): Likewise.
14307 (tgamma_test_data): Likewise.
14308 (y0_test_data): Likewise.
14309 (y1_test_data): Likewise.
14310 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
14311 (special_real_inputs): Add pi/4.
14312 * sysdeps/i386/fpu/libm-test-ulps: Update.
14313 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14314
eb5ad6b9
AZ
143152013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14316
14317 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
14318 "longjmp_target" static probes.
14319 (__longjmp): Rename to __longjmp_symbol.
14320 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
14321 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
14322 on which longjmp to generate.
14323 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
14324 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
14325 probe.
14326 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14327 (__sigjmp_save): Rename to __sigjmp_save_symbol.
14328 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
14329 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
14330 and __sigjmp_save_symbol based on which sigsetjmp to generated.
14331 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
14332 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
14333 __longjmp_symbol based on which __longjmp to generate.
14334 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
14335 probe.
14336 (setjmp): Rename to setjmp_symbol.
14337 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14338 (_setjmp): Rename to _setjmp_symbol.
14339 (__sigsetjmp): Rename to __sigsetjmp_symbol.
14340 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
14341 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
14342 which setjmp to generate.
14343 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
14344 "longjmp_target" static probes.
14345
d136c6dc
SP
143462013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
14347
9298ecba
SP
14348 * benchtests/README: Add note about output arguments.
14349 * benchtests/bench-sincos.c: Remove file.
14350 * benchtests/sincos-inputs: New file.
14351 * scripts/bench.pl: Identify output arguments and define
14352 static variables for them.
14353
232983e9
SP
14354 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
14355
d136c6dc
SP
14356 [BZ #15941]
14357 * Makefile (INSTALL): Add install-plain.texi as the primary
14358 dependency.
14359 * manual/install-plain.texi: New file.
14360 * manual/install.texi: Include node directive only for
14361 non-plaintext output.
14362
699ff837
JM
143632013-12-04 Joseph Myers <joseph@codesourcery.com>
14364
ab07cea8
JM
14365 * stdlib/longlong.h: Update from GCC.
14366
699ff837
JM
14367 [BZ #6807]
14368 [BZ #15901]
14369 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
14370 * math/w_j0f.c (y0f): Likewise.
14371 * math/w_j0l.c (__y0l): Likewise.
14372 * math/w_j1.c (y1): Likewise.
14373 * math/w_j1f.c (y1f): Likewise.
14374 * math/w_j1l.c (__y1l): Likewise
14375 * math/w_jn.c (yn): Likewise.
14376 * math/w_jnf.c (ynf): Likewise.
14377 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
14378 Bessel function pole errors in _POSIX_ mode. Use NAN as return
14379 value for Bessel function domain errors outside _SVID_ mode.
14380 Adjust sign of return value for yn (negative integer, 0).
14381 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
14382 by zero in return for negative x and set sign appropriately for
14383 negative n.
14384 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
14385 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14386 * math/libm-test.inc (y0_test_data): Add more tests and adjust
14387 expectations in error cases.
14388 (y1_test_data): Likewise.
14389 (yn_test_data): Likewise.
14390 * sysdeps/i386/fpu/libm-test-ulps: Update.
14391 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14392
5b118558
UW
143932013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14394
14395 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
14396 "64" to "64-v1". Add "64-v2".
14397 (abi-64-options): Rename to ...
14398 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
14399 (abi-64-condition): Rename to ...
14400 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
14401 (abi-64-ld-soname): Rename to ...
14402 (abi-64-v1-ld-soname): ... this.
14403 (abi-64-v2-options): Define.
14404 (abi-64-v2-condition): Likewise.
14405 (abi-64-v2-ld-soname): Likewise.
14406 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
14407 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
14408 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
14409 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
14410 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
14411
61cd8fe4
UW
144122013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14413 Alan Modra <amodra@gmail.com>
14414
14415 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
14416 New versions for use with the ELFv2 ABI.
14417 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
14418 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
14419 declaration.
14420 (struct La_ppc64v2_retval): Likewise.
14421 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
14422 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
14423 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
14424 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
14425 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
14426 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
14427 Do not save or restore CR.
14428 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
14429 (_dl_profile_resolve): Do no save or restore CR. Support extended
14430 return values for ELFv2 ABI. Fix location of FPR return registers.
14431 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14432 updated values for _CALL_ELF == 2.
14433 (La_regs, La_retval, int_retval): Likewise.
14434
8b8a692c
UW
144352013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14436
14437 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14438 (FRAME_MIN_SIZE_PARM): Likewise.
14439 (FRAME_BACKCHAIN): Likewise.
14440 (FRAME_CR_SAVE): Likewise.
14441 (FRAME_LR_SAVE): Likewise.
14442 (FRAME_TOC_SAVE): Likewise.
14443 (FRAME_PARM_SAVE): Likewise.
14444 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14445 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14446 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14447 (call_mcount_parm_offset): New macro.
14448 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14449 (PROF): Use symbolic stack frame offsets.
14450 (TAIL_CALL_SYSCALL_ERROR): Likewise.
14451 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14452 Redefine in terms of FRAME_MIN_SIZE.
14453 (_dl_runtime_resolve): Use symbolic stack frame offsets.
14454 (_dl_profile_resolve): Likewise. Update comment.
14455 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14456 symbols stack frame offsets.
14457 (__sigsetjmp): Likewise.
14458 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14459 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14460 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14461 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14462
14463 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14464 (FRAME_BACKCHAIN): Remove.
14465 (FRAME_CR_SAVE): Likewise.
14466 (FRAME_LR_SAVE): Likewise.
14467 (FRAME_COMPILER_DW): Likewise.
14468 (FRAME_LINKER_DW): Likewise.
14469 (FRAME_TOC_SAVE): Likewise.
14470 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
14471 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14472 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14473 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
14474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14475 (CHECK_SP): Use symbolic stack frame offsets.
14476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14477 zone" instead of caller's parameter save area for temp storage.
14478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14479 Likewise. Also, use symbolic stack frame offsets.
14480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14481 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14482 our own stack frame instead of the caller's.
14483 (__socket): Use symbolic stack frame offsets.
14484
122b66de
UW
144852013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14486 Alan Modra <amodra@gmail.com>
14487
14488 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14489 Define.
57f41c40
AS
14490 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14491 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
14492 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14493 New function.
14494 (elf_machine_fixup_plt): Call it.
14495 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
14496 reloc arguments.
14497 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
14498 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14499 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
14500 r2 before calling target.
14501
696caf1d
UW
145022013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14503 Alan Modra <amodra@gmail.com>
14504
14505 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14506 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14507 versions of macros to support ELFv2 ABI.
14508 (LOCALENTRY): New macro.
14509 (ENTRY, EALIGN): Use it.
14510 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14511 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14512 fall through into ENTRY entry point.
14513 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14514 Only define if _CALL_ELF != 2.
14515
14516 (elf_machine_matches_host): Verify ABI version matches.
14517 (RTLD_START): Use LOCALENTRY.
14518 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14519 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14520 (PLT_ENTRY_WORDS): New macro.
14521 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14522 (elf_machine_runtime_setup): Support ELFv2 ABI.
14523 (elf_machine_fixup_plt): Likewise.
14524 (elf_machine_plt_conflict): Likewise.
14525 (resolve_ifunc): Likewise.
14526 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14527 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14528 Likewise.
14529 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14530 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14532 (makecontext): Support ELFv2 ABI.
14533 * elf/elf.h (EF_PPC64_ABI): Define.
14534
d31beafa
UW
145352013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14536
57f41c40
AS
14537 * sysdeps/powerpc/powerpc64/sysdep.h
14538 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14539 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14540 (ENTRY) [ASSEMBLER]: ... but instead here ...
14541 (EALIGN) [ASSEMBLER]: ... and here.
14542 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14543 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14544 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
14545 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14546 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
14547 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14548 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
14549 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14550 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14551 Use PPC64_LOAD_FUNCPTR.
14552
b525166b
UW
14553 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14554
7ec07d9a
AM
145552013-12-04 Alan Modra <amodra@gmail.com>
14556
14557 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14558 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14559 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14560 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14561
14562 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14563 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14564 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14565 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14566 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14567 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14568
5162e7dd
UW
145692013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14570
14571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14572 (__makecontext): Fix incorrect CFI when backtracing out of
14573 context created via makecontext.
14574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14575 (__setcontext): Fix incorrect CFI during switch to new context.
14576 (__novec_setcontext): Likewise.
14577
19e3372b
OB
145782013-12-04 Ondřej Bílka <neleai@seznam.cz>
14579
14580 [BZ #4772]
14581 * time/strptime_l.c (__strptime_internal): Allow modifiers
14582 in strptime.
14583 * time/tst-strptime.c (day_tests): Add testcase.
14584
ecaf142d
SP
145852013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
14586
14587 * scripts/bench.pl: Skip over blank lines.
14588
fbf964ae
PE
145892013-12-04 Paul Eggert <eggert@cs.ucla.edu>
14590
14591 [BZ #926]
14592 * manual/time.texi (Calendar Time): Clarify what timezone functions
14593 use.
14594
fa60a674
AZ
145952013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14596
14597 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14598
d674f0ef
OB
145992013-12-04 Ondřej Bílka <neleai@seznam.cz>
14600
14601 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14602 implementation.
14603 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14604 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14605 * debug/memset_chk.c (__memset_chk): Likewise.
14606 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14607 * debug/strncpy_chk.c: Likewise.
14608
17dea188
JM
146092013-12-03 Joseph Myers <joseph@codesourcery.com>
14610
749008ff
JM
14611 [BZ #15268]
14612 [BZ #15425]
14613 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14614 (__ieee754_exp): For possibly underflowing results, check size of
14615 result and force underflow exception if required.
14616 * math/auto-libm-test-in: Add more tests of exp.
14617 * math/auto-libm-test-out: Regenerated.
14618 * sysdeps/i386/fpu/libm-test-ulps: Update.
14619 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14620
17dea188
JM
14621 [BZ #16283]
14622 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14623 * math/w_exp2f.c (__exp2f): Likewise.
14624 * math/w_exp2l.c (__exp2l): Likewise.
14625 * math/auto-libm-test-in: Do not allow missing errno on exp2
14626 underflow.
14627 * math/auto-libm-test-out: Regenerated.
14628
b20de2c3
OB
146292013-12-03 Ondřej Bílka <neleai@seznam.cz>
14630
14631 [BZ #16274]
14632 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14633 handle filename validation.
14634 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14635 (do_open): Delete.
14636
d8e2dbe3
JM
146372013-12-03 Joseph Myers <joseph@codesourcery.com>
14638
34e16df5
JM
14639 [BZ #6786]
14640 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14641 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14642 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14643 <float.h>.
14644 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14645 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14646 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14647 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14648 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14649 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14650 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14651 * math/auto-libm-test-in: Don't allow missing errno from erfc.
14652 Add more erfc tests.
14653 * math/auto-libm-test-out: Regenerated.
14654 * sysdeps/i386/fpu/libm-test-ulps: Update.
14655 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14656
d8e2dbe3
JM
14657 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14658 exp2, expm1, j0 and j1.
14659 * math/auto-libm-test-out: Regenerated.
14660 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14661 (erfc_test_data): Likewise.
14662 (exp_test_data): Likewise.
14663 (exp_tonearest_test_data): Likewise.
14664 (exp_towardzero_test_data): Likewise.
14665 (exp_downward_test_data): Likewise.
14666 (exp_upward_test_data): Likewise.
14667 (exp10_test_data): Likewise.
14668 (exp2_test_data): Likewise.
14669 (expm1_test_data): Likewise.
14670 (j0_test_data): Likewise.
14671 (j1_test_data): Likewise.
14672 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14673 (input_flag_type): Add flag_xfail_rounding.
14674 (input_flags): Add xfail-rounding.
14675 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14676 (output_for_one_input_case): Handle flag_xfail_rounding.
14677 * sysdeps/i386/fpu/libm-test-ulps: Update.
14678 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14679
18d14251
AJ
146802013-12-03 Aurelien Jarno <aurelien@aurel32.net>
14681
3d2e6075 14682 [BZ #16289]
18d14251
AJ
14683 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14684 division by 0.
14685
520d437b
SP
146862013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
14687
14688 [BZ #16195]
14689 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14690 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14691 (STAP_PROBE0): New macro.
14692 (STAP_PROBE1): Likewise.
14693 (STAP_PROBE2): Likewise.
14694 (STAP_PROBE3): Likewise.
14695 (STAP_PROBE4): Likewise.
14696
416e0145
OB
146972013-12-02 Ondřej Bílka <neleai@seznam.cz>
14698
14699 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14700
9d17796a
SE
147012013-12-02 Steve Ellcey <sellcey@mips.com>
14702
14703 * benchtests/Makefile (bench): Add sqrt.
14704 (LDLIBS-bench-sqrt): New.
14705 * benchtests/sqrt-input: New.
14706
f524d6a8
PS
147072013-12-02 Pavel Simerda <psimerda@redhat.com>
14708
639a0ef8
PS
14709 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14710 (GAIH_EAI): Likewise.
14711 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14712 (gaih_inet): Likewise.
14713 (getaddrinfo): Don't use GAIH_EAI.
14714
f524d6a8
PS
14715 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14716 (struct gaih): Remove definition.
14717
df3aedaf
SP
147182013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
14719
14720 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14721 Use HERRNOP directly.
14722
1ab19dec
AZ
147232013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14724
b42ad38d 14725 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 14726
176b0c79
JM
147272013-11-30 Joseph Myers <joseph@codesourcery.com>
14728
14729 * math/gen-auto-libm-tests.c (test_functions): Add more
14730 single-argument functions.
14731 (special_fill_pi_2): New function.
14732 (special_fill_minus_pi_2): Likewise.
14733 (special_fill_pi_6): Likewise.
14734 (special_fill_minus_pi_6): Likewise.
14735 (special_fill_pi_3): Likewise.
14736 (special_fill_2pi_3): Likewise.
14737 (special_fill_e): Likewise.
14738 (special_fill_1_e): Likewise.
14739 (special_fill_e_minus_1): Likewise.
14740 (special_real_inputs): Add more special inputs.
14741 (output_for_one_input_case): Do not require ERANGE on underflow to
14742 zero if round-to-nearest result does not underflow to zero, unless
14743 exact results required.
14744 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14745 atan, atanh, cbrt, cos and cosh.
14746 * math/auto-libm-test-out: Regenerated.
14747 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14748 (acos_tonearest_test_data): Likewise.
14749 (acos_towardzero_test_data): Likewise.
14750 (acos_downward_test_data): Likewise.
14751 (acos_upward_test_data): Likewise.
14752 (acosh_test_data): Likewise.
14753 (asin_test_data): Likewise.
14754 (asin_tonearest_test_data): Likewise.
14755 (asin_towardzero_test_data): Likewise.
14756 (asin_upward_test_data): Likewise.
14757 (asinh_test_data): Likewise.
14758 (atan_test_data): Likewise.
14759 (atanh_test_data): Likewise.
14760 (cbrt_test_data): Likewise.
14761 (cos_test_data): Likewise.
14762 (cos_tonearest_test_data): Likewise.
14763 (cos_towardzero_test_data): Likewise.
14764 (cos_downward_test_data): Likewise.
14765 (cos_upward_test_data): Likewise.
14766 (cosh_test_data): Likewise.
14767 (cosh_tonearest_test_data): Likewise.
14768 (cosh_towardzero_test_data): Likewise.
14769 (cosh_downward_test_data): Likewise.
14770 (cosh_upward_test_data): Likewise.
14771 * sysdeps/i386/fpu/libm-test-ulps: Update.
14772 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14773
ffb536d0
JM
147742013-11-29 Joseph Myers <joseph@codesourcery.com>
14775
2a77a467
JM
14776 [BZ #6787]
14777 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14778 * math/w_exp10f.c (__exp10f): Likewise.
14779 * math/w_exp10l.c (__exp10l): Likewise.
14780 * math/libm-test.inc (exp10_test_data): Add more tests and expect
14781 errno settings in existing tests.
14782
ea3bc4e8
JM
14783 [BZ #14032]
14784 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14785 precision control set to double precision.
14786 * sysdeps/i386/fpu/w_sqrt.c: New file.
14787 * math/auto-libm-test-in: Add more tests.
14788 * math/auto-libm-test-out: Update.
14789
0712c9d8
JM
14790 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14791 (sqrt_test_tonearest): New function.
14792 (sqrt_towardzero_test_data): New variable.
14793 (sqrt_test_towardzero): New function.
14794 (sqrt_downward_test_data): New variable.
14795 (sqrt_test_downward): New function.
14796 (sqrt_upward_test_data): New variable.
14797 (sqrt_test_upward): New function.
14798 (main): Call the new functions.
14799
ffb536d0
JM
14800 * math/gen-auto-libm-tests.c: New file.
14801 * math/auto-libm-test-in: Likewise.
14802 * math/auto-libm-test-out: New generated file.
14803 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14804 variables.
14805 (%beautify): Add generated representations of zero.
14806 (top level): Set $auto_input and call parse_auto_input.
14807 (beautify): Remove trailing "f" from hex float constants.
14808 (parse_args): Handle XFAIL_TEST.
14809 (convert_condition): New function.
14810 (or_value): Likewise.
14811 (or_cond_value): Likewise.
14812 (generate_testfile): Handle AUTO_TESTS_* lines.
14813 (parse_auto_input): New function.
14814 * math/libm-test.inc (XFAIL_TEST): New macro.
14815 (ERRNO_UNCHANGED): Update value.
14816 (ERRNO_EDOM): Likewise.
14817 (ERRNO_ERANGE): Likewise.
14818 (IGNORE_RESULT): Likewise.
14819 (TEST_COND_flt_32): New macro.
14820 (TEST_COND_dbl_64): Likewise.
14821 (TEST_COND_ldbl_96_intel): Likewise.
14822 (TEST_COND_ldbl_96_m68k): Likewise.
14823 (TEST_COND_ldbl_128): Likewise.
14824 (TEST_COND_ldbl_128ibm): Likewise.
14825 (TEST_COND_long32): Likewise.
14826 (TEST_COND_long64): Likewise.
14827 (TEST_COND_before_rounding): Likewise.
14828 (TEST_COND_after_rounding): Likewise.
14829 (enable_test): Handle XFAIL_TEST flag.
14830 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14831 with finite results.
14832 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14833 auto-libm-test-out.
14834
acd98a8e
AK
148352013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
14836 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
14837
14838 [BZ #16214]
14839 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14840 __tls_get_addr_internal instead of __tls_get_offset in order to
14841 avoid GOT pointer dependency. Make rtld export
14842 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14843 __tls_get_addr since we are a __tls_get_offset platform.
14844 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14845 GOT pointer being set up before.
14846 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14847
3c1c46a6
JM
148482013-11-28 Joseph Myers <joseph@codesourcery.com>
14849
7475aef5
JM
14850 * manual/math.texi (Errors in Math Functions): Document accuracy
14851 goals.
14852
8bca7cd8
JM
14853 [BZ #15004]
14854 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14855 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14856 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14857 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14858 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14859 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14860 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14861 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14862 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14863 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14864 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14865 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14866 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14867 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14868 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14869 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14870
91a1f3fe
JM
14871 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14872 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14873 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14874 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14875 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14876 Likewise.
14877 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14878 Likewise.
14879 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14880 Likewise.
14881 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14882 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14883 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14884 atomic-feupdateenv and flt-rounds.
14885 * sysdeps/powerpc/nofpu/Versions (libc): Add
14886 __atomic_feholdexcept, __atomic_feclearexcept,
14887 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14888 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14889 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14890 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14891 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14892 here.
14893 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14894 Update.
14895
c5df7609
JM
14896 * manual/arith.texi (FP Exceptions): Document that exceptions may
14897 not be raised when matherr is used.
14898 (Math Error Reporting): Document overflow in directed rounding
14899 modes. Document that errno may not be set when finite values are
14900 returned on overflow. Document intent to set errno on underflow
14901 only for underflow to zero.
14902
3c1c46a6
JM
14903 [BZ #16271]
14904 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14905 round-to-nearest then adjust result for other rounding modes.
14906 * include/fenv.h (fegetround): Use libm_hidden_proto.
14907 * math/fegetround.c (fegetround): Use libm_hidden_def.
14908 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14909 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14910 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14911 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14912 Likewise.
14913 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14914 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14915 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14916 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14917
5a4c6d53
SP
149182013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
14919
14920 [BZ #16077]
14921 * nss/Versions (libnss_files): Add
14922 _nss_files_gethostbyname3_r.
14923 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14924 New function.
14925 (HOST_DB_LOOKUP): Remove macro.
14926 (_nss_files_gethostbyname_r): Implement function without the
14927 HOST_DB_LOOKUP macro.
14928 (_nss_files_gethostbyname2_r): Likewise.
14929
897b98ba
OB
149302013-11-28 Ondřej Bílka <neleai@seznam.cz>
14931
14932 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14933
6f476861
UB
149342013-11-26 Uros Bizjak <ubizjak@gmail.com>
14935
14936 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14937 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14938 warning.
14939
bd12ab55
AZ
149402013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14941
14942 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14943 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14944 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14945 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14946 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14947 __fe_nomask_env_priv and attribute_hidden.
14948 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14949 (libc_feupdateenv_test_ppc): Likewise.
14950 (libc_feresetround_ppc): Likewise.
14951 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14952 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14953 compat_symbol macro.
14954 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14955 (__fe_nomask_env): Likewise.
14956 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14957
52bb6543
OB
149582013-11-26 Ondřej Bílka <neleai@seznam.cz>
14959
14960 * string/Makefile: Remove ifunc tests.
14961 * string/test-string.h: Define TEST_IFUNC.
14962 * string/test-bcopy-ifunc.c: Remove.
14963 * string/test-bzero-ifunc.c: Likewise.
14964 * string/test-memccpy-ifunc.c: Likewise.
14965 * string/test-memchr-ifunc.c: Likewise.
14966 * string/test-memcmp-ifunc.c: Likewise.
14967 * string/test-memcpy-ifunc.c: Likewise.
14968 * string/test-memmem-ifunc.c: Likewise.
14969 * string/test-memmove-ifunc.c: Likewise.
14970 * string/test-mempcpy-ifunc.c: Likewise.
14971 * string/test-memrchr-ifunc.c: Likewise.
14972 * string/test-memset-ifunc.c: Likewise.
14973 * string/test-rawmemchr-ifunc.c: Likewise.
14974 * string/test-stpcpy-ifunc.c: Likewise.
14975 * string/test-stpncpy-ifunc.c: Likewise.
14976 * string/test-strcasecmp-ifunc.c: Likewise.
14977 * string/test-strcasestr-ifunc.c: Likewise.
14978 * string/test-strcat-ifunc.c: Likewise.
14979 * string/test-strchr-ifunc.c: Likewise.
14980 * string/test-strchrnul-ifunc.c: Likewise.
14981 * string/test-strcmp-ifunc.c: Likewise.
14982 * string/test-strcpy-ifunc.c: Likewise.
14983 * string/test-strcspn-ifunc.c: Likewise.
14984 * string/test-strlen-ifunc.c: Likewise.
14985 * string/test-strncasecmp-ifunc.c: Likewise.
14986 * string/test-strncat-ifunc.c: Likewise.
14987 * string/test-strncmp-ifunc.c: Likewise.
14988 * string/test-strncpy-ifunc.c: Likewise.
14989 * string/test-strnlen-ifunc.c: Likewise.
14990 * string/test-strpbrk-ifunc.c: Likewise.
14991 * string/test-strrchr-ifunc.c: Likewise.
14992 * string/test-strspn-ifunc.c: Likewise.
14993 * string/test-strstr-ifunc.c: Likewise.
14994
ab260039 149952013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
14996
14997 * benchtests/Makefile: Remove ifunc tests.
14998 * benchtests/bench-string.h: Define TEST_IFUNC.
14999 * benchtests/bench-bcopy-ifunc.c: Remove.
15000 * benchtests/bench-bzero-ifunc.c: Likewise.
15001 * benchtests/bench-memccpy-ifunc.c: Likewise.
15002 * benchtests/bench-memchr-ifunc.c: Likewise.
15003 * benchtests/bench-memcmp-ifunc.c: Likewise.
15004 * benchtests/bench-memcpy-ifunc.c: Likewise.
15005 * benchtests/bench-memmem-ifunc.c: Likewise.
15006 * benchtests/bench-memmove-ifunc.c: Likewise.
15007 * benchtests/bench-mempcpy-ifunc.c: Likewise.
15008 * benchtests/bench-memrchr-ifunc.c: Likewise.
15009 * benchtests/bench-memset-ifunc.c: Likewise.
15010 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
15011 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
15012 * benchtests/bench-stpcpy-ifunc.c: Likewise.
15013 * benchtests/bench-stpncpy-ifunc.c: Likewise.
15014 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
15015 * benchtests/bench-strcasestr-ifunc.c: Likewise.
15016 * benchtests/bench-strcat-ifunc.c: Likewise.
15017 * benchtests/bench-strchr-ifunc.c: Likewise.
15018 * benchtests/bench-strchrnul-ifunc.c: Likewise.
15019 * benchtests/bench-strcmp-ifunc.c: Likewise.
15020 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
15021 * benchtests/bench-strcpy-ifunc.c: Likewise.
15022 * benchtests/bench-strcspn-ifunc.c: Likewise.
15023 * benchtests/bench-strlen-ifunc.c: Likewise.
15024 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
15025 * benchtests/bench-strncat-ifunc.c: Likewise.
15026 * benchtests/bench-strncmp-ifunc.c: Likewise.
15027 * benchtests/bench-strncpy-ifunc.c: Likewise.
15028 * benchtests/bench-strnlen-ifunc.c: Likewise.
15029 * benchtests/bench-strpbrk-ifunc.c: Likewise.
15030 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 15031 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
15032 * benchtests/bench-strspn-ifunc.c: Likewise.
15033 * benchtests/bench-strstr-ifunc.c: Likewise.
15034
150352013-11-26 Ondřej Bílka <neleai@seznam.cz>
15036
ab260039
OB
15037 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
15038
d1d9eaf4 150392013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 15040
d1d9eaf4
OB
15041 * resolv/netdb.h: Use __glibc_reserved instead __unused.
15042 * rt/aio.h: Likewise.
15043 * sysdeps/gnu/bits/utmp.h: Likewise.
15044 * sysdeps/gnu/bits/utmpx.h: Likewise.
15045 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
15046 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
15047 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
15048 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
15049 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
15050 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
15051 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
15052 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
15053 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
15054 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
15055 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
15056 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
15057 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
15058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
15059 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
15060 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
15061 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
15062 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
15063 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
15064 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
15065 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
15066 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
15067 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
15068 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
15069 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
15070 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
15071 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
15072 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
15073 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
15074 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
15075 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
15076 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
15077 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
15078 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
15079 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
15080 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
15081 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
15082 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
15083 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
15084 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
15085 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
15086 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
15087
a7624ed9
CD
150882013-11-25 Carlos O'Donell <carlos@redhat.com>
15089
15090 [BZ #16245]
15091 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
15092 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
15093
63cfe52b
JM
150942013-11-25 Joseph Myers <joseph@codesourcery.com>
15095
15096 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
15097 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
15098 Likewise.
15099
41e8926a
AZ
151002013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15101
15102 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
15103 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
15104 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
15105 (__fesetround): Remove define.
15106 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
15107 rounding and exceptions handling.
15108 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
15109 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
15110 (__fe_nomask_env): Likewise.
15111 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
15112 __fegetround instead of fegetround.
15113 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15114 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
15115
6851bd4d
RM
151162013-11-21 Roland McGrath <roland@hack.frob.com>
15117
070906ff
RM
15118 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
15119 it's there.
15120
6851bd4d
RM
15121 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
15122
84ae135d
MI
151232013-11-21 Meador Inge <meadori@codesourcery.com>
15124
15125 [BZ #11157]
15126 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
15127 (encrypt_r): Likewise.
15128 * malloc/obstack.h (obstack_free): Likewise.
15129 * posix/unistd.h (encrypt): Likewise.
15130
daf75146
GM
151312013-11-21 Guy Martin <gmsoft@tuxicoman.be>
15132
15133 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
15134 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
15135 DL_CALL_DT_FINI() that call the functions directly.
15136 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
15137 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
15138 * elf/dl-fini.c: Likewise.
15139
10ad46bc
OB
151402013-11-20 Ondřej Bílka <neleai@seznam.cz>
15141
15142 * malloc/hooks.c (memalign_check): Add alignment rounding.
15143 * malloc/malloc.c (_mid_memalign): New function.
15144 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
15145 Implement by calling _mid_memalign.
15146 * manual/probes.texi (Memory Allocation Probes): Remove
15147 memory_valloc_retry and memory_pvalloc_retry.
15148
f3fd2628
SP
151492013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
15150
4712799f
SP
15151 * locale/programs/locarchive.c (open_archive): Add const
15152 qualifier to ARCHIVEFNAME and copy default fname to
15153 DEFAULT_FNAME.
15154
0417b20f
SP
15155 [BZ #15601]
15156 * libio/tst-widetext.input: Rename Oriya to Odia.
15157 * locale/iso-639.def: Likewise.
15158
f3fd2628
SP
15159 * manual/probes.texi (Mathematical Function Probes): Add
15160 documentation for sin, cos, asin and acos probes.
15161 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
15162 (__sin32): Add slowasin probe.
15163 (__cos32): Add slowacos probe.
15164 (__mpsin): Add slowsin probe.
15165 (__mpcos): Add slowcos probe.
15166
73c1ce4f
JM
151672013-11-19 Joseph Myers <joseph@codesourcery.com>
15168
15169 [BZ #15483]
15170 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
15171 thread-local __sim_exceptions_thread and global
15172 __sim_exceptions_global.
15173 (__sim_disabled_exceptions): Change to thread-local
15174 __sim_disabled_exceptions_thread and global
15175 __sim_disabled_exceptions_global.
15176 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15177 and global __sim_round_mode_global.
15178 (__simulate_exceptions): Use thread-local floating-point state and
15179 set global state from it as needed.
15180 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
15181 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
15182 __sim_round_mode_thread.
15183 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
15184 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
15185 and global __sim_exceptions_global.
15186 (__sim_disabled_exceptions): Change to thread-local
15187 __sim_disabled_exceptions_thread and global
15188 __sim_disabled_exceptions_global.
15189 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
15190 and global __sim_round_mode_global.
15191 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
15192 (SIM_SET_GLOBAL): Likewise.
15193 * sysdeps/powerpc/soft-fp/sfp-machine.h
15194 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
15195 __sim_round_mode_thread.
15196 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
15197 __sim_disabled_exceptions_thread.
15198 (__sim_exceptions): Change to __sim_exceptions_thread.
15199 (__sim_disabled_exceptions): Change to
15200 __sim_disabled_exceptions_thread.
15201 (__sim_round_mode): Change to __sim_round_mode_thread.
15202 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
15203 thread-local floating-point state and set global state from it as
15204 needed.
15205 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
15206 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
15207 (__sim_disabled_exceptions): Remove extern declaration.
15208 (feenableexcept): Use thread-local floating-point state and set
15209 global state from it as needed.
15210 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
15211 extern declaration.
15212 (__sim_disabled_exceptions): Likewise.
15213 (__sim_round_mode): Likewise.
15214 (__fegetenv): Use thread-local floating-point state.
15215 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
15216 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15217 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
15218 floating-point state and set global state from it as needed.
15219 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
15220 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
15221 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
15222 Likewise.
15223 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
15224 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
15225 Likewise.
15226 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
15227 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
15228 Use __sim_round_mode_thread.
15229 * math/test-fenv-tls.c: New file.
15230 * math/Makefile (tests): Add test-fenv-tls.
15231 ($(objpfx)test-fenv-tls): Depend on
15232 $(common-objpfx)nptl/libpthread.so.
15233
b5449b12
AS
152342013-11-19 Andreas Schwab <schwab@suse.de>
15235
15236 * locale/programs/locale.c (show_info): Decode wordarray elements.
15237 * locale/categories.def (LC_MONETARY): Add element for
15238 _NL_MONETARY_CRNCYSTR.
15239 * locale/C-monetary.c (conversion_rate): New variable.
15240 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
15241 element.
15242
e186536b
CM
152432013-11-18 Chris Metcalf <cmetcalf@tilera.com>
15244
15245 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
15246 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
15247
5c349950
PP
152482013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15249
15250 * elf/Makefile (tst-auxv): New test.
15251 * elf/tst-auxv.c: New
15252 * elf/rtld.c (dl_main): Adjust AT_EXECFN
15253
699df45b
JM
152542013-11-18 Joseph Myers <joseph@codesourcery.com>
15255
15256 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
15257 (hidden_proto): Caller changed.
15258 (hidden_tls_proto): New macro.
15259 (libc_hidden_tls_proto): Likewise.
15260 (rtld_hidden_tls_proto): Likewise.
15261 (libm_hidden_tls_proto): Likewise.
15262 (libresolv_hidden_tls_proto): Likewise.
15263 (librt_hidden_tls_proto): Likewise.
15264 (libdl_hidden_tls_proto): Likewise.
15265 (libnss_files_hidden_tls_proto): Likewise.
15266 (libnsl_hidden_tls_proto): Likewise.
15267 (libnss_nisplus_hidden_tls_proto): Likewise.
15268 (libutil_hidden_tls_proto): Likewise.
15269
b7589107
OB
152702013-11-18 Ondřej Bílka <neleai@seznam.cz>
15271
15272 [BZ #10253]
15273 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
15274 (decompose_rpath): Defer expansion to fillin_rpath.
15275 (_dl_init_paths): Pass linkmap to fillin_rpath.
15276
250c23bd
RS
152772013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
15278
15279 * benchtests/Makefile: Add strsep.
15280 * benchtests/bench-strsep.c: New file: strsep benchtest.
15281 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
15282
a7931fcf
AS
152832013-11-18 Andreas Schwab <schwab@suse.de>
15284
15285 * locale/programs/locale.c (show_info) [case byte]: Check for
15286 '\377' instead of '\177'.
15287 * locale/C-monetary.c (not_available): Always use "\377".
15288 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
15289 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
15290 detect unavailable sign_posn locale elements.
15291 * locale/localeconv.c (__localeconv): For grouping and
15292 mon_grouping handle "\177" and "\377" like no grouping.
15293 (INT_ELEM): New macro. Use it to set all numeric members.
15294 * locale/programs/ld-monetary.c (monetary_read)
15295 <tok_mon_grouping>: Normalize single -1 to the empty string.
15296 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
15297 Likewise.
15298
728dab0e
OB
152992013-11-07 Ondřej Bílka <neleai@seznam.cz>
15300
15301 [BZ #16055]
15302 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
15303 when we match (nil).
15304 * stdio-common/tst-sscanf.c (struct test): Add testcase.
15305
66294491
JM
153062013-11-16 Joseph Myers <joseph@codesourcery.com>
15307
ce665817
JM
15308 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
15309 (NO_TEST_INLINE): Update value.
15310 (ERRNO_UNCHANGED): Likewise.
15311 (ERRNO_EDOM): Likewise.
15312 (ERRNO_ERANGE): Likewise.
15313 (IGNORE_RESULT): Likewise.
15314 (check_float_internal): Check signs of NaN results if
15315 TEST_NAN_SIGN used.
15316 (check_complex): Pass TEST_NAN_SIGN flag through to second
15317 check_float_internal call.
15318 (copysign_test_data): Add tests with quiet NaNs as second
15319 argument. Use TEST_NAN_SIGN.
15320 (fabs_test_data): Add test of negative quiet NaN argument. Use
15321 TEST_NAN_SIGN.
15322 (signbit_test_data): Add tests of quiet NaN argument.
15323 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
15324
ee1466a9
JM
15325 * math/gen-libm-test.pl (show_exceptions): Take extra argument
15326 $ignore_result.
15327 (parse_args): Handle function results specified as IGNORE.
15328 * math/libm-test.inc (IGNORE_RESULT): New macro.
15329 (check_float_internal): Do not check numerical result if flag
15330 IGNORE_RESULT set.
15331 (check_complex): Pass through IGNORE_RESULT to second
15332 check_float_internal call.
15333 (check_int): Do not check numerical result if flag IGNORE_RESULT
15334 set.
15335 (check_long): Likewise.
15336 (check_bool): Likewise.
15337 (check_longlong): Likewise.
15338 (lrint_test_data): Add tests of infinite and NaN arguments.
15339 (lrint_tonearest_test_data): Likewise.
15340 (lrint_towardzero_test_data): Likewise.
15341 (lrint_downward_test_data): Likewise.
15342 (lrint_upward_test_data): Likewise.
15343 (llrint_test_data): Likewise.
15344 (llrint_tonearest_test_data): Likewise.
15345 (llrint_towardzero_test_data): Likewise.
15346 (llrint_downward_test_data): Likewise.
15347 (llrint_upward_test_data): Likewise.
15348 (lround_test_data): Likewise.
15349 (llround_test_data): Likewise.
15350
14407b7e
JM
15351 * math/libm-test.inc (NO_TEST_INLINE): New macro.
15352 (ERRNO_UNCHANGED): Update value.
15353 (ERRNO_EDOM): Likewise.
15354 (ERRNO_ERANGE): Likewise.
15355 (NO_TEST_INLINE_FLOAT): New macro.
15356 (NO_TEST_INLINE_DOUBLE): Likewise.
15357 (enable_test): New function.
15358 (RUN_TEST_f_f): Check enable_test before running test.
15359 (RUN_TEST_2_f): Likewise.
15360 (RUN_TEST_fff_f): Likewise.
15361 (RUN_TEST_c_f): Likewise.
15362 (RUN_TEST_f_f1): Likewise.
15363 (RUN_TEST_fF_f1): Likewise.
15364 (RUN_TEST_fI_f1): Likewise.
15365 (RUN_TEST_ffI_f1): Likewise.
15366 (RUN_TEST_c_c): Likewise.
15367 (RUN_TEST_cc_c): Likewise.
15368 (RUN_TEST_f_i): Likewise.
15369 (RUN_TEST_f_i_tg): Likewise.
15370 (RUN_TEST_ff_i_tg): Likewise.
15371 (RUN_TEST_f_b): Likewise.
15372 (RUN_TEST_f_b_tg): Likewise.
15373 (RUN_TEST_f_l): Likewise.
15374 (RUN_TEST_f_L): Likewise.
15375 (RUN_TEST_fFF_11): Likewise.
15376 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
15377 conditionals.
15378 (cosh_test_data): Likewise.
15379 (exp_test_data): Likewise.
15380 (expm1_test_data): Likewise.
15381 (hypot_test_data): Likewise.
15382 (pow_test_data): Likewise.
15383 (sinh_test_data): Likewise.
15384 (tanh_test_data): Likewise.
15385 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
15386 flags argument.
15387
ca07f197
JM
15388 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
15389 tests with quiet NaN input and output.
15390 (acosh_test_data): Likewise.
15391 (asin_test_data): Likewise.
15392 (asinh_test_data): Likewise.
15393 (atan_test_data): Likewise.
15394 (atanh_test_data): Likewise.
15395 (atan2_test_data): Likewise.
15396 (cbrt_test_data): Likewise.
15397 (cos_test_data): Likewise.
15398 (cosh_test_data): Likewise.
15399 (erf_test_data): Likewise.
15400 (erfc_test_data): Likewise.
15401 (exp_test_data): Likewise.
15402 (exp10_test_data): Likewise.
15403 (exp2_test_data): Likewise.
15404 (expm1_test_data): Likewise.
15405 (hypot_test_data): Likewise.
15406 (j0_test_data): Likewise.
15407 (j1_test_data): Likewise.
15408 (jn_test_data): Likewise.
15409 (lgamma_test_data): Likewise.
15410 (log_test_data): Likewise.
15411 (log10_test_data): Likewise.
15412 (log1p_test_data): Likewise.
15413 (log2_test_data): Likewise.
15414 (pow_test_data): Likewise.
15415 (scalb_test_data): Likewise.
15416 (sin_test_data): Likewise.
15417 (sincos_test_data): Likewise.
15418 (sinh_test_data): Likewise.
15419 (tan_test_data): Likewise.
15420 (tanh_test_data): Likewise.
15421 (tgamma_test_data): Likewise.
15422 (y0_test_data): Likewise.
15423 (y1_test_data): Likewise.
15424 (yn_test_data): Likewise.
15425
66294491
JM
15426 [BZ #16167]
15427 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
15428 argument being NaN and avoid computations with second argument in
15429 that case.
15430 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
15431 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15432 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15433
1820b143
CL
154342013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
15435
15436 * locale/iso-639.def: Add Chitwani Tharu (the).
15437
714bd261
AS
154382013-11-14 Andreas Schwab <schwab@suse.de>
15439
15440 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15441 word instead of empty string.
15442
7ab44563
AZ
154432013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15444
15445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15446 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15447 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15448 (__fe_nomask_env): Likewise.
15449
e8470ea2
SE
154502013-11-13 Steve Ellcey <sellcey@mips.com>
15451
15452 * benchtests/bench-timing.h: Include time.h.
15453
17c1d9f0
L
154542013-11-13 H.J. Lu <hongjiu.lu@intel.com>
15455
15456 [BZ #15997]
15457 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15458 to 3.4.0 for x32.
15459 * sysdeps/unix/sysv/linux/configure: Regenerated.
15460
9310c284
JM
154612013-11-13 Joseph Myers <joseph@codesourcery.com>
15462
15463 [BZ #16151]
15464 * stdlib/strtod_l.c (round_and_return): Do not consider
15465 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15466 exponent one less than half the least subnormal exponent.
15467 * stdlib/test-strtod-round-data: Add more tests.
15468 * stdlib/tst-strtod-round.c (tests): Regenerated.
15469
7a2ad8cf
AZ
154702013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15471
15472 [BZ #14143]
15473 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15474 (__fe_mask_env): Likewise.
15475 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15476 libm_hidden_proto and add function prototype.
15477 (__fe_mask_env): Add function prototype.
15478 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15479 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15481 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15482 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15483 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15484
50727aa7
MS
154852013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
15486
b2f386c1 15487 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
15488 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15489
a615be46
MS
154902013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
15491
15492 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15493 of htab_find_slot().
15494
7ddace62
DM
154952013-11-11 David S. Miller <davem@davemloft.net>
15496
15497 [BZ #16150]
15498 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15499 symbol in the non-vis3 case in static builds.
15500 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15501 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15502 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15503 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15504
9182aa67
JK
155052013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15506
15507 [BZ #387]
15508 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15509 it is empty.
15510
450a2e2d
AZ
155112013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15512
b2f386c1
SP
15513 * benchtests/Makefile: Add bench-strtod.
15514 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 15515
8ec3f656
AS
155162013-11-11 Andreas Schwab <schwab@suse.de>
15517
15518 [BZ #16153]
15519 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15520 terminating NUL in key length.
15521
76a9b998
AZ
155222013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15523
15524 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15525 Add artificial ODP entry for vDSO symbol for PPC64.
15526 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15527 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15528
e4368156
OB
155292013-11-07 Ondřej Bílka <neleai@seznam.cz>
15530
15531 [BZ #15374]
15532 * nss/getent.c (services_keys): Recognize services starting with digit.
15533
8d6bb57c
DM
155342013-11-06 David S. Miller <davem@davemloft.net>
15535
15536 [BZ #15985]
15537 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15538 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15539
e256c421
WN
155402013-11-06 Will Newton <will.newton@linaro.org>
15541
15542 * manual/memory.texi (Malloc Examples): Remove register
15543 keyword from examples.
15544
f6e12daa 155452013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 15546
f6e12daa 15547 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 15548
9d880655
AS
155492013-11-04 Joseph Myers <joseph@codesourcery.com>
15550
fd2f9486 15551 [BZ #6981]
9d880655
AS
15552 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15553 depending on [__GCC_IEC_559 > 0].
15554 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15555 depending on [__GCC_IEC_559_COMPLEX > 0].
15556
ae129d3c
CL
155572013-11-03 Chris Leonard <cjl@sugarlabs.org>
15558
15559 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15560 to iso-639.def.
15561
4a15c2a4 155622013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
15563
15564 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15565
8b35e35d
OB
155662013-11-01 Ondřej Bílka <neleai@seznam.cz>
15567
15568 [BZ #16112]
15569 * malloc/malloc (malloc_info): Do not handle first bin as
15570 special case.
15571
1d70fd6c
CL
155722013-11-01 Chris Leonard <cjl@sugarlabs.org>
15573
15574 * locale/iso-639.def: Add Central Nahuatl (nhn).
15575
8c5c2600
BH
155762013-11-01 Bruno Haible <bruno@clisp.org>
15577
15578 [BZ #7003]
15579 * manual/math.texi (BSD Random): Specify range upper bound as
15580 in POSIX.
15581
da5579c2
CL
155822013-10-31 Chris Leonard <cjl@sugarlabs.org>
15583
15584 * locale/iso-639.def: Add Meadow Mari (mhr).
15585
5d30d853
OB
155862013-10-31 Ondřej Bílka <neleai@seznam.cz>
15587
15588 [BZ #14752], [BZ #15763]
15589 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15590 Validate name.
15591 * rt/tst_shm.c: Add test for escaping directory.
15592
a4966c61
AS
155932013-10-31 Andreas Schwab <schwab@suse.de>
15594
8a43e768 15595 [BZ #15917]
a4966c61
AS
15596 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15597 followed by 'x' as part of digit sequence.
15598 * stdio-common/tst-sscanf.c (double_tests2): New tests.
15599
28d708c4
MAP
156002013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15601
15602 [BZ #16037]
15603 * configure.ac: allow GNU Make 4.0 and greater.
15604 * configure: Regenerated.
15605
a56ee40b
WN
156062013-10-30 Will Newton <will.newton@linaro.org>
15607
15608 [BZ #16038]
15609 * malloc/hooks.c (memalign_check): Limit alignment to the
15610 maximum representable power of two.
15611 * malloc/malloc.c (__libc_memalign): Likewise.
15612 * malloc/tst-memalign.c (do_test): Add test for very
15613 large alignment values.
15614 * malloc/tst-posix_memalign.c (do_test): Likewise.
15615
c6e4925d
OB
156162013-10-30 Ondřej Bílka <neleai@seznam.cz>
15617
15618 [BZ #11087]
15619 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15620 (munmap_chunk): Likewise.
15621 (mremap_chunk): Likewise.
15622
156232013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 15624
8a43e768 15625 [BZ #15799]
bbea82f7
OB
15626 * stdlib/div.c (div): Remove obsolete code.
15627 * stdlib/ldiv.c (ldiv): Likewise.
15628 * stdlib/lldiv.c (lldiv): Likewise.
15629
977f4b31
SP
156302013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
15631
15632 [BZ #16071]
15633 * nss/nss_files/files-XXX.c (get_contents_ret): New
15634 enumerator.
15635 (get_contents): New function.
15636 (internal_getent): Use it. Expand size of LINEBUFLEN.
15637
cb8a6dbd
MF
156382013-10-30 Mike Frysinger <vapier@gentoo.org>
15639
15640 * configure.in: Moved to ...
15641 * configure.ac: ... here. Change reference to configure.in
15642 to configure.ac.
15643 * sysdeps/arm/preconfigure.ac: ... here.
15644 configure.in to configure.ac.
15645 * sysdeps/gnu/configure.in: Moved to ...
15646 * sysdeps/gnu/configure.ac: ... here.
15647 * sysdeps/i386/configure.in: Moved to ...
15648 * sysdeps/i386/configure.ac: ... here.
15649 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15650 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15651 * sysdeps/mach/configure.in: Moved to ...
15652 * sysdeps/mach/configure.ac: ... here.
15653 * sysdeps/mach/hurd/configure.in: Moved to ...
15654 * sysdeps/mach/hurd/configure.ac: ... here.
15655 * sysdeps/powerpc/configure.in: Moved to ...
15656 * sysdeps/powerpc/configure.ac: ... here.
15657 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15658 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15659 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15660 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15661 * sysdeps/s390/s390-32/configure.in: Moved to ...
15662 * sysdeps/s390/s390-32/configure.ac: ... here.
15663 * sysdeps/s390/s390-64/configure.in: Moved to ...
15664 * sysdeps/s390/s390-64/configure.ac: ... here.
15665 * sysdeps/sh/configure.in: Moved to ...
15666 * sysdeps/sh/configure.ac: ... here.
15667 * sysdeps/sparc/configure.in: Moved to ...
15668 * sysdeps/sparc/configure.ac: ... here.
15669 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15670 * sysdeps/unix/sysv/linux/configure.ac: ... here.
15671 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15672 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15673 * sysdeps/x86_64/configure.in: Moved to ...
15674 * sysdeps/x86_64/configure.ac: ... here.
15675 * sysdeps/x86_64/preconfigure.in: Moved to ...
15676 * sysdeps/x86_64/preconfigure.ac: ... here.
15677 * aclocal.m4: Change reference to configure.in to configure.ac.
15678 * config.h.in: Likewise.
15679 * manual/install.texi: Likewise.
15680 * manual/maint.texi: Likewise.
15681 * Makefile: Likewise.
15682 * malloc/Makefile: Likewise.
15683 * nscd/Makefile: Likewise.
15684 * Makeconfig: Change reference to configure.in and
15685 preconfigure.in to configure.ac and preconfigure.ac
15686 respectively.
15687 * INSTALL: Regenerated.
15688 * configure: Likewise.
15689 * sysdeps/gnu/configure: Likewise.
15690 * sysdeps/i386/configure: Likewise.
15691 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15692 * sysdeps/mach/configure: Likewise.
15693 * sysdeps/mach/hurd/configure: Likewise.
15694 * sysdeps/powerpc/configure: Likewise.
15695 * sysdeps/powerpc/powerpc32/configure: Likewise.
15696 * sysdeps/powerpc/powerpc64/configure: Likewise.
15697 * sysdeps/s390/s390-32/configure: Likewise.
15698 * sysdeps/s390/s390-64/configure: Likewise.
15699 * sysdeps/sh/configure: Likewise.
15700 * sysdeps/sparc/configure: Likewise.
15701 * sysdeps/unix/sysv/linux/configure: Likewise.
15702 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15703 * sysdeps/x86_64/configure: Likewise.
15704 * sysdeps/x86_64/preconfigure: Likewise.
15705
36a4953a
AS
157062013-10-29 Andreas Schwab <schwab@suse.de>
15707
15708 * stdio-common/Makefile (tst-swscanf-ENV): Define.
15709
c79a1204
SP
157102013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
15711
dfa1b402
SP
15712 * benchtests/pow-inputs: Add new inputs.
15713
54f73d9c
SP
15714 * benchtests/exp-inputs: Add new inputs.
15715
c79a1204
SP
15716 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15717 conditional check for return value.
15718 (__cos32): Likewise.
15719
67beb545 157202013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
15721
15722 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15723 to provide a boost for large inputs with word alignment.
15724 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15725 implementation based on optimized PPC64 strcpy.
15726 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15727 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15728 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15729 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15730
151659f6
OB
157312013-10-25 Ondřej Bílka <neleai@seznam.cz>
15732
482a077e 15733 [BZ #2801]
151659f6
OB
15734 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15735
10b0f26b
OB
157362013-10-25 Ondřej Bílka <neleai@seznam.cz>
15737
15738 [BZ #14876]
15739 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15740 * time/tst-strptime.c (day_tests): Add testcase.
15741
ca42d35e
OB
157422013-10-25 Ondřej Bílka <neleai@seznam.cz>
15743
482a077e 15744 [BZ #14029]
ca42d35e
OB
15745 * manual/pattern.texi: Acknowledge that fnmatch can fail.
15746
52e6d801
FB
157472013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
15748
15749 [BZ #16074]
15750 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15751 MAP_FAILED on error.
15752
7cbcdb36
SP
157532013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
15754
15755 [BZ #16072]
15756 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15757 heap for large requests.
15758
894f3f10
AM
157592013-10-25 Aurelien Jarno <aurelien@aurel32.net>
15760
15761 [BZ #9954]
15762 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15763 result if the result has no associated interface.
15764 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15765 interface for all 127.X.Y.Z addresses.
15766
b85545a6
CL
157672013-10-24 Chris Leonard <cjl@sugarlabs.org>
15768
15769 * locale/iso-639.def: Add Ligurian (lij)
15770
d1f23d46
OB
157712013-10-21 Ondřej Bílka <neleai@seznam.cz>
15772
15773 [BZ #15825]
15774 * sunrpc/rpc_main.c: Document rpcgen -5.
15775
4db5b08f
MS
157762013-10-19 Michael Stahl <mstahl@redhat.com>
15777
15778 * elf/rtld.c (do_preload): Print the reason why preloading failed.
15779
a471e96a
OB
157802013-10-19 Ondřej Bílka <neleai@seznam.cz>
15781
d1f23d46 15782 [BZ #10278]
a471e96a
OB
15783 * posix/glob.c: Match only directories when trailing slash is present.
15784 * posix/tst-gnuglob.c (my_opendir): Do not open files.
15785 (main): Add testcase.
15786
45c30c61
OB
157872013-10-19 Ondřej Bílka <neleai@seznam.cz>
15788
15789 [BZ #15670]
15790 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15791
484c12fb
CD
157922013-10-18 Carlos O'Donell <carlos@redhat.com>
15793
3d7dc513
CD
15794 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15795 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15796 AUTH_DES and cindex for FIPS 140-2.
15797 (DES Encryption): Add cindex FIPS 46-3.
15798
484c12fb
CD
15799 * locale/locarchive.h (struct locarhandle): Add fname.
15800 * locale/programs/localedef.c (main): Pass ARGV[remaining]
15801 if an optional argument was specified to --list-archive,
15802 otherwise NULL.
15803 * locale/programs/locarchive.c (show_archive_content): Take new
15804 argument fname and pass it via ah.fname to open_archive.
15805 * locale/programs/localedef.h: Update decl.
15806 (open_archive): If AH->fname is non-null, open that file
15807 rather than the default file name, and don't ignore ENOENT.
15808 (create_archive): Set AH.fname to NULL.
15809 (delete_locales_from_archive): Likewise.
15810 (add_locales_to_archive): Likewise.
15811 * locale/programs/locfile.c (write_all_categories): Likewise.
15812
3c8325fb
JM
158132013-10-18 Joseph Myers <joseph@codesourcery.com>
15814 Aldy Hernandez <aldyh@redhat.com>
15815
15816 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15817 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15818 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15819 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15820 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15821 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15822 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15823 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15824 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15825 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15826 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15827 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15828 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15829 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15830 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15831 Likewise.
15832 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15833 Likewise.
15834 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15835 Likewise.
15836 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15837 Likewise.
15838 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15839 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15840 Likewise.
15841 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15842 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15843 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15844 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15845 Likewise.
15846 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15847 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15848 * sysdeps/powerpc/preconfigure: Likewise.
15849 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15850 Likewise.
15851 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15852 Replace contents of file by #include of <fenv_libc.h>.
15853 * sysdeps/powerpc/soft-fp/sfp-machine.h
15854 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15855 and <sys/prctl.h>.
15856 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15857 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15858 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15859 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15860 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15861 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15862 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15863 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15864 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15865 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15866 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15867 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15868 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15869 Allow copysignl PLT reference to be missing.
15870
5abe0682
RS
158712013-10-18 Richard Sandiford <richard@codesourcery.com>
15872 Joseph Myers <joseph@codesourcery.com
15873
15874 [BZ #15948]
15875 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15876 single character.
15877 (add_to_tablewc): Assert sequence of wide characters is nonempty.
15878
c7738d08
SP
158792013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
15880
15881 * elf/tst-tls-dlinfo.c: Don't include tls.h.
15882 * elf/tst-tls1.c: Likewise.
15883 * elf/tst-tls10.h: Likewise.
15884 * elf/tst-tls14.c: Likewise.
15885 * elf/tst-tls2.c: Likewise.
15886 * elf/tst-tls3.c: Likewise.
15887 * elf/tst-tls4.c: Likewise.
15888 * elf/tst-tls5.c: Likewise.
15889 * elf/tst-tls6.c: Likewise.
15890 * elf/tst-tls7.c: Likewise.
15891 * elf/tst-tls8.c: Likewise.
15892 * elf/tst-tls9.c: Likewise.
15893 * elf/tst-tlsmod1.c: Likewise.
15894 * elf/tst-tlsmod13.c: Likewise.
15895 * elf/tst-tlsmod13a.c: Likewise.
15896 * elf/tst-tlsmod14a.c: Likewise.
15897 * elf/tst-tlsmod16a.c: Likewise.
15898 * elf/tst-tlsmod16b.c: Likewise.
15899 * elf/tst-tlsmod2.c: Likewise.
15900 * elf/tst-tlsmod3.c: Likewise.
15901 * elf/tst-tlsmod4.c: Likewise.
15902 * elf/tst-tlsmod5.c: Likewise.
15903 * elf/tst-tlsmod6.c: Likewise.
15904
0bfcf2c7
OB
159052013-10-18 Ondřej Bílka <neleai@seznam.cz>
15906
15907 [BZ #12486]
15908 * malloc/malloc.c: remove checks for statistics.
15909
264aad1e
OB
159102013-10-17 Ondřej Bílka <neleai@seznam.cz>
15911
15912 [BZ #15277]
15913 * inet/inet_net.c (inet_network): Detect additional invalid strings.
15914 * inet/tst-network.c: Add testcase.
15915
b957ced8
AS
159162013-10-17 Andreas Schwab <schwab@suse.de>
15917
15918 [BZ #15218]
15919 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15920 to determine canonical name.
15921
c5d5d574
OB
159222013-10-17 Ondřej Bílka <neleai@seznam.cz>
15923
15924 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15925 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15926 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15927 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15928 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15929 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15930 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15931 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15932 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15933 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15934 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15935 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15936 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15937 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15938 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15939 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15940 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15941 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15942 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15943 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15944 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15945 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15946 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15947 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15948 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15949 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15950 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15951 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15952 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15953 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15954 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15955 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15956 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15957 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15958 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15959 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15960 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15961 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15962 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15963 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15964 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15965 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15966 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15967 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15968 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15969 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15970 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15971 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15972 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15973 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15974 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15975 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15976 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15977 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15978 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15979 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15980 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15981 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15982
e5c2c2d0
JM
159832013-10-17 Joseph Myers <joseph@codesourcery.com>
15984
15985 [BZ #16041]
15986 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15987 make result into a quiet NaN.
15988
51ca9e29
JM
159892013-10-16 Joseph Myers <joseph@codesourcery.com>
15990
15991 * soft-fp/adddf3.c: Fix horizontal whitespace.
15992 * soft-fp/addsf3.c: Likewise.
15993 * soft-fp/addtf3.c: Likewise.
15994 * soft-fp/divdf3.c: Likewise.
15995 * soft-fp/divsf3.c: Likewise.
15996 * soft-fp/divtf3.c: Likewise.
15997 * soft-fp/double.h: Likewise.
15998 * soft-fp/eqdf2.c: Likewise.
15999 * soft-fp/eqsf2.c: Likewise.
16000 * soft-fp/eqtf2.c: Likewise.
16001 * soft-fp/extenddftf2.c: Likewise.
16002 * soft-fp/extended.h: Likewise.
16003 * soft-fp/extendsfdf2.c: Likewise.
16004 * soft-fp/extendsftf2.c: Likewise.
16005 * soft-fp/extendxftf2.c: Likewise.
16006 * soft-fp/fixdfdi.c: Likewise.
16007 * soft-fp/fixdfsi.c: Likewise.
16008 * soft-fp/fixdfti.c: Likewise.
16009 * soft-fp/fixsfdi.c: Likewise.
16010 * soft-fp/fixsfsi.c: Likewise.
16011 * soft-fp/fixsfti.c: Likewise.
16012 * soft-fp/fixtfdi.c: Likewise.
16013 * soft-fp/fixtfsi.c: Likewise.
16014 * soft-fp/fixtfti.c: Likewise.
16015 * soft-fp/fixunsdfdi.c: Likewise.
16016 * soft-fp/fixunsdfsi.c: Likewise.
16017 * soft-fp/fixunsdfti.c: Likewise.
16018 * soft-fp/fixunssfdi.c: Likewise.
16019 * soft-fp/fixunssfsi.c: Likewise.
16020 * soft-fp/fixunssfti.c: Likewise.
16021 * soft-fp/fixunstfdi.c: Likewise.
16022 * soft-fp/fixunstfsi.c: Likewise.
16023 * soft-fp/fixunstfti.c: Likewise.
16024 * soft-fp/floatdidf.c: Likewise.
16025 * soft-fp/floatdisf.c: Likewise.
16026 * soft-fp/floatditf.c: Likewise.
16027 * soft-fp/floatsidf.c: Likewise.
16028 * soft-fp/floatsisf.c: Likewise.
16029 * soft-fp/floatsitf.c: Likewise.
16030 * soft-fp/floattidf.c: Likewise.
16031 * soft-fp/floattisf.c: Likewise.
16032 * soft-fp/floattitf.c: Likewise.
16033 * soft-fp/floatundidf.c: Likewise.
16034 * soft-fp/floatundisf.c: Likewise.
16035 * soft-fp/floatunditf.c: Likewise.
16036 * soft-fp/floatunsidf.c: Likewise.
16037 * soft-fp/floatunsisf.c: Likewise.
16038 * soft-fp/floatunsitf.c: Likewise.
16039 * soft-fp/floatuntidf.c: Likewise.
16040 * soft-fp/floatuntisf.c: Likewise.
16041 * soft-fp/floatuntitf.c: Likewise.
16042 * soft-fp/fmadf4.c: Likewise.
16043 * soft-fp/fmasf4.c: Likewise.
16044 * soft-fp/fmatf4.c: Likewise.
16045 * soft-fp/gedf2.c: Likewise.
16046 * soft-fp/gesf2.c: Likewise.
16047 * soft-fp/getf2.c: Likewise.
16048 * soft-fp/ledf2.c: Likewise.
16049 * soft-fp/lesf2.c: Likewise.
16050 * soft-fp/letf2.c: Likewise.
16051 * soft-fp/muldf3.c: Likewise.
16052 * soft-fp/mulsf3.c: Likewise.
16053 * soft-fp/multf3.c: Likewise.
16054 * soft-fp/negdf2.c: Likewise.
16055 * soft-fp/negsf2.c: Likewise.
16056 * soft-fp/negtf2.c: Likewise.
16057 * soft-fp/op-1.h: Likewise.
16058 * soft-fp/op-2.h: Likewise.
16059 * soft-fp/op-4.h: Likewise.
16060 * soft-fp/op-8.h: Likewise.
16061 * soft-fp/op-common.h: Likewise.
16062 * soft-fp/quad.h: Likewise.
16063 * soft-fp/single.h: Likewise.
16064 * soft-fp/soft-fp.h: Likewise.
16065 * soft-fp/sqrtdf2.c: Likewise.
16066 * soft-fp/sqrtsf2.c: Likewise.
16067 * soft-fp/sqrttf2.c: Likewise.
16068 * soft-fp/subdf3.c: Likewise.
16069 * soft-fp/subsf3.c: Likewise.
16070 * soft-fp/subtf3.c: Likewise.
16071 * soft-fp/truncdfsf2.c: Likewise.
16072 * soft-fp/trunctfdf2.c: Likewise.
16073 * soft-fp/trunctfsf2.c: Likewise.
16074 * soft-fp/trunctfxf2.c: Likewise.
16075 * soft-fp/unorddf2.c: Likewise.
16076 * soft-fp/unordsf2.c: Likewise.
16077 * soft-fp/unordtf2.c: Likewise.
16078
9ebb0332
JM
160792013-10-15 Joseph Myers <joseph@codesourcery.com>
16080
16081 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
16082 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
16083
4b1a6d8b
OB
160842013-10-15 Ondřej Bílka <neleai@seznam.cz>
16085
16086 * elf/dl-libc.c: Clear initfini list after freeing.
16087
1e145589
JM
160882013-10-14 Joseph Myers <joseph@codesourcery.com>
16089
16090 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
16091 * soft-fp/addsf3.c: Likewise.
16092 * soft-fp/addtf3.c: Likewise.
16093 * soft-fp/divdf3.c: Likewise.
16094 * soft-fp/divsf3.c: Likewise.
16095 * soft-fp/divtf3.c: Likewise.
16096 * soft-fp/double.h: Likewise.
16097 * soft-fp/eqdf2.c: Likewise.
16098 * soft-fp/eqsf2.c: Likewise.
16099 * soft-fp/eqtf2.c: Likewise.
16100 * soft-fp/extenddftf2.c: Likewise.
16101 * soft-fp/extended.h: Likewise.
16102 * soft-fp/extendsfdf2.c: Likewise.
16103 * soft-fp/extendsftf2.c: Likewise.
16104 * soft-fp/extendxftf2.c: Likewise.
16105 * soft-fp/fixdfdi.c: Likewise.
16106 * soft-fp/fixdfsi.c: Likewise.
16107 * soft-fp/fixdfti.c: Likewise.
16108 * soft-fp/fixsfdi.c: Likewise.
16109 * soft-fp/fixsfsi.c: Likewise.
16110 * soft-fp/fixsfti.c: Likewise.
16111 * soft-fp/fixtfdi.c: Likewise.
16112 * soft-fp/fixtfsi.c: Likewise.
16113 * soft-fp/fixtfti.c: Likewise.
16114 * soft-fp/fixunsdfdi.c: Likewise.
16115 * soft-fp/fixunsdfsi.c: Likewise.
16116 * soft-fp/fixunsdfti.c: Likewise.
16117 * soft-fp/fixunssfdi.c: Likewise.
16118 * soft-fp/fixunssfsi.c: Likewise.
16119 * soft-fp/fixunssfti.c: Likewise.
16120 * soft-fp/fixunstfdi.c: Likewise.
16121 * soft-fp/fixunstfsi.c: Likewise.
16122 * soft-fp/fixunstfti.c: Likewise.
16123 * soft-fp/floatdidf.c: Likewise.
16124 * soft-fp/floatdisf.c: Likewise.
16125 * soft-fp/floatditf.c: Likewise.
16126 * soft-fp/floatsidf.c: Likewise.
16127 * soft-fp/floatsisf.c: Likewise.
16128 * soft-fp/floatsitf.c: Likewise.
16129 * soft-fp/floattidf.c: Likewise.
16130 * soft-fp/floattisf.c: Likewise.
16131 * soft-fp/floattitf.c: Likewise.
16132 * soft-fp/floatundidf.c: Likewise.
16133 * soft-fp/floatundisf.c: Likewise.
16134 * soft-fp/floatunsidf.c: Likewise.
16135 * soft-fp/floatunsisf.c: Likewise.
16136 * soft-fp/floatuntidf.c: Likewise.
16137 * soft-fp/floatuntisf.c: Likewise.
16138 * soft-fp/floatuntitf.c: Likewise.
16139 * soft-fp/fmadf4.c: Likewise.
16140 * soft-fp/fmasf4.c: Likewise.
16141 * soft-fp/fmatf4.c: Likewise.
16142 * soft-fp/gedf2.c: Likewise.
16143 * soft-fp/gesf2.c: Likewise.
16144 * soft-fp/getf2.c: Likewise.
16145 * soft-fp/ledf2.c: Likewise.
16146 * soft-fp/lesf2.c: Likewise.
16147 * soft-fp/letf2.c: Likewise.
16148 * soft-fp/muldf3.c: Likewise.
16149 * soft-fp/mulsf3.c: Likewise.
16150 * soft-fp/multf3.c: Likewise.
16151 * soft-fp/negdf2.c: Likewise.
16152 * soft-fp/negsf2.c: Likewise.
16153 * soft-fp/negtf2.c: Likewise.
16154 * soft-fp/op-1.h: Likewise.
16155 * soft-fp/op-2.h: Likewise.
16156 * soft-fp/op-4.h: Likewise.
16157 * soft-fp/op-8.h: Likewise.
16158 * soft-fp/op-common.h: Likewise.
16159 * soft-fp/quad.h: Likewise.
16160 * soft-fp/single.h: Likewise.
16161 * soft-fp/soft-fp.h: Likewise.
16162 * soft-fp/sqrtdf2.c: Likewise.
16163 * soft-fp/sqrtsf2.c: Likewise.
16164 * soft-fp/sqrttf2.c: Likewise.
16165 * soft-fp/subdf3.c: Likewise.
16166 * soft-fp/subsf3.c: Likewise.
16167 * soft-fp/subtf3.c: Likewise.
16168 * soft-fp/truncdfsf2.c: Likewise.
16169 * soft-fp/trunctfdf2.c: Likewise.
16170 * soft-fp/trunctfsf2.c: Likewise.
16171 * soft-fp/trunctfxf2.c: Likewise.
16172 * soft-fp/unorddf2.c: Likewise.
16173 * soft-fp/unordsf2.c: Likewise.
16174 * soft-fp/unordtf2.c: Likewise.
16175
17c48a60
OB
161762013-10-14 Ondřej Bílka <neleai@seznam.cz>
16177
16178 [BZ #15672]
16179 * misc/error.c (error_tail): Fix possible buffer overflow.
16180
cabba934
OB
161812013-10-14 Aurelien Jarno <aurelien@aurel32.net>
16182
16183 [BZ #13028]
16184 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
16185 address.
16186
94bf958a
PM
161872013-10-14 P. J. McDermott <pj@pehjota.net>
16188
16189 [BZ #832]
16190 * elf/ldd.bash.in (try_trace): New function. Delete previous code
16191 testing pipefail option.
16192
71b4dea7
JM
161932013-10-12 Joseph Myers <joseph@codesourcery.com>
16194
16195 * soft-fp/double.h: Indent preprocessor directives inside #if.
16196 * soft-fp/extended.h: Likewise.
16197 * soft-fp/op-2.h: Likewise.
16198 * soft-fp/op-4.h: Likewise.
16199 * soft-fp/op-common.h: Likewise.
16200 * soft-fp/quad.h: Likewise.
16201 * soft-fp/single.h: Likewise.
16202 * soft-fp/soft-fp.h: Likewise.
16203
55602758
YC
162042013-10-12 Yuri Chornoivan <yurchor@ukr.net>
16205
16206 * iconv/iconv_prog.c: Fix typos.
16207 * stdio-common/psiginfo-data.h: Likewise.
16208
9cd83302
RT
162092013-10-12 Reuben Thomas <rrt@sc3d.org>
16210
16211 [BZ #15764]
16212 * locale/setlocale.c: Fix typo.
16213
99fd9f47
JM
162142013-10-12 Joseph Myers <joseph@codesourcery.com>
16215
b7ea74f0
JM
16216 [BZ #16036]
16217 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
16218 signaling NaN arguments.
16219 * soft-fp/unordsf2.c (__unordsf2): Likewise.
16220 * soft-fp/unordtf2.c (__unordtf2): Likewise.
16221
8a509447
JM
16222 [BZ #14910]
16223 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
16224 unordered operands.
16225 * soft-fp/gesf2.c (__gesf2): Likewise.
16226 * soft-fp/getf2.c (__getf2): Likewise.
16227 * soft-fp/ledf2.c (__ledf2): Likewise.
16228 * soft-fp/lesf2.c (__lesf2): Likewise.
16229 * soft-fp/letf2.c (__letf2): Likewise.
16230
98998e9f
JM
16231 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
16232 * soft-fp/eqsf2.c (__eqsf2): Likewise.
16233 * soft-fp/eqtf2.c (__eqtf2): Likewise.
16234 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
16235 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
16236 * soft-fp/fixdfti.c (__fixdfti): Likewise.
16237 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
16238 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
16239 * soft-fp/fixsfti.c (__fixsfti): Likewise.
16240 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
16241 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
16242 * soft-fp/fixtfti.c (__fixtfti): Likewise.
16243 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
16244 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
16245 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
16246 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
16247 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
16248 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
16249 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
16250 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
16251 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
16252 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
16253 * soft-fp/floatdisf.c (__floatdisf): Likewise.
16254 * soft-fp/floatsisf.c (__floatsisf): Likewise.
16255 * soft-fp/floattidf.c (__floattidf): Likewise.
16256 * soft-fp/floattisf.c (__floattisf): Likewise.
16257 * soft-fp/floattitf.c (__floattitf): Likewise.
16258 * soft-fp/floatundidf.c (__floatundidf): Likewise.
16259 * soft-fp/floatundisf.c (__floatundisf): Likewise.
16260 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
16261 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
16262 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
16263 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
16264 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
16265 * soft-fp/gesf2.c (__gesf2): Likewise.
16266 * soft-fp/getf2.c (__getf2): Likewise.
16267 * soft-fp/ledf2.c (__ledf2): Likewise.
16268 * soft-fp/lesf2.c (__lesf2): Likewise.
16269 * soft-fp/letf2.c (__letf2): Likewise.
16270
8edc4a11
JM
16271 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
16272 Undefine and redefine.
16273 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
16274 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
16275 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
16276 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
16277 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16278 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
16279 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16280 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
16281 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16282 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
16283 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16284 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
16285 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16286 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
16287 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
16288
8399acaf
JM
16289 [BZ #16032]
16290 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
16291 without decrementing exponent if mantissa >= that for the
16292 denominator, not >.
16293 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
16294 denominator, not >. Decrement exponent in < case instead of
16295 incrementing in >= case.
16296 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
16297 without decrementing exponent if mantissa >= that for the
16298 denominator, not >.
16299
99fd9f47
JM
16300 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
16301 computing saturated result for unsigned overflow.
16302
10e1cf6b
SP
163032013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
16304 Jeff Law <law@redhat.com>
16305
16306 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
16307 (atan2Mp): Add systemtap probe marker.
16308 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
16309 (__ieee754_log): Add systemtap probe marker.
16310 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
16311 (atanMp): Add systemtap probe marker.
16312 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
16313 (tanMp): Add systemtap probe marker.
16314 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
16315 (__slowexp): Add systemtap probe marker.
16316 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
16317 (__slowpow): Add systemtap probe marker.
16318 * manual/probes.texi: Document probes.
16319
3d110c7c
EB
163202013-10-11 Eric Biggers <ebiggers3@gmail.com>
16321
16322 [BZ #15362]
16323 * libio/fileops.c (_IO_new_file_write): Return count of bytes
16324 written.
16325 (_IO_new_file_xsputn): Don't return EOF if nothing has been
16326 written.
16327 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
16328 written to buffer but not flushed.
16329 * libio/iofwrite_u.c: Likewise.
16330 * libio/iopadn.c: Return bytes returned even if EOF was
16331 encountered.
16332 * libio/iowpadn.c: Likewise.
16333 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
16334 if _IO_padn does not write the whole buffer.
16335 [!COMPILE_WPRINTF] (PAD): Likewise.
16336
75b4202a
DM
163372013-10-10 David S. Miller <davem@davemloft.net>
16338
16339 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
16340 directory block.
16341
6c6352e6
JM
163422013-10-10 Joseph Myers <joseph@codesourcery.com>
16343
33b853c3
JM
16344 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
16345 instead of FSF address.
16346 * soft-fp/fixdfti.c: Likewise.
16347 * soft-fp/fixsfti.c: Likewise.
16348 * soft-fp/fixtfti.c: Likewise.
16349 * soft-fp/fixunsdfti.c: Likewise.
16350 * soft-fp/fixunssfti.c: Likewise.
16351 * soft-fp/fixunstfti.c: Likewise.
16352 * soft-fp/floattidf.c: Likewise.
16353 * soft-fp/floattisf.c: Likewise.
16354 * soft-fp/floattitf.c: Likewise.
16355 * soft-fp/floatuntidf.c: Likewise.
16356 * soft-fp/floatuntisf.c: Likewise.
16357 * soft-fp/floatuntitf.c: Likewise.
16358 * soft-fp/trunctfxf2.c: Likewise.
16359
6c6352e6
JM
16360 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
16361 * soft-fp/fixdfti.c: Likewise.
16362 * soft-fp/fixsfti.c: Likewise.
16363 * soft-fp/fixtfti.c: Likewise.
16364 * soft-fp/fixunsdfti.c: Likewise.
16365 * soft-fp/fixunssfti.c: Likewise.
16366 * soft-fp/fixunstfti.c: Likewise.
16367 * soft-fp/floattidf.c: Likewise.
16368 * soft-fp/floattisf.c: Likewise.
16369 * soft-fp/floattitf.c: Likewise.
16370 * soft-fp/floatuntidf.c: Likewise.
16371 * soft-fp/floatuntisf.c: Likewise.
16372 * soft-fp/floatuntitf.c: Likewise.
16373 * soft-fp/trunctfxf2.c: Likewise.
16374
3bf78b71
DM
163752013-10-10 David S. Miller <davem@davemloft.net>
16376
16377 * sysdeps/sparc/fpu/libm-test-ulps: Update.
16378
6f10289e
JM
163792013-10-10 Joseph Myers <joseph@codsourcery.com>
16380
bd878fc0
JM
16381 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16382 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
16383 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
16384 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
16385 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
16386 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
16387 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
16388
6f10289e
JM
16389 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
16390 for NaNs before doing comparisons on argument.
16391 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
16392 Likewise.
16393
321e2684
WN
163942013-10-10 Will Newton <will.newton@linaro.org>
16395
16396 * malloc/hooks.c (memalign_check): Ensure the value of bytes
16397 passed to _int_memalign does not overflow.
16398
40fefba1
TR
163992013-10-10 Torvald Riegel <triegel@redhat.com>
16400
16401 * scripts/bench.pl: Add include-sources directive.
16402 * benchtests/README: Update documentation.
16403
2ae21ed2
JM
164042013-10-10 Joseph Myers <joseph@codesourcery.com>
16405
dcc2dd3f
JM
16406 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
16407 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
16408 instead of FP_INIT_ROUNDMODE.
16409 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
16410 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
16411
2ae21ed2
JM
16412 [BZ #16034]
16413 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
16414 copy class of input value.
16415 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
16416 not handle exceptions.
16417 * soft-fp/negsf2.c (__negsf2): Likewise.
16418 * soft-fp/negtf2.c (__negtf2): Likewise.
16419 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
16420
cb8f9562
JM
164212013-10-09 Joseph Myers <joseph@codesourcery.com>
16422
16423 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
16424 semicolon. From Linux kernel.
16425
5b60c59d
AB
164262013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
16427
16428 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
16429
b86835ca
YC
164302013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
16431
16432 [BZ #156]
16433 * manual/socket.texi: Added statement about buffer
16434 for gethostbyname2_r.
16435
e7044ea7
OB
164362013-10-08 Ondřej Bílka <neleai@seznam.cz>
16437
16438 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16439 Use .p2align directive instead, throughout.
16440 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16441 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16442 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16443 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16444 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16445 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16446 * sysdeps/x86_64/strchr.S: Likewise.
16447 * sysdeps/x86_64/strrchr.S: Likewise.
16448
09544cbc
SP
164492013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
16450
88576635
SP
16451 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16452
e7b2d1dd
SP
16453 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16454
09544cbc
SP
16455 * sysdeps/generic/math_private.h (__mpsin1): Remove
16456 declaration.
16457 (__mpcos1): Likewise.
16458 (__mpsin): New argument __range_reduce.
16459 (__mpcos): Likewise.
16460 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16461 (slow): Use __mpsin and __mpcos.
16462 (slow1): Likewise.
16463 (slow2): Likewise.
16464 (sloww): Likewise.
16465 (sloww1): Likewise.
16466 (sloww2): Likewise.
16467 (bsloww): Likewise.
16468 (bsloww1): Likewise.
16469 (bsloww2): Likewise.
16470 (cslow2): Likewise.
16471 (csloww): Likewise.
16472 (csloww1): Likewise.
16473 (csloww2): Likewise.
16474 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16475 range_reduce. Merge in __mpsin1.
16476 (__mpcos): Likewise.
16477 (__mpsin1): Remove.
16478 (__mpcos1): Likewise.
16479
7602d070
JM
164802013-10-07 Joseph Myers <joseph@codesourcery.com>
16481
16482 * locale/loadlocale.c (_nl_intern_locale_data): Use
16483 LOCFILE_ALIGNED_P.
16484 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16485 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16486 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16487 obstack data is appropriately aligned.
16488 (obstack_int32_grow_fast): Likewise.
16489 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16490 * locale/programs/locfile.c (add_locale_uint32): Likewise.
16491 (add_locale_uint32_array): Likewise.
16492
a357259b
SP
164932013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
16494
16495 * benchtests/Makefile: Remove ARGLIST and RET variables.
16496 ($(objpfx)bench-%.c): Pass only function name to the script.
16497 * benchtests/README: Update documentation.
16498 * benchtests/acos-inputs: Add new directives.
16499 * benchtests/acosh-inputs: Likewise.
16500 * benchtests/asin-inputs: Likewise.
16501 * benchtests/asinh-inputs: Likewise.
16502 * benchtests/atan-inputs: Likewise.
16503 * benchtests/atanh-inputs: Likewise.
16504 * benchtests/cos-inputs: Likewise.
16505 * benchtests/cosh-inputs: Likewise.
16506 * benchtests/exp-inputs: Likewise.
16507 * benchtests/log-inputs: Likewise.
16508 * benchtests/pow-inputs: Likewise.
16509 * benchtests/rint-inputs: Likewise.
16510 * benchtests/sin-inputs: Likewise.
16511 * benchtests/sinh-inputs: Likewise.
16512 * benchtests/tan-inputs: Likewise.
16513 * benchtests/tanh-inputs: Likewise.
16514 * scripts/bench.pl: Add support for new directives.
16515
9ec1b13d
AM
165162013-10-07 Alan Modra <amodra@gmail.com>
16517
16518 * README: Fix careless merge.
16519
8b7d57cd
AM
165202013-10-05 Alan Modra <amodra@gmail.com>
16521
16522 * NEWS: Mention powerpc64le support and bugs fixed.
16523 * README: Both big-endian and little-endian powerpc64 supported.
16524
7b7bab13
ST
165252013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
16526
57f41c40
AS
16527 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16528 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
16529 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16530 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16531
d39baad1
RA
165322013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
16533
16534 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16535 match prototype.
16536
cd78f7e7
JM
165372013-10-04 Joseph Myers <joseph@codesourcery.com>
16538
29d73d86
JM
16539 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16540 Move -mhard-float appending from
16541 ports/sysdeps/powerpc/powerpc32/Makefile.
16542 [$(with-fp) = yes] (ASFLAGS): Likewise.
16543 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16544 * sysdeps/powerpc/nofpu: Move directory from
16545 ports/sysdeps/powerpc/nofpu.
16546 * sysdeps/powerpc/soft-fp: Move directory from
16547 ports/sysdeps/powerpc/soft-fp.
16548 * sysdeps/powerpc/powerpc32/405: Move directory from
16549 ports/sysdeps/powerpc/powerpc32/405.
16550 * sysdeps/powerpc/powerpc32/440: Move directory from
16551 ports/sysdeps/powerpc/powerpc32/440.
16552 * sysdeps/powerpc/powerpc32/464: Move directory from
16553 ports/sysdeps/powerpc/powerpc32/464.
16554 * sysdeps/powerpc/powerpc32/476: Move directory from
16555 ports/sysdeps/powerpc/powerpc32/476.
16556 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16557 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16558 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16559 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16560 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16561 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16562 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16563 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16564 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16565 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16566 * README: Update for powerpc-*-linux-gnu software floating point
16567 support in libc.
16568
e246b347
JM
16569 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16570 case to powerpc/powerpc32*.
16571 * sysdeps/unix/sysv/linux/configure: Regenerated.
16572
89c2003e
JM
16573 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16574 (_FPU_MASK_OM): Define as 0x04.
16575 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16576 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16577 0x00c10080.
16578 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16579 0x0000003c.
16580 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16581
cd78f7e7
JM
16582 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16583 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16584 getcontext_e500.
16585 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16586 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16587 setcontext_e500.
16588 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16589 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16590 and setcontext_e500.
16591
c755294d
CL
165922013-10-04 Chris Leonard <cjl@sugarlabs,.org>
16593
16594 * locale/iso-3166.def: Update iso-1366.def and related occurrences
16595
e16d221c
SP
165962013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
16597
16598 * manual/threads.texi (Default Thread Attributes): Fix typo.
16599
215c7d43
WN
166002013-10-04 Will Newton <will.newton@linaro.org>
16601
16602 * malloc/Makefile: Add tst-memalign.
16603 * malloc/tst-memalign.c: New file.
16604
27d0461b
WN
16605 * malloc/tst-posix_memalign.c: Add comments.
16606 (do_test): Add comments and call free on all potentially
16607 allocated pointers. Add space after cast.
16608
1bc92709
WN
16609 * malloc/tst-pvalloc.c: Add comments.
16610 (do_test): Add comments and call free on all potentially
16611 allocated pointers. Remove duplicate check for NULL pointer.
16612 Add space after cast.
16613
66a9be9d
WN
16614 * malloc/tst-valloc.c: Add comments.
16615 (do_test): Add comments and call free on all potentially
16616 allocated pointers. Remove duplicate check for NULL pointer.
16617 Add space after cast.
16618
4cb81307
AM
166192013-10-04 Alan Modra <amodra@gmail.com>
16620
16621 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16622 Use stdint types in rather than __attribute__((mode())).
16623 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16624
f8e3e9f3
AM
166252013-10-04 Alan Modra <amodra@gmail.com>
16626
16627 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16628 Correct handling of unaligned relocs for little-endian.
16629 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16630
8f9ebb08
AM
166312013-10-04 Alan Modra <amodra@gmail.com>
16632
16633 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16634 * configure: Regenerate.
16635 * nptl/shlib-versions: Powerpc*le starts at 2.18.
16636 * shlib-versions: Likewise.
16637
0edf96c2
AM
166382013-10-04 Alan Modra <amodra@gmail.com>
16639
16640 * string/tester.c (test_memrchr): Increment reported test cycle.
16641
e0f7a380
AM
166422013-10-04 Alan Modra <amodra@gmail.com>
16643
16644 * string/test-memcpy.c (do_one_test): When reporting errors, print
16645 string address and don't overrun end of string.
16646
466b0393
AM
166472013-10-04 Alan Modra <amodra@gmail.com>
16648
16649 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16650 insrdi. Make better use of reg selection to speed exit slightly.
16651 Schedule entry path a little better. Remove useless "are we done"
16652 checks on entry to main loop. Handle wrapping around zero address.
16653 Correct main loop count. Handle single left-over word from main
16654 loop inline rather than by using loop_small. Remove extra word
16655 case in loop_small caused by wrong loop count. Add little-endian
16656 support.
16657 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16658 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
16659 cache hint.
16660 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16661 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16662 support. Avoid rlwimi.
16663 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16664
3be87c77
AM
166652013-10-04 Alan Modra <amodra@gmail.com>
16666
16667 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 16668 insrdi. Formatting.
3be87c77
AM
16669 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16670 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16671 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16672 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16673 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16674 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16675
759cfef3
AM
166762013-10-04 Alan Modra <amodra@gmail.com>
16677
16678 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16679 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16680 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16681 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16682 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16683 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16684 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16685 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16686 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
16687 use of regs. Use power7 mtocrf. Tidy function tails.
16688
fe6e95d7
AM
166892013-10-04 Alan Modra <amodra@gmail.com>
16690
16691 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16692 Formatting. Consistently use rXXX register defines or rN defines.
16693 Use early exit labels that avoid restoring unused non-volatile regs.
16694 Make cr field use more consistent with rWORDn compares. Rename
16695 regs used as shift registers for unaligned loop, using rN defines
16696 for short lifetime/multiple use regs.
16697 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16698 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
16699 addi 1,1,64 to pop stack frame. Simplify return value code.
16700 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16701
664318c3
AM
167022013-10-04 Alan Modra <amodra@gmail.com>
16703
16704 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16705 support. Correct typos, formatting. Optimize tail. Use insrdi
16706 rather than rlwimi.
16707 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16708 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16709 little-endian support. Correct typos.
16710 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
16711 rather than rlwimi.
16712 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
16713 in loop and entry code to keep "and." results.
16714 (strchr): Add little-endian support. Comment. Move cntlzd
16715 earlier in tail.
16716 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16717
43b84013
AM
167182013-10-04 Alan Modra <amodra@gmail.com>
16719
16720 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16721 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16722 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16723 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16724
8a7413f9
AM
167252013-10-04 Alan Modra <amodra@gmail.com>
16726
16727 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16728 (rTMP): Define as r11.
16729 (strcmp): Add little-endian support. Optimise tail.
16730 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16731 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16732 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16733 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16734 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16735 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16736 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16737
33ee81de
AM
167382013-10-04 Alan Modra <amodra@gmail.com>
16739
16740 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16741 little-endian support. Remove unnecessary "are we done" tests.
16742 Handle "s" wrapping around zero and extremely large "size".
16743 Correct main loop count. Handle single left-over word from main
16744 loop inline rather than by using small_loop. Correct comments.
16745 Delete "zero" tail, use "end_max" instead.
16746 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16747
db9b4570
AM
167482013-10-04 Alan Modra <amodra@gmail.com>
16749
16750 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16751 support. Don't branch over align.
16752 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16753 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16754 support. Rearrange tmp reg use to suit. Comment.
16755 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16756
f7c399cf
AM
167572013-10-04 Alan Modra <amodra@gmail.com>
16758
16759 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16760
0b2c2ace
AM
167612013-10-04 Alan Modra <amodra@gmail.com>
16762
16763 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16764 conditional form of branch and link when obtaining pc.
16765 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16766
02f04a6c
AM
167672013-10-04 Alan Modra <amodra@gmail.com>
16768
16769 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16770 HIWORD/LOWORD.
16771 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16772 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16773
9b874b2f
AM
167742013-10-04 Alan Modra <amodra@gmail.com>
16775
16776 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16777 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16778 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16779 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16780 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16781 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16782 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16783 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16784 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16785 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16786
be1e5d31
AB
167872013-10-04 Anton Blanchard <anton@au1.ibm.com>
16788 Alistair Popple <alistair@ozlabs.au.ibm.com>
16789 Alan Modra <amodra@gmail.com>
16790
16791 [BZ #15723]
16792 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16793 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16794 _dl_hwcap access for little-endian.
16795 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
16796 destroy vmx regs when saving unaligned.
16797 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16798 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
16799 destroy vmx regs when saving unaligned.
16800
fef13a78
AM
168012013-10-04 Alan Modra <amodra@gmail.com>
16802
16803 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16804 Don't use a union to pack hi/low value.
16805
76a66d51
AB
168062013-10-04 Anton Blanchard <anton@au1.ibm.com>
16807
16808 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16809 for little-endian.
16810 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16811 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16812 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16813 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16814 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16815
6a31fe7f
AM
168162013-10-04 Alan Modra <amodra@gmail.com>
16817
16818 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16819 constants to usual value for .cst8 section, and remove redundant
16820 high address load.
16821 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16822 constant for 0x1p52. Load little-endian words of double from
16823 correct stack offsets.
16824
7b88401f
AM
168252013-10-04 Alan Modra <amodra@gmail.com>
16826
16827 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16828 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16829 words of double from correct stack offsets.
16830 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16831 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16832 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16833 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16834 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16835 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16836 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16837 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16838 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16839 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16840 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16841 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16842 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16843 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16844 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16845 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16846 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16847
9c008155
AM
168482013-10-04 Alan Modra <amodra@gmail.com>
16849
16850 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16851 64-bit int/double union.
16852 (_FPU_SETCW): Likewise.
16853 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16854 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16855
da13146d
AM
168562013-10-04 Alan Modra <amodra@gmail.com>
16857
16858 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16859 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16860
603e8410
AM
168612013-10-04 Alan Modra <amodra@gmail.com>
16862
16863 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16864 use vector int constants.
16865 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16866
4a28b3ca
AB
168672013-10-04 Anton Blanchard <anton@au1.ibm.com>
16868
16869 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16870 array with long long.
16871 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16872 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16873 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16874 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16875 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16876 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16877 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16878 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16879 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16880 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16881 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16882 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16883 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16884
2ca85d2b
AB
168852013-10-04 Anton Blanchard <anton@au1.ibm.com>
16886
16887 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16888 (__signbit): Likewise. Correct for little-endian.
16889 (__signbitl): Call __signbit.
16890 (lrint): Correct for little-endian.
16891 (lrintf): Call lrint.
16892
62a728ae
AM
168932013-10-04 Alan Modra <amodra@gmail.com>
16894
16895 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16896 union 32-bit int array member with 64-bit int array.
16897 (t515, tm256): Double rather than long double.
16898 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16899
32c301df
AM
169002013-10-04 Alan Modra <amodra@gmail.com>
16901
16902 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16903 Delete.
16904 (IEEE854_LONG_DOUBLE_BIAS): Delete.
16905 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16906 version of math_ldbl.h.
16907
650ef4bd
AM
169082013-10-04 Alan Modra <amodra@gmail.com>
16909
16910 [BZ #15734], [BZ #15735]
16911 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16912 all uses of ieee875 long double macros and unions. Simplify test
16913 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
16914 ldbl_extract_mantissa value for ix,iy exponents. Properly
16915 normalize after ldbl_extract_mantissa, and don't add hidden bit
16916 already handled. Don't treat low word of ieee854 mantissa like
16917 low word of IBM long double and mask off bit when testing for
16918 zero.
16919 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16920 all uses of ieee875 long double macros and unions. Simplify tests
16921 for 0.0L and inf. Correct double adjustment of k. Delete dead code
16922 adjusting ha,hb. Simplify code setting kld. Delete two600 and
16923 two1022, instead use their values. Recognise that tests for large
16924 "a" and small "b" are mutually exclusive. Rename vars. Comment.
16925 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16926 Rewrite all uses of ieee875 long double macros and unions. Simplify
16927 test for 0.0L and nan. Correct negation.
16928 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16929 ieee875 long double macros and unions. Correct output for large
16930 magnitude x. Correct absolute value calculation.
16931 (__erfcl): Likewise.
16932 * math/libm-test.inc: Add tests for errors discovered in IBM long
16933 double versions of fmodl, remainderl, erfl and erfcl.
16934
765714ca
AM
169352013-10-04 Alan Modra <amodra@gmail.com>
16936
16937 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16938 all uses of ieee854 long double macros and unions. Simplify tests
16939 for long doubles that are fully specified by the high double.
16940 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16941 Likewise.
16942 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16943 Remove dead code too.
16944 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16945 (__ieee754_ynl): Likewise.
16946 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16947 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16948 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16949 Remove dead code too.
16950 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16951 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16952 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16953 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16954 Simplify.
16955 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16956 Simplify.
16957 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16958 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16959 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16960 Comment on variable precision.
16961 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16962 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16963 Likewise.
16964 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16965 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16966 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16967 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16968 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16969
4ebd120c
AM
169702013-10-04 Alan Modra <amodra@gmail.com>
16971
16972 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16973 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16974 all uses of ieee854 long double macros and unions.
16975 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16976 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16977 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16978 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16979 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16980 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16981 Likewise.
16982 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16983 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16984 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16985 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16986 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16987 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16988 Simplify sign and nan test too.
16989 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16990 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16991 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16992 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16993 Likewise.
16994 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16995 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16996 Likewise.
16997 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16998 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16999 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
17000 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
17001 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
17002 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
17003
1b6adf88
AM
170042013-10-04 Alan Modra <amodra@gmail.com>
17005
17006 * stdio-common/printf_size.c (__printf_size): Don't use
17007 union ieee854_long_double in fpnum union.
17008 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
17009 signbit macro to retrieve sign from long double.
17010 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
17011 retrieve sign from long double.
17012 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
17013 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
17014 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
17015 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
17016 * math/test-misc.c (main): Don't use union ieee854_long_double.
17017
4cf69995
AM
170182013-10-04 Alan Modra <amodra@gmail.com>
17019
17020 [BZ #15680]
17021 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
17022 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
17023 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
17024 calculation. Remove unnecessary test for denormal exponent.
17025 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
17026 Correct handling of denormals. Avoid undefined shift behaviour.
17027 Correct normalisation of low mantissa when low double is denormal.
17028 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
17029 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
17030 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
17031 Correct normalisation of low mantissa. Test for overflow of high
17032 mantissa and normalise.
17033 (ldbl_nearbyint): Use more readable constant for two52.
17034 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
17035 (__mpn_construct_long_double): Fix test for overflow of high
17036 mantissa and correct normalisation. Avoid undefined shift.
17037
9605ca6c
AM
170382013-10-04 Alan Modra <amodra@gmail.com>
17039
17040 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17041 (union ibm_extended_long_double): Define as an array of ieee754_double.
17042 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
17043 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
17044 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
17045 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
17046 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17047 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
17048 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
17049 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
17050 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
17051 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
17052 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
17053
975569d0
JM
170542013-10-03 Joseph Myers <joseph@codesourcery.com>
17055
d3d23756
JM
17056 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
17057 page size instead of calling getpagesize.
17058
975569d0
JM
17059 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
17060 (LOCFILE_ALIGN_MASK): Likewise.
17061 (LOCFILE_ALIGN_UP): Likewise.
17062 (LOCFILE_ALIGNED_P): Likewise.
17063 * locale/programs/ld-collate.c (collate_output): Use the new
17064 macros instead of __alignof__ (int32_t).
17065 * locale/weight.h (findidx): Likewise.
17066
b1fe1f2b
OB
170672013-10-03 Ondřej Bílka <neleai@seznam.cz>
17068
17069 [BZ #431]
17070 * manual/string.texi: Fix strncat and wcsncat.
17071
5f855e35
BM
170722013-10-03 Brooks Moses <bmoses@google.com>
17073
17074 [BZ #15915]
17075 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
17076 * Makerules: ...here, and adjust associated comments.
17077
3cef6009
WN
170782013-10-02 Will Newton <will.newton@linaro.org>
17079
17080 * malloc/Makefile: Add tst-pvalloc.
17081 * malloc/tst-pvalloc.c: New file.
17082
7815420b
WN
170832013-10-02 Will Newton <will.newton@linaro.org>
17084
17085 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
17086 improve test coverage.
17087
4868b204
WN
170882013-10-02 Will Newton <will.newton@linaro.org>
17089
17090 * malloc/Makefile: Add tst-posix_memalign.
17091 * malloc/tst-posix_memalign.c: New file.
17092
29c793b3
EB
170932013-10-01 Eric Blake <eblake@redhat.com>
17094
17095 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
17096 Use __THROWNL rather than __THROW on static functions.
17097
fd967522
PM
170982013-09-30 Petr Machata <pmachata@redhat.com>
17099
17100 * elf/elf.h (R_AARCH64_ABS16): New macro.
17101 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
17102 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
17103 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
17104 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
17105 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
17106 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
17107 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
17108 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
17109 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
17110 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
17111 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
17112 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
17113 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
17114 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
17115 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
17116 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
17117 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
17118 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
17119 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
17120 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
17121 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
17122 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
17123 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
17124 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
17125 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
17126 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
17127 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
17128 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
17129 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
17130 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
17131 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
17132 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
17133 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
17134 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
17135 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
17136 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
17137 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
17138 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
17139 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
17140 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
17141 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
17142 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
17143 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
17144 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
17145 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
17146 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
17147 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
17148 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
17149 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
17150 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
17151 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
17152 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
17153 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
17154 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
17155 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
17156 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
17157 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
17158 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
17159 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
17160 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
17161 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
17162 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
17163 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
17164 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
17165 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
17166 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
17167 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
17168 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
17169 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
17170 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
17171 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
17172 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
17173 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
17174 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
17175 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
17176 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
17177 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
17178 (R_AARCH64_TLSDESC_LDR): Likewise.
17179 (R_AARCH64_TLSDESC_ADD): Likewise.
17180 (R_AARCH64_TLSDESC_CALL): Likewise.
17181
b2179107
AS
171822013-09-30 Andreas Schwab <schwab@suse.de>
17183
17184 [BZ #15048]
17185 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
17186 the nss database lookup.
17187 * nscd/initgrcache.c (addinitgroupsX): Likewise.
17188 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17189
47f28d0a
MF
171902013-09-28 Mike Frysinger <vapier@gentoo.org>
17191
17192 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
17193
171942013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
17195
17196 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
17197 ${Bash-specific parameter/pattern/string} parameter expansion.
17198 * sysdeps/unix/make-syscalls.sh: Likewise.
17199
f4518a17
KK
172002013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17201
17202 * sysdeps/sh/stackguard-macros.h: New file.
17203
dc1a95c7
OB
172042013-09-26 Ondřej Bílka <neleai@seznam.cz>
17205
17206 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17207 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
17208 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
17209 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
17210 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17211 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
17212
5ebbff8f
AZ
172132013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17214
17215 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
17216 Fix thread ID register.
17217
4fd2cf9f
JM
172182013-09-25 Joseph Myers <joseph@codesourcery.com>
17219
17220 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
17221 [POSIX || UNIX98]: Require rather than permitting all symbols from
17222 <time.h>.
17223 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
17224 element of struct sched_param.
17225 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
17226 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
17227 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
17228 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
17229 constant.
17230
12c22bc4
OL
172312013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
17232
17233 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
17234 argument calculation.
17235
a03d8ea7
JM
172362013-09-24 Joseph Myers <joseph@codesourcery.com>
17237
17238 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
17239 Expect macro.
17240 [POSIX] (pthread_attr_t): Do not require type.
17241 [POSIX] (pthread_cond_t): Likewise.
17242 [POSIX] (pthread_condattr_t): Likewise.
17243 [POSIX] (pthread_key_t): Likewise.
17244 [POSIX] (pthread_mutex_t): Likewise.
17245 [POSIX] (pthread_mutexattr_t): Likewise.
17246 [POSIX] (pthread_once_t): Likewise.
17247 [POSIX] (pthread_t): Likewise.
17248 [POSIX-based standards] (pthread_atfork): Expect function.
17249
6055173a
JM
172502013-09-24 Joseph Myers <joseph@codesourcery.com>
17251 Richard Sandiford <richard@codesourcery.com>
17252
17253 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
17254 (swap_endianness_p): New extern variable.
17255 (set_big_endian): New inline function.
17256 (maybe_swap_uint32): Likewise.
17257 (maybe_swap_uint32_array): Likewise.
17258 (maybe_swap_uint32_obstack): Likewise.
17259 * locale/programs/locfile.c: Include <stdbool.h>.
17260 (swap_endianness_p): New variable.
17261 (add_locale_uint32): Call maybe_swap_uint32.
17262 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
17263 (write_locale_data): Call maybe_swap_uint32_array.
17264 * locale/programs/ld-collate.c (obstack_int32_grow): Call
17265 maybe_swap_uint32.
17266 (obstack_int32_grow_fast): Likewise.
17267 (output_weightwc): Call maybe_swap_uint32_obstack.
17268 (collate_output): Likewise.
17269 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
17270 (OPT_LITTLE_ENDIAN): Likewise.
17271 (options): Add --little-endian and --big-endian options.
17272 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
17273 * locale/programs/locarchive.c: Include "locfile.h".
17274 (GET): New macro.
17275 (SET): Likewise.
17276 (INC): Likewise.
17277 (create_archive): Use the new macros to access fields of
17278 structures directly mapped from or written to locale archives.
17279 (oldlocrecentcmp): Likewise.
17280 (enlarge_archive): Likewise.
17281 (insert_name): Likewise.
17282 (add_alias): Likewise.
17283 (add_locale): Likewise.
17284 (delete_locales_from_archive): Likewise.
17285 (show_archive_content): Likewise.
17286 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
17287 locale data.
17288
39bf0bb4
RM
172892013-09-24 Roland McGrath <roland@hack.frob.com>
17290
17291 * manual/freemanuals.texi: Updated from (newly) canonical copy at
17292 http://www.gnu.org/doc/freemanuals.texi.
17293 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
17294
f02eed10
WN
172952013-09-24 Will Newton <will.newton@linaro.org>
17296
17297 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
17298 macro.
17299
a3a6c312
JM
173002013-09-23 Joseph Myers <joseph@codesourcery.com>
17301
17302 * locale/hashval.h (compute_hashval): Interpret bytes of key as
17303 unsigned char.
17304
107375ac
MR
173052013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
17306
17307 * manual/threads.texi (POSIX Threads): Fix a typo.
17308
141f3a77
SP
173092013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
17310
303e567a
SP
17311 [BZ #14547]
17312 * string/tst-strcoll-overflow.c: New test case.
17313 * string/Makefile (xtests): Add tst-strcoll-overflow.
17314 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
17315 cache if string sizes may cause integer overflow.
17316
141f3a77
SP
17317 [BZ #14547]
17318 * string/strcoll_l.c (coll_seq): New members rule, idx,
17319 save_idx and back_us.
17320 (get_next_seq_nocache): New function.
17321 (do_compare_nocache): New function.
17322 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
17323 when malloc fails.
17324
c61b4d41
CD
173252013-09-23 Carlos O'Donell <carlos@redhat.com>
17326
0b1f8e35
CD
17327 [BZ #15754]
17328 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
17329 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
17330 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
17331
c61b4d41
CD
17332 [BZ #15754]
17333 * elf/Makefile (tests): Add tst-ptrguard1.
17334 (tests-static): Add tst-ptrguard1-static.
17335 (tst-ptrguard1-ARGS): Define.
17336 (tst-ptrguard1-static-ARGS): Define.
17337 * elf/tst-ptrguard1.c: New file.
17338 * elf/tst-ptrguard1-static.c: New file.
17339 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
17340 * sysdeps/i386/stackguard-macros.h: Likewise.
17341 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17342 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17343 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17344 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17345 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17346 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17347
173482013-09-23 Hector Marco <hecmargi@upv.es>
17349 Ismael Ripoll <iripoll@disca.upv.es>
17350 Carlos O'Donell <carlos@redhat.com>
17351
17352 [BZ #15754]
17353 * sysdeps/generic/stackguard-macros.h: Define
17354 __pointer_chk_guard_local and POINTER_CHK_GUARD.
17355 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
17356 Define __pointer_chk_guard_local.
17357 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
17358 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
17359
f5f4e7b4
VV
173602013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
17361
17362 [BZ #15859]
17363 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
17364
5bb43a43
AS
173652013-09-20 Andreas Schwab <schwab@linux-m68k.org>
17366
17367 * include/string.h (__ffs): Declare as hidden.
17368 * string/ffs.c (__ffs): Define as hidden.
17369 * sysdeps/i386/ffs.c (__ffs): Likewise.
17370 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
17371 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
17372 * sysdeps/s390/ffs.c (__ffs): Likewise.
17373 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
17374
3ea5be54
AO
173752013-09-20 Alexandre Oliva <aoliva@redhat.com>
17376
ffb89e53
AO
17377 * NEWS: Mention malloc probes.
17378
322dea08
AO
17379 * malloc/arena.c (new_heap): New memory_heap_new probe.
17380 (grow_heap): New memory_heap_more probe.
17381 (shrink_heap): New memory_heap_less probe.
17382 (heap_trim): New memory_heap_free probe.
17383 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
17384 (systrim): New memory_sbrk_less probe.
17385 * manual/probes.texi: Document them.
17386
655673f3
AO
17387 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
17388 * manual/probes.texi: Document it.
17389
35fed6f1
AO
17390 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
17391 (__libc_realloc): Add memory_realloc_retry probe.
17392 (__libc_memalign): Add memory_memalign_retry probe.
17393 (__libc_valloc): Add memory_valloc_retry probe.
17394 (__libc_pvalloc): Add memory_pvalloc_retry probe.
17395 (__libc_calloc): Add memory_calloc_retry probe.
17396 * manual/probes.texi: Document them.
17397
6999d38c
AO
17398 * malloc/arena.c (get_free_list): Add probe
17399 memory_arena_reuse_free_list.
17400 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
17401 and memory_arena_reuse.
17402 (arena_get2) [!PER_THREAD]: Likewise.
17403 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
17404 memory_arena_reuse_realloc.
17405 * manual/probes.texi: Document them.
17406
0653427f
AO
17407 * malloc/malloc.c (__libc_free): Add
17408 memory_mallopt_free_dyn_thresholds probe.
17409 (__libc_mallopt): Add multiple memory_mallopt probes.
17410 * manual/probes.texi: Document them.
17411
3ea5be54
AO
17412 * malloc/malloc.c: Include stap-probe.h.
17413 (__libc_mallopt): Add memory_mallopt probe.
17414 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
17415 * manual/probes.texi: New.
17416 * manual/Makefile (chapters): Add probes.
17417 * manual/threads.texi: Set next node.
17418
e35696c3 174192013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 17420
e35696c3
CL
17421 [BZ #15963, #13985]
17422 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
17423 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
17424 Add `Chinese' to `nan' entry name.
17425
4aafb73c
SP
174262013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
17427
17428 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
17429 (POLYNOMIAL): Likewise.
17430 (TAYLOR_SINCOS): Likewise.
17431 (TAYLOR_SLOW): Likewise.
17432 (__sin): Use TAYLOR_SINCOS.
17433 (__cos): Likewise.
17434 (slow): Use TAYLOR_SLOW.
17435 (sloww): Likewise.
17436 (bsloww): Likewise.
17437 (csloww): Likewise.
17438
d84f25c7
LD
174392013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
17440
17441 * stdlib/strtod_l.c: Fix buffer overrun.
17442
5eea0404
SP
174432013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
17444
7849ff93
SP
17445 * benchtests/Makefile (bench): Add sincos.
17446 * benchtests/bench-sincos.c: New file.
17447
cfa3c886
SP
17448 * math/libm-test.inc (cos_test_data): New test inputs.
17449 (sin_test_data): Likewise.
17450
b348e1e3
SP
17451 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17452 macro.
17453 (__sin): Use it.
17454 (__cos): Likewise.
17455 (slow1): Likewise.
17456 (slow2): Likewise.
17457 (sloww1): Likewise.
17458 (sloww2): Likewise.
17459 (bsloww1): Likewise.
17460 (bsloww2): Likewise.
17461 (cslow2): Likewise.
17462 (csloww1): Likewise.
17463 (csloww2): Likewise.
17464
6cce25f8
SP
17465 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17466 function.
17467 (__sin): Use it.
17468 (__cos): Likewise.
17469
5eea0404
SP
17470 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17471 gotos.
17472 (__cos): Likewise.
17473
9c21573c
MR
174742013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
17475
17476 * config.h.in (HAVE_MIPS_NAN2008): New macro.
17477 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17478 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17479 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17480 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17481 * elf/cache.c (print_entry): Handle the new cache flags.
17482
24d22e65
JM
174832013-09-18 Joseph Myers <joseph@codesourcery.com>
17484 Aldy Hernandez <aldyh@redhat.com>
17485
17486 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17487 Change condition to [_SOFT_FLOAT].
17488 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17489 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17490 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17491 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17492 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17493 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17494 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17495 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17496 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17497 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17498 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17499 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17500 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17501 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17502 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17503 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17504 declaration.
17505
d13ef066
JM
175062013-09-18 Joseph Myers <joseph@codesourcery.com>
17507
2e071de0
JM
17508 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17509 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17510 (__longjmp): Use LOAD_GP to load saved GPRs.
17511 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17512 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17513 (__sigsetjmp): Use SAVE_GP to save GPRs.
17514
d13ef066
JM
17515 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17516 Do not append -msoft-float.
17517 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17518
97a0650b
SP
175192013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
17520
17521 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17522
11ca09e9
JM
175232013-09-17 Joseph Myers <joseph@codesourcery.com>
17524
17525 [BZ #15966]
17526 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17527 (_FPU_GETCW): Use initial "__" on variable and field names but not
17528 on macro parameter name.
17529 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
17530 parentheses around reference to macro parameter.
17531
08ffcf34
RS
175322013-09-13 Richard Sandiford <richard@codesourcery.com>
17533
17534 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17535 prototype.
17536 (ctype_startup): Use uint32_t in cast and sizeof for
17537 ctype->charnames.
17538
ae7080d3
JL
175392013-09-11 Jia Liu <proljc@gmail.com>
17540
17541 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17542 __daddr_t_defined.
17543 [__FreeBSD__]: Likewise.
17544
5905e7b3
OB
175452013-09-11 Ondřej Bílka <neleai@seznam.cz>
17546
17547 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17548 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17549 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17550 (strchr): Remove __strchr_sse42 ifunc selection.
17551 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17552 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17553
b987c776
WN
175542013-09-11 Will Newton <will.newton@linaro.org>
17555
17556 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17557 parameter to RES. Remove hardcoded 1000 value.
17558 * benchtests/bench-skeleton.c (main): Pass RES parameter
17559 to TIMING_INIT and multiply result by 1000.
17560
ddf985af
AZ
175612013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17562
17563 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17564
ffdd3181
AS
175652013-09-11 Andreas Schwab <schwab@suse.de>
17566
17567 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17568 if not defined.
17569 (O_TMPFILE) [__USE_GNU]: Define.
17570 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17571 Define.
17572
b73ed247
WN
175732013-09-11 Will Newton <will.newton@linaro.org>
17574
17575 [BZ #15857]
17576 * malloc/malloc.c (__libc_memalign): Check the value of bytes
17577 does not overflow.
17578
55e17aad
WN
175792013-09-11 Will Newton <will.newton@linaro.org>
17580
17581 [BZ #15856]
17582 * malloc/malloc.c (__libc_valloc): Check the value of bytes
17583 does not overflow.
17584
1159a193
WN
175852013-09-11 Will Newton <will.newton@linaro.org>
17586
17587 [BZ #15855]
17588 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17589 does not overflow.
17590
5905e7b3 175912013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
17592
17593 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17594 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17595 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17596 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17597 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17598
cdfc721b
AM
175992013-09-10 Allan McRae <allan@archlinux.org>
17600
aa04af00
AM
17601 [BZ #15748]
17602 * manual/arith.texi (Parsing of Floats): Clarify
17603 cross-reference.
17604
cdfc721b
AM
17605 [BZ #15849]
17606 * manual/install.texi (Running make install): Mention
17607 --enable-pt-chown.
17608 * INSTALL: Regenerated.
17609
95e7cf29
MR
176102013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
17611
17612 * csu/init-first.c (_init): Remove the !SHARED condition around
17613 FPU control word initialization.
17614 * elf/dl-support.c (_dl_fpu_control): New variable.
17615 (_dl_aux_init) <AT_FPUCW>: Initialize it.
17616 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17617 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17618 * math/test-fpucw-static.c: New file.
17619 * math/test-fpucw-ieee.c: New file.
17620 * math/test-fpucw-ieee-static.c: New file.
17621 * math/Makefile (tests): Add `test-fpucw-ieee' and
17622 `$(tests-static)'.
17623 (tests-static): New variable.
17624 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17625 dependency to...
17626 [($(build-shared),yes)]
17627 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17628 ... this.
17629 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17630 New dependency.
17631
83e43bf0
AM
176322013-09-09 Allan McRae <allan@archlinux.org>
17633
a9f5ce09
AM
17634 [BZ #15939]
17635 * manual/string.texi (Collation Functions): Fix typo in
17636 strcoll example.
17637 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17638
34829bc2
AM
17639 [BZ #15893]
17640 * stdlib/isomac.c (get_null_defines): Fix memory leak.
17641
3932737d
AM
17642 [BZ #15892]
17643 * libio/memstream.c (open_memstream): Fix memory leak.
17644 * libio/wmemstream.c (open_wmemstream): Likewise.
17645
83e43bf0
AM
17646 [BZ #15895]
17647 * nscd/netgroupcache.c: Fix nesting of ifdefs.
17648
0c66b8e9
WN
176492013-09-09 Will Newton <will.newton@linaro.org>
17650
17651 * malloc/Makefile: Add tst-realloc to tests.
17652 * malloc/tst-realloc.c: New file.
17653
f6b00fd1
AM
176542013-09-09 Allan McRae <allan@archlinux.org>
17655
17656 [BZ #15844]
17657 * COPYING: Update from GNU website to fix FSF address.
17658 * COPYING.LIB: Likewise.
17659
eec55e16
DM
176602013-09-06 David S. Miller <davem@davemloft.net>
17661
17662 * po/zh_TW.po: Update Chinese (traditional) translation from
17663 translation project.
17664
1ecbb381
RS
176652013-09-06 Richard Sandiford <richard@codesourcery.com>
17666 Joseph Myers <joseph@codesourcery.com>
17667
17668 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17669 "localeinfo.h".
17670 (obstack_chunk_alloc): New macro.
17671 (obstack_chunk_free): Likewise.
17672 (record_offset): New function.
17673 (init_locale_data): Likewise.
17674 (align_locale_data): Likewise.
17675 (add_locale_empty): Likewise.
17676 (add_locale_raw_data): Likewise.
17677 (add_locale_raw_obstack): Likewise.
17678 (add_locale_string): Likewise.
17679 (add_locale_wstring): Likewise.
17680 (add_locale_uint32): Likewise.
17681 (add_locale_uint32_array): Likewise.
17682 (add_locale_char): Likewise.
17683 (start_locale_structure): Likewise.
17684 (end_locale_structure): Likewise.
17685 (start_locale_prelude): Likewise.
17686 (end_locale_prelude): Likewise.
17687 (write_locale_data): Take locale_file structure rather than an
17688 iovec.
17689 * locale/programs/locfile.h: Include "obstack.h".
17690 (struct locale_file): Change to store locale file contents instead
17691 of header.
17692 (init_locale_data): New prototype.
17693 (align_locale_data): Likewise.
17694 (add_locale_empty): Likewise.
17695 (add_locale_raw_data): Likewise.
17696 (add_locale_raw_obstack): Likewise.
17697 (add_locale_string): Likewise.
17698 (add_locale_wstring): Likewise.
17699 (add_locale_uint32): Likewise.
17700 (add_locale_uint32_array): Likewise.
17701 (add_locale_char): Likewise.
17702 (start_locale_structure): Likewise.
17703 (end_locale_structure): Likewise.
17704 (start_locale_prelude): Likewise.
17705 (end_locale_prelude): Likewise.
17706 (write_locale_data): Update prototype.
17707 * locale/programs/3level.h (struct TABLE): Remove result field.
17708 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17709 Use new locale_file interface.
17710 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17711 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17712 * locale/programs/ld-address.c (address_output): Use new
17713 locale_file interface.
17714 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17715 NO_ADD_LOCALE.
17716 (collate_finish): Don't call collseq_table_finalize.
17717 (collate_output): Use new locale_file interface.
17718 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17719 in file.
17720 (NO_FINALIZE): Change to NO_ADD_LOCALE.
17721 (TABLE): Move defines earlier in file.
17722 (ELEMENT): Likewise.
17723 (DEFAULT): Likewise.
17724 (wctrans_table_add): Move macro and inline function earlier in
17725 file.
17726 (struct wctype_table): Move type earlier in file.
17727 (add_locale_wctype_table): New static prototype.
17728 (struct locale_ctype_t): Use logical types instead of struct iovec
17729 pointers for members.
17730 (ctype_output): Use new locale_file interface.
17731 (wctype_table_finalize): Change to add_locale_wctype_table. Use
17732 new locale_file interface.
17733 (allocate_arrays): Update for use of new locale_file interface.
17734 * locale/programs/ld-identification.c (identification_output): Use
17735 new locale_file interface.
17736 * locale/programs/ld-measurement.c (measurement_output): Likewise.
17737 * locale/programs/ld-messages.c (messages_output): Likewise.
17738 * locale/programs/ld-monetary.c (monetary_output): Likewise.
17739 * locale/programs/ld-name.c (name_output): Likewise.
17740 * locale/programs/ld-numeric.c (numeric_output): Likewise.
17741 * locale/programs/ld-paper.c (paper_output): Likewise.
17742 * locale/programs/ld-telephone.c (telephone_output): Likewise.
17743 * locale/programs/ld-time.c (time_output): Likewise.
17744
e029e2e5
AZ
177452013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17746
17747 * benchtests/Makefile: Add memrchr benchmark.
17748 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17749 benchmark as memrchr.
17750 * benchtests/bench-memrchr-ifunc.c: New file.
17751 * benchtests/bench-memrchr.c: New file.
17752
bbf6e8e4
WN
177532013-09-06 Will Newton <will.newton@linaro.org>
17754
17755 * benchtests/Makefile (string-bench): Add memcpy.
17756
6c82a2f8
CD
177572013-09-05 Carlos O'Donell <carlos@redhat.com>
17758 Cong Wang <amwang@redhat.com>
17759
e732c5f0 17760 [BZ #15850]
6c82a2f8
CD
17761 * sysdeps/unix/sysv/linux/bits/in.h
17762 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17763 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17764 before __USE_KERNEL_IPV6_DEFS uses.
17765 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17766 IPPROTO_BEETPH.
17767 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17768 sockaddr_in6, or ipv6_mreq.
17769
5430fc65
AZ
177702013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17771
17772 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17773 memory access for final bytes in some large inputs.
17774 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17775
4660856c
AZ
177762013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17777
17778 * string/test-memrchr.c: New file.
17779 * string/test-memrchr-ifunc.c: New file.
17780 * string/Makefile: Add new memrchr testcase.
17781
bb8ea713
MF
177822013-09-05 Mike Frysinger <vapier@gentoo.org>
17783
17784 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17785 fanotify_init returns EPERM.
17786
b92a20b5
JM
177872013-09-04 Joseph Myers <joseph@codesourcery.com>
17788
17789 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17790 errors.
17791 (top level): Treat second token from macro or constant entries for
17792 allowed headers as allowed.
17793 * include/complex.h: Condition internal declarations on
17794 [!_ISOMAC].
17795 * include/fenv.h: Condition include of <stdbool.h> and internal
17796 declarations on [!_ISOMAC].
7447ccd9
CL
17797
177982013-09-04 Chris Leonard <cjl@sugarlabs,.org>
17799
3e181dda 17800 [BZ #15923]
7447ccd9
CL
17801 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17802
3f2e46a4
JM
178032013-09-04 Joseph Myers <joseph@codesourcery.com>
17804
17805 * configure.in (--enable-versioning): Remove configure option.
17806 (libc_cv_asm_symver_directive): Remove configure test.
17807 (libc_cv_ld_version_script_option): Likewise.
17808 (VERSIONING): Remove variable and AC_SUBST.
17809 (DO_VERSIONING): Remove AC_DEFINE.
17810 * configure: Regenerated.
17811 * config.h.in (DO_VERSIONING): Remove macro.
17812 * Makerules [$(versioning) = yes]: Change conditionals to
17813 [$(build-shared) = yes].
17814 * config.make.in (versioning): Remove variable.
17815 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17816 [$(build-shared) = yes].
17817 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17818 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17819 * elf/Makefile [$(versioning) = yes]: Change conditionals to
17820 [$(build-shared) = yes].
17821 * extra-lib.mk [$(versioning) = yes]: Likewise.
17822 * hurd/Makefile [$(versioning) = yes]: Likewise.
17823 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17824 [SHARED].
17825 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17826 [SHARED].
17827 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17828 [SHARED && !NO_HIDDEN].
17829 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17830 [SHARED].
17831 [SHARED && DO_VERSIONING]: Likewise..
17832 * libio/Makefile [$(versioning) = yes]: Change conditionals to
17833 [$(build-shared) = yes].
17834 * manual/install.texi (--disable-versioning): Remove
17835 documentation.
17836 * INSTALL: Regenerated.
17837 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17838 to [SHARED].
17839 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17840 [$(build-shared) = yes].
17841 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17842 * sysdeps/i386/i686/multiarch/strstr-c.c
17843 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17844 [SHARED && !NO_HIDDEN].
17845 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17846 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17847 * sysdeps/powerpc/powerpc32/dl-machine.c
17848 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17849 * sysdeps/powerpc/powerpc32/sysdep.h
17850 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17851 to [SHARED && PIC && !NO_HIDDEN].
17852 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17853 conditional to [SHARED].
17854
44558701
WN
178552013-09-04 Will Newton <will.newton@linaro.org>
17856
17857 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17858 * benchtests/bench-string.h: Include bench-timing.h instead
17859 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17860 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17861 call to HP_TIMING_DIFF_INIT.
17862 * benchtests/bench-memccpy.c: Use bench-timing.h macros
17863 instead of hp-timing.h macros.
17864 * benchtests/bench-memchr.c: Likewise.
17865 * benchtests/bench-memcmp.c: Likewise.
17866 * benchtests/bench-memcpy.c: Likewise.
17867 * benchtests/bench-memmem.c: Likewise.
17868 * benchtests/bench-memmove.c: Likewise.
17869 * benchtests/bench-memset.c: Likewise.
17870 * benchtests/bench-rawmemchr.c: Likewise.
17871 * benchtests/bench-strcasecmp.c: Likewise.
17872 * benchtests/bench-strcasestr.c: Likewise.
17873 * benchtests/bench-strcat.c: Likewise.
17874 * benchtests/bench-strchr.c: Likewise.
17875 * benchtests/bench-strcmp.c: Likewise.
17876 * benchtests/bench-strcpy.c: Likewise.
17877 * benchtests/bench-strcpy_chk.c: Likewise.
17878 * benchtests/bench-strlen.c: Likewise.
17879 * benchtests/bench-strncasecmp.c: Likewise.
17880 * benchtests/bench-strncat.c: Likewise.
17881 * benchtests/bench-strncmp.c: Likewise.
17882 * benchtests/bench-strncpy.c: Likewise.
17883 * benchtests/bench-strnlen.c: Likewise.
17884 * benchtests/bench-strpbrk.c: Likewise.
17885 * benchtests/bench-strrchr.c: Likewise.
17886 * benchtests/bench-strspn.c: Likewise.
17887 * benchtests/bench-strstr.c: Likewise.
17888
cae16d66
WN
178892013-09-04 Will Newton <will.newton@linaro.org>
17890
17891 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17892
ffa3cd7f
JM
178932013-09-03 Joseph Myers <joseph@codesourcery.com>
17894
17895 [BZ #15427]
17896 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17897 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17898 * math/libm-test.inc (lgamma_test_data): Add more tests.
17899 * sysdeps/i386/fpu/libm-test-ulps: Update.
17900 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17901
8f02859f
OB
179022013-09-03 Ondřej Bílka <neleai@seznam.cz>
17903
17904 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17905 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17906 Add ifunc.
17907 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17908 Add strcmp-sse2-unaligned
17909 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17910
18d43716
MF
179112013-09-02 Mike Frysinger <vapier@gentoo.org>
17912
17913 * Versions.def (libc): Add GLIBC_2.19.
17914
ac444012
MF
179152013-09-02 Mike Frysinger <vapier@gentoo.org>
17916
17917 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17918 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17919
b7835e32
JM
179202013-09-02 Joseph Myers <joseph@codesourcery.com>
17921
17922 [BZ #14155]
17923 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17924 intermediate calculations in recurrence.
17925 (__ieee754_ynf): Likewise.
17926 * math/libm-test.inc (jn_test_data): Do not allow spurious
17927 underflow exception. Add more tests.
17928 (yn_test_data): Add more tests.
17929 * sysdeps/i386/fpu/libm-test-ulps: Update.
17930 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17931
8220f4f0
OB
179322013-09-02 Ondřej Bílka <neleai@seznam.cz>
17933
17934 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17935
f24a6d08
OB
179362013-08-30 Ondřej Bílka <neleai@seznam.cz>
17937
17938 * csu/init-first.c: Fix then/than typos.
17939 * locale/programs/ld-collate.c: Likewise.
17940 * locale/programs/linereader.h: Likewise.
17941 * manual/charset.texi: Likewise.
17942 * manual/filesys.texi: Likewise.
17943 * manual/stdio.texi: Likewise.
17944 * manual/string.texi: Likewise.
17945 * stdlib/fmtmsg.c: Likewise.
17946 * sysdeps/i386/stpncpy.S: Likewise.
17947 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17948 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17949 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17950 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17951
382466e0
OB
179522013-08-30 Ondřej Bílka <neleai@seznam.cz>
17953
17954 * elf/dl-open.c: Fix typos.
17955 * iconvdata/gbbig5.c: Likewise.
17956 * iconvdata/iso-2022-jp.c: Likewise.
17957 * iconv/gconv_int.h: Likewise.
17958 * iconv/loop.c: Likewise.
17959 * nis/rpcsvc/nis.h: Likewise.
17960 * resolv/ns_name.c: Likewise.
17961 * stdio-common/vfscanf.c: Likewise.
17962 * streams/stropts.h: Likewise.
17963 * sunrpc/rpc_thread.c: Likewise.
17964 * sysdeps/i386/strpbrk.S: Likewise.
17965 * sysdeps/ieee754/k_standard.c: Likewise.
17966 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17967 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17968 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17969 * sysdeps/mach/hurd/profil.c: Likewise.
17970 * sysdeps/s390/dl-procinfo.h: Likewise.
17971 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17972 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17973 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17974 * sysdeps/x86_64/dl-trampoline.S: Likewise.
17975 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17976
0186c6e9
OB
179772013-08-30 Ondřej Bílka <neleai@seznam.cz>
17978
17979 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17980 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17981
d4e16af1
OB
179822013-08-29 Ondřej Bílka <neleai@seznam.cz>
17983
17984 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17985 aix specific files.
17986 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17987 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17988 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17989 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17990 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17991 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17992 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17993 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17994
88335980
TS
179952013-08-29 Thomas Schwinge <thomas@codesourcery.com>
17996 Roland McGrath <roland@hack.frob.com>
17997
17998 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17999 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
18000
ed479b02
ST
180012013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
18002
18003 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
18004 __executable_start symbol instead of _start.
18005
f1cc4c86
TS
180062013-08-29 Thomas Schwinge <thomas@codesourcery.com>
18007
d821f07c
TS
18008 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
18009 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
18010 Move macros to...
18011 * sysdeps/gnu/ldsodefs.h: ... this new file.
18012
c54290cf
TS
18013 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
18014 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
18015 instead of ELFOSABI_LINUX.
18016
0007fc9b 18017 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
18018 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
18019 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
18020 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
18021 Likewise.
18022 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
18023 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
18024 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
18025 Likewise.
18026 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18027 (ibm_extended_long_double): Add ieee_nan member.
18028 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
18029 (do_test): New function.
18030
f1cc4c86
TS
18031 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
18032 TEST_TRUNC.
18033 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
18034 functions, renamed from truncdfsf_test, trunctfsf_test,
18035 trunctfdf_test.
18036 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
18037 functions.
18038 (do_test): Run all these.
18039
6f65e668
OB
180402013-08-29 Ondřej Bílka <neleai@seznam.cz>
18041
18042 * argp/argp-help.c: Fix typos.
18043 * argp/argp-parse.c: Likewise.
18044 * debug/backtracesyms.c: Likewise.
18045 * elf/elf.h: Likewise.
18046 * malloc/malloc.c: Likewise.
18047 * nis/nis_print.c: Likewise.
18048 * resolv/res_comp.c: Likewise.
18049 * stdlib/stdlib.h: Likewise.
18050 * sunrpc/clnt_tcp.c: Likewise.
18051 * sunrpc/clnt_udp.c: Likewise.
18052 * sunrpc/clnt_unix.c: Likewise.
18053 * sysdeps/unix/bsd/ptsname.c: Likewise.
18054 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
18055 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
18056 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
18057 Likewise.
18058 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
18059 Likewise.
18060 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
18061 Likewise.
6f65e668
OB
18062 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
18063
3a309239
SP
180642013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
18065
18066 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
18067 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18068
3b813b29
MF
180692013-08-27 Mike Frysinger <vapier@gentoo.org>
18070
18071 [BZ #15897]
18072 * dlfcn/Makefile (tests): Add bug-dl-leaf.
18073 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
18074 ($(objpfx)bug-dl-leaf): New rule.
18075 ($(objpfx)bug-dl-leaf.so): Likewise.
18076 ($(objpfx)bug-dl-leaf.out): Likewise.
18077 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
18078 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
18079 * dlfcn/bug-dl-leaf.c: New test.
18080 * dlfcn/bug-dl-leaf-lib.c: Likewise.
18081 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
18082 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
18083 (dlclose): Likewise.
18084 (dlmopen): Likewise.
18085
8cc3269f
RM
180862013-08-27 Roland McGrath <roland@hack.frob.com>
18087
7f9d0034
RM
18088 * include/netdb.h [!_ISOMAC]:
18089 Don't include <tls.h>.
18090 (h_errno, __libc_h_errno): Move declaration and macros out of
18091 [_LIBC_REENTRANT].
18092
fb431262
RM
18093 * include/resolv.h [_RESOLV_H_]:
18094 Don't include <tls.h>.
18095 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
18096 * resolv/res_libc.c: Don't include <tls.h>.
18097 (_res): Use __attribute__ ((nocommon)) in place of
18098 __attribute__ ((section (".bss"))).
18099
bd81123a
RM
18100 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
18101 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
18102
c4e42566
RM
18103 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
18104
f890a59b
RM
18105 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
18106 only under [SIOCGIFCONF && SIOCGIFNETMASK].
18107
18108 * resolv/res_mkquery.c: Include <sys/time.h>.
18109
5d1f0a09
RM
18110 * inet/ifreq.c: Moved to ...
18111 * sysdeps/unix/ifreq.c: ... here.
18112 * inet/ifreq.c: New file, true stub version.
18113
6fcf28b3
RM
18114 * socket/sa_len.c: New file.
18115 * socket/Makefile (aux): Add it.
18116 * sysdeps/unix/sysv/linux/Makefile
18117 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
18118 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
18119 and #include <socket/sa_len.c>.
18120 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
18121 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
18122
e041fb8b
RM
18123 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
18124 * bits/socket.h: ... here.
18125
8cc3269f
RM
18126 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
18127 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
18128 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
18129
5d228a43
AS
181302013-08-27 Andreas Schwab <schwab@suse.de>
18131
45b8accc
AS
18132 [BZ #15736]
18133 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
18134 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
18135 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
18136 * string/test-strcasecmp.c (test_main): Run tests in several
18137 locales.
18138 * string/test-strncasecmp.c (test_main): Likewise.
18139
5d228a43
AS
18140 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
18141 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
18142 to __strcasecmp_nonascii and __strncasecmp_nonascii.
18143 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
18144 (__strncasecmp_ssse3) [PIC]: Likewise.
18145
59d112a4
RM
181462013-08-26 Roland McGrath <roland@hack.frob.com>
18147
53234cc3
RM
18148 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
18149
59d112a4
RM
18150 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
18151 instead of explicitly declaring xdecrypt.
18152 * nis/nss_nis/nis-publickey.c: Likewise.
18153
595aba70
SP
181542013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
18155
18156 [BZ #15890]
18157 * nscd/aicache.c: Include res_hconf.h.
18158 (addhstaiX): Initialize res_hconf.
18159
ffabd393
AS
181602013-08-26 Andreas Schwab <schwab@suse.de>
18161
18162 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
18163 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
18164
e0a69f5c
SP
181652013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
18166
18167 * nscd/aicache.c (addhstaiX): Fix indentation.
18168
8c12f01d
MF
181692013-08-25 Mike Frysinger <vapier@gentoo.org>
18170
18171 * configure.ac: Quote $build_pt_chown test.
18172 * configure: Regenerated.
18173
8fe89494
JM
181742013-08-23 Joseph Myers <joseph@codesourcery.com>
18175
18176 [BZ #15532]
18177 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
18178 * math/s_cexpf.c (__cexpf): Likewise.
18179 * math/s_cexpl.c (__cexpl): Likewise.
18180 * math/libm-test.inc (cexp_test_data): Correct expected return
18181 value for NaN + i0. Add another test.
18182
75b181d6
DM
181832013-08-22 David S. Miller <davem@davemloft.net>
18184
18185 * po/ca.po: Update Catalan translation from translation project.
936241e4 18186 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 18187
acd06bb1
JM
181882013-08-21 Joseph Myers <joseph@codesourcery.com>
18189
18190 [BZ #15797]
18191 * math/s_fdim.c (__fdim): Check for infinite arguments if result
18192 is infinite, not alongside NaN test.
18193 * math/s_fdimf.c (__fdimf): Likewise.
18194 * math/s_fdiml.c (__fdiml): Likewise.
18195 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
18196 errno is unchanged.
18197
c0c3f78a
OB
181982013-08-21 Ondřej Bílka <neleai@seznam.cz>
18199
18200 * argp/argp-help.c: Fix typos.
18201 * crypt/speeds.c: Likewise.
18202 * csu/check_fds.c: Likewise.
18203 * elf/dl-load.c: Likewise.
18204 * elf/dl-open.c: Likewise.
18205 * elf/reldep3.c: Likewise.
18206 * elf/reldep.c: Likewise.
18207 * elf/sprof.c: Likewise.
18208 * iconv/iconv_charmap.c: Likewise.
18209 * iconv/skeleton.c: Likewise.
18210 * iconv/strtab.c: Likewise.
18211 * io/lockf64.c: Likewise.
18212 * libio/libioP.h: Likewise.
18213 * resolv/gai_notify.c: Likewise.
18214 * resolv/ns_name.c: Likewise.
18215 * resolv/ns_samedomain.c: Likewise.
18216 * resolv/res_send.c: Likewise.
18217 * stdlib/random.c: Likewise.
18218 * sunrpc/rpc/xdr.h: Likewise.
18219 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
18220 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
18221 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
18222 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
18223 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
18224 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
18225 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
18226 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
18227 * sysdeps/mach/hurd/check_fds.c: Likewise.
18228 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
18229 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
18230 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18231 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
18232 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
18233 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
18234 * sysdeps/pthread/aio_notify.c: Likewise.
18235 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
18236 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
18237 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
18238 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
18239 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18240
46ed1038
LD
182412013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18242
18243 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
18244 version if bit_Slow_SSE4_2 is set.
18245 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
18246 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
18247
d400dcac
AZ
182482013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18249
18250 [BZ #15867]
18251 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
18252 trampoline stack frame information.
18253 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
18254 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
18255 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
18256 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
18257 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
18258 * sysdeps/unix/sysv/linux/powerpc/init-first.c
18259 (_libc_vdso_platform_setup): Initialize the signal trampolines.
18260 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
18261 sa_flags value.
18262 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
18263 interrupting a syscall and set with option SA_SIGINFO.
18264
42c8fdd8
JM
182652013-08-20 Joseph Myers <joseph@codesourcery.com>
18266
c980f2f4
JM
18267 [BZ #15531]
18268 * math/s_cproj.c (__cproj): Only return an infinity if one part of
18269 argument is infinite.
18270 * math/s_cprojf.c (__cprojf): Likewise.
18271 * math/s_cprojl.c (__cprojl): Likewise.
18272 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
18273 * math/libm-test.inc (cproj_test_data): Add more tests.
18274
0716c4fc
JM
18275 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
18276
42c8fdd8
JM
18277 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
18278 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
18279 size. Use __ffs to determine corresponding shift.
18280
b31469d0
JM
182812013-08-20 Joseph Myers <joseph@codesourcery.com>
18282 Roland McGrath <roland@hack.frob.com>
18283
18284 * Makefile (INSTALL): Remove trailing blank lines from output of
18285 makeinfo.
18286
4e39af6e
AK
182872013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18288
18289 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
18290 Align 32 bit compat elf_greg to 8 bytes.
18291
f315524e
AA
182922013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
18293
18294 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
18295
1326ba1a
SP
182962013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18297
18298 * string/strcoll_l.c (coll_seq): New structure.
18299 (get_next_seq_cached): New function.
18300 (get_next_seq): New function.
18301 (do_compare): New function.
18302 (STRCOLL): Use GNU style definition. Simplify implementation
18303 by using get_next_seq, get_next_seq_cached and do_compare.
18304
91ce4085
FW
183052013-08-16 Florian Weimer <fweimer@redhat.com>
18306
18307 [BZ #14699]
18308 CVE-2013-4237
18309 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
18310 member.
18311 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
18312 member.
18313 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
18314 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
18315 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
18316 conditional.
18317 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
18318 GETDENTS_64BIT_ALIGNED.
18319 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
18320 * manual/filesys.texi (Reading/Closing Directory): Document
18321 ENAMETOOLONG return value of readdir_r. Recommend readdir more
18322 strongly.
18323 * manual/conf.texi (Limits for Files): Add portability note to
18324 NAME_MAX, PATH_MAX.
18325 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
18326
ca0a6bc4
AS
183272013-08-13 Andreas Schwab <schwab@suse.de>
18328
18329 [BZ #15749]
18330 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
18331 of fabs.
18332 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
18333 LDBL_MAX_EXP >= 16384]: Add tests for it.
18334
6c1fd795
DM
183352013-08-12 David S. Miller <davem@davemloft.net>
18336
18337 * version.h (RELEASE): Set to "development".
18338 (VERSION): Set to "2.18.90".
18339 * NEWS: Add 2.19 section.
18340
31ad488d
DM
183412013-08-03 David S. Miller <davem@davemloft.net>
18342
18343 * po/ko.po: Update Korean translation from translation project.
18344
db24e684
DM
183452013-08-01 David S. Miller <davem@davemloft.net>
18346
18347 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
18348 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
18349 Bilka.
18350
f723285b
DM
183512013-07-30 David S. Miller <davem@davemloft.net>
18352
18353 * po/fr.po: Update French translation from translation project.
18354
3cbc52db
DM
183552013-07-28 David S. Miller <davem@davemloft.net>
18356
30bbc0cc
DM
18357 * po/cs.po: Update Czech translation from translation project.
18358
3cbc52db
DM
18359 * po/sv.po: Update Swedish translation from translation project.
18360
d492e6d0
DM
183612013-07-27 David S. Miller <davem@davemloft.net>
18362
f1a7f492
DM
18363 * po/eo.po: Update Esperanto translation from translation project.
18364
90e62a4a
DM
18365 * po/vi.po: Update Vietnamese translation from translation project.
18366
d492e6d0
DM
18367 * po/de.po: Update German translation from translation project.
18368
d4baa62d
DM
183692013-07-26 David S. Miller <davem@davemloft.net>
18370
641aa7b4
DM
18371 * po/bg.po: Update Bulgarian translation from translation project.
18372
d4baa62d
DM
18373 * po/nl.po: Update Dutch translation from translation project.
18374 * po/pl.po: Update Polish translation from translation project.
18375 * po/ru.po: Update Russian translation from translation project.
18376
61a9dcb9
DM
183772013-07-24 David S. Miller <davem@davemloft.net>
18378
18379 * po/libc.pot: Update.
18380
7b1f8b58
AZ
183812013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18382
18383 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
18384 variable page size.
18385 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
18386 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
18387 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
18388
a8fc7a03
AK
183892013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18390
18391 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
18392
e4608715
CD
183932013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
18394 Andreas Schwab <schwab@suse.de>
18395 Roland McGrath <roland@hack.frob.com>
18396 Joseph Myers <joseph@codesourcery.com>
18397 Carlos O'Donell <carlos@redhat.com>
18398
18399 [BZ #15755]
18400 * config.h.in: Define HAVE_PT_CHOWN.
18401 * config.make.in (build-pt-chown): New variable.
18402 * configure.in (--enable-pt_chown): New configure option.
18403 * configure: Regenerate.
18404 * login/Makefile: Include Makeconfig. Build pt_chown only if
18405 build-pt-chown is enabled.
18406 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
18407 pt_chown to fix pty ownership.
18408 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
18409 CLOSE_ALL_FDS.
18410 * manual/install.texi (Configuring and compiling): Mention
18411 --enable-pt_chown. Add @findex for grantpt.
18412 * INSTALL: Regenerate.
18413
da2d62df
DM
184142013-07-20 David S. Miller <davem@davemloft.net>
18415
18416 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
18417 difference between 32-bit and 64-bit.
18418
d7e06450
CD
184192013-07-15 Carlos O'Donell <carlos@redhat.com>
18420
18421 [BZ #15711]
18422 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
18423 Avoid system header dependency with -ffreestanding.
18424 ($(objpfx)bits/syscall%d): Likewise.
18425
f959cfd7
DM
184262013-07-13 David S. Miller <davem@davemloft.net>
18427
18428 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
18429 underflows from atanl/atan2l due to bug 15319.
18430 (casinh_test_data): Likewise.
18431
c61f8513
DM
184322013-07-07 David S. Miller <davem@davemloft.net>
18433
18434 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18435
72c90ed0
JA
184362013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
18437
18438 * sysdeps/i386/fpu/libm-test-ulps: Update.
18439 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18440
52dfbe13
SP
184412013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18442
18443 * configure.in (--enable-lock-elision): Fix message text.
18444 * INSTALL: Regenerate.
18445 * configure: Regenerate.
18446
3f169543
AZ
184472013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18448
18449 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18450
521c6785
AJ
184512013-07-03 Andreas Jaeger <aj@suse.de>
18452
18453 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18454 define.
18455 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18456 (ptrace_peeksiginfo_args): Add.
18457 (__ptrace_peeksiginfo_flags): Add.
18458 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18459 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18460 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18461
d2cc15cb
AM
184622013-07-03 Allan McRae <allan@archlinux.org>
18463
18464 * sysdeps/i386/fpu/libm-test-ulps: Update.
18465
3aaeeca7
DM
184662013-07-02 David S. Miller <davem@davemloft.net>
18467
18468 * sysdeps/sparc/fpu/libm-test-ulps: Update.
18469
5314ed1a
MT
184702013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
18471
18472 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18473
67338156
JM
184742013-07-02 Joseph Myers <joseph@codesourcery.com>
18475
18476 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18477 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18478
1717da59
AK
184792013-07-02 Andi Kleen <ak@linux.intel.com>
18480
18481 * config.h.in (ENABLE_LOCK_ELISION): Add.
18482 * configure.in (--enable-lock-elision): Add option.
18483 * manual/install.texi: Document --enable lock elision.
18484 * configure: Regenerate
18485 * INSTALL: Regenerate.
18486
1c81621c
L
184872013-07-02 H.J. Lu <hongjiu.lu@intel.com>
18488
18489 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18490 SSE4.2 strcasecmp for libc.a.
18491 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18492
77f01ab5
JM
184932013-07-02 Joseph Myers <joseph@codesourcery.com>
18494
18495 [BZ #13304]
18496 * soft-fp/op-common.h (_FP_FMA): New macro.
18497 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18498 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
18499 (_FP_MUL_MEAT_1_imm): ... here.
18500 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
18501 (_FP_MUL_MEAT_1_wide): ... here.
18502 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
18503 (_FP_MUL_MEAT_1_hard): ... here.
18504 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18505 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
18506 (_FP_MUL_MEAT_2_wide): ... here.
18507 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
18508 (_FP_MUL_MEAT_2_wide_3mul): ... here.
18509 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
18510 (_FP_MUL_MEAT_2_gmp): ... here.
18511 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18512 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
18513 (_FP_MUL_MEAT_4_wide): ... here.
18514 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
18515 (_FP_MUL_MEAT_4_gmp): ... here.
18516 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18517 (_FP_WFRACBITS_DW_S): Likewise.
18518 (_FP_WFRACXBITS_DW_S): Likewise.
18519 (_FP_HIGHBIT_DW_S): Likewise.
18520 (FP_FMA_S): Likewise.
18521 (_FP_FRAC_HIGH_DW_S): Likewise.
18522 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18523 (_FP_WFRACBITS_DW_D): Likewise.
18524 (_FP_WFRACXBITS_DW_D): Likewise.
18525 (_FP_HIGHBIT_DW_D): Likewise.
18526 (FP_FMA_D): Likewise.
18527 (_FP_FRAC_HIGH_DW_D): Likewise.
18528 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18529 (_FP_WFRACBITS_DW_E): Likewise.
18530 (_FP_WFRACXBITS_DW_E): Likewise.
18531 (_FP_HIGHBIT_DW_E): Likewise.
18532 (FP_FMA_E): Likewise.
18533 (_FP_FRAC_HIGH_DW_E): Likewise.
18534 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18535 (_FP_WFRACBITS_DW_Q): Likewise.
18536 (_FP_WFRACXBITS_DW_Q): Likewise.
18537 (_FP_HIGHBIT_DW_Q): Likewise.
18538 (FP_FMA_Q): Likewise.
18539 (_FP_FRAC_HIGH_DW_Q): Likewise.
18540 * soft-fp/fmasf4.c: New file.
18541 * soft-fp/fmadf4.c: Likewise.
18542 * soft-fp/fmatf4.c: Likewise.
18543
6308fd9a
LD
185442013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18545
18546 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18547 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18548 Silvermont.
18549 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18550 macro.
18551 (index_Slow_SSE4_2): Likewise.
18552 (index_Prefer_PMINUB_for_stringop): Likewise.
18553 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18554 bit_Slow_SSE4_2 is set.
18555 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18556 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18557
89cd9569
RA
185582013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
18559
18560 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18561 rtld_global._dl_hwcap2.
18562 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18563 POWER8.
18564 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18565 POWER8 feature descriptions defined in _dl_hwcap2.
18566 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18567 string handling for POWER8 feature bits.
18568 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18569 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18570 _dl_powerpc_cap_flags.
18571 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18572 * sysdeps/powerpc/rtld-global-offsets.sym
18573 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18574 _dl_hwcap2 in the rtld_global_ro structure.
18575
1ae8bfe0
RA
185762013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
18577
18578 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18579 hardware capabilities in support of AT_HWCAP2.
18580 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18581 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18582 GLRO(dl_hwcap2).
18583 (_dl_show_auxv): Add support for calling _dl_procinfo to display
18584 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
18585 explicitly the unknown a_type display mechanism is used.
18586 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18587 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18588 struct member.
18589 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18590 to macro prototype for AT_HWCAP2 support.
18591 * sysdeps/i386/dl-procinfo.h: Likewise.
18592 * sysdeps/s390/dl-procinfo.h: Likewise.
18593 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18594 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
18595 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
18596 return -1 for unknown a_type display fallback.
18597 * sysdeps/sparc/dl-procinfo.h: Likewise.
18598 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18599 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18600
8fbec010
JM
186012013-06-28 Joseph Myers <joseph@codesourcery.com>
18602
18603 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18604 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18605
0432680e
PY
186062013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
18607
18608 [BZ #12492]
18609 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18610 mprotect making __stack_prot writable.
18611
ce61a2ad
NF
186122013-06-28 Nathan Froyd <froydnj@codesourcery.com>
18613 Joseph Myers <joseph@codesourcery.com>
18614
18615 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18616 as being properly aligned.
18617
f91f1c0f
MR
186182013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
18619
3d0f5d0c
MR
18620 * dlfcn/modstatic5.c: New file.
18621 * dlfcn/tststatic5.c: New file.
18622 * dlfcn/Makefile (tests): Add tststatic5.
18623 (tests-static): Likewise.
18624 (modules-names): Add modstatic5.
18625 (tststatic5-ENV): New variable.
18626 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18627
f91f1c0f
MR
18628 [BZ #15022]
18629 * elf/dl-support.c (_dl_main_map): New variable.
18630 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18631 (_dl_nns, _dl_load_adds): Set to 1.
18632 (_dl_initial_searchlist): Refer to _dl_main_map.
18633 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18634 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18635 call to _dl_get_origin.
18636 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18637 around call_map.
18638 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18639 * dlfcn/modstatic3.c: New file.
18640 * dlfcn/tststatic3.c: New file.
18641 * dlfcn/tststatic4.c: New file.
18642 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18643 (tests-static): Likewise.
18644 (modules-names): Add modstatic3.
18645 (tststatic3-ENV, tststatic4-ENV): New variables.
18646 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18647 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18648
cbe7d24b
JM
186492013-06-26 Joseph Myers <joseph@codesourcery.com>
18650
18651 * configure.in (CC): Require GCC version 4.4 or later.
18652 * configure: Regenerated.
18653 * manual/install.texi (Tools for Compilation): Update GCC version
18654 requirement.
18655 * INSTALL: Regenerated.
18656
11b8a0e1
LD
186572013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18658
18659 [BZ #15674]
bb5bb87c
L
18660 * string/test-memcmp.c (check2): New.
18661 (main): Call check2.
18662
11b8a0e1
LD
18663 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18664
b0037103
MR
186652013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
18666
18667 [BZ #15022]
18668 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18669 over to...
18670 (dl_open_worker) [!SHARED]: ... here.
18671
c18c701d
RA
186722013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
18673
18674 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18675
1d17fa5f
RH
186762013-06-25 Richard Henderson <rth@redhat.com>
18677
18678 * locale/programs/locarchive.c: Include <libc-internal.h>
18679
8fcb833a
JM
186802013-06-25 Joseph Myers <joseph@codesourcery.com>
18681
18682 * manual/texinfo.tex: Update to version 2013-06-21.17, with
18683 trailing whitespace removed.
18684
17db6e8d
MF
186852013-06-24 Mike Frysinger <vapier@gentoo.org>
18686
18687 [BZ #10283]
17db6e8d
MF
18688 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18689 * locale/programs/locarchive.c: Include libc-mmap.h.
18690 (prepare_address_space): Take two new outputs (the mmap base and len).
18691 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
18692 values.
18693 (create_archive): Declare new mmap base and len values for
18694 prepare_address_space, and store the result in ah.
18695 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18696 (enlarge_archive): If ah->mmap_base is not NULL, use that and
18697 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18698 Declare new mmap base and len values for
18699 prepare_address_space, and store the result in new_ah.
18700 (open_archive): Declare new mmap base and len values for
18701 prepare_address_space, and store the result in ah.
18702 (close_archive): If ah->mmap_base is not NULL, use that and
18703 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18704 * sysdeps/generic/libc-mmap.h: New file.
18705
d605071e
MF
187062013-06-24 Mike Frysinger <vapier@gentoo.org>
18707
18708 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18709 (ALIGN_UP): Likewise.
18710 (PTR_ALIGN_DOWN): Likewise.
18711 (PTR_ALIGN_UP): Likewise.
18712
2f063a6e
RA
187132013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
18714
18715 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18716 entry mapped to PPC_PLATFORM_POWER8.
18717 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18718 POWER8.
18719 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18720 (_dl_string_platform): Add case for exporting platform position for
18721 POWER8.
18722 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18723 search path to sysdeps/powerpc/powerpc32/power8 directory.
18724 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18725 search path to sysdeps/powerpc/powerpc64/power8 directory.
18726 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18727 power7 directories.
18728 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18729 power7 directories.
18730
a31ee4b3
SP
187312013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
18732
a74ca98f
SP
18733 * INSTALL: Regenerate.
18734
a31ee4b3
SP
18735 * nscd/connections.c (nscd_init): Fix comment.
18736
695c378f
JM
187372013-06-22 Joseph Myers <joseph@codesourcery.com>
18738
d8412221
JM
18739 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18740
695c378f
JM
18741 [BZ #15667]
18742 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18743 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18744
d1d54715
MR
187452013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
18746
18747 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18748 DL_DST_REQ_STATIC.
18749 (DL_DST_REQ_STATIC): Remove macro.
18750
8fdda7af
JM
187512013-06-21 Joseph Myers <joseph@codesourcery.com>
18752
18753 [BZ #7006]
18754 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18755 with a shift of 0 bits.
18756
f3bc5e5a
MR
187572013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
18758
18759 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18760 $(tststatic-ENV).
18761
be09e8c9
KK
187622013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18763
18764 [BZ #15655]
18765 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18766
85c2e611
AZ
187672013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18768
18769 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18770 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18771 accepts -fno-tree-loop-distribute-patterns.
18772 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18773 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18774 recursive call.
18775 * string/memset.c (memset): Likewise.
18776 * string/test-memmove.c (simple_memmove): Disable loop transformation
18777 to library calls.
18778 * string/test-memset.c (simple_memset): Likewise.
18779 * benchtests/bench-memmove.c (simple_memmove): Likewise.
18780 * benchtests/bench-memset.c (simple_memset): Likewise.
18781 * configure: Regenerated.
18782
c91e0825
JM
187832013-06-20 Joseph Myers <joseph@codesourcery.com>
18784
b8c792af
JM
18785 * math/test-misc.c (main): Ignore fesetround failure when failures
18786 of subsequent rounding tests would be ignored.
18787
c91e0825
JM
18788 [BZ #15654]
18789 * math/fedisblxcpt.c (fedisableexcept): Return 0.
18790 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18791 * math/fegetenv.c (__fegetenv): Return 0.
18792 * math/fegetexcept.c (fegetexcept): Return 0.
18793 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18794 FE_TONEAREST.
18795 * math/feholdexcpt.c (feholdexcept): Return 0.
18796 * math/fesetenv.c (__fesetenv): Return 0.
18797 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18798 argument FE_TONEAREST.
18799 * math/feupdateenv.c (__feupdateenv): Return 0.
18800 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18801
bfcacbde
RM
188022013-06-18 Roland McGrath <roland@hack.frob.com>
18803
18804 * elf/rtld-Rules (rtld-compile-command.S): New variable.
18805 (rtld-compile-command.s, rtld-compile-command.c): New variables.
18806 ($(objpfx)rtld-%.os rules): Use them.
18807
e55a9b25
AZ
188082013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18809
18810 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18811 fields.
18812
346d65b3
RM
188132013-06-17 Roland McGrath <roland@hack.frob.com>
18814
12086fb4
RM
18815 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18816 length of target pattern, then descending length of dependency pattern.
18817 * configure.in (AWK): Require gawk 3.1.2 or newer.
18818 * manual/install.texi (Tools for Compilation): Say that we do.
18819 * configure: Regenerated.
18820
346d65b3
RM
18821 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18822 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18823 * scripts/sysd-rules.awk: ... this new script.
18824 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18825 than a glob-style pattern.
18826
1a846317
JM
188272013-06-17 Joseph Myers <joseph@codesourcery.com>
18828
18829 * math/test-misc.c (main): Do not treat incorrectly rounded
18830 conversions as failure unless ROUNDING_TESTS passes.
18831
8fc75e6f
JM
188322013-06-15 Joseph Myers <joseph@codesourcery.com>
18833
3711a167
JM
18834 [BZ #15631]
18835 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18836 restore exception state around main square root computation, then
18837 check for inexactness explicitly.
18838
8fc75e6f
JM
18839 * math/libm-test.inc (fma_test_data): Add another test.
18840
61dd6208
SP
188412013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
18842
adf23d2c
SP
18843 * manual/threads.texi (Non-POSIX Extensions): New document
18844 node. Document pthread_getattr_default_np and
18845 pthread_setattr_default_np.
18846
61dd6208
SP
18847 * Versions.def (libpthread): Add GLIBC_2.18.
18848 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18849 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18850 Likewise.
18851 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18852 Likewise.
18853 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18854 Likewise.
18855 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18856 Likewise.
18857 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18858 Likewise.
18859 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18860 Likewise.
18861 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18862 Likewise.
18863 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18864 Likewise.
18865 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18866 Likewise.
18867
d086fc7b
LD
188682013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18869
18870 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18871 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18872
747ef469
SP
188732013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
18874 H.J. Lu <hjl.tools@gmail.com>
18875
18876 [BZ #15627]
18877 * sysdeps/x86_64/rtld-memset.c: Remove file.
18878 * sysdeps/x86_64/rtld-memset.S: New file.
18879
1b2feed2
JM
188802013-06-14 Joseph Myers <joseph@codesourcery.com>
18881
18882 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18883 (test_in_one_mode): Take arguments for whether the rounding mode
18884 is supported for each floating-point type.
18885 (do_test): Pass new arguments to test_in_one_mode using
18886 ROUNDING_TESTS.
18887
a58ad3f8
RM
188882013-06-13 Roland McGrath <roland@hack.frob.com>
18889
18890 * posix/tst-waitid.c (do_test): Distinguish different instances of
18891 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
18892 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18893 before entering the kernel for waitpid.
18894
c204ab28
SP
188952013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
18896
18897 * NEWS: Fix note on clock function precision. Text by Roland
18898 McGrath.
18899
f4a29fba
RM
189002013-06-13 Roland McGrath <roland@hack.frob.com>
18901
18902 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18903 it into place only when and if the sanity check passes.
18904
1f24b9ad
JM
189052013-06-13 Joseph Myers <joseph@codesourcery.com>
18906
18907 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18908 output for whether conversion result is exact. Take argument
18909 indicating whether type is IBM long double.
18910 (round_for_all): Change need_exact field to ibm_ld.
18911 * stdlib/tst-strtod-round.c (struct exactness): New type.
18912 (struct test): Change bool ld_ok field to struct exactness exact.
18913 (TEST): Update all definitions for change to field.
18914 (tests): Regenerate array contents.
18915 (test_in_one_mode): Take pointer to new field instead of old ld_ok
18916 field value. Check for IBM long double here.
18917 (do_test): Update calls to test_in_one_mode.
18918
58206c68
SP
189192013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
18920
18921 [BZ #12515]
18922 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18923 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18924
2d6f4c5b 189252013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
18926
18927 [BZ #15605]
18928 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18929 generated by the compiler on loop optimizations.
18930 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18931 general definitions.
18932
94f2c076
JM
189332013-06-12 Joseph Myers <joseph@codesourcery.com>
18934
18935 * math/bug-nextafter.c: Include <math-tests.h>.
18936 (main): Only test for exceptions if EXCEPTION_TESTS is true for
18937 the relevant type.
18938 * math/bug-nexttoward.c: Include <math-tests.h>.
18939 (main): Only test for exceptions if EXCEPTION_TESTS is true for
18940 the relevant type.
18941 * math/test-misc.c: Include <math-tests.h>.
18942 (main): Only test for exceptions if EXCEPTION_TESTS is true for
18943 the relevant type.
18944
e0e50a0a
AJ
189452013-06-12 Andreas Jaeger <aj@suse.de>
18946
18947 * po/ia.po: Update Interlingua translation from translation
18948 project.
18949
25061094
SP
189502013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
18951
18952 * include/fenv.h: Include stdbool.h.
18953 (struct rm_ctx): New structure.
18954 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18955 Define macro.
18956 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18957 (SET_RESTORE_ROUNDF): Likewise.
18958 (SET_RESTORE_ROUNDL): Likewise.
18959 (SET_RESTORE_ROUND_NOEX): Likewise.
18960 (SET_RESTORE_ROUND_NOEXF): Likewise.
18961 (SET_RESTORE_ROUND_NOEXL): Likewise.
18962 (SET_RESTORE_ROUND_53BIT): Likewise.
18963 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18964 (libc_feresetround_noexf_ctx): Likewise.
18965 (libc_feresetround_noexl_ctx): Likewise.
18966 (libc_feholdsetround_53bit_ctx): Likewise.
18967 (libc_feresetround_53bit_ctx): Likewise.
18968 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18969 (libc_feholdexcept_setround_sse_ctx): New function.
18970 (libc_fesetenv_sse_ctx): Likewise.
18971 (libc_feupdateenv_sse_ctx): Likewise.
18972 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18973 (libc_feholdexcept_setround_387_ctx): Likewise.
18974 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18975 (libc_feholdsetround_387_prec_ctx): Likewise.
18976 (libc_feholdsetround_387_ctx): Likewise.
18977 (libc_feholdsetround_387_53bit_ctx): Likewise.
18978 (libc_feholdsetround_sse_ctx): Likewise.
18979 (libc_feresetround_sse_ctx): Likewise.
18980 (libc_feresetround_387_ctx): Likewise.
18981 (libc_feupdateenv_387_ctx): Likewise.
18982 (libc_feholdexcept_setroundf_ctx): Define macro.
18983 (libc_fesetenvf_ctx): Likewise.
18984 (libc_feupdateenvf_ctx): Likewise.
18985 (libc_feholdsetroundf_ctx): Likewise.
18986 (libc_feresetroundf_ctx): Likewise.
18987 (libc_feholdexcept_setround_ctx): Likewise.
18988 (libc_fesetenv_ctx): Likewise.
18989 (libc_feupdateenv_ctx): Likewise.
18990 (libc_feholdsetround_ctx): Likewise.
18991 (libc_feresetround_ctx): Likewise.
18992 (libc_feholdexcept_setroundl_ctx): Likewise.
18993 (libc_feupdateenvl_ctx): Likewise.
18994 (libc_feholdsetroundl_ctx): Likewise.
18995 (libc_feresetroundl_ctx): Likewise.
18996 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18997 (libc_feresetround_53bit_ctx): Likewise.
18998
59b30555
SP
189992013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19000
19001 * locale/iso-639.def: Convert to UTF-8.
19002
f1d73d30
JM
190032013-06-11 Joseph Myers <joseph@codesourcery.com>
19004
19005 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
19006 (EXCEPTION_TESTS_double): Likewise.
19007 (EXCEPTION_TESTS_long_double): Likewise.
19008 (EXCEPTION_TESTS): Likewise.
19009 * math/libm-test.inc (test_exceptions): Only test exceptions if
19010 EXCEPTION_TESTS (FLOAT).
19011
94aca5e7
SP
190122013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19013
19014 * benchtests/Makefile (string-bench): Add strcpy_chk and
19015 stpcpy_chk.
19016 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
19017 * benchtests/bench-stpcpy_chk.c: New file.
19018 * benchtests/bench-strcpy_chk-ifunc.c: New file.
19019 * benchtests/bench-strcpy_chk.c: New file.
19020 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
19021 code.
19022 (do_test): Likewise.
19023
fac0c5f2
RA
190242013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19025
19026 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
19027 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
19028 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
19029 with tabs where appropriate.
19030 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
19031 dl-procinfo.h.
19032 [PPC_PLATFORM_PPC440]: Likewise.
19033 [PPC_PLATFORM_PPC464]: Likewise.
19034 [PPC_PLATFORM_PPC476]: Likewise.
19035 (_dl_string_platform): Add support for detecting ppc405, ppc440,
19036 ppc464, and ppc476 platform strings merging from ports/
19037 dl-procinfo.h.
19038
f22bc486
AS
190392013-06-11 Andreas Schwab <schwab@suse.de>
19040
19041 [BZ #14991]
19042 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
19043 (from_ucs4_idx): Regenerate.
19044 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
19045 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
19046 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
19047 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
19048 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
19049 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
19050 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
19051 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
19052 from FROM_LOOP and TO_LOOP specific macros.
19053 (BODY): Handle combining characters.
19054 * iconvdata/BIG5HKSCS.irreversible: Update.
19055 * iconvdata/BIG5HKSCS.precomposed: New file.
19056 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
19057 characters.
19058 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
19059
c1f75dc3
SP
190602013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19061
4eacded2
SP
19062 * include/sys/time.h: Fix indentation and add copyright header.
19063
fec799f8
SP
19064 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
19065 (do_test): Likewise.
19066 * string/test-memchr.c (do_one_test): Likewise.
19067 (do_test): Likewise.
19068 * string/test-memcmp.c (do_one_test): Likewise.
19069 (do_test): Likewise.
19070 * string/test-memcpy.c (do_one_test): Likewise.
19071 (do_test): Likewise.
19072 * string/test-memmem.c (do_one_test): Likewise.
19073 (do_test): Likewise.
19074 (do_random_tests): Likewise.
19075 * string/test-memmove.c (do_one_test): Likewise.
19076 (do_test): Likewise.
19077 * string/test-memset.c (do_one_test): Likewise.
19078 (do_test): Likewise.
19079 * string/test-rawmemchr.c (do_one_test): Likewise.
19080 (do_test): Likewise.
19081 * string/test-strcasecmp.c (do_one_test): Likewise.
19082 (do_test): Likewise.
19083 * string/test-strcasestr.c (do_one_test): Likewise.
19084 (do_test): Likewise.
19085 * string/test-strcat.c (do_one_test): Likewise.
19086 (do_test): Likewise.
19087 * string/test-strchr.c (do_one_test): Likewise.
19088 (do_test): Likewise.
19089 * string/test-strcmp.c (do_one_test): Likewise.
19090 (do_test): Likewise.
19091 * string/test-strcpy.c (do_one_test): Likewise.
19092 (do_test): Likewise.
19093 * string/test-string.h: Likewise.
19094 (test_init): Likewise.
19095 * string/test-strlen.c (do_one_test): Likewise.
19096 (do_test): Likewise.
19097 * string/test-strncasecmp.c (do_one_test): Likewise.
19098 (do_test): Likewise.
19099 * string/test-strncat.c (do_one_test): Likewise.
19100 (do_test): Likewise.
19101 * string/test-strncmp.c (do_one_test): Likewise.
19102 (do_test_limit): Likewise.
19103 (do_test): Likewise.
19104 * string/test-strncpy.c (do_one_test): Likewise.
19105 (do_test): Likewise.
19106 * string/test-strnlen.c (do_one_test): Likewise.
19107 (do_test): Likewise.
19108 * string/test-strpbrk.c (do_one_test): Likewise.
19109 (do_test): Likewise.
19110 * string/test-strrchr.c (do_one_test): Likewise.
19111 (do_test): Likewise.
19112 * string/test-strspn.c (do_one_test): Likewise.
19113 (do_test): Likewise.
19114 * string/test-strstr.c (do_one_test): Likewise.
19115 (do_test): Likewise.
19116
97020474
SP
19117 * benchtests/Makefile (string-bench): Add string benchmarks.
19118 * benchtests/bench-bcopy-ifunc.c: New file.
19119 * benchtests/bench-bcopy.c: New file.
19120 * benchtests/bench-bzero-ifunc.c: New file.
19121 * benchtests/bench-bzero.c: New file.
19122 * benchtests/bench-memccpy-ifunc.c: New file.
19123 * benchtests/bench-memccpy.c: New file.
19124 * benchtests/bench-memchr-ifunc.c: New file.
19125 * benchtests/bench-memchr.c: New file.
19126 * benchtests/bench-memcmp-ifunc.c: New file.
19127 * benchtests/bench-memcmp.c: New file.
19128 * benchtests/bench-memmem-ifunc.c: New file.
19129 * benchtests/bench-memmem.c: New file.
19130 * benchtests/bench-memmove-ifunc.c: New file.
19131 * benchtests/bench-memmove.c: New file.
19132 * benchtests/bench-mempcpy-ifunc.c: New file.
19133 * benchtests/bench-mempcpy.c: New file.
19134 * benchtests/bench-memset-ifunc.c: New file.
19135 * benchtests/bench-memset.c: New file.
19136 * benchtests/bench-rawmemchr-ifunc.c: New file.
19137 * benchtests/bench-rawmemchr.c: New file.
19138 * benchtests/bench-stpcpy-ifunc.c: New file.
19139 * benchtests/bench-stpcpy.c: New file.
19140 * benchtests/bench-stpncpy-ifunc.c: New file.
19141 * benchtests/bench-stpncpy.c: New file.
19142 * benchtests/bench-strcasecmp-ifunc.c: New file.
19143 * benchtests/bench-strcasecmp.c: New file.
19144 * benchtests/bench-strcasestr-ifunc.c: New file.
19145 * benchtests/bench-strcasestr.c: New file.
19146 * benchtests/bench-strcat-ifunc.c: New file.
19147 * benchtests/bench-strcat.c: New file.
19148 * benchtests/bench-strchr-ifunc.c: New file.
19149 * benchtests/bench-strchr.c: New file.
19150 * benchtests/bench-strchrnul-ifunc.c: New file.
19151 * benchtests/bench-strchrnul.c: New file.
19152 * benchtests/bench-strcmp-ifunc.c: New file.
19153 * benchtests/bench-strcmp.c: New file.
19154 * benchtests/bench-strcpy-ifunc.c: New file.
19155 * benchtests/bench-strcpy.c: New file.
19156 * benchtests/bench-strcspn-ifunc.c: New file.
19157 * benchtests/bench-strcspn.c: New file.
19158 * benchtests/bench-strlen-ifunc.c: New file.
19159 * benchtests/bench-strlen.c: New file.
19160 * benchtests/bench-strncasecmp-ifunc.c: New file.
19161 * benchtests/bench-strncasecmp.c: New file.
19162 * benchtests/bench-strncat-ifunc.c: New file.
19163 * benchtests/bench-strncat.c: New file.
19164 * benchtests/bench-strncmp-ifunc.c: New file.
19165 * benchtests/bench-strncmp.c: New file.
19166 * benchtests/bench-strncpy-ifunc.c: New file.
19167 * benchtests/bench-strncpy.c: New file.
19168 * benchtests/bench-strnlen-ifunc.c: New file.
19169 * benchtests/bench-strnlen.c: New file.
19170 * benchtests/bench-strpbrk-ifunc.c: New file.
19171 * benchtests/bench-strpbrk.c: New file.
19172 * benchtests/bench-strrchr-ifunc.c: New file.
19173 * benchtests/bench-strrchr.c: New file.
19174 * benchtests/bench-strspn-ifunc.c: New file.
19175 * benchtests/bench-strspn.c: New file.
19176 * benchtests/bench-strstr-ifunc.c: New file.
19177 * benchtests/bench-strstr.c: New file.
19178
c1f75dc3
SP
19179 * benchtests/Makefile: Disable parallel execution of targets.
19180 (string-bench): Add memcpy.
19181 (benchset): New variable to store a list of benchmark sets.
19182 (bench-func): Renamed from bench.
19183 (bench-set): New target.
19184 (bench): Depend on bench-func and bench-set.
19185 * benchtests/README: Add section on benchmark sets.
19186 * benchtests/bench-memcpy-ifunc.c: New file.
19187 * benchtests/bench-memcpy.c: New file.
19188 * benchtests/bench-string.h: New file.
19189
50fd745b
AS
191902013-06-11 Andreas Schwab <schwab@suse.de>
19191
19192 [BZ #15577]
19193 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
19194 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
19195 values in the triple.
19196 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
19197 terminator in the group key.
19198
3ee7e9fe
AJ
191992013-06-11 Andreas Jaeger <aj@suse.de>
19200
19201 * po/zh_TW.po: Update Chinese (traditional) translation from
19202 translation project.
19203
89fb6835
SP
192042013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19205
19206 * include/time.h (__clock_gettime): Add libc_hidden_proto.
19207 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
19208 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
19209 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
19210 (clock_getcpuclockid): Likewise.
19211 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
19212 Add weak_alias and libc_hidden_def.
19213 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
19214 * rt/clock_gettime.c (clock_gettime): Rename to
19215 __clock_gettime. Add weak_alias and libc_hidden_def.
19216 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
19217 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
19218 __clock_nanosleep. Add weak_alias and libc_hidden_def.
19219 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
19220 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
19221 Likewise.
19222 * rt/clock_settime.c (clock_settime): Rename to
19223 __clock_settime. Add weak_alias and libc_hidden_def.
19224 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
19225
0efa6f8b
JM
192262013-06-10 Joseph Myers <joseph@codesourcery.com>
19227
b8c61b4b
JM
19228 * mach/err_boot.sub: Remove trailing whitespace.
19229 * mach/err_ipc.sub: Likewise.
19230 * mach/err_mach.sub: Likewise.
19231
0efa6f8b
JM
19232 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
19233 (ROUNDING_TESTS_double): Likewise.
19234 (ROUNDING_TESTS_long_double): Likewise.
19235 (ROUNDING_TESTS): Likewise.
19236 * math/libm-test.inc: Include <math-tests.h>.
19237 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
19238 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
19239 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
19240 (IF_ROUND_INIT_FE_UPWARD): Likewise.
19241
50b818bf
SP
192422013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
19243
19244 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
19245 of assigning.
19246
60d2f8f3
JM
192472013-06-08 Joseph Myers <joseph@codesourcery.com>
19248
4902d2c3
JM
19249 * sysdeps/gnu/errlist.awk: Do not generate space at end of
19250 otherwise empty TRANS lines.
19251 * sysdeps/gnu/errlist.c: Regenerated.
19252
60d2f8f3
JM
19253 * catgets/gencat.c (error_print): Use (void) in function
19254 definition.
19255 * crypt/crypt_util.c (__init_des): Likewise.
19256 * crypt/speeds.c (Stop): Likewise.
19257 (main): Likewise.
19258 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
19259 * inet/ruserpass.c (token): Likewise.
19260 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
19261 * intl/localealias.c (extend_alias_table): Likewise.
19262 * intl/plural-exp.c (init_germanic_plural): Likewise.
19263 * libio/fcloseall.c (__fcloseall): Likewise.
19264 * libio/genops.c (_IO_flush_all): Likewise.
19265 (_IO_flush_all_linebuffered): Likewise.
19266 (_IO_cleanup): Likewise.
19267 (_IO_iter_begin): Likewise.
19268 (_IO_iter_end): Likewise.
19269 (_IO_list_lock): Likewise.
19270 (_IO_list_unlock): Likewise.
19271 (_IO_list_resetlock): Likewise.
19272 * libio/getchar.c (getchar): Likewise.
19273 * libio/getchar_u.c (getchar_unlocked): Likewise.
19274 * libio/getwchar.c (getwchar): Likewise.
19275 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
19276 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
19277 * login/getpt.c (__getpt): Likewise.
19278 * login/tst-utmp.c (main): Likewise.
19279 * malloc/hooks.c (__malloc_check_init): Likewise.
19280 * malloc/malloc.c (__malloc_stats): Likewise.
19281 * malloc/mtrace.c (tr_break): Likewise.
19282 (mtrace): Likewise.
19283 (muntrace): Likewise.
19284 * misc/fstab.c (endfsent): Likewise.
19285 * misc/getclktck.c (__getclktck): Likewise.
19286 * misc/getdtsz.c (__getdtablesize): Likewise.
19287 * misc/gethostid.c (gethostid): Likewise.
19288 * misc/getpagesize.c (__getpagesize): Likewise.
19289 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
19290 (__get_nprocs): Likewise.
19291 (__get_phys_pages): Likewise.
19292 (__get_avphys_pages): Likewise.
19293 * misc/getttyent.c (getttyent): Likewise.
19294 (setttyent): Likewise.
19295 (endttyent): Likewise.
19296 * misc/getusershell.c (getusershell): Likewise.
19297 (endusershell): Likewise.
19298 (setusershell): Likewise.
19299 (initshells): Likewise.
19300 * misc/hsearch.c (__hdestroy): Likewise.
19301 * misc/sync.c (sync): Likewise.
19302 * misc/syslog.c (closelog_internal): Likewise.
19303 (closelog): Likewise.
19304 * misc/ttyslot.c (ttyslot): Likewise.
19305 * misc/vhangup.c (vhangup): Likewise.
19306 * posix/fork.c (__fork): Likewise.
19307 * posix/getegid.c (__getegid): Likewise.
19308 * posix/geteuid.c (__geteuid): Likewise.
19309 * posix/getgid.c (__getgid): Likewise.
19310 * posix/getpid.c (__getpid): Likewise.
19311 * posix/getppid.c (__getppid): Likewise.
19312 * posix/getuid.c (__getuid): Likewise.
19313 * posix/pause.c (pause): Likewise.
19314 * posix/setpgrp.c (setpgrp): Likewise.
19315 * posix/setsid.c (__setsid): Likewise.
19316 * posix/test-vfork.c (noop): Likewise.
19317 * resolv/gethnamaddr.c (_endhtent): Likewise.
19318 (_gethtent): Likewise.
19319 (ht_endhostent): Likewise.
19320 (gethostent): Likewise.
19321 (dns_service): Likewise.
19322 * stdlib/drand48.c (drand48): Likewise.
19323 * stdlib/lrand48.c (lrand48): Likewise.
19324 * stdlib/mrand48.c (mrand48): Likewise.
19325 * stdlib/rand.c (rand): Likewise.
19326 * stdlib/random.c (__random): Likewise.
19327 * stdlib/setenv.c (clearenv): Likewise.
19328 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
19329 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
19330 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
19331 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
19332 (__get_nprocs): Likewise.
19333 (__get_phys_pages): Likewise.
19334 (__get_avphys_pages): Likewise.
19335 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
19336 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
19337 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
19338 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
19339 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
19340 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
19341 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
19342 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
19343 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
19344 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
19345 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
19346 * sysdeps/mach/hurd/sync.c (sync): Likewise.
19347 * sysdeps/posix/clock.c (clock): Likewise.
19348 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
19349 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
19350 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
19351 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
19352 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
19353 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
19354 (__get_nprocs_conf): Likewise.
19355 (__get_phys_pages): Likewise.
19356 (__get_avphys_pages): Likewise.
19357 * time/clock.c (clock): Likewise.
19358 * time/tzset.c (__tzname_max): Likewise.
19359
2e09a79a
JM
193602013-06-07 Joseph Myers <joseph@codesourcery.com>
19361
19362 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
19363 (__bswap_32): Do not use "register".
19364 * crypt/crypt.c (_ufc_doit_r): Likewise.
19365 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19366 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19367 * gmon/gmon.c (__monstartup): Likewise.
19368 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
19369 * hurd/hurdmalloc.c (more_memory): Likewise.
19370 (malloc): Likewise.
19371 (free): Likewise.
19372 (realloc): Likewise.
19373 (malloc_fork_prepare): Likewise.
19374 (malloc_fork_parent): Likewise.
19375 (malloc_fork_child): Likewise.
19376 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
19377 (_svcauth_des): Likewise.
19378 * inet/inet_lnaof.c (inet_lnaof): Likewise.
19379 * inet/inet_net.c (inet_network): Likewise.
19380 * inet/inet_netof.c (inet_netof): Likewise.
19381 * inet/rcmd.c (__validuser2_sa): Likewise.
19382 * io/fts.c (fts_open): Likewise.
19383 (fts_load): Likewise.
19384 (fts_close): Likewise.
19385 (fts_read): Likewise.
19386 (fts_children): Likewise.
19387 (fts_build): Likewise.
19388 (fts_stat): Likewise.
19389 (fts_sort): Likewise.
19390 (fts_alloc): Likewise.
19391 (fts_lfree): Likewise.
19392 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
19393 (_IO_file_xsgetn): Likewise.
19394 (_IO_file_xsgetn_mmap): Likewise.
19395 * libio/iofopncook.c (_IO_cookie_read): Likewise.
19396 (_IO_cookie_write): Likewise.
19397 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
19398 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
19399 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
19400 * malloc/obstack.c (_obstack_begin): Likewise.
19401 (_obstack_begin_1): Likewise.
19402 (_obstack_newchunk): Likewise.
19403 (_obstack_allocated_p): Likewise.
19404 (obstack_free): Likewise.
19405 (_obstack_memory_used): Likewise.
19406 * misc/getttyent.c (getttynam): Likewise.
19407 (getttyent): Likewise.
19408 (skip): Likewise.
19409 (value): Likewise.
19410 * misc/getusershell.c (initshells): Likewise.
19411 * misc/syslog.c (__vsyslog_chk): Likewise.
19412 * misc/ttyslot.c (ttyslot): Likewise.
19413 * nis/nis_hash.c (__nis_hash): Likewise.
19414 * posix/fnmatch_loop.c (FCT): Likewise.
19415 * posix/getconf.c (print_all): Likewise.
19416 (main): Likewise.
19417 * posix/getopt.c (exchange): Likewise.
19418 * posix/glob.c (globfree): Likewise.
19419 (prefix_array): Likewise.
19420 (__glob_pattern_type): Likewise.
19421 * resolv/arpa/nameser.h (NS_GET16): Likewise.
19422 (NS_GET32): Likewise.
19423 (NS_PUT16): Likewise.
19424 (NS_PUT32): Likewise.
19425 * resolv/gethnamaddr.c (getanswer): Likewise.
19426 (gethostbyname2): Likewise.
19427 (gethostbyaddr): Likewise.
19428 (_gethtent): Likewise.
19429 (_gethtbyname2): Likewise.
19430 (_gethtbyaddr): Likewise.
19431 * resolv/ns_print.c (dst_s_get_int16): Likewise.
19432 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19433 * resolv/res_init.c (__res_vinit): Likewise.
19434 (net_mask): Likewise.
19435 * resolv/res_mkquery.c (outchar): Likewise.
19436 (PRINT): Likewise.
19437 * stdio-common/printf_fp.c (outchar): Likewise.
19438 (PRINT): Likewise.
19439 * stdio-common/printf_fphex.c (outchar): Likewise.
19440 (PRINT): Likewise.
19441 * stdio-common/printf_size.c (outchar): Likewise.
19442 (PRINT): Likewise.
19443 * stdio-common/test_rdwr.c (main): Likewise.
19444 * stdio-common/tfformat.c (matches): Likewise.
19445 * stdio-common/vfprintf.c (outchar): Likewise.
19446 (printf_unknown): Likewise.
19447 (buffered_vfprintf): Likewise.
19448 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19449 * stdio-common/xbug.c (AppendToBuffer): Likewise.
19450 (ReadFile): Likewise.
19451 * stdlib/qsort.c (SWAP): Likewise.
19452 (_quicksort): Likewise.
19453 * stdlib/setenv.c (__add_to_environ): Likewise.
19454 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19455 * stdlib/strtol_l.c (__strtol_l): Likewise.
19456 * stdlib/tst-strtod.c (main): Likewise.
19457 * stdlib/tst-strtol.c (main): Likewise.
19458 * stdlib/tst-strtoll.c (main): Likewise.
19459 * string/bits/string2.h (__strcmp_cc): Likewise.
19460 (__strcmp_cg): Likewise.
19461 (__strcspn_c1): Likewise.
19462 (__strcspn_c2): Likewise.
19463 (__strcspn_c3): Likewise.
19464 (__strspn_c1): Likewise.
19465 (__strspn_c2): Likewise.
19466 (__strspn_c3): Likewise.
19467 (__strsep_1c): Likewise.
19468 (__strsep_2c): Likewise.
19469 (__strsep_3c): Likewise.
19470 * string/memccpy.c (__memccpy): Likewise.
19471 * string/stpcpy.c (__stpcpy): Likewise.
19472 * string/strcmp.c (strcmp): Likewise.
19473 * string/strrchr.c (strrchr): Likewise.
19474 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19475 Likewise.
19476 * sysdeps/mach/hurd/getcwd.c
19477 (_hurd_canonicalize_directory_name_internal): Likewise.
19478 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19479 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19480 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19481 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19482 Likewise, in both definitions.
19483 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19484 definitions.
19485 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19486 64] (__bswap_64): Likewise.
19487 * time/test_time.c (main): Likewise.
19488 * time/tzfile.c (__tzfile_read): Likewise.
19489 (__tzfile_compute): Likewise.
19490 * time/tzset.c (__tzset_parse_tz): Likewise.
19491 (tzset_internal): Likewise.
19492 (compute_change): Likewise.
19493 * wcsmbs/wcscat.c (__wcscat): Likewise.
19494 * wcsmbs/wcschr.c (wcschr): Likewise.
19495 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19496 * wcsmbs/wcscspn.c (wcscspn): Likewise.
19497 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19498 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19499 * wcsmbs/wcsspn.c (wcsspn): Likewise.
19500 * wcsmbs/wcsstr.c (wcsstr): Likewise.
19501 * wcsmbs/wmemchr.c (wmemchr): Likewise.
19502 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19503 * wcsmbs/wmemset.c (wmemset): Likewise.
19504
9e54314b
JM
195052013-06-06 Joseph Myers <joseph@codesourcery.com>
19506
19507 * scripts/config.guess: Update to version 2013-05-16.
19508 * scripts/config.sub: Update to version 2013-04-24.
19509 * scripts/install-sh: Update to version 2011-11-20.07.
19510 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19511 * scripts/move-if-change: Update to version 2012-01-06 07:23.
19512
350635a5
OB
195132013-06-06 Ondřej Bílka <neleai@seznam.cz>
19514
19515 * debug/fgetws_u_chk.c: Fix leading whitespaces.
19516 * elf/sln.c: Likewise.
19517 * hurd/hurd/ioctl.h: Likewise.
19518 * hurd/hurdmalloc.c: Likewise.
19519 * hurd/xattr.c: Likewise.
19520 * include/shlib-compat.h: Likewise.
19521 * inet/ruserpass.c: Likewise.
19522 * libio/iofgets_u.c: Likewise.
19523 * libio/iofgetws_u.c: Likewise.
19524 * locale/programs/ld-identification.c: Likewise.
19525 * locale/programs/ld-time.c: Likewise.
19526 * mach/msg-destroy.c: Likewise.
19527 * nss/nss_files/files-netgrp.c: Likewise.
19528 * resolv/res_data.c: Likewise.
19529 * soft-fp/op-1.h: Likewise.
19530 * soft-fp/op-2.h: Likewise.
19531 * soft-fp/op-4.h: Likewise.
19532 * soft-fp/op-common.h: Likewise.
19533 * stdio-common/printf_fphex.c: Likewise.
19534 * stdlib/strtod_l.c: Likewise.
19535 * sunrpc/rpc/clnt.h: Likewise.
19536 * sysdeps/generic/framestate.c: Likewise.
19537 * sysdeps/i386/bsd-_setjmp.S: Likewise.
19538 * sysdeps/i386/bsd-setjmp.S: Likewise.
19539 * sysdeps/i386/__longjmp.S: Likewise.
19540 * sysdeps/i386/setjmp.S: Likewise.
19541 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19542 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19543 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19544 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19545 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19546 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19547 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19548 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19549 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19550 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19551 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19552 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19553 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19554 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19555 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19556 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19557 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19558 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19559 * sysdeps/ieee754/support.c: Likewise.
19560 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19561 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19562 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19563 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19564 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19565 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19566 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19567 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19568 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19569 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19570 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19571 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19572 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19573 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19574 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19575 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19576 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19577 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19578
44a988af
OB
195792013-06-05 Ondřej Bílka <neleai@seznam.cz>
19580
25506f09 19581 * posix/transbug.c: Remove executable mode.
44a988af 19582
9c84384c
JM
195832013-06-05 Joseph Myers <joseph@codesourcery.com>
19584
19585 * crypt/speeds.c: Remove trailing whitespace.
19586 * dlfcn/default.c: Likewise.
19587 * elf/ifuncdep2.c: Likewise.
19588 * elf/ifuncmain1.c: Likewise.
19589 * elf/ifuncmain1vis.c: Likewise.
19590 * elf/testobj.h: Likewise.
19591 * elf/tst-stackguard1.c: Likewise.
19592 * gmon/sys/gmon.h: Likewise.
19593 * hurd/hurdmsg.c: Likewise.
19594 * hurd/new-fd.c: Likewise.
19595 * hurd/ports-get.c: Likewise.
19596 * iconvdata/ibm1008_420.c: Likewise.
19597 * inet/tst-getni1.c: Likewise.
19598 * inet/tst-getni2.c: Likewise.
19599 * libio/ioungetc.c: Likewise.
19600 * libio/wfiledoalloc.c: Likewise.
19601 * manual/libm-err-tab.pl: Likewise.
19602 * math/w_dremf.c: Likewise.
19603 * misc/ftruncate.c: Likewise.
19604 * posix/bug-glob2.c: Likewise.
19605 * posix/tst-pcre.c: Likewise.
19606 * posix/wait4.c: Likewise.
19607 * resolv/README: Likewise.
19608 * resolv/res_debug.h: Likewise.
19609 * resolv/tst-inet_ntop.c: Likewise.
19610 * setjmp/bug269-setjmp.c: Likewise.
19611 * soft-fp/extended.h: Likewise.
19612 * soft-fp/op-1.h: Likewise.
19613 * soft-fp/op-2.h: Likewise.
19614 * soft-fp/op-4.h: Likewise.
19615 * soft-fp/op-8.h: Likewise.
19616 * soft-fp/testit.c: Likewise.
19617 * stdio-common/bug16.c: Likewise.
19618 * stdlib/random.c: Likewise.
19619 * sunrpc/rpcsvc/rquota.x: Likewise.
19620 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19621 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19622 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19623 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19624 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19625 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19626 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19627 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19628 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19629 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19630 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19631 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19632 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19633 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19634 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19635 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19636 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19637 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19638 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19639 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19640 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19641 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19642 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19643 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19644 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19645 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19646 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19647 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19648 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19649 * sysdeps/ieee754/s_lib_version.c: Likewise.
19650 * sysdeps/mach/hurd/check_fds.c: Likewise.
19651 * sysdeps/mach/hurd/getsockname.c: Likewise.
19652 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19653 * sysdeps/mach/hurd/recvfrom.c: Likewise.
19654 * sysdeps/powerpc/bits/link.h: Likewise.
19655 * sysdeps/powerpc/dl-procinfo.c: Likewise.
19656 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19657 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19658 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19659 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19660 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19661 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19662 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19663 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19664 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19665 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19666 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19667 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19668 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19669 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19670 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19671 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19672 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19673 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19674 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19675 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19676 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19677 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19678 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19679 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19680 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19681 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19682 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19683 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19684 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19685 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19686 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19687 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19688 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19689 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19690 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19691 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19692 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19693 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19694 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19695 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19696 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19697 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19698 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19699 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19700 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19701 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19702 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19703 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19704 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19705 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19706 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19707 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19708 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19709 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19710 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19711 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19712 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19713 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19714 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19715 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19716 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19717 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19718 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19719 * sysdeps/powerpc/sysdep.h: Likewise.
19720 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19721 * sysdeps/s390/s390-64/sub_n.S: Likewise.
19722 * sysdeps/sh/dl-trampoline.S: Likewise.
19723 * sysdeps/sh/memset.S: Likewise.
19724 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19725 * sysdeps/sh/strlen.S: Likewise.
19726 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19727 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19728 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19729 * sysdeps/sparc/sparc32/rem.S: Likewise.
19730 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19731 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19732 * sysdeps/sparc/sparc32/strchr.S: Likewise.
19733 * sysdeps/sparc/sparc32/udiv.S: Likewise.
19734 * sysdeps/sparc/sparc32/urem.S: Likewise.
19735 * sysdeps/sparc/sparc64/add_n.S: Likewise.
19736 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19737 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19738 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19739 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19740 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19741 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19742 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19743 * sysdeps/unix/bsd/times.c: Likewise.
19744 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19745 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19746 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19748 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19749 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19750 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19751 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19752 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19753 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19754 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19755 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19756 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19757 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19758 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19759 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19760 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19761 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19762 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19763 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19764 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19765 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19766 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19767 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19768 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19769 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19770 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19771 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19772 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19773 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19774 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19775 * sysdeps/x86_64/strcspn.S: Likewise.
19776
869378a5
RA
197772013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19778
19779 * locale/C-translit.h: Revert #include <stdint.h> because this is a
19780 generated file. Regenerate properly from gen-translit.pl.
19781 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
19782 locale/C-translit.h.
19783
840e2943
AS
197842013-06-05 Andreas Schwab <schwab@suse.de>
19785
19786 [BZ #15100]
19787 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19788 week as 6 instead of -1.
19789 * time/tst-strptime.c (day_tests): Add test case.
19790
4c60cb0c
SP
197912013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
19792
19793 * sysdeps/generic/math_private.h
19794 (libc_feholdexcept_setround_53bit): Replace with
19795 libc_feholdsetround_53bit.
19796 (libc_feupdateenv_53bit): Replace with
19797 libc_feresetround_53bit.
19798 (SET_RESTORE_ROUND_53BIT): Adjust.
19799
d180203e
SP
198002013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
19801
96df079a
SP
19802 * string/test-strchrnul.c: Add copyright header.
19803
d180203e
SP
19804 * posix/tst-getaddrinfo4.c: Increase test timeout.
19805
8b0ccb2d
CD
198062013-06-03 Carlos O'Donell <carlos@redhat.com>
19807
19808 [BZ #15536]
19809 * math/libm-test.inc (MAX_EXP): Remove
19810 (MIN_EXP): Define.
19811 (ulp): Use MIN_EXP - MANT_DIG.
19812 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19813
3b3c4d40
CD
198142013-05-31 Carlos O'Donell <carlos@redhat.com>
19815
19816 * po/be.po: Revert last change.
19817 * po/zh_CN.po: Likewise.
19818 * po/header.pot: Likewise.
19819
fab7ce3f
JM
198202013-05-31 Joseph Myers <joseph@codesourcery.com>
19821
19822 * Makefile ($(common-objpfx)linkobj/libc.so): Define
19823 link-libc-deps to empty as target-specific variable.
19824 * Makerules (link-libc-args): New variable.
19825 (libc-for-link): Likewise.
19826 (link-libc-deps): Likewise.
19827 (lib%.so): Depend on $(link-libc-deps). Link with
19828 $(link-libc-args).
19829 (build-module): Link with $(link-libc-args).
19830 (build-module-asneeded): Likewise.
19831 (build-module-helper-objlist): Filter out $(link-libc-deps) from
19832 list of objects.
19833 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19834 target-specific variable.
19835 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19836 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19837 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19838 libc.
19839 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19840 libc and ld.so.
19841 ($(objpfx)libpcprofile.so): Likewise.
19842 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19843 libc_nonshared.a.
19844 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19845 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19846 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19847 $(link-libc-deps).
19848 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19849 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19850 * login/Makefile ($(objpfx)libutil.so): Likewise.
19851 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19852 * math/Makefile ($(objpfx)libm.so): Likewise.
19853 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19854 $(objpfx)libnsl.so): Define libc-for-link as target-specific
19855 variable instead of depending directly on libc.
19856 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19857 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19858 $(link-libc-deps).
19859 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19860 libc.
19861 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19862 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19863 ($(objpfx)libanl.so): Likewise.
19864 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19865 ld.so.
19866 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19867 $(link-libc-deps).
19868 * sysdeps/i386/fpu/Makefile: Remove file.
19869 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19870 ($(objpfx)libm.so): Remove dependency on ld.so.
19871
eca5920c
PF
198722013-05-30 Patsy Franklin <pfrankli@redhat.com>
19873
19874 [BZ # 15553]
19875 * nis/yp_xdr.c (XDRMAXNAME): Define.
19876 (XDRMAXRECORD): Define.
19877 (xdr_domainname): Use XDRMAXNAME.
19878 (xdr_mapname): Likewise.
19879 (xdr_peername): Likewise.
19880 (xdr_keydat): Use XDRMAXRECORD.
19881 (xdr_valdat): Likewise.
19882
198832013-05-30 Jeff Law <law@redhat.com>
96945714
JL
19884
19885 [BZ #14256]
19886 * manual/errno.texi (ESTALE): Update to account for more than
19887 just NFS file systems.
19888 * sysdeps/gnu/errlist.c: Regenerated.
19889
b9375348
SP
198902013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
19891
19892 [BZ #15465]
19893 * elf/Makefile (tests): Add tst-null-argv.
19894 (modules-names): Add tst-null-argv-lib.
19895 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19896 (tst-null-argv-ENV): Set environment for tst-null-argv.
19897 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19898 (RTLD_PROGNAME): New macro.
19899 * elf/tst-null-argv.c: New test case.
19900 * elf/tst-null-argv-lib.c: Library for test case.
19901 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19902 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19903 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19904 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19905 * elf/dl-init.c (call_init): Likewise.
19906 (_dl_init): Likewise.
19907 * elf/dl-load.c (print_search_path): Likewise.
19908 (_dl_map_object): Likewise.
19909 * elf/dl-lookup.c (do_lookup_x): Likewise.
19910 (add_dependency): Likewise.
19911 (_dl_lookup_symbol_x): Likewise.
19912 (_dl_debug_bindings): Likewise.
19913 * elf/dl-open.c (_dl_show_scope): Likewise.
19914 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19915 * elf/dl-version.c (match_symbol): Likewise.
19916 (_dl_check_map_versions): Likewise.
19917 * elf/rtld.c (dl_main): Likewise.
19918 (print_unresolved): Use RTLD_PROGNAME.
19919 (print_missing_version): Likewise.
19920 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19921 (elf_machine_rela): Likewise.
19922 * sysdeps/powerpc/powerpc32/dl-machine.c
19923 (__process_machine_rela): Likewise.
19924 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19925 Likewise.
19926 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19927 Likewise.
19928 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19929 Likewise.
19930 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19931 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19932 Likewise.
19933 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19934 Likewise.
19935 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19936
8a9f20c8
CD
199372013-05-28 Carlos O'Donell <carlos@redhat.com>
19938
19939 * po/be.po: Add descriptive title.
19940 * po/zh_CN.po: Likewise.
19941 * po/header.pot: Likewise.
19942
0e60d68e
MF
199432013-05-28 Mike Frysinger <vapier@gentoo.org>
19944
19945 * locale/programs/locarchive.c (create_archive): Inlucde fname in
19946 error message.
19947 (enlarge_archive): Likewise.
19948
56b672e9
BN
199492013-05-28 Ben North <ben@redfrontdoor.org>
19950
19951 * manual/arith.texi (frexp): It is the magnitude of the return
19952 value which lies in [0.5, 1), not the return value itself.
19953
5e056687
AZ
199542013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19955
19956 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19957
2b66ef5d
TS
199582013-05-26 Thomas Schwinge <thomas@codesourcery.com>
19959
528c2405
TS
19960 * stdio-common/bug26.c (main): Correct fscanf template.
19961
07b4c13d
TS
19962 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19963 declare _dl_skip_args.
19964
ec9dd97c
TS
19965 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19966 Don't declare.
19967
2b66ef5d
TS
19968 * manual/platform.texi: Add missing @end deftypefun.
19969
4f8dfe27
JM
199702013-05-24 Joseph Myers <joseph@codesourcery.com>
19971
0323d086
JM
19972 [BZ #15529]
19973 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19974 bit of mantissa of 2^16382.
19975 * math/libm-test.inc (hypot_test_data): Add more tests.
19976
dd4259b9
JM
19977 * math/libm-test.inc: Add drem and pow10 to list of tested
19978 functions.
19979 (pow10_test): New function.
19980 (drem_test): Likewise.
19981 (drem_test_tonearest): Likewise.
19982 (drem_test_towardzero): Likewise.
19983 (drem_test_downward): Likewise.
19984 (drem_test_upward): Likewise.
19985 (main): Call the new functions.
19986
4f8dfe27
JM
19987 * math/libm-test.inc (finite_test_data): Remove.
19988 (finite_test): Run tests from isfinite_test_data.
19989 (gamma_test_data): Remove.
19990 (gamma_test): Run tests from lgamma_test_data.
19991 * sysdeps/i386/fpu/libm-test-ulps: Update.
19992 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19993
d116b7c4
AZ
199942013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19995
19996 * manual/platform.texi: Add PowerPC PPR function set documentation.
19997 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19998 implementation.
19999
e96e3767
CD
200002013-05-24 Carlos O'Donell <carlos@redhat.com>
20001
20002 * math/libm-test.inc (MAX_EXP): Define.
20003 (ULPDIFF): Define.
20004 (ulp): New function.
20005 (check_float_internal): Use ULPDIFF.
20006 (cpow_test): Disable failing test.
20007 (check_ulp): Test ulp() implemetnation.
20008 (main): Call check_ulp before starting tests.
20009
b679a606
JM
200102013-05-24 Joseph Myers <joseph@codesourcery.com>
20011
e8bdba36
JM
20012 * math/gen-libm-test.pl (generate_testfile): Do not handle
20013 START_DATA and END_DATA.
20014 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
20015 END_DATA.
20016 (acos_tonearest_test_data): Likewise.
20017 (acos_towardzero_test_data): Likewise.
20018 (acos_downward_test_data): Likewise.
20019 (acos_upward_test_data): Likewise.
20020 (acosh_test_data): Likewise.
20021 (asin_test_data): Likewise.
20022 (asin_tonearest_test_data): Likewise.
20023 (asin_towardzero_test_data): Likewise.
20024 (asin_downward_test_data): Likewise.
20025 (asin_upward_test_data): Likewise.
20026 (asinh_test_data): Likewise.
20027 (atan_test_data): Likewise.
20028 (atanh_test_data): Likewise.
20029 (atan2_test_data): Likewise.
20030 (cabs_test_data): Likewise.
20031 (cacos_test_data): Likewise.
20032 (cacosh_test_data): Likewise.
20033 (carg_test_data): Likewise.
20034 (casin_test_data): Likewise.
20035 (casinh_test_data): Likewise.
20036 (catan_test_data): Likewise.
20037 (catanh_test_data): Likewise.
20038 (cbrt_test_data): Likewise.
20039 (ccos_test_data): Likewise.
20040 (ccosh_test_data): Likewise.
20041 (ceil_test_data): Likewise.
20042 (cexp_test_data): Likewise.
20043 (cimag_test_data): Likewise.
20044 (clog_test_data): Likewise.
20045 (clog10_test_data): Likewise.
20046 (conj_test_data): Likewise.
20047 (copysign_test_data): Likewise.
20048 (cos_test_data): Likewise.
20049 (cos_tonearest_test_data): Likewise.
20050 (cos_towardzero_test_data): Likewise.
20051 (cos_downward_test_data): Likewise.
20052 (cos_upward_test_data): Likewise.
20053 (cosh_test_data): Likewise.
20054 (cosh_tonearest_test_data): Likewise.
20055 (cosh_towardzero_test_data): Likewise.
20056 (cosh_downward_test_data): Likewise.
20057 (cosh_upward_test_data): Likewise.
20058 (cpow_test_data): Likewise.
20059 (cproj_test_data): Likewise.
20060 (creal_test_data): Likewise.
20061 (csin_test_data): Likewise.
20062 (csinh_test_data): Likewise.
20063 (csqrt_test_data): Likewise.
20064 (ctan_test_data): Likewise.
20065 (ctan_tonearest_test_data): Likewise.
20066 (ctan_towardzero_test_data): Likewise.
20067 (ctan_downward_test_data): Likewise.
20068 (ctan_upward_test_data): Likewise.
20069 (ctanh_test_data): Likewise.
20070 (ctanh_tonearest_test_data): Likewise.
20071 (ctanh_towardzero_test_data): Likewise.
20072 (ctanh_downward_test_data): Likewise.
20073 (ctanh_upward_test_data): Likewise.
20074 (erf_test_data): Likewise.
20075 (erfc_test_data): Likewise.
20076 (exp_test_data): Likewise.
20077 (exp_tonearest_test_data): Likewise.
20078 (exp_towardzero_test_data): Likewise.
20079 (exp_downward_test_data): Likewise.
20080 (exp_upward_test_data): Likewise.
20081 (exp10_test_data): Likewise.
20082 (exp2_test_data): Likewise.
20083 (expm1_test_data): Likewise.
20084 (fabs_test_data): Likewise.
20085 (fdim_test_data): Likewise.
20086 (finite_test_data): Likewise.
20087 (floor_test_data): Likewise.
20088 (fma_test_data): Likewise.
20089 (fma_towardzero_test_data): Likewise.
20090 (fma_downward_test_data): Likewise.
20091 (fma_upward_test_data): Likewise.
20092 (fmax_test_data): Likewise.
20093 (fmin_test_data): Likewise.
20094 (fmod_test_data): Likewise.
20095 (fpclassify_test_data): Likewise.
20096 (frexp_test_data): Likewise.
20097 (gamma_test_data): Likewise.
20098 (hypot_test_data): Likewise.
20099 (ilogb_test_data): Likewise.
20100 (isfinite_test_data): Likewise.
20101 (isgreater_test_data): Likewise.
20102 (isgreaterequal_test_data): Likewise.
20103 (isinf_test_data): Likewise.
20104 (isless_test_data): Likewise.
20105 (islessequal_test_data): Likewise.
20106 (islessgreater_test_data): Likewise.
20107 (isnan_test_data): Likewise.
20108 (isnormal_test_data): Likewise.
20109 (issignaling_test_data): Likewise.
20110 (isunordered_test_data): Likewise.
20111 (j0_test_data): Likewise.
20112 (j1_test_data): Likewise.
20113 (jn_test_data): Likewise.
20114 (ldexp_test_data): Likewise.
20115 (lgamma_test_data): Likewise.
20116 (lrint_test_data): Likewise.
20117 (lrint_tonearest_test_data): Likewise.
20118 (lrint_towardzero_test_data): Likewise.
20119 (lrint_downward_test_data): Likewise.
20120 (lrint_upward_test_data): Likewise.
20121 (llrint_test_data): Likewise.
20122 (llrint_tonearest_test_data): Likewise.
20123 (llrint_towardzero_test_data): Likewise.
20124 (llrint_downward_test_data): Likewise.
20125 (llrint_upward_test_data): Likewise.
20126 (log_test_data): Likewise.
20127 (log10_test_data): Likewise.
20128 (log1p_test_data): Likewise.
20129 (log2_test_data): Likewise.
20130 (logb_test_data): Likewise.
20131 (logb_downward_test_data): Likewise.
20132 (lround_test_data): Likewise.
20133 (llround_test_data): Likewise.
20134 (modf_test_data): Likewise.
20135 (nearbyint_test_data): Likewise.
20136 (nextafter_test_data): Likewise.
20137 (nexttoward_test_data): Likewise.
20138 (pow_test_data): Likewise.
20139 (pow_tonearest_test_data): Likewise.
20140 (pow_towardzero_test_data): Likewise.
20141 (pow_downward_test_data): Likewise.
20142 (pow_upward_test_data): Likewise.
20143 (remainder_test_data): Likewise.
20144 (remainder_tonearest_test_data): Likewise.
20145 (remainder_towardzero_test_data): Likewise.
20146 (remainder_downward_test_data): Likewise.
20147 (remainder_upward_test_data): Likewise.
20148 (remquo_test_data): Likewise.
20149 (rint_test_data): Likewise.
20150 (rint_tonearest_test_data): Likewise.
20151 (rint_towardzero_test_data): Likewise.
20152 (rint_downward_test_data): Likewise.
20153 (rint_upward_test_data): Likewise.
20154 (round_test_data): Likewise.
20155 (scalb_test_data): Likewise.
20156 (scalbn_test_data): Likewise.
20157 (scalbln_test_data): Likewise.
20158 (signbit_test_data): Likewise.
20159 (sin_test_data): Likewise.
20160 (sin_tonearest_test_data): Likewise.
20161 (sin_towardzero_test_data): Likewise.
20162 (sin_downward_test_data): Likewise.
20163 (sin_upward_test_data): Likewise.
20164 (sincos_test_data): Likewise.
20165 (sinh_test_data): Likewise.
20166 (sinh_tonearest_test_data): Likewise.
20167 (sinh_towardzero_test_data): Likewise.
20168 (sinh_downward_test_data): Likewise.
20169 (sinh_upward_test_data): Likewise.
20170 (sqrt_test_data): Likewise.
20171 (tan_test_data): Likewise.
20172 (tan_tonearest_test_data): Likewise.
20173 (tan_towardzero_test_data): Likewise.
20174 (tan_downward_test_data): Likewise.
20175 (tan_upward_test_data): Likewise.
20176 (tanh_test_data): Likewise.
20177 (tgamma_test_data): Likewise.
20178 (trunc_test_data): Likewise.
20179 (y0_test_data): Likewise.
20180 (y1_test_data): Likewise.
20181 (yn_test_data): Likewise.
20182 (significand_test_data): Likewise.
20183
b679a606
JM
20184 * math/gen-libm-test.pl (@functions): Remove variable.
20185 (generate_testfile): Don't handle START and END lines.
20186 * math/libm-test.inc (START): New macro.
20187 (END): Likewise.
20188 (END_COMPLEX): Likewise.
20189 (acos_test): Use END macro without arguments.
20190 (acos_test_tonearest): Likewise.
20191 (acos_test_towardzero): Likewise.
20192 (acos_test_downward): Likewise.
20193 (acos_test_upward): Likewise.
20194 (acosh_test): Likewise.
20195 (asin_test): Likewise.
20196 (asin_test_tonearest): Likewise.
20197 (asin_test_towardzero): Likewise.
20198 (asin_test_downward): Likewise.
20199 (asin_test_upward): Likewise.
20200 (asinh_test): Likewise.
20201 (atan_test): Likewise.
20202 (atanh_test): Likewise.
20203 (atan2_test): Likewise.
20204 (cabs_test): Likewise.
20205 (cacos_test): Use END_COMPLEX macro without arguments.
20206 (cacosh_test): Likewise.
20207 (carg_test): Use END macro without arguments.
20208 (casin_test): Use END_COMPLEX macro without arguments.
20209 (casinh_test): Likewise.
20210 (catan_test): Likewise.
20211 (catanh_test): Likewise.
20212 (cbrt_test): Use END macro without arguments.
20213 (ccos_test): Use END_COMPLEX macro without arguments.
20214 (ccosh_test): Likewise.
20215 (ceil_test): Use END macro without arguments.
20216 (cexp_test): Use END_COMPLEX macro without arguments.
20217 (cimag_test): Use END macro without arguments.
20218 (clog_test): Use END_COMPLEX macro without arguments.
20219 (clog10_test): Likewise.
20220 (conj_test): Likewise.
20221 (copysign_test): Use END macro without arguments.
20222 (cos_test): Likewise.
20223 (cos_test_tonearest): Likewise.
20224 (cos_test_towardzero): Likewise.
20225 (cos_test_downward): Likewise.
20226 (cos_test_upward): Likewise.
20227 (cosh_test): Likewise.
20228 (cosh_test_tonearest): Likewise.
20229 (cosh_test_towardzero): Likewise.
20230 (cosh_test_downward): Likewise.
20231 (cosh_test_upward): Likewise.
20232 (cpow_test): Use END_COMPLEX macro without arguments.
20233 (cproj_test): Likewise.
20234 (creal_test): Use END macro without arguments.
20235 (csin_test): Use END_COMPLEX macro without arguments.
20236 (csinh_test): Likewise.
20237 (csqrt_test): Likewise.
20238 (ctan_test): Likewise.
20239 (ctan_test_tonearest): Likewise.
20240 (ctan_test_towardzero): Likewise.
20241 (ctan_test_downward): Likewise.
20242 (ctan_test_upward): Likewise.
20243 (ctanh_test): Likewise.
20244 (ctanh_test_tonearest): Likewise.
20245 (ctanh_test_towardzero): Likewise.
20246 (ctanh_test_downward): Likewise.
20247 (ctanh_test_upward): Likewise.
20248 (erf_test): Use END macro without arguments.
20249 (erfc_test): Likewise.
20250 (exp_test): Likewise.
20251 (exp_test_tonearest): Likewise.
20252 (exp_test_towardzero): Likewise.
20253 (exp_test_downward): Likewise.
20254 (exp_test_upward): Likewise.
20255 (exp10_test): Likewise.
20256 (exp2_test): Likewise.
20257 (expm1_test): Likewise.
20258 (fabs_test): Likewise.
20259 (fdim_test): Likewise.
20260 (finite_test): Likewise.
20261 (floor_test): Likewise.
20262 (fma_test): Likewise.
20263 (fma_test_towardzero): Likewise.
20264 (fma_test_downward): Likewise.
20265 (fma_test_upward): Likewise.
20266 (fmax_test): Likewise.
20267 (fmin_test): Likewise.
20268 (fmod_test): Likewise.
20269 (fpclassify_test): Likewise.
20270 (frexp_test): Likewise.
20271 (gamma_test): Likewise.
20272 (hypot_test): Likewise.
20273 (ilogb_test): Likewise.
20274 (isfinite_test): Likewise.
20275 (isgreater_test): Likewise.
20276 (isgreaterequal_test): Likewise.
20277 (isinf_test): Likewise.
20278 (isless_test): Likewise.
20279 (islessequal_test): Likewise.
20280 (islessgreater_test): Likewise.
20281 (isnan_test): Likewise.
20282 (isnormal_test): Likewise.
20283 (issignaling_test): Likewise.
20284 (isunordered_test): Likewise.
20285 (j0_test): Likewise.
20286 (j1_test): Likewise.
20287 (jn_test): Likewise.
20288 (ldexp_test): Likewise.
20289 (lgamma_test): Likewise.
20290 (lrint_test): Likewise.
20291 (lrint_test_tonearest): Likewise.
20292 (lrint_test_towardzero): Likewise.
20293 (lrint_test_downward): Likewise.
20294 (lrint_test_upward): Likewise.
20295 (llrint_test): Likewise.
20296 (llrint_test_tonearest): Likewise.
20297 (llrint_test_towardzero): Likewise.
20298 (llrint_test_downward): Likewise.
20299 (llrint_test_upward): Likewise.
20300 (log_test): Likewise.
20301 (log10_test): Likewise.
20302 (log1p_test): Likewise.
20303 (log2_test): Likewise.
20304 (logb_test): Likewise.
20305 (logb_test_downward): Likewise.
20306 (lround_test): Likewise.
20307 (llround_test): Likewise.
20308 (modf_test): Likewise.
20309 (nearbyint_test): Likewise.
20310 (nextafter_test): Likewise.
20311 (nexttoward_test): Likewise.
20312 (pow_test): Likewise.
20313 (pow_test_tonearest): Likewise.
20314 (pow_test_towardzero): Likewise.
20315 (pow_test_downward): Likewise.
20316 (pow_test_upward): Likewise.
20317 (remainder_test): Likewise.
20318 (remainder_test_tonearest): Likewise.
20319 (remainder_test_towardzero): Likewise.
20320 (remainder_test_downward): Likewise.
20321 (remainder_test_upward): Likewise.
20322 (remquo_test): Likewise.
20323 (rint_test): Likewise.
20324 (rint_test_tonearest): Likewise.
20325 (rint_test_towardzero): Likewise.
20326 (rint_test_downward): Likewise.
20327 (rint_test_upward): Likewise.
20328 (round_test): Likewise.
20329 (scalb_test): Likewise.
20330 (scalbn_test): Likewise.
20331 (scalbln_test): Likewise.
20332 (signbit_test): Likewise.
20333 (sin_test): Likewise.
20334 (sin_test_tonearest): Likewise.
20335 (sin_test_towardzero): Likewise.
20336 (sin_test_downward): Likewise.
20337 (sin_test_upward): Likewise.
20338 (sincos_test): Likewise.
20339 (sinh_test): Likewise.
20340 (sinh_test_tonearest): Likewise.
20341 (sinh_test_towardzero): Likewise.
20342 (sinh_test_downward): Likewise.
20343 (sinh_test_upward): Likewise.
20344 (sqrt_test): Likewise.
20345 (tan_test): Likewise.
20346 (tan_test_tonearest): Likewise.
20347 (tan_test_towardzero): Likewise.
20348 (tan_test_downward): Likewise.
20349 (tan_test_upward): Likewise.
20350 (tanh_test): Likewise.
20351 (tgamma_test): Likewise.
20352 (trunc_test): Likewise.
20353 (y0_test): Likewise.
20354 (y1_test): Likewise.
20355 (yn_test): Likewise.
20356 (significand_test): Likewise.
20357
bae143d2
OB
203582013-05-24 Ondřej Bílka <neleai@seznam.cz>
20359
20360 [BZ #15381]
20361 * libio/genops.c (_IO_no_init): Initialize wide struct info.
20362
9323d39b
EM
203632013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
20364
d4ea44a0 20365 [BZ #14894]
9323d39b
EM
20366 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
20367 __ppc_mdoio and __ppc_mdoom.
20368 * manual/platform.texi: Document new functions __ppc_yield,
20369 __ppc_mdoio and __ppc_mdoom.
20370
13e23af7
CD
203712013-05-22 Carlos O'Donell <carlos@redhat.com>
20372
20373 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
20374 (main): Mention "tls" pseudo-hwcap is legacy.
20375 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
20376
351fe550
JM
203772013-05-22 Joseph Myers <joseph@codesourcery.com>
20378
20379 * math/gen-libm-test.pl (parse_args): Output only string of
20380 arguments as text for test name, not full call or descriptions of
20381 tests for extra outputs.
20382 (generate_testfile): Do not pass function name to parse_args.
20383 Generate this_func variable from START.
20384 * math/libm-test.inc (struct test_f_f_data): Rename test_name
20385 field to arg_str.
20386 (struct test_ff_f_data): Likewise.
20387 (test_ff_f_data_nexttoward): Likewise.
20388 (struct test_fi_f_data): Likewise.
20389 (struct test_fl_f_data): Likewise.
20390 (struct test_if_f_data): Likewise.
20391 (struct test_fff_f_data): Likewise.
20392 (struct test_c_f_data): Likewise.
20393 (struct test_f_f1_data): Likewise. Remove field extra_name.
20394 (struct test_fF_f1_data): Likewise.
20395 (struct test_ffI_f1_data): Likewise.
20396 (struct test_c_c_data): Rename test_name field to arg_str.
20397 (struct test_cc_c_data): Likewise.
20398 (struct test_f_i_data): Likewise.
20399 (struct test_ff_i_data): Likewise.
20400 (struct test_f_l_data): Likewise.
20401 (struct test_f_L_data): Likewise.
20402 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
20403 and extra2_name.
20404 (COMMON_TEST_SETUP): New macro.
20405 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
20406 (COMMON_TEST_CLEANUP): Likewise.
20407 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
20408 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
20409 macros.
20410 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
20411 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
20412 macros.
20413 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
20414 (RUN_TEST_fff_f): Take argument string. Call new setup and
20415 cleanup macros.
20416 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
20417 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
20418 macros.
20419 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
20420 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
20421 macros.
20422 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20423 (RUN_TEST_fF_f1): Take argument string. Call new setup and
20424 cleanup macros.
20425 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20426 (RUN_TEST_fI_f1): Take argument string. Call new setup and
20427 cleanup macros.
20428 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20429 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
20430 cleanup macros.
20431 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20432 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
20433 macros.
20434 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20435 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
20436 macros.
20437 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20438 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
20439 macros.
20440 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20441 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
20442 cleanup macros.
20443 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20444 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
20445 cleanup macros.
20446 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20447 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
20448 macros.
20449 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20450 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
20451 cleanup macros.
20452 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20453 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
20454 macros.
20455 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20456 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
20457 macros.
20458 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20459 (RUN_TEST_fFF_11): Take argument string. Call new setup and
20460 cleanup macros.
20461 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20462
85118d4d
EBM
204632013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20464
20465 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20466 to _sifields.sigfault.
20467 (si_addr_lsb): Define new macro.
20468 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20469 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20470 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20471
7a44c18f
CD
204722013-05-03 Carlos O'Donell <carlos at redhat.com>
20473
20474 [BZ #15441]
20475 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20476 returns -1.
20477 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20478 null return -1.
20479 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20480 loading the domain.
20481
b50a7181
JM
204822013-05-22 Joseph Myers <joseph@codesourcery.com>
20483
20484 * math/gen-libm-test.pl (parse_args): Do not include expected
20485 result in test name.
20486 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20487 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20488 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20489 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20490 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20491 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20492
051063c8
SP
204932013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
20494
3ce9e010
SP
20495 * benchtests/Makefile: Sort function entries.
20496
051063c8
SP
20497 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20498 tanh, asinh, acosh, atanh.
20499 * benchtests/acos-inputs: New file.
20500 * benchtests/acosh-inputs: New file.
20501 * benchtests/asin-inputs: New file.
20502 * benchtests/asinh-inputs: New file.
20503 * benchtests/atanh-inputs: New file.
20504 * benchtests/cosh-inputs: New file.
20505 * benchtests/log-inputs: New file.
20506 * benchtests/sinh-inputs: New file.
20507 * benchtests/tanh-inputs: New file.
20508
47c22455
DL
205092013-05-21 Dmitry V. Levin <ldv@altlinux.org>
20510
20511 [BZ #15339]
20512 * posix/tst-getaddrinfo4.c: New test.
20513 * posix/Makefile (tests): Add it.
20514
3d04f5db
SP
205152013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
20516
20517 [BZ #15339]
20518 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20519 when no services were used.
20520 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20521 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20522
d5dd6189
AS
205232013-05-21 Andreas Schwab <schwab@suse.de>
20524
20525 [BZ #15014]
20526 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20527 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20528 successful.
20529 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20530 redundant variable declarations and reallocation of buffer when
20531 parsing as IPv6 address. Always set NSS status when called from
20532 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
20533 buffer too small. Correct computation of needed size.
20534 * nss/Makefile (tests): Add test-digits-dots.
20535 * nss/test-digits-dots.c: New test.
20536
fef94eab
SP
205372013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
20538
20539 * benchtests/Makefile: Remove instructions for adding
20540 benchmark tests.
20541 * benchtests/README: New file to explain how to execute and
20542 enhance the benchmark tests.
20543
e39adf43
AS
205442013-05-21 Andreas Schwab <schwab@suse.de>
20545
20546 [BZ #15493]
20547 * setjmp/Makefile (tests): Add tst-sigsetjmp.
20548 * setjmp/tst-sigsetjmp.c: New test.
20549
b2b671b6
OB
205502013-05-20 Ondřej Bílka <neleai@seznam.cz>
20551
20552 * sysdeps/x86_64/memset.S (memset): New implementation.
20553 (__bzero): Likewise.
20554 (__memset_tail): New function.
20555
2d48b41c
OB
205562013-05-20 Ondřej Bílka <neleai@seznam.cz>
20557
20558 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20559 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20560 __memcpy_sse2_unaligned ifunc selection.
20561 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20562 Add memcpy-sse2-unaligned.S.
20563 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20564 Add: __memcpy_sse2_unaligned.
20565
f16cc3eb
JM
205662013-05-19 Joseph Myers <joseph@codesourcery.com>
20567
3e694268
JM
20568 [BZ #15490]
20569 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20570 math_force_eval before restoring floating-point envrionment.
20571 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20572 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20573 Likewise.
20574 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20575 <math_private.h>.
20576 (__nearbyintl): Use math_force_eval before restoring
20577 floating-point environment.
20578 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20579
db62a907
JM
20580 * math/gen-libm-test.pl (special_functions): Remove.
20581 (parse_args): Don't handle TEST_extra. Handle functions with no
20582 return value.
20583 * math/libm-test.inc (struct test_sincos_data): Replace with
20584 struct test_fFF_11_data.
20585 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20586 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20587 (sincos_test_data): Change element type to struct
20588 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
20589 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20590 RUN_TEST_LOOP_sincos.
20591 * math/README.libm-test: Don't mention special handling of
20592 individual functions.
20593 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20594 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20595 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20596 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20597 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20598 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20599
f16cc3eb
JM
20600 * math/gen-libm-test.pl (get_variable): Remove function.
20601 (parse_args): Don't show pointer parameters to call in test
20602 names. Use "extra output N" in test names for extra outputs
20603 rather than naming variables.
20604
3779b5b6
JM
206052013-05-18 Joseph Myers <joseph@codesourcery.com>
20606
2ee094ff
JM
20607 [BZ #15488]
20608 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20609 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20610 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20611 double tests.
20612 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20613 disable.
20614 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20615 check_long_double.
20616
3779b5b6
JM
20617 * math/gen-libm-test.pl (@tests): Remove variable.
20618 ($count): Likewise.
20619 (new_test): Remove function.
20620 (show_exceptions): New function.
20621 (special_functions): Use show_exceptions instead of new_test.
20622 (parse_args): Likewise.
20623 (generate_testfile): Pass only function name in generated call to
20624 print_max_error or print_complex_max_error.
20625 (get_ulps): Do not handle complex tests specially.
20626 (output_test): Rename to ...
20627 (get_all_ulps_for_test): ... this. Return a string rather than
20628 printing to a file. Require ulps to be present.
20629 (output_ulps): Generate arrays rather than #defines.
20630 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20631 (struct ulp_data): New type.
20632 (BUILD_COMPLEX_ULP): Remove macro.
20633 (compare_ulp_data): New function.
20634 (find_ulps): Likewise.
20635 (find_test_ulps): Likewise.
20636 (find_function_ulps): Likewise.
20637 (find_complex_function_ulps): Likewise.
20638 (print_max_error): Determine allowed ulps using
20639 find_function_ulps.
20640 (print_complex_max_error): Determine allowed ulps using
20641 find_complex_function_ulps.
20642 (check_float_internal): Determine max ulps using find_test_ulps.
20643 (check_float): Do not take max_ulp parameter. Update call to
20644 check_float_internal.
20645 (check_complex): Likewise.
20646 (check_int): Do not take max_ulp parameter.
20647 (check_long): Likewise.
20648 (check_bool): Likewise.
20649 (check_longlong): Likewise.
20650 (struct test_f_f_data): Remove max_ulp field.
20651 (struct test_ff_f_data): Likewise.
20652 (struct test_ff_f_data_nexttoward): Likewise.
20653 (struct test_fi_f_data): Likewise.
20654 (struct test_fl_f_data): Likewise.
20655 (struct test_if_f_data): Likewise.
20656 (struct test_fff_f_data): Likewise.
20657 (struct test_c_f_data): Likewise.
20658 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20659 (struct test_fF_f1_data): Likewise.
20660 (struct test_ffI_f1_data): Likewise.
20661 (struct test_c_c_data): Remove max_ulp field.
20662 (struct test_cc_c_data): Likewise.
20663 (struct test_f_i_data): Likewise.
20664 (struct test_ff_i_data): Likewise.
20665 (struct test_f_l_data): Likewise.
20666 (struct test_f_L_data): Likewise.
20667 (struct test_sincos_data): Likewise.
20668 (RUN_TEST_f_f): Do not handle ulps.
20669 (RUN_TEST_LOOP_f_f): Likewise.
20670 (RUN_TEST_2_f): Likewise.
20671 (RUN_TEST_LOOP_2_f): Likewise.
20672 (RUN_TEST_fff_f): Likewise.
20673 (RUN_TEST_LOOP_fff_f): Likewise.
20674 (RUN_TEST_c_f): Likewise.
20675 (RUN_TEST_LOOP_c_f): Likewise.
20676 (RUN_TEST_f_f1): Likewise.
20677 (RUN_TEST_LOOP_f_f1): Likewise.
20678 (RUN_TEST_fF_f1): Likewise.
20679 (RUN_TEST_LOOP_fF_f1): Likewise.
20680 (RUN_TEST_fI_f1): Likewise.
20681 (RUN_TEST_LOOP_fI_f1): Likewise.
20682 (RUN_TEST_ffI_f1): Likewise.
20683 (RUN_TEST_LOOP_ffI_f1): Likewise.
20684 (RUN_TEST_c_c): Likewise.
20685 (RUN_TEST_LOOP_c_c): Likewise.
20686 (RUN_TEST_cc_c): Likewise.
20687 (RUN_TEST_LOOP_cc_c): Likewise.
20688 (RUN_TEST_f_i): Likewise.
20689 (RUN_TEST_LOOP_f_i): Likewise.
20690 (RUN_TEST_f_i_tg): Likewise.
20691 (RUN_TEST_LOOP_f_i_tg): Likewise.
20692 (RUN_TEST_ff_i_tg): Likewise.
20693 (RUN_TEST_LOOP_ff_i_tg): Likewise.
20694 (RUN_TEST_f_b): Likewise.
20695 (RUN_TEST_LOOP_f_b): Likewise.
20696 (RUN_TEST_f_b_tg): Likewise.
20697 (RUN_TEST_LOOP_f_b_tg): Likewise.
20698 (RUN_TEST_f_l): Likewise.
20699 (RUN_TEST_LOOP_f_l): Likewise.
20700 (RUN_TEST_f_L): Likewise.
20701 (RUN_TEST_LOOP_f_L): Likewise.
20702 (RUN_TEST_sincos): Likewise.
20703 (RUN_TEST_LOOP_sincos): Likewise.
20704
8269107f
JM
207052013-05-17 Joseph Myers <joseph@codesourcery.com>
20706
bb38759d
JM
20707 [BZ #15480]
20708 [BZ #15485]
20709 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20710 main case of finite arguments, set rounding mode to FE_TONEAREST
20711 and discard exceptions.
20712 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20713 exceptions.
20714 (remainder_tonearest_test_data): New variable.
20715 (remainder_test_tonearest): New function.
20716 (remainder_towardzero_test_data): New variable.
20717 (remainder_test_towardzero): New function.
20718 (remainder_downward_test_data): New variable.
20719 (remainder_test_downward): New function.
20720 (remainder_upward_test_data): New variable.
20721 (remainder_test_upward): New function.
20722 (main): Call the new test functions.
20723
a00bdcf0
JM
20724 * math/libm-test.inc (struct test_f_f1_data): Remove field
20725 extra_init.
20726 (struct test_fF_f1_data): Likewise.
20727 (struct test_ffI_f1_data): Likewise.
20728 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
20729 based on value of EXTRA_EXPECTED.
20730 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20731 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
20732 EXTRA_VAR based on value of EXTRA_EXPECTED.
20733 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20734 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
20735 EXTRA_VAR based on value of EXTRA_EXPECTED.
20736 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20737 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
20738 EXTRA_VAR based on value of EXTRA_EXPECTED.
20739 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20740 * math/gen-libm-test.pl (parse_args): Don't output initializers
20741 for extra output values.
20742
de407f79
JM
20743 * math/libm-test.inc (check_int): Expect result to be exactly
20744 equal to expected value and do not handle ulps.
20745 (check_long): Likewise.
20746 (check_longlong): Likewise.
20747
8269107f
JM
20748 * math/libm-test.inc (ceil_test_data): Test for "inexact"
20749 exceptions.
20750 (cimag_test_data): Likewise.
20751 (conj_test_data): Likewise.
20752 (copysign_test_data): Likewise.
20753 (cproj_test_data): Likewise.
20754 (creal_test_data): Likewise.
20755 (fabs_test_data): Likewise.
20756 (fdim_test_data): Likewise.
20757 (finite_test_data): Likewise.
20758 (floor_test_data): Likewise.
20759 (fmax_test_data): Likewise.
20760 (fmin_test_data): Likewise.
20761 (fmod_test_data): Likewise.
20762 (fpclassify_test_data): Likewise.
20763 (frexp_test_data): Likewise.
20764 (ilogb_test_data): Likewise.
20765 (isfinite_test_data): Likewise.
20766 (isgreater_test_data): Likewise.
20767 (isgreaterequal_test_data): Likewise.
20768 (isinf_test_data): Likewise.
20769 (isless_test_data): Likewise.
20770 (islessequal_test_data): Likewise.
20771 (islessgreater_test_data): Likewise.
20772 (isnan_test_data): Likewise.
20773 (isnormal_test_data): Likewise.
20774 (issignaling_test_data): Likewise.
20775 (isunordered_test_data): Likewise.
20776 (ldexp_test_data): Likewise.
20777 (lrint_test_data): Likewise.
20778 (lrint_test_data) [TEST_FLOAT]: Disable one test.
20779 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20780 (lrint_tonearest_test_data): Test for "inexact" exceptions.
20781 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20782 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20783 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20784 test input.
20785 (lrint_towardzero_test_data): Test for "inexact" exceptions.
20786 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20787 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20788 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20789 that test input.
20790 (lrint_downward_test_data): Test for "inexact" exceptions.
20791 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20792 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20793 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20794 test input.
20795 (lrint_upward_test_data): Test for "inexact" exceptions.
20796 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20797 test input.
20798 (llrint_test_data): Test for "inexact" exceptions.
20799 (llrint_test_data) [TEST_FLOAT]: Disable one test.
20800 (llrint_tonearest_test_data): Test for "inexact" exceptions.
20801 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20802 (llrint_towardzero_test_data): Test for "inexact" exceptions.
20803 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20804 (llrint_downward_test_data): Test for "inexact" exceptions.
20805 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20806 (llrint_upward_test_data): Test for "inexact" exceptions.
20807 (logb_test_data): Likewise.
20808 (logb_downward_test_data): Likewise.
20809 (nextafter_test_data): Likewise.
20810 (nexttoward_test_data): Likewise.
20811 (remainder_test_data): Likewise.
20812 (remquo_test_data): Likewise.
20813 (scalbn_test_data): Likewise.
20814 (scalbln_test_data): Likewise.
20815 (signbit_test_data): Likewise.
20816 (sqrt_test_data): Likewise.
20817 (significand_test_data): Likewise.
20818
48a18de1
SP
208192013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
20820
20821 [BZ #15424]
20822 * benchtests/bench-modf.c (struct args): Mark arg0 as
20823 volatile.
20824 * scripts/bench.pl: Mark members of struct args as volatile.
20825
13d3b41a
AZ
208262013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20827
68191c1d 20828 [BZ # 15497]
13d3b41a
AZ
20829 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20830 negative infinity on POWER6 or lower.
20831 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20832
2848b105
MR
208332013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
20834
20835 [BZ #15442]
20836 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20837 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20838 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20839 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20840 (_FP_SETQNAN): New macro.
20841 (_FP_SETQNAN_SEMIRAW): Likewise.
20842 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20843 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20844 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20845 (FP_EXTEND): Use _FP_FRAC_SNANP.
20846 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20847 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20848 into account.
20849 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20850 New macro.
20851 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20852 Likewise.
20853
323e5cb7
JM
208542013-05-16 Joseph Myers <joseph@codesourcery.com>
20855
c58b274f
JM
20856 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20857 with DIVIDE_BY_ZERO_EXCEPTION.
20858 (gamma_test_data): Likewise.
20859 (lgamma_test_data): Likewise.
20860 (log_test_data): Likewise.
20861 (log10_test_data): Likewise.
20862 (log2_test_data): Likewise.
20863 (tgamma_test_data): Likewise.
20864
0ab34904
JM
20865 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20866 (acos_test_tonearest): Likewise.
20867 (acos_test_towardzero): Likewise.
20868 (acos_test_downward): Likewise.
20869 (acos_test_upward): Likewise.
20870 (acosh_test): Likewise.
20871 (asin_test): Likewise.
20872 (asin_test_tonearest): Likewise.
20873 (asin_test_towardzero): Likewise.
20874 (asin_test_downward): Likewise.
20875 (asin_test_upward): Likewise.
20876 (asinh_test): Likewise.
20877 (atan_test): Likewise.
20878 (atanh_test): Likewise.
20879 (atan2_test): Likewise.
20880 (cabs_test): Likewise.
20881 (cacos_test): Likewise.
20882 (cacosh_test): Likewise.
20883 (casin_test): Likewise.
20884 (casinh_test): Likewise.
20885 (catan_test): Likewise.
20886 (catanh_test): Likewise.
20887 (cbrt_test): Likewise.
20888 (ccos_test): Likewise.
20889 (ccosh_test): Likewise.
20890 (cexp_test): Likewise.
20891 (clog_test): Likewise.
20892 (clog10_test): Likewise.
20893 (cos_test): Likewise.
20894 (cos_test_tonearest): Likewise.
20895 (cos_test_towardzero): Likewise.
20896 (cos_test_downward): Likewise.
20897 (cos_test_upward): Likewise.
20898 (cosh_test): Likewise.
20899 (cosh_test_tonearest): Likewise.
20900 (cosh_test_towardzero): Likewise.
20901 (cosh_test_downward): Likewise.
20902 (cosh_test_upward): Likewise.
20903 (cpow_test): Likewise.
20904 (csin_test): Likewise.
20905 (csinh_test): Likewise.
20906 (csqrt_test): Likewise.
20907 (ctan_test): Likewise.
20908 (ctan_test_tonearest): Likewise.
20909 (ctan_test_towardzero): Likewise.
20910 (ctan_test_downward): Likewise.
20911 (ctan_test_upward): Likewise.
20912 (ctanh_test): Likewise.
20913 (ctanh_test_tonearest): Likewise.
20914 (ctanh_test_towardzero): Likewise.
20915 (ctanh_test_downward): Likewise.
20916 (ctanh_test_upward): Likewise.
20917 (erf_test): Likewise.
20918 (erfc_test): Likewise.
20919 (exp_test): Likewise.
20920 (exp_test_tonearest): Likewise.
20921 (exp_test_towardzero): Likewise.
20922 (exp_test_downward): Likewise.
20923 (exp_test_upward): Likewise.
20924 (exp10_test): Likewise.
20925 (exp2_test): Likewise.
20926 (expm1_test): Likewise.
20927 (fmod_test): Likewise.
20928 (gamma_test): Likewise.
20929 (hypot_test): Likewise.
20930 (j0_test): Likewise.
20931 (j1_test): Likewise.
20932 (jn_test): Likewise.
20933 (lgamma_test): Likewise.
20934 (log_test): Likewise.
20935 (log10_test): Likewise.
20936 (log1p_test): Likewise.
20937 (log2_test): Likewise.
20938 (logb_test_downward): Likewise.
20939 (pow_test): Likewise.
20940 (pow_test_tonearest): Likewise.
20941 (pow_test_towardzero): Likewise.
20942 (pow_test_downward): Likewise.
20943 (pow_test_upward): Likewise.
20944 (remainder_test): Likewise.
20945 (remquo_test): Likewise.
20946 (sin_test): Likewise.
20947 (sin_test_tonearest): Likewise.
20948 (sin_test_towardzero): Likewise.
20949 (sin_test_downward): Likewise.
20950 (sin_test_upward): Likewise.
20951 (sincos_test): Likewise.
20952 (sinh_test): Likewise.
20953 (sinh_test_tonearest): Likewise.
20954 (sinh_test_towardzero): Likewise.
20955 (sinh_test_downward): Likewise.
20956 (sinh_test_upward): Likewise.
20957 (sqrt_test): Likewise.
20958 (tan_test): Likewise.
20959 (tan_test_tonearest): Likewise.
20960 (tan_test_towardzero): Likewise.
20961 (tan_test_downward): Likewise.
20962 (tan_test_upward): Likewise.
20963 (tanh_test): Likewise.
20964 (tgamma_test): Likewise.
20965 (y0_test): Likewise.
20966 (y1_test): Likewise.
20967 (yn_test): Likewise.
20968
323e5cb7
JM
20969 * math/gen-libm-test.pl (adjust_arg): Remove function.
20970 (special_function): Remove argument $in_func. Only handle
20971 generating output for tables of tests, not inside functions.
20972 (parse_args): Likewise.
20973 (generate_testfile): Remove variable $in_func. Update call to
20974 parse_args.
20975 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20976 (MINUS_ZERO_INIT): Rename macro to minus_zero.
20977 (PLUS_INFTY_INIT): Rename macro to plus_infty.
20978 (MINUS_INFTY_INIT): Rename macro to minus_infty.
20979 (QNAN_VALUE_INIT): Rename macro to qnan_value.
20980 (MAX_VALUE_INIT): Rename macro to max_value.
20981 (MIN_VALUE_INIT): Rename macro to min_value.
20982 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20983 (plus_zero): Remove variable.
20984 (minus_zero): Likewise.
20985 (plus_infty): Likewise.
20986 (minus_infty): Likewise.
20987 (qnan_value): Likewise.
20988 (max_value): Likewise.
20989 (min_value): Likewise.
20990 (min_subnorm_value): Likewise.
20991
e054f494
RA
209922013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
20993
20994 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20995 uint64_t or uint32_t usage.
20996 * crypt/sha256-block.c: Likewise.
20997 * crypt/sha256-crypt.c: Likewise.
20998 * crypt/sha256.c: Likewise.
20999 * crypt/sha512-block.c: Likewise.
21000 * crypt/sha512-crypt.c: Likewise.
21001 * crypt/sha512.c: Likewise.
21002 * debug/backtrace-tst.c: Likewise.
21003 * debug/pcprofiledump.c: Likewise.
21004 * elf/cache.c: Likewise.
21005 * elf/dl-cache.c: Likewise.
21006 * elf/dl-misc.c: Likewise.
21007 * elf/dl-profile.c: Likewise.
21008 * elf/dl-support.c: Likewise.
21009 * elf/ldconfig.c: Likewise.
21010 * elf/sprof.c: Likewise.
21011 * iconv/dummy-repertoire.c: Likewise.
21012 * iconv/iconv_charmap.c: Likewise.
21013 * iconv/skeleton.c: Likewise.
21014 * iconvdata/8bit-generic.c: Likewise.
21015 * iconvdata/cp737.h: Likewise.
21016 * iconvdata/cp775.h: Likewise.
21017 * iconvdata/ibm1008.h: Likewise.
21018 * iconvdata/ibm1025.h: Likewise.
21019 * iconvdata/ibm1046.h: Likewise.
21020 * iconvdata/ibm1097.h: Likewise.
21021 * iconvdata/ibm1112.h: Likewise.
21022 * iconvdata/ibm1122.h: Likewise.
21023 * iconvdata/ibm1123.h: Likewise.
21024 * iconvdata/ibm1124.h: Likewise.
21025 * iconvdata/ibm1129.h: Likewise.
21026 * iconvdata/ibm1130.h: Likewise.
21027 * iconvdata/ibm1132.h: Likewise.
21028 * iconvdata/ibm1133.h: Likewise.
21029 * iconvdata/ibm1137.h: Likewise.
21030 * iconvdata/ibm1140.h: Likewise.
21031 * iconvdata/ibm1141.h: Likewise.
21032 * iconvdata/ibm1142.h: Likewise.
21033 * iconvdata/ibm1143.h: Likewise.
21034 * iconvdata/ibm1144.h: Likewise.
21035 * iconvdata/ibm1145.h: Likewise.
21036 * iconvdata/ibm1146.h: Likewise.
21037 * iconvdata/ibm1147.h: Likewise.
21038 * iconvdata/ibm1148.h: Likewise.
21039 * iconvdata/ibm1149.h: Likewise.
21040 * iconvdata/ibm1153.h: Likewise.
21041 * iconvdata/ibm1154.h: Likewise.
21042 * iconvdata/ibm1155.h: Likewise.
21043 * iconvdata/ibm1156.h: Likewise.
21044 * iconvdata/ibm1157.h: Likewise.
21045 * iconvdata/ibm1158.h: Likewise.
21046 * iconvdata/ibm1160.h: Likewise.
21047 * iconvdata/ibm1161.h: Likewise.
21048 * iconvdata/ibm1162.h: Likewise.
21049 * iconvdata/ibm1163.h: Likewise.
21050 * iconvdata/ibm1164.h: Likewise.
21051 * iconvdata/ibm1166.h: Likewise.
21052 * iconvdata/ibm1167.h: Likewise.
21053 * iconvdata/ibm12712.h: Likewise.
21054 * iconvdata/ibm1390.h: Likewise.
21055 * iconvdata/ibm1399.h: Likewise.
21056 * iconvdata/ibm16804.h: Likewise.
21057 * iconvdata/ibm4517.h: Likewise.
21058 * iconvdata/ibm4899.h: Likewise.
21059 * iconvdata/ibm4909.h: Likewise.
21060 * iconvdata/ibm4971.h: Likewise.
21061 * iconvdata/ibm5347.h: Likewise.
21062 * iconvdata/ibm803.h: Likewise.
21063 * iconvdata/ibm856.h: Likewise.
21064 * iconvdata/ibm901.h: Likewise.
21065 * iconvdata/ibm902.h: Likewise.
21066 * iconvdata/ibm9030.h: Likewise.
21067 * iconvdata/ibm9066.h: Likewise.
21068 * iconvdata/ibm921.h: Likewise.
21069 * iconvdata/ibm922.h: Likewise.
21070 * iconvdata/ibm9448.h: Likewise.
21071 * iconvdata/isiri-3342.h: Likewise.
21072 * iconvdata/jis0201.h: Likewise.
21073 * include/link.h: Likewise.
21074 * include/netdb.h: Likewise.
21075 * inet/check_native.c: Likewise.
21076 * inet/check_pf.c: Likewise.
21077 * inet/getipv4sourcefilter.c: Likewise.
21078 * inet/getnameinfo.c: Likewise.
21079 * inet/getsourcefilter.c: Likewise.
21080 * inet/htonl.c: Likewise.
21081 * inet/setipv4sourcefilter.c: Likewise.
21082 * inet/setsourcefilter.c: Likewise.
21083 * inet/test-inet6_opt.c: Likewise.
21084 * inet/tst-network.c: Likewise.
21085 * locale/C-collate.c: Likewise.
21086 * locale/C-ctype.c: Likewise.
21087 * locale/C-time.c: Likewise.
21088 * locale/C-translit.h: Likewise.
21089 * locale/loadarchive.c: Likewise.
21090 * locale/programs/3level.h: Likewise.
21091 * locale/programs/charmap.c: Likewise.
21092 * locale/programs/charmap.h: Likewise.
21093 * locale/programs/ld-address.c: Likewise.
21094 * locale/programs/ld-collate.c: Likewise.
21095 * locale/programs/ld-ctype.c: Likewise.
21096 * locale/programs/ld-identification.c: Likewise.
21097 * locale/programs/ld-measurement.c: Likewise.
21098 * locale/programs/ld-messages.c: Likewise.
21099 * locale/programs/ld-monetary.c: Likewise.
21100 * locale/programs/ld-name.c: Likewise.
21101 * locale/programs/ld-numeric.c: Likewise.
21102 * locale/programs/ld-paper.c: Likewise.
21103 * locale/programs/ld-telephone.c: Likewise.
21104 * locale/programs/ld-time.c: Likewise.
21105 * locale/programs/linereader.c: Likewise.
21106 * locale/programs/locale.c: Likewise.
21107 * locale/programs/locarchive.c: Likewise.
21108 * locale/programs/locfile.h: Likewise.
21109 * locale/programs/repertoire.c: Likewise.
21110 * locale/programs/simple-hash.c: Likewise.
21111 * locale/programs/simple-hash.h: Likewise.
21112 * malloc/memusage.c: Likewise.
21113 * malloc/memusagestat.c: Likewise.
21114 * nis/nis_defaults.c: Likewise.
21115 * nis/nis_hash.c: Likewise.
21116 * nis/nis_print.c: Likewise.
21117 * nis/nis_xdr.c: Likewise.
21118 * nscd/connections.c: Likewise.
21119 * nscd/hstcache.c: Likewise.
21120 * nscd/nscd_gethst_r.c: Likewise.
21121 * nscd/nscd_getserv_r.c: Likewise.
21122 * nscd/nscd_helper.c: Likewise.
21123 * nscd/servicescache.c: Likewise.
21124 * nss/makedb.c: Likewise.
21125 * nss/nss_db/db-XXX.c: Likewise.
21126 * nss/nss_db/db-initgroups.c: Likewise.
21127 * nss/nss_db/db-netgrp.c: Likewise.
21128 * nss/nss_files/files-network.c: Likewise.
21129 * nss/nss_files/files-parse.c: Likewise.
21130 * posix/bug-regex5.c: Likewise.
21131 * posix/fnmatch_loop.c: Likewise.
21132 * posix/regcomp.c: Likewise.
21133 * posix/regexec.c: Likewise.
21134 * posix/tst-rfc3484-2.c: Likewise.
21135 * posix/tst-rfc3484-3.c: Likewise.
21136 * posix/tst-rfc3484.c: Likewise.
21137 * resolv/nss_dns/dns-canon.c: Likewise.
21138 * resolv/nss_dns/dns-network.c: Likewise.
21139 * resolv/res_init.c: Likewise.
21140 * resolv/res_mkquery.c: Likewise.
21141 * resolv/tst-aton.c: Likewise.
21142 * stdlib/cxa_atexit.c: Likewise.
21143 * stdlib/cxa_finalize.c: Likewise.
21144 * stdlib/gen-fpioconst.c: Likewise.
21145 * stdlib/strtol_l.c: Likewise.
21146 * string/tst-endian.c: Likewise.
21147 * sunrpc/auth_des.c: Likewise.
21148 * sunrpc/clnt_udp.c: Likewise.
21149 * sunrpc/rtime.c: Likewise.
21150 * sunrpc/svcauth_des.c: Likewise.
21151 * sunrpc/xdr.c: Likewise.
21152 * sunrpc/xdr_intXX_t.c: Likewise.
21153 * sunrpc/xdr_rec.c: Likewise.
21154 * sysdeps/generic/ldconfig.h: Likewise.
21155 * sysdeps/generic/ldsodefs.h: Likewise.
21156 * sysdeps/generic/memusage.h: Likewise.
21157 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
21158 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
21159 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
21160 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
21161 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
21162 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
21163 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
21164 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
21165 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
21166 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
21167 * sysdeps/posix/getaddrinfo.c: Likewise.
21168 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
21169 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21170 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
21171 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
21172 * sysdeps/powerpc/test-gettimebase.c: Likewise.
21173 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
21174 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
21175 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
21176 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
21177 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
21178 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
21179 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
21180 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
21181 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
21182 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
21183 * sysdeps/x86_64/dl-tls.h: Likewise.
21184 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
21185 * time/alt_digit.c: Likewise.
21186 * time/era.c: Likewise.
21187 * wcsmbs/tst-c16c32-1.c: Likewise.
21188
8c75f674
JM
211892013-05-16 Joseph Myers <joseph@codesourcery.com>
21190
21191 * math/libm-test.inc (struct test_sincos_data): New type.
21192 (RUN_TEST_LOOP_sincos): New macro.
21193 (sincos_test_data): New variable.
21194 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
21195
e6e49e59
RH
211962013-05-16 Richard Henderson <rth@redhat.com>
21197
21198 * math/atest-exp2.c (LIMB64): New macro.
21199 (CONSTSZ): New macro.
21200 (mp_exp1, mp_exp_m1, mp_log2): New variables.
21201 (hexdig): Move ...
21202 (print_mpn_fp): ... to function scope.
21203 (read_mpn_hex): Remove.
21204 (get_log2): Remove.
21205 (exp2_mpn): Use mp_log2.
21206 (main): Use mp_exp1.
21207
15c7c18d
JM
212082013-05-16 Joseph Myers <joseph@codesourcery.com>
21209
105a07df
JM
21210 * math/libm-test.inc: Remove comment about not testing "inexact"
21211 exceptions.
21212 (INEXACT_EXCEPTION): New macro.
21213 (NO_INEXACT_EXCEPTION): Likewise.
21214 (INVALID_EXCEPTION_OK): Update value.
21215 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21216 (OVERFLOW_EXCEPTION_OK): Likewise.
21217 (UNDERFLOW_EXCEPTION_OK): Likewise.
21218 (IGNORE_ZERO_INF_SIGN): Likewise.
21219 (ERRNO_UNCHANGED): Likewise.
21220 (ERRNO_EDOM): Likewise.
21221 (ERRNO_ERANGE): Likewise.
21222 (test_exceptions): Handle testing "inexact" exceptions.
21223 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
21224 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
21225 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
21226 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
21227 INEXACT_EXCEPTION.
21228 (rint_towardzero_test_data): Likewise.
21229 (rint_downward_test_data): Likewise.
21230 (rint_upward_test_data): Likewise.
21231
e9eee333
JM
21232 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
21233 with OVERFLOW_EXCEPTION.
21234 (exp10_test_data): Likewise.
21235 (exp2_test_data): Likewise.
21236 (expm1_test_data): Likewise.
21237 (lgamma_test_data): Likewise.
21238 (pow_test_data): Likewise.
21239 (tgamma_test_data): Likewise.
21240 (yn_test_data): Remove duplicate test of overflow.
21241
1c38ff73
JM
21242 * math/libm-test.inc (struct test_cc_c_data): New type.
21243 (RUN_TEST_LOOP_cc_c): New macro.
21244 (cpow_test_data): New variable.
21245 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
21246
15c7c18d
JM
21247 * math/libm-test.inc (struct test_f_L_data): New type.
21248 (RUN_TEST_LOOP_f_L): New macro.
21249 (llrint_test_data): New variable.
21250 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
21251 (llrint_tonearest_test_data): New variable.
21252 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
21253 (llrint_towardzero_test_data): New variable.
21254 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
21255 (llrint_downward_test_data): New variable.
21256 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
21257 (llrint_upward_test_data): New variable.
21258 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
21259 (llround_test_data): New variable.
21260 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
21261
f137ff13
PC
212622013-05-13 Peter Collingbourne <pcc@google.com>
21263
21264 * math/atest-exp2.c (get_log2): Remove const attribute.
21265
3608cb24
JM
212662013-05-15 Joseph Myers <joseph@codesourcery.com>
21267
21268 * math/libm-test.inc (struct test_f_l_data): New type.
21269 (RUN_TEST_LOOP_f_l): New macro.
21270 (lrint_test_data): New variable.
21271 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
21272 (lrint_tonearest_test_data): New variable.
21273 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
21274 (lrint_towardzero_test_data): New variable.
21275 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
21276 (lrint_downward_test_data): New variable.
21277 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
21278 (lrint_upward_test_data): New variable.
21279 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
21280 (lround_test_data): New variable.
21281 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
21282
39b1f617
PC
212832013-05-15 Peter Collingbourne <pcc@google.com>
21284
1deff3dc
PC
21285 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
21286 (EXTRACT_WORDS64) Use where appropriate.
21287 (INSERT_WORDS64) Likewise.
21288
791f3ba0
PC
21289 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
21290 constraints with x constraints.
21291 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
21292
39b1f617
PC
21293 * malloc/obstack.c (_obstack_compat): Add initializer.
21294
12fba011
EM
212952013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
21296
21297 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
21298 si_trapno and add si_addr_lsb to _sifields.sigfault.
21299 (si_trapno): Remove macro.
21300 (si_addr_lsb): Define new macro.
21301 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21302
d369f531
JM
213032013-05-15 Joseph Myers <joseph@codesourcery.com>
21304
b861c6c4
JM
21305 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
21306 instead of TEST_f_l.
21307 (llrint_test_tonearest): Likewise.
21308 (llrint_test_towardzero): Likewise.
21309 (llrint_test_downward): Likewise.
21310 (llrint_test_upward): Likewise.
21311 (llround_test): Likewise.
21312
7abeee12
JM
21313 * math/libm-test.inc (struct test_f_i_data): Add comment.
21314 (RUN_TEST_LOOP_f_b): New macro.
21315 (RUN_TEST_LOOP_f_b_tg): Likewise.
21316 (finite_test_data): New variable.
21317 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
21318 (isfinite_test_data): New variable.
21319 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21320 (isinf_test_data): New variable.
21321 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21322 (isnan_test_data): New variable.
21323 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21324 (isnormal_test_data): New variable.
21325 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21326 (issignaling_test_data): New variable.
21327 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21328 (signbit_test_data): New variable.
21329 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
21330
cbe8c4d3
JM
21331 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
21332 with INVALID_EXCEPTION.
21333 (acosh_test_data): Likewise.
21334 (asin_test_data): Likewise.
21335 (atanh_test_data): Likewise.
21336 (fmod_test_data): Likewise.
21337 (log_test_data): Likewise.
21338 (log10_test_data): Likewise.
21339 (log2_test_data): Likewise.
21340 (pow_test_data): Likewise.
21341 (sqrt_test_data): Likewise.
21342 (y0_test_data): Likewise.
21343 (y1_test_data): Likewise.
21344 (yn_test_data): Likewise.
21345
5575c0e5
JM
21346 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
21347 function contents.
21348
d369f531
JM
21349 * math/libm-test.inc (struct test_ff_i_data): New type.
21350 (RUN_TEST_LOOP_ff_i_tg): New macro.
21351 (isgreater_test_data): New variable.
21352 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21353 (isgreaterequal_test_data): New variable.
21354 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21355 (isless_test_data): New variable.
21356 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21357 (islessequal_test_data): New variable.
21358 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21359 (islessgreater_test_data): New variable.
21360 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21361 (isunordered_test_data): New variable.
21362 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
21363
781fd748
DM
213642013-05-14 David S. Miller <davem@davemloft.net>
21365
21366 * sysdeps/sparc/fpu/libm-test-ulps: Update.
21367
87aa21df
JM
213682013-05-14 Joseph Myers <joseph@codesourcery.com>
21369
5e908270
JM
21370 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
21371
f71172e5
JM
21372 * math/libm-test.inc (struct test_fF_f1_data): Change type of
21373 extra_test to int.
21374 (struct test_f_i_data): Change type of max_ulp to int.
21375
8cfa635a
JM
21376 * math/libm-test.inc (test_ffI_f1_data): New type.
21377 (RUN_TEST_LOOP_ffI_f1): New macro.
21378 (remquo_test_data): New variable.
21379 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
21380
2bcb36b2
JM
21381 * setjmp/tst-setjmp-fp.c: New file.
21382 * setjmp/Makefile (tests): Add tst-setjmp-fp.
21383 (link-libm): New variable.
21384 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
21385
acbd839a
JM
21386 * math/libm-test.inc (struct test_f_i_data): New type.
21387 (RUN_TEST_LOOP_f_i): New macro.
21388 (RUN_TEST_LOOP_f_i_tg): Likewise.
21389 (fpclassify_test_data): New variable.
21390 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
21391 (ilogb_test_data): New variable.
21392 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
21393
e414d745
JM
21394 * math/libm-test.inc (scalbln_test): Correct function name in END
21395 call.
21396
d9c2a0fd
JM
21397 * math/libm-test.inc (struct test_f_f1_data): Add comment.
21398 (RUN_TEST_LOOP_fI_f1): New macro.
21399 (frexp_test_data): New variable.
21400 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
21401
9dc9095d
JM
21402 * math/libm-test.inc (struct test_fF_f1_data): New type.
21403 (RUN_TEST_LOOP_fF_f1): New macro.
21404 (modf_test_data): New variable.
21405 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
21406
87aa21df
JM
21407 * math/libm-test.inc (struct test_f_f1_data): New type.
21408 (RUN_TEST_LOOP_f_f1): New macro.
21409 (gamma_test_data): New variable.
21410 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21411 (lgamma_test_data): New variable.
21412 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
21413
141af660
CD
214142013-05-13 Carlos O'Donell <carlos@redhat.com>
21415
21416 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
21417 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
21418 (main): Comment "tls" pseudo-hwcap.
21419
6d33265c
JM
214202013-05-13 Joseph Myers <joseph@codesourcery.com>
21421
68fc074c
JM
21422 * math/libm-test.inc (struct test_fl_f_data): New type.
21423 (RUN_TEST_LOOP_fl_f): New variable.
21424 (scalbln_test_data): New variable.
21425 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
21426
243216e1
JM
21427 * math/libm-test.inc (struct test_fi_f_data): New type.
21428 (RUN_TEST_LOOP_fi_f): New macro.
21429 (ldexp_test_data): New variable.
21430 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
21431 (scalbn_test_data): New variable.
21432 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21433
6a1992e2
JM
21434 * math/libm-test.inc (struct test_c_f_data): New type.
21435 (RUN_TEST_LOOP_c_f): New macro.
21436 (cabs_test_data): New variable.
21437 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21438 (carg_test_data): New variable.
21439 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21440 (cimag_test_data): New variable.
21441 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21442 (creal_test_data): New variable.
21443 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21444
0e400df5
JM
21445 * math/libm-test.inc (struct test_if_f_data): New type.
21446 (RUN_TEST_LOOP_if_f): New macro.
21447 (jn_test_data): New variable.
21448 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21449 (yn_test_data): New variable.
21450 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21451
6d33265c
JM
21452 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21453
f98ece5f
AZ
214542013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21455
21456 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21457 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21458
0f7d347b
SP
214592013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
21460
43fe811b
SP
21461 * benchtests/Makefile (CPPFLAGS-nonlib): Add
21462 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21463 (bench-deps): Add bench-timing.h.
21464 * benchtests-bench-skeleton.c: Include bench-timing.h.
21465 (main): Use TIMING_* macros instead of clock_gettime.
21466 * benchtests/bench-timing.h: New file.
21467
0f7d347b
SP
21468 [BZ #14582]
21469 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21470 Renamed from _LIB_VERSION.
21471 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21472
601a3a5f
JM
214732013-05-12 Joseph Myers <joseph@codesourcery.com>
21474
4f184d30
JM
21475 * math/libm-test.inc (struct test_fff_f_data): New type.
21476 (RUN_TEST_LOOP_fff_f): New macro.
21477 (fma_test_data): New variable.
21478 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21479 (fma_towardzero_test_data): New variable.
21480 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21481 (fma_downward_test_data): New variable.
21482 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21483 (fma_upward_test_data): New variable.
21484 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21485
08198877
JM
21486 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21487 (struct test_c_c_data): New type.
21488 (RUN_TEST_LOOP_c_c): New macro.
21489 (cacos_test_data): New variable.
21490 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21491 (cacosh_test_data): New variable.
21492 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21493 (casin_test_data): New variable.
21494 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21495 (casinh_test_data): New variable.
21496 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21497 (catan_test_data): New variable.
21498 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21499 (catanh_test_data): New variable.
21500 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21501 (ccos_test_data): New variable.
21502 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21503 (ccosh_test_data): New variable.
21504 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21505 (cexp_test_data): New variable.
21506 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21507 (clog_test_data): New variable.
21508 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21509 (clog10_test_data): New variable.
21510 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21511 (conj_test_data): New variable.
21512 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21513 (cproj_test_data): New variable.
21514 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21515 (csin_test_data): New variable.
21516 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21517 (csinh_test_data): New variable.
21518 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21519 (csqrt_test_data): New variable.
21520 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21521 (ctan_test_data): New variable.
21522 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21523 (ctan_tonearest_test_data): New variable.
21524 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21525 (ctan_towardzero_test_data): New variable.
21526 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21527 (ctan_downward_test_data): New variable.
21528 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21529 (ctan_upward_test_data): New variable.
21530 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21531 (ctanh_test_data): New variable.
21532 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21533 (ctanh_tonearest_test_data): New variable.
21534 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21535 (ctanh_towardzero_test_data): New variable.
21536 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21537 (ctanh_downward_test_data): New variable.
21538 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21539 (ctanh_upward_test_data): New variable.
21540 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21541 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21542 of BUILD_COMPLEX.
21543
601a3a5f
JM
21544 * math/libm-test.inc (struct test_ff_f_data): New type.
21545 (struct test_ff_f_data_nexttoward): Likewise.
21546 (RUN_TEST_LOOP_2_f): New macro.
21547 (RUN_TEST_LOOP_ff_f): Likewise.
21548 (atan2_test_data): New variable.
21549 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21550 (copysign_test_data): New variable.
21551 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21552 (fdim_test_data): New variable.
21553 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21554 (fmax_test_data): New variable.
21555 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21556 (fmin_test_data): New variable.
21557 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21558 (fmod_test_data): New variable.
21559 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21560 (hypot_test_data): New variable.
21561 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21562 (nextafter_test_data): New variable.
21563 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21564 (nexttoward_test_data): New variable.
21565 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21566 (pow_test_data): New variable.
21567 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21568 (pow_tonearest_test_data): New variable.
21569 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21570 (pow_towardzero_test_data): New variable.
21571 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21572 (pow_downward_test_data): New variable.
21573 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21574 (pow_upward_test_data): New variable.
21575 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21576 (remainder_test_data): New variable.
21577 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21578 (scalb_test_data): New variable.
21579 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21580 * sysdeps/i386/fpu/libm-test-ulps: Update.
21581
74c57478
JM
215822013-05-11 Joseph Myers <joseph@codesourcery.com>
21583
8329e4da
JM
21584 * math/libm-test.inc (fma_test): Use max_value instead of local
21585 variable fltmax.
21586 (nextafter_test): Likewise.
21587
74c57478
JM
21588 * math/libm-test.inc (acos_towardzero_test_data): New variable.
21589 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21590 (acos_downward_test_data): New variable.
21591 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21592 (acos_upward_test_data): New variable.
21593 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21594 (acosh_test_data): New variable.
21595 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21596 (asin_test_data): New variable.
21597 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21598 (asin_tonearest_test_data): New variable.
21599 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21600 (asin_towardzero_test_data): New variable.
21601 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21602 (asin_downward_test_data): New variable.
21603 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21604 (asin_upward_test_data): New variable.
21605 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21606 (asinh_test_data): New variable.
21607 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21608 (atan_test_data): New variable.
21609 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21610 (atanh_test_data): New variable.
21611 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21612 (cbrt_test_data): New variable.
21613 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21614 (ceil_test_data): New variable.
21615 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21616 (cos_test_data): New variable.
21617 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21618 (cos_tonearest_test_data): New variable.
21619 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21620 (cos_towardzero_test_data): New variable.
21621 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21622 (cos_downward_test_data): New variable.
21623 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21624 (cos_upward_test_data): New variable.
21625 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21626 (cosh_test_data): New variable.
21627 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21628 (cosh_tonearest_test_data): New variable.
21629 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21630 (cosh_towardzero_test_data): New variable.
21631 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21632 (cosh_downward_test_data): New variable.
21633 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21634 (cosh_upward_test_data): New variable.
21635 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21636 (erf_test_data): New variable.
21637 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21638 (erfc_test_data): New variable.
21639 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21640 (exp_test_data): New variable.
21641 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21642 (exp_tonearest_test_data): New variable.
21643 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21644 (exp_towardzero_test_data): New variable.
21645 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21646 (exp_downward_test_data): New variable.
21647 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21648 (exp_upward_test_data): New variable.
21649 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21650 (exp10_test_data): New variable.
21651 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21652 (exp2_test_data): New variable.
21653 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21654 (expm1_test_data): New variable.
21655 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21656 (fabs_test_data): New variable.
21657 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21658 (floor_test_data): New variable.
21659 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21660 (j0_test_data): New variable.
21661 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21662 (j1_test_data): New variable.
21663 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21664 (log_test_data): New variable.
21665 (log_test): Run tests with RUN_TEST_LOOP_f_f.
21666 (log10_test_data): New variable.
21667 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21668 (log1p_test_data): New variable.
21669 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21670 (log2_test_data): New variable.
21671 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21672 (logb_test_data): New variable.
21673 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21674 (logb_downward_test_data): New variable.
21675 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21676 (nearbyint_test_data): New variable.
21677 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21678 (rint_test_data): New variable.
21679 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21680 (rint_tonearest_test_data): New variable.
21681 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21682 (rint_towardzero_test_data): New variable.
21683 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21684 (rint_downward_test_data): New variable.
21685 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21686 (rint_upward_test_data): New variable.
21687 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21688 (round_test_data): New variable.
21689 (round_test): Run tests with RUN_TEST_LOOP_f_f.
21690 (sin_test_data): New variable.
21691 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21692 (sin_tonearest_test_data): New variable.
21693 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21694 (sin_towardzero_test_data): New variable.
21695 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21696 (sin_downward_test_data): New variable.
21697 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21698 (sin_upward_test_data): New variable.
21699 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21700 (sinh_test_data): New variable.
21701 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21702 (sinh_tonearest_test_data): New variable.
21703 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21704 (sinh_towardzero_test_data): New variable.
21705 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21706 (sinh_downward_test_data): New variable.
21707 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21708 (sinh_upward_test_data): New variable.
21709 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21710 (sqrt_test_data): New variable.
21711 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21712 (tan_test_data): New variable.
21713 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21714 (tan_tonearest_test_data): New variable.
21715 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21716 (tan_towardzero_test_data): New variable.
21717 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21718 (tan_downward_test_data): New variable.
21719 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21720 (tan_upward_test_data): New variable.
21721 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21722 (tanh_test_data): New variable.
21723 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21724 (tgamma_test_data): New variable.
21725 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21726 (trunc_test_data): New variable.
21727 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21728 (y0_test_data): New variable.
21729 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21730 (y1_test_data): New variable.
21731 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21732 (significand_test_data): New variable.
21733 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21734
7187d844
CG
217352013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
21736
21737 [BZ #12387]
21738 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21739
f63fae73
PT
217402013-05-10 Pino Toscano <toscano.pino@tiscali.it>
21741
21742 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21743
8a67a4b3
AJ
217442013-05-10 Andreas Jaeger <aj@suse.de>
21745
21746 [BZ #15448]
21747 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21748 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21749
51df539d
JM
217502013-05-10 Joseph Myers <joseph@codesourcery.com>
21751
21752 * math/gen-libm-test.pl (adjust_arg): New function.
21753 (special_functions): Handle generating output in both functions
21754 and arrays.
21755 (parse_args): Likewise.
21756 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
21757 $in_func argument to parse_args.
21758 * math/libm-test.inc (struct test_f_f_data): New type.
21759 (IF_ROUND_INIT_): New macro.
21760 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21761 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21762 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21763 (IF_ROUND_INIT_FE_UPWARD): Likewise.
21764 (ROUND_RESTORE_): Likewise.
21765 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21766 (ROUND_RESTORE_FE_TONEAREST): Likewise.
21767 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21768 (ROUND_RESTORE_FE_UPWARD): Likewise.
21769 (RUN_TEST_LOOP_f_f): New macro.
21770 (acos_test_data): New variable.
21771 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21772 (acos_tonearest_test_data): New variable.
21773 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21774
5c637fe5
SP
217752013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
21776
21777 * benchtests/bench-skeleton.c (startup): Fix coding style.
21778
ab2b9461
JM
217792013-05-10 Joseph Myers <joseph@codesourcery.com>
21780
21781 [BZ #6809]
21782 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21783 negative infinity argument.
21784 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21785 negative infinity argument.
21786 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21787 negative infinity argument.
21788 * math/libm-test.inc (tgamma_test): Expect errno to be set for
21789 domain errors.
21790
4c0fe6fe
FW
217912013-05-10 Florian Weimer <fweimer@redhat.com>
21792
21793 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21794 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21795 * iconv/iconv_prog.c (main): Likewise.
21796 * locale/programs/charmap-dir.c (charmap_readdir)
21797 (fopen_uncompressed): Likewise.
21798 * locale/programs/locfile.c (siblings_uncached)
21799 (write_locale_data): Use lstat64 instead of lstat.
21800 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21801 stat.
21802
a3375d29
AJ
218032013-05-10 Andreas Jaeger <aj@suse.de>
21804
21805 [BZ #15395]
21806 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21807 localization.
21808 Include <locale.h>.
21809
36129722
CD
218102013-05-09 Carlos O'Donell <carlos@redhat.com>
21811
21812 * elf/dl-close.c (_dl_close_worker): Add comments.
21813
faa7f811
JM
218142013-05-09 Joseph Myers <joseph@codesourcery.com>
21815
ed41ffef
JM
21816 [BZ #15359]
21817 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21818 high part of pi/2.
21819 (__ieee754_rem_pio2l): Update comments.
21820
d0213cd0
JM
21821 [BZ #15429]
21822 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21823 high part of pi/2.
21824 (__ieee754_rem_pio2l): Update comments.
21825
0d3e777a
JM
21826 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21827 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21828
24f56066
JM
21829 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21830 M_PI_4l.
21831
faa7f811
JM
21832 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21833 (M_PI_34_LOG10El): Likewise.
21834 (M_PI2_LOG10El): Likewise.
21835 (M_PI4_LOG10El): Likewise.
21836 (M_PI_LOG10El): Likewise.
21837
e9a5e0fd
AZ
218382013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21839
21840 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21841
d8cd06db
JM
218422013-05-08 Joseph Myers <joseph@codesourcery.com>
21843
a0d9f9d7
JM
21844 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21845 (MINUS_ZERO_INIT): Likewise.
21846 (PLUS_INFTY_INIT): Likewise.
21847 (MINUS_INFTY_INIT): Likewise.
21848 (QNAN_VALUE_INIT): Likewise.
21849 (MAX_VALUE_INIT): Likewise.
21850 (MIN_VALUE_INIT): Likewise.
21851 (MIN_SUBNORM_VALUE_INIT): Likewise.
21852 (plus_zero): Initialize with PLUS_ZERO_INIT.
21853 (minus_zero): Initialize with MINUS_ZERO_INIT.
21854 (plus_infty): Initialize with PLUS_INFTY_INIT.
21855 (minus_infty): Initialize with MINUS_INFTY_INIT.
21856 (qnan_value): Initialize with QNAN_VALUE_INIT.
21857 (max_value): Initialize with MAX_VALUE_INIT.
21858 (min_value): Initialize with MIN_VALUE_INIT.
21859 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21860
ae08db3b
JM
21861 * math/libm-test.inc (RUN_TEST_if_f): New macro.
21862 (jn_test): Use TEST_if_f instead of TEST_ff_f.
21863 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21864 (yn_test): Use TEST_if_f instead of TEST_ff_f.
21865
f44bf14a
JM
21866 * math/libm-test.inc (RUN_TEST_f_f): New macro.
21867 (RUN_TEST_2_f): Likewise.
21868 (RUN_TEST_ff_f): Likewise.
21869 (RUN_TEST_fi_f): Likewise.
21870 (RUN_TEST_fl_f): Likewise.
21871 (RUN_TEST_fff_f): Likewise.
21872 (RUN_TEST_c_f): Likewise.
21873 (RUN_TEST_f_f1): Likewise.
21874 (RUN_TEST_fF_f1): Likewise.
21875 (RUN_TEST_fI_f1): Likewise.
21876 (RUN_TEST_ffI_f1): Likewise.
21877 (RUN_TEST_c_c): Likewise.
21878 (RUN_TEST_cc_c): Likewise.
21879 (RUN_TEST_f_i): Likewise.
21880 (RUN_TEST_f_i_tg): Likewise.
21881 (RUN_TEST_ff_i_tg): Likewise.
21882 (RUN_TEST_f_b): Likewise.
21883 (RUN_TEST_f_b_tg): Likewise.
21884 (RUN_TEST_f_l): Likewise.
21885 (RUN_TEST_f_L): Likewise.
21886 (RUN_TEST_sincos): Likewise.
21887 * math/gen-libm-test.pl (new_test): Take new argument to indicate
21888 whether to show exceptions. Do not include ");\n" in return
21889 value.
21890 (special_functions): Output call to RUN_TEST_sincos instead of
21891 check_float calls. Update calls to new_test.
21892 (parse_args): Output call to single RUN_TEST_* macro instead of
21893 check_* calls and other assignments. Update calls to new_test.
21894
d8cd06db
JM
21895 [BZ #2546]
21896 [BZ #2560]
21897 [BZ #5159]
21898 [BZ #15426]
21899 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21900 input to result for tgamma overflow.
21901 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21902 (gamma_coeff): New variable.
21903 (NCOEFF): New macro.
21904 (gamma_positive): New function.
21905 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21906 underflow here. Use gamma_positive instead of exp (lgamma) for
21907 other arguments.
21908 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21909 (gamma_coeff): New variable.
21910 (NCOEFF): New macro.
21911 (gammaf_positive): New function.
21912 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21913 underflow here. Use gamma_positive instead of exp (lgamma) for
21914 other arguments.
21915 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21916 (gamma_coeff): New variable.
21917 (NCOEFF): New macro.
21918 (gammal_positive): New function.
21919 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21920 underflow here. Use gamma_positive instead of exp (lgamma) for
21921 other arguments.
21922 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21923 (gamma_coeff): New variable.
21924 (NCOEFF): New macro.
21925 (gammal_positive): New function.
21926 (__ieee754_gammal_r): Handle positive infinity, overflow and
21927 underflow here. Handle NaN the same as positive infinity. Remove
21928 check x < 0xffffffff for negative integers. Use gamma_positive
21929 instead of exp (lgamma) for other arguments.
21930 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21931 (gamma_coeff): New variable.
21932 (NCOEFF): New macro.
21933 (gammal_positive): New function.
21934 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21935 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21936 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21937 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21938 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21939 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21940 * sysdeps/generic/math_private.h (__gamma_productf): New
21941 prototype.
21942 (__gamma_product): Likewise.
21943 (__gamma_productl): Likewise.
21944 * math/Makefile (libm-calls): Add gamma_product.
21945 * math/libm-test.inc (tgamma_test): Add more tests.
21946 * sysdeps/i386/fpu/libm-test-ulps: Update.
21947 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21948
bb7cf681
OB
219492013-05-08 Ondřej Bílka <neleai@seznam.cz>
21950
21951 * benchtests/bench-skeleton.c (main): Preheat CPU.
21952
ba853947
AJ
219532013-05-07 Aurelien Jarno <aurelien@aurel32.net>
21954
21955 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21956
8347c74c
RM
219572013-05-07 Roland McGrath <roland@hack.frob.com>
21958
21959 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21960 and _dl_skip_args_internal.
21961
e8dd4791
CD
219622013-05-07 Carlos O'Donell <carlos@redhat.com>
21963
21964 * manual/message.texi (Message Translation): Talk about users.
21965 Message to key mapping impacts design.
21966
c7405830
RM
219672013-05-06 Roland McGrath <roland@hack.frob.com>
21968
a9173057
RM
21969 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21970
976e2f03
RM
21971 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21972
9723ffc5
RM
21973 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21974 * sysdeps/wordsize-64/glob64.c: ... here.
21975
962e6658
RM
21976 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21977 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21978 New macros.
21979
ee586a6d
RM
21980 * debug/getlogin_r_chk.c: Moved to ...
21981 * login/getlogin_r_chk.c: ... here.
21982 * debug/Makefile (routines): Move getlogin_r_chk to ...
21983 * login/Makefile (routines): ... here.
21984 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21985 * login/Versions (libc: GLIBC_2.4): ... here.
21986
355f9165
RM
21987 * io/poll.c (__poll): Renamed from poll.
21988 Add libc_hidden_def.
21989 (poll): Define as weak alias.
21990
bd9ffde6
RM
21991 * debug/ptsname_r_chk.c: Moved to ...
21992 * login/ptsname_r_chk.c: ... here.
21993 * debug/Makefile (routines): Move ptsname_r_chk to ...
21994 * login/Makefile (routines): ... here.
21995 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21996 * login/Versions (libc: GLIBC_2.4): ... here.
21997
8fb16a04
RM
21998 * posix/getlogin.c: Moved to ...
21999 * login/getlogin.c: ... here.
22000 * posix/getlogin_r.c: Moved to ...
22001 * login/getlogin_r.c: ... here.
22002 * posix/getlogin_r.c: Moved to ...
22003 * login/getlogin_r.c: ... here.
22004 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
22005 * login/Makefile (routines): ... here.
22006 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
22007 * login/Versions (libc: GLIBC_2.0): ... here.
22008
b99b892f
RM
22009 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
22010 (setrlimit): Define as weak alias.
22011
c7405830
RM
22012 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
22013 Call __ names for open, ftruncate, and close.
22014 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
22015 (truncate): Define as weak alias.
22016
5bf96de5
JM
220172013-05-06 Joseph Myers <joseph@codesourcery.com>
22018
9ea3513c
JM
22019 * math/gen-libm-test.pl (parse_args): Initialize x before each
22020 test of frexp, modf and remquo.
22021
5bf96de5
JM
22022 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
22023 test signgam value.
22024
16e616a7
AZ
220252013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22026
22027 [BZ #15418]
22028 [BZ #15419]
22029 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
22030 internal tests.
22031 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22032
d5e82754
RM
220332013-05-06 Roland McGrath <roland@hack.frob.com>
22034
22035 * elf/dl-writev.h: New file.
22036 * elf/dl-misc.c: Include it.
22037 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
22038 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
22039
a7548d41
JM
220402013-05-04 Joseph Myers <joseph@codesourcery.com>
22041
b7dab1e4
JM
22042 * math/libm-test.inc (noXFails): Remove variable.
22043 (noXPasses): Likewise.
22044 (BUILD_COMPLEX_INT): Remove macro.
22045 (print_screen): Remove xfail argument.
22046 (print_screen_max_error): Likewise.
22047 (update_stats): Likewise.
22048 (print_max_error): Likewise. Update calls to other affected
22049 functions.
22050 (print_complex_max_error): Likewise.
22051 (test_single_exception): Update calls to print_screen.
22052 (test_single_errno): Likewise.
22053 (check_float_internal): Remove xfail argument. Update calls to
22054 other affected functions.
22055 (check_float): Likewise.
22056 (check_complex): Likewise.
22057 (check_int): Likewise.
22058 (check_long): Likewise.
22059 (check_bool): Likewise.
22060 (check_longlong): Likewise.
22061 (main): Don't print noXFails and noXPasses.
22062 * math/gen-libm-test.pl (top level): Don't mention expected
22063 failure handling in comment.
22064 (new_test): Don't handle expected failures.
22065 (parse_args): Don't mention expected failure handling in comment.
22066 (generate_testfile): Don't handle expected failures.
22067 (parse_ulps): Likewise.
22068 (print_ulps_file): Likewise.
22069 (get_failure): Remove function.
22070 (output_test): Don't handle expected failures.
22071 * make/README.libm-test: Don't mention expected failure handling.
22072
a7548d41
JM
22073 * math/libm-test.inc (plus_zero): Make const. Add initializer.
22074 (minus_zero): Likewise.
22075 (plus_infty): Likewise.
22076 (minus_infty): Likewise.
22077 (qnan_value): Likewise.
22078 (max_value): Likewise.
22079 (min_value): Likewise.
22080 (min_subnorm_value): Likewise.
22081 (initialize): Do not initialize those variables dynamically.
22082
60bfd54c
RM
220832013-05-03 Roland McGrath <roland@hack.frob.com>
22084
cc0e6ed8
RM
22085 * io/open.c (__open_2): Moved to ...
22086 * io/open_2.c: ... this new file.
22087 * io/open64.c (__open64_2): Moved to ...
22088 * io/open64_2.c: ... this new file.
22089 * io/openat.c (__openat_2): Moved to ...
22090 * io/openat_2.c: ... this new file.
22091 * io/openat64.c (__openat64_2): Moved to ...
22092 * io/openat64_2.c: ... this new file.
22093 * io/Makefile (routines): Add them.
22094 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
22095 * sysdeps/unix/sysv/linux/open_2.c: File removed.
22096 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
22097 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
22098 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
22099 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
22100 (__openat64): Add hidden_ver.
22101 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
22102 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
22103
60bfd54c
RM
22104 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
22105 Separately conditionalize setting of GLRO(dl_sysinfo) so
22106 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
22107 as well, but the actual setting is only under [NEED_DL_SYSINFO].
22108
83e7640f
AZ
221092013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22110
22111 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
22112 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
22113 definition.
22114 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
22115 * sysdeps/unix/sysv/linux/powerpc/init-first.c
22116 (_libc_vdso_platform_setup): Add __vdso_time initialization.
22117 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
22118 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
22119
d5dc2af3
JM
221202013-05-03 Joseph Myers <joseph@codesourcery.com>
22121
c31a5b1e
JM
22122 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
22123 test signgam value.
22124
d5dc2af3
JM
22125 * math/libm-test.inc (hypot_test): Do not use
22126 IGNORE_ZERO_INF_SIGN.
22127
164fd39d
AJ
221282013-05-03 Andreas Jaeger <aj@suse.de>
22129
22130 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
22131 Linux 3.9.
22132 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
22133 (PF_MAX): Adjust for VSOCK change.
22134
8237f48c
AZ
221352013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22136
22137 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22138
9df02941
CD
221392013-05-02 Carlos O'Donell <carlos@redhat.com>
22140
22141 [BZ #15264]
22142 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
22143 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
22144 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
22145
d422395e
DM
221462013-05-02 David S. Miller <davem@davemloft.net>
22147
22148 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22149
a07c5731
OB
221502013-05-01 Ondřej Bílka <neleai@seznam.cz>
22151
22152 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
22153
1324e37f
RM
221542013-05-01 Roland McGrath <roland@hack.frob.com>
22155
22156 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
22157
0695940b
RS
221582013-05-01 Richard Smith <richard@metafoo.co.uk>
22159
bb5f27ad 22160 [BZ #14952]
0695940b
RS
22161 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
22162 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22163 Use __attribute__ ((__gnu_inline__)).
22164 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
22165 Don't use __attribute__ ((__gnu_inline__)).
22166
10de07f5
JM
221672013-05-01 Joseph Myers <joseph@codesourcery.com>
22168
22169 [BZ #15423]
22170 * math/s_catan.c (__catan): Handle small real or imaginary part of
22171 input specially to avoid spurious underflow.
22172 * math/s_catanf.c (__catanf): Likewise.
22173 * math/s_catanh.c (__catanh): Likewise.
22174 * math/s_catanhf.c (__catanhf): Likewise.
22175 * math/s_catanhl.c (__catanhl): Likewise.
22176 * math/s_catanl.c (__catanl): Likewise.
22177 * math/libm-test.inc (catan_test): Add more tests.
22178 (catanh_test): Likewise.
22179 * sysdeps/i386/fpu/libm-test-ulps: Update.
22180 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22181
cb4d5414
AZ
221822013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22183
22184 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22185
caf84319
JM
221862013-04-30 Joseph Myers <joseph@codesourcery.com>
22187
22188 [BZ #15416]
22189 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
22190 accurately for denominator in atan2.
22191 * math/s_catanf.c (__catanf): Likewise.
22192 * math/s_catanh.c (__catanh): Likewise.
22193 * math/s_catanhf.c (__catanhf): Likewise.
22194 * math/s_catanhl.c (__catanhl): Likewise.
22195 * math/s_catanl.c (__catanl): Likewise.
22196 * math/libm-test.inc (catan_test): Add more tests.
22197 (catanh_test): Likewise.
22198 * sysdeps/i386/fpu/libm-test-ulps: Update.
22199 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22200
d569c6ee
SP
222012013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
22202
6dbe713d
SP
22203 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
22204
f0ee064b
SP
22205 * benchtests/Makefile (bench): Remove slow benchmarks.
22206 * benchtests/atan-inputs: Add slow benchmark inputs.
22207 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
22208 (BENCH_FUNC): Accept variant offset.
22209 (VARIANT): Define.
22210 * benchtests/bench-skeleton.c (main): Run benchmark for each
22211 variant.
22212 * benchtests/cos-inputs: Add slow benchmark inputs.
22213 * benchtests/exp-inputs: Likewise.
22214 * benchtests/pow-inputs: Likewise.
22215 * benchtests/sin-inputs: Likewise.
22216 * benchtests/slowatan-inputs: Remove.
22217 * benchtests/slowatan.c: Remove.
22218 * benchtests/slowcos-inputs: Remove.
22219 * benchtests/slowcos.c: Remove.
22220 * benchtests/slowexp-inputs: Remove.
22221 * benchtests/slowexp.c: Remove.
22222 * benchtests/slowpow-inputs: Remove.
22223 * benchtests/slowpow.c: Remove.
22224 * benchtests/slowsin-inputs: Remove.
22225 * benchtests/slowsin.c: Remove.
22226 * benchtests/slowtan-inputs: Remove.
22227 * benchtests/slowtan.c: Remove.
22228 * benchtests/tan-inputs: Add slow benchmark inputs.
22229 * scripts/bench.pl: Parse comments and directives.
22230
d569c6ee
SP
22231 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
22232 in CPPFLAGS.
22233 ($(objpfx)bench-%.c): Remove *-ITER.
22234 * benchtests/bench-modf.c: Remove definition of ITER.
22235 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
22236 (main): Loop for DURATION seconds instead of fixed number of
22237 iterations.
22238 * scripts/bench.pl: Don't expect iterations in parameters.
22239
a6a242fe
RM
222402013-04-29 Roland McGrath <roland@hack.frob.com>
22241
22242 * io/fchdir.c (__fchdir): Renamed from fchdir.
22243 (fchdir): Define as weak alias.
22244
f2da7793
JM
222452013-04-29 Joseph Myers <joseph@codesourcery.com>
22246
22247 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
22248 (ERRNO_EDOM): Likewise.
22249 (ERRNO_ERANGE): Likewise.
22250 (noErrnoTests): New variable.
22251 (init_max_error): Set errno to 0.
22252 (test_single_errno): New function.
22253 (test_errno): Likewise.
22254 (check_float_internal): Call test_errno. Set errno to 0.
22255 (check_complex): Refer to errno tests in comment.
22256 (check_int): Call test_errno. Set errno to 0.
22257 (check_long): Likewise.
22258 (check_bool): Likewise.
22259 (check_longlong): Likewise.
22260 (cos_test): Use ERRNO_* flags for errno tests instead of
22261 check_int.
22262 (expm1_test): Likewise.
22263 (fmod_test): Likewise.
22264 (ilogb_test): Likewise.
22265 (lgamma_test): Likewise.
22266 (pow_test): Likewise.
22267 (remainder_test): Likewise.
22268 (sin_test): Likewise.
22269 (tan_test): Likewise.
22270 (yn_test): Likewise.
22271 (initialize): Set errno to 0.
22272 (main): Print number of errno tests.
22273 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
22274
b1a36ceb
AJ
222752013-04-29 Andreas Jaeger <aj@suse.de>
22276
c3ed8088
AJ
22277 [BZ #15084]
22278 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
22279 and RES_USEVC.
22280
f1a24198
AJ
22281 [BZ #15085]
22282 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
22283 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
22284 unimplemented.
22285
9ce3b2cb
AJ
22286 [BZ #15380]
22287 * stdlib/random.c (__initstate): Return NULL if
22288 __initstate fails.
22289
f1a24198 22290 [BZ #15086]
b1a36ceb
AJ
22291 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
22292 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
22293 RES_SNGLKUPREOP.
22294
7e7b6f36
AZ
222952013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22296
22297 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22298
4d14f449
JM
222992013-04-29 Joseph Myers <joseph@codesourcery.com>
22300
22301 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
22302 of individual tests.
22303 (casin_test): Likewise.
22304 (casinh_test): Likewise.
22305
5b4217d7
JM
223062013-04-27 Joseph Myers <joseph@codesourcery.com>
22307
22308 [BZ #15409]
22309 * math/s_catan.c (__catan): Handle arguments with large real or
22310 imaginary part separately without squaring.
22311 * math/s_catanf.c (__catanf): Likewise.
22312 * math/s_catanh.c (__catanh): Likewise.
22313 * math/s_catanhf.c (__catanhf): Likewise.
22314 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22315 and redefine.
22316 (__catanhl): Handle arguments with large real or imaginary part
22317 separately without squaring.
22318 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
22319 and redefine.
22320 (__catanl): Handle arguments with large real or imaginary part
22321 separately without squaring.
22322 * math/libm-test.inc (catan_test): Add more tests.
22323 (catanh_test): Likewise.
22324 * sysdeps/i386/fpu/libm-test-ulps: Update.
22325 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22326
4220c3ef
AJ
223272013-04-27 Andreas Jaeger <aj@suse.de>
22328
22329 [BZ #15007]
22330 * stdlib/stdlib.h: Update guards for qecvt.
22331 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
22332 <stdlib.h>.
22333
4721b2d1
AM
223342013-04-27 Allan McRae <allan@archlinux.org>
22335
22336 * sysdeps/i386/fpu/libm-test-ulps: Update.
22337
f0302940
JM
223382013-04-26 Joseph Myers <joseph@codesourcery.com>
22339
9457fd95
JM
22340 [BZ #15406]
22341 * math/s_catan.c: Include <float.h>.
22342 (__catan): Ensure underflow exception occurs for underflowed
22343 result.
22344 * math/s_catanf.c: Include <float.h>.
22345 (__catanf): Ensure underflow exception occurs for underflowed
22346 result.
22347 * math/s_catanh.c: Include <float.h>.
22348 (__catanh): Ensure underflow exception occurs for underflowed
22349 result.
22350 * math/s_catanhf.c: Include <float.h>.
22351 (__catanhf): Ensure underflow exception occurs for underflowed
22352 result.
22353 * math/s_catanhl.c: Include <float.h>.
22354 (__catanhl): Ensure underflow exception occurs for underflowed
22355 result.
22356 * math/s_catanl.c: Include <float.h>.
22357 (__catanl): Ensure underflow exception occurs for underflowed
22358 result.
22359 * math/libm-test.inc (catan_test): Add more tests.
22360 (catanh_test): Likewise.
22361
f0302940
JM
22362 [BZ #15405]
22363 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
22364 underflowed result.
22365 * math/s_ccoshf.c (__ccoshf): Likewise.
22366 * math/s_ccoshl.c (__ccoshl): Likewise.
22367 * math/s_csin.c (__csin): Likewise.
22368 * math/s_csinf.c (__csinf): Likewise.
22369 * math/s_csinh.c (__csinh): Likewise.
22370 * math/s_csinhf.c (__csinhf): Likewise.
22371 * math/s_csinhl.c (__csinhl): Likewise.
22372 * math/s_csinl.c (__csinl): Likewise.
22373 * math/libm-test.inc (ccos_test): Add more tests.
22374 (ccosh_test): Likewise.
22375 (csin_test): Likewise.
22376 (csinh_test): Likewise.
22377
aa630f59
AZ
223782013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22379
22380 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
22381 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
22382 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
22383 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
22384 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
22385 powerpc/power5+/fpu folders.
22386 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
22387
22388
1b835983
MT
223892013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
22390
22391 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22392
73709b26
JM
223932013-04-25 Joseph Myers <joseph@codesourcery.com>
22394
22395 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
22396 additions to variable.
22397 [$(config-machine) = x86_64] (modules-names): Likewise.
22398 ($(objpfx)tst-audit3): Remove dependency.
22399 ($(objpfx)tst-audit3.out): Likewise.
22400 ($(objpfx)tst-audit4): Likewise.
22401 ($(objpfx)tst-audit4.out): Likewise.
22402 ($(objpfx)tst-audit5): Likewise.
22403 ($(objpfx)tst-audit5.out): Likewise.
22404 ($(objpfx)tst-audit6): Likewise.
22405 ($(objpfx)tst-audit6.out): Likewise.
22406 ($(objpfx)tst-audit7): Likewise.
22407 ($(objpfx)tst-audit7.out): Likewise.
22408 (tst-audit3-ENV): Remove variable.
22409 (tst-audit4-ENV): Likewise.
22410 (tst-audit5-ENV): Likewise.
22411 (tst-audit6-ENV): Likewise.
22412 (tst-audit7-ENV): Likewise.
22413 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
22414 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
22415 addition to variable.
22416 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
22417 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
22418 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
22419 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
22420 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
22421 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
22422 tst-audit3, tst-audit4 and tst-audit5.
22423 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
22424 tst-audit6 and tst-audit7.
22425 [$(subdir) = elf] (modules-names): Add audit modules for those
22426 tests.
22427 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
22428 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
22429 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
22430 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
22431 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22432 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22433 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22434 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22435 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22436 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22437 [$(subdir) = elf] (tst-audit3-ENV): New variable.
22438 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22439 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22440 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22441 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22442 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22443 Likewise.
22444 [$(subdir) = elf && $(config-cflags-avx) = yes]
22445 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22446 [$(subdir) = elf && $(config-cflags-avx) = yes]
22447 (CFLAGS-tst-auditmod4a.c): Likewise.
22448 [$(subdir) = elf && $(config-cflags-avx) = yes]
22449 (CFLAGS-tst-auditmod4b.c): Likewise.
22450 [$(subdir) = elf && $(config-cflags-avx) = yes]
22451 (CFLAGS-tst-auditmod6b.c): Likewise.
22452 [$(subdir) = elf && $(config-cflags-avx) = yes]
22453 (CFLAGS-tst-auditmod6c.c): Likewise.
22454 [$(subdir) = elf && $(config-cflags-avx) = yes]
22455 (CFLAGS-tst-auditmod7b.c): Likewise.
22456 * elf/tst-audit3.c: Move to ...
22457 * sysdeps/x86_64/tst-audit3.c: ... here.
22458 * elf/tst-audit4.c: Move to ...
22459 * sysdeps/x86_64/tst-audit4.c: ... here.
22460 * elf/tst-audit5.c: Move to ...
22461 * sysdeps/x86_64/tst-audit5.c: ... here.
22462 * elf/tst-audit6.c: Move to ...
22463 * sysdeps/x86_64/tst-audit6.c: ... here.
22464 * elf/tst-audit7.c: Move to ...
22465 * sysdeps/x86_64/tst-audit7.c: ... here.
22466 * elf/tst-auditmod3a.c: Move to ...
22467 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22468 * elf/tst-auditmod3b.c: Move to ...
22469 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22470 * elf/tst-auditmod4a.c: Move to ...
22471 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22472 * elf/tst-auditmod4b.c: Move to ...
22473 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22474 * elf/tst-auditmod5a.c: Move to ...
22475 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22476 * elf/tst-auditmod5b.c: Move to ...
22477 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22478 * elf/tst-auditmod6a.c: Move to ...
22479 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22480 * elf/tst-auditmod6b.c: Move to ...
22481 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22482 * elf/tst-auditmod6c.c: Move to ...
22483 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22484 * elf/tst-auditmod7a.c: Move to ...
22485 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22486 * elf/tst-auditmod7b.c: Move to ...
22487 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22488
1ef74943
PP
224892013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
22490
22491 [BZ #15366]
22492 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22493 define unconditionally.
22494 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22495 define unconditionally.
22496 (INT8_C, INT16_C, etc.): Likewise.
22497
93fd48c5
MR
224982013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
22499
ae9552cf
MR
22500 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22501 __ehdr_start with hidden visibility.
22502
93fd48c5
MR
22503 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22504
418601aa
CD
225052013-04-24 Carlos O'Donell <carlos@redhat.com>
22506
22507 * math/libm-test.inc (cos_test): Use accurate hex constants.
22508 (sincost_test): Likewise.
22509
2f38fbfe
JM
225102013-04-24 Joseph Myers <joseph@codesourcery.com>
22511
5e221800
JM
22512 * math/libm-test.inc (catan_test): Add more tests.
22513 (catanh_test): Likewise.
22514
77f143fd
JM
22515 * math/s_catanf.c (__catanf): Use suffixed floating-point
22516 constants.
22517 * math/s_catanhf.c (__catanhf): Likewise.
22518 * math/s_catanhl.c (__catanhl): Likewise.
22519 * math/s_catanl.c (__catanl): Likewise.
22520
2f38fbfe
JM
22521 [BZ #15394]
22522 * math/s_catan.c (__catan): Calculate imaginary part of result
22523 with log1p not log unless computing log of number close to 0.
22524 * math/s_catanf.c (__catanf): Likewise.
22525 * math/s_catanl.c (__catanl): Likewise.
22526 * math/s_catanh.c (__catanh): Calculate real part of result with
22527 log1p not log unless computing log of number close to 0.
22528 * math/s_catanhf.c (__catanhf): Likewise.
22529 * math/s_catanhl.c (__catanhl): Likewise.
22530 * math/libm-test.inc (catan_test): Add more tests.
22531 (catanh_test): Likewise.
22532 * sysdeps/i386/fpu/libm-test-ulps: Update.
22533 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22534
45d69176
SP
225352013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
22536
22537 * benchtests/Makefile: Mention files in which fast and slow
22538 paths of math functions are implemented.
22539
87f51853
RM
225402013-04-23 Roland McGrath <roland@hack.frob.com>
22541
22542 * sysdeps/posix/timespec_get.c: New file.
22543
3c026539
AZ
225442013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22545
22546 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22547 POWER.
22548 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22549 for POWER.
22550 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22551 powerpc/power5/fpu folders.
22552 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22553 * benchtests/Makefile: Add modf testcase.
22554 * benchtests/bench-modf.c: New file: Benchmark test for mo
22555
ff491d14
SP
225562013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
22557
22558 [BZ #14888]
22559 * time/Makefile (tests): Add tst-strptime-whitespace.
22560 * time/strptime_l.c (get_number): Use ISSPACE.
22561 (__strptime_internal): Likewise.
22562 * time/tst-strptime-whitespace.c: New test case.
22563
7ed3f4e8
AS
225642013-04-23 Andreas Schwab <schwab@linux-m68k.org>
22565
22566 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22567 member.
22568 (_nss_files_init): Set it here.
22569
5c95f7b6
HC
225702013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
22571
22572 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22573 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22574 unsigned.
22575
d34c9158
JBG
225762013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
22577
22578 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22579
2169712d
SP
225802013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
22581
22582 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22583 size just once.
22584
29c5de99
DM
225852013-04-21 David S. Miller <davem@davemloft.net>
22586
22587 * po/ru.po: Update Russion translation from translation project.
22588
ccdad15d
AC
225892013-04-17 Adam Conrad <adconrad@0c3.net>
22590
22591 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22592 and setfsgid.
22593
0f122b8d
CD
225942013-04-17 Carlos O'Donell <carlos@redhat.com>
22595
5c5b07da 22596 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 22597 * configure: Regenerate.
5c5b07da 22598 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
22599 Add example to error message.
22600 * sysdeps/i386/configure: Regenerate.
22601
037714dd
SP
226022013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
22603
22604 * benchtests/Makefile (bench): Add cos, tan, slowcos and
22605 slowtan.
22606 * benchtests/cos-inputs: New file.
22607 * benchtests/slowcos-inputs: New file.
22608 * benchtests/slowcos.c: New file.
22609 * benchtests/slowtan-inputs: New file.
22610 * benchtests/slowtan.c: New file.
22611 * benchtests/tan-inputs: New file.
22612
e913141d
RM
226132013-04-16 Roland McGrath <roland@hack.frob.com>
22614
22615 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22616 considered kosher.
22617
a2964074
SP
226182013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
22619
4856bcd2
SP
22620 * benchtests/Makefile: Include cppflags-iterator.mk to add
22621 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22622
a2964074
SP
22623 * Makefile.in (bench-clean): New target.
22624 * benchtests/Makefile (bench-clean): Likewise.
22625
9fbf9aca
DH
226262013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
22627
22628 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22629
207d1e2a
TS
226302013-04-15 Thomas Schwinge <thomas@codesourcery.com>
22631
22632 * stdio-common/tstdiomisc.c: Fix coding-style violation.
22633
306dfba9
AS
226342013-04-15 Andreas Schwab <schwab@suse.de>
22635
22636 * nscd/grpcache.c (cache_addgr): Properly check for short write.
22637 * nscd/initgrcache.c (addinitgroupsX): Likewise.
22638 * nscd/pwdcache.c (cache_addpw): Likewise.
22639 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
22640 more than recsize.
22641
206a6699
SP
226422013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
22643
22644 * benchtests/Makefile (bench): Write all output to
22645 bench-out.tmp together.
22646
0582f6b3
AS
226472013-04-15 Andreas Schwab <schwab@suse.de>
22648
22649 * nscd/nscd.c (main): Don't fork again after closing files.
22650
acb4325f
SP
226512013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
22652
5cb26d0a
SP
22653 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22654
acb4325f
SP
22655 * benchtests/Rules (bench-deps): Collect dependencies into a
22656 single variable. Add Makefile to dependencies.
22657 ($(objpfx)bench-%.c): Depend on bench-deps.
22658
47792506
RM
226592013-04-12 Roland McGrath <roland@hack.frob.com>
22660 Xavier Roche <roche+kml2@exalead.com>
22661
22662 [BZ #15361]
22663 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22664 just that it's a file descriptor.
22665 * manual/llio.texi (Synchronizing AIO Operations): Update description
22666 for EBADF error from aio_fsync.
22667
8fc1bee5
SP
226682013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
22669
22670 * Rules (bench): Move target definition...
22671 * benchtests/Makefile: ... here.
22672
aba5e333
CD
226732013-04-11 Carlos O'Donell <carlos@redhat.com>
22674
22675 * math/libm-test.inc (cos_test): Fix PI/2 test.
22676 (sincos_test): Likewise.
22677 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22678 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22679
273cdee8
AS
226802013-04-11 Andreas Schwab <schwab@suse.de>
22681
6ecec3b6
AS
22682 [BZ #13988]
22683 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22684 accept exponent character only when digits were seen.
22685 * stdio-common/Makefile (tests): Add bug26.
22686 * stdio-common/bug26.c: New file.
22687
273cdee8
AS
22688 [BZ #14293]
22689 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22690 non-freeable.
22691
8da491f5
SP
226922013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22693
01dc6df9
SP
22694 * Makeconfig (rtld-prefix): Define built linker prefix.
22695 * Rules (run-bench): Use it.
22696 * math/Makefile (run-regen-ulps): Likewise.
22697
8da491f5
SP
22698 * Rules (bench): Remove eval.
22699
abe7f530
SP
227002013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22701 Roland McGrath <roland@hack.frob.com>
22702 Ondrej Bilka <neleai@seznam.cz>
22703
22704 [BZ #15346]
22705 * time/getdate.c: Include ctype.h and alloca.h.
22706 (__getdate_r): Trim leading and trailing spaces of input.
22707 * time/tst-getdate.c (tests): Add tests with leading and
22708 trailing spaces.
22709
61c23e62
RM
227102013-04-08 Roland McGrath <roland@hack.frob.com>
22711
22712 [BZ #14280]
22713 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22714 when computing value.
22715
7208a313
CD
227162013-04-06 Carlos O'Donell <carlos@redhat.com>
22717
085b2d41
CD
22718 * math/README.libm-test (How can I generate "libm-test-ulps"?):
22719 Use testrun.sh to run libm tests.
22720
7208a313
CD
22721 [BZ #15309]
22722 * elf/dl-open.c (dl_open_worker): memset all of seen array.
22723
872c0acd
MM
227242013-04-06 Marko Myllynen <myllynen@redhat.com>
22725
22726 [BZ #15264]
22727 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22728
26510bdd
CD
227292013-04-06 Carlos O'Donell <carlos@redhat.com>
22730
22731 * Makefile.in (regen-ulps): New target.
22732 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22733 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22734 [ifneq (no,$(PERL)] (regen-ulps): New target.
22735 [ifeq (no,$(PERL)] (regen-ulps): New target.
22736 * math/libm-test.inc (ulps_file_name): Define.
22737 (output_dir): New variable.
22738 (options): Add "output-dir" option.
22739 (parse_opt): Handle 'o' case.
22740 (main): If output_dir is non-NULL use it as a prefix
22741 otherwise use "".
22742 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22743
a01f19c8
CD
227442013-04-06 Carlos O'Donell <carlos@redhat.com>
22745
22746 [BZ #10060, #10062]
22747 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22748 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22749 fail configure if __sync_val_compare_and_swap is not inlined.
22750 * sysdeps/i386/configure: Regenerate.
22751 * configure.in: Build for i686 when configured for i386.
22752 * configure: Regenerate.
22753 * README: Remove i386 reference.
22754
b7a329a5
CD
227552013-04-06 Carlos O'Donell <carlos@redhat.com>
22756
22757 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22758 * sysdeps/s390/s390-64/sysdep.h: Likewise.
22759
bf0f50df
TS
227602013-04-05 Thomas Schwinge <thomas@codesourcery.com>
22761
ee091edf
TS
22762 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22763 (lmsnanval): New variables.
22764 (F): Add conversion tests.
22765 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22766 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22767
a8b792d6
TS
22768 * stdio-common/tstdiomisc.c (F): Properly collect individual
22769 tests' results.
22770
a1cbf437
TS
22771 [BZ #14686, #15336]
22772 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22773 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22774 Instead, use input NaN values or generate a qNaN by arithmetic
22775 operation. Also fix bugs to comply with the standard.
22776 * math/libm-test.inc (remainder_test): Add more tests.
22777
8b43a0c9
TS
22778 [BZ #15335, #15342]
22779 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22780 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22781 input NaN values or generate a qNaN by arithmetic operation.
22782
d91da4ce
TS
22783 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22784 unreachable code.
22785
bf0f50df
TS
22786 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22787 definitions.
22788
05e166c8
JM
227892013-04-03 Joseph Myers <joseph@codesourcery.com>
22790
22791 [BZ #14478]
22792 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22793 underflowed result.
22794 * math/s_cexpf.c (__cexpf): Likewise.
22795 * math/s_cexpl.c (__cexpl): Likewise.
22796 * math/libm-test.inc (cexp_test): Add more tests.
22797
1cef1b19
AS
227982013-04-03 Andreas Schwab <schwab@suse.de>
22799
22800 [BZ #15330]
22801 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22802 order arrays from heap if bigger than alloca cutoff.
22803
74d87055
TS
228042013-04-03 Thomas Schwinge <thomas@codesourcery.com>
22805
22806 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22807 (SNAN_TESTS_double): Refer to GCC PR56831.
22808 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22809 GCC PR56828.
22810
d755bba4
SP
228112013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
22812
90d5d5bb
SP
22813 * Rules (bench): Move bench.out after the run is complete.
22814
73e0cd5d
SP
22815 * Rules (bench): Echo currently running benchmark.
22816
64aabd4b
SP
22817 * benchtests/Makefile (bench): Add atan and slowatan.
22818 * benchtests/atan-inputs: New file.
22819 * benchtests/slowatan-inputs: New file.
22820 * benchtests/slowatan.c: New file.
22821
c871eccd
SP
22822 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22823 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22824 its value.
22825
d755bba4
SP
22826 [BZ #15305]
22827 * sysdeps/unix/sysv/linux/kernel-features.h
22828 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22829 __ASSUME_XFS_RESTRICTED_CHOWN.
22830 * sysdeps/unix/sysv/linux/pathconf.c
22831 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22832 Save and restore errno.
22833
52ce4860
JM
228342013-04-02 Joseph Myers <joseph@codesourcery.com>
22835
22836 [BZ #15327]
22837 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22838 arguments using __kernel_casinh.
22839 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22840 arguments using __kernel_casinhf.
22841 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22842 arguments using __kernel_casinhl.
22843 * math/libm-test.inc (cacosh_test): Add more tests.
22844 * sysdeps/i386/fpu/libm-test-ulps: Update.
22845 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22846
81f311c2
SP
228472013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
22848
e7906a47
SP
22849 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22850 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22851
92e3664b
SP
22852 * bench/Makefile (bench): Add sin and slowsin.
22853 * benchtests/sin-inputs: New file.
22854 * benchtests/slowsin-inputs: New file.
22855 * benchtests/slowsin.c: New file.
22856
81f311c2
SP
22857 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22858 (bench): Add slowexp and slowpow.
22859 (exp-ITER): Increase iterations.
22860 (pow-ITER): Likewise.
22861 * benchtests/exp-inputs: Change input.
22862 * benchtests/pow-inputs: Likewise.
22863 * benchtests/slowexp-inputs: New file.
22864 * benchtests/slowexp.c: New file.
22865 * benchtests/slowpow-inputs: New file.
22866 * benchtests/slowpow.c: New file.
22867
ab0f1aa9
AZ
228682013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22869
22870 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22871 instructions.
22872 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22873 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22874 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22875 * benchtests/Makefile: Add rint benchtest.
22876 * benchtests/rint-inputs: Input for rint benchtest.
22877
57267616
TS
228782013-04-02 Thomas Schwinge <thomas@codesourcery.com>
22879
22880 * Versions.def (libm): Add GLIBC_2.18.
22881 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22882 hidden libm prototypes.
22883 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22884 * math/Makefile (libm-calls): Add s_issignaling.
22885 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22886 __issignalingf, __issignalingl. Adjust all libm.abilist files.
22887 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22888 declaration.
22889 * math/math.h [__USE_GNU] (issignaling): New macro.
22890 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22891 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22892 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22893 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22894 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22895 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22896 * manual/arith.texi (issignaling): New section.
22897 * manual/libm-err-tab.pl (@all_functions): Update comment.
22898 * math/gen-libm-test.pl (parse_args): Apply special handling for
22899 issignaling.
22900 * math/libm-test.inc (print_float, issignaling_test): New
22901 functions.
22902 (check_float_internal): Add issignaling checks.
22903 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22904 default definition.
22905 * sysdeps/powerpc/math-tests.h: New file.
22906 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22907 tests.
22908 * math/test-snan.c (TEST_FUNC): Likewise.
22909
6142896d
DM
229102013-03-30 David S. Miller <davem@davemloft.net>
22911
22912 * po/de.po: Update from translation team.
22913
ccc8cadf
JM
229142013-03-30 Joseph Myers <joseph@codesourcery.com>
22915
22916 [BZ #10357]
22917 * math/k_casinh.c (__kernel_casinh): Handle arguments with
22918 imaginary part less than 1.0 and real part less than 0.5
22919 specially.
22920 * math/k_casinhf.c (__kernel_casinhf): Likewise.
22921 * math/k_casinhl.c (__kernel_casinhl): Likewise.
22922 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22923 (cacos_test): Add more tests.
22924 (casin_test): Likewise.
22925 (casinh_test): Likewise.
22926 * sysdeps/i386/fpu/libm-test-ulps: Update.
22927 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22928
0f6a8d4b
SP
229292013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
22930
0d1029de
SP
22931 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22932 ONE with its value.
22933
c2d94018
SP
22934 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22935 (__pow_mp): Replace ONE and MONE with their values.
22936 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22937 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22938 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22939 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22940 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22941 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22942
27ec37f1
SP
22943 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22944
a64d7e0e
SP
22945 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22946 (__pow_mp): Replace ZERO and MZERO with their values.
22947 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22948 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22949 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22950 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22951 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22952 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22953 (__sqr): Likewise.
22954
d26dd3eb
SP
22955 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22956
0f6a8d4b
SP
22957 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22958
e57b0c61
RM
229592013-03-28 Roland McGrath <roland@hack.frob.com>
22960
22961 * include/stdlib.h [!SHARED] (__call_tls_dtors):
22962 Declare with __attribute__ ((weak)).
22963 * stdlib/exit.c (__libc_atexit) [!SHARED]:
22964 Call __call_tls_dtors only if it's not NULL.
22965
356b3480
RM
229662013-03-28 Roland McGrath <roland@hack.frob.com>
22967
288f7d79
RM
22968 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22969 didn't do it already, then set _dl_phdr and _dl_phnum based on the
22970 magic __ehdr_start linker symbol if it's defined.
22971 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22972 them up here if it was already done.
22973
dc0a0263
RM
22974 * elf/dl-support.c (_dl_phdr): Make pointer to const.
22975 (_dl_aux_init): Use const in cast when setting it.
22976 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22977 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22978 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22979
3d3436ae
RM
22980 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22981 Declare them here.
22982 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22983 * csu/libc-tls.c: Nor here.
22984 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22985
356b3480
RM
22986 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22987 (__libc_message): Never call vsyslog.
22988
b0f1246a
AM
229892013-03-28 Alan Modra <amodra@gmail.com>
22990
22991 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22992 Define as empty.
22993 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22994 Likewise.
22995
fbbe2b9a
AZ
229962013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22997
22998 [BZ #15214]
22999 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
23000 underflow.
23001 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23002
1728ab37
SP
230032013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23004
7a86be6e
SP
23005 [BZ #15304]
23006 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
23007 Don't add gid passed as argument.
23008
1728ab37
SP
23009 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
23010
3a7182a1
JM
230112013-03-27 Joseph Myers <joseph@codesourcery.com>
23012
23013 [BZ #15307]
23014 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23015 imaginary part between 1.0 and 1.5 and real part less than 0.5
23016 specially.
23017 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23018 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23019 * math/libm-test.inc (cacos_test): Add more tests.
23020 (casin_test): Likewise.
23021 (casinh_test): Likewise.
23022 * sysdeps/i386/fpu/libm-test-ulps: Update.
23023 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23024
6f2e90e7
SP
230252013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
23026
5739f705
SP
23027 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
23028 constants.
23029 (norm): Likewise.
23030 (denorm): Likewise.
23031 (__dbl_mp): Likewise.
23032 (add_magnitudes): Likewise.
23033 (sub_magnitudes): Likewise.
23034 (__add): Likewise.
23035 (__sub): Likewise.
23036 (__mul): Likewise.
23037 (__sqr): Likewise.
23038 (__inv): Likewise.
23039 (__dvd): Likewise.
23040
e375e83d
SP
23041 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
23042 commented code.
23043 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
23044 (__dubcos): Likewise.
23045 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
23046 (__ieee754_acos): Likewise.
23047 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
23048 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
23049 (__exp1): Likewise.
23050 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23051 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
23052 (log1): Likewise.
23053 (my_log2): Likewise.
23054 (checkint): Likewise.
23055 * sysdeps/ieee754/dbl-64/e_remainder.c
23056 (__ieee754_remainder): Likewise.
23057 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
23058 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
23059 (bsloww): Likewise.
23060 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
23061
6f2e90e7
SP
23062 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23063 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
23064 MANTISSA_STORE_T to store computations on mantissa. Use
23065 macros for rounding and division.
23066 (denorm): Likewise.
23067 (__dbl_mp): Likewise.
23068 (add_magnitudes): Likewise.
23069 (sub_magnitudes): Likewise.
23070 (__mul): Likewise.
23071 (__sqr): Likewise.
23072 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
23073 powers of two in terms of TWOPOW macro.
23074 (mp_no): Make type of mantissa as MANTISSA_T.
23075 [!RADIXI]: Define RADIXI.
23076 [!TWO52]: Define TWO52.
23077 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23078
fce14d4e
AZ
230792013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23080
23081 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
23082 llroundl symbol when building for PPC32.
23083
9ad027fb
MW
230842013-03-24 Mark H Weaver <mhw@netris.org>
23085
23086 * manual/arith.texi (Normalization Functions): Fix prototypes for
23087 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
23088
e42a38dd
AZ
230892013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23090
23091 [BZ #13889]
23092 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
23093 high value to check if expl overflow.
23094 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
23095 to check for underflow and overflow.
23096 * math/libm-test.inc: Add exp test.
23097
2e0fb521
DL
230982013-03-21 Dmitry V. Levin <ldv@altlinux.org>
23099
23100 [BZ #11120]
23101 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
23102 with NOT_IN_libc.
23103
b5784d95
AZ
231042013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23105
23106 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
23107 symbol.
23108
5aa4a1a1
TS
231092013-03-21 Thomas Schwinge <thomas@codesourcery.com>
23110
bdef0be7
TS
23111 * math/gen-libm-test.pl (parse_args, special_functions): Properly
23112 wrap blocks consisting of several statements.
23113
5aa4a1a1
TS
23114 * sysdeps/generic/math-tests.h: New file.
23115 * sysdeps/i386/fpu/math-tests.h: Likewise.
23116 * math/test-snan.c: Include it.
23117 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
23118
98c48fe5
JM
231192013-03-21 Joseph Myers <joseph@codesourcery.com>
23120
23121 [BZ #15285]
23122 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
23123 (__ieee754_j0l): Do not improve calculations using cos of twice
23124 input for inputs above LDBL_MAX / 2.0L.
23125 (__ieee754_y0l): Likewise.
23126 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
23127 (__ieee754_j1l): Do not improve calculations using cos of twice
23128 input for inputs above LDBL_MAX / 2.0L.
23129 (__ieee754_y1l): Likewise.
23130 * math/libm-test.inc (j0_test): Add another test.
23131 (j1_test): Likewise.
23132 (y0_test): Likewise.
23133 (y1_test): Likewise.
23134 * sysdeps/i386/fpu/libm-test-ulps: Update.
23135
3775a8bc
SP
231362013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23137
23138 * Rules ($(objpfx)bench-%.c): Include code from a C source
23139 file.
23140
0a1b2ae6
JM
231412013-03-21 Joseph Myers <joseph@codesourcery.com>
23142
23143 [BZ #15287]
23144 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23145 imaginary part 1.0 and real part less than 0.5 specially.
23146 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23147 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23148 * math/libm-test.inc (cacos_test): Add more tests.
23149 (casin_test): Likewise.
23150 (casinh_test): Likewise.
23151 * sysdeps/i386/fpu/libm-test-ulps: Update.
23152 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23153
b33d4ce4
SP
231542013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
23155
23156 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
23157 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
23158
bef0b507
JM
231592013-03-20 Joseph Myers <joseph@codesourcery.com>
23160
23161 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
23162 * config.make.in (config-cflags-sse4): Remove variable.
23163 (config-cflags-avx): Likewise.
23164 (config-cflags-sse2avx): Likewise.
23165 (config-cflags-novzeroupper): Likewise.
23166 (config-asflags-i686): Likewise.
23167 (have-mfma4): Likewise.
23168 (have-as-vis3): Likewise.
23169 (MIG): Likewise.
23170 * configure.in (MIG): Do not AC_SUBST.
23171 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
23172 (libc_cv_cc_sse4): Do not AC_SUBST.
23173 (libc_cv_cc_avx): Likewise.
23174 (libc_cv_cc_sse2avx): Likewise.
23175 (libc_cv_cc_novzeroupper): Likewise.
23176 (libc_cv_cc_fma4): Likewise.
23177 (libc_cv_as_i686): Likewise.
23178 (libc_cv_sparc_as_vis3): Likewise.
23179 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
23180 LIBC_CONFIG_VAR.
23181 (config-asflags-i686): Likewise.
23182 (config-cflags-avx): Likewise.
23183 (config-cflags-sse2avx): Likewise.
23184 (have-mfma4): Likewise.
23185 (config-cflags-novzeroupper): Likewise.
23186 * sysdeps/mach/configure.in (MIG): Likewise.
23187 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
23188 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
23189 LIBC_CONFIG_VAR.
23190 (config-cflags-avx): Likewise.
23191 (config-cflags-sse2avx): Likewise.
23192 (have-mfma4): Likewise.
23193 (config-cflags-novzeroupper): Likewise.
23194 * configure: Regenerated.
23195 * sysdeps/i386/configure: Likewise.
23196 * sysdeps/mach/configure: Likewise.
23197 * sysdeps/sparc/configure: Likewise.
23198 * sysdeps/x86_64/configure: Likewise.
23199
912cc4b3
RM
232002013-03-20 Roland McGrath <roland@hack.frob.com>
23201
23202 [BZ #14812]
23203 * locale/programs/localedef.c (options): Put N_ translation marker
23204 on argument names, not just descriptions.
23205
04eed2b0
MS
232062013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23207
23208 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
23209
a065ceff
OB
232102013-03-20 Ondřej Bílka <neleai@seznam.cz>
23211
9bb2a810 23212 [BZ #14176]
a065ceff
OB
23213 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
23214
a600e5ce
RM
232152013-03-19 Roland McGrath <roland@hack.frob.com>
23216
23217 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
23218 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
23219 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
23220 [!BEFORE_ABORT] (before_abort): New function.
23221 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
23222 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
23223 (writev_for_fatal): New function.
23224 (WRITEV_FOR_FATAL): New macro; call that.
23225 (backtrace_and_maps): New function.
23226 (BEFORE_ABORT): New macro; call that.
23227 (struct str_list): Type removed.
23228 (__libc_message, __libc_fatal): Functions removed.
23229 Include <sysdeps/posix/libc_fatal.c> instead.
23230
6b18bea6
JM
232312013-03-19 Joseph Myers <joseph@codesourcery.com>
23232
23233 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
23234 constants.
23235 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
23236 double constants.
23237
aaa8cb4b
AS
232382013-03-19 Andreas Schwab <schwab@suse.de>
23239
44673770
AS
23240 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
23241 * sysdeps/gnu/configure: Regenerate.
23242
aaa8cb4b
AS
23243 * configure.in: Substitute libc_cv_rtlddir.
23244 * configure: Regenerate.
23245 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
23246 * Makeconfig (rtlddir, inst_rtlddir): New variables.
23247 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
23248 * elf/Makefile (install-others, CFLAGS-interp.c)
23249 (ldso_install, common-ldd-rewrite): Likewise.
23250 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
23251 $(inst_slibdir)/$(rtld-installed-name).
23252 * scripts/rellns-sh: Add -p option.
23253 * Makerules (make-shlib-link): Use rellns-sh to get relative name
23254 for source.
23255
d3cfc668
SP
232562013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
23257
23258 * manual/nptl.texi: Renamed to ...
23259 * manual/threads.texi: ... this.
23260 * manual/Makefile (chapters): Update.
23261
0e2b9cdd
RM
232622013-03-18 Roland McGrath <roland@hack.frob.com>
23263
23264 [BZ #14812]
23265 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
23266 on argument names, not just descriptions.
0e2b9cdd
RM
23267 * malloc/memusagestat.c (options): Likewise.
23268 * nss/getent.c (options): Likewise.
63270c24
RM
23269
232702013-03-18 Benno Schulenberg <bensberg@justemail.net>
23271
23272 [BZ #14812]
23273 * iconv/iconv_prog.c (options): Put N_ translation marker
23274 on argument names, not just descriptions.
23275 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 23276
b2e1393c
OB
232772013-03-18 Ondrej Bilka <neleai@seznam.cz>
23278
23279 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
23280 implementation which is faster on all x86_64 architectures.
23281 Tested on AMD, Intel Nehalem, SNB, IVB.
23282 * sysdeps/x86_64/strnlen.S: Likewise.
23283
23284 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23285 Remove all multiarch strlen and strnlen versions.
23286 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
23287 Remove strlen and strnlen related parts.
23288
23289 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
23290 Inline strlen part.
23291 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
23292
23293 * sysdeps/x86_64/multiarch/strlen.S: Remove.
23294 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
23295 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
23296 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
23297 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
23298 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
23299
ec4ff04d
CD
233002013-03-17 Carlos O'Donell <carlos@redhat.com>
23301
23302 * manual/memory.texi (Malloc Tunable Parameters):
23303 Sort parameters alphabetically. Add comments for missing entries.
23304
cd18e90a
DM
233052013-03-17 David S. Miller <davem@davemloft.net>
23306
23307 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23308
2a185d32
JM
233092013-03-16 Joseph Myers <joseph@codesourcery.com>
23310
d2f9799e
JM
23311 [BZ #15283]
23312 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
23313 for arguments at most half maximum finite value.
23314 * math/libm-test.inc (j0_test): Add more tests.
23315 (j1_test): Likewise.
23316 (y0_test): Likewise.
23317 (y1_test): Likewise.
23318 * sysdeps/i386/fpu/libm-test-ulps: Update.
23319 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23320
2a185d32
JM
23321 [BZ #14155]
23322 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
23323 1 / x and functions P and Q for arguments above 0x1p256L.
23324 (__ieee754_y0l): Likewise.
23325 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
23326 (__ieee754_y1l): Likewise.
23327 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
23328 (j1_test): Likewise.
23329 (y0_test): Likewise.
23330 (y1_test): Likewise.
23331
6cbec759
TS
233322013-03-16 Thomas Schwinge <thomas@codesourcery.com>
23333
23334 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
23335 variable.
23336
bc16e260
RM
233372013-03-15 Roland McGrath <roland@hack.frob.com>
23338
aefc9b8c
RM
23339 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
23340 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
23341 zero since it's initialized to EXEC_PAGESIZE.
23342
bc16e260
RM
23343 * sysdeps/unix/sysv/linux/ldsodefs.h
23344 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
23345 * sysdeps/generic/ldsodefs.h: ... here.
23346
a57da955
TS
233472013-03-15 Thomas Schwinge <thomas@codesourcery.com>
23348
af00a34d
TS
23349 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
23350
495ded2c
TS
23351 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
23352 math/test-snan.c.
23353 * math/test-snan.c: Renamed from
23354 sysdeps/powerpc/fpu/test-powerpc-snan.c.
23355 * math/Makefile (tests): Add test-snan.
23356 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
23357 test-powerpc-snan.
23358
777b0332
TS
23359 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
23360 SUFFIX. Initialize qNaN_var with __builtin_nan family of
23361 functions.
23362 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
23363 __builtin_nan family of functions.
23364 * math/libm-test.inc (initialize): Initialize qnan_value with
23365 __builtin_nan family of functions.
23366 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
23367 Remove variables.
23368 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
23369 Remove functions.
23370 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
23371 storage class. Initialize qNaN_var and sNaN_var with
23372 __builtin_nan and __builtin_nans families of functions,
23373 respectively.
23374
64d063b8
TS
23375 * math/libm-test.inc (acosh_test): Also test with qNaN input.
23376 (sqrt_test): Remove duplicate test with qNaN input.
23377 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
23378 (round_test, signbit_test, significand_test): Note missing +/-Inf
23379 as well as qNaN tests.
23380
67e971f1
TS
23381 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
23382 qNaN_var. Fix a few strings, too.
23383 * math/libm-test.inc (nan_value): Rename to qnan_value.
23384 * math/gen-libm-test.pl (%beautify): Adjust to that.
23385 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
23386 * math/test-misc.c (main): Likewise.
23387 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
23388 to __qnan_bytes, and __qnan_union, respectively.
23389 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
23390 Likewise.
23391 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
23392 and lqnanval, respectively.
23393 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
23394 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
23395 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
23396 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
23397
64487e12
TS
23398 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
23399 * math/test-misc.c (main) [__x86_64__]: Enable test for long
23400 doubles.
23401
e015e27b
TS
23402 * math/test-misc.c (main): Fix copy'n'pastos.
23403 * misc/tst-efgcvt.c (special): Likewise.
23404
a57da955
TS
23405 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
23406 Remove declarations.
23407
1e380345
SP
234082013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23409
23410 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
23411 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
23412 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
23413 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
23414
ef26eece
AZ
234152013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23416
23417 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
23418 macro to return vdso values correctly in IFUNC implementations.
23419 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
23420 Optimization by using IFUNC.
23421
8cfdb7e0
SP
234222013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23423 Richard Henderson <rth@redhat.com>
23424 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
23425
23426 * Makefile.in (bench): New target.
23427 * NEWS: Mention the benchmark framework.
23428 * Rules (bench): Likewise.
23429 (binaries-bench): Generate binaries for functions to
23430 benchmark.
23431 * benchtests/Makefile: New makefile for benchmark tests.
23432 * benchtests/bench-skeleton.c: New skeleton file for benchmark
23433 programs.
23434 * benchtests/exp-inputs: New input file for EXP function.
23435 * benchtests/pow-inputs: New input file for POW function.
23436 * scripts/bench.pl: New script to generate source files for
23437 benchmark programs.
23438
bcda9880
SP
234392013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23440
d22ca8cd
SP
23441 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23442 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23443 computations on mantissa. Use macros for rounding and
23444 division.
23445 (denorm): Likewise.
23446 (__dbl_mp): Likewise.
23447 (add_magnitudes): Likewise.
23448 (sub_magnitudes): Likewise.
23449 (__mul): Likewise.
23450 (__sqr): Likewise.
23451 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
23452 powers of two in terms of TWOPOW macro.
23453 (mp_no): Make type of mantissa as MANTISSA_T.
23454 [!RADIXI]: Define RADIXI.
23455 [!TWO52]: Define TWO52.
23456 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23457
bcda9880
SP
23458 * manual/nptl.texi (cindex): Modify threads to pthreads.
23459
06d5adfb
JM
234602013-03-15 Joseph Myers <joseph@codesourcery.com>
23461
23462 * sysdeps/x86_64/preconfigure: Regenerated.
23463
41c7328e
JM
234642013-03-14 Joseph Myers <joseph@codesourcery.com>
23465
23466 [BZ #14155]
23467 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23468 0x1p28 and above.
23469 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23470 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23471 0x1p28 and above.
23472 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23473 * math/libm-test.inc (j0_test): Do not allow one spurious
23474 underflow exception.
23475 (y1_test): Likewise.
23476
e25cfa60
SP
234772013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
23478
0409959c
SP
23479 * manual/Makefile (chapters): Add nptl.
23480 * manual/debug.texi (Debugging Support): Add link to Threads
23481 chapter.
23482 * manual/nptl.texi: New file.
23483
e25cfa60
SP
23484 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23485
58a1335e
PB
234862013-03-14 Petr Baudis <pasky@ucw.cz>
23487
23488 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23489 for non-NULL pointer before the memory validity test. Pointed
23490 out by Holger Brunck <holger.brunck@keymile.com>.
23491
9dc7c64f
AS
234922013-03-13 Andreas Schwab <schwab@suse.de>
23493
23494 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23495 instead of .os.
23496
54206aa6
JM
234972013-03-13 Joseph Myers <joseph@codesourcery.com>
23498
23499 * timezone/zic.c: Update from tzcode 2013b.
23500
e98cdb38
CD
235012013-03-12 Carlos O'Donell <carlos@redhat.com>
23502
23503 * manual/install.texi (Configuring and compiling):
23504 Mention i686 and i586.
23505 * INSTALL: Regenerate.
23506
9967e003
RM
235072013-03-12 Roland McGrath <roland@hack.frob.com>
23508
23509 * sysdeps/init_array/elf-init.c: New file.
23510 * csu/elf-init.c
23511 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23512 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23513
23514 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23515 __gmon_start__ as global, but as static with a .preinit_array pointer.
23516 * sysdeps/init_array/gmon-start.c: New file. Use that.
23517 * sysdeps/init_array/crti.S: New file, empty except for comments.
23518 * sysdeps/init_array/crtn.S: Likewise.
23519
e6b5a293 235202013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
23521
23522 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23523 definining bcopy.
80f844c9
OB
23524 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23525 Remove Prefer_SSE_for_memop.
23526 * sysdeps/x86_64/multiarch/init-arch.h: Remove
23527 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23528 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
23529 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23530 memset-x86-64.
80f844c9 23531 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 23532 Remove bzero, memset ifunc support.
80f844c9
OB
23533 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23534 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23535 * sysdeps/x86_64/multiarch/memset.S: Likewise.
23536 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23537
fb6b0fcb
AS
235382013-03-11 Andreas Schwab <schwab@suse.de>
23539
23540 [BZ #15234]
23541 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23542 by SHLIB_COMPAT.
23543 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23544 (GLIBC_2.16): Remove pthread_atfork.
23545
3e6bd4b1
PP
235462013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
23547
23548 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23549 (ptestcases.h): Likewise.
23550
222d7f00
RM
235512013-03-08 Roland McGrath <roland@hack.frob.com>
23552
23553 * Makeconfig ($(common-objpfx)config.status): Depend on
23554 sysdeps/*/preconfigure{,.in} too.
23555
1ba4f030
JM
235562013-03-08 Joseph Myers <joseph@codesourcery.com>
23557
a222d91a
JM
23558 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23559 (__free_hook): Use void * instead of __malloc_ptr_t.
23560 (__malloc_hook): Likewise.
23561 (__realloc_hook): Likewise.
23562 (__memalign_hook): Likewise.
23563 (__after_morecore_hook): Likewise.
23564 * malloc/arena.c (save_malloc_hook): Likewise.
23565 (save_free_hook): Likewise.
23566 * malloc/hooks.c (malloc_hook_ini): Likewise.
23567 (realloc_hook_ini): Likewise.
23568 (memalign_hook_ini): Likewise.
23569 * malloc/malloc.c (malloc_hook_ini): Likewise.
23570 (realloc_hook_ini): Likewise.
23571 (memalign_hook_ini): Likewise.
23572 (__free_hook): Likewise.
23573 (__malloc_hook): Likewise.
23574 (__realloc_hook): Likewise.
23575 (__memalign_hook): Likewise.
23576 (__libc_malloc): Likewise.
23577 (__libc_free): Likewise.
23578 (__libc_realloc): Likewise.
23579 (__libc_memalign): Likewise.
23580 (__libc_valloc): Likewise.
23581 (__libc_pvalloc): Likewise.
23582 (__libc_calloc): Likewise.
23583 (__posix_memalign): Likewise.
23584 * malloc/morecore.c (__sbrk): Likewise.
23585 (__default_morecore): Likewise.
23586
5cc45e10
JM
23587 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23588
dd54b864
JM
23589 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23590 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23591 __malloc_ptrdiff_t.
23592
1ba4f030
JM
23593 * malloc/malloc.h (__malloc_size_t): Remove macro.
23594 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23595 __malloc_size_t.
23596 (old_memalign_hook): Likewise.
23597 (old_realloc_hook): Likewise.
23598 (struct hdr): Likewise.
23599 (flood): Likewise.
23600 (mallochook): Likewise.
23601 (memalignhook): Likewise.
23602 (reallochook): Likewise.
23603 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23604 (tr_old_realloc_hook): Likewise.
23605 (tr_old_memalign_hook): Likewise.
23606 (tr_mallochook): Likewise.
23607 (tr_reallochook): Likewise.
23608 (tr_memalignhook): Likewise.
23609
edf66e57
AZ
236102013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23611
23612 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23613 default_ldbl_pack and using as default implementation.
23614 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23615 implementation.
23616 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23617 redundant definition.
23618 (ldbl_insert_mantissa): Likewise.
23619 (ldbl_canonicalize): Likewise.
23620 (ldbl_nearbyint): Likewise.
23621 (ldbl_pack): Rename to ldbl_pack_ppc.
23622 (ldbl_unpack): Rename to ldbl_unpack_ppc.
23623 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23624 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23625
6d9145d8
SP
236262013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
23627
23628 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23629 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23630 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23631 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23632 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23633 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23634 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23635 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23636
4dd4e157
AJ
236372013-03-07 Andreas Jaeger <aj@suse.de>
23638
23639 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23640 bits/mman-linux.h.
23641
adbb8027
SP
236422013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
23643
ce544b5b
SP
23644 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23645 Include mpa.h and declare __MPEXP.
23646 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23647 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23648 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23649 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23650 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23651 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23652 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23653
4cc149fd
SP
23654 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23655 (__slowpow): Use long double EXPL and LOGL functions to
23656 compute POW.
23657 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23658 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23659 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23660 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23661 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23662 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23663
e6ebd4a7
SP
23664 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23665 intermediate variable to calculate exponent.
23666 (__sqr): Likewise.
23667 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23668 Likewise.
23669 (__sqr): Likewise.
23670
82a9811d
SP
23671 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23672 [!NO__SQR]: Define __sqr.
23673 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23674 and NO__SQR. Remove all code except __mul and __sqr. Include
23675 sysdeps/ieee754/dbl-64/mpa.c.
23676 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23677
adbb8027
SP
23678 [BZ #12723]
23679 * posix/Makefile (tests): Add tst-pathconf.
23680 * posix/tst-pathconf.c: New test case.
23681 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23682 _PC_PIPE_BUF.
23683 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23684
39120df9
PF
236852013-03-06 Patsy Franklin <pfrankli@redhat.com>
23686
23687 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23688
67525cb8
AJ
236892013-03-06 Andreas Jaeger <aj@suse.de>
23690
664a9ce4
AJ
23691 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23692 definition via __MAP_ANONYMOUS.
23693
8e39047d
AJ
23694 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23695 it's not part of Linux headers.
23696
67525cb8
AJ
23697 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23698 (MAP_HUGE_MASK): Define.
23699
23700 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23701 Define.
23702 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23703 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23704 Define.
23705 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23706 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23707 Define.
23708 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23709 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23710 Define.
23711 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23712
23713 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23714 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23715 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23716 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23717 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23718 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23719
23720 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23721 Handle f2fs.
23722
23723 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23724 Handle f2fs and efivarfs.
23725
23726 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23727 f2fs.
23728
23729 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23730 (EFIVARFS_MAGIC): Add.
23731 (F2FS_LINK_MAX): Add.
23732
e1b42695
PP
237332013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
23734
23735 * stdio-common/vfprintf.c: Replace __builtin_expect with
23736 __glibc_unlikely.
23737
2d67d91a
JM
237382013-03-06 Joseph Myers <joseph@codesourcery.com>
23739
23740 [BZ #13550]
23741 * sysdeps/generic/bp-sym.h: Remove file.
23742 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23743 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23744 <bp-sym.h> and <bp-asm.h>.
23745 (__longjmp): Don't use BP_SYM.
23746 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23747 and <bp-asm.h>.
23748 (memcpy): Don't use BP_SYM.
23749 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23750 <bp-sym.h> and <bp-asm.h>.
23751 (memcpy): Don't use BP_SYM.
23752 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23753 <bp-asm.h>.
23754 (memcpy): Don't use BP_SYM.
23755 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23756 <bp-asm.h>.
23757 (memset): Don't use BP_SYM.
23758 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23759 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23760 (__bzero): Don't use BP_SYM.
23761 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23762 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23763 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23764 <bp-sym.h> and <bp-asm.h>.
23765 (memcmp): Don't use BP_SYM. Remove comment about bounded
23766 pointers.
23767 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23768 <bp-sym.h> and <bp-asm.h>.
23769 (memcpy): Don't use BP_SYM.
23770 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23771 <bp-sym.h> and <bp-asm.h>.
23772 (memset): Don't use BP_SYM.
23773 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23774 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23775 (__bzero): Don't use BP_SYM.
23776 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23777 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23778 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23779 <bp-sym.h> and <bp-asm.h>.
23780 (strncmp): Don't use BP_SYM. Remove comment about bounded
23781 pointers.
23782 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23783 <bp-sym.h> and <bp-asm.h>.
23784 (memcpy): Don't use BP_SYM.
23785 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23786 <bp-sym.h> and <bp-asm.h>.
23787 (memset): Don't use BP_SYM.
23788 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23789 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23790 (__bzero): Don't use BP_SYM.
23791 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23792 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23793 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23794 <bp-sym.h> and <bp-asm.h>.
23795 (__memchr): Don't use BP_SYM.
23796 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23797 <bp-sym.h> and <bp-asm.h>.
23798 (memcmp): Don't use BP_SYM. Remove comment about bounded
23799 pointers.
23800 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23801 <bp-sym.h> and <bp-asm.h>.
23802 (memcpy): Don't use BP_SYM.
23803 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23804 <bp-sym.h> and <bp-asm.h>.
23805 (__mempcpy): Don't use BP_SYM.
23806 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23807 <bp-sym.h> and <bp-asm.h>.
23808 (__memrchr): Don't use BP_SYM.
23809 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23810 <bp-sym.h> and <bp-asm.h>.
23811 (memset): Don't use BP_SYM.
23812 (__bzero): Likewise.
23813 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23814 <bp-sym.h> and <bp-asm.h>.
23815 (__rawmemchr): Don't use BP_SYM.
23816 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23817 <bp-sym.h> and <bp-asm.h>.
23818 (__STRCMP): Don't use BP_SYM.
23819 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23820 <bp-sym.h> and <bp-asm.h>.
23821 (strchr): Don't use BP_SYM.
23822 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23823 <bp-sym.h> and <bp-asm.h>.
23824 (__strchrnul): Don't use BP_SYM.
23825 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23826 <bp-sym.h> and <bp-asm.h>.
23827 (strlen): Don't use BP_SYM.
23828 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23829 <bp-sym.h> and <bp-asm.h>.
23830 (strncmp): Don't use BP_SYM. Remove comment about bounded
23831 pointers.
23832 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23833 <bp-sym.h> and <bp-asm.h>.
23834 (__strnlen): Don't use BP_SYM.
23835 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23836 <bp-sym.h> and <bp-asm.h>.
23837 (__GI__setjmp): Don't use BP_SYM.
23838 (_setjmp): Likewise.
23839 (__sigsetjmp): Likewise.
23840 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23841 (L(start_addresses)): Don't use BP_SYM.
23842 (_start): Likewise.
23843 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23844 <bp-asm.h>.
23845 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23846 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23847 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23848 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23849 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23850 <bp-asm.h>.
23851 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23852 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
23853 about bounded pointers.
23854 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23855 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23856 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23857 <bp-asm.h>.
23858 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
23859 about bounded pointers. Remove GKM FIXME comments.
23860 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23861 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23862 <bp-asm.h>.
23863 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23864 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
23865 Remove GKM FIXME comments.
23866 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23867 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23868 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23869 <bp-asm.h>.
23870 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
23871 about bounded pointers. Remove GKM FIXME comment.
23872 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23873 and <bp-asm.h>.
23874 (strncmp): Don't use BP_SYM. Remove comment about bounded
23875 pointers.
23876 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23877 <bp-sym.h> and <bp-asm.h>.
23878 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23879 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23880 <bp-sym.h> and <bp-asm.h>.
23881 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
23882 comment.
23883
cdcf361f
PP
238842013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
23885
23886 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23887 call free(NULL).
23888
3c4a2b15
DM
238892013-03-05 David S. Miller <davem@davemloft.net>
23890
23891 * po/es.po: Update from translation team.
23892
cdcf361f 238932013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
23894
23895 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23896 <bits/mman-linux.h>.
23897 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23898 is fine.
23899 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23900 <bits/mman-linux.h> to end of file.
23901 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23902 is fine.
23903 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23904 <bits/mman-linux.h> to end of file.
23905 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23906 is fine.
23907 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23908 <bits/mman-linux.h> to end of file.
23909
23910 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23911 (MCL_CURRENT, MCL_FUTURE): Define here.
23912
5f67c04f
AK
239132013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23914
8a4473cc 23915 [BZ #15232]
5f67c04f
AK
23916 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23917 attribute_hidden.
23918 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23919
c3e94a95
AK
239202013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
23921
23922 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23923 fourth parameter needed for rt_sigprocmask syscall.
23924 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23925 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23926 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23927 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23928 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23929 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23930
cfb6382a
JM
239312013-03-04 Joseph Myers <joseph@codesourcery.com>
23932
23933 [BZ #13550]
23934 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23935 comment about bounded pointers.
23936 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23937 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23938
539d8e01
AJ
239392013-03-04 Andreas Jaeger <aj@suse.de>
23940
23941 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23942 common definitions.
23943
23944 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23945 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23946 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23947 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23948 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
23949 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23950
2e167a70 239512013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
23952
23953 [BZ #15055]
23954 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23955 __ieee754_sqrl instead of __sqrl.
23956
68508633
JM
239572013-03-01 Joseph Myers <joseph@codesourcery.com>
23958
23959 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23960 * sysdeps/powerpc/fpu_control.h: ... here.
23961 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23962 * sysdeps/powerpc/bits/fenvinline.h: ... here.
23963 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23964 * sysdeps/powerpc/bits/mathinline.h: ... here.
23965
7775448e
RM
239662013-03-01 Roland McGrath <roland@hack.frob.com>
23967
23968 * elf/dl-hwcaps.c (_dl_important_hwcaps):
23969 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23970 to just [NEED_DL_SYSINFO_DSO].
23971 * elf/dl-support.c: Likewise.
23972 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23973 * elf/rtld.c (dl_main): Likewise.
23974 * elf/setup-vdso.h (setup_vdso): Likewise.
23975 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23976 * sysdeps/unix/sysv/linux/dl-sysdep.c
23977 (_dl_discover_osversion): Likewise.
23978
4e9b5995
CD
239792013-03-01 Carlos O'Donell <carlos@redhat.com>
23980
23981 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23982 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23983
e23872c8
SP
239842013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
23985
e5c74c63
SP
23986 * NEWS: Mention libm performance improvements and non-x86 PI
23987 futex support.
23988
e23872c8
SP
23989 * csu/libc-start.c (__pthread_initialize_minimal): Change
23990 function arguments.
23991 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23992
b5510883
JM
239932013-02-28 Joseph Myers <joseph@codesourcery.com>
23994
23995 [BZ #13550]
23996 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23997 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23998 <bp-sym.h> and <bp-asm.h>.
23999 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24000 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
24001 and <bp-asm.h>.
24002 (memcpy): Don't use BP_SYM.
24003 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
24004 <bp-asm.h>.
24005 (__mpn_add_n): Don't use BP_SYM.
24006 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
24007 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
24008 and <bp-asm.h>.
24009 (__mpn_addmul_1): Don't use BP_SYM.
24010 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24011 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
24012 <bp-sym.h>.
24013 (_setjmp): Don't use BP_SYM.
24014 (__novmx_setjmp): Likewise.
24015 (__GI__setjmp): Likewise.
24016 (__vmx_setjmp): Likewise.
24017 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
24018 <bp-sym.h>.
24019 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
24020 (__bzero): Don't use BP_SYM.
24021 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24022 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24023 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
24024 <bp-sym.h> and <bp-asm.h>.
24025 (memcpy): Don't use BP_SYM.
24026 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
24027 <bp-sym.h> and <bp-asm.h>.
24028 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24029 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
24030 <bp-sym.h> and <bp-asm.h>.
24031 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
24032 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
24033 <bp-asm.h>.
24034 (__mpn_lshift): Don't use BP_SYM.
24035 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24036 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
24037 <bp-asm.h>.
24038 (memset): Don't use BP_SYM.
24039 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24040 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24041 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
24042 <bp-asm.h>.
24043 (__mpn_mul_1): Don't use BP_SYM.
24044 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24045 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
24046 <bp-sym.h> and <bp-asm.h>.
24047 (memcmp): Don't use BP_SYM.
24048 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
24049 <bp-sym.h> and <bp-asm.h>.
24050 (memcpy): Don't use BP_SYM.
24051 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
24052 <bp-sym.h> and <bp-asm.h>.
24053 (memset): Don't use BP_SYM.
24054 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
24055 <bp-sym.h> and <bp-asm.h>.
24056 (strncmp): Don't use BP_SYM.
24057 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
24058 <bp-sym.h> and <bp-asm.h>.
24059 (memcpy): Don't use BP_SYM.
24060 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
24061 <bp-sym.h> and <bp-asm.h>.
24062 (memset): Don't use BP_SYM.
24063 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
24064 <bp-sym.h> and <bp-asm.h>.
24065 (__memchr): Don't use BP_SYM.
24066 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
24067 <bp-sym.h> and <bp-asm.h>.
24068 (memcmp): Don't use BP_SYM.
24069 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
24070 <bp-sym.h> and <bp-asm.h>.
24071 (memcpy): Don't use BP_SYM.
24072 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
24073 <bp-sym.h> and <bp-asm.h>.
24074 (__mempcpy): Don't use BP_SYM.
24075 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
24076 <bp-sym.h> and <bp-asm.h>.
24077 (__memrchr): Don't use BP_SYM.
24078 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
24079 <bp-sym.h> and <bp-asm.h>.
24080 (memset): Don't use BP_SYM.
24081 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
24082 <bp-sym.h> and <bp-asm.h>.
24083 (__rawmemchr): Don't use BP_SYM.
24084 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
24085 <bp-sym.h> and <bp-asm.h>.
24086 (__STRCMP): Don't use BP_SYM.
24087 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
24088 <bp-sym.h> and <bp-asm.h>.
24089 (strchr): Don't use BP_SYM.
24090 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
24091 <bp-sym.h> and <bp-asm.h>.
24092 (__strchrnul): Don't use BP_SYM.
24093 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
24094 <bp-sym.h> and <bp-asm.h>.
24095 (strlen): Don't use BP_SYM.
24096 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
24097 <bp-sym.h> and <bp-asm.h>.
24098 (strncmp): Don't use BP_SYM.
24099 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
24100 <bp-sym.h> and <bp-asm.h>.
24101 (__strnlen): Don't use BP_SYM.
24102 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
24103 <bp-asm.h>.
24104 (__mpn_rshift): Don't use BP_SYM.
24105 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24106 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
24107 <bp-sym.h> and <bp-asm.h>.
24108 (__sigsetjmp): Don't use BP_SYM.
24109 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
24110 (L(start_addresses)): Don't use BP_SYM.
24111 (_start): Likewise.
24112 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
24113 <bp-asm.h>.
24114 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
24115 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24116 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24117 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
24118 <bp-asm.h>.
24119 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
24120 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24121 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24122 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
24123 <bp-asm.h>.
24124 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
24125 comments.
24126 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24127 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
24128 <bp-asm.h>.
24129 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
24130 FIXME comments.
24131 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24132 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24133 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
24134 <bp-asm.h>.
24135 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
24136 comment.
24137 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
24138 and <bp-asm.h>.
24139 (strncmp): Don't use BP_SYM,
24140 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
24141 <bp-asm.h>.
24142 (__mpn_sub_n): Don't use BP_SYM.
24143 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24144 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
24145 and <bp-asm.h>.
24146 (__mpn_submul_1): Don't use BP_SYM.
24147 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24148 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
24149 <bp-sym.h> and <bp-asm.h>.
24150 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24151 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
24152 <bp-sym.h> and <bp-asm.h>.
24153 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
24154 comment.
24155
8d19fe64
SP
241562013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24157
24158 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
24159 Use ZK to minimize writes to Z.
24160 (sub_magnitudes): Simplify code a bit.
24161 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
24162 Use ZK to minimize writes to Z.
24163 (sub_magnitudes): Simplify code a bit.
24164
85bd816a
RM
241652013-02-27 Roland McGrath <roland@hack.frob.com>
24166
24167 * csu/gmon-start.c: Add special exception to license text.
24168
b5977bf2
RH
241692013-02-27 Richard Henderson <rth@redhat.com>
24170
24171 * scripts/config.guess: Update from config.git.
24172 * scripts/config.sub: Likewise.
24173
11d6e2f2
SP
241742013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
24175
09c14ed2
SP
24176 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
24177
a688864e
SP
24178 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
24179
6295157a
SP
24180 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
24181
b8de2202
SP
24182 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
24183
11d6e2f2
SP
24184 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
24185
7e80ddb8
RM
241862013-02-26 Roland McGrath <roland@hack.frob.com>
24187
24188 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
24189 [$(build-shared = yes].
7e80ddb8 24190
7da6d9ed
SP
241912013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24192
45f05884
SP
24193 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
24194 (__mul): Reduce iterations for calculating mantissa.
24195
2236d359
SP
24196 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
24197 MPTWO.
24198 (__mpranred): Likewise.
24199
7da6d9ed
SP
24200 [BZ #15160]
24201 * malloc/memusagestat.c (main): Draw graphs for heap and stack
24202 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
24203
b7688c42
PE
242042013-02-26 Paul Eggert <eggert@cs.ucla.edu>
24205
24206 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
24207 Define __attribute__.
24208
53a5c423
SP
242092013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24210
24211 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
24212 unused.
24213 * posix/regex_internal.h (__attribute): Remove.
24214 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
24215 (re_string_context_at): Likewise.
24216 (bitset_not): Use __attribute__ and mark function as possibly
24217 unused.
24218 (bitset_merge): Likewise.
24219 (bitset_mask): Likewise.
24220 (re_string_char_size_at): Likewise.
24221 (re_string_wchar_at): Likewise.
24222 (re_string_elem_size_at): Likewise.
24223
60f5a8b5
SP
242242013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
24225
2a983a2e
SP
24226 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
24227 code.
24228 (cc32): Likewise.
24229
e69804d1
SP
24230 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
24231 (__acr): Likewise.
24232 (__cpy): Likewise.
24233 (norm): Likewise.
24234 (denorm): Likewise.
24235 (__dbl_mp): Likewise.
24236 (add_magnitudes): Likewise.
24237 (sub_magnitudes): Likewise.
24238 (__mul): Likewise.
24239 (__inv): Likewise.
24240
2f22a1e8
SP
24241 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
24242 style.
24243
8930ddc7
SP
24244 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
24245 style.
24246
dc60cb11
SP
24247 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
24248 code.
24249
60f5a8b5
SP
24250 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
24251 up changes with default code.
24252 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
24253 Likewise.
24254
b4d1fd33
AM
242552013-02-24 Allan McRae <allan@archlinux.org>
24256
faf6f8bc
AM
24257 * manual/socket.texi (The Internet Namespace): Order menu items
24258 to match that in the file.
24259
b4d1fd33
AM
24260 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
24261 node listing of the info page menu.
24262
2366713d
JM
242632013-02-21 Joseph Myers <joseph@codesourcery.com>
24264
24265 [BZ #13550]
24266 * sysdeps/i386/bp-asm.h: Remove file.
24267 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24268 (PARMS): Do not use macros from bp-asm.h.
24269 (S1): Likewise.
24270 (S2): Likewise.
24271 (SIZE): Likewise.
24272 (__mpn_add_n): Do not use BP_SYM
24273 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
24274 "bp-asm.h".
24275 (PARMS): Do not use macros from bp-asm.h.
24276 (S1): Likewise.
24277 (SIZE): Likewise.
24278 (__mpn_addmul_1): Do not use BP_SYM
24279 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
24280 "bp-asm.h".
24281 (PARMS): Do not use macros from bp-asm.h.
24282 (SIGMSK): Likewise.
24283 (_setjmp): Likewise. Do not use BP_SYM.
24284 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
24285 "bp-asm.h".
24286 (PARMS): Do not use macros from bp-asm.h.
24287 (SIGMSK): Likewise.
24288 (setjmp): Likewise. Do not use BP_SYM.
24289 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
24290 "bp-asm.h".
24291 (PARMS): Do not use macros from bp-asm.h.
24292 (__frexp): Do not use BP_SYM.
24293 (frexp): Likewise.
24294 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
24295 "bp-asm.h".
24296 (PARMS): Do not use macros from bp-asm.h.
24297 (__frexpf): Do not use BP_SYM.
24298 (frexpf): Likewise.
24299 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
24300 "bp-asm.h".
24301 (PARMS): Do not use macros from bp-asm.h.
24302 (__frexpl): Do not use BP_SYM.
24303 (frexpl): Likewise.
24304 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
24305 "bp-asm.h".
24306 (PARMS): Do not use macros from bp-asm.h.
24307 (__remquo): Do not use BP_SYM.
24308 (remquo): Likewise.
24309 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
24310 "bp-asm.h".
24311 (PARMS): Do not use macros from bp-asm.h.
24312 (__remquof): Do not use BP_SYM.
24313 (remquof): Likewise.
24314 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
24315 "bp-asm.h".
24316 (PARMS): Do not use macros from bp-asm.h.
24317 (__remquol): Do not use BP_SYM.
24318 (remquol): Likewise.
24319 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
24320 "bp-asm.h".
24321 (PARMS): Do not use macros from bp-asm.h.
24322 (DEST): Likewise.
24323 (SRC): Likewise.
24324 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
24325 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
24326 "bp-asm.h".
24327 (PARMS): Do not use macros from bp-asm.h.
24328 (strlen): Do not use BP_SYM.
24329 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
24330 "bp-asm.h".
24331 (PARMS): Do not use macros from bp-asm.h.
24332 (S1): Likewise.
24333 (S2): Likewise.
24334 (SIZE): Likewise.
24335 (__mpn_add_n): Do not use BP_SYM.
24336 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
24337 "bp-asm.h".
24338 (PARMS): Do not use macros from bp-asm.h.
24339 (S1): Likewise.
24340 (SIZE): Likewise.
24341 (__mpn_addmul_1): Do not use BP_SYM.
24342 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
24343 weak_alias.
24344 (bzero): Likewise.
24345 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
24346 "bp-asm.h".
24347 (PARMS): Do not use macros from bp-asm.h.
24348 (S): Likewise.
24349 (SIZE): Likewise.
24350 (__mpn_lshift): Do not use BP_SYM.
24351 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
24352 "bp-asm.h".
24353 (PARMS): Do not use macros from bp-asm.h.
24354 (DEST): Likewise.
24355 (SRC): Likewise.
24356 (LEN): Likewise.
24357 (memcpy): Likewise. Do not use BP_SYM.
24358 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
24359 libc_hidden_def and weak_alias.
24360 (mempcpy): Do not use BP_SYM in weak_alias.
24361 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
24362 "bp-asm.h".
24363 (PARMS): Do not use macros from bp-asm.h.
24364 (DEST): Likewise.
24365 (LEN): Likewise.
24366 [!BZERO_P] (CHR): Likewise.
24367 (memset): Likewise. Do not use BP_SYM.
24368 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
24369 "bp-asm.h".
24370 (PARMS): Do not use macros from bp-asm.h.
24371 (S1): Likewise.
24372 (SIZE): Likewise.
24373 (__mpn_mul_1): Do not use BP_SYM.
24374 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
24375 "bp-asm.h".
24376 (PARMS): Do not use macros from bp-asm.h.
24377 (S): Likewise.
24378 (SIZE): Likewise.
24379 (__mpn_rshift): Do not use BP_SYM.
24380 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
24381 "bp-asm.h".
24382 (PARMS): Do not use macros from bp-asm.h.
24383 (STR): Likewise.
24384 (CHR): Likewise.
24385 (strchr): Likewise. Do not use BP_SYM.
24386 (index): Do not use BP_SYM in weak_alias.
24387 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
24388 "bp-asm.h".
24389 (PARMS): Do not use macros from bp-asm.h.
24390 (DEST): Likewise.
24391 (SRC): Likewise.
24392 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
24393 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
24394 "bp-asm.h".
24395 (PARMS): Do not use macros from bp-asm.h.
24396 (strlen): Do not use BP_SYM.
24397 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
24398 "bp-asm.h".
24399 (PARMS): Do not use macros from bp-asm.h.
24400 (S1): Likewise.
24401 (S2): Likewise.
24402 (SIZE): Likewise.
24403 (__mpn_sub_n): Do not use BP_SYM.
24404 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
24405 "bp-asm.h".
24406 (PARMS): Do not use macros from bp-asm.h.
24407 (S1): Likewise.
24408 (SIZE): Likewise.
24409 (__mpn_submul_1): Do not use BP_SYM.
24410 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
24411 "bp-asm.h".
24412 (PARMS): Do not use macros from bp-asm.h.
24413 (S1): Likewise.
24414 (S2): Likewise.
24415 (SIZE): Likewise.
24416 (__mpn_add_n): Do not use BP_SYM.
24417 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
24418 weak_alias.
24419 (bzero): Likewise.
24420 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
24421 "bp-asm.h".
24422 (PARMS): Do not use macros from bp-asm.h.
24423 (BLK2): Likewise.
24424 (LEN): Likewise.
24425 (memcmp): Do not use BP_SYM.
24426 (bcmp): Do not use BP_SYM in weak_alias.
24427 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
24428 "bp-asm.h".
24429 (PARMS): Do not use macros from bp-asm.h.
24430 (DEST): Likewise.
24431 (SRC): Likewise.
24432 (LEN): Likewise.
24433 (memcpy): Likewise. Do not use BP_SYM.
24434 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24435 "bp-asm.h".
24436 (PARMS): Do not use macros from bp-asm.h.
24437 (DEST): Likewise.
24438 (SRC): Likewise.
24439 (LEN): Likewise.
24440 (memmove): Likewise. Do not use BP_SYM.
24441 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24442 "bp-asm.h".
24443 (PARMS): Do not use macros from bp-asm.h.
24444 (DEST): Likewise.
24445 (SRC): Likewise.
24446 (LEN): Likewise.
24447 (__mempcpy): Likewise. Do not use BP_SYM.
24448 (mempcpy): Do not use BP_SYM in weak_alias.
24449 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24450 "bp-asm.h".
24451 (PARMS): Do not use macros from bp-asm.h.
24452 (DEST): Likewise.
24453 (LEN): Likewise.
24454 [!BZERO_P] (CHR): Likewise.
24455 (memset): Likewise. Do not use BP_SYM.
24456 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24457 "bp-asm.h".
24458 (PARMS): Do not use macros from bp-asm.h.
24459 (STR2): Likewise.
24460 (strcmp): Do not use BP_SYM.
24461 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24462 "bp-asm.h".
24463 (PARMS): Do not use macros from bp-asm.h.
24464 (STR): Likewise.
24465 (DELIM): Likewise.
24466 [USE_AS_STRTOK_R] (SAVE): Likewise.
24467 (FUNCTION): Likewise. Do not use BP_SYM.
24468 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24469 aliases.
24470 (strtok_r): Likewise.
24471 (__GI___strtok_r): Likewise.
24472 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24473 (PARMS): Do not use macros from bp-asm.h.
24474 (S): Likewise.
24475 (SIZE): Likewise.
24476 (__mpn_lshift): Do not use BP_SYM.
24477 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24478 (PARMS): Do not use macros from bp-asm.h.
24479 (STR): Likewise.
24480 (CHR): Likewise.
24481 (__memchr): Do not use BP_SYM.
24482 (memchr): Do not use BP_SYM in weak_alias.
24483 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24484 (PARMS): Do not use macros from bp-asm.h.
24485 (BLK2): Likewise.
24486 (LEN): Likewise.
24487 (memcmp): Do not use BP_SYM.
24488 (bcmp): Do not use BP_SYM in weak_alias.
24489 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24490 (PARMS): Do not use macros from bp-asm.h.
24491 (S1): Likewise.
24492 (SIZE): Likewise.
24493 (__mpn_mul_1): Do not use BP_SYM.
24494 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24495 "bp-asm.h".
24496 (PARMS): Do not use macros from bp-asm.h.
24497 (STR): Likewise.
24498 (CHR): Likewise.
24499 (__rawmemchr): Do not use BP_SYM.
24500 (rawmemchr): Do not use BP_SYM in weak_alias.
24501 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24502 (PARMS): Do not use macros from bp-asm.h.
24503 (S): Likewise.
24504 (SIZE): Likewise.
24505 (__mpn_rshift): Do not use BP_SYM.
24506 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24507 (PARMS): Do not use macros from bp-asm.h.
24508 (SIGMSK): Likewise.
24509 (__sigsetjmp): Likewise. Do not use BP_SYM.
24510 * sysdeps/i386/start.S: Do not include "bp-sym.h".
24511 (_start): Do not use BP_SYM.
24512 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24513 (PARMS): Do not use macros from bp-asm.h.
24514 (DEST): Likewise.
24515 (SRC): Likewise.
24516 (__stpcpy): Likewise. Do not use BP_SYM.
24517 (stpcpy): Do not use BP_SYM in weak_alias.
24518 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24519 "bp-asm.h".
24520 (PARMS): Do not use macros from bp-asm.h.
24521 (DEST): Likewise.
24522 (SRC): Likewise.
24523 (LEN): Likewise.
24524 (__stpncpy): Likewise. Do not use BP_SYM.
24525 (stpncpy): Do not use BP_SYM in weak_alias.
24526 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24527 (PARMS): Do not use macros from bp-asm.h.
24528 (STR): Likewise.
24529 (CHR): Likewise.
24530 (strchr): Likewise. Do not use BP_SYM.
24531 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24532 "bp-asm.h".
24533 (PARMS): Do not use macros from bp-asm.h.
24534 (STR): Likewise.
24535 (CHR): Likewise.
24536 (__strchrnul): Likewise. Do not use BP_SYM.
24537 (strchrnul): Do not use BP_SYM in weak_alias.
24538 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24539 "bp-asm.h".
24540 (PARMS): Do not use macros from bp-asm.h.
24541 (STOP): Likewise.
24542 (strcspn): Do not use BP_SYM.
24543 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24544 "bp-asm.h".
24545 (PARMS): Do not use macros from bp-asm.h.
24546 (STR): Likewise.
24547 (STOP): Likewise.
24548 (strpbrk): Likewise. Do not use BP_SYM.
24549 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24550 "bp-asm.h".
24551 (PARMS): Do not use macros from bp-asm.h.
24552 (STR): Likewise.
24553 (CHR): Likewise.
24554 (strrchr): Likewise. Do not use BP_SYM.
24555 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24556 (PARMS): Do not use macros from bp-asm.h.
24557 (SKIP): Likewise.
24558 (strspn): Do not use BP_SYM.
24559 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24560 (PARMS): Do not use macros from bp-asm.h.
24561 (STR): Likewise.
24562 (DELIM): Likewise.
24563 (SAVE): Likewise.
24564 (FUNCTION): Likewise. Do not use BP_SYM.
24565 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24566 aliases.
24567 (strtok_r): Likewise.
24568 (__GI___strtok_r): Likewise.
24569 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24570 (PARMS): Do not use macros from bp-asm.h.
24571 (S1): Likewise.
24572 (S2): Likewise.
24573 (SIZE): Likewise.
24574 (__mpn_sub_n): Do not use BP_SYM.
24575 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24576 "bp-asm.h".
24577 (PARMS): Do not use macros from bp-asm.h.
24578 (S1): Likewise.
24579 (SIZE): Likewise.
24580 (__mpn_submul_1): Do not use BP_SYM.
24581 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24582 <bp-sym.h>.
24583 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24584 and <bp-asm.h>.
24585 (PARMS): Do not use macros from bp-asm.h.
24586 (FLAGS): Likewise.
24587 (PTID): Likewise.
24588 (TLS): Likewise.
24589 (CTID): Likewise.
24590 (__clone): Do not use BP_SYM.
24591 (clone): Do not use BP_SYM in weak_alias.
24592 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24593 and <bp-asm.h>.
24594 (PARMS): Do not use macros from bp-asm.h.
24595 (LEN): Likewise.
24596 (__mmap64): Do not use BP_SYM.
24597 (mmap64): Do not use BP_SYM in weak_alias.
24598 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24599 <bp-sym.h> and <bp-asm.h>.
24600 (PARMS): Do not use macros from bp-asm.h.
24601 (__posix_fadvise64_l64): Do not use BP_SYM.
24602 * sysdeps/unix/sysv/linux/i386/semtimedop.S
24603 (PARMS): Do not use macros from bp-asm.h.
24604 (NSOPS): Likewise.
24605 (semtimedop): Do not use BP_SYM.
24606 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24607 and <bp-asm.h>.
24608
582a3cff
AM
246092013-02-21 Allan McRae <allan@archlinux.org>
24610
24611 * manual/message.texi (Charset conversion in gettext):
24612 Move @end statement to beginning of line.
24613
bab8a695
SP
246142013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24615
80945231
SP
24616 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24617 static.
24618 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24619 Likewise.
24620
bab8a695
SP
24621 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24622 (denorm): Likewise.
24623 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24624 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24625
e21d7aa7
AK
246262013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24627
24628 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24629 tail-call to the resolved function if pltexit isn't needed.
24630
4c7a4263
SP
246312013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24632
24633 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24634 or Y being zero as being unlikely.
24635 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24636 Likewise.
24637
41f49342
CD
246382013-02-20 Carlos O'Donell <carlos@redhat.com>
24639
24640 * manual/nss.texi (System Databases and Name Service Switch):
24641 Remove frobnicate @pxref.
24642
50022a93
TS
246432013-02-20 Thomas Schwinge <thomas@codesourcery.com>
24644
24645 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24646 __attribute__ ((unused)) to __attribute__ ((__unused__)).
24647
08cbd996
PM
246482013-02-20 Petr Machata <pmachata@redhat.com>
24649
24650 * elf/elf.h (R_ARM_TARGET1): New macro.
24651 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24652 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24653 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24654 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24655 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24656 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24657 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24658 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24659 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24660 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24661 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24662 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24663 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24664 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24665 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24666 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24667 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24668 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24669 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24670 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24671 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24672 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24673 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24674 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24675 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24676 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24677 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24678 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24679 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24680 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24681 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24682 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24683 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24684 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24685 (R_ARM_THM_GOT_BREL12): Likewise.
24686 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24687 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24688 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24689 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24690 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24691 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24692 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24693 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24694 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24695
c7b275d6
TS
246962013-02-20 Thomas Schwinge <thomas@codesourcery.com>
24697
24698 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24699 __attribute_used__ to __attribute__ ((unused)).
24700
20cd7fb3
SP
247012013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
24702
24703 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24704 powerpc mpa.c.
24705 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24706 comment formatting.
24707 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24708
92945b52
JM
247092013-02-19 Joseph Myers <joseph@codesourcery.com>
24710
24711 [BZ #13550]
24712 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24713 Remove macro.
24714 (ENTER): Remove both macro definitions.
24715 (LEAVE): Likewise.
24716 (CHECK_BOUNDS_LOW): Likewise.
24717 (CHECK_BOUNDS_HIGH): Likewise.
24718 (CHECK_BOUNDS_BOTH): Likewise.
24719 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24720 (RETURN_BOUNDED_POINTER): Likewise.
24721 (RETURN_NULL_BOUNDED_POINTER): Likewise.
24722 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24723 (POP_ERRNO_LOCATION_RETURN): Likewise.
24724 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24725 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24726 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24727 macros.
24728 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24729 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24730 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24731 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24732 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24733 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24734 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24735 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24736 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24737 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24738 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24739 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24740 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24741 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24742 removed macros.
24743 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24744 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24745 macros.
24746 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24747 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24748 * sysdeps/i386/i586/memset.S (memset): Likewise.
24749 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24750 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24751 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24752 macros.
24753 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24754 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24755 Change uses of L(2) to L(out).
24756 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24757 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24758 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24759 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24760 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24761 removed macros.
24762 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24763 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24764 macros.
24765 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24766 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24767 (RETURN): Do not use macro LEAVE.
24768 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24769 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24770 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24771 * sysdeps/i386/i686/memset.S (memset): Likewise.
24772 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24773 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24774 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24775 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24776 Likewise.
24777 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24778 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
24779 L(1_2) and L(1_3) into L(1).
24780 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24781 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24782 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24783 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24784 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24785 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24786 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24787 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24788 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24789 macros.
24790 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24791 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24792 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24793 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24794 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24795 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24796 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24797 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24798 * sysdeps/i386/strcspn.S (strcspn): Likewise.
24799 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24800 * sysdeps/i386/strrchr.S (strrchr): Likewise.
24801 * sysdeps/i386/strspn.S (strspn): Likewise.
24802 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24803 conditional code.
24804 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24805 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24806 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24807 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
24808 L(1_3) into L(1_1).
24809 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24810 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24811 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24812 macros.
24813 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24814
2389741a
JJ
248152013-02-19 Jakub Jelinek <jakub@redhat.com>
24816
24817 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24818 macro.
24819
2016b3cd
SP
248202013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24821
e4f22324
SP
24822 * math/atest-exp.c (exp_mpn): Remove ROUND.
24823 * math/atest-exp2.c (exp_mpn): Likewise.
24824 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24825
2016b3cd
SP
24826 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24827 * stdlib/tst-tls-atexit-lib.c: Likewise.
24828 * stdlib/tst-tls-atexit.c: Likewise.
24829
4be9b544
MF
248302013-02-18 Mike Frysinger <vapier@gentoo.org>
24831
24832 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24833 and __attribute_alloc_size__.
24834
2f62b9ee
MF
248352013-02-18 Mike Frysinger <vapier@gentoo.org>
24836
24837 * include/programs/xmalloc.h: Change __attribute_alloc_size to
24838 __attribute_alloc_size__.
24839 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24840 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24841
6ff444c4
MF
248422013-02-18 Mike Frysinger <vapier@gentoo.org>
24843
24844 * include/programs/xmalloc.h: New file.
24845 * catgets/gencat.c: Include it.
24846 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24847 * elf/pldd.c: Likewise.
24848 * iconv/iconv_charmap.c: Likewise.
24849 * iconv/iconvconfig.c: Likewise.
24850 * iconv/strtab.c: Likewise.
24851 * locale/programs/locale.c: Likewise.
24852 * locale/programs/localedef.h: Likewise.
24853 * locale/programs/simple-hash.c: Likewise.
24854 * nscd/nscd.h: Likewise.
24855 * nss/makedb.c: Likewise.
24856 * sysdeps/generic/ldconfig.h: Likewise.
24857
be179c8a
SP
248582013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
24859
ba384f6e
SP
24860 * Versions.def: Add GLIBC_2.18.
24861 * include/link.h (struct link_map): New member l_tls_dtor_count.
24862 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24863 (__call_tls_dtors): Likewise.
24864 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24865 __cxa_thread_atexit_impl.
24866 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24867 Likewise.
24868 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24869 Likewise.
24870 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24871 Likewise.
24872 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24873 Likewise.
24874 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24875 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24876 Likewise.
24877 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24878 Likewise.
24879 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24880 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24881 Likewise.
24882 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24883 (tests): Add test case tst-tls-atexit.
24884 (modules-names): Add shared library for tst-tls-atexit.
85891aca 24885 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
24886 (GLIBC_PRIVATE): Add __call_tls_dtors.
24887 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24888 for libstdc++.
24889 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24890 * stdlib/tst-tls-atexit.c: New test case.
24891 * stdlib/tst-tls-atexit-lib.c: New test case.
24892
ffaa74cf 24893 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 24894
be179c8a
SP
24895 * elf/Versions (ld): Add _dl_find_dso_for_object.
24896 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24897 * elf/dl-open.c (_dl_find_dso_for_object): New function.
24898 (dl_open_worker): Use _dl_find_dso_for_object.
24899 * elf/dl-sym.c (do_sym): Likewise.
24900 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24901
f78b5caa
AK
249022013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24903
24904 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24905 Syntactic changes only.
24906 (_dl_runtime_profile): Do a tail-call to the resolved function.
24907
29691210
JM
249082013-02-17 Joseph Myers <joseph@codesourcery.com>
24909
24910 [BZ #13550]
24911 * sysdeps/x86_64/bp-asm.h: Remove file.
24912 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24913 <bp-sym.h> and <bp-asm.h>.
24914 (__clone): Do not use BP_SYM.
24915 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24916 <bp-sym.h> and <bp-asm.h>.
24917 * sysdeps/unix/x86_64/sysdep.S: Likewise.
24918 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24919 "bp-asm.h".
24920 (_setjmp): Do not use BP_SYM.
24921 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24922 "bp-asm.h".
24923 (setjmp): Do not use BP_SYM.
24924 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24925 libc_hidden_def.
24926 (mempcpy): Do not use BP_SYM in weak_alias.
24927 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24928 "bp-asm.h".
24929 (strchr): Do not use BP_SYM.
24930 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24931 "bp-asm.h".
24932 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24933 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24934 (_start): Do not use BP_SYM.
24935 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24936 "bp-asm.h".
24937 (strcat): Do not use BP_SYM.
24938 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24939 "bp-asm.h".
24940 (STRCMP): Do not use BP_SYM.
24941 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24942 "bp-asm.h".
24943 (STRCPY): Do not use BP_SYM.
24944 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24945 "bp-asm.h".
24946 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24947 "bp-asm.h".
24948 (FUNCTION): Do not use BP_SYM.
24949 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24950 weak_alias.
24951 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24952
f238fd19
AJ
249532013-02-17 Andreas Jaeger <aj@suse.de>
24954
24955 * time/Versions: Sort entries.
24956 * string/Versions: Likewise.
24957 * resolv/Versions: Likewise.
24958 * posix/Versions: Likewise.
24959 * iconv/Versions: Likewise.
24960 * elf/Versions: Likewise.
24961 * wcsmbs/Versions: Likewise.
24962
bd07f23c 249632013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 24964
22af19f9
SP
24965 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24966 loop termination condition.
24967
4709fe76
SP
24968 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24969 variable to calculate EZ.
24970 (__sqr): Likewise.
2d0e0f29
SP
24971
24972 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24973 the lower precision input.
24974
daaa7713
JM
249752013-02-15 Joseph Myers <joseph@codesourcery.com>
24976
24977 [BZ #13550]
24978 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24979 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24980 (run-via-rtld-prefix): Do not handle %-bp tests.
24981 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24982 (all-object-suffixes): Remove .ob.
24983 (bppfx): Remove variable.
24984 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24985 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24986 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24987 [$(build-bounded) = yes] (libtype.ob): Likewise.
24988 * Makerules (elide-routines.ob): Remove variable.
24989 (do-tests-clean): Do not handle *-bp.out.
24990 (common-mostlyclean): Do not handle *-bp and *-bp.out.
24991 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24992 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24993 (tests): Do not include $(tests-bp.out).
24994 (xtests): Do not include $(xtests-bp.out).
24995 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24996 [$(build-bounded) = yes] ($(addprefix
24997 $(objpfx),$(binaries-bounded))): Remove rule.
24998 ($(objpfx)%-bp.out): Remove rule.
24999 * config.make.in (build-bounded): Remove variable.
25000 * crypt/Makefile [$(build-bounded) = yes]
25001 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
25002 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
25003 append to variable.
25004 [$(build-bounded) = yes] (install-lib): Likewise.
25005 [$(build-bounded) = yes] (generated): Likewise.
25006 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
25007 Remove rule.
25008 * intl/Makefile [$(build-bounded) = yes]
25009 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
25010 * math/Makefile [$(build-bounded) = yes]
25011 ($(tests:%=$(objpfx)%-bp): Likewise.
25012 * misc/Makefile [$(build-bounded) = yes]
25013 ($(objpfx)tst-tsearch-bp): Likewise.
25014 * nptl/Makeconfig (bounded-thread-library): Remove variable.
25015 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
25016 Remove dependency.
25017 * string/Makefile (o-objects.ob): Remove variable.
25018 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
25019 (CFLAGS-.ob): Remove variable.
25020 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
25021 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
25022 both definitions of variable.
25023 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
25024 (ASFLAGS-.ob): Remove variable.
25025
e97ed6dd
JM
250262013-02-14 Joseph Myers <joseph@codesourcery.com>
25027
2bdd4ca6
JM
25028 [BZ #13550]
25029 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
25030 Remove __BOUNDED_POINTERS__ from condition.
25031 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
25032 * string/bits/string2.h [!__NO_STRING_INLINES &&
25033 !__BOUNDED_POINTERS__]: Likewise.
25034 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
25035 Likewise.
25036 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
25037 Remove conditional code.
25038 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
25039 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
25040 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
25041 condition.
25042
e97ed6dd
JM
25043 [BZ #13550]
25044 * csu/libc-start.c: Do not include <bp-sym.h>.
25045 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
25046 * elf/dl-open.c: Do not include <bp-sym.h>.
25047 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
25048 * math/fegetenv.c: Do not include <bp-sym.h>.
25049 (fegetenv): Do not use BP_SYM in versioned symbols.
25050 * nptl/sysdeps/pthread/bits/libc-lockP.h
25051 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
25052 <bp-sym.h>.
25053 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25054 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
25055 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25056 (__pthread_mutex_destroy): Likewise.
25057 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25058 (__pthread_mutex_lock): Likewise.
25059 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25060 (__pthread_mutex_trylock): Likewise.
25061 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25062 (__pthread_mutex_unlock): Likewise.
25063 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25064 (__pthread_mutexattr_init): Likewise.
25065 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25066 (__pthread_mutexattr_destroy): Likewise.
25067 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25068 (__pthread_mutexattr_settype): Likewise.
25069 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25070 (__pthread_rwlock_init): Likewise.
25071 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25072 (__pthread_rwlock_destroy): Likewise.
25073 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25074 (__pthread_rwlock_rdlock): Likewise.
25075 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25076 (__pthread_rwlock_tryrdlock): Likewise.
25077 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25078 (__pthread_rwlock_wrlock): Likewise.
25079 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25080 (__pthread_rwlock_trywrlock): Likewise.
25081 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25082 (__pthread_rwlock_unlock): Likewise.
25083 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25084 (__pthread_key_create): Likewise.
25085 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25086 (__pthread_setspecific): Likewise.
25087 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25088 (__pthread_getspecific): Likewise.
25089 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
25090 Likewise.
25091 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25092 (_pthread_cleanup_push_defer): Likewise.
25093 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25094 (_pthread_cleanup_pop_restore): Likewise.
25095 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
25096 (pthread_setcancelstate): Likewise.
25097 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
25098 <bp-sym.h>.
25099 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
25100 (memchr): Do not use BP_SYM in weak_alias.
25101 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
25102 (fegetenv): Do not use BP_SYM in versioned symbols.
25103 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
25104 (fesetenv): Do not use BP_SYM in versioned symbols.
25105 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25106 (feupdateenv): Do not use BP_SYM in versioned symbols.
25107 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25108 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25109 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
25110 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
25111 (open64): Do not use BP_SYM in weak_alias.
25112 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
25113 (fegetenv): Do not use BP_SYM in versioned symbols.
25114 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
25115 (fesetenv): Do not use BP_SYM in versioned symbols.
25116 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
25117 (feupdateenv): Do not use BP_SYM in versioned symbols.
25118 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
25119 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
25120 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
25121 (feraiseexcept): Do not use BP_SYM in versioned symbols.
25122 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
25123 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
25124 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
25125 <bp-sym.h>.
25126 (__libc_start_main): Do not use BP_SYM.
25127
d6752ccd
SP
251282013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
25129
cb57ce60
SP
25130 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
25131 redundant return line.
25132 (norm): Likewise.
25133 (denorm): Likewise.
25134 (dbl_mp): Likewise.
25135 (sub_magnitudes): Likewise.
25136 (__add): Likewise.
25137 (__sub): Likewise.
25138 (__mul): Likewise.
25139 (__inv): Likewise.
25140 (__dvd): Likewise.
25141 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
25142 (norm): Likewise.
25143 (denorm): Likewise.
25144 (dbl_mp): Likewise.
25145 (sub_magnitudes): Likewise.
25146 (__add): Likewise.
25147 (__sub): Likewise.
25148 (__mul): Likewise.
25149 (__inv): Likewise.
25150 (__dvd): Likewise.
25151
f414520d
SP
25152 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
25153 instead of __mul.
25154 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25155 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
25156 (cc32): Likewise.
25157
d6752ccd
SP
25158 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
25159 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
25160 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
25161 of __mul for squares.
25162 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
25163 function
25164 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
25165 Likewise.
25166 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
25167 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
25168
70d9946a
JM
251692013-02-13 Joseph Myers <joseph@codesourcery.com>
25170
25171 [BZ #13550]
25172 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
25173 code.
25174 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
25175 prototype or function definition. Rename ubp_* variables and
25176 parameters. Remove argv definitions conditional on
25177 [__BOUNDED_POINTERS__].
25178 * debug/backtrace.c (__backtrace): Do not use __unbounded.
25179 * elf/dl-runtime.c (_dl_fixup): Likewise.
25180 * include/set-hooks.h (RUN_HOOK): Likewise.
25181 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
25182 definition.
25183 * string/strcpy.c (strcpy): Do not use __unbounded.
25184 * sysdeps/generic/frame.h (struct layout): Likewise.
25185 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
25186 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
25187 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
25188 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
25189 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
25190 (__backtrace): Likewise.
25191 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
25192 use __ptrvalue.
25193 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
25194 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
25195 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
25196 Likewise.
25197 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25198 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
25199 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
25200 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25201 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
25202 Do not use __unbounded.
25203 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
25204 Rename __unboundedrlimits parameter to rlimits in prototype.
25205 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
25206 Do not use __unbounded.
25207 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
25208 not use __ptrvalue.
25209 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25210 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
25211 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25212 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
25213 __ptrvalue or __unbounded.
25214 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
25215 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
25216 use __unbounded.
25217 (__new_msgctl): Do not use __ptrvalue.
25218 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
25219 __unbounded.
25220 (__libc_msgrcv): Do not use __ptrvalue.
25221 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
25222 startup_info): Do not use __unbounded.
25223 (__libc_start_main): Likewise. Rename ubp_* variables and
25224 parameters. Remove argv definitions conditional on
25225 [__BOUNDED_POINTERS__].
25226 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
25227 __ptrvalue.
25228 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
25229 use __unbounded.
25230 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
25231 or __ptrvalue.
25232 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
25233 use __unbounded.
25234 (__new_shmctl): Do not use __ptrvalue.
25235 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
25236 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
25237 Likewise.
25238 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
25239 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
25240 (__libc_sigaction): Likewise.
25241 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
25242 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
25243 Likewise.
25244 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25245
cc7834d6
OB
252462013-02-13 Ondřej Bílka <neleai@seznam.cz>
25247
ffb1ec7b 25248 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
25249
25250 * string/mempcpy.c: Implement by calling memcpy.
25251
bdf02814
SP
252522013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25253
c2af38aa
SP
25254 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
25255
4e92d59e
SP
25256 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
25257 evaluation.
25258
909279a5
SP
25259 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
25260 values in the mantissa.
25261
bdf02814
SP
25262 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
25263 minimize writes to Z.
25264 (sub_magnitudes): Simplify code a bit.
25265
cd525923
RM
252662013-02-12 Roland McGrath <roland@hack.frob.com>
25267
25268 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
25269 from the message. The linker prefixes all warnings with that already.
25270
7e2f0d2d
AS
252712013-02-12 Andreas Schwab <schwab@suse.de>
25272
a445af0b
AS
25273 [BZ #15078]
25274 * posix/regexec.c (extend_buffers): Add parameter min_len.
25275 (check_matching): Pass minimum needed length.
25276 (clean_state_log_if_needed): Likewise.
25277 (get_subexp): Likewise.
25278 * posix/Makefile (tests): Add bug-regex34.
25279 (bug-regex34-ENV): Define.
25280 * posix/bug-regex34.c: New file.
25281
7e2f0d2d
AS
25282 [BZ #11561]
25283 * posix/regcomp.c (parse_bracket_exp): When looking up collating
25284 elements compare against the byte sequence of it, not its name.
25285 * posix/Makefile (tests): Add bug-regex35.
25286 (bug-regex35-ENV): Define.
25287 * posix/bug-regex35.c: New file.
25288
a175b684
TV
252892013-02-11 Tom de Vries <tom@codesourcery.com>
25290
25291 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
25292 comment.
25293 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
25294 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
25295 (CHECK_EOL): Add undef.
25296
310998fe 252972013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
25298
25299 * bits/stdlib-bsearch.h: New file.
25300 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 25301 * stdlib/stdlib.h: Likewise.
41eda41d 25302
8ded91fb
RM
253032013-02-11 Roland McGrath <roland@hack.frob.com>
25304
25305 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
25306 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
25307 declaration.
25308 * manual/search.texi (Array Search Function): Add missing const in
25309 lfind prototype.
25310 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
25311 declaration to use rlim_t.
25312 (Basic Scheduling Functions): Remove erroneous const from
25313 sched_getparam prototype. Remove erroneous * from
25314 sched_get_priority_max and sched_get_priority_min prototypes.
25315 (Resource Usage): Fix summary @comment on vtimes to refer to
25316 sys/vtimes.h rather than vtimes.h.
25317 Add missing *s in vtimes prototype.
25318 (Limits on Resources): Fix ulimit prototype to return long int.
25319 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
25320 prototypes to use long int rather than double.
25321 (BSD Random): Fix initstate and setstate to use char *, not void *.
25322 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
25323 prototype to make second argument 'struct aiocb64 *const[]'.
25324 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
25325 (Status of AIO Operations): Remove erroneous const in aio_return and
25326 aio_return64 prototypes.
25327 (Synchronizing I/O): Fix sync prototype to return void.
25328 * manual/startup.texi (Suboptions): Remove an erroneous const in
25329 getsubopt prototype.
25330 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
25331 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
25332 use size_t rather than int.
25333 (Scanning All Users): Likewise for getpwent_r.
25334 (Setting Groups): Add missing const to setgroups prototype.
25335 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
25336 * manual/socket.texi (Host Names): Fix gethostbyaddr and
25337 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
25338 'const void *' rather than 'const char *'.
25339 (Host Address Functions): Likewise for inet_ntop.
25340 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
25341 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
25342 ssize_t for return value.
25343 (Sending Data): Likewise for send, sendto, sendmsg.
25344 (Socket Option Functions): Add a missing const in setsockopt prototype.
25345 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
25346 use wchar_t for the argument.
25347 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
25348 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
25349 take no arguments.
25350 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
25351 double/float/long double for second argument.
25352 Fix return types of significand, significandf, significandl.
25353 * manual/filesys.texi (Setting Permissions): Use mode_t for second
25354 argument in fchmod prototype.
25355 (File Owner): Use uid_t and gid_t in fchown prototype.
25356 (File Times): Add const to utimes, futimes, and lutimes prototypes.
25357 (Making Special Files): Use mode_t and dev_t in mknod prototype.
25358 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
25359 use 'const struct dirent **' as argument types to CMP function pointer
25360 argument.
25361 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
25362 (File Times): Fix summary magic @comment for struct utimbuf and utime
25363 to refer to utime.h, not time.h.
25364 * manual/string.texi (Argz Functions): Add missing const in
25365 argz_extract and argz_next prototypes.
25366 (Finding Tokens in a String): Likewise for basename.
25367 (String/Array Comparison): Fix typo in wcscasecmp prototype.
25368 (Copying and Concatenation): Fix typo in wmemmove prototype.
25369 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
25370 (Signal Stack): Remove erroneous const in sigstack prototype.
25371 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
25372 prototype.
25373 (Simple Calendar Time): Likewise for stime.
25374 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
25375 prototype.
25376 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
25377 say sys/sysctl.h instead.
25378 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
25379 and vsyslog prototypes.
25380
fe77fe6d
TV
253812013-02-11 Tom de Vries <tom@codesourcery.com>
25382
25383 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
25384 Remove.
25385
3a09b620
RM
253862013-02-11 Roland McGrath <roland@hack.frob.com>
25387
25388 * misc/sys/mman.h: Fix typo in mremap comment.
25389
550a0b89
RM
253902013-02-08 Roland McGrath <roland@hack.frob.com>
25391
25392 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
25393 the '\0' terminator.
25394
a2da1673
JM
253952013-02-08 Joseph Myers <joseph@codesourcery.com>
25396
25397 [BZ #13550]
25398 * debug/segfault.c: Don't include <bp-checks.h>.
25399 * sysdeps/generic/bp-checks.h: Remove file.
25400 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
25401 (__GETDENTS): Don't use CHECK_N.
25402 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
25403 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
25404 (__getgroups): Don't use CHECK_N.
25405 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
25406 (setgroups): Don't use CHECK_N.
25407 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
25408 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
25409 (__libc_msgrcv): Don't use CHECK_N.
25410 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
25411 (__libc_msgsnd): Don't use CHECK_N.
25412 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
25413 <bp-checks.h>.
25414 (__libc_pread): Don't use CHECK_N.
25415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
25416 include <bp-checks.h>.
25417 (__libc_pread64): Don't use CHECK_N.
25418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
25419 include <bp-checks.h>.
25420 (__libc_pwrite): Don't use CHECK_N.
25421 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
25422 include <bp-checks.h>.
25423 (__libc_pwrite64): Don't use CHECK_N.
25424 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
25425 <bp-checks.h>.
25426 (__libc_pread): Don't use CHECK_N.
25427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
25428 include <bp-checks.h>.
25429 (__libc_pread64): Don't use CHECK_N.
25430 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
25431 include <bp-checks.h>.
25432 (__libc_pwrite): Don't use CHECK_N.
25433 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25434 include <bp-checks.h>.
25435 (__libc_pwrite64): Don't use CHECK_N.
25436 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25437 (do_pread): Don't use CHECK_N.
25438 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25439 (do_pread64): Don't use CHECK_N.
25440 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25441 (do_pwrite): Don't use CHECK_N.
25442 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25443 (do_pwrite64): Don't use CHECK_N.
25444 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25445 (__libc_readv): Don't use CHECK_N.
25446 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25447 (semop): Don't use CHECK_N.
25448 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25449 <bp-checks.h>.
25450 (semtimedop): Don't use CHECK_N.
25451 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25452 (__libc_pread): Don't use CHECK_N.
25453 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25454 <bp-checks.h>.
25455 (__libc_pread64): Don't use CHECK_N.
25456 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25457 <bp-checks.h>.
25458 (__libc_pwrite): Don't use CHECK_N.
25459 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25460 <bp-checks.h>.
25461 (__libc_pwrite64): Don't use CHECK_N.
25462 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25463 <bp-checks.h>.
25464 (__libc_msgrcv): Don't use CHECK_N.
25465 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25466 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
25467 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25468 (__libc_writev): Don't use CHECK_N.
25469
b84660a8
RM
254702013-02-08 Roland McGrath <roland@hack.frob.com>
25471
7f3e75f8
RM
25472 * string/strcpy.c: Removed unused variable.
25473
b84660a8
RM
25474 * Makeconfig (+sysdep-includes): Define with := rather than =.
25475 Use an existing include/ subdir of each sysdeps dir before it.
25476
471514d3
CD
254772013-02-08 Carlos O'Donell <carlos@redhat.com>
25478
25479 * nscd/connection.c (register_traced_file): Comment function.
25480 [HAVE_INOTIFY] (union __inev): Define.
25481 [HAVE_INOTIFY] (inotify_check_files): New function.
25482 [HAVE_INOTIFY] (clear_db_cache): Likewise.
25483 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25484 clear_db_cache.
25485 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25486
b2d3c3be
CD
254872013-02-08 Carlos O'Donell <carlos@redhat.com>
25488
25489 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25490 loaded if not already and that a failure is permanent.
25491
b39949d2
CD
254922013-02-08 Carlos O'Donell <carlos@redhat.com>
25493
ddacd1db 25494 [BZ #15006]
b39949d2
CD
25495 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25496 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25497
b2c9eff4
JM
254982013-02-08 Joseph Myers <joseph@codesourcery.com>
25499
f3aae3f3
JM
25500 [BZ #13550]
25501 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25502 (CHECK_1_NULL_OK): Likewise.
25503 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25504 (__fxstat): Do not use CHECK_1.
25505 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25506 <bp-checks.h>.
25507 (___fxstat64): Do not use CHECK_1.
25508 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25509 <bp-checks.h>.
25510 (__fxstatat): Do not use CHECK_1.
25511 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25512 <bp-checks.h>.
25513 (__fxstatat64): Do not use CHECK_1.
25514 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25515 <bp-checks.h>.
25516 (__fxstat): Do not use CHECK_1.
25517 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25518 <bp-checks.h>.
25519 (__fxstatat): Do not use CHECK_1.
25520 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25521 <bp-checks.h>.
25522 (__getresgid): Do not use CHECK_1.
25523 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25524 <bp-checks.h>.
25525 (__getresuid): Do not use CHECK_1.
25526 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25527 <bp-checks.h>.
25528 (__lxstat): Do not use CHECK_1.
25529 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25530 <bp-checks.h>.
25531 (__old_msgctl): Do not use CHECK_1.
25532 (__new_msgctl): Likewise.
25533 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25534 <bp-checks.h>.
25535 (__new_setrlimit): Do not use CHECK_1.
25536 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25537 <bp-checks.h>.
25538 (__old_shmctl): Do not use CHECK_1.
25539 (__new_shmctl): Likewise.
25540 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25541 <bp-checks.h>.
25542 (__xstat): Do not use CHECK_1.
25543 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25544 (__lxstat): Do not use CHECK_1.
25545 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25546 <bp-checks.h>.
25547 (___lxstat64): Do not use CHECK_1.
25548 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25549 (__old_msgctl): Do not use CHECK_1.
25550 (__new_msgctl): Likewise.
25551 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25552 <bp-checks.h>.
25553 (__gettimeofday): Do not use CHECK_1.
25554 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25555 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25556 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25557 <bp-checks.h>.
25558 (__gettimeofday): Do not use CHECK_1.
25559 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25560 (__old_shmctl): Do not use CHECK_1_NULL_OK.
25561 (__new_shmctl): Do not use CHECK_1.
25562 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25563 <bp-checks.h>.
25564 (do_sigtimedwait): Do not use CHECK_1.
25565 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25566 <bp-checks.h>.
25567 (do_sigwaitinfo): Do not use CHECK_1.
25568 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25569 <bp-checks.h>.
25570 (msgctl): Do not use CHECK_1.
25571 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25572 <bp-checks.h>.
25573 (shmctl): Do not use CHECK_1.
25574 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25575 (ustat): Do not use CHECK_1.
25576 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25577 <bp-checks.h>.
25578 (__fxstat): Do not use CHECK_1.
25579 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25580 <bp-checks.h>.
25581 (__fxstatat): Do not use CHECK_1.
25582 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25583 <bp-checks.h>.
25584 (__lxstat): Do not use CHECK_1.
25585 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25586 <bp-checks.h>.
25587 (__xstat): Do not use CHECK_1.
25588 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25589 (__xstat): Do not use CHECK_1.
25590 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25591 (___xstat64): Do not use CHECK_1.
25592
b2c9eff4
JM
25593 [BZ #13550]
25594 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25595 definitions.
25596 (CHECK_BOUNDS_HIGH): Likewise.
25597 * string/strcpy.c: Do not include <bp-checks.h>.
25598 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25599
f1d70dad
RM
256002013-02-07 Roland McGrath <roland@hack.frob.com>
25601
25602 * nscd/nscd-client.h (__nscd_drop_map_ref):
25603 Add __attribute__ ((unused)).
25604 * nis/nss-nisplus.h (niserr2nss): Likewise.
25605
25606 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25607 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25608
25609 * csu/libc-tls.c (init_static_tls, init_slotinfo):
25610 Remove inline keyword.
25611 * include/rounding-mode.h (round_away): Likewise.
25612 * libio/wfileops.c (adjust_wide_data): Likewise.
25613 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25614 (__m128i_strloadu_tolower): Likewise.
25615 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25616 (__m128i_strloadu_tolower): Likewise.
25617 * time/mktime.c (ydhms_diff): Likewise.
25618 * locale/elem-hash.h (elem_hash): Likewise.
25619 * locale/setlocale.c (setdata): Likewise.
25620 * posix/regex_internal.h (re_string_char_size_at): Likewise.
25621 (re_string_wchar_at): Likewise.
25622 (bitset_not, bitset_merge, bitset_mask): Likewise.
25623 [!(__GNUC__ > 3)] (inline): Remove macro.
25624 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25625 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25626 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25627 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25628 * string/memcmp.c (memcmp_bytes): Likewise.
25629 * locale/programs/locarchive.c (compute_hashval): Likewise.
25630 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25631 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25632 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25633 * nss/getent.c (print_rpc, print_protocols): Likewise.
25634 (print_passwd, print_group, print_aliases): Likewise.
25635 * nis/nss-nisplus.h (niserr2nss): Likewise.
25636 * nscd/connections.c (restart_p): Likewise.
25637 Change return type to bool.
25638
eab55bfb
RM
256392013-02-05 Roland McGrath <roland@hack.frob.com>
25640
7bd642f5
RM
25641 * Makeconfig (all-Depend-files): Add existing
25642 $(sorted-subdirs:=/Depend) files.
25643 (all-subdirs): Remove nss.
25644 * sysdeps/unix/inet/Subdirs: Add it here instead.
25645 * hesiod/Depend: New file.
25646
573c29b2
RM
25647 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25648 instead of calling alloca.
25649
b2e25af0
RM
25650 * io/lseek.c (__lseek): Rename to __libc_lseek.
25651 Define __lseek as an alias.
25652
eab55bfb
RM
25653 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25654
9a0d1941
CD
256552013-02-04 Carlos O'Donell <carlos@redhat.com>
25656
25657 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25658 else clause and remove check for non-standard endianness.
25659
b83bbec4
DM
256602013-02-04 David S. Miller <davem@davemloft.net>
25661
25662 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25663
6277fdab
JM
256642013-02-04 Joseph Myers <joseph@codesourcery.com>
25665
25666 [BZ #13550]
25667 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25668 (__ubp_memchr): Remove prototype.
25669 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25670 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25671 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25672 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25673 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25674 Remove alias.
25675 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25676 (__ubp_memchr): Likewise.
25677 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25678 (__ubp_memchr): Likewise.
25679 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25680 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25681 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25682 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25683 CHECK_STRING.
25684 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25685 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25686 (__getcwd): Do not use CHECK_STRING.
25687 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25688 <bp-checks.h>.
25689 (__real_chown): Do not use CHECK_STRING.
25690 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25691 <bp-checks.h>.
25692 (fchownat): Do not use CHECK_STRING.
25693 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25694 CHECK_STRING.
25695 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25696 <bp-checks.h>.
25697 (__lchown): Do not use CHECK_STRING.
25698 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25699 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25700 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25701 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25702 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25703 include <bp-checks.h>.
25704 (truncate64): Do not use CHECK_STRING.
25705 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25706 <bp-checks.h>.
25707 (__real_chown): Do not use CHECK_STRING.
25708 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25709 <bp-checks.h>.
25710 (__lchown): Do not use CHECK_STRING.
25711 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25712 <bp-checks.h>.
25713 (__chown): Do not use CHECK_STRING.
25714 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25715 <bp-checks.h>.
25716 (truncate64): Do not use CHECK_STRING.
25717 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25718 Likewise.
25719 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25720 (__xmknod): Do not use CHECK_STRING.
25721 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25722 <bp-checks.h>.
25723 (__xmknodat): Do not use CHECK_STRING.
25724 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25725 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25726
903ae060
AS
257272013-02-04 Andreas Schwab <schwab@suse.de>
25728
25729 [BZ #14142]
25730 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25731 * include/netdb.h: Likewise for h_errno.
25732 * elf/tst-stackguard1.c: Include <tls.h>.
25733
542f9466
JK
257342013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
25735
25736 * elf/link.h (struct link_map): Extend the l_addr comment.
25737 * include/link.h (struct link_map): Likewise.
25738
e782a927
JM
257392013-02-01 Joseph Myers <joseph@codesourcery.com>
25740
25741 [BZ #13550]
25742 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25743 (BOUNDED_1): Remove macro.
25744 * debug/backtrace.c: Don't include <bp-checks.h>.
25745 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25746 (__backtrace): Likewise.
25747 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25748 <bp-checks.h>.
25749 (__backtrace): Don't use BOUNDED_1.
25750 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25751 <bp-checks.h>.
25752 (__backtrace): Don't use BOUNDED_1.
25753 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25754 (__backtrace): Don't use BOUNDED_1.
25755 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25756 (shmat): Don't use BOUNDED_N.
25757
8cf28c5e
JM
257582013-01-31 Joseph Myers <joseph@codesourcery.com>
25759
3a7ac8a0
JM
25760 [BZ #13550]
25761 * sysdeps/generic/bp-start.h: Remove file.
25762 * csu/libc-start.c: Don't include <bp-start.h>.
25763 (LIBC_START_MAIN): Set up __environ directly instead of using
25764 INIT_ARGV_and_ENVIRON.
25765 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25766 <bp-start.h>.
25767
f3499f95
JM
25768 [BZ #13550]
25769 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25770 definitions.
25771 (CHECK_FCNTL): Likewise.
25772 (CHECK_N_PAGES): Likewise.
25773
32a45bea
JM
25774 [BZ #13550]
25775 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25776 definitions.
25777 (CHECK_SIGSET_NULL_OK): Likewise.
25778 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25779 <bp-checks.h>.
25780 (sigpending): Don't use CHECK_SIGSET.
25781 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25782 <bp-checks.h>.
25783 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25784 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25785 <bp-checks.h>.
25786 (do_sigsuspend): Don't use CHECK_SIGSET.
25787 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25788 use CHECK_SIGSET.
25789 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25790 (do_sigwait): Don't use CHECK_SIGSET.
25791 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25792 use CHECK_SIGSET.
25793 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25794 include <bp-checks.h>.
25795 (sigpending): Don't use CHECK_SIGSET.
25796 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25797 include <bp-checks.h>.
25798 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25799 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25800 <bp-checks.h>.
25801 (sigpending): Don't use CHECK_SIGSET.
25802 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25803 <bp-checks.h>.
25804 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25805
2e8a5c8c
JM
25806 [BZ #13550]
25807 * sysdeps/generic/bp-semctl.h: Remove file.
25808 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25809 <bp-checks.h> and <bp-semctl.h>.
25810 (__old_semctl): Don't use CHECK_SEMCTL.
25811 (__new_semctl): Likewise.
25812 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25813 and <bp-semctl.h>.
25814 (__old_semctl): Don't use CHECK_SEMCTL.
25815 (__new_semctl): Likewise.
25816 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25817 <bp-checks.h> and <bp-semctl.h>.
25818 (__old_semctl): Don't use CHECK_SEMCTL.
25819 (__new_semctl): Likewise.
25820 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25821 <bp-checks.h> and <bp-semctl.h>.
25822 (semctl): Don't use CHECK_SEMCTL.
25823
c2d54929
JM
25824 [BZ #13550]
25825 * Makerules (elide-bp-thunks): Remove variable.
25826 (elide-routines.oS): Don't use $(elide-bp-thunks).
25827 (elide-routines.os): Likewise.
25828 (elide-routines.o): Likewise.
25829 (elide-routines.op): Likewise.
25830 (elide-routines.og): Likewise.
25831 (objects): Don't use $(bp-thunks).
25832 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25833 include.
25834 (common-generated): Do not add s-proto-bp.d.
25835 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25836 (int): Likewise.
25837 (typ): Likewise.
25838 Do not generate makefile rules for bounded-pointer thunks.
25839 * sysdeps/generic/bp-thunks.h: Remove file.
25840 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25841 * sysdeps/unix/s-proto-bp.S: Likewise.
25842
8cf28c5e
JM
25843 [BZ #15062]
25844 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25845 parts of result separately when argument is not close to line from
25846 -i to i and one part of argument is small.
25847 * math/k_casinhf.c (__kernel_casinhf): Likewise.
25848 * math/k_casinhl.c (__kernel_casinhl): Likewise.
25849 * math/libm-test.inc (cacos_test): Add more tests.
25850 (casin_test): Likewise.
25851 (casinh_test): Likewise.
25852 * sysdeps/i386/fpu/libm-test-ulps: Update.
25853 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25854
c4e33b8d
DM
258552013-01-31 David S. Miller <davem@davemloft.net>
25856
25857 * po/de.po: Update from translation team.
25858
3b60b421
MK
258592013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
25860
25861 * time/tzfile.c: Include stdint.h for SIZE_MAX.
25862
bb931195
TS
258632013-01-25 Thomas Schwinge <thomas@codesourcery.com>
25864
b5a5da23
TS
25865 * configure.in (_AC_PROG_CC_C89): New definition.
25866 * configure: Regenerate.
25867
bb931195
TS
25868 * configure.in (AC_PROG_CPP): New definition.
25869 * configure: Regenerate.
25870
8c53a12c
JM
258712013-01-23 Joseph Myers <joseph@codesourcery.com>
25872
25873 * debug/tst-backtrace.h: New file.
25874 * debug/tst-backtrace2.c: Include tst-backtrace.h.
25875 (ret): Remove variable.
25876 (x): Likewise.
25877 (FAIL): Remove macro.
25878 (NO_INLINE): Likewise.
25879 (fn1): Use match function instead of strstr.
25880 * debug/tst-backtrace3.c: Include tst-backtrace.h.
25881 (ret): Remove variable.
25882 (x): Likewise.
25883 (FAIL): Remove macro.
25884 (NO_INLINE): Likewise.
25885 (fn): Use match function instead of strstr.
25886 * debug/tst-backtrace4.c: Include tst-backtrace.h.
25887 (ret): Remove variable.
25888 (x): Likewise.
25889 (FAIL): Remove macro.
25890 (NO_INLINE): Likewise.
25891 (handle_signal): Use match function instead of strstr.
25892 * debug/tst-backtrace5.c: Include tst-backtrace.h.
25893 (ret): Remove variable.
25894 (x): Likewise.
25895 (FAIL): Remove macro.
25896 (NO_INLINE): Likewise.
25897 (handle_signal): Use match function instead of strstr.
25898
4858fa2a
RM
258992013-01-23 Roland McGrath <roland@hack.frob.com>
25900
25901 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25902
bae8e7f5
DM
259032013-01-23 David S. Miller <davem@davemloft.net>
25904
25905 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25906 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25907 argument of CAS if possible.
25908 * sysdeps/sparc/sparc64/bits/atomic.h
25909 (__arch_compare_and_exchange_val_32_acq): Likewise.
25910 (__arch_compare_and_exchange_val_64_acq): Likewise.
25911
9cbbc4ae
PT
259122013-01-23 Pino Toscano <toscano.pino@tiscali.it>
25913
25914 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25915 * sysdeps/posix/ulimit.c: ... this.
92a601b8 25916 Include <limits.h>.
67b3f58c 25917 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 25918
5655a0b5
AC
259192013-01-23 Adam Conrad <adconrad@0c3.net>
25920
25921 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25922 (LDFLAGS-tst-array5): Likewise.
25923
052aff95
JM
259242013-01-23 Joseph Myers <joseph@codesourcery.com>
25925
25926 [BZ #15036]
25927 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25928 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25929 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25930 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25931
7c1e01aa
DM
259322013-01-21 David S. Miller <davem@davemloft.net>
25933
25934 * sysdeps/sparc/backtrace.c: New file.
25935 * sysdeps/sparc/sparc32/backtrace.h: New file.
25936 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25937 * sysdeps/sparc/sparc64/backtrace.h: New file.
25938 * sysdeps/sparc/sparc64/backtrace.c: Delete.
25939 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25940 -funwind-tables.
25941
ab087e0a
AS
259422013-01-21 Andreas Schwab <schwab@suse.de>
25943
25944 [BZ #15020]
25945 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25946 closed its stdout.
25947
ed689c2f
AS
259482013-01-20 Andreas Schwab <schwab@linux-m68k.org>
25949
25950 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25951 "mpa2.h".
25952 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25953
31d470ac
JM
259542013-01-18 Joseph Myers <joseph@codesourcery.com>
25955 Mark Mitchell <mark@codesourcery.com>
25956 Tom de Vries <tom@codesourcery.com>
25957 Paul Pluzhnikov <ppluzhnikov@google.com>
25958
25959 * debug/tst-backtrace2.c: New file.
25960 * debug/tst-backtrace3.c: Likewise.
25961 * debug/tst-backtrace4.c: Likewise.
25962 * debug/tst-backtrace5.c: Likewise.
25963 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25964 (CFLAGS-tst-backtrace3.c): Likewise.
25965 (CFLAGS-tst-backtrace4.c): Likewise.
25966 (CFLAGS-tst-backtrace5.c): Likewise.
25967 (LDFLAGS-tst-backtrace2): Likewise.
25968 (LDFLAGS-tst-backtrace3): Likewise.
25969 (LDFLAGS-tst-backtrace4): Likewise.
25970 (LDFLAGS-tst-backtrace5): Likewise.
25971 (tests): Add new tests tst-backtrace2, tst-backtrace3,
25972 tst-backtrace4 and tst-backtrace5.
25973
90567f30 259742013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
25975 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25976
25977 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25978 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25979 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25980 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25982 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25983 "+r" and remove output regs list as redundant. Add explicit inline
25984 asm to specify register of return val to work around compiler codegen
25985 bug. Remove (int) cast on return value. Add return type parameter to
25986 use in macro so that this macro does not truncate return value for
25987 64-bit values.
25988 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25989 pass to INTERNAL_VSYSCALL_NCS.
25990 (INLINE_VSYSCALL): Add 'long int' as return type to
25991 INTERNAL_VSYSCALL_NCS macro invocation.
25992 (INTERNAL_VSYSCALL): Add 'long int' as return type to
25993 INTERNAL_VSYSCALL_NCS macro invocation.
25994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25995
d3b9ea61
SP
259962013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25997
0b57daeb
SP
25998 [BZ #14496]
25999 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
26000 Fix application of SIMD FP exception mask.
26001
caa99d06
SP
26002 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
26003 mp_no from a power of two.
26004 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
26005 __mpexp_twomm1. Use __pow_mp.
26006
d3b9ea61
SP
26007 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
26008 multiplication.
26009
1dbaee3c
DM
260102013-01-17 David S. Miller <davem@davemloft.net>
26011
26012 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26013
728d7b43
JM
260142013-01-17 Joseph Myers <joseph@codesourcery.com>
26015
26016 [BZ #15023]
26017 * include/complex.h: Condition contents on [!_COMPLEX_H].
26018 (__kernel_casinhf): New prototype.
26019 (__kernel_casinh): Likewise.
26020 (__kernel_casinhl): Likewise.
26021 * math/Makefile (libm_calls): Add k_casinh.
26022 * math/k_casinh.c: New file.
26023 * math/k_casinhf.c: Likewise.
26024 * math/k_casinhl.c: Likewise.
26025 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
26026 finite nonzero arguments.
26027 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
26028 finite nonzero arguments.
26029 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
26030 finite nonzero arguments.
26031 * math/s_casinh.c: Do not include <float.h>.
26032 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
26033 * math/s_casinhf.c: Do not include <float.h>.
26034 (__casinhf): Move code for finite nonzero arguments to
26035 k_casinhf.c.
26036 * math/s_casinhl.c: Do not include <float.h>.
26037 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
26038 redefine.
26039 (__casinhl): Move code for finite nonzero arguments to
26040 k_casinhl.c.
26041 * math/libm-test.inc (cacos_test): Add more tests.
26042 * sysdeps/i386/fpu/libm-test-ulps: Update.
26043 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26044
2a26ef3a
PT
260452013-01-17 Pino Toscano <toscano.pino@tiscali.it>
26046
26047 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
26048 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
26049 [!HAVE_MREMAP]: Remove [defined linux] case.
26050 * malloc/arena.c: Do not include <malloc-sysdep.h>.
26051
a897655d
SP
260522013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26053
26054 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
26055
881ebe89 260562013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
26057
26058 * elf/elf.h (R_386_SIZE32): New relocation.
26059 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
26060 R_386_SIZE32.
26061 (elf_machine_rela): Likewise.
26062 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
26063 R_X86_64_SIZE64 and R_X86_64_SIZE32.
26064
59981e9b
JM
260652013-01-17 Joseph Myers <joseph@codesourcery.com>
26066
26067 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
26068 (FP_FAST_FMA): Do not define.
26069 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
26070 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
26071 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
26072 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
26073 !_SOFT_FLOAT]: Likewise.
26074 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
26075 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
26076 value.
26077 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
26078 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
26079 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
26080 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
26081 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
26082 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
26083 file.
26084
cfa8054f
AS
260852013-01-16 Andreas Schwab <schwab@suse.de>
26086
26087 [BZ #14327]
26088 * include/stdlib.h (__mktemp): Add declaration.
26089 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
26090 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
26091
dd930cc5
SP
260922013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26093
881ebe89
SP
26094 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
26095 definitions.
26096 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26097 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
26098 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
26099 definitions here.
26100 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
26101 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
26102 definitions.
26103 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
26104 and ONE.
26105 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
26106 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
26107 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
26108 definitions.
26109 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
26110 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
26111 definitions.
26112 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 26113
dd930cc5
SP
26114 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
26115
c19a9f89
DM
261162013-01-15 David S. Miller <davem@davemloft.net>
26117
1aa61767
DM
26118 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26119 trunc{,f} to libm-sysdep_routes.
26120 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26121 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
26122 file.
26123 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
26124 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
26125 file.
26126 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
26127 file.
26128 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
26129 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
26130 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
26131 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
26132 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
26133 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
26134 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
26135 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
26136
c42d5e98
DM
26137 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26138 nearbyint{,f} to libm-sysdep_routes.
26139 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26140 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
26141 New file.
26142 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
26143 file.
26144 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
26145 New file.
26146 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
26147 file.
26148 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
26149 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
26150 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
26151 file.
26152 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
26153 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
26154 file.
26155 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
26156 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
26157 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
26158
c19a9f89
DM
26159 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
26160 libc_feholdexcept and libc_fesetenv.
26161
357679d2
MF
261622013-01-15 Mike Frysinger <vapier@gentoo.org>
26163
26164 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
26165
65a82e3d
DM
261662013-01-14 David S. Miller <davem@davemloft.net>
26167
8b954ab9
DM
26168 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
26169 (SPARC_ASM_VIS2_IFUNC): Likewise.
26170 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
26171 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
26172 use of 'siam' instruction.
26173 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
26174 Likewise.
26175 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
26176 Likewise.
26177 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
26178 Likewise.
26179 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
26180 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
26181 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
26182 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
26183 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
26184 file.
26185 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
26186 file.
26187 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
26188 file.
26189 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
26190 file.
26191 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
26192 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
26193 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
26194 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
26195 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
26196 new VIS2 routines.
26197 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
26198 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
26199 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
26200 Likewise.
26201 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
26202 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
26203 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
26204 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
26205 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
26206 routines to libm-sysdep_routines.
26207 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
26208
65a82e3d
DM
26209 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
26210 fdim/fdimf to libm-sysdep_routines.
26211 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
26212 file.
26213 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
26214 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
26215 file.
26216 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
26217 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
26218 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
26219 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
26220 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
26221 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
26222 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
26223
e34ab705
SP
262242013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26225
2a91b573
SP
26226 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
26227 to optimize copies.
26228
1066a534
SP
26229 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
26230 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26231 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26232
e34ab705
SP
26233 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
26234 local variable MPTWO.
26235 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
26236 Likewise.
26237
aba5e596
MF
262382013-01-13 Mike Frysinger <vapier@gentoo.org>
26239
26240 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
26241 GLOB_NOESCAPE.
26242
e557e9e5
MF
262432013-01-13 Mike Frysinger <vapier@gentoo.org>
26244
26245 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
26246
0428cec9
MF
262472013-01-13 Mike Frysinger <vapier@gentoo.org>
26248
26249 * manual/pattern.texi (glob_t): Document gl_flags.
26250 (glob64_t): Likewise.
26251
8794a964
DM
262522013-01-11 David S. Miller <davem@davemloft.net>
26253
66438c3f
RM
26254 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
26255 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
26256 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
26257 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
26258 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
26259 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
26260 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
26261 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
26262 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
26263 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
26264 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
26265 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
26266 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
26267
4ae4244d
DM
26268 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26269 sparc V9 rather than using V8 code.
26270 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26271 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26272
8794a964
DM
26273 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
26274 Move to...
26275 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
26276 Here.
26277
6270516e
RM
262782013-01-11 Roland McGrath <roland@hack.frob.com>
26279
26280 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
26281 not in the main loop.
26282 * configure: Regenerated.
26283
6a57d931
JM
262842013-01-11 Joseph Myers <joseph@codesourcery.com>
26285
26286 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
26287 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
26288 to just #else.
26289 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
26290 [!__GLIBC_HAVE_LONG_LONG] case.
26291 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
26292 condition to just #else.
26293 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
26294 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
26295 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
26296 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
26297 unconditional.
26298 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
26299 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26300 #elif condition to just #else.
26301 * sysdeps/unix/sysv/linux/sys/sysmacros.h
26302 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
26303 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
26304 #elif condition to just #else.
26305
0e8529e9
SE
263062013-01-11 Steve Ellcey <sellcey@mips.com>
26307
26308 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
26309 (EF_MIPS_ARCH_64): Fix value.
26310 (EF_MIPS_ARCH_32R2): New.
26311 (EF_MIPS_ARCH_64R2): New.
26312
740b3dbe
L
263132013-01-11 H.J. Lu <hongjiu.lu@intel.com>
26314
26315 * Makeconfig (+link-pie-before-libc): New.
26316 (+link-pie-after-libc): Likewise.
26317 (+link-pie-tests): Likewise.
26318 (+link-pie): Rewritten.
26319 (link-before-libc): Remove $(config-LDFLAGS).
26320 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
26321 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
26322 (config-LDFLAGS): Renamed to ...
26323 (rtld-LDFLAGS): This.
26324 (rtld-tests-LDFLAGS): New macro.
26325 (link-libc-rpath-link): Likewise.
26326 (link-libc-tests-rpath-link): Likewise.
26327 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
26328 (link-libc): Prepand $(link-libc-rpath-link).
26329 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
26330 (test-program-prefix): New macro.
26331 (test-via-rtld-prefix): Likewise.
26332 (test-program-cmd): Likewise.
26333 (host-test-program-cmd): Likewise.
26334 * Makefile ($(common-objpfx)testrun.sh): Replace
26335 $(run-program-prefix) with $(test-program-prefix).
26336 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
26337 $(rtld-LDFLAGS).
26338 ($(common-objpfx)shlib.lds): Likewise.
26339 (build-module-helper): Likewise.
26340 ($(common-objpfx)format.lds): Likewise.
26341 * Rules (binaries-pie-tests): New.
26342 (binaries-pie-notests): Likewise.
26343 (binaries-pie): Rewritten.
26344 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
26345 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
26346 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
26347 (make-test-out): Replace $(host-built-program-cmd) with
26348 $(host-test-program-cmd).
26349 * config.make.in (build-hardcoded-path-in-tests): New variable.
26350 * configure.in (--enable-hardcoded-path-in-tests): New configure
26351 option.
26352 (hardcoded_path_in_tests): New AC_SUBST.
26353 * configure: Regenerated.
26354 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
26355 $(built-program-cmd) with $(test-program-cmd).
26356 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
26357 (test_program_cmd): This.
26358 * elf/Makefile ($(objpfx)order.out): Run test with
26359 $(test-program-prefix).
26360 ($(objpfx)order2.out): Likewise.
26361 ($(objpfx)tst-initorder.out): Likewise.
26362 ($(objpfx)tst-initorder2.out): Likewise.
26363 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
26364 $(test-program-cmd).
26365 ($(objpfx)tst-array1-static.out): Likewise.
26366 ($(objpfx)tst-array2.out): Likewise.
26367 ($(objpfx)tst-array3.out): Likewise.
26368 ($(objpfx)tst-array4.out): Likewise.
26369 ($(objpfx)tst-array5.out): Likewise.
26370 ($(objpfx)tst-array5-static.out): Likewise.
26371 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
26372 $(test-program-cmd).
26373 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
26374 $(run-program-prefix) with $(test-program-prefix).
26375 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
26376 (test_program_prefix): This.
26377 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
26378 $(run-program-prefix) with $(test-program-prefix).
26379 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
26380 (test_program_prefix): This.
26381 * iconvdata/tst-tables.sh: Likewise.
26382 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
26383 $(run-program-prefix) with $(test-program-prefix).
26384 ($(objpfx)tst-translit.out): Likewise.
26385 ($(objpfx)tst-gettext2.out): Likewise.
26386 ($(objpfx)tst-gettext4.out): Likewise.
26387 ($(objpfx)tst-gettext6.out): Likewise.
26388 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
26389 (test_program_prefix): This.
26390 * intl/tst-gettext2.sh: Likewise.
26391 * intl/tst-gettext4.sh Likewise.
26392 * intl/tst-gettext6.sh: Likewise.
26393 * intl/tst-translit.sh: Likewise.
26394 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
26395 with $(test-program-cmd).
26396 * libio/Makefile ($(objpfx)test-freopen.out): Replace
26397 $(run-program-prefix) with $(test-program-prefix).
26398 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
26399 (test_program_prefix): This.
26400 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
26401 $(run-program-prefix) with $(test-program-prefix).
26402 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
26403 (test_program_prefix): This.
26404 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
26405 * posix/Makefile ($(objpfx)globtest.out): Replace
26406 $(run-via-rtld-prefix) and $(test-wrapper) with
26407 $(test-program-prefix) and $(test-via-rtld-prefix).
26408 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
26409 $(test-program-prefix).
26410 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
26411 $(host-test-program-cmd).
26412 (tst-spawn-ARGS): Likewise.
26413 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
26414 $(test-program-prefix).
26415 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
26416 (test_via_rtld_prefix): This.
26417 (test_wrapper): Renamed to ...
26418 (test_program_prefix): This.
26419 (run_program_prefix): Replaced by test_program_prefix.
26420 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
26421 (test_program_prefix): This.
26422 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
26423 with $(host-test-program-cmd).
26424 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
26425 $(run-program-prefix) with $(test-program-prefix).
26426 ($(objpfx)tst-printf.out): Likewise.
26427 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
26428 $(test-program-cmd).
26429 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
26430 (test_program_prefix): This.
26431 * stdio-common/tst-unbputc.sh: Likewise.
26432 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26433 $(run-program-prefix) with $(test-program-prefix).
26434 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26435 (test_program_prefix): This.
26436 * string/Makefile ($(objpfx)tst-svc.out): Replace
26437 $(built-program-cmd) with $(test-program-cmd).
26438
c6fe55cf
AJ
264392013-01-11 Andreas Jaeger <aj@suse.de>
26440
26441 [BZ #15003]
26442 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26443 value. Sync with Linux 3.7.
26444
9e6919c8
DM
264452013-01-10 David S. Miller <davem@davemloft.net>
26446
26447 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26448 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26449 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26450
1c9f1a02
RM
264512013-01-10 Roland McGrath <roland@hack.frob.com>
26452
26453 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26454 never set.
26455 * configure: Regenerated.
26456
b9de2dde
DM
264572013-01-10 David S. Miller <davem@davemloft.net>
26458
26459 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26460 sparc V9 rather than using V8 code.
26461 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26462 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26463
e7f68ef4
RM
264642013-01-10 Roland McGrath <roland@hack.frob.com>
26465
26466 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26467 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26468 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26469 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26470 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26471 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26472 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26473 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26474 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26475 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26476 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26477 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26478 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26479 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26480 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26481 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26482 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26483 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26484 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26485 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26486 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26487 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26488 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26489 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26490 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26491 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26492 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26493
5a47cc9c
DM
264942013-01-10 David S. Miller <davem@davemloft.net>
26495
26496 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26497
4cf8f209
L
264982013-01-10 H.J. Lu <hongjiu.lu@intel.com>
26499
26500 * posix/Makefile (tests-static): New variable.
26501 (tests): Add $(tests-static).
26502 (tst-exec-static-ARGS): New variable.
26503 (tst-spawn-static-ARGS): Likewise.
26504 * posix/tst-exec-static.c: New file.
26505 * posix/tst-spawn-static.c: Likewise.
26506 * posix/tst-exec.c: Support run directly.
26507 * posix/tst-spawn.c: Likewise.
26508
fed0faa1
JM
265092013-01-10 Joseph Myers <joseph@codesourcery.com>
26510
828beb13
JM
26511 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26512 long.
26513 * math/bits/mathcalls.h (llrint): Likewise.
26514 (llround): Likewise.
26515 * stdlib/stdlib.h (struct drand48_data): Likewise.
26516 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26517 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26518 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26519 Likewise.
26520 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26521 Likewise.
26522 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26523 (elf_greg_t): Likewise.
26524 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26525 (__jmp_buf): Likewise.
26526 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26527 definitions.
26528 (llrint): Likewise, for all definitions.
26529 (llrintl): Likewise.
26530
fed0faa1
JM
26531 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26532 Remove [__GNUC__] condition.
26533 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26534 condition to just [__USE_ISOC99].
26535 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26536
1a20cb20
L
265372013-01-10 H.J. Lu <hongjiu.lu@intel.com>
26538
26539 [BZ #14200]
26540 * sysdeps/unix/sysv/linux/x86/bits/environments.h
26541 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26542 defined.
26543 (_POSIX_V6_ILP32_OFF32): Likewise.
26544 (_XBS5_ILP32_OFF32): Likewise.
26545 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26546 (__ILP32_OFFBIG_LDFLAGS): Likewise.
26547
751b85f7
SP
265482013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26549
7490eb81
SP
26550 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26551
751b85f7
SP
26552 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26553 doubles __mpexp_twomm1. Adjust usage.
26554 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26555 Remove.
26556
988197f0
AS
265572013-01-10 Andreas Schwab <schwab@suse.de>
26558
26559 [BZ #14964]
26560 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26561 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26562
e83d7298
DM
265632013-01-09 David S. Miller <davem@davemloft.net>
26564
034ed64b 26565 [BZ #15003]
57f41c40
AS
26566 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26567 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26568 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26569 (TCP_FASTOPEN): Define.
e83d7298
DM
26570 (tcp_repair_opt): New structure.
26571 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26572 enum values.
57f41c40
AS
26573 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26574 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26575 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
26576 (tcp_cookie_transactions): New structure.
26577
d5e0b9bd
AB
265782013-01-09 Anton Blanchard <anton@samba.org>
26579
26580 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26581 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26582 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26583 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26584
0c07e3ea
JM
265852013-01-09 Joseph Myers <joseph@codesourcery.com>
26586
26587 * include/features.h (__USE_ANSI): Remove.
26588
232f7002
RM
265892013-01-09 Roland McGrath <roland@hack.frob.com>
26590
ad98e30c
RM
26591 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26592
232f7002
RM
26593 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26594
950c99ca
SP
265952013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
26596
b5792741
SP
26597 * sysdeps/s390/fpu/libm-test-ulps: Update.
26598
47cf2278
SP
26599 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26600
950c99ca
SP
26601 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26602 (__acr): Likewise.
26603 (__cpy): Likewise.
26604 (norm): Likewise.
26605 (denorm): Likewise.
26606 (__mp_dbl): Likewise.
26607 (__dbl_mp): Likewise.
26608 (add_magnitudes): Likewise.
26609 (sub_magnitudes): Likewise.
26610 (__add): Likewise.
26611 (__sub): Likewise.
26612 (__mul): Likewise.
26613 (__inv): Likewise.
26614 (__dvd): Likewise.
26615 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26616 (__acr): Likewise.
26617 (__cpy): Likewise.
26618 (norm): Likewise.
26619 (denorm): Likewise.
26620 (__mp_dbl): Likewise.
26621 (__dbl_mp): Likewise.
26622 (add_magnitudes): Likewise.
26623 (sub_magnitudes): Likewise.
26624 (__add): Likewise.
26625 (__sub): Likewise.
26626 (__mul): Likewise.
26627 (__inv): Likewise.
26628 (__dvd): Likewise.
26629 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26630 (__acr): Likewise.
26631 (__cpy): Likewise.
26632 (norm): Likewise.
26633 (denorm): Likewise.
26634 (__mp_dbl): Likewise.
26635 (__dbl_mp): Likewise.
26636 (add_magnitudes): Likewise.
26637 (sub_magnitudes): Likewise.
26638 (__add): Likewise.
26639 (__sub): Likewise.
26640 (__mul): Likewise.
26641 (__inv): Likewise.
26642 (__dvd): Likewise.
26643
eede9df9
JM
266442013-01-08 Joseph Myers <joseph@codesourcery.com>
26645
26646 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26647 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26648 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26649 2 && __USE_EXTERN_INLINES]: Likewise.
26650
c40ea3d9
AJ
266512013-01-08 Andreas Jaeger <aj@suse.de>
26652
26653 [BZ# 14985]
26654 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26655 Remove.
26656 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26657 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26658
2ccdea26
AB
266592013-01-07 Anton Blanchard <anton@samba.org>
26660
26661 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26662 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26663 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26664 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26665 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26666 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26667 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26668 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26669 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26670 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26671 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26672 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26673 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26674 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26675 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26676 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26677 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26678 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26679 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26680 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26681 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26682 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26683 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26684 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26685 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26686 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26687 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26688 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26689 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26690 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26691 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26692 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26693 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26694 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26695 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26696 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26697 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26698 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26699 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26700 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26701 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26702 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26703 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26704
a9708fed
JM
267052013-01-07 Joseph Myers <joseph@codesourcery.com>
26706
375607b9
JM
26707 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26708 (__MALLOC_PMT): Likewise.
26709 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26710 [__GNUC__], only on [_LIBC].
26711 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26712 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26713 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26714 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26715 forward declaration.
26716 (realloc_hook_ini): Likewise.
26717 (memalign_hook_ini): Likewise.
26718 (__libc_memalign): Do not use __MALLOC_PMT in variable
26719 declaration.
26720 (__libc_valloc): Likewise.
26721 (__libc_pvalloc): Likewise.
26722 (__libc_calloc): Likewise.
26723 (__posix_memalign): Likewise.
26724
a9708fed
JM
26725 [BZ #14996]
26726 * math/s_casinh.c: Include <float.h>.
26727 (__casinh): Do not do computation with squaring and square root
26728 for large arguments.
26729 * math/s_casinhf.c: Include <float.h>.
26730 (__casinhf): Do not do computation with squaring and square root
26731 for large arguments.
26732 * math/s_casinhl.c: Include <float.h>.
26733 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26734 (__casinhl): Do not do computation with squaring and square root
26735 for large arguments.
26736 * math/libm-test.inc (casin_test): Add more tests.
26737 (casinh_test): Likewise.
26738 * sysdeps/i386/fpu/libm-test-ulps: Update.
26739 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26740
afec409a
L
267412013-01-04 H.J. Lu <hongjiu.lu@intel.com>
26742
26743 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26744 (__x86_64_raw_data_cache_size): Likewise.
26745 (__x86_64_data_cache_size_half): Likewise.
26746 (__x86_64_raw_data_cache_size_half): Likewise.
26747 (__x86_64_shared_cache_size): Likewise.
26748 (__x86_64_raw_shared_cache_size): Likewise.
26749 (__x86_64_shared_cache_size_half): Likewise.
26750 (__x86_64_raw_shared_cache_size_half): Likewise.
26751 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26752 to ...
26753 (__x86_data_cache_size): This.
26754 (__x86_64_raw_data_cache_size): Renamed to ...
26755 (__x86_raw_data_cache_size): This.
26756 (__x86_64_data_cache_size_half): Renamed to ...
26757 (__x86_data_cache_size_half): This.
26758 (__x86_64_raw_data_cache_size_half): Renamed to ...
26759 (__x86_raw_data_cache_size_half): This.
26760 (__x86_64_shared_cache_size): Renamed to ...
26761 (__x86_shared_cache_size): This.
26762 (__x86_64_raw_shared_cache_size): Renamed to ...
26763 (__x86_raw_shared_cache_size): This.
26764 (__x86_64_shared_cache_size_half): Renamed to ...
26765 (__x86_shared_cache_size_half): This.
26766 (__x86_64_raw_shared_cache_size_half): Renamed to ...
26767 (__x86_raw_shared_cache_size_half): This.
26768 * sysdeps/x86_64/memcpy.S: Updated.
26769 * sysdeps/x86_64/memset.S: Likewise.
26770 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26771 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26772 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26773
0b3986d0
DM
267742013-01-04 David S. Miller <davem@davemloft.net>
26775
26776 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26777
e47686e9
AS
267782013-01-04 Andreas Schwab <schwab@linux-m68k.org>
26779
d643bac1
AS
26780 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26781 1 to avoid redefinition warning.
26782 (__USE_GNU): Don't define.
26783 (init_signaling_nan): Protoize.
26784
e47686e9
AS
26785 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26786
b18decba
SP
267872013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
26788
fffb407f
SP
26789 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26790 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26791 (__cpymn): Likewise.
26792 (norm): Remove commented code.
26793 (denorm): Likewise.
26794 (__mp_dbl): Likewise.
26795 (__inv): Likewise.
26796 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26797 (__cpymn): Likewise.
26798 (norm): Remove commented code.
26799 (denorm): Likewise.
26800 (__mp_dbl): Likewise.
26801 (__inv): Likewise.
26802
b18decba
SP
26803 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26804 mp_no value for 1.0 and 2.0.
26805 (norm): Use RADIXI instead of radixi.d.
26806 (denorm): Likewise.
26807 (__mul): Use 0.0 instead of zero.d.
26808 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26809 mp_no value for 1.0 and 2.0.
26810 (norm): Use RADIXI instead of radixi.d.
26811 (denorm): Likewise.
26812 (__mul): Use 0.0 instead of zero.d.
26813
cdc1c96f
JM
268142013-01-04 Joseph Myers <joseph@codesourcery.com>
26815
26816 [BZ #14994]
26817 * math/s_casinh.c (__casinh): Reduce finite argument to first
26818 quadrant then set signs of results at the end.
26819 * math/s_casinhf.c (__casinhf): Likewise.
26820 * math/s_casinhl.c (__casinhl): Likewise.
26821 * math/libm-test.inc (casin_test): Add more tests.
26822 (casinh_test): Likewise.
26823 * sysdeps/i386/fpu/libm-test-ulps: Update.
26824 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26825
302913e1
SP
268262013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
26827
6420d207
SP
26828 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26829
a9e48ab4
SP
26830 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26831
b7837264
SP
26832 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26833 declarations.
26834 (denorm): Likewise.
26835 (__mp_dbl): Likewise.
26836 (__inv): Likewise.
26837
f8af25d2
SP
26838 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26839 and adjust the header comment.
26840
302913e1
SP
26841 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26842 variable name from declaration.
26843
5d7dd1ca
L
268442013-01-03 H.J. Lu <hongjiu.lu@intel.com>
26845
26846 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26847 Initialize COMMON_CPUID_INDEX_7 element.
26848 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26849 (CPUID_RTM): Likewise.
26850 (HAS_RTM): Likewise.
26851 (COMMON_CPUID_INDEX_7): New enum.
26852
2f5f40f4
AS
268532013-01-03 Andreas Schwab <schwab@linux-m68k.org>
26854
26855 [BZ #14981]
26856 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26857 size is zero, record memory as freed.
26858
4056f4a0
AJ
268592013-01-03 Andreas Jaeger <aj@suse.de>
26860
26861 * po/ia.po: Add new Interlingua translation.
26862
ab15736f 268632012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
26864
26865 * locale/programs/localedef.c: Fix description of '--posix' flag.
26866
568035b7
JM
268672013-01-02 Joseph Myers <joseph@codesourcery.com>
26868
e6898b8d
JM
26869 * NEWS: Update dates in second copyright notice.
26870 * README: Update copyright dates in example.
26871 * manual/libc.texinfo: Update copyright dates.
26872 * scripts/test-installation.pl: Update copyright date in --version
26873 output.
26874
0e2f9562
JM
26875 * hurd/ctty-input.c: Fix copyright notice formatting.
26876 * hurd/ctty-output.c: Likewise.
26877 * hurd/dtable.c: Likewise.
26878 * hurd/hurd-raise.c: Likewise.
26879 * hurd/hurdprio.c: Likewise.
26880 * hurd/msgportdemux.c: Likewise.
26881 * misc/sys/file.h: Likewise.
26882 * misc/sys/ioctl.h: Likewise.
26883 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26884 * sysdeps/mach/hurd/chdir.c: Likewise.
26885 * sysdeps/mach/hurd/fchdir.c: Likewise.
26886 * sysdeps/mach/hurd/rename.c: Likewise.
26887 * sysdeps/mach/hurd/rmdir.c: Likewise.
26888 * sysdeps/mach/hurd/seekdir.c: Likewise.
26889 * sysdeps/mach/hurd/setsid.c: Likewise.
26890 * sysdeps/posix/wait3.c: Likewise.
26891
568035b7
JM
26892 * All files with FSF copyright notices: Update copyright dates
26893 using scripts/update-copyrights.
26894 * intl/plural.c: Regenerated.
26895 * locale/programs/charmap-kw.h: Likewise.
26896 * locale/programs/locfile-kw.h: Likewise.
26897
da08f647
SP
268982013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
26899
0f5477af
SP
26900 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26901 four values.
26902
44e0d4c2
SP
26903 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26904 calculation loop and add branch prediction.
26905
4d55b4e5
SP
26906 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26907 check access beyond bounds of m1np.
26908
da08f647
SP
26909 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26910 MPTWO.
26911 (__inv): Remove local variable MPTWO to use the global
26912 constant.
26913 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26914 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26915 variable MPTWO.
26916 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26917 MP3HALFS static const.
26918
8e051029
DM
269192013-01-01 David S. Miller <davem@davemloft.net>
26920
26921 * po/ca.po: Update from translation team.
26922
f4cf5f2d
JM
269232013-01-01 Joseph Myers <joseph@codesourcery.com>
26924
26925 * scripts/update-copyrights: New file.
26926 * Makeconfig: Reformat copyright notice.
26927 * ctype/ctype.h: Likewise.
26928 * debug/swprintf_chk.c: Likewise.
26929 * elf/dl-cache.c: Likewise.
26930 * elf/dl-debug.c: Likewise.
26931 * elf/dl-object.c: Likewise.
26932 * grp/initgroups.c: Likewise.
26933 * hurd/Makefile: Likewise.
26934 * hurd/hurd/signal.h: Likewise.
26935 * hurd/hurdfault.c: Likewise.
26936 * hurd/hurdioctl.c: Likewise.
26937 * hurd/hurdlookup.c: Likewise.
26938 * hurd/intr-msg.c: Likewise.
26939 * iconv/gconv_open.c: Likewise.
26940 * libio/swprintf.c: Likewise.
26941 * locale/lc-ctype.c: Likewise.
26942 * locale/nl_langinfo.c: Likewise.
26943 * mach/Machrules: Likewise.
26944 * mach/Makefile: Likewise.
26945 * malloc/obstack.h: Likewise.
26946 * manual/Makefile: Likewise.
26947 * manual/tsort.awk: Likewise.
26948 * misc/bits/stab.def: Likewise.
26949 * nis/nis_print_group_entry.c: Likewise.
26950 * nis/nis_table.c: Likewise.
26951 * nis/nss_compat/compat-pwd.c: Likewise.
26952 * nis/nss_compat/compat-spwd.c: Likewise.
26953 * po/Makefile: Likewise.
26954 * posix/fnmatch.c: Likewise.
26955 * posix/regex.h: Likewise.
26956 * resolv/Makefile: Likewise.
26957 * resolv/nss_dns/dns-network.c: Likewise.
26958 * resolv/res_hconf.c: Likewise.
26959 * scripts/gen-sorted.awk: Likewise.
26960 * soft-fp/soft-fp.h: Likewise.
26961 * stdio-common/printf.h: Likewise.
26962 * stdlib/monetary.h: Likewise.
26963 * stdlib/random.c: Likewise.
26964 * stdlib/random_r.c: Likewise.
26965 * sysdeps/generic/Makefile: Likewise.
26966 * sysdeps/gnu/Makefile: Likewise.
26967 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26968 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26969 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26970 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26971 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26972 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26973 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26974 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26975 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26976 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26977 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26978 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26979 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26980 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26981 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26982 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26983 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26984 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26985 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26986 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26987 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26988 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26989 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26990 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26991 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26992 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26993 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26994 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26995 * sysdeps/mach/hurd/errnos.awk: Likewise.
26996 * sysdeps/mach/hurd/fork.c: Likewise.
26997 * sysdeps/mach/hurd/getcwd.c: Likewise.
26998 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26999 * sysdeps/mach/hurd/mmap.c: Likewise.
27000 * sysdeps/mach/hurd/utimes.c: Likewise.
27001 * sysdeps/mach/hurd/xmknod.c: Likewise.
27002 * sysdeps/posix/profil.c: Likewise.
27003 * sysdeps/posix/readdir_r.c: Likewise.
27004 * sysdeps/powerpc/bits/mathdef.h: Likewise.
27005 * sysdeps/powerpc/bits/setjmp.h: Likewise.
27006 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
27007 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27008 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27009 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
27010 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27011 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27012 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27013 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
27014 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27015 * sysdeps/pthread/lio_listio.c: Likewise.
27016 * sysdeps/sparc/dl-procinfo.h: Likewise.
27017 * sysdeps/unix/i386/sysdep.S: Likewise.
27018 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
27019 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
27020 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
27021 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
27022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27023 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
27024 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
27025 * sysdeps/unix/sysv/linux/speed.c: Likewise.
27026 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
27027 * sysdeps/wordsize-32/divdi3.c: Likewise.
27028 * time/sys/time.h: Likewise.
27029 * wcsmbs/Makefile: Likewise.
27030
0549fbba
DM
270312013-01-01 David S. Miller <davem@davemloft.net>
27032
a141f1a7
DM
27033 * po/fr.po: Update from translation team.
27034
0549fbba
DM
27035 * catgets/gencat.c: Update copyright year.
27036 * csu/version.c: Likewise.
27037 * debug/catchsegv.sh: Likewise.
27038 * debug/pcprofiledump.c: Likewise.
27039 * debug/xtrace.sh: Likewise.
27040 * elf/ldconfig.c: Likewise.
27041 * elf/ldd.bash.in: Likewise.
27042 * elf/pldd.c: Likewise.
27043 * elf/sotruss.ksh: Likewise.
27044 * elf/sprof.c: Likewise.
27045 * iconv/iconv_prog.c: Likewise.
27046 * iconv/iconvconfig.c: Likewise.
27047 * locale/programs/locale.c: Likewise.
27048 * locale/programs/localedef.c: Likewise.
27049 * login/programs/pt_chown.c: Likewise.
27050 * malloc/memusage.sh: Likewise.
27051 * malloc/memusagestat.c: Likewise.
27052 * malloc/mtrace.pl: Likewise.
27053 * nscd/nscd.c: Likewise.
27054 * nss/getent.c: Likewise.
27055 * nss/makedb.c: Likewise.
27056 * posix/getconf.c: Likewise.
27057
18ea052c
SP
270582012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
27059
27060 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
27061 numbers.
27062
9c89fca6
MF
270632012-12-30 Mike Frysinger <vapier@gentoo.org>
27064
27065 * math/bits/mathcalls.h (modf): Use __nonnull.
27066
085ec079
SP
270672012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27068
27069 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
27070 (split): Use macro CN instead of the bare value.
27071 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
27072 could be used.
27073 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
27074 instead of the bare value.
27075 (power1): Likewise.
27076
6d9f97e1
SP
270772012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27078
d63f73be
SP
27079 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
27080 __ATAN_TWOM.
27081 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27082
6d9f97e1
SP
27083 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
27084 their values.
27085 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27086 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
27087 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
27088 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
27089
4c4febf5
AJ
270902012-12-28 Andreas Jaeger <aj@suse.de>
27091
af5843ef
AJ
27092 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
27093 values are from Linux 3.7.
27094
4c4febf5
AJ
27095 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
27096 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
27097
99136f82
SP
270982012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27099
2f216c3c 27100 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
27101 TRUE case.
27102
99136f82
SP
27103 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
27104 (norm): Likewise.
27105 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
27106 variables with preprocessor constants.
27107 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
27108 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
27109 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
27110
7fffbdff
BH
271112012-12-27 Bruno Haible <bruno@clisp.org>
27112
27113 [BZ #14317]
27114 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
27115 only if needed.
27116
b76eb5f0
SP
271172012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
27118
31a7fe5c
SP
27119 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
27120 and use variable directly.
27121 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
27122
b76eb5f0
SP
27123 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27124 MPONE.
27125 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
27126 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27127 variable MPONE.
27128 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
27129 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
27130 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
27131 include directive. Remove local variable MPONE.
27132 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
27133 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
27134 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
27135
2c8bfe7d
DM
271362012-12-25 David S. Miller <davem@davemloft.net>
27137
27138 * version.h (RELEASE): Set to "development".
27139 (VERSION): Set to "2.17.90".
27140 * NEWS: Add 2.18 section.
27141
147d03b0
DM
271422012-12-21 David S. Miller <davem@davemloft.net>
27143
27144 * po/hr.po: Update from translation team.
27145
a8ebb2b9
AK
271462012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27147
27148 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
27149
95b4f1b6
SE
271502012-12-19 Steve Ellcey <sellcey@mips.com>
27151
b2d94007 27152 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 27153
cedb2a90
MS
271542012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
27155
27156 * manual/contrib.texi (Contributors): Spelling correction.
27157
bbf527d6
DM
271582012-12-15 David S. Miller <davem@davemloft.net>
27159
27160 * po/ru.po: Update from translation team.
27161
bc38c906
DM
271622012-12-13 David S. Miller <davem@davemloft.net>
27163
85429b1a
DM
27164 * NEWS: Mention IFUNC testsuite enhancements.
27165
d283e353
DM
27166 * po/pl.po: Update from translation team.
27167 * po/bg.po: Likewise.
27168
bc38c906
DM
27169 * manual/contrib.texi (Contributors): Update entries for Hongjiu
27170 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
27171
a181b0d7
DM
271722012-12-11 David S. Miller <davem@davemloft.net>
27173
4641d57e
DM
27174 * po/sv.po: Update from translation team.
27175
f7bc6495
DM
27176 * po/vi.po: Update from translation team.
27177
6fc9048f
DM
27178 * po/cs.po: Update from translation team.
27179
a181b0d7
DM
27180 * po/de.po: Update from translation team.
27181 * po/eo.po: Likewise.
27182 * po/nl.po: Likewise.
27183
f70bfe80
SP
271842012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
27185
3c8b4190
SP
27186 [BZ #14246]
27187 * manual/argp.texi (Argp Helper Functions): Move node to follow
27188 Argp Parsing State.
27189
f70bfe80
SP
27190 [BZ #14872]
27191 * manual/conf.texi (Limits on File System Capacity): Mention if
27192 terminating null is included in the max size.
27193
188f0adf
AJ
271942012-12-10 Andreas Jaeger <aj@suse.de>
27195
27196 * po/cs.po: Update from translation team.
27197
56e7d3ad
SP
271982012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27199
27200 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
27201 void pointer and cast to uintptr_t.
27202 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
27203 path.
27204 * sysdeps/s390/s390-64/memcpy.S: Likewise.
27205 * sysdeps/s390/s390-64/memset.S: Likewise.
27206
76f2d2ea 272072012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
27208
27209 [BZ #14833]
27210 * menual/message.texi (Message Translation): Fix typos.
27211 (Helper programs for gettext): Likewise.
27212
67cbf9a2
AS
272132012-12-07 Andreas Schwab <schwab@linux-m68k.org>
27214
27215 [BZ #14898]
27216 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
27217 Change to -1.
27218
682d0e9a
DM
272192012-12-07 David S. Miller <davem@davemloft.net>
27220
27221 * po/libc.pot: Update.
27222
573cd484
RH
272232012-12-07 Richard Henderson <rth@redhat.com>
27224
7e9da188 27225 [BZ #10114]
573cd484
RH
27226 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
27227 normal/normal case to before the switch.
27228 (_FP_DIV): Likewise.
27229
e933a943
MF
272302012-12-06 Carlos O'Donell <carlos@systemhalted.org>
27231 Mike Frysinger <vapier@gentoo.org>
27232
27233 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
27234 check for __NR_fadvise64_64.
27235
82123268
CM
272362012-12-06 Chris Metcalf <cmetcalf@tilera.com>
27237
27238 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
27239 0, not just to plain "0" as a statement.
27240 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
27241 with cw.
27242
d9814526
JM
272432012-12-06 Joseph Myers <joseph@codesourcery.com>
27244
27245 * NEWS: Use sourceware.org in Bugzilla URL.
27246
7728c574
SP
272472012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
27248
f16946dd
SP
27249 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
27250 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27251
5704bbcb
SP
27252 * stdio-common/tst-put-error.c (do_test): Add newline to the
27253 padded test to ensure flush.
27254
17aa0516
JL
272552012-12-05 Jeff Law <law@redhat.com>
27256
27257 * sunrpc/etc.rpc (fedfs_admin): Add entry.
27258
363313b5
JM
272592012-12-05 Joseph Myers <joseph@codesourcery.com>
27260
effbd42a
JM
27261 * README: Don't refer to ports add-on as distributed separately.
27262 Mention AArch64 in list of systems supported in the ports add-on.
27263
87600365
JM
27264 * LICENSES: Add more non-FSF copyright and license notices.
27265
a0d7066a
JM
27266 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
27267 ((unused)).
27268
66ca5a5b
JM
27269 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
27270
363313b5
JM
27271 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
27272 10000 as width of padded output.
27273
b37984ad
JM
272742012-12-04 Joseph Myers <joseph@codesourcery.com>
27275
9003570a
JM
27276 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
27277
b37984ad
JM
27278 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
27279 variable LX with __attribute__ ((unused)).
27280 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
27281 Likewise.
27282 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
27283 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
27284 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
27285 with __attribute__ ((unused)).
27286
c8df52ec
DM
272872012-12-04 David S. Miller <davem@abraco.davemloft.net>
27288
27289 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
27290
b3b099af
JM
272912012-12-04 Joseph Myers <joseph@codesourcery.com>
27292
c33aa6e3
JM
27293 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
27294 (CFLAGS-nldbl-acos.c): New variable.
27295 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
27296 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
27297 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
27298 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
27299 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
27300 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
27301 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
27302 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
27303 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
27304 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
27305 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
27306 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
27307 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
27308 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
27309 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
27310 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
27311 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
27312 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
27313 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
27314 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
27315 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
27316 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
27317 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
27318 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
27319 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
27320 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
27321 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
27322 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
27323 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
27324 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
27325 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
27326 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
27327 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
27328 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
27329 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
27330 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
27331 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
27332 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
27333 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
27334 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
27335 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
27336 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
27337 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
27338 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
27339 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
27340 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
27341 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
27342 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
27343 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
27344 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
27345 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
27346 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
27347 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
27348 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
27349 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
27350 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
27351 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
27352 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
27353 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
27354 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
27355 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
27356 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
27357 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
27358 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
27359 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
27360 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
27361 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
27362 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
27363 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
27364 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
27365 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
27366 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
27367 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
27368 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
27369 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
27370 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
27371 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
27372 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
27373 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
27374 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
27375 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
27376 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
27377 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
27378 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
27379 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
27380 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
27381 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
27382 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
27383 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
27384 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
27385 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
27386 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
27387 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
27388 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
27389 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
27390 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
27391 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
27392
20f0018d
JM
27393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27394 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
27395
b3b099af
JM
27396 [BZ #14914]
27397 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
27398 whole low double instead of just low 47 bits when splitting values
27399 into two parts.
27400
029264d1
AM
274012012-12-03 Allan McRae <allan@archlinux.org>
27402
27403 * manual/stdio.texi (Predefined Printf Handlers): Remove
27404 @hsep and @vsep usage.
27405
c9d6789e
MF
274062012-12-03 Mike Frysinger <vapier@gentoo.org>
27407
27408 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
27409 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
27410
4b7634a5
JL
274112012-12-03 Jeff Law <law@redhat.com>
27412
27413 * time/sys/time.h (settimeofday): Do not mark TV argument
27414 as __nonnull.
27415
eb6cbd24
MF
274162012-12-01 Mike Frysinger <vapier@gentoo.org>
27417
27418 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
27419 when currently writing and seek to current position when not.
27420 * libio/Makefile (tests): Remove bug-fclose1.
27421 * libio/bug-fclose1.c: Delete.
27422
f638872a
JM
274232012-12-01 Joseph Myers <joseph@codesourcery.com>
27424
27425 * manual/arith.texi (feenableexcept): Fix typo.
27426 (fedisableexcept): Likewise.
27427
48085d14
RM
274282012-11-30 Roland McGrath <roland@hack.frob.com>
27429
27430 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
27431 second, differently-typed declaration, rather than a cast.
27432
1a538b9f
SP
274332012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
27434
27435 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27436 * include/rpc/svc.h: ... here.
27437
d07f2ff1 274382012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
27439
27440 [BZ #13013]
27441 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27442 depending n and resplen2 to catch cases where answer
27443 equals answerp2.
27444
c93ec1f0
CD
274452012-11-29 Carlos O'Donell <carlos@systemhalted.org>
27446
27447 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27448 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27449
37db69de
MF
274502012-11-29 Mike Frysinger <vapier@gentoo.org>
27451
27452 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27453
e10c4e4f
RM
274542012-11-29 Roland McGrath <roland@hack.frob.com>
27455
27456 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27457
2af1b328
JL
274582012-11-28 Jeff Law <law@redhat.com>
27459
27460 [BZ #13761]
27461 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27462 dataset_temporary. Track alloca usage into alloca_used.
27463 If dataset is large allocate and release it via malloc/free.
27464
111db5b1
FW
274652012-06-04 Florian Weimer <fweimer@redhat.com>
27466
f06cc227 27467 [BZ #14197]
111db5b1
FW
27468 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27469
dd694abd
DM
274702012-11-28 David S. Miller <davem@davemloft.net>
27471
27472 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27473
9984dd01
JM
274742012-11-28 Joseph Myers <joseph@codesourcery.com>
27475
27476 [BZ #14803]
27477 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27478 of pi/2 rounded to nearest to 64 bits.
27479 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27480 nearest to 64 bits.
27481 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27482 bits.
27483
14bc93a9
JL
274842012-11-28 Jeff Law <law@redhat.com>
27485 Martin Osvald <mosvald@redhat.com>
27486
27487 [BZ #14889]
27488 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27489 * sunrpc/svc.c: Include time.h.
27490 (__svc_accept_failed): New function.
27491 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27492 any reason other than EINTR, call __svc_accept_failed.
27493 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27494 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27495
e3c6aa3a
AS
274962012-11-28 Andreas Schwab <schwab@suse.de>
27497
27498 * scripts/abilist.awk: Also handle indirect functions in .opd
27499 section.
27500
1bead169
JM
275012012-11-28 Joseph Myers <joseph@codesourcery.com>
27502
27503 [BZ #13881]
27504 * sysdeps/x86/fpu/powl_helper.c: New file.
27505 * sysdeps/x86/fpu/Makefile: Likewise.
27506 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27507 (p3): New object.
27508 (__ieee754_powl): Use __powl_helper for finite arguments except
27509 integer exponents below 8.
27510 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27511 (p3): New object.
27512 (__ieee754_powl): Use __powl_helper for finite arguments except
27513 integer exponents below 8.
27514 * math/libm-test.inc (pow_test): Add more tests and enable some
27515 previously disabled tests.
27516 * sysdeps/i386/fpu/libm-test-ulps: Update.
27517 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27518
0817d63d
SP
275192012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27520 Carlos O'Donell <carlos_odonell@mentor.com>
27521
27522 * nss/makedb.c (is_prime): Assert that input is odd and greater
27523 than 4. Note that fact in a comment too.
27524 (next_prime): Add 4 to input.
27525
de2fd463
SP
275262012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
27527
27528 [BZ #11741]
27529 * libio/Makefile (tests): Add test case tst-fwrite-error.
27530 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27531 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27532 * libio/tst-fwrite-error.c: New test case.
27533
c515fb51
L
275342012-11-26 H.J. Lu <hongjiu.lu@intel.com>
27535
27536 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27537 before casting to void *.
27538 * include/libc-internal.h (__pointer_type): New macro.
27539 (__integer_if_pointer_type_sub): Likewise.
27540 (__integer_if_pointer_type): Likewise.
27541 (cast_to_integer): Likewise.
27542 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27543 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27544 before casting to atomic64_t.
27545 (atomic_exchange_acq): Likewise.
27546 (__arch_exchange_and_add_body): Likewise.
27547 (__arch_add_body): Likewise.
27548 (atomic_add_negative): Likewise.
27549 (atomic_add_zero): Likewise.
27550
4cf77aa9
JM
275512012-11-26 Joseph Myers <joseph@codesourcery.com>
27552
27553 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27554 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27555 (add_fdes): Likewise.
27556 (linear_search_fdes): Likewise.
27557 (binary_search_unencoded_fdes): Likewise.
27558
d260b3b4
AS
275592012-11-26 Andreas Schwab <schwab@linux-m68k.org>
27560
27561 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27562
67060746
AC
275632012-11-24 Adam Conrad <adconrad@0c3.net>
27564
27565 * configure.in: Autodetect C++ header directories.
27566 * configure: Regenerated.
27567
800938a1
MF
275682012-11-23 Mike Frysinger <vapier@gentoo.org>
27569
27570 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27571
4e6e34e6
AS
275722012-11-23 Andreas Schwab <schwab@linux-m68k.org>
27573
27574 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27575
7c7feb47
JM
275762012-11-22 Joseph Myers <joseph@codesourcery.com>
27577
7184dcdf
JM
27578 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27579 LDBL_MANT_DIG == 106]: Disable some tests.
27580 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27581 Likewise.
27582 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27583 Likewise.
27584
0a42601f
JM
27585 [BZ #14871]
27586 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27587 input for small inputs. Return +/- pi/2 for large inputs.
27588 * math/libm-test.inc (atan_test): Add more tests.
27589
79c9b9fe
JM
27590 * sysdeps/generic/unwind-dw2-fde-glibc.c
27591 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27592 __attribute__ ((unused)).
27593
c60d3bf2
JM
27594 [BZ #14645]
27595 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27596 x * y if x and y are nonzero and z is zero.
27597
ef1e0867
JM
27598 [BZ #14811]
27599 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27600 nonzero exponents with absolute value below 0x1p-117 to +/-
27601 0x1p-117.
27602
1468ded3
JM
27603 [BZ #14869]
27604 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27605 up arguments below 2**-450, not just those below 2**-500.
27606 * math/libm-test.inc (hypot_test): Add another test.
27607
8e27e3cc
JM
27608 [BZ #14868]
27609 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27610 Return a+b for ratio over 2**120, not 2**60.
27611 * math/libm-test.inc (hypot_test): Add another test.
27612
c9c0279b
JM
27613 * math/libm-test.inc (clog_test): Use
27614 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27615 (clog10_test): Likewise.
27616
7c7feb47
JM
27617 [BZ #6778]
27618 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27619
fff1530e
AS
276202012-11-22 Andreas Schwab <schwab@suse.de>
27621
27622 * sysdeps/i386/fpu/libm-test-ulps: Update.
27623
94558d30
PT
276242012-11-22 Pino Toscano <toscano.pino@tiscali.it>
27625
27626 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27627 printf output with newline.
27628
7e1be741
L
276292012-11-21 H.J. Lu <hongjiu.lu@intel.com>
27630
6bfea974
L
27631 [BZ #14865]
27632 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27633 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27634 -z nodlopen, -z initfirst and -z execstack support.
27635 * configure: Regenerated.
27636
7e1be741
L
27637 * elf/elf.h (DF_1_NODIRECT): New macro.
27638 (DF_1_IGNMULDEF): Likewise.
27639 (DF_1_NOKSYMS): Likewise.
27640 (DF_1_NOHDR): Likewise.
27641 (DF_1_EDITED): Likewise.
27642 (DF_1_NORELOC): Likewise.
27643 (DF_1_SYMINTPOSE): Likewise.
27644 (DF_1_GLOBAUDIT): Likewise.
27645 (DF_1_SINGLETON): Likewise.
27646 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27647 DT_1_SUPPORTED_MASK bits.
27648 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27649
105ce2ce
CD
276502012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
27651
27652 * sysdeps/unix/make-syscalls.sh: Document prefixes.
27653
123be9de
TS
276542012-11-20 Thomas Schwinge <thomas@codesourcery.com>
27655
d072f3f7
TS
27656 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27657 macro.
27658
123be9de
TS
27659 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27660 (sendmmsg): Move declarations...
27661 * socket/sys/socket.h: ... here.
27662 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27663 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27664 include it from...
27665 * socket/recvmmsg.c: ... this new file.
27666 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27667 (sendmmsg): Rename to __sendmmsg, create weak alias and make
27668 definition of __sendmmsg hidden.
27669 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27670 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27671 Move ENOSYS stub into and include it from...
27672 * socket/sendmmsg.c: ... this new file.
27673 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27674 (sysdep_routines): Move recvmmsg and sendmmsg...
27675 * socket/Makefile (routines): ... here.
27676 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27677 (GLIBC_PRIVATE): Add __sendmmsg.
27678 * include/sys/socket.h (__sendmmsg): Add declarations.
27679 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27680 sendmmsg.
27681
cf9a5d18
JM
276822012-11-20 Joseph Myers <joseph@codesourcery.com>
27683
27684 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27685 variable I1 with __attribute__ ((unused)).
27686 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27687
ecd4caf9
JM
276882012-11-19 Joseph Myers <joseph@codesourcery.com>
27689
be14d48f
JM
27690 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27691 DUMMY variables with __attribute__ ((unused)).
27692
ecd4caf9
JM
27693 * bits/byteswap.h: Include <bits/types.h>.
27694 (__bswap_64): Use __uint64_t instead of unsigned long long int.
27695
986cab95
PT
276962012-11-19 Pino Toscano <toscano.pino@tiscali.it>
27697
27698 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27699 string_t. Do not manually set errno.
27700 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27701 length with __strnlen. Make sure to both set errno and return it on
27702 failure.
27703
6d33cc9d
DM
277042012-11-19 David S. Miller <davem@davemloft.net>
27705
27706 With help from Joseph Myers.
27707 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27708 very large arguments properly.
27709 * math/libm-test.inc (atan_test): New tests.
27710 (atan2_test): New tests.
27711 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27712 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27713
ee663277
JM
277142012-11-19 Joseph Myers <joseph@codesourcery.com>
27715
877f2d8e
JM
27716 [BZ #14856]
27717 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27718 Define to 3.
27719
116fc08a
JM
27720 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27721 [POSIX] (EADDRNOTAVAIL): Likewise.
27722 [POSIX] (EAFNOSUPPORT): Likewise.
27723 [POSIX] (EALREADY): Likewise.
27724 [POSIX] (ECONNABORTED): Likewise.
27725 [POSIX] (ECONNREFUSED): Likewise.
27726 [POSIX] (ECONNRESET): Likewise.
27727 [POSIX] (EDESTADDRREQ): Likewise.
27728 [POSIX] (EDQUOT): Likewise.
27729 [POSIX] (EHOSTUNREACH): Likewise.
27730 [POSIX] (EIDRM): Likewise.
27731 [POSIX] (EISCONN): Likewise.
27732 [POSIX] (ELOOP): Likewise.
27733 [POSIX] (EMULTIHOP): Likewise.
27734 [POSIX] (ENETDOWN): Likewise.
27735 [POSIX] (ENETUNREACH): Likewise.
27736 [POSIX] (ENOBUFS): Likewise.
27737 [POSIX] (ENODATA): Likewise.
27738 [POSIX] (ENOLINK): Likewise.
27739 [POSIX] (ENOMSG): Likewise.
27740 [POSIX] (ENOPROTOOPT): Likewise.
27741 [POSIX] (ENOSR): Likewise.
27742 [POSIX] (ENOSTR): Likewise.
27743 [POSIX] (ENOTCONN): Likewise.
27744 [POSIX] (ENOTSOCK): Likewise.
27745 [POSIX] (EOPNOTSUPP): Likewise.
27746 [POSIX] (EOVERFLOW): Likewise.
27747 [POSIX] (EPROTO): Likewise.
27748 [POSIX] (EPROTONOSUPPORT): Likewise.
27749 [POSIX] (EPROTOTYPE): Likewise.
27750 [POSIX] (ESTALE): Likewise.
27751 [POSIX] (ETIME): Likewise.
27752 [POSIX] (ETXTBSY): Likewise.
27753 [POSIX] (EWOULDBLOCK): Likewise.
27754 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27755 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27756 [POSIX] (SEEK_CUR): Likewise.
27757 [POSIX] (SEEK_END): Likewise.
27758 [POSIX || UNIX98] (mode_t): Do not require.
27759 [POSIX] (off_t): Likewise.
27760 [POSIX] (pid_t): Likewise.
27761 [POSIX] (sys/stat.h): Do not allow header.
27762 [POSIX] (unistd.h): Likewise.
27763 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27764 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27765 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27766 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27767 require.
27768 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27769 sigevent): Specify elements.
27770 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27771 entry.
27772 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27773 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27774
a483863f
JM
27775 * conform/data/cpio.h-data [POSIX]: Disable whole file.
27776 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27777 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27778 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27779 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27780 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27781 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27782 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27783 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27784 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27785 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27786 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27787 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27788 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27789 Likewise.
27790 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27791 Likewise.
27792 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27793 Likewise.
27794 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27795 Likewise.
27796 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27797 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27798 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27799 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27800 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27801 Specify lower bound on value.
27802 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27803 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27804 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27805 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27806 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27807 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27808 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27809 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27810 value.
27811 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27812 as optional.
27813 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27814 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27815 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27816 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27817 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27818 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27819 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27820 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27821 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27822 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27823 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27824 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27825 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27826 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27827 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27828 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27829 entry.
27830 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27831 optional.
27832 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27833 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27834 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27835 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27836 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27837 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27838 Likewise.
27839 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27840 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27841 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27842 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27843 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
27844 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27845 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27846 as optional.
27847 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27848 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27849 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27850 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27851 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27852 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27853 specify as optional.
27854 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27855 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27856 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27857 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27858 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27859 [XPG3] (NL_LANGMAX): Likewise.
27860 [POSIX || XPG3] (NL_MSGMAX): Likewise.
27861 [POSIX || XPG3] (NL_NMAX): Likewise.
27862 [POSIX || XPG3] (NL_SETMAX): Likewise.
27863 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27864 [XPG3] (NZERO): Likewise.
27865 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27866 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27867 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27868 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27869 (REG_ERANGE): Expect.
27870 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27871 optional-constant.
27872 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27873 Use (void) in prototype.
27874 [POSIX] (*_t): Allow.
27875 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27876 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27877 (WRDE_BADVAL): Expect.
27878
5ba924e3
JM
27879 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27880 expect.
27881 [XPG3 || XPG4] (O_RSYNC): Likewise.
27882 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27883 Likewise.
27884 [XPG3 || XPG4] (pthread_sigmask): Likewise.
27885 [XPG3 || XPG4] (sigqueue): Likewise.
27886 [XPG3 || XPG4] (sigtimedwait): Likewise.
27887 [XPG3 || XPG4] (sigwaitinfo): Likewise.
27888 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27889 [XPG3 || XPG4] (vsnprintf): Likewise.
27890 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27891 Likewise.
27892 [XPG3 || XPG4] (blksize_t): Likewise.
27893 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27894 Likewise.
27895 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27896 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27897 [XPG3 || XPG4] (struct itimerspec): Likewise.
27898 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27899 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27900 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27901 [XPG3 || XPG4] (clockid_t): Likewise.
27902 [XPG3 || XPG4] (timer_t): Likewise.
27903 [XPG3 || XPG4] (clock_getres): Likewise.
27904 [XPG3 || XPG4] (clock_gettime): Likewise.
27905 [XPG3 || XPG4] (clock_settime): Likewise.
27906 [XPG3 || XPG4] (nanosleep): Likewise.
27907 [XPG3 || XPG4] (timer_create): Likewise.
27908 [XPG3 || XPG4] (timer_delete): Likewise.
27909 [XPG3 || XPG4] (timer_gettime): Likewise.
27910 [XPG3 || XPG4] (timer_getoverrun): Likewise.
27911 [XPG3 || XPG4] (timer_settime): Likewise.
27912 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27913 [XPG3 || XPG4] (getlogin_r): Likewise.
27914 [XPG3 || XPG4] (pread): Likewise.
27915 [XPG3 || XPG4] (pthread_atfork): Likewise.
27916 [XPG3 || XPG4] (pwrite): Likewise.
27917
ee663277
JM
27918 [BZ #14835]
27919 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27920 <bits/siginfo.h>.
27921
942caa16
PT
279222012-11-19 Pino Toscano <toscano.pino@tiscali.it>
27923
e19af380
PT
27924 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27925 finalizing MALLSTREAM.
27926
942caa16
PT
27927 * sysdeps/mach/hurd/syncfs.c: New file.
27928
cfde9b46
SP
279292012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
27930
27931 [BZ #14719]
27932 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27933 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27934 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27935 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27936 (_nss_dns_gethostbyname4_r): Likewise.
27937 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27938 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27939
f6da27e5
PH
279402012-11-19 Peng Haitao <penght@cn.fujitsu.com>
27941
27942 [BZ #13763]
27943 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27944
6665d4a2
SM
279452012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
27946
1f51ee92
SM
27947 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27948 * elf/cache.c (print_entry): Print ",AArch64" for
27949 FLAG_AARCH64_LIB64
27950
6665d4a2
SM
27951 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27952 * elf/cache.c (print_entry): Print ",hard-float" for
27953 FLAG_ARM_LIBHF.
27954
05b227bd
DM
279552012-11-18 David S. Miller <davem@davemloft.net>
27956
27957 With help from Joseph Myers.
27958 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27959 cutoff to 2**-13.
27960 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27961 cutoff to 2**-25.
27962 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27963 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27964 small.
27965 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27966 * math/libm-test.inc (y0_test): New tests.
27967 (y1_test): New tests.
27968 * sysdeps/i386/fpu/libm-test-ulps: Update.
27969 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27970 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27971
786b0b67
AS
279722012-11-18 Andreas Schwab <schwab@linux-m68k.org>
27973
27974 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27975 64-bit targets.
27976 * configure: Regenerated.
27977
8e18b86d
DM
279782012-11-17 David S. Miller <davem@davemloft.net>
27979
27980 [BZ #14811]
27981 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27982 nonzero exponents with absolute value below 0x1p-128 to +/-
27983 0x1p-128.
27984
531f1ae0
JM
279852012-11-17 Joseph Myers <joseph@codesourcery.com>
27986
12df29e2
JM
27987 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27988
150dc1a0
JM
27989 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27990
531f1ae0
JM
27991 * posix/getconf-speclist.c: New file.
27992 * posix/posix-envs.def: Likewise.
27993 * posix/confstr.c (START_ENV_GROUP): New macro.
27994 (END_ENV_GROUP): Likewise.
27995 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27996 (KNOWN_PRESENT_ENV_STRING): Likewise.
27997 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27998 (UNKNOWN_ENVIRONMENT): Likewise.
27999 (confstr): Include posix-envs.def instead of handling
28000 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
28001 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
28002 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
28003 (END_ENV_GROUP): Likewise.
28004 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
28005 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
28006 (UNKNOWN_ENVIRONMENT): Likewise.
28007 (__sysconf): Include posix-envs.def instead of handling associated
28008 cases directly here.
28009 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
28010 preprocessing getconf-speclist.c rather than running getconf or
28011 generating empty file.
28012
a93f9cbc
PT
280132012-11-16 Pino Toscano <toscano.pino@tiscali.it>
28014
28015 * scripts/check-local-headers.sh: Ignore 'mach' headers.
28016
d64d9f87
AL
280172012-11-16 Andrej Lajovic <natrij@gmail.com>
28018
28019 [BZ #14672]
28020 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
28021
447885eb
DM
280222012-11-16 David S. Miller <davem@davemloft.net>
28023
28024 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
28025 smaller than LDBL_EPSILON/2.0L, just return xm1.
28026
bcbf9830
L
280272012-11-16 H.J. Lu <hongjiu.lu@intel.com>
28028
28029 * elf/tst-array1.c (init): Set constructor priority to 1000.
28030 (fini): Set destructor priority to 1000.
28031 * elf/tst-array2dep.c: Likewise.
28032
2b766585
SP
280332012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28034
28035 [BZ #11741]
28036 * libio/fileops.c (_IO_new_file_write): Correctly return error.
28037 (_IO_new_file_xsputn): Also return EOF if none of the input
28038 data was written when overflow failed.
28039 * libio/iopadn.c (_IO_padn): Likewise.
28040 * libio/iowpadn.c (_IO_wpadn): Likewise.
28041 * stdio-common/tst-put-error.c: Add copyright notice.
28042 (do_test): Add case for printing padded string.
28043 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
28044 _IO_padn returned error.
28045 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
28046 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
28047 return EOF.
28048
b1848fde
SP
280492012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
28050
28051 * libio/libioP.h: Add comment note that the references to C++
28052 bits are now obsolete.
28053
2fd89785
MS
280542012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28055
28056 * math/libm-test.inc (check_complex): Use asprintf.
28057
e3ea5409
JM
280582012-11-14 Joseph Myers <joseph@codesourcery.com>
28059
28060 * debug/pcprofiledump.c (print_version): Update copyright year.
28061 * malloc/memusagestat.c (print_version): Likewise.
28062
2e64d265
L
280632012-11-14 H.J. Lu <hongjiu.lu@intel.com>
28064
28065 [BZ #14831]
28066 * elf/Makefile (tests): Add tst-audit8.
28067 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
28068 ($(objpfx)tst-audit8.out): New target.
28069 (tst-audit8-ENV): New variable.
28070 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
28071 audit if l_reloc_result is NULL.
28072 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
28073 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
28074 * elf/tst-audit8.c: New file.
28075
c485e4d2
MS
280762012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28077
28078 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
28079 * misc/Makefile (CFLAGS-select.c): Define.
28080 * posix/Makefile (CFLAGS-pause.c): Define.
28081
3a0d900a
DM
280822012-11-13 David S. Miller <davem@davemloft.net>
28083
28084 * crypt/Makefile: Move test targets after toplevel Rules
28085 inclusion. Grab any necessary sysdep routines when linking.
28086 * crypt/md5.c (md5_process_block): Remove define, we will always
28087 name it __md5_process_block.
28088 (md5_finish_ctx): Update md5_process_block call.
28089 (md5_stream): Likewise.
28090 (md5_process_bytes): Likewise.
28091 (md5_process_block): Rename to __md5_process_block and move to ...
28092 * crypt/md5-block.c: ... here.
28093 * crypt/sha256.c (sha256_process_block): Move to ...
28094 * crypt/sha256-block.c: ... here.
28095 * crypt/sha512.c (sha512_process_block): Move to ...
28096 * crypt/sha512-block.c: ... here.
28097 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
28098 path.
28099 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
28100 * sysdeps/sparc/sparc64/multiarch/Makefile
28101 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
28102 crypt subdir.
28103 (localedef-aux): Add md5 crypto assembler when in locale subdir.
28104 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
28105 multiarch changes.
28106 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
28107 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
28108 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
28109 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
28110 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
28111 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
28112 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
28113 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
28114 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
28115 file.
28116 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
28117 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
28118 file.
28119 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
28120
8ca89318
JM
281212012-11-13 Joseph Myers <joseph@codesourcery.com>
28122
e27d476a
JM
28123 * timezone/tzselect.ksh: Update from tzcode git revision
28124 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
28125 * timezone/zdump.c: Likewise.
28126 * timezone/zic.c: Likewise.
28127 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
28128 in TZVERSION setting, not $(PKGVERSION).
28129 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
28130 REPORT_BUGS_TO settings.
28131
8ca89318
JM
28132 [BZ #14838]
28133 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
28134 macro.
28135
47594329
MS
281362012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28137
28138 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
28139 detection to immediately after _FP_ROUND().
28140 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
28141 bits are 0.
28142
640ac3f1
DM
281432012-11-11 David S. Miller <davem@davemloft.net>
28144
28145 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
28146 inttypes.h
28147 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
28148 __close rather than their public counterparts.
28149
3d2577bb
JM
281502012-11-10 Joseph Myers <joseph@codesourcery.com>
28151
28152 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
28153 file.
28154 [UNIX98] (sem_timedwait): Do not expect.
28155 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
28156 [XPG4 || UNIX98] (sockatmark): Do not expect.
28157 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
28158 (clock_getcpuclockid): Do not expect.
28159 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
28160 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
28161 Do not expect.
28162 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
28163 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
28164 [UNIX98] (vwscanf): Likewise.
28165 [UNIX98] (vswscanf): Likewise.
28166
fb1ae1ee
JM
281672012-11-09 Joseph Myers <joseph@codesourcery.com>
28168
9ec6f8bd
JM
28169 * timezone/version.h: Remove file.
28170 * timezone/README: Do not refer to version.h.
28171 * timezone/Makefile ($(objpfx)zic.o): New dependency on
28172 $(objpfx)version.h.
28173 ($(objpfx)zdump.o): Likewise.
c3f81911 28174 ($(objpfx)version.h): New target.
9ec6f8bd 28175
0aa8f8a1
JM
28176 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
28177 2012i.
28178 * timezone/README: Don't mention modification to tzselect.ksh.
28179 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
28180 work on unmodified tzselect.ksh. Substitute version numbers in
28181 tzselect.ksh.
28182
4e87147f
JM
28183 * Makefile (format-me): Remove.
28184 (INSTALL): Adjust indentation. Use commands directly instead of
28185 using $(format-me).
28186
8b748aed
JM
28187 * aclocal.m4 (ACX_PKGVERSION): New macro.
28188 (ACX_BUGURL): Likewise.
28189 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
28190 (PKGVERSION): New AC_DEFINE_UNQUOTED.
28191 (REPORT_BUGS_TO): Likewise.
28192 * configure: Regenerated.
28193 * config.h.in (PKGVERSION): New macro.
28194 (REPORT_BUGS_TO): Likewise.
28195 * config.make.in (PKGVERSION): New variable.
28196 (PKGVERSION_TEXI): Likewise.
28197 (REPORT_BUGS_TO): Likewise.
28198 (REPORT_BUGS_TEXI): Likewise.
28199 * Makefile (format-me): Use -I$(common-objpfx)manual.
28200 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
28201 ($(common-objpfx)manual/%): New target.
28202 (manual/%): Remove target.
28203 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
28204 (print_version): Use PKGVERSION.
28205 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
28206 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
28207 and REPORT_BUGS_TO.
28208 ($(objpfx)xtrace): Likewise.
28209 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
28210 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
28211 (print_version): Use PKGVERSION.
28212 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
28213 (do_version): Use PKGVERSION.
28214 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
28215 REPORT_BUGS_TO.
28216 (common-ldd-rewrite): Likewise.
28217 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
28218 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
28219 (print_version): Use PKGVERSION.
28220 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
28221 * elf/pldd.c (argp_program_bug_address): Remove variable.
28222 (more_help): New function.
28223 (argp): Use more_help.
28224 (print_version): Use PKGVERSION.
28225 * elf/sln.c (main): Use PKGVERSION.
28226 (usage): Use REPORT_BUGS_TO.
28227 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
28228 (top level): Use PKGVERSION.
28229 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
28230 (print_version): Use PKGVERSION.
28231 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
28232 (print_version): Use PKGVERSION.
28233 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
28234 (print_version): Use PKGVERSION.
28235 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
28236 (print_version): Use PKGVERSION.
28237 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
28238 (print_version): Use PKGVERSION.
28239 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
28240 (print_version): Use PKGVERSION.
28241 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
28242 and BUGURL.
28243 ($(objpfx)memusage): Likewise.
28244 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
28245 (do_version): Use PKGVERSION.
28246 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
28247 (print_version): Use PKGVERSION.
28248 * malloc/mtrace.pl ($PACKAGE): Remove variable.
28249 ($PKGVERSION): New variable.
28250 ($REPORT_BUGS_TO): Likewise.
28251 (usage): Use $REPORT_BUGS_TO.
28252 (top level): Use $PKGVERSION.
28253 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
28254 ($(objpfx)pkgvers.texi): New rule.
28255 ($(objpfx)stamp-pkgvers): Likewise.
28256 * manual/install.texi: Include pkgvers.texi.
28257 (--with-pkgversion): Document new configure option.
28258 (--with-bugurl): Likewise.
28259 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
28260 than necessarily for this particular distribution. Use
28261 REPORT_BUGS_TO for where to report bugs.
28262 * INSTALL: Regenerated.
28263 * manual/libc.texinfo: Include pkgvers.texi.
28264 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
28265 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
28266 (print_version): Use PKGVERSION.
28267 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
28268 (print_version): Use PKGVERSION.
28269 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
28270 (print_version): Use PKGVERSION.
28271 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
28272 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
28273 macro.
28274 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
28275 (print_version): Use PKGVERSION.
28276 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
28277 (print_version): Use PKGVERSION.
28278 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
28279 and PKGVERSION.
28280
92e4b6a9
JM
28281 * timezone/checktab.awk: Update from tzcode 2012i.
28282 * timezone/ialloc.c: Likewise.
28283 * timezone/private.h: Likewise.
28284 * timezone/scheck.c: Likewise.
28285 * timezone/tzfile.h: Likewise.
28286 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
28287 (TZVERSION): Hardcode tzcode version number.
28288 * timezone/zdump.c: Update from tzcode 2012i.
28289 * timezone/zic.c: Likewise.
28290 * timezone/version.h: New file.
28291 * timezone/README: Describe version.h. Update upstream location.
28292
9bde902c
JM
28293 [BZ #14824]
28294 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
28295 (mktemp): Enable declaration.
28296 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
28297 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
28298 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
28299 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
28300 Likewise.
28301 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
28302 Likewise.
28303 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
28304 Likewise.
28305 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
28306 Likewise.
28307 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
28308 Likewise.
28309 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
28310 Likewise.
28311
fb1ae1ee
JM
28312 [BZ #14821]
28313 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
28314 offset in buffer as u_int32_t not u_long. Consistently use memcpy
28315 for copies of such integer values.
28316 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
28317 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
28318
2c1adbcb
AJ
283192012-11-09 Andreas Jaeger <aj@suse.de>
28320
28321 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
28322 definitions and declarations that are provided by
28323 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
28324
d0f8457e
AK
283252012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28326
3a235abb 28327 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
28328 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
28329 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
28330 definition.
28331
57241e26
MS
283322012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28333
28334 * elf/elf.h: Update comment before AArch64 relocations.
28335
60e8270d
DM
283362012-11-07 David S. Miller <davem@davemloft.net>
28337
28338 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
28339 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
28340 (__start_context): Declare.
28341 (__makecontext_ret): Delete.
28342 (__makecontext): Hook up __start_context instead of
28343 __makecontext_ret.
28344 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
28345 (sysdep_routines): Add __start_context when in stdlib.
28346
0fbb0fbc
JM
283472012-11-07 Joseph Myers <joseph@codesourcery.com>
28348
28349 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
28350 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
28351 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
28352 hardcoded "nm".
28353 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
28354 (READELF): New variable. Use it instead of hardcoded "readelf".
28355
eb48db7e
L
283562012-11-07 H.J. Lu <hongjiu.lu@intel.com>
28357
28358 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
28359 * sysdeps/x86/Makefile: Here.
28360 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
28361 * sysdeps/x86/tst-xmmymm.sh: This.
28362
05bcf62a
JM
283632012-11-07 Joseph Myers <joseph@codesourcery.com>
28364
c4b6cf53
JM
28365 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
28366 expectations.
28367 [UNIX98] (pthread_barrier_t): Do not expect.
28368 [UNIX98] (pthread_barrierattr_t): Likewise.
28369 [UNIX98] (pthread_spinlock_t): Likewise.
28370 [UNIX98] (pthread_barrier_destroy): Likewise.
28371 [UNIX98] (pthread_barrier_init): Likewise.
28372 [UNIX98] (pthread_barrier_wait): Likewise.
28373 [UNIX98] (pthread_barrierattr_destroy): Likewise.
28374 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
28375 [UNIX98] (pthread_barrierattr_init): Likewise.
28376 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
28377 [UNIX98] (pthread_getcpuclockid): Likewise.
28378 [UNIX98] (pthread_mutex_timedlock): Likewise.
28379 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
28380 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
28381 [UNIX98] (pthread_sigmask): Likewise.
28382 [UNIX98] (pthread_spin_destroy): Likewise.
28383 [UNIX98] (pthread_spin_init): Likewise.
28384 [UNIX98] (pthread_spin_lock): Likewise.
28385 [UNIX98] (pthread_spin_trylock): Likewise.
28386 [UNIX98] (pthread_spin_unlock): Likewise.
28387 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
28388 Do not expect.
28389 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
28390 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
28391 [XPG3 || XPG4] (pthread_cond_t): Likewise.
28392 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
28393 [XPG3 || XPG4] (pthread_key_t): Likewise.
28394 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
28395 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
28396 [XPG3 || XPG4] (pthread_once_t): Likewise.
28397 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
28398 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
28399 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
28400 [XPG3 || XPG4] (pthread_t): Likewise.
28401
cbe6e120
JM
28402 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
28403 not expect.
28404 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
28405
1b126443
JM
28406 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
28407 Change function return type to int.
28408
b961a573
JM
28409 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
28410 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
28411 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
28412 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
28413 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
28414 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
28415 [!POSIX] (posix_madvise): Likewise.
28416 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
28417 && !UNIX98].
28418 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
28419 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
28420 (mode_t): Likewise.
28421 (posix_mem_offset): Likewise.
28422 (posix_typed_mem_get_info): Likewise.
28423 (posix_typed_mem_open): Likewise.
28424
9e188909
JM
28425 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
28426 Change condition to [XOPEN2K8].
28427
05bcf62a
JM
28428 * conform/conformtest.pl: Preprocess allow-header data with -x c
28429 instead of from stdin.
28430 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
28431 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28432 [C99-based standards] (cerfc): Likewise.
28433 [C99-based standards] (cexp2): Likewise.
28434 [C99-based standards] (cexpm1): Likewise.
28435 [C99-based standards] (clog10): Likewise.
28436 [C99-based standards] (clog1p): Likewise.
28437 [C99-based standards] (clog2): Likewise.
28438 [C99-based standards] (clgamma): Likewise.
28439 [C99-based standards] (ctgamma): Likewise.
28440 [C99-based standards] (cerff): Likewise.
28441 [C99-based standards] (cerfcf): Likewise.
28442 [C99-based standards] (cexp2f): Likewise.
28443 [C99-based standards] (cexpm1f): Likewise.
28444 [C99-based standards] (clog10f): Likewise.
28445 [C99-based standards] (clog1pf): Likewise.
28446 [C99-based standards] (clog2f): Likewise.
28447 [C99-based standards] (clgammaf): Likewise.
28448 [C99-based standards] (ctgammaf): Likewise.
28449 [C99-based standards] (cerfl): Likewise.
28450 [C99-based standards] (cerfcl): Likewise.
28451 [C99-based standards] (cexp2l): Likewise.
28452 [C99-based standards] (cexpm1l): Likewise.
28453 [C99-based standards] (clog10l): Likewise.
28454 [C99-based standards] (clog1pl): Likewise.
28455 [C99-based standards] (clog2l): Likewise.
28456 [C99-based standards] (clgammal): Likewise.
28457 [C99-based standards] (ctgammal): Likewise.
28458 * conform/data/inttypes.h-data [C99-based standards]: Include
28459 stdint.h-data. Remove all expectations for stdint.h contents.
28460 [C99-based standards] (PRI*): Do not allow.
28461 [C99-based standards] (SCN*): Likewise.
28462 [C99-based standards] (*_t): Likewise.
28463 [C99-based-standards] (PRId8): Expect macro.
28464 [C99-based-standards] (PRIi8): Likewise.
28465 [C99-based-standards] (PRIo8): Likewise.
28466 [C99-based-standards] (PRIu8): Likewise.
28467 [C99-based-standards] (PRIx8): Likewise.
28468 [C99-based-standards] (PRIX8): Likewise.
28469 [C99-based-standards] (SCNd8): Likewise.
28470 [C99-based-standards] (SCNi8): Likewise.
28471 [C99-based-standards] (SCNo8): Likewise.
28472 [C99-based-standards] (SCNu8): Likewise.
28473 [C99-based-standards] (SCNx8): Likewise.
28474 [C99-based-standards] (PRIdLEAST8): Likewise.
28475 [C99-based-standards] (PRIiLEAST8): Likewise.
28476 [C99-based-standards] (PRIoLEAST8): Likewise.
28477 [C99-based-standards] (PRIuLEAST8): Likewise.
28478 [C99-based-standards] (PRIxLEAST8): Likewise.
28479 [C99-based-standards] (PRIXLEAST8): Likewise.
28480 [C99-based-standards] (SCNdLEAST8): Likewise.
28481 [C99-based-standards] (SCNiLEAST8): Likewise.
28482 [C99-based-standards] (SCNoLEAST8): Likewise.
28483 [C99-based-standards] (SCNuLEAST8): Likewise.
28484 [C99-based-standards] (SCNxLEAST8): Likewise.
28485 [C99-based-standards] (PRIdFAST8): Likewise.
28486 [C99-based-standards] (PRIiFAST8): Likewise.
28487 [C99-based-standards] (PRIoFAST8): Likewise.
28488 [C99-based-standards] (PRIuFAST8): Likewise.
28489 [C99-based-standards] (PRIxFAST8): Likewise.
28490 [C99-based-standards] (PRIXFAST8): Likewise.
28491 [C99-based-standards] (SCNdFAST8): Likewise.
28492 [C99-based-standards] (SCNiFAST8): Likewise.
28493 [C99-based-standards] (SCNoFAST8): Likewise.
28494 [C99-based-standards] (SCNuFAST8): Likewise.
28495 [C99-based-standards] (SCNxFAST8): Likewise.
28496 [C99-based-standards] (PRId16): Likewise.
28497 [C99-based-standards] (PRIi16): Likewise.
28498 [C99-based-standards] (PRIo16): Likewise.
28499 [C99-based-standards] (PRIu16): Likewise.
28500 [C99-based-standards] (PRIx16): Likewise.
28501 [C99-based-standards] (PRIX16): Likewise.
28502 [C99-based-standards] (SCNd16): Likewise.
28503 [C99-based-standards] (SCNi16): Likewise.
28504 [C99-based-standards] (SCNo16): Likewise.
28505 [C99-based-standards] (SCNu16): Likewise.
28506 [C99-based-standards] (SCNx16): Likewise.
28507 [C99-based-standards] (PRIdLEAST16): Likewise.
28508 [C99-based-standards] (PRIiLEAST16): Likewise.
28509 [C99-based-standards] (PRIoLEAST16): Likewise.
28510 [C99-based-standards] (PRIuLEAST16): Likewise.
28511 [C99-based-standards] (PRIxLEAST16): Likewise.
28512 [C99-based-standards] (PRIXLEAST16): Likewise.
28513 [C99-based-standards] (SCNdLEAST16): Likewise.
28514 [C99-based-standards] (SCNiLEAST16): Likewise.
28515 [C99-based-standards] (SCNoLEAST16): Likewise.
28516 [C99-based-standards] (SCNuLEAST16): Likewise.
28517 [C99-based-standards] (SCNxLEAST16): Likewise.
28518 [C99-based-standards] (PRIdFAST16): Likewise.
28519 [C99-based-standards] (PRIiFAST16): Likewise.
28520 [C99-based-standards] (PRIoFAST16): Likewise.
28521 [C99-based-standards] (PRIuFAST16): Likewise.
28522 [C99-based-standards] (PRIxFAST16): Likewise.
28523 [C99-based-standards] (PRIXFAST16): Likewise.
28524 [C99-based-standards] (SCNdFAST16): Likewise.
28525 [C99-based-standards] (SCNiFAST16): Likewise.
28526 [C99-based-standards] (SCNoFAST16): Likewise.
28527 [C99-based-standards] (SCNuFAST16): Likewise.
28528 [C99-based-standards] (SCNxFAST16): Likewise.
28529 [C99-based-standards] (PRId32): Likewise.
28530 [C99-based-standards] (PRIi32): Likewise.
28531 [C99-based-standards] (PRIo32): Likewise.
28532 [C99-based-standards] (PRIu32): Likewise.
28533 [C99-based-standards] (PRIx32): Likewise.
28534 [C99-based-standards] (PRIX32): Likewise.
28535 [C99-based-standards] (SCNd32): Likewise.
28536 [C99-based-standards] (SCNi32): Likewise.
28537 [C99-based-standards] (SCNo32): Likewise.
28538 [C99-based-standards] (SCNu32): Likewise.
28539 [C99-based-standards] (SCNx32): Likewise.
28540 [C99-based-standards] (PRIdLEAST32): Likewise.
28541 [C99-based-standards] (PRIiLEAST32): Likewise.
28542 [C99-based-standards] (PRIoLEAST32): Likewise.
28543 [C99-based-standards] (PRIuLEAST32): Likewise.
28544 [C99-based-standards] (PRIxLEAST32): Likewise.
28545 [C99-based-standards] (PRIXLEAST32): Likewise.
28546 [C99-based-standards] (SCNdLEAST32): Likewise.
28547 [C99-based-standards] (SCNiLEAST32): Likewise.
28548 [C99-based-standards] (SCNoLEAST32): Likewise.
28549 [C99-based-standards] (SCNuLEAST32): Likewise.
28550 [C99-based-standards] (SCNxLEAST32): Likewise.
28551 [C99-based-standards] (PRIdFAST32): Likewise.
28552 [C99-based-standards] (PRIiFAST32): Likewise.
28553 [C99-based-standards] (PRIoFAST32): Likewise.
28554 [C99-based-standards] (PRIuFAST32): Likewise.
28555 [C99-based-standards] (PRIxFAST32): Likewise.
28556 [C99-based-standards] (PRIXFAST32): Likewise.
28557 [C99-based-standards] (SCNdFAST32): Likewise.
28558 [C99-based-standards] (SCNiFAST32): Likewise.
28559 [C99-based-standards] (SCNoFAST32): Likewise.
28560 [C99-based-standards] (SCNuFAST32): Likewise.
28561 [C99-based-standards] (SCNxFAST32): Likewise.
28562 [C99-based-standards] (PRId64): Likewise.
28563 [C99-based-standards] (PRIi64): Likewise.
28564 [C99-based-standards] (PRIo64): Likewise.
28565 [C99-based-standards] (PRIu64): Likewise.
28566 [C99-based-standards] (PRIx64): Likewise.
28567 [C99-based-standards] (PRIX64): Likewise.
28568 [C99-based-standards] (SCNd64): Likewise.
28569 [C99-based-standards] (SCNi64): Likewise.
28570 [C99-based-standards] (SCNo64): Likewise.
28571 [C99-based-standards] (SCNu64): Likewise.
28572 [C99-based-standards] (SCNx64): Likewise.
28573 [C99-based-standards] (PRIdLEAST64): Likewise.
28574 [C99-based-standards] (PRIiLEAST64): Likewise.
28575 [C99-based-standards] (PRIoLEAST64): Likewise.
28576 [C99-based-standards] (PRIuLEAST64): Likewise.
28577 [C99-based-standards] (PRIxLEAST64): Likewise.
28578 [C99-based-standards] (PRIXLEAST64): Likewise.
28579 [C99-based-standards] (SCNdLEAST64): Likewise.
28580 [C99-based-standards] (SCNiLEAST64): Likewise.
28581 [C99-based-standards] (SCNoLEAST64): Likewise.
28582 [C99-based-standards] (SCNuLEAST64): Likewise.
28583 [C99-based-standards] (SCNxLEAST64): Likewise.
28584 [C99-based-standards] (PRIdFAST64): Likewise.
28585 [C99-based-standards] (PRIiFAST64): Likewise.
28586 [C99-based-standards] (PRIoFAST64): Likewise.
28587 [C99-based-standards] (PRIuFAST64): Likewise.
28588 [C99-based-standards] (PRIxFAST64): Likewise.
28589 [C99-based-standards] (PRIXFAST64): Likewise.
28590 [C99-based-standards] (SCNdFAST64): Likewise.
28591 [C99-based-standards] (SCNiFAST64): Likewise.
28592 [C99-based-standards] (SCNoFAST64): Likewise.
28593 [C99-based-standards] (SCNuFAST64): Likewise.
28594 [C99-based-standards] (SCNxFAST64): Likewise.
28595 [C99-based-standards] (PRIdMAX): Likewise.
28596 [C99-based-standards] (PRIiMAX): Likewise.
28597 [C99-based-standards] (PRIoMAX): Likewise.
28598 [C99-based-standards] (PRIuMAX): Likewise.
28599 [C99-based-standards] (PRIxMAX): Likewise.
28600 [C99-based-standards] (PRIXMAX): Likewise.
28601 [C99-based-standards] (SCNdMAX): Likewise.
28602 [C99-based-standards] (SCNiMAX): Likewise.
28603 [C99-based-standards] (SCNoMAX): Likewise.
28604 [C99-based-standards] (SCNuMAX): Likewise.
28605 [C99-based-standards] (SCNxMAX): Likewise.
28606 [C99-based-standards] (PRIdPTR): Likewise.
28607 [C99-based-standards] (PRIiPTR): Likewise.
28608 [C99-based-standards] (PRIoPTR): Likewise.
28609 [C99-based-standards] (PRIuPTR): Likewise.
28610 [C99-based-standards] (PRIxPTR): Likewise.
28611 [C99-based-standards] (PRIXPTR): Likewise.
28612 [C99-based-standards] (SCNdPTR): Likewise.
28613 [C99-based-standards] (SCNiPTR): Likewise.
28614 [C99-based-standards] (SCNoPTR): Likewise.
28615 [C99-based-standards] (SCNuPTR): Likewise.
28616 [C99-based-standards] (SCNxPTR): Likewise.
28617 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28618 allow.
28619 * conform/data/stdint.h-data: Update comments to clarify
28620 requirements.
28621 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
28622 type.
28623 [C99-based standards] (INT8_MAX): Likewise.
28624 [C99-based standards] (INT16_MIN): Likewise.
28625 [C99-based standards] (INT16_MAX): Likewise.
28626 [C99-based standards] (INT32_MIN): Likewise.
28627 [C99-based standards] (INT32_MAX): Likewise.
28628 [C99-based standards] (INT64_MIN): Likewise.
28629 [C99-based standards] (INT64_MAX): Likewise.
28630 [C99-based standards] (UINT8_MAX): Likewise.
28631 [C99-based standards] (UINT16_MAX): Likewise.
28632 [C99-based standards] (UINT32_MAX): Likewise.
28633 [C99-based standards] (UINT64_MAX): Likewise.
28634 [C99-based standards] (INT_LEAST8_MIN): Likewise.
28635 [C99-based standards] (INT_LEAST8_MAX): Likewise.
28636 [C99-based standards] (INT_LEAST16_MIN): Likewise.
28637 [C99-based standards] (INT_LEAST16_MAX): Likewise.
28638 [C99-based standards] (INT_LEAST32_MIN): Likewise.
28639 [C99-based standards] (INT_LEAST32_MAX): Likewise.
28640 [C99-based standards] (INT_LEAST64_MIN): Likewise.
28641 [C99-based standards] (INT_LEAST64_MAX): Likewise.
28642 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28643 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28644 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28645 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28646 [C99-based standards] (INT_FAST8_MIN): Likewise.
28647 [C99-based standards] (INT_FAST8_MAX): Likewise.
28648 [C99-based standards] (INT_FAST16_MIN): Likewise.
28649 [C99-based standards] (INT_FAST16_MAX): Likewise.
28650 [C99-based standards] (INT_FAST32_MIN): Likewise.
28651 [C99-based standards] (INT_FAST32_MAX): Likewise.
28652 [C99-based standards] (INT_FAST64_MIN): Likewise.
28653 [C99-based standards] (INT_FAST64_MAX): Likewise.
28654 [C99-based standards] (UINT_FAST8_MAX): Likewise.
28655 [C99-based standards] (UINT_FAST16_MAX): Likewise.
28656 [C99-based standards] (UINT_FAST32_MAX): Likewise.
28657 [C99-based standards] (UINT_FAST64_MAX): Likewise.
28658 [C99-based standards] (INTPTR_MIN): Likewise.
28659 [C99-based standards] (INTPTR_MAX): Likewise.
28660 [C99-based standards] (UINTPTR_MAX): Likewise.
28661 [C99-based standards] (INTMAX_MIN): Likewise.
28662 [C99-based standards] (INTMAX_MAX): Likewise.
28663 [C99-based standards] (UINTMAX_MAX): Likewise.
28664 [C99-based standards] (PTRDIFF_MIN): Likewise.
28665 [C99-based standards] (PTRDIFF_MAX): Likewise.
28666 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28667 [C99-based standards] (SIZE_MAX): Likewise.
28668 [C99-based standards] (WCHAR_MAX): Likewise.
28669 [C99-based standards] (WINT_MAX): Likewise.
28670 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
28671 constraint on value.
28672 [C99-based standards] (WCHAR_MIN): Likewise.
28673 [C99-based standards] (WINT_MIN): Likewise.
28674 [C99-based standards] (*_t): Allow.
28675 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28676 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28677 Include math.h-data and complex.h-data. Remove all expectations
28678 of math.h and complex.h contents.
28679 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28680 at end of line.
28681 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28682 (struct tm): Expect tag.
28683 [C99-based-standards] (wcstof): Expect function.
28684 [C99-based-standards] (wcstold): Likewise.
28685 [C99-based-standards] (wcstoll): Likewise.
28686 [C99-based-standards] (wcstoull): Likewise.
28687 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28688 macro-int-constant. Specify type.
28689 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
28690 constraint on value.
28691 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28692 Specify type.
28693 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28694 Specify value.
28695 [ISO C standards]: Do not allow headers.
28696 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28697 wcs[abcdefghijklmnopqrstuvwxyz]*.
28698 [ISO C standards] (*_t): Do not allow.
28699 * conform/data/wctype.h-data [C99-based standards] (iswblank):
28700 Expect function.
28701 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28702 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28703 Specify type.
28704 [ISO C standards]: Do not allow headers.
28705 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28706 is[abcdefghijklmnopqrstuvwxyz]*.
28707 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28708 to[abcdefghijklmnopqrstuvwxyz]*.
28709 [ISO C standards] (*_t): Do not allow.
28710 * conform/data/stdalign.h-data: New file.
28711 * conform/data/stdbool.h-data: Likewise.
28712 * conform/data/stdnoreturn.h-data: Likewise.
28713
7514feb8
RM
287142012-11-07 Roland McGrath <roland@hack.frob.com>
28715
28716 [BZ #14815]
28717 * manual/filesys.texi (Directory Entries): Typo fix.
28718 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28719
19b2ecfc
MS
287202012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28721
28722 * elf/elf.h (EM_AARCH64): New macro.
28723 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28724 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28725 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28726 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28727 (R_AARCH64_TLSDESC): Likewise.
28728 (NT_ARM_TLS): Likewise.
28729 (NT_ARM_HW_BREAK): Likewise.
28730 (NT_ARM_HW_WATCH): Likewise.
28731
60e235ee
JM
287322012-11-07 Joseph Myers <joseph@codesourcery.com>
28733
28734 [BZ #14811]
28735 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28736 (__ieee754_powl): Saturate nonzero exponents with absolute value
28737 below 0x1p-79 to +/- 0x1p-79.
28738 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28739 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28740 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28741 nonzero exponents with absolute value below 0x1p-32 to +/-
28742 0x1p-32.
28743 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28744 (__ieee754_powl): Saturate nonzero exponents with absolute value
28745 below 0x1p-79 to +/- 0x1p-79.
28746 * math/libm-test.inc (pow_test): Add more tests.
28747
0ab234b7
AK
287482012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28749
28750 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28751 _dl_s390_cap_flags with kernel. Increase string length.
28752 (_dl_s390_platforms): Add z196 and zEC12.
28753
45832f74
JM
287542012-11-07 Joseph Myers <joseph@codesourcery.com>
28755
28756 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28757 Change XOPEN21K to XOPEN2K.
28758
19218757
MK
287592012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
28760
28761 * string/memmove.c: Use memcpy when possible.
28762
c5f45721
AJ
287632012-11-06 Andreas Jaeger <aj@suse.de>
28764
28765 * po/eo.po: Update from translation team.
28766
82477c28
JM
287672012-11-06 Joseph Myers <joseph@codesourcery.com>
28768
28769 [BZ #14793]
28770 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28771 exponent and small x and y exponents, scale x or y up. Increase
28772 by 2 the exponent used in scaling up.
28773 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28774 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28775 * math/libm-test.inc (fma_test): Add more tests.
28776 (fma_test_towardzero): Likewise.
28777 (fma_test_downward): Likewise.
28778 (fma_test_upward): Likewise.
28779
99252c8c
JM
287802012-11-05 Joseph Myers <joseph@codesourcery.com>
28781
acfa885f
JM
28782 [BZ #14805]
28783 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28784 fenv_t *.
28785
99252c8c
JM
28786 [BZ #14801]
28787 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28788 namespace for names of struct fields.
28789 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28790 fenv_t fields.
28791 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28792 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28793
d6d98dea
ST
287942012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
28795
28796 [BZ #3665]
28797 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28798
e10bb107
TS
287992012-11-04 Thomas Schwinge <thomas@codesourcery.com>
28800
28801 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28802 PTR_DEMANGLE.
28803
28804 [BZ #5246]
28805 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28806 PTR_DEMANGLE.
28807
a0c2940d
JM
288082012-11-04 Joseph Myers <joseph@codesourcery.com>
28809
28810 [BZ #14797]
28811 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28812 definitely overflow as x * y not x * y + z.
28813 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28814 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28815 * math/libm-test.inc (fma_test): Add more tests.
28816 (fma_test_towardzero): Likewise.
28817 (fma_test_downward): Likewise.
28818 (fma_test_upward): Likewise.
28819
b830319d
TS
288202012-11-04 Thomas Schwinge <thomas@codesourcery.com>
28821
28822 [BZ #157]
28823
28824 * include/stub-tag.h: Remove file.
28825 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28826 '#include' of it.
28827 * manual/maint.texi (Porting): Don't reference it.
28828 * Makerules ($(objpfx)stubs): Likewise.
28829 * dirent/closedir.c: Don't include <stub-tag.h>.
28830 * dirent/dirfd.c: Likewise.
28831 * dirent/fdopendir.c: Likewise.
28832 * dirent/getdents.c: Likewise.
28833 * dirent/getdents64.c: Likewise.
28834 * dirent/opendir.c: Likewise.
28835 * dirent/readdir.c: Likewise.
28836 * dirent/readdir64.c: Likewise.
28837 * dirent/readdir64_r.c: Likewise.
28838 * dirent/readdir_r.c: Likewise.
28839 * dirent/rewinddir.c: Likewise.
28840 * dirent/seekdir.c: Likewise.
28841 * dirent/telldir.c: Likewise.
28842 * gmon/profil.c: Likewise.
28843 * grp/setgroups.c: Likewise.
28844 * inet/if_index.c: Likewise.
28845 * io/access.c: Likewise.
28846 * io/chdir.c: Likewise.
28847 * io/chmod.c: Likewise.
28848 * io/chown.c: Likewise.
28849 * io/close.c: Likewise.
28850 * io/dup.c: Likewise.
28851 * io/dup2.c: Likewise.
28852 * io/dup3.c: Likewise.
28853 * io/euidaccess.c: Likewise.
28854 * io/faccessat.c: Likewise.
28855 * io/fchdir.c: Likewise.
28856 * io/fchmod.c: Likewise.
28857 * io/fchmodat.c: Likewise.
28858 * io/fchown.c: Likewise.
28859 * io/fchownat.c: Likewise.
28860 * io/fcntl.c: Likewise.
28861 * io/flock.c: Likewise.
28862 * io/fstatfs.c: Likewise.
28863 * io/fstatfs64.c: Likewise.
28864 * io/fstatvfs.c: Likewise.
28865 * io/fstatvfs64.c: Likewise.
28866 * io/futimens.c: Likewise.
28867 * io/fxstat.c: Likewise.
28868 * io/fxstat64.c: Likewise.
28869 * io/fxstatat.c: Likewise.
28870 * io/fxstatat64.c: Likewise.
28871 * io/getcwd.c: Likewise.
28872 * io/isatty.c: Likewise.
28873 * io/lchmod.c: Likewise.
28874 * io/lchown.c: Likewise.
28875 * io/link.c: Likewise.
28876 * io/linkat.c: Likewise.
28877 * io/lseek.c: Likewise.
28878 * io/lseek64.c: Likewise.
28879 * io/lxstat64.c: Likewise.
28880 * io/mkdir.c: Likewise.
28881 * io/mkdirat.c: Likewise.
28882 * io/mkfifo.c: Likewise.
28883 * io/mkfifoat.c: Likewise.
28884 * io/open.c: Likewise.
28885 * io/open64.c: Likewise.
28886 * io/openat.c: Likewise.
28887 * io/openat64.c: Likewise.
28888 * io/pipe.c: Likewise.
28889 * io/pipe2.c: Likewise.
28890 * io/poll.c: Likewise.
28891 * io/posix_fadvise.c: Likewise.
28892 * io/posix_fadvise64.c: Likewise.
28893 * io/posix_fallocate.c: Likewise.
28894 * io/posix_fallocate64.c: Likewise.
28895 * io/read.c: Likewise.
28896 * io/readlink.c: Likewise.
28897 * io/readlinkat.c: Likewise.
28898 * io/rmdir.c: Likewise.
28899 * io/sendfile.c: Likewise.
28900 * io/sendfile64.c: Likewise.
28901 * io/statfs.c: Likewise.
28902 * io/statfs64.c: Likewise.
28903 * io/statvfs.c: Likewise.
28904 * io/statvfs64.c: Likewise.
28905 * io/symlink.c: Likewise.
28906 * io/symlinkat.c: Likewise.
28907 * io/ttyname.c: Likewise.
28908 * io/ttyname_r.c: Likewise.
28909 * io/umask.c: Likewise.
28910 * io/unlink.c: Likewise.
28911 * io/unlinkat.c: Likewise.
28912 * io/utime.c: Likewise.
28913 * io/utimensat.c: Likewise.
28914 * io/write.c: Likewise.
28915 * io/xmknod.c: Likewise.
28916 * io/xmknodat.c: Likewise.
28917 * io/xstat.c: Likewise.
28918 * io/xstat64.c: Likewise.
28919 * login/getpt.c: Likewise.
28920 * login/grantpt.c: Likewise.
28921 * login/unlockpt.c: Likewise.
28922 * math/e_acoshl.c: Likewise.
28923 * math/e_acosl.c: Likewise.
28924 * math/e_asinl.c: Likewise.
28925 * math/e_atan2l.c: Likewise.
28926 * math/e_atanhl.c: Likewise.
28927 * math/e_coshl.c: Likewise.
28928 * math/e_expl.c: Likewise.
28929 * math/e_fmodl.c: Likewise.
28930 * math/e_gammal_r.c: Likewise.
28931 * math/e_hypotl.c: Likewise.
28932 * math/e_j0l.c: Likewise.
28933 * math/e_j1l.c: Likewise.
28934 * math/e_jnl.c: Likewise.
28935 * math/e_lgammal_r.c: Likewise.
28936 * math/e_log10l.c: Likewise.
28937 * math/e_log2l.c: Likewise.
28938 * math/e_logl.c: Likewise.
28939 * math/e_powl.c: Likewise.
28940 * math/e_rem_pio2l.c: Likewise.
28941 * math/e_sinhl.c: Likewise.
28942 * math/e_sqrtl.c: Likewise.
28943 * math/fclrexcpt.c: Likewise.
28944 * math/fedisblxcpt.c: Likewise.
28945 * math/feenablxcpt.c: Likewise.
28946 * math/fegetenv.c: Likewise.
28947 * math/fegetexcept.c: Likewise.
28948 * math/fegetround.c: Likewise.
28949 * math/feholdexcpt.c: Likewise.
28950 * math/fesetenv.c: Likewise.
28951 * math/fesetround.c: Likewise.
28952 * math/feupdateenv.c: Likewise.
28953 * math/fgetexcptflg.c: Likewise.
28954 * math/fraiseexcpt.c: Likewise.
28955 * math/fsetexcptflg.c: Likewise.
28956 * math/ftestexcept.c: Likewise.
28957 * math/k_cosl.c: Likewise.
28958 * math/k_rem_pio2l.c: Likewise.
28959 * math/k_sinl.c: Likewise.
28960 * math/k_tanl.c: Likewise.
28961 * math/s_asinhl.c: Likewise.
28962 * math/s_atanl.c: Likewise.
28963 * math/s_cbrtl.c: Likewise.
28964 * math/s_erfl.c: Likewise.
28965 * math/s_expm1l.c: Likewise.
28966 * math/s_log1pl.c: Likewise.
28967 * math/s_tanhl.c: Likewise.
28968 * misc/acct.c: Likewise.
28969 * misc/brk.c: Likewise.
28970 * misc/chflags.c: Likewise.
28971 * misc/chroot.c: Likewise.
28972 * misc/fchflags.c: Likewise.
28973 * misc/fgetxattr.c: Likewise.
28974 * misc/flistxattr.c: Likewise.
28975 * misc/fremovexattr.c: Likewise.
28976 * misc/fsetxattr.c: Likewise.
28977 * misc/fsync.c: Likewise.
28978 * misc/ftruncate.c: Likewise.
28979 * misc/futimes.c: Likewise.
28980 * misc/futimesat.c: Likewise.
28981 * misc/getdomain.c: Likewise.
28982 * misc/getdtsz.c: Likewise.
28983 * misc/gethostid.c: Likewise.
28984 * misc/gethostname.c: Likewise.
28985 * misc/getloadavg.c: Likewise.
28986 * misc/getpagesize.c: Likewise.
28987 * misc/getsysstats.c: Likewise.
28988 * misc/getxattr.c: Likewise.
28989 * misc/gtty.c: Likewise.
28990 * misc/ioctl.c: Likewise.
28991 * misc/lgetxattr.c: Likewise.
28992 * misc/listxattr.c: Likewise.
28993 * misc/llistxattr.c: Likewise.
28994 * misc/lremovexattr.c: Likewise.
28995 * misc/lsetxattr.c: Likewise.
28996 * misc/lutimes.c: Likewise.
28997 * misc/madvise.c: Likewise.
28998 * misc/mincore.c: Likewise.
28999 * misc/mlock.c: Likewise.
29000 * misc/mlockall.c: Likewise.
29001 * misc/mmap.c: Likewise.
29002 * misc/mprotect.c: Likewise.
29003 * misc/msync.c: Likewise.
29004 * misc/munlock.c: Likewise.
29005 * misc/munlockall.c: Likewise.
29006 * misc/munmap.c: Likewise.
29007 * misc/preadv.c: Likewise.
29008 * misc/preadv64.c: Likewise.
29009 * misc/ptrace.c: Likewise.
29010 * misc/pwritev.c: Likewise.
29011 * misc/pwritev64.c: Likewise.
29012 * misc/readv.c: Likewise.
29013 * misc/reboot.c: Likewise.
29014 * misc/remap_file_pages.c: Likewise.
29015 * misc/removexattr.c: Likewise.
29016 * misc/revoke.c: Likewise.
29017 * misc/select.c: Likewise.
29018 * misc/setdomain.c: Likewise.
29019 * misc/setegid.c: Likewise.
29020 * misc/seteuid.c: Likewise.
29021 * misc/sethostid.c: Likewise.
29022 * misc/sethostname.c: Likewise.
29023 * misc/setregid.c: Likewise.
29024 * misc/setreuid.c: Likewise.
29025 * misc/setxattr.c: Likewise.
29026 * misc/sstk.c: Likewise.
29027 * misc/stty.c: Likewise.
29028 * misc/swapoff.c: Likewise.
29029 * misc/swapon.c: Likewise.
29030 * misc/sync.c: Likewise.
29031 * misc/syncfs.c: Likewise.
29032 * misc/syscall.c: Likewise.
29033 * misc/truncate.c: Likewise.
29034 * misc/ualarm.c: Likewise.
29035 * misc/usleep.c: Likewise.
29036 * misc/ustat.c: Likewise.
29037 * misc/utimes.c: Likewise.
29038 * misc/vhangup.c: Likewise.
29039 * misc/writev.c: Likewise.
29040 * posix/_exit.c: Likewise.
29041 * posix/alarm.c: Likewise.
29042 * posix/execve.c: Likewise.
29043 * posix/fexecve.c: Likewise.
29044 * posix/fork.c: Likewise.
29045 * posix/fpathconf.c: Likewise.
29046 * posix/getaddrinfo.c: Likewise.
29047 * posix/getegid.c: Likewise.
29048 * posix/geteuid.c: Likewise.
29049 * posix/getgid.c: Likewise.
29050 * posix/getgroups.c: Likewise.
29051 * posix/getlogin.c: Likewise.
29052 * posix/getlogin_r.c: Likewise.
29053 * posix/getpgid.c: Likewise.
29054 * posix/getpid.c: Likewise.
29055 * posix/getppid.c: Likewise.
29056 * posix/getresgid.c: Likewise.
29057 * posix/getresuid.c: Likewise.
29058 * posix/getsid.c: Likewise.
29059 * posix/getuid.c: Likewise.
29060 * posix/glob64.c: Likewise.
29061 * posix/nanosleep.c: Likewise.
29062 * posix/pathconf.c: Likewise.
29063 * posix/pause.c: Likewise.
29064 * posix/posix_madvise.c: Likewise.
29065 * posix/pread.c: Likewise.
29066 * posix/pread64.c: Likewise.
29067 * posix/pwrite.c: Likewise.
29068 * posix/pwrite64.c: Likewise.
29069 * posix/sched_getaffinity.c: Likewise.
29070 * posix/sched_getp.c: Likewise.
29071 * posix/sched_gets.c: Likewise.
29072 * posix/sched_primax.c: Likewise.
29073 * posix/sched_primin.c: Likewise.
29074 * posix/sched_rr_gi.c: Likewise.
29075 * posix/sched_setaffinity.c: Likewise.
29076 * posix/sched_setp.c: Likewise.
29077 * posix/sched_sets.c: Likewise.
29078 * posix/sched_yield.c: Likewise.
29079 * posix/setgid.c: Likewise.
29080 * posix/setlogin.c: Likewise.
29081 * posix/setpgid.c: Likewise.
29082 * posix/setresgid.c: Likewise.
29083 * posix/setresuid.c: Likewise.
29084 * posix/setsid.c: Likewise.
29085 * posix/setuid.c: Likewise.
29086 * posix/sleep.c: Likewise.
29087 * posix/spawni.c: Likewise.
29088 * posix/sysconf.c: Likewise.
29089 * posix/times.c: Likewise.
29090 * posix/wait.c: Likewise.
29091 * posix/wait3.c: Likewise.
29092 * posix/wait4.c: Likewise.
29093 * posix/waitpid.c: Likewise.
29094 * resolv/gai_sigqueue.c: Likewise.
29095 * resource/getpriority.c: Likewise.
29096 * resource/getrlimit.c: Likewise.
29097 * resource/getrusage.c: Likewise.
29098 * resource/nice.c: Likewise.
29099 * resource/setpriority.c: Likewise.
29100 * resource/setrlimit.c: Likewise.
29101 * resource/ulimit.c: Likewise.
29102 * rt/aio_cancel.c: Likewise.
29103 * rt/aio_fsync.c: Likewise.
29104 * rt/aio_read.c: Likewise.
29105 * rt/aio_sigqueue.c: Likewise.
29106 * rt/aio_suspend.c: Likewise.
29107 * rt/aio_write.c: Likewise.
29108 * rt/clock_getres.c: Likewise.
29109 * rt/clock_gettime.c: Likewise.
29110 * rt/clock_nanosleep.c: Likewise.
29111 * rt/clock_settime.c: Likewise.
29112 * rt/lio_listio.c: Likewise.
29113 * rt/mq_close.c: Likewise.
29114 * rt/mq_getattr.c: Likewise.
29115 * rt/mq_notify.c: Likewise.
29116 * rt/mq_open.c: Likewise.
29117 * rt/mq_receive.c: Likewise.
29118 * rt/mq_send.c: Likewise.
29119 * rt/mq_setattr.c: Likewise.
29120 * rt/mq_timedreceive.c: Likewise.
29121 * rt/mq_timedsend.c: Likewise.
29122 * rt/mq_unlink.c: Likewise.
29123 * rt/shm_open.c: Likewise.
29124 * rt/shm_unlink.c: Likewise.
29125 * rt/timer_create.c: Likewise.
29126 * rt/timer_delete.c: Likewise.
29127 * rt/timer_getoverr.c: Likewise.
29128 * rt/timer_gettime.c: Likewise.
29129 * rt/timer_settime.c: Likewise.
29130 * setjmp/__longjmp.c: Likewise.
29131 * setjmp/setjmp.c: Likewise.
29132 * signal/kill.c: Likewise.
29133 * signal/killpg.c: Likewise.
29134 * signal/raise.c: Likewise.
29135 * signal/sigaction.c: Likewise.
29136 * signal/sigaltstack.c: Likewise.
29137 * signal/sigblock.c: Likewise.
29138 * signal/sigignore.c: Likewise.
29139 * signal/sigintr.c: Likewise.
29140 * signal/signal.c: Likewise.
29141 * signal/sigpause.c: Likewise.
29142 * signal/sigpending.c: Likewise.
29143 * signal/sigqueue.c: Likewise.
29144 * signal/sigreturn.c: Likewise.
29145 * signal/sigset.c: Likewise.
29146 * signal/sigsetmask.c: Likewise.
29147 * signal/sigstack.c: Likewise.
29148 * signal/sigsuspend.c: Likewise.
29149 * signal/sigtimedwait.c: Likewise.
29150 * signal/sigvec.c: Likewise.
29151 * signal/sigwait.c: Likewise.
29152 * signal/sigwaitinfo.c: Likewise.
29153 * signal/sysv_signal.c: Likewise.
29154 * socket/accept.c: Likewise.
29155 * socket/accept4.c: Likewise.
29156 * socket/bind.c: Likewise.
29157 * socket/connect.c: Likewise.
29158 * socket/getpeername.c: Likewise.
29159 * socket/getsockname.c: Likewise.
29160 * socket/getsockopt.c: Likewise.
29161 * socket/isfdtype.c: Likewise.
29162 * socket/listen.c: Likewise.
29163 * socket/recv.c: Likewise.
29164 * socket/recvfrom.c: Likewise.
29165 * socket/recvmsg.c: Likewise.
29166 * socket/send.c: Likewise.
29167 * socket/sendmsg.c: Likewise.
29168 * socket/sendto.c: Likewise.
29169 * socket/setsockopt.c: Likewise.
29170 * socket/shutdown.c: Likewise.
29171 * socket/sockatmark.c: Likewise.
29172 * socket/socket.c: Likewise.
29173 * socket/socketpair.c: Likewise.
29174 * stdio-common/ctermid.c: Likewise.
29175 * stdio-common/cuserid.c: Likewise.
29176 * stdio-common/remove.c: Likewise.
29177 * stdio-common/rename.c: Likewise.
29178 * stdio-common/renameat.c: Likewise.
29179 * stdio-common/tempname.c: Likewise.
29180 * stdlib/getcontext.c: Likewise.
29181 * stdlib/makecontext.c: Likewise.
29182 * stdlib/setcontext.c: Likewise.
29183 * stdlib/swapcontext.c: Likewise.
29184 * stdlib/system.c: Likewise.
29185 * streams/fattach.c: Likewise.
29186 * streams/fdetach.c: Likewise.
29187 * streams/getmsg.c: Likewise.
29188 * streams/getpmsg.c: Likewise.
29189 * streams/putmsg.c: Likewise.
29190 * streams/putpmsg.c: Likewise.
29191 * sysdeps/unix/bsd/getpt.c: Likewise.
29192 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
29193 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
29194 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
29195 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
29196 Likewise.
29197 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
29198 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
29199 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
29200 * sysvipc/msgctl.c: Likewise.
29201 * sysvipc/msgget.c: Likewise.
29202 * sysvipc/msgrcv.c: Likewise.
29203 * sysvipc/msgsnd.c: Likewise.
29204 * sysvipc/semctl.c: Likewise.
29205 * sysvipc/semget.c: Likewise.
29206 * sysvipc/semop.c: Likewise.
29207 * sysvipc/semtimedop.c: Likewise.
29208 * sysvipc/shmat.c: Likewise.
29209 * sysvipc/shmctl.c: Likewise.
29210 * sysvipc/shmdt.c: Likewise.
29211 * sysvipc/shmget.c: Likewise.
29212 * termios/tcdrain.c: Likewise.
29213 * termios/tcflow.c: Likewise.
29214 * termios/tcflush.c: Likewise.
29215 * termios/tcgetattr.c: Likewise.
29216 * termios/tcgetpgrp.c: Likewise.
29217 * termios/tcsendbrk.c: Likewise.
29218 * termios/tcsetattr.c: Likewise.
29219 * termios/tcsetpgrp.c: Likewise.
29220 * time/adjtime.c: Likewise.
29221 * time/clock.c: Likewise.
29222 * time/getitimer.c: Likewise.
29223 * time/gettimeofday.c: Likewise.
29224 * time/setitimer.c: Likewise.
29225 * time/settimeofday.c: Likewise.
29226 * time/stime.c: Likewise.
29227 * time/time.c: Likewise.
29228
292292012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 29230
a20492cf
PT
29231 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
29232 /usr/old/bin.
29233
72e182e3
PT
29234 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
29235 instead of spaces.
29236 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
29237
fbeafede
JM
292382012-11-03 Joseph Myers <joseph@codesourcery.com>
29239
5b5b04d6
JM
29240 [BZ #14796]
29241 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
29242 FE_TONEAREST before applying Dekker multiplication and Knuth
29243 addition. Clear inexact exceptions and check for exact zero
29244 results afterwards.
29245 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29246 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29247 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29248 * math/libm-test.inc (fma_test): Add more tests.
29249 (fma_test_towardzero): Likewise.
29250 (fma_test_downward): Likewise.
29251 (fma_test_upward): Likewise.
29252 * sysdeps/generic/math_private.h (default_libc_fesetround): New
29253 function.
29254 (libc_fesetround): New macro.
29255 (libc_fesetroundf): Likewise.
29256 (libc_fesetroundl): Likewise.
29257 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
29258 function.
29259 (libc_fesetround_387): Likewise.
29260 (libc_fesetroundf): New macro.
29261 (libc_fesetround): Likewise.
29262 (libc_fesetroundl): Likewise.
29263 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
29264 function.
29265 (libc_fesetroundf): New macro.
29266 (libc_fesetround): Likewise.
29267 (libc_fesetroundl): Likewise.
29268 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
29269 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
29270 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
29271 libm_hidden_ver.
29272 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
29273 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
29274 libm_hidden_def.
29275 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
29276 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
29277 libm_hidden_ver.
29278 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
29279 libm_hidden_def.
29280
fbeafede
JM
29281 [BZ #3439]
29282 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
29283 integer constant usable in #if and use that to give value to enum
29284 constant.
29285 (FE_DIVBYZERO): Likewise.
29286 (FE_UNDERFLOW): Likewise.
29287 (FE_OVERFLOW): Likewise.
29288 (FE_INVALID): Likewise.
29289 (FE_INVALID_SNAN): Likewise.
29290 (FE_INVALID_ISI): Likewise.
29291 (FE_INVALID_IDI): Likewise.
29292 (FE_INVALID_ZDZ): Likewise.
29293 (FE_INVALID_IMZ): Likewise.
29294 (FE_INVALID_COMPARE): Likewise.
29295 (FE_INVALID_SOFTWARE): Likewise.
29296 (FE_INVALID_SQRT): Likewise.
29297 (FE_INVALID_INTEGER_CONVERSION): Likewise.
29298 (FE_TONEAREST): Likewise.
29299 (FE_TOWARDZERO): Likewise.
29300 (FE_UPWARD): Likewise.
29301 (FE_DOWNWARD): Likewise.
29302 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
29303 (FE_DIVBYZERO): Likewise.
29304 (FE_OVERFLOW): Likewise.
29305 (FE_UNDERFLOW): Likewise.
29306 (FE_INEXACT): Likewise.
29307 (FE_TONEAREST): Likewise.
29308 (FE_DOWNWARD): Likewise.
29309 (FE_UPWARD): Likewise.
29310 (FE_TOWARDZERO): Likewise.
29311 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
29312 (FE_UNDERFLOW): Likewise.
29313 (FE_OVERFLOW): Likewise.
29314 (FE_DIVBYZERO): Likewise.
29315 (FE_INVALID): Likewise.
29316 (FE_TONEAREST): Likewise.
29317 (FE_TOWARDZERO): Likewise.
29318 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
29319 (FE_OVERFLOW): Likewise.
29320 (FE_UNDERFLOW): Likewise.
29321 (FE_DIVBYZERO): Likewise.
29322 (FE_INEXACT): Likewise.
29323 (FE_TONEAREST): Likewise.
29324 (FE_TOWARDZERO): Likewise.
29325 (FE_UPWARD): Likewise.
29326 (FE_DOWNWARD): Likewise.
29327 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
29328 (FE_DIVBYZERO): Likewise.
29329 (FE_OVERFLOW): Likewise.
29330 (FE_UNDERFLOW): Likewise.
29331 (FE_INEXACT): Likewise.
29332 (FE_TONEAREST): Likewise.
29333 (FE_DOWNWARD): Likewise.
29334 (FE_UPWARD): Likewise.
29335 (FE_TOWARDZERO): Likewise.
29336
105ca950
CM
293372012-11-02 Chris Metcalf <cmetcalf@tilera.com>
29338
29339 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
29340
a542b389
AS
293412012-11-03 Andreas Schwab <schwab@linux-m68k.org>
29342
29343 * scripts/cross-test-ssh.sh (command): Use newlines to separate
29344 commands. Quote $PWD.
29345 (blacklist_exports): Don't use remove_newlines. Replace "declare
29346 -x" by "export".
29347 (remove_newlines): Remove.
29348
f62c8abc
L
293492012-11-02 H.J. Lu <hongjiu.lu@intel.com>
29350
29351 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
29352 * stdlib/stdlib.h (atof): Moved to ...
29353 * include/bits/stdlib-float.h: Here. New file.
29354 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
29355 * stdlib/bits/stdlib-float.h: New file.
29356 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
29357 -mno-sse -mno-mmx.
29358 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
29359 <xmmintrin.h>.
29360
0155d5b2
JM
293612012-11-02 Joseph Myers <joseph@codesourcery.com>
29362
a68d0680
JM
29363 * conform/conformtest.pl (@headers): Add fenv.h.
29364 * conform/data/fenv.h-data: New file.
29365 * include/fenv.h [_ISOMAC]: Disable all contents of file except
29366 include of <math/fenv.h>.
29367
caf7f573
JM
29368 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
29369 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
29370 && !UNIX98]. Enables tests for XOPEN2K8.
29371 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
29372 POSIX2008]: Likewise.
29373
6c073ad6
JM
29374 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
29375 (struct rusage): Do not expect type or its members.
29376
0155d5b2
JM
29377 [BZ #3439]
29378 * math/math.h (FP_NAN): Define macro to integer constant usable in
29379 #if and use that to give value to enum constant.
29380 (FP_INFINITE): Likewise.
29381 (FP_ZERO): Likewise.
29382 (FP_SUBNORMAL): Likewise.
29383 (FP_NORMAL): Likewise.
29384
b5dcacb4
AS
293852012-11-02 Andreas Schwab <schwab@linux-m68k.org>
29386
29387 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
29388 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
29389 arguments.
29390
f7934be8
RM
293912012-11-02 Roland McGrath <roland@hack.frob.com>
29392
29393 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
29394 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
29395 autoconf-time if not.
29396 * configure.in: Remove AC_PREREQ.
29397
d7d08bde
TMQMF
293982012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
29399
29400 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
29401 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
29402 of the internal implementation.
29403
dcdae19a
JM
294042012-11-02 Joseph Myers <joseph@codesourcery.com>
29405
29406 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
29407 except include of <misc/sys/syslog.h>.
29408
d6cffd3e
AS
294092012-11-01 Andreas Schwab <schwab@linux-m68k.org>
29410
29411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
29412 function returns with a NULL context exit with zero.
29413
b3563932
TMQMF
294142012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
29415
29416 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
29417
b288a93d
L
294182012-11-01 H.J. Lu <hongjiu.lu@intel.com>
29419
29420 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
29421 (run_program_cmd): This.
29422 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
29423 (tst_langinfo): New variable. Use it.
29424
a2421a68
SAS
294252012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
29426
29427 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
29428 floating point opcodes.
29429
6f796e1b
TS
294302012-11-01 Thomas Schwinge <thomas@codesourcery.com>
29431
7402596b
TS
29432 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29433 variable.
29434
d0d4f868
TS
29435 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29436
6f796e1b
TS
29437 * sysdeps/mach/hurd/powerpc: Remove directory.
29438 * sysdeps/mach/powerpc: Likewise.
29439
4da224a2
AS
294402012-11-01 Andreas Schwab <schwab@linux-m68k.org>
29441
29442 * scripts/check-local-headers.sh: Ignore c++ headers.
29443
341dd673
TS
294442012-11-01 Thomas Schwinge <thomas@codesourcery.com>
29445
29446 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29447 __libc_cleanup_region_start argument.
29448
473611b2
JM
294492012-11-01 Joseph Myers <joseph@codesourcery.com>
29450
29451 [BZ #14784]
29452 [BZ #14785]
29453 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29454 x * y using scaling, not as x * y + z.
29455 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29456 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29457 * math/libm-test.inc (fma_test): Add more tests.
29458 (fma_test_towardzero): Likewise.
29459 (fma_test_downward): Likewise.
29460 (fma_test_upward): Likewise.
29461
4078da3d
TS
294622012-11-01 Thomas Schwinge <thomas@codesourcery.com>
29463
29464 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29465
903252aa
JM
294662012-10-31 Joseph Myers <joseph@codesourcery.com>
29467
29468 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29469 New variable.
29470
cbc818d0
TS
294712012-10-31 Thomas Schwinge <thomas@codesourcery.com>
29472
29473 * rt/tst-shm.c (worker): Correct checking for mmap failure.
29474
5a03cb1e
AS
294752012-10-31 Andreas Schwab <schwab@linux-m68k.org>
29476
29477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29478 Fix sort order.
29479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29480 Likewise.
29481
90aff2ff
TMQMF
294822012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
29483
29484 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29485 Fix the order of the list for glibc 2.17.
29486 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29487 Likewise.
29488
1818fcb7
AS
294892012-10-31 Andreas Schwab <schwab@linux-m68k.org>
29490
29491 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29492
ef82f4da
JM
294932012-10-31 Joseph Myers <joseph@codesourcery.com>
29494
16a0e2ec
JM
29495 [BZ #14610]
29496 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29497 for low part of x being zero before using __atanl (y).
29498 * math/libm-test.inc (atan2_test): Add another test.
29499
0eb69512
JM
29500 * manual/install.texi (Configuring and compiling): Document
29501 general use of test-wrapper and test-wrapper-env.
29502 * INSTALL: Regenerated.
29503
ef82f4da
JM
29504 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29505 (__fma): Do not extract and scale down low bits on after-rounding
29506 systems when result rounded to normal precision would have normal
29507 exponent.
29508 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29509 (__fmal): Do not extract and scale down low bits on after-rounding
29510 systems when result rounded to normal precision would have normal
29511 exponent.
29512 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29513 (__fmal): Do not extract and scale down low bits on after-rounding
29514 systems when result rounded to normal precision would have normal
29515 exponent.
29516 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29517 macro.
29518 (fma_test): Add more tests.
29519 (fma_test_towardzero): Likewise.
29520 (fma_test_downward): Likewise.
29521 (fma_test_upward): Likewise.
29522
954ef0d9
L
295232012-10-30 H.J. Lu <hongjiu.lu@intel.com>
29524
29525 * sysdeps/i386/tininess.h: Renamed to ...
29526 * sysdeps/x86/tininess.h: This.
29527 * sysdeps/x86_64/tininess.h: Removed.
29528
df61ffb2
JM
295292012-10-30 Joseph Myers <joseph@codesourcery.com>
29530
29531 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29532 input. Use $(build-program-cmd).
29533 ($(objpfx)tst-array1-static.out): Likewise.
29534 ($(objpfx)tst-array2.out): Likewise.
29535 ($(objpfx)tst-array3.out): Likewise.
29536 ($(objpfx)tst-array4.out): Likewise.
29537 ($(objpfx)tst-array5.out): Likewise.
29538 ($(objpfx)tst-array5-static.out): Likewise.
29539
01767843
CM
295402012-10-30 Chris Metcalf <cmetcalf@tilera.com>
29541
47cc1490
CM
29542 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29543 if defined.
29544
01767843
CM
29545 * nss/nsswitch.h (nss_interface_function): Provide new
29546 macro for use with NSS functions.
29547 * grp/initgroups.c: Use new macro.
29548 * nss/getXXbyYY.c: Likewise.
29549 * nss/getXXbyYY_r.c: Likewise.
29550 * nss/getXXent.c: Likewise.
29551 * nss/getXXent_r.c: Likewise.
29552 * sysdeps/posix/getaddrinfo.c: Likewise.
29553
8321aa97
AJ
295542012-10-30 Andreas Jaeger <aj@suse.de>
29555
29556 * po/ru.po: Update Russion translation from translation project.
29557
2a27fd6d
JM
295582012-10-30 Joseph Myers <joseph@codesourcery.com>
29559
8627a232
JM
29560 [BZ #14152]
29561 [BZ #14783]
29562 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29563 result and shift together with sticky bit instead of replicating
29564 round-to-nearest rounding.
29565 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29566 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29567 * math/libm-test.inc (fma_test): Add more tests. Do not permit
29568 missing underflow exceptions.
29569 (fma_test_towardzero): Add more tests.
29570 (fma_test_downward): Likewise.
29571 (fma_test_upward): Likewise.
29572
2a27fd6d
JM
29573 [BZ #14047]
29574 * sysdeps/generic/tininess.h: New file.
29575 * sysdeps/i386/tininess.h: Likewise.
29576 * sysdeps/sh/tininess.h: Likewise.
29577 * sysdeps/x86_64/tininess.h: Likewise.
29578 * stdlib/tst-strtod-underflow.c: Likewise.
29579 * stdlib/tst-tininess.c: Likewise.
29580 * stdlib/strtod_l.c: Include <tininess.h>.
29581 (round_and_return): Do not set errno for exact underflow cases.
29582 Force an underflow exception when setting errno for underflow.
29583 Determine underflow based on rounding to normal precision if
29584 TININESS_AFTER_ROUNDING.
29585 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29586 ERANGE for exact underflow cases.
29587 * stdlib/Makefile (tests): Add tst-tininess and
29588 tst-strtod-underflow.
29589 ($(objpfx)tst-tininess): Use $(link-libm).
29590 ($(objpfx)tst-strtod-underflow): Likewise.
29591
e7170363
AJ
295922012-10-30 Andreas Jaeger <aj@suse.de>
29593
e5088dc6
AJ
29594 [BZ#14767]
29595 * elf/Makefile (tests): Remove conditional for have-initfini-array
29596 since this is now always required and the variable does not exist
29597 anymore.
29598 (tests-static): Likewise.
29599 (modules-names): Likewise.
29600
e7170363 29601 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
29602
29603 * elf/tst-array1.c (fini_array): Make writeable so that it can be
29604 merged with constructor/destructor.
29605 (init_array): Likewise.
29606 * elf/tst-array2dep.c (fini_array): Likewise.
29607 (init_array): Likewise.
29608
60457d8a
MF
296092012-10-29 Mike Frysinger <vapier@gentoo.org>
29610
29611 * manual/message.texi: Delete @cartouche tags.
29612
8bece752
PT
296132012-10-29 Pino Toscano <toscano.pino@tiscali.it>
29614
94ce799f
PT
29615 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29616 EOPNOTSUPP.
29617 * sysdeps/mach/hurd/fsync.c: Likewise.
29618
8bece752
PT
29619 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29620 [_POSIX_REALTIME_SIGNALS]: Change condition to
29621 [_POSIX_REALTIME_SIGNALS > 0].
29622
86ebe6b1
AJ
296232012-10-27 Andreas Jaeger <aj@suse.de>
29624
29625 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29626 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29627 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29628 [__WORDSIZE != 64]: Likewise.
29629
54399c08
L
296302012-10-26 H.J. Lu <hongjiu.lu@intel.com>
29631
29632 * iconvdata/tst-table.sh: Remove ${SHELL}.
29633 * iconvdata/tst-tables.sh: Likewise.
29634
e2211bed
DM
296352012-10-25 David S. Miller <davem@davemloft.net>
29636
29637 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29638 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29639 of strtoull.
29640
f303f97c
DM
29641 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29642 ifunc-impl-list.c
29643 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29644 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29645 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29646 file.
29647
1e9d84cd
RM
296482012-10-25 Roland McGrath <roland@hack.frob.com>
29649
29650 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29651 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29652 __getdirentries.
29653
df381762
JM
296542012-10-25 Joseph Myers <joseph@codesourcery.com>
29655 Jim Blandy <jimb@codesourcery.com>
29656
29657 * scripts/cross-test-ssh.sh: New file.
29658 * manual/install.texi (Configuring and compiling): Document use of
29659 cross-test-ssh.sh.
29660 * INSTALL: Regenerated.
29661
bff64913
PT
296622012-10-25 Pino Toscano <toscano.pino@tiscali.it>
29663
29664 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29665 EOPNOTSUPP.
29666
25fe8932
JM
296672012-10-25 Joseph Myers <joseph@codesourcery.com>
29668
29669 * Makeconfig (run-program-prefix): Fix comment.
29670
cc1290d0
JM
296712012-10-24 Joseph Myers <joseph@codesourcery.com>
29672 Jim Blandy <jimb@codesourcery.com>
29673
29674 * Makeconfig (test-wrapper): New variable,
29675 (test-wrapper-env): Likewise.
29676 [$(cross-compiling) = yes && $(test-wrapper) != ""]
29677 (run-built-tests): Define to yes.
29678 (run-program-prefix): Use $(test-wrapper).
29679 (built-program-cmd): Likewise.
29680 * Rules (make-test-out): Use $(test-wrapper-env) and
29681 $(host-built-program-cmd).
29682 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29683 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29684 tst-pathopt.sh.
29685 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29686 $(test-wrapper-env) to tst-rtld-load-self.sh.
29687 ($(objpfx)order2.out): Use $(test-wrapper).
29688 ($(objpfx)tst-initorder.out): Likewise.
29689 ($(objpfx)tst-initorder2.out): Likewise.
29690 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29691 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29692 (test_wrapper_env): New variable. Use it to run ld.so.
29693 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29694 Use it to run ld.so.
29695 (test_wrapper_env): Likewise.
29696 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29697 $(test-wrapper) to run-iconv-test.sh.
29698 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29699 (ICONV): Use $test_wrapper.
29700 * posix/Makefile ($(objpfx)globtest.out): Pass
29701 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29702 globtest.sh, not $(run-program-prefix).
29703 * posix/globtest.sh (run_via_rtld_prefix): New variable.
29704 (test_wrapper): Likewise.
29705 (test_wrapper_env): Likewise. Use it to run globtest with HOME
29706 set together with run_via_rtld_prefix.
29707 (run_program_prefix): Define in terms of test_wrapper and
29708 run_via_rtld_prefix.
29709
6e6249d0
RM
297102012-10-24 Roland McGrath <roland@hack.frob.com>
29711
29712 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29713 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29714 Targets removed.
29715
29716 [BZ #14743]
29717 * include/time.h: Remove librt_hidden_proto (clock_gettime).
29718 Declare __clock_getres, __clock_gettime, __clock_settime,
29719 __clock_nanosleep, and __clock_getcpuclockid.
29720 * rt/clock_gettime.c: Define __clock_gettime as an alias.
29721 Remove librt_hidden_def (clock_gettime).
29722 * sysdeps/unix/clock_gettime.c: Likewise.
29723 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29724 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29725 * rt/clock_getres.c: Define __clock_getres as an alias.
29726 * sysdeps/posix/clock_getres.c: Likewise.
29727 * rt/clock_settime.c: Define __clock_settime as an alias.
29728 * sysdeps/unix/clock_settime.c: Likewise.
29729 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29730 * sysdeps/unix/clock_nanosleep.c: Likewise.
29731 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29732 * rt/clock-compat.c: New file.
29733 * rt/Makefile (librt-routines): Add clock-compat and move
29734 $(clock-routines) to ...
29735 (routines): ... here, new variable.
29736 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29737 Don't add get_clockfreq here.
29738 * rt/Versions (libc: GLIBC_2.17): New version set.
29739 Add clock_* symbols here.
29740 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
29741 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29742 (GLIBC_2.17): Add clock_* symbols.
29743 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29744 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29745 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29746 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29747 Likewise.
29748 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29749 Likewise.
29750 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29751 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29752 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29753 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29754 * NEWS: Mention the move.
29755
29756 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29757 Use __open, __read, __close rather than their public counterparts.
29758 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29759 (__get_clockfreq_via_cpuinfo): Likewise.
29760 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29761 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29762
29763 * config.h.in (HAVE_IFUNC): New #undef.
29764 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29765 was successful.
29766 * configure: Regenerated.
29767
0cae3f4b
MF
297682012-10-24 Mike Frysinger <vapier@gentoo.org>
29769
29770 * configure.in: Move READELF check to start of file.
29771 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29772 libc_cv_asm_gnu_indirect_function in the process.
29773 * configure: Regenerated.
29774
8175a253
MF
297752012-10-24 Mike Frysinger <vapier@gentoo.org>
29776
29777 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29778 send the output to /dev/null.
29779 (libc_cv_cc_with_libunwind): Likewise.
29780 (libc_cv_as_noexecstack): Likewise.
29781 * configure: Regenerate.
29782
0708a7d1
JM
297832012-10-24 Joseph Myers <joseph@codesourcery.com>
29784
10b40d85
JM
29785 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29786
0708a7d1
JM
29787 * posix/globtest.sh (TMPDIR): Do not set.
29788 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29789 (testout): Likewise.
29790
9fddec1a
AJ
297912012-10-24 Andreas Jaeger <aj@suse.de>
29792
3a8db22f
AJ
29793 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29794 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29795 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29796 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29797 posix_fadvise64, posix_fallocate64.
29798
9fddec1a
AJ
29799 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29800 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29801 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29802 Likewise.
29803 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29804 Likewise.
29805 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29806
29807 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29808 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29809 <bits/fcntl-linux.h>.
29810 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29811
29812 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29813 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29814 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29815 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29816 [__WORDSIZE != 64]: Likewise.
29817
ebfd1bbd
JM
298182012-10-23 Joseph Myers <joseph@codesourcery.com>
29819
03ac099f
JM
29820 * Makeconfig (run-built-tests): New variable.
29821 * Rules [$(cross-compiling) = yes]: Change condition to
29822 [$(run-built-tests) = no].
29823 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29824 to [$(run-built-tests) = yes].
29825 * elf/Makefile [$(cross-compiling) = no]: Likewise
29826 * grp/Makefile [$(cross-compiling) = no]: Likewise.
29827 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29828 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29829 * intl/Makefile [$(cross-compiling) = no]: Likewise.
29830 * io/Makefile [$(cross-compiling) = no]: Likewise.
29831 * libio/Makefile [$(cross-compiling) = no]: Likewise.
29832 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29833 * misc/Makefile [$(cross-compiling) = no]: Likewise.
29834 * posix/Makefile [$(cross-compiling) = no]: Likewise.
29835 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29836 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29837 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29838 * string/Makefile [$(cross-compiling) = no]: Likewise.
29839
ebfd1bbd
JM
29840 * posix/Makefile ($(objpfx)globtest.out): Pass
29841 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29842 $(rtld-installed-name).
29843 * posix/globtest.sh (elf_objpfx): Remove variable.
29844 (rtld_installed_name): Likewise.
29845 (library_path): Likewise.
29846 (run_program_prefix): New variable. Use for running globtest
29847 binary.
29848
166bca24
JB
298492012-10-23 Jim Blandy <jimb@codesourcery.com>
29850 Joseph Myers <joseph@codesourcery.com>
29851
29852 * Makeconfig (host-built-program-cmd): New variable.
29853 * elf/Makefile (tst-stackguard1-ARGS): Use
29854 $(host-built-program-cmd).
29855 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29856 (tst-spawn-ARGS): Likewise.
29857 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29858
88866099
JM
298592012-10-23 Joseph Myers <joseph@codesourcery.com>
29860 Jim Blandy <jimb@codesourcery.com>
29861
29862 * Makeconfig (run-via-rtld-prefix): New variable.
29863 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29864 (built-program-cmd): Likewise.
29865
b4b4c296
AJ
298662012-10-22 Andreas Jaeger <aj@suse.de>
29867
29868 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29869 __O_RSYNC if it exists, otherwise to O_SYNC.
29870
6fb54a22
JB
298712012-10-22 Jim Blandy <jimb@codesourcery.com>
29872 Joseph Myers <joseph@codesourcery.com>
29873
29874 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29875 /dev/null.
29876 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29877 from /dev/null
29878 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29879 /dev/null.
29880
481b90b9
AJ
298812012-10-22 Andreas Jaeger <aj@suse.de>
29882
2a0e2669
AJ
29883 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29884 Define always.
29885 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29886
76e38f9a
AJ
29887 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29888 bits/fcntl-linux.h.
29889
7cd37b43
AJ
29890 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29891 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29892
481b90b9
AJ
29893 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29894 to __O_LARGEFILE.
29895 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29896 to __O_LARGEFILE.
29897
aba75984
JB
298982012-10-21 Jim Blandy <jimb@codesourcery.com>
29899 Joseph Myers <joseph@codesourcery.com>
29900
29901 * config.make.in (NM): New variable.
29902
88d4247f
AJ
299032012-10-21 Andreas Jaeger <aj@suse.de>
29904
29905 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29906 definitions and declarations that are provided by
29907 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29908
f2eed205
L
299092012-10-20 H.J. Lu <hongjiu.lu@intel.com>
29910
29911 [BZ #14683]
29912 * elf/Makefile (tests-static): Add tst-leaks1-static.
29913 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29914 ($(objpfx)tst-leaks1-static): New rule.
29915 ($(objpfx)tst-leaks1-static-mem): Likewise.
29916 (tst-leaks1-static-ENV): New macro.
29917 * elf/dl-open.c (dl_open_worker): Check the main application
29918 only if SHARED is defined.
29919 * elf/tst-leaks1-static.c: New file.
29920
335e6931
AJ
299212012-10-20 Andreas Jaeger <aj@suse.de>
29922
29923 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29924 generic values for Linux.
29925 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29926 and declarations that are provided by <bits/fcntl-linux.h> and
29927 include <bits/fcntl-linux.h>.
29928 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29929 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29930
ac5c94d3
RM
299312012-10-20 Roland McGrath <roland@hack.frob.com>
29932
29933 * io/fcntl.h: Move include of <bits/types.h> to the top and
29934 include it unconditionally.
29935
de54b33a
L
299362012-10-20 H.J. Lu <hongjiu.lu@intel.com>
29937
228cfb01
L
29938 * wcsmbs/Makefile (tests-ifunc): New variable.
29939 (tests): Add $(tests-ifunc).
29940 * wcsmbs/test-wcschr-ifunc.c: New file.
29941 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29942 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29943 * wcsmbs/test-wcslen-ifunc.c: Likewise.
29944 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29945 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29946
69f07e5f
L
29947 * string/Makefile (tests-ifunc): New variable.
29948 (tests): Add $(tests-ifunc).
29949 * string/test-memccpy.c (TEST_NAME): New macro.
29950 * string/test-memchr.c (TEST_NAME): Likewise.
29951 * string/test-memcmp.c (TEST_NAME): Likewise.
29952 * string/test-memcpy.c (TEST_NAME): Likewise.
29953 * string/test-memmem.c (TEST_NAME): Likewise.
29954 * string/test-memmove.c (TEST_NAME): Likewise.
29955 * string/test-memset.c (TEST_NAME): Likewise.
29956 * string/test-rawmemchr.c (TEST_NAME): Likewise.
29957 * string/test-stpcpy.c (TEST_NAME): Likewise.
29958 * string/test-stpncpy.c (TEST_NAME): Likewise.
29959 * string/test-strcasecmp.c (TEST_NAME): Likewise.
29960 * string/test-strcasestr.c (TEST_NAME): Likewise.
29961 * string/test-strcat.c (TEST_NAME): Likewise.
29962 * string/test-strchr.c (TEST_NAME): Likewise.
29963 * string/test-strcmp.c(TEST_NAME): Likewise.
29964 * string/test-strcpy.c (TEST_NAME): Likewise.
29965 * string/test-strcspn.c (TEST_NAME): Likewise.
29966 * string/test-strlen.c (TEST_NAME): Likewise.
29967 * string/test-strncasecmp.c (TEST_NAME): Likewise.
29968 * string/test-strncmp.c (TEST_NAME): Likewise.
29969 * string/test-strncpy.c (TEST_NAME): Likewise.
29970 * string/test-strnlen.c (TEST_NAME): Likewise.
29971 * string/test-strpbrk.c (TEST_NAME): Likewise.
29972 * string/test-strrchr.c (TEST_NAME): Likewise.
29973 * string/test-strspn.c (TEST_NAME): Likewise.
29974 * string/test-strstr.c (TEST_NAME): Likewise.
29975 * string/test-bcopy-ifunc.c: New file.
29976 * string/test-bzero-ifunc.c: Likewise.
29977 * string/test-memccpy-ifunc.c: Likewise.
29978 * string/test-memchr-ifunc.c: Likewise.
29979 * string/test-memcmp-ifunc.c: Likewise.
29980 * string/test-memcpy-ifunc.c: Likewise.
29981 * string/test-memmem-ifunc.c: Likewise.
29982 * string/test-memmove-ifunc.c: Likewise.
29983 * string/test-mempcpy-ifunc.c: Likewise.
29984 * string/test-memset-ifunc.c: Likewise.
29985 * string/test-rawmemchr-ifunc.c: Likewise.
29986 * string/test-stpcpy-ifunc.c: Likewise.
29987 * string/test-stpncpy-ifunc.c: Likewise.
29988 * string/test-strcasecmp-ifunc.c: Likewise.
29989 * string/test-strcasestr-ifunc.c: Likewise.
29990 * string/test-strcat-ifunc.c: Likewise.
29991 * string/test-strchr-ifunc.c: Likewise.
29992 * string/test-strchrnul-ifunc.c: Likewise.
29993 * string/test-strcmp-ifunc.c: Likewise.
29994 * string/test-strcpy-ifunc.c: Likewise.
29995 * string/test-strcspn-ifunc.c: Likewise.
29996 * string/test-strlen-ifunc.c: Likewise.
29997 * string/test-strncasecmp-ifunc.c: Likewise.
29998 * string/test-strncat-ifunc.c: Likewise.
29999 * string/test-strncmp-ifunc.c: Likewise.
30000 * string/test-strncpy-ifunc.c: Likewise.
30001 * string/test-strnlen-ifunc.c: Likewise.
30002 * string/test-strpbrk-ifunc.c: Likewise.
30003 * string/test-strrchr-ifunc.c: Likewise.
30004 * string/test-strspn-ifunc.c: Likewise.
30005 * string/test-strstr-ifunc.c: Likewise.
30006
de54b33a
L
30007 * debug/Makefile (tests-ifunc): New variable.
30008 (tests): Add $(tests-ifunc).
30009 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
30010 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
30011 * debug/test-stpcpy_chk-ifunc.c: New file.
30012 * debug/test-strcpy_chk-ifunc.c: Likewise.
30013
88481c16
SP
300142012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
30015
30016 [BZ #13601]
30017 * elf/dl-load.c (open_verify): Retry read if the entire ELF
30018 header is not read in.
30019
135948bd
JM
300202012-10-19 Joseph Myers <joseph@codesourcery.com>
30021
89f1c388
JM
30022 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
30023 script to $(SHELL) as $<. Pass $(common-objpfx) to script
30024 directly. Pass built executable to script as
30025 $(built-program-cmd).
30026 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
30027 $testprogram without using LD_LIBRARY_PATH and $ldso.
30028
e40a0d21
JM
30029 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
30030 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
30031 $(rtld-installed-name).
30032 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
30033 (rtld_installed_name): Likewise.
30034 (library_path): Likewise.
30035 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
30036 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
30037 $(run-program-prefix) to tst-tables.sh.
30038 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
30039 it to run tst-table-from and tst-table-to.
30040 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
30041 Pass it to tst-table.sh.
30042 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
30043 $(run-program-prefix) to tst-gettext.sh.
30044 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
30045 tst-translit.sh.
30046 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
30047 tst-gettext2.sh.
30048 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
30049 to run tst-gettext.
30050 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
30051 to run tst-gettext2.
30052 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
30053 to run tst-translit.
30054 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
30055 $(run-program-prefix) to tst-mtrace.sh.
30056 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
30057 to run tst-mtrace.
30058 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
30059 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
30060 $(rtld-installed-name).
30061 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
30062 (rtld_installed_name): Likewise.
30063 (run_program_prefix): New variable. Use it to run wordexp-test.
30064
728e272a
JM
30065 * Makeconfig (ARCH): Remove all definitions.
30066 (machine): Likewise.
30067 [ARCH]: Remove conditional code.
30068 [!objdir]: Give error.
30069 [!objdir] (objpfx): Remove.
30070 [!objdir] (common-objpfx): Likewise.
30071 [!objdir] (common-objdir): Likewise.
30072 * configure.in (config_makefile): Remove. Hardcode Makefile in
30073 AC_CONFIG_FILES call.
30074 * configure: Regenerated.
30075
d528cdcf
JM
30076 [BZ #13888]
30077 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
30078 or TMPDIR.
30079 (testout): Likewise.
30080
135948bd
JM
30081 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
30082 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
30083 $(rtld-installed-name).
30084 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
30085 (rtld_installed_name): Likwise.
30086 (runit): Remove function.
30087 (run_getconf): New variable, Use it for running getconf binary.
30088
38c78296
L
300892012-10-18 H.J. Lu <hongjiu.lu@intel.com>
30090
30091 [BZ #14716]
30092 * string/test-memmem.c (check_result): New function.
30093 (do_one_test): Use it.
30094 (check1): New function.
30095 (test_main): Use it.
30096
d077f65f
MT
300972012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
30098
30099 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
30100
ced52c71
JM
301012012-10-18 Joseph Myers <joseph@codesourcery.com>
30102
30103 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
30104 (_G_LSEEK64): Likewise.
30105 (_G_MMAP64): Likewise.
30106 (_G_FSTAT64): Likewise.
30107 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
30108 (_G_LSEEK64): Likewise.
30109 (_G_MMAP64): Likewise.
30110 (_G_FSTAT64): Likewise.
30111 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
30112 unconditional. Call __mmap64 directly.
30113 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
30114 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
30115 __lseek64 directly.
30116 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
30117 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
30118 __mmap64 directly.
30119 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
30120 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
30121 __lseek64 directly.
30122 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
30123 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
30124 __lseek64 directly.
30125 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
30126 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
30127 __lseek64 directly.
30128 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
30129 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
30130 __fxstat64 directly.
30131 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
30132 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
30133 unconditional.
30134 (freopen64) [!_G_OPEN64]: Remove conditional code.
30135 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
30136 unconditional.
30137 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
30138 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
30139 unconditional.
30140 (ftello64) [!_G_LSEEK64]: Remove conditional code.
30141 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
30142 unconditional.
30143 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30144 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
30145 unconditional.
30146 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
30147 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
30148 unconditional.
30149 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30150 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
30151 unconditional.
30152 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
30153 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
30154 unconditional.
30155 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
30156
b741de23
SP
301572012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
30158
30159 [BZ #12140]
30160 * manual/memory.texi (Malloc Tunable Parameters): Add note
30161 about free list pointers overwriting some perturb bytes.
30162 Wording suggested by Roland McGrath.
30163
f9b9d9c9
JM
301642012-10-17 Joseph Myers <joseph@codesourcery.com>
30165
30166 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
30167 (lgamma_test): Likewise.
30168 (tgamma_test): Likewise.
30169
172a631a
FW
301702012-10-16 Florian Weimer <fweimer@redhat.com>
30171
30172 [BZ #14700]
30173 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
30174 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
30175
e9f37252
MK
301762012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
30177
30178 * NEWS: Mention BZ #14716.
30179 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
30180 when removing AVAILABLE1_USES_J macro.
30181
d394eb74
L
301822012-10-12 H.J. Lu <hongjiu.lu@intel.com>
30183
30184 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
30185 (__bswap_64): __uint64_t for unsigned 64-bit int.
30186
ca38dc17
AS
301872012-10-12 Andreas Schwab <schwab@linux-m68k.org>
30188
30189 * include/string.h (memmem): Declare libc hidden alias.
30190 * string/memmem.c (memmem): Define libc hidden alias.
30191 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
30192 __read, __close instead of open, read, close.
30193
9a387d1f
L
301942012-10-11 H.J. Lu <hongjiu.lu@intel.com>
30195
ac49ecaf
L
30196 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
30197 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
30198 global and hidden.
30199 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
30200 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
30201 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
30202 Likewise.
30203 (__rawmemchr_sse2): Likewise.
30204 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
30205 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
30206 (__strchr_sse2): Likewise.
30207 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
30208 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
30209 (__strcasecmp_sse2): Likewise.
30210 (__strncasecmp_sse2): Likewise.
30211 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
30212 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
30213 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
30214 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
30215 (__strrchr_sse2): Likewise.
30216 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
30217 ifunc-impl-list.c.
30218 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
30219 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
30220 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
30221 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
30222 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
30223 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
30224 * sysdeps/x86_64/multiarch/memset.S: Likewise.
30225 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30226 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
30227 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
30228 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
30229 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
30230 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
30231 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
30232 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
30233 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
30234 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
30235 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
30236 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
30237 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
30238 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
30239 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
30240 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
30241 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30242 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
30243 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
30244 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
30245 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
30246 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
30247 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
30248
b090e8ea
L
30249 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
30250 global and hidden.
30251 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
30252 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
30253 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
30254 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
30255 Likewise.
30256 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
30257 Likewise.
30258 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
30259 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
30260 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
30261 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
30262 ifunc-impl-list.c.
30263 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
30264 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
30265 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
30266 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
30267 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
30268 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
30269 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
30270 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
30271 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
30272 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
30273 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
30274 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
30275 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
30276 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
30277 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
30278 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
30279 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
30280 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
30281 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
30282 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
30283 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
30284 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
30285 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
30286 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
30287 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
30288 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
30289 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
30290 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
30291 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
30292 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
30293 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
30294 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
30295 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
30296 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
30297 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
30298 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
30299 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
30300 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
30301 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
30302 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
30303 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
30304
11dd4af6
L
30305 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
30306 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
30307 * include/ifunc-impl-list.h: New file.
30308 * misc/ifunc-impl-list.c: Likewise.
30309 * misc/Makefile (routines): Add ifunc-impl-list.
30310 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
30311 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
30312 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
30313 TEST_NAME]: New variables.
11dd4af6
L
30314 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
30315 are defined.
30316 (test_init): Call __libc_ifunc_impl_list to initialize
30317 func_list if TEST_IFUNC and TEST_NAME are defined.
30318
9a387d1f
L
30319 * string/Makefile (strop-tests): Add bcopy and bzero.
30320 * string/test-bcopy.c: New file.
30321 * string/test-bzero.c: Likewise.
30322 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
30323 defined.
30324 * string/test-memset.c: Support bzero test if TEST_BZERO is
30325 defined.
30326 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
30327 __libc_memmove.
30328 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
30329 __libc_memset.
30330 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
30331 of memset.
30332
472371b9
JM
303332012-10-10 Joseph Myers <joseph@codesourcery.com>
30334
1e4a9536
JM
30335 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
30336 * configure: Regenerated.
30337
d173d12e
JM
30338 * Makeconfig (+link-static-before-libc): Don't include
30339 $(link-static-libc).
30340
472371b9
JM
30341 * libio/libio.h (_IO_pos_t): Remove.
30342
89a3ad0b
AO
303432012-10-10 Alexandre Oliva <aoliva@redhat.com>
30344
30345 * NEWS: Add note about FIPS mode. Wording suggested by Roland
30346 McGrath.
30347
e7451425
AO
303482012-10-10 Alexandre Oliva <aoliva@redhat.com>
30349
30350 * crypt/crypt-entry.c: Include fips-private.h.
30351 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
30352 * crypt/md5c-test.c (main): Tolerate disabled MD5.
30353 * sysdeps/unix/sysv/linux/fips-private.h: New file.
30354 * sysdeps/generic/fips-private.h: New file, dummy fallback.
30355
4ba74a35
AO
303562012-10-10 Alexandre Oliva <aoliva@redhat.com>
30357
30358 * crypt/crypt-private.h: Include stdbool.h.
30359 (_ufc_setup_salt_r): Return bool.
30360 * crypt/crypt-entry.c: Include errno.h.
30361 (__crypt_r): Return NULL with EINVAL for bad salt.
30362 * crypt/crypt_util.c (bad_for_salt): New.
30363 (_ufc_setup_salt_r): Check that salt is long enough and within
30364 the specified alphabet.
30365 * crypt/badsalttest.c: New file.
30366 * crypt/Makefile (tests): Add it.
30367 ($(objpfx)badsalttest): New.
30368
f96f1242
MK
303692012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
30370
30371 * NEWS: Add entry for BZ #14602.
30372
0e8e0c1c
JM
303732012-10-09 Joseph Myers <joseph@codesourcery.com>
30374
30375 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
30376 type-generic.
30377 * math/libm-test.inc: Update comment listing what functions and
30378 macros are tested.
30379 (isgreater_test): New function.
30380 (isgreaterequal_test): Likewise.
30381 (isless_test): Likewise.
30382 (islessequal_test): Likewise.
30383 (islessgreater_test): Likewise.
30384 (isunordered_test): Likewise.
30385 (main): Call the new functions.
30386
273edc5e
RM
303872012-10-09 Roland McGrath <roland@hack.frob.com>
30388
b8493de0
RM
30389 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
30390 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
30391 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
30392 * sysdeps/i386/configure: Regenerated.
30393 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
30394 * sysdeps/mach/configure: Regenerated.
30395 * sysdeps/mach/hurd/configure: Regenerated.
30396 * sysdeps/powerpc/configure: Regenerated.
30397 * sysdeps/powerpc/powerpc32/configure: Regenerated.
30398 * sysdeps/powerpc/powerpc64/configure: Regenerated.
30399 * sysdeps/s390/s390-32/configure: Regenerated.
30400 * sysdeps/s390/s390-64/configure: Regenerated.
30401 * sysdeps/sh/configure: Regenerated.
30402 * sysdeps/sparc/configure: Regenerated.
30403 * sysdeps/unix/sysv/linux/configure: Regenerated.
30404 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
30405 * sysdeps/x86_64/configure: Regenerated.
30406
273edc5e
RM
30407 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
30408 defined. Don't check if MAP is NULL.
30409
c8450f70
JM
304102012-10-09 Joseph Myers <joseph@codesourcery.com>
30411
30412 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
30413 (_G_stat64): Likewise.
30414 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
30415 (_G_stat64): Likewise.
30416 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
30417 instead of struct _G_stat64.
30418 * libio/fileops.c (mmap_remap_check): Likewise.
30419 (decide_maybe_mmap): Likewise.
30420 (_IO_new_file_seekoff): Likewise.
30421 (_IO_file_stat): Likewise.
30422 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
30423 _G_off64_t.
30424 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
30425 instead of struct _G_stat64.
30426 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30427
57e605ba
MK
304282012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
30429
30430 [BZ #14602]
30431 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30432 Replace with ...
30433 (CHECK_EOL): New macro.
30434 (two_way_short_needle): Check beginning of haystack for EOL. Use
30435 CHECK_EOL.
30436 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30437 Replace with CHECK_EOL.
30438 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30439 Replace with CHECK_EOL.
30440
ef1bb361
JM
304412012-10-08 Joseph Myers <joseph@codesourcery.com>
30442
30443 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30444 type-generic.
30445 * math/libm-test.inc: Update comment listing what functions and
30446 macros are tested.
30447 (finite_test): New function.
30448 (isinf_test): Likewise.
30449 (isnan_test): Likewise.
30450 (fpclassify_test): Test subnormal input.
30451 (isfinite_test): Likewise.
30452 (isnormal_test): Likewise.
30453 (main): Call the new functions.
30454
55f11534
JN
304552012-10-08 Jonathan Nieder <jrnieder@gmail.com>
30456
30457 [BZ #14660]
30458 * Makerules (%.dynsym): Force C locale when running
30459 $(OBJDUMP) --dynamic-syms.
30460
1ab29350
AS
304612012-10-08 Andreas Schwab <schwab@linux-m68k.org>
30462
30463 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30464 <stdint.h>.
30465
f1ecb7ef
DM
304662012-10-06 David S. Miller <davem@davemloft.net>
30467
30468 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30469 upper 32-bits of the length value in %o2 since we use branch-on-register
30470 tests which consider the entire 64-bit register.
30471
5d41d91a
L
304722012-10-06 H.J. Lu <hongjiu.lu@intel.com>
30473
30474 * string/test-strstr.c (check2): Add a test for page boundary.
30475
3baddb72
DM
304762012-10-05 David S. Miller <davem@davemloft.net>
30477
30478 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30479 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30480 file.
30481 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30482 sysdep_routines.
30483 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30484 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30485 and bzero when HWCAP_SPARC_CRYPTO is present.
30486
9cee5585
L
304872012-10-05 H.J. Lu <hongjiu.lu@intel.com>
30488
d7e0dab9
L
30489 [BZ #14602]
30490 * string/test-strstr.c (check2): New function.
30491 (test_main): Call check2.
30492
03759f47
L
30493 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30494 and bug-strchr1.
30495 * string/bug-strcasestr1.c (do_test): Moved to ...
30496 * string/test-strcasestr.c (check1): Here. New function.
30497 (do_one_test): Break out result checking code into ...
30498 (check_result): This. New function.
30499 (do_one_test): Call check_result.
30500 (test_main): Call check1.
30501 * string/bug-strchr1.c (do_test): Moved to ...
30502 * string/test-strchr.c (check1): Here. New function.
30503 (do_one_test): Break out result checking code into ...
30504 (check_result): This. New function.
30505 (do_one_test): Call check_result.
30506 (test_main): Call check1.
30507 * string/bug-strstr1.c (main): Moved to ...
046f153e 30508 * string/test-strstr.c (check1): Here. New function.
03759f47
L
30509 (do_one_test): Break out result checking code into ...
30510 (check_result): This. New function.
30511 (do_one_test): Call check_result.
30512 (test_main): Call check1.
30513 * string/bug-strcasestr1.c: Removed.
30514 * string/bug-strchr1.c: Likewise.
30515 * string/bug-strstr1.c: Likewise.
30516
53cea63e
L
30517 * elf/Makefile (dl-routines): Add hwcaps.
30518 * elf/dl-support.c (_dl_important_hwcaps): Removed.
30519 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30520 (_dl_important_hwcaps): Moved to ...
30521 * elf/dl-hwcaps.c: Here. New file.
30522 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30523
9cee5585 30524 [BZ #14557]
bb859b06
L
30525 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30526 if IS_IN_rtld isn't defined.
30527
9cee5585
L
30528 * elf/dl-support.c (_dl_sysinfo_map): New.
30529 Include "get-dynamic-info.h" and "setup-vdso.h".
30530 (_dl_non_dynamic_init): Call setup_vdso.
30531 * elf/dynamic-link.h: Don't include <assert.h>.
30532 (elf_get_dynamic_info): Moved to ...
30533 * elf/get-dynamic-info.h: Here. New file.
30534 * elf/dynamic-link.h: Include "get-dynamic-info.h".
30535 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30536 * elf/setup-vdso.h: Here. New file.
30537 * elf/rtld.c: Include "setup-vdso.h".
30538 (dl_main): Call setup_vdso.
30539
23c31b76
JM
305402012-10-05 Joseph Myers <joseph@codesourcery.com>
30541
28234b07
JM
30542 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30543 creal in comment listing functions tested. List finite, isinf,
30544 isnan, isless, islessequal, isgreater, isgreaterequal,
30545 islessgreater, isunordered, lgamma_r and pow10 as functions and
30546 macros not tested. Mention which functions not tested are aliases
30547 for other functions. Fix typo. Note that signs of NaNs are not
30548 tested.
30549
23c31b76
JM
30550 * scripts/config.guess: Update from config.git.
30551 * scripts/config.sub: Likewise.
30552
9043e228
RM
305532012-10-04 Roland McGrath <roland@hack.frob.com>
30554
30555 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30556 * misc/madvise.c (madvise): Renamed to __madvise.
30557 Make madvise a weak alias.
30558 * include/sys/mman.h: Declare __madvise.
30559 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30560 * sysdeps/unix/syscalls.list
30561 (madvise): Make __madvise the strong name, and madvise a weak alias.
30562 * sysdeps/unix/sysv/linux/syscalls.list
30563 (madvise, mmap): Remove redundant entries.
30564 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30565 * malloc/malloc.c (mtrim): Likewise.
30566 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30567
f57f8055
RM
305682012-10-03 Roland McGrath <roland@hack.frob.com>
30569
30570 * sysdeps/mach/hurd/dl-cache.c: File removed.
30571 * config.h.in (USE_LDCONFIG): New #undef.
30572 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30573 * configure: Regenerated.
30574 * elf/Makefile (dl-routines): Add dl-cache only under
30575 [$(use-ldconfig) = yes].
30576 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30577 cache on [USE_LDCONFIG].
30578 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30579 [USE_LDCONFIG].
30580 * elf/rtld.c (dl_main): Likewise.
30581
5bb0c10a
PT
305822012-10-03 Pino Toscano <toscano.pino@tiscali.it>
30583
30584 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30585 _SC_LEVEL4_CACHE_LINESIZE.
30586
010188c6
RM
305872012-10-03 Roland McGrath <roland@hack.frob.com>
30588
30589 * sysdeps/unix/bsd/confstr.h: File removed.
30590
b6c5ec07
AO
305912012-10-02 Alexandre Oliva <aoliva@redhat.com>
30592
30593 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30594 sys/sdt-config.h.
30595
408223d4
RM
305962012-10-02 Roland McGrath <roland@hack.frob.com>
30597
30598 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30599 Make 'mapoff' field ElfW(Off) rather than off_t.
30600
bb9510dc
DL
306012012-10-02 Dmitry V. Levin <ldv@altlinux.org>
30602
fc997c6e
DL
30603 * nscd/Makefile: Remove nscd-cflags and all its users.
30604 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30605 (CFLAGS-nonlib): Add compiler flags for nscd modules.
30606
bb9510dc
DL
30607 [BZ #10631]
30608 * malloc.c (malloc_printerr): Clarify error message.
30609
05699367
L
306102012-10-02 H.J. Lu <hongjiu.lu@intel.com>
30611
30612 [BZ #14648]
30613 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30614 Set bit_FMA_Usable if FMA is supported.
30615 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30616 macro.
30617 (bit_FMA4_Usable): Updated.
30618 (index_FMA_Usable): New macro.
30619 (CPUID_FMA): Likewise
30620 (HAS_FMA): Defined with bit_FMA_Usable.
30621
51367701
RM
306222012-10-01 Roland McGrath <roland@hack.frob.com>
30623
30624 * bits/types.h (__swblk_t): Type removed.
30625 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30626 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30627 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30628 (__SWBLK_T_TYPE): Likewise.
30629 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30630 (__SWBLK_T_TYPE): Likewise.
30631 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30632 (__SWBLK_T_TYPE): Likewise.
30633 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30634 (__SWBLK_T_TYPE): Likewise.
30635
4d57bf63 306362012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 30637 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
30638
30639 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30640 (xdr_mapname): Use YPMAXMAP as maxsize.
30641 (xdr_peername): Use YPMAXPEER as maxsize.
30642 (xdr_keydat): Use YPAXRECORD as maxsize.
30643 (xdr_valdat): Use YPMAXRECORD as maxsize.
30644
93c65d43
RM
306452012-10-01 Roland McGrath <roland@hack.frob.com>
30646
497a03d6
RM
30647 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30648
93c65d43
RM
30649 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30650 * csu/init-first.c: ... here.
30651 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30652 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30653 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30654 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30655 * sysdeps/i386/init-first.c: File removed.
30656 * sysdeps/sh/init-first.c: File removed.
30657
bec749fd
JM
306582012-10-01 Joseph Myers <joseph@codesourcery.com>
30659
30660 [BZ #14645]
30661 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30662 if x * y might underflow to zero and z is zero.
30663 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30664 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30665 * math/libm-test.inc (min_subnorm_value): New variable.
30666 (fma_test): Add more tests.
30667 (fma_test_towardzero): Likewise.
30668 (fma_test_downward): Likewise
30669 (fma_test_upward): Likewise.
30670 (initialize): Set min_subnorm_value.
30671
8ec5b013
JM
306722012-09-29 Joseph Myers <joseph@codesourcery.com>
30673
30674 [BZ #14638]
30675 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30676 0 + 0.
30677 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30678 mode for addition resulting in exact zero.
30679 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30680 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30681 exact 0 + 0.
30682 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30683 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30684 * math/libm-test.inc (fma_test): Add more tests.
30685 (fma_test_towardzero): New function.
30686 (fma_test_downward): Likewise.
30687 (fma_test_upward): Likewise.
30688 (main): Call the new functions.
30689
b1fa802e
DM
306902012-09-28 David S. Miller <davem@davemloft.net>
30691
30692 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30693
d3b9fd9e
RM
306942012-09-28 Roland McGrath <roland@hack.frob.com>
30695
ea4d37b3
RM
30696 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30697 instead of SIGALRM.
30698
ac51c949
RM
30699 * sysdeps/gnu/_G_config.h: Moved to ...
30700 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30701 * sysdeps/mach/hurd/_G_config.h: Moved to ...
30702 * sysdeps/generic/_G_config.h: ... here.
30703
28c195f7
RM
30704 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
30705
848917f9
RM
30706 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30707
6bacf05b
RM
30708 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30709 Conditionalize target on [libnss_test1.so-version].
30710
91363dbb
RM
30711 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30712
cc87f7d8
RM
30713 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30714 (elfobjdir): Move out of conditionals.
30715
b1c608fe
RM
30716 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30717 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30718 (__nss_lookup_function): Conditionalize label remove_from_tree on
30719 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 30720
1d9a6d96
DM
307212012-09-28 David S. Miller <davem@davemloft.net>
30722
30723 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30724 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30725 file.
30726 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30727 sysdep_routines.
30728 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30729 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30730 when HWCAP_SPARC_CRYPTO is present.
30731
72581615
PT
307322012-09-28 Pino Toscano <toscano.pino@tiscali.it>
30733
30734 * io/tst-mknodat.c: Create a FIFO instead of a socket.
30735
715a900c
JL
307362012-09-28 Andreas Schwab <schwab@linux-m68k.org>
30737
30738 [BZ #6530]
30739 * stdio-common/vfprintf.c (process_string_arg): Revert
30740 2000-07-22 change.
30741
307422011-09-28 Jonathan Nieder <jrnieder@gmail.com>
30743
30744 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30745 for testcase.
30746 * stdio-common/tst-sprintf.c: Include <locale.h>
30747 (main): Test sprintf's handling of incomplete multibyte
30748 characters.
30749
9bac1d86
L
307502012-09-28 H.J. Lu <hongjiu.lu@intel.com>
30751
30752 * elf/dl-runtime.c (VERSYMIDX): Removed.
30753 * elf/dl-version.c (VERSYMIDX): Likewise.
30754 * elf/do-rel.h (VERSYMIDX): Likewise.
30755 (VALIDX): Likewise.
30756 * elf/dynamic-link.h (VERSYMIDX): Likewise.
30757 * elf/rtld.c (VALIDX): Likewise.
30758 (ADDRIDX): Likewise.
9bac1d86
L
30759 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30760 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30761 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
30762 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30763 (VALIDX): Likewise.
30764 (ADDRIDX): Likewise.
9bac1d86 30765
b31606c0
PT
307662012-09-28 Pino Toscano <toscano.pino@tiscali.it>
30767
30768 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30769
11541177
JL
307702012-09-28 Dmitry V. Levin <ldv@altlinux.org>
30771
30772 [BZ #11438]
30773 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30774 to global scope.
30775 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30776 addresses are in the same scope as 192.0.2/24.
30777 * posix/gai.conf: Document new scope table defaults.
30778
adb26fae
SP
307792012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30780
30781 [BZ #5298]
30782 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30783 for ftell. Compute offsets from write pointers instead.
30784 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30785
4573c6b0
SP
307862012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30787
30788 [BZ #14543]
30789 * libio/Makefile (tests): New test case tst-fseek.
30790 * libio/tst-fseek.c: New test case to verify that fseek/ftell
30791 combination works in wide mode.
30792 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30793 state when the external buffer state changes.
30794
aa9bbfe6
DM
307952012-09-27 David S. Miller <davem@davemloft.net>
30796
30797 [BZ #14376]
30798 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30799 pass reloc->r_addend in as the 'high' argument to
30800 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30801
784421e7
DM
30802 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30803
c39bc8b8
PT
308042012-09-28 Pino Toscano <toscano.pino@tiscali.it>
30805
30806 * rt/tst-aio2.c: Include <pthread.h>.
30807 * rt/tst-aio3.c: Likewise.
30808
1ccc2399
SE
308092012-09-27 Steve Ellcey <sellcey@mips.com>
30810
30811 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30812
31ed4153
L
308132012-09-27 H.J. Lu <hongjiu.lu@intel.com>
30814
25f5f885
L
30815 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30816 contents on [SHARED].
31ed4153 30817
b7bfe116
MP
308182012-09-26 Marek Polacek <polacek@redhat.com>
30819
30820 [BZ #14530]
30821 [BZ #13741]
30822 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30823 for C++ and GCC <4.3 as well as for non GCC compilers.
30824
43c4edba
MT
308252012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
30826
30827 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30828
6a1bf82f
RM
308292012-09-25 Roland McGrath <roland@hack.frob.com>
30830
30831 * Makefile.in (all, install): Declare with .PHONY.
30832 Reported by Michael Hope <michael.hope@linaro.org>.
30833
8ad11b9a
TMQMF
308342012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30835
30836 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30837 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30838 system header.
30839 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30840 Likewise.
30841 (sydep_routines): Add the new and the internal functions.
30842 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30843 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30844 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30845 (GLIBC_2.17): Add the new function.
30846 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30847 (GLIBC_2.17): Likewise.
30848 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30849 (GLIBC_2.17): Likewise.
30850 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30851 (GLIBC_2.17): Likewise.
30852 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30853
7e2fca8d
AM
308542012-09-25 Alan Modra <amodra@gmail.com>
30855
30856 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30857 Add release barrier before setting once_control to say
30858 initialisation is done. Add hints on lwarx. Use macro in
30859 place of isync.
30860 (clear_once_control): Add release barrier.
30861
b87c4b24
JM
308622012-09-25 Joseph Myers <joseph@codesourcery.com>
30863
d032e0d2
JM
30864 [BZ #13629]
30865 * math/s_clog.c (__clog): Handle more values close to |z| = 1
30866 specially.
30867 * math/s_clog10.c (__clog10): Likewise.
30868 * math/s_clog10f.c (__clog10f): Likewise.
30869 * math/s_clog10l.c (__clog10l): Likewise.
30870 * math/s_clogf.c (__clogf): Likewise.
30871 * math/s_clogl.c (__clogl): Likewise.
30872 * math/Makefile (libm-calls): Add x2y2m1.
30873 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30874 (__x2y2m1): Likewise.
30875 (__x2y2m1l): Likewise.
30876 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30877 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30878 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30879 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30880 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30881 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30882 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30883 * sysdeps/i386/fpu/libm-test-ulps: Update.
30884 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30885
b87c4b24
JM
30886 [BZ #14621]
30887 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30888 int as type of variable DEPTH.
30889 (glob): Use size_t instead of int as type of variables NEWCOUNT
30890 and OLD_PATHC.
30891
6d3bf199
LD
308922012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
30893
22bf5c17
LD
30894 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30895 Add s_sincosf-sse2.
30896 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30897 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30898 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30899 macros for using routine as __sincosf_ia32.
30900 Use macro for function declaration and weak_alias.
30901 * sysdeps/i386/fpu/libm-test-ulps: Update.
30902
30903 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30904 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30905
30906 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
30907 subnormal argument.
30908 * math/s_cexpf.c (__cexpf): Likewise.
30909 * math/s_csinf.c (__csinf): Likewise.
30910 * math/s_csinhf.c (__csinhf): Likewise.
30911 * math/s_ctanf.c (__ctanf): Likewise.
30912 * math/s_ctanhf.c (__ctanhf): Likewise.
30913 * math/s_ccosh.c (__ccoshf): Likewise.
30914 * math/s_cexp.c (__cexpl): Likewise.
30915 * math/s_csin.c (__csin): Likewise.
30916 * math/s_csinh.c (__csinh): Likewise.
30917 * math/s_ctan.c (__ctan): Likewise.
30918 * math/s_ctanh.c (ctanh): Likewise.
30919 * math/s_ccoshl.c (__ccoshl): Likewise.
30920 * math/s_cexpl.c (__cexpl): Likewise.
30921 * math/s_csinl.c (__csinl): Likewise.
30922 * math/s_csinhl.c (__csinhl): Likewise.
30923 * math/s_ctanl.c (__ctanl): Likewise.
30924 * math/s_ctanhl.c (__ctanhl): Likewise.
30925
203e5603
JM
309262012-09-25 Joseph Myers <joseph@codesourcery.com>
30927
30928 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30929 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30930 (_IO_off_t): Define to __off_t, not _G_off_t.
30931 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30932 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30933 (_IO_wint_t): Define to wint_t, not _G_wint_t.
30934 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30935 type of __dummy and __dummy2 fields.
30936 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30937 (_G_ssize_t): Likewise.
30938 (_G_off_t): Likewise.
30939 (_G_pid_t): Likewise.
30940 (_G_uid_t): Likewise.
30941 (_G_wchar_t): Likewise.
30942 (_G_wint_t): Likewise.
30943 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30944 (_G_ssize_t): Likewise.
30945 (_G_off_t): Likewise.
30946 (_G_pid_t): Likewise.
30947 (_G_uid_t): Likewise.
30948 (_G_wchar_t): Likewise.
30949 (_G_wint_t): Likewise.
30950 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30951 (_G_ssize_t): Likewise.
30952 (_G_off_t): Likewise.
30953 (_G_pid_t): Likewise.
30954 (_G_uid_t): Likewise.
30955 (_G_wchar_t): Likewise.
30956 (_G_wint_t): Likewise.
30957
9fab36eb
SP
309582012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
30959
30960 * malloc/arena.c: Include malloc-sysdep.h.
30961 (shrink_heap): Use check_may_shrink_heap to decide if madvise
30962 is sufficient to shrink the heap or an unmap is needed.
30963 * sysdeps/generic/malloc-sysdep.h: New file. Define
30964 new function check_may_shrink_heap.
30965 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
30966 new function check_may_shrink_heap.
30967
2b4f00d1
SP
309682012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
30969
30970 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30971 comments.
30972
9a9028b1
DL
309732012-09-24 Dmitry V. Levin <ldv@altlinux.org>
30974
57c69bef
DL
30975 * catgets/test-gencat.sh: Add "set -e".
30976 * elf/tst-pathopt.sh: Likewise.
30977 * grp/tst_fgetgrent.sh: Likewise.
30978 * iconvdata/run-iconv-test.sh: Likewise.
30979 * intl/tst-gettext.sh: Likewise.
30980 * intl/tst-gettext2.sh: Likewise.
30981 * intl/tst-gettext4.sh: Likewise.
30982 * intl/tst-gettext6.sh: Likewise.
30983 * intl/tst-translit.sh: Likewise.
30984 * io/ftwtest-sh: Likewise.
30985 * libio/test-freopen.sh: Likewise.
30986 * malloc/tst-mtrace.sh: Likewise.
30987 * posix/globtest.sh: Likewise.
30988 * posix/tst-getconf.sh: Likewise.
30989 * posix/wordexp-tst.sh: Likewise.
30990 * stdio-common/tst-printf.sh: Likewise.
30991 * stdio-common/tst-unbputc.sh: Likewise.
30992 * stdlib/tst-fmtmsg.sh: Likewise.
30993 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30994 * catgets/Makefile: Do not specify -e option when running
30995 testsuite shell scripts.
30996 * elf/Makefile: Likewise.
30997 * grp/Makefile: Likewise.
30998 * iconvdata/Makefile: Likewise.
30999 * intl/Makefile: Likewise.
31000 * io/Makefile: Likewise.
31001 * libio/Makefile: Likewise.
31002 * malloc/Makefile: Likewise.
31003 * posix/Makefile: Likewise.
31004 * stdio-common/Makefile: Likewise.
31005 * stdlib/Makefile: Likewise.
31006 * sysdeps/x86_64/Makefile: Likewise.
31007
9a9028b1
DL
31008 * io/ftwtest-sh: Add copyright header.
31009 * posix/globtest.sh: Likewise.
31010 * posix/tst-getconf.sh: Likewise.
31011 * posix/wordexp-tst.sh: Likewise.
31012 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
31013
ced6f16e
L
310142012-09-24 H.J. Lu <hongjiu.lu@intel.com>
31015
94b32c39
L
31016 [BZ #13679]
31017 * Makeconfig (+link): Defined as $(+link-static) if
31018 $(build-shared) isn't yes.
31019 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
31020 isn't yes.
31021 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
31022
189e935b
L
31023 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
31024
ced6f16e
L
31025 [BZ #14562]
31026 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
31027 new chunk size with MALLOC_ALIGN_MASK.
31028
a9f8e53a
JM
310292012-09-24 Joseph Myers <joseph@codesourcery.com>
31030
31031 [BZ #5044]
31032 * stdio-common/printf_fphex.c: Include <stdbool.h> and
31033 <rounding-mode.h>.
31034 (__printf_fphex): Determine rounding using get_rounding_mode and
31035 round_away.
31036 * stdio-common/tst-printf-round.c (struct hex_test): New
31037 structure.
31038 (hex_tests): New variable.
31039 (test_hex_in_one_mode): New function.
31040 (do_test): Also run tests for hex float output.
31041
43153109
JM
310422012-09-21 Joseph Myers <joseph@codesourcery.com>
31043
31044 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31045 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31046 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
31047 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
31048 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
31049 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
31050 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31051 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
31052
8a26625d
JM
310532012-09-20 Joseph Myers <joseph@codesourcery.com>
31054
31055 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
31056 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
31057 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
31058 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
31059
f3fd569c
DL
310602012-09-19 Dmitry V. Levin <ldv@altlinux.org>
31061
31062 [BZ #14579]
31063 * elf/rtld.c (dl_main): Limit the check for self loading to normal
31064 mode only.
31065 * elf/tst-rtld-load-self.sh: New test.
31066 * elf/Makefile: Run it.
31067
63bbedd4
JM
310682012-09-18 Joseph Myers <joseph@codesourcery.com>
31069
31070 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
31071 (tst-writev-ENV): Remove.
31072 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
31073
626f8b6a
CM
310742012-09-17 Chris Metcalf <cmetcalf@tilera.com>
31075
31076 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
31077
b7aaa4d6
JM
310782012-09-17 Joseph Myers <joseph@codesourcery.com>
31079
31080 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
31081 unconditional.
31082 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
31083 Likewise.
31084 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
31085 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
31086 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
31087 Likewise.
31088
65513990
L
310892012-09-14 H.J. Lu <hongjiu.lu@intel.com>
31090
31091 [BZ #14587]
31092 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
31093 * config.make.in (have-cpp-asm-debuginfo): Removed.
31094 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
31095 * configure: Regenerated.
31096
784761be
JM
310972012-09-14 Joseph Myers <joseph@codesourcery.com>
31098
31099 [BZ #5044]
31100 * stdio-common/printf_fp.c: Include <stdbool.h> and
31101 <rounding-mode.h>.
31102 (___printf_fp): Determine rounding using get_rounding_mode and
31103 round_away.
31104 * stdio-common/tst-printf-round.c: New file.
31105 * stdio-common/Makefile (tests): Add tst-printf-round.
31106 (link-libm): New variable.
31107 ($(objpfx)tst-printf-round): Depend in $(link-libm).
31108
9503345f
L
311092012-09-13 H.J. Lu <hongjiu.lu@intel.com>
31110
31111 [BZ #14576]
31112 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
31113 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
31114 Likewise.
31115 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
31116 Likewise.
31117
ad35fc00
JM
311182012-09-13 Joseph Myers <joseph@codesourcery.com>
31119
31120 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
31121 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31122 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31123 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
31124
6c9b0f68
JM
311252012-09-12 Joseph Myers <joseph@codesourcery.com>
31126
31127 [BZ #14518]
31128 * include/rounding-mode.h: New file.
31129 * sysdeps/generic/get-rounding-mode.h: Likewise.
31130 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
31131 * stdlib/strtod_l.c: Include <rounding-mode.h>.
31132 (MAX_VALUE): New macro.
31133 (MIN_VALUE): Likewise.
31134 (overflow_value): New function.
31135 (underflow_value): Likewise.
31136 (round_and_return): Use overflow_value and underflow_value to
31137 determine return values in overflow and underflow cases. Use
31138 round_away to determine rounding depending on rounding mode.
31139 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
31140 determine return values in overflow and underflow cases.
31141 * stdlib/tst-strtod-round.c: Include <fenv.h>.
31142 (struct test_results): New structure.
31143 (struct test): Use struct test_results to store expected results
31144 for all rounding modes.
31145 (TEST): Include expected results for all rounding modes.
31146 (test_in_one_mode): New function.
31147 (do_test): Use test_in_one_mode to compute and check results.
31148 Check results for all rounding modes.
31149 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
31150 $(link-libm).
31151
19fcedd5
AM
311522012-12-09 Allan McRae <allan@archlinux.org>
31153
1e9d84cd 31154 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 31155
8bbfd2f1
JM
311562012-09-11 Joseph Myers <joseph@codesourcery.com>
31157
31158 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
31159 (_G_int32_t): Likewise.
31160 (_G_uint16_t): Likewise.
31161 (_G_uint32_t): Likewise.
31162 (_G_HAVE_BOOL): Likewise.
31163 (_G_HAVE_ATEXIT): Likewise.
31164 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31165 (_G_HAVE_IO_FILE_OPEN): Likewise.
31166 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
31167 (_G_int32_t): Likewise.
31168 (_G_uint16_t): Likewise.
31169 (_G_uint32_t): Likewise.
31170 (_G_HAVE_BOOL): Likewise.
31171 (_G_HAVE_ATEXIT): Likewise.
31172 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31173 (_G_HAVE_IO_FILE_OPEN): Likewise.
31174 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
31175 (_G_int32_t): Likewise.
31176 (_G_uint16_t): Likewise.
31177 (_G_uint32_t): Likewise.
31178 (_G_HAVE_BOOL): Likewise.
31179 (_G_HAVE_ATEXIT): Likewise.
31180 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
31181 (_G_HAVE_IO_FILE_OPEN): Likewise.
31182
b1dc5912
L
311832012-09-11 H.J. Lu <hongjiu.lu@intel.com>
31184
31185 * csu/libc-tls.c: Update copyright years.
31186
0e886ef9
JM
311872012-09-10 Joseph Myers <joseph@codesourcery.com>
31188
28361c5e
JM
31189 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
31190 [!_G_USING_THUNKS]: Remove conditional code.
31191 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
31192 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
31193
0e886ef9
JM
31194 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
31195 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
31196 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31197 (_G_VTABLE_LABEL_PREFIX): Likewise.
31198 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31199 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31200 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31201 (_G_VTABLE_LABEL_PREFIX): Likewise.
31202 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31203 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
31204 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
31205 (_G_VTABLE_LABEL_PREFIX): Likewise.
31206 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
31207
bcba7aa2
L
312082012-09-10 H.J. Lu <hongjiu.lu@intel.com>
31209
31210 * libio/Makefile: Include ../Makeconfig before tests.
31211 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
31212 only if $(build-shared) is yes.
31213
06585ee8
L
31214 * iconv/gconv_db.c: Update copyright years.
31215
80ccd52c
LD
312162012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31217
31218 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
31219 unwind info if defined PIC. Fix special cases description.
31220 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
31221
31222 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
31223 DP_HI_MASK entry.
31224 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
31225
691bc9c1
L
312262012-09-07 H.J. Lu <hongjiu.lu@intel.com>
31227
3d9b46b3
L
31228 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
31229
de2139a9
L
31230 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
31231 is NULL.
31232
5ca78dd0
L
31233 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
31234 (LDLIBS-tst-chk4): This.
31235 (LDFLAGS-tst-chk5): Renamed to ...
31236 (LDLIBS-tst-chk5): This.
31237 (LDFLAGS-tst-chk6): Renamed to ...
31238 (LDLIBS-tst-chk6): This.
31239 (LDFLAGS-tst-lfschk4): Renamed to ...
31240 (LDLIBS-tst-lfschk4): This.
31241 (LDFLAGS-tst-lfschk5): Renamed to ...
31242 (LDLIBS-tst-lfschk5): This.
31243 (LDFLAGS-tst-lfschk6): Renamed to ...
31244 (LDLIBS-tst-lfschk6): This.
31245
691bc9c1
L
31246 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
31247 on $(common-objpfx)soversions.mk.
31248
65cafb1c
JM
312492012-09-07 Joseph Myers <joseph@codesourcery.com>
31250
31251 [BZ #10014]
31252 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
31253 example host name.
31254
c78ab094
SP
312552012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
31256
31257 * malloc/arena.c (arena_get_retry): New function that gets
31258 another arena for the caller to try its request on.
31259 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
31260 current arena cannot fulfill the request.
31261 (__libc_memalign): Likewise.
31262 (__libc_memalign): Likewise.
31263 (__libc_pvalloc): Likewise.
31264 (__libc_calloc): Likewise.
31265
01f49f59
JT
312662012-09-05 John Tobey <john.tobey@gmail.com>
31267
31268 [BZ #13542]
31269 * manual/arith.texi (Operations on Complex): Fix description
31270 of carg branch cut.
31271
4c23fed5
JM
312722012-09-06 Joseph Myers <joseph@codesourcery.com>
31273
1d3c8572
JM
31274 [BZ #10014]
31275 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
31276 host name.
31277
4c23fed5
JM
31278 [BZ #10038]
31279 * manual/memory.texi (Memory): Make order of menu items match
31280 order of sections.
31281
04570aaa
L
312822012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31283
31284 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
31285 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
31286 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
31287
b80af2f4
L
312882012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31289
31290 * csu/libc-tls.c (static_dtv): Renamed to ...
31291 (_dl_static_dtv): This. Make it global.
31292 (_dl_initial_dtv): Removed.
31293 (__libc_setup_tls): Updated.
31294 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
31295 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
31296 DL_INITIAL_DTV.
31297
2abe9f15
PM
312982012-09-06 Petr Machata <pmachata@redhat.com>
31299
31300 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
31301 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
31302 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
31303 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
31304
0948c3af
L
313052012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31306
31307 [BZ #14545]
31308 * csu/libc-tls.c (_dl_initial_dtv): New variable.
31309 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
31310 freeing dtv[-1].
31311
a5055ad1
L
313122012-09-06 H.J. Lu <hongjiu.lu@intel.com>
31313
31314 [BZ #14544]
31315 * Makeconfig (link-static-before-libc): Replace $(+prector)
31316 with $(+prectorT).
31317 (link-static-after-libc): Replace $(+postctor) with
31318 $(+postctorT).
31319 (link-bounded): Replace $(+prector)/$(+postctor) with
31320 $(+prectorT)/$(+postctorT).
31321 (+prectorT): New macro.
31322 (+postctorT): Likewise.
31323
ed8c2ecd
JM
313242012-09-06 Joseph Myers <joseph@codesourcery.com>
31325
31326 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
31327 (round_str): Handle values above the maximum for IBM long double
31328 as inexact.
31329 * stdlib/tst-strtod-round.c (tests): Regenerated.
31330
14c996c8
AK
313312012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31332
31333 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
31334 assembler flag.
31335 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
31336 zarch_nohighgprs around the zarch optimized routines.
31337 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
31338 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
31339 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
31340 for zarch.
31341
430d6ce6
DM
313422012-09-05 David S. Miller <davem@davemloft.net>
31343
31344 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31345
57f41c40
AS
31346 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
31347 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
31348 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
31349 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31350 entries.
31351
24d4e01b
AO
313522012-09-05 Alexandre Oliva <aoliva@redhat.com>
31353
31354 * malloc/arena.c: Fold copyright years.
31355 * malloc/mcheck.c, malloc/memusage.c: Likewise.
31356
61d58174
AO
313572012-09-05 Alexandre Oliva <aoliva@redhat.com>
31358
31359 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
31360
20196a5e
AO
313612012-09-05 Alexandre Oliva <aoliva@redhat.com>
31362
31363 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
31364
5c447383
AO
313652012-09-05 Alexandre Oliva <aoliva@redhat.com>
31366
31367 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
31368 change internal state upon failure.
31369
fad64255
AO
313702012-09-05 Alexandre Oliva <aoliva@redhat.com>
31371
31372 * malloc/mcheck.c (mcheck_check_all): Fix typo.
31373 * malloc/memusage.c (mmap): Likewise.
31374 (mmap64, mremap): Likewise. Adjust name in comment.
31375
1ffb8c90
SP
313762012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
31377
31378 * libio/fileops.c: Fix typos in comments.
31379 * libio/oldfileops.c: Likewise.
31380 * libio/wfileops.c: Likewise.
31381
6ef9cc37
SP
313822012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
31383
31384 [BZ #1349]
31385 * malloc/Makefile (tests): Add tst-malloc-usable test case.
31386 (tst-malloc-usable-ENV): Set environment for test case.
31387 * malloc/hooks.c (malloc_check_get_size): New function to get
31388 requested size.
31389 * malloc/malloc.c (musable): Use malloc_check_get_size.
31390 * malloc/tst-malloc-usable.c: New test case.
31391
4d038ae3
AS
313922012-09-05 Andreas Schwab <schwab@linux-m68k.org>
31393
31394 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
31395
c4e85184
AM
313962012-09-05 Allan McRae <allan@archlinux.org>
31397
b9dafc56 31398 [BZ #13966]
c4e85184
AM
31399 * configure.in (CXX_SYSINCLUDES): Use compiler output to
31400 determine header location.
31401 * configure: Regenerated.
31402
e1343020
AS
314032012-09-05 Andreas Schwab <schwab@linux-m68k.org>
31404
31405 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
31406 float format.
31407 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
31408 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
31409 format.
e1343020
AS
31410 (test): Regenerate.
31411
0a9f1987
DM
314122012-09-04 David S. Miller <davem@davemloft.net>
31413
31414 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
31415 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
31416 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
31417
29237804
FW
314182012-09-04 Florian Weimer <fweimer@redhat.com>
31419
31420 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
31421 failures.
31422
edb3cb88
FW
31423 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
31424
60160d83
JM
314252012-09-04 Joseph Myers <joseph@codesourcery.com>
31426
31427 [BZ #9914]
31428 * libio/iogetdelim.c: Include <limits.h>.
31429 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
31430 + len + 1 would overflow.
31431
bcd6c8dc
AJ
314322012-09-03 Andreas Jaeger <aj@suse.de>
31433
31434 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31435 * sysdeps/i386/fpu/libm-test-ulps: Update.
31436
4ffffbd2
LD
314372012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31438
31439 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31440 Add s_sinf-sse2, s_conf-sse2.
31441
31442 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31443 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31444 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31445 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31446
31447 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31448 for using routine as __sinf_ia32.
31449 Use macro for function declaration and weak_alias.
31450 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31451 for using routine as __cosf_ia32.
31452 Use macro for function declaration and weak_alias.
31453
31454 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31455 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31456
31457 * sysdeps/x86_64/fpu/s_sinf.S: New file.
31458 * sysdeps/x86_64/fpu/s_cosf.S: New file.
31459 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31460
31461 * math/libm-test.inc (cos_test): Add more test cases.
31462 (sin_test): Likewise.
31463 (sincos_test): Likewise.
31464
511fa286
AK
314652012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31466
31467 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31468 (IFUNC_RESOLVE): Make pointers to the specialized implementations
31469 hidden.
31470 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31471
5f30cfec
L
314722012-09-02 H.J. Lu <hongjiu.lu@intel.com>
31473
31474 [BZ #14538]
31475 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31476 first element of the GOT.
31477 (elf_machine_load_address): Return the difference between
31478 the runtime address of _DYNAMIC and elf_machine_dynamic ().
31479
0786794f
AM
314802012-09-01 Allan McRae <allan@archlinux.org>
31481
5f30cfec
L
31482 [BZ #13412]
31483 * configure.in (AWK): Require gawk version 3.0 or later.
31484 * configure: Regenerated.
0786794f 31485
26889eac
JM
314862012-09-01 Joseph Myers <joseph@codesourcery.com>
31487
31488 * sysdeps/unix/sysv/linux/kernel-features.h
31489 (__ASSUME_POSIX_CPU_TIMERS): Remove.
31490 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31491 [__NR_clock_getres]: Make code unconditional.
31492 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31493 (clock_getcpuclockid): Remove code left unreachable by removal of
31494 conditionals.
31495 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31496 code unconditional.
31497 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31498 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31499 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31500 Make code unconditional.
31501 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31502 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31503 * sysdeps/unix/sysv/linux/clock_settime.c
31504 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31505 conditional code.
31506 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31507 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31508
d22e28b0
L
315092012-08-29 H.J. Lu <hongjiu.lu@intel.com>
31510
31511 [BZ #14476]
31512 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31513 scripts/test-installation.pl.
31514
31515 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31516 and $ld_so_version if it is set.
31517
050af9c4
SP
315182012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
31519
31520 [BZ #14516]
31521 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31522 failure if reading from procfs failed.
31523 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31524
ad845c0b
JM
315252012-08-27 Joseph Myers <joseph@codesourcery.com>
31526
31527 * sysdeps/unix/sysv/linux/kernel-features.h
31528 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31529 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31530 Remove conditional code.
31531 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31532 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31533 Remove conditional code.
31534 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31535 * sysdeps/unix/sysv/linux/i386/fxstat.c
31536 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31537 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31538 * sysdeps/unix/sysv/linux/i386/fxstatat.c
31539 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31540 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31541 * sysdeps/unix/sysv/linux/i386/lxstat.c
31542 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31543 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31544 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31545 Remove conditional code.
31546 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31547 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31548 Remove conditional code.
31549 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31550 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31551 <kernel-features.h>.
31552 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31553 Remove.
31554 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31555 Remove conditional code.
31556 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31557 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31558 Remove conditional.
31559
5dbf56af
MF
315602012-08-27 Mike Frysinger <vapier@gentoo.org>
31561
31562 [BZ #5400]
31563 * NEWS: Add fixed bug number.
31564
d6e70f43
JM
315652012-08-27 Joseph Myers <joseph@codesourcery.com>
31566
7efb4737
JM
31567 [BZ #14519]
31568 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31569 underflowing exponent in case of negative sign.
31570 * stdlib/tst-strtod-round-data: Add more tests.
31571 * stdlib/tst-strtod-round.c (tests): Regenerated.
31572
af92131a
JM
31573 [BZ #3479]
31574 * stdlib/strtod_l.c (NDIG): Remove.
31575 (HEXNDIG): Likewise.
31576 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31577 smallest representable value.
31578 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31579 lie within an exact representation of 1/2 ulp of the result.
31580 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31581 unconditionally.
31582 (TENS_P9_IDX): Define unconditionally.
31583 (TENS_P9_SIZE): Likewise.
31584 (TENS_P10_IDX): Likewise.
31585 (TENS_P10_SIZE): Likewise.
31586 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31587 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31588 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31589 entries for 10^2^13 and 10^2^14.
31590 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31591 (TENS_P13_IDX): Define.
31592 (TENS_P13_SIZE): Likewise.
31593 (TENS_P14_IDX): Likewise.
31594 (TENS_P14_SIZE): Likewise.
31595 (_fpioconst_pow10): Change array size to
31596 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
31597 unconditional.
31598 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31599 1024]: Add entries for 10^2^13 and 10^2^14.
31600 [LAST_POW10 > _LAST_POW10]: Remove #error.
31601 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31602 (_fpioconst_pow10): Change array size to
31603 FPIOCONST_POW10_ARRAY_SIZE.
31604 * stdlib/gen-fpioconst.c: New file.
31605 * stdlib/gen-tst-strtod-round.c: Likewise.
31606 * stdlib/tst-strtod-round-data: Likewise.
31607 * stdlib/tst-strtod-round.c: Likewise.
31608 * stdlib/Makefile (tests): Add tst-strtod-round.
31609
d6e70f43
JM
31610 [BZ #14459]
31611 * stdlib/strtod_l.c: Include <stdint.h>.
31612 (NDEBUG): Do not define.
31613 (round_and_return): Change EXPONENT parameter to type intmax_t.
31614 Rearrange calculations to avoid internal overflow possibilities.
31615 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31616 Rearrange calculations to avoid internal overflow possibilities.
31617 Assert that number fits inside MPNSIZE limbs.
31618 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31619 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
31620 calculations and add assertions to avoid internal overflow
31621 possibilities. Add casts to avoid signed/unsigned operations.
31622 * stdlib/tst-strtod-overflow.c: New file.
31623 * stdlib/Makefile (tests): Add tst-strtod-overflow.
31624
1f529f7d
MP
316252012-08-25 Marek Polacek <polacek@redhat.com>
31626
31627 * time/time.h: Fix some typos in comments.
31628
59a629f1
RM
316292012-08-23 Roland McGrath <roland@hack.frob.com>
31630
31631 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31632 * posix/tst-rfc3484-2.c: Likewise.
31633 * posix/tst-rfc3484-3.c: Likewise.
31634
d3bafbc9
SM
316352012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
31636
31637 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31638 (EF_ARM_ABI_FLOAT_HARD): Likewise.
31639
4efcc022
JM
316402012-08-23 Joseph Myers <joseph@codesourcery.com>
31641
31642 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31643 #include of fxstatat64.c.
31644
3cc3ef96
RM
316452012-08-22 Roland McGrath <roland@hack.frob.com>
31646
f04e2132
RM
31647 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31648 * shadow/getspent_r.c: Likewise.
31649 * shadow/getspnam.c: Likewise.
31650 * shadow/getspnam_r.c: Likewise.
31651 * gshadow/getsgent.c: Likewise.
31652 * gshadow/getsgent_r.c: Likewise.
31653 * gshadow/getsgnam.c: Likewise.
31654 * gshadow/getsgnam_r.c: Likewise.
31655 * inet/getnetbyad.c: Likewise.
31656 * inet/getnetbyad_r.c: Likewise.
31657 * inet/getnetbynm.c: Likewise.
31658 * inet/getnetbynm_r.c: Likewise.
31659 * inet/getnetent.c: Likewise.
31660 * inet/getnetent_r.c: Likewise.
31661 * inet/getproto.c: Likewise.
31662 * inet/getproto_r.c: Likewise.
31663 * inet/getprtent.c: Likewise.
31664 * inet/getprtent_r.c: Likewise.
31665 * inet/getprtname.c: Likewise.
31666 * inet/getprtname_r.c: Likewise.
31667 * inet/getrpcbyname.c: Likewise.
31668 * inet/getrpcbyname_r.c: Likewise.
31669 * inet/getrpcbynumber.c: Likewise.
31670 * inet/getrpcbynumber_r.c: Likewise.
31671 * inet/getrpcent.c: Likewise.
31672 * inet/getrpcent_r.c: Likewise.
31673 * inet/getaliasent.c: Likewise.
31674 * inet/getaliasent_r.c: Likewise.
31675 * inet/getaliasname.c: Likewise.
31676 * inet/getaliasname_r.c: Likewise.
31677 * nscd/getgrgid_r.c: Likewise.
31678 * nscd/getgrnam_r.c: Likewise.
31679 * nscd/gethstbyad_r.c: Likewise.
31680 * nscd/gethstbynm3_r.c: Likewise.
31681 * nscd/getpwnam_r.c: Likewise.
31682 * nscd/getpwuid_r.c: Likewise.
31683 * nscd/getsrvbynm_r.c: Likewise.
31684 * nscd/getsrvbypt_r.c: Likewise.
31685 * nscd/gai.c: Likewise.
31686
c53d909c
RM
31687 * configure.in (build_nscd): New substituted variable, set
31688 by --disable-build-nscd and defaults to $use_nscd.
31689 * configure: Regenerated.
31690 * config.make.in (build-nscd): New substituted variable.
31691 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31692 Change conditional to require [$(build-nscd) = yes] as well.
31693 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31694
3cc3ef96
RM
31695 [BZ# 13696]
31696 * configure.in (use_nscd): New substituted variable, set by
31697 --disable-nscd. If enabled, define USE_NSCD.
31698 * configure: Regenerated.
31699 * config.h.in: Add USE_NSCD.
31700 * config.make.in (use-nscd): New substituted variable.
31701 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31702 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31703 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31704 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31705 (CFLAGS-getgrnam_r.c): Likewise.
31706 (CFLAGS-initgroups.c): Likewise.
31707 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31708 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31709 Variables removed.
31710 * inet/getnetgrent_r.c
31711 (nscd_setnetgrent): New function, broken out of ...
31712 (setnetgrent): ... here. Call it.
31713 (innetgr): Conditionalize nscd bits on [USE_NSCD].
31714 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31715 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31716 * nscd/Makefile (routines, aux): Move definitions after include of
31717 Makeconfig. Conditionalize on [$(use-nscd) != no].
31718 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31719 Conditionalize on [USE_NSCD].
31720 (is_nscd, nscd_init_cb): Likewise.
31721 (nss_load_library): Conditionalize init callback on [USE_NSCD].
31722 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31723 * nss/nss_db/db-init.c: Likewise.
31724 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31725 [USE_NSCD].
31726 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31727 (make_request): Use it.
31728 (cache_valid_p): New function.
31729 (__check_pf): Use it.
31730 * NEWS: Add item for --disable-nscd.
31731
07e51550
DL
317322012-08-22 Dmitry V. Levin <ldv@altlinux.org>
31733
31734 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31735 to support sed >= 4.2.1-20-ga9bf076.
31736 * configure: Regenerated.
31737
35a5b08b
RM
317382012-08-22 Roland McGrath <roland@hack.frob.com>
31739
31740 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31741 Conditionalize whole body on [IREL].
31742
8479f23a
JL
317432012-08-22 Jeff Law <law@redhat.com>
31744
31745 [BZ #14505]
31746 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31747 if the family is PF_UNSPEC.
31748
48da0b21
MF
317492012-08-22 Mike Frysinger <vapier@gentoo.org>
31750
31751 * Makerules (lib-version): Rename from V.
31752 (install-lib-nosubdir): Change V to lib-version.
31753
15d0da8c
WS
317542012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
31755
31756 [BZ #14252]
31757 * powerpc32/power6/wcschr.c: New file.
31758 * powerpc32/power6/wcscpy.c: New file.
31759 * powerpc32/power6/wcsrchr.c: New file.
31760 * powerpc64/power6/wcschr.c: New file.
31761 * powerpc64/power6/wcscpy.c: New file.
31762 * powerpc64/power6/wcsrchr.c: New file.
31763
bcca0895
MK
317642012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
31765
31766 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31767 (two_way_short_needle): Use it.
5a4aaa33
RM
31768 * string/strstr.c (AVAILABLE1_USES_J): Define.
31769 * string/strcasestr.c: Likewise.
99677e57
MK
31770
31771 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31772 array references.
31773 * string/strcasestr.c (TOLOWER): Make side-effect safe.
31774
400726de
MK
31775 [BZ #11607]
31776 * NEWS: Add an entry.
31777 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31778 define their defaults.
31779 (two_way_short_needle): Detect end-of-string on-the-fly.
31780 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31781 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31782 * string/bug-strcasestr1.c: New test.
31783 * string/Makefile: Run it.
31784
20a71f2c
MK
317852012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
31786
31787 [BZ #11607]
31788 * string/str-two-way.h (two_way_short_needle): Optimize matching of
31789 the first character.
31790
21ad0558
RM
317912012-08-21 Roland McGrath <roland@hack.frob.com>
31792
31793 * csu/elf-init.c (__libc_csu_irel): Function removed.
31794 * csu/libc-start.c (apply_irel): New function.
31795 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31796
0e1d9911
JM
317972012-08-21 Joseph Myers <joseph@codesourcery.com>
31798
31799 * sysdeps/unix/sysv/linux/kernel-features.h
31800 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31801 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31802 <kernel-features.h>.
31803 [__NR_fadvise64_64]: Make code unconditional.
31804 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31805 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31806 !__NR_fadvise64_64)]: Likewise.
31807 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31808 !__NR_fadvise64_64))]: Likewise.
31809 [__NR_fadvise64]: Make code unconditional.
31810 [!__NR_fadvise64]: Remove conditional code.
31811 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31812 <kernel-features.h>.
31813 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31814 unconditional.
31815 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31816 conditional code.
31817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31818 not include <kernel-features.h>.
31819 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31820 unconditional.
31821 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31822 conditional code.
31823 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31824 include <kernel-features.h>.
31825 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31826 unconditional.
31827 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31828 conditional code.
31829
14a50c9d
WS
318302012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
31831
31832 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31833 slight instruction rearrangements per scrollpipe analysis.
31834 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31835
c0f4faf0
RM
318362012-08-20 Roland McGrath <roland@hack.frob.com>
31837
696da859
RM
31838 * manual/syslog.texi (syslog; vsyslog, closelog):
31839 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31840 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31841
c0f4faf0
RM
31842 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31843 DSOCAPS to match condition on defining it.
31844
348363b2
JM
318452012-08-20 Joseph Myers <joseph@codesourcery.com>
31846
a35cbf28
JM
31847 * sysdeps/unix/sysv/linux/kernel-features.h
31848 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31849 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31850 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31851 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31852 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31853 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31854 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31855 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31856 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31857 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31858
445f7ecd
JM
31859 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31860 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31861
348363b2
JM
31862 * sysdeps/unix/sysv/linux/kernel-features.h
31863 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31864 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31865 unconditional.
31866 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31867 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31868 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31869 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31870 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31871 Make code unconditional.
31872 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31873 (__mmap64) [!__NR_mmap2]: Likewise.
31874 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31875 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31876 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31877 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31878 [__NR_mmap2]: Make code unconditional.
31879 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31880 (__mmap64) [!__NR_mmap2]: Likewise.
31881
bc5bc0e5
AK
318822012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31883
31884 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31885
88d506de
AJ
318862012-08-18 Andreas Jaeger <aj@suse.de>
31887
31888 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31889
493387d2
MF
318902012-08-18 Mike Frysinger <vapier@gentoo.org>
31891
31892 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31893 * include/unistd.h (__have_sock_cloexec): Likewise.
31894 (__have_pipe2): Likewise.
31895 (__have_dup3): Likewise.
31896
a277af22
MF
318972012-08-18 Mike Frysinger <vapier@gentoo.org>
31898
31899 [BZ #9685]
31900 * include/unistd.h (__have_pipe2): Change define into an extern int.
31901 (__have_dup3): Likewise.
31902 * socket/have_sock_cloexec.c: Include fcntl.h.
31903 (__have_pipe2): New variable.
31904 (__have_dup3): Likewise.
31905
fdab8fd3
MF
319062012-08-17 Mike Frysinger <vapier@gentoo.org>
31907
31908 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31909
31035e80
MP
319102012-08-17 Marek Polacek <polacek@redhat.com>
31911
31912 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31913 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31914
3bd9e993
RM
319152012-08-17 Roland McGrath <roland@hack.frob.com>
31916
c91c505f
RM
31917 * configure.in: Add AC_SUBST for sysheaders.
31918 * configure: Regenerated.
31919 * config.make.in (sysheaders): New substituted variable.
31920
7c6f9d53
RM
31921 * sysdeps/unix/mkfifo.c: Moved ...
31922 * sysdeps/posix/mkfifo.c: ... here.
31923 * sysdeps/unix/mkfifoat.c: Moved ...
31924 * sysdeps/posix/mkfifoat.c: ... here.
31925
31926 * sysdeps/unix/utime.c: Moved ...
31927 * sysdeps/posix/utime.c: ... here.
31928
31929 * sysdeps/unix/time.c: Moved ...
31930 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
31931 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31932 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
31933
31934 * sysdeps/unix/nice.c: Moved ...
31935 * sysdeps/posix/nice.c: ... here.
31936
31937 * sysdeps/unix/alarm.c: Moved ...
31938 * sysdeps/posix/alarm.c: ... here.
31939
3bd9e993
RM
31940 * intl/Makefile ($(codeset_mo)): Depend on the input file.
31941
d1f09384
JL
319422012-08-17 Jeff Law <law@redhat.com>
31943
31944 * intl/Makefile (codeset_mo): New variable.
31945 ($(codeset_mo)): New target.
31946 (tst-codeset.out): Depend on that. Remove explicit rule.
31947 (tst-gettext3.out, tst-gettext5.out): Likewise.
31948 (LOCPATH-ENV, tst-codeset-ENV): New variables.
31949 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31950 * intl/tst-codeset.sh: Remove.
31951 * intl/tst-gettext3.sh: Likewise.
31952 * intl/tst-gettext5.sh: Likewise.
31953
2ae1ae5c
RM
319542012-08-17 Roland McGrath <roland@hack.frob.com>
31955
c31fdb83
RM
31956 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
31957 * sysdeps/unix/syscalls.list: ... here.
31958
a0844057
RM
31959 * sysdeps/posix/getaddrinfo.c
31960 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31961 (gaiconf_init, gaiconf_reload): Use them.
31962 [!_STATBUF_ST_NSEC]
31963 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31964 Define using time_t rather than struct timespec.
31965
750c1f2a
RM
31966 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31967 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31968 Macros removed.
31969 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31970 [!NO_THREADS].
31971 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31972 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31973 Likewise.
31974
2ae1ae5c
RM
31975 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31976 __libc_cleanup_push argument.
31977
e66a42f5
RM
31978 * bits/param.h: New file.
31979 * misc/sys/param.h: New file.
31980 * include/sys/param.h: New file.
31981 * misc/Makefile (headers): Add bits/param.h.
31982 * sysdeps/generic/sys/param.h: File removed.
31983 * sysdeps/unix/sysv/linux/bits/param.h: New file.
31984 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31985 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 31986 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 31987
b7c08a66
RM
31988 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31989 last change.
31990
b2e1c562
RM
31991 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31992 [_IO_MTSAFE_IO].
31993 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31994 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31995 New macros.
31996
c75ccd4c
RM
31997 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31998 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31999 rather than -D_IO_MTSAFE_IO conditionally.
32000 * stdio-common/Makefile (CPPFLAGS): Likewise.
32001 * wcsmbs/Makefile (CPPFLAGS): Likewise.
32002 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
32003 Use $(libio-mtsafe).
32004 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
32005 of -D_IO_MTSAFE_IO.
32006 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
32007 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
32008 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
32009 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
32010 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
32011 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
32012 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
32013 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
32014 (CFLAGS-fread_u_chk.c): Likewise.
32015 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
32016 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
32017 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
32018 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
32019 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
32020 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
32021 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
32022 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
32023 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
32024
32025 * libio/Makefile: Test [$(libc-reentrant) = yes]
32026 instead of [$(filter %REENTRANT, $(defines)) nonempty].
32027
32028 * Makeconfig
32029 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
32030 * sysdeps/pthread/configure: File removed.
32031 * sysdeps/pthread/Makeconfig: New file.
32032 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
32033 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
32034
d9195db8
GB
320352012-08-16 Gary Benson <gbenson@redhat.com>
32036
32037 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
32038 unmapping the first object in a namespace.
32039
86466cd9
RM
320402012-08-16 Roland McGrath <roland@hack.frob.com>
32041
32042 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
32043 (__internal_setnetgrent): ... this. Add internal_function to
32044 definition. Add libc_hidden_def.
32045 (setnetgrent): Update caller.
32046 (internal_endnetgrent): Renamed to ...
32047 (__internal_endnetgrent): ... this. Add internal_function to
32048 definition. Add libc_hidden_def.
32049 (endnetgrent): Update caller.
32050 (internal_getnetgrent_r): Renamed to ...
32051 (__internal_getnetgrent_r): ... this. Add internal_function to
32052 definition. Add libc_hidden_def.
32053 (__getnetgrent_r): Update caller.
32054 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
32055
c3c8283c
JM
320562012-08-16 Joseph Myers <joseph@codesourcery.com>
32057
32058 * stdlib/longlong.h: Update from GCC.
32059
db1ee0a8
RM
320602012-08-16 Roland McGrath <roland@hack.frob.com>
32061
32062 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
32063 on _QL, which is set by umul_ppmm but never used.
32064 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
32065 variables, which are set by GMP macros but never used.
32066 * stdio-common/_itowa.c (_itowa): Likewise.
32067 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
32068 * stdlib/mod_1.c (mpn_mod_1): Likewise.
32069
30f69637
CD
320702012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
32071
32072 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
32073 struct La_sh_regs is not constant.
32074 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
32075 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
32076 and struct La_sparc64_regs are not constant.
32077
93a78ac4
JM
320782012-08-16 Joseph Myers <joseph@codesourcery.com>
32079
32080 * sysdeps/unix/sysv/linux/kernel-features.h
32081 (__ASSUME_POSIX_TIMERS): Remove.
32082 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32083 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32084 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
32085 Make code unconditional.
32086 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32087 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
32088 Make code unconditional.
32089 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32090 * sysdeps/unix/sysv/linux/clock_nanosleep.c
32091 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
32092 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32093 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
32094 Make code unconditional.
32095 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
32096 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
32097 (__libc_missing_posix_timers): Remove.
32098
dd924cd7
RM
320992012-08-15 Roland McGrath <roland@hack.frob.com>
32100
4b4f2771
RM
32101 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
32102 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
32103
601c888b
RM
32104 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
32105
176790a7
RM
32106 * elf/dl-sym.c: Include <stdlib.h>.
32107
329bc018
RM
32108 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
32109 constants, which avoids warnings in 32-bit builds.
32110
e04e272d
RM
32111 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
32112 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
32113
952bf94a
RM
32114 * misc/lseek.c: File moved to ...
32115 * io/lseek.c: ... here.
32116
7c99b50a
RM
32117 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
32118
dd924cd7
RM
32119 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
32120 shifting LEN more than 31 bits at once.
32121
b3f479a8
LD
321222012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32123
32124 [BZ #14195]
8c4ae0d4
RM
32125 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
32126 segmentation fault for a case of two empty input strings.
b3f479a8
LD
32127 * string/test-strncasecmp.c (check1): Renamed to...
32128 (bz12205): ...this.
32129 (bz14195): Add new testcase for two empty input strings and N > 0.
32130 (test_main): Call new testcase, adapt for renamed function.
32131
9c55864e
AJ
321322012-08-15 Andreas Jaeger <aj@suse.de>
32133
32134 [BZ #14090]
32135 * crypt/md5test2.c: New test, based on test supplied by Serge
32136 Belyshev <belyshev@depni.sinp.msu.ru>.
32137 * crypt/Makefile (xtests): Add md5test-giant..
32138 * crypt/Makefile ($(objpfx)md5test-giant): Add.
32139
02dcb6c5
PE
321402012-08-15 Paul Eggert <eggert@cs.ucla.edu>
32141
32142 [BZ #14090]
32143 * crypt/md5.c (md5_process_block): Don't assume the buffer
32144 length is less than 2**32.
32145 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
32146 length is less than 2**64.
32147
a3f95dcc
RM
321482012-08-15 Roland McGrath <roland@hack.frob.com>
32149
be75d758
RM
32150 * string/str-two-way.h: Include <sys/param.h>.
32151 (MAX): Macro removed.
32152
7312ca90
RM
32153 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
32154 Move #define and #undef of memmove to just before and after
32155 including <string.h>.
32156
9a0a5486
RM
32157 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
32158 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
32159 and after including <string.h>. Move declarations of
32160 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
32161 to before #include "string/memmove.c".
32162
67cc348d
RM
32163 * include/dirent.h: Declare __getdirentries.
32164
a3f95dcc
RM
32165 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
32166 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
32167
ca98e171
MF
321682012-08-14 Mike Frysinger <vapier@gentoo.org>
32169
32170 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
32171 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
32172 * sysdeps/i386/configure: Regenerated.
32173 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
32174 STABS_CURRENT_FILE, and STABS_FUN.
32175 (END): Remove call to STABS_FUN_END.
32176 (STABS_CURRENT_FILE1): Delete.
32177 (STABS_CURRENT_FILE): Likewise.
32178 (STABS_FUN): Likewise.
32179 (STABS_FUN_END): Likewise.
32180 (STABS_FUN2): Likewise.
32181 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
32182 * sysdeps/x86_64/configure: Regenerated.
32183
5908bf46
RM
321842012-08-14 Roland McGrath <roland@hack.frob.com>
32185
32186 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 32187 * elf/dl-lookup.c: Likewise.
5908bf46 32188
f2c05b9e
JM
321892012-08-14 Joseph Myers <joseph@codesourcery.com>
32190
32191 * sysdeps/unix/sysv/linux/kernel-features.h
32192 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
32193 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
32194 unconditionally.
32195 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
32196 unconditionally.
32197 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
32198 condition on __ASSUME_CLONE_THREAD_FLAGS.
32199
e11f5155
AJ
322002012-08-14 Andreas Jaeger <aj@suse.de>
32201
32202 * sysdeps/i386/fpu/libm-test-ulps: Update.
32203
51a9ba86
MK
322042012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
32205
2fdd4f78
AJ
32206 * include/atomic.h (atomic_exchange_and_add): Split into ...
32207 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
32208 New atomic macros.
51a9ba86 32209
ba6cba9e
MT
322102012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
32211
32212 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32213
42443a47
JL
322142012-08-13 Jeff Law <law@redhat.com>
32215
32216 * manual/stdio.texi (snprintf): Clarify handling of the trailing
32217 null byte in the output string.
32218
121dce05
JM
322192012-08-10 Joseph Myers <joseph@codesourcery.com>
32220
32221 * sysdeps/unix/sysv/linux/kernel-features.h
32222 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
32223 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
32224 (__ASSUME_ARG_MAX_STACK_BASED): Define.
32225 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
32226 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
32227 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
32228 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
32229
bf51f568
JL
322302012-08-09 Jeff Law <law@redhat.com>
32231
32232 [BZ #13939]
32233 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
32234 When avoid_arena is set, don't retry in the that arena. Pick the
32235 next one, whatever it might be.
32236 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
32237 (arena_lock): Pass in new parameter to arena_get2.
32238 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
32239 arena_get2.
32240 (__libc_malloc): Unify retrying after main arena failure with
32241 __libc_memalign version.
32242 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
32243
f85fa270
L
322442012-08-09 H.J. Lu <hongjiu.lu@intel.com>
32245
32246 [BZ #14166]
32247 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
32248 to __redirect_strstr.
32249 (__strstr_sse42): Use typeof __redirect_strstr.
32250 (__strstr_ia32): Likewise.
32251 (__libc_strstr): New prototype.
32252 (strstr): Renamed to ...
32253 (__libc_strstr): This.
32254 (strstr): New strong alias of __libc_strstr.
32255 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
32256 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
32257 __redirect_time.
32258 Include <time.h>.
32259 (__libc_time): New prototype.
32260 (time_ifunc): Replace time with __libc_time.
32261 (time): New strong alias and hidden definition of __libc_time.
32262 (__GI_time): Remove strong alias.
32263 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
32264 Include <stddef.h>.
32265 (memmove): Redefined to __redirect_memmove.
32266 (__memmove_sse2): Use typeof __redirect_memmove.
32267 (__memmove_ssse3): Likewise.
32268 (__memmove_ssse3_back): Likewise.
32269 (__libc_memmove): New prototype.
32270 (memmove): Renamed to ...
32271 (__libc_memmove): This.
32272 (memmove): New strong alias of __libc_memmove.
32273
33b4a91e
MS
322742012-08-08 Mark Salter <msalter@redhat.com>
32275
32276 * elf/elf.h
32277 (R_MN10300_TLS_GD): Define.
32278 (R_MN10300_TLS_LD): Likewise.
32279 (R_MN10300_TLS_LDO): Likewise.
32280 (R_MN10300_TLS_GOTIE): Likewise.
32281 (R_MN10300_TLS_IE): Likewise.
32282 (R_MN10300_TLS_LE): Likewise.
32283 (R_MN10300_TLS_DTPMOD): Likewise.
32284 (R_MN10300_TLS_DTPOFF): Likewise.
32285 (R_MN10300_TLS_TPOFF): Likewise.
32286 (R_MN10300_SYM_DIFF): Likewise.
32287 (R_MN10300_ALIGN): Likewise.
32288 (R_MN10300_NUM): Update.
32289
b36137f1
JM
322902012-08-08 Joseph Myers <joseph@codesourcery.com>
32291
32292 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
32293 Remove.
32294
cdd915fd
RM
322952012-08-08 Roland McGrath <roland@hack.frob.com>
32296
a2433aac
RM
32297 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
32298
cdd915fd
RM
32299 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
32300 sysdeps/unix -> sysdeps/posix move.
32301 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
32302
bf9b740a
AM
323032012-08-07 Allan McRae <allan@archlinux.org>
32304
32305 [BZ #14303]
32306 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
32307 (SUNOS_CPP): Likewise.
32308 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
32309 not found.
32310 (open_input): Call CPP using execvp.
32311
93df14ee
JM
323122012-08-07 Joseph Myers <joseph@codesourcery.com>
32313
32314 * sysdeps/unix/sysv/linux/kernel-features.h
32315 (__ASSUME_PROT_GROWSUPDOWN): Remove.
32316 (__ASSUME_NO_CLONE_DETACHED): Likewise.
32317 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32318 (__ASSUME_WAITID_SYSCALL): Likewise.
32319 * sysdeps/unix/sysv/linux/dl-execstack.c
32320 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
32321 code unconditional.
32322 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
32323 conditional code.
32324 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
32325 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
32326 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
32327 code.
32328 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
32329 unconditional.
32330 [__ASSUME_WAITID_SYSCALL]: Likewise.
32331 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
32332
d34689de
RM
323332012-08-07 Roland McGrath <roland@hack.frob.com>
32334
a281decc
RM
32335 * sysdeps/unix/closedir.c: Renamed to ...
32336 * sysdeps/posix/closedir.c: ... here.
32337 * sysdeps/unix/dirfd.c: Renamed to ...
32338 * sysdeps/posix/dirfd.c: ... here.
32339 * sysdeps/unix/dirstream.h: Renamed to ...
32340 * sysdeps/posix/dirstream.h: ... here.
32341 * sysdeps/unix/fdopendir.c: Renamed to ...
32342 * sysdeps/posix/fdopendir.c: ... here.
32343 * sysdeps/unix/opendir.c: Renamed to ...
32344 * sysdeps/posix/opendir.c: ... here.
32345 * sysdeps/unix/readdir.c: Renamed to ...
32346 * sysdeps/posix/readdir.c: ... here.
32347 * sysdeps/unix/readdir_r.c: Renamed to ...
32348 * sysdeps/posix/readdir_r.c: ... here.
32349 * sysdeps/unix/rewinddir.c: Renamed to ...
32350 * sysdeps/posix/rewinddir.c: ... here.
32351 * sysdeps/unix/seekdir.c: Renamed to ...
32352 * sysdeps/posix/seekdir.c: ... here.
32353 * sysdeps/unix/telldir.c: Renamed to ...
32354 * sysdeps/posix/telldir.c: ... here.
32355 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
32356 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
32357 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
32358 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
32359
22895b47
RM
32360 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
32361 * bits/fcntl.h: ... here.
32362
707a53b6
RM
32363 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
32364 not 0.
32365 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
32366 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
32367 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
32368 (struct flock): Move l_start, l_len to the beginning.
32369 Use __pid_t for l_pid.
32370 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
32371 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
32372 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
32373 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
32374 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
32375 [__USE_LARGEFILE64] (struct flock64): New type.
32376 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
32377
f0bd3e25
RM
32378 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
32379 * bits/dirent.h: ... here.
32380
d34689de
RM
32381 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
32382 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
32383
6dad2c06
JM
323842012-08-07 Joseph Myers <joseph@codesourcery.com>
32385
32386 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32387 Change from 2.6.0 to 2.6.16.
32388 * sysdeps/unix/sysv/linux/configure: Regenerated.
32389 * sysdeps/unix/sysv/linux/kernel-features.h
32390 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
32391 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
32392 version.
32393 (__ASSUME_UTIMES): Likewise.
32394 (__ASSUME_CLONE_STOPPED): Remove.
32395 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
32396 architectures, not kernel version.
32397 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
32398 (__ASSUME_NO_CLONE_DETACHED): Likewise.
32399 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
32400 (__ASSUME_WAITID_SYSCALL): Likewise.
32401 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
32402 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
32403 * README: State 2.6.16 as minimum Linux kernel version. Do not
32404 refer to older versions.
32405
03af9520
RM
324062012-08-06 Roland McGrath <roland@hack.frob.com>
32407
8e49df1d
RM
32408 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
32409 Define alphasort64 as an alias.
32410 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
32411 Define versionsort64 as an alias.
32412 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
32413 Define scandir64 as an alias.
32414 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
32415 Define scandirat64 as an alias.
32416 * dirent/alphasort64.c (alphasort64):
32417 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
32418 * dirent/versionsort64.c: Likewise.
32419 * dirent/scandir64.c: Likewise.
32420 * dirent/scandirat64.c: Likewise.
32421 * sysdeps/wordsize-64/alphasort.c: File removed.
32422 * sysdeps/wordsize-64/alphasort64.c: File removed.
32423 * sysdeps/wordsize-64/scandir.c: File removed.
32424 * sysdeps/wordsize-64/scandir64.c: File removed.
32425 * sysdeps/wordsize-64/scandirat.c: File removed.
32426 * sysdeps/wordsize-64/scandirat64.c: File removed.
32427 * sysdeps/wordsize-64/versionsort.c: File removed.
32428 * sysdeps/wordsize-64/versionsort64.c: File removed.
32429 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
32430 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
32431 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32432 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32433 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32434 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32435 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32436 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32437
32438 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32439 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32440 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32441 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32442 [defined __arch64__ || defined __sparcv9]
32443 (__INO_T_MATCHES_INO64_T): New macro.
32444 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32445 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32446 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32447 * sysdeps/unix/sysv/linux/bits/dirent.h
32448 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32449 (_DIRENT_MATCHES_DIRENT64): New macro.
32450
03af9520
RM
32451 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32452 Define lockf64 as an alias.
32453 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32454 Define fseeko64 as an alias.
32455 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32456 Define ftello64 as an alias.
32457 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32458 Define _IO_fgetpos64 and fgetpos64 as aliases.
32459 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32460 Define _IO_fsetpos64 and fsetpos64 as aliases.
32461 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32462 Conditionalize body on this.
32463 * libio/fseeko64.c: Likewise.
32464 * libio/ftello64.c: Likewise.
32465 * libio/iofgetpos64.c: Likewise.
32466 * libio/iofsetpos64.c: Likewise.
32467 * sysdeps/wordsize-64/lockf.c: File removed.
32468 * sysdeps/wordsize-64/lockf64.c: File removed.
32469 * sysdeps/wordsize-64/fseeko.c: File removed.
32470 * sysdeps/wordsize-64/fseeko64.c: File removed.
32471 * sysdeps/wordsize-64/ftello.c: File removed.
32472 * sysdeps/wordsize-64/ftello64.c: File removed.
32473 * sysdeps/wordsize-64/iofgetpos.c: File removed.
32474 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32475 * sysdeps/wordsize-64/iofsetpos.c: File removed.
32476 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32477 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32478 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32479 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32480 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32481 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32482 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32483 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32484 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32485 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32486 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32487
32488 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32489 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32490 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32491 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32492 [defined __arch64__ || defined __sparcv9]
32493 (__OFF_T_MATCHES_OFF64_T): New macro.
32494 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32495 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32496 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32497 (__OFF_T_MATCHES_OFF64_T): New macro.
32498
c5757acd
L
324992012-08-06 H.J. Lu <hongjiu.lu@intel.com>
32500
32501 * stdlib/secure-getenv.c (__secure_getenv): Replace
32502 GLIBC_2_16 with GLIBC_2_17.
32503
3a31811e
L
325042012-08-06 H.J. Lu <hongjiu.lu@intel.com>
32505
32506 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32507 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32508
faa2bccb
DM
325092012-08-03 David S. Miller <davem@davemloft.net>
32510
32511 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32512
85fe1997
JM
325132012-08-03 Joseph Myers <joseph@codesourcery.com>
32514
32515 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32516 Remove.
32517 (__ASSUME_CORRECT_SI_PID): Likewise.
32518 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32519 (__ASSUME_TMPFS_NAME): Likewise.
32520 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32521 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32522 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32523 (HAVE_AUX_SECURE): Make definition unconditional.
32524 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32525 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32526
4f75b7a0
RM
325272012-08-03 Roland McGrath <roland@hack.frob.com>
32528
32529 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32530 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32531 * sysdeps/mach/hurd/eloop-threshold.h: New file.
32532 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32533 __eloop_threshold instead of SYMLOOP_MAX.
32534
32535 * sysdeps/generic/eloop-threshold.h: New file.
32536 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32537 of MAXSYMLINKS.
32538 * elf/chroot_canon.c (chroot_canon): Likewise.
32539
7aab07e4
JM
325402012-08-03 Joseph Myers <joseph@codesourcery.com>
32541
32542 [BZ #13717]
32543 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32544 Change to 2.6.0 everywhere.
32545 * sysdeps/unix/sysv/linux/configure: Regenerated.
32546 * sysdeps/unix/sysv/linux/kernel-features.h
32547 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32548 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32549 kernel versions.
32550 (__ASSUME_POSIX_TIMERS): Define unconditionally.
32551 (__ASSUME_FUTEX_REQUEUE): Remove.
32552 (__ASSUME_STATFS64): Define unconditionally.
32553 (__ASSUME_AT_SECURE): Likewise.
32554 (__ASSUME_CORRECT_SI_PID): Likewise.
32555 (__ASSUME_TGKILL): Define without depending on kernel version for
32556 i386.
32557 (__ASSUME_UTIMES): Likewise.
32558 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32559 kernel version.
32560 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32561 (__ASSUME_TMPFS_NAME): Likewise.
32562 * README: Update reference to Linux kernel versions.
32563
b67e9372
MP
325642012-08-02 Marek Polacek <polacek@redhat.com>
32565
1f529f7d 32566 [BZ# 14150]
b67e9372
MP
32567 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
32568 libc_cv_asm_type_prefix with %.
32569 * configure: Regenerated.
d2441631
RM
32570 * include/libc-symbols.h: Remove comment about
32571 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
32572 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32573 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32574 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32575 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32576 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32577 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32578 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32579 * elf/tst-unique2mod1.c: Likewise.
32580 * elf/tst-unique1mod2.c: Likewise.
32581 * elf/tst-unique1mod1.c: Likewise.
32582 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32583 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32584 Replace ASM_TYPE_DIRECTIVE with .type.
32585 * sysdeps/s390/s390-64/sysdep.h: Likewise.
32586 * sysdeps/i386/sysdep.h: Likewise.
32587 * sysdeps/x86_64/sysdep.h: Likewise.
32588 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
32589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32590 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 32591 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
32592 * sysdeps/powerpc/powerpc32/sysdep.h:
32593 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
32594 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32595 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32596 * sysdeps/i386/fpu/e_powf.S: Likewise.
32597 * sysdeps/i386/fpu/e_expl.S: Likewise.
32598 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32599 * sysdeps/i386/fpu/e_acosh.S: Likewise.
32600 * sysdeps/i386/fpu/e_pow.S: Likewise.
32601 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32602 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32603 * sysdeps/i386/fpu/s_expm1.S: Likewise.
32604 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32605 * sysdeps/i386/fpu/e_log2.S: Likewise.
32606 * sysdeps/i386/fpu/e_log2l.S: Likewise.
32607 * sysdeps/i386/fpu/e_scalb.S: Likewise.
32608 * sysdeps/i386/fpu/e_powl.S: Likewise.
32609 * sysdeps/i386/fpu/e_log10f.S: Likewise.
32610 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32611 * sysdeps/i386/fpu/e_logl.S: Likewise.
32612 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32613 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32614 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32615 * sysdeps/i386/fpu/e_log2f.S: Likewise.
32616 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32617 * sysdeps/i386/fpu/e_log.S: Likewise.
32618 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32619 * sysdeps/i386/fpu/e_logf.S: Likewise.
32620 * sysdeps/i386/fpu/e_log10l.S: Likewise.
32621 * sysdeps/i386/fpu/e_atanh.S: Likewise.
32622 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32623 * sysdeps/i386/fpu/e_log10.S: Likewise.
32624 * sysdeps/i386/fpu/s_frexp.S: Likewise.
32625 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32626 * sysdeps/i386/fpu/s_asinh.S: Likewise.
32627 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32628 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32629 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32630 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32631 * sysdeps/i386/i686/strtok.S: Likewise.
32632 * sysdeps/i386/i386-mcount.S: Likewise.
32633 * sysdeps/i386/strtok.S: Likewise.
32634 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32635 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32636 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32637 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32638 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32639 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32640 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32641 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32642 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32643 * sysdeps/x86_64/_mcount.S: Likewise.
32644 * sysdeps/x86_64/strtok.S: Likewise.
32645 * sysdeps/sh/_mcount.S: Likewise.
32646
2747bf9a
RM
326472012-08-01 Roland McGrath <roland@hack.frob.com>
32648
32649 * libio/iofopen.c: Include <fcntl.h>.
32650 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32651 (_IO_fopen64, fopen64): Define as aliases.
32652 * libio/iofopen64.c: Include <fcntl.h>.
32653 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32654 Conditionalize body on this.
32655 * sysdeps/wordsize-64/iofopen.c: File removed.
32656 * sysdeps/wordsize-64/iofopen64.c: File removed.
32657
3fb791b8
MP
326582012-08-01 Marek Polacek <polacek@redhat.com>
32659
32660 * libc/Makeconfig: Use elf in place of binfmt-subdir.
32661 Use dlfcn directly instead of a variable.
32662 (binfmt-subdir): Do not define.
32663 (dlfcn): Likewise.
32664
a9f1039f
JM
326652012-08-01 Joseph Myers <joseph@codesourcery.com>
32666
23bddc06
JM
32667 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32668 Remove all definitions.
32669 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32670 <kernel-features.h>.
32671 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32672 (miss_F_GETOWN_EX): Remove all definitions.
32673 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32674 macro definition.
32675 [!__ASSUME_FCNTL64]: Remove conditional code.
32676 [__ASSUME_FCNTL64]: Make code unconditional.
32677 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32678 <kernel-features.h>.
32679 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32680 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32681 (lockf64) [__NR_fcntl64]: Make code unconditional.
32682 (lockf64) [__ASSUME_FCNTL64]: Likewise.
32683
a9f1039f
JM
32684 * sysdeps/unix/sysv/linux/kernel-features.h
32685 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32686 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32687 Make code unconditional.
32688 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32689 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32690 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32691 [__NR_vfork]: Make code unconditional.
32692 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32693 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32695 [__NR_vfork]: Make code unconditional.
32696 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32697 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32698
09c0ee5f
RM
326992012-08-01 Roland McGrath <roland@hack.frob.com>
32700
48aec5b9
RM
32701 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32702 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32703
cd97c966
RM
32704 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32705 Define mkstemp64 as an alias.
3f55550c
RM
32706 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32707 Define mkstemps64 as an alias.
cd97c966
RM
32708 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32709 Define mkostemp64 as an alias.
b8625cfc
RM
32710 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32711 Define mkostemps64 as an alias.
cd97c966
RM
32712 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32713 Conditionalize body on this.
32714 * misc/mkostemp64.c: Likewise.
b8625cfc 32715 * misc/mkostemps64.c: Likewise.
3f55550c 32716 * misc/mkstemps64.c: Likewise.
cd97c966
RM
32717 * sysdeps/wordsize-64/mkstemp64.c: File removed.
32718 * sysdeps/wordsize-64/mkostemp64.c: File removed.
32719 * sysdeps/wordsize-64/mkostemp.c: File removed.
32720 * sysdeps/wordsize-64/mkstemp.c: File removed.
32721 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32722 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32723 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32724 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32725
09c0ee5f
RM
32726 [BZ #14138]
32727 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32728 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32729 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32730 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32731
32732 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32733 compat_symbol macros from <shlib-compat.h> rather than the underlying
32734 default_symbol_version and symbol_version macros, so that DEFAULT
32735 lines in shlib-versions are respected.
32736 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32737
7e66ee51
FW
327382012-08-01 Florian Weimer <fweimer@redhat.com>
32739
32740 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32741 Declare with warn_unused_result.
32742 (setgid, setregid, setegid, setresgid): Likewise.
32743 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32744 Likewise.
32745 * WUR-REPORT: Remove set*id functions.
32746
d2a54255
PT
327472012-07-31 Pino Toscano <toscano.pino@tiscali.it>
32748
32749 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32750
7ecdb005
RM
327512012-07-31 Roland McGrath <roland@hack.frob.com>
32752
b4180a5e 32753 [BZ #10191]
789bd351
RM
32754 * include/sys/socket.h (__libc_accept, __libc_accept4):
32755 Add attribute_hidden.
32756 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32757
40ce302d
RM
32758 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32759 use of PTR_MANGLE.
32760 * inet/getnetgrent_r.c (setup): Likewise.
32761
7ecdb005
RM
32762 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32763
e2eabb2c
DM
327642012-07-31 David S. Miller <davem@davemloft.net>
32765
32766 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32767
d0419dbf
JM
327682012-07-31 Joseph Myers <joseph@codesourcery.com>
32769
32770 [BZ #13629]
32771 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32772 value between 1.0 and 2.0 and smaller part has absolute value less
32773 than 1.0.
32774 * math/s_clog10.c (__clog10): Likewise.
32775 * math/s_clog10f.c (__clog10f): Likewise.
32776 * math/s_clog10l.c (__clog10l): Likewise.
32777 * math/s_clogf.c (__clogf): Likewise.
32778 * math/s_clogl.c (__clogl): Likewise.
32779 * math/libm-test.inc (clog_test): Add more tests.
32780 (clog10_test): Likewise.
32781 * sysdeps/i386/fpu/libm-test-ulps: Update.
32782 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32783
2bc13872
FW
327842012-07-31 Florian Weimer <fweimer@redhat.com>
32785
32786 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32787 Exit with zero in case no suitable GID is found, and write a
32788 message to standard error.
32789
bea9b193
RM
327902012-07-30 Roland McGrath <roland@hack.frob.com>
32791
32792 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32793 rather than to 1.
32794 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32795 (MAXPATHLEN): Removed.
32796 (NOGROUP, NODEV): New macros.
32797 (setbit, clrbit, isset, isclr): New macros.
32798 (howmany, roundup, powerof2): New macros.
32799 (DEV_BSIZE): New macro.
32800
32801 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32802 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32803
32804 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32805 definition on [!__NO_LONG_DOUBLE_MATH].
32806
32807 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32808 PTR_MANGLE and PTR_DEMANGLE.
32809
32810 * socket/accept4.c (accept4): Rename to __libc_accept4.
32811 Define accept4 as a weak alias.
32812
32813 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32814 on [_DIRENT_HAVE_D_TYPE].
32815 * io/ftw.c (ftw_dir): Likewise.
32816
32817 * io/xmknod.c (__xmknod): Don't check PATH for being null.
32818
32819 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32820
32821 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32822 Use the BSD numbers rather than the arbitrary ones we had.
32823 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32824 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32825 (SIGXCPU, SIGXFSZ): New macros.
32826 (_NSIG): Now 32.
32827
32828 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32829 initializer on [_LIBC_REENTRANT].
32830
32831 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32832 definitions inside [_POSIX_MAPPED_FILES].
32833
32834 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32835
32836 * dirent/opendir.c: Include <fcntl.h>.
32837
32838 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32839 (__libc_getspecific): Likewise.
32840 (__libc_key_create): Likewise.
32841
32842 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32843 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32844 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32845 (tmpfile64): Define as alias.
32846 * sysdeps/wordsize-64/tmpfile.c: File removed.
32847 * sysdeps/wordsize-64/tmpfile64.c: File removed.
32848 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32849 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32850
32851 * stdio-common/vfscanf.c: Include <stdbool.h>.
32852 * nss/makedb.c: Likewise.
32853 * stdio-common/_i18n_number.h: Likewise.
32854 * argp/argp-help.c: Likewise.
32855 * posix/wordexp.c: Likewise.
32856 * sysdeps/posix/spawni.c: Likewise.
32857 * nss/nss_files/files-initgroups.c: Likewise.
32858 * stdio-common/reg-modifier.c: Include <stdlib.h>.
32859 * nss/nss_files/files-initgroups.c: Likewise.
32860 * nss/nss_db/db-netgrp.c: Likewise.
32861 * nss/nss_db/db-initgroups.c: Likewise.
32862 * io/fchmodat.c: Include <sys/stat.h>.
32863
32864 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32865 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32866
32867 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32868 [HAVE_MMAP].
32869
32870 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32871 Add multiple inclusion protection.
32872
e5abc686
DM
328732012-07-27 David S. Miller <davem@davemloft.net>
32874
32875 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32876
815e6fa3
GB
328772012-07-27 Gary Benson <gbenson@redhat.com>
32878
32879 [BZ #14298]
32880 * elf/rtld.c: Include <stap-probe.h>.
32881 (dl_main): Added static probes "init_start" and "init_complete".
32882 * elf/dl-load.c: Include <stap-probe.h>.
32883 (lose): Take new parameter "nsid".
32884 Added static probe "map_failed".
32885 (_dl_map_object_from_fd): Pass namespace id to lose.
32886 Added static probe "map_start".
32887 (open_verify): Pass namespace id to lose.
32888 * elf/dl-open.c: Include <stap-probe.h>.
32889 (dl_open_worker) Added static probes "map_complete", "reloc_start"
32890 and "reloc_complete".
32891 * elf/dl-close.c: Include <stap-probe.h>.
32892 (_dl_close_worker): Added static probes "unmap_start" and
32893 "unmap_complete".
32894 * elf/rtld-debugger-interface.txt: New file documenting the above.
32895
9f98c16c
RM
328962012-07-26 Roland McGrath <roland@hack.frob.com>
32897
32898 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32899 rather than a string variable.
32900 * sunrpc/rpc_main.c (h_output): Likewise.
32901 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32902
f3c22df3
PT
329032012-07-26 Pino Toscano <toscano.pino@tiscali.it>
32904
32905 * inet/check_native.c: New file.
32906
3129cfc6
JM
329072012-07-26 Joseph Myers <joseph@codesourcery.com>
32908
da865e95
JM
32909 [BZ #13629]
32910 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32911 if larger part has absolute value 1.0.
32912 * math/s_clog10.c (__clog10): Likewise.
32913 * math/s_clog10f.c (__clog10f): Likewise.
32914 * math/s_clog10l.c (__clog10l): Likewise.
32915 * math/s_clogf.c (__clogf): Likewise.
32916 * math/s_clogl.c (__clogl): Likewise.
32917 * math/libm-test.inc (clog_test): Add more tests.
32918 (clog10_test): Likewise.
32919 * sysdeps/i386/fpu/libm-test-ulps: Update.
32920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32921
3129cfc6
JM
32922 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32923 (pltexit): Likewise.
32924 (La_regs): Likewise.
32925 (La_retval): Likewise.
32926 (int_retval): Likewise.
32927 Update #error for removed macros to refer only to definitions in
32928 tst-audit.h.
32929 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32930 macro.
32931 (pltexit): Likewise.
32932 (La_regs): Likewise.
32933 (La_retval): Likewise.
32934 (int_retval): Likewise.
32935 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32936 macro.
32937 (pltexit): Likewise.
32938 (La_regs): Likewise.
32939 (La_retval): Likewise.
32940 (int_retval): Likewise.
32941 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32942 macro.
32943 (pltexit): Likewise.
32944 (La_regs): Likewise.
32945 (La_retval): Likewise.
32946 (int_retval): Likewise.
32947 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32948 macro.
32949 (pltexit): Likewise.
32950 (La_regs): Likewise.
32951 (La_retval): Likewise.
32952 (int_retval): Likewise.
32953 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32954 macro.
32955 (pltexit): Likewise.
32956 (La_regs): Likewise.
32957 (La_retval): Likewise.
32958 (int_retval): Likewise.
32959 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32960 macro.
32961 (pltexit): Likewise.
32962 (La_regs): Likewise.
32963 (La_retval): Likewise.
32964 (int_retval): Likewise.
32965 * sysdeps/generic/tst-audit.h: Update comment to refer only to
32966 macro definitions in tst-audit.h.
32967 * sysdeps/i386/tst-audit.h: New file.
32968 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32969 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32970 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32971 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32972 * sysdeps/sh/tst-audit.h: Likewise.
32973 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32974 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32975 * sysdeps/x86_64/tst-audit.h: Likewise.
32976
bfc07087
AJ
329772012-07-26 Andreas Jaeger <aj@suse.de>
32978
b1b2aaf8
AJ
32979 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32980 ptrace.
32981
32982 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32983 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32984 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32985 PTRACE_O_MASK.
32986 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32987 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32988 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32989
bfc07087
AJ
32990 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32991 value.
32992
32993 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32994 _sigsys.
32995 (si_call_addr, si_syscall, si_arch): Define new macro.
32996 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32997 _sigsys.
32998 (si_call_addr, si_syscall, si_arch): Define new marcro.
32999 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
33000 _sigsys.
33001 (si_call_addr, si_syscall, si_arch): Define new macro.
33002 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
33003 _sigsys.
33004 (si_call_addr, si_syscall, si_arch): Define new macro.
33005
89b4b02f
JM
330062012-07-25 Joseph Myers <joseph@codesourcery.com>
33007
33008 [BZ #13717]
33009 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33010 Change to 2.4.21 where previously 2.4.1.
33011 * sysdeps/unix/sysv/linux/configure: Regenerated.
33012 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
33013 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
33014 Linux kernel version.
33015 (__ASSUME_STD_AUXV): Remove.
33016 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
33017 kernel version.
33018 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
33019 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
33020 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
33021 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
33022 (__ASSUME_NETLINK_SUPPORT): Likewise.
33023 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
33024 (__no_netlink_support): Remove conditional definition.
33025 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
33026 Remove.
33027 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33028 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
33029 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
33030 (if_nameindex_ioctl): Remove.
33031 (if_nameindex_netlink): Do not handle __no_netlink_support.
33032 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33033 code.
33034 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
33035 Remove conditional code.
33036 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
33037 code.
33038 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
33039 unconditional.
33040 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
33041 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
33042 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
33043 Remove.
33044 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
33045 [!__ASSUME_STD_AUXV]: Remove conditional code.
33046 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
33047 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
33048 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
33049 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
33050 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
33051 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33052 code.
33053 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33054 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
33055 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
33056 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33057 conditional code.
33058 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
33059 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
33060 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
33061 code.
33062 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
33063 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
33064 conditional code.
33065 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
33066 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33067 code unconditional.
33068 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33069 conditional code.
33070 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33071 unconditional.
33072 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33073 conditional code.
33074 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
33075 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33076 unconditional.
33077 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33078 conditional code.
33079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
33080 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33081 code unconditional.
33082 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33083 conditional code.
33084 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33085 unconditional.
33086 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33087 conditional code.
33088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
33089 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
33090 code unconditional.
33091 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33092 conditional code.
33093 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
33094 unconditional.
33095 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
33096 conditional code.
33097
842a39cd
AS
330982012-07-25 Andreas Schwab <schwab@linux-m68k.org>
33099
33100 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
33101 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
33102 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
33103 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
33104 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
33105 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
33106 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
33107 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
33108 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
33109 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
33110 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
33111 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
33112 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
33113 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
33114 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
33115 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
33116 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
33117 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
33118 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
33119 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
33120 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
33121 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
33122 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
33123
84b3fd84
FW
331242012-07-25 Florian Weimer <fweimer@redhat.com>
33125
33126 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
33127 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
33128 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
33129 Introduce __libc_secure_getenv.
0c7936d5
FW
33130 * stdlib/Versions (2.17): Add secure_getenv
33131 (GLIBC_PRIVATE): Add __libc_secure_getenv.
33132 * stdlib/secure-getenv.c: Rename __secure_getenv to
33133 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
33134 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
33135 * stdlib/tst-secure-getenv.c: New.
33136 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
33137 * manual/startup.texi (Environment Access): Document
33138 secure_getenv.
84b3fd84
FW
33139 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
33140 __libc_secure_getenv.
33141 * inet/ruserpass.c (ruserpass): Likewise.
33142 * malloc/mtrace.c (mtrace): Likewise.
33143 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 33144 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
33145 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
33146 * sysdeps/posix/tempname.c: Likewise. Evaluate
33147 HAVE_SECURE_GETENV.
33148 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 33149 __secure_getenv to __libc_secure_getenv.
84b3fd84 33150 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
33151 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33152 Likewise.
33153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33154 Likewise.
33155 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33156 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33157 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33158 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33159 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33160 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33161 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 33162
56e49b71
JM
331632012-07-25 Joseph Myers <joseph@codesourcery.com>
33164
33165 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
33166 (struct La_i86_retval): Likewise.
33167 (struct La_x86_64_regs): Likewise.
33168 (struct La_x86_64_retval): Likewise.
33169 (struct La_x32_regs): Likewise.
33170 (struct La_x32_retval): Likewise.
33171 (struct La_ppc32_regs): Likewise.
33172 (struct La_ppc32_retval): Likewise.
33173 (struct La_ppc64_regs): Likewise.
33174 (struct La_ppc64_retval): Likewise.
33175 (struct La_sh_regs): Likewise.
33176 (struct La_sh_retval): Likewise.
33177 (struct La_s390_32_regs): Likewise.
33178 (struct La_s390_32_retval): Likewise.
33179 (struct La_s390_64_regs): Likewise.
33180 (struct La_s390_64_retval): Likewise.
33181 (struct La_sparc32_regs): Likewise.
33182 (struct La_sparc32_retval): Likewise.
33183 (struct La_sparc64_regs): Likewise.
33184 (struct La_sparc64_retval): Likewise.
33185 (struct audit_ifaces): Remove architecture-specific pltenter and
33186 pltexit members.
33187 * sysdeps/i386/ldsodefs.h: New file.
33188 * sysdeps/powerpc/ldsodefs.h: Likewise.
33189 * sysdeps/s390/ldsodefs.h: Likewise.
33190 * sysdeps/sh/ldsodefs.h: Likewise.
33191 * sysdeps/sparc/ldsodefs.h: Likewise.
33192 * sysdeps/x86_64/ldsodefs.h: Likewise.
33193
354691b7
MP
331942012-07-25 Marek Polacek <polacek@redhat.com>
33195
33196 [BZ #6808]
33197 * math/libm-test.inc (yn_test): Add another test.
33198 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
33199 to ERANGE when the result is +-Inf.
33200 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
33201 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
33202 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
33203 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
33204
bf9e2071
JM
332052012-07-24 Joseph Myers <joseph@codesourcery.com>
33206
33207 * conform/data/time.h-data (NULL): Use macro-constant. Require
33208 equal to 0.
33209 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
33210 clock_t.
33211 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
33212
57633811
TS
332132012-07-23 Thomas Schwinge <thomas@codesourcery.com>
33214
33215 * configure.in <sysdeps resolving>: Correct printing
33216 Implies_before.
33217 * configure: Regenerate.
33218
c23c33b0
TS
332192012-07-22 Thomas Schwinge <thomas@codesourcery.com>
33220
33221 * math/w_ilogb.c: Include <limits.h>.
33222 * math/w_ilogbl.c: Likewise.
33223
b5982523
JM
332242012-07-20 Joseph Myers <joseph@codesourcery.com>
33225
33226 * manual/lang.texi (__va_copy): Document primarily as ISO C99
33227 va_copy. Document allowing for unavailable va_copy only as
33228 pre-C99 compatibility.
33229 * manual/string.texi (Copying and Concatenation): Use va_copy
33230 instead of __va_copy in concat example.
33231
ac4ea442
PT
332322012-07-20 Pino Toscano <toscano.pino@tiscali.it>
33233
33234 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
33235 (__sendto): Use create_address_port. Initialize APORT and deallocate
33236 it if not null.
33237
f98eafbd
PT
33238 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
33239 with O_NOLINK passed to __file_name_lookup.
33240
898c7aab
PT
33241 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
33242 with O_NOLINK passed to __file_name_lookup.
33243
0ced335a
PT
33244 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
33245 negative N or less than NGIDS.
33246
b3404dbd
PT
33247 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
33248 type to string_t. Set ERANGE as errno and return it if NAME is not big
33249 enough. Use memcpy instead of strncpy.
33250
0f48659e
JM
332512012-07-20 Joseph Myers <joseph@codesourcery.com>
33252
33253 * elf/Makefile (check-data): Remove.
33254 (localplt.data): New vpath directive.
33255 ($(objpfx)check-localplt.out): Use localplt.data from vpath
33256 instead of $(check-data).
33257 * scripts/data/localplt-generic.data: Move to ...
33258 * sysdeps/generic/localplt.data: ... here.
33259 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
33260 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
33261 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
33262 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
33263 ... here.
33264 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
33265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
33266 ... here.
33267 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
33268 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
33269 ... here.
33270 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
33271 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
33272 ... here.
33273 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
33274 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
33275 ... here.
33276 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
33277 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
33278 ... here.
33279
d37cbdaa
AZ
332802012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
33281
33282 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
33283 PPC32 and PPC64 files.
33284 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
33285 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
33286
46f85fc2
AK
332872012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33288
33289 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
33290 __makecontext_ret to ...
33291 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
33292 ... here and call exit if uc_link is NULL. New file.
33293 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
33294 __makecontext_ret.S.
33295 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
33296 __makecontext_ret to ...
33297 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
33298 ... here and call exit if uc_link is NULL. New file.
33299 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
33300 __makecontext_ret.S.
33301
08f43f9b
AK
333022012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33303
33304 * elf/elf.h (R_390_IRELATIVE): New definition.
33305 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
33306 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
33307 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
33308 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
33309 (elf_machine_lazy_rel): Likewise.
33310 * sysdeps/s390/dl-irel.h: New file.
33311 * sysdeps/s390/s390-64/memcpy.S: New asm code.
33312 * sysdeps/s390/s390-64/memset.S: New asm code.
33313 * sysdeps/s390/s390-64/memcmp.S: New asm code.
33314 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
33315 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
33316 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
33317 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
33318 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
33319 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
33320 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
33321 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
33322 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
33323 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
33324 * sysdeps/s390/s390-32/memcpy.S: New asm code.
33325 * sysdeps/s390/s390-32/memset.S: New asm code.
33326 * sysdeps/s390/s390-32/memcmp.S: New asm code.
33327
3b05db33
MP
333282012-07-17 Marek Polacek <polacek@redhat.com>
33329
33330 [BZ #14349]
33331 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
33332 * sysdeps/s390/s390-64/configure.in: Likewise.
33333 * sysdeps/sparc/configure.in: Likewise.
33334 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
33335 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
33336 * sysdeps/i386/configure.in: Likewise.
33337 * sysdeps/x86_64/configure.in: Likewise.
33338 * sysdeps/sh/configure.in: Likewise.
33339 * sysdeps/s390/s390-32/configure: Regenerated.
33340 * sysdeps/s390/s390-64/configure: Likewise.
33341 * sysdeps/x86_64/configure: Likewise.
33342 * sysdeps/sh/configure: Likewise.
33343 * sysdeps/powerpc/powerpc64/configure: Likewise.
33344 * sysdeps/powerpc/powerpc32/configure: Likewise.
33345 * sysdeps/sparc/configure: Likwise.
33346 * sysdeps/i386/configure: Likewise.
33347
a66877c6
MP
33348 * elf/dl-open.c: Comment fixes.
33349
cfc82fd8
JM
333502012-07-17 Joseph Myers <joseph@codesourcery.com>
33351
bd29910a
JM
33352 * Makefile [CXX] (check-data): Remove.
33353 [CXX] (c++-types.data): New vpath directive.
33354 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
33355 vpath. Do not allow for C++ type data being missing.
33356 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
33357 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
33358 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
33359 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
33360 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
33361 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
33362 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
33363 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
33364 ... here.
33365 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
33366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
33367 ... here.
33368 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
33369 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
33370 ... here.
33371 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
33372 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
33373 ... here.
33374 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
33375 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
33376 ... here.
33377 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
33378 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
33379 ... here.
33380 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
33381 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
33382 ... here.
33383 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
33384 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
33385
cfc82fd8
JM
33386 * elf/tls-macros.h (TLS_LE): Move architecture-specific
33387 definitions to architecture-specific files.
33388 (TLS_IE): Likewise.
33389 (TLS_LD): Likewise.
33390 (TLS_GD): Likewise.
33391 * sysdeps/i386/tls-macros.h: New file.
33392 * sysdeps/powerpc/tls-macros.h: Likewise.
33393 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
33394 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
33395 * sysdeps/sh/tls-macros.h: Likewise.
33396 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
33397 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
33398 * sysdeps/x86_64/tls-macros.h: Likewise.
33399
f7db3170
TS
334002012-07-17 Thomas Schwinge <thomas@codesourcery.com>
33401
07cbfc23
TS
33402 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
33403 zero value for regular exit case.
33404
f7db3170
TS
33405 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
33406 (__start_context): Preserve zero value for regular exit case.
33407
dc97c227
TS
334082012-07-17 Thomas Schwinge <thomas@codesourcery.com>
33409 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
33410
33411 * manual/setjmp.texi (setcontext): Clarify normal process
33412 termination when uc_link is the null pointer.
33413 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
33414 exit call.
33415
d0cd7d02
AS
334162012-07-16 Andreas Schwab <schwab@linux-m68k.org>
33417
33418 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
33419 preprocessor. Test for each exception mask separately.
33420
dd318934
AJ
334212012-07-16 Andreas Jaeger <aj@suse.de>
33422
33423 * po/ru.po: Update from translation team.
33424
8048311a
JM
334252012-07-15 Joseph Myers <joseph@codesourcery.com>
33426
33427 * conform/data/string.h-data (NULL): Use macro-constant. Require
33428 equal to 0.
33429 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
33430 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
33431 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33432 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33433 [ISO || ISO99 || ISO11] (*_t): Do not allow.
33434
b637d46e
AJ
334352012-07-13 Andreas Jaeger <aj@suse.de>
33436
33437 * po/fr.po: Update from translation team.
33438
541428fe
MP
334392012-07-12 Marek Polacek <polacek@redhat.com>
33440
33441 [BZ #14173]
33442 * math/libm-test.inc (yn_test): Add test for BZ #14173.
33443 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33444 loop condition.
33445
ec332e94
JM
334462012-07-12 Joseph Myers <joseph@codesourcery.com>
33447
33448 [BZ #13717]
33449 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33450 Change to 2.4.1 where previously 2.4.0.
33451 * sysdeps/unix/sysv/linux/configure: Regenerated.
33452 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33453 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33454 version.
33455 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33456 (__ASSUME_AT_CLKTCK): Remove.
33457 (__ASSUME_AT_PAGESIZE): Likewise.
33458 (__ASSUME_AT_XID): Likewise.
33459 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33460 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33461 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33462 unconditionally.
33463 (HAVE_AUX_PAGESIZE): Likewise.
33464 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33465 [__ASSUME_AT_CLKTCK]: Make code unconditional.
33466 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33467
7b6e99be
JB
334682012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
33469
33470 [BZ #14307]
33471 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33472 the temporary buffer used to invoke __gethostbyname2_r,
33473 __gethostbyaddr_r and gethostbyname4_r to make room for struct
33474 host_data / struct gaih_addrtuple.
33475 * resolv/nss_dns/dns-host.c (global scope): Move definition of
33476 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33477 header file nss/nsswitch.h.
33478 * nss/nsswitch.h (global scope): Add definition of implementation
33479 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33480 resolv/nss_dns/dns-host.c).
33481
608404eb
AJ
334822012-07-11 Andreas Jaeger <aj@suse.de>
33483
33484 * po/fr.po: Update from translation team.
33485
71220aca
AJ
33486 * po/sv.po: Update from translation team
33487 * po/fr.po: Another update from translation team.
33488
28cfe843
AZ
334892012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
33490
33491 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33492 for subnormals or multiply small sinh result by itself.
33493 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33494 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33495
6b90f981
DM
334962012-07-11 David S. Miller <davem@davemloft.net>
33497
33498 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33499
c6825772
AS
335002012-07-10 Andreas Schwab <schwab@linux-m68k.org>
33501
33502 [BZ #14347]
33503 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33504 (INTERNAL_MARK): Shift it here.
33505
7b8e0d49
MP
335062012-07-10 Marek Polacek <polacek@redhat.com>
33507
33508 [BZ #14151]
33509 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
33510 libc_cv_asm_global_directive with .globl.
33511 * configure: Regenerated.
33512 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33513 with .globl.
33514 * sysdeps/i386/configure: Regenerated.
33515 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33516 with .globl.
33517 * sysdeps/x86_64/configure: Regenerated.
33518 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33519 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33520 * elf/tst-unique2mod2.c: Likewise.
33521 * elf/tst-unique2mod1.c: Likewise.
33522 * elf/tst-unique1mod2.c: Likewise.
33523 * elf/tst-unique1mod1.c: Likewise.
33524 * sysdeps/s390/s390-32/sysdep.h: Likewise.
33525 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33526 * sysdeps/s390/s390-64/sysdep.h: Likewise.
33527 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33528 * sysdeps/mach/sysdep.h: Likewise.
33529 * sysdeps/i386/sysdep.h: Likewise.
33530 * sysdeps/i386/i386-mcount.S: Likewise.
33531 * sysdeps/x86_64/_mcount.S: Likewise.
33532 * sysdeps/x86_64/sysdep.h: Likewise.
33533 * sysdeps/sh/_mcount.S: Likewise.
33534 * sysdeps/sh/sysdep.h: Likewise.
33535 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33536 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33537 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33538 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33539 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33540 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33541 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33542 * locale/localeinfo.h: Likewise.
33543 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33544 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33545
6c55cda3
RM
335462012-07-09 Roland McGrath <roland@hack.frob.com>
33547
33548 [BZ #14336]
33549 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33550 system".
33551 * manual/message.texi (The Uniforum approach): Likewise.
33552 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33553 (glibc iconv Implementation): Likewise.
33554
638a572e
JM
335552012-07-09 Joseph Myers <joseph@codesourcery.com>
33556
33557 [BZ #14337]
33558 * math/s_clog.c (__clog): Avoid scaling a value down where that
33559 could result in underflow.
33560 * math/s_clog10.c (__clog10): Likewise.
33561 * math/s_clog10f.c (__clog10f): Likewise.
33562 * math/s_clog10l.c (__clog10l): Likewise.
33563 * math/s_clogf.c (__clogf): Likewise.
33564 * math/s_clogl.c (__clogl): Likewise.
33565 * math/libm-test.inc (clog_test): Add more tests.
33566 (clog10_test): Likewise.
33567 * sysdeps/i386/fpu/libm-test-ulps: Update.
33568 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33569
261f4859
AS
335702012-07-06 Andreas Schwab <schwab@linux-m68k.org>
33571
0abaf3e4
AS
33572 [BZ #14283]
33573 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33574 by 7 not 8 to examine high bit of fractional part.
33575
261f4859
AS
33576 [BZ #14042]
33577 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33578 for call to __mcount_internal.
33579 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33580 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33581 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33582
f17ac40d
JM
335832012-07-06 Joseph Myers <joseph@codesourcery.com>
33584
9ad63c23
JM
33585 [BZ #14154]
33586 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33587 approximation for values within 0x1p-13f of an odd multiple of
33588 pi/4.
33589 * math/libm-test.inc (tan_test): Do not allow spurious underflow
33590 exception. Add more tests.
33591 * sysdeps/i386/fpu/libm-test-ulps: Update.
33592
f17ac40d
JM
33593 [BZ #6778]
33594 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33595 inputs and return -1 for them. Do not check for +Inf in case not
33596 reachable for +Inf.
33597 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33598 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33599 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33600 and return -1 for them. Do not check for +Inf in case not
33601 reachable for +Inf.
33602 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33603 define.
33604 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33605 and return -1 for them. Do not check for +Inf in case not
33606 reachable for +Inf.
33607 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
33608 spurious underflow.
33609 * sysdeps/i386/fpu/libm-test-ulps: Update.
33610 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33611
fb21f89b
MF
336122012-07-06 Mike Frysinger <vapier@gentoo.org>
33613
33614 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33615
cdfe2c5e
JM
336162012-07-05 Joseph Myers <joseph@codesourcery.com>
33617
33618 [BZ #14157]
33619 [BZ #14331]
33620 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33621 could result in spurious underflow. Scale down values above
33622 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33623 * math/s_csqrtf.c (__csqrtf): Likewise.
33624 * math/s_csqrtl.c (__csqrtl): Likewise.
33625 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
33626 spurious underflow.
33627 * sysdeps/i386/fpu/libm-test-ulps: Update.
33628 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33629
70d35b67
AS
336302012-07-04 Andreas Schwab <schwab@linux-m68k.org>
33631
704bc459
AS
33632 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33633 xopen-msg.sed.
33634 * catgets/xopen-msg.awk: New file.
33635 * catgets/xopen-msg.sed: Removed.
33636
70d35b67
AS
33637 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33638 po2text.sed.
33639 * intl/po2test.awk: New file.
33640 * intl/po2test.sed: Removed.
33641
ca61cf32
JM
336422012-07-04 Joseph Myers <joseph@codesourcery.com>
33643
33644 [BZ #14328]
33645 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33646 or multiply small sinh result by itself.
33647 * math/s_ctanf.c (__ctanf): Likewise.
33648 * math/s_ctanh.c (__ctanh): Likewise.
33649 * math/s_ctanhf.c (__ctanhf): Likewise.
33650 * math/s_ctanhl.c (__ctanhl): Likewise.
33651 * math/s_ctanl.c (__ctanl): Likewise.
33652 * math/libm-test.inc (ctan_test_tonearest): New function.
33653 (ctan_test_towardzero): Likewise.
33654 (ctan_test_downward): Likewise.
33655 (ctan_test_upward): Likewise.
33656 (ctanh_test_tonearest): Likewise.
33657 (ctanh_test_towardzero): Likewise.
33658 (ctanh_test_downward): Likewise.
33659 (ctanh_test_upward): Likewise.
33660 (main): Call these new functions.
33661 * sysdeps/i386/fpu/libm-test-ulps: Update.
33662 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33663
ca48a46a
MF
336642012-07-03 Mike Frysinger <vapier@gentoo.org>
33665
33666 * .gitignore: Delete /ports entry.
33667
9d63d37d
AJ
336682012-07-03 Andreas Jaeger <aj@suse.de>
33669
33670 * po/bg.po: Update from translation team.
33671 * po/cs.po: Likewise.
33672 * po/de.po: Likewise.
33673 * po/hr.po: Likewise.
33674 * po/nl.pl: Likewise.
33675 * po/pl.po: Likewise.
33676 * po/vi.po: Likewise.
33677
370ca3d2
JM
336782012-07-03 Joseph Myers <joseph@codesourcery.com>
33679
95f5a9a8
JM
33680 * Makeconfig [!+link] (+link-before-libc): New variable.
33681 [!+link] (+link-after-libc): Likewise.
33682 [!+link] (+link-tests): Likewise.
33683 [!+link] (+link): Define in terms of $(+link-before-libc) and
33684 $(+link-after-libc).
33685 [!+link-static] (+link-static-before-libc): New variable.
33686 [!+link-static] (+link-static-after-libc): Likewise.
33687 [!+link-static] (+link-static-tests): Likewise.
33688 [!+link-static] (+link-static): Define in terms of
33689 $(+link-static-before-libc) and $(+link-static-after-libc).
33690 [build-shared] (link-libc-before-gnulib): New variable.
33691 [build-shared] (link-libc-tests): Likewise.
33692 [build-shared] (link-libc): Define in terms of
33693 $(link-libc-before-gnulib).
33694 [!build-shared] (link-libc-tests): New variable.
33695 (link-libc-static-tests): New variable.
33696 [!gnulib] (gnulib-arch): New variable.
33697 [!gnulib] (gnulib-tests): Likewise.
33698 [!gnulib] (static-gnulib-arch): Likewise.
33699 [!gnulib] (static-gnulib-tests): Likewise.
33700 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
33701 Define with "=" instead of ":=".
33702 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
33703 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
33704 * Rules (binaries-all-notests): New variable.
33705 (binaries-all-tests): Likewise.
33706 (binaries-static-notests): Likewise.
33707 (binaries-static-tests): Likewise.
33708 (binaries-all): Define using $(binaries-all-notests) and
33709 $(binaries-all-tests).
33710 (binaries-static): Define using $(binaries-static-notests) and
33711 $(binaries-static-tests).
33712 (binaries-shared-tests): New variable.
33713 (binaries-shared-notests): Likewise.
33714 (binaries-shared): Remove variable.
33715 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33716 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33717 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33718 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33719 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33720 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33721 * elf/Makefile (sln-modules): New variable.
33722 (extra-objs): Add $(sln-modules:=.o).
33723 (ldconfig-modules): Add static-stubs.
33724 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33725 * elf/static-stubs.c: New file.
33726
7a845b2c
JM
33727 [BZ #14283]
33728 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33729 by 7 not 8 to examine high bit of fractional part. Use volatile
33730 variables when splitting into final array of floats if
33731 __FLT_EVAL_METHOD__ != 0.
33732 * math/libm-test.inc (cos_test): Add another test.
33733 (sin_test): Likewise.
33734 * sysdeps/i386/fpu/libm-test-ulps: Update.
33735
e2283f38
JM
33736 [BZ #14273]
33737 * math/libm-test.inc (cosh_test): Add more tests.
33738
370ca3d2
JM
33739 * version.h (RELEASE): Set to "development".
33740 (VERSION): Set to "2.16.90".
33741
ee9247c3
CD
337422012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
33743
33744 * NEWS: Update copyright. Remove last-updated date.
33745 Mention math library bug fixes and timezone data changes.
33746 * README: Mention GNU/Hurd, x32, and HPPA support status.
33747
4648c381
TS
337482012-06-28 Thomas Schwinge <thomas@codesourcery.com>
33749
33750 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33751
aac78a43
AJ
337522012-06-27 Andreas Jaeger <aj@suse.de>
33753
33754 * manual/contrib.texi (Contributors): Add Samuel Thibault.
33755
ed3dbfad
AJ
337562012-06-25 Andreas Jaeger <aj@suse.de>
33757
33758 * sysdeps/s390/fpu/libm-test-ulps: Update.
33759
4d0ee855
AS
337602012-06-23 Andreas Schwab <schwab@linux-m68k.org>
33761 Thomas Schwinge <thomas@codesourcery.com>
33762
33763 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33764 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33765 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33766 fanotify_mark.
33767
af1bce34
TS
337682012-06-23 Thomas Schwinge <thomas@codesourcery.com>
33769
a9fa33ba
TS
33770 * sysdeps/mach/start.c: Remove file.
33771 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33772 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33773 * sysdeps/sh/init-first.c: Likewise.
33774
58f902b8
TS
33775 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33776 registers for frame unwinding purposes, add CFI directives.
33777 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33778 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33779 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33780 Likewise.
33781
1518f58b
TS
33782 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33783 __fortify_fail returning.
33784 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33785
db9b5059
TS
33786 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33787 sysdeps/sh/____longjmp_chk.S.
33788 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33789 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33790 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33791 (gen-as-const-headers): Append sigaltstack-offsets.sym.
33792
967705fe
TS
33793 * sysdeps/sh/abort-instr.h: New file.
33794 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33795 process in case exit returns.
33796
a9def8c4
TS
33797 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33798 initialize the GOT register before use.
33799
2a649725
TS
33800 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33801 calculation of ARGC > 4.
33802
af1bce34
TS
33803 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33804 meaningful names to some local labels.
33805
d230f50a
KK
338062012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33807 Kaz Kojima <kkojima@rr.iij4u.or.jp>
33808
33809 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33810 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33811 (__arch_compare_and_exchange_val_16_acq): Likewise.
33812 (__arch_compare_and_exchange_val_32_acq): Likewise.
33813 (atomic_exchange_and_add): Fix gUSA sequence.
33814 (atomic_add): Likewise.
33815 (atomic_add_negative): Likewise.
33816 (atomic_add_zero): Likewise.
33817 (atomic_bit_test_set): Likewise.
33818
0479b305
AS
338192012-06-22 Andreas Schwab <schwab@redhat.com>
33820
33821 [BZ #13579]
33822 * include/link.h (struct link_map): Add l_free_initfini.
33823 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33824 l_initfini.
33825 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33826 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33827 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33828 set.
33829
0e3933b9
CD
338302012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
33831
33832 * configure.in: Use AC_LANG_SOURCE.
33833 * configure: Regenerate.
33834
4248b1b1
RM
338352012-06-22 Roland McGrath <roland@hack.frob.com>
33836
33837 * configure.in (libc_cv_localstatedir): New substituted variable.
33838 * configure: Regenerated.
33839 * config.make.in (localstatedir): New variable, substituted from
33840 libc_cv_localstatedir.
33841 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33842 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33843 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33844 * sysdeps/gnu/configure: Regenerated.
33845
006dd861
JL
338462012-06-21 Jeff Law <law@redhat.com>
33847
33848 [BZ #14277]
33849 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33850 free. Simplify list management for _LIBC case.
33851
79662d42
JM
338522012-06-21 Joseph Myers <joseph@codesourcery.com>
33853
b7abb4bf
JM
33854 [BZ #14273]
33855 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33856 Clear sign bit of 64-bit integer value before comparing against
33857 overflow value.
33858
79662d42
JM
33859 * sysdeps/mach/configure: Regenerated.
33860
1f150908
L
338612012-06-21 H.J. Lu <hongjiu.lu@intel.com>
33862
33863 [BZ #14278]
33864 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33865
28363bbf
JL
338662012-06-21 Jeff Law <law@redhat.com>
33867
33868 [BZ #13882]
33869 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
33870 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 33871 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
33872 * elf/dl-open.c (dl_open_worker): Likewise.
33873
09615db4
CD
338742012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
33875
33876 * scripts/list-sources.sh: Scan PORTS for translations.
33877 * po/libc.pot: Regenerated.
33878
2174c6dd
AJ
338792012-06-21 Andreas Jaeger <aj@suse.de>
33880
33881 [BZ #12194]
33882 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33883 warning.
33884 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33885 * bits/byteswap-16.h (__bswap_16): Likewise.
33886 * bits/byteswap.h (__bswap_constant_16): Likewise.
33887
3ee947b1
L
338882012-06-18 H.J. Lu <hongjiu.lu@intel.com>
33889
33890 [BZ #14117]
a2f34833
L
33891 * sysdeps/i386/fpu_control.h: Removed.
33892 * sysdeps/x86_64/fpu_control.h: Moved to ...
33893 * sysdeps/x86/fpu_control.h: Here.
33894
3ee947b1
L
33895 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33896 (_FPU_SETCW): Likewise.
33897
ed1825f8
L
338982012-06-15 H.J. Lu <hongjiu.lu@intel.com>
33899
25f1282a
L
33900 [BZ #14117]
33901 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33902 * sysdeps/x86/fpu/bits/mathinline.h: This.
33903 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33904
ed1825f8
L
33905 [BZ #14050]
33906 [BZ #14117]
33907 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33908 functions if __x86_64__ is defined.
33909
36d54b74
CLT
339102012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
33911
33912 * string/endian.h: Add !__ASSEMBLER__ condition for including
33913 conversion interfaces.
33914
10285c21
JM
339152012-06-15 Joseph Myers <joseph@codesourcery.com>
33916
33917 [BZ #14241]
33918 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33919 of ABS(x) in calculating zero to negative powers other than odd
33920 integers.
33921 * math/libm-test.inc (pow_test): Add more tests.
33922
06c5abbd
AJ
339232012-06-15 Andreas Jaeger <aj@suse.de>
33924
33925 * manual/contrib.texi (Contributors): Update entry of Liubov
33926 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33927 Machado Filho.
33928
a3aeac40
CH
339292012-06-15 Cyril Hrubis <metan@ucw.cz>
33930
33931 * string/string.h: Add __wur to GNU version of strerror_r.
33932
49bdf4c1
L
339332012-06-14 H.J. Lu <hongjiu.lu@intel.com>
33934
33935 [BZ #14229]
33936 * string/Makefile (tests): Add tst-strtok_r.
33937 * string/tst-strtok_r.c: New file.
33938 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33939 RAX_LP/RDX_LP on SAVE_PTR.
33940
834f9b8d
RM
339412012-06-14 Roland McGrath <roland@hack.frob.com>
33942
33943 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33944
75fa1921
JM
339452012-06-14 Joseph Myers <joseph@codesourcery.com>
33946
33947 * libm_test.inc (csqrt_test): Allow more spurious underflow
33948 exceptions.
33949 (j0_test): Likewise.
33950 (j1_test): Likewise.
33951 (y0_test): Likewise.
33952 (y1_test): Likewise.
33953
771766df
CD
339542012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
33955
33956 * po/Makefile (libc.pot): Use UTF-8 charset.
33957
ceb9e56b
PP
339582012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
33959
33960 [BZ #14210]
33961 Suppress sign-conversion warning from FD_SET.
33962 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33963 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33964 not unsigned long int.
33965 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33966
ddb28975
L
339672012-06-12 H.J. Lu <hongjiu.lu@intel.com>
33968
33969 [BZ #14050]
33970 [BZ #14117]
33971 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33972 __extern_always_inline instead of __extern_inline.
33973 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33974 (__signbit): Likewise.
33975 (__signbitl): Support C++ namespace.
33976 (lrintf): New inline function.
33977 (lrint): Likewise.
33978 (llrintf): Likewise.
33979 (llrint): Likewise.
33980 (fmaxf): Likewise.
33981 (fmax): Likewise.
33982 (fminf): Likewise.
33983 (fmin): Likewise.
33984 (rint): Likewise.
33985 (rintf): Likewise.
33986 (ceil): Likewise.
33987 (ceilf): Likewise.
33988 (floor): Likewise.
33989 (floorf): Likewise.
33990 (nearbyint): Likewise.
33991 (nearbyintf): Likewise.
33992
d7b4fb26
TS
339932012-06-12 Thomas Schwinge <thomas@codesourcery.com>
33994
33995 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33996 non-default versions.
33997
eb55f5c2
RM
339982012-06-11 Roland McGrath <roland@hack.frob.com>
33999
34000 [BZ #14218]
34001 * manual/argp.texi (Argp): Reword argp_parse description slightly.
34002
366af02c
TS
340032012-06-09 Thomas Schwinge <thomas@codesourcery.com>
34004
99ff6e5c
TS
34005 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
34006 (FE_UPWARD, FE_DOWNWARD): Don't define.
34007 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
34008 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34009
366af02c
TS
34010 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
34011 reading it.
34012 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34013 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34014
793ea851
KK
340152012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34016
34017 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
34018 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
34019 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
34020 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
34021
a728a38f
L
340222012-06-06 H.J. Lu <hongjiu.lu@intel.com>
34023
34024 [BZ #14117]
c08010c7
L
34025 * sysdeps/i386/fpu/bits/fenv.h: Removed.
34026 * sysdeps/i386/fpu/Implies: New file.
34027 * sysdeps/x86_64/fpu/Implies: Likewise.
34028 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
34029 * sysdeps/x86/fpu/bits/fenv.h: This.
34030
a728a38f
L
34031 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
34032 __SSE_MATH__.
34033
6e230d11
SP
340342012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
34035
34036 [BZ #14134]
34037 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
34038 character 0xffff that matches the last element of the
34039 conversion table.
34040
1b671feb
AZ
340412012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34042
34043 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
34044 fmodl commit.
34045
6043738b
AZ
340462012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34047
34048 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
34049 values higher than 25.6283.
34050
34ae0b32
AZ
340512012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34052
34053 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
34054 subnormal exponent extraction and add some __builtin_expect.
34055 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
34056 Fix for subnormal mantissa calculation.
34057
1214ec8f
MF
340582012-06-04 Mike Frysinger <vapier@gentoo.org>
34059
34060 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
34061 cpu2 is -1 and errno is not ENOSYS.
34062
f3d1f93c
L
340632012-06-04 H.J. Lu <hongjiu.lu@intel.com>
34064
34065 [BZ #14117]
0e4a3cd7
L
34066 * sysdeps/i386/i486/bits/string.h: Renamed to ...
34067 * sysdeps/x86/bits/string.h: This.
34068 * sysdeps/x86_64/bits/string.h: Removed.
34069
6704c645
L
34070 * sysdeps/i386/i486/bits/string.h: Define inline functions only
34071 if not compiling for x86-64, but compiling for >= i486.
34072
48495318
L
34073 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
34074 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
34075
14adcbfc
L
34076 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
34077 New macro from Linux kernel 3.4.0.
34078 (FP_XSTATE_MAGIC2): Likewise.
34079 (FP_XSTATE_MAGIC2_SIZE): Likewise.
34080 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
34081 (struct _fpx_sw_bytes): New struct.
34082 (struct _xsave_hdr): Likewise.
34083 (struct _ymmh_state): Likewise.
34084 (struct _xstate): Likewise.
34085
68e408ab
L
34086 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
34087 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
34088 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
34089 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
34090 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
34091 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
34092
f3d1f93c
L
34093 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
34094 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
34095 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
34096 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
34097 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
34098 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
34099
d9dc34cd
TMQMF
341002012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
34101
34102 [BZ #13743]
34103 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
34104 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
34105 (sysdep_headers): Include sys/platform/ppc.h.
34106 * sysdeps/powerpc/test-gettimebase.c: Test for
34107 __ppc_get_timebase() to catch future ISA opcode/insn changes.
34108 * manual/Makefile (appendices): Include platform.texi.
34109 * manual/contrib.texi (Contributors): Update @node pointers.
34110 * manual/maint.texi (Maintenance): Likewise.
34111 (Platform): New node.
34112 * manual/platform.texi: New file. Document the new features.
34113
4af3879c
SP
341142012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34115 Jakub Jelinek <jakub@redhat.com>
34116
34117 [BZ #14188]
34118 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
34119 where __builtin_expect is unavailable.
34120
2fd6ff13
DM
341212012-06-03 David S. Miller <davem@davemloft.net>
34122
34123 * stdlib/longlong.h: Updated from GCC.
34124
173f7220
AS
341252012-06-02 Andreas Schwab <schwab@linux-m68k.org>
34126
34127 [BZ #14042]
34128 * sysdeps/powerpc/powerpc32/mcount.c: New file.
34129 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
34130 __mcount_internal.
34131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34132 (GLIBC_2.16): Likewise.
34133
f34a1c6f
L
341342012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34135
34136 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
34137
88a4576f
JM
341382012-06-01 Joseph Myers <joseph@codesourcery.com>
34139
ea32bcdd
JM
34140 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
34141 (default-abi): New variable.
34142 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
34143 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
34144 variable.
34145 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
34146 Likewise.
34147 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
34148 Likewise.
34149 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
34150 Likewise.
34151
88a4576f
JM
34152 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
34153 definition. Document in comment.
34154
402fe938
DM
341552012-06-01 David S. Miller <davem@davemloft.net>
34156
34157 * stdlib/longlong.h: Updated from GCC.
34158
3553723f
L
341592012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34160
34161 [BZ #14117]
3bd872c4
L
34162 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
34163 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
34164 sys/debugreg.h sys/io.h here.
34165 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
34166 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
34167 sys/io.h.
34168 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
34169 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
34170 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
34171 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
34172 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
34173 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
34174
3553723f
L
34175 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
34176 Define only if __x86_64__ is defined.
34177
4842e4fe
JM
341782012-06-01 Joseph Myers <joseph@codesourcery.com>
34179
c5bfe3d5
JM
34180 [BZ #14048]
34181 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
34182 Use int64_t for variable i.
34183 * math/libm-test.inc (fmod_test): Add more tests.
34184
4842e4fe
JM
34185 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
34186 z computation is not scheduled after fetestexcept.
34187 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
34188 Use math_force_eval instead of asm to ensure calculation scheduled
34189 before exception test.
34190 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
34191 Ensure a1 + u.d computation is not scheduled after fetestexcept.
34192
efb73488
AJ
341932012-06-01 Aurelien Jarno <aurelien@aurel32.net>
34194
34195 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
34196 computation is not scheduled after fetestexcept.
34197
29bcce7c
L
341982012-06-01 H.J. Lu <hongjiu.lu@intel.com>
34199
34200 [BZ #14117]
34201 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
34202 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
34203
73a68f94
AZ
342042012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34205
34206 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
34207 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
34208
67b6df78
L
342092012-05-31 H.J. Lu <hongjiu.lu@intel.com>
34210
edf2933a 34211 [BZ #14117]
ebc64a18
L
34212 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
34213 <bits/wordsize.h>.
34214 (__WCHAR_MIN): Support __WORDSIZE == 64.
34215 (__WCHAR_MAX): Likewise.
34216
edf2933a
L
34217 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
34218 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
34219
57c6cf40
L
34220 [BZ #14183]
34221 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
34222 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
34223
67b6df78 34224 [BZ #14117]
8eb6281e
L
34225 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
34226 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
34227
aac639f4
L
34228 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
34229 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
34230
67b6df78
L
34231 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
34232 Defined to 1 if __x86_64__ isn't defined.
34233 (_STAT_VER_LINUX_OLD): New.
34234 (st_atime): Remove duplicate.
34235 (st_mtime): Likewise.
34236 (st_ctime): Likewise.
34237
1c2cfe81
DM
342382012-05-31 David S. Miller <davem@davemloft.net>
34239
34240 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
34241 entries.
34242
5be8418c
AS
342432012-06-01 Andreas Schwab <schwab@linux-m68k.org>
34244
e7725326
AS
34245 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
34246 gen-libm-test.pl.
34247
5be8418c
AS
34248 [BZ #14132]
34249 * elf/dl-reloc.c: Include <_itoa.h>.
34250 (_dl_reloc_bad_type): Remove use of INTUSE.
34251 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
34252 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
34253 * stdio-common/psiginfo.c (psiginfo): Likewise.
34254 * stdio-common/psignal.c (psignal): Likewise.
34255 * string/strsignal.c (strsignal): Likewise.
34256 * include/signal.h (_sys_siglist): Declare hidden proto.
34257 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
34258 INTVARDEF with libc_hidden_data_def.
34259 * stdio-common/itoa-udigits.c: Likewise.
34260 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
34261 (_itoa_lower_digits_internal): Remove declaration.
34262 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
34263 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
34264 (_sys_sigabbrev_internal): Remove aliases.
34265 (_sys_siglist): Define hidden alias.
34266
507352f1
MT
342672012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
34268
34269 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
34270 bits/sysctl.h.
34271
42bbb1c3
L
342722012-05-31 H.J. Lu <hongjiu.lu@intel.com>
34273
34274 [BZ #14117]
6bd784b6
L
34275 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
34276 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
34277
8bca20f0
L
34278 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
34279 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
34280 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
34281 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
34282 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
34283 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
34284
f9e890a9
L
34285 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
34286 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
34287 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
34288
471101a1
L
34289 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
34290 with __addr.
34291 (insw): Likewise.
34292 (insl): Likewise.
34293 (outsb): Likewise.
34294 (outsw): Likewise.
34295 (outsl): Likewise.
34296
6451c862
L
34297 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
34298 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
34299 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
34300
a254b8c9
L
34301 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
34302 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
34303 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
34304 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
34305 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
34306 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
34307
b8dfdd92
L
34308 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
34309 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
34310
578cd270
L
34311 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
34312 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
34313
de662f5f
L
34314 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
34315 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
34316 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
34317
25653439
L
34318 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
34319 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
34320 to ...
34321 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
34322
6bad24a0
L
34323 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
34324 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
34325 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
34326
42bbb1c3
L
34327 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
34328 for x86-64.
34329 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
34330
2d10d547
JM
343312012-05-31 Joseph Myers <joseph@codesourcery.com>
34332
34333 * math/math.h (M_El): Use two more decimal places.
34334 (M_LOG2El): Likewise.
34335 (M_LOG10El): Likewise.
34336 (M_LN2l): Likewise.
34337 (M_LN10l): Likewise.
34338 (M_PIl): Likewise.
34339 (M_PI_2l): Likewise.
34340 (M_PI_4l): Likewise.
34341 (M_1_PIl): Likewise.
34342 (M_2_PIl): Likewise.
34343 (M_2_SQRTPIl): Likewise.
34344 (M_SQRT2l): Likewise.
34345 (M_SQRT1_2l): Likewise.
34346
f230c29b
DM
343472012-05-31 David S. Miller <davem@davemloft.net>
34348
34349 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
34350 values between float registers.
34351 * sysdeps/sparc/sparc64/memset.S: Likewise.
34352 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
34353
fed806c3
MF
343542012-05-31 Mike Frysinger <vapier@gentoo.org>
34355
34356 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
34357 -D_FORTIFY_SOURCE=1.
34358 (CPPFLAGS-tst-longjmp_chk.c): Define.
34359 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
34360 (CPPFLAGS-tst-longjmp_chk2.c): Define.
34361 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
34362 CFLAGS-tst-wchar-h.c.
34363
30917259
MP
343642012-05-31 Marek Polacek <polacek@redhat.com>
34365
34366 [BZ #14132]
34367 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
34368 __endmntent_internal): Remove declaration.
34369 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
34370 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
34371 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
34372
1c58d5dc
DM
343732012-05-30 David S. Miller <davem@davemloft.net>
34374
34375 * sysdeps/sparc/sparc32/soft-fp/q_util.c
34376 (___Q_simulate_exceptions): Use real FP ops rather than writing
34377 into the %fsr.
34378 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
34379 Likewise.
34380
7dc00e0d
L
343812012-05-30 H.J. Lu <hongjiu.lu@intel.com>
34382
34383 [BZ #14117]
0bd53985
L
34384 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
34385 * sysdeps/x86/bits/xtitypes.h: This.
34386
3a257e66
L
34387 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
34388 * sysdeps/x86/bits/wordsize.h: This.
34389
62f62904
L
34390 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
34391 * sysdeps/x86/bits/huge_vall.h: This.
34392
404fe9d9
L
34393 * sysdeps/i386/bits/select.h: Removed.
34394 * sysdeps/x86_64/bits/select.h: Renamed to ...
34395 * sysdeps/x86/bits/select.h: This.
34396
d48d0446
L
34397 * sysdeps/i386/bits/setjmp.h: Removed.
34398 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
34399 * sysdeps/x86/bits/setjmp.h: This.
34400
7dc00e0d
L
34401 * sysdeps/i386/bits/mathdef.h: Removed.
34402 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
34403 * sysdeps/x86/bits/mathdef.h: This.
34404
03277f8f
AS
344052012-05-30 Andreas Schwab <schwab@linux-m68k.org>
34406
34407 [BZ #14132]
34408 * include/sys/socket.h (__connect_internal)
34409 (__libc_sa_len_internal): Remove declaration.
34410 (__connect, __libc_sa_len): Declare hidden_proto.
34411 (SA_LEN): Remove use of INTUSE.
34412 * socket/connect.c: Add libc_hidden_def.
34413 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
34414 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
34415 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
34416 alias.
34417 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
34418 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
34419 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
34420 of adding _internal alias.
34421
13764867
L
344222012-05-30 H.J. Lu <hongjiu.lu@intel.com>
34423
34424 [BZ #14117]
6bd97696
L
34425 * sysdeps/i386/bits/link.h: Removed.
34426 * sysdeps/i386/bits/linkmap.h: Likewise.
34427 * sysdeps/x86_64/bits/link.h: Renamed to ...
34428 * sysdeps/x86/bits/link.h: This.
34429 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
34430 * sysdeps/x86/bits/linkmap.h: This.
34431
f726f0bb
L
34432 * sysdeps/i386/bits/endian.h: Removed.
34433 * sysdeps/x86_64/bits/endian.h: Renamed to ...
34434 * sysdeps/x86/bits/endian.h: This.
34435
13764867
L
34436 * sysdeps/i386/bits/byteswap.h: Removed.
34437 * sysdeps/i386/bits/byteswap-16.h: Likewise.
34438 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34439 * sysdeps/x86/bits/byteswap.h: This.
34440 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34441 * sysdeps/x86/bits/byteswap-16.h: This.
34442 * sysdeps/i386/Implies: Add x86.
34443 * sysdeps/x86_64/Implies: Likewise.
34444
ae251b0b
DM
344452012-05-30 David S. Miller <davem@davemloft.net>
34446
34447 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34448 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34449 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34450 (FP_TRAPPING_EXCEPTIONS): Define.
34451 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34452 (FP_TRAPPING_EXCEPTIONS): Define.
34453 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34454 subnormals only when inexact has been signalled or underflow
34455 exceptions are enabled.
34456 (_FP_PACK_CANONICAL): Likewise.
34457
d5c90867
L
344582012-05-30 H.J. Lu <hongjiu.lu@intel.com>
34459
34460 [BZ #14183]
34461 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34462 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34463
63f1549e
RH
344642012-05-30 Richard Henderson <rth@twiddle.net>
34465
8d8f2279
RH
34466 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34467 with #ifndef NOT_IN_libc.
34468
63f1549e
RH
34469 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
34470 marked to avoid plt entry.
34471
0ab0291b
L
344722012-05-30 H.J. Lu <hongjiu.lu@intel.com>
34473
34474 [BZ #14112]
34475 * Makeconfig (default-abi): New macro.
34476 (abi-includes): Likewise.
34477 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
34478 $(abi-$(default-abi)-lib-soname) for soname if defined.
34479 ($(common-objpfx)gnu/lib-names.stmp): Generate from
34480 abi-variants.
34481 * Makefile (installed-stubs): Likewise.
34482 * include/stubs-biarch.h: Removed.
34483 * scripts/lib-names.awk: Only handle one library at a time.
34484 * scripts/soversions.awk: Remove WORDSIZE support.
34485 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34486 entries.
34487 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34488 Removed.
34489 (syscall-list-default-condition): Likewise.
34490 (syscall-list-default-condition): Likewise.
34491 (syscall-list-includes): Likewise.
34492 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34493 syscall-list-* with abi-*. Handle undefined abi-variants.
34494 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34495 * sysdeps/unix/sysv/linux/i386/Implies: New file.
34496 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34497 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34498 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34499 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34500 Removed.
34501 (syscall-list-32-options): Likewise.
34502 (syscall-list-32-condition): Likewise.
34503 (syscall-list-64-options): Likewise.
34504 (syscall-list-64-condition): Likewise.
34505 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34506 macro.
34507 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34508 Renamed to ...
34509 (abi-*): This.
34510 (abi-64-ld-soname): New macro.
34511 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34512 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34513 Renamed to ...
34514 (abi-*): This.
34515 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34516 * sysdeps/x86_64/x32/shlib-versions: Likewise.
34517
4da0431d
JM
345182012-05-30 Joseph Myers <joseph@codesourcery.com>
34519
3a85279c
JM
34520 * sysdeps/unix/sysv/linux/kernel-features.h
34521 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34522 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34523 include <kernel-features.h>.
34524 [!__NR_ftruncate64]: Remove conditional code.
34525 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34526 [__NR_ftruncate64]: Make code unconditional.
34527 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34528 * sysdeps/unix/sysv/linux/truncate64.c: Do not
34529 include <kernel-features.h>.
34530 [!__NR_ftruncate64]: Remove conditional code.
34531 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34532 [__NR_ftruncate64]: Make code unconditional.
34533 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34534 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34535 include <kernel-features.h>.
34536 [!__NR_ftruncate64]: Remove conditional code.
34537 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34538 [__NR_ftruncate64]: Make code unconditional.
34539 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34540 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34541 include <kernel-features.h>.
34542 [!__NR_ftruncate64]: Remove conditional code.
34543 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34544 [__NR_ftruncate64]: Make code unconditional.
34545 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34546
4da0431d
JM
34547 * configure.in (libc_cv_fpie): Weaken to a compile test using
34548 LIBC_TRY_CC_OPTION.
34549 * configure: Regenerated.
34550
11ef492c
AK
345512012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34552
34553 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34554 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34555 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34556 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34557 Refreshed.
34558 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34559 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34560 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34561 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34562 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34563 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34564 Refreshed.
34565
d66ef399
DM
345662012-05-27 David S. Miller <davem@davemloft.net>
34567
34568 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34569 (___Q_zero): New.
34570 (__Q_simulate_exceptions): Return void. Change to simulate
34571 exceptions by writing into the %fsr.
34572 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34573 (__Qp_handle_exceptions): Likewise.
34574 (numbers): Delete.
34575 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34576 __Qp_handle_exceptions.
34577 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34578 __Qp_handle_exceptions.
34579 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34580 as unused and give dummy FP_RND_NEAREST initializer.
34581 (FP_INHIBIT_RESULTS): Define.
34582 (___Q_simulate_exceptions): Update declaration.
34583 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34584 formatting.
34585 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34586 as unused and give dummy FP_RND_NEAREST initializer.
34587 (__Qp_handle_exceptions): Update declaration.
34588 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34589 formatting.
34590
04fb54b5
TS
345912012-05-27 Thomas Schwinge <thomas@codesourcery.com>
34592
34593 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34594 the temporary FPU control word.
34595 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34596 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34597 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34598 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34599 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34600 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34601 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34602 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34603 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34604 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34605 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34606
3f99608f
KK
346072012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34608
34609 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34610 fields.
34611
65a4de4e
CLT
346122012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
34613
34614 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34615 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34616 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34617 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34618 Likewise.
34619 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34620 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34621 Likewise.
34622
15749d40
UD
346232012-05-27 Ulrich Drepper <drepper@gmail.com>
34624
34625 * po/h.po: Update from translation team.
34626
25dbcb27
AS
346272012-05-26 Andreas Schwab <schwab@linux-m68k.org>
34628
3d3f8e55
AS
34629 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34630
25dbcb27
AS
34631 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34632 handling of denormals.
34633 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34634 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34635 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34636 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34637 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34638 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34639 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34640 Likewise.
34641
7ad47a80 346422012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
34643
34644 [BZ #14152]
34645 * math/libm-test.inc (fma_test): Don't always expect underflow
34646 exception.
34647
9c6ea9fa
SP
346482012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
34649
34650 [BZ #12416]
34651 * elf/tst-execstack.c: Include stackinfo.h.
34652 (do_test): Adjust test case to ensure that pthread_getattr_np
34653 behaviour remains the same after marking stack executable.
34654
a8239222
JM
346552012-05-25 Joseph Myers <joseph@codesourcery.com>
34656
34657 * sysdeps/unix/sysv/linux/kernel-features.h
34658 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34659 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34660 kernel-features.h.
34661 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34662 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34663 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34664 kernel-features.h.
34665 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34666 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34667
918b5606
L
346682012-05-25 H.J. Lu <hongjiu.lu@intel.com>
34669
34670 * configure.in: Define the default includes to being none.
34671 * configure: Regenerated.
34672
3a097cc7
RM
346732012-05-25 Roland McGrath <roland@hack.frob.com>
34674
8422c9a5
RM
34675 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34676 * sysdeps/x86_64/setjmp.S: Likewise.
34677 * sysdeps/i386/bsd-setjmp.S: Likewise.
34678 * sysdeps/i386/bsd-_setjmp.S: Likewise.
34679 * sysdeps/i386/setjmp.S: Likewise.
34680 * sysdeps/i386/__longjmp.S: Likewise.
34681 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34682 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34683
3a097cc7
RM
34684 * include/stap-probe.h: New file.
34685 * configure.in: Handle --enable-systemtap.
34686 * configure: Regenerated.
34687 * config.h.in (USE_STAP_PROBE): New #undef.
34688 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34689 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34690 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34691
21708942
JM
346922012-05-25 Joseph Myers <joseph@codesourcery.com>
34693
34694 [BZ #13717]
34695 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34696 to 2.4.0 where earlier.
34697 * sysdeps/unix/sysv/linux/configure: Regenerated.
34698 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34699 <kernel-features.h>.
34700 [__ASSUME_32BITUIDS]: Make code unconditional.
34701 [!__ASSUME_32BITUIDS]: Remove conditional code.
34702 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34703 <kernel-features.h>.
34704 [__ASSUME_32BITUIDS]: Make code unconditional.
34705 [!__ASSUME_32BITUIDS]: Remove conditional code.
34706 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34707 [__ASSUME_32BITUIDS]: Make code unconditional.
34708 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34709 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34710 <kernel-features.h>.
34711 [__ASSUME_32BITUIDS]: Make code unconditional.
34712 [!__ASSUME_32BITUIDS]: Remove conditional code.
34713 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34714 <kernel-features.h>.
34715 [__ASSUME_32BITUIDS]: Make code unconditional.
34716 [!__ASSUME_32BITUIDS]: Remove conditional code.
34717 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34718 <kernel-features.h>.
34719 [__ASSUME_32BITUIDS]: Make code unconditional.
34720 [!__ASSUME_32BITUIDS]: Remove conditional code.
34721 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34722 <kernel-features.h>.
34723 [__ASSUME_32BITUIDS]: Make code unconditional.
34724 [!__ASSUME_32BITUIDS]: Remove conditional code.
34725 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34726 <kernel-features.h>.
34727 [__ASSUME_32BITUIDS]: Make code unconditional.
34728 [!__ASSUME_32BITUIDS]: Remove conditional code.
34729 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34730 <kernel-features.h>.
34731 [__ASSUME_32BITUIDS]: Make code unconditional.
34732 [!__ASSUME_32BITUIDS]: Remove conditional code.
34733 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34734 <kernel-features.h>.
34735 [__ASSUME_32BITUIDS]: Make code unconditional.
34736 [!__ASSUME_32BITUIDS]: Remove conditional code.
34737 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34738 <kernel-features.h>.
34739 [__ASSUME_32BITUIDS]: Make code unconditional.
34740 [!__ASSUME_32BITUIDS]: Remove conditional code.
34741 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34742 <kernel-features.h>.
34743 [__ASSUME_32BITUIDS]: Make code unconditional.
34744 [!__ASSUME_32BITUIDS]: Remove conditional code.
34745 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34746 <kernel-features.h>.
34747 [__ASSUME_32BITUIDS]: Make code unconditional.
34748 [!__ASSUME_32BITUIDS]: Remove conditional code.
34749 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34750 <kernel-features.h>.
34751 [__NR_setresgid] (__setresgid): Do not declare.
34752 [__ASSUME_32BITUIDS]: Make code unconditional.
34753 [!__ASSUME_32BITUIDS]: Remove conditional code.
34754 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34755 <kernel-features.h>.
34756 [__NR_setresuid] (__setresuid): Do not declare.
34757 [__ASSUME_32BITUIDS]: Make code unconditional.
34758 [!__ASSUME_32BITUIDS]: Remove conditional code.
34759 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34760 <kernel-features.h>.
34761 [__ASSUME_32BITUIDS]: Make code unconditional.
34762 [!__ASSUME_32BITUIDS]: Remove conditional code.
34763 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34764 <kernel-features.h>.
34765 [__ASSUME_32BITUIDS]: Make code unconditional.
34766 [!__ASSUME_32BITUIDS]: Remove conditional code.
34767 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34768 <kernel-features.h>.
34769 [__ASSUME_32BITUIDS]: Make code unconditional.
34770 [!__ASSUME_32BITUIDS]: Remove conditional code.
34771 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34772 <kernel-features.h>.
34773 [__ASSUME_32BITUIDS]: Make code unconditional.
34774 [!__ASSUME_32BITUIDS]: Remove conditional code.
34775 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34776 <kernel-features.h>.
34777 [__ASSUME_32BITUIDS]: Make code unconditional.
34778 [!__ASSUME_32BITUIDS]: Remove conditional code.
34779 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34780 <kernel-features.h>.
34781 [__ASSUME_32BITUIDS]: Make code unconditional.
34782 [!__ASSUME_32BITUIDS]: Remove conditional code.
34783 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34784 <kernel-features.h>.
34785 [__ASSUME_32BITUIDS]: Make code unconditional.
34786 [!__ASSUME_32BITUIDS]: Remove conditional code.
34787 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34788 <kernel-features.h>.
34789 [__ASSUME_32BITUIDS]: Make code unconditional.
34790 [!__ASSUME_32BITUIDS]: Remove conditional code.
34791 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34792 <kernel-features.h>.
34793 [__ASSUME_32BITUIDS]: Make code unconditional.
34794 [!__ASSUME_32BITUIDS]: Remove conditional code.
34795 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34796 <kernel-features.h>.
34797 [__ASSUME_32BITUIDS]: Make code unconditional.
34798 [!__ASSUME_32BITUIDS]: Remove conditional code.
34799 * sysdeps/unix/sysv/linux/kernel-features.h
34800 (__ASSUME_SETRESUID_SYSCALL): Remove.
34801 (__ASSUME_SETRESGID_SYSCALL): Likewise.
34802 (__ASSUME_32BITUIDS): Likewise.
34803 (__ASSUME_LDT_WORKS): Likewise.
34804 (__ASSUME_O_DIRECTORY): Likewise.
34805 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34806 architecture but not kernel version.
34807 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34808 (__ASSUME_MMAP2_SYSCALL): Likewise.
34809 (__ASSUME_STAT64_SYSCALL): Likewise.
34810 (__ASSUME_IPC64): Likewise.
34811 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34812 <kernel-features.h>.
34813 [__ASSUME_32BITUIDS]: Make code unconditional.
34814 [!__ASSUME_32BITUIDS]: Remove conditional code.
34815 * sysdeps/unix/sysv/linux/opendir.c: Do not include
34816 <kernel-features.h>.
34817 [__ASSUME_O_DIRECTORY]: Make code unconditional.
34818 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34819 132096]: Remove conditional code.
34820 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34821 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34822 <kernel-features.h>.
34823 [__ASSUME_32BITUIDS]: Make code unconditional.
34824 [!__ASSUME_32BITUIDS]: Remove conditional code.
34825 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34826 <kernel-features.h>.
34827 [__ASSUME_32BITUIDS]: Make code unconditional.
34828 [!__ASSUME_32BITUIDS]: Remove conditional code.
34829 * sysdeps/unix/sysv/linux/setegid.c: Do not include
34830 <kernel-features.h>.
34831 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34832 unconditional.
34833 (__setresgid): Do not declare.
34834 [__ASSUME_32BITUIDS]: Make code unconditional.
34835 [!__ASSUME_32BITUIDS]: Remove conditional code.
34836 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34837 <kernel-features.h>.
34838 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34839 unconditional.
34840 (__setresuid): Do not declare.
34841 [__ASSUME_32BITUIDS]: Make code unconditional.
34842 [!__ASSUME_32BITUIDS]: Remove conditional code.
34843 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34844 <kernel-features.h>.
34845 [__ASSUME_32BITUIDS]: Make code unconditional.
34846 [!__ASSUME_32BITUIDS]: Remove conditional code.
34847 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34848 <kernel-features.h>.
34849 [__ASSUME_32BITUIDS]: Make code unconditional.
34850 [!__ASSUME_32BITUIDS]: Remove conditional code.
34851
a386f1cc
RH
348522012-05-25 Richard Henderson <rth@twiddle.net>
34853
34854 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34855 dl_hwcap to ifunc resolver.
34856 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34857 elf_ifunc_invoke.
34858 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34859 dl_hwcap to ifunc resolver.
34860 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34861
b6550497
JM
348622012-05-24 Joseph Myers <joseph@codesourcery.com>
34863
34864 [BZ #14153]
34865 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34866 for |x| <= 2**-26, not 2**-57.
34867 * math/libm-test.inc (acos_test): Do not allow spurious underflow
34868 exception.
34869
b0bc23a1
JL
348702012-05-24 Jeff Law <law@redhat.com>
34871
34872 * stdio-common/Makefile (tests): Add bug25.
34873 * stdio-common/bug25.c: New test.
34874
347c92e9
L
348752012-05-24 H.J. Lu <hongjiu.lu@intel.com>
34876
34877 [BZ #13576]
34878 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34879 multiple of MALLOC_ALIGNMENT in size.
34880 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34881
6bcc8b3f
JM
348822012-05-24 Joseph Myers <joseph@codesourcery.com>
34883
34884 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34885 Require >= 256.
34886 (FILENAME_MAX): Use macro-int-constant.
34887 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
34888 (_IOFBF): Use macro-int-constant.
34889 (_IOLBF): Likewise.
34890 (_IONBF): Likewise.
34891 (SEEK_CUR): Likewise.
34892 (SEEK_END): Likewise.
34893 (SEEK_SET): Likewise.
34894 (TMP_MAX): Likewise.
34895 (EOF): Use macro-int-constant. Require < 0.
34896 (NULL): Use macro-constant. Require == 0.
34897 (stdin): Require type to be FILE *.
34898 (stdout): Likewise.
34899 (stderr): Likewise.
34900 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34901 macro-int-constant.
34902 (EXIT_SUCCESS): Likewise.
34903 (NULL): Use macro-constant. Require == 0.
34904 (RAND_MAX): Use macro-int-constant.
34905 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34906 [C99-based standards] (strtof): Require function.
34907 [C99-based standards] (strtold): Likewise.
34908 [C99-based standards] (strtoll): Likewise.
34909 [C99-based standards] (strtoull): Likewise.
34910 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34911 [ISO || ISO99 || ISO11] (limits.h): Likewise.
34912 [ISO || ISO99 || ISO11] (math.h): Likewise.
34913 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34914 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34915 [ISO || ISO99 || ISO11] (*_t): Do not allow.
34916
d18ea0c5
AS
349172012-05-24 Andreas Schwab <schwab@linux-m68k.org>
34918
34919 [BZ #14132]
56d25bb8
AS
34920 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34921 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34922 * intl/dgettext.c (DCGETTEXT): Likewise.
34923 * intl/gettext.c (DCGETTEXT): Likewise.
34924 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34925 * posix/regex_internal.h (gettext): Likewise.
34926 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34927 Remove declaration.
34928 * include/argz.h (__argz_count_internal)
34929 (__argz_stringify_internal): Remove declaration.
34930 (__argz_count, __argz_stringify): Declare hidden proto.
34931 * intl/dcgettext.c: Remove use of INTDEF.
34932 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34933 * string/argz-stringify.c: Likewise.
34934 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34935 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34936 Declare hidden proto.
d18ea0c5
AS
34937 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34938 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34939 Declare hidden proto.
34940 * include/stdio.h (__asprintf_internal): Don't declare.
34941 (__asprintf): Don't define as macro. Declare hidden proto.
34942 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34943 (__fsetlocking): Declare hidden proto.
34944 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34945 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34946 hidden proto.
34947 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34948 (_IO_setlinebuf): Remove use of INTUSE.
34949 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34950 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34951 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34952 Remove declaration.
34953 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34954 (_IO_do_flush): Remove use of INTUSE.
34955 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34956 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34957 (_IO_adjust_column, _IO_least_wmarker)
34958 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34959 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34960 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34961 (_IO_default_doallocate, _IO_wdefault_doallocate)
34962 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34963 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34964 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34965 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34966 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34967 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34968 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34969 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34970 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34971 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34972 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34973 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34974 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34975 proto.
34976 (_IO_flush_all_internal, _IO_adjust_column_internal)
34977 (_IO_default_uflow_internal, _IO_default_finish_internal)
34978 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34979 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34980 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34981 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34982 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34983 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34984 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34985 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34986 (_IO_file_close_internal, _IO_file_close_it_internal)
34987 (_IO_file_underflow_internal, _IO_file_overflow_internal)
34988 (_IO_file_init_internal, _IO_file_attach_internal)
34989 (_IO_file_fopen_internal, _IO_file_read_internal)
34990 (_IO_file_sync_internal, _IO_file_seek_internal)
34991 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34992 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34993 (_IO_str_underflow_internal, _IO_str_overflow_internal)
34994 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34995 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34996 (_IO_list_all_internal, _IO_link_in_internal)
34997 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34998 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34999 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
35000 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
35001 (_IO_do_write_internal, _IO_padn_internal)
35002 (_IO_getline_info_internal, _IO_getline_internal)
35003 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
35004 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
35005 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
35006 (_IO_vfscanf_internal, _IO_vfprintf_internal)
35007 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
35008 (_IO_init_internal, _IO_un_link_internal): Don't declare.
35009 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
35010 with libc_hidden_ver, remove use of INTUSE.
35011 * libio/genops.c: Likewise.
35012 * libio/freopen.c: Likewise.
35013 * libio/freopen64.c: Likewise.
35014 * libio/iofclose.c: Likewise.
35015 * libio/iofdopen.c: Likewise.
35016 * libio/iofflush.c: Likewise.
35017 * libio/iofflush_u.c: Likewise.
35018 * libio/iofgets.c: Likewise.
35019 * libio/iofgets_u.c: Likewise.
35020 * libio/iofopen.c: Likewise.
35021 * libio/iofopncook.c: Likewise.
35022 * libio/iofread.c: Likewise.
35023 * libio/iofread_u.c: Likewise.
35024 * libio/ioftell.c: Likewise.
35025 * libio/iofwrite.c: Likewise.
35026 * libio/iogetline.c: Likewise.
35027 * libio/iogets.c: Likewise.
35028 * libio/iogetwline.c: Likewise.
35029 * libio/iopadn.c: Likewise.
35030 * libio/iopopen.c: Likewise.
35031 * libio/ioseekoff.c: Likewise.
35032 * libio/ioseekpos.c: Likewise.
35033 * libio/iosetbuffer.c: Likewise.
35034 * libio/iosetvbuf.c: Likewise.
35035 * libio/ioungetc.c: Likewise.
35036 * libio/ioungetwc.c: Likewise.
35037 * libio/iovdprintf.c: Likewise.
35038 * libio/iovsprintf.c: Likewise.
35039 * libio/iovsscanf.c: Likewise.
35040 * libio/memstream.c: Likewise.
35041 * libio/obprintf.c: Likewise.
35042 * libio/oldfileops.c: Likewise.
35043 * libio/oldiofclose.c: Likewise.
35044 * libio/oldiofdopen.c: Likewise.
35045 * libio/oldiofopen.c: Likewise.
35046 * libio/oldiopopen.c: Likewise.
35047 * libio/oldstdfiles.c: Likewise.
35048 * libio/putc.c: Likewise.
35049 * libio/setbuf.c: Likewise.
35050 * libio/setlinebuf.c: Likewise.
35051 * libio/stdfiles.c: Likewise.
35052 * libio/strops.c: Likewise.
35053 * libio/vasprintf.c: Likewise.
35054 * libio/vscanf.c: Likewise.
35055 * libio/vsnprintf.c: Likewise.
35056 * libio/vswprintf.c: Likewise.
35057 * libio/wfiledoalloc.c: Likewise.
35058 * libio/wfileops.c: Likewise.
35059 * libio/wgenops.c: Likewise.
35060 * libio/wmemstream.c: Likewise.
35061 * libio/wstrops.c: Likewise.
35062 * libio/__fpurge.c: Likewise.
35063 * libio/__fsetlocking.c: Likewise.
35064 * assert/assert.c: Likewise.
35065 * debug/fgets_chk.c: Likewise.
35066 * debug/fgets_u_chk.c: Likewise.
35067 * debug/fread_chk.c: Likewise.
35068 * debug/fread_u_chk.c: Likewise.
35069 * debug/gets_chk.c: Likewise.
35070 * debug/obprintf_chk.c: Likewise.
35071 * debug/vasprintf_chk.c: Likewise.
35072 * debug/vdprintf_chk.c: Likewise.
35073 * debug/vsnprintf_chk.c: Likewise.
35074 * debug/vsprintf_chk.c: Likewise.
35075 * malloc/mtrace.c: Likewise.
35076 * misc/error.c: Likewise.
35077 * misc/syslog.c: Likewise.
35078 * stdio-common/asprintf.c: Likewise.
35079 * stdio-common/fxprintf.c: Likewise.
35080 * stdio-common/getw.c: Likewise.
35081 * stdio-common/isoc99_fscanf.c: Likewise.
35082 * stdio-common/isoc99_scanf.c: Likewise.
35083 * stdio-common/isoc99_vfscanf.c: Likewise.
35084 * stdio-common/isoc99_vscanf.c: Likewise.
35085 * stdio-common/isoc99_vsscanf.c: Likewise.
35086 * stdio-common/printf-prs.c: Likewise.
35087 * stdio-common/printf_fp.c: Likewise.
35088 * stdio-common/printf_fphex.c: Likewise.
35089 * stdio-common/printf_size.c: Likewise.
35090 * stdio-common/putw.c: Likewise.
35091 * stdio-common/scanf.c: Likewise.
35092 * stdio-common/sprintf.c: Likewise.
35093 * stdio-common/tmpfile.c: Likewise.
35094 * stdio-common/vfprintf.c: Likewise.
35095 * stdio-common/vfscanf.c: Likewise.
35096 * stdlib/strfmon_l.c: Likewise.
35097 * sunrpc/openchild.c: Likewise.
35098 * sunrpc/xdr_stdio.c: Likewise.
35099 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
35100 * sysdeps/mach/hurd/tmpfile.c: Likewise.
35101
d6c33fda
RM
351022012-05-24 Roland McGrath <roland@hack.frob.com>
35103
c1487492
RM
35104 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35105
35106 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
35107 in the third column, to generate for the shared library an IFUNC
35108 that uses _dl_vdso_vsym.
35109 * Makerules (COMPILE.c, compile-stdin.c): New variables.
35110 * Makeconfig (object-suffixes-noshared): New variable.
35111
35112 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
35113 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
35114 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
35115 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
35116
d6c33fda
RM
35117 [BZ #14132]
35118 * include/sys/time.h (__gettimeofday): Remove macro.
35119 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
35120 * time/gettimeofday.c (__gettimeofday): Remove #undef.
35121 Remove INTDEF.
35122 (__gettimeofday): Add libc_hidden_def.
35123 (gettimeofday): Add libc_hidden_weak.
35124 * sysdeps/mach/gettimeofday.c: Likewise.
35125 * sysdeps/posix/gettimeofday.c: Likewise.
35126 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
35127 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
35128 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
35129 (__gettimeofday_internal): Remove strong_alias.
35130 (__gettimeofday): Add libc_hidden_def.
35131 (gettimeofday): Add libc_hidden_weak.
35132 * sysdeps/unix/syscalls.list (gettimeofday):
35133 Remove __gettimeofday_internal alias.
35134
b5a2bbe6
L
351352012-05-24 Daniel Jacobowitz <drow@false.org>
35136 H.J. Lu <hongjiu.lu@intel.com>
35137
35138 [BZ #12495]
35139 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
35140 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
35141 (largebin_index_32_big): New.
35142 (largebin_index): Use it for 16-byte alignment.
35143 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
35144 correction with front_misalign.
35145
cfba4fda
L
351462012-05-24 H.J. Lu <hongjiu.lu@intel.com>
35147
7f907421
L
35148 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
35149 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
35150 Likewise.
35151 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
35152 Likewise.
35153 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
35154 Likewise.
35155 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
35156 Likewise.
35157 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
35158 Likewise.
35159 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
35160 Likewise.
35161 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
35162 Likewise.
35163 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
35164 Likewise.
35165 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
35166 Likewise.
35167 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
35168 Likewise.
35169 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
35170 Likewise.
35171 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
35172 Likewise.
35173
cfba4fda
L
35174 * scripts/data/c++-types-x32-linux-gnu.data: New file.
35175 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
35176
80bad0cc
JM
351772012-05-24 Joseph Myers <joseph@codesourcery.com>
35178
7a25eb06
JM
35179 [BZ #10846]
35180 [BZ #14036]
35181 * math/libm-test.inc (exp_test): Add test from bug 14036.
35182 (pow_test): Add test from bug 10846.
35183
795405f9
JM
35184 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
35185 and other flags.
35186 (special_function): Do not include flags in test name.
35187 (parse_args): Likewise.
35188 * sysdeps/i386/fpu/libm-test-ulps: Update.
35189 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
35190 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
35191 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
35192 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35193
80bad0cc
JM
35194 * math/gen-libm-test.pl (%beautify): Add entries for underflow
35195 exceptions.
35196 * math/libm-test.inc ("Philosophy"): Update comment about
35197 exception testing.
35198 (UNDERFLOW_EXCEPTION): New macro.
35199 (UNDERFLOW_EXCEPTION_OK): Likewise.
35200 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
35201 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
35202 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
35203 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
35204 (INVALID_EXCEPTION_OK): Update value.
35205 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
35206 (OVERFLOW_EXCEPTION_OK): Likewise.
35207 (IGNORE_ZERO_INF_SIGN): Likewise.
35208 (test_exceptions): Handle underflow exceptions.
35209 (acos_test): Update for underflow exception expectations.
35210 (cexp_test): Likewise.
35211 (clog_test): Likewise.
35212 (clog10_test): Likewise.
35213 (csqrt_test): Likewise.
35214 (ctan_test): Likewise.
35215 (ctanh_test): Likewise.
35216 (exp_test): Likewise.
35217 (exp10_test): Likewise.
35218 (exp2_test): Likewise.
35219 (expm1_test): Likewise.
35220 (fma_test): Likewise.
35221 (j0_test): Likewise.
35222 (jn_test): Likewise.
35223 (nexttoward_test): Likewise.
35224 (pow_test): Likewise.
35225 (scalbn_test): Likewise.
35226 (scalbln_test): Likewise.
35227 (tan_test): Likewise.
35228 (y1_test): Likewise.
35229 * sysdeps/i386/fpu/libm-test-ulps: Update.
35230 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35231
9e0e3d0b
DM
352322012-05-23 David S. Miller <davem@davemloft.net>
35233
35234 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35235 (__libc_sigaction): Remove unused local variables.
35236
ccd0a08f
L
352372012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35238
35239 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
35240
62bdf9a6
PE
352412012-05-23 Paul Eggert <eggert@cs.ucla.edu>
35242
f8591f80
PE
35243 mktime: avoid signed integer overflow
35244 * time/mktime.c (__mktime_internal): Do not mishandle the case
35245 where diff == INT_MIN.
35246
94c7d826
PE
35247 mktime: simplify computation of average
35248 * time/mktime.c (ranged_convert): Use new time_t_avg function
35249 instead of rolling our own (probably-slower) code.
35250
ce73d683
PE
35251 mktime: do not assume signed right shift propagates sign bit
35252 * time/mktime.c (isdst_differ): New static function.
35253 (__mktime_internal): No need to normalize tm_isdst now.
35254 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
35255 tm_isdst values.
35256
72a22e59
PE
35257 mktime: merge another wrapv change from gnulib
35258 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
35259 from some compilers.
35260
68605433
PE
35261 mktime: remove incorrect attempt at unusual arithmetics
35262 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
35263 The code didn't really work on such machines anyway.
35264 (TYPE_MINIMUM): Assume two's complement.
35265 (twos_complement_arithmetic): Verify that long_int and time_t
35266 are two's complement (or unsigned, in the latter case).
35267
03cf7fe3
PE
35268 mktime: check signed shifts on long_int and time_t, too
35269 * time/mktime.c (SHR): Check that shifts work as desired
35270 on the types long_int and time_t too, as SHR is used on
35271 such types.
35272
f04dfbc2
PE
35273 mktime: do not assume 'long' is wide enough
35274 * time/mktime.c (verify): Move decl up.
35275 (long_int): New type.
35276 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
35277 to remove assumption in the code that 'long' is wide enough to
35278 store year values. This assumption is not true on x32 and on
35279 some non-glibc platforms.
35280
62bdf9a6
PE
35281 mktime: merge wrapv change from gnulib
35282 * time/mktime.c (WRAPV): New macro.
35283 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
35284 (guess_time_tm, __mktime_internal): Do not assume that signed
35285 integer overflow wraps around; modern compilers generate code
35286 where this assumption is no longer valid.
35287
5e292e4f
L
352882012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35289
35290 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35291 Replace "jmp L(pseudo_end)" with "ret".
35292 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
35293 Likewise.
35294
8caf8c87
AJ
352952012-05-23 Andreas Jaeger <aj@suse.de>
35296
35297 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
35298 * sysdeps/unix/sysv/linux/poll.c: Remove file.
35299
1a09dc56
AJ
353002012-05-23 Andreas Jaeger <aj@suse.de>
35301 Maximilian Attems <max@stro.at>
35302
35303 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
35304 New macros.
35305
1c87aba0
L
353062012-05-23 H.J. Lu <hongjiu.lu@intel.com>
35307
35308 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
35309 code so that pseudo_end is just ret and the stack pointer is
35310 correct also for static library in error case.
35311
40e45bd5
JM
353122012-05-23 Joseph Myers <joseph@codesourcery.com>
35313
c2670533
JM
35314 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
35315 move to syscalls.list.
35316 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
35317 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
35318 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
35319 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
35320
40e45bd5
JM
35321 * manual/install.texi (Running make install): Do not mention Linux
35322 kernel version for which pt_chown is not needed.
35323 (Linux): Do not mention problems with nscd with 2.0 kernels.
35324 * INSTALL: Regenerated.
35325
be08eda5
AJ
353262012-05-23 Andreas Jaeger <aj@suse.de>
35327
35328 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
35329 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
35330 macro.
35331 * sysdeps/unix/sysv/linux/s390/bits/mman.h
35332 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35333 * sysdeps/unix/sysv/linux/sh/bits/mman.h
35334 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35335 * sysdeps/unix/sysv/linux/i386/bits/mman.h
35336 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35337 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
35338 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35339 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
35340 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
35341 * sysdeps/unix/sysv/linux/bits/in.h
35342 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
35343
a6a056bb
RM
353442012-05-22 Roland McGrath <roland@hack.frob.com>
35345
35346 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
35347 (PREPARE_VERSION): Just use assert instead, it will be elided
35348 under [NDEBUG] anyway.
35349
c9009328
L
353502012-05-22 H.J. Lu <hongjiu.lu@intel.com>
35351
35352 * sysdeps/unix/sysv/linux/Makefile: Include
35353 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 35354 (sysdep_routines): Remove sysctl.
c9009328
L
35355 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
35356 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
35357 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
35358 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
35359 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
35360
73338355
AJ
353612012-05-22 Andreas Jaeger <aj@suse.de>
35362
35363 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
35364 that pseudo_end is just ret and the stack pointer is correct also
35365 for static library in error case.
35366
d44638b0
PP
353672012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
35368
35369 [BZ #14122]
35370 * nss/nsswitch.c (defconfig_entries): New variable.
35371 (__nss_database_lookup): Don't leak defconfig entries.
35372 (nss_parse_service_list): Don't leak on error paths.
35373 (free_database_entries): New function.
35374 (free_defconfig): New function.
35375 (free_mem): Move common code to free_database_entries.
35376
31a39bd8
L
353772012-05-22 H.J. Lu <hongjiu.lu@intel.com>
35378
da0331a8
L
35379 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
35380 Add arch_prctl.
35381 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
35382
31a39bd8
L
35383 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
35384 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
35385 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
35386 New macro.
35387 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
35388 (INTERNAL_SYSCALL_TYPES): Likewise.
35389 (LOAD_ARGS_TYPES_[1-6]): Likewise.
35390 (LOAD_REGS_TYPES_[1-6]): Likewise.
35391 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
35392 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
35393
45470df3
AZ
353942012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35395
35396 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
35397 copysignl for GLIBC_2_0.
35398 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
35399 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
35400 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
35401 logbl for GLIBC_2_0.
35402 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
35403 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
35404
98a61bcb
L
354052012-05-22 H.J. Lu <hongjiu.lu@intel.com>
35406
a4f6e481
L
35407 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
35408 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
35409
f63d5db6
L
35410 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
35411 Use "neg %eax".
35412
98a61bcb
L
35413 * time/mktime.c: Update copyright years.
35414
95770f14
PE
354152012-05-22 Paul Eggert <eggert@cs.ucla.edu>
35416
6226efbd
PE
35417 mktime: merge comment-quoting-style change from gnulib
35418 * time/mktime.c: Quote 'like this' in comments.
35419 The GNU coding standards suggest that we no longer quote `like this',
35420 as "`" and "'" are typically rendered asymmetrically nowadays.
35421 The typical gnulib style is to quote 'like this' when quoting
35422 code, and "like this" when quoting English.
35423
b99e4f78
PE
35424 * time/mktime.c (compile-command): Add "-I.".
35425
643e01e6
PE
35426 mktime: merge mktime-internal.h change from gnulib
35427 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
35428
2554247d
PE
35429 mktime: merge time_r change from gnulib
35430 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
35431
826dd0ab
PE
35432 mktime: merge DEBUG change from gnulib
35433 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35434 case system <time.h> has a #define.
35435
bd83aabe
PE
35436 mktime: merge <sys/types.h> change from gnulib
35437 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35438 since <time.t> is now guaranteed to define time_t.
35439
95770f14
PE
35440 mktime: merge HAVE_CONFIG_H change from gnulib
35441 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35442
5e1a27a9
L
354432012-05-22 H.J. Lu <hongjiu.lu@intel.com>
35444
0e44a77e
L
35445 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35446 Use "neg %eax".
35447
5e1a27a9
L
35448 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35449 __rlim_t cast.
35450 (struct rusage): Use anonymous union to pad each field to
35451 __syscall_slong_t.
35452
46259bec
DM
354532012-05-21 David S. Miller <davem@davemloft.net>
35454
35455 * Makefules (o-iterator): Remove .s cases.
35456 (compile-command.s): Delete.
35457 (COMPILE.s): Delete.
35458 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35459
59f0c22e
JM
354602012-05-21 Joseph Myers <joseph@codesourcery.com>
35461
35462 * configure.in (libc_cv_predef_stack_protector): Only consider
35463 "foobar" and "__stack_chk_fail" lines in libc_undefs.
35464 * configure: Regenerated.
35465
20c07380
L
354662012-05-21 H.J. Lu <hongjiu.lu@intel.com>
35467
bbb3154b
L
35468 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35469 New macro. Use R*LP on int and pointer.
35470 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
35471 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35472 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
35473 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35474
20c07380
L
35475 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35476 [__WORDSIZE_TIME64_COMPAT32] instead of
35477 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35478 (struct utmp): Likewise.
35479 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35480 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35481 Renamed to ...
35482 (__WORDSIZE_TIME64_COMPAT32): This.
35483 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35484 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35485 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35486 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35487 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35488 (__WORDSIZE_TIME64_COMPAT32): New macro.
35489
d8d1017e
AJ
354902012-05-21 Andreas Jaeger <aj@suse.de>
35491
35492 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35493 only if [SHARED]. Add prototype for __wcschr_ia32.
35494
6c7fb145
RM
354952012-05-21 Roland McGrath <roland@hack.frob.com>
35496
35497 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35498 of %rbp unmolested in the jmp_buf while mangling the low bits.
35499 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35500 unmolested high bits of %rbp while demangling the low bits.
35501 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35502
66274218
AJ
355032012-05-21 Andreas Jaeger <aj@suse.de>
35504
07c58f8f
AJ
35505 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35506 * sunrpc/svc_simple.c: Use it for registerrpc.
35507 * sunrpc/xcrypt.c: Use it for passwd2des.
35508
66274218
AJ
35509 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35510
61f65140
L
355112012-05-21 H.J. Lu <hongjiu.lu@intel.com>
35512
35513 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35514 Don't define if [__SYSCALL_WORDSIZE != 32].
35515 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35516 New macro.
35517
5fefb436
AJ
355182012-05-21 Bruno Haible <bruno@clisp.org>
35519 Andreas Jaeger <aj@suse.de>
35520
35521 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35522 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35523 inptr and inend for must_buffer_ch.
35524 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35525 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35526 * stdio-common/Makefile (tests): Remove bug15.
35527 (bug15-ENV): Remove macro.
35528 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35529 anymore.
35530
d8e272ab
AJ
355312012-05-19 Andreas Jaeger <aj@suse.de>
35532 Roland McGrath <roland@hack.frob.com>
35533
35534 * manual/contrib.texi: Completely rewritten. It contains now an
35535 alphabetical list of contributors and their contributions.
35536
4a56a162
RH
355372012-05-21 Richard Henderson <rth@twiddle.net>
35538
35539 * misc/getauxval.c (__getauxval): Use unsigned long int.
35540 * misc/sys/auxv.h: Include <sys/cdefs.h>.
35541 (getauxval): Use unsigned long int.
35542
d024d23c
L
355432012-05-21 H.J. Lu <hongjiu.lu@intel.com>
35544
35545 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35546
cbc00a03
RM
355472012-05-21 Roland McGrath <roland@hack.frob.com>
35548
35549 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35550 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35551 __alignof__ (long double).
35552
478143fa
AZ
355532012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35554
35555 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35556
c7683a6d
RH
355572012-05-20 Richard Henderson <rth@twiddle.net>
35558
35559 * misc/getauxval.c: New file.
35560 * misc/sys/auxv.h: New file.
35561 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35562 (routines): Add getauxval.
35563 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35564 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35565 * elf/dl-sysdep.c (_dl_auxv): Remove.
35566 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35567 * elf/dl-support.c (_dl_auxv): New variable.
35568 (_dl_aux_init): Initialize it.
35569 * manual/startup.texi (Auxiliary Vector): New node.
35570 * sysdeps/generic/bits/hwcap.h: New file.
35571 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35572 * sysdeps/powerpc/sysdep.h: ... here. Include it.
35573 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35574 * sysdeps/sparc/sysdep.h: ... here. Include it.
35575 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35576 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
35577 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35578 Update.
c7683a6d
RH
35579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35580 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35581 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35582 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35583 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35584 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35585 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35586 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35587
a6f1845d
AZ
355882012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35589
35590 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35591
cbcbe830
DM
355922012-05-19 David S. Miller <davem@davemloft.net>
35593
35594 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35595
e0b16cc2
JM
355962012-05-19 Joseph Myers <joseph@codesourcery.com>
35597
35598 [BZ #14123]
35599 * math/s_ccosh.c: Include <float.h>
35600 (__ccosh): Avoid internal overflow calculating sinh and cosh
35601 values before multiplying by sin and cos values.
35602 * math/s_ccoshf.c: Likewise.
35603 * math/s_ccoshl.c: Likewise.
35604 * math/s_csin.c: Likewise.
35605 * math/s_csinf.c: Likewise.
35606 * math/s_csinl.c: Likewise.
35607 * math/s_csinh.c: Likewise.
35608 * math/s_csinhf.c: Likewise.
35609 * math/s_csinhl.c: Likewise.
35610 * math/libm-test.inc (ccos_test): Add more tests.
35611 (ccosh_test): Likewise.
35612 (csin_test): Likewise.
35613 (csinh_test): Likewise.
35614 * sysdeps/i386/fpu/libm-test-ulps: Update.
35615 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35616
6ad13e08
L
356172012-05-19 H.J. Lu <hongjiu.lu@intel.com>
35618
f66f0ce8
L
35619 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35620 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35621
6ad13e08
L
35622 * sysdeps/x86_64/x32/_itoa.h: Add comment.
35623
b1d072a7
JM
356242012-05-19 Joseph Myers <joseph@codesourcery.com>
35625
35626 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35627 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35628 * sysdeps/powerpc/soft-fp/Versions: Likewise.
35629 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35630 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35631 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35632 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35633 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35634 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35635 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35636 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35637 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35638 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35639 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35640 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35641 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35642 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35643 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35644 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35645 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35646 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35647 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35648 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35649 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35650 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35651 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35652 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35653 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35654 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35655 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35656 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35657
9eae47cb
AJ
356582012-05-18 Andreas Jaeger <aj@suse.de>
35659
35660 * csu/.gitignore: Delete.
35661
bb07f69f
L
356622012-05-18 H.J. Lu <hongjiu.lu@intel.com>
35663
35664 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35665 (timex): Use __syscall_slong_t.
35666
e6bdb741
AJ
356672012-05-18 Andreas Jaeger <aj@suse.de>
35668 Carlos O'Donell <carlos_odonell@mentor.com>
35669
35670 * manual/install.texi (Configuring and compiling): Update
35671 description about files modified in the source directory.
d6c33fda 35672 * INSTALL: Regenerated.
e6bdb741 35673
1b74487e
L
356742012-05-18 H.J. Lu <hongjiu.lu@intel.com>
35675
35676 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35677 value. Use "or" to set return value to -1.
35678 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35679 negate return value.
35680
a88b64b9
TMQMF
356812012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35682
57f41c40
AS
35683 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35684 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
35685 failure if the compiler has Graphite support disabled.
35686 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35687 Likewise.
57f41c40
AS
35688 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35689 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
35690 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35691 Likewise.
35692
3707636e
L
356932012-05-18 H.J. Lu <hongjiu.lu@intel.com>
35694
610b8622
L
35695 * sysdeps/x86_64/x32/_itoa.h: New file.
35696
7cd195df
L
35697 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35698 getdents system call only if kernel and user dirents have the
35699 same d_ino and d_off.
35700
94b07d20
L
35701 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35702 LLONG_MAX != LONG_MAX.
35703 (_itoa_word): Use _ITOA_WORD_TYPE on value.
35704 (_fitoa_word): Likewise.
35705
18298070
L
35706 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35707 years.
35708 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35709 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35710 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35711
553c7ea4
L
35712 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35713 include <bits/wordsize.h>. Check __x86_64__ instead of
35714 __WORDSIZE.
35715 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35716 if __x86_64__ is defined. Use anonymous union on fpstate.
35717
3707636e
L
35718 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35719 anonymous union.
35720
b53ef01a
AS
357212012-05-18 Andreas Schwab <schwab@linux-m68k.org>
35722
37fb1dc0
AS
35723 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35724 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35725 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35726 Refer to _rtld_local_ro instead of _rtld_global_ro.
35727 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35728 Likewise.
35729 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35730 Likewise.
35731 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35732 Likewise.
35733 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35734 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35735 of _rtld_global, and rtld_progname instead of _dl_argv[0].
35736
b53ef01a
AS
35737 * sysdeps/powerpc/powerpc32/dl-machine.c
35738 (__elf_machine_runtime_setup) [PROF]: Don't reference
35739 _dl_prof_resolve.
35740
7a185db2
AJ
357412012-05-18 Andreas Jaeger <aj@suse.de>
35742
35743 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35744 function only available for GCCs before 3.4 since GCC 3.4
35745 introduced a builtin.
35746 (lrint): Likewise.
35747 (llrintf): Likewise.
35748 (llrint): Likewise.
35749 (fmaxf): Likewise.
35750 (fmax): Likewise.
35751 (fminf): Likewise.
35752 (fmin): Likewise.
35753 (rint): Likewise.
35754 (rintf): Likewise.
35755 (nearbyint): Likewise.
35756 (nearbyintf): Likewise.
35757 (ceil): Likewise.
35758 (ceilf): Likewise.
35759 (floor): Likewise.
35760 (floorf): Likewise.
35761
3e5aef87
L
357622012-05-17 H.J. Lu <hongjiu.lu@intel.com>
35763
428bd707
L
35764 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35765 on both fields and cast pointer to __syscall_ulong_t.
35766
3e5aef87
L
35767 * bits/types.h (__fsword_t): New type.
35768 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35769 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35770 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35771 (__FSWORD_T_TYPE): Likewise.
35772 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35773 (__FSWORD_T_TYPE): Likewise.
35774 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35775 (__FSWORD_T_TYPE): Likewise.
35776 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35777 (__FSWORD_T_TYPE): Likewise.
35778 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35779 __SWORD_TYPE with __fsword_t.
35780 (statfs64): Likewise.
35781
1ba7c3dc
DM
357822012-05-17 David S. Miller <davem@davemloft.net>
35783
35784 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35785
59910343
AJ
357862012-05-17 Andreas Jaeger <aj@suse.de>
35787
35788 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35789 warning.
35790
2e4c1e9e
L
357912012-05-17 H.J. Lu <hongjiu.lu@intel.com>
35792
35793 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35794
de7f5ce7
AJ
357952012-05-17 Andreas Jaeger <aj@suse.de>
35796
35797 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35798 when it is used.
35799
286abc3d
CM
358002012-05-17 Chris Metcalf <cmetcalf@tilera.com>
35801
35802 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35803
477cc68e
L
358042012-05-17 H.J. Lu <hongjiu.lu@intel.com>
35805
35806 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35807 * sysdeps/x86_64/tst-mallocalign1.c: New file.
35808
1a0994f5
CD
358092012-05-17 Andreas Jaeger <aj@suse.de>
35810 Carlos O'Donell <carlos_odonell@mentor.com>
35811
35812 [BZ #14059]
35813 * sysdeps/x86_64/multiarch/init-arch.h
35814 (bit_YMM_Usable): Rename to...
35815 (bit_AVX_Usable): ... this.
35816 (bit_FMA4_Usable): New macro.
35817 (bit_XMM_state): New macro.
35818 (bit_YMM_state): New macro.
35819 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35820 [__ASSEMBLER__] (index_AVX_Usable): ... this.
35821 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35822 (CPUID_OSXSAVE): New macro.
35823 (CPUID_AVX): New macro.
35824 (CPUID_FMA4): New macro.
35825 (index_YMM_Usable): Rename to...
35826 (index_AVX_Usable): ... this.
35827 (HAS_AVX): Use HAS_ARCH_FEATURE.
35828 (HAS_FMA4): Likewise.
35829 (HAS_YMM_USABLE): Remove.
35830 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35831 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35832 are present.
35833 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35834 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35835 * sysdeps/x86_64/multiarch/Makefile: Likewise.
35836 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35837 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35838
0af797de
CM
358392012-05-17 Chris Metcalf <cmetcalf@tilera.com>
35840
35841 * math/libm-test.c: Support platforms without multiple rounding modes.
35842 * math/bug-nextafter.c: Support platforms without FP exceptions.
35843 * math/bug-nexttoward.c: Likewise.
35844 * math/test-fenv.c: Likewise.
35845 * math/test-misc.c: Likewise.
35846 * stdlib/bug-getcontext.c: Likewise.
35847
e39745ff
AJ
358482012-05-17 Andreas Jaeger <aj@suse.de>
35849
35850 * manual/examples/search.c (critter_cmp): Change signature to
35851 avoid warnings.
35852 * manual/string.texi (Collation Functions): Likewise.
35853
48970aba
L
358542012-05-16 H.J. Lu <hongjiu.lu@intel.com>
35855
35856 * bits/types.h: Fold copyright years.
35857 * bits/typesizes.h: Likewise.
35858 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35859 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35860 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35861 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35862 * time/time.h: Likewise.
35863
bedee953
PP
358642012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
35865
35866 [BZ #208]
35867 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35868 in instead of returning them. Return void.
35869 (__libc_mallinfo): Accumulate over all arenas.
35870 (__malloc_stats): Adjust for change in int_mallinfo interface.
35871
61653dfb
RM
358722012-05-16 Roland McGrath <roland@hack.frob.com>
35873
30b99d79
RM
35874 [BZ #10375]
35875 * configure.in (NM): Add AC_CHECK_TOOL for it.
35876 (libc_extra_cflags): New substituted variable.
35877 Check for -fstack-protector being used implicitly.
35878 * configure: Regenerated.
35879 * config.make.in (config-extra-cflags): New variable,
35880 gets @libc_extra_cflags@.
35881 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35882
61653dfb
RM
35883 [BZ #10375]
35884 * configure.in: Check for _FORTIFY_SOURCE being predefined.
35885 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35886 * configure: Regenerated.
35887 * config.make.in (CPPUNDEFS): New substituted variable.
35888 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35889 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35890 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35891
661768bb
L
358922012-05-16 H.J. Lu <hongjiu.lu@intel.com>
35893
35894 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35895 (mq_attr): Use __syscall_slong_t.
35896
d4261567
L
358972012-05-16 H.J. Lu <hongjiu.lu@intel.com>
35898
35899 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35900 Check __x86_64__ instead of __WORDSIZE.
35901 (_STAT_VER_LINUX): Likewise.
35902 (stat): Check __x86_64__ instead of __WORDSIZE. Use
35903 __syscall_ulong_t and __syscall_slong_t.
35904 (stat64): Likewise.
35905
cf3ff365
L
359062012-05-16 H.J. Lu <hongjiu.lu@intel.com>
35907
35908 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35909
76cf3e4d
L
359102012-05-16 H.J. Lu <hongjiu.lu@intel.com>
35911
35912 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35913
a637753a
L
359142012-05-16 H.J. Lu <hongjiu.lu@intel.com>
35915
35916 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35917 __syscall_ulong_t.
35918
d5e05119
L
35919 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35920 include <bits/wordsize.h>. Check __x86_64__ instead of
35921 __WORDSIZE.
35922 (greg_t): Use "__extension__ long long int" if __x86_64__ is
35923 defined.
35924 (mcontext_t): Replace "unsigned long" with "unsigned long long".
35925
f62ee380
L
35926 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35927 include <bits/wordsize.h>. Check __x86_64__ instead of
35928 __WORDSIZE.
35929 (user_regs_struct): Use "__extension__ unsigned long long"
35930 instead of "unsigned long" if __x86_64__ is defined.
35931 (user): Likewise. Pad after pointer field if __ILP32__ is
35932 defined.
35933
4e124ced
JM
359342012-05-16 Joseph Myers <joseph@codesourcery.com>
35935
6a3951a0
JM
35936 * configure.in (makeinfo): Require version 4.5 or later. Allow
35937 versions 5 to 9.
35938 * configure: Regenerated.
35939 * manual/install.texi (texinfo): Increase version requirement to
35940 4.5 or later.
35941 * INSTALL: Regenerated.
35942
4e124ced
JM
35943 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35944
953ca31a
L
359452012-05-16 H.J. Lu <hongjiu.lu@intel.com>
35946
35947 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35948
617aca05
L
35949 * sysdeps/x86_64/x32/ffs.c: New file.
35950
5762f7ae
L
35951 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35952 __syscall_ulong_t.
35953 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35954 defined. Use __syscall_ulong_t.
35955 (shminfo): Use __syscall_ulong_t.
35956 (shm_info): Likewise.
35957
a26b6856
L
35958 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35959 __syscall_ulong_t.
35960
cb2b9ef7
L
35961 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35962 <bits/wordsize.h>.
35963 (msgqnum_t): Use __syscall_ulong_t.
35964 (msglen_t): Likewise.
35965 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
35966 __syscall_ulong_t.
35967
34683bb0
L
35968 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35969 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
35970
84a68786
L
35971 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35972
48baa5f1
L
35973 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35974 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35975
180be88b
L
35976 * sysvipc/sys/msg.h (msgbuf): Replace long int with
35977 __syscall_slong_t.
35978
5e90c8ad
L
35979 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35980 include <bits/wordsize.h>. Check __x86_64__ instead of
35981 __WORDSIZE.
35982
23dfb58b
L
35983 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35984 "unsigned long long int" if __x86_64__ is defined.
35985 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35986
ce5d54b0
L
35987 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35988 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
35989 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35990
13dc9eac
L
35991 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35992 <stdint.h>.
35993 (GET_PC): Cast to uintptr_t first.
35994 (GET_FRAME): Likewise.
35995 (GET_STACK): Likewise.
35996
a7895d15
L
35997 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35998 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35999 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
36000 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
36001 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
36002 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
36003 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
36004 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
36005 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
36006 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
36007 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
36008 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
36009 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36010 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
36011 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
36012 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
36013 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
36014 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
36015 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
36016 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
36017 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
36018 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
36019 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
36020 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
36021 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
36022 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
36023 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
36024 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
36025 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
36026
656416c9
AS
360272012-05-16 Andreas Schwab <schwab@linux-m68k.org>
36028
5bd66283
AS
36029 * Makerules (+depfiles): Also collect depfiles from .oS in
36030 $(extra-objs).
36031 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
36032 .oS, $(libnldbl-routines)).
36033
656416c9
AS
36034 * Makerules (native-compile-mkdep-flags): Define.
36035 * sunrpc/Makefile (extra-objs): Add $(addprefix
36036 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
36037 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
36038 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
36039 calling $(make-target-directory).
36040
a46f2169
L
360412012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36042
36043 * bits/types.h (__snseconds_t): Removed.
36044 * time/time.h (struct timespec): Replace __snseconds_t with
36045 __syscall_slong_t.
36046 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
36047 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
36048 Likewise.
36049 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36050 (__SNSECONDS_T_TYPE): Likewise.
36051 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36052 (__SNSECONDS_T_TYPE): Likewise.
36053 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36054 (__SNSECONDS_T_TYPE): Likewise.
36055
6af6528b
L
360562012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36057
36058 * sysdeps/mach/hurd/bits/typesizes.h
36059 (__SYSCALL_SLONG_TYPE): New macro.
36060 (__SYSCALL_ULONG_TYPE): Likewise.
36061
de986b56
L
360622012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36063
36064 * bits/types.h (__syscall_slong_t): New type.
36065 (__syscall_ulong_t): Likewise.
36066
36067 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
36068 (__SYSCALL_ULONG_TYPE): Likewise.
36069 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36070 (__SYSCALL_SLONG_TYPE): Likewise.
36071 (__SYSCALL_ULONG_TYPE): Likewise.
36072 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36073 (__SYSCALL_SLONG_TYPE): Likewise.
36074 (__SYSCALL_ULONG_TYPE): Likewise.
36075 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36076 (__SYSCALL_SLONG_TYPE): Likewise.
36077 (__SYSCALL_ULONG_TYPE): Likewise.
36078
85736dc7
L
360792012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36080
36081 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
36082 Add sigaltstack-offsets.sym.
36083 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
36084 <sigaltstack-offsets.h>.
36085 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
36086 longjmp_msg pointer.
36087 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
36088 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
36089 signal stack.
36090 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
36091
cc03b296
JM
360922012-05-15 Joseph Myers <joseph@codesourcery.com>
36093
a9538892
JM
36094 * elf/stackguard-macros.h: Remove file.
36095 * sysdeps/generic/stackguard-macros.h: New file.
36096 * sysdeps/i386/stackguard-macros.h: Likewise.
36097 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
36098 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
36099 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
36100 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
36101 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
36102 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
36103 * sysdeps/x86_64/stackguard-macros.h: Likewise.
36104 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
36105 <elf/stackguard-macros.h>.
36106
cc03b296
JM
36107 [BZ #14109]
36108 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
36109 __aligned__ in attribute.
36110 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
36111 (gregset_t): Likewise.
36112
93171016
L
361132012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36114
36115 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
36116 * sysdeps/x86_64/64/Implies-after: Here. New file.
36117 * sysdeps/x86_64/x32/Implies-after: New file.
36118
d86813a0
L
361192012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36120
36121 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
36122 and access return value for _dl_profile_fixup. Use R10_LP to
36123 load frame size.
36124
2953ec75
L
361252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36126
36127 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
36128
3b550e9e
L
361292012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36130
36131 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
36132 * sysdeps/x86_64/x32/sysdep.h: New file.
36133
eda41706
L
361342012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36135
36136 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
36137 * sysdeps/x86_64/setjmp.S: Likewise.
36138
9ea01d93
AZ
361392012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36140
36141 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
36142 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
36143 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
36144 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
36145 remove unused global constant.
36146
02a91938
CM
361472012-05-15 Chris Metcalf <cmetcalf@tilera.com>
36148
36149 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
36150 include of <not-cancel.h>.
36151
6540185f
RM
361522012-05-15 Roland McGrath <roland@hack.frob.com>
36153
36154 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
36155
509072a0
AJ
361562012-05-15 Jeff Law <law@redhat.com>
36157 Andreas Jaeger <aj@suse.de>
36158
36159 [BZ #13594]
36160 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
36161 out from...
36162 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
36163 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
36164 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
36165 code changing __hst_map_handle.map.
36166
ba75122d
RM
361672012-05-15 Roland McGrath <roland@hack.frob.com>
36168
36169 * configure.in (sysnames): Look for Implies-before and Implies-after
36170 files.
36171 * configure: Regenerated.
36172
890d8bd8
L
361732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36174
36175 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
36176 8-byte data alignment with LP_SIZE alignment.
36177
f6ee6623
L
361782012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36179
36180 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
36181 into R10_LP.
36182
ea2626f6
L
361832012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36184
36185 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
36186
085f715e
L
361872012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36188
36189 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
36190 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
36191 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
36192 Likewise.
36193 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36194
be8498fc
L
361952012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36196
36197 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
36198 (stackinfo_sub_sp): Likewise.
36199
70bc83b9
L
362002012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36201
36202 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
36203 RAX_LP.
36204
9bc0b730
L
362052012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36206
36207 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
36208 into R*_LP.
36209
6d2850e7
L
362102012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36211
36212 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
36213 sizes into R*_LP.
36214
3cb84561
L
362152012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36216
36217 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
36218
54e2ed81
L
362192012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36220
36221 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
36222 into R11_LP and load __x86_64_shared_cache_size_half into
36223 R8_LP.
36224
8a17f349
L
362252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
36226
36227 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
36228 R8_LP.
36229
777b1eea
AZ
362302012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36231
36232 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
36233 logb for POWER7.
36234 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
36235 logbf for POWER7.
36236 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
36237 logbl for POWER7.
36238 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
36239 powerpc32/power7/fpu/s_logb.c via #include.
36240 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
36241 powerpc32/power7/fpu/s_logbf.c via #include.
36242 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
36243 powerpc32/power7/fpu/s_logbl.c via #include.
36244
d20d4ac2
JM
362452012-05-15 Joseph Myers <joseph@codesourcery.com>
36246
36247 * README.libm: Remove file.
36248
6cdef1ab
L
362492012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36250
36251 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
36252 count for x32. Use R*_LP and omit operand-size suffix.
36253
0b254d8f
L
362542012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36255
36256 * shlib-versions: Move x86_64-.*-linux.* entries to ...
36257 * sysdeps/x86_64/64/shlib-versions: Here. New file.
36258 * sysdeps/x86_64/x32/shlib-versions: New file.
36259
ceb809dc
RM
362602012-05-14 Roland McGrath <roland@hack.frob.com>
36261
36262 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
36263 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
36264 Use _dl_fatal_printf instead.
36265
37f1abd4
JM
362662012-05-14 Joseph Myers <joseph@codesourcery.com>
36267
36268 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
36269 set if not set by the user. Do not allow for being unset.
36270 * sysdeps/unix/sysv/linux/configure: Regenerated.
36271
11de3a33
L
362722012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36273
36274 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
36275 the `q' suffix from lea and replace .quad with ASM_ADDR.
36276
e02f153a
L
362772012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36278
36279 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
36280 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
36281 instead of $17.
36282 (PTR_DEMANGLE): Likewise.
36283
520ae0fd
L
362842012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36285
36286 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
36287 (LP_OP): Likewise.
36288 (ASM_ADDR): Likewise.
36289 (RAX_LP): Likewise.
36290 (RBP_LP): Likewise.
36291 (RBX_LP): Likewise.
36292 (RCX_LP): Likewise.
36293 (RDI_LP): Likewise.
36294 (RSI_LP): Likewise.
36295 (RSP_LP): Likewise.
36296 (R8_LP): Likewise.
36297 (R9_LP): Likewise.
36298 (R10_LP): Likewise.
36299 (R10_LP): Likewise.
36300 (R11_LP): Likewise.
36301 (R12_LP): Likewise.
36302 (R13_LP): Likewise.
36303 (R14_LP): Likewise.
36304 (R15_LP): Likewise.
36305
b985be81
L
363062012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36307
36308 * sysdeps/x86_64/x32/dl-machine.h: New file.
36309
6a4888ff
AJ
363102012-05-14 Andreas Jaeger <aj@suse.de>
36311
36312 * manual/Makefile (subdir): Remove export of subdir.
36313 (all): Remove target.
36314 (.PHONY): Remove all from list.
36315 (mkinstalldirs): Remove.
36316 (.PHONY): Remove installdirs from list.
36317 ($(inst_infodir)/libc.info): Use make-target-directory.
36318 (installdirs): Remove.
36319 (subdir_%): Remove.
36320 (glibc-targets): Remove.
36321 (lib): Remove.
36322 (stubs): Remove.
36323 ($(objpfx)stubs ../po/manual.pot): Remove.
36324 ($(objpfx)stamp%): Remove.
36325 (make-target-directory): Remove.
36326 (subdir_install): Remove.
36327 (routines): Remove.
36328 (aux): Remove.
36329 (sources): Remove.
36330 (objects): Remove.
36331 (headers): Remove.
36332
36333 [BZ #13750]
36334 * manual/.gitignore: Remove, it's not needed anymore.
36335 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
36336 all files in it.
36337 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
36338 directory.
36339 (texis): Renamed to $(objpfx)texis.
36340 (texis-path): New, contains path to generated files.
36341 (chapters.%): Use texis-path for complete path, add extra argument
36342 libc-texinfo.sh.
36343 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
36344 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
36345 (summary,texi, stamp-summary): Use complete path of
36346 files. Generate files in build dir.
36347 (dir-add.texi): Build in build dir.
36348 (libm-err.texi,stamp-libm-err): Likewise.
36349 (version.texi, stamp-version): Likewise.
36350 (.%c.texi): Likewise.
36351 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
36352 (mostlyclean): Remove target.
36353 (realclean): Remove target.
36354 (generated): Add new variable with contents from mostlyclean and
36355 realclean, remove entries duplicated in common-mostlyclean, add
36356 stamp-libm-err and stamp-version.
36357 (generated-dirs): Add libc directory.
36358 ($(inst_infodir)/libc.info): Install files from build dir.
36359
36360 * manual/install.texi (Configuring and compiling): Adjust since
36361 the info files are not part of the tar ball anymore.
36362
7ac77294
AJ
363632012-05-14 Andreas Jaeger <aj@suse.de>
36364
36365 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
36366 variable.
36367
ffb7875d
JM
363682012-05-14 Joseph Myers <joseph@codesourcery.com>
36369
36370 [BZ #13717]
36371 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
36372 to 2.2.0 where earlier.
36373 * sysdeps/unix/sysv/linux/configure: Regenerated.
36374 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
36375 Remove conditional code.
36376 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
36377 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
36378 Remove conditional code.
36379 [!__NR_lchown]: Likewise.
36380 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36381 [__NR_lchown]: Likewise.
36382 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
36383 comment referencing __ASSUME_LCHOWN_SYSCALL.
36384 * sysdeps/unix/sysv/linux/i386/sigaction.c
36385 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36386 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36387 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
36388 Remove conditional code.
36389 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
36390 (__protocol_available): Remove #if 0 code.
36391 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
36392 conditional code.
36393 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
36394 * sysdeps/unix/sysv/linux/kernel-features.h
36395 (__ASSUME_GETCWD_SYSCALL): Don't define.
36396 (__ASSUME_REALTIME_SIGNALS): Likewise.
36397 (__ASSUME_PREAD_SYSCALL): Likewise.
36398 (__ASSUME_PWRITE_SYSCALL): Likewise.
36399 (__ASSUME_POLL_SYSCALL): Likewise.
36400 (__ASSUME_LCHOWN_SYSCALL): Likewise.
36401 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
36402 non-SPARC.
36403 (__ASSUME_SIOCGIFNAME): Don't define.
36404 (__ASSUME_MSG_NOSIGNAL): Likewise.
36405 (__ASSUME_SENDFILE): Define unconditionally.
36406 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
36407 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
36408 conditional code.
36409 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
36410 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
36411 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36412 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36413 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
36414 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
36415 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
36416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
36417 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36418 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
36420 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36421 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36422 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
36423 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36424 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
36426 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36427 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
36429 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36430 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36431 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36432 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36433 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36434 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36435 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36436 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36437 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36438 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36439 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36440 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36441 Remove conditional code.
36442 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36443 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36444 Remove conditional code.
36445 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36446 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36447 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36448 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36449 Remove conditional code.
36450 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36451 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36452 Remove conditional code.
36453 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36454 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36455 Remove conditional code.
36456 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36457 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36458 Remove conditional code.
36459 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36460 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36461 Remove conditional code.
36462 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36463 * sysdeps/unix/sysv/linux/sh/pwrite64.c
36464 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36465 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36466 * sysdeps/unix/sysv/linux/sigaction.c
36467 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36468 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36469 * sysdeps/unix/sysv/linux/sigpending.c
36470 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36471 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36472 * sysdeps/unix/sysv/linux/sigprocmask.c
36473 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36474 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36475 * sysdeps/unix/sysv/linux/sigsuspend.c
36476 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36477 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36478 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36479 (__libc_missing_rt_sigs): Remove.
36480 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36481 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36482 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36483 Remove conditional code.
36484 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36485 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36486 return 1.
36487 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36488 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36489 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36490 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36491
1bfb7291
AJ
364922012-05-14 Andreas Jaeger <aj@suse.de>
36493
caae5a81
AJ
36494 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36495 it's not used in glibc.
36496 (__coshm1): Likewise.
36497 (__acosh1p): Likewise.
36498 (__sgn): Likewise.
36499
1bfb7291
AJ
36500 * manual/string.texi (Copying and Concatenation): Add missing
36501 variable in concat example.
36502 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36503
c044d724
L
365042012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36505
144c5467 36506 [BZ #14103]
c044d724
L
36507 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36508 __builtin_clzl with __builtin_clzll.
36509
2523c62b
L
365102012-05-14 H.J. Lu <hongjiu.lu@intel.com>
36511
36512 [BZ #14104]
36513 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36514 libc_freeres_ptr.
36515
d7bb4c42
LD
365162012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
36517
36518 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36519 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36520 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36521 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36522
9dc4e1fb
MF
365232012-05-14 Mike Frysinger <vapier@gentoo.org>
36524
36525 * NEWS: Update ia64 info.
36526
c7df0112
AS
365272012-05-12 Andreas Schwab <schwab@linux-m68k.org>
36528
36529 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36530 used as bcopy.
36531
dc70356c
TS
365322012-05-12 Thomas Schwinge <thomas@codesourcery.com>
36533
36534 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36535 * sysdeps/unix/syscalls.list (dup3): Likewise.
36536 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36537 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36538
9fb1a21f
L
365392012-05-11 H.J. Lu <hongjiu.lu@intel.com>
36540
36541 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36542 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36543
4822a2a5
L
365442012-05-11 H.J. Lu <hongjiu.lu@intel.com>
36545
36546 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36547 thread pointer.
36548 (TLS_IE): Use mov/add instead of movq/addq to load thread
36549 pointer.
36550 (TLS_GD_PREFIX): New.
36551 (TLS_GD): Use it.
36552
842b81d6
DM
365532012-05-11 David S. Miller <davem@davemloft.net>
36554
36555 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36556 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36557 (_FPU_SETCW): Likewise.
36558
1cf463cd
L
365592012-05-10 H.J. Lu <hongjiu.lu@intel.com>
36560
36561 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36562 is 32-byte aligned.
36563
60cc4a18
AS
365642012-05-11 Andreas Schwab <schwab@linux-m68k.org>
36565
36566 [BZ #11837]
36567 * iconvdata/gb18030.c: Update tables.
36568 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
36569 characters specially.
36570 (BODY for TO_LOOP): Add encoding of missing ranges.
36571
febb44a4
TS
365722012-05-11 Thomas Schwinge <thomas@codesourcery.com>
36573
36574 [BZ #13673]
36575 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36576 * sysdeps/mach/hurd/dup3.c: Likewise.
36577 * sysdeps/mach/hurd/readlinkat.c: Likewise.
36578 * sysdeps/powerpc/memmove.c:: Likewise.
36579
0a10fb9e
L
365802012-05-10 H.J. Lu <hongjiu.lu@intel.com>
36581
36582 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36583 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36584
df8a552f
L
365852012-05-10 H.J. Lu <hongjiu.lu@intel.com>
36586
36587 * elf/elf.h (R_X86_64_RELATIVE64): New.
36588 (R_X86_64_NUM): Updated.
36589 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36590 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
36591 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36592 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36593 tst-quad1pie tst-quad2pie
36594 (modules-names): Add tst-quadmod1 tst-quadmod2.
36595 ($(objpfx)tst-quad1): New dependency.
36596 ($(objpfx)tst-quad2): Likewise.
36597 ($(objpfx)tst-quad1pie): Likewise.
36598 ($(objpfx)tst-quad2pie): Likewise.
36599 * sysdeps/x86_64/tst-quad1.c: New file.
36600 * sysdeps/x86_64/tst-quad1pie.c: New file.
36601 * sysdeps/x86_64/tst-quad2.c: Likewise.
36602 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36603 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36604 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36605 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36606 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36607
f34d6f84
ST
366082012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36609
f42d41d1
ST
36610 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36611 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36612 * streams/stropts.h (t_scalar_t): Define type.
36613
3c3571fc
ST
36614 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36615 (_PATH_PRESERVE): Set to "/var/lib".
36616 (_PATH_RWHODIR): Set to "/var/spool/rwho".
36617
61f06bd3
ST
36618 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36619 instead of int.
36620
918d4d71
ST
36621 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36622 if __dir_mkfile succeeded.
36623
f34d6f84
ST
36624 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36625 checking for _hurd_dtablesize. Unlock it right after having
36626 finished _hurd_dtable allocation.
36627
10589b4a
TS
366282012-05-10 Thomas Schwinge <thomas@schwinge.name>
36629
674cdbc7
TS
36630 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36631 * sysdeps/mach/hurd/configure: Regenerated.
36632 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36633 special-casing to...
36634 * sysdeps/gnu/configure.in: ... this new file.
36635 * sysdeps/unix/sysv/linux/configure: Regenerated.
36636 * sysdeps/gnu/configure: New generated file.
36637
8e41b99f
TS
36638 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36639 for Linux: use nsec instead of usec, as well as:
36640 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36641 members of type struct timespec.
36642 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36643 New macros.
36644 (struct stat64): Likewise.
36645 (_STATBUF_ST_NSEC): New macro.
36646 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36647
10589b4a
TS
36648 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36649 __strtoul_internal rather than strtoul.
36650
63643c85
PT
366512012-05-10 Pino Toscano <toscano.pino@tiscali.it>
36652
36653 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36654 and reject them.
36655
3faebe6a
ST
366562012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36657
36658 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36659 which preserves existing values.
36660 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36661
c6474b07
PT
366622012-05-10 Pino Toscano <toscano.pino@tiscali.it>
36663
36664 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36665 TIMEOUT values. Return EINVAL for NFDS values either negative or
36666 greater than FD_SETSIZE.
36667
1043890b
ST
366682012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36669
36670 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36671 allocated, call __vm_protect to finish enabling the existing space, and
36672 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36673 allocate the remainder.
36674
37ed8b9b
PT
366752012-05-10 Pino Toscano <toscano.pino@tiscali.it>
36676
36677 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36678 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
36679
db653660
ST
366802012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36681
37ed8b9b
PT
36682 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36683 sysdeps/mach/hurd/readlink.c.
b29d4053 36684
db653660
ST
36685 * posix/tst-sysconf.c (posix_options): Only use
36686 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36687 _POSIX_SYNCHRONIZED_IO when they are defined
36688 * sysdeps/mach/hurd/bits/posix_opt.h:
36689 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36690 (_XOPEN_REALTIME): Undefine macro.
36691 (_XOPEN_REALTIME_THREADS): Undefine macro.
36692 (_XOPEN_SHM): Undefine macro.
36693 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36694 macro to -1.
36695 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36696 macro to -1.
36697 (_POSIX_ASYNC_IO): Undefine macro.
36698 (_POSIX_PRIORITIZED_IO): Undefine macro.
36699 (_POSIX_SPIN_LOCKS): Define macro to -1.
36700
ee16e894
ST
36701 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36702 SA_NODEFER, SA_RESETHAND.
36703 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36704 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36705 F_DUPFD_CLOEXEC.
36706
6103ae3b
TS
367072012-05-10 Thomas Schwinge <thomas@schwinge.name>
36708
36709 * elf/Makefile (pldd-modules): Define unconditionally.
36710
80b4e5f3
TS
367112012-05-10 Thomas Schwinge <thomas@schwinge.name>
36712
36713 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36714
edadcbd6
ST
367152012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36716
36717 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36718 Return ENOENT when name is empty.
36719 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36720
80694780
TS
367212012-05-10 Thomas Schwinge <thomas@schwinge.name>
36722
1792c087
TS
36723 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36724
80694780
TS
36725 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36726
6b645f0d
ST
367272012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36728
80694780
TS
36729 Fix mlock in all cases except non-readable pages.
36730 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36731 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 36732
6b645f0d
ST
36733 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36734 (__mkdir): When path is `/', just fail with EEXIST.
36735 * sysdeps/mach/hurd/mkdirat.c: Likewise.
36736
e468f8a3
TS
367372012-05-10 Thomas Schwinge <thomas@schwinge.name>
36738
36739 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36740 <sys/uio.h> (for writev).
36741 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36742 and <sys/param.h> (for MIN).
36743
a4186cff
PT
367442012-05-10 Pino Toscano <toscano.pino@tiscali.it>
36745
36746 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36747 REQUESTED_TIME. Properly set the remaining time and return EINTR
36748 if interrupted.
36749
510bbf14
TS
367502012-05-10 Thomas Schwinge <thomas@schwinge.name>
36751
36752 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36753 Depend on against $(link-rpcuserlibs).
36754
5d5722e8
ST
367552012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36756
a4186cff
PT
36757 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36758 (__libc_stack_end): Do not use attribute_relro.
36759 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36760 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 36761 to libthread-provided value.
a4186cff
PT
36762 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36763 attribute_relro.
5d5722e8 36764
37233df9
TS
367652012-05-10 Thomas Schwinge <thomas@schwinge.name>
36766
be971a2b
TS
36767 [BZ #3748]
36768 * bits/libc-lock.h (__libc_once_get): New macro.
36769 * sysdeps/mach/bits/libc-lock.h: Likewise.
36770 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36771 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36772 instead of using implementation details.
36773
37233df9
TS
36774 * libio/fileops.c: Unconditionally include <kernel-features.h>.
36775 * libio/freopen.c: Likewise.
36776 * libio/freopen64.c: Likewise.
36777 * misc/syslog.c: Likewise.
36778 * nscd/connections.c: Likewise.
36779 * nscd/netgroupcache.c: Likewise.
36780 * sysdeps/posix/getcwd.c: Likewise.
36781
38de94a5
RM
367822012-05-10 Roland McGrath <roland@hack.frob.com>
36783
36784 * math/w_ilogbf.c: Add #include <limits.h>.
36785
67530489
ST
367862012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36787
a4186cff 36788 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
36789 path instead of returning without unlocking.
36790
67530489
ST
36791 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36792 immediate-write ioctls.
36793 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36794
5aa3a74a
TS
367952012-05-10 Thomas Schwinge <thomas@schwinge.name>
36796
18bad2ae
TS
36797 * sysdeps/mach/hurd/i386/init-first.c (init): Use
36798 __builtin_frame_address instead of making assumptions about the
36799 location of the return address relative to DATA. Force early load of
36800 the return address.
36801 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36802 __builtin_frame_address.
36803
5aa3a74a
TS
36804 dup3 for GNU Hurd.
36805 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36806 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
36807 implement dup3 and do some further code clean-ups.
36808 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36809 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36810
ecd0de9a
ST
368112012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36812
cd9fa985
ST
36813 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36814
a4186cff
PT
36815 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36816 HURD_CRITICAL_END around holding _hurd_dtable_lock.
36817 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36818 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36819 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36820 d->port.lock.
802ca5a5 36821
a4186cff
PT
36822 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36823 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
36824 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 36825
bcf55240
TS
368262012-05-10 Thomas Schwinge <thomas@schwinge.name>
36827
6960eb42
TS
36828 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36829 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36830 definitions.
36831
eb43375f
TS
36832 accept4 for GNU Hurd.
36833 * include/sys/socket.h (__libc_accept4): New prototype.
36834 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
36835 to implement __libc_accept4.
36836 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36837 __libc_accept4.
36838 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36839
bcf55240
TS
36840 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36841 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36842 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36843 signal-defines.sym.
36844
6178c55b
ST
368452012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36846
a4186cff 36847 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 36848
6f080c2f
TS
368492012-05-10 Thomas Schwinge <thomas@schwinge.name>
36850
36851 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36852 assertion on O_CLOEXEC flag.
36853 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36854 * hurd/intern-fd.c: Likewise.
36855 * hurd/port2fd.c: Likewise.
36856
bcfe3a54
ST
368572012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
36858
36859 [BZ #3906]
36860 * bits/in.h (IPV6_PKTINFO): Define new macro.
36861 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36862
89c9aa49
AZ
368632012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36864
36865 [BZ #13954]
36866 [BZ #13955]
36867 [BZ #13956]
36868 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36869 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36870 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36871 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36872 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36873 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36874 * math/libm-test.inc (logb_test) : Additional logb tests.
36875
021db4be
AJ
368762012-05-09 Andreas Schwab <schwab@linux-m68k.org>
36877 Andreas Jaeger <aj@suse.de>
36878
36879 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36880 * configure: Regenerated.
36881 * config.h.in (LINK_OBSOLETE_RPC): New macro.
36882 * config.make.in (link-obsolete-rpc): New substituted variable.
36883 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36884 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36885 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36886 (shared-only-routines): Don't set it under [link-obsolete-rpc],
36887 so that libc.a contains the symbols.
36888 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36889 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36890 * sunrpc/auth_none.c: Likewise.
36891 * sunrpc/auth_unix.c: Likewise.
36892 * sunrpc/authdes_prot.c: Likewise.
36893 * sunrpc/authuxprot.c: Likewise.
36894 * sunrpc/clnt_gen.c: Likewise.
36895 * sunrpc/clnt_perr.c: Likewise.
36896 * sunrpc/clnt_raw.c: Likewise.
36897 * sunrpc/clnt_simp.c: Likewise.
36898 * sunrpc/clnt_tcp.c: Likewise.
36899 * sunrpc/clnt_udp.c: Likewise.
36900 * sunrpc/clnt_unix.c: Likewise.
36901 * sunrpc/des_crypt.c: Likewise.
36902 * sunrpc/des_soft.c: Likewise.
36903 * sunrpc/get_myaddr.c: Likewise.
36904 * sunrpc/key_call.c: Likewise.
36905 * sunrpc/key_prot.c: Likewise.
36906 * sunrpc/netname.c: Likewise.
36907 * sunrpc/pm_getmaps.c: Likewise.
36908 * sunrpc/pm_getport.c: Likewise.
36909 * sunrpc/pmap_clnt.c: Likewise.
36910 * sunrpc/pmap_prot.c: Likewise.
36911 * sunrpc/pmap_prot2.c: Likewise.
36912 * sunrpc/pmap_rmt.c: Likewise.
36913 * sunrpc/publickey.c: Likewise.
36914 * sunrpc/rpc_cmsg.c: Likewise.
36915 * sunrpc/rpc_common.c: Likewise.
36916 * sunrpc/rpc_dtable.c: Likewise.
36917 * sunrpc/rpc_prot.c: Likewise.
36918 * sunrpc/rpc_thread.c: Likewise.
36919 * sunrpc/rtime.c: Likewise.
36920 * sunrpc/svc.c: Likewise.
36921 * sunrpc/svc_auth.c: Likewise.
36922 * sunrpc/svc_raw.c: Likewise.
36923 * sunrpc/svc_run.c: Likewise.
36924 * sunrpc/svc_tcp.c: Likewise.
36925 * sunrpc/svc_udp.c: Likewise.
36926 * sunrpc/svc_unix.c: Likewise.
36927 * sunrpc/svcauth_des.c: Likewise.
36928 * sunrpc/xcrypt.c: Likewise.
36929 * sunrpc/xdr.c: Likewise.
36930 * sunrpc/xdr_array.c: Likewise.
36931 * sunrpc/xdr_float.c: Likewise.
36932 * sunrpc/xdr_intXX_t.c: Likewise.
36933 * sunrpc/xdr_mem.c: Likewise.
36934 * sunrpc/xdr_rec.c: Likewise.
36935 * sunrpc/xdr_ref.c: Likewise.
36936 * sunrpc/xdr_sizeof.c: Likewise.
36937 * sunrpc/xdr_stdio.c: Likewise.
36938
b5c086a2
RM
369392012-05-10 Roland McGrath <roland@hack.frob.com>
36940
36941 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36942 change. Update copyright years.
36943
6d74dd09
JM
369442012-05-10 Joseph Myers <joseph@codesourcery.com>
36945
36946 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36947
28e72501
MK
369482012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
36949 Joseph Myers <joseph@codesourcery.com>
36950 Paul Pluzhnikov <ppluzhnikov@google.com>
36951
36952 [BZ #14012]
36953 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36954 requiring rpcgen.
36955 [cross-compiling] (extra-libs): Likewise.
36956 [cross-compiling] (extra-libs-others): Likewise.
36957 [cross-compiling] (librpcsvc-routines): Likewise.
36958 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36959 [cross-compiling] (omit-deps): Likewise.
36960 (sunrpc-CPPFLAGS): New variable.
36961 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36962 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36963 (cross-rpcgen-objs): New variable.
36964 (extra-objs): Append $(cross-rpcgen-objs).
36965 ($(cross-rpcgen-objs)): New rule.
36966 ($(objpfx)cross-rpcgen): Likewise.
36967 (rpcgen-cmd): Define to use $(built-program-file). Expand
36968 comment.
36969 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36970 ($(objpfx)x%.stmp): Likewise.
36971 * sunrpc/proto.h [IS_IN_build] (_): Define.
36972 [IS_IN_build] (_libc_intl_domainname): Likewise.
36973
c8c59454
L
369742012-05-10 H.J. Lu <hongjiu.lu@intel.com>
36975
36976 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36977 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36978 and R_X86_64_TPOFF64.
36979
6f27cd16
JM
369802012-05-10 Joseph Myers <joseph@codesourcery.com>
36981
36982 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36983 sysdeps/unix/sysv/syscalls.list.
36984 (stime): Likewise.
36985 (utime): Likewise.
36986 * sysdeps/unix/sysv/syscalls.list: Remove file.
36987
02467e1c
PE
369882012-05-10 Paul Eggert <eggert@cs.ucla.edu>
36989
36990 [BZ #3440]
36991 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36992 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36993 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36994 (__LC_IDENTIFICATION): Make these macros useful in #if
36995 expressions, as required by C99.
36996
da392631
AS
369972012-05-10 Andreas Schwab <schwab@linux-m68k.org>
36998
36999 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
37000 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
37001 after this.
37002
8115f29b
L
370032012-05-09 H.J. Lu <hongjiu.lu@intel.com>
37004
37005 * stdlib/longlong.h: Updated from GCC.
37006
bdd74070
AJ
370072012-05-09 Andreas Jaeger <aj@suse.de>
37008
edfe0dbe
AJ
37009 * nscd/nscd.c (run_modes): Make named enum, reorder so that
37010 default is first entry.
37011 (run_mode): Set type.
37012 (main): Remove informal message about syslog.
37013 (options): Fix typo.
37014
bcfe3a54
ST
37015 [BZ #14053]
37016 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 37017 to asm.
bcfe3a54
ST
37018 (lrint): Likewise.
37019 (llrintf): Likewise.
37020 (llrint): Likewise.
37021 (rint): Likewise.
37022 (rintf): Likewise.
37023 (nearbyint): Likewise.
37024 (nearbyintf): Likewise.
bdd74070 37025
91d8d69e
AJ
370262012-05-09 Andreas Jaeger <aj@suse.de>
37027 Pedro Alves <palves@redhat.com>
37028
37029 * nscd/nscd.c (run_mode): Use enum.
37030 (main): Cleanup coding style issue.
37031
bb90b80b
AJ
370322012-05-09 Alexandre Oliva <aoliva@redhat.com>
37033 Andreas Jaeger <aj@suse.de>
37034
bcfe3a54
ST
37035 * nscd/nscd.c (go_background): Replaced with...
37036 (run_mode): ... this.
bb90b80b 37037 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
37038 (options): Add -F --foreground.
37039 (main): Implement it.
37040 (parse_opt): Parse it.
bb90b80b 37041
1a4b75a1
AJ
370422012-05-09 Andreas Jaeger <aj@suse.de>
37043
37044 [BZ #14083]
37045 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
37046 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
37047 -Wconversion warning.
37048 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
37049 Likewise.
37050
b1cc2472
JM
370512012-05-09 Joseph Myers <joseph@codesourcery.com>
37052
37053 * conform/data/locale.h-data (NULL): Use macro-constant. Require
37054 == 0.
37055 (LC_ALL): Use macro-int-constant.
37056 (LC_COLLATE): Likewise.
37057 (LC_CTYPE): Likewise.
37058 (LC_MESSAGES): Likewise.
37059 (LC_MONETARY): Likewise.
37060 (LC_NUMERIC): Likewise.
37061 (LC_TIME): Likewise.
37062 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
37063 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37064 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37065 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
37066 Specify type.
37067 [C99-based standards] (float_t): Expect type.
37068 [C99-based standards] (double_t): Expect type.
37069 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
37070 type.
37071 [C99-based standards] (HUGE_VALL): Likewise.
37072 [C99-based standards] (INFINITY): Likewise.
37073 [C99-based standards] (NAN): Likewise.
37074 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
37075 [C99-based standards] (FP_NAN): Likewise.
37076 [C99-based standards] (FP_NORMAL): Likewise.
37077 [C99-based standards] (FP_SUBNORMAL): Likewise.
37078 [C99-based standards] (FP_ZERO): Likewise.
37079 [C99-based standards] (FP_FAST_FMA): Use
37080 optional-macro-int-constant. Specify type. Require == 1.
37081 [C99-based standards] (FP_FAST_FMAF): Likewise.
37082 [C99-based standards] (FP_FAST_FMAL): Likewise.
37083 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
37084 [C99-based standards] (FP_ILOGBNAN): Likewise.
37085 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
37086 Specify type.
37087 [C99-based standards] (MATH_ERREXCEPT): Likewise.
37088 [C99-based standards] (math_errhandling): Specify type.
37089 [ISO99 || ISO11] (signgam): Do not allow.
37090 [non-C99-based standards] (copysignf): Do not allow.
37091 [non-C99-based standards] (exp2f): Likewise.
37092 [non-C99-based standards] (log2f): Likewise.
37093 [non-C99-based standards] (modff): Allow.
37094 [non-C99-based standards] (erff): Do not allow.
37095 [non-C99-based standards] (erfcf): Likewise.
37096 [non-C99-based standards] (gammaf): Likewise.
37097 [non-C99-based standards] (hypotf): Likewise.
37098 [non-C99-based standards] (j0f): Likewise.
37099 [non-C99-based standards] (j1f): Likewise.
37100 [non-C99-based standards] (jnf): Likewise.
37101 [non-C99-based standards] (lgammaf): Likewise.
37102 [non-C99-based standards] (tgammaf): Likewise.
37103 [non-C99-based standards] (y0f): Likewise.
37104 [non-C99-based standards] (y1f): Likewise.
37105 [non-C99-based standards] (ynf): Likewise.
37106 [non-C99-based standards] (isnanf): Likewise.
37107 [non-C99-based standards] (acoshf): Likewise.
37108 [non-C99-based standards] (asinhf): Likewise.
37109 [non-C99-based standards] (atanhf): Likewise.
37110 [non-C99-based standards] (cbrtf): Likewise.
37111 [non-C99-based standards] (expm1f): Likewise.
37112 [non-C99-based standards] (ilogbf): Likewise.
37113 [non-C99-based standards] (log1pf): Likewise.
37114 [non-C99-based standards] (logbf): Likewise.
37115 [non-C99-based standards] (nextafterf): Likewise.
37116 [non-C99-based standards] (remainderf): Likewise.
37117 [non-C99-based standards] (rintf): Likewise.
37118 [non-C99-based standards] (scalbf): Likewise.
37119 [non-C99-based standards] (copysignl): Likewise.
37120 [non-C99-based standards] (exp2l): Likewise.
37121 [non-C99-based standards] (log2l): Likewise.
37122 [non-C99-based standards] (modfl): Allow.
37123 [non-C99-based standards] (erfl): Do not allow.
37124 [non-C99-based standards] (erfcl): Likewise.
37125 [non-C99-based standards] (gammal): Likewise.
37126 [non-C99-based standards] (hypotl): Likewise.
37127 [non-C99-based standards] (j0l): Likewise.
37128 [non-C99-based standards] (j1l): Likewise.
37129 [non-C99-based standards] (jnl): Likewise.
37130 [non-C99-based standards] (lgammal): Likewise.
37131 [non-C99-based standards] (tgammal): Likewise.
37132 [non-C99-based standards] (y0l): Likewise.
37133 [non-C99-based standards] (y1l): Likewise.
37134 [non-C99-based standards] (ynl): Likewise.
37135 [non-C99-based standards] (isnanl): Likewise.
37136 [non-C99-based standards] (acoshl): Likewise.
37137 [non-C99-based standards] (asinhl): Likewise.
37138 [non-C99-based standards] (atanhl): Likewise.
37139 [non-C99-based standards] (cbrtl): Likewise.
37140 [non-C99-based standards] (expm1l): Likewise.
37141 [non-C99-based standards] (ilogbl): Likewise.
37142 [non-C99-based standards] (log1pl): Likewise.
37143 [non-C99-based standards] (logbl): Likewise.
37144 [non-C99-based standards] (nextafterl): Likewise.
37145 [non-C99-based standards] (remainderl): Likewise.
37146 [non-C99-based standards] (rintl): Likewise.
37147 [non-C99-based standards] (scalbl): Likewise.
37148 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37149 [non-C99-based standards] (FP_*): Do not allow.
37150 [C99-based standards] (FP_*): Change to
37151 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
37152 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37153 allow.
37154 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
37155 (SIG_ERR): Likewise.
37156 [X/Open-based standards] (SIG_HOLD): Likewise.
37157 (SIG_IGN): Likewise.
37158 (SIGABRT): Use macro-int-constant. Specify type. Require
37159 positive value.
37160 (SIGFPE): Likewise.
37161 (SIGILL): Likewise.
37162 (SIGINT): Likewise.
37163 (SIGSEGV): Likewise.
37164 (SIGTER): Likewise.
37165 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
37166 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
37167 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
37168 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
37169 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
37170 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
37171 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
37172 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
37173 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
37174 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
37175 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
37176 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
37177 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
37178 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
37179 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
37180 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
37181 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
37182 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
37183 [X/Open-based standards] (SIGTRAP): Likewise.
37184 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
37185 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
37186 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
37187 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
37188 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37189 allow.
37190
b9f1922d
IW
371912012-05-08 Ian Wienand <ianw@vmware.com>
37192
37193 [BZ #14080]
37194 * time/tzset.c (__tzset_parse_tz): Update default rules for
37195 daylight time changes in the Energy Policy Act of 2005.
37196
1db86e88
AJ
371972012-05-09 Andreas Jaeger <aj@suse.de>
37198
37199 [BZ #13983]
37200 * elf/ldconfig.c (parse_conf): Change string to make clear that
37201 ldconfig only issued a warning if ld.so.conf does not exist.
37202
dee4a4e3
DM
372032012-05-08 David S. Miller <davem@davemloft.net>
37204
ee0db190
DM
37205 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
37206 movxtod instead of popping the value on the stack.
37207
dee4a4e3
DM
37208 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37209
6a43ec98
CD
372102012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
37211
37212 * config.h.in: Add HAVE_ARM_PCS_VFP.
37213
05c2c961
RMG
372142012-05-08 Roland Mc Grath <roland@hack.frob.com>
37215
bcfe3a54
ST
37216 [BZ #13979]
37217 * include/features.h: Warn if user requests __FORTIFY_SOURCE
37218 checking but the checks are disabled for any reason.
05c2c961 37219
4b30f61a
L
372202012-05-08 H.J. Lu <hongjiu.lu@intel.com>
37221
37222 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
37223 and ELF64_R_TYPE with ELFW(R_TYPE).
37224
eee2bc67
JM
372252012-05-08 Joseph Myers <joseph@codesourcery.com>
37226
7ea5391a
JM
37227 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
37228 (ulimit): Likewise.
37229
eee2bc67
JM
37230 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
37231 (settimeofday): Likewise.
37232
abb66a67
MF
372332012-05-08 Mike Frysinger <vapier@gentoo.org>
37234
37235 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
37236 a struct th_u2 inside the union, and move tu_block/tu_code into
37237 a new th_u3 union of tu_block/tu_code inside of that. Move
37238 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
37239 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
37240 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
37241 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
37242 (th_stuff): Change to th_u1.tu_stuff.
37243 (th_data): Define.
37244 (th_msg): Change to th_u1.th_u2.tu_data.
37245
7f18b530
DM
372462012-05-07 David S. Miller <davem@davemloft.net>
37247
05760585
DM
37248 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37249
7f18b530
DM
37250 [BZ #14074]
37251 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
37252 (SETUP_PIC_REG): Use it.
37253 (SETUP_PIC_REG_LEAF): Use it.
37254
495fd99f
JM
372552012-05-07 Joseph Myers <joseph@codesourcery.com>
37256
37257 [BZ #13885]
37258 [BZ #13923]
37259 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37260 USE_AS_EXPM1L.
37261 (EXPL_FINITE): Likewise.
37262 (FLDLOG): Likewise.
37263 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37264 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37265 e_expl.S.
37266 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37267 USE_AS_EXPM1L.
37268 (EXPL_FINITE): Likewise.
37269 (FLDLOG): Likewise.
37270 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
37271 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
37272 e_expl.S.
37273 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
37274 test of -max_value argument for long double.
37275 * sysdeps/i386/fpu/libm-test-ulps: Update.
37276 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37277
6693d694
DM
372782012-05-06 David S. Miller <davem@davemloft.net>
37279
37280 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
37281 quad soft-float symbols whose references which are compiler
37282 generated.
37283 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
37284
6c23e11c
JM
372852012-05-06 Joseph Myers <joseph@codesourcery.com>
37286
d8b82cad
JM
37287 [BZ #13884]
37288 [BZ #13914]
37289 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37290 USE_AS_EXP10L.
37291 (EXPL_FINITE): Likewise.
37292 (FLDLOG): Likewise.
37293 (c0): Likewise.
37294 (c1): Likewise.
37295 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
37296 Adjust comments for base varying.
37297 (__expl_finite): Change alias to EXPL_FINITE.
37298 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
37299 e_expl.S.
37300 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
37301 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
37302 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
37303 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
37304 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
37305 USE_AS_EXP10L.
37306 (EXPL_FINITE): Likewise.
37307 (FLDLOG): Likewise.
37308 (c0): Likewise.
37309 (c1): Likewise.
37310 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
37311 Adjust comments for base varying.
37312 (__expl_finite): Change alias to EXPL_FINITE.
37313 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
37314 tests for bugs.
37315 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37316
6c23e11c
JM
37317 [BZ #14064]
37318 * math/libm-test.inc (check_float_internal): Correct ulp
37319 calculation for subnormal expected results.
37320
29ba805c
AJ
373212012-05-06 Andreas Jaeger <aj@suse.de>
37322
37323 * Makeconfig (+math-flags): New, set to -frounding-math.
37324 (+cflags): Add +math-flags so that all of glibc gets compiled with
37325 it.
37326
37327 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
37328
7b17aeda
JM
373292012-05-05 Joseph Myers <joseph@codesourcery.com>
37330
5779f134
JM
37331 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
37332 Disable one test.
37333
41498f4d
JM
37334 [BZ #13787]
37335 [BZ #13922]
37336 [BZ #14036]
37337 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
37338 (__ieee754_expl): Allow for and saturate large arguments.
37339 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
37340 (u_threshold): Likewise.
37341 (__exp): Call __ieee754_exp before checking for overflow and
37342 underflow.
37343 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
37344 (u_threshold): Likewise.
37345 (__expf): Call __ieee754_expf before checking for overflow and
37346 underflow.
37347 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
37348 (u_threshold): Likewise.
37349 (__expl): Call __ieee754_expl before checking for overflow and
37350 underflow.
37351 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
37352 (__ieee754_expl): Allow for and saturate large arguments.
37353 * math/libm-test.inc (exp_test): Add another test. Do not allow
37354 missing overflow exception on overflow.
37355 (expm1_test): Do not allow missing overflow exception on overflow.
37356
6698b8bf
JM
37357 * sysdeps/i386/fpu/e_expl.c: Move to ...
37358 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
37359 rather than using inline asm.
37360 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
37361 * sysdeps/x86_64/fpu/e_expl.S: Copy from
37362 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
37363
7b17aeda
JM
37364 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
37365 (nice): Likewise.
37366 (poll): Likewise.
37367 (signal): Likewise.
37368 (time): Likewise.
37369 (times): Likewise.
37370
f7c85819
JM
373712012-05-04 Joseph Myers <joseph@codesourcery.com>
37372
37373 * sysdeps/unix/syscalls.list (adjtime): Add entry from
37374 sysdeps/unix/common/syscalls.list.
37375 (fchmod): Likewise.
37376 (fchown): Likewise.
37377 (ftruncate): Likewise.
37378 (getrusage): Likewise.
37379 (gettimeofday): Likewise.
37380 (setpgid): Likewise.
37381 (setregid): Likewise.
37382 (setreuid): Likewise.
37383 (sigaction): Likewise.
37384 (truncate): Likewise.
37385 (vhangup): Likewise.
37386 * sysdeps/unix/common/syscalls.list: Remove file.
37387 * sysdeps/unix/bsd/Implies: Don't include unix/common.
37388 * sysdeps/unix/sysv/linux/Implies: Likewise.
37389
336270d0
L
373902012-05-04 H.J. Lu <hongjiu.lu@intel.com>
37391
37392 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
37393 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
37394 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
37395 Moved to ...
37396 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
37397 Here.
37398 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
37399 to ...
37400 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
37401 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
37402 to ...
37403 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
37404 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
37405 to ...
37406 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
37407 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
37408 to ...
37409 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
37410 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
37411 to ...
37412 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
37413 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
37414 to ...
37415 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
37416 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
37417 to ...
37418 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
37419 Here.
37420 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
37421 to ...
37422 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
37423 Here.
37424 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
37425 to ...
37426 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
37427 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
37428 Moved to ...
37429 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
37430 Here.
37431 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37432 to ...
37433 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37434
d128e450
JM
374352012-05-04 Joseph Myers <joseph@codesourcery.com>
37436
fa8ee516
JM
37437 * sysdeps/unix/common/bits/dirent.h: Remove file.
37438 * sysdeps/unix/common/bits/fcntl.h: Likewise.
37439
d128e450
JM
37440 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37441 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37442 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37443 * sysdeps/unix/bsd/isatty.c: Likewise.
37444 * sysdeps/unix/bsd/tcdrain.c: Likewise.
37445 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37446 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37447
ff8faaf0 374482012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 37449
62881be4 37450 [BZ #13563]
31dc8730
AZ
37451 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37452 long double comparison inaccuracies.
37453 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37454 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37455
6fef930c
AS
374562012-05-04 Andreas Schwab <schwab@linux-m68k.org>
37457
37458 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37459 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37460
8f203e6c
JM
374612012-05-04 Joseph Myers <joseph@codesourcery.com>
37462
37463 [BZ #14049]
37464 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37465 nonzero digits before rounding a hex value.
37466 * stdlib/tst-strtod.c (tests): Add another test.
37467
5197d9c2
AK
374682012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
37469
37470 * sysdeps/s390/fpu/libm-test-ulps: Update.
37471
f0c1dedf
AJ
374722012-05-03 Andreas Jaeger <aj@suse.de>
37473
37474 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37475 does not get optimized out.
37476 (malloc_opt_barrier): New.
37477
a65ef2ae 374782012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 37479 Roland McGrath <roland@hack.frob.com>
a65ef2ae 37480
2b942cb7 37481 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 37482 intermediate file deletion.
2b942cb7 37483 (generated): Add .symlist files.
a65ef2ae 37484
54b71e02
JM
374852012-05-03 Joseph Myers <joseph@codesourcery.com>
37486
37487 [BZ #13775]
37488 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37489 Redirect under this condition.
37490 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37491 [__USE_GNU] (__dprintf_chk): Not under this condition.
37492 [__USE_GNU] (__vdprintf_chk): Likewise.
37493 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37494 under this condition.
37495 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37496 [__USE_XOPEN2K8] (dprintf): Define under this condition.
37497 [__USE_XOPEN2K8] (vdprintf): Likewise.
37498 [__USE_GNU] (__dprintf_chk): Not under this condition.
37499 [__USE_GNU] (__vdprintf_chk): Likewise.
37500 [__USE_GNU] (dprintf): Likewise.
37501 [__USE_GNU] (vdprintf): Likewise.
37502
d3dfcc41
RM
375032012-05-03 Roland McGrath <roland@hack.frob.com>
37504
37505 * elf/Makefile (common-generated): Set this instead of generated for
37506 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
37507 $(all-built-dso)-derived lists.
37508
7ac30cc5
AJ
375092012-05-03 Andreas Jaeger <aj@suse.de>
37510
0c51e550
AJ
37511 * sysdeps/i386/fpu/libm-test-ulps: Update.
37512
7ac30cc5
AJ
37513 * FAQ: Removed.
37514 * FAQ.in: Likewise.
37515 * scripts/gen-FAQ.pl: Likewise.
37516 * manual/install.texi (Installation): Point to online location of
37517 FAQ.
37518 * Makefile (files-for-dist): Remove FAQ.
37519 (FAQ): Remove.
37520
d4c2917f
AM
375212012-05-02 Allan McRae <allan@archlinux.org>
37522
37523 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37524 (LDFLAGS-reldepmod5.so): Likewise.
37525 (LDFLAGS-reldep6mod1.so): Likewise.
37526 (LDFLAGS-reldep6mod4.so): Likewise.
37527 (LDFLAGS-reldep8mod3.so): Likewise.
37528 (LDFLAGS-unload4mod1.so): Likewise.
37529 (LDFLAGS-unload4mod2.so): Likewise.
37530 (LDFLAGS-tst-initorder): Likewise.
37531 (LDFLAGS-tst-initordera2.so): Likewise.
37532 (LDFLAGS-tst-initordera3.so): Likewise.
37533 (LDFLAGS-tst-initordera4.so): Likewise.
37534 (LDFLAGS-tst-initorderb2.so): Likewise.
37535 (LDFLAGS-noload): Likewise.
37536 (LDFLAGS-next): Likewise.
37537 (LDFLAGS-order2mod1.so): Likewise.
37538 (LDFLAGS-order2mod2.so): Likewise.
37539 (LDFLAGS-tst-initorder2): Likewise.
37540 (LDFLAGS-tst-initorder2a.so): Likewise.
37541 (LDFLAGS-tst-initorder2b.so): Likewise.
37542 (LDFLAGS-tst-initorder2c.so): Likewise.
37543 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37544
d77f993f
DM
375452012-05-02 David S. Miller <davem@davemloft.net>
37546
37547 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37548
171a70b4
PP
375492012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
37550
37551 [BZ #14055]
37552 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37553
0be196ad
AJ
375542012-05-02 Andreas Jaeger <aj@suse.de>
37555
37556 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37557 since we manipulate rounding mode.
37558 (CPPFLAGS-test-idouble.c): Likewise.
37559 (CPPFLAGS-test-ifloat.c): Likewise.
37560 (CFLAGS-test-ldouble.c): Likewise.
37561 (CFLAGS-test-double.c): Likewise.
37562 (CFLAGS-test-float.c): Likewise.
37563 (CFLAGS-test-misc.c): Likewise.
37564 (CFLAGS-test-test-fenv.c): Likewise.
37565
4f9d04aa
AZ
375662012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37567
2b942cb7
RM
37568 [BZ #2550]
37569 [BZ #2570]
37570 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37571 comparisons to determine direction to adjust input.
4f9d04aa 37572
82a79e7d
RM
375732012-05-01 Roland McGrath <roland@hack.frob.com>
37574
f5a01ca9
RM
37575 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37576 output to the target.
37577
90fe4186
RM
37578 * scripts/localplt.awk: New file.
37579 * elf/Makefile ($(objpfx)check-localplt): Target removed.
37580 (check-localplt-CFLAGS): Variable removed.
37581 ($(all-built-dso:=.jmprel)): New static pattern rule.
37582 (generated): Add those targets.
37583 (localplt-built-dso): New variable.
37584 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37585
37586 * elf/check-localplt.c: File removed.
37587
82397ed6
RM
37588 * scripts/check-execstack.awk: New file.
37589 * elf/Makefile ($(objpfx)check-execstack): Target removed.
37590 (check-execstack-CFLAGS): Variable removed.
37591 ($(objpfx)check-execstack.h): Target removed.
37592 ($(objpfx)execstack-default): New target.
37593 (generated): Add that instead of check-execstack.h.
37594 ($(all-built-dso:=.phdr)): New static pattern rule.
37595 (generated): Add those targets.
37596 * elf/check-execstack.c: File removed.
37597
82a79e7d
RM
37598 * scripts/check-textrel.awk: New file.
37599 * elf/Makefile ($(objpfx)check-textrel): Target removed.
37600 (check-textrel-CFLAGS): Variable removed.
37601 (all-built-dso): Use := to define.o
37602 ($(all-built-dso:=.dyn)): New static pattern rule.
37603 (generated): Add those targets.
37604 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37605 * config.make.in (READELF): New substituted variable.
37606 * elf/check-textrel.c: File removed.
37607
62fde54f 376082012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 37609
615605c9
JM
37610 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37611 allow.
37612 * conform/data/ctype.h-data [C99-based standards] (isblank):
37613 Expect function.
37614 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37615 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37616 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37617 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37618 Specify type. Require positive value.
37619 (EILSEQ): Likewise.
37620 (ERANGE): Likewise.
37621 [ISO || POSIX] (EILSEQ): Do not expect.
37622 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37623 Specify type. Require positive value.
37624 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37625 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37626 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37627 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37628 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37629 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37630 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37631 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37632 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37633 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37634 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37635 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37636 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37637 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37638 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37639 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37640 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37641 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37642 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37643 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37644 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37645 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37646 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37647 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37648 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37649 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37650 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37651 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37652 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37653 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37654 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37655 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37656 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37657 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37658 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37659 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37660 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37661 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37662 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37663 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37664 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37665 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37666 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37667 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37668 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37669 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37670 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37671 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37672 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37673 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37674 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37675 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37676 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37677 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37678 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37679 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37680 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37681 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37682 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37683 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37684 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37685 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37686 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37687 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37688 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37689 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37690 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37691 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37692 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37693 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37694 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37695 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37696 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37697 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37698 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37699 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37700 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37701 Require >= 2.
37702 (FLT_ROUNDS): Expect as macro, not constant.
37703 (FLT_MANT_DIG): Use macro-int-constant.
37704 (DBL_MANT_DIG): Likewise.
37705 (LDBL_MANT_DIG): Likewise.
37706 (FLT_DIG): Likewise.
37707 (DBL_DIG): Likewise.
37708 (LDBL_DIG): Likewise.
37709 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
37710 (DBL_MIN_EXP): Likewise.
37711 (LDBL_MIN_EXP): Likewise.
37712 (FLT_MAX_EXP): Use macro-int-constant.
37713 (DBL_MAX_EXP): Likewise.
37714 (LDBL_MAX_EXP): Likewise.
37715 (FLT_MAX_10_EXP): Likewise.
37716 (DBL_MAX_10_EXP): Likewise.
37717 (LDBL_MAX_10_EXP): Likewise.
37718 (FLT_MAX): Use macro-constant.
37719 (DBL_MAX): Likewise.
37720 (LDBL_MAX): Likewise.
37721 (FLT_EPSILON): Use macro-constant. Give upper bound.
37722 (DBL_EPSILON): Likewise.
37723 (LDBL_EPSILON): Likewise.
37724 (FLT_MIN): Likewise.
37725 (DBL_MIN): Likewise.
37726 (LDBL_MIN): Likewise.
37727 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37728 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37729 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37730 [ISO11] (FLT_HAS_SUBNORM): Likewise.
37731 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37732 [ISO11] (DBL_DECIMAL_DIG): Likewise.
37733 [ISO11] (FLT_DECIMAL_DIG): Likewise.
37734 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37735 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37736 [ISO11] (FLT_TRUE_MIN): Likewise.
37737 [ISO11] (LDBL_TRUE_MIN): Likewise.
37738 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37739 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37740 (SCHAR_MIN): Use macro-int-constant. Specify type.
37741 (SCHAR_MAX): Likewise.
37742 (UCHAR_MAX): Likewise.
37743 (CHAR_MIN): Likewise.
37744 (CHAR_MAX): Likewise.
37745 (MB_LEN_MAX): Use macro-int-constant.
37746 (SHRT_MIN): Use macro-int-constant. Specify type.
37747 (SHRT_MAX): Likewise.
37748 (USHRT_MAX): Likewise.
37749 (INT_MAX): Likewise.
37750 (INT_MIN): Use macro-int-constant. Specify type. Make upper
37751 bound negative.
37752 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
37753 bound with "U".
37754 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
37755 bound with "L".
37756 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
37757 bound negative. Suffix upper bound with "L".
37758 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
37759 bound with "UL".
37760 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37761 Specify type.
37762 [C99-based standards] (LLONG_MAX): Likewise.
37763 [C99-based standards] (ULLONG_MAX): Likewise.
37764 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
37765 == 0.
37766 [ISO11] (max_align_t): Require type.
37767 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37768
c9140a62
JM
37769 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37770 from $CFLAGS, without defining away __attribute__ calls.
37771 (checknamespace): Use $CFLAGS_namespace.
37772
9af0bf29
JM
37773 * conform/conformtest.pl (@keywords): Only include C99 keywords
37774 for standards based on C99 or C11.
37775
343222a2
JM
37776 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37777 Disable tests.
37778 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37779 UNIX98]: Likewise.
37780
661f8cf0
JM
37781 * conform/conformtest.pl: Handle "macro-int-constant" and test for
37782 usability of symbols in #if.
37783
ee74b9cb
JM
37784 * conform/conformtest.pl: If macro or constant types start
37785 "promoted:", expect the symbol to be of the following type
37786 promoted by the integer promotions.
62fde54f 37787
aafc49b3
JM
37788 * conform/conformtest.pl: Parse all "constant" and "macro" lines
37789 in one place. Also handle "macro-constant".
37790
fefdf574
JM
37791 * conform/conformtest.pl: Only accept expected macro values with
37792 "==". Parse all "macro" lines in one place.
37793 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37794
f2d922fe
JM
37795 * conform/conformtest.pl: Handle braced types on "constant" lines
37796 instead of handling "typed-constant".
37797 * conform/data/signal.h-data: Use "constant" instead of
37798 "typed-constant".
37799
d22956c9
JM
37800 * conform/conformtest.pl: Handle "optional-" at start of lines in
37801 one place rather than duplicating several cases. Handle each
37802 format of "macro" line with initial "optional-".
37803
028e2e38
JM
37804 * conform/conformtest.pl: Only accept expected constant or
37805 optional-constant values with "==". Parse all "constant" lines in
37806 one place. Parse all "optional-constant" lines in one place.
37807 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37808 * conform/data/fmtmsg.h-data: Likewise.
37809 * conform/data/netinet/in.h-data: Likewise.
37810 * conform/data/tar.h-data: Likewise.
37811 * conform/data/limits.h-data: Use "==" form on "constant" and
37812 "optional-constant" lines.
37813
1b8f2850
JM
37814 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37815 Use -std=c99 for XOPEN2K.
37816 (@knownproblems): Remove.
37817 (newtoken): Don't check %isknown.
37818
a05a144b
JM
37819 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37820 Do not expect macro.
37821 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37822 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37823 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37824 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37825 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37826 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37827 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37828 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37829 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37830 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37831 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37832 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37833 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37834 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37835 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37836 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37837 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37838 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37839 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37840 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37841 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37842 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37843 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37844 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37845 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37846 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37847 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37848 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37849 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37850 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37851 [XPG3] (acosh): Likewise.
37852 [XPG3] (asinh): Likewise.
37853 [XPG3] (atanh): Likewise.
37854 [XPG3] (cbrt): Likewise.
37855 [XPG3] (expm1): Likewise.
37856 [XPG3] (ilogb): Likewise.
37857 [XPG3] (log1p): Likewise.
37858 [XPG3] (logb): Likewise.
37859 [XPG3] (nextafter): Likewise.
37860 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37861 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37862 [XPG3] (remainder): Likewise.
37863 [XPG3] (rint): Likewise.
37864 [XPG3 || XPG4 || UNIX98] (round): Likewise.
37865 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37866 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37867 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37868 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37869 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37870 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37871 [UNIX98 || XOPEN2K] (scalb): Expect.
37872 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37873 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37874 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37875 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37876 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37877 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37878 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37879 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37880 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37881 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37882 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37883 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37884 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37885 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37886 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37887 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37888 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37889 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37890 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37891 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37892 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37893 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37894 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37895 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37896 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37897 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37898 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37899 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37900 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37901 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37902 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37903 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37904 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37905 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37906 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37907 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37908 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37909 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37910 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37911 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37912 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37913 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37914 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37915 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37916 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37917 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37918 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37919 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37920 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37921 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37922 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37923 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37924 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37925 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37926 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37927 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37928 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37929 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37930 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37931 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37932 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37933 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37934 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37935 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37936 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37937 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37938 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37939 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37940 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37941 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37942 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37943 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37944 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37945 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37946 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37947 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37948 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37949 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37950 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37951 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37952 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37953 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37954 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37955 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37956 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37957 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37958 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37959 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37960 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37961 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37962 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37963 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37964 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37965 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37966 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37967 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37968 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37969 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37970 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37971 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37972 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37973 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37974 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37975 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37976 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37977 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37978 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37979 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37980 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37981 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37982 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37983 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37984 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37985 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37986 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37987 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37988 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37989 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37990 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37991 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37992 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37993 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37994 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37995 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37996 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37997 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37998 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37999 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
38000 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
38001 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
38002 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
38003 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
38004 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
38005 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
38006 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
38007 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
38008 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
38009
73c5ebe3
JM
38010 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
38011 _XOPEN_SOURCE_EXTENDED for XPG4.
38012
39c33b6c
JM
38013 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
38014
62fde54f
JM
38015 * Makeconfig (localtime): Remove variable.
38016 (inst_localtime-file): Likewise.
38017
0741d64c
AS
380182012-05-01 Andreas Schwab <schwab@linux-m68k.org>
38019
38020 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
38021 Update.
38022 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38023 Update.
38024 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
38025 Update.
38026 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
38027 Update.
38028 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
38029 Update.
38030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
38031 Update.
38032 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
38033 Update.
38034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
38035 Update.
38036 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38037 Update.
38038
7cb029ee
JM
380392012-05-01 Joseph Myers <joseph@codesourcery.com>
38040
38041 [BZ #2550]
38042 [BZ #2570]
38043 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
38044 comparisons to determine direction to adjust input.
38045 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
38046 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
38047 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
38048 Likewise.
38049 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
38050 Likewise.
38051 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
38052 Likewise.
38053 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
38054 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
38055 Likewise.
38056 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
38057 Likewise.
38058 * math/libm-test.inc (nexttoward_test): Add more tests.
38059
412bd966
AS
380602012-05-01 Andreas Schwab <schwab@linux-m68k.org>
38061
38062 [BZ #14040]
38063 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
38064 in version GLIBC_2.1, not GLIBC_2.0.
38065 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
38066 Likewise.
38067
9568c0c2
JM
380682012-04-30 Joseph Myers <joseph@codesourcery.com>
38069
adfbc8ac
JM
38070 [BZ #13942]
38071 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
38072 (1 - x) * (1 + x).
38073 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38074 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
38075 * math/libm-test.inc (acos_test): Add more tests.
38076 (asin_test): Likewise.
38077 * sysdeps/i386/fpu/libm-test-ulps: Update.
38078 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38079
5ba3cc69
JM
38080 [BZ #14034]
38081 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
38082 of square root.
38083 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
38084 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
38085 * math/libm-test.inc (acos_test_tonearest): New function.
38086 (acos_test_towardzero): Likewise.
38087 (acos_test_downward): Likewise.
38088 (acos_test_upward): Likewise.
38089 (asin_test_tonearest): Likewise.
38090 (asin_test_towardzero): Likewise.
38091 (asin_test_downward): Likewise.
38092 (asin_test_upward): Likewise.
38093 (main): Call the new functions.
38094 * sysdeps/i386/fpu/libm-test-ulps: Update.
38095 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38096
9568c0c2
JM
38097 [BZ #13884]
38098 [BZ #13924]
38099 * math/e_exp10.c: Include <float.h>.
38100 (__ieee754_exp10): Handle underflow here rather than multiplying
38101 large negative argument by M_LN10.
38102 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
38103 of __ieee754_expf.
38104 * math/e_exp10l.c: Include <float.h>.
38105 (__ieee754_exp10l): Handle underflow here rather than multiplying
38106 large negative argument by M_LN10l.
38107 * math/libm-test.inc (exp10_test): Add another test. Do not allow
38108 spurious overflow exception on underflow.
38109
5ac3ea17
MP
381102012-04-29 Marek Polacek <polacek@redhat.com>
38111
38112 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
38113 (__fortify_function): New macro.
38114 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
38115 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
38116 __extern_always_inline.
38117 * libio/bits/stdio2.h: Likewise.
38118 * libio/bits/stdio.h: Likewise.
38119 * string/string.h: Likewise.
38120 * string/bits/string3.h: Likewise.
38121 * include/stdio.h: Likewise.
38122 * stdlib/bits/stdlib.h: Likewise.
38123 * stdlib/stdlib.h: Likewise.
38124 * rt/bits/mqueue2.h: Likewise.
38125 * rt/mqueue.h: Likewise.
38126 * posix/bits/unistd.h: Likewise.
38127 * posix/unistd.h: Likewise.
38128 * io/bits/poll2.h: Likewise.
38129 * io/bits/fcntl2.h: Likewise.
38130 * io/fcntl.h: Likewise.
38131 * io/sys/poll.h: Likewise.
38132 * misc/bits/syslog.h: Likewise.
38133 * misc/bits/syslog-ldbl.h: Likewise.
38134 * misc/sys/syslog.h: Likewise.
38135 * socket/bits/socket2.h: Likewise.
38136 * socket/sys/socket.h: Likewise.
38137 * debug/tst-chk1.c: Likewise.
38138 * wcsmbs/bits/wchar2.h: Likewise.
38139 * wcsmbs/bits/wchar-ldbl.h: Likewise.
38140 * wcsmbs/wchar.h: Likewise.
38141
ecf0ebfb
AJ
381422012-04-29 Andreas Jaeger <aj@suse.de>
38143
38144 * Makerules (tests): Remove enable-check-abi protection.
38145 (check-abi-warn): Remove.
38146 (check-abi-%): Remove check-abi-warn usage.
38147
38148 * configure.in: Remove check-abi configure option.
38149 * configure: Regenerated.
38150 * config.make.in (enable-check-abi): Remove.
38151
6d5c57fa
AS
381522012-04-28 Andreas Schwab <schwab@linux-m68k.org>
38153
24c5d07e 38154 [BZ #14033]
ded5180a
AS
38155 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
38156 double functions to double *_finite functions.
38157
7e0d315d
AS
38158 [BZ #13941]
38159 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
38160 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
38161 LDBL_MIN_EXP.
38162 * stdio-common/Makefile (tests): Add tst-sprintf3.
38163 * stdio-common/tst-sprintf3.c: New file.
38164
6d5c57fa
AS
38165 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
38166 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
38167
0749ff8b
JM
381682012-04-28 Joseph Myers <joseph@codesourcery.com>
38169
38170 * conform/conformtest.pl: Remove duplicate typed-constant
38171 handling.
38172
8dbd5d7b
DM
381732012-04-28 David S. Miller <davem@davemloft.net>
38174
38175 * Makerules (%.abilist): Add vpath on sysdep_dirs.
38176 (check-abi-%): Remove AWK script prerequisite and explicit
38177 abilist directory.
38178 (check-abi): Rewrite to just diff the symlist with the abilist.
38179 (config-tls, config-abi-config): Delete, no longer used.
38180 (update-abi-%): Remove AWK script and explicit abilist directory.
38181 (update-abi): Rewrite to simply compare and conditionally copy the
38182 symlist and the sysdep abilist file. Remove update-abi-config
38183 checks.
38184 * abilist/ld.abilist: Remove.
38185 * abilist/libBrokenLocale.abilist: Remove.
38186 * abilist/libanl.abilist: Remove.
38187 * abilist/libcrypt.abilist: Remove.
38188 * abilist/libdl.abilist: Remove.
38189 * abilist/librt.abilist: Remove.
38190 * abilist/libthread_db.abilist: Remove.
38191 * abilist/libutil.abilist: Remove.
38192 * scripts/extract-abilist.awk: Remove.
38193 * scripts/merge-abilist.awk: Remove.
38194 * sysdeps/generic/libcidn.abilist: New file.
38195 * sysdeps/generic/libnss_compat.abilist: New file.
38196 * sysdeps/generic/libnss_db.abilist: New file.
38197 * sysdeps/generic/libnss_dns.abilist: New file.
38198 * sysdeps/generic/libnss_files.abilist: New file.
38199 * sysdeps/generic/libnss_hesiod.abilist: New file.
38200 * sysdeps/generic/libnss_nis.abilist: New file.
38201 * sysdeps/generic/libnss_nisplus.abilist: New file.
38202 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
38203 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
38204 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
38205 file.
38206 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
38207 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
38208 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
38209 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
38210 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
38211 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
38212 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
38213 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
38214 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
38215 file.
38216 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
38217 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
38218 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
38219 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
38220 file.
38221 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
38222 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
38223 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
38224 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
38225 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
38226 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
38227 file.
38228 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
38229 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
38230 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
38231 file.
38232 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
38233 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
38234 New file.
38235 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
38236 New file.
38237 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
38238 New file.
38239 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
38240 New file.
38241 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
38242 New file.
38243 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
38244 New file.
38245 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
38246 New file.
38247 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
38248 New file.
38249 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
38250 New file.
38251 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
38252 New file.
38253 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
38254 New file.
38255 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
38256 New file.
38257 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
38258 New file.
38259 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
38260 file.
38261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
38262 New file.
38263 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
38264 New file.
38265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
38266 file.
38267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
38268 New file.
38269 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
38270 New file.
38271 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
38272 file.
38273 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
38274 New file.
38275 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
38276 New file.
38277 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
38278 New file.
38279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
38280 New file.
38281 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
38282 New file.
38283 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
38284 New file.
38285 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
38286 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
38287 file.
38288 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
38289 New file.
38290 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
38291 file.
38292 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
38293 file.
38294 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
38295 file.
38296 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
38297 file.
38298 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
38299 file.
38300 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38301 New file.
38302 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
38303 file.
38304 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
38305 file.
38306 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
38307 New file.
38308 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
38309 file.
38310 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
38311 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
38312 file.
38313 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
38314 New file.
38315 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
38316 file.
38317 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
38318 file.
38319 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
38320 file.
38321 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
38322 file.
38323 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
38324 file.
38325 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38326 New file.
38327 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
38328 file.
38329 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
38330 file.
38331 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
38332 New file.
38333 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
38334 file.
38335 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
38336 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
38337 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
38338 file.
38339 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
38340 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
38341 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
38342 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
38343 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
38344 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
38345 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
38346 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
38347 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
38348 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
38349 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
38350 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
38351 file.
38352 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
38353 New file.
38354 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
38355 file.
38356 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
38357 file.
38358 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
38359 file.
38360 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
38361 file.
38362 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
38363 file.
38364 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
38365 New file.
38366 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
38367 New file.
38368 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
38369 file.
38370 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
38371 New file.
38372 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
38373 file.
38374 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
38375 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
38376 file.
38377 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
38378 New file.
38379 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
38380 file.
38381 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
38382 file.
38383 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
38384 file.
38385 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
38386 file.
38387 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
38388 file.
38389 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
38390 New file.
38391 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
38392 New file.
38393 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
38394 file.
38395 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
38396 New file.
38397 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
38398 file.
38399
41d73a1b
JM
384002012-04-28 Joseph Myers <joseph@codesourcery.com>
38401
38402 * conform/conformtest.pl: Fix typo in handling typed-constant from
38403 allow-header.
38404
28aeeda4
JM
384052012-04-27 Joseph Myers <joseph@codesourcery.com>
38406
adae8f5e
JM
38407 * README: Cut down references to pre-2.6 Linux kernels and
38408 Linuxthreads. Update lists of configurations in libc and ports
38409 and sort alphabetically. Say "or newer" with Linux kernel version
38410 requirements.
38411
28aeeda4
JM
38412 * config.h.in [IS_IN_build]: Allow compiling without optimization.
38413
a462cb63
RA
384142012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
38415
38416 [BZ #887]
38417 * math/libm-test.inc (logb_test_downward): New test to expose
38418 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
38419 rounding mode.
38420
6ad3493e
JM
384212012-04-27 Joseph Myers <joseph@codesourcery.com>
38422
38423 [BZ #14027]
38424 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
38425 to be done.
38426 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
38427 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
38428
2ce4f015
JM
384292012-04-26 Joseph Myers <joseph@codesourcery.com>
38430
5aeb141a
JM
38431 * sysdeps/unix/i386/brk.S: Remove file.
38432 * sysdeps/unix/i386/dl-brk.S: Likewise.
38433 * sysdeps/unix/i386/pipe.S: Likewise.
38434 * sysdeps/unix/i386/sigreturn.S: Likewise.
38435 * sysdeps/unix/i386/syscall.S: Likewise.
38436 * sysdeps/unix/i386/vfork.S: Likewise.
38437 * sysdeps/unix/i386/wait.S: Likewise.
38438
7143acae
JM
38439 * sysdeps/unix/common/tcsendbrk.c: Move to ...
38440 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38441
2ce4f015
JM
38442 * configure.in (arm*-none*): Do not allow without
38443 --enable-hacker-mode.
38444 (netbsd*): Remove case setting base_os.
38445 (386bsd*): Likewise.
38446 (freebsd*): Likewise.
38447 (bsdi*): Likewise.
38448 (osf*): Likewise.
38449 (sunos*): Likewise.
38450 (ultrix*): Likewise.
38451 (newsos*): Likewise.
38452 (dynix*): Likewise.
38453 (*bsd*): Likewise.
38454 (sysv*): Likewise.
38455 (isc*): Likewise.
38456 (esix*): Likewise.
38457 (sco*): Likewise.
38458 (minix*): Likewise.
38459 (irix4*): Likewise.
38460 (irix6*): Likewise.
38461 (solaris[2-9]*): Likewise.
38462 (none): Likewise.
38463 * configure: Regenerated.
38464
0ac229c8
AZ
384652012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38466
38467 [BZ #11521]
38468 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38469 overflow or cancellation in calculating denominator.
38470 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38471 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38472 down expression to avoid unexpected rounding in newer GCCs.
38473 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38474
33f244f4
DM
384752012-04-26 David S. Miller <davem@davemloft.net>
38476
38477 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38478 long-double compat symbols.
38479 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38480 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38481 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38482 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38483 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38484 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38485 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38486 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38487 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38488 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38489 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38490 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38491 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38492
cfa1f3e8
DM
384932012-04-25 David S. Miller <davem@davemloft.net>
38494
38495 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38496 HWCAP_* values only after the memory barriers have been defined.
38497 (atomic_full_barrier): Define.
38498 (atomic_read_barrier): Define.
38499 (atomic_write_barrier): Define.
38500
6e236b92
SP
385012012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
38502
38503 * shlib-versions: Add libgcc_s version information.
38504 * sysdeps/generic/libgcc_s.h: Remove.
38505 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38506 libgcc_s.h.
38507 * sysdeps/gnu/unwind-resume.c: Likewise.
38508 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38509
aab39a09
DM
385102012-04-25 David S. Miller <davem@davemloft.net>
38511
38512 * sysdeps/unix/sparc/brk.S: Delete.
38513 * sysdeps/unix/sparc/dl-brk.S: Delete.
38514 * sysdeps/unix/sparc/pipe.S: Delete.
38515 * sysdeps/unix/sparc/sysdep.S: Delete.
38516 * sysdeps/unix/sparc/sysdep.h: Delete.
38517 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
38518 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38519 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38520 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38521 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
38522 (JUMPTARGET): Remove.
38523 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38524 sysdeps/unix/sparc/sysdep.h
38525 (ENTRY, END): Remove.
38526 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38527
a3cc4f48
JM
385282012-04-25 Joseph Myers <joseph@codesourcery.com>
38529
2ed8cda2
JM
38530 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38531 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38532 -DIS_IN_build.
38533
35d76d59
JM
38534 * timezone/README: Update upstream location and email address for
38535 tzcode and tzdata.
38536 * timezone/zdump.c: Update from tzcode 2012b.
38537 * timezone/zic.c: Likewise.
38538
a3cc4f48
JM
38539 * configure.in (libc_cv_as_needed): Remove test.
38540 * configure: Regenerated.
38541 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38542 conditional definition.
38543 [$(have-as-needed) != yes] (no-as-needed): Likewise.
38544 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38545 * config.make.in (have-as-needed): Remove variable.
38546
ceab42c3
SP
385472012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
38548 Paul Pluzhnikov <ppluzhnikov@google.com>
38549
38550 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38551 strings correctly.
38552
3ce2865f
CLT
385532012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
38554
38555 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38556 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38557 * sysdeps/sh/strlen.S: Likewise.
38558
f37e0d68
JM
385592012-04-24 Joseph Myers <joseph@codesourcery.com>
38560
ae186e9a
JM
38561 * sysdeps/unix/fork.S: Remove file.
38562 * sysdeps/unix/i386/fork.S: Likewise.
38563 * sysdeps/unix/sparc/fork.S: Likewise.
38564
b96914af
JM
38565 * sysdeps/unix/system.c: Remove file.
38566 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38567
f37e0d68
JM
38568 * sysdeps/unix/getegid.S: Remove file.
38569 * sysdeps/unix/geteuid.S: Likewise.
38570
87ef29ca
RM
385712012-04-24 Roland McGrath <roland@hack.frob.com>
38572
83bcd236
RM
38573 * scripts/check-localplt.awk: New file.
38574 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38575 of diff.
38576 * scripts/data/localplt-generic.data: Add a comment.
38577
87ef29ca
RM
38578 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38579 NODE when __dir_mkfile failed.
38580 * sysdeps/mach/hurd/symlinkat.c: Likewise.
38581 Reported by Ludovic Courtès <ludo@gnu.org>.
38582
e5a6e567
AJ
385832012-04-24 Andreas Jaeger <aj@suse.de>
38584
38585 * Makerules (common-clean): Also remove gen-as-const-headers
38586 files.
38587
c1820385
JM
385882012-04-24 Joseph Myers <joseph@codesourcery.com>
38589
38590 * Makerules (native-compile): Do not change working directory for
38591 build. Use $(OUTPUT_OPTION) in command.
38592 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38593
94e02fc4
AZ
385942012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38595
38596 [BZ #13886]
38597 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38598 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38599 * math/libm-test.inc (floor_test): Add more tests.
38600 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38601
3a533ca3
JM
386022012-04-24 Joseph Myers <joseph@codesourcery.com>
38603
940ab4b3
JM
38604 * sysdeps/unix/getdents.c: Remove file.
38605 * sysdeps/unix/sysv/getdents.c: Likewise.
38606 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38607
90e037bd
JM
38608 * sysdeps/unix/syscalls.list (madvise): Add syscall from
38609 sysdeps/unix/mman/syscalls.list.
38610 (mmap): Likewise.
38611 (mprotect): Likewise.
38612 (msync): Likewise.
38613 (munmap): Likewise.
38614 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38615 * sysdeps/unix/mman/syscalls.list: Remove.
38616 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38617
3a533ca3
JM
38618 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38619 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38620 * configure: Regenerated.
38621 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38622 $(libgcc_s_suffix).
38623 * config.make.in (libgcc_s_suffix): Remove variable.
38624
1ad743de
JM
386252012-04-23 Joseph Myers <joseph@codesourcery.com>
38626
4ad451e2
JM
38627 * sysdeps/unix/sysv/gethostname.c: Move to ...
38628 * sysdeps/posix/gethostname.c: ... here.
38629
5e37ce39
JM
38630 * sysdeps/unix/execve.S: Remove file.
38631
1ad743de
JM
38632 * sysdeps/unix/_exit.S: Remove file.
38633
4e681b5b
AJ
386342012-04-23 Andreas Jaeger <aj@suse.de>
38635
38636 [BZ #13739]
38637 * manual/Makefile: Remove make dist support, there's no
38638 need for a stand-alone documentation tar ball.
38639 (TEXI2DVI): Define always, it's not in Makeconfig.
38640 (dist): Removed.
38641 (tar-it): Removed.
38642 (edition): Removed.
38643 (glibc-doc-$(edition).tar): Removed
38644 (%.Z): Removed.
38645 (%.gz): Removed.
38646 (%.uu): Removed.
38647 (ETAGS): Remove, it's in Makeconfig.
38648 (move-if-change): Remove, it's in Makeconfig.
38649
38686a03 386502012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
38651
38652 [BZ #13970]
38653 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38654 (strtod, strtof, strtold, strtol, strtoul, strtoq)
38655 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38656 (strtod_l, strtof_l, strtold_l): Remove __wur.
38657 It is not necessarily an error to ignore strtol's return value.
38658 One can reliably look at the stored endptr to decide whether
38659 the number had valid syntax.
38660
7c0616fa
AJ
386612012-04-21 Andreas Jaeger <aj@suse.de>
38662
803cb6b7 38663 [BZ #13739]
7c0616fa
AJ
38664 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38665
b0fe253f
JM
386662012-04-21 Joseph Myers <joseph@codesourcery.com>
38667
38668 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38669 * sysdeps/unix/sysv/Versions: Remove file.
38670
8280f22d
MT
386712012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
38672
38673 [BZ #13927]
38674 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38675
75ce411f 386762012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
38677
38678 [BZ #7064]
38679 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38680 version from __vm86.
38681
097d59fa
JM
386822012-04-20 Joseph Myers <joseph@codesourcery.com>
38683
a90f3bcb
JM
38684 * sysdeps/unix/common/lxstat.c: Remove file.
38685 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38686
edc7ea78
JM
38687 * sysdeps/unix/sysv/Makefile: Remove file.
38688
cb78c221
JM
38689 * sysdeps/unix/sysv/direct.h: Remove file.
38690
efa6a45f
JM
38691 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38692 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38693 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38694 * sysdeps/unix/sysv/bits/signum.h: Likewise.
38695 * sysdeps/unix/sysv/bits/stat.h: Likewise.
38696 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38697 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38698
9c9f2d0c
JM
38699 * sysdeps/unix/sysv/setrlimit.c: Remove file.
38700
4541c83b
JM
38701 * sysdeps/unix/xmknod.c: Remove file.
38702 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38703
f5d153a0
JM
38704 * sysdeps/unix/sysv/settimeofday.c: Remove file.
38705
aa746595
JM
38706 * sysdeps/unix/sysv/i386/time.S: Remove file.
38707
cce5905e
JM
38708 * sysdeps/unix/fxstat.c: Remove file.
38709 * sysdeps/unix/xstat.c: Likewise.
38710 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38711
37fa3841
JM
38712 * sysdeps/unix/sysv/sigaction.c: Remove file.
38713
ff1962a3
JM
38714 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38715 (sysdep_headers): Remove variable.
38716 [termio.h not in sysdep_headers] (generated): Likewise.
38717 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38718 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38719 * sysdeps/unix/sysv/tcdrain.c: Likewise.
38720 * sysdeps/unix/sysv/tcflow.c: Likewise.
38721 * sysdeps/unix/sysv/tcflush.c: Likewise.
38722 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38723 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38724 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38725 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38726 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38727
e7740d31
JM
38728 * sysdeps/unix/siglist.c: Remove file.
38729
ee06f18b
JM
38730 * sysdeps/unix/getppid.S: Remove file.
38731
097d59fa
JM
38732 * sysdeps/unix/mkdir.c: Remove file.
38733 * sysdeps/unix/rmdir.c: Likewise.
38734
ff3d51ec
AS
387352012-04-19 Andreas Schwab <schwab@linux-m68k.org>
38736
38737 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38738 ERR_MAX value.
38739 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38740 errlist-compat value.
38741
50f81fd7
DM
387422012-04-18 David S. Miller <davem@davemloft.net>
38743
38744 * sysdeps/generic/memcopy.h (reg_char): Delete.
38745 * debug/strcat_chk.c: Use char, not reg_char.
38746 * debug/strcpy_chk.c: Likewise.
38747 * debug/strncat_chk.c: Likewise.
38748 * debug/strncpy_chk.c: Likewise.
38749 * string/memchr.c: Likewise.
38750 * string/memrchr.c: Likewise.
38751 * string/rawmemchr.c: Likewise.
38752 * string/strcat.c: Likewise.
38753 * string/strchr.c: Likewise.
38754 * string/strchrnul.c: Likewise.
38755 * string/strcmp.c: Likewise.
38756 * string/strcpy.c: Likewise.
38757 * string/strncat.c: Likewise.
38758 * string/strncmp.c: Likewise.
38759 * string/strncpy.c: Likewise.
38760
8ff41c46
WS
387612012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
38762
38763 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38764 __builtin_memcopy is called when src and dest ranges are known to not
38765 overlap.
38766
6b652f46
WS
387672012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
38768
38769 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38770 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38771 fwd_align_merge macro call.
38772 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38773 bwd_align_merge macro call.
38774 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38775
b282631e
WS
387762012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
38777
38778 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38779 bwd_align_merge macros.
38780 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38781 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38782 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38783
95aa737c
DM
387842012-04-18 David S. Miller <davem@davemloft.net>
38785
38786 * sysdeps/sparc/sparc64/memcopy.h: Delete.
38787
7a99a614
AJ
387882012-04-18 Andreas Jaeger <aj@suse.de>
38789
38790 [BZ# 6794]
38791 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38792 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38793 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38794
38795 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38796 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38797 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38798
38799 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38800 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38801 Adjust for changed ldbl-128 files.
38802
38803 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38804 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38805 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38806
e5270c23
DM
388072012-04-17 David S. Miller <davem@davemloft.net>
38808
38809 * sysdeps/sparc/sparc32/memcopy.h: Delete.
38810
fb5e92c9
AS
388112012-04-17 Andreas Schwab <schwab@linux-m68k.org>
38812
38813 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38814 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38815 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38816 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38817 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38818 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38819
76da7265
AZ
388202012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38821
38822 [BZ #6794]
38823 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38824 * math/libm-test.inc: Add ilogb errno and exception tests.
38825 * math/w_ilogb.c: New file: ilogb wrapper.
38826 * math/w_ilogbf.c: New file: ilogbf wrapper.
38827 * math/w_ilogbl.c: New file: ilogbl wrapper.
38828 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38829 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38830 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38831 exception being thrown with 0.0 as argument.
38832 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38833 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38834 exception being thrown with 0.0 as argument.
38835 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38836 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38837 exception being thrown with 0.0 as argument.
38838 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38839 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38840 exception being thrown with 0.0 as argument.
38841 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38842 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 38843 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
38844 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38845 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38846 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38847 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38848 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38849 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38850
0396e69d
PB
388512012-04-17 Petr Baudis <pasky@ucw.cz>
38852
38853 * include/sys/uio.h: Change __vector to __iovec to avoid clash
38854 with altivec.
38855
750b5926
MP
388562012-04-16 Marek Polacek <polacek@redhat.com>
38857
38858 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38859
751728a1
MP
388602012-04-16 Marek Polacek <polacek@redhat.com>
38861
38862 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38863 operands of fdivp instruction.
38864
34a27407
L
388652012-04-13 H.J. Lu <hongjiu.lu@intel.com>
38866
38867 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38868 * elf/tst-auditmod3b.c: Likewise.
38869 * elf/tst-auditmod4b.c: Likewise.
38870 * elf/tst-auditmod5b.c: Likewise.
38871 * elf/tst-auditmod6b.c: Likewise.
38872 * elf/tst-auditmod6c.c: Likewise.
38873 * elf/tst-auditmod7b.c: Likewise.
38874 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38875 * sysdeps/x86_64/preconfigure.in: Likewise.
38876 * sysdeps/x86_64/preconfigure: Regenerated.
38877
7e73e17d
L
388782012-04-13 H.J. Lu <hongjiu.lu@intel.com>
38879
38880 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38881 __ILP32__.
38882
c7a6ab72
AB
388832012-04-13 Antoine Balestrat <merkil33@gmail.com>
38884
38885 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38886 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38887
a9e8e0e0
CL
388882012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
38889
38890 [BZ #13973]
38891 * locale/iso-639.def: Fix gl language name. Spotted by
38892 Yaron Shahrabani.
38893
ec98af7d
RM
388942012-04-12 Roland McGrath <roland@hack.frob.com>
38895
38896 [BZ #2074]
38897 * libio/libio.h (__io_write_fn): Update comment.
38898
247c3ede
PB
388992012-04-12 Petr Baudis <pasky@ucw.cz>
38900
38901 [BZ #2074]
38902 * stdio.texi (Hook Functions): The user provided writer function
38903 is not allowed to return -1.
38904
55939d6d
DM
389052012-04-11 David S. Miller <davem@davemloft.net>
38906
38907 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38908
90020f5a
MF
389092012-04-11 Mike Frysinger <vapier@gentoo.org>
38910
38911 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38912 Add a leading slash to rtkaio.
38913
288f9098
JM
389142012-04-11 Jim Meyering <meyering@redhat.com>
38915
90020f5a
MF
38916 [BZ #11959]
38917 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38918 It is not necessarily an error to ignore fwrite's return
38919 value. One can reliably use ferror to test for errors after
38920 the fact.
288f9098 38921
4be2b570
L
389222012-04-10 H.J. Lu <hongjiu.lu@intel.com>
38923
38924 * bits/types.h (__snseconds_t): New type.
38925 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38926
38927 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38928 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38929 (__SNSECONDS_T_TYPE): Likewise.
38930 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38931 (__SNSECONDS_T_TYPE): Likewise.
38932 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38933 (__SNSECONDS_T_TYPE): Likewise.
38934
288f9098 389352012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
38936
38937 [BZ #2636]
38938 * manual/time.texi (Processor Time): Return type of times is
38939 elapsed real time since an arbitrary point in the past.
38940 (CPU Time): Move CLK_TCK from here...
38941 (Processor Time): ...to here. Correct description.
38942 * manual/conf.texi (Constants for Sysconf): Correct description of
38943 _SC_CLK_TCK.
38944
d7dd4413
DM
389452012-04-10 David S. Miller <davem@davemloft.net>
38946
38947 [BZ #13967]
38948 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38949 where the is a gap between DT_REL(A) and DT_JMPREL.
38950
b46068fc
L
389512012-04-10 H.J. Lu <hongjiu.lu@intel.com>
38952
38953 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38954 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38955 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38956
73d65cc3
SP
389572012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
38958
38959 * elf/dl-support.c (_dl_inhibit_cache): New variable.
38960 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38961 (dl_main): Handle --inhibit-cache.
38962 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38963 _dl_inhibit_cache.
38964 * elf/dl-load.c (_dl_map_object): Use it.
38965 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38966
bcc8d661
JM
389672012-04-09 Joseph Myers <joseph@codesourcery.com>
38968
8f9a2fae
JM
38969 [BZ #13872]
38970 * sysdeps/i386/fpu/e_powl.S (p78): New object.
38971 (__ieee754_powl): Saturate large exponents rather than testing for
38972 overflow of y*log2(x).
38973 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38974 * math/libm-test.inc (pow_test): Do not permit spurious overflow
38975 exceptions.
38976
bcc8d661
JM
38977 [BZ #11521]
38978 * math/s_ctan.c: Include <float.h>.
38979 (__ctan): Avoid internal overflow or cancellation in calculating
38980 denominator.
38981 * math/s_ctanf.c: Likewise.
38982 * math/s_ctanl.c: Likewise.
38983 * math/s_ctanh.c: Likewise.
38984 * math/s_ctanhf.c: Likewise.
38985 * math/s_ctanhl.c: Likewise.
38986 * math/libm-test.inc (ctan_test): Add more tests.
38987 (ctanh_test): Likewise.
38988 * sysdeps/i386/fpu/libm-test-ulps: Update.
38989 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38990
823fbbb4
AJ
389912012-04-09 Andreas Jaeger <aj@suse.de>
38992
03879793
AJ
38993 [BZ #6894]
38994 * manual/filesys.texi (Directory Entries): Mention that d_namlen
38995 is an optional BSD extension.
38996
823fbbb4
AJ
38997 [BZ #10254]
38998 * manual/stdio.texi (Opening Streams): Document additional fopen
38999 parameters.
39000
8de131cb
RM
390012012-04-09 Roland McGrath <roland@hack.frob.com>
39002
39003 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
39004 %eax without telling the compiler.
39005
c0ed9d7d
CD
390062012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
39007
39008 [BZ # 13963]
39009 * manual/install.texi: Use sourceware.org.
39010
c483f6b4
JM
390112012-04-09 Joseph Myers <joseph@codesourcery.com>
39012
d7dd9453
JM
39013 [BZ #13873]
39014 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
39015 (__ieee754_pow): Generate overflow and underflow using huge*huge
39016 and tiny*tiny rather than just returning constant infinity or zero
39017 for large exponents.
39018 * math/libm-test.inc (pow_test): Require overflow exceptions for
39019 applicable cases of large exponents.
39020
c483f6b4
JM
39021 [BZ #706]
39022 * sysdeps/i386/fpu/e_pow.S (p10): New object.
39023 (__ieee754_pow): Use iterative multiplication algorithm only for
39024 integer exponents with absolute value below 1024. Check for odd
39025 integer exponents when using algorithm for real exponents.
39026 * math/libm-test.inc (pow_test): Add more tests.
39027 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39028
d2de7579
JM
390292012-04-08 Joseph Myers <joseph@codesourcery.com>
39030
39031 [BZ #13705]
39032 * math/libm-test.inc (exp_test): Do not allow overflow exception
39033 on underflow test.
39034
f77f1232
AJ
390352012-04-08 Aurelien Jarno <aurelien@aurel32.net>
39036
39037 [BZ #13705]
39038 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
39039 instead of __kernel_standard_f.
39040
3884932b
MF
390412012-04-08 Mike Frysinger <vapier@gentoo.org>
39042
39043 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
39044 * sysdeps/x86_64/memset_chk.S: Likewise.
39045
54472e9c
AJ
390462012-04-08 Andreas Jaeger <aj@suse.de>
39047
6ab0fbfc
AJ
39048 [BZ #10153]
39049 * manual/startup.texi (Environment Access): Describe return value
39050 for putenv and setenv.
39051
61efba8c
AJ
39052 [BZ #6895]
39053 * manual/filesys.texi (Directory Entries): Add description for
39054 DT_LNK.
39055
95c3f29a
AJ
39056 [BZ #6890]
39057 * manual/filesys.texi (Directory Entries): Clarify that it's file
39058 system not operating system in the description of DT_UNKNOWN.
39059
54472e9c
AJ
39060 [BZ #6578]
39061 * manual/syslog.texi (closelog): Fix reference, it's openlog.
39062
624254b1
SC
390632012-04-08 Stephen Compall <s11@member.fsf.org>
39064
39065 [BZ #6649]
39066 * manual/llio.texi (Opening and Closing Files): Add cross
39067 reference to explain mode argument.
39068
1e4920e0
MF
390692012-04-07 Mike Frysinger <vapier@gentoo.org>
39070
39071 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
39072 * sysdeps/x86_64/memset_chk.S: Likewise.
39073
5ed848f3
DM
390742012-04-07 David S. Miller <davem@davemloft.net>
39075
39076 * elf/elf.h (R_SPARC_WDISP10): Define.
39077 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
39078 R_SPARC_SIZE32.
39079 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
39080 R_SPARC_SIZE64 and R_SPARC_H34.
39081
96154cd8
CD
390822012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
39083
39084 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
39085 conditions and remove no longer applicable assertion.
39086
9904dc47
L
390872012-04-06 H.J. Lu <hongjiu.lu@intel.com>
39088
39089 * bits/byteswap.h: Include <features.h>.
39090 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
39091 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
39092
f8887d0a
L
390932012-04-06 H.J. Lu <hongjiu.lu@intel.com>
39094
39095 * bits/byteswap.h (__bswap_16): Removed.
39096 Include <bits/byteswap-16.h> to get __bswap_16.
39097 * sysdeps/i386/bits/byteswap.h: Likewise.
39098 * sysdeps/s390/bits/byteswap.h: Likewise.
39099 * sysdeps/x86_64/bits/byteswap.h: Likewise.
39100 * bits/byteswap-16.h: New file.
39101 * sysdeps/i386/bits/byteswap-16.h: Likewise.
39102 * sysdeps/s390/bits/byteswap-16.h: Likewise.
39103 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
39104 * string/Makefile (headers): Add bits/byteswap-16.h.
39105
62470f60
PP
391062012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
39107
39108 [BZ #13895]
39109 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
39110 extra indirection.
39111 * nss/Makefile (tests-static, tests): Add tst-nss-static.
39112 * nss/tst-nss-static.c: New.
39113
4dad7bab
RM
391142012-04-06 Robert Millan <rmh@gnu.org>
39115
39116 [BZ #6486]
39117 * manual/llio.texi (File Position Primitive): lseek
39118 refers to WHENCE when it really means OFFSET.
39119
e9142a17
AJ
391202012-04-06 Andreas Jaeger <aj@suse.de>
39121
2c040eff
AJ
39122 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
39123 strncmp declarations.
39124
e9142a17
AJ
39125 * abilist/libc.abilist: Add __poll and __ppoll.
39126
ff9f1c5f
DM
391272012-04-05 David S. Miller <davem@davemloft.net>
39128
dcd2ae90
DM
39129 * scripts/check-local-headers.sh: Accept a host triplet in the
39130 path matched by the exclude regexp.
39131
993eb054
DM
39132 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
39133 definition.
39134 * sysdeps/powerpc/powerpc32/dl-machine.h
39135 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
39136 * sysdeps/s390/s390-32/dl-machine.h
39137 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39138 * sysdeps/sparc/sparc32/dl-machine.h
39139 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39140 * sysdeps/sparc/sparc64/dl-machine.h
39141 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
39142
ff9f1c5f
DM
39143 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
39144 lazy binding.
48e2e132 39145 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
39146 undefined symbol errors.
39147
48e2e132 39148 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
39149 DT_NEEDED entries.
39150
e80d6f94
MM
391512012-04-05 Michael Matz <matz@suse.de>
39152
39153 [BZ #13592]
39154 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
39155
349fa79f
AJ
391562012-04-05 Andreas Jaeger <aj@suse.de>
39157
39158 [BZ #13908]
39159 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
39160 comment.
39161
f402708f
KK
391622012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39163
39164 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
39165 which ROUND is no valid rounding mode.
39166
2ecccfc9
KK
391672012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39168
39169 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
39170 read again.
39171 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
39172
8a53f50f
KK
391732012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39174
39175 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
39176 an exception using FPU order intentionally.
39177
391782012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39179
39180 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
39181 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
39182 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
39183 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
39184
d653abb7
SJ
391852012-04-05 Simon Josefsson <simon@josefsson.org>
39186
39187 [BZ #12340]
39188 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
39189 EINVAL when BUFLEN is too smal.
39190
c3b1bf7d
TS
391912012-04-05 Thomas Schwinge <thomas@codesourcery.com>
39192
39193 [BZ #13553]
39194 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
39195 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
39196
b1aa60f3
AJ
391972012-04-03 Andreas Jaeger <aj@suse.de>
39198
c3b1bf7d 39199 [BZ #13938]
67f60a26
AJ
39200 * manual/setjmp.texi (System V contexts): Fix sentence.
39201
b1aa60f3
AJ
39202 [BZ #13926]
39203 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
39204 New macro for this case.
39205 [!__GNUC__] (__bswap_64): New inline function for this case.
39206 * sysdeps/x86_64/bits/byteswap.h: Likewise.
39207 * bits/byteswap.h: Likewise.
39208 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
39209 ull, guard with __GLIBC_HAVE_LONG_LONG.
39210
39211 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
39212 __GLIBC_HAVE_LONG_LONG.
39213
39214 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
39215 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
39216
39c59c35
TMQMF
392172012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39218
39219 [BZ #13691]
39220 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
39221 inptr and inend, rather than using last_ch.
39222
135ffda8
DM
392232012-04-02 David S. Miller <davem@davemloft.net>
39224
39225 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
39226 * stdio-common/printf-parse.h (read_int): Change return type to
39227 'int', return -1 on INT_MAX overflow.
39228 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
39229 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
39230 overflows INT_MAX. Check for overflow of in-format-string precision
39231 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
39232 SIZE_MAX not INT_MAX for integer overflow test.
39233 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
39234 skip the construct in the format string but do not record anything.
39235 * stdio-common/bug22.c: Adjust to test both width/prevision
39236 INT_MAX overflow as well as total length INT_MAX overflow. Check
39237 explicitly for proper errno values.
39238
228c019e
TS
392392012-04-02 Thomas Schwinge <thomas@codesourcery.com>
39240
302cadd3
TS
39241 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
39242 CHAR_MAX.
39243 * string/test-strcmp.c [! WIDE]: Likewise.
39244 * time/tst-mktime2.c: Likewise for INT_MAX.
39245 * string/test-string.h: #include <sys/param.h> for MIN.
39246
228c019e
TS
39247 * csu/init-first.c (__libc_init_first): Call __ctype_init.
39248 * sysdeps/i386/init-first.c (init): Likewise.
39249 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
39250 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
39251 * sysdeps/sh/init-first.c (init): Likewise.
39252
cfa633f5
UD
392532012-04-01 Ulrich Drepper <drepper@gmail.com>
39254
39255 * po/ru.po: Update from translation team.
d1635ef8 39256 * po/vi.po: Likewise.
cfa633f5 39257
6cd0a5ea
SP
392582012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
39259
39260 * resolv/nss_dns/dns-host.c: Merge copyright years.
39261
4b43400f
LD
392622012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39263
39264 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
39265 Optimize memcpy with prefetch if
39266 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
39267 src, dst pointers have unequal 16 byte alignments.
39268
48c41d04
SP
392692012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
39270
39271 [BZ #13928]
39272 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
39273 from a CNAME entry and return the minimum ttl for the query.
39274 (gaih_getanswer_slice): Likewise.
39275
b8dc394d
JL
392762012-03-30 Jeff Law <law@redhat.com>
39277
39278 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
39279 due to long keys.
39280 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
39281 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
39282
2f5a5ed0
JL
39283 * resolv/nss_dns/dns-host.c: Update copyright year.
39284
1d39e359
UD
392852012-03-30 Ulrich Drepper <drepper@gmail.com>
39286
c030f70c 39287 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 39288 requests to save a system call. Fix check that all bytes are sent.
c030f70c 39289
1d39e359
UD
39290 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
39291 comments for sendmmsg.
39292
392932012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
39294
39295 [BZ #13691]
39296 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
39297 with only 1 character between 0x0041 and 0x01b0.
39298 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
39299 * wcsmbs/tst-mbsnrtowcs.c: New file.
39300
20fde227
DM
393012012-03-29 David S. Miller <davem@davemloft.net>
39302
39303 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
39304 small copies by hand.
39305
984a4237
JL
393062012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
39307
39308 [BZ #13761]
57f41c40
AS
39309 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
39310 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
39311 group memberships.
984a4237 39312
18c9d62b
DM
393132012-03-28 David S. Miller <davem@davemloft.net>
39314
88d85d4f
DM
39315 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
39316 that branches into memcpy.
39317 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
39318 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
39319 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
39320 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
39321 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
39322 bits.
39323 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
39324 implementation too.
39325 * sysdeps/sparc/mempcpy.S: New file.
39326
e5aa83e1
DM
39327 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
39328 the IFUNC routine in the libc case.
39329 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
39330
88570753
DM
39331 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
39332 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
39333 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
39334 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
39335 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
39336 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
39337 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
39338 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
39339
249d7567
DM
39340 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
39341 loop to 256 bytes instead of 64 bytes and fix test signedness.
39342
18c9d62b
DM
39343 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
39344 * sysdeps/sparc/sparc32/Makefile: rather than here...
39345 * sysdeps/sparc/sparc64/Makefile: and here.
39346
05f3d1f6
UD
393472012-03-28 Ulrich Drepper <drepper@gmail.com>
39348
39349 * malloc/mallocbug.c: Avoid warnings about unused variables.
39350
86ae07a8
JL
393512012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
39352
39353 [BZ #13760]
39354 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
39355 in the right place. Discard and retry query if response is
39356 larger than input buffer size.
39357
41bf21a1
JM
393582012-03-28 Joseph Myers <joseph@codesourcery.com>
39359
d6270972
JM
39360 [BZ #369]
39361 [BZ #2678]
39362 [BZ #3866]
39363 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
39364 x for large integer exponent.
39365 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
39366 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
39367 sign of result as needed afterwards.
39368 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
39369 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
39370 result for underflowing pow the same as for overflow.
39371 (__kernel_standard_l): Handle powl overflow and underflow here
39372 rather than calling __kernel_standard.
39373 * math/libm-test.inc (pow_test): Add more tests.
39374
414fca03 39375 [BZ #3868]
41bf21a1
JM
39376 [BZ #13879]
39377 [BZ #13910]
39378 [BZ #13911]
39379 [BZ #13912]
39380 [BZ #13913]
39381 [BZ #13915]
39382 [BZ #13916]
39383 [BZ #13917]
39384 [BZ #13918]
39385 [BZ #13919]
39386 [BZ #13920]
39387 [BZ #13921]
39388 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
39389 * sysdeps/ieee754/k_standard.c: Include <float.h>.
39390 (__kernel_standard_l): New function.
39391 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
39392 __kernel_standard.
39393 * math/w_acosl.c (__acosl): Likewise.
39394 * math/w_asinl.c (__asinl): Likewise.
39395 * math/w_atan2l.c (__atan2l): Likewise.
39396 * math/w_atanhl.c (__atanhl): Likewise.
39397 * math/w_coshl.c (__coshl): Likewise.
39398 * math/w_exp10l.c (__exp10l): Likewise.
39399 * math/w_exp2l.c (__exp2l): Likewise.
39400 * math/w_fmodl.c (__fmodl): Likewise.
39401 * math/w_hypotl.c (__hypotl): Likewise.
39402 * math/w_j0l.c (__j0l, __y0l): Likewise.
39403 * math/w_j1l.c (__j1l, __y1l): Likewise.
39404 * math/w_jnl.c (__jnl, __ynl): Likewise.
39405 * math/w_lgammal.c (__lgammal): Likewise.
39406 * math/w_log10l.c (__log10l): Likewise.
39407 * math/w_log2l.c (__log2l): Likewise.
39408 * math/w_logl.c (__logl): Likewise.
39409 * math/w_powl.c (__powl): Likewise.
39410 * math/w_remainderl.c (__remainderl): Likewise.
39411 * math/w_scalbl.c (sysv_scalbl): Likewise.
39412 * math/w_sinhl.c (__sinhl): Likewise.
39413 * math/w_sqrtl.c (__sqrtl): Likewise.
39414 * math/w_tgammal.c (__tgammal): Likewise.
39415 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
39416 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
39417 * math/libm-test.inc (acos_test): Add more tests.
39418 (acosh_test): Likewise.
39419 (asin_test): Likewise.
39420 (atanh_test): Likewise.
39421 (exp_test): Likewise.
39422 (exp10_test): Likewise.
39423 (exp2_test): Likewise.
39424 (expm1_test): Likewise.
39425 (lgamma_test): Likewise.
39426 (log_test): Likewise.
39427 (log10_test): Likewise.
39428 (log1p_test): Likewise.
39429 (log2_test): Likewise.
39430 (pow_test): Do not allow some spurious overflow exceptions.
39431 (sqrt_test): Add more tests.
39432 (tgamma_test): Likewise.
39433 (y0_test): Likewise.
39434 (y1_test): Likewise.
39435 (yn_test): Likewise.
39436
dd62fda6
AB
394372012-03-27 Anton Blanchard <anton@samba.org>
39438
39439 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39440 MAP_HUGETLB.
39441 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39442 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39443 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39444
1e3cdfda
AJ
394452012-03-27 David S. Miller <davem@davemloft.net>
39446
b855ab85
DM
39447 * conform/Makefile: Run run-conformtest.sh using $(BASH).
39448
1e3cdfda
AJ
39449 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39450 have-as-vis3 check.
39451
394522012-03-27 Andreas Jaeger <aj@suse.de>
39453
39454 * sysdeps/x86_64/elf/configure.in: Moved to ...
39455 * sysdeps/x86_64/configure.in: ... here.
39456 * sysdeps/x86_64/elf/start.S: Moved to ...
39457 * sysdeps/x86_64/start.S: ... here.
39458 * sysdeps/x86_64/elf/configure: Delete.
39459
39460 * sysdeps/x86_64/configure.in: Merge contents from
39461 sysdeps/i386/configure.in (without i686 check).
39462
39463 * sysdeps/i386/elf/Versions: Merge into ...
39464 * sysdeps/i386/Versions: ... this.
39465 * sysdeps/i386/elf/Versions: Delete file.
39466 * sysdeps/i386/elf/start.S: Moved to ...
39467 * sysdeps/i386/start.S: ...here.
39468 * sysdeps/i386/elf/configure.in: Merge into...
39469 * sysdeps/i386/configure.in: ...here.
39470 * sysdeps/i386/elf/configure.in: Delete file.
39471 * sysdeps/i386/elf/configure: Delete file.
39472
39473 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39474 * debug/backtracesyms.c: ... here.
39475 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39476 * debug/backtracesymsfd.c: ... here.
39477 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39478 * sysdeps/generic/ifunc-sel.h: ... here.
39479
39480 * sysdeps/unix/i386/start.c: Delete file.
39481 * sysdeps/unix/sparc/start.c: Delete file.
39482 * sysdeps/unix/start.c: Delete file.
39483
39484 * sysdeps/sh/elf/configure.in: Moved to ...
39485 * sysdeps/sh/configure.in: ... here.
39486 * sysdeps/sh/elf/start.S: Moved to ...
39487 * sysdeps/sh/start.S: ... here.
39488 * sysdeps/sh/elf/configure: Delete file.
39489
39490 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39491 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39492 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39493 * sysdeps/powerpc/powerpc64/entry.h: ... here.
39494 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39495 * sysdeps/powerpc/powerpc64/start.S: here.
39496 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39497 * sysdeps/powerpc/powerpc64/Makefile: ... this.
39498 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39499 * sysdeps/powerpc/powerpc64/configure.in: ... this.
39500 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39501
39502 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39503 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39504 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39505 * sysdeps/powerpc/powerpc32/start.S: ... here.
39506 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39507 * sysdeps/powerpc/powerpc32/configure.in: ... this.
39508 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39509
39510 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39511 * sysdeps/powerpc/ifunc-sel.h: ... here.
39512 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39513 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39514
39515 * sysdeps/sparc/elf/configure.in: Moved to ...
39516 * sysdeps/sparc/configure.in: ... here.
39517 * sysdeps/sparc/elf/configure: Delete file.
39518 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39519 * sysdeps/sparc/sparc32/start.S: ... here.
39520 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39521 * sysdeps/sparc/sparc64/start.S: ... here.
39522 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39523 * sysdeps/sparc/sparc32/Makefile: ... this.
39524 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39525 * sysdeps/sparc/sparc64/Makefile: ... this.
39526
39527 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39528 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39529 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39530 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39531 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39532 * sysdeps/s390/s390-32/setjmp.S: ... here.
39533 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39534 * sysdeps/s390/s390-32/configure.in: ... here.
39535 * sysdeps/s390/s390-32/elf/configure: Delete file.
39536 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39537 * sysdeps/s390/s390-32/start.S: ... here.
39538
39539 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39540 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39541 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39542 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39543 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39544 * sysdeps/s390/s390-64/setjmp.S: ... here.
39545 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39546 * sysdeps/s390/s390-64/configure.in: ... here
39547 * sysdeps/s390/s390-64/elf/configure: Delete file.
39548 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39549 * sysdeps/s390/s390-64/start.S: ... here.
39550 * sysdeps/s390/s390-64/elf/configure: Delete.
39551
39552 * configure.in: Remove support for elf directories in sysdeps.
39553
39554 * configure: Regenerated.
39555 * sysdeps/i386/configure: Regenerated.
39556 * sysdeps/powerpc/powerpc32/configure: Regenerated.
39557 * sysdeps/powerpc/powerpc64/configure: Regenerated.
39558 * sysdeps/s390/s390-32/configure: Regenerated.
39559 * sysdeps/s390/s390-64/configure: Regenerated.
39560 * sysdeps/sh/configure: Regenerated.
39561 * sysdeps/sparc/configure: Regenerated.
39562 * sysdeps/x86_64/configure: Regenerated.
39563
a3f61311
AS
395642012-03-26 Andreas Schwab <schwab@linux-m68k.org>
39565
c876e002
AS
39566 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39567
a3f61311
AS
39568 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39569 denormal result into account.
39570
ac4c54f0
RM
395712012-03-25 Roland McGrath <roland@hack.frob.com>
39572
39573 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39574 Reported by Allan McRae <allan@archlinux.org>.
39575
6a9b9c02
JL
395762012-03-23 Jeff Law <law@redhat.com>
39577
39578 * nss/getnssent.c (__nss_getent): Fix typo.
39579
4c42a0c1
DM
395802012-03-23 David S. Miller <davem@davemloft.net>
39581
39582 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39583
1532c7ac
L
395842012-03-23 H.J. Lu <hongjiu.lu@intel.com>
39585
39586 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39587 to pad to uint64_t for each field.
39588 (dl_tls_index): Replace unsigned long with uint64_t.
39589
3ff42526
PP
395902012-03-23 Daniel Jacobowitz <dmj@google.com>
39591 Paul Pluzhnikov <ppluzhnikov@google.com>
39592
39593 [BZ #6528]
39594 * grp/Makefile (otherlibs): Don't set it.
39595 * inet/Makefile (otherlibs): Likewise.
39596 * login/Makefile (otherlibs): Likewise.
39597 * nscd/Makefile (otherlibs): Likewise.
39598 * posix/Makefile (otherlibs): Likewise.
39599 * pwd/Makefile (otherlibs): Likewise.
39600 * rt/Makefile (otherlibs): Likewise.
39601 * sunrpc/Makefile (otherlibs): Likewise.
39602 * nss/Makefile (otherlibs): Likewise.
39603 Add libnss_files to routines and static-only-routines.
39604 ($(objpfx)getent): Remove rule.
39605 * resolv/Makefile: Add libnss_dns and libresolv to routines and
39606 static-only-routines.
39607
7c69cd14
JM
396082012-03-22 Joseph Myers <joseph@codesourcery.com>
39609
39610 [BZ #13892]
39611 * math/s_cexp.c: Include <float.h>.
39612 (__cexp): Handle exp result overflowing not necessarily
39613 overflowing both real and imaginary parts of result.
39614 * math/s_cexpf.c: Likewise.
39615 * math/s_cexpl.c: Likewise.
39616 * math/libm-test.inc (cexp_test): Add more tests.
39617 * sysdeps/i386/fpu/libm-test-ulps: Update.
39618 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39619
81b035fe
L
396202012-03-22 H.J. Lu <hongjiu.lu@intel.com>
39621
39622 * include/link.h (ELFW): New macro.
39623 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39624 Replace ELF64_R_TYPE with ELFW(R_TYPE).
39625
1da7940c
L
396262012-03-22 H.J. Lu <hongjiu.lu@intel.com>
39627
39628 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39629 with uint64_t.
39630
b749dbb9
L
396312012-03-22 H.J. Lu <hongjiu.lu@intel.com>
39632
39633 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39634 declaration.
39635 (struct La_x32_retval): Likewise.
39636
2ff87f3f
L
396372012-03-22 H.J. Lu <hongjiu.lu@intel.com>
39638
39639 * sysdeps/x86_64/preconfigure.in: New file.
39640 * sysdeps/x86_64/preconfigure: New generated file.
39641
c0df8e69
JM
396422012-03-22 Joseph Myers <joseph@codesourcery.com>
39643
48e44791
JM
39644 [BZ #13824]
39645 * math/e_exp2l.c: Include <float.h>.
39646 (__ieee754_exp2l): Handle overflow and underflow cases
39647 separately. Only pass fractional part of argument to
39648 __ieee754_expl.
39649 * math/libm-test.inc (exp2_test): Add more tests.
39650
c0df8e69
JM
39651 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39652 negating x to take absolute value.
39653 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39654 Likewise.
39655 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39656 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39657 Likewise.
39658 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39659 computing low part if x was negated.
39660 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39661
c8e43ba7
L
396622012-03-21 H.J. Lu <hongjiu.lu@intel.com>
39663
39664 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39665 la_x32_gnu_pltexit.
39666 (pltexit): Cast int_retval to ptrdiff_t.
39667 * elf/tst-auditmod3b.c: Likewise.
39668 * elf/tst-auditmod4b.c: Likewise.
39669 * elf/tst-auditmod5b.c: Likewise.
39670 * elf/tst-auditmod6b.c: Likewise.
39671 * elf/tst-auditmod6c.c: Likewise.
39672 * elf/tst-auditmod7b.c: Likewise.
39673
39674 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39675 and x32_gnu_pltexit.
39676
39677 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39678 __ELF_NATIVE_CLASS.
39679 (La_x32_regs): New macro.
39680 (La_x32_retval): Likewise.
39681 (la_x32_gnu_pltenter): New function prototype.
39682 (la_x32_gnu_pltexit): Likewise.
39683
7998fa78
AS
396842012-03-21 Andreas Schwab <schwab@linux-m68k.org>
39685
dcb33988
AS
39686 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39687 exponent.
39688
233fc563
AS
39689 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39690
7998fa78
AS
39691 * configure.in (libc_cv_cc_nofma): Check for option to disable
39692 generation of FMA instructions.
39693 * configure: Regenerate.
39694 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39695 * sysdeps/ieee754/dbl-64/Makefile: New file.
39696 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39697 Remove brandred-fma4.
39698 (CFLAGS-brandred-fma4.c): Remove.
39699 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39700 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39701 define.
39702 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39703 define.
39704
8e95c99a
L
397052012-03-21 H.J. Lu <hongjiu.lu@intel.com>
39706
39707 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39708 LLONG_MAX != LONG_MAX.
39709 (_itoa_word): Use _ITOA_WORD_TYPE on value.
39710 (_fitoa_word): Likewise.
39711 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39712 LLONG_MAX != LONG_MAX.
39713 * stdio-common/_itowa.h: Include <_itoa.h>.
39714 (_itowa_word): Use _ITOA_WORD_TYPE on value.
39715 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
39716 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
39717 only if not defined.
39718 (_ITOA_WORD_TYPE): Likewise.
39719 (_itoa_word): Use _ITOA_WORD_TYPE on value.
39720 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39721
6f4db457
DM
397222012-03-21 David S. Miller <davem@davemloft.net>
39723
39724 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39725
7785fe5a
L
397262012-03-21 H.J. Lu <hongjiu.lu@intel.com>
39727
39728 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39729 of x86_64 when setting libc_cv_slibdir, libdir and
39730 libc_cv_localedir.
39731 * sysdeps/unix/sysv/linux/configure: Regenerated.
39732
4535cd55
JM
397332012-03-21 Joseph Myers <joseph@codesourcery.com>
39734
39735 * manual/lang.texi (Old Varargs): Remove section.
39736 (How Variadic): Update menu.
39737 (va_start): Do not mention varargs.h.
39738
17228132
TS
397392012-03-21 Thomas Schwinge <thomas@codesourcery.com>
39740 Joseph Myers <joseph@codesourcery.com>
39741
39742 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39743 link test.
39744 * configure: Regenerated.
39745
8149f976
TS
397462012-03-21 Thomas Schwinge <thomas@codesourcery.com>
39747
05f3d1f6
UD
39748 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39749 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39750 conformtest.pl
8149f976 39751
1a4ac776
JM
397522012-03-21 Joseph Myers <joseph@codesourcery.com>
39753
be22ce65
JM
39754 * NOTES: Remove.
39755 * Makefile (files-for-dist): Remove NOTES.
39756 (NOTES): Remove rule.
39757 * README: Don't refer to NOTES.
39758 * manual/creature.texi: Don't include macros.texi.
39759 * manual/intro.texi (creature.texi): Remove comment referring to
39760 NOTES.
39761
40b601fb
JM
39762 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39763 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39764 * configure: Regenerated.
39765 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39766 LIBC_TRY_CC_OPTION.
39767 (libc_cv_as_i686): Likewise.
39768 (libc_cv_cc_avx): Likewise.
39769 (libc_cv_cc_sse2avx): Likewise.
39770 (libc_cv_cc_fma4): Likewise.
39771 (libc_cv_cc_novzeroupper): Likewise.
39772 * sysdeps/i386/configure: Regenerated.
39773
1a4ac776
JM
39774 [BZ #13883]
39775 * sysdeps/i386/fpu/s_cexp.S: Remove.
39776 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39777 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39778 * math/libm-test.inc (cexp_test): Add more tests.
39779 * sysdeps/i386/fpu/libm-test-ulps: Update.
39780 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39781
a458e7fe
AM
397822012-03-21 Allan McRae <allan@archlinux.org>
39783
39784 * timezone/Makefile: Do not install iso3166.tab and zone.tab
39785
0cb7efc5
JM
397862012-03-21 Joseph Myers <joseph@codesourcery.com>
39787
39788 [BZ #13871]
39789 * math/w_exp2.c: Do not include <float.h>.
39790 (o_threshold, u_threshold): Remove.
39791 (__exp2): Calculate result before checking finiteness and calling
39792 __kernel_standard.
39793 * math/w_exp2f.c: Likewise.
39794 * math/w_exp2l.c: Likewise.
39795 * math/libm-test.inc (exp2_test): Require overflow exception for
39796 1e6 input.
2460d3aa
JM
39797
39798 [BZ #3866]
39799 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39800 range of signed 64-bit integers before using fistpll. Remove
39801 checks for whether integers fit in mantissa bits.
39802 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39803 the range of signed 32-bit integers before using fistpl. Remove
39804 checks for whether integers fit in mantissa bits.
39805 * sysdeps/i386/fpu/e_powl.S (p64): New object.
39806 (__ieee754_powl): Test for y outside the range of signed 64-bit
39807 integers before using fistpll. Reduce 64-bit values to 63-bit
39808 ones as needed.
39809 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39810 divide-by-zero is raised for zero to large negative powers.
39811 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39812 (__ieee754_powl): Test for y outside the range of signed 64-bit
39813 integers before using fistpll. Reduce 64-bit values to 63-bit
39814 ones as needed.
39815 * math/libm-test.inc (pow_test): Add more tests.
39816
eb96ffb0
L
398172012-03-20 H.J. Lu <hongjiu.lu@intel.com>
39818
39819 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39820 <stdio-common/_itoa.h>.
39821 * debug/segfault.c: Likewise.
39822 * elf/dl-cache.c: Likewise.
39823 * elf/dl-minimal.c: Likewise.
39824 * elf/dl-misc.c: Likewise.
39825 * elf/dl-sysdep.c: Likewise.
39826 * elf/dl-version.c: Likewise.
39827 * elf/rtld.c: Likewise.
39828 * hurd/hurdsock.c: Likewise.
39829 * hurd/lookup-retry.c: Likewise.
39830 * malloc/malloc.c: Likewise.
39831 * malloc/mtrace.c: Likewise.
39832 * nscd/nscd_getgr_r.c: Likewise.
39833 * nscd/nscd_getpw_r.c: Likewise.
39834 * nscd/nscd_getserv_r.c: Likewise.
39835 * posix/getopt_init.c: Likewise.
39836 * posix/wordexp.c: Likewise.
39837 * stdio-common/_itoa.c: Likewise.
39838 * stdio-common/printf_fphex.c: Likewise.
39839 * stdio-common/vfprintf.c: Likewise.
39840 * string/_strerror.c: Likewise.
39841 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39842 * sysdeps/i386/i686/hp-timing.h: Likewise.
39843 * sysdeps/mach/_strerror.c: Likewise.
39844 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39845 * sysdeps/mach/hurd/sethostid.c: Likewise.
39846 * sysdeps/mach/hurd/xmknodat.c: Likewise.
39847 * sysdeps/mach/xpg-strerror.c: Likewise.
39848 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39849 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39850 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39851 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39852 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39853 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39854 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39855 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39856 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39857 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39858 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39859 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39860 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39861 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39862 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39863 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39864 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39865 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39866 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39867 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39868 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39869
39870 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39871
39872 * stdio-common/_itoa.h: Moved to ...
39873 * sysdeps/generic/_itoa.h: Here.
39874
39875 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39876
39877 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39878 instead of "_itoa.h" and "_itowa.h".
39879 * stdio-common/vfprintf.: Likewise.
39880
d1af992d
L
398812012-03-20 H.J. Lu <hongjiu.lu@intel.com>
39882
39883 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39884 <bits/wordsize.h>.
39885 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39886 (__signbit): Likwise.
39887 (llrintf): Likwise.
39888 (llrint): Likwise.
39889
114883e0
L
398902012-03-20 H.J. Lu <hongjiu.lu@intel.com>
39891
39892 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39893 __WORDSIZE != 64.
39894
c135cc1b
JM
398952012-03-20 Joseph Myers <joseph@codesourcery.com>
39896
39897 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39898 OVERFLOW_EXCEPTION_OK.
39899 * math/libm-test.inc ("Philosophy"): Update comment about
39900 exception testing.
39901 (OVERFLOW_EXCEPTION): Define.
39902 (OVERFLOW_EXCEPTION_OK): Likewise.
39903 (INVALID_EXCEPTION_OK): Renumber.
39904 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39905 (IGNORE_ZERO_INF_SIGN): Likewise.
39906 (test_exceptions): Handle FE_OVERFLOW.
39907 (exp10_test): Expect overflow exceptions.
39908 (exp2_test): Likewise.
39909 (expm1_test): Likewise.
39910 (nextafter_test): Likewise.
39911 (pow_test): Likewise.
39912 (scalbn_test): Likewise.
39913 (scalbln_test): Likewise.
39914
95443d88
L
399152012-03-19 H.J. Lu <hongjiu.lu@intel.com>
39916
39917 * sysdeps/x86_64/bits/atomic.h
39918 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39919 64bit integer.
39920 (atomic_exchange_acq): Likewise.
39921 (__arch_exchange_and_add_body): Likewise.
39922 (__arch_add_body): Likewise.
39923 (atomic_add_negative): Likewise.
39924 (atomic_add_zero): Likewise.
39925
490df6c4
L
399262012-03-19 H.J. Lu <hongjiu.lu@intel.com>
39927
c2722551 39928 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
39929 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39930
5e52b189
L
399312012-03-19 H.J. Lu <hongjiu.lu@intel.com>
39932
39933 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39934 Check __x86_64__ instead of __WORDSIZE.
39935
a9879d4c
L
399362012-03-19 H.J. Lu <hongjiu.lu@intel.com>
39937
39938 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39939
5df98260
DM
399402012-03-19 David S. Miller <davem@davemloft.net>
39941
e1497744
DM
39942 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39943
5df98260
DM
39944 * sysdeps/sparc/fpu/fenv_private.h: New file.
39945 * sysdeps/sparc/fpu/math_private.h: Use it.
39946 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39947 Remove.
57f41c40 39948 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
39949 (libc_feholdexcept_setroundl): Remove.
39950 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39951 Remove.
39952 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39953 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39954
b4c35121
L
399552012-03-19 H.J. Lu <hongjiu.lu@intel.com>
39956
39957 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39958 int64_t instead of long int.
39959 (INSERT_WORDS64): Likwise.
39960
56965fd7
L
399612012-03-19 H.J. Lu <hongjiu.lu@intel.com>
39962
39963 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39964 _Unwind_GetCFA return to _Unwind_Ptr first.
39965
83d1aec8
JM
399662012-03-19 Joseph Myers <joseph@codesourcery.com>
39967
1897ad44
JM
39968 [BZ #13629]
39969 * math/s_clog.c: Include <float.h>.
39970 (__clog): Scale large or subnormal inputs.
39971 * math/s_clogf.c: Likewise.
39972 * math/s_clogl.c: Likewise.
39973 * math/s_clog10.c: Include <float.h>.
39974 (M_LOG10_2): Define.
39975 (__clog10): Scale large or subnormal inputs.
39976 * math/s_clog10f.c: Likewise.
39977 * math/s_clog10l.c: Likewise.
39978 * math/libm-test.inc (clog_test): Add more tests.
39979 (clog10_test): Likewise.
39980 * sysdeps/i386/fpu/libm-test-ulps: Update.
39981 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39982
7726d6a9
JM
39983 [BZ #11451]
39984 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39985 x and y.
39986 * math/libm-test.inc (atan2_test): Add another test.
39987
83d1aec8
JM
39988 * Makerules (common-objdir-compile): Remove.
39989 * sysdeps/unix/Makefile (config-generated): Do not add
39990 $(unix-generated) to variable.
39991 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39992 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39993 Remove rule.
39994 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39995 Likewise.
39996 [generic bits/local_lim.h] (before-compile): Do not append to
39997 variable.
39998 [generic bits/local_lim.h] (common-generated): Likewise.
39999 [generic sys/param.h] (before-compile): Do not append to variable.
40000 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
40001 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
40002 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
40003 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
40004 include.
40005 [generic sys/param.h] (sys/param.h-includes): Remove variable.
40006 [generic sys/param.h] (sys/param.h-includes): Remove rule.
40007 [generic sys/param.h] ($(addprefix
40008 $(common-objpfx),$(sys/param.h-includes))): Likewise.
40009 [generic sys/param.h] (common-generated): Do not append to
40010 variable.
40011 [generic sys/param.h] (sysdep_headers): Likewise.
40012 [generic bits/errno.h] (before-compile): Do not append to
40013 variable.
40014 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
40015 rule.
40016 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
40017 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
40018 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
40019 [generic bits/errno.h] (common-generated): Do not append to
40020 variable.
40021 [generic bits/ioctls.h] (before-compile): Do not append to
40022 variable.
40023 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
40024 rule.
40025 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
40026 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
40027 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
40028 rule.
40029 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
40030 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
40031 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
40032 [generic bits/ioctls.h] (common-generated): Do not append to
40033 variable.
40034 [generic sys/syscall.h] (syscall.h): Remove variable.
40035 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
40036 rule.
40037 [generic sys/syscall.h] (before-compile): Do not append to
40038 variable.
40039 [generic sys/syscall.h] (common-generated): Likewise.
40040 * sysdeps/unix/errnos-tmpl.c: Remove file.
40041 * sysdeps/unix/errnos.awk: Likewise.
40042 * sysdeps/unix/ioctls-tmpl.c: Likewise.
40043 * sysdeps/unix/ioctls.awk: Likewise.
40044 * sysdeps/unix/mk-local_lim.c: Likewise.
40045 * sysdeps/unix/snarf-ioctls: Likewise.
40046
4851a949
RH
400472012-03-19 Richard Henderson <rth@twiddle.net>
40048
bd37f2ee
RH
40049 * sysdeps/i386/fpu/fenv_private.h: New file.
40050 * sysdeps/i386/fpu/math_private.h: Use it.
40051 (math_opt_barrier, math_force_eval): Remove.
40052 (libc_feholdexcept_setround_53bit): Remove.
40053 (libc_feupdateenv_53bit): Remove.
40054 * sysdeps/x86_64/fpu/math_private.h: Likewise.
40055 (math_opt_barrier, math_force_eval): Remove.
40056 (libc_feholdexcept): Remove.
40057 (libc_feholdexcept_setround): Remove.
40058 (libc_fetestexcept, libc_fesetenv): Remove.
40059 (libc_feupdateenv_test): Remove.
40060 (libc_feupdateenv, libc_feholdsetround): Remove.
40061 (libc_feresetround): Remove.
40062
d0adc922
RH
40063 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
40064 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
40065
0fe0f1f8
RH
40066 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
40067 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
40068 (libc_feupdateenv_testl): New.
40069 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
40070 (libc_feupdateenv_testf): New.
40071 (libc_feupdateenv): Use libc_feupdateenv_test.
40072 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
40073 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
40074
eb92c487
RH
40075 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
40076 (libc_feholdsetroundf, libc_feholdsetroundl): New.
40077 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
40078 (libc_feresetround_noex): New.
40079 (libc_feresetround_noexf): New.
40080 (libc_feresetround_noexl): New.
40081 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
40082 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
40083 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
40084 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
40085 SET_RESTORE_ROUND.
40086 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
40087 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
40088 (__cos): Likewise.
40089 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
40090 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
40091 SET_RESTORE_ROUND_NOEX.
40092 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
40093 SET_RESTORE_ROUND_NOEXF.
40094 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
40095 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
40096 (libc_feholdsetroundf): New.
40097 (libc_feresetround, libc_feresetroundf): New.
40098
7d2e8012
RH
40099 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
40100 (libc_feholdexcept_setround_53bit): Convert from macro to function.
40101 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
40102
b4dabbb4
RH
40103 * sysdeps/generic/math_private.h: Include <fenv.h>.
40104 (default_libc_feholdexcept): New.
40105 (default_libc_feholdexcept_setround): New.
40106 (default_libc_fesetenv, default_libc_feupdateenv): New.
40107 (libc_feholdexcept): Only define if undefined.
40108 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
40109 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
40110 (libc_feholdexcept_setroundl): Likewise.
40111 (libc_feholdexcept_setround_53bit): Likewise.
40112 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
40113 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
40114 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
40115 (libc_feupdateenv_53bit): Likewise.
40116 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
40117 (libc_feholdexcept): Convert from macro to inline function.
40118 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
40119 (libc_fesetenv, libc_feupdateenv): Likewise.
40120
4851a949
RH
40121 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
40122 not previously defined.
40123 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
40124 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
40125 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
40126 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
40127 * sysdeps/ieee754/flt-32/math_private.h: New file.
40128 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
40129 math_private.h below SET_FLOAT_WORD.
40130 (__isnan, __isinf_ns, __finite): Remove.
40131 (__isnanf, __isinf_nsf, __finitef): Remove.
40132
e79d442e
AS
401332012-03-18 Andreas Schwab <schwab@linux-m68k.org>
40134
40135 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40136
90b80344
DM
401372012-03-17 David S. Miller <davem@davemloft.net>
40138
40139 [BZ #6471]
40140 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
40141 for 2.16.
40142
edc21804
DM
401432012-03-16 David S. Miller <davem@davemloft.net>
40144
77e927af
DM
40145 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
40146 warnings.
40147
374976dd
DM
40148 [BZ #6471]
40149 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
40150 properly.
40151 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
40152 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
40153 sysdep_routines when subdir is sysvipc.
40154 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
40155 __getshmlba helper.
40156
edc21804
DM
40157 * sysdeps/sparc/fpu/libm-test/ulps: Update.
40158
473c3ef3
L
401592012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40160
40161 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
40162 [__LP64__].
40163
eb0f39b6
L
401642012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40165
40166 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
40167 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
40168 (__lround): Renamed to ...
40169 (__llround): This. Replace long int with long long int.
40170 Define lround functions as aliases of llround functions.
40171 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
40172
6b6cd74b
L
401732012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40174
40175 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
40176 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
40177 adresses to uintptr_t. Replace "long int" and "unsigned long
40178 int" with "greg_t" on va_arg.
40179
f1a77b01
L
401802012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40181
40182 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
40183 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
40184
40185 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
40186 Move e_machine check before EI_CLASS check. Handle x32
40187 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
40188 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
40189 SKIP_EM_IA_64 and include
40190 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
40191
40192 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
40193 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
40194 (add_system_dir): New macro.
40195
40196 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
40197 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
40198
11b90b9f
JM
401992012-03-16 Joseph Myers <joseph@codesourcery.com>
40200
c36e1d23
JM
40201 [BZ #2551]
40202 [BZ #2552]
40203 [BZ #2553]
40204 [BZ #2554]
40205 [BZ #2562]
40206 [BZ #2563]
40207 [BZ #2565]
40208 [BZ #2566]
40209 [BZ #2576]
40210 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
40211 (y0): Likewise.
40212 * math/w_j0f.c (j0f): Likewise.
40213 (y0f): Likewise.
40214 * math/w_j0l.c (__j0l): Likewise.
40215 (__y0l): Likewise.
40216 * math/w_j1.c (j1): Likewise.
40217 (y1): Likewise.
40218 * math/w_j1f.c (j1f): Likewise.
40219 (y1f): Likewise.
40220 * math/w_j1l.c (__j1l): Likewise.
40221 (__y1l): Likewise.
40222 * math/w_jn.c (jn): Likewise.
40223 (yn): Likewise.
40224 * math/w_jnf.c (jnf): Likewise.
40225 (ynf): Likewise.
40226 * math/w_jnl.c (__jnl): Likewise.
40227 (__ynl): Likewise.
40228 * math/libm-test.inc (j0_test): Add more tests.
40229 (j1_test): Likewise.
40230 (jn_test): Likewise. Add trailing semicolon to existing test.
40231 (y0_test): Likewise.
40232 (y1_test): Likewise.
40233 * sysdeps/i386/fpu/libm-test-ulps: Update.
40234 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40235
11b90b9f
JM
40236 [BZ #13851]
40237 [BZ #13854]
40238 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
40239 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
40240 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
40241 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
40242 (__tanl): Set errno for infinite argument.
40243 * sysdeps/i386/fpu/mptan.c: Remove.
40244 * sysdeps/i386/fpu/s_tan.S: Likewise.
40245 * sysdeps/i386/fpu/s_tanl.S: Likewise.
40246 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
40247 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
40248 * math/libm-test.inc (tan_test): Add more tests and enable more
40249 tests for double and long double.
40250 * sysdeps/i386/fpu/libm-test-ulps: Update.
40251 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40252
6a1bd2a1
JK
402532012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
40254
40255 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
40256 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
40257
10a803e0
RM
402582012-03-16 Roland McGrath <roland@hack.frob.com>
40259
40260 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
40261 * configure.in: Use it for both main tree and add-ons.
40262 * configure: Regenerated.
40263
f196c7f7
L
402642012-03-16 H.J. Lu <hongjiu.lu@intel.com>
40265
40266 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
40267
8848d99d
JM
402682012-03-16 Joseph Myers <joseph@codesourcery.com>
40269
96cbe7f4
JM
40270 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
40271 in comment.
40272
8848d99d
JM
40273 [BZ #13851]
40274 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
40275 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
40276 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
40277 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
40278 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
40279 infinite argument.
40280 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
40281 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
40282 != 0 for prec == 2.
40283 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
40284 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
40285 * sysdeps/i386/fpu/s_cosl.S: Likewise.
40286 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
40287 * sysdeps/i386/fpu/s_sinl.S: Likewise.
40288 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
40289 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
40290 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
40291 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
40292 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
40293 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
40294 * math/libm-test.inc (cos_test): Add more tests and enable more
40295 tests for long double.
40296 (sin_test): Likewise.
40297 (sincos_test): Likewise.
40298 * sysdeps/i386/fpu/libm-test-ulps: Update.
40299 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40300
dd7f4703
DM
403012012-03-16 David S. Miller <davem@davemloft.net>
40302
40303 * sysdeps/sparc/fpu/math_private.h: New file.
40304
006f1daa
DM
403052012-03-15 David S. Miller <davem@davemloft.net>
40306
c0c83bc8
DM
40307 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
40308 file.
e6a62e18 40309 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
40310 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
40311 file.
e6a62e18
DM
40312 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
40313 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
40314 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
40315 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
40316 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
40317 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
40318 sysdep routines.
40319 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40320
88cb87d9
DM
40321 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
40322 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
40323
006f1daa 40324 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
40325 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
40326 sparc-ifunc.h
006f1daa 40327 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
40328 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
40329 Likewise.
40330 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
40331 Likewise.
006f1daa
DM
40332 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
40333 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
40334 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
40335 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
40336 Likewise.
006f1daa
DM
40337 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
40338 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
40339 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
40340 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
40341 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
40342 Likewise.
40343 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
40344 Likewise.
006f1daa
DM
40345 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
40346 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
40347 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
40348 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
40349 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
40350 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
40351 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
40352 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
40353 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
40354 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
40355 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
40356 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
40357 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
40358 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
40359 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
40360 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
40361 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
40362 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
40363 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
40364 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
40365 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
40366 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
40367 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
40368 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
40369
11e0098e
AS
403702012-03-15 Andreas Schwab <schwab@linux-m68k.org>
40371
40372 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
40373 scaling.
40374 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40375
e85b09d0
AJ
403762012-03-15 Andreas Jaeger <aj@suse.de>
40377
40378 [BZ #13852]
40379 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
40380 ieee754/flt-32 implementation for sin, cos and sincos.
40381 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
40382 * sysdeps/i386/fpu/s_cosf.S: Likewise.
40383 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
40384 * sysdeps/i386/fpu/s_sinf.S: Likewise.
40385 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
40386 ieee754/flt-32 implementation for tan.
40387
40388 * math/libm-test.inc (cos_test): Enable some large input tests for
40389 float as well
40390 (sin_test): Likewise.
40391 (sincos_test): Likewise.
40392 (tan_test): Add tests for large input.
40393
40394 * sysdeps/i386/fpu/libm-test-ulps: Update.
40395
81c64153
AJ
403962012-03-15 Andreas Jaeger <aj@suse.de>
40397
40398 [BZ #13658]
40399 * math/libm-test.inc (cos_test): Add more test cases.
40400 (sin_test): Likewise.
40401 (sincos_test): Likewise.
40402
7bbfa5c6
AJ
404032012-03-15 Andreas Jaeger <aj@suse.de>
40404
40405 [BZ #13837]
40406 * math/libm-test.inc (cos_test): Add a test case for large input
40407 value.
40408 (sin_test): Likewise.
40409 (sincos_test): Likewise.
40410
57f41c40
AS
404112012-03-15 Andreas Jaeger <aj@suse.de>
40412 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
40413
40414 [BZ #13658]
0671f479 40415 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
40416 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
40417 * sysdeps/i386/fpu/branred.c: Likewise.
40418 * sysdeps/i386/fpu/dosincos.c: Likewise.
40419 * sysdeps/i386/fpu/mpa.c: Likewise.
40420 * sysdeps/i386/fpu/s_cos.S: Likewise.
40421 * sysdeps/i386/fpu/s_sin.S: Likewise.
40422 * sysdeps/i386/fpu/s_sincos.S: Likewise.
40423 * sysdeps/i386/fpu/sincos32.c: Likewise.
40424
40425 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
40426 Define.
40427 (libc_feupdateenv_53bit): Define.
40428 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
40429 Define.
40430 (libc_feupdateenv_53bit): Define.
40431
40432 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40433 53 bit (without extend i386 double precision).
40434
40435 * math/libm-test.inc (sincos_test): Add tests for large input.
40436 (sin): Likewise.
40437 (cos): Likewise.
40438
40439 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40440
9cad04ea
AS
404412012-03-15 Andreas Schwab <schwab@linux-m68k.org>
40442
40443 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40444
f7062b9a
DM
404452012-03-15 David S. Miller <davem@davemloft.net>
40446
40447 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40448 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40449 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40450 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40451 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40452 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40453 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40454 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40455 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40456 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40457 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40458 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40459 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40460 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40461 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
40462 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40463 file.
f7062b9a 40464 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
40465 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40466 file.
f7062b9a 40467 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
40468 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40469 file.
f7062b9a 40470 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
40471 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40472 file.
f7062b9a
DM
40473 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40474 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40475 fmin/fmax sysdep routines.
40476 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40477
7bd951ff
DM
404782012-03-14 David S. Miller <davem@davemloft.net>
40479
559398ab
DM
40480 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40481 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40482 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40483 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40484 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40485 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40486 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40487 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40488 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40489 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40490 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40491 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40492 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40493 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40494 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40495 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40496 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40497 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40498 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40499 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40500 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40501 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40502 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40503 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40504 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40505 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40506 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40507 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
40508 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40509 routines.
40510 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40511 file.
559398ab 40512 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
40513 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40514 file.
559398ab 40515 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
40516 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40517 file.
559398ab 40518 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
40519 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40520 file.
559398ab 40521 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
40522 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40523 file.
559398ab 40524 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
40525 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40526 file.
40527 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40528 file.
40529 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40530 file.
40531 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40532 file.
40533 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40534 New file.
40535 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40536 file.
40537 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40538 file.
559398ab 40539 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
40540 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40541 file.
559398ab 40542 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
40543 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40544 file.
559398ab 40545 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
40546 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40547 file.
559398ab 40548 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
40549 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40550 VIS3 routines.
559398ab
DM
40551
40552 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40553 New file.
40554
5a1c1e32
DM
40555 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40556
eae47a36
DM
40557 * sysdeps/sparc/configure.in: New file.
40558 * sysdeps/sparc/configure: Generate.
40559 * configure.in (libc_cv_sparc_as_vis3): Substitute.
40560 * configure: Regenerate.
40561 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40562 * config.make.in (have-as-vis3): New.
40563 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40564 available use -Av9d instead of -Av9a.
40565 * sysdeps/sparc/sparc64/Makefile: Likewise.
40566 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
40567 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40568 New file.
40569 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40570 file.
40571 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40572 New file.
40573 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40574 file.
eae47a36
DM
40575 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40576 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40577 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40578 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40579 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40580
c0c83bc8
DM
40581 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40582 fzeros/fnegs to load 0x80000000 into a float register instead of
40583 using the stack.
7bd951ff
DM
40584 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40585
bd951ccb
JM
405862012-03-14 Joseph Myers <joseph@codesourcery.com>
40587
40588 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40589 bits/syscall.h.
40590 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40591 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40592 ($(inst_includedir)/bits/syscall.h): Remove rule.
40593 ($(objpfx)bits/syscall.d): Include instead of
40594 $(objpfx)syscall-list.d.
40595 (generated): Change syscall-list.h and syscall-list.d to
40596 bits/syscall.h and bits/syscall.d.
40597
bb4e6db2
RM
405982012-03-14 Roland McGrath <roland@hack.frob.com>
40599
40600 [BZ #13846]
40601 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40602
aa4a2ae1
JM
406032012-03-14 Joseph Myers <joseph@codesourcery.com>
40604
e456826d
JM
40605 [BZ #13841]
40606 * math/s_csqrt.c: Include <float.h>.
40607 (__csqrt): Scale large or subnormal inputs.
40608 * math/s_csqrtf.c: Likewise.
40609 * math/s_csqrtl.c: Likewise.
40610 * math/libm-test.inc (csqrt_test): Add more tests.
40611 * sysdeps/i386/fpu/libm-test-ulps: Update.
40612 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40613
aa4a2ae1
JM
40614 [BZ #13840]
40615 * math/libm-test.inc (hypot_test): Add more tests.
40616
7c10fd35
DM
406172012-03-13 David S. Miller <davem@davemloft.net>
40618
40619 [BZ #13840]
40620 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40621 double-precision for the calculation instead of scaling.
40622
f453b98b
JM
406232012-03-13 Joseph Myers <joseph@codesourcery.com>
40624
40625 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40626 manipulate bits before adding and subtracting TWO52[sx].
40627 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40628 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40629 Likewise.
40630 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40631
09a3453f
DM
406322012-03-13 David S. Miller <davem@davemloft.net>
40633
8e59da90
DM
40634 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40635 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40636 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40637 rtld-global-offsets.h
40638 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40639
2a8ab7f2
DM
40640 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40641 large parameters.
40642
10f62770
DM
40643 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40644
5f0bdb18
DM
40645 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40646 'err' in the ifdef scope in which it is actually used.
40647
09a3453f
DM
40648 * nss/nss_db/db-init.c: Include string.h
40649
b4b2eb5e
DM
406502012-03-12 David S. Miller <davem@davemloft.net>
40651
98bb2f1c
DM
40652 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40653 masking out of the most significant byte of random value used.
40654 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40655 Fix coding style in previous change.
40656
b4b2eb5e
DM
40657 * sysdeps/unix/sysv/linux/kernel-features.h
40658 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40659 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40660 expression.
40661 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40662 later.
40663
6e226b09
DM
406642012-03-11 David S. Miller <davem@davemloft.net>
40665
a1bcbd40
DM
40666 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40667 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40668 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40669 for 'resultvar' otherwise things get truncated on 64-bit.
40670
cb9d6174
DM
40671 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40672 Fix masking out of the most significant byte of random value used.
40673
6e226b09
DM
40674 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40675
058c132d
AS
406762012-03-10 Andreas Schwab <schwab@linux-m68k.org>
40677
40678 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40679
2d2cd515
DM
406802012-03-09 David S. Miller <davem@davemloft.net>
40681
40682 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40683 variables with appropriate CPP guards.
57f41c40
AS
40684 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40685 from the frame pointer, not the stack pointer. Correct layout
40686 comments. Fix test on resulting framesize and the management of
40687 the outregs buffer for pltexit. Preserve floating point return
40688 values across _dl_call_pltexit call.
2d2cd515
DM
40689 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40690 framesize and the management of the outregs buffer for pltexit.
40691 Preserve floating point return values across _dl_call_pltexit
40692 call.
57f41c40
AS
40693 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40694 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40695 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
40696 (print_exit): Fix format string for return register value.
40697
9a07f9d0
JM
406982012-03-10 Joseph Myers <joseph@codesourcery.com>
40699
40700 * sunrpc/Makefile (others): Add rpcgen.
40701 ($(objpfx)rpcgen): Remove special build rule and dependency on
40702 libc.
40703 * sunrpc/rpcgen.c: New file.
40704
547b5e30
PE
407052012-03-09 Paul Eggert <eggert@cs.ucla.edu>
40706
c524201a
PE
40707 [BZ #13673]
40708 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40709 * stdio-common/bug-vfprintf-nargs.c: Likewise.
40710 * sysdeps/i386/crti.S: Likewise.
40711 * sysdeps/i386/crtn.S: Likewise.
40712 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40713 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40714 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40715 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40716 * sysdeps/sh/crti.S: Likewise.
40717 * sysdeps/sh/crtn.S: Likewise.
40718 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40719
7b6235f2
PE
40720 [BZ #13673]
40721 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40722 with URL.
40723 * locale/programs/locfile-kw.gperf: Likewise.
40724 * locale/programs/charmap-kw.h: Regenerated.
40725 * locale/programs/locfile-kw.h: Likewise.
40726
547b5e30
PE
40727 [BZ #13673]
40728 * intl/plural.y: Replace FSF snail mail address with URL.
40729 * intl/plural.c: Regenerated.
40730
5f0a5dae
RH
407312012-03-09 Richard Henderson <rth@twiddle.net>
40732
40733 * include/math_private.h: Remove file.
40734 * math/math_private.h: Move file ...
40735 * sysdeps/generic/math_private.h: ... here.
40736
b8c03620
RH
40737 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40738 * sysdeps/powerpc/fpu/math_private.h: Likewise.
40739 * sysdeps/x86_64/fpu/math_private.h: Likewise.
40740
4e234f5d 40741 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
40742 and <math_private.h>.
40743 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40744 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40745 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40746 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40747 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40748 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40749 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40750 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40751 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40752 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40753 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40754 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40755 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40756 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40757 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40758 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40759 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40760 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40761 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40762 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40763 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40764 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40765 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40766 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40767 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40768 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40769 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40770 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40771 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40772 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40773 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40774 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40775 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40776 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40777 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40778 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40779 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40780 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40781 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40782 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40783 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40784 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40785 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40786 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40787 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40788 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40789 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40790 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40791 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40792 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40793 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40794 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40795 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40796 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40797 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40798 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40799 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40800 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40801 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40802 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40803 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40804 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40805 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40806 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40807 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40808 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40809 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40810 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40811 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40812 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40813 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40814 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40815 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40816 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40817 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40818 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40819 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40820 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40821 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40822 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40823 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40824 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40825 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40826 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40827 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40828 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40829 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40830 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40831 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40832 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40833 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40834 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40835 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40836 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40837 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40838 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40839 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40840 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40841 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40842 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40843 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40844 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40845 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40846 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40847 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40848 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40849 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40850 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40851 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40852 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40853 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40854 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40855 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40856 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40857 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40858 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40859 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40860 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40861 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40862 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40863 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40864 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40865 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40866 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40867 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40868 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40869 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40870 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40871 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40872 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40873 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40874 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40875 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40876 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40877 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40878 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40879 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40880 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40881 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40882 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40883 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40884 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40885 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40886 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40887 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40888 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40889 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40890 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40891 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40892 * sysdeps/ieee754/k_standard.c: Likewise.
40893 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40894 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40895 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40896 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40897 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40898 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40899 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40900 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40901 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40902 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40903 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40904 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40905 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40906 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40907 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40908 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40909 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40910 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40911 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40912 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40913 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40914 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40915 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40916 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40917 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40918 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40919 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40920 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40921 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40922 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40923 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40924 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40925 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40926 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40927 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40928 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40929 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40930 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40931 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40932 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40933 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40934 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40935 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40936 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40937 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40938 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40939 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40940 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40941 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40942 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40943 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40944 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40945 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40946 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40947 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40948 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40949 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40950 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40951 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40952 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40953 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40954 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40955 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40956 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40957 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40958 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40959 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40960 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40961 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40962 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40963 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40964 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40965 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40966 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40967 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40968 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40969 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40970 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40971 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40972 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40973 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40974 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40975 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40976 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40977 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40978 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40979 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40980 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40981 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40982 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40983 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40984 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40985 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40986 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40987 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40988 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40989 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40990 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40991 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40992 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40993 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40994 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40995 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40996 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40997 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40998 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40999 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
41000 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
41001 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
41002 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
41003 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
41004 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
41005 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
41006 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
41007 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
41008 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
41009 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
41010 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
41011 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
41012 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
41013 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
41014 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
41015 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
41016 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
41017 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
41018 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
41019 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
41020 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
41021 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
41022 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
41023 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
41024 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
41025 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
41026 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
41027 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
41028 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
41029 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
41030 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
41031 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
41032 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
41033 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
41034 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
41035 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
41036 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
41037 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
41038 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
41039 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
41040 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
41041 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
41042 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
41043 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
41044 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
41045 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
41046 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41047 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
41048 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
41049 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
41050 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
41051 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
41052 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
41053 * sysdeps/ieee754/s_lib_version.c: Likewise.
41054 * sysdeps/ieee754/s_matherr.c: Likewise.
41055 * sysdeps/ieee754/s_signgam.c: Likewise.
41056 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
41057 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
41058 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
41059 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
41060 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
41061 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41062 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
41063 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
41064 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
41065 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
41066 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
41067 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
41068 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
41069 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
41070 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
41071 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
41072 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
41073 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
41074 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
41075 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
41076 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 41077
1991fa03
JM
410782012-03-09 Joseph Myers <joseph@codesourcery.com>
41079
41080 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
41081 * sunrpc/rpc_main.c: Likewise.
41082 * sunrpc/rpc_svcout.c: Likewise.
41083
60d6f5a6
DM
410842012-03-09 David S. Miller <davem@davemloft.net>
41085
41086 * include/math_private.h: New file.
41087
4962050e
JM
410882012-03-09 Joseph Myers <joseph@codesourcery.com>
41089
02a6f887
JM
41090 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
41091 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
41092 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
41093 from <bits/socket_type.h>.
41094 (enum __socket_type): Don't define here.
41095 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
41096 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41097 bits/socket_type.h.
41098
c6e013c1
JM
41099 [BZ #13566]
41100 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
41101 checking __USE_GNU.
41102
4962050e
JM
41103 * Makerules ($(inst_includedir)/%.h): New rule.
41104 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
41105 (install-others): Remove variable setting.
41106 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
41107
38842f45
RH
411082012-03-08 Richard Henderson <rth@twiddle.net>
41109
67bb6da6
RH
41110 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
41111 from macro to inline function; merge with the
41112 !__LIBC_INTERNAL_MATH_INLINES version.
41113 (__ieee754_sqrtf): Likewise.
41114
15194b4b
RH
41115 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
41116 to inline function.
41117 (__rintf, __floor, __floorf): Likewise.
41118
64e21ede
RH
41119 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
41120 macro to inline function.
41121 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
41122
38842f45
RH
41123 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
41124 not <math/math_private.h>.
41125
c64bf5fe
DM
411262012-03-08 David S. Miller <davem@davemloft.net>
41127
41128 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
41129 copyright year.
41130 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
41131
82d86f28
TS
411322012-03-08 Thomas Schwinge <thomas@codesourcery.com>
41133
41134 * resolv/gai_misc.c (handle_requests): Fix struct timespec
41135 normalization.
41136 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
41137 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
41138
aea5d727
UD
411392012-03-08 Ulrich Drepper <drepper@gmail.com>
41140
41141 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
41142 be defined individually, they must be defined as a block. Define
41143 S for printing a string instead of hidint the different by using a
41144 macro for adding the 'l'.
41145 * stdio-common/tst-fphex-wide.c: Adjust.
41146
70bca0a3
MP
411472012-03-07 Marek Polacek <polacek@redhat.com>
41148
41149 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
41150
65b81130
MP
411512012-03-08 Marek Polacek <polacek@redhat.com>
41152
41153 [BZ #13806]
41154 * stdio-common/Makefile (tests): Add tst-fphex-wide.
41155 * stdio-common/tst-fphex.c: Define a few macros to make the
41156 test reusable. Use them.
41157 * stdio-common/tst-fphex-wide.c: New file.
41158
07037eeb
JM
411592012-03-08 Joseph Myers <joseph@codesourcery.com>
41160
a7a93d50
JM
41161 [BZ #6911]
41162 * manual/macros.texi (gnusystems): New macro.
41163 (nongnusystems): Likewise.
41164 (gnulinuxhurdsystems): Likewise.
41165 (gnuhurdsystems): Likewise..
41166 (gnulinuxsystems): Likewise.
41167 * manual/charset.texi: Use new macros or @theglibc{} to refer to
41168 variants of the GNU system, not "GNU system".
41169 * manual/conf.texi: Likewise.
41170 * manual/errno.texi: Likewise. Update example of errno macro
41171 expansion.
41172 * manual/filesys.texi: Likewise.
41173 (getumask): Document as specific to GNU/Hurd.
41174 * manual/install.texi: Likewise. Reword some references to
41175 GNU/Linux.
41176 * manual/intro.texi: Likewise.
41177 * manual/io.texi: Likewise.
41178 (File Name Portability): Detail which constraints are inapplicable
41179 to all GNU systems and which are only inapplicable to GNU/Hurd.
41180 * manual/job.texi: Likewise.
41181 * manual/llio.texi: Likewise.
41182 (O_NOCTTY): Document as present on GNU/Linux.
41183 * manual/maint.texi: Likewise.
41184 * manual/memory.texi: Likewise.
41185 * manual/pattern.texi: Likewise.
41186 * manual/pipe.texi: Likewise.
41187 * manual/process.texi: Likewise.
41188 * manual/resource.texi: Likewise.
41189 (RUSAGE_CHILDREN): Remove statement about specifying a particular
41190 child on GNU/Hurd.
41191 * manual/setjmp.texi: Likewise.
41192 * manual/signal.texi: Likewise.
41193 * manual/startup.texi: Likewise.
41194 * manual/stdio.texi: Likewise.
41195 * manual/terminal.texi: Likewise.
41196 (ONLCR): Document as POSIX.
41197 (OXTABS): Document availability on GNU/Linux as XTABS.
41198 (ONOEOT): Document availability separately from other bits.
41199 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
41200 * manual/time.texi: Likewise.
41201 * manual/users.texi: Likewise.
41202 * INSTALL: Regenerated.
41203 * sysdeps/gnu/errlist.c: Regenerated.
41204
07037eeb
JM
41205 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
41206 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
41207 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
41208 puts.
41209 * configure: Regenerated.
41210
d1d3431a
JM
412112012-03-07 Joseph Myers <joseph@codesourcery.com>
41212
af6a1e37
JM
41213 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
41214 default includes instead of AC_HEADER_CHECK.
41215 * sysdeps/i386/configure: Regenerated.
41216
d1d3431a
JM
41217 [BZ #10716]
41218 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
41219 * math/s_cacoshf.c (__cacoshf): Likewise.
41220 * math/s_cacoshl.c (__cacoshl): Likewise.
41221 * math/s_casinh.c (__casinh): Set signs of result from argument.
41222 * math/s_casinhf.c (__casinhf): Likewise.
41223 * math/s_casinhl.c (__casinhl): Likewise.
41224 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
41225 (casinh_test): Add more tests.
41226 * sysdeps/i386/fpu/libm-test-ulps: Update.
41227 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41228
482ff4da
UD
412292012-03-07 Ulrich Drepper <drepper@gmail.com>
41230
872fda05
UD
41231 * po/zh_TW.po: Update from translation team.
41232
a4300c7a
UD
41233 * login/Makefile (distribute): Remove variable.
41234 * catgets/Makefile: Likewise.
41235 * mach/Makefile: Likewise.
41236 * malloc/Makefile: Likewise.
41237 * misc/Makefile: Likewise.
41238 * iconv/Makefile: Likewise.
41239 * nscd/Makefile: Likewise.
41240 * hurd/Makefile: Likewise.
41241 * manual/Makefile: Likewise.
41242 * locale/Makefile: Likewise.
41243 * intl/Makefile: Likewise.
41244 * conform/Makefile: Likewise.
41245 * nss/Makefile: Likewise.
41246 * time/Makefile: Likewise.
41247 * soft-fp/Makefile: Likewise.
41248 * dirent/Makefile: Likewise.
41249 * gmon/Makefile: Likewise.
41250 * po/Makefile: Likewise.
41251 * rt/Makefile: Likewise.
41252 * socket/Makefile: Likewise.
41253 * math/Makefile: Likewise.
41254 * signal/Makefile: Likewise.
41255 * debug/Makefile: Likewise.
41256 * elf/Makefile: Likewise.
41257 * timezone/Makefile: Likewise.
41258 * stdlib/Makefile: Likewise.
41259 * iconvdata/Makefile: Likewise.
41260 * sunrpc/Makefile: Likewise.
41261 * io/Makefile: Likewise.
41262 * argp/Makefile: Likewise.
41263 * inet/Makefile: Likewise.
41264 * hesiod/Makefile: Likewise.
41265 * grp/Makefile: Likewise.
41266 * csu/Makefile: Likewise.
41267 * wctype/Makefile: Likewise.
41268 * crypt/Makefile: Likewise.
41269 * libio/Makefile: Likewise.
41270 * string/Makefile: Likewise.
41271 * nis/Makefile: Likewise.
41272 * resolv/Makefile: Likewise.
41273 * stdio-common/Makefile: Likewise.
41274 * wcsmbs/Makefile: Likewise.
41275 * dlfcn/Makefile: Likewise.
41276 * posix/Makefile: Likewise.
41277
3b7c4e74 41278 [BZ #6959]
482ff4da
UD
41279 * timezone/Makefile: Don't install timezone files, just the programs
41280 and scripts.
41281
f72ed77d
UD
412822012-03-06 Ulrich Drepper <drepper@gmail.com>
41283
a000466f
UD
41284 * nss/databases.def: Add missing gshadow entry.
41285
f72ed77d
UD
41286 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
41287
a53b7a4e
MP
412882012-03-06 Marek Polacek <polacek@redhat.com>
41289
41290 [BZ #13726]
41291 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
41292 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
41293 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
41294 * stdio-common/tst-long-dbl-fphex.c: New file.
41295
e9258400
DM
412962012-03-06 David S. Miller <davem@davemloft.net>
41297
41298 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
41299 (set_obp_int): New function.
41300 (get_obp_int): New function.
41301 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
41302 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
41303 Avoid unused variable warnings on 'val' and use builtin_expect.
41304 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
41305 __builtin_expect.
e9258400
DM
41306 (INLINE_CLONE_SYSCALL): Likewise.
41307
3bd2c723
DM
413082012-03-05 David S. Miller <davem@davemloft.net>
41309
41310 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41311
bbb78d03
AS
413122012-03-05 Andreas Schwab <schwab@linux-m68k.org>
41313
884c5db4
AS
41314 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41315
bbb78d03
AS
41316 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
41317 only for |x| >= 40.
41318 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
41319
1c9f702a 413202012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
41321
41322 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
41323 Replace gettimeofday with __vdso_gettimeofday.
41324
7be16f82
RM
41325 * sysdeps/unix/sysv/linux/x86_64/init-first.c
41326 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
41327 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
41328
41329 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
41330 time with __vdso_time.
41331
ed58a00f
JM
413322012-03-05 Joseph Myers <joseph@codesourcery.com>
41333
41334 * manual/lang.texi (size_t): Note types to which size_t may be
41335 equivalent with the GNU C Library, but do not describe when
41336 differences between them are significant.
41337
30ee4ced
AJ
413382012-03-05 Andreas Jaeger <aj@suse.de>
41339
41340 * sysdeps/i386/fpu/libm-test-ulps: Update.
41341
b7cd39e8
JM
413422012-03-05 Joseph Myers <joseph@codesourcery.com>
41343
41344 [BZ #3976]
41345 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
41346 (__ieee754_pow): Save and restore rounding mode and use
41347 round-to-nearest for main computations.
41348 * math/libm-test.inc (pow_test_tonearest): New function.
41349 (pow_test_towardzero): Likewise.
41350 (pow_test_downward): Likewise.
41351 (pow_test_upward): Likewise.
41352 (main): Call the new functions.
41353 * sysdeps/i386/fpu/libm-test-ulps: Update.
41354 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
41355
41356 [BZ #3976]
41357 * math/libm-test.inc (cosh_test_tonearest): New function.
41358 (cosh_test_towardzero): Likewise.
41359 (cosh_test_downward): Likewise.
41360 (cosh_test_upward): Likewise.
41361 (sinh_test_tonearest): Likewise.
41362 (sinh_test_towardzero): Likewise.
41363 (sinh_test_downward): Likewise.
41364 (sinh_test_upward): Likewise.
41365 (main): Call the new functions.
41366 * sysdeps/i386/fpu/libm-test-ulps: Update.
41367 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41368
6c6a98c9
TV
413692012-03-05 Tom de Vries <tom@codesourcery.com>
41370
41371 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
41372 default stack guard is set in last bytes.
41373 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
41374
21bb2d2e 413752012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 41376
21bb2d2e 41377 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 41378
21bb2d2e
AJ
41379 [BZ #13656]
41380 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
41381 possibly allocate from heap instead of stack.
41382 * stdio-common/bug-vfprintf-nargs.c: New file.
41383 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 41384
c6922934
AS
413852012-03-03 Andreas Schwab <schwab@linux-m68k.org>
41386
41387 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41388
bc957d53
MP
413892012-03-03 Marek Polacek <polacek@redhat.com>
41390
41391 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
41392 * math/math_private.h: Likewise.
41393 * stdlib/tst-strtod.c: Likewise.
41394 * sysdeps/i386/i486/bits/atomic.h: Likewise.
41395 * sysdeps/x86_64/bits/atomic.h: Likewise.
41396
6358490d
DM
413972012-03-02 David S. Miller <davem@davemloft.net>
41398
41399 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
41400 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
41401 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
41402 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
41403 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
41404 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
41405 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
41406 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
41407
01ae168d
RM
414082012-03-02 Roland McGrath <roland@hack.frob.com>
41409
d9a17c07
RM
41410 [BZ #13792]
41411 * manual/examples/README: New file, says the example source files
41412 can be used under GPL>=2.
41413 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
41414 line containing just "*/".
41415 * manual/examples/add.c: Add copyright header (GPL>=2).
41416 * manual/examples/argp-ex1.c: Likewise.
41417 * manual/examples/argp-ex2.c: Likewise.
41418 * manual/examples/argp-ex3.c: Likewise.
41419 * manual/examples/argp-ex4.c: Likewise.
41420 * manual/examples/atexit.c: Likewise.
41421 * manual/examples/db.c: Likewise.
41422 * manual/examples/dir.c: Likewise.
41423 * manual/examples/dir2.c: Likewise.
41424 * manual/examples/execinfo.c: Likewise.
41425 * manual/examples/filecli.c: Likewise.
41426 * manual/examples/filesrv.c: Likewise.
41427 * manual/examples/fmtmsgexpl.c: Likewise.
41428 * manual/examples/genpass.c: Likewise.
41429 * manual/examples/inetcli.c: Likewise.
41430 * manual/examples/inetsrv.c: Likewise.
41431 * manual/examples/isockad.c: Likewise.
41432 * manual/examples/longopt.c: Likewise.
41433 * manual/examples/memopen.c: Likewise.
41434 * manual/examples/memstrm.c: Likewise.
41435 * manual/examples/mkfsock.c: Likewise.
41436 * manual/examples/mkisock.c: Likewise.
41437 * manual/examples/mygetpass.c: Likewise.
41438 * manual/examples/pipe.c: Likewise.
41439 * manual/examples/popen.c: Likewise.
41440 * manual/examples/rprintf.c: Likewise.
41441 * manual/examples/search.c: Likewise.
41442 * manual/examples/select.c: Likewise.
41443 * manual/examples/setjmp.c: Likewise.
41444 * manual/examples/sigh1.c: Likewise.
41445 * manual/examples/sigusr.c: Likewise.
41446 * manual/examples/stpcpy.c: Likewise.
41447 * manual/examples/strdupa.c: Likewise.
41448 * manual/examples/strftim.c: Likewise.
41449 * manual/examples/strncat.c: Likewise.
41450 * manual/examples/subopt.c: Likewise.
41451 * manual/examples/swapcontext.c: Likewise.
41452 * manual/examples/termios.c: Likewise.
41453 * manual/examples/testopt.c: Likewise.
41454 * manual/examples/testpass.c: Likewise.
41455 * manual/examples/timeval_subtract.c: Likewise.
41456
01ae168d
RM
41457 [BZ #13792]
41458 * manual/time.texi (Elapsed Time): Move timeval_subtract example
41459 function to ...
41460 * manual/timeval_subtract.c.texi: ... here, new file.
41461
49efa33d
DM
414622012-03-02 David S. Miller <davem@davemloft.net>
41463
41464 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41465
28afd92d
JM
414662012-03-02 Joseph Myers <joseph@codesourcery.com>
41467
804360ed
JM
41468 [BZ #3976]
41469 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41470 (__sin): Save and restore rounding mode and use round-to-nearest
41471 for all computations.
41472 (__cos): Save and restore rounding mode and use round-to-nearest
41473 for all computations.
41474 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41475 <fenv.h>.
41476 (tan): Save and restore rounding mode and use round-to-nearest for
41477 all computations.
41478 * math/libm-test.inc (cos_test_tonearest): New function.
41479 (cos_test_towardzero): Likewise.
41480 (cos_test_downward): Likewise.
41481 (cos_test_upward): Likewise.
41482 (sin_test_tonearest): Likewise.
41483 (sin_test_towardzero): Likewise.
41484 (sin_test_downward): Likewise.
41485 (sin_test_upward): Likewise.
41486 (tan_test_tonearest): Likewise.
41487 (tan_test_towardzero): Likewise.
41488 (tan_test_downward): Likewise.
41489 (tan_test_upward): Likewise.
41490 (main): Call the new functions.
41491 * sysdeps/i386/fpu/libm-test-ulps: Update.
41492 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41493
a6d06d7b
JM
41494 [BZ #10135]
41495 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41496 small n, then large n, before computing and testing k+n.
41497 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41498 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41499 Likewise.
41500 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41501 Likewise.
41502 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41503 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41504 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41505 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41506 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41507 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41508 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41509 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41510 * math/libm-test.inc (scalbn_test): Add more tests.
41511 (scalbln_test): Likewise.
41512
07e12bb3
JM
41513 * manual/filesys.texi (mode_t): Describe constraints on size and
41514 signedness, not exact equivalence to a particular type.
41515 (ino_t): Likewise.
41516 (ino64_t): Likewise.
41517 (dev_t): Likewise.
41518 (nlink_t): Likewise.
41519 (blkcnt_t): Likewise.
41520 (blkcnt64_t): Likewise.
41521 * manual/llio.texi (off_t): Likewise.
41522
28afd92d
JM
41523 [BZ #3976]
41524 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41525 (__ieee754_exp): Save and restore rounding mode and use
41526 round-to-nearest for all computations.
41527 * math/libm-test.inc (exp_test_tonearest): New function.
41528 (exp_test_towardzero): Likewise.
41529 (exp_test_downward): Likewise.
41530 (exp_test_upward): Likewise.
41531 (main): Call the new functions.
41532 * sysdeps/i386/fpu/libm-test-ulps: Update.
41533 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41534
b1eeb65d
CD
415352012-03-01 Chris Demetriou <cgd@google.com>
41536
41537 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41538 have predictable order.
41539
53362a4b
DM
415402012-03-01 David S. Miller <davem@davemloft.net>
41541
3c969083
DM
41542 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41543
759707de
DM
41544 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41545 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41546 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41547 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41548
dfdb8ff2
DM
41549 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41550 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41551 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41552 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41553 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41554 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41555 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41556 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41557 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41558
ead89f96
DM
41559 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41560
7f66bd07
DM
41561 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41562 * sysdeps/sparc/fpu/libm-test-ulps: to here.
41563 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41564
53362a4b
DM
41565 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41566 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41567 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41568 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41569 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41570 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41571 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41572 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41573 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41574 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41575 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41576 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41577 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41578 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41579 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41580 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41581 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41582 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41583 * sysdeps/sparc/elf/configure: Regenerated.
41584
7b1902cb
JM
415852012-03-01 Joseph Myers <joseph@codesourcery.com>
41586
bec039bc
JM
41587 * configure.in (AS, LD): Require binutils 2.20 or later.
41588 * configure: Regenerated.
41589 * manual/install.texi (Tools for Compilation): Give binutils 2.20
41590 as required minimum version.
41591 * INSTALL: Regenerated.
41592
7b1902cb
JM
41593 [BZ #2541]
41594 [BZ #4108]
41595 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41596 before squaring exponent.
41597 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41598 bottom long double and 27 bits of top long double before squaring
41599 exponent.
41600 * math/libm-test.inc (erfc_test): Add more tests.
41601 * sysdeps/i386/fpu/libm-test-ulps: Update.
41602 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41603 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41604
f775c276
KT
416052012-03-01 Kai Tietz <ktietz@redhat.com>
41606
41607 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41608 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41609 containing bit-fields.
41610 * soft-fp/extended.h (_FP_UNION_E): Likewise.
41611 * soft-fp/single.h (_FP_UNION_S): Likewise.
41612 * soft-fp/double.h (_FP_UNION_D): Likewise.
41613
5b8a4d4a
JM
416142012-02-29 Joseph Myers <joseph@codesourcery.com>
41615
0bab47b6
JM
41616 [BZ #13786]
41617 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41618 not include ../strcmp.S.
41619 [USE_AS_STRNCASECMP_L]: Likewise.
41620 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41621 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41622 * sysdeps/i386/i686/multiarch/strncase_l-c.c
41623 (__strncasecmp_l_ia32): Define as alias to
41624 __strncasecmp_l_nonascii.
41625
0fcad3e2
JM
41626 [BZ #5794]
41627 * math/libm-test.inc (expm1_test): Add test for bug 5794.
41628 * sysdeps/i386/fpu/libm-test-ulps: Update.
41629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41630
5b8a4d4a
JM
41631 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41632 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41633
8fdceb2e
JL
416342012-02-29 Jeff Law <law@redhat.com>
41635
41636 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41637 out of bounds read.
41638
1f393a11
MP
416392012-02-29 Marek Polacek <polacek@redhat.com>
41640
41641 [BZ #13706]
41642 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41643 * elf/Makefile: Add rules to run tst-unused-dep.out.
41644
8847f037
DM
416452012-02-28 David S. Miller <davem@davemloft.net>
41646
41647 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41648 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41649 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41650 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41651 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41652 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41653
169d7f11
JM
416542012-02-29 Joseph Myers <joseph@codesourcery.com>
41655
41656 * math/libm-test.inc (llround_test): Move one test from
41657 lround_test. Use TEST_f_L in moved test.
41658 (lround_test): Move misplaced test to llround_test. Add testcase
41659 from bug 2561.
41660
39adf059
UD
416612012-02-28 Ulrich Drepper <drepper@gmail.com>
41662
41663 * sysdeps/x86_64/fpu/e_expf.S: New file.
41664 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41665
71b5d1c5
SB
416662012-02-28 Stanislav Brabec <sbrabec@suse.cz>
41667
41668 [BZ #13637]
41669 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41670 of remain_len that may cause incomplete multi-byte character and
41671 false match.
41672 * posix/bug-regex33.c: New file.
41673 * posix/Makefile (tests): Add bug-regex33.
41674
1f77f049
JM
416752012-02-28 Joseph Myers <joseph@codesourcery.com>
41676
41677 * manual/macros.texi: New file.
41678 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41679 * manual/libc.texinfo: Include macros.texi.
41680 * manual/creatute.texi: Likewise.
41681 * manual/install.texi: Likewise.
41682 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41683 @glibcadj{} in references to the GNU C Library.
41684 * manual/charset.texi: Likewise.
41685 * manual/conf.texi: Likewise.
41686 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
41687 when not using those macros.
41688 * manual/creature.texi: Likewise.
41689 * manual/crypt.texi: Likewise.
41690 * manual/errno.texi: Likewise.
41691 * manual/filesys.texi: Likewise.
41692 * manual/header.texi: Likewise.
41693 * manual/install.texi: Likewise.
41694 * manual/intro.texi: Likewise.
41695 * manual/io.texi: Likewise.
41696 * manual/job.texi: Likewise.
41697 * manual/lang.texi: Likewise.
41698 * manual/libc.texiinfo: Likewise.
41699 * manual/llio.texi: Likewise.
41700 * manual/locale.texi: Likewise.
41701 * manual/maint.texi: Likewise.
41702 * manual/math.texi: Likewise.
41703 * manual/memory.texi: Likewise.
41704 * manual/message.texi: Likewise.
41705 * manual/nss.texi: Likewise.
41706 * manual/pattern.texi: Likewise.
41707 * manual/process.texi: Likewise.
41708 * manual/resource.texi: Likewise.
41709 * manual/search.texi: Likewise.
41710 * manual/setjmp.texi: Likewise.
41711 * manual/signal.texi: Likewise.
41712 * manual/socket.texi: Likewise.
41713 * manual/startup.texi: Likewise.
41714 * manual/stdio.texi: Likewise.
41715 * manual/string.texi: Likewise.
41716 * manual/sysinfo.texi: Likewise.
41717 * manual/syslog.texi: Likewise.
41718 * manual/terminal.texi: Likewise.
41719 * manual/time.texi: Likewise.
41720 * manual/users.texi: Likewise.
41721 * INSTALL: Regenerated.
41722 * NOTES: Regenerated.
d40c5d54 41723 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 41724
450bf206
AS
417252012-02-28 Andreas Schwab <schwab@linux-m68k.org>
41726
41727 * include/dirent.h: Include <dirstream.h> before
41728 <dirent/dirent.h>.
41729
741a235b
DM
417302012-02-28 David S. Miller <davem@davemloft.net>
41731
41732 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41733 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41734 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41735 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41736
d6b5aa58
DM
417372012-02-27 David S. Miller <davem@davemloft.net>
41738
1aff59a3
DM
41739 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41740 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41741 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41742 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41743
d6b5aa58
DM
41744 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41745 frame pointer instead of stack pointer relative arg slot.
41746 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41747 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41748 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41749
433f48bf
CD
417502012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
41751
41752 [BZ #3992]
41753 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41754
d674b76d
DM
417552012-02-27 David S. Miller <davem@davemloft.net>
41756
41757 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41758 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41759 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41760 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41761 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41762 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41763 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41764 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41765
0e7727f7
JM
417662012-02-27 Joseph Myers <joseph@codesourcery.com>
41767
41768 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41769 later. Allow versions 5-9.
43be4ca2 41770 * configure: Regenerated.
0e7727f7
JM
41771 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41772 required minimum version and 4.6 as recommended version. Do not
41773 mention bugs in GCC 2.7 and 2.8.
43be4ca2 41774 * INSTALL: Regenerated.
0e7727f7 41775
a78bc654
DM
417762012-02-27 David S. Miller <davem@davemloft.net>
41777
428d5830
DM
41778 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41779 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41780 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41781 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41782 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41783 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41784 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41785 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41786
a78bc654
DM
41787 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41788 manipulate bits before adding and subtracting TWO112[sx].
41789 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41790
4579f81c
RM
417912012-02-27 Roland McGrath <roland@hack.frob.com>
41792
36c8acb4
RM
41793 [BZ #13775]
41794 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41795 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41796 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41797 being in POSIX, because they are in 1003.1-2008.
41798
84ad622b
RM
41799 * rt/tst-aio.c: Include <fcntl.h>.
41800 * rt/tst-aio7.c: Likewise.
41801 * rt/tst-aio64.c: Likewise.
41802
4579f81c
RM
41803 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41804
abd923db
JM
418052012-02-27 Joseph Myers <joseph@codesourcery.com>
41806
41807 * manual/install.texi (--with-headers): Describe headers as
41808 interface headers, not private headers.
41809 (Specific advice for GNU/Linux systems): Describe use of headers
41810 from "make headers_install", not private headers from older
41811 kernels.
43be4ca2 41812 * INSTALL: Regenerated.
abd923db
JM
41813 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41814 Change to 2.6.19.
41815 * sysdeps/unix/sysv/linux/configure: Regenerated.
41816
6664049b
JM
41817 * manual/llio.texi (fclean): Remove documentation.
41818
bb8b6697
JM
41819 * manual/Makefile (libc-texi-generated): New variable. Include
41820 version.texi.
41821 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41822 $(libc-texi-generated), not duplicated list of files.
41823 (version.texi, stamp-version): New rules.
41824 (realclean): Remove $(libc-texi-generated), not individual files
41825 from that list. Do not remove dir-add.texinfo.
41826 * manual/libc.texinfo: Comment out uses of edition numbers and
41827 references to printed manual. Remove last-updated dates.
41828 (EDITION): Comment out.
41829 (ISBN): Likewise.
41830 (VERSION, UPDATED): Remove.
41831 (version.texi): Include.
41832
12e5c3b9
AS
418332012-02-27 Andreas Schwab <schwab@linux-m68k.org>
41834
41835 * sysdeps/posix/spawni.c: Include <signal.h>.
41836 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41837 * sysdeps/pthread/aio_fsync.c: Likewise.
41838
4efeffc1 418392012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 41840
ba63ba08
UD
41841 * conform/Makefile (tests): Run only when not cross-compiling and
41842 when fast-check is not defined.
41843
d94a4670
UD
41844 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41845 * conform/data/limits.h-data: Fixes for POSIX2008.
41846 * conform/run-conformtest.sh: Run all tests.
41847 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41848 headers.
41849 * include/bits/dlfcn.h: Likewise.
41850 * include/langinfo.h: Likewise.
41851 * include/monetary.h: Likewise.
41852 * include/sys/poll.h: Likewise.
41853
41854 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41855 for __USE_GNU.
41856 * posix/spawn.h: Define __need_sigset_t.
41857 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41858 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41859 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
41860 to get sigevent_t only.
41861 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41862 only for __USE_GNU.
41863 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41864 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41865 process_vm_writev only for __USE_GNU.
41866 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
41867
41868 * conform/Makefile: For now ignore errors from run-conformtest.
41869 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
41870 POSIX to avoid namespace pollution. Don't prepend headers.
41871 * conform/data/aio.h-data: Fixes for POSIX testing.
41872 * conform/data/fcntl.h-data: Likewise.
41873 * conform/data/glob.h-data: Likewise.
41874 * conform/data/grp.h-data: Likewise.
41875 * conform/data/pthread.h-data: Likewise.
41876 * conform/data/pwd.h-data: Likewise.
41877 * conform/data/signal.h-data: Likewise.
41878 * conform/data/spawn.h-data: Likewise.
41879 * conform/data/stdio.h-data: Likewise.
41880 * conform/data/stdlib.h-data: Likewise.
41881 * conform/data/stropts.h-data: Likewise.
41882 * conform/data/sys/mman.h-data: Likewise.
41883 * conform/data/sys/stat.h-data: Likewise.
41884 * conform/data/sys/types.h-data: Likewise.
41885 * conform/data/sys/wait.h-data: Likewise.
41886 * conform/data/time.h-data: Likewise.
41887 * conform/data/unistd.h-data: Likewise.
41888 * conform/data/utime.h-data: Likewise.
41889
41890 * io/sys/stat.h: fchmod was always in POSIX.
41891 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41892 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41893 * rt/aio.h: Define __need_timespec before including <time.h>.
41894 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41895 struct. Add forward declaration of pthread_attr_t and use it in
41896 sigevent.
41897 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41898 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41899 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41900 always remove CLK_TCK definition.
41901
c20105c3
AS
419022012-02-26 Andreas Schwab <schwab@linux-m68k.org>
41903
41904 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41905
7a270350
UD
419062012-02-25 Ulrich Drepper <drepper@gmail.com>
41907
31341567
UD
41908 * conform/run-conformtest.sh: New file.
41909 * conform/Makefile: Run run-conformtest for tests.
41910 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
41911 support.
41912
41913 * conform/data/uchar.h-data: New file.
41914 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41915 * conform/data/arpa/inet.h-data: Likewise.
41916 * conform/data/assert.h-data: Likewise.
41917 * conform/data/complex.h-data: Likewise.
41918 * conform/data/cpio.h-data: Likewise.
41919 * conform/data/ctype.h-data: Likewise.
41920 * conform/data/dirent.h-data: Likewise.
41921 * conform/data/dlfcn.h-data: Likewise.
41922 * conform/data/errno.h-data: Likewise.
41923 * conform/data/fcntl.h-data: Likewise.
41924 * conform/data/float.h-data: Likewise.
41925 * conform/data/fmtmsg.h-data: Likewise.
41926 * conform/data/fnmatch.h-data: Likewise.
41927 * conform/data/ftw.h-data: Likewise.
41928 * conform/data/glob.h-data: Likewise.
41929 * conform/data/grp.h-data: Likewise.
41930 * conform/data/iconv.h-data: Likewise.
41931 * conform/data/inttypes.h-data: Likewise.
41932 * conform/data/langinfo.h-data: Likewise.
41933 * conform/data/libgen.h-data: Likewise.
41934 * conform/data/limits.h-data: Likewise.
41935 * conform/data/locale.h-data: Likewise.
41936 * conform/data/math.h-data: Likewise.
41937 * conform/data/monetary.h-data: Likewise.
41938 * conform/data/mqueue.h-data: Likewise.
41939 * conform/data/ndbm.h-data: Likewise.
41940 * conform/data/net/if.h-data: Likewise.
41941 * conform/data/netdb.h-data: Likewise.
41942 * conform/data/netinet/in.h-data: Likewise.
41943 * conform/data/nl_types.h-data: Likewise.
41944 * conform/data/poll.h-data: Likewise.
41945 * conform/data/pthread.h-data: Likewise.
41946 * conform/data/pwd.h-data: Likewise.
41947 * conform/data/regex.h-data: Likewise.
41948 * conform/data/sched.h-data: Likewise.
41949 * conform/data/search.h-data: Likewise.
41950 * conform/data/semaphore.h-data: Likewise.
41951 * conform/data/setjmp.h-data: Likewise.
41952 * conform/data/signal.h-data: Likewise.
41953 * conform/data/spawn.h-data: Likewise.
41954 * conform/data/stdarg.h-data: Likewise.
41955 * conform/data/stdio.h-data: Likewise.
41956 * conform/data/stdlib.h-data: Likewise.
41957 * conform/data/string.h-data: Likewise.
41958 * conform/data/strings.h-data: Likewise.
41959 * conform/data/stropts.h-data: Likewise.
41960 * conform/data/sys/ipc.h-data: Likewise.
41961 * conform/data/sys/mman.h-data: Likewise.
41962 * conform/data/sys/msg.h-data: Likewise.
41963 * conform/data/sys/resource.h-data: Likewise.
41964 * conform/data/sys/select.h-data: Likewise.
41965 * conform/data/sys/sem.h-data: Likewise.
41966 * conform/data/sys/shm.h-data: Likewise.
41967 * conform/data/sys/socket.h-data: Likewise.
41968 * conform/data/sys/stat.h-data: Likewise.
41969 * conform/data/sys/statvfs.h-data: Likewise.
41970 * conform/data/sys/time.h-data: Likewise.
41971 * conform/data/sys/timeb.h-data: Likewise.
41972 * conform/data/sys/times.h-data: Likewise.
41973 * conform/data/sys/types.h-data: Likewise.
41974 * conform/data/sys/uio.h-data: Likewise.
41975 * conform/data/sys/un.h-data: Likewise.
41976 * conform/data/sys/utsname.h-data: Likewise.
41977 * conform/data/sys/wait.h-data: Likewise.
41978 * conform/data/syslog.h-data: Likewise.
41979 * conform/data/tar.h-data: Likewise.
41980 * conform/data/termios.h-data: Likewise.
41981 * conform/data/utime.h-data: Likewise.
41982 * conform/data/utmpx.h-data: Likewise.
41983 * conform/data/varargs.h-data: Likewise.
41984 * conform/data/wchar.h-data: Likewise.
41985 * conform/data/wctype.h-data: Likewise.
41986 * conform/data/wordexp.h-data: Likewise.
41987
41988 * include/stropts.h: New file.
41989 * include/uchar.h: New file.
41990 * include/aio.h: Changes to allow conformtest.pl to use the headers.
41991 * include/assert.h: Likewise.
41992 * include/ctype.h: Likewise.
41993 * include/dirent.h: Likewise.
41994 * include/dlfcn.h: Likewise.
41995 * include/fcntl.h: Likewise.
41996 * include/fnmatch.h: Likewise.
41997 * include/glob.h: Likewise.
41998 * include/grp.h: Likewise.
41999 * include/libio.h: Likewise.
42000 * include/locale.h: Likewise.
42001 * include/math.h: Likewise.
42002 * include/net/if.h: Likewise.
42003 * include/netdb.h: Likewise.
42004 * include/netinet/in.h: Likewise.
42005 * include/pthread.h: Likewise.
42006 * include/pwd.h: Likewise.
42007 * include/regex.h: Likewise.
42008 * include/sched.h: Likewise.
42009 * include/search.h: Likewise.
42010 * include/setjmp.h: Likewise.
42011 * include/signal.h: Likewise.
42012 * include/stdio.h: Likewise.
42013 * include/stdlib.h: Likewise.
42014 * include/string.h: Likewise.
42015 * include/sys/cdefs.h: Likewise.
42016 * include/sys/mman.h: Likewise.
42017 * include/sys/msg.h: Likewise.
42018 * include/sys/resource.h: Likewise.
42019 * include/sys/select.h: Likewise.
42020 * include/sys/socket.h: Likewise.
42021 * include/sys/stat.h: Likewise.
42022 * include/sys/statvfs.h: Likewise.
42023 * include/sys/time.h: Likewise.
42024 * include/sys/times.h: Likewise.
42025 * include/sys/uio.h: Likewise.
42026 * include/sys/utsname.h: Likewise.
42027 * include/sys/wait.h: Likewise.
42028 * include/termios.h: Likewise.
42029 * include/time.h: Likewise.
42030 * include/ulimit.h: Likewise.
42031 * include/unistd.h: Likewise.
42032 * include/utime.h: Likewise.
42033 * include/wchar.h: Likewise.
42034 * include/wctype.h: Likewise.
42035 * include/wordexp.h: Likewise.
42036
42037 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
42038
7a270350
UD
42039 * time/time.h: TIME_UTC must be a macro.
42040 Make timespec_get available for ISO C11 only as well.
42041
7724defc
UD
420422012-02-24 Ulrich Drepper <drepper@gmail.com>
42043
42044 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
42045 Reported by Peng Haitao <penght@cn.fujitsu.com>.
42046
6b1d1d46
JM
420472012-02-24 Joseph Myers <joseph@codesourcery.com>
42048
42049 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 42050
0f8bbd69
JM
420512012-02-24 Joseph Myers <joseph@codesourcery.com>
42052
42053 * manual/texinfo.tex: Update to version 2012-01-19.16.
42054
66ab80bc
JM
420552012-02-24 Joseph Myers <joseph@codesourcery.com>
42056
42057 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
42058
74981cc5
RM
420592012-02-24 Roland McGrath <roland@hack.frob.com>
42060
ee968201
RM
42061 [BZ #13738]
42062 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
42063 * manual/fdl-1.3.texi: New file.
42064 * manual/fdl-1.1.texi: File removed.
42065
74981cc5
RM
42066 [BZ #13738]
42067 * manual/libc.texinfo (FDL_VERSION): New @set.
42068 Use it for mention of FDL in cover text.
42069 (Documentation License): Use it in @include file name.
42070
7bb764bc
JM
420712012-02-22 Joseph Myers <joseph@codesourcery.com>
42072 Roland McGrath <roland@hack.frob.com>
42073
42074 [BZ #5461]
57f41c40
AS
42075 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
42076 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
42077 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
42078 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
42079 name.
42080 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
42081
6cbeae47
JM
420822012-02-22 Joseph Myers <joseph@codesourcery.com>
42083
42084 [BZ #2547]
42085 [BZ #11365]
42086 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
42087 manipulate bits before adding and subtracting TWO23[sx].
42088 * math/libm-test.inc (nearbyint_test): Add more tests.
42089
fe45ce09
JM
420902012-02-22 Joseph Myers <joseph@codesourcery.com>
42091
42092 [BZ #2548]
42093 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
42094 bits before adding and subtracting TWO23[sx].
42095 * math/libm-test.inc (rint_test): Add more tests.
42096 (rint_test_tonearest): Likewise.
42097 (rint_test_towardzero): Likewise.
42098 (rint_test_downward): Likewise.
42099 (rint_test_upward: Likewise.
42100
ff3b3d82
JM
421012012-02-22 Joseph Myers <joseph@codesourcery.com>
42102
42103 [BZ #10110]
42104 * include/stdc-predef.h: New file. Extracted from features.h.
42105 * include/features.h: Include stdc-predef.h.
42106 * Makefile (headers): Add stdc-predef.h.
42107 * CONFORMANCE (Compiler limitations): Update.
42108
ef0aab35
JM
421092012-02-22 Joseph Myers <joseph@codesourcery.com>
42110
42111 * manual/libc.texinfo (VERSION, UPDATED): Revert.
42112
58639409
DM
421132012-02-21 David S. Miller <davem@davemloft.net>
42114
42115 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
42116 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42117
c0e70b25
DM
421182012-02-20 David S. Miller <davem@davemloft.net>
42119
42120 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
42121 using a normal save/restore sequence, rather than allocating a
42122 dummy stack frame just to store a frame pointer and restore.
42123 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42124
fb06851d
JM
421252012-02-21 Joseph Myers <joseph@codesourcery.com>
42126
42127 * manual/install.texi: Fix stray word in line-wrapped comment.
42128
7a8b71c3
DM
421292012-02-20 David S. Miller <davem@davemloft.net>
42130
d510c123
DM
42131 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
42132 both binutils and gcc support GOTDATA.
42133
0722d7c2
DM
42134 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
42135 "rd %pc" in the PIC register setup sequences.
42136
3d2b3019
DM
42137 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
42138 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
42139 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42140 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
42141 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42142 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42143 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
42144 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42145 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
42146 (SYSCALL_ERROR_HANDLER): Likewise.
42147 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42148 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42149 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
42150 (SYSCALL_ERROR_HANDLER): Likewise.
42151
c80098a9
DM
42152 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
42153 (HAVE_GCC_GOTDATA): New.
42154 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
42155 relocation support in both binutils and gcc.
42156 * sysdeps/sparc/elf/configure: Regenerate.
42157
3a2545a0
DM
42158 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
42159 * sysdeps/sparc/sparc32/elf/configure: Delete.
42160 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
42161 * sysdeps/sparc/sparc64/elf/configure: Delete.
42162 * sysdeps/sparc/elf/configure.in: New file.
42163 * sysdeps/sparc/elf/configure: Generate.
42164
7a8b71c3
DM
42165 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
42166 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
42167 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
42168 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
42169 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
42170
f1e86fca
JM
421712012-02-21 Joseph Myers <joseph@codesourcery.com>
42172
42173 * manual/install.texi: Do not mention specific glibc version
42174 numbers.
42175 * manual/libc.texinfo (VERSION, UPDATED): Update.
42176 (@copying): Use @copyright{} and range of years.
42177
0e7dfaef
JM
421782012-02-21 Joseph Myers <joseph@codesourcery.com>
42179
42180 [BZ #13695]
42181 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
42182 [crti.S not in sysdirs] (generated): Do not append.
42183 [crti.S not in sysdirs] (omit-deps): Likewise.
42184 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
42185 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
42186 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
42187 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
42188 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
42189 Likewise.
42190 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
42191 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
42192 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
42193 * csu/defs.awk: Remove file.
42194 * sysdeps/generic/initfini.c: Likewise.
42195 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
42196 variable.
42197 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
42198 Likewise.
42199
599af3ca
JM
422002012-02-20 Joseph Myers <joseph@codesourcery.com>
42201
42202 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
42203 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
42204 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
42205 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
42206 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42207 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
42208 <bits/epoll.h>.
42209 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
42210 (__EPOLL_PACKED): Define to empty if not defined by
42211 <bits/epoll.h>.
42212 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
42213 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42214 bits/epoll.h.
42215
0e499750
JM
422162012-02-20 Joseph Myers <joseph@codesourcery.com>
42217
42218 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
42219 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
42220 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
42221 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
42222 <bits/timerfd.h>.
42223 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
42224 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42225 bits/timerfd.h.
42226
5ad91f6e
JM
422272012-02-20 Joseph Myers <joseph@codesourcery.com>
42228
42229 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
42230 in C locale.
42231 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42232 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
42233 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
42234 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42235
06b99b02
AJ
422362012-02-20 Aurelien Jarno <aurelien@aurel32.net>
42237
42238 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42239 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
42240
7638c0fd
AS
422412012-02-19 Andreas Schwab <schwab@linux-m68k.org>
42242
42243 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
42244 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
42245 defined.
42246 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
42247 Likewise.
42248 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
42249 entry for 2.16.
42250
92221550
AJ
422512012-02-19 Aurelien Jarno <aurelien@aurel32.net>
42252
42253 * math/w_acos.c: Use non-signaling floating-point comparisons.
42254 * math/w_acosf.c: Likewise.
42255 * math/w_acosh.c: Likewise.
42256 * math/w_acoshf.c: Likewise.
42257 * math/w_acoshl.c: Likewise.
42258 * math/w_acosl.c: Likewise.
42259 * math/w_asin.c: Likewise.
42260 * math/w_asinf.c: Likewise.
42261 * math/w_asinl.c: Likewise.
42262 * math/w_atanh.c: Likewise.
42263 * math/w_atanhf.c: Likewise.
42264 * math/w_atanhl.c: Likewise.
42265 * math/w_exp2.c: Likewise.
42266 * math/w_exp2f.c: Likewise.
42267 * math/w_exp2l.c: Likewise.
42268 * math/w_j0.c: Likewise.
42269 * math/w_j0f.c: Likewise.
42270 * math/w_j0l.c: Likewise.
42271 * math/w_j1.c: Likewise.
42272 * math/w_j1f.c: Likewise.
42273 * math/w_j1l.c: Likewise.
42274 * math/w_jn.c: Likewise.
42275 * math/w_jnf.c: Likewise.
42276 * math/w_log.c: Likewise.
42277 * math/w_log10.c: Likewise.
42278 * math/w_log10f.c: Likewise.
42279 * math/w_log10l.c: Likewise.
42280 * math/w_log2.c: Likewise.
42281 * math/w_log2f.c: Likewise.
42282 * math/w_log2l.c: Likewise.
42283 * math/w_logf.c: Likewise.
42284 * math/w_logl.c: Likewise.
42285 * math/w_sqrt.c: Likewise.
42286 * math/w_sqrtf.c: Likewise.
42287 * math/w_sqrtl.c: Likewise.
42288 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
42289 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
42290 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
42291 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
42292 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
42293
ebaf36eb
JM
422942012-02-19 Joseph Myers <joseph@codesourcery.com>
42295
42296 [BZ #9739]
42297 * manual/string.texi (strnlen): Use correct parameter name in
42298 equivalent expression.
42299
71c254a6
JM
423002012-02-19 Joseph Myers <joseph@codesourcery.com>
42301
42302 [BZ #11174]
42303 * manual/users.texi (seteuid): Consistently use neweuid for
42304 argument name.
42305
16d2c631
JM
423062012-02-19 Joseph Myers <joseph@codesourcery.com>
42307
42308 [BZ #13704]
42309 * manual/nss.texi (Services in the NSS configuration): Correct
42310 list of services in example configuration file.
42311
cd837b09
NB
423122012-02-19 Nick Bowler <nbowler@draconx.ca>
42313
42314 [BZ #11322]
42315 * manual/arith.texi: Remove statements about negative zero
42316 behaving identically to zero.
42317
02c4bbad
JM
423182012-02-18 Joseph Myers <joseph@codesourcery.com>
42319
42320 [BZ #5993]
42321 * manual/install.texi: Do not document upgrading from libc5.
42322
366842e7
JM
423232012-02-18 Joseph Myers <joseph@codesourcery.com>
42324
42325 [BZ #4596]
42326 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
42327
dd54084d
DM
423282012-02-18 David S. Miller <davem@davemloft.net>
42329
42330 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
42331 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
42332 %o7 across the call.
42333 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
42334 instead.
42335 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
42336 SETUP_PIC_REG_LEAF.
42337 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42338 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
42339 * sysdeps/sparc/crtn.S: Likewise.
42340
2bcc53a3
UD
423412012-02-17 Ulrich Drepper <drepper@gmail.com>
42342
42343 * aout/Makefile: Remove.
42344
09c093b5
RK
423452012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
42346
42347 [BZ #13058]
42348 * manual/examples/argp-ex1.c (main): Format definition in GNU
42349 style.
42350 * manual/examples/argp-ex2.c (main): Likewise.
42351 * manual/examples/argp-ex3.c (main): Likewise.
42352 * manual/examples/argp-ex4.c (main): Likewise.
42353 * manual/examples/longopt.c (main): Use new-style prototype
42354 definition.
42355 * manual/examples/strncat.c (main): Specify return type and use
42356 (void) for arguments.
42357 * manual/examples/subopt.c (main): Use char **argv argument.
42358
2ee633a2
JM
423592012-02-17 Joseph Myers <joseph@codesourcery.com>
42360
42361 [BZ #5077]
42362 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
42363 rounding modes.
42364
0520adde
FB
423652012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
42366
42367 [BZ #6907]
42368 * manual/string.texi (strchr): Change when strchrnul is
42369 recommended.
42370
3f4081cd
DGM
423712012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
42372
42373 [BZ #174]
42374 * manual/locale.texi (setlocale): Document LOCPATH.
42375
d1b10e78
JM
423762012-02-17 Joseph Myers <joseph@codesourcery.com>
42377
42378 [BZ #10210]
42379 * manual/process.texi (execle): Move @dots{} before last argument.
42380
79c6869c
PB
423812012-02-17 Paul Bolle <pebolle@tiscali.nl>
42382
42383 [BZ #12047]
42384 * manual/charset.texi (Generic Charset Conversion): Fix typo
42385 (LC_TYPE -> LC_CTYPE).
42386
cc6e48bc
NB
423872012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
42388
42389 [BZ #5805]
42390 * manual/arith.texi (scalbn): Use @var{} on parameter names.
42391 (scalbnf): Likewise.
42392 (scalbnl): Likewise.
42393 (scalbln): Likewise.
42394 (scalblnf): Likewise.
42395 (scalblnl): Likewise.
42396 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
42397 (vwarnx): Likewise.
42398 (verr): Likewise.
42399 (verrx): Likewise.
42400 * manual/filesys.texi (telldir): Use braces around return type.
42401 * manual/llio.texi (mmap): Add space after comma.
42402 (mmap64): Likewise.
42403 * manual/math.texi (jn): Use @var{} on parameter names.
42404 (jnf): Likewise.
42405 (jnl): Likewise.
42406 (yn): Likewise.
42407 (ynf): Likewise.
42408 (ynl): Likewise.
42409 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
42410 line.
42411 * manual/resource.texi (ulimit): Use @dots{} instead of literal
42412 "...".
42413 (sched_get_priority_min): Remove semicolon on @deftypefun line.
42414 (sched_get_priority_max): Likewise.
42415 * manual/signal.texi (sigvec): Add space after comma.
42416 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
42417 names.
42418 (if_indextoname): Likewise.
42419 (if_freenameindex): Likewise.
42420 (sendto): Use ',' instead of '.' in prototype.
42421 * manual/startup.texi (syscall): Use @dots{} instead of literal
42422 "...".
42423 * manual/stdio.texi (__fpending): Separate initial words of
42424 paragraph from @deftypefun line.
42425 * manual/syslog.texi (syslog): Use @dots{} instead of literal
42426 "...".
42427 (vsyslog): Use @var{} on parameter names.
42428 * manual/terminal.texi (stty): Use @var{} on parameter names.
42429 * manual/users.texi (getutmp): Use @var{} on parameter names.
42430 (getutmpx): Likewise.
42431
5b23062f
JM
424322012-02-17 Joseph Myers <joseph@codesourcery.com>
42433
42434 [BZ #6884]
42435 * manual/stdio.texi (fopen): Fix typos in description of
42436 ",ccs=STRING".
42437
8dee4833
AJ
424382012-02-17 Aurelien Jarno <aurelien@aurel32.net>
42439
42440 [BZ #4026]
42441 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42442 get clock_id definition.
42443
9078ce93
TS
424442012-02-17 Thomas Schwinge <thomas@schwinge.name>
42445
42446 [BZ #4822]
42447 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42448 (madvise): Cast every argument to void on its own.
42449
3835c55f
JM
424502012-02-17 Joseph Myers <joseph@codesourcery.com>
42451
42452 [BZ #9902]
42453 * manual/startup.texi (Exit Status): Fix typo.
42454
35c47e37
JM
424552012-02-17 Joseph Myers <joseph@codesourcery.com>
42456
42457 [BZ #10140]
42458 * manual/examples/argp-ex1.c: Include <stdlib.h>.
42459 * manual/examples/argp-ex2.c: Likewise.
42460 * manual/examples/argp-ex3.c: Likewise.
42461
e3b69ca7
RH
424622012-02-16 Richard Henderson <rth@redhat.com>
42463
42464 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42465 * sysdeps/s390/s390-32/initfini.c: Remove.
42466 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42467 * sysdeps/s390/s390-64/initfini.c: Remove.
42468
df83af67
KK
424692012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
42470
42471 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42472 compiler output for sysdeps/generic/initfini.c.
42473 * sysdeps/sh/elf/initfini.c: Remove file.
42474
f63f3380
DM
424752012-02-16 David S. Miller <davem@davemloft.net>
42476
fb59b3a4
DM
42477 [BZ #11494]
42478 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42479
f63f3380
DM
42480 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42481 * sysdeps/sparc/crti.S: New file.
42482 * sysdeps/sparc/crtn.S: New file.
42483 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42484 * sysdeps/sparc/sparc64/Makefile: Likewise.
42485
df6a4a4a
MF
424862012-02-15 Mike Frysinger <vapier@gentoo.org>
42487
6dd8f3dc 42488 [BZ #3335]
df6a4a4a
MF
42489 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42490
1cac7236
RM
424912012-02-15 Roland McGrath <roland@hack.frob.com>
42492
d2c736f8
RM
42493 [BZ #4822]
42494 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42495
1cac7236
RM
42496 * mach/devstream.c (cookie_io_functions_t): Macro removed.
42497 (write, read, close): Likewise.
42498 Patch by Aurelien Jarno <aurelien@aurel32.net>.
42499
8e475601
JM
425002012-02-15 Joseph Myers <joseph@codesourcery.com>
42501
42502 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42503 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42504 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42505 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42506 <bits/signalfd.h>.
42507 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42508 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42509 bits/signalfd.h.
42510
ed656b40
MP
425112012-02-14 Marek Polacek <polacek@redhat.com>
42512
42513 * sysdeps/x86_64/crti.S: New file.
42514 * sysdeps/x86_64/crtn.S: New file.
42515 * sysdeps/x86_64/elf/initfini.c: Remove file.
42516
2a979d3a
JM
425172012-02-13 Joseph Myers <joseph@codesourcery.com>
42518
42519 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42520 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42521 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42522 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42523 <bits/inotify.h>.
42524 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42525 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42526 bits/inotify.h.
42527
2a418ac3
JM
425282012-02-13 Joseph Myers <joseph@codesourcery.com>
42529
42530 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42531 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42532 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42533 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42534 <bits/eventfd.h>.
42535 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42536 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42537 bits/eventfd.h.
42538
fb779be7
TS
425392012-02-10 Thomas Schwinge <thomas@codesourcery.com>
42540
e19e83c5
RM
42541 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42542 __feraiseexcept instead of feraiseexcept.
7c35ffed 42543
fb779be7
TS
42544 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42545 nanosleep invocations.
42546 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42547 strings, and add error checking for a nanosleep invocations.
42548
59ba27a6
PE
425492012-02-09 Paul Eggert <eggert@cs.ucla.edu>
42550
42551 Replace FSF snail mail address with URLs, as per GNU coding standards.
42552 Most of the snail mail addresses were wrong anyway, and omitting
42553 them makes the source code easier to maintain. Almost all of the
42554 changes are to license notices and to locale LC_IDENTIFICATION
42555 addresses, except for this one:
42556 * manual/libc.texinfo: In "Published by", give the FSF's URL,
42557 not its snail mail address.
42558
57b957eb
RH
425592012-02-09 Richard Henderson <rth@twiddle.net>
42560
af850b1c
RH
42561 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42562 of kernel-features.h.
42563
57b957eb
RH
42564 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42565
6b73181a
MP
425662012-02-08 Marek Polacek <polacek@redhat.com>
42567
42568 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42569 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42570 * sysdeps/gnu/_G_config.h: Likewise.
42571 * sysdeps/generic/_G_config.h: Likewise.
42572
26ecc33a
AS
425732012-02-08 Andreas Schwab <schwab@linux-m68k.org>
42574
6c6dbc63
AS
42575 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42576 tests.
42577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42578
e216c012
AS
42579 * sysdeps/powerpc/powerpc32/crti.S: New file.
42580 * sysdeps/powerpc/powerpc32/crtn.S: New file.
42581 * sysdeps/powerpc/powerpc64/crti.S: New file.
42582 * sysdeps/powerpc/powerpc64/crtn.S: New file.
42583
26ecc33a
AS
42584 * Makeconfig (have-initfini): Don't set.
42585 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42586 * configure.in (nopic_initfini): Don't substitute.
42587 * config.h.in (HAVE_INITFINI): Don't #undef.
42588 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42589 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42590
3add8e13
JM
425912012-02-08 Joseph Myers <joseph@codesourcery.com>
42592
42593 Support crti.S and crtn.S provided directly by architectures.
42594 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42595 [crti.S in sysdirs] (omit-deps): Likewise.
42596 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42597 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42598 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42599 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42600 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42601 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42602 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42603 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42604 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42605 compiler output for sysdeps/generic/initfini.c.
42606 * sysdeps/i386/elf/Makefile: Remove file.
42607 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42608
a22f12b4
MP
426092012-02-07 Marek Polacek <polacek@redhat.com>
42610
42611 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42612 * sysdeps/gnu/_G_config.h: Likewise.
42613 * sysdeps/mach/hurd/_G_config.h: Likewise.
42614
148cf100
MP
426152012-02-07 Marek Polacek <polacek@redhat.com>
42616
42617 * math/Makefile (tests): Add tst-CMPLX2.
42618 * math/tst-CMPLX2.c: New file.
42619
cfdc0dd7
AS
426202012-02-07 Andreas Schwab <schwab@linux-m68k.org>
42621
84ba42c4
AS
42622 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42623
cfdc0dd7
AS
42624 * math/libm-test.inc (jn_test): Add missing L suffix.
42625
622c86f4
MP
426262012-02-06 Marek Polacek <polacek@redhat.com>
42627
42628 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42629 * sysdeps/i386/fpu/e_powf.S: Likewise.
42630 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42631 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42632 * sysdeps/i386/fpu/e_acosh.S: Likewise.
42633 * sysdeps/i386/fpu/e_pow.S: Likewise.
42634 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42635 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42636 * sysdeps/i386/fpu/s_expm1.S: Likewise.
42637 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42638 * sysdeps/i386/fpu/e_log2.S: Likewise.
42639 * sysdeps/i386/fpu/e_log2l.S: Likewise.
42640 * sysdeps/i386/fpu/e_scalb.S: Likewise.
42641 * sysdeps/i386/fpu/e_powl.S: Likewise.
42642 * sysdeps/i386/fpu/s_log1p.S: Likewise.
42643 * sysdeps/i386/fpu/e_log10f.S: Likewise.
42644 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42645 * sysdeps/i386/fpu/e_logl.S: Likewise.
42646 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42647 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42648 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42649 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42650 * sysdeps/i386/fpu/e_log2f.S: Likewise.
42651 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42652 * sysdeps/i386/fpu/e_log.S: Likewise.
42653 * sysdeps/i386/fpu/s_cexp.S: Likewise.
42654 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42655 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42656 * sysdeps/i386/fpu/e_logf.S: Likewise.
42657 * sysdeps/i386/fpu/e_log10l.S: Likewise.
42658 * sysdeps/i386/fpu/e_atanh.S: Likewise.
42659 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42660 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42661 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42662 * sysdeps/i386/fpu/e_log10.S: Likewise.
42663 * sysdeps/i386/fpu/s_frexp.S: Likewise.
42664 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42665 * sysdeps/i386/fpu/s_asinh.S: Likewise.
42666 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42667 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42668 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42669 * sysdeps/i386/asm-syntax.h: Likewise.
42670 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42671 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42672 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42673 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42674 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42675 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42676 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42677 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42678 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42679 * sysdeps/powerpc/sysdep.h: Likewise.
42680 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42681 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42682
d4a54ac6
JM
426832012-02-06 Joseph Myers <joseph@codesourcery.com>
42684
42685 [BZ #411]
42686 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42687
314054ea
JM
426882012-02-06 Joseph Myers <joseph@codesourcery.com>
42689
42690 * sysdeps/i386/sysdep.h: Include <features.h>.
42691 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42692 version.
42693
d8e0ca50
JM
426942012-02-05 Joseph Myers <joseph@codesourcery.com>
42695
42696 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42697 Define.
42698 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42699 LOAD_PIC_REG_STR.
42700
b1da7dd9
JM
427012012-02-03 Joseph Myers <joseph@codesourcery.com>
42702
42703 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42704 (SETUP_PIC_REG): Use GET_PC_THUNK.
42705 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42706 macro.
42707
9a1d9254
JM
427082012-02-03 Joseph Myers <joseph@codesourcery.com>
42709
42710 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42711 for non-PIC compilation.
42712 (SETUP_PIC_REG): Add .p2align directive.
42713 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42714 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42715 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42716 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42717 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42718 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42719 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42720 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42721 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42722 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42723 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42724 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42725 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42726 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42727 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42728 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42729 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42730 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42731 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42732 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42733 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42734 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42735 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42736 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42737 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42738 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42739 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42740 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42741 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42742 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42743 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42744 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42745 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42746 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42747 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42748 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42749 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42750 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42751 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42752 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42753 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42754
65dc3b75
JM
427552012-02-03 Joseph Myers <joseph@codesourcery.com>
42756
42757 * math/tst-CMPLX.c: Include <stdio.h>.
42758
d55bf177
JM
427592012-01-31 Joseph Myers <joseph@codesourcery.com>
42760
42761 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42762 float.
42763 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42764 * sysdeps/sparc/bits/mathdef.h: Likewise.
42765
69db4f8f
MP
427662012-01-31 Marek Polacek <polacek@redhat.com>
42767
42768 * libio/libio.h: Don't define _PARAMS.
42769 * locale/programs/config.h: Don't define PARAMS.
42770 * stdlib/strtol_l.c: Likewise.
42771 (__strtol_l): Remove PARAMS from the prototype.
42772
41b81892
UD
427732012-01-31 Ulrich Drepper <drepper@gmail.com>
42774
3b49edc0
UD
42775 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
42776 names. Just use the correct names. Remove unnecessary wrapper
42777 functions.
42778 * malloc/arena.c: Likewise.
42779 * malloc/hooks.c: Likewise.
42780
41b81892
UD
42781 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42782 ARENA_TEST says not to. Simplify test for creation of a new arena.
42783 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42784
27a25b6e
UD
427852012-01-30 Ulrich Drepper <drepper@gmail.com>
42786
42787 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42788 into tail calls.
42789 (update_get_addr): New function.
42790 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42791 GET_ADDR_MODULE parameter.
42792
c8a89e7d
JM
427932012-01-30 Joseph Myers <joseph@codesourcery.com>
42794
42795 * crypt/cert.c: Remove __STDC__ conditionals.
42796 * crypt/crypt-entry.c: Likewise.
42797 * crypt/crypt_util.c: Likewise.
42798 * libio/filedoalloc.c: Likewise.
42799 * libio/fileops.c: Likewise.
42800 * libio/genops.c: Likewise.
42801 * libio/iofclose.c: Likewise.
42802 * libio/iofdopen.c: Likewise.
42803 * libio/iofopen.c: Likewise.
42804 * libio/iofopen64.c: Likewise.
42805 * libio/iogetdelim.c: Likewise.
42806 * libio/iopopen.c: Likewise.
42807 * libio/obprintf.c: Likewise.
42808 * libio/oldfileops.c: Likewise.
42809 * libio/oldiofclose.c: Likewise.
42810 * libio/oldiofdopen.c: Likewise.
42811 * libio/oldiofopen.c: Likewise.
42812 * libio/oldiopopen.c: Likewise.
42813 * libio/wfiledoalloc.c: Likewise.
42814 * libio/wgenops.c: Likewise.
42815 * locale/programs/xmalloc.c: Likewise.
42816 * misc/syslog.c: Likewise.
42817 * stdio-common/xbug.c: Likewise.
42818 * string/memchr.c: Likewise.
42819 * string/memcmp.c: Likewise.
42820 * string/memrchr.c: Likewise.
42821 * string/rawmemchr.c: Likewise.
42822 * sysdeps/posix/getcwd.c: Likewise.
42823 * time/strftime_l.c: Likewise.
42824
3b100462
JM
428252012-01-30 Joseph Myers <joseph@codesourcery.com>
42826
42827 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
42828 * config.make.in (config-cflags-sse2avx): Define.
42829 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42830 Fix typo.
42831
607998af
CM
428322012-01-29 Chris Metcalf <cmetcalf@tilera.com>
42833
42834 * scripts/config.guess: Update from upstream config git repository.
42835 * scripts/config.sub: Likewise.
42836
3601428f
CM
428372012-01-28 Chris Metcalf <cmetcalf@tilera.com>
42838
3ac8b282
CM
42839 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42840 (EM_NUM): Update.
42841 (R_TILEPRO_*, R_TILEGX_*): New macros.
42842
e034841e
CM
42843 * scripts/firstversions.awk: Fix bug in version range handling.
42844
540d7568
CM
42845 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42846
3601428f
CM
42847 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42848
463de862
CM
42849 * include/sys/epoll.h: New file.
42850 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42851 libc_hidden_def.
42852
73139a76
UD
428532012-01-28 Ulrich Drepper <drepper@gmail.com>
42854
96bc5b45
UD
42855 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42856 Avoid unnecessary __WORDSIZE == 64 test.
42857 (fmaxf): Use VEX format if possible.
42858 (fmax): Likewise.
42859 (fminf): Likewise.
42860 (fmin): Likewise.
42861
56f6f6a2
UD
42862 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42863 * math/math_private.h: Remove libc_fegetround* and
42864 libc_fesetround*.
42865 * sysdeps/i386/configure.in: Check for -msse2avx.
42866 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42867 also if SSE2AVX is defined.
42868 Remove libc_fegetround* and libc_fesetround*.
42869 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42870 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
42871 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42872 of HAS_YMM_USABLE.
42873 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42874 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42875 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42876 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42877 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42878
73139a76
UD
42879 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42880
d73f93a4
AZ
428812012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42882
42883 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42884 size is not set.
42885 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42886
6ee65ed6
UD
428872012-01-27 Ulrich Drepper <drepper@gmail.com>
42888
42889 [BZ #13618]
42890 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42891 relocation.
42892 * Makeconfig (libm): Define.
42893 * elf/Makefile: Add rules to build and run tst-relsort1.
42894 * elf/tst-relsort1.c: New file.
42895 * elf/tst-relsort1mod1.c: New file.
42896 * elf/tst-relsort1mod2.c: New file.
42897
8db21882
JM
428982012-01-27 Joseph Myers <joseph@codesourcery.com>
42899
42900 * math/s_ldexp.c: Remove __STDC__ conditionals.
42901 * math/s_ldexpf.c: Likewise.
42902 * math/s_ldexpl.c: Likewise.
42903 * math/s_nextafter.c: Likewise.
42904 * math/s_nexttowardf.c: Likewise.
42905 * math/s_significand.c: Likewise.
42906 * math/s_significandf.c: Likewise.
42907 * math/s_significandl.c: Likewise.
42908 * math/w_jnl.c: Likewise.
42909 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42910 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42911 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42912 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42913 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42914 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42915 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42916 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42917 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42918 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42919 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42920 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42921 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42922 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42923 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42924 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42925 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42926 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42927 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42928 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42929 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42930 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42931 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42932 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42933 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42934 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42935 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42936 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42937 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42938 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42939 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42940 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42941 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42942 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42943 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42944 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42945 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42946 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42947 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42948 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42949 * sysdeps/ieee754/k_standard.c: Likewise.
42950 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42951 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42952 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42953 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42954 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42955 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42956 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42957 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42958 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42959 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42960 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42961 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42962 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42963 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42964 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42965 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42966 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42967 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42968 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42969 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42970 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42971 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42972 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42973 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42974 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42975 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42976 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42977 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42978 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42979 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42980 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42981 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42982 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42983 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42984 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42985 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42986 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42987 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42988 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42989 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42990 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42991 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42992 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42993 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42994 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42995 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42996 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42997 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42998 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42999 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
43000 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
43001 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
43002 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
43003 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
43004 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
43005 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
43006 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
43007 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
43008 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
43009 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
43010 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
43011 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
43012 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
43013 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
43014 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
43015 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
43016 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
43017 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
43018 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
43019 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
43020 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
43021 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
43022 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
43023 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
43024 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
43025 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
43026 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
43027 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
43028 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
43029 * sysdeps/ieee754/s_matherr.c: Likewise.
43030 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
43031 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
43032 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
43033 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
43034
965a54a4
JM
430352012-01-26 Joseph Myers <joseph@codesourcery.com>
43036
43037 * crypt/md5.h: Remove __STDC__ conditionals.
43038 * libio/libioP.h: Likewise.
43039 * locale/programs/config.h: Likewise.
43040 * sysdeps/generic/sysdep.h: Likewise.
43041 * sysdeps/i386/asm-syntax.h: Likewise.
43042 * sysdeps/s390/asm-syntax.h: Likewise.
43043 * sysdeps/unix/sysdep.h: Likewise.
43044 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
43045 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
43046
7071ad79
JM
430472012-01-26 Joseph Myers <joseph@codesourcery.com>
43048
43049 * libio/libio.h: Remove __STDC__ conditionals.
43050 * malloc/obstack.h: Likewise.
43051 * math/complex.h: Likewise.
43052 * math/math.h: Likewise.
43053 * sysdeps/generic/_G_config.h: Likewise.
43054 * sysdeps/gnu/_G_config.h: Likewise.
43055 * sysdeps/mach/hurd/_G_config.h: Likewise.
43056 * sysdeps/powerpc/bits/mathdef.h: Likewise.
43057 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43058 * sysdeps/sparc/bits/mathdef.h: Likewise.
43059
afc5ed09
UD
430602012-01-26 Ulrich Drepper <drepper@gmail.com>
43061
43062 [BZ #13583]
43063 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 43064 Clean up HAS_* macros.
afc5ed09 43065 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
43066 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
43067 possible.
43068 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
43069 HAS_AVX.
43070 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43071 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43072 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43073 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43074 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 43075
bdb6de1d
JM
430762012-01-25 Joseph Myers <joseph@codesourcery.com>
43077
43078 * elf/tst-unique3.cc (gets): Remove declaration.
43079 * elf/tst-unique3lib.cc (gets): Likewise.
43080 * elf/tst-unique3lib2.cc (gets): Likewise.
43081 * elf/tst-unique4.cc (gets): Likewise.
43082
b15549e6
UD
430832012-01-24 Ulrich Drepper <drepper@gmail.com>
43084
43085 * include/stdio.h: Add C++ protection. Add gets declarations and
43086 definitions.
43087 * debug/tst-chk1.c: Don't declare gets here.
43088 * stdio-common/tst-gets.c: Likewise.
43089
a037381f
JM
430902012-01-24 Joseph Myers <joseph@codesourcery.com>
43091
43092 * posix/glob: Remove directory.
43093
f1d4aa75
JM
430942012-01-24 Joseph Myers <joseph@codesourcery.com>
43095
43096 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
43097
81c0c964
PT
430982012-01-22 Pino Toscano <toscano.pino@tiscali.it>
43099
43100 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
43101 of the non-standard EPFNOSUPPORT.
43102
0ea698ae
ST
431032011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
43104
43105 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
43106 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
43107 ANYWHERE set to 1 only on KERN_NO_SPACE error.
43108
d220b117
UD
431092012-01-21 Ulrich Drepper <drepper@gmail.com>
43110
43111 * wcsmbs/uchar.h: Test __STDC_VERSION__.
43112
3e1aa84e
UD
431132012-01-20 Ulrich Drepper <drepper@gmail.com>
43114
43115 * nscd/aicache.c (addhstaiX): Do not cache negative results of
43116 transient errors.
43117 * nscd/grpcache.c (cache_addgr): Likewise.
43118 * nscd/hstcache.c (cache_addhst): Likewise.
43119 * nscd/initgrcache.c (addinitgroupsX): Likewise.
43120 * nscd/pwdcache.c (cache_addpw): Likewise.
43121 * nscd/servicescache.c (cache_addserv): Likewise.
43122
400aa020
UD
431232012-01-16 Ulrich Drepper <drepper@gmail.com>
43124
d77e7869
UD
43125 * malloc/malloc.c: Various cleanups.
43126 * malloc/hooks.c: Likewise.
43127
400aa020
UD
43128 * stdlib/Makefile (tests): Add bug-fmtmsg1.
43129 * stdlib/bug-fmtmsg1.c: New file.
43130
43131 * stdlib/fmtmsg.c (init): Add missing unlock.
43132 Patch by Peng Haitao <penght@cn.fujitsu.com>.
43133
e0a309cf
MP
431342012-01-12 Marek Polacek <polacek@redhat.com>
43135
43136 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
43137 and _GNU_SOURCE.
43138
929d11c7
WS
431392012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
43140
43141 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
43142 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
43143 macro to ensure uniqueness of label name.
43144 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43145 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43146
41d0e869
UD
431472012-01-11 Ulrich Drepper <drepper@gmail.com>
43148
0cc5ed3b
UD
43149 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
43150
41d0e869
UD
43151 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
43152 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
43153 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
43154 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
43155
a47a831a
UD
431562012-01-10 Ulrich Drepper <drepper@gmail.com>
43157
daa891c0
UD
43158 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
43159
43160 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
43161 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
43162 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
43163
e58ef0f2
UD
43164 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
43165
a47a831a 43166 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
43167 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
43168 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 43169 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
43170
43171 * math/bits/math-finite.h: Add ldexp support.
43172
a0bfc9c7
MP
431732012-01-10 Marek Polacek <polacek@redhat.com>
43174
43175 * locale/programs/localedef.h (show_archive_content): Add noreturn
43176 attribute.
43177
d6e97a1d
UD
431782012-01-09 Ulrich Drepper <drepper@gmail.com>
43179
43180 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
43181
d5835c26
UD
431822012-01-08 Ulrich Drepper <drepper@gmail.com>
43183
e5f484c6
UD
43184 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
43185
d5835c26
UD
43186 * io/Makefile (headers): Add bits/poll2.h.
43187
d1f741e9
WS
431882011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
43189
43190 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
43191 typo #include statement.
43192
ec09c1c4
UD
431932012-01-08 Ulrich Drepper <drepper@gmail.com>
43194
43195 * include/sys/cdefs.h: Define __attribute_alloc_size.
43196 * catgets/gencat.c: Add alloc_size attribute and apply consistently
43197 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
43198 * elf/pldd.c: Likewise.
43199 * iconv/iconv_charmap.c: Likewise.
43200 * iconv/iconvconfig.c: Likewise.
43201 * iconv/strtab.c: Likewise.
43202 * locale/programs/locale.c: Likewise.
43203 * locale/programs/localedef.h: Likewise.
43204 * locale/programs/simple-hash.c: Likewise.
43205 * nscd/nscd.h: Likewise.
43206 * nss/makedb.c: Likewise.
43207 * sysdeps/generic/ldconfig.h: Likewise.
43208 * locale/programs/localedef.c: Remove xmalloc prototype.
43209 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
43210
20b38e03
PP
432112012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
43212
43213 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
43214 appropriate.
43215
a0da5fe1
UD
432162012-01-08 Ulrich Drepper <drepper@gmail.com>
43217
1d5a644a 43218 * math/Makefile (tests): Add tst-CMPLX.
669704fd 43219 * math/tst-CMPLX.c: New file.
1d5a644a 43220
8784a6db
UD
43221 * math/complex.h (CMPLXL): Fix typo.
43222
d9a216c0
UD
43223 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
43224 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
43225 GLIBC_2.16.
43226 * debug/tst-chk1.c: Add poll and ppoll tests.
43227 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
43228 * include/sys/poll.h: Add hidden proto for ppoll.
43229 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
43230 * sysdeps/mach/hurd/ppoll.c: Likewise.
43231 * io/ppoll.c: Likewise.
43232 * debug/poll_chk.c: New file.
43233 * debug/ppoll_chk.c: New file.
43234 * include/bits/poll2.h: New file.
43235 * io/bits/poll2.h: New file.
43236
ac097f5c
UD
43237 [BZ #1350]
43238 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
43239
2119dcfa
UD
43240 * configure.in: static is always set to yes. Remove.
43241 * config.make.in: Don't set build-static.
43242 * Makeconfig: Remove use of build-static.
43243 * dlfcn/Makefile: Likewise.
43244 * elf/Makefile: Likewise.
43245 * math/Makefile: Likewise.
43246 * misc/Makefile: Likewise.
43247 * nptl/Makefile: Likewise.
43248 * sysdeps/mach/hurd/Makefile: Likewise.
43249
121766a9
UD
43250 * configure.in: PWD_P is not used anymore.
43251 * config.make.in: Remove PWD_P entry.
43252
51a1d39c 43253 * configure.in: Remove last remnants of RANLIB.
8720d066 43254 No need to check for signed size_t anymore.
215f4bdc
UD
43255 Don't set libc_commonpagesize and libc_relro_required here for Alpha
43256 and IA-64.
3857022a 43257 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
43258 * aclocal.m4: Likewise.
43259
d3ed7225
UD
43260 * wcsmbs/mbrtoc16.c: Implement using towc function.
43261 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
43262 * wcsmbs/wcsmbsload.c: Likewise.
43263 * iconv/gconv_simple.c: Likewise.
43264 * iconv/gconv_int.h: Likewise.
43265 * iconv/gconv_builtin.h: Likewise.
43266 * iconv/iconv_prog.c: Remove CHAR16 handling.
43267
43268 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
43269
43270 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
43271
a0da5fe1
UD
43272 * configure.in: Remove --with-elf and --enable-bounded options.
43273 Dont set base_machine for ia64. More non-ELF conditions removed.
43274 Remove testing and setting of leading underscore information.
43275 * config.make.in (build-bounded): Set to no.
43276 * config.h.in: Remove NO_UNDERSCORES entry.
43277 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
43278 them.
43279 * csu/start.c: Remove !NO_UNDERSCORE code.
43280 * locale/localeinfo.h: Likewise.
43281 * sysdeps/generic/machine-gmon.h: Likewise.
43282 * sysdeps/generic/sysdep.h: Likewise.
43283 * sysdeps/i386/sysdep.h: Likewise.
43284 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43285 * sysdeps/mach/sysdep.h: Likewise.
43286 * sysdeps/s390/s390-32/sysdep.h: Likewise.
43287 * sysdeps/s390/s390-64/sysdep.h: Likewise.
43288 * sysdeps/sh/sysdep.h: Likewise.
43289 * sysdeps/sparc/sparc32/alloca.S: Likewise.
43290 * sysdeps/unix/i386/sysdep.S: Likewise.
43291 * sysdeps/unix/sparc/start.c: Likewise.
43292 * sysdeps/unix/sparc/sysdep.S: Likewise.
43293 * sysdeps/unix/sparc/sysdep.h: Likewise.
43294 * sysdeps/unix/start.c: Likewise.
43295 * sysdeps/unix/x86_64/sysdep.S: Likewise.
43296 * sysdeps/x86_64/sysdep.h: Likewise.
43297
df78418a
UD
432982012-01-07 Ulrich Drepper <drepper@gmail.com>
43299
a784e502
UD
43300 [BZ #13553]
43301 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
43302 for non-gcc.
43303 * argp/argp-fmtstream.h: Use const instead __const.
43304 * argp/argp.h: Likewise.
43305 * assert/assert.h: Likewise.
43306 * bits/fenv.h: Likewise.
43307 * bits/sched.h: Likewise.
43308 * bits/sigset.h: Likewise.
43309 * bits/sigthread.h: Likewise.
43310 * catgets/nl_types.h: Likewise.
43311 * conform/data/pthread.h-data: Likewise.
43312 * crypt/crypt-private.h: Likewise.
43313 * crypt/crypt.h: Likewise.
43314 * crypt/crypt_util.c: Likewise.
43315 * ctype/ctype.h: Likewise.
43316 * debug/execinfo.h: Likewise.
43317 * debug/mbsnrtowcs_chk.c: Likewise.
43318 * debug/mbsrtowcs_chk.c: Likewise.
43319 * debug/wcsnrtombs_chk.c: Likewise.
43320 * debug/wcsrtombs_chk.c: Likewise.
43321 * debug/wcstombs_chk.c: Likewise.
43322 * dirent/dirent.h: Likewise.
43323 * dlfcn/dlfcn.h: Likewise.
43324 * elf/neededtest4.c: Likewise.
43325 * grp/grp.h: Likewise.
43326 * gshadow/gshadow.h: Likewise.
43327 * iconv/gconv.h: Likewise.
43328 * iconv/gconv_int.h: Likewise.
43329 * iconv/gconv_simple.c: Likewise.
43330 * iconv/iconv.h: Likewise.
43331 * iconv/loop.c: Likewise.
43332 * iconv/skeleton.c: Likewise.
43333 * include/aio.h: Likewise.
43334 * include/aliases.h: Likewise.
43335 * include/argz.h: Likewise.
43336 * include/arpa/inet.h: Likewise.
43337 * include/assert.h: Likewise.
43338 * include/dirent.h: Likewise.
43339 * include/dlfcn.h: Likewise.
43340 * include/execinfo.h: Likewise.
43341 * include/fcntl.h: Likewise.
43342 * include/fenv.h: Likewise.
43343 * include/glob.h: Likewise.
43344 * include/grp.h: Likewise.
43345 * include/libintl.h: Likewise.
43346 * include/mntent.h: Likewise.
43347 * include/netdb.h: Likewise.
43348 * include/pwd.h: Likewise.
43349 * include/rpc/netdb.h: Likewise.
43350 * include/sched.h: Likewise.
43351 * include/search.h: Likewise.
43352 * include/shadow.h: Likewise.
43353 * include/signal.h: Likewise.
43354 * include/stdio.h: Likewise.
43355 * include/stdlib.h: Likewise.
43356 * include/string.h: Likewise.
43357 * include/sys/socket.h: Likewise.
43358 * include/sys/stat.h: Likewise.
43359 * include/sys/statfs.h: Likewise.
43360 * include/sys/statvfs.h: Likewise.
43361 * include/sys/syslog.h: Likewise.
43362 * include/sys/time.h: Likewise.
43363 * include/sys/uio.h: Likewise.
43364 * include/time.h: Likewise.
43365 * include/unistd.h: Likewise.
43366 * include/utmp.h: Likewise.
43367 * include/wchar.h: Likewise.
43368 * include/wctype.h: Likewise.
43369 * inet/aliases.h: Likewise.
43370 * inet/arpa/inet.h: Likewise.
43371 * inet/netinet/ether.h: Likewise.
43372 * inet/netinet/in.h: Likewise.
43373 * intl/libintl.h: Likewise.
43374 * io/bits/fcntl2.h: Likewise.
43375 * io/fcntl.h: Likewise.
43376 * io/ftw.h: Likewise.
43377 * io/sys/poll.h: Likewise.
43378 * io/sys/stat.h: Likewise.
43379 * io/sys/statfs.h: Likewise.
43380 * io/sys/statvfs.h: Likewise.
43381 * io/utime.h: Likewise.
43382 * libio/bits/stdio.h: Likewise.
43383 * libio/bits/stdio2.h: Likewise.
43384 * libio/libio.h: Likewise.
43385 * libio/libioP.h: Likewise.
43386 * libio/stdio.h: Likewise.
43387 * locale/lc-ctype.c: Likewise.
43388 * locale/locale.h: Likewise.
43389 * login/utmp.h: Likewise.
43390 * malloc/arena.c: Likewise.
43391 * malloc/malloc.c: Likewise.
43392 * malloc/malloc.h: Likewise.
43393 * malloc/mcheck.c: Likewise.
43394 * malloc/mtrace.c: Likewise.
43395 * math/bits/mathcalls.h: Likewise.
43396 * math/fenv.h: Likewise.
43397 * math/math_private.h: Likewise.
43398 * misc/bits/error.h: Likewise.
43399 * misc/bits/syslog.h: Likewise.
43400 * misc/err.h: Likewise.
43401 * misc/error.h: Likewise.
43402 * misc/fstab.h: Likewise.
43403 * misc/mntent.h: Likewise.
43404 * misc/regexp.h: Likewise.
43405 * misc/search.h: Likewise.
43406 * misc/sgtty.h: Likewise.
43407 * misc/sys/mman.h: Likewise.
43408 * misc/sys/syslog.h: Likewise.
43409 * misc/sys/uio.h: Likewise.
43410 * misc/sys/xattr.h: Likewise.
43411 * misc/ttyent.h: Likewise.
43412 * nis/rpcsvc/ypclnt.h: Likewise.
43413 * nss/nss.h: Likewise.
43414 * posix/bits/unistd.h: Likewise.
43415 * posix/fnmatch.h: Likewise.
43416 * posix/glob.h: Likewise.
43417 * posix/sched.h: Likewise.
43418 * posix/spawn.h: Likewise.
43419 * posix/sys/wait.h: Likewise.
43420 * posix/unistd.h: Likewise.
43421 * posix/wordexp.h: Likewise.
43422 * pwd/pwd.h: Likewise.
43423 * resolv/netdb.h: Likewise.
43424 * resource/sys/resource.h: Likewise.
43425 * rt/aio.h: Likewise.
43426 * rt/bits/mqueue2.h: Likewise.
43427 * rt/mqueue.h: Likewise.
43428 * shadow/shadow.h: Likewise.
43429 * signal/signal.h: Likewise.
43430 * socket/send.c: Likewise.
43431 * socket/sendto.c: Likewise.
43432 * socket/sys/socket.h: Likewise.
43433 * stdio-common/printf.h: Likewise.
43434 * stdlib/bits/stdlib.h: Likewise.
43435 * stdlib/fmtmsg.h: Likewise.
43436 * stdlib/monetary.h: Likewise.
43437 * stdlib/stdlib.h: Likewise.
43438 * stdlib/ucontext.h: Likewise.
43439 * streams/stropts.h: Likewise.
43440 * string/argz.h: Likewise.
43441 * string/bits/string2.h: Likewise.
43442 * string/string.h: Likewise.
43443 * string/strings.h: Likewise.
43444 * sunrpc/rpc/auth.h: Likewise.
43445 * sunrpc/rpc/auth_des.h: Likewise.
43446 * sunrpc/rpc/clnt.h: Likewise.
43447 * sunrpc/rpc/netdb.h: Likewise.
43448 * sunrpc/rpc/pmap_clnt.h: Likewise.
43449 * sunrpc/rpc/xdr.h: Likewise.
43450 * sysdeps/generic/inttypes.h: Likewise.
43451 * sysdeps/generic/net/if.h: Likewise.
43452 * sysdeps/generic/sys/swap.h: Likewise.
43453 * sysdeps/gnu/net/if.h: Likewise.
43454 * sysdeps/gnu/utmpx.h: Likewise.
43455 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43456 * sysdeps/i386/i486/bits/string.h: Likewise.
43457 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43458 * sysdeps/s390/bits/string.h: Likewise.
43459 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43460 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43461 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43462 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43463 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43464 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43465 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43466 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43467 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43468 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43469 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43470 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43471 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43472 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43473 * sysdeps/unix/sysv/linux/readv.c: Likewise.
43474 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43475 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43476 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43477 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43478 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43479 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43480 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43481 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43482 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43483 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43484 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43485 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43486 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43487 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43488 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43489 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43490 * sysvipc/sys/ipc.h: Likewise.
43491 * sysvipc/sys/msg.h: Likewise.
43492 * sysvipc/sys/sem.h: Likewise.
43493 * sysvipc/sys/shm.h: Likewise.
43494 * termios/termios.h: Likewise.
43495 * time/sys/time.h: Likewise.
43496 * time/time.h: Likewise.
43497 * wcsmbs/bits/wchar2.h: Likewise.
43498 * wcsmbs/uchar.h: Likewise.
43499 * wcsmbs/wchar.h: Likewise.
43500 * wctype/wctype.h: Likewise.
43501
0269750c
UD
43502 [BZ #13551]
43503 * Makeconfig: Remove all but ELF support including AIX support.
43504 * Makerules: Likewise.
43505 * config.h.in: Likewise.
43506 * config.make.in: Likewise.
43507 * configure: Likewise.
43508 * configure.in: Likewise.
43509 * csu/Makefile: Likewise.
43510 * csu/version.c: Likewise.
43511 * debug/Makefile: Likewise.
43512 * dlfcn/Makefile: Likewise.
43513 * elf/Makefile: Likewise.
43514 * extra-lib.mk: Likewise.
43515 * iconv/Makefile: Likewise.
43516 * include/libc-symbols.h: Likewise.
43517 * include/shlib-compat.h: Likewise.
43518 * resolv/Makefile: Likewise.
43519 * resolv/res_libc.c: Likewise.
43520 * rt/Makefile: Likewise.
43521 * sysdeps/i386/asm-syntax.h: Likewise.
43522 * sysdeps/i386/sysdep.h: Likewise.
43523 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43524 * sysdeps/mach/sysdep.h: Likewise.
43525 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43526 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43527 * sysdeps/s390/asm-syntax.h: Likewise.
43528 * sysdeps/s390/s390-32/sysdep.h: Likewise.
43529 * sysdeps/s390/s390-64/sysdep.h: Likewise.
43530 * sysdeps/sh/sysdep.h: Likewise.
43531 * sysdeps/unix/sparc/sysdep.h: Likewise.
43532 * sysdeps/wordsize-32/divdi3.c: Likewise.
43533 * sysdeps/x86_64/sysdep.h: Likewise.
43534
00bbd29b
UD
43535 * argp/Versions: Remove _argp_unlock_xxx.
43536
43537 [BZ #13559]
43538 * abilist/ld.abilist: Update. Adjust for removal of tls option.
43539 * abilist/libBrokenLocale.abilist: Likewise.
43540 * abilist/libanl.abilist: Likewise.
43541 * abilist/libc.abilist: Likewise.
43542 * abilist/libcrypt.abilist: Likewise.
43543 * abilist/libdl.abilist: Likewise.
43544 * abilist/libm.abilist: Likewise.
43545 * abilist/libnsl.abilist: Likewise.
43546 * abilist/libpthread.abilist: Likewise.
43547 * abilist/libresolv.abilist: Likewise.
43548 * abilist/librt.abilist: Likewise.
43549 * abilist/libthread_db.abilist: Likewise.
43550 * abilist/libutil.abilist: Likewise.
43551 * abilist/libnss_db.abilist: New file.
43552
43553 * scripts/abilist.awk: Add support for indirect functions.
43554
a2693a0e
UD
43555 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43556
3f05895f
UD
43557 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43558
ecb6fb48
UD
43559 * shlib-versions: Remove entries for ports architectures.
43560
664f8cb9
UD
43561 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
43562 files in ports.
43563 * elf/stackguard-macros.h: Remove support for IA-64.
43564 * elf/tst-auditmod1.c: Likewise.
43565 * sysdeps/generic/ldsodefs.h: Likewise.
43566
7ae81d88
UD
43567 * sysdeps/unix/sysv/linux/configure.in: Ports should define
43568 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43569 configure files.
43570
bdeba135
UD
43571 [BZ #13552]
43572 * configure.in: Remove --enable-omitfp support.
43573 * FAQ.in: Adjust.
43574 * config.make.in: Likewise.
43575 * Makeconfig: Likewise.
43576 * manual/install.texi: Likewise.
43577
d75a0a62
UD
43578 In case anyone cares, the IA-64 architecture could move to ports.
43579 * sysdeps/ia64/*: Removed.
43580 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 43581 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 43582
dcc9756b
UD
43583 [BZ #13555]
43584 * configure.in: Remove entries for unsupported architectures.
43585
d3761ebc 43586 [BZ #13533]
9954432e
UD
43587 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43588 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
43589 routines.
43590 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43591 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43592 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
43593 fall back to using wcrtomb.
43594 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43595 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
43596 renaming.
43597 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43598 * wcsmbs/tst-c16c32-1.c: New file.
43599
43600 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43601 local variable.
43602
c3a87236
UD
43603 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43604
28926a1b
UD
43605 * elf/tst-unique3.cc: Add explicit declaration of gets.
43606 * elf/tst-unique3lib.cc: Likewise.
43607 * elf/tst-unique3lib2.cc: Likewise.
43608 * elf/tst-unique4.cc: Likewise.
43609
df78418a
UD
43610 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43611
8ecd6b2a
JM
436122012-01-06 Joseph Myers <joseph@codesourcery.com>
43613
43614 [BZ #13566]
43615 * assert/assert.h (static_assert): Don't define for C++.
43616 * libio/stdio.h (gets): Do declare for C++ <= C++11.
43617 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43618
9f115170
UD
436192012-01-03 Ulrich Drepper <drepper@gmail.com>
43620
5e0d0300
UD
43621 * iconv/loop.c (single loop): Fix assertion in storing of
43622 remaining bytes.
43623
9f115170
UD
43624 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43625
81fb02b0
UD
436262012-01-01 Ulrich Drepper <drepper@gmail.com>
43627
43628 * posix/getconf.c: Update copyright year.
43629 * nss/getent.c: Likewise.
a316c1f6 43630 * nss/makedb.c: Likewise.
81fb02b0
UD
43631 * iconv/iconvconfig.c: Likewise.
43632 * iconv/iconv_prog.c: Likewise.
43633 * elf/ldconfig.c: Likewise.
a316c1f6
UD
43634 * elf/pldd.c: Likewise.
43635 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
43636 * catgets/gencat.c: Likewise.
43637 * csu/version.c: Likewise.
43638 * elf/ldd.bash.in: Likewise.
43639 * elf/sprof.c (print_version): Likewise.
43640 * locale/programs/locale.c: Likewise.
43641 * locale/programs/localedef.c: Likewise.
a316c1f6 43642 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
43643 * nscd/nscd.c (print_version): Likewise.
43644 * debug/xtrace.sh: Likewise.
43645 * malloc/memusage.sh: Likewise.
43646 * malloc/mtrace.pl: Likewise.
43647 * debug/catchsegv.sh: Likewise.
43648
2ba92745
JJ
436492011-12-30 Jakub Jelinek <jakub@redhat.com>
43650
43651 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43652 pure attribute.
43653
dadebdae
UD
436542011-12-24 Ulrich Drepper <drepper@gmail.com>
43655
d3761ebc 43656 [BZ #13533]
db6af3eb
UD
43657 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43658 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43659 transformations.
43660 * iconv/gconv_int.h: Likewise.
43661 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43662 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43663 from libc for GLIBC_2.16.
43664 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43665 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43666 * wcsmbs/uchar.h: Really define mbstate_t.
43667 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43668 * wcsmbs/c16rtomb.c: New file.
43669 * wcsmbs/mbrtoc16.c: New file.
43670 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43671 for C/POSIX locale.
43672 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43673 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43674
dadebdae
UD
43675 * wcsmbs/wchar.h: Add missing __restrict.
43676
67371b56
UD
436772011-12-23 Ulrich Drepper <drepper@gmail.com>
43678
74033a25
UD
43679 [BZ #13532]
43680 * time/Makefile (routines): Add timespec_get.
43681 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43682 * time/time.h: Define TIME_UTC and declare timespec_get. Define
43683 timespec for ISO C11.
43684 * time/timespec_get.c: New file.
43685 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43686 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43687
380d7e87
UD
43688 [BZ #13531]
43689 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43690 * stdlib/stdlib.h: Declare aligned_alloc.
43691 * Versions.def: Add GLIBC_2.16 for libc.
43692 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43693
4e9e7a35
UD
43694 [BZ 13527]
43695 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43696 ISO C11.
43697
380d7e87 43698 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
43699 code.
43700
03a71829
UD
43701 [BZ #13528]
43702 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43703
839e283e
UD
43704 [BZ #13529]
43705 * assert/assert.h (static_assert): Define.
43706
ce5294e2 43707 * version.h: Update for 2.16 development version.
90fa7312 43708
8d44e150 43709 [BZ #13526]
d7809905
UD
43710 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43711 _ISOC11_SOURCE.
43712
c0da14cd
UD
43713 * version.h (RELEASE): Bump for 2.15 release.
43714 * include/features.h (__GLIBC_MINOR__): Bump to 15.
43715
530a3249
MP
43716 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43717 Patch by Marek Polacek <mpolacek@redhat.com>.
43718
67371b56
UD
43719 * bits/byteswap.h: Protect long long constants with __extension__.
43720 * sysdeps/i386/bits/byteswap.h: Likewise.
43721 * sysdeps/ia64/bits/byteswap.h: Likewise.
43722 * sysdeps/s390/bits/byteswap.h: Likewise.
43723 * sysdeps/x86_64/bits/byteswap.h: Likewise.
43724
15db4de1
LD
437252011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43726
43727 [BZ #13540]
bbe315ea
LD
43728 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43729 destination buffer.
15db4de1
LD
43730 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43731
2b2596b1
MP
437322011-12-23 Marek Polacek <polacek@redhat.com>
43733
43734 * elf/dl-addr.c (determine_info): Add inline keyword.
43735 * elf/tst-auditmod4b.c (check_avx): Likewise.
43736 * elf/tst-auditmod6b.c (check_avx): Likewise.
43737 * elf/tst-auditmod6c.c (check_avx): Likewise.
43738 * elf/tst-auditmod7b.c (check_avx): Likewise.
43739
70c6c246
UD
437402011-12-23 Ulrich Drepper <drepper@gmail.com>
43741
43742 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43743 !__SSE_MATH__.
43744
c044cf14
LD
437452011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43746
15db4de1 43747 [BZ #13540]
c044cf14
LD
43748 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43749 processing for last bytes.
43750
6b13d9d9
BH
437512011-08-06 Bruno Haible <bruno@clisp.org>
43752
d455f537
BH
43753 [BZ #13061]
43754 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43755 U+0385, not to U+1FEE.
43756
6b13d9d9
BH
43757 [BZ #13062]
43758 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43759 entry for U+00A5 U+0301.
43760
db910efd
UD
437612011-12-22 Ulrich Drepper <drepper@gmail.com>
43762
27deeafc
UD
43763 [BZ #13166]
43764 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43765 buffer for the output is too small.
43766
aed9d171
UD
43767 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43768 optimization.
43769
db910efd
UD
43770 [BZ #13185]
43771 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43772 SSE flags if possible.
43773
2bd779ae
LD
437742011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43775
e7f9dac3 43776 [BZ #13540]
2bd779ae
LD
43777 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43778 processing for last bytes.
43779
154bfc16
JM
437802011-12-22 Joseph Myers <joseph@codesourcery.com>
43781
43782 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43783 (syscall-list-default-options, syscall-list-default-condition)
43784 (syscall-list-includes): Define.
43785 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43786 list of ABIs and options and #if conditions for each ABI. Do not
43787 handle common syscalls between ABIs specially.
43788 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43789 Remove.
43790 (syscall-list-variants, syscall-list-32bit-options)
43791 (syscall-list-32bit-condition, syscall-list-64bit-options)
43792 (syscall-list-64bit-condition): Define.
43793 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43794 (syscall-list-variants, syscall-list-32bit-options)
43795 (syscall-list-32bit-condition, syscall-list-64bit-options)
43796 (syscall-list-64bit-condition): Define.
43797 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43798 Remove.
43799 (syscall-list-variants, syscall-list-32bit-options)
43800 (syscall-list-32bit-condition, syscall-list-64bit-options)
43801 (syscall-list-64bit-condition): Define.
43802 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43803 Remove.
43804 (syscall-list-variants, syscall-list-32bit-options)
43805 (syscall-list-32bit-condition, syscall-list-64bit-options)
43806 (syscall-list-64bit-condition): Define.
43807
21eaf3a5
UD
438082011-12-22 Ulrich Drepper <drepper@gmail.com>
43809
16c6f992
UD
43810 * locale/iso-639.def: Add brx entry.
43811
41043168
UD
43812 [BZ #13328]
43813 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43814 Proposed by Mariusz_Cukr <marcukr@op.pl>.
43815
21eaf3a5
UD
43816 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43817 __feraiseexcept_renamed.
43818
e3a851a2
UD
438192011-12-21 Ulrich Drepper <drepper@gmail.com>
43820
4920765e
UD
43821 [BZ #13538]
43822 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43823 EPOLLET with unsigned values.
43824 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43825 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43826
e3a851a2
UD
43827 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43828 to large cancellation.
43829 * math/s_cacoshf.c: Likewise.
43830 * math/s_cacoshl.c: Likewise.
43831
b27e24b8
RK
438322011-11-18 Richard B. Kreckel <kreckel@ginac.de>
43833
43834 [BZ #13305]
aebefeee 43835 [BZ #12786]
b27e24b8
RK
43836 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43837 * math/s_cacoshf.c: Likewise.
43838 * math/s_cacoshl.c: Likewise.
43839
ee190f67
UD
438402011-12-21 Ulrich Drepper <drepper@gmail.com>
43841
43842 [BZ #13439]
43843 * iconv/gconv.h: Define __GCONV_SWAP.
43844 * iconvdata/unicode.c: The swap bit must be stored in __flags.
43845 * iconvdata/utf-16.c: Likewise.
43846 * iconvdata/utf-32.c: Likewise.
43847
707f25df
AS
438482011-12-21 Andreas Schwab <schwab@linux-m68k.org>
43849
43850 [BZ #13524]
43851 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43852 numerator after shifting it by one limb.
43853
d2daaa1e
RÁE
438542011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
43855
43856 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43857 under [__USE_EXTERN_INLINES].
43858
a4647e72
UD
438592011-12-17 Ulrich Drepper <drepper@gmail.com>
43860
43861 [BZ #13446]
43862 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43863
f0b264f1
AZ
438642011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43865
43866 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43867 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43868 optimized code.
43869 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43870 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43871 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43872 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43873 for strncasecmp/strncasecmp_l compilation.
43874 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43875 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43876
8ef4f244
MP
438772011-12-08 Marek Polacek <mpolacek@redhat.com>
43878
43879 [BZ #13484]
43880 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43881 of __asm__.
43882
97ac2654
UD
438832011-12-17 Ulrich Drepper <drepper@gmail.com>
43884
43885 [BZ #13506]
43886 * time/tzfile.c (__tzfile_read): Check values from file header.
43887
91d2a845
WS
438882011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
43889
43890 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43891 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43892 * powerpc/powerpc32/dl-start.S: Likewise.
43893 * powerpc/powerpc32/elf/start.S: Likewise.
43894 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43895 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43896 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43897 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43898 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43899 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43900 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43901 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43902 * powerpc/powerpc32/fpu/s_round.S: Likewise.
43903 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43904 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43905 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43906 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43907 * powerpc/powerpc32/memset.S: Likewise.
43908 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43909 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43910 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43911 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43912 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43913 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43914 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43915 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43916 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43917 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43918 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43919 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43920 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43921
a1267ba1
AZ
439222011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43923
43924 * math/libm-test.inc: Added more nearbyint tests.
43925 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43926 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43927 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43928 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43929
ad8ac1bd
RL
439302011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
43931
43932 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43933 FD_CLOEXEC.
43934
1d3e4b61
UD
439352011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43936
43937 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43938 Add wcscpy-ssse3 wcscpy-c.
43939 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43940 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43941 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43942 * sysdeps/x86_64/wcschr.S: New file.
43943 * sysdeps/x86_64/wcsrchr.S: New file.
43944 * string/test-strcmp.c: Remove checking of wcscmp function for
43945 wrong alignments.
43946 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43947 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43948 wcsrchr-sse2 wcsrchr-c.
43949 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43950 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43951 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43952 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43953 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43954 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43955 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43956 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43957 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43958 * wcsmbc/wcschr.c (WCSCHR): New macro.
43959
5b330a2d
UD
439602011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43961
43962 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43963 * wcsmbs/test-wcsrchr.c: New file.
43964 * string/test-strrchr.c: Add wcsrchr support.
43965 (WIDE): New macro.
43966 * wcsmbs/test-wcscpy.c: New file.
43967 * string/test-strcpy.c: Add wcscpy support.
43968 (WIDE): New macro.
26428b7c 43969
f039c043
UD
439702011-12-10 Ulrich Drepper <drepper@gmail.com>
43971
43972 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43973 the inner loop.
43974
850fb039
AS
439752011-12-06 Andreas Schwab <schwab@linux-m68k.org>
43976
43977 [BZ #13472]
43978 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43979
4efbd5cb
UD
439802011-12-04 Ulrich Drepper <drepper@gmail.com>
43981
52ff5dd0 43982 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 43983 Minor optimizations.
52ff5dd0 43984
4efbd5cb
UD
43985 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43986 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43987 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43988
8a426e12
UD
439892011-12-03 Ulrich Drepper <drepper@gmail.com>
43990
aff2453d
UD
43991 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43992 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43993 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43994 for gcc to avoid warnings.
43995 * inet/Makefile (tests): Add tst-checks.
43996 * inet/tst-checks.c: New file.
43997
43998 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43999 warning.
44000
44001 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
44002 __wmemcmp_sse2.
44003
44004 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
44005 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
44006
8a426e12
UD
44007 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
44008
9bea3473
UD
440092011-12-02 Ulrich Drepper <drepper@gmail.com>
44010
3a965496
UD
44011 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
44012 problem.
44013
9bea3473
UD
44014 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
44015
f101631b
UD
440162011-11-29 Joseph Myers <joseph@codesourcery.com>
44017
44018 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
44019 conditional on GCC version.
44020 (__arch_compare_and_exchange_val_8_acq)
44021 (__arch_compare_and_exchange_val_16_acq)
44022 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
44023 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
44024 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
44025
a98275aa
UD
440262011-12-02 Joseph Myers <joseph@codesourcery.com>
44027
44028 * sysdeps/sh/backtrace.c: New file.
44029
d4cc29a2
AS
440302011-12-02 Andreas Schwab <schwab@redhat.com>
44031
44032 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
44033 parenthesis.
44034
6257af2d
AS
440352011-12-01 Andreas Schwab <schwab@redhat.com>
44036
44037 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
44038 falling back to utime.
44039
b5f44c1a
AS
440402011-11-30 Andreas Schwab <schwab@redhat.com>
44041
44042 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
44043 expectations for float.
44044
f3a6cc0a
AS
440452011-11-29 Andreas Schwab <schwab@redhat.com>
44046
44047 * locale/weight.h (findidx): Add parameter len.
44048 * locale/weightwc.h (findidx): Likewise.
44049 * posix/fnmatch_loop.c (FCT): Adjust caller.
44050 * posix/regcomp.c (build_equiv_class): Likewise.
44051 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
44052 * posix/regexec.c (check_node_accept_bytes): Likewise.
44053 * string/strcoll_l.c (STRCOLL): Likewise.
44054 * string/strxfrm_l.c (STRXFRM): Likewise.
44055
9d65ea3a
UD
440562011-11-17 Ulrich Drepper <drepper@gmail.com>
44057
44058 * Makefile.in: Remove CVSOPT handling.
44059 * configure.in: Remove use of AC_REVISION.
44060 * iconvdata/Makefile (distribute): No need to filter out CVS.
44061 * scripts/list-sources.sh: Remove CVS, subversion and monotone
44062 handling.
44063
5583a086
AS
440642011-11-16 Andreas Schwab <schwab@redhat.com>
44065
44066 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
44067 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
44068 [USE_AS_STRNCASECMP_L]: Likewise.
44069 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
44070 NO_TLS_DIRECT_SEG_REFS.
44071 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
44072 Fix argument offsets for non-PIC.
44073 [USE_AS_STRNCASECMP_L]: Likewise.
44074 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
44075 NO_TLS_DIRECT_SEG_REFS.
44076
d62a8200
UD
440772011-11-15 Ulrich Drepper <drepper@gmail.com>
44078
9d65ea3a 44079 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
44080 O_CLOEXEC.
44081 * locale/loadlocale.c (_nl_load_locale): Likewise.
44082
09f93bd3
AS
440832011-11-15 Andreas Schwab <schwab@redhat.com>
44084
446514f9
AS
44085 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
44086 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
44087 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
44088 (SYSCALL_GETTIME): Set errno on error.
44089
09f93bd3
AS
44090 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
44091 count references to noai6ai_cached.
44092
312be3f9
UD
440932011-11-15 Ulrich Drepper <drepper@gmail.com>
44094
44095 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
44096
44097 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
44098 FD_CLOEXEC for /proc/self/maps.
44099
44100 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
44101 FD_CLOEXEC for /proc/meminfo.
44102
44103 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
44104 gai.conf.
44105
44106 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
44107 FD_CLOEXEC for given file.
44108
44109 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
44110
44111 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
44112 FD_CLOEXEC for /etc/hosts.
44113 (_gethtent): Likewise.
44114
44115 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
44116
44117 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
44118 cancellation and set FD_CLOEXEC for /etc/netgroup.
44119
44120 * nss/nss_files/files-key.c (search): Don't allow cancellation when
44121 reading /etc/publickey.
44122
44123 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
44124 allow cancellation when reading /etc/group.
44125
44126 * nss/nss_files/files-alias.c (internal_setent): Don't allow
44127 cancellation.
44128 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
44129
44130 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
44131 when using data file.
44132
44133 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
44134
44135 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
44136 (write_nis_obj): Use "c" and "e" in fopen.
44137
44138 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
44139
44140 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
44141
44142 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
44143
44144 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
44145
44146 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
44147 locale.alias.
44148
44149 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
44150
44151 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
44152
44153 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
44154
44155 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
44156 file parsing and set FD_CLOEXEC.
44157
82af0fa8
UD
441582011-11-14 Ulrich Drepper <drepper@gmail.com>
44159
44160 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
44161
a5fb313c
AS
441622011-11-14 Andreas Schwab <schwab@redhat.com>
44163
44164 * malloc/arena.c (arena_get2): Don't call reused_arena when
44165 _int_new_arena failed.
44166
6abf3465
UD
441672011-11-14 Ulrich Drepper <drepper@gmail.com>
44168
44169 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
44170 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
44171 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
44172 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
44173 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
44174 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
44175 to compile strcasecmp and strncasecmp.
44176 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
44177 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
44178
44179 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
44180
76e3966e
UD
441812011-11-13 Ulrich Drepper <drepper@gmail.com>
44182
44183 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
44184 locale-defines.sym to gen-as-const-headers.
44185 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
44186 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
44187 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
44188 to compile strcasecmp and strncasecmp.
44189 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
44190 strcasecmp_l and strncasecmp_l.
44191 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
44192 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
44193 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
44194 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
44195 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
44196 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
44197 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
44198 * sysdeps/i386/i686/multiarch/strncase.S: New file.
44199 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
44200 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
44201 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
44202
ab26144e
UD
442032011-11-12 Ulrich Drepper <drepper@gmail.com>
44204
7edb22ef
UD
44205 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
44206 result of SYSDEP_GETTIME_CPU to retval.
44207 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
44208 parameter list to macro. Remove trailing semicolon. Adjust users.
44209
9694fc44
UD
44210 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
44211 variable.
44212
8ad89ef8
UD
44213 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
44214 mantissa words.
44215 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
44216
0c822ef9
UD
44217 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
44218 from unused variable.
44219
874e0564
UD
44220 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
44221 DWARF definitions.
44222 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
44223 for assembling.
44224
3a2edc79
UD
44225 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
44226 over namespaces.
44227
f3c2577f
UD
44228 * sunrpc/rpc_prot.c (rejected): Fix case value.
44229
294ce126
UD
44230 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
44231 unsigned long long int to avoid warnings in shift.
44232
5e2b63c6
UD
44233 * posix/regex_internal.c (re_string_reconstruct): Actually use result
44234 of use of trans.
44235 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
44236 variable tmp.
44237
e7f4b08e
UD
44238 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
44239 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
44240 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
44241
ab26144e
UD
44242 * nis/nis_table.c (nis_list): Use variable of correct type for
44243 result of __follow_path call.
44244
8a6d5255
AZ
442452011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44246
44247 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
44248 of math functions ceil, trunc, floor, round, and sqrt, when
44249 avaliable on the platform.
44250 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
44251 name clash.
44252 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44253 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44254 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44255
aaddc98c
MP
442562011-10-30 Marek Polacek <mpolacek@redhat.com>
44257
44258 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
44259 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
44260
95b7042b
RM
442612011-11-11 Roland McGrath <roland@hack.frob.com>
44262
44263 * include/unistd.h: Fix __readlink return type.
44264 Reported by Chris Metcalf <cmetcalf@tilera.com>.
44265
57769839
UD
442662011-11-11 Ulrich Drepper <drepper@gmail.com>
44267
44268 * stdlib/ucontext.h: Undo last change for makecontext.
44269
edc5984d
AS
442702011-11-11 Andreas Schwab <schwab@redhat.com>
44271
98591e58
AS
44272 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
44273
edc5984d
AS
44274 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
44275 * setjmp/setjmp.h: Mark functions as non-leaf.
44276 * setjmp/bits/setjmp2.h: Likewise.
44277 * stdlib/ucontext.h: Likewise.
44278
77cdc054
AS
442792011-11-10 Andreas Schwab <schwab@redhat.com>
44280
44281 * malloc/arena.c (_int_new_arena): Don't increment narenas.
44282 (reused_arena): Don't check arena limit.
44283 (arena_get2): Atomically check arena limit.
44284
fe72eebd
UD
442852011-11-08 Ulrich Drepper <drepper@gmail.com>
44286
5f078c32
UD
44287 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
44288 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
44289
fe72eebd
UD
44290 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
44291 instructions.
44292
ae1bc2fa
AS
442932011-11-07 Andreas Schwab <schwab@redhat.com>
44294
7583a88d
AS
44295 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
44296 handler when locking.
44297
ae1bc2fa
AS
44298 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44299 Fix size of allocated buffer.
44300
10fb0bfa
AS
443012011-11-04 Andreas Schwab <schwab@redhat.com>
44302
998832a4
AS
44303 [BZ #10103]
44304 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
44305 declarations for long double functions.
44306 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
44307
10fb0bfa
AS
44308 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
44309
3d7ba52b
AS
443102011-11-03 Andreas Schwab <schwab@redhat.com>
44311
a9ae54a1
AS
44312 * nscd/nscd.c (main): Don't start AVC thread until credentials are
44313 installed.
44314
3d7ba52b
AS
44315 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
44316 is disabled.
44317
bc8db248
ST
443182011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
44319
44320 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
44321
45b96dd6
AS
443222011-11-01 Andreas Schwab <schwab@linux-m68k.org>
44323
647776f6
AS
44324 * include/alloca.h (stackinfo_alloca_round): Define.
44325 (extend_alloca): Use it.
44326 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
44327 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
44328 here.
44329
d91a8b93
AS
44330 * scripts/check-local-headers.sh: Ignore libaudit.h.
44331
45b96dd6
AS
44332 * nscd/Makefile (extra-objs): Make recursively expanded.
44333
432d41ce
UD
443342011-11-01 Ulrich Drepper <drepper@gmail.com>
44335
34372fc6
UD
44336 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
44337 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
44338
fadb59f8
UD
44339 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
44340 * posix/tst-rfc3484-2.c: Likewise.
44341 * posix/tst-rfc3484-3.c: Likewise.
44342
78239589
UD
44343 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
44344 process_vm_writev.
44345 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
44346 process_vm_writev.
44347 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
44348 process_vm_writev from libc using GLIBC_2.15 version.
44349
432d41ce
UD
44350 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
44351
02f9c6cf
PP
443522011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
44353
44354 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
44355 stack usage.
44356
3a2c0242
UD
443572011-10-31 Ulrich Drepper <drepper@gmail.com>
44358
f4ec4833
UD
44359 [BZ #13367]
44360 * nss/getent.c (initgroups_keys): Show error message in case no group
44361 names are given.
44362
3a2c0242
UD
44363 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
44364 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
44365 __bump_nl_timestamp.
44366 * nscd/connections (nscd_init): When host database is served open
44367 netlink socket and request notification about configuration changes.
44368 (main_loop_poll): Track netlink file descriptor and bump timestamp
44369 in case data becomes available.
44370 (main_loop_epoll): Likewise.
44371 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
44372 (database_pers_head): Add extra_data fileds.
44373 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
44374 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
44375 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
44376 Adjust caller.
44377 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
44378 in6ai data, call __free_in6ai.
44379 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
44380 Add -DHAVE_NETLINK.
44381 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
44382 interface information. Reuse previous data if netlink timestamp
44383 is not changed.
44384 (__bump_nl_timestamp): New function.
44385 (__free_in6ai): New function.
44386
636064eb
UD
443872011-10-30 Ulrich Drepper <drepper@gmail.com>
44388
44389 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
44390 close_not_cancel_no_status here.
44391 (__check_pf): Reorganize code a bit to not call close twice if OOM.
44392
9beb2334
UD
443932011-10-29 Ulrich Drepper <drepper@gmail.com>
44394
6ef76f3b
UD
44395 [BZ #13276]
44396 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
44397 return value.
44398
0ffc4f3e 44399 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
44400 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
44401 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
44402
cb95113e
UD
444032011-07-03 Andreas Jaeger <aj@suse.de>
44404
44405 [BZ #10709]
44406 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
44407 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
44408 * math/libm-test.inc (sin_test): Add test case.
44409
a1b560ff
UD
444102011-10-29 Ulrich Drepper <drepper@gmail.com>
44411
c9aaface
UD
44412 [BZ #13337]
44413 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
44414 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44415
d272e7f1
UD
44416 * elf/chroot_canon.c (chroot_canon): Cleanups.
44417
1bc33071
UD
44418 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
44419
1760874d
TJ
44420 [BZ #13335]
44421 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
44422 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
44423
51d91b18
UD
44424 * string/test-strchr.c: Make usable for strchrnul testing.
44425 * string/test-strchrnul.c: New file.
44426 * string/Makefile (strop-tests): Add strchrnul.
44427
a1b560ff 44428 * po/it.po: Update from translation team.
b611fb81 44429 * po/es.po: Likewise.
a1b560ff 44430
a5b81e1f
UD
444312011-10-28 Ulrich Drepper <drepper@gmail.com>
44432
fd52bc6d
UD
44433 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44434 the three constants needed as parameters. Drop the others.
44435 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44436 __m128i_strloadu_tolower.
52e4b9eb
UD
44437 Create and initialize variable zero and use it in all the places
44438 where _mm_setzero_si128 was used.
fd52bc6d 44439
a5b81e1f
UD
44440 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44441 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44442 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44443 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44444 anymore.
44445 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44446 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44447 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44448 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44449 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44450 __mpranred, __mptan.
44451 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44452 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44453 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44454 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44455 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44456 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44457 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44458 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44459 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44460
b4343346
AS
444612011-10-28 Andreas Schwab <schwab@redhat.com>
44462
0c92d8a8
AS
44463 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44464 redefine if SHARED.
44465 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44466
b4343346
AS
44467 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44468 wide char related routines to wcsmbs subdir.
44469
3871f58f
AS
444702011-10-27 Andreas Schwab <schwab@redhat.com>
44471
44472 [BZ #13344]
44473 * misc/sys/cdefs.h (__THROWNL): Define.
44474 * posix/unistd.h: Use __THREADNL instead of __THREAD
44475 for memory synchronization functions.
44476
94d44d9f
RM
444772011-10-26 Roland McGrath <roland@hack.frob.com>
44478
21b64b15 44479 [BZ #13349]
94d44d9f
RM
44480 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44481 doesn't exist.
44482 * manual/stdio.texi (Obstack Streams): Node removed.
44483
f6ce9294
AS
444842011-10-26 Andreas Schwab <schwab@redhat.com>
44485
80479147
AS
44486 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44487 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44488 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44489
f6ce9294
AS
44490 * math/math_private.h (math_force_eval): Allow non-addressable
44491 arguments.
44492 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44493
618280a1
UD
444942011-10-25 Ulrich Drepper <drepper@gmail.com>
44495
e0016b11
UD
44496 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44497 file is not needed.
44498
44499 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44500 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44501 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44502 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44503 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44504 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44505 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44506 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44507 Add AVX variants.
44508 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44509 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44510 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44511 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44512 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44513 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44514 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44515 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44516 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44517 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44518 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44519 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44520 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44521 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44522 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44523 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44524 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44525 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44526 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44527
44528 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44529 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
44530
618280a1
UD
44531 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44532 place. Use VEX encoding when compiling for AVX.
44533
37822576
AS
445342011-10-25 Andreas Schwab <schwab@redhat.com>
44535
1f1e1947
AS
44536 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44537 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44538
37822576
AS
44539 * string/test-strchr.c (do_test): Don't generate NUL bytes.
44540
31ea014d
UD
445412011-10-25 Ulrich Drepper <drepper@gmail.com>
44542
d7826aa1 44543 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 44544 useless if() expression.
d7826aa1
UD
44545 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44546 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44547 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44548 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44549 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44550 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44551 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44552 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44553 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44554 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44555 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44556 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44557 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44558 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44559 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44560 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44561 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44562 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44563 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44564
31ea014d
UD
44565 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44566
16437fec
AS
445672011-10-25 Andreas Schwab <schwab@redhat.com>
44568
44569 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44570 condition.
44571 * elf/dl-fini.c (_dl_sort_fini): Likewise.
44572
31d3cc00
UD
445732011-10-25 Ulrich Drepper <drepper@gmail.com>
44574
44575 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44576 .text section. Avoid duplicate constants.
44577 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44578 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44579 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44580 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44581 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44582 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44583 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44584 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44585 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44586 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44587 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44588 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44589 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44590 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44591 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44592 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44593 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44594 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44595 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44596 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44597 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44598 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44599 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44600 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44601 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44602 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44603 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44604 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44605 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44606 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44607 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44608 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44609 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44610 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44611 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44612 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44613 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44614 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44615 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44616 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44617 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44618 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44619 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44620 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44621 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44622
58985aa9
UD
446232011-10-24 Ulrich Drepper <drepper@gmail.com>
44624
202c9deb
UD
44625 * sysdeps/x86_64/dla.h: Move to ...
44626 * sysdeps/x86_64/fpu/dla.h: ...here.
44627 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44628 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 44629
af968f62
UD
44630 * config.make.in: Add have-mfma4 entry.
44631 * configure.in: Substitute libc_cv_cc_fma4.
44632 * math/Makefile (dbl-only-routines): Add sincostab.
44633 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44634 Use __sincostab not sincos.
44635 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44636 name is a macro.
44637 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44638 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44639 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44640 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
44641 using __copysign.
44642 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
44643 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
44644 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44645 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44646 and __inv.
44647 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44648 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44649 __copysign.
44650 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
44651 define aliases when function name is a macro.
44652 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44653 sysdeps/ieee754/dbl-64/sincos.tbl.
44654 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44655 fma4-enabled routines.
44656 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44657 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44658 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44659 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44660 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44661 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44662 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44663 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44664 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44665 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44666 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44667 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44668 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44669 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44670 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44671 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44672 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44673 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44674 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44675 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44676 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44677 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44678 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44679 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44680 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44681 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44682 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44683 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44684 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44685 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44686
58985aa9
UD
44687 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44688 rename.
44689 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44690 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44691 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44692 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44693 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44694 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44695 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44696 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44697
a201fbcf
AS
446982011-10-24 Andreas Schwab <schwab@redhat.com>
44699
44700 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44701
fc2ee42a
LD
447022011-10-23 Ulrich Drepper <drepper@gmail.com>
44703
bb3129bd
UD
44704 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44705
0275fff8
UD
44706 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44707 prediction.
44708 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44709
2fa2ae85
UD
44710 * string/strnlen.c: Don't define STRNLEN, reverse logic.
44711 Remove unused variable magic_bits.
44712 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44713
fc2ee42a
LD
44714 * string/strnlen.c: Define and use STRNLEN macro.
44715 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44716 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44717 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44718 * wcsmbs/wcslen.c: Define and use WCSLEN.
44719 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44720 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44721 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44722 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44723 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44724 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44725 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44726
ce7dd29f
LD
447272011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44728
44729 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44730 strnlen-sse2-no-bsf.
44731 Rename strlen-no-bsf to strlen-sse2-no-bsf.
44732 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44733 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44734 Add strnlen support.
44735 (USE_AS_STRNLEN): New macro.
44736 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44737 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44738 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44739 * sysdeps/x86_64/wcslen.S: New file.
44740
979c70a3
MZ
447412011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
44742
44743 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44744 XMM-moves are used for copying on small sizes.
44745
2d09f82f
LD
447462011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44747
44748 * wcsmbs/Makefile (strop-tests): Add wcschr.
44749 * wcsmbs/test-wcschr.c: New file.
44750 * string/test-strchr.c: Update.
44751 Add wcschr support.
44752 (WIDE): New macro.
44753
619fccca
LD
447542011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44755
2d09f82f 44756 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
44757 * wcsmbs/test-wcslen.c: New file.
44758 * string/test-strlen.c: Update.
44759 Add wcslen support.
44760 (WIDE): New macro.
44761
09f699ea
UD
447622011-10-23 Ulrich Drepper <drepper@gmail.com>
44763
44764 * po/it.po: Update from translation team.
44765
95584d3b
LD
447662011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44767
44768 * sysdeps/x86_64/wcscmp.S: Update.
44769 Fix wrong comparison semantics.
44770 wcscmp shall use signed comparison not unsigned.
44771 Don't use substraction to avoid overflow bug.
44772 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44773 * wcsmbc/wcscmp.c: Likewise.
44774 * string/test-strcmp.c: Likewise.
44775 Add new tests to check cases with negative values.
44776
c8b3296b
UD
447772011-10-23 Ulrich Drepper <drepper@gmail.com>
44778
44779 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44780 * sysdeps/x86_64/dla.h: ...here. New file.
44781 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44782 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44783 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44784 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44785 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44786 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44787 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44788 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44789 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44790
246ad57a
AS
447912011-10-23 Andreas Schwab <schwab@linux-m68k.org>
44792
44793 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44794 __ynl_finite aliases.
44795
a1a87169
UD
447962011-10-22 Ulrich Drepper <drepper@gmail.com>
44797
0d355eb7
UD
44798 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44799
a1a87169
UD
44800 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44801 define DLA_FMA.
44802 [DLA_FMA] (EMULV): Use DLA_FMA.
44803 [DLA_FMA] (MUL12): Use EMULV.
44804 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44805 that are not needed.
44806 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44807 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44808 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44809 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44810 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44811 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44812 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44813
ee2aafe0
AS
448142011-10-22 Andreas Schwab <schwab@linux-m68k.org>
44815
44816 * math/s_nan.c: Undef __nan.
44817 * math/s_nanf.c: Undef __nanf.
44818 * math/s_nanl.c: Undef __nanl.
44819 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44820 "math_private.h".
44821
bc62c2fb
UD
448222011-10-22 Ulrich Drepper <drepper@gmail.com>
44823
77425c63
UD
44824 * math/s_catan.c: Add branch predictions.
44825 * math/s_catanf.c: Likewise.
44826 * math/s_catanh.c: Likewise.
44827 * math/s_catanhf.c: Likewise.
44828 * math/s_catanhl.c: Likewise.
44829 * math/s_catanl.c: Likewise.
44830 * math/s_cexp.c: Likewise.
44831 * math/s_cexpf.c: Likewise.
44832 * math/s_cexpl.c: Likewise.
44833 * math/s_clog.c: Likewise.
44834 * math/s_clog10.c: Likewise.
44835 * math/s_clog10f.c: Likewise.
44836 * math/s_clog10l.c: Likewise.
44837 * math/s_clogf.c: Likewise.
44838 * math/s_clogl.c: Likewise.
44839 * math/s_csqrt.c: Likewise.
44840 * math/s_csqrtf.c: Likewise.
44841 * math/s_csqrtl.c: Likewise.
44842 * math/s_ctanf.c: Likewise.
44843 * math/s_ctanh.c: Likewise.
44844 * math/s_ctanhf.c: Likewise.
44845 * math/s_ctanhl.c: Likewise.
44846 * math/s_ctanl.c: Likewise.
44847
bc62c2fb
UD
44848 * math/math_private.h: Define __nan, __nanf, __nanl.
44849 * math/s_cacosh.c: Include <math_private.h>.
44850 * math/s_cacoshl.c: Likewise.
44851 * math/s_casinh.c: Likewise.
44852 * math/s_casinhf.c: Likewise.
44853 * math/s_casinhl.c: Likewise.
44854 * math/s_ccos.c: Rely entire on ccosh.
44855 * math/s_ccosf.c: Rely entire on ccoshf.
44856 * math/s_ccosl.c: Rely entirely on ccoshl.
44857 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
44858 Remove tests for FE_INVALID.
44859 * math/s_ccoshf.c: Likewise.
44860 * math/s_ccoshl.c: Likewise.
44861 * math/s_csin.c: Likewise.
44862 * math/s_csinf.c: Likewise.
44863 * math/s_csinh.c Likewise.
44864 * math/s_csinhf.c: Likewise.
44865 * math/s_csinhl.c: Likewise.
44866 * math/s_csinl.c: Likewise.
44867 * math/s_ctan.c: Likewise.
44868 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44869 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44870 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44871
8ec250a4
UD
448722011-10-21 Ulrich Drepper <drepper@gmail.com>
44873
c196fed8
UD
44874 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44875 compilation problems.
44876
8ec250a4
UD
44877 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44878 __builtin_expect.
44879
8d4f46c6
UD
448802011-10-20 Ulrich Drepper <drepper@gmail.com>
44881
ed72b654
UD
44882 * sysdeps/i386/configure.in: Test for -mfma4 option.
44883 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44884 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44885 COMMON_CPUID_INDEX_80000001.
44886 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44887 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44888 use it if FMA3 is not supported.
44889 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44890
8d4f46c6
UD
44891 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44892 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44893
d45c60c2
AS
448942011-10-20 Andreas Schwab <schwab@redhat.com>
44895
44896 [BZ #12892]
44897 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44898 it would create a cycle with a link time dependency.
44899
d9a4d2ab
UD
449002011-10-19 Ulrich Drepper <drepper@gmail.com>
44901
855d1560
UD
44902 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44903 instruction.
44904 * string/Makefile (strop-tests): Add rawmemchr.
44905 * string/test-rawmemchr.c: New file.
44906
d9a4d2ab
UD
44907 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44908 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
44909 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
44910 when compiling str{,n}casecmp and when AVX is available. Hook up
44911 new optimized code in initializers.
44912
8f3b1ffe
AS
449132011-10-19 Andreas Schwab <schwab@redhat.com>
44914
44915 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44916 __feraiseexcept instead of feraiseexcept.
44917
d38f1dba
UD
449182011-10-18 Ulrich Drepper <drepper@gmail.com>
44919
d9a8d0ab
UD
44920 * math/math_private.h: Define defaults for libc_fetestexcept and
44921 libc_feupdateenv.
44922 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44923 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44924 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44925 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44926 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44927 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44928 libc_fetestexcept and libc_feupdateenv.
44929
4855e3dd
UD
44930 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44931 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44932 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44933 * sysdeps/x86_64/fpu/math_private.h: Define special version of
44934 libc_feholdexcept_setround.
44935
581d30e3
UD
44936 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44937 Add s_nearbyint-c and s_nearbyintf-c.
44938 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44939 nearbyintf inlines.
44940 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44941 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44942 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44943 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44944
d38f1dba
UD
44945 * math/math_private.h: Define defaults for libc_fegetround,
44946 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44947 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44948 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44949 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44950 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44951 standard functions.
44952 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44953 Remove comments and hacks for old compiler versions.
44954 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44955 libc_fegetround, libc_fesetround, libc_feholdexcept, and
44956 libc_feholdexceptl.
44957
caa6c9d8
AS
449582011-10-18 Andreas Schwab <schwab@redhat.com>
44959
44960 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
44961 (__feraiseexcept_renamed): Add __NTH.
44962 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
44963 namespace violations.
44964
97c066e6
UD
449652011-10-17 Ulrich Drepper <drepper@gmail.com>
44966
99ce7b04
UD
44967 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44968
1004d182
UD
44969 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44970
228a984d
UD
44971 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44972 recently added interfaces.
44973 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44974
c8553a6a
UD
44975 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44976 about macro parameter expansion.
44977
ed22dcf6
UD
44978 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44979 __NO_MATH_INLINES is defined. Cleanups.
44980
44981 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44982 and __floorf is target has SSE4.1.
44983 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44984 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44985 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44986 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44987
b171c137
UD
44988 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44989 name.
44990 (floorf): Likewise.
44991
97c066e6
UD
44992 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44993
629f62ef
AS
449942011-10-17 Andreas Schwab <schwab@redhat.com>
44995
49a43d80
AS
44996 * misc/sys/cdefs.h: Fix last change.
44997
629f62ef
AS
44998 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44999 database lookup.
45000
e453f6cd
UD
450012011-10-16 Ulrich Drepper <drepper@gmail.com>
45002
aa78043a
UD
45003 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
45004
ad0f5cad
UD
45005 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
45006 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45007 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
45008 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45009 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45010 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
45011 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45012 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45013 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
45014 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
45015 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
45016 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
45017 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
45018 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
45019 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
45020 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
45021 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
45022 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
45023 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
45024 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
45025 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
45026 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
45027
45028 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
45029 ceil, ceilf, floor, floorf.
45030
45031 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
45032 Perform IRELATIVE relocations last.
45033
e453f6cd
UD
45034 * elf/do-rel.h: Add another parameter nrelative, replacing the
45035 local variable with the same name. Change name of the function
45036 to end in Rel or Rela (uppercase).
45037 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
45038 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
45039 elf_dynamic_do_##reloc function.
45040
fd5bdc09
UD
450412011-10-15 Ulrich Drepper <drepper@gmail.com>
45042
79b195b5
UD
45043 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
45044 is sufficient, at least on modern CPUs.
45045
d4a28569
UD
45046 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
45047
b61099b5
UD
45048 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
45049 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
45050
bcf01e6d
UD
45051 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
45052 __expl_finite.
45053 * math/bits/math-finite.h: Add entries for exp.
45054 * math/e_expl.c: Add __*_finite alias.
45055 * sysdeps/i386/fpu/e_exp.S: Likewise.
45056 * sysdeps/i386/fpu/e_expf.S: Likewise.
45057 * sysdeps/i386/fpu/e_expl.c: Likewise.
45058 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45059 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45060 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
45061 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
45062 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
45063 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45064 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45065
ba1a0d59
UD
45066 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
45067 is sufficient, at least on modern CPUs.
45068
fd5bdc09
UD
45069 * ctype/ctype-info.c (__ctype_init): Define.
45070 * include/ctype.h (__ctype_init): Declare.
45071 (__ctype_b_loc): The variable is always initialized.
45072 (__ctype_toupper_loc): Likewise.
45073 (__ctype_tolower_loc): Likewise.
45074 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
45075 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
45076
7872cfb0
AS
450772011-10-15 Andreas Schwab <schwab@linux-m68k.org>
45078
b468825a
AS
45079 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
45080
7872cfb0
AS
45081 * configure.in: Also look in $cxxmachine/include for C++ system
45082 headers.
45083
be13f7bf
LD
450842011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45085
45086 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
45087 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
45088 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
45089 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
45090 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
45091 (USE_AS_WMEMCMP): New macro.
45092 Fixing indents.
45093 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
45094 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
45095 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
45096 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
45097 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45098 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
45099 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
45100 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
45101 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
45102 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
45103 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
45104 (USE_AS_WMEMCMP): New macro.
45105 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
45106 * sysdeps/string/test-memcmp.c: Update.
45107 Fix simple_wmemcmp.
45108 Add new tests.
45109 * wcsmbs/wmemcmp.c: Update.
45110 (WMEMCMP): New macro.
45111 Fix overflow bug.
45112
556a2007
AJ
451132011-10-12 Andreas Jaeger <aj@suse.de>
45114
45115 [BZ #13268]
45116 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
45117
538faaa7
UD
451182011-10-15 Ulrich Drepper <drepper@gmail.com>
45119
ab6737ff
UD
45120 * libio/iofwide.c (do_length): Avoid warning.
45121
538faaa7
UD
45122 * ctype/ctype.h (__isctype_f): Add missing __THROW.
45123
396a21b1
UD
451242011-10-14 Ulrich Drepper <drepper@gmail.com>
45125
cdf2901f
UD
45126 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
45127
38ad40ce
UD
45128 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
45129 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
45130 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
45131 * sysdeps/i386/i686/fpu/e_log.S: New file.
45132 * sysdeps/i386/i686/fpu/e_logf.S: New file.
45133 * sysdeps/i386/i686/fpu/e_logl.S: New file.
45134
396a21b1
UD
45135 * ctype/ctype.h: Add support for inlined isXXX functions when
45136 compiling C++ code.
45137
6b1f68c9
AS
451382011-10-14 Andreas Schwab <schwab@redhat.com>
45139
349290c0
AS
45140 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45141
6b1f68c9
AS
45142 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
45143
f2282d42
RM
451442011-10-13 Roland McGrath <roland@hack.frob.com>
45145
45146 [BZ #13291]
45147 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
45148
5298ffa8
AS
451492011-10-13 Andreas Schwab <schwab@redhat.com>
45150
714fad23
AS
45151 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
45152 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
45153 feraiseexcept.
45154
81dcc7fb
AS
45155 * sysdeps/x86_64/memrchr.S: Check for zero size.
45156
5298ffa8
AS
45157 * string/stratcliff.c: Add memrchr tests.
45158
951fbcec
LD
451592011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45160
45161 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45162 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
45163 rawmemchr-sse2 rawmemchr-sse2-bsf.
45164 * sysdeps/i386/i686/multiarch/memchr.S: New file.
45165 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
45166 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
45167 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
45168 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
45169 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
45170 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
45171 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
45172 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
45173 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
45174 * string/memrchr.c (MEMRCHR): New macro.
45175
0ac5ae23
UD
451762011-10-12 Ulrich Drepper <drepper@gmail.com>
45177
45178 Add integration with gcc's -ffinite-math-only and optimize wrapper
45179 functions in libm.
45180 * Versions.def: Define GLIBC_2.15 version for libm.
45181 * math/Makefile (headers): Add bits/math-finite.h.
45182 * math/bits/math-finite.h: New file.
45183 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
45184 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
45185 * math/e_acoshl.c: Add __*_finite alias.
45186 * math/e_acosl.c: Likewise.
45187 * math/e_asinl.c: Likewise.
45188 * math/e_atan2l.c: Likewise.
45189 * math/e_atanhl.c: Likewise.
45190 * math/e_coshl.c: Likewise.
45191 * math/e_exp10.c: Likewise.
45192 * math/e_exp10f.c: Likewise.
45193 * math/e_exp10l.c: Likewise.
45194 * math/e_exp2l.c: Likewise.
45195 * math/e_fmodl.c: Likewise.
45196 * math/e_gammal_r.c: Likewise.
45197 * math/e_hypotl.c: Likewise.
45198 * math/e_j0l.c: Likewise.
45199 * math/e_j1l.c: Likewise.
45200 * math/e_jnl.c: Likewise.
45201 * math/e_lgammal_r.c: Likewise.
45202 * math/e_log10l.c: Likewise.
45203 * math/e_log2l.c: Likewise.
45204 * math/e_logl.c: Likewise.
45205 * math/e_powl.c: Likewise.
45206 * math/e_sinhl.c: Likewise.
45207 * math/e_sqrtl.c: Likewise.
45208 * math/e_scalb.c: Completely rewritten and optimized.
45209 * math/e_scalbf.c: Likewise.
45210 * math/e_scalbl.c: Likewise.
45211 * math/w_acos.c: Likewise.
45212 * math/w_acosf.c: Likewise.
45213 * math/w_acosl.c: Likewise.
45214 * math/w_acosh.c: Likewise.
45215 * math/w_acoshf.c: Likewise.
45216 * math/w_acoshl.c: Likewise.
45217 * math/w_asin.c: Likewise.
45218 * math/w_asinf.c: Likewise.
45219 * math/w_asinl.c: Likewise.
45220 * math/w_atan2.c: Likewise.
45221 * math/w_atan2f.c: Likewise.
45222 * math/w_atan2l.c: Likewise.
45223 * math/w_atanh.c: Likewise.
45224 * math/w_atanhf.c: Likewise.
45225 * math/w_atanhl.c: Likewise.
45226 * math/w_exp10.c: Likewise.
45227 * math/w_exp10f.c: Likewise.
45228 * math/w_exp10l.c: Likewise.
45229 * math/w_fmod.c: Likewise.
45230 * math/w_fmodf.c: Likewise.
45231 * math/w_fmodl.c: Likewise.
45232 * math/w_j0.c: Likewise.
45233 * math/w_j0f.c: Likewise.
45234 * math/w_j0l.c: Likewise.
45235 * math/w_j1.c: Likewise.
45236 * math/w_j1f.c: Likewise.
45237 * math/w_j1l.c: Likewise.
45238 * math/w_jn.c: Likewise.
45239 * math/w_jnf.c: Likewise.
45240 * math/w_log.c: Likewise.
45241 * math/w_logf.c: Likewise.
45242 * math/w_logl.c: Likewise.
45243 * math/w_log10.c: Likewise.
45244 * math/w_log10f.c: Likewise.
45245 * math/w_log10l.c: Likewise.
45246 * math/w_log2.c: Likewise.
45247 * math/w_log2f.c: Likewise.
45248 * math/w_log2l.c: Likewise.
45249 * math/w_pow.c: Likewise.
45250 * math/w_powf.c: Likewise.
45251 * math/w_powl.c: Likewise.
45252 * math/w_remainder.c: Likewise.
45253 * math/w_remainderf.c: Likewise.
45254 * math/w_remainderl.c: Likewise.
45255 * math/w_scalb.c: Likewise.
45256 * math/w_scalbf.c: Likewise.
45257 * math/w_scalbl.c: Likewise.
45258 * math/w_sqrt.c: Likewise.
45259 * math/w_sqrtf.c: Likewise.
45260 * math/w_sqrtl.c: Likewise.
45261 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
45262 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
45263 used.
45264 * math/math_private.h: Declare __kernel_standard_f.
45265 * math/w_cosh.c: Remove cruft and optimize a bit.
45266 * math/w_coshf.c: Likewise.
45267 * math/w_coshl.c: Likewise.
45268 * math/w_exp2.c: Likewise.
45269 * math/w_exp2f.c: Likewise.
45270 * math/w_exp2l.c: Likewise.
45271 * math/w_hypot.c: Likewise.
45272 * math/w_hypotf.c: Likewise.
45273 * math/w_hypotl.c: Likewise.
45274 * math/w_lgamma.c: Likewise.
45275 * math/w_lgamma_r.c: Likewise.
45276 * math/w_lgammaf.c: Likewise.
45277 * math/w_lgammaf_r.c: Likewise.
45278 * math/w_lgammal.c: Likewise.
45279 * math/w_lgammal_r.c: Likewise.
45280 * math/w_sinh.c: Likewise.
45281 * math/w_sinhf.c: Likewise.
45282 * math/w_sinhl.c: Likewise.
45283 * math/w_tgamma.c: Likewise.
45284 * math/w_tgammaf.c: Likewise.
45285 * math/w_tgammal.c: Likewise.
45286 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45287 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45288 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
45289 Minor optimizations. Pretty printing. Remove cruft.
45290 * sysdeps/i386/fpu/e_acosf.S: Likewise.
45291 * sysdeps/i386/fpu/e_acosh.S: Likewise.
45292 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45293 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45294 * sysdeps/i386/fpu/e_acosl.c: Likewise.
45295 * sysdeps/i386/fpu/e_asin.S: Likewise.
45296 * sysdeps/i386/fpu/e_asinf.S: Likewise.
45297 * sysdeps/i386/fpu/e_atan2.S: Likewise.
45298 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
45299 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
45300 * sysdeps/i386/fpu/e_atanh.S: Likewise.
45301 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45302 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45303 * sysdeps/i386/fpu/e_exp10.S: Likewise.
45304 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
45305 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
45306 * sysdeps/i386/fpu/e_exp2.S: Likewise.
45307 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
45308 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
45309 * sysdeps/i386/fpu/e_fmod.S: Likewise.
45310 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
45311 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
45312 * sysdeps/i386/fpu/e_hypot.S: Likewise.
45313 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
45314 * sysdeps/i386/fpu/e_log.S: Likewise.
45315 * sysdeps/i386/fpu/e_log10.S: Likewise.
45316 * sysdeps/i386/fpu/e_log10f.S: Likewise.
45317 * sysdeps/i386/fpu/e_log10l.S: Likewise.
45318 * sysdeps/i386/fpu/e_log2.S: Likewise.
45319 * sysdeps/i386/fpu/e_log2f.S: Likewise.
45320 * sysdeps/i386/fpu/e_log2l.S: Likewise.
45321 * sysdeps/i386/fpu/e_logf.S: Likewise.
45322 * sysdeps/i386/fpu/e_logl.S: Likewise.
45323 * sysdeps/i386/fpu/e_pow.S: Likewise.
45324 * sysdeps/i386/fpu/e_powf.S: Likewise.
45325 * sysdeps/i386/fpu/e_powl.S: Likewise.
45326 * sysdeps/i386/fpu/e_remainder.S: Likewise.
45327 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
45328 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
45329 * sysdeps/i386/fpu/e_scalb.S: Likewise.
45330 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45331 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45332 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
45333 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
45334 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
45335 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
45336 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45337 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45338 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
45339 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
45340 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
45341 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
45342 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
45343 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45344 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
45345 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
45346 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
45347 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45348 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
45349 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
45350 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45351 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
45352 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
45353 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45354 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45355 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
45356 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
45357 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
45358 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
45359 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
45360 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
45361 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45362 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
45363 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
45364 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
45365 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45366 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
45367 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45368 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
45369 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
45370 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
45371 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
45372 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
45373 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
45374 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
45375 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
45376 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
45377 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
45378 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
45379 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
45380 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
45381 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
45382 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45383 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
45384 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
45385 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
45386 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
45387 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
45388 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45389 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
45390 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
45391 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
45392 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
45393 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
45394 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
45395 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
45396 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
45397 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
45398 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
45399 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
45400 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
45401 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
45402 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
45403 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
45404 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
45405 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
45406 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
45407 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
45408 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
45409 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
45410 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45411 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
45412 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
45413 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
45414 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
45415 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45416 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
45417 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
45418 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
45419 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45420 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
45421 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45422 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
45423 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
45424 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
45425 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
45426 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
45427 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
45428 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
45429 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45430 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45431 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45432 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45433 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45434 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45435 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45436 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45437 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45438 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45439 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45440 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45441 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45442 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45443 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45444 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45445 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
45446 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45447 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45448 (__isnanf): Likewise.
45449 (__isinf_ns): Likewise.
45450 (__isinf_nsf): Likewise.
45451 (__finite): Likewise.
45452 (__finitef): Likewise.
45453 (__ieee754_sqrt): Define as macro.
45454 (__ieee754_sqrtf): Define as macro.
45455 (__ieee754_sqrtl): Define as macro.
45456 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45457 inlined copy.
45458 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45459 __FINITE_MATH_ONLY__ consistent.
45460 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45461
12cc2fcd
AS
454622011-10-10 Andreas Schwab <schwab@linux-m68k.org>
45463
a843a204
AS
45464 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45465 of rawmemchr.
45466
12cc2fcd
AS
45467 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45468
c853acd5
UD
454692011-10-09 Ulrich Drepper <drepper@gmail.com>
45470
45471 * po/ja.po: Update from translation team.
45472
c658d255
RM
454732011-10-08 Roland McGrath <roland@hack.frob.com>
45474
110946e4
RM
45475 * locale/programs/locarchive.c (prepare_address_space): New function.
45476 (create_archive, enlarge_archive, open_archive): Use it.
45477
50604220
RM
45478 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45479 inside [SHARED], where it is used.
45480
c658d255
RM
45481 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45482
45483 * nss/getent.c (netgroup_keys): Remove unused variable.
45484 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45485
6a621eb7
UD
454862011-10-08 Ulrich Drepper <drepper@gmail.com>
45487
7edb55ce
UD
45488 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45489 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45490 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45491 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45492 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45493 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45494 * math/Makefile (libm-calls): Add s_isinf_ns.
45495 * math/divtc3.c: Use __isinf_nsl instead of isinf.
45496 * math/multc3.c: Likewise.
45497 * math/s_casin.c: Likewise.
45498 * math/s_casinf.c: Likewise.
45499 * math/s_casinl.c: Likewise.
45500 * math/s_ccos.c: Likewise.
45501 * math/s_ccosf.c: Likewise.
45502 * math/s_ccosl.c: Likewise.
45503 * math/s_ctan.c: Likewise.
45504 * math/s_ctanf.c: Likewise.
45505 * math/s_ctanh.c: Likewise.
45506 * math/s_ctanhf.c: Likewise.
45507 * math/s_ctanhl.c: Likewise.
45508 * math/s_ctanl.c: Likewise.
45509 * math/w_fmod.c: Likewise.
45510 * math/w_fmodf.c: Likewise.
45511 * math/w_fmodl.c: Likewise.
45512 * math/w_remainder.c: Likewise.
45513 * math/w_remainderf.c: Likewise.
45514 * math/w_remainderl.c: Likewise.
45515 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45516 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45517 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45518 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45519 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45520 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45521 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45522 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45523
187da0ae
UD
45524 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45525 of the number.
45526 * stdio-common/printf_fphex.c: Likewise.
45527 * stdio-common/printf_size.c: Likewise.
45528
9277c064
UD
45529 * math/e_exp10.c: Include math_private.h using <...> not "...".
45530 * math/e_exp10f.c: Likewise.
45531 * math/e_exp10l.c: Likewise.
45532 * math/e_exp2l.c: Likewise.
45533 * math/e_j0l.c: Likewise.
45534 * math/e_j1l.c: Likewise.
45535 * math/e_jnl.c: Likewise.
45536 * math/e_lgammal_r.c: Likewise.
45537 * math/e_rem_pio2l.c: Likewise.
45538 * math/e_scalb.c: Likewise.
45539 * math/e_scalbf.c: Likewise.
45540 * math/e_scalbl.c: Likewise.
45541 * math/k_cosl.c: Likewise.
45542 * math/k_sinl.c: Likewise.
45543 * math/k_tanl.c: Likewise.
45544 * math/s_cacoshf.c: Likewise.
45545 * math/s_catan.c: Likewise.
45546 * math/s_catanf.c: Likewise.
45547 * math/s_catanh.c: Likewise.
45548 * math/s_catanhf.c: Likewise.
45549 * math/s_catanhl.c: Likewise.
45550 * math/s_catanl.c: Likewise.
45551 * math/s_ccosh.c: Likewise.
45552 * math/s_ccoshf.c: Likewise.
45553 * math/s_ccoshl.c: Likewise.
45554 * math/s_cexp.c: Likewise.
45555 * math/s_cexpf.c: Likewise.
45556 * math/s_cexpl.c: Likewise.
45557 * math/s_clog.c: Likewise.
45558 * math/s_clog10.c: Likewise.
45559 * math/s_clog10f.c: Likewise.
45560 * math/s_clog10l.c: Likewise.
45561 * math/s_clogf.c: Likewise.
45562 * math/s_clogl.c: Likewise.
45563 * math/s_csin.c: Likewise.
45564 * math/s_csinf.c: Likewise.
45565 * math/s_csinh.c: Likewise.
45566 * math/s_csinhf.c: Likewise.
45567 * math/s_csinhl.c: Likewise.
45568 * math/s_csinl.c: Likewise.
45569 * math/s_csqrt.c: Likewise.
45570 * math/s_csqrtf.c: Likewise.
45571 * math/s_csqrtl.c: Likewise.
45572 * math/s_ctan.c: Likewise.
45573 * math/s_ctanf.c: Likewise.
45574 * math/s_ctanh.c: Likewise.
45575 * math/s_ctanhf.c: Likewise.
45576 * math/s_ctanhl.c: Likewise.
45577 * math/s_ctanl.c: Likewise.
45578 * math/s_ldexp.c: Likewise.
45579 * math/s_ldexpf.c: Likewise.
45580 * math/s_ldexpl.c: Likewise.
45581 * math/s_significand.c: Likewise.
45582 * math/s_significandf.c: Likewise.
45583 * math/s_significandl.c: Likewise.
45584 * math/w_acos.c: Likewise.
45585 * math/w_acosf.c: Likewise.
45586 * math/w_acosh.c: Likewise.
45587 * math/w_acoshf.c: Likewise.
45588 * math/w_acoshl.c: Likewise.
45589 * math/w_acosl.c: Likewise.
45590 * math/w_asin.c: Likewise.
45591 * math/w_asinf.c: Likewise.
45592 * math/w_asinl.c: Likewise.
45593 * math/w_atan2.c: Likewise.
45594 * math/w_atan2f.c: Likewise.
45595 * math/w_atan2l.c: Likewise.
45596 * math/w_atanh.c: Likewise.
45597 * math/w_atanhf.c: Likewise.
45598 * math/w_atanhl.c: Likewise.
45599 * math/w_cosh.c: Likewise.
45600 * math/w_coshf.c: Likewise.
45601 * math/w_coshl.c: Likewise.
45602 * math/w_dremf.c: Likewise.
45603 * math/w_exp10.c: Likewise.
45604 * math/w_exp10f.c: Likewise.
45605 * math/w_exp10l.c: Likewise.
45606 * math/w_exp2.c: Likewise.
45607 * math/w_exp2f.c: Likewise.
45608 * math/w_fmod.c: Likewise.
45609 * math/w_fmodf.c: Likewise.
45610 * math/w_fmodl.c: Likewise.
45611 * math/w_hypot.c: Likewise.
45612 * math/w_hypotf.c: Likewise.
45613 * math/w_hypotl.c: Likewise.
45614 * math/w_j0.c: Likewise.
45615 * math/w_j0f.c: Likewise.
45616 * math/w_j0l.c: Likewise.
45617 * math/w_j1.c: Likewise.
45618 * math/w_j1f.c: Likewise.
45619 * math/w_j1l.c: Likewise.
45620 * math/w_jn.c: Likewise.
45621 * math/w_jnf.c: Likewise.
45622 * math/w_jnl.c: Likewise.
45623 * math/w_lgamma.c: Likewise.
45624 * math/w_lgamma_r.c: Likewise.
45625 * math/w_lgammaf.c: Likewise.
45626 * math/w_lgammaf_r.c: Likewise.
45627 * math/w_lgammal.c: Likewise.
45628 * math/w_lgammal_r.c: Likewise.
45629 * math/w_log.c: Likewise.
45630 * math/w_log10.c: Likewise.
45631 * math/w_log10f.c: Likewise.
45632 * math/w_log10l.c: Likewise.
45633 * math/w_log2.c: Likewise.
45634 * math/w_log2f.c: Likewise.
45635 * math/w_log2l.c: Likewise.
45636 * math/w_logf.c: Likewise.
45637 * math/w_logl.c: Likewise.
45638 * math/w_pow.c: Likewise.
45639 * math/w_powf.c: Likewise.
45640 * math/w_powl.c: Likewise.
45641 * math/w_remainder.c: Likewise.
45642 * math/w_remainderf.c: Likewise.
45643 * math/w_remainderl.c: Likewise.
45644 * math/w_scalb.c: Likewise.
45645 * math/w_scalbf.c: Likewise.
45646 * math/w_scalbl.c: Likewise.
45647 * math/w_sinh.c: Likewise.
45648 * math/w_sinhf.c: Likewise.
45649 * math/w_sinhl.c: Likewise.
45650 * math/w_sqrt.c: Likewise.
45651 * math/w_sqrtf.c: Likewise.
45652 * math/w_sqrtl.c: Likewise.
45653 * math/w_tgamma.c: Likewise.
45654 * math/w_tgammaf.c: Likewise.
45655 * math/w_tgammal.c: Likewise.
45656
6a621eb7
UD
45657 * po/ja.po: Update from translation team.
45658
bf582445
AJ
456592011-09-29 Andreas Jaeger <aj@suse.de>
45660
f9efbf3a
AJ
45661 [BZ #13179]
45662 * sunrpc/netname.c (netname2host): Fix logic.
45663
bf582445
AJ
45664 [BZ #6779]
45665 [BZ #6783]
45666 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45667 correctly.
45668 * math/w_remainder.c (__remainder): Likewise.
45669 * math/w_remainderf.c (__remainderf): Likewise.
45670 * math/libm-test.inc (remainder_test): Add test cases.
45671
48693bea
AK
456722011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
45673
45674 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
45675 sdiv_qrnnd.
45676
42622229
LD
456772011-10-07 Ulrich Drepper <drepper@gmail.com>
45678
45679 * string/test-memcmp.c: Avoid unncessary #defines.
45680 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45681
093ecf92
LD
456822011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45683
45684 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45685 Use new sse2 version for core i3 - i7 as it's faster
45686 than sse42 version.
45687 (bit_Prefer_PMINUB_for_stringop): New.
45688 * sysdeps/x86_64/rawmemchr.S: Update.
45689 Replace with faster SSE2 version.
45690 * sysdeps/x86_64/memrchr.S: New file.
45691 * sysdeps/x86_64/memchr.S: Update.
45692 Replace with faster SSE2 version.
45693
fde56e5c
MP
456942011-09-12 Marek Polacek <mpolacek@redhat.com>
45695
45696 * elf/dl-load.c (lose): Add cast to avoid warning.
45697
21fd49a9
UD
456982011-10-07 Ulrich Drepper <drepper@gmail.com>
45699
5a06e643
UD
45700 * po/ca.po: Update from translation team.
45701
684ae515
UD
45702 * inet/getnetgrent_r.c: Hook up nscd.
45703 * nscd/Makefile (routines): Add nscd_netgroup.
45704 (nscd-modules): Add netgroupcache.
45705 (CFLAGS-netgroupcache.c): Define.
45706 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45707 (cache_search): Add const to second parameter.
45708 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45709 INNETGR.
45710 (dbs): Add netgrdb entry.
45711 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45712 (verify_persistent_db): Handle netgrdb.
45713 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45714 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45715 GETFDNETGR.
45716 (netgroup_response_header): Define.
45717 (innetgroup_response_header): Define.
45718 (datahead): Add netgroup_response_header and innetgroup_response_header
45719 elements.
45720 * nscd/nscd.conf: Add entries for netgroup cache.
45721 * nscd/nscd.h (dbtype): Add netgrdb.
45722 (_PATH_NSCD_NETGROUP_DB): Define.
45723 (netgroup_iov_disabled): Declare.
45724 (xmalloc, xcalloc, xrealloc): Move declarations here.
45725 (cache_search): Adjust prototype.
45726 Add netgroup-related prototypes.
45727 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45728 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45729 (__nscd_innetgr): Declare.
45730 * nscd/selinux.c (perms): Use access_vector_t as element type and
45731 add netgroup-related initializers.
45732 * nscd/netgroupcache.c: New file.
45733 * nscd/nscd_netgroup.c: New file.
45734 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45735 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45736 For four parameters use innetgr.
45737 * nss/nss_files/files-init.c: Add definition and callback for netgr.
45738 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45739 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45740 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45741
21fd49a9
UD
45742 * nscd/connections.c (register_traced_file): Don't register file
45743 for disabled databases.
45744
054c0457
UD
457452011-10-06 Ulrich Drepper <drepper@gmail.com>
45746
32b63198
UD
45747 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45748
054c0457
UD
45749 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45750 from tree and freeing node.
45751
64031225
JO
457522011-09-25 Jiri Olsa <jolsa@redhat.com>
45753
45754 * nss/nsswitch.c (__nss_database_lookup): Handle
45755 nss_parse_service_list out of memory case.
45756
0490345c
JO
457572011-09-15 Jiri Olsa <jolsa@redhat.com>
45758
45759 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45760 out of memory case.
45761
3a62d00d
AS
457622011-10-04 Andreas Schwab <schwab@redhat.com>
45763
45764 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45765 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45766 pass it down.
45767 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45768 elf_machine_rela, elf_machine_lazy_rel.
45769 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45770 (ELF_DYNAMIC_DO_REL): Likewise.
45771 (ELF_DYNAMIC_DO_RELA): Likewise.
45772 (ELF_DYNAMIC_RELOCATE): Likewise.
45773 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45774 to ELF_DYNAMIC_DO_REL.
45775 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45776 (dl_main): In trace mode always set __RTLD_NOIFUNC.
45777 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45778 elf_machine_rela.
45779 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45780 skip_ifunc, don't call ifunc function if non-zero.
45781 (elf_machine_rela): Likewise.
45782 (elf_machine_lazy_rel): Likewise.
45783 (elf_machine_lazy_rela): Likewise.
45784 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45785 (elf_machine_lazy_rel): Likewise.
45786 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45787 Likewise.
45788 (elf_machine_lazy_rel): Likewise.
45789 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45790 Likewise.
45791 (elf_machine_lazy_rel): Likewise.
45792 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45793 (elf_machine_lazy_rel): Likewise.
45794 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45795 (elf_machine_lazy_rel): Likewise.
45796 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45797 (elf_machine_lazy_rel): Likewise.
45798 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45799 (elf_machine_lazy_rel): Likewise.
45800 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45801 (elf_machine_lazy_rel): Likewise.
45802 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45803 (elf_machine_lazy_rel): Likewise.
45804
68577918
UD
458052011-09-28 Ulrich Drepper <drepper@gmail.com>
45806
45807 * nss/nss_files/files-init.c (_nss_files_init): Use static
45808 initialization for all the *_traced_file variables.
45809
68822d74
AS
458102011-09-28 Andreas Schwab <schwab@redhat.com>
45811
45812 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45813
2056100b
RM
458142011-09-27 Roland McGrath <roland@hack.frob.com>
45815
45816 [BZ #13226]
45817 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45818
32c76b63
AS
458192011-09-27 Andreas Schwab <schwab@redhat.com>
45820
45821 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45822 Reread the line before reparsing it.
45823
bf972c9d
AS
458242011-09-26 Andreas Schwab <schwab@redhat.com>
45825
45826 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45827
e057a1b5
JM
458282011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
45829 Maxim Kuvyrkov <maxim@codesourcery.com>
45830 Joseph Myers <joseph@codesourcery.com>
45831
45832 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45833 if needed for __stack_chk_guard.
45834
bc7e1c36
RM
458352011-09-19 Roland McGrath <roland@hack.frob.com>
45836
ecb1482f
RM
45837 * sysdeps/posix/spawni.c (script_execute): Always define it.
45838 It will be optimized away if unused.
45839 (maybe_script_execute): New function.
45840 (__spawni): Call it.
45841
bc7e1c36
RM
45842 * Makerules: Don't include tls.make.
45843 (config-tls): Always set to thread.
45844 * tls.make.c: File removed.
45845
1c3b002b
MF
458462011-09-19 Mike Frysinger <vapier@gentoo.org>
45847
45848 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45849 * config.make.in (CPPFLAGS-config): New substituted variable.
45850
2840865d
UD
458512011-09-15 Ulrich Drepper <drepper@gmail.com>
45852
88738eb6
UD
45853 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45854
cbf645a6 45855 [BZ #13192]
2840865d
UD
45856 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45857 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45858
b402e91a
RM
458592011-09-15 Roland McGrath <roland@hack.frob.com>
45860
45861 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45862 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45863 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45864 (CALL_FAIL): Likewise.
45865 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45866 (CALL_FAIL): Macro removed.
45867 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45868
4c1a1f71
UD
458692011-09-15 Ulrich Drepper <drepper@gmail.com>
45870
45871 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45872 for __FINITE_MATH_ONLY__ == 1.
45873
edc121be
AS
458742011-09-15 Andreas Schwab <schwab@redhat.com>
45875
45876 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45877 __ieee754_sqrt instead of sqrt.
45878 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45879 __ieee754_sqrtf instead of sqrtf.
45880 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45881 __floorf instead of floorf.
45882 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45883 __floorf, __truncf instead of floorf, truncf.
45884
cd205654
UD
458852011-09-14 Ulrich Drepper <drepper@gmail.com>
45886
ee4d0315
UD
45887 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45888
cd205654
UD
45889 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45890 __extern_always_inline.
45891 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45892 32-bit.
45893
48b67d71
AS
458942011-09-14 Andreas Schwab <schwab@redhat.com>
45895
45896 * elf/rtld.c (dl_main): Also relocate in dependency order when
45897 doing symbol dependency testing.
45898
1ae12c75
AS
458992011-09-13 Andreas Schwab <schwab@linux-m68k.org>
45900
45901 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45902 Always define `refsym'.
45903
995a80df
AS
459042011-09-13 Andreas Schwab <schwab@redhat.com>
45905
e529793b
AS
45906 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45907 (__FD_ELT): Renamed from __FDELT.
45908 * misc/bits/select2.h (__FD_ELT): Likewise.
45909 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45910 __FD_MASK instead of __FDELT, __FDMASK.
45911 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45912 Likewise.
45913 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45914 Likewise.
45915
52d4fef8
AS
45916 * elf/Makefile (gen-ldd): Fix pattern.
45917
995a80df
AS
45918 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45919 (init_tls): Likewise.
45920
8682f8b0
UD
459212011-09-12 Ulrich Drepper <drepper@gmail.com>
45922
45923 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45924
de82006d
AS
459252011-09-12 Andreas Schwab <schwab@redhat.com>
45926
a7c8e6a1
AS
45927 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45928 `struct cmsghdr *' instead of `void *'.
45929 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45930 Likewise.
45931
0f31fe77
AS
459322011-09-11 Andreas Schwab <schwab@linux-m68k.org>
45933
45934 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45935 if non-absolute.
45936 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45937 ldd_rewrite_script.
0f31fe77 45938
32b4c839
UD
459392011-09-11 Ulrich Drepper <drepper@gmail.com>
45940
83cd1420
UD
45941 * configure.in: Remove --with-tls option.
45942 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45943 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45944 out in case it is missing.
45945 * sysdeps/ia64/elf/configure.in: Likewise.
45946 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45947 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45948 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45949 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45950 * sysdeps/sh/elf/configure.in: Likewise.
45951 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45952 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45953 * sysdeps/x86_64/elf/configure.in: Likewise.
45954 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45955 * sysdeps/mach/hurd/tls.h: Likewise.
45956
633f745d
UD
45957 [BZ #13067]
45958 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45959
f318beb8
UD
45960 [BZ #13090]
45961 * configure.in: Fix use of AC_INIT.
45962
32b4c839
UD
45963 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45964
3ce1f295
UD
459652011-09-10 Ulrich Drepper <drepper@gmail.com>
45966
bb016596
UD
45967 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45968 __set_errno.
8e58439c
UD
45969 * malloc/hooks.c: Likewise.
45970
aebae053 45971 [BZ #11929]
02d46fc4
UD
45972 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
45973 variables statically.
45974 (narenas): Initialize.
45975 (list_lock): Initialize.
bb016596
UD
45976 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
45977 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
45978 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45979 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
45980 Add initializers to main_arena and mp_.
45981 (malloc_state): Remove pagesize member. Change all users to use
45982 GLRO(dl_pagesize).
45983
45984 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45985 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
45986 is always initialized.
45987
22a89187
UD
45988 * malloc/malloc.c: Removed unused configurations and dead code.
45989 * malloc/arena.c: Likewise.
45990 * malloc/hooks.c: Likewise.
02d46fc4 45991 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 45992
d063d164
UD
45993 * include/tls.h: Removed. USE___THREAD must always be defined.
45994 * bits/libc-tsd.h: Don't handle !USE___THREAD.
45995 * elf/dl-libc.c: Likewise.
45996 * elf/dl-tsd.c: Likewise.
45997 * include/errno.h: Likewise.
45998 * include/netdb.h: Likewise.
45999 * include/resolv.h: Likewise.
46000 * inet/herrno-loc.c: Likewise.
46001 * inet/herrno.c: Likewise.
46002 * malloc/arena.c: Likewise.
46003 * malloc/hooks.c: Likewise.
46004 * malloc/malloc.c: Likewise.
46005 * resolv/res-state.c: Likewise.
46006 * resolv/res_libc.c: Likewise.
46007 * sysdeps/i386/dl-machine.h: Likewise.
46008 * sysdeps/ia64/dl-machine.h: Likewise.
46009 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
46010 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
46011 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
46012 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
46013 * sysdeps/sh/dl-machine.h: Likewise.
46014 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
46015 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
46016 * sysdeps/unix/i386/sysdep.S: Likewise.
46017 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
46018 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
46019 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
46020 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
46021 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
46022 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
46023 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
46024 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
46025 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46026 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
46027 * sysdeps/unix/x86_64/sysdep.S: Likewise.
46028 * sysdeps/x86_64/dl-machine.h: Likewise.
46029 * tls.make.c: Likewise.
46030
3ce1f295
UD
46031 * configure.in: Remove --with-__thread option. Make tests for
46032 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
46033 tls_model attribute fail if no support is available. Remove
46034 USE_IN_LIBIO.
46035 * Makeconfig: Adjust for dropped configure option. All features are
46036 now mandatory.
46037 * Makerules: Likewise.
46038 * Versions.def: Likewise.
46039 * argp/argp-fmtstream.c: Likewise.
46040 * argp/argp-fmtstream.h: Likewise.
46041 * argp/argp-help.c: Likewise.
46042 * assert/assert.c: Likewise.
46043 * config.h.in: Likewise.
46044 * config.make.in: Likewise.
46045 * configure: Likewise.
46046 * configure.in: Likewise.
46047 * csu/Versions: Likewise.
46048 * csu/init.c: Likewise.
46049 * elf/tst-audit2.c: Likewise.
46050 * elf/tst-tls10.c: Likewise.
46051 * elf/tst-tls10.h: Likewise.
46052 * elf/tst-tls11.c: Likewise.
46053 * elf/tst-tls12.c: Likewise.
46054 * elf/tst-tls14.c: Likewise.
46055 * elf/tst-tlsmod11.c: Likewise.
46056 * elf/tst-tlsmod12.c: Likewise.
46057 * elf/tst-tlsmod13.c: Likewise.
46058 * elf/tst-tlsmod13a.c: Likewise.
46059 * elf/tst-tlsmod14a.c: Likewise.
46060 * elf/tst-tlsmod15b.c: Likewise.
46061 * elf/tst-tlsmod16a.c: Likewise.
46062 * elf/tst-tlsmod16b.c: Likewise.
46063 * elf/tst-tlsmod7.c: Likewise.
46064 * elf/tst-tlsmod8.c: Likewise.
46065 * elf/tst-tlsmod9.c: Likewise.
46066 * gmon/gmon.c: Likewise.
46067 * grp/fgetgrent_r.c: Likewise.
46068 * grp/putgrent.c: Likewise.
46069 * hurd/fopenport.c: Likewise.
46070 * include/libc-symbols.h: Likewise.
46071 * include/tls.h: Likewise.
46072 * intl/gettextP.h: Likewise.
46073 * intl/loadinfo.h: Likewise.
46074 * locale/global-locale.c: Likewise.
46075 * locale/localeinfo.h: Likewise.
46076 * mach/devstream.c: Likewise.
46077 * malloc/arena.c: Likewise.
46078 * malloc/set-freeres.c: Likewise.
46079 * misc/err.c: Likewise.
46080 * misc/getttyent.c: Likewise.
46081 * misc/mntent_r.c: Likewise.
46082 * posix/getopt.c: Likewise.
46083 * posix/wordexp.c: Likewise.
46084 * pwd/fgetpwent_r.c: Likewise.
46085 * resolv/Versions: Likewise.
46086 * resolv/res_hconf.c: Likewise.
46087 * shadow/fgetspent_r.c: Likewise.
46088 * shadow/putspent.c: Likewise.
46089 * stdio-common/printf_fphex.c: Likewise.
46090 * stdio-common/tmpfile.c: Likewise.
46091 * stdlib/abort.c: Likewise.
46092 * stdlib/fmtmsg.c: Likewise.
46093 * sunrpc/auth_unix.c: Likewise.
46094 * sunrpc/clnt_perr.c: Likewise.
46095 * sunrpc/clnt_tcp.c: Likewise.
46096 * sunrpc/clnt_udp.c: Likewise.
46097 * sunrpc/clnt_unix.c: Likewise.
46098 * sunrpc/openchild.c: Likewise.
46099 * sunrpc/svc_simple.c: Likewise.
46100 * sunrpc/svc_tcp.c: Likewise.
46101 * sunrpc/svc_udp.c: Likewise.
46102 * sunrpc/svc_unix.c: Likewise.
46103 * sunrpc/xdr.c: Likewise.
46104 * sunrpc/xdr_array.c: Likewise.
46105 * sunrpc/xdr_rec.c: Likewise.
46106 * sunrpc/xdr_ref.c: Likewise.
46107 * sunrpc/xdr_stdio.c: Likewise.
46108
1248c1c4
PB
461092011-09-09 Ulrich Drepper <drepper@gmail.com>
46110
46111 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46112
461132011-07-03 Andreas Jaeger <aj@suse.de>
46114
46115 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
46116 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
46117 regenerate with gen-libm-tests.pl.
46118
461192010-05-12 Petr Baudis <pasky@suse.cz>
46120
46121 [BZ #11589]
46122 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
46123 around j0() zero points by switching to j1().
46124 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46125 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46126 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46127 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46128
f22e1074
UD
461292011-09-09 Ulrich Drepper <drepper@gmail.com>
46130
f19009c1
UD
46131 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
46132 instead of 0.
46133 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 46134 instead of 0.
f19009c1
UD
46135 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46136 Patch in part by Pavel Roskin <proski@gnu.org>.
46137
3f8cc204
UD
46138 [BZ #13138]
46139 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
46140 realloc.
46141 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
46142 Free memory block if necessary.
46143
f22e1074
UD
46144 [BZ #12847]
46145 * libio/genops.c (INTDEF): For string streams the _lock pointer can
46146 be NULL. Don't lock in this case.
46147
0a2349f9
RM
461482011-09-09 Roland McGrath <roland@hack.frob.com>
46149
46150 * elf/elf.h (ELFOSABI_GNU): New macro.
46151 (ELFOSABI_LINUX): Define to that.
46152
f3cdd467
DZ
461532011-07-29 Denis Zaitceff <zaitceff@gmail.com>
46154
46155 * string/strncat.c (strncat): Undef the symbol in case it has been
46156 defined in bits/string.h.
46157
74718d13
UD
461582011-09-09 Ulrich Drepper <drepper@gmail.com>
46159
633e9e0f
UD
46160 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
46161
0a2349f9 46162 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
46163 link map.
46164
f9924780
AJ
461652011-08-17 Andreas Jaeger <aj@suse.de>
46166
46167 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
46168
7f5517aa
PP
461692011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
46170 Ian Lance Taylor <iant@google.com>
46171
46172 * math/libm-test.inc (lround_test): New testcase.
46173 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
46174
762011fe
UD
461752011-09-08 Ulrich Drepper <drepper@gmail.com>
46176
92963737
UD
46177 * Makefile: Remove support for automatic cvs check-ins.
46178 * Makerules: Likewise.
46179 * config.make.in: Likewise.
46180 * configure.in: Likewise.
46181 * intl/Makefile: Likewise.
46182 * locale/Makefile: Likewise.
46183 * po/Makefile: Likewise.
46184 * posix/Makefile: Likewise.
46185 * sysdeps/gnu/Makefile: Likewise.
46186 * sysdeps/mach/hurd/Makefile: Likewise.
46187 * sysdeps/sparc/sparc32/Makefile: Likewise.
46188
b0727fd8
JS
46189 [BZ #13118]
46190 * posix/Makefile (bug-regex32-ENV): Define.
46191 Patch by John Stanley <jpsinthemix@verizon.net>.
46192
a0f33f99
UD
46193 * misc/Makefile (headers): Add bits/select2.h.
46194 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
46195 * misc/bits/select2.h: New file.
46196 * include/bits/select2.h: New file.
46197 * debug/Makefile (routines): Add fdelt_chk.
46198 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
46199 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
46200 FD_ISSET.
46201 * debug/fdelt_chk.c: New file.
46202
762011fe
UD
46203 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
46204 * wcsmbs/test-wmemcmp.c: Likewise.
46205 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 46206 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
46207
462082011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46209
46210 * string/Makefile (strop-tests): Add memcmp.
46211 * string/test-wmemcmp.c: New file.
46212 * string/test-memcmp.c: Add wmemcmp support.
46213
7f513ec8
RM
462142011-09-08 Roland McGrath <roland@hack.frob.com>
46215
0442afb4
RM
46216 [BZ #13153]
46217 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
46218 2011-07-19 change.
46219
7f513ec8
RM
46220 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
46221 garbage value in a __mach_port_mod_refs call in the cases of the
46222 task-self and thread-self ports.
46223
a12b2239
ST
462242011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
46225
46226 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
46227
610f9ab4
AS
462282011-09-08 Andreas Schwab <schwab@redhat.com>
46229
7f513ec8 46230 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 46231
48882a1a
LD
462322011-09-07 Ulrich Drepper <drepper@gmail.com>
46233
b49865be
UD
46234 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
46235
fdc86bc9
UD
46236 * elf/dl-libc.c (dlerror_run): Pass back error code from
46237 dl_catch_error.
46238
c966526a
UD
46239 [BZ #13123]
46240 * elf/dl-load.c (lose): Free l_origin if it is valid.
46241
48882a1a
LD
46242 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
46243 names.
46244 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
46245 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46246 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46247 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46248 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
46249 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
46250
77a2a8b4
AZ
462512011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46252
46253 * sysdeps/powerpc/fpu/e_hypot.c: New file.
46254 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
46255 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
46256 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
46257 * sysdeps/powerpc/fpu/k_cosf.c: New file.
46258 * sysdeps/powerpc/fpu/k_sinf.c: New file.
46259 * sysdeps/powerpc/fpu/s_cosf.c: New file.
46260 * sysdeps/powerpc/fpu/s_sinf.c: New file.
46261 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
46262 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
46263
24f579d8
AM
462642011-08-15 Alan Modra <amodra@gmail.com>
46265
46266 [BZ #13092]
46267 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
46268 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
46269 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
46270 ppc_mcount to static-only-routines.
46271 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
46272 __mcount_internal.
46273 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
46274 __mcount_internal with usual JUMPTARGET. Remove useless nop.
46275
3d4837df
UD
462762011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
46277
46278 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
46279 for finite and infinity parameters.
46280
22700377
WS
462812011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
46282
46283 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
46284 and add nop instructions for throughput optimization.
46285 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
46286
5025581e
WS
462872011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
46288
46289 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
46290 aligned copy for power7 with vector-scalar instructions.
46291 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
46292
08a300c9
L
462932011-07-24 H.J. Lu <hongjiu.lu@intel.com>
46294
46295 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
46296 AVX check.
46297
59178ef9
AS
462982011-09-07 Andreas Schwab <schwab@redhat.com>
46299
46300 [BZ #13144]
46301 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
46302 last change.
46303
e38ba7ab
UD
463042011-09-07 Ulrich Drepper <drepper@gmail.com>
46305
46306 * sysdeps/unix/sysv/linux/x86_64/init-first.c
46307 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
46308 syscall wrapper around clock_gettime in __vdso_clock_gettime.
46309 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
46310 clock_gettime.
46311
d53a73ac
UD
463122011-09-06 Ulrich Drepper <drepper@gmail.com>
46313
fc8bffcc
UD
46314 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
46315 Forgot to demangle the pointer.
46316
ceaa0c5d
UD
46317 * sysdeps/i386/sysdep.h: Define atom_text_section.
46318 * sysdeps/x86_64/sysdep.h: Likewise.
46319 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
46320 section with atom_text_section.
46321 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
46322 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
46323 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
46324 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46325 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
46326
a77d3c17
UD
46327 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
46328 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
46329 already be defined. Change to take two parameters and don't assign
46330 result to variable. Adjust all users.
46331 Define INTERNAL_GETTIME if not already defined.
46332 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
46333 call.
46334 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
46335 HAVE_CLOCK_GETTIME_VSYSCALL.
46336 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
46337
d53a73ac
UD
46338 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
46339 gettimeofday vsyscall, just use time.
46340
a8f84144
AS
463412011-09-06 Andreas Schwab <schwab@redhat.com>
46342
46343 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
46344 <errno.h>.
46345
ef606249
UD
463462011-09-06 Ulrich Drepper <drepper@gmail.com>
46347
46348 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
46349 syscall on x86-64.
46350 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
46351 syscall.
46352 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
46353 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
46354 syscall if possible.
46355
6585cb60
UD
463562011-09-05 Ulrich Drepper <drepper@gmail.com>
46357
46358 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
46359 e_ident. Don't pass to find_mapsXX.
46360 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
46361
a5f524e4
LD
463622011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
46363
46364 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46365 strchr-sse2-no-bsf strrchr-sse2-no-bsf
46366 * sysdeps/x86_64/multiarch/strchr.S: Update.
46367 Check bit_slow_BSF bit.
46368 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
46369 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
46370 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
46371
554881ef
UD
463722011-09-05 Ulrich Drepper <drepper@gmail.com>
46373
d96de963
UD
46374 [BZ #13134]
46375 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
46376 before glibc 2.15.
46377 (tryshell): Define.
46378 (__spawni): Change last parameter to be flag. Test
46379 SPAWN_XFLAGS_USE_PATH flag to use path or not.
46380 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
46381 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
46382 * posix/spawni.c: Likewise.
46383 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
46384 * posix/spawnp.c: Likewise. Change normal version to use
46385 SPAWN_XFLAGS_USE_PATH.
46386 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
46387 SPAWN_XFLAGS_TRY_SHELL.
46388
d48e5868
UD
46389 [BZ #13150]
46390 * posix/glob.h: Remove gcc 1.x support.
46391
554881ef
UD
46392 [BZ #13068]
46393 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
46394
693fb948
LD
463952011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
46396
46397 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46398 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
46399 strrchr-sse2-bsf
46400 * sysdeps/i386/i686/multiarch/strchr.S: New file.
46401 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
46402 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
46403 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
46404 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
46405 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
46406
1b48c537
UD
464072011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46408
49d42c37
UD
46409 * sysdeps/x86_64/wcscmp.S: New file.
46410
1b48c537
UD
46411 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
46412 wcscmp-c wcscmp-sse2
46413 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
46414 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
46415 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
46416 * wcsmbs/wcscmp.c: Allow renaming.
46417
15c95c5d
DM
464182011-09-05 David S. Miller <davem@davemloft.net>
46419
46420 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
46421 stack slot, rather than the struct return pointer slot.
46422 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
46423 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
46424 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
46425 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
46426
2f0ad8f3
UD
464272011-09-05 Ulrich Drepper <drepper@gmail.com>
46428
d88ae418
UD
46429 * po/ja.po: Update from translation team.
46430
2f0ad8f3
UD
46431 [BZ #13144]
46432 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46433 kernel in 64-bit binaries.
46434
5f4318d1
DM
464352011-09-01 David S. Miller <davem@davemloft.net>
46436
46437 * elf/elf.h (HWCAP_SPARC_*): Move to..
46438 * sysdeps/sparc/sysdep.h: this new file and add new values.
46439 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46440 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46441 _DL_HWCAP_COUNT to 24.
46442 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46443 entries.
46444 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46445 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46446 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46447 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46448 instead of magic constants.
46449 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46450
3ba57516
DM
464512011-08-31 David S. Miller <davem@davemloft.net>
46452
46453 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46454 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46455 Reimplement to do errno handling inline.
46456 (SYSCALL_ERROR_HANDLER): New macro.
46457 (__SYSCALL_STRING): Do not do errno handling in asm.
46458 (__CLONE_SYSCALL_STRING): Delete.
46459 (__INTERNAL_SYSCALL_STRING): Delete.
46460 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46461 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46462 (PSEUDO): Reimplement to do errno handling inline.
46463 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46464 (SYSCALL_ERROR_HANDLER): New macro.
46465 (__SYSCALL_STRING): Do not do errno handling in asm.
46466 (__CLONE_SYSCALL_STRING): Delete.
46467 (__INTERNAL_SYSCALL_STRING): Delete.
46468 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46469 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46470 i386.
46471 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46472 (inline_syscall*): Add 'err' argument.
46473 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46474 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46475 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46476 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46477
46478 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46479 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46480
2bc17433
AS
464812011-08-30 Andreas Schwab <schwab@redhat.com>
46482
46483 * elf/rtld.c (dl_main): Relocate objects in dependency order.
46484
fbeb5f4d
JO
464852011-08-29 Jiri Olsa <jolsa@redhat.com>
46486
46487 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46488 directive.
46489
ad69cc26
DM
464902011-08-24 David S. Miller <davem@davemloft.net>
46491
46492 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46493
39dd69df
AS
464942011-08-24 Andreas Schwab <schwab@redhat.com>
46495
46496 * elf/Makefile: Add rules to build and run unload8 test.
46497 * elf/unload8.c: New file.
46498 * elf/unload8mod1.c: New file.
46499 * elf/unload8mod1x.c: New file.
46500 * elf/unload8mod2.c: New file.
46501 * elf/unload8mod3.c: New file.
46502
46503 * elf/dl-close.c (_dl_close_worker): Reset private search list if
46504 it wasn't used.
46505
2c0b250a
DM
465062011-08-23 David S. Miller <davem@davemloft.net>
46507
46508 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46509 subtract stack bias.
46510 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46511 %sp not %fp in calculations.
46512 (_JMPBUF_UNWINDS_ADJ): Likewise.
46513
22044b48
DM
46514 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46515 (aio_suspend): Call it to force an exception region around the
46516 AIO_MISC_WAIT() invocation.
46517
2cae4995
AS
465182011-08-23 Andreas Schwab <schwab@redhat.com>
46519
46520 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46521 backslash.
46522
873a772e
AJ
465232011-07-04 Aurelien Jarno <aurelien@aurel32.net>
46524
46525 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46526 protection macro.
46527 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46528 and <dl-machine.h>.
46529 (Elf64_FuncDesc): Remove.
46530
25ad0df1
DM
465312011-08-22 David S. Miller <davem@davemloft.net>
46532
46533 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46534 sigaltstack check, add missing cfi directives.
46535 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46536 missing cfi directives, and sigaltstack handling.
46537
e888bcbe
AS
465382011-08-16 Andreas Schwab <schwab@redhat.com>
46539
46540 [BZ #11724]
46541 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46542 object is seen twice.
46543 * elf/dl-fini.c (_dl_sort_fini): Likewise.
46544
46545 * elf/Makefile (distribute): Add tst-initorder2.c.
46546 (tests): Add tst-initorder2.
46547 (modules-names): Add tst-initorder2a tst-initorder2b
46548 tst-initorder2c tst-initorder2d. Add rules to build them.
46549 ($(objpfx)tst-initorder2.out): New rule.
46550 * elf/tst-initorder2.c: New file.
46551 * elf/tst-initorder2.exp: New file.
46552
87162f46
AS
465532011-08-22 Andreas Schwab <schwab@redhat.com>
46554
70538b7f
AS
46555 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46556
f55ffe58
AS
46557 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46558 dependencies back to end of function.
46559
87162f46
AS
46560 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46561 $(elfobjdir)/ld.so.
46562
91b392a4
UD
465632011-08-21 Ulrich Drepper <drepper@gmail.com>
46564
46565 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46566 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46567 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46568 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46569 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46570 of __vdso_gettimeofday.
46571 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46572 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
46573 attribute_hidden.
46574 (_libc_vdso_platform_setup): Remove initialization of
46575 __vdso_gettimeofday and __vdso_time.
46576
5c43483f
UD
465772011-08-20 Ulrich Drepper <drepper@gmail.com>
46578
775a77e7
UD
46579 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46580 and fgetc_unlocked.
46581 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46582 getc_unlocked.
89f447ed 46583
49c74ba9
UD
46584 * elf/dl-open.c (add_to_global): Report additions to the global scope
46585 for LD_DEBUG=scopes.
46586 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 46587 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 46588
5c43483f
UD
46589 [BZ #13114]
46590 * stdio-common/Makefile (tests): Add bug24.
46591 * stdio-common/bug24.c: New file.
46592
a101b025
AJ
465932011-08-19 Andreas Jaeger <aj@suse.de>
46594
46595 [BZ #13114]
46596 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46597 non-existant file when using close-on-exec mode.
46598
c88f1766
UD
465992011-08-20 Ulrich Drepper <drepper@gmail.com>
46600
0276a718
UD
46601 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46602 the very first instruction.
46603
c88f1766
UD
46604 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46605 the CFI state in the end.
46606 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46607 inclusion of dl-trampoline.h.
46608 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46609
51ccffa0
AS
466102011-08-19 Andreas Schwab <schwab@redhat.com>
46611
94d7165f
AS
46612 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46613 expectations for long double.
46614
51ccffa0
AS
46615 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46616 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46617
fd708658 466182011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
46619
46620 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46621 artificual limit depends upon the system page size.
46622
44f0a71e
UD
466232011-08-17 Ulrich Drepper <drepper@gmail.com>
46624
46625 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46626 * resolv/Makefile: Define CFLAGS-libresolv.
46627
8de79a24
AS
466282011-08-17 Andreas Schwab <schwab@redhat.com>
46629
46630 * nss/makedb.c (compute_tables): Make variables used in nested
46631 function static.
46632
27724598
UD
466332011-08-17 Ulrich Drepper <drepper@gmail.com>
46634
c5305d88
UD
46635 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46636 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46637 if buffer was too small.
46638
27724598
UD
46639 * elf/pldd.c (main): Attach to all threads in the process.
46640 Rewrite /proc handling to use *at functions.
46641
076fe015
UD
466422011-08-16 Ulrich Drepper <drepper@gmail.com>
46643
174baab3
UD
46644 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46645 specifies first scope to show.
46646 (dl_open_worker): Update callers. Move printing scope of new
46647 object to before the relocation.
44f0a71e 46648 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
46649 * sysdeps/generic/ldsodefs.h: Update declaration.
46650
076fe015
UD
46651 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46652 string for the scope number.
46653
a60df2c3
UD
466542011-08-14 Ulrich Drepper <drepper@gmail.com>
46655
46656 * nscd/servicescache.c (cache_addserv): Make sure written is always
46657 initialized.
46658
5e4287d1
RM
466592011-08-14 Roland McGrath <roland@hack.frob.com>
46660
85ae0589
RM
46661 * sysdeps/i386/i486/bits/atomic.h
46662 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46663 statement expression, so as to suppress "set but not used" warning.
46664 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46665
69f63097
RM
46666 * string/strncat.c (STRNCAT): Use prototype definition.
46667
675456ef
RM
46668 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46669 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46670 -Iprograms here.
46671 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46672 (localedef-modules): Add localedef.
46673 (locale-modules): Add locale.
46674
5e4287d1
RM
46675 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46676 * elf/rtld.c (dl_main): Invert order of assignment in last change,
46677 to avoid a warning.
46678
9c96ff23
DM
466792011-08-14 David S. Miller <davem@davemloft.net>
46680
46681 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46682 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46683
f9ddf089
UD
466842011-08-13 Ulrich Drepper <drepper@gmail.com>
46685
44f0a71e 46686 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
46687 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46688 * elf/rtld.c (dl_main): Set l_name of vDSO.
46689 Call _dl_show_scope when DL_DEBUG_SCOPES.
46690 (process_dl_debug): Recognize scopes flag and also set it for all.
46691 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46692 Declare _dl_show_scope.
46693
1dc27704
UD
46694 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46695 (do_dlopen): Pass caller_dlopen to dl_open.
46696 (__libc_dlopen_mode): Initialize caller_dlopen.
46697
f9ddf089
UD
46698 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46699 of libc. Make tolower call locale-independent. Optimize a bit by
46700 using isdigit instead of isalnum.
46701 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46702
9ac533d3
UD
467032011-08-12 Ulrich Drepper <drepper@gmail.com>
46704
46705 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46706 was a dependency or dynamically loaded.
46707
89edf2e9
UD
467082011-08-11 Ulrich Drepper <drepper@gmail.com>
46709
8e999d29
UD
46710 * intl/l10nflist.c: Allow architecture-specific pop function.
46711 * sysdeps/x86_64/l10nflist.c: New file.
46712
89edf2e9
UD
46713 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46714 classification.
46715
14d96785
AS
467162011-08-10 Andreas Schwab <schwab@redhat.com>
46717
46718 * include/dirent.h: Add libc_hidden_proto for scandirat and
46719 scandirat64. Don't declare __scandirat64.
46720 * dirent/scandirat.c: Add libc_hidden_def.
46721 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46722 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46723
6761ac04
DM
467242011-08-10 David S. Miller <davem@davemloft.net>
46725
46726 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46727 enum.
46728 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46729 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46730 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46731
c55fbd1e
UD
467322011-08-09 Ulrich Drepper <drepper@gmail.com>
46733
46734 * Versions.def [libc]: Add GLIBC_2.15.
46735 * dirent/Makefile (routines): Add scandirat and scandirat64.
46736 * dirent/Versions [libc]: Export scandirat and scandirat64 for
46737 GLIBC_2.15.
46738 * dirent/dirent.h: Declare scandirat and scandirat64.
46739 * dirent/scandirat.c: New file.
46740 * dirent/scandirat64.c: New file.
46741 * sysdeps/wordsize-64/scandirat.c: New file.
46742 * sysdeps/wordsize-64/scandirat64.c: New file.
46743 * dirent/opendir.c: Define opendirat.
46744 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
46745 using scandirat.
46746 * dirent/scandir64.c: Adjust for scandir.c change.
46747 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
46748 __scandirat64, and __scandir_cancel_handler.
46749 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
46750 additional parameter and use openat instead of open (outside of ld.so).
46751 Add new __opendir as wrapper around __opendirat.
46752 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46753 here without requiring old scandirat implementation.
46754
879165f2
UD
467552011-08-08 Ulrich Drepper <drepper@gmail.com>
46756
46757 * dirent/scandir.c (cancel_handler): Renamed to
46758 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
46759 defined. Adjust users.
46760 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46761 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46762
cb7e923b
UD
467632011-08-04 Ulrich Drepper <drepper@gmail.com>
46764
16292edd
UD
46765 * string/test-string.h (IMPL): Use __STRING to expand name and then
46766 stringify it.
46767
cb7e923b
UD
46768 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
46769 of cleanups.
46770
cff82933
LD
467712011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46772
46773 * string/Makefile: Update.
46774 (strop-tests): Append strncat.
46775 * string/test-wcscmp.c: New file.
46776 New comprehensive test for wcscmp.
46777 * string/test-strcmp.c: Update.
46778 (WIDE): New define.
46779
9be9bfcc
AS
467802011-07-22 Andreas Schwab <schwab@redhat.com>
46781
46782 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46783 line.
46784
2e96f1c7
AS
467852011-07-26 Andreas Schwab <schwab@redhat.com>
46786
46787 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46788 encoding to ACE if AI_IDN.
46789
85188888
JJ
467902011-08-01 Jakub Jelinek <jakub@redhat.com>
46791
46792 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46793 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46794
5fa16e9b
LD
467952011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
46796
46797 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46798 Fix overflow bug in strncat.
46799 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46800
46801 * string/test-strncat.c: Update.
46802 Add new tests for checking overflow bugs.
46803
468042011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
46805
46806 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46807 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46808 * sysdeps/i386/i686/multiarch/strcat.S: New file.
46809 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46810 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46811 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46812 * sysdeps/i386/i686/multiarch/strncat.S: New file.
46813 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46814 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46815
46816 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46817 (USE_AS_STRCAT): Define.
46818 Add strcat and strncat support.
46819 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46820
8c1a459f
AS
468212011-07-25 Andreas Schwab <schwab@redhat.com>
46822
46823 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46824 __n bigger than INT_MAX+1.
46825 (__strncmp_g): Likewise.
46826
bba33c28
UD
468272011-07-23 Ulrich Drepper <drepper@gmail.com>
46828
798be72d
UD
46829 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46830 * libio/stido.h: Likewise.
46831
8accd4dc
UD
46832 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46833 (AF_NFC): Define.
46834 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46835 (AF_NFC): Define.
46836
cbff0d96
UD
46837 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46838 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46839 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46840 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46841 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46842
9191c04a
UD
46843 [BZ #13021]
46844 * scripts/test-installation.pl: Don't expect libnss_test1 to be
46845 installed.
46846
bba33c28
UD
46847 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46848 typo.
46849 (_dl_x86_64_save_sse): Likewise.
46850
90f139dd
UD
468512011-07-22 Ulrich Drepper <drepper@gmail.com>
46852
1aae088a
UD
46853 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46854 OSXSAVE.
46855 (_dl_x86_64_save_sse): Likewise.
46856
8e2045f5
UD
46857 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46858
90f139dd
UD
46859 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46860
1d002f25
AS
468612011-07-21 Andreas Schwab <schwab@redhat.com>
46862
46863 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46864 change.
46865 (_dl_x86_64_save_sse): Use correct AVX check.
46866
21137f89
UD
468672011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46868
46869 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46870 bug in strncpy/strncat.
46871 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46872
a65c0b7a
UD
468732011-07-21 Ulrich Drepper <drepper@gmail.com>
46874
46875 * string/tester.c (test_strcat): Add tests for different alignments
46876 of source and destination.
46877 (test_strncat): Likewise.
46878
6986b98a
UD
468792011-07-20 Ulrich Drepper <drepper@gmail.com>
46880
90bb2039
UD
46881 [BZ #12852]
46882 * posix/glob.c (glob): Check passed in values before using them in
46883 expressions to avoid some overflows.
46884 (glob_in_dir): Likewise.
46885
5644ef54
UD
46886 [BZ #13007]
46887 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46888 check for AVX enablement so that we don't crash with old kernels and
46889 new hardware.
46890 * elf/tst-audit4.c: Add same checks here.
46891 * elf/tst-audit6.c: Likewise.
46892
46893 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 46894
bfc9dc9b
AS
468952011-07-09 Andreas Schwab <schwab@linux-m68k.org>
46896
46897 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46898
702e64bb
UD
468992011-07-20 Ulrich Drepper <drepper@gmail.com>
46900
46901 * po/cs.po: Update from translation team.
46902 * po/bg.po: Likewise.
46903
295e904f
MP
469042011-07-12 Marek Polacek <mpolacek@redhat.com>
46905
46906 * misc/sys/cdefs.h: Add support for const attribute.
46907 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46908 to gnu_dev_{major,minor,makedev} functions.
46909
3ff94596
MP
469102011-07-20 Marek Polacek <mpolacek@redhat.com>
46911
46912 * intl/dcigettext.c (get_output_charset): Add missing bracket.
46913
28b59fca
AS
469142011-07-20 Andreas Schwab <schwab@redhat.com>
46915
46916 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46917 strlen results.
46918
19df733e
AK
469192011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
46920
46921 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46922 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46923 register in order to avoid conflicts with the soft frame pointer
46924 being held in r11 when necessary.
46925 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46926 (INTERNAL_VSYSCALL_NCS): Likewise.
46927
c8835729
MP
469282011-07-14 Marek Polacek <mpolacek@redhat.com>
46929
46930 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46931 * elf/dl-fini.c (_dl_fini): Adjust caller.
46932 * elf/dl-close.c (_dl_close_worker): Likewise.
46933 * sysdeps/generic/ldsodefs.h: Adjust declaration.
46934
b902330c
MP
469352011-07-15 Marek Polacek <mpolacek@redhat.com>
46936
8991e135
MP
46937 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46938 "aux_cache->nlibs < 0".
46939
b902330c
MP
46940 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46941 in the reload-count case.
46942
99710781
LD
469432011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
46944
46945 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46946 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46947 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46948 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46949 * sysdeps/x86_64/multiarch/strcat.S: New file.
46950 * sysdeps/x86_64/multiarch/strncat.S: New file.
46951 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46952 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46953 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46954 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46955 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46956 (USE_AS_STRCAT): Define.
46957 Add strcat and strncat support.
46958 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46959 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46960 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46961 * string/strncat.c: Update.
46962 (USE_AS_STRNCAT): Define.
46963 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46964 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46965 and i7.
46966 * sysdeps/x86_64/multiarch/init-arch.h
46967 (bit_Prefer_PMINUB_for_stringop): New.
46968 (index_Prefer_PMINUB_for_stringop): Likewise.
46969 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46970 bit_Prefer_PMINUB_for_stringop.
46971
7dc6bd90
UD
469722011-07-19 Ulrich Drepper <drepper@gmail.com>
46973
46974 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46975 buffer64.
46976 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46977 of casting of buffer.
46978 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46979 buffer32 and buffer64.
46980 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46981 writes instead of casting of buffer.
46982 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46983 buffer32.
46984 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46985 casting of buffer.
46986
e0e72284
AS
469872011-07-19 Andreas Schwab <schwab@redhat.com>
46988
46989 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46990
feb1eb0b
UD
469912011-07-19 Ulrich Drepper <drepper@gmail.com>
46992
46993 * nscd/nscd.c (termination_handler): Don't do anything for a database
46994 if it has not yet been initialized.
46995
298711ff
UD
469962011-07-18 Ulrich Drepper <drepper@gmail.com>
46997
46998 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46999
470002011-07-15 Marek Polacek <mpolacek@redhat.com>
47001
47002 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
47003
f9d68389
UD
470042011-07-18 Ulrich Drepper <drepper@gmail.com>
47005
47006 * po/nl.po: Update from translation team.
47007 * po/sv.po: Likewise.
47008
db290cf5
RM
470092011-07-16 Roland McGrath <roland@hack.frob.com>
47010
47011 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
47012 now disallowed by GCC.
5c550700 47013
fd5e21c7
RM
47014 * configure.in (use-default-link): Default to yes if a test -shared
47015 link meets our qualifications.
47016 * configure: Regenerated.
47017
5c550700
RM
47018 * config.make.in (output-format): New variable.
47019 * configure.in: Check for ld --print-output-format support.
47020 * configure: Regenerated.
47021 * Makerules ($(common-objpfx)format.lds)
47022 [$(output-format) != unknown]: Just use $(output-format),
47023 instead of the linker-script munging.
47024
9fa2c032
RM
470252011-07-14 Roland McGrath <roland@hack.frob.com>
47026
a6928d51
RM
47027 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
47028 of $(common-objpfx)shlib.lds.
47029 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
47030
661607b3
RM
47031 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
47032 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
47033
9fa2c032
RM
47034 * configure.in (-z relro check): Adjust test code to add a large
47035 writable data section after it.
47036 * configure: Regenerated.
47037
defe9061
RM
470382011-07-11 Roland McGrath <roland@hack.frob.com>
47039
47040 * configure.in (-z relro check): Fix test code to make the variable
47041 truly const.
47042 * configure: Regenerated.
47043
319b9ad4
UD
470442011-07-11 Ulrich Drepper <drepper@gmail.com>
47045
47046 * nscd/nscd.h (struct traced_file): Define.
47047 (struct database_dyn): Remove inotify_descr, reset_res, and filename
47048 elements. Add traced_files.
47049 (inotify_fd): Declare.
47050 (register_traced_file): Declare.
47051 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
47052 (inotify_fd): Export.
47053 (resolv_conf_descr): Remove.
47054 (nscd_init): Move inotify descriptor creation to main.
47055 Don't register files for notification here.
47056 (register_traced_file): New function.
47057 (invalidate_cache): Don't use reset_res to determine whether to call
47058 res_init, go through the list of registered files.
47059 (main_loop_poll): The inotify descriptors are now stored in the
47060 structures for the traced files.
47061 (main_loop_epoll): Likewise
47062 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
47063 to __nss_disable_nscd.
47064 * nscd/cache.c (prune_cache): There is no single inotify descriptor
47065 for a database anymore. Check the records for all the registered
47066 files instead.
47067 * nss/Makefile (libnss_files-routines): Add files-init.
47068 (libnss_db-routines): Add db-init.
47069 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
47070 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
47071 * nss/nss_db/db-init.c: New file.
47072 * nss/nss_files/files-init.c: New file.
47073 * nss/nsswitch.c (nss_load_library): New function. Broken out of
47074 __nss_lookup_function.
47075 (__nss_lookup_function): Call nss_load_library.
47076 (nss_load_all_libraries): New function.
47077 (__nss_disable_nscd): Take parameter with callback function for files
47078 to register. Set is_nscd. Load all the DSOs for the NSS modules
47079 used for the cached services.
47080 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
47081 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
47082 options for features to all the files in nscd.
47083
47084 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
47085
23bee3e8
RM
470862011-07-10 Roland McGrath <roland@hack.frob.com>
47087
47088 * csu/elf-init.c (__libc_csu_init): Comment typo.
47089
46a5b7f0
UD
470902011-07-09 Ulrich Drepper <drepper@gmail.com>
47091
47092 * po/pl.po: Update from translation team.
47093 * po/ja.po: Likewise.
47094 * po/ru.po: Likewise.
47095 * po/ko.po: Likewise.
47096 * po/fr.po: Likewise.
47097
d30cf5bb
RM
470982011-07-09 Roland McGrath <roland@hack.frob.com>
47099
113ddea4
RM
47100 * configure.in (.ctors/.dtors header and trailer check):
47101 Use an empirical test on a built program.
47102 * configure: Regenerated.
47103
574920b4
RM
47104 * configure.in (-z relro check): Use an empirical test on a built DSO.
47105 Detect, but do not require, on ia64.
47106 * configure: Regenerated.
47107
d30cf5bb
RM
47108 * configure.in (READELF): Find it with AC_CHECK_TOOL.
47109 Update tests that use readelf to use $READELF instead.
47110 * configure: Regenerated.
47111
8538fdb3
UD
471122011-07-08 Ulrich Drepper <drepper@gmail.com>
47113
47114 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
47115 if the result is not used.
47116
04d08991
AJ
471172011-07-05 Andreas Jaeger <aj@suse.de>
47118
47119 [BZ#9696]
47120 * stdlib/tst-strtod.c: Add testcase.
47121
de283087
AD
471222011-07-07 Ulrich Drepper <drepper@gmail.com>
47123
4e5f31c8 47124 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 47125 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
47126 The latter has a higher limit. Take additional parameter to pass to
47127 the new function.
47128 (__pathconf): Pass file to __statfs_link_max.
47129 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
47130 __statfs_link_max.
47131 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
47132 __statfs_link_max.
47133
de283087
AD
47134 [BZ #12868]
47135 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
47136 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
47137 Handle Lustre.
47138 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
47139 (__statfs_filesize_max): Likewise.
47140 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
47141
c75fa153
AJ
471422011-07-05 Andreas Jaeger <aj@suse.de>
47143
47144 * resolv/res_comp.c (dn_skipname): Remove unused variable.
47145
1a544854
UD
471462011-07-06 Marek Polacek <mpolacek@redhat.com>
47147
47148 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
47149 `status' variable.
47150 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
47151 Likewise.
47152
6f0eec67
UD
471532011-07-04 H.J. Lu <hongjiu.lu@intel.com>
47154
47155 * Makefile (strop-tests): Add strncat.
47156 * string/test-strncat.c: New file.
47157
aae30307
UD
471582011-06-30 Marek Polacek <mpolacek@redhat.com>
47159
47160 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
47161
c0cfb5eb
UD
471622011-06-21 Andreas Jaeger <aj@suse.de>
47163
47164 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
47165 Copy rule from iconvdata/Makefile.
47166
01636b21
UD
471672011-07-06 Ulrich Drepper <drepper@gmail.com>
47168
47169 [BZ #12922]
47170 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
47171 but no long options are defined, just return 'W'.
47172
9895c8bc
UD
471732011-06-22 Marek Polacek <mpolacek@redhat.com>
47174
47175 [BZ #9696]
47176 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
47177
5d4cf042
UD
471782011-07-06 Ulrich Drepper <drepper@gmail.com>
47179
47180 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
47181 netgroups to read.
960e5535 47182 (innetgr): Likewise.
5d4cf042 47183
751eb97e
RM
471842011-07-05 Roland McGrath <roland@hack.frob.com>
47185
47186 * config.make.in (install_root): Default to $(DESTDIR).
47187
f15f1e45
UD
471882011-07-05 Ulrich Drepper <drepper@gmail.com>
47189
47190 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
47191
4e34ac6a
RM
471922011-07-02 Roland McGrath <roland@hack.frob.com>
47193
5e9b6af4
RM
47194 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
47195
84f9ea0f
RM
47196 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
47197 containing directory rather than embedding absolute directory names.
47198
ea5ee9f7
RM
47199 * scripts/check-local-headers.sh: Rewritten using awk.
47200 Match by word, not by line. Print error messages for matches.
47201 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
47202
1b74661a
RM
47203 * Makerules [shlib-lds-flags empty]:
47204 ($(common-objpfx)libc_pic.opts): New target.
47205 ($(common-objpfx)libc_pic.os.clean): New target.
47206 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
47207
47208 * config.make.in (OBJCOPY): New variable.
47209 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
47210 * configure: Regenerated.
47211
f781ef40
RM
47212 * config.make.in (use-default-link): New variable.
47213 * configure.in (use_default_link): Grok --with-default-link to set it.
47214 * configure: Regenerated.
47215 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
47216 (shlib-lds, shlib-lds-flags): Define to empty.
47217
2d4fa81e
RM
47218 * Makerules (shlib-lds): New variable.
47219 (shlib-lds-flags): New variable.
47220 (build-shlib, build-moduile, build-module-asneeded): Use it.
47221 ($(common-objpfx)libc.so): Use $(shlib-lds).
47222 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
47223 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
47224
31fffa6b
RM
47225 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
47226 DT_FLAGS/DT_FLAGS_1 with zero flags.
47227
4e34ac6a
RM
47228 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
47229 linker script munging.
47230
fcfc776b
UD
472312011-07-02 Ulrich Drepper <drepper@gmail.com>
47232
47233 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
47234 as 128-bit value.
47235 * crypt/sha512.c (sha512_process_block): Perform total addition using
47236 128-bit if possible.
47237 (__sha512_finish_ctx): Likewise.
47238 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
47239 as 64-bit value.
47240 * crypt/sha256.c (SWAP64): Define.
47241 (sha256_process_block): Perform total addition using 64-bit if
47242 possible.
47243 (__sha256_finish_ctx): Likewise.
47244
99231d9a
UD
472452011-07-01 Ulrich Drepper <drepper@gmail.com>
47246
47247 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
47248 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47249 * nscd/hstcache.c (cache_addhst): Likewise.
47250 * nscd/grpcache.c (cache_addgr): Likewise.
47251 * nscd/aicache.c (addhstaiX): Likewise
47252 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
47253
445b4a53
TK
472542011-07-01 Thorsten Kukuk <kukuk@suse.de>
47255
47256 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
47257 * nscd/initgrcache.c (addinitgroupsX): Likewise.
47258 * nscd/hstcache.c (cache_addhst): Likewise.
47259 * nscd/grpcache.c (cache_addgr): Likewise.
47260 * nscd/aicache.c (addhstaiX): Likewise
47261
6d4d8e8e
AS
472622011-07-01 Andreas Schwab <schwab@redhat.com>
47263
47264 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
47265 domain only when needed.
47266
89f654c5
AS
472672011-06-30 Andreas Schwab <schwab@redhat.com>
47268
47269 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
47270 is always restored.
47271
cf3b23ff
UD
472722011-06-29 Ulrich Drepper <drepper@gmail.com>
47273
47274 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
47275 are re-adding the entry.
47276 * nscd/servicescache.c (cache_addserv): Likewise.
47277
751626f9
AJ
472782011-06-30 Aurelien Jarno <aurelien@aurel32.net>
47279
47280 * sysdeps/generic/dl-irel.h: fix protection against multiple
47281 inclusions.
47282 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
47283
9113ea1f
UD
472842011-06-28 Ulrich Drepper <drepper@gmail.com>
47285
5c0b8d90
UD
47286 [BZ #12935]
47287 * malloc/memusage.sh: Fix quoting in message.
47288 * debug/xtrace.sh: Likewise.
47289
9113ea1f
UD
47290 * configure.in: Remove support for --experimental-malloc option, make
47291 it the default.
47292 * config.make.in: Likewise.
47293 * malloc/Makefile: Likewise.
47294
a4172181
AS
472952011-06-27 Andreas Schwab <schwab@redhat.com>
47296
47297 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
47298 two-byte characters.
47299
78a7eee7
RM
473002011-06-27 Roland McGrath <roland@hack.frob.com>
47301
62bede13
RM
47302 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
47303 AC_CACHE_CHECK invocation.
47304 * configure: Regenerated.
47305
78a7eee7
RM
47306 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
47307
5ce33a62
UD
473082011-06-27 Ulrich Drepper <drepper@gmail.com>
47309
034807a9
UD
47310 [BZ #12350]
47311 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
47312 bit from old_res_options.
47313
4902da17
UD
47314 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
47315
5ce33a62
UD
47316 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
47317 value type for setfct.
47318
c2344f56
L
473192011-06-23 H.J. Lu <hongjiu.lu@intel.com>
47320
47321 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47322 __gettimeofday instead of gettimeofday.
47323
68468076
UD
473242011-06-26 Ulrich Drepper <drepper@gmail.com>
47325
47326 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
47327
acb0d739
L
473282011-06-24 H.J. Lu <hongjiu.lu@intel.com>
47329
47330 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
47331
47332 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
47333 info.
47334
8912479f
L
473352011-06-22 H.J. Lu <hongjiu.lu@intel.com>
47336
47337 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47338 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47339 strcpy-sse2-unaligned strncpy-sse2-unaligned
47340 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
47341 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
47342 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
47343 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
47344 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
47345 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
47346 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
47347 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
47348 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
47349 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
47350 (STRCPY): Support SSE2 and SSSE3 versions.
47351
d5495a11
UD
473522011-06-24 Ulrich Drepper <drepper@gmail.com>
47353
47354 [BZ #12874]
47355 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
47356 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
47357 kernels which artificially limit size of requests.
47358
0b1cbaae
L
473592011-06-22 H.J. Lu <hongjiu.lu@intel.com>
47360
47361 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47362 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
47363 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
47364 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
47365 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
47366 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
47367 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
47368 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
47369 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
47370 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
47371 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
47372 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
47373 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
47374 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
47375 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
47376 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47377 Enable unaligned load optimization for Intel Core i3, i5 and i7
47378 processors.
47379 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
47380 Define.
47381 (index_Fast_Unaligned_Load): Define.
47382 (HAS_FAST_UNALIGNED_LOAD): Define.
47383
07f494a0
MP
473842011-06-23 Marek Polacek <mpolacek@redhat.com>
47385
47386 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
47387
fa3fc0fe
UD
473882011-06-22 Ulrich Drepper <drepper@gmail.com>
47389
47390 [BZ #12907]
47391 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
47392 until it is clear that the information is realy needed.
47393 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
47394
e12df166
AS
473952011-06-22 Andreas Schwab <schwab@redhat.com>
47396
47397 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
47398
852eb34d
UD
473992011-06-22 Ulrich Drepper <drepper@gmail.com>
47400
84e2a551
UD
47401 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
47402 /sys/devices/system/cpu/online if it is usable.
47403
852eb34d
UD
47404 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
47405 reading the information from the /proc filesystem to once a second.
47406
6e502e19
UD
474072011-06-21 Andreas Jaeger <aj@suse.de>
47408
47409 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
47410 NULL after inclusion of kernel headers.
47411
75d39ff2
UD
474122011-06-21 Ulrich Drepper <drepper@gmail.com>
47413
51f9aa6a
UD
47414 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
47415 calls to internal_setent.
47416
c0244a9d
UD
47417 [BZ #12885]
47418 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
47419 addresses using gethostbyname4_r ignore IPv4 addresses.
47420
c5e3c2ae
UD
47421 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
47422 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
47423
75d39ff2
UD
47424 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
47425
42675c6f
DM
474262011-06-20 David S. Miller <davem@davemloft.net>
47427
47428 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
47429 inclusions.
47430 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
47431
47432 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47433 (elf_irel): Use it.
47434 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47435 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47436 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47437 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47438 * sysdeps/x86_64/dl-irel.h: Likewise.
47439
47440 * elf/dl-runtime.c: Use elf_ifunc_invoke.
47441 * elf/dl-sym.c: Likewise.
47442
57912a71
UD
474432011-06-15 Ulrich Drepper <drepper@gmail.com>
47444
47445 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
47446 need to dereference resplen2.
47447
ee22793d
AS
474482011-06-14 Andreas Schwab <schwab@redhat.com>
47449
47450 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47451
a9e836b0
UD
474522011-06-15 Ulrich Drepper <drepper@gmail.com>
47453
77fb9117
UD
47454 * Makeconfig: Define vardbdir and inst_vardbdir.
47455 * nss/Makefile: Add rules to install db-Makefile.
47456
40c1b22c
UD
47457 * nss/nss_db/db-XXX.c: Cleanup.
47458
9f2da732
UD
47459 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47460 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47461 GLIBC_PRIVATE.
47462 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47463 * nss/makedb.c: Implement -g option to specify that value strings
47464 are generated and should not be added to table iterated over for
47465 get*ent calls.
47466 * nss/nss_db/db-initgroups.c: New file.
47467
82e9a1f7
UD
47468 * nss/getent.c: Add support for initgroups lookups through getgrouplist
47469 interface.
47470
c41af17e
UD
47471 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47472 (internal_getgrouplist): Adjust to name change.
47473 Update use_initgroups_entry if this is not the first call.
47474 * nss/databases.def: Add initgroups entry.
47475
a9e836b0
UD
47476 * nss/makedb.c (compute_tables): Check result of multiple hash table
47477 sizes to minimize maximum chain length.
47478
2666d441
UD
474792011-06-14 Ulrich Drepper <drepper@gmail.com>
47480
47481 * Versions.def: Add entry for libnss_db.
47482 * shlib-versions: Likewise.
47483 * nss/Makefile: Add rules to build libnss_db.
47484 * nss/Versions: Add libnss_db information. Organize libnss_files
47485 entries better.
47486 * nss/db-Makefile: Add gshadow support. Change rules for the new
47487 makedb progra. Some minor improvements to generate smaller files.
47488 * nss/nss_db/nss_db.h: Move NSS database header data structures to
47489 here from...
47490 * nss/makedb.c: ...here.
47491 Improve database format to be smaller and require less memory at
47492 runtime.
47493 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
47494 db anymore.
47495 * nss/nss_db/db-netgrp.c: Likewise.
47496 * nss/nss_db/db-open.c: Likewise.
47497 * nss/nss_files/flies-XXX.x: Adjust comments.
47498 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47499 * nss/nss_files/files-grp.c: Likewise.
47500 * nss/nss_files/files-hosts.c: Likewise.
47501 * nss/nss_files/files-network.c: Likewise.
47502 * nss/nss_files/files-proto.c: Likewise.
47503 * nss/nss_files/files-pwd.c: Likewise.
47504 * nss/nss_files/files-rpc.c: Likewise.
47505 * nss/nss_files/files-service.c: Likewise.
47506 * nss/nss_files/files-sgrp.c: Likewise.
47507 * nss/nss_files/files-spwd.c: Likewise.
47508 * nss/nss_db/db-alias.c: Removed.
47509 * nss/nss_db/dummy-db.h: Removed.
47510
9ee76b5a
UD
475112011-06-02 Ulrich Drepper <drepper@gmail.com>
47512
47513 * nss/makedb.c: Rewritten to not use database library.
47514 * nss/Makefile: Update to build new makedb program.
47515
c71ca1f8
AJ
475162011-06-14 Andreas Jaeger <aj@suse.de>
47517
47518 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47519 memset declaration.
47520
3154bfb8
UD
475212011-06-10 Andreas Schwab <schwab@redhat.com>
47522
47523 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47524 tmpbuf.
47525
b350afab
RM
475262011-06-10 Roland McGrath <roland@hack.frob.com>
47527
decd4e50
RM
47528 * Makerules (shlib.lds): Fail if the linker script comes out empty.
47529 * elf/Makefile ($(objpfx)ld.so): Likewise.
47530
5615eaf2
RM
47531 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47532 Don't list ld.so twice in dependencies.
47533
47534 * posix/bug-regex31.c: Include <stdlib.h>.
47535
47536 * nscd/hstcache.c (cache_addhst): Remove unused variable.
47537
47538 * nis/nss_compat/compat-spwd.c
47539 (getspent_next_nss_netgr): Remove unused variable.
47540 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47541
47542 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47543 nonmembers" output to use the right array.
47544
47545 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47546
47547 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47548
47549 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47550 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47551 * catgets/gencat.c (read_input_file): Likewise.
47552 * locale/programs/locarchive.c (enlarge_archive): Likewise.
47553
47554 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47555 variable definition inside #if's controlling its use.
47556
47557 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47558
47559 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47560
47561 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47562
47563 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47564 unreachable code.
47565
47566 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47567
b68e08db
RM
47568 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47569 * configure: Regenerated.
47570
b350afab
RM
47571 * Makerules: Revert last change.
47572 * elf/Makefile: Likewise.
47573
28368601
RM
475742011-06-09 Roland McGrath <roland@hack.frob.com>
47575
47576 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47577 * elf/Makefile ($(objpfx)librtld.os): Likewise.
47578 (reloc-link): Likewise.
47579
11988f8f
UD
475802011-06-09 Ulrich Drepper <drepper@gmail.com>
47581
47582 * elf/Makefile: Add rules to build pldd.
47583 * elf/pldd.c: New file.
47584 * elf/pldd-xx.c: New file.
47585
e80fab37
UD
475862011-06-07 Ulrich Drepper <drepper@gmail.com>
47587
47588 * version.h: Update for 2.15 development version.
47589
9b849836
DM
475902011-06-07 David S. Miller <davem@davemloft.net>
47591
47592 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47593 ifuncs.
47594 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47595 elf_machine_lazy_rel): Likewise.
47596 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47597 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47598 elf_machine_lazy_rel): Likewise.
47599 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47600 dl_hwcap via passed in argument.
47601 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47602 Likewise.
47603
5a31b283
AK
476042011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
47605
47606 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
47607
069e52f8
RM
476082011-06-06 Roland McGrath <roland@hack.frob.com>
47609
47610 [BZ #12849]
47611 * manual/fdl-1.1.texi: New file, verbatim from:
47612 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47613 * manual/lgpl-2.1.texi: New file, verbatim from:
47614 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47615 * manual/Makefile (licenses): New variable, list those new file names.
47616 (texis): Use it.
47617 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47618
47619 * manual/fdl.texi: File removed.
47620 * manual/lesser.texi: File removed.
47621 * manual/libc.texinfo (Copying, Documentation License):
47622 Use new @include file names, put @appendix directive before @include.
47623
f16846a5
JJ
476242011-06-04 Jakub Jelinek <jakub@redhat.com>
47625
47626 [BZ #12841]
47627 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47628 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47629 (mq_open): Add __NTH.
47630
3d29045b
L
476312011-06-02 H.J. Lu <hongjiu.lu@intel.com>
47632
47633 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47634 Assume Intel Core i3/i5/i7 processor if AVX is available.
47635
8c297311
UD
476362011-05-31 Ulrich Drepper <drepper@gmail.com>
47637
47638 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47639 typo.
47640
c8fc0c91
UD
476412011-05-31 Andreas Schwab <schwab@redhat.com>
47642
47643 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47644 memory. Use alloca_account. Fix memory leak when retrying.
47645
5b27a807
UD
476462011-05-31 Ulrich Drepper <drepper@gmail.com>
47647
356f8bc6
UD
47648 * version.h (RELEASE): Bump for 2.14 release.
47649 * include/features.h (__GLIBC_MINOR__): Bump to 14.
47650
5b27a807
UD
47651 * config.make.in (RANLIB): Remove entry.
47652
01f16ab0
UD
476532011-05-30 Ulrich Drepper <drepper@gmail.com>
47654
41fce8bd
UD
47655 * po/Makefile (po-sed-cmd): Add ksh to extensions.
47656 (libc.pot): Work around missing support for .ksh extension in xgettext.
47657
4769ae77
UD
47658 [BZ #12684]
47659 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47660 if both request failed.
47661 (send_dg): In case of server errors clear resplen or *resplen2.
47662
6b1e7d19
UD
47663 [BZ #12454]
47664 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47665 when there are multiple maps.
47666 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47667 (_dl_fini): Remove test here.
47668
01f16ab0
UD
47669 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47670
b1ebd700
UD
476712011-05-29 Ulrich Drepper <drepper@gmail.com>
47672
7ae22829
UD
47673 [BZ #12350]
47674 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47675 bit from old_res_options.
47676 (gaih_inet): Likewise.
47677
553149f6 47678 [BZ #11099]
18a84741 47679 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
47680 as signed.
47681
652ffab1
UD
47682 * resolv/res_init.c (res_setoptions): Make the code more compact.
47683
16985fd0
UD
47684 [BZ #11558]
47685 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47686 set RES_USEVC.
47687
0464f746
UD
47688 [BZ #11634]
47689 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47690
7d17596c
UD
47691 * malloc/malloc.h: Mark malloc hook variables as deprecated.
47692
cf6bbbd7
UD
47693 [BZ #11781]
47694 * malloc/malloc.h: Declare malloc hook variables as volatile.
47695
13f1ab36
UD
47696 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47697 in last patch.
47698
b1ebd700
UD
47699 [BZ #11799]
47700 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 47701 raise in the comment.
80e2212d
UD
47702 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47703 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47704 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 47705
ce67228d
UD
477062011-05-28 Ulrich Drepper <drepper@gmail.com>
47707
8887a920
UD
47708 [BZ #12811]
47709 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47710 grow the buffers more if it already has to be sufficient.
47711 (build_wcs_upper_buffer): Likewise.
47712 * posix/regexec.c (check_matching): Likewise.
47713 (clean_state_log_if_needed): Likewise.
47714 (extend_buffers): Don't enlarge buffers beyond size of the input
47715 buffer.
47716 Patches mostly by Emil Wojak <emil@wojak.eu>.
47717 * posix/bug-regex32.c: New file.
47718 * posix/Makefile (tests): Add bug-regex32.
47719
4f031072
UD
47720 * locale/findlocale.c (_nl_find_locale): Return right away if
47721 _nl_explode_name failed.
47722 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47723
d0478f0c
UD
47724 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47725
de81b246
UD
47726 * debug/xtrace.sh: Unify messages.
47727 * malloc/memusage.sh: Likewise.
47728
c738465a
UD
47729 [BZ #12813]
47730 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47731 time symbol from vDSO. Substitute with vsyscall if not available.
47732 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47733 __vdso_time.
47734
f1f929d7
UD
47735 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47736 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47737 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47738 Add sendmmsg and internal_sendmmsg.
47739 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47740 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47741 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47742
ce67228d
UD
47743 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47744 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47745 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47746
e57420c6
UD
477472011-05-27 Ulrich Drepper <drepper@gmail.com>
47748
a8509ca5
UD
47749 [BZ #12813]
47750 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47751 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
47752 available.
47753 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47754 __vdso_getcpu.
47755
e57420c6
UD
47756 [BZ #12814]
47757 * iconvdata/Makefile (tests): Add bug-iconv9.
47758 * iconvdata/bug-iconv9.c: New file.
47759
4d07db15
AS
477602011-05-27 Andreas Schwab <schwab@redhat.com>
47761
47762 [BZ #12814]
47763 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47764
ea486f69
JJ
477652011-05-25 Jakub Jelinek <jakub@redhat.com>
47766
47767 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47768 (struct user_regs_struct): Change intcs field back to cs.
47769
6f038433
UD
477702011-05-25 Ulrich Drepper <drepper@gmail.com>
47771
47772 * po/ja.po: Update from translation team.
47773
67f86a25
UD
477742011-05-23 Ulrich Drepper <drepper@gmail.com>
47775
47776 [BZ #12795]
47777 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47778 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47779
def7fbd6
AS
477802011-05-20 Andreas Schwab <schwab@redhat.com>
47781
47782 * stdlib/longlong.h: Update from GCC.
47783
f50ef8f1
AS
477842011-05-23 Andreas Schwab <schwab@redhat.com>
47785
47786 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47787 parameter name.
47788 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47789 Add parameter name.
47790 (__sysconf): Pass it down.
47791
de7ce8f1
UD
477922011-05-22 Ulrich Drepper <drepper@gmail.com>
47793
f2962a71
UD
47794 [BZ #12671]
47795 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47796 some situations.
47797 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47798 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47799 add in in __libc_use_alloca calls. Adjust callers.
47800 (glob): Use malloc in some situations.
47801
de7ce8f1
UD
47802 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47803 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47804 pltexit.
47805
aec84f53
UD
478062011-05-21 Ulrich Drepper <drepper@gmail.com>
47807
05bb4a68
UD
47808 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47809 and CLOCK_BOOTTIME_ALARM.
47810
7ea72f99
UD
47811 [BZ #12782]
47812 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47813 is returned.
47814
7e4afad5
UD
47815 * string/_strerror.c (__strerror_r): Print negative errors as signed
47816 numbers.
47817
8e211fec
UD
47818 [BZ #12777]
47819 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47820 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47821 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47822
f7d82dc9
UD
47823 * configure.in: Fix typo in redirection and correct removal of test
47824 files in two cases.
47825
cc9e536d
UD
47826 [BZ #12788]
47827 * locale/setlocale.c (new_composite_name): Fix test to check for
47828 identical name of all categories.
47829
aec84f53
UD
47830 [BZ #12792]
47831 * libio/filedoalloc.c (local_isatty): New function.
47832 (_IO_file_doallocate): Use local_isatty.
47833 * stdio-common/perror.c (perror): In case a new stream is used
47834 forward the stream error.
47835 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47836 error flag.
47837
78e64fdc
RT
478382011-05-20 Ulrich Drepper <drepper@gmail.com>
47839
34a9094f
UD
47840 [BZ #11869]
47841 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47842 alloca.
47843 * include/alloca.h (extend_alloca_account): Define.
47844
78e64fdc
RT
47845 [BZ #11857]
47846 * posix/regex.h: Fix comments with documentation of user-accessible
47847 fields after compilation and describe correct free'ing of pattern
47848 after re_compile_pattern.
47849 Patch by Reuben Thomas <rrt@sc3d.org>.
47850
457bddfc
RA
478512011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
47852
47853 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47854 and -mno-altivec to prevent the compiler from using Altivec and/or
47855 VSX instructions when the corresponding registers are not available.
47856
a4527b51
AS
478572011-05-19 Andreas Schwab <schwab@redhat.com>
47858
47859 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47860
ed690b2f
UD
478612011-05-19 Ulrich Drepper <drepper@gmail.com>
47862
47863 * libio/freopen.c (freopen): Use __dup2, not dup2.
47864 * libio/freopen64.c (freopen64): Likewise.
47865
8db73634
L
478662011-05-17 H.J. Lu <hongjiu.lu@intel.com>
47867
47868 [BZ #12775]
47869 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47870 * math/Makefile (tests): Add test-powl.
47871 (CFLAGS-test-powl.c): Define.
47872 * math/test-powl.c: New file.
47873
0a197a9d
L
478742011-05-16 H.J. Lu <hongjiu.lu@intel.com>
47875
47876 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47877
ee30c380
UD
478782011-05-17 Ulrich Drepper <drepper@gmail.com>
47879
47880 [BZ #11837]
47881 * iconvdata/gb18030.c: Update to GB18020-2005.
47882
6ce75379
UD
478832011-05-16 Ulrich Drepper <drepper@gmail.com>
47884
a4b89fd8
AR
47885 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47886 RE_SYNTAX_POSIX_AWK): Update to match recent development.
47887 Patch by Aharon Robbins <arnold@skeeve.com>.
47888
ea389b12
UD
47889 [BZ #11892]
47890 * stdlib/putenv.c (putenv): Don't always create copy of the variable
47891 on the stack.
47892
68a3f91f
UD
47893 [BZ #11895]
47894 * misc/pselect.c (__pselect): Handle timeout value errors hidden
47895 through underflows.
47896
15cc7dd1
UD
47897 [BZ #12766]
47898 * misc/error.c (error_at_line): Ensure file_name and old_file_name
47899 point to strings before performing equality test for error_one_per_line
47900 mode.
47901
f3799213
UD
47902 [BZ #11697]
47903 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47904
d79a9c94
UD
47905 [BZ #11820]
47906 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47907 (struct user_fpregs_struct): Avoid __uint*_t types.
47908
56e5eb46
UD
47909 [BZ #6420]
47910 * malloc/mtrace.c (tr_where): Add additional parameter to point to
47911 symbol info. Use it instead of calling _dl_addr locally.
47912 (lock_and_info): New function.
47913 (tr_freehook): Call lock_and_info and pass symbol info as additional
47914 parameter to tr_where.
47915 (tr_mallochook): Likewise.
47916 (tr_reallochook): Likewise.
47917 (tr_memalignhook): Likewise.
47918
6ce75379
UD
47919 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
47920 used and couldn't be at all thread-safe.
47921
f8a3b5bf
UD
479222011-05-15 Ulrich Drepper <drepper@gmail.com>
47923
94b7cc37
UD
47924 * libio/freopen.c (freopen): Don't close old file descriptor
47925 before the new one is opened. Instead dup the new file descriptor
47926 to the old one after the new stream is created.
47927 * libio/freopen64.c (freopen64): Likewise.
47928 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47929 * libio/fileops.c (_IO_new_file_close_it): Handle new
47930 _IO_FLAGS2_NOCLOSE flag.
47931 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47932 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47933 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47934 _IO_FLAGS2_NOCLOSE flag.
47935 * include/unistd.h: Add hidden_proto for dup3.
47936 Define __have_dup3.
47937 * io/dup3.c: Define hidden symbol.
47938 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47939
bd25564e
UD
47940 [BZ #7101]
47941 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47942 when an incomplete long option is used.
47943 * posix/tst-getopt_long1.c: New file.
47944 * posix/Makefile (tests): Add tst-getopt_long1.
47945
c84cfef4
UD
47946 [BZ #10138]
47947 * scripts/config.guess: Update from autoconf-2.68.
47948 * scripts/config.sub: Likewise.
47949
3b85df27
UD
47950 [BZ #10157]
47951 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47952 tests into ...
47953 (has_cpuclock): ...this. New function.
47954 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47955 macro here based on has_cpuclock code.
47956
15a856b1
UD
47957 [BZ #10149]
47958 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47959 First byte (not low byte) is now always NUL.
47960 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47961
05f399e6
UD
47962 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47963 Use non-cancelable interfaces.
47964
10a52685 47965 [BZ #9809]
94ecc67d
UD
47966 * locale/iso-639.def: Add entry for Sorani.
47967
f8a3b5bf
UD
47968 [BZ #11901]
47969 * include/stdlib.h: Move include protection to the right place.
47970 Define abort_msg_s. Declare __abort_msg with it.
47971 * stdlib/abort.c (__abort_msg): Adjust type.
47972 * assert/assert.c (__assert_fail_base): New function. Majority
47973 of code from __assert_fail. Allocate memory for __abort_msg with
47974 mmap.
47975 (__assert_fail): Now call __assert_fail_base.
47976 * assert/assert-perr.c: Remove bulk of implementation. Use
47977 __assert_fail_base.
47978 * include/assert.hL Declare __assert_fail_base.
47979 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47980 mmap.
47981 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47982
1af4e298
UD
479832011-05-14 Ulrich Drepper <drepper@gmail.com>
47984
f8a3b5bf 47985 [BZ #11952]
d26dfc60
MG
47986 [BZ #12453]
47987 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47988 until all modules are registered in the DTV.
47989 * elf/Makefile: Add rules to build and run tst-tls19.
47990 * elf/tst-tls19.c: New file.
47991 * elf/tst-tls19mod1.c: New file.
47992 * elf/tst-tls19mod2.c: New file.
47993 * elf/tst-tls19mod3.c: New file.
47994 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47995
2fc54d6f
UD
47996 [BZ #12083]
47997 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47998 correctly.
47999
98d76b46
UD
48000 [BZ #12601]
48001 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
48002 two-byte sequence errors.
48003 * iconvdata/Makefile (tests): Add bug-iconv8.
48004 * iconvdata/bug-iconv8.c: New file.
48005
da3c19ef
UD
48006 [BZ #12626]
48007 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
48008 buf2 definition.
48009
ca408c15
UD
48010 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
48011
d6f67f7d
UD
48012 [BZ #12432]
48013 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
48014 (dummy_getcfa): New function.
48015 (init): Get _Unwind_GetCFA address, use dummy if not found.
48016 (backtrace_helper): In recursion check, also check whether CFA changes.
48017 (__backtrace): Completely initialize arg.
48018
1af4e298 48019 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
48020 storing incomplete byte sequence in state object. Avoid testing for
48021 guaranteed too small input if we know there is enough data available.
1af4e298 48022
da62f81b
AS
480232011-05-11 Andreas Schwab <schwab@redhat.com>
48024
48025 * Makeconfig (+link-pie): Indent.
48026 * Rules (binaries-pie): Define if $(have-fpie) and
48027 $(build-shared).
48028 (binaries-shared): Also filter out $(binaries-pie).
48029 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
48030 * nscd/Makefile (others-pie): Add nscd.
48031 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
48032 ($(objpfx)nscd): Remove command override.
48033 * login/Makefile (others-pie): Add pt_chown.
48034 ($(objpfx)pt_chown): Remove command override.
48035 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
48036 remove command overrides.
48037
fcabc0f8
UD
480382011-05-13 Ulrich Drepper <drepper@gmail.com>
48039
20030ae6
UD
48040 * libio/tst_putwc.c: Fix error messages.
48041
fcabc0f8
UD
48042 [BZ #12724]
48043 * libio/fileops.c (_IO_new_file_close_it): Always flush when
48044 currently writing and seek to current position when not.
48045 * libio/Makefile (tests): Add bug-fclose1.
48046 * libio/bug-fclose1.c: New file.
48047
320a5dc0
PB
480482011-05-12 Ulrich Drepper <drepper@gmail.com>
48049
48050 [BZ #12511]
48051 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
48052 don't set DF_1_NODELETE here.
48053 (do_lookup_x): When entering new entry test for copy relocation
48054 and if necessary set DF_1_NODELETE flag.
48055 * elf/tst-unique4.cc: New file.
48056 * elf/tst-unique4.h: New file.
48057 * elf/tst-unique4lib.cc: New file.
48058 * elf/Makefile: Add rules to build and run tst-unique4.
48059 Patch by Piotr Bury <pbury@goahead.com>.
48060
22836f52
UD
480612011-05-11 Ulrich Drepper <drepper@gmail.com>
48062
f574184a
UD
48063 [BZ #12052]
48064 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
48065
e1fb097f
UD
48066 [BZ #12625]
48067 * misc/mntent_r.c (addmntent): Flush the stream after the output
48068
22836f52
UD
48069 [BZ #12393]
48070 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
48071 (is_trusted_path_normalize): Skip initial colon. Append slash
48072 to empty buffer. Duplicate is_trusted_path code but allow
48073 constructed patch to be prefix.
48074 (is_dst): Allow $ORIGIN followed by /.
48075 (_dl_dst_substitute): Correct clearing of check_for_trusted.
48076 Correct testing of result of is_trusted_path_normalize
48077 (decompose_rpath): Fix warning.
48078
7b3b0b2a
UD
480792011-05-10 Ulrich Drepper <drepper@gmail.com>
48080
48081 [BZ #11257]
48082 * grp/initgroups.c (internal_getgrouplist): When we found the service
48083 list through the initgroups entry in nsswitch.conf do not always
48084 continue on a successful lookup. Don't always use the
eac80ce2 48085 __nss_group_database value if it is set.
7b3b0b2a
UD
48086 * nss/nsswitch.conf (initgroups): Change action for successful db
48087 lookup to continue for compatibility.
48088
2a81eaa5
UD
480892011-05-09 Ulrich Drepper <drepper@gmail.com>
48090
be97a69e
UD
48091 [BZ #11532]
48092 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
48093 and CP774 modules.
48094 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
48095 and CP774 modules.
48096 * iconvdata/tst-tables.sh: Likewise.
48097 * iconvdata/cp770.c: New file.
48098 * iconvdata/cp771.c: New file.
48099 * iconvdata/cp772.c: New file.
48100 * iconvdata/cp773.c: New file.
48101 * iconvdata/cp774.c: New file.
48102 * iconvdata/testdata/CP770: New file.
48103 * iconvdata/testdata/CP770..UTF8: New file.
48104 * iconvdata/testdata/CP771: New file.
48105 * iconvdata/testdata/CP771..UTF8: New file.
48106 * iconvdata/testdata/CP772: New file.
48107 * iconvdata/testdata/CP772..UTF8: New file.
48108 * iconvdata/testdata/CP773: New file.
48109 * iconvdata/testdata/CP773..UTF8: New file.
48110 * iconvdata/testdata/CP774: New file.
48111 * iconvdata/testdata/CP774..UTF8: New file.
48112
48113 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
48114 END CHARMAP line.
48115 * iconvdata/gen-8bit-gap.sh: Likewise.
48116 * iconvdata/gen-8bit.sh: Likewise.
48117
c1e9e399
UD
48118 * locale/iso-639.def: Add ary entry.
48119
24c55fb3 48120 [BZ #11258]
96b4b1b0
UD
48121 * locale/C-translit.h.in: Add U20A1 transliteration.
48122
bdc2f971
KB
48123 [BZ #12178]
48124 * locale/iso-639.def: Add wae entry.
48125 Patch by Kevin Bortis <bortis@translate-wae.ch>.
48126
2952b117
UD
48127 [BZ #12545]
48128 * locale/programs/localedef.c (construct_output_path): Use ssize_t
48129 for n.
48130
2a81eaa5
UD
48131 [BZ #12711]
48132 * locale/C-translit.h.in: Add entry for U20B9.
48133 Patch by pravin.d.s@gmail.com.
48134
28377d1b
UD
481352011-05-08 Ulrich Drepper <drepper@gmail.com>
48136
7fb90fb8
UD
48137 [BZ #12713]
48138 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
48139 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
48140 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
48141 in rtld. Use *stat64.
7fb90fb8 48142 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 48143 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 48144 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
48145 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
48146 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
48147 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
48148 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
48149 __fstatat64 macros.
7fb90fb8
UD
48150 * include/dirent.h: Add libc_hidden_proto for rewinddir.
48151 * dirent/rewinddir.c: Add libc_hidden_def.
48152 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 48153 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 48154
28377d1b
UD
48155 * include/dirent.h (__alloc_dir): Add flags parameter.
48156 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
48157 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
48158 __alloc_dir.
48159 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
48160 from fdopendir if O_CLOEXEC is already set.
48161
66bdbaa4
AM
481622011-03-15 Alan Modra <amodra@gmail.com>
48163
48164 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
48165 l_tls_firstbyte_offset non-zero. Save padding offset in
48166 l_tls_firstbyte_offset for later use.
48167 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
48168 freeing static tls block.
48169
95721191
JN
481702011-03-05 Jonathan Nieder <jrnieder@gmail.com>
48171
48172 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
48173 where #ifdef was intended. The intent is to prevent ARG_MAX from
48174 being defined by the kernel headers.
48175
f87dfb1f
UD
481762011-05-07 Ulrich Drepper <drepper@gmail.com>
48177
48178 [BZ #12734]
48179 * resolv/resolv.h: Define RES_NOTLDQUERY.
48180 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
48181 no-tld-query and set RES_NOTLDQUERY.
48182 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
48183 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
48184 modern BIND to search name as TLD unless forbidden.
48185
47c3cd7a
UD
481862011-05-07 Petr Baudis <pasky@suse.cz>
48187 Ulrich Drepper <drepper@gmail.com>
48188
48189 [BZ #12393]
48190 * elf/dl-load.c (fillin_rpath): Move trusted path check...
48191 (is_trusted_path): ...to here.
c1e9ea35 48192 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 48193 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 48194 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 48195
8a35c912
PP
481962011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
48197
48198 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
48199 __BEGIN/__END_DECLS.
48200
acd41f47
UD
482012011-05-06 Ulrich Drepper <drepper@gmail.com>
48202
48203 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
48204 NSS_STATUS_NOTFOUND if no record was found.
48205
597df647
AS
482062011-05-05 Andreas Schwab <schwab@redhat.com>
48207
48208 * sunrpc/Makefile (headers): Add rpc/netdb.h.
48209 (headers-not-in-tirpc): Remove rpc/netdb.h
48210 * resolv/netdb.h: Revert last change.
48211
b9af1301
PP
482122011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
48213
48214 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
48215 circular dependency between libgcc.a and libc.a.
48216
4e34d5f5
AS
482172011-05-05 Andreas Schwab <schwab@redhat.com>
48218
48219 * resolv/netdb.h: Don't include <rpc/netdb.h>.
48220 * nis/Makefile: Don't install rpcsvc/*.
48221 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
48222 instead of <rpc/types.h>.
48223 (MAXHOSTNAMELEN): Define.
48224
00ee369c
AS
482252011-05-03 Andreas Schwab <schwab@redhat.com>
48226
48227 * elf/ldconfig.c (add_dir): Don't crash on empty path.
48228
0b592a30
MB
482292011-04-28 Maciej Babinski <mbabinski@google.com>
48230
48231 [BZ #12714]
48232 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
48233 gethostbyname4_r when IPv6 results are possible.
48234
6e04cbbe
UD
482352011-05-02 Ulrich Drepper <drepper@gmail.com>
48236
48237 [BZ #12723]
48238 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
48239 _PC_PIPE_BUF handling.
48240
e4ecafe0
BH
482412011-04-30 Bruno Haible <bruno@clisp.org>
48242
48243 [BZ #12717]
48244 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
48245 * resolv/netdb.h (getnameinfo): Change type of flags parameter
48246 to 'int'.
48247 * inet/getnameinfo.c (getnameinfo): Likewise.
48248
125ee683
UD
482492011-04-29 Ulrich Drepper <drepper@gmail.com>
48250
48251 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
48252 to groups setting in database lookup.
48253 * nss/nsswitch.conf: Add initgroups entry.
48254
b722481a
EB
482552011-04-22 Ulrich Drepper <drepper@gmail.com>
48256
48257 [BZ #12685]
48258 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
48259 mode string.
48260 Patch by Eric Blake <eblake@redhat.com>.
48261
4df46dbd
L
482622011-04-20 H.J. Lu <hongjiu.lu@intel.com>
48263
48264 * sunrpc/Makefile (need-export-routines): Add svc_run.
48265 (routines): Remove svc_run.
48266 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
48267 * sunrpc/clnt_perr.c (clnt_perrno): Export.
48268 * sunrpc/svc_run.c (svc_run): Likewise.
48269 * sunrpc/svc_udp.c (svcudp_create): Likewise.
48270
e84142d2
UD
482712011-04-21 Ulrich Drepper <drepper@gmail.com>
48272
48273 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
48274 problem in reallocation in last patch.
48275
877175d8
UD
482762011-04-20 Ulrich Drepper <drepper@gmail.com>
48277
48278 * sunrpc/Makefile: Move inclusion of Rules.
48279
ab8eed78
UD
482802011-04-19 Ulrich Drepper <drepper@gmail.com>
48281
48282 * nss/nss_files/files-initgroups.c: New file.
48283 * nss/Makefile (libnss_files-routines): Add files-initgroups.
48284 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
48285 _nss_files_initgroups_dyn.
48286
e3d8f584
RS
482872011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
48288
48289 * elf/elf.h (R_ARM_IRELATIVE): Define.
48290
af190f45
UD
482912011-04-19 Ulrich Drepper <drepper@gmail.com>
48292
48293 * po/ru.po: Update from translation team.
48294
53cf59ef
UD
482952011-04-17 Ulrich Drepper <drepper@gmail.com>
48296
48297 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
48298 dependencies.
48299
4c559bcd
MF
483002011-02-06 Mike Frysinger <vapier@gentoo.org>
48301
48302 [BZ #12653]
48303 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
48304 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
48305 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
48306 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
48307 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
48308
4420675c
AS
483092011-03-28 Andreas Schwab <schwab@linux-m68k.org>
48310
48311 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
48312 differing bytes.
48313 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
48314 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
48315 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
48316
75ea32ab
UD
483172011-04-17 Ulrich Drepper <drepper@gmail.com>
48318
48319 [BZ #12420]
48320 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
48321 storing it.
48322 * stdlib/bug-getcontext.c: New file.
48323 * stdlib/Makefile: Add rules to build and run bug-getcontext.
48324
27390476
AK
483252011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48326
48327 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
48328 instructions into .machine "z9-109".
48329 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
48330 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
48331
10442705
AK
483322011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48333
48334 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
48335 between environment variables and auxiliary vector.
48336
7b57bfe5
UD
483372011-04-16 Ulrich Drepper <drepper@gmail.com>
48338
48339 * Makefile: Add rules to build linkobj/libc.so.
48340 * include/libc-symbols.h: Define libc_hidden_nolink.
48341 * include/rpc/auth.h: Mark functions which are to be hidden.
48342 * include/rpc/auth_des.h: Likewise.
48343 * include/rpc/auth_unix.h: Likewise.
48344 * include/rpc/clnt.h: Likewise.
48345 * include/rpc/des_crypt.h: Likewise.
48346 * include/rpc/key_prot.h: Likewise.
48347 * include/rpc/pmap_clnt.h: Likewise.
48348 * include/rpc/pmap_prot.h: Likewise.
48349 * include/rpc/pmap_rmt.h: Likewise.
48350 * include/rpc/rpc_msg.h: Likewise.
48351 * include/rpc/svc.h: Likewise.
48352 * include/rpc/svc_auth.h: Likewise.
48353 * include/rpc/xdr.h: Likewise.
48354 * nis/Makefile: Link all DSOs against linkobj/libc.so.
48355 * nss/Makefile: Likewise.
48356 * sunrpc/Makefile: Don't install headers. Build library with normal
48357 entry points. Don't build rpcinfo. Link RPC tests appropriately.
48358 * sunrpc/auth_des.c: Hide exported symbols by default, export some
48359 for the compat linking library. Remove use of INTDEF/INTUSE.
48360 * sunrpc/auth_none.c: Likewise.
48361 * sunrpc/auth_unix.c: Likewise.
48362 * sunrpc/authdes_prot.c: Likewise.
48363 * sunrpc/authuxprot.c: Likewise.
48364 * sunrpc/clnt_gen.c: Likewise.
48365 * sunrpc/clnt_perr.c: Likewise.
48366 * sunrpc/clnt_raw.c: Likewise.
48367 * sunrpc/clnt_simp.c: Likewise.
48368 * sunrpc/clnt_tcp.c: Likewise.
48369 * sunrpc/clnt_udp.c: Likewise.
48370 * sunrpc/clnt_unix.c: Likewise.
48371 * sunrpc/des_crypt.c: Likewise.
48372 * sunrpc/des_soft.c: Likewise.
48373 * sunrpc/get_myaddr.c: Likewise.
48374 * sunrpc/key_call.c: Likewise.
48375 * sunrpc/key_prot.c: Likewise.
48376 * sunrpc/netname.c: Likewise.
48377 * sunrpc/pm_getmaps.c: Likewise.
48378 * sunrpc/pm_getport.c: Likewise.
48379 * sunrpc/pmap_clnt.c: Likewise.
48380 * sunrpc/pmap_prot.c: Likewise.
48381 * sunrpc/pmap_prot2.c: Likewise.
48382 * sunrpc/pmap_rmt.c: Likewise.
48383 * sunrpc/publickey.c: Likewise.
48384 * sunrpc/rpc_cmsg.c: Likewise.
48385 * sunrpc/rpc_common.c: Likewise.
48386 * sunrpc/rpc_dtable.c: Likewise.
48387 * sunrpc/rpc_prot.c: Likewise.
48388 * sunrpc/rpc_thread.c: Likewise.
48389 * sunrpc/rtime.c: Likewise.
48390 * sunrpc/svc.c: Likewise.
48391 * sunrpc/svc_auth.c: Likewise.
48392 * sunrpc/svc_authux.c: Likewise.
48393 * sunrpc/svc_raw.c: Likewise.
48394 * sunrpc/svc_run.c: Likewise.
48395 * sunrpc/svc_simple.c: Likewise.
48396 * sunrpc/svc_tcp.c: Likewise.
48397 * sunrpc/svc_udp.c: Likewise.
48398 * sunrpc/svc_unix.c: Likewise.
48399 * sunrpc/svcauth_des.c: Likewise.
48400 * sunrpc/xcrypt.c: Likewise.
48401 * sunrpc/xdr.c: Likewise.
48402 * sunrpc/xdr_array.c: Likewise.
48403 * sunrpc/xdr_float.c: Likewise.
48404 * sunrpc/xdr_intXX_t.c: Likewise.
48405 * sunrpc/xdr_mem.c: Likewise.
48406 * sunrpc/xdr_rec.c: Likewise.
48407 * sunrpc/xdr_ref.c: Likewise.
48408 * sunrpc/xdr_sizeof.c: Likewise.
48409 * sunrpc/xdr_stdio.c: Likewise.
48410
e6c61494
UD
484112011-04-10 Ulrich Drepper <drepper@gmail.com>
48412
48413 [BZ #12650]
48414 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
48415 * sysdeps/ia64/dl-tls.h: Likewise.
48416 * sysdeps/powerpc/dl-tls.h: Likewise.
48417 * sysdeps/s390/dl-tls.h: Likewise.
48418 * sysdeps/sh/dl-tls.h: Likewise.
48419 * sysdeps/sparc/dl-tls.h: Likewise.
48420 * sysdeps/x86_64/dl-tls.h: Likewise.
48421 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
48422
34fe483e
AS
484232011-03-14 Andreas Schwab <schwab@redhat.com>
48424
48425 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
48426 rpath element also skip the following colon.
48427 (expand_dynamic_string_token): Add is_path parameter and pass
48428 down to DL_DST_REQUIRED and _dl_dst_substitute.
48429 (decompose_rpath): Call expand_dynamic_string_token with
48430 non-zero is_path. Ignore empty rpaths.
48431 (_dl_map_object_from_fd): Call expand_dynamic_string_token
48432 with zero is_path.
48433
f12a32e6
AS
484342011-04-08 Andreas Schwab <schwab@linux-m68k.org>
48435
48436 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48437 Make cancelable.
48438
38a7d692
UD
484392011-04-09 Ulrich Drepper <drepper@gmail.com>
48440
48441 [BZ #12655]
48442 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48443 Patch by Filipe David Manana <fdmanana@apache.org>.
48444
e451d22b
AS
484452011-04-07 Andreas Schwab <schwab@redhat.com>
48446
48447 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48448 Maintain aligned stack.
48449 (CHECK_RSP): Remove unused macro.
48450
dedc7c7b
UD
484512011-04-03 Ulrich Drepper <drepper@gmail.com>
48452
48453 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48454 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48455
94521213
UD
484562011-04-02 Ulrich Drepper <drepper@gmail.com>
48457
48458 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48459
8cb700c0 48460 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 48461
0354e355
L
484622011-03-26 H.J. Lu <hongjiu.lu@intel.com>
48463
48464 [BZ #12518]
48465 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48466 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48467 * sysdeps/x86_64/memmove.c: New file.
48468 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48469 (memcpy): Renamed to ...
48470 (__new_memcpy): This.
48471 (memcpy): Provide GLIBC_2_14 memcpy.
48472 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48473 (memcpy): Provide GLIBC_2_2_5 memcpy.
48474
8593482f
UD
484752011-04-01 Ulrich Drepper <drepper@gmail.com>
48476
48477 [BZ #12631]
48478 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48479
81a5726b
AS
484802011-03-30 Andreas Schwab <schwab@redhat.com>
48481
48482 * misc/syncfs.c: New file.
48483 * misc/Makefile (routines): Add syncfs.
48484 * posix/unistd.h: Declare syncfs.
48485 * sysdeps/unix/syscalls.list: Add syncfs.
48486
00e5419f
AS
484872011-04-01 Andreas Schwab <schwab@redhat.com>
48488
48489 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48490 open_by_handle_at.
48491 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48492 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48493 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48494 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48495 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48496 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48497 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48498
748876bf
UD
484992011-04-01 Ulrich Drepper <drepper@gmail.com>
48500
658e451d
UD
48501 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48502 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48503 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48504 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48505 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48506 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48507 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48508
748876bf
UD
48509 * io/Makefile: Compile fallocate.c, fallocate64.c, and
48510 sync_file_range.c with -fexceptions.
48511 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48512 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48513 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48514 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48515 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48516 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48517 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
48518 sync_file_range as cancellation point
48519 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
48520 now a wrapper around __call_sync_file_range with cancellation handling.
48521 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48522 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
48523 function name to __call_sync_file_range.
48524 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48525 Add call_sync_file_range.
748876bf 48526
6e63d5e1
AS
485272011-04-01 Andreas Schwab <schwab@redhat.com>
48528
48529 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 48530 bits/timex.h.
6e63d5e1 48531
46998f74
UD
485322011-04-01 Ulrich Drepper <drepper@gmail.com>
48533
4c1423ed
UD
48534 * iconv/iconv.h: Fix typo in comment.
48535 * io/fcntl.h: Likewise.
48536 * libio/stdio.h: Likewise.
48537 * posix/spawn.h: Likewise.
48538 * posix/unistd.h: Likewise.
48539 * stdlib/stdlib.h: Likewise.
48540 * time/time.h: Likewise.
48541 * wcsmbs/wchar.h: Likewise.
48542
158648c0
UD
48543 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48544 open_by_handle): Add.
48545 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48546 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
48547 Augment a few comments.
48548 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48549 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48550 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48551 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48552 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48553 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48554 open_by_handle.
48555
46998f74
UD
48556 * io/fcntl.h (AT_EMPTY_PATH): Define.
48557
83fe108b
UD
485582011-03-30 Ulrich Drepper <drepper@gmail.com>
48559
48560 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48561 * sysdeps/unix/sysv/linux/bits/time.h: New file.
48562 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48563 to...
48564 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
48565 * Versions.def: Add GLIBC_2.14.
48566 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48567 Export.
83fe108b 48568
bb242059
UD
485692011-03-22 Ulrich Drepper <drepper@gmail.com>
48570
48571 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48572 round counter.
48573 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48574
c97a1282
L
485752011-03-20 H.J. Lu <hongjiu.lu@intel.com>
48576
48577 [BZ #12597]
48578 * string/test-strncmp.c (do_page_test): New function.
48579 (check2): Likewise.
48580 (test_main): Call check2.
48581 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48582
2a115601
UD
485832011-03-20 Ulrich Drepper <drepper@gmail.com>
48584
48585 [BZ #12587]
48586 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48587 Handle cache information in CPU leaf 4.
48588 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48589
8126d904
UD
485902011-03-18 Ulrich Drepper <drepper@gmail.com>
48591
042c49c6 48592 [BZ #12583]
8126d904
UD
48593 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48594 character representation.
48595 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48596
ccfe366e
RA
485972011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
48598
48599 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48600 END(__isnan) to END(__isnanf) to match function entry point/label
48601 EALIGN(__isnanf,...).
48602
c6e13027
JJ
486032011-03-10 Jakub Jelinek <jakub@redhat.com>
48604
48605 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48606
33f85a3f
UD
486072011-03-10 Ulrich Drepper <drepper@gmail.com>
48608
028478fa
UD
48609 [BZ #12510]
48610 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48611 copy from the symbol referenced in the relocation to initialize the
48612 used variable.
48613 Patch by Piotr Bury <pbury@goahead.com>.
48614 * elf/Makefile: Add rules to build and tst-unique3.
48615 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48616 * elf/tst-unique3.cc: New file.
48617 * elf/tst-unique3.h: New file.
48618 * elf/tst-unique3lib.cc: New file.
48619 * elf/tst-unique3lib2.cc: New file.
48620
33f85a3f
UD
48621 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48622
03592fc7
MF
486232011-03-10 Mike Frysinger <vapier@gentoo.org>
48624
48625 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48626 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
48627 to _start.
03592fc7 48628
6a5ee102
UD
486292011-03-06 Ulrich Drepper <drepper@gmail.com>
48630
48631 * elf/dl-load.c (_dl_map_object): If we are looking for the first
48632 to-be-loaded object along a path to loader is ld.so.
48633
7e4ba49c
HJ
486342011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
48635 Ulrich Drepper <drepper@gmail.com>
48636
48637 * sysdeps/x86_64/memset.S: After aligning destination, code
48638 branches to different locations depending on the value of
48639 misalignment, when multiarch is enabled. Fix this.
48640
486412011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
48642
48643 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48644 Set _x86_64_preferred_memory_instruction for AMD processsors.
48645 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48646 Set bit_Prefer_SSE_for_memop for AMD processors.
48647
13a804de
UD
486482011-03-04 Ulrich Drepper <drepper@gmail.com>
48649
48650 * libio/fmemopen.c (fmemopen): Optimize a bit.
48651
9d25c392
AS
486522011-03-03 Andreas Schwab <schwab@redhat.com>
48653
48654 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48655
a5543c6a
RM
486562011-03-03 Roland McGrath <roland@redhat.com>
48657
48658 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48659
012d35f7
DM
486602011-02-28 Aurelien Jarno <aurelien@aurel32.net>
48661
7e4ba49c 48662 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
48663 __bzero_ultra1 instead of __memset_ultra1.
48664
4bff6e01
AS
486652011-02-23 Andreas Schwab <schwab@redhat.com>
48666 Ulrich Drepper <drepper@gmail.com>
48667
48668 [BZ #12509]
48669 * include/link.h (struct link_map): Add l_orig_initfini.
48670 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48671 returning unsuccessfully.
48672 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48673 close of a file loaded at startup, restore the original l_initfini
48674 list.
48675 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48676 list, store the pointer.
48677 * elf/Makefile ($(objpfx)noload-mem): New rule.
48678 (noload-ENV): Define.
48679 (tests): Add $(objpfx)noload-mem.
48680 * elf/noload.c: Include <memcheck.h>.
48681 (main): Call mtrace. Close all opened handles.
48682
f2092faf
AS
486832011-02-17 Andreas Schwab <schwab@redhat.com>
48684
48685 [BZ #12454]
48686 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48687 dependencies are missing.
48688
6c8a2e88
ST
486892011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
48690
f2092faf 48691 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
48692 Hurd needs munmap.
48693 * sysdeps/mach/hurd/ifreq.h: New file.
48694
84a42118
PB
486952011-01-27 Petr Baudis <pasky@suse.cz>
48696 Ulrich Drepper <drepper@gmail.com>
48697
071f805e 48698 [BZ 12445]#
84a42118
PB
48699 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48700 to extend_alloca().
48701 * stdio-common/bug23.c: New file.
48702 * stdio-common/Makefile (tests): Add bug23.
48703
e23fe25b
AS
487042010-09-28 Andreas Schwab <schwab@redhat.com>
48705 Ulrich Drepper <drepper@gmail.com>
48706
48707 [BZ #12489]
48708 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48709 before performing relro protection. At old place add assertion
48710 to make sure nothing changed.
48711
d3f02e10
NS
487122011-02-17 Nathan Sidwell <nathan@codesourcery.com>
48713 Glauber de Oliveira Costa <glommer@gmail.com>
48714
48715 * elf/elf.h: Add new ARM TLS relocs.
48716
d55fd7a5
RA
487172011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
48718
48719 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48720 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48721 cast from r3.
48722 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
48723 'tests' variable.
48724 * sysdeps/wordsize-64/tst-writev.c: New file.
48725
2206397e
RA
487262011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
48727
48728 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48729 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48730 insns in _dl_start to prevent a TOC reference before relocs are
48731 resolved.
48732
e9433893
UD
487332011-02-15 Ulrich Drepper <drepper@gmail.com>
48734
48735 [BZ #12469]
48736 * Makeconfig: Remove RANLIB definition.
48737 * Makerules: Don't use RANLIB.
48738 * aclocal.m4: Remove ranlib test.
48739 * configure.in: No need to check for ranlib.
48740 * elf/rtld-Rules: Don't use RANLIB.
48741
f75286c6
ST
487422011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
48743
8e31c82d
ST
48744 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48745 protection macro.
48746 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48747 inclusion protection macro.
48748
f75286c6
ST
48749 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48750 SIGRTMIN and SIGRTMAX and print information in that case only when
48751 SIGRTMIN is defined.
48752
c1d0e639
JJ
487532011-02-11 Jakub Jelinek <jakub@redhat.com>
48754
48755 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48756 arginfo fn returning -1.
48757
48758 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48759 and thousands string is zero terminated.
48760
edf9294e
AS
487612011-02-03 Andreas Schwab <schwab@redhat.com>
48762
48763 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48764 sysdeps/unix/sysv/linux/bits/socket.h.
48765
2b7e92df
ST
487662011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
48767
edf9294e
AS
48768 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48769 (__CPU_COUNT): Remove old macros.
48770 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48771 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48772 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
48773 (__sched_cpualloc, __sched_cpufree): Add declarations.
48774
a4c7ea7b
UD
487752011-02-05 Ulrich Drepper <drepper@gmail.com>
48776
48777 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48778 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48779 * nscd/aicache.c (addhstaiX): Return timeout of added value.
48780 (readdhstai): Return value of addhstaiX call.
48781 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48782 (addgrbyX): Return value returned by cache_addgr.
48783 (readdgrbyname): Return value returned by addgrbyX.
48784 (readdgrbygid): Likewise.
48785 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48786 (addpwbyX): Return value returned by cache_addpw.
48787 (readdpwbyname): Return value returned by addhstbyX.
48788 (readdpwbyuid): Likewise.
48789 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48790 (addservbyX): Return value returned by cache_addserv.
48791 (readdservbyname): Return value returned by addservbyX:
48792 (readdservbyport): Likewise.
48793 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48794 (addhstbyX): Return value returned by cache_addhst.
48795 (readdhstbyname): Return value returned by addhstbyX.
48796 (readdhstbyaddr): Likewise.
48797 (readdhstbynamev6): Likewise.
48798 (readdhstbyaddrv6): Likewise.
48799 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48800 (readdinitgroups): Return value returned by addinitgroupsX.
48801 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48802 (prune_cache): Keep track of timeout value of re-added entries.
48803 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48804 * nscd/nscd.h: Adjust prototypes of readd* functions.
48805
a0bf67cc
RM
488062011-02-04 Roland McGrath <roland@redhat.com>
48807
48808 * nis/nis_server.c (nis_servstate): Use the right name for 0.
48809 (nis_stats): Likewise.
48810 * nis/nis_modify.c (nis_modify): Likewise.
48811 * nis/nis_remove.c (nis_remove): Likewise.
48812 * nis/nis_add.c (nis_add): Likewise.
48813
48814 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48815
48816 * posix/fnmatch_loop.c: Add some consts.
48817
48818 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48819
435b95eb
L
488202011-02-02 H.J. Lu <hongjiu.lu@intel.com>
48821
48822 [BZ #12460]
48823 * config.make.in (config-cflags-novzeroupper): Define.
48824 * configure.in: Substitute libc_cv_cc_novzeroupper.
48825 * elf/Makefile (AVX-CFLAGS): Define.
48826 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48827 (CFLAGS-tst-auditmod4a.c): Likewise.
48828 (CFLAGS-tst-auditmod4b.c): Likewise.
48829 (CFLAGS-tst-auditmod6b.c): Likewise.
48830 (CFLAGS-tst-auditmod6c.c): Likewise.
48831 (CFLAGS-tst-auditmod7b.c): Likewise.
48832 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48833
8517b15e
UD
488342011-02-02 Ulrich Drepper <drepper@gmail.com>
48835
48836 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48837 function to the callback.
48838 Patch partly by Jiri Olsa <jolsa@redhat.com>.
48839
10a656fe
AS
488402011-02-02 Andreas Schwab <schwab@redhat.com>
48841
48842 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48843 of errno.
48844
968dad0a
UD
488452011-01-19 Ulrich Drepper <drepper@gmail.com>
48846
9f94d2ea 48847 [BZ #11724]
968dad0a
UD
48848 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48849 of constructors.
48850 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48851 of destructors.
48852 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48853
48854 [BZ #11724]
48855 * elf/Makefile: Add rules to build and run new test.
48856 * elf/tst-initorder.c: New file.
48857 * elf/tst-initorder.exp: New file.
48858 * elf/tst-initordera1.c: New file.
48859 * elf/tst-initordera2.c: New file.
48860 * elf/tst-initordera3.c: New file.
48861 * elf/tst-initordera4.c: New file.
48862 * elf/tst-initorderb1.c: New file.
48863 * elf/tst-initorderb2.c: New file.
48864 * elf/tst-order-a1.c: New file.
48865 * elf/tst-order-a2.c: New file.
48866 * elf/tst-order-a3.c: New file.
48867 * elf/tst-order-a4.c: New file.
48868 * elf/tst-order-b1.c: New file.
48869 * elf/tst-order-b2.c: New file.
48870 * elf/tst-order-main.c: New file.
48871 New test case by George Gensure <werkt0@gmail.com>.
48872
86e92359
UD
488732010-10-01 Andreas Schwab <schwab@redhat.com>
48874
48875 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48876 decoding ACE if AI_CANONIDN.
48877
5d5732b0
UD
488782011-01-18 Ulrich Drepper <drepper@gmail.com>
48879
48880 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48881
a77e8cbc
UD
488822011-01-17 Ulrich Drepper <drepper@gmail.com>
48883
6392473f
UD
48884 * version.h (RELEASE): Bump for 2.13 release.
48885 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48886
620a0529
UD
48887 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48888
18ba70a5
UD
48889 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48890 MADV_NOHUGEPAGE.
32465c3e
UD
48891 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48892 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48893 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48894 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48895 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48896 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48897
c0dafcf1
UD
48898 * posix/getconf.c: Update copyright year.
48899 * catgets/gencat.c: Likewise.
48900 * csu/version.c: Likewise.
48901 * debug/catchsegv.sh: Likewise.
48902 * debug/xtrace.sh: Likewise.
48903 * elf/ldconfig.c: Likewise.
48904 * elf/ldd.bash.in: Likewise.
48905 * elf/sprof.c (print_version): Likewise.
48906 * iconv/iconv_prog.c: Likewise.
48907 * iconv/iconvconfig.c: Likewise.
48908 * locale/programs/locale.c: Likewise.
48909 * locale/programs/localedef.c: Likewise.
48910 * malloc/memusage.sh: Likewise.
48911 * malloc/mtrace.pl: Likewise.
48912 * nscd/nscd.c (print_version): Likewise.
48913 * nss/getent.c: Likewise.
48914
a77e8cbc
UD
48915 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48916 PF_CAIF, and PF_ALG.
48917 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48918
77e8bddf
AS
489192011-01-16 Andreas Schwab <schwab@linux-m68k.org>
48920
1f20b93a
AS
48921 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48922 (modules-names): Use them.
48923 (ifunc-test-modules, ifunc-pie-tests): Define.
48924 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48925 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48926 (test-extras): Likewise.
48927 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48928 $(compile-command.c).
48929 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48930 (all-built-dso): Define.
48931 (check-textrel.out, check-execstack.out): Depend on it.
48932
77e8bddf
AS
48933 * configure.in: Don't override --enable-multi-arch.
48934
bc425b33
UD
489352011-01-15 Ulrich Drepper <drepper@gmail.com>
48936
48937 [BZ #6812]
48938 * nscd/hstcache.c (tryagain): Define.
48939 (cache_addhst): Return tryagain not notfound for temporary errors.
48940 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48941 failed.
48942
794c3ad3
UD
489432011-01-14 Ulrich Drepper <drepper@gmail.com>
48944
70181fdd
UD
48945 [BZ #10563]
48946 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48947 to make the syscall.
48948 * sysdeps/unix/sysv/linux/setgroups.c: New file.
48949
794c3ad3
UD
48950 [BZ #12378]
48951 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48952 and fall back to matching as normal character if the string ends before
48953 the matching ']' is found. This is what POSIX requires.
48954 * posix/testfnm.c: Adjust test result.
48955 * posix/globtest.sh: Adjust test result. Add new test.
48956 * posix/tst-fnmatch.input: Likewise.
48957 * posix/tst-fnmatch2.c: Add new test.
48958
68dc9497
AS
489592010-12-28 Andreas Schwab <schwab@linux-m68k.org>
48960
48961 * elf/Makefile (check-execstack): Revert last change. Depend on
48962 check-execstack.h.
48963 (check-execstack.h): New target.
48964 (generated): Add check-execstack.h.
48965 * elf/check-execstack.c: Include "check-execstack.h".
48966 (main): Revert last change.
48967 (handle_file): Return zero if GNU_STACK is absent and
48968 DEFAULT_STACK_PERMS doesn't include PF_X.
48969
451f001b
UD
489702011-01-13 Ulrich Drepper <drepper@gmail.com>
48971
cfa28e56
UD
48972 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48973 in child fails because the descriptor is already closed.
8cf8ce17
UD
48974 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48975 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48976 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 48977
1086d70d
UD
48978 [BZ #12397]
48979 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48980 syscall.
48981
451f001b
UD
48982 [BZ #10484]
48983 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48984 temporary buffer used to handle multi lookups locally.
a85b5cb4 48985 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 48986
08769175
UD
489872011-01-12 Ulrich Drepper <drepper@gmail.com>
48988
48989 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48990 loader is ld.so.
48991
5e49c52e
UD
489922011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
48993
48994 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48995 alignment for SSE2.
48996
60522a5f
UD
489972011-01-12 Ulrich Drepper <drepper@gmail.com>
48998
48999 [BZ #12394]
49000 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
49001 characters. When rounding increased number of integer digits recompute
49002 number of groups.
49003 * stdio-common/tst-grouping.c: New file.
49004 * stdio-common/Makefile: Add rules to build and run tst-grouping.
49005
f257bbd7
UD
490062011-01-09 Ulrich Drepper <drepper@gmail.com>
49007
49008 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
49009 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
49010
49011 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
49012 void.
49013 * bits/select.h: Likewise.
49014
fa9c15cb
UD
490152011-01-08 Ulrich Drepper <drepper@gmail.com>
49016
49017 * po/ja.po: Update from translation team.
49018
16c2895f
DM
490192011-01-04 David S. Miller <davem@sunset.davemloft.net>
49020
49021 [BZ #11155]
49022 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
49023 implementation just like for lxstat, fxstatat, et al.
49024
2543fef2
JM
490252010-12-27 Jim Meyering <meyering@redhat.com>
49026
49027 [BZ #12348]
49028 * posix/regexec.c (build_trtable): Return failure indication upon
49029 calloc failure. Otherwise, re_search_internal could infloop on OOM.
49030
98727dbe
UD
490312010-12-25 Ulrich Drepper <drepper@gmail.com>
49032
5bd6dc5c
UD
49033 [BZ #12201]
49034 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
49035 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
49036 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
49037 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
49038
97983464
UD
49039 [BZ #12207]
49040 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
49041
98727dbe
UD
49042 [BZ #12204]
49043 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
49044 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
49045
4a531bb0
L
490462010-12-15 H.J. Lu <hongjiu.lu@intel.com>
49047
49048 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
49049 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
49050 script has SORT_BY_INIT_PRIORITY.
49051 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
49052 NO_CTORS_DTORS_SECTIONS is defined.
49053 * elf/soinit.c: Likewise.
49054 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
49055 NO_CTORS_DTORS_SECTIONS is defined.
49056 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
49057 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
49058 * sysdeps/sh/init-first.c: Likewise.
49059 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
49060
07eb4b71
UD
490612010-12-24 Ulrich Drepper <drepper@gmail.com>
49062
49063 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
49064 always use the slow path.
49065
30950a5f
RA
490662010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
49067
49068 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
49069 similar rule which adds the sysdep directories to the header search in
49070 order to pick up the correct platform stackinfo.h.
49071 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
49072 perform test if it is, otherwise return successfully without testing.
49073 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
49074 DEFAULT_STACK_PERMS define in stackinfo.h.
49075 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
49076 defined in stackinfo.h.
49077 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
49078 DEFAULT_STACK_PERMS defined in stackinfo.h.
49079 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
49080 * sysdeps/ia64/stackinfo.h: Likewise.
49081 * sysdeps/s390/stackinfo.h: Likewise.
49082 * sysdeps/sh/stackinfo.h: Likewise.
49083 * sysdeps/sparc/stackinfo.h: Likewise.
49084 * sysdeps/x86_64/stackinfo.h: Likewise.
49085 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
49086 PF_X for powerpc64. Retain PF_X for powerpc32.
49087
db753e2c
UD
490882010-12-19 Ulrich Drepper <drepper@gmail.com>
49089
14b697f7
UD
49090 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
49091 accurately.
db753e2c
UD
49092 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
49093 GETDENTS_64BIT_ALIGNED.
49094
28300719
UD
490952010-12-14 Ulrich Drepper <dreper@gmail.com>
49096
14b697f7 49097 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 49098
4f197237
AS
490992010-12-10 Andreas Schwab <schwab@redhat.com>
49100
dbb0472f
AS
49101 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
49102 _GNU_SOURCE.
49103
4f197237
AS
49104 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
49105 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
49106 Remove __restrict.
49107 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
49108 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
49109
fb88ac72
UD
491102010-12-09 Ulrich Drepper <drepper@gmail.com>
49111
49112 [BZ #11655]
49113 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
49114 are initialized.
49115
42acbb92
JJ
491162010-12-09 Jakub Jelinek <jakub@redhat.com>
49117
49118 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
49119
c038d98d
UD
491202010-12-03 Ulrich Drepper <drepper@gmail.com>
49121
49122 * po/it.po: Update from translation team.
49123
3a4a2499
L
491242010-12-01 H.J. Lu <hongjiu.lu@intel.com>
49125
49126 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
49127 unused codes.
49128
1e24cf6e
UD
491292010-11-30 Ulrich Drepper <drepper@gmail.com>
49130
49131 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
49132
a7690819
AS
491332010-11-24 Andreas Schwab <schwab@redhat.com>
49134
49135 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
49136 specially.
49137 (gaih_getanswer_slice): Likewise.
49138
3bf8d1b1
JJ
491392010-10-20 Jakub Jelinek <jakub@redhat.com>
49140
49141 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
49142
6db52fbb
PB
491432010-05-31 Petr Baudis <pasky@suse.cz>
49144
49145 [BZ #11149]
49146 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
49147 silently even in the chroot mode.
49148
eaca7569
UD
491492010-11-22 Ulrich Drepper <drepper@gmail.com>
49150
49151 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
49152 last patch a bit. Pretty printing
49153
3056dcdb
UD
491542010-05-31 Petr Baudis <pasky@suse.cz>
49155
49156 [BZ #10085]
49157 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
49158 initialization of skip_initgroups_dyn.
49159
cf7c9078
UD
491602010-11-19 Ulrich Drepper <drepper@gmail.com>
49161
49162 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
49163 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49164
a1fb5e3e
UD
491652010-11-16 Ulrich Drepper <drepper@gmail.com>
49166
49167 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
49168
3540d66b
AS
491692010-11-11 Andreas Schwab <schwab@redhat.com>
49170
49171 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
49172 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
49173 (tst-fnmatch-ENV): Set MALLOC_TRACE.
49174 ($(objpfx)tst-fnmatch-mem): New rule.
49175 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
49176 * posix/tst-fnmatch.c (main): Call mtrace.
49177
13b69574
L
491782010-11-11 H.J. Lu <hongjiu.lu@intel.com>
49179
49180 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49181 Support Intel processor model 6 and model 0x2c.
49182
da93d214
LM
491832010-11-10 Luis Machado <luisgpm@br.ibm.com>
49184
49185 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
49186 signed comparison.
49187
8ca52c6e
L
491882010-11-09 H.J. Lu <hongjiu.lu@intel.com>
49189
49190 [BZ #12205]
49191 * string/test-strncasecmp.c (check_result): New function.
49192 (do_one_test): Use it.
49193 (check1): New function.
49194 (test_main): Use it.
49195 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
49196 Support strcasecmp and strncasecmp.
49197
69da074d
UD
491982010-11-08 Ulrich Drepper <drepper@gmail.com>
49199
49200 [BZ #12194]
49201 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
49202 * sysdeps/x86_64/bits/byteswap.h: Likewise.
49203
ff02d528
L
492042010-11-07 H.J. Lu <hongjiu.lu@intel.com>
49205
49206 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
49207 IFUNC support.
49208 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49209 memset-x86-64.
49210 * sysdeps/x86_64/multiarch/bzero.S: New file.
49211 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
49212 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
49213 * sysdeps/x86_64/multiarch/memset.S: New file.
49214 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
49215 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49216 Set bit_Prefer_SSE_for_memop for Intel processors.
49217 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
49218 Define.
49219 (index_Prefer_SSE_for_memop): Define.
49220 (HAS_PREFER_SSE_FOR_MEMOP): Define.
49221
344d0b54
LM
492222010-11-04 Luis Machado <luisgpm@br.ibm.com>
49223
49224 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
49225 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
49226
c0dde15b
UD
492272010-11-03 H.J. Lu <hongjiu.lu@intel.com>
49228
49229 [BZ #12191]
49230 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49231 (__x86_64_raw_data_cache_size_half): Likewise.
49232 (__x86_64_raw_shared_cache_size): Likewise.
49233 (__x86_64_raw_shared_cache_size_half): Likewise.
49234
49235 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
49236 (__x86_64_raw_data_cache_size_half): Likewise.
49237 (__x86_64_raw_shared_cache_size): Likewise.
49238 (__x86_64_raw_shared_cache_size_half): Likewise.
49239 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
49240 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
49241 and __x86_64_raw_shared_cache_size_half. Round
49242 __x86_64_data_cache_size_half, __x86_64_data_cache_size
49243 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
49244 to multiple of 256 bytes.
49245
0e516e0e
MS
492462010-11-03 Ulrich Drepper <drepper@gmail.com>
49247
49248 [BZ #12167]
49249 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
49250 of inacessible symlinks. Verify result of symlink before returning it.
49251 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
49252 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
49253
0e012e87
ER
492542010-10-28 Erich Ritz <erichritz@gmail.com>
49255
49256 * math/math.h (isinf): Fix typo in comment.
49257
de0ff7bc
UD
492582010-11-01 Ulrich Drepper <drepper@gmail.com>
49259
49260 * po/da.po: Update from translation team.
49261
fa41c84d
UD
492622010-10-26 Ulrich Drepper <drepper@gmail.com>
49263
49264 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
49265 is added to the list.
49266
f0967738
AK
492672010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49268 Ulrich Drepper <drepper@gmail.com>
49269
49270 * elf/dl-object.c (_dl_new_object): Don't append the new object to
49271 the global list here. Move code to...
49272 (_dl_add_to_namespace_list): ...here. New function.
49273 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
49274 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
49275 * elf/dl-load.c (lose): Don't remove the element from the list.
49276 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
49277 (_dl_map_object): Likewise.
49278
492792010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
49280
49281 [BZ #12159]
49282 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
49283 into all bytes of SSE register.
49284 Patch by Richard Li <richardpku@gmail.com>.
49285
f0967738 492862010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
49287
49288 [BZ #12140]
49289 * malloc/malloc.c (_int_free): Fill correct number of bytes when
49290 perturbing.
49291
d0b9e94f
MB
492922010-10-20 Michael B. Brutman <brutman@us.ibm.com>
49293
49294 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
49295 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
49296 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
49297 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49298 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
49299 submachine.
49300 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
49301
8e9f92e9
AS
493022010-10-22 Andreas Schwab <schwab@redhat.com>
49303
49304 * include/dlfcn.h (__RTLD_SECURE): Define.
49305 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
49306 mode & __RTLD_SECURE instead.
49307 (open_path): Rename preloaded parameter to secure.
49308 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
49309 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
49310 * elf/dl-deps.c (openaux): Likewise.
49311 * elf/rtld.c (struct map_args): Remove is_preloaded.
49312 (map_doit): Don't use it.
49313 (dl_main): Likewise.
49314 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
49315 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
49316
bc96fbda
AS
493172010-09-09 Andreas Schwab <schwab@redhat.com>
49318
49319 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
49320 (sysd-rules-targets): Remove duplicates.
49321 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
49322 rtld-%.$o dependency.
49323
22cd1c9b
AS
493242010-10-18 Andreas Schwab <schwab@redhat.com>
49325
49326 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
49327 _dl_map_object do it.
49328
18edac48
UD
493292010-10-19 Ulrich Drepper <drepper@gmail.com>
49330
49331 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
49332 fast fma builtins, define the macros in the C99 standard.
49333 (FP_FAST_FMAF): Likewise.
49334 (FP_FAST_FMAL): Likewise.
49335 * sysdeps/x86_64/bits/mathdef.h: Likewise.
49336
49337 * bits/mathdef.h: Update copyright year.
49338 * sysdeps/powerpc/bits/mathdef.h: Likewise.
49339
d2050124
MM
493402010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
49341
49342 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
49343 builtins, define the macros in the C99 standard.
49344 (FP_FAST_FMAF): Likewise.
49345 (FP_FAST_FMAL): Likewise.
49346 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
49347 multiply/add.
49348 (FP_FAST_FMAF): Likewise.
49349
475facd1
JJ
493502010-10-15 Jakub Jelinek <jakub@redhat.com>
49351
49352 [BZ #3268]
49353 * math/libm-test.inc (fma_test): Some new testcases.
49354 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
49355 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
49356 y and infinite z. Do multiplication by C already in long double.
49357 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
49358 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
49359 y and infinite z. Do bitwise or of inexact bit into u.d.
49360 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
49361 * sysdeps/i386/fpu/s_fmaf.S: Removed.
49362 * sysdeps/i386/fpu/s_fma.S: Removed.
49363 * sysdeps/i386/fpu/s_fmal.S: Removed.
49364
7c08a05c
JJ
493652010-10-16 Jakub Jelinek <jakub@redhat.com>
49366
49367 [BZ #3268]
49368 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
49369 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
49370 computation is not scheduled after fetestexcept. Fix value
49371 of minimum denormal long double.
49372
f3f7372d
JJ
493732010-10-14 Jakub Jelinek <jakub@redhat.com>
49374
49375 [BZ #3268]
49376 * math/libm-test.inc (fma_test): Add some more tests.
49377 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
49378 correctly.
49379
14d43591
AS
493802010-10-15 Andreas Schwab <schwab@redhat.com>
49381
49382 * scripts/data/localplt-s390-linux-gnu.data: New file.
49383 * scripts/data/localplt-s390x-linux-gnu.data: New file.
49384
5e908464
JJ
493852010-10-13 Jakub Jelinek <jakub@redhat.com>
49386
49387 [BZ #3268]
49388 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
49389 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
49390 instead of dbl-64.
49391 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
49392 inlines.
49393 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
49394 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
49395 if one of x and y is very large and the other is subnormal.
49396 * sysdeps/s390/fpu/s_fmaf.c: New file.
49397 * sysdeps/s390/fpu/s_fma.c: New file.
49398 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
49399 * sysdeps/powerpc/fpu/s_fma.S: New file.
49400 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
49401 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
49402 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
49403
494042010-10-12 Jakub Jelinek <jakub@redhat.com>
49405
49406 [BZ #3268]
49407 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
49408 fma tests.
49409 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
49410 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
49411 * sysdeps/i386/i686/multiarch/s_fma.c: Include
49412 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
49413 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
49414 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
49415 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
49416
b833d51f
UD
494172010-10-12 Ulrich Drepper <drepper@redhat.com>
49418
49419 [BZ #12078]
49420 * posix/regcomp.c (parse_branch): One more memory leak plugged.
49421 * posix/bug-regex31.input: Add test case.
49422
1751705d
UD
494232010-10-11 Ulrich Drepper <drepper@gmail.com>
49424
e9b9cbf5
UD
49425 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
49426 * posix/bug-regex31.input: New file.
49427
49428 [BZ #12078]
49429 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
49430 (parse_sub_exp): Fix last change, use postorder.
49431
ef06edbe
UD
49432 * posix/bug-regex31.c: New file.
49433 * posix/Makefile: Add rules to build and run bug-regex31.
49434
a129c80d
UD
49435 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49436
49437 [BZ #12078]
49438 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49439
b76b818e
UD
49440 [BZ #12108]
49441 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49442 to have entries in sys_siglist.
49443
1751705d
UD
49444 [BZ #12093]
49445 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49446 be NULL.
49447
9ff8d36f
JJ
494482010-10-07 Jakub Jelinek <jakub@redhat.com>
49449
49450 [BZ #3268]
49451 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49452 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49453 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49454 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49455 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49456 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49457 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49458 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49459 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49460 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49461 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49462 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49463 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49464 * math/ftestexcept.c (fetestexcept): Likewise.
49465 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49466 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49467 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49468 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49469 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49470 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49471 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49472
af325969
UD
494732010-10-11 Ulrich Drepper <drepper@gmail.com>
49474
c579b202 49475 [BZ #12107]
af325969
UD
49476 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49477 newline.
49478
67a67b95
UD
494792010-10-06 Ulrich Drepper <drepper@gmail.com>
49480
49481 * string/bug-strstr1.c: New file.
49482 * string/Makefile: Add rules to build and run bug-strstr1.
49483
5fb308bc
EB
494842010-10-05 Eric Blake <eblake@redhat.com>
49485
49486 [BZ #12092]
49487 * string/str-two-way.h (two_way_long_needle): Always clear memory
49488 when skipping input due to the shift table.
49489
45db99c7
UD
494902010-10-03 Ulrich Drepper <drepper@gmail.com>
49491
3b111893
UD
49492 [BZ #12005]
49493 * malloc/mcheck.c: Handle large requests.
49494
45db99c7
UD
49495 [BZ #12077]
49496 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49497 for strncmp and strncasecmp.
49498 * string/stratcliff.c: Add tests for strcmp and strncmp.
49499 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49500
cf7a1eb8
NI
495012010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49502
49503 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49504 __set_fpscr.
49505
6484ba5e
AJ
495062010-09-30 Andreas Jaeger <aj@suse.de>
49507
49508 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49509 (CGROUP_SUPER_MAGIC): Define.
49510 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49511 Handle btrfs and cgroup file systems.
49512 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49513 Likewise.
49514
91c42559
LM
495152010-09-27 Luis Machado <luisgpm@br.ibm.com>
49516
49517 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49518 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49519
87a97932
AK
495202010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49521
49522 [BZ #12067]
49523 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49524 trying to locate the ELF header.
49525
c21cc9bc
AS
495262010-09-27 Andreas Schwab <schwab@redhat.com>
49527
49528 [BZ #11611]
49529 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49530 Mask out sign-bit copies when constructing f_fsid.
49531
315970f6
PB
495322010-09-24 Petr Baudis <pasky@suse.cz>
49533
49534 * debug/stack_chk_fail_local.c: Add missing licence exception.
49535 * debug/warning-nop.c: Likewise.
49536
1ac7a2c7
JM
495372010-09-15 Joseph Myers <joseph@codesourcery.com>
49538
49539 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49540 implementing getdents64 using getdents syscall, set d_type if
49541 __ASSUME_GETDENTS32_D_TYPE.
49542
56801c50
AS
495432010-09-16 Andreas Schwab <schwab@redhat.com>
49544
49545 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49546 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49547
dda51327
UD
495482010-09-21 Ulrich Drepper <drepper@redhat.com>
49549
49550 [BZ #12037]
49551 * posix/unistd.h: Undo change of feature selection for ftruncate from
49552 2010-01-11.
49553
8ffcee4a
UD
495542010-09-20 Ulrich Drepper <drepper@redhat.com>
49555
a545ecd9 49556 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
49557 detection.
49558
e24f0a8b
AS
495592010-09-20 Andreas Schwab <schwab@redhat.com>
49560
49561 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49562 fanotify_mark.
49563 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49564
7291c56f
AS
495652010-09-14 Andreas Schwab <schwab@redhat.com>
49566
49567 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49568 variables after CHECK_SP call.
49569 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49570
bc5fb037
AS
495712010-09-13 Andreas Schwab <schwab@redhat.com>
49572 Ulrich Drepper <drepper@redhat.com>
49573
49574 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49575 re-relocationg ld.so.
49576 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49577 _dl_init_paths call.
49578 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
49579 here anymore.
49580
e66e7419
UD
495812010-09-14 Ulrich Drepper <drepper@redhat.com>
49582
49583 * resolv/res_init.c (__res_vinit): Count the default server we added.
49584
c044aa75
CLT
495852010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
49586 Ulrich Drepper <drepper@redhat.com>
49587
49588 [BZ #11968]
49589 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49590 (____longjmp_chk): Use %ebx for saving value across system call.
49591 Add unwind info.
49592
32cf4069
AS
495932010-09-06 Andreas Schwab <schwab@redhat.com>
49594
49595 * manual/Makefile: Don't mix pattern rules with normal rules.
49596
817328ee
AS
495972010-09-05 Andreas Schwab <schwab@linux-m68k.org>
49598
49599 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49600 operation.
49601 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49602 * libio/iofopncook.c (_IO_cookie_init): Likewise.
49603 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49604 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49605 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49606 Likewise.
49607
29fddf61
UD
496082010-09-04 Ulrich Drepper <drepper@redhat.com>
49609
49610 [BZ #11979]
49611 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49612 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49613
0959ffc9
UD
496142010-09-02 Ulrich Drepper <drepper@redhat.com>
49615
49616 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49617 * sysdeps/x86_64/addmul_1.S: Likewise.
49618 * sysdeps/x86_64/lshift.S: Likewise.
49619 * sysdeps/x86_64/mul_1.S: Likewise.
49620 * sysdeps/x86_64/rshift.S: Likewise.
49621 * sysdeps/x86_64/sub_n.S: Likewise.
49622 * sysdeps/x86_64/submul_1.S: Likewise.
49623
ece29840
ST
496242010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
49625
0959ffc9
UD
49626 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49627 Define __sched_param instead of SCHED_* and sched_param when
ece29840 49628 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 49629 * bits/sched.h [__need_schedparam]
ece29840 49630 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
49631 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49632 (__defined_schedparam): Define to 1.
ece29840
ST
49633 (__sched_param): New structure, identical to sched_param.
49634 (__need_schedparam): Undefine.
49635
e53a31fe
MF
496362010-08-31 Mike Frysinger <vapier@gentoo.org>
49637
fdc0c10d
MF
49638 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49639 (epoll_create1): Declare.
49640
e53a31fe
MF
49641 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49642
a726d796
AS
496432010-08-31 Andreas Schwab <schwab@redhat.com>
49644
49645 [BZ #7066]
49646 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49647 shifting retval into place.
49648
2f3e3dc7
UD
496492010-09-01 Ulrich Drepper <drepper@redhat.com>
49650
f2933da9
UD
49651 * nis/rpcsvc/nis.h: Update copyright notice.
49652 * nis/rpcsvc/nis.x: Likewise.
49653 * nis/rpcsvc/nis_callback.h: Likewise.
49654 * nis/rpcsvc/nis_callback.x: Likewise.
49655 * nis/rpcsvc/nis_object.x: Likewise.
49656 * nis/rpcsvc/nis_tags.h: Likewise.
49657 * nis/rpcsvc/yp.h: Likewise.
49658 * nis/rpcsvc/yp.x: Likewise.
49659 * nis/rpcsvc/ypupd.h: Likewise.
49660 * nis/yp_xdr.c: Likewise.
49661 * nis/ypupdate_xdr.c: Likewise.
49662
2f3e3dc7
UD
49663 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
49664 mainly the body of pmap_getport. Add parameters to specify timeouts.
49665 (pmap_getport): Use __libc_rpc_getport.
49666 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49667 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49668 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49669
f3dcc2f9
AS
496702010-08-31 Andreas Schwab <schwab@linux-m68k.org>
49671
49672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49673 fanotify_mark.
49674
6d34eb5b
RM
496752010-08-27 Roland McGrath <roland@redhat.com>
49676
49677 * sysdeps/i386/i686/multiarch/Makefile
49678 (CFLAGS-varshift.c): New variable.
49679
9ea3de11
UD
496802010-08-27 Ulrich Drepper <drepper@redhat.com>
49681
c96d23fc
UD
49682 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49683 * sysdeps/i386/i686/multiarch/varshift.c: New file.
49684
9ea3de11
UD
49685 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49686
49687 * sysdeps/x86_64/strlen.S: Minimal code improvement.
49688
623aac7f
L
496892010-08-26 H.J. Lu <hongjiu.lu@intel.com>
49690
49691 * sysdeps/x86_64/strlen.S: Unroll the loop.
49692 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49693 strlen-sse2 strlen-sse2-bsf.
49694 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49695 __strlen_no_bsf if bit_Slow_BSF is set.
49696 (__strlen_sse42): Removed.
49697 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49698 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49699
8b2b7715
RM
497002010-08-25 Roland McGrath <roland@redhat.com>
49701
49702 * sysdeps/x86_64/multiarch/varshift.S: File removed.
49703 * sysdeps/x86_64/multiarch/varshift.c: New file.
49704 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49705 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49706 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49707 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49708
e73015f2
L
497092010-08-25 H.J. Lu <hongjiu.lu@intel.com>
49710
49711 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49712 strlen-sse2 strlen-sse2-bsf.
49713 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49714 __strlen_sse2_bsf if bit_Slow_BSF is unset.
49715 (__strlen_sse2): Removed.
49716 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49717 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49718 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49719 bit_Slow_BSF for Atom.
49720 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49721 (index_Slow_BSF): Define.
49722 (HAS_SLOW_BSF): Define.
49723
df24a73e
UD
497242010-08-25 Ulrich Drepper <drepper@redhat.com>
49725
49726 [BZ #10851]
49727 * resolv/res_init.c (__res_vinit): When no server address at all
49728 is given default to loopback.
49729
f2ac4868
RM
497302010-08-24 Roland McGrath <roland@redhat.com>
49731
09055553
RM
49732 * configure.in: Remove config-name.h generation.
49733 * configure: Regenerated.
49734 * config-name.in: File removed.
49735 * scripts/config-uname.sh: New file.
49736 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49737 ($(objdir)config-name.h): New target.
49738
f2ac4868
RM
49739 * sunrpc/rpc_parse.h: Avoid nested comment.
49740
73f27d5e
RH
497412010-08-24 Richard Henderson <rth@redhat.com>
49742 Ulrich Drepper <drepper@redhat.com>
49743 H.J. Lu <hongjiu.lu@intel.com>
49744
49745 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49746 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49747 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49748 Replace _mm_srli_si128 with __m128i_shift_right. Replace
49749 _mm_alignr_epi8 with _mm_loadu_si128.
49750 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49751 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49752 (__m128i_shift_right): Removed.
49753 * sysdeps/i386/i686/multiarch/varshift.h: New file.
49754 * sysdeps/i386/i686/multiarch/varshift.S: New file.
49755 * sysdeps/x86_64/multiarch/varshift.h: New file.
49756 * sysdeps/x86_64/multiarch/varshift.S: New file.
49757
84b9230c
MF
497582010-08-21 Mike Frysinger <vapier@gentoo.org>
49759
49760 * configure.in: Move assembler checks to before sysdep dir checking.
49761
9bbd0ddc
PB
497622010-08-20 Petr Baudis <pasky@suse.cz>
49763
49764 * LICENSES: Sync the sunrpc license.
49765
9da4bb31
UD
497662010-08-19 Ulrich Drepper <drepper@redhat.com>
49767
a7ab6ec8
UD
49768 * sunrpc/auth_des.c: Update copyright notice once again.
49769 * sunrpc/auth_none.c: Likewise.
49770 * sunrpc/auth_unix.c: Likewise.
49771 * sunrpc/authdes_prot.c: Likewise.
49772 * sunrpc/authuxprot.c: Likewise.
49773 * sunrpc/bindrsvprt.c: Likewise.
49774 * sunrpc/clnt_gen.c: Likewise.
49775 * sunrpc/clnt_perr.c: Likewise.
49776 * sunrpc/clnt_raw.c: Likewise.
49777 * sunrpc/clnt_simp.c: Likewise.
49778 * sunrpc/clnt_tcp.c: Likewise.
49779 * sunrpc/clnt_udp.c: Likewise.
49780 * sunrpc/clnt_unix.c: Likewise.
49781 * sunrpc/des_crypt.c: Likewise.
49782 * sunrpc/des_soft.c: Likewise.
49783 * sunrpc/get_myaddr.c: Likewise.
49784 * sunrpc/getrpcport.c: Likewise.
49785 * sunrpc/key_call.c: Likewise.
49786 * sunrpc/key_prot.c: Likewise.
49787 * sunrpc/openchild.c: Likewise.
49788 * sunrpc/pm_getmaps.c: Likewise.
49789 * sunrpc/pm_getport.c: Likewise.
49790 * sunrpc/pmap_clnt.c: Likewise.
49791 * sunrpc/pmap_prot.c: Likewise.
49792 * sunrpc/pmap_prot2.c: Likewise.
49793 * sunrpc/pmap_rmt.c: Likewise.
49794 * sunrpc/rpc/auth.h: Likewise.
49795 * sunrpc/rpc/auth_unix.h: Likewise.
49796 * sunrpc/rpc/clnt.h: Likewise.
49797 * sunrpc/rpc/des_crypt.h: Likewise.
49798 * sunrpc/rpc/key_prot.h: Likewise.
49799 * sunrpc/rpc/netdb.h: Likewise.
49800 * sunrpc/rpc/pmap_clnt.h: Likewise.
49801 * sunrpc/rpc/pmap_prot.h: Likewise.
49802 * sunrpc/rpc/pmap_rmt.h: Likewise.
49803 * sunrpc/rpc/rpc.h: Likewise.
49804 * sunrpc/rpc/rpc_des.h: Likewise.
49805 * sunrpc/rpc/rpc_msg.h: Likewise.
49806 * sunrpc/rpc/svc.h: Likewise.
49807 * sunrpc/rpc/svc_auth.h: Likewise.
49808 * sunrpc/rpc/types.h: Likewise.
49809 * sunrpc/rpc/xdr.h: Likewise.
49810 * sunrpc/rpc_clntout.c: Likewise.
49811 * sunrpc/rpc_cmsg.c: Likewise.
49812 * sunrpc/rpc_common.c: Likewise.
49813 * sunrpc/rpc_cout.c: Likewise.
49814 * sunrpc/rpc_dtable.c: Likewise.
49815 * sunrpc/rpc_hout.c: Likewise.
49816 * sunrpc/rpc_main.c: Likewise.
49817 * sunrpc/rpc_parse.c: Likewise.
49818 * sunrpc/rpc_parse.h: Likewise.
49819 * sunrpc/rpc_prot.c: Likewise.
49820 * sunrpc/rpc_sample.c: Likewise.
49821 * sunrpc/rpc_scan.c: Likewise.
49822 * sunrpc/rpc_scan.h: Likewise.
49823 * sunrpc/rpc_svcout.c: Likewise.
49824 * sunrpc/rpc_tblout.c: Likewise.
49825 * sunrpc/rpc_util.c: Likewise.
49826 * sunrpc/rpc_util.h: Likewise.
49827 * sunrpc/rpcinfo.c: Likewise.
49828 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49829 * sunrpc/rpcsvc/key_prot.x: Likewise.
49830 * sunrpc/rpcsvc/klm_prot.x: Likewise.
49831 * sunrpc/rpcsvc/mount.x: Likewise.
49832 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49833 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49834 * sunrpc/rpcsvc/rex.x: Likewise.
49835 * sunrpc/rpcsvc/rstat.x: Likewise.
49836 * sunrpc/rpcsvc/rusers.x: Likewise.
49837 * sunrpc/rpcsvc/sm_inter.x: Likewise.
49838 * sunrpc/rpcsvc/spray.x: Likewise.
49839 * sunrpc/rpcsvc/yppasswd.x: Likewise.
49840 * sunrpc/rtime.c: Likewise.
49841 * sunrpc/svc.c: Likewise.
49842 * sunrpc/svc_auth.c: Likewise.
49843 * sunrpc/svc_authux.c: Likewise.
49844 * sunrpc/svc_raw.c: Likewise.
49845 * sunrpc/svc_run.c: Likewise.
49846 * sunrpc/svc_simple.c: Likewise.
49847 * sunrpc/svc_tcp.c: Likewise.
49848 * sunrpc/svc_udp.c: Likewise.
49849 * sunrpc/svc_unix.c: Likewise.
49850 * sunrpc/svcauth_des.c: Likewise.
49851 * sunrpc/xcrypt.c: Likewise.
49852 * sunrpc/xdr.c: Likewise.
49853 * sunrpc/xdr_array.c: Likewise.
49854 * sunrpc/xdr_float.c: Likewise.
49855 * sunrpc/xdr_mem.c: Likewise.
49856 * sunrpc/xdr_rec.c: Likewise.
49857 * sunrpc/xdr_ref.c: Likewise.
49858 * sunrpc/xdr_sizeof.c: Likewise.
49859 * sunrpc/xdr_stdio.c: Likewise.
49860
9da4bb31
UD
49861 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49862 handling.
49863
bdaa77bc
AS
498642010-08-19 Andreas Schwab <schwab@redhat.com>
49865
49866 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49867
fe2f79db
LM
498682010-08-19 Luis Machado <luisgpm@br.ibm.com>
49869
49870 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49871 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49872 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49873 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49874 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49875 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49876 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49877 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49878 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49879 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49880 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49881 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49882 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49883 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49884
b9b42ee0
AB
498852010-07-26 Anton Blanchard <anton@samba.org>
49886
49887 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49888 * malloc/arena.c (heap_trim): Likewise.
49889
1c06ba31
UD
498902010-08-16 Ulrich Drepper <drepper@redhat.com>
49891
49892 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49893 here. Not...
49894 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49895 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49896
f8392f40
L
498972010-08-12 H.J. Lu <hongjiu.lu@intel.com>
49898
49899 * sysdeps/i386/elf/Makefile: New file.
49900
3162f12e
AS
499012010-08-14 Andreas Schwab <schwab@linux-m68k.org>
49902
49903 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49904 from fanotify_init.
49905 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49906 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49907
28c90b2c
UD
499082010-08-15 Ulrich Drepper <drepper@redhat.com>
49909
49910 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49911 of strncasecmp_l.
1feccb6c 49912 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 49913
ca6bb004
UD
499142010-08-14 Ulrich Drepper <drepper@redhat.com>
49915
e9f82e0d
UD
49916 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49917 strncase_l-nonascii.
49918 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49919 Add strncase_l-ssse3.
49920 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49921 * sysdeps/x86_64/strcmp.S: Likewise.
49922 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49923 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49924 * sysdeps/x86_64/strncase.S: New file.
49925 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49926 * sysdeps/x86_64/strncase_l.S: New file.
49927 * string/Makefile (strop-tests): Add strncasecmp.
49928 * string/test-strncasecmp.c: New file.
49929
49930 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49931 warning.
49932
ca6bb004
UD
49933 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49934 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49935
052fa7b3
AS
499362010-08-14 Andreas Schwab <schwab@linux-m68k.org>
49937
49938 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49939
962dba78
UD
499402010-08-12 Ulrich Drepper <drepper@redhat.com>
49941
49942 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49943 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49944 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49945
bebff237
AM
499462010-05-01 Alan Modra <amodra@gmail.com>
49947
49948 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49949 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49950 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49951 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49952 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49953 tidying. Don't tail-call __sigjmp_save for static lib.
49954 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49955 save location.
49956 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49957 (CALL_MCOUNT): Add eh info, and nop after bl.
49958 (TAIL_CALL_SYSCALL_ERROR): New macro.
49959 (PSEUDO_RET): Use it.
49960 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49961 Correct save location of integer regs and cr.
49962 (_dl_profile_resolve): Correct cr save location. Delete nops
49963 after bl when SHARED. Reduce cfi size a little by better
49964 placement of cfi directives.
49965 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49966 make a stack frame. Instead use parm save area as a temp.
49967 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49968 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
49969 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49970 Don't make a stack frame for parent, use parm save area.
49971 Increase child stack frame to 112 bytes. Don't save unused reg,
49972 and adjust reg usage. Set up cfi on error recovery and
49973 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49975 (__makecontext): Add dummy nop after jump to exit.
49976 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49977 Use correct parm save area and cr save, reduce stack frame.
49978 Correct cfi for possible PSEUDO_RET frame setup.
49979 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49980 Branch to local label emitted by PSEUDO_RET rather than
49981 __syscall_error.
49982
02637374
AS
499832010-08-12 Andreas Schwab <schwab@redhat.com>
49984
49985 [BZ #11904]
49986 * locale/programs/locale.c (print_assignment): New function.
49987 (show_locale_vars): Use it.
49988
c3e2f19b
UD
499892010-08-11 Ulrich Drepper <drepper@redhat.com>
49990
3cdaa6ad
UD
49991 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49992 field.
49993 (struct statfs64): Likewise.
49994 (_STATFS_F_FLAGS): Define.
49995 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49996 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49997 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49998 (ST_VALID): Define locally.
49999 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
50000 __statvfs_getflags, use the provided value.
50001 * sysdeps/unix/sysv/linux/kernel-features.h: Define
50002 __ASSUME_STATFS_F_FLAGS.
50003
754f7da3
UD
50004 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
50005
10b3bedc
UD
50006 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
50007 Add sys/fanotify.h.
50008 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
50009 fanotify_mask for GLIBC_2.13.
50010 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
50011 fanotify_init and fanotify_mark.
50012 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50013 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
50014
c08fb0d7
UD
50015 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
50016 Add prlimit.
50017 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
50018 prlimit64 for GLIBC_2.13.
50019 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
50020 prlimit64.
50021 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
50022 syscall.
50023 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
50024 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50025 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
50026 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
50027 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
50028 add prlimit alias.
50029 * sysdeps/unix/sysv/linux/prlimit.c: New file.
50030
15bac72b
UD
50031 [BZ #11903]
50032 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
50033 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
50034
c3e2f19b
UD
50035 * nss/Makefile: Add rules to build and run tst-nss-test1.
50036 * shlib-versions: Add entry for libnss_test1.
50037 * nss/nss_test1.c: New file.
50038 * nss/tst-nss-test1.c: New file.
50039
50040 * nss/nsswitch.c (__nss_database_custom): Define new variable.
50041 (__nss_configure_lookup): Set appropriate entry in
50042 __nss_configure_lookup to true.
50043 * nss/nsswitch.h: Define enum with indeces of databases in
50044 databases and __nss_database_custom arrays. Declare
50045 __nss_database_custom.
50046 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
50047 to avoid using nscd when custom rules are installed.
50048 * nss/getXXbyYY_r.c: Likewise.
50049 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
50050
50051 * nss/nss_files/files-parse.c: Whitespace fixes.
50052
f15ce4d8
UD
500532010-08-09 Ulrich Drepper <drepper@redhat.com>
50054
50055 [BZ #11883]
50056 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
50057 * posix/fnmatch_loop.c: Likewise.
50058
d22e4cc9
AK
500592010-07-17 Andi Kleen <ak@linux.intel.com>
50060
50061 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
50062 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
50063 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
50064 * Versions.def [GLIBC_2.13]: Add.
50065
805bc17d
UD
500662010-08-06 Ulrich Drepper <drepper@redhat.com>
50067
50068 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50069 Also fail if tpwd after pwuid call is NULL.
50070
5a42321d
ST
500712010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
50072
50073 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
50074 when converting to ms.
50075
fd3ebeda
ST
500762010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
50077
50078 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
50079 EOPNOTSUPP errors with ENOTTY.
50080 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
50081 EOPNOTSUPP errors with ENOTTY.
50082
73507d3a
UD
500832010-07-31 Ulrich Drepper <drepper@redhat.com>
50084
50085 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50086 Add strcasecmp_l-ssse3.
50087 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
50088 strcasecmp.
50089 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
50090 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
50091 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
50092
fe36dd02
UD
500932010-07-30 Ulrich Drepper <drepper@redhat.com>
50094
66f6765a
UD
50095 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
50096
42e08a54
UD
50097 * string/Makefile (strop-tests): Add strcasecmp.
50098 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50099 strcasecmp_l-nonascii.
50100 (gen-as-const-headers): Add locale-defines.sym.
50101 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
50102 * sysdeps/x86_64/strcasecmp.S: New file.
50103 * sysdeps/x86_64/strcasecmp_l.S: New file.
50104 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
50105 * sysdeps/x86_64/locale-defines.sym: New file.
50106 * string/test-strcasecmp.c: New file.
50107
fe36dd02
UD
50108 * string/test-strcasestr.c: Test both ends of the range of characters.
50109 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
50110
48cbc0d6
RM
501112010-07-29 Roland McGrath <roland@redhat.com>
50112
76e6d6bc 50113 [BZ #11856]
48cbc0d6
RM
50114 * manual/locale.texi (Yes-or-No Questions): Fix example code.
50115
880113d9
UD
501162010-07-27 Ulrich Drepper <drepper@redhat.com>
50117
50118 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
50119 for ld.so.
50120
deb9cabb
AS
501212010-07-27 Andreas Schwab <schwab@redhat.com>
50122
50123 * manual/memory.texi (Malloc Tunable Parameters): Document
50124 M_PERTURB.
50125
1c7570ff
RM
501262010-07-26 Roland McGrath <roland@redhat.com>
50127
50128 [BZ #11840]
50129 * configure.in (-fgnu89-inline check): Set and substitute
50130 gnu89_inline, not libc_cv_gnu89_inline.
50131 * configure: Regenerated.
50132 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
50133
24fb0f88
UD
501342010-07-26 Ulrich Drepper <drepper@redhat.com>
50135
50136 * string/test-strnlen.c: New file.
50137 * string/Makefile (strop-tests): Add strnlen.
50138 * string/tester.c (test_strnlen): Add a few more test cases.
50139 * string/tst-strlen.c: Better error reporting.
50140
50141 * sysdeps/x86_64/strnlen.S: New file.
50142
8e96b93a
UD
501432010-07-24 Ulrich Drepper <drepper@redhat.com>
50144
50145 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
50146 lower-latency instructions.
50147
dbc676d4
UD
501482010-07-23 Ulrich Drepper <drepper@redhat.com>
50149
50150 * string/test-strcasestr.c: New file.
50151 * string/test-strstr.c: New file.
50152 * string/Makefile (strop-tests): Add strstr and strcasestr.
50153 * string/str-two-way.h: Don't undefine MAX.
50154 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
50155
f6a31e0e
AS
501562010-07-21 Andreas Schwab <schwab@redhat.com>
50157
50158 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50159 strcasestr-nonascii.
50160 (CFLAGS-strcasestr-nonascii.c): Define.
50161 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
50162 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
50163 Remove unused attribute.
50164
5dbc3b6c
RM
501652010-07-20 Roland McGrath <roland@redhat.com>
50166
50167 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
50168 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
50169 ld.so.cache was broken. With it, there is no way to disable dsocaps
50170 like LD_HWCAP_MASK can disable hwcaps.
50171
23d101d8
EPM
501722010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
50173
50174 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
50175
cc9f2e47
UD
501762010-07-16 Ulrich Drepper <drepper@redhat.com>
50177
50178 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
50179 call in strcasestr.
50180 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
50181 __strcasestr_sse42_nonascii.
50182 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
50183 strcasestr-nonascii.c.
50184 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
50185
77c1b069
LM
501862010-06-15 Luis Machado <luisgpm@br.ibm.com>
50187
50188 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
50189 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
50190 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
50191 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
50192
440566c3
UD
501932010-07-09 Ulrich Drepper <drepper@redhat.com>
50194
50195 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
50196 fcntl.
50197
5be9d05d
AS
501982010-07-06 Andreas Schwab <schwab@redhat.com>
50199
c30b7ee2 50200 [BZ #11577]
5be9d05d
AS
50201 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
50202 dl_signal_cerror.
50203
8a492a67
UD
502042010-07-06 Ulrich Drepper <drepper@redhat.com>
50205
50206 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
50207 _PC_PIPE_BUF using F_GETPIPE_SZ.
50208
713df3d5
RM
502092010-07-05 Roland McGrath <roland@redhat.com>
50210
50211 * manual/arith.texi (Rounding Functions): Fix rint description
50212 implicit in round description.
50213
702e8f14
UD
502142010-07-02 Ulrich Drepper <drepper@redhat.com>
50215
50216 * elf/Makefile: Fix linking for a few tests to make recent linker
50217 happy.
50218
52ed8be9
AS
502192010-06-30 Andreas Schwab <schwab@redhat.com>
50220
50221 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50222 $(common-objpfx)libc_nonshared.a.
50223
f47c9a11
LM
502242010-06-21 Luis Machado <luisgpm@br.ibm.com>
50225
50226 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
50227 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
50228 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50229 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50230 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
50231 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
50232 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50233 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50234 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
50235 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
50236 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
50237 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
50238 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
50239 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
50240 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
50241 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
50242 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
50243 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
50244 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
50245 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
50246 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
50247 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
50248 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
50249 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
50250 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
50251 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
50252 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
50253 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
50254 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
50255 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
50256 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
50257 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
50258 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
50259 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
50260 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
50261 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
50262 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
50263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
50264 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
50265 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
50266 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
50267 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
50268 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
50269 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
50270 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
50271 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
50272 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
50273 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
50274
6fb8cbcb
L
502752010-06-25 H.J. Lu <hongjiu.lu@intel.com>
50276
50277 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
50278 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
50279 * string/memmove.c (memmove): Renamed to ...
50280 (MEMMOVE): ...this. Default to memmove.
50281 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
50282 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
50283 (END_CHK): Define.
50284 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50285 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
50286 mempcpy-ssse3-back memmove-ssse3-back.
50287 * sysdeps/x86_64/multiarch/bcopy.S: New file .
50288 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
50289 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
50290 * sysdeps/x86_64/multiarch/memcpy.S: New file.
50291 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
50292 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
50293 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
50294 * sysdeps/x86_64/multiarch/memmove.c: New file.
50295 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
50296 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
50297 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
50298 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
50299 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
50300 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
50301 Define.
50302 (index_Fast_Copy_Backward): Define.
50303 (HAS_ARCH_FEATURE): Define.
50304 (HAS_FAST_REP_STRING): Define.
50305 (HAS_FAST_COPY_BACKWARD): Define.
50306
4e733bac 503072010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
50308
50309 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
50310 Restore proper fallback handling.
50311
63c4ed22
UD
503122010-06-19 Ulrich Drepper <drepper@redhat.com>
50313
ac2b484c
UD
50314 [BZ #11701]
50315 * posix/group_member.c (__group_member): Correct checking loop.
50316
63c4ed22
UD
50317 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
50318 OOM in getpwuid_r correctly. Return error number when the caller
50319 should return, otherwise -1.
50320 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
50321 call returning > 0 value.
50322 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
50323
765ade4b
AS
503242010-06-07 Andreas Schwab <schwab@redhat.com>
50325
50326 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
50327 libc_nonshared.a from targets in modules-names.
50328
80da2e09
KS
503292010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
50330
50331 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
50332 requires it.
50333
158db122
LM
503342010-06-10 Luis Machado <luisgpm@br.ibm.com>
50335
50336 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
50337 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
50338 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
50339 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
50340
caa78cf8
AS
503412010-06-02 Andreas Schwab <schwab@redhat.com>
50342
50343 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
50344
b2ef2c01
UD
503452010-06-14 Ulrich Drepper <drepper@redhat.com>
50346
50347 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
50348 and F_GETPIPE_SZ.
50349 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
50350 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
50351 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
50352 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
50353 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
50354 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50355
fbd643b6
RM
503562010-06-14 Roland McGrath <roland@redhat.com>
50357
50358 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
50359
f32f2869
JJ
503602010-06-07 Jakub Jelinek <jakub@redhat.com>
50361
50362 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
50363 __REDIRECT followed by __THROW.
50364 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
50365 * posix/getopt.h (getopt): Likewise.
50366
2a50c078
EPM
503672010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
50368
50369 * hurd/lookup-at.c (__file_name_lookup_at): Accept
50370 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
50371 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
50372 in AT_FLAGS.
50373 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
50374 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
50375
eb5ad2eb
LM
503762010-05-28 Luis Machado <luisgpm@br.ibm.com>
50377
50378 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
50379
3c88fe1e
L
503802010-05-26 H.J. Lu <hongjiu.lu@intel.com>
50381
50382 [BZ #11640]
50383 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50384 Properly check family and model.
50385
d2f73151
TY
503862010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
50387
50388 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
50389
ebd2e13d
LM
503902010-05-24 Luis Machado <luisgpm@br.ibm.com>
50391
50392 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50393
b32b8b45
UD
503942010-05-21 Ulrich Drepper <drepper@redhat.com>
50395
50396 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
50397 symbol reference.
50398
9acbe24d
AS
503992010-05-19 Andreas Schwab <schwab@redhat.com>
50400
50401 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
50402 symbol reference.
50403
f0ccf6ea
AS
504042010-05-21 Andreas Schwab <schwab@redhat.com>
50405
3d04ff3a
AS
50406 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
50407 and internal_recvmmsg.
50408 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
50409 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
50410 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
50411 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
50412
f0ccf6ea
AS
50413 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
50414 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
50415 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
50416
5b08ac57
AS
504172010-05-20 Andreas Schwab <schwab@redhat.com>
50418
50419 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
50420
4828935d
LM
504212010-05-17 Luis Machado <luisgpm@br.ibm.com>
50422
50423 POWER7 optimizations.
50424 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
50425 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
50426
373d545e
UD
504272010-05-19 Ulrich Drepper <drepper@redhat.com>
50428
50429 * version.h: Update for 2.13 development version.
50430
21a2b1ae
AS
504312010-05-12 Andrew Stubbs <ams@codesourcery.com>
50432
50433 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50434 exceptions. Return 0.
50435
3f7dcb2b
RM
504362010-05-07 Roland McGrath <roland@redhat.com>
50437
50438 * elf/ldconfig.c (main): Add a const.
50439
5f24d53a 504402010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 50441
a160f8d8
UD
50442 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50443 (args_options): Add no-idn option.
50444 (ahosts_keys_int): Add idn_flags to ai_flags.
50445 (parse_option): Handle 'i' option to clear idn_flags.
50446
5f24d53a
UD
50447 * malloc/malloc.c (_int_free): Possible race in the most recently
50448 added check. Only act on the data if no current modification
50449 happened.
265bb1ce
UD
50450
50451See ChangeLog.17 for earlier changes.