]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Refactor shm_{open,unlink} code to separate Linux-specific directory choice from...
[thirdparty/glibc.git] / ChangeLog
CommitLineData
78e21c5d
RM
12014-12-11 Roland McGrath <roland@hack.frob.com>
2
3 * sysdeps/posix/shm-directory.c: New file.
4 * sysdeps/posix/shm-directory.h: New file.
5 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
6 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
7 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
8 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
9 Transmute EPERM to EACCES.
10 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
11 from ...
12 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
13 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
14
f82c43af
KK
152014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16
17 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
18 pointer and cast to uintptr_t.
19 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
20 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
21 Add cast to avoid warning.
22 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
23
fc00cf7b
JM
242014-12-11 Joseph Myers <joseph@codesourcery.com>
25
26 * nptl/semaphore.h: Move to ...
27 * sysdeps/pthread/semaphore.h: ... here.
28 * Makefile (installed-headers): Change nptl/semaphore.h to
29 sysdeps/pthread/semaphore.h.
30
1c4053db
RM
312014-12-11 Roland McGrath <roland@hack.frob.com>
32
73b0c1a1
RM
33 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
34 generated error format strings.
35
1c4053db
RM
36 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
37 -Wformat-extra-args warnings for scanf formats.
38 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
39 test of zero-length format (duh).
40 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
41 corner-case scanf format test.
42 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
43 generated fprintf format string.
44 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
45 corner-case sprintf format tests.
46 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
47 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
48 -Wformat-extra-args warnings throughout.
49 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
50 (CFLAGS-scanf4.c): Likewise.
51 (CFLAGS-scanf7.c): Likewise.
52 (CFLAGS-tst-sprintf.c): Likewise.
53 (CFLAGS-tst-printf.c): Likewise.
54 (CFLAGS-tst-printfsz.c): Likewise.
55
47d51f4f
JM
562014-12-11 Joseph Myers <joseph@codesourcery.com>
57
a1edbf3c
JM
58 * include/cpio.h: New file.
59 * include/fmtmsg.h: Likewise.
60
47d51f4f
JM
61 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
62 corresponding format argument to size_t.
63 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
64 arguments.
65 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
66 corresponding format argument to size_t.
67 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
68 arguments.
69 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
70 corresponding format argument to size_t.
71 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
72 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
73 (CFLAGS-tst-mbswcs2.c): Likewise.
74 (CFLAGS-tst-mbswcs3.c): Likewise.
75 (CFLAGS-tst-mbswcs4.c): Likewise.
76 (CFLAGS-tst-mbswcs5.c): Likewise.
77 (CFLAGS-tst-trans.c): Likewise
78
e9813cfb
RM
792014-12-11 Roland McGrath <roland@hack.frob.com>
80
81 * posix/regexbug1.c (main): Use "%s" format with regerror results,
82 rather than assuming they won't contain any '%'s.
83
f627ca82
CM
842014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
85
86 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
87 inhibit_loop_to_libcall to avoid recursive calls.
88 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
89 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
90
7f296942
AZ
912014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
92
93 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
94 prototype.
95
d0276e18
SE
962014-12-11 Steve Ellcey <sellcey@imgtec.com>
97
98 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
99 integer value instead of boolean.
100
fc56e970
SE
1012014-12-11 Steve Ellcey <sellcey@imgtec.com>
102
103 * malloc/malloc.c: Fix powerof2 check.
104
40e53917
SL
1052014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
106
107 * locale/programs/locfile.h (maybe_swap_uint32):
108 Remove inline and add unused attribute.
109
1ea166df
SL
1102014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
111
112 sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
113 Truncating assembler expression to a .long expression.
114
acf869f4
AS
1152014-12-11 Andreas Schwab <schwab@suse.de>
116
117 * elf/rtld.c (struct map_args): Constify str member.
118 (do_preload): Constify fname argument.
119
9d969099
AZ
1202014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
121
122 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
123 constants definition.
124
da5bcaa4
AS
1252014-12-11 Andreas Schwab <schwab@suse.de>
126
b0a3c164
AS
127 [BZ #16657]
128 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
129 FORCE_ELISION instead of DO_ELISION.
130 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
131 Remove.
132 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
133 Likewise.
134
da5bcaa4
AS
135 * iconvdata/gconv-modules: Remove duplicate entry.
136
6d248857
WN
1372014-12-11 Will Newton <will.newton@linaro.org>
138
139 Merge gettext 0.19.3 into intl/.
140
141 This involves a number of cosmetic changes to comments
142 and ANSI function definitions and prototypes throughout
143 all the files. The gettext copyright header is used but
144 with the date ranges taken from the glibc copy.
145
146 * NEWS: Add gettext merge to 2.21.
147 * intl/bindtextdom.c: Switch to gettext copyright.
148 Use ANSI definitions and prototypes.
149 Use gl_* locking primitives rather than __libc_* ones.
150 Use __builtin_expect rather than __glibc_likely/unlikely.
151 * intl/dcgettext.c: Switch to gettext copyright.
152 Use ANSI definitions and prototypes.
153 * intl/dcigettext.c: Switch to gettext copyright.
154 Use ANSI definitions and prototypes.
155 (INTDIV0_RAISES_SIGFPE): New define.
156 Use gl_* locking primitives rather than __libc_* ones.
157 Include eval-plural.h instead of plural-eval.c.
158 Use __builtin_expect rather than __glibc_likely/unlikely.
159 * intl/dcngettext.c: Switch to gettext copyright.
160 Use ANSI definitions and prototypes.
161 * intl/dgettext.c: Likewise.
162 * intl/dngettext.c: Likewise.
163 * intl/plural-eval.c: Renamed to...
164 * intl/eval-plural.h: ...this.
165 * intl/explodename.c: Switch to gettext copyright.
166 Use ANSI definitions and prototypes.
167 (_nl_explode_name): Use strchr instead of __rawmemchr.
168 * intl/finddomain.c: Switch to gettext copyright.
169 Use ANSI definitions and prototypes.
170 Use gl_* locking primitives rather than __libc_* ones.
171 (_nl_find_domain): Use malloc rather than alloca for
172 allocation of temporary locale name.
173 * intl/gettext.c: Switch to gettext copyright.
174 Use ANSI definitions and prototypes.
175 * intl/gettextP.h: Switch to gettext copyright.
176 Use ANSI definitions and prototypes.
177 Use gl_* locking primitives rather than __libc_* ones.
178 * intl/gmo.h: Switch to gettext copyright.
179 (struct sysdep_string): Move struct segment_pair outside of
180 struct definition.
181 * intl/hash-string.c: Use ANSI definitions and prototypes.
182 * intl/hash-string.h: Switch to gettext copyright.
183 Use ANSI definitions and prototypes.
184 * intl/l10nflist.c: Switch to gettext copyright.
185 Use ANSI definitions and prototypes.
186 (_nl_normalize_codeset): Avoid integer overflow.
187 * intl/loadinfo.h: Switch to gettext copyright.
188 Use ANSI definitions and prototypes.
189 (LIBINTL_DLL_EXPORTED): New define.
190 (PATH_SEPARATOR): New define.
191 * intl/loadmsgcat.c: Switch to gettext copyright.
192 * intl/localealias.c: Switch to gettext copyright.
193 Use ANSI definitions and prototypes.
194 (_nl_expand_alias): Use PATH_SEPARATOR.
195 * intl/ngettext.c: Switch to gettext copyright.
196 Use ANSI definitions and prototypes.
197 * intl/plural-exp.c: Likewise.
198 * intl/plural-exp.h: Switch to gettext copyright.
199 Use ANSI definitions and prototypes.
200 (struct expression): Move definition of enum operator outside
201 of struct definition.
202 * intl/plural.c: Regenerate.
203 * intl/plural.y: Switch to gettext copyright.
204 Use ANSI definitions and prototypes.
205 Port to bison 3.0.
206 * intl/textdomain.c: Switch to gettext copyright.
207 Use ANSI definitions and prototypes.
208 Use gl_* locking primitives rather than __libc_* ones.
209
48c43298
SE
2102014-12-10 Steve Ellcey <sellcey@imgtec.com>
211
212 * debug/warning-nop.c: Add used atrribute.
213
2b89bce9
JM
2142014-12-10 Joseph Myers <joseph@codesourcery.com>
215
c153ac9f
JM
216 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
217
2b89bce9
JM
218 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
219 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
220 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
221
2cfbdb9a
JM
2222014-12-10 Joseph Myers <joseph@codesourcery.com>
223 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
224
225 [BZ #17634]
226 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
227 Undefine after defining function. Define as weak alias of
228 __wcschr. Use libc_hidden_weak.
229 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
230 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
231 (libc_hidden_def): Also define __GI___wcschr alias.
232 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
233 __wcschr and define as weak alias of __wcschr.
234 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
235 __wcschr.
236 [!WCSCHR] (DEFAULT_WCSCHR): Define.
237 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
238 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
239 libc_hidden_weak. Do not use libc_hidden_def.
240 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
241 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
242 __GI___wcschr alias.
243 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
244 [IS_IN (libc)] (wcschr): Define as macro expanding to
245 __redirect_wcschr.
246 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
247 [IS_IN (libc)] (__wcschr_power6): Likewise.
248 [IS_IN (libc)] (__wcschr_power7): Likewise.
249 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
250 instead of wcschr.
251 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
252 __libc_wcschr.
253 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
254 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
255 __wcschr and define as weak alias of __wcschr. Use
256 libc_hidden_builtin_def.
257 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
258 as weak alias of __wcschr. Use libc_hidden_weak.
259 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
260 wcschr.
261 * time/era.c (_nl_init_era_entries): Likewise.
262 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
263 variable.
264 (test-xfail-XPG3/time.h/linknamespace): Likewise.
265 (test-xfail-XPG4/time.h/linknamespace): Likewise.
266
1b8bf351
JM
2672014-12-10 Joseph Myers <joseph@codesourcery.com>
268
269 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
270 format for long int variable.
271
f5f46d51
AK
2722014-12-10 Anders Kaseorg <andersk@MIT.EDU>
273
274 [BZ #10672]
07008f7d 275 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
276 qsort stable.
277
217a74a8
AS
2782014-12-10 Andreas Schwab <schwab@suse.de>
279
280 [BZ #12847]
281 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
282 user-controlled locks.
283
aa76a5c7
RE
2842014-12-10 Richard Earnshaw <rearnsha@arm.com>
285
286 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
287 register.
288
2084e7ca
JM
2892014-12-10 Joseph Myers <joseph@codesourcery.com>
290
a4ecc9eb
JM
291 * configure.ac (--disable-werror): New configure option.
292 (enable_werror): New AC_SUBST.
293 * configure: Regenerated.
294 * config.make.in (enable-werror): New variable.
295 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
296 -Wno-error=undef.
297 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
298 * manual/install.texi (Configuring and compiling): Document
299 --disable-werror.
300 * INSTALL: Regenerated.
301 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
302 (CFLAGS-tst-chk2.c): Likewise.
303 (CFLAGS-tst-chk3.c): Likewise.
304 (CFLAGS-tst-chk4.cc): Likewise.
305 (CFLAGS-tst-chk5.cc): Likewise.
306 (CFLAGS-tst-chk6.cc): Likewise.
307 (CFLAGS-tst-lfschk1.c): Likewise.
308 (CFLAGS-tst-lfschk2.c): Likewise.
309 (CFLAGS-tst-lfschk3.c): Likewise.
310 (CFLAGS-tst-lfschk4.cc): Likewise.
311 (CFLAGS-tst-lfschk5.cc): Likewise.
312 (CFLAGS-tst-lfschk6.cc): Likewise.
313
0f88636c
JM
314 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
315 (main): Disable -Wdeprecated-declarations around calls to
316 register_printf_function.
317
c81e9deb
JM
318 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
319 (do_test): Disable -Wdiv-by-zero around some calls to
320 fwrite_unlocked and fread_unlocked.
321
2084e7ca
JM
322 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
323 (DIAG_POP_NEEDS_COMMENT): Likewise.
324 (_DIAG_STR1): Likewise.
325 (_DIAG_STR): Likewise.
326 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
327 * stdio-common/bug21.c: Include <libc-internal.h>.
328 (do_test): Disable -Wformat around call to sscanf.
329 * stdio-common/scanf14.c: Include <libc-internal.h>.
330 (main): Disable -Wformat around some calls to scanf functions.
331
df7ecc6b
TR
3322014-12-09 Torvald Riegel <triegel@redhat.com>
333
334 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
335
2aa3862e
AZ
3362014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
337
338 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
339 stack variable alignment.
340
c5c2b7c3
JM
3412014-12-06 Joseph Myers <joseph@codesourcery.com>
342
343 [BZ #17682]
344 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
345 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
346 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
347 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
348 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
349 __getrlimit instead of getrlimit.
350 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
351 __gettimeofday instead of gettimeofday.
352 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
353 Likewise.
354 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
355 Likewise.
356 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
357 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
358 Remove variable.
359 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
360 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
361
9752c3cd
AZ
3622014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
363
364 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
365 for wide-character tests.
366
4bee4cd9
RM
3672014-12-04 Roland McGrath <roland@hack.frob.com>
368
369 * io/openat64.c: #include <libc-internal.h>
370 (__openat64): Prototypify. Use ignore_value on MODE.
371 * io/openat.c: Likewise.
372 * misc/reboot.c: #include <libc-internal.h>
373 (reboot): Prototypify. Use ignore_value on HOWTO.
374 * misc/ptrace.c: #include <libc-internal.h>
375 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
376
84dbedb6
JM
3772014-12-04 Joseph Myers <joseph@codesourcery.com>
378
379 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
380 XPG4, UNIX98 and XOPEN2K.
381 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
382 Remove variable.
383 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
384
b7a3e1c4 3852014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 386
af50dfc1 387 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
388 * libio/iofopen.c: Likewise.
389 * libio/wfileops.c: Likewise.
390
fe8b4d98
SP
391 [BZ #17653]
392 * libio/fileops.c (_IO_new_file_underflow): Unset cached
393 offset on EOF.
394 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
395 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
396 (fgets_func): Function pointer to fgets and fgetws.
397 (do_ftell_test): Add test to verify ftell value after read
398 EOF.
399 (do_test): Set fgets_func.
400
61b4f792
SP
401 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
402 O_TRUNC flag for w and w+ modes.
403 (do_rewind_test): Likewise.
404 (do_ftell_test): Likewise.
405 (do_write_test): Likewise.
406
be349d70
SP
407 [BZ #17647]
408 * libio/fileops.c (do_ftell): Seek only when there are
409 unflushed writes.
410 * libio/wfileops.c (do_ftell_wide): Likewise.
411 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
412 test case.
413 (do_one_test): Call it.
414
e3d6dba5
JM
4152014-12-03 Joseph Myers <joseph@codesourcery.com>
416
417 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
418 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
419 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
420 Remove variable.
421 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
422 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
423 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
424
7f994279
JM
4252014-12-02 Joseph Myers <joseph@codesourcery.com>
426
28a91e8f
JM
427 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
428 Remove variable.
429 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
430
7f994279
JM
431 [BZ #17668]
432 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
433 as weak alias of __getifaddrs. Use libc_hidden_weak.
434 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
435 __freeifaddrs. Use libc_hidden_weak.
436 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
437 define as weak alias of __getifaddrs. Use libc_hidden_weak.
438 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
439 __freeifaddrs. Use libc_hidden_weak.
440 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
441 __getifaddrs and define as weak alias of __getifaddrs. Use
442 libc_hidden_weak.
443 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
444 __freeifaddrs. Use libc_hidden_weak.
445 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
446 Remove variable.
447 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
448 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
449
bbe4c142
PJ
4502014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
451
452 [BZ #17601]
453 * sysdeps/mips/start.S (__start): Use indirect jump to call
454 __libc_start_main.
455
66cadc05
JM
4562014-12-02 Joseph Myers <joseph@codesourcery.com>
457
909e16d9
JM
458 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
459
4e0b9016
JM
460 * nptl/tst-mutex1.c: Include <stdbool.h>.
461 [!ATTR] (ATTR_NULL): New macro.
462 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
463 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
464 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
465
b1aff6a4
JM
466 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
467 to char *.
468
266865c0
JM
469 [BZ #17665]
470 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
471 Change conditional to [__USE_MISC].
472
84e5e756
JM
473 [BZ #17664]
474 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
475 fgets_unlocked.
476 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
477 __fgets_unlocked.
478 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
479 fgets_unlocked.
480 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
481 Remove variable.
482 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
483 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
484 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
485 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
486 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
487 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
488 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
489 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
490 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
491
66cadc05
JM
492 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
493
2e8a2de2 4942014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
495
496 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
497 Remove strpbrk objects.
498 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
499 (__libc_ifunc_impl_list): Remove strpbrk implementation.
500 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
501 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
502 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
503 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
504
bb2542e0
AZ
505 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
506 Remove strcspn objects.
507 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
508 (__libc_ifunc_impl_list): Remove strcspn implementation.
509 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
510 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
511 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
512 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
513
514 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
515 Remove strspn objetcs.
516 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
517 (__libc_ifunc_impl_list): Remove strspn implementation.
518 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
519 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
520 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
521 * sysdeps/powerpc/powerpc64/strspn.S: New file.
522
08f1e1d2
JL
5232014-12-01 James Lemke <jwlemke@codesourcery.com>
524
525 [BZ #17581]
526 * malloc/hooks.c
527 (mem2mem_check): Add a terminator to the chain of checking blocks.
528 (malloc_check_get_size): Use it here.
529 (mem2chunk_check): Ditto.
530
a8a7d7d2
RS
5312014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
532
533 * sysdeps/powerpc/powerpc64/strtok.S: New file.
534 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
535
97114a38
CD
5362014-11-29 Carlos O'Donell <carlos@redhat.com>
537
c8dc1727
CD
538 * bits/ioctl-types.h: Indent preprocessor directives correctly.
539
6d03458e
CD
540 * nptl/nptl-init.c: Include libc-internal.h.
541 (__pthread_initialize_minimal_internal): Use ROUND_UP.
542
97114a38
CD
543 * elf/ldconfig.c (search_dir): Expand comment.
544
0e7e69ba
JM
5452014-11-29 Joseph Myers <joseph@codesourcery.com>
546
547 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
548 variable.
549 (linknamespace-symlist-stdlibs-tests): Likewise.
550 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
551 instead of $(objpfx)symlist-stdlibs.
552 (linknamespace-libs-isoc): New variable.
553 (linknamespace-libs): Use $(linknamespace-libs-isoc).
554 (linknamespace-libs-ISO): New variable.
555 (linknamespace-libs-ISO99): Likewise.
556 (linknamespace-libs-ISO11): Likewise.
557 (linknamespace-libs-XPG3): Likewise.
558 (linknamespace-libs-XPG4): Likewise.
559 (linknamespace-libs-POSIX): Likewise.
560 (linknamespace-libs-UNIX98): Likewise.
561 (linknamespace-libs-XOPEN2K): Likewise.
562 (linknamespace-libs-POSIX2008): Likewise.
563 (linknamespace-libs-XOPEN2K8): Likewise.
564 ($(objpfx)symlist-stdlibs): Replace by
565 $(linknamespace-symlist-stdlibs-tests). Use
566 $(linknamespace-libs-$*) as set of libraries.
567 ($(linknamespace-header-tests)): Update dependencies. Use
568 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
569 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
570 * conform/linknamespace.pl: Remove comment about considering
571 definitions of symbols from irrelevant libraries.
572
d8dd0080
L
5732014-11-28 H.J. Lu <hongjiu.lu@intel.com>
574
575 [BZ #13862]
576 * elf/dl-tls.c: Include <atomic.h>.
577 (oom): Remove #ifdef SHARED/#endif.
578 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
579 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
580 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
581 big enough.
582 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
583 * nptl/Makefile (tests): Add tst-stack4.
584 (modules-names): Add tst-stack4mod.
585 ($(objpfx)tst-stack4): New.
586 (tst-stack4mod.sos): Likewise.
587 ($(objpfx)tst-stack4.out): Likewise.
588 ($(tst-stack4mod.sos)): Likewise.
589 (clean): Likewise.
590 * nptl/tst-stack4.c: New file.
591 * nptl/tst-stack4mod.c: Likewise.
592
167da422
B
5932014-11-27 J. Brown <jb999@gmx.de>
594
595 * sysdeps/x86/bits/string.h: Add recent CPUs.
596
9114625b
JM
5972014-11-27 Joseph Myers <joseph@codesourcery.com>
598
6b5189eb
JM
599 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
600 sigblock.
601
49051f8e
JM
602 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
603 feof.
604
9114625b
JM
605 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
606 variable.
607
e7300fef
SL
6082014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
609
610 * nscd/connections.c: Include libc-internal.h because of macro
611 usage ignore_value.
612
1721f0a4
SP
6132014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
614
615 * string/bits/string3.h (__warn_memset_zero_len): Don't
616 declare for gcc newer than 5.0.
617 (memset): Don't test for zero-length __LEN for gcc newer than
618 5.0.
619
be970916
JM
6202014-11-27 Joseph Myers <joseph@codesourcery.com>
621
d88548f4
JM
622 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
623 size_t for %zu format.
624
be970916
JM
625 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
626 difference, not %ju.
627
3b20fd5c
JM
6282014-11-26 Joseph Myers <joseph@codesourcery.com>
629
8915eace
JM
630 * include/libc-internal.h (ignore_value): New macro.
631 * nscd/connections.c (restart): Wrap calls to setuid and setgid
632 with ignore_value.
633
f1a5a0e3
JM
634 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
635 definition.
636
59ef1715
JM
637 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
638 pthread_cleanup_push to void *.
639
a6f3079b
JM
640 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
641 Undefine.
642
706688aa
JM
643 [BZ #16619]
644 [BZ #16740]
645 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
646 instead of 1L << 52.
647
12da14a5
JM
648 * libio/bug-rewind.c (do_test): Check fwscanf return values.
649 * libio/bug-rewind2.c (do_test): Likewise.
650
bd5dadac
JM
651 * debug/test-stpcpy_chk-ifunc.c: Remove file.
652 * debug/test-strcpy_chk-ifunc.c: Likewise.
653 * wcsmbs/test-wcschr-ifunc.c: Likewise.
654 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
655 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
656 * wcsmbs/test-wcslen-ifunc.c: Likewise.
657 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
658 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
659 * Rules [$(multi-arch) = no] (tests): Do not filter out
660 $(tests-ifunc).
661 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
662 * debug/Makefile (tests-ifunc): Remove variable.
663 (tests): Do not add $(tests-ifunc).
664 * wcsmbs/Makefile (tests-ifunc): Remove variable.
665 (tests): Do not add $(tests-ifunc).
666 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
667 [TEST_IFUNC]: Remove conditionals.
668 * string/test-string.h (TEST_IFUNC): Remove macro.
669 [TEST_IFUNC]: Remove conditionals.
670
3b20fd5c
JM
671 * string/test-strchr.c [!WIDE] (L): New macro.
672 [WIDE] (L): Likewise.
673 (check1): Use CHAR instead of char. Use L on string and character
674 constants.
675
704f7947
AZ
6762014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
677
678 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
679 tests.
680 * sysdeps/powerpc/bits/atomic.h
681 (__arch_atomic_exchange_and_add_32_acq): Add definition.
682 (__arch_atomic_exchange_and_add_32_rel): Likewise.
683 (atomic_exchange_and_add_acq): Likewise.
684 (atomic_exchange_and_add_rel): Likewise.
685 * sysdeps/powerpc/powerpc32/bits/atomic.h
686 (__arch_atomic_exchange_and_add_64_acq): Add definition.
687 (__arch_atomic_exchange_and_add_64_rel): Likewise.
688 * sysdeps/powerpc/powerpc64/bits/atomic.h
689 (__arch_atomic_exchange_and_add_64_acq): Add definition.
690 (__arch_atomic_exchange_and_add_64_rel): Likewise.
691
cdcb42d7
TR
6922014-11-26 Torvald Riegel <triegel@redhat.com>
693
694 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
695 Change synchronization of __sched_fifo_min_prio and
696 __sched_fifo_max_prio.
697 * nptl/pthread_mutexattr_getprioceiling.c
698 (pthread_mutexattr_getprioceiling): Likewise.
699 * nptl/pthread_mutexattr_setprioceiling.c
700 (pthread_mutexattr_setprioceiling): Likewise.
701 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
702 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
703 Likewise.
704
c82f5c0c
JM
7052014-11-26 Joseph Myers <joseph@codesourcery.com>
706
707 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
708 void.
709
439e1ad6
JM
7102014-11-25 Joseph Myers <joseph@codesourcery.com>
711
712 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
713 third argument const.
714
b1eda10e
PE
7152014-11-25 Paul Eggert <eggert@cs.ucla.edu>
716
717 fnmatch: work around GCC compiler warning bug with uninit var
718 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
719 This works around a bug with x86-64 GCC 4.9.2 and earlier
720 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
721 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
722 used uninitialized in this function [-Wmaybe-uninitialized]".
723
bde2667a
JM
7242014-11-25 Joseph Myers <joseph@codesourcery.com>
725
726 * posix/bug-regex31.c (main): Return RES not 0.
727
5fbb5691
AB
7282014-11-25 Anton Blanchard <anton@samba.org>
729
730 * sysdeps/powerpc/bits/atomic.h
731 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
732
467fec0b
BM
7332014-11-24 Sterling Augustine <saugustine@google.com>
734
735 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
736
e9ff8efb
RC
7372014-11-24 Ryan Cumming <etaoins@gmail.com>
738
739 [BZ #17608]
740 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
741
9744496f
JM
7422014-11-24 Joseph Myers <joseph@codesourcery.com>
743
744 [BZ #17633]
745 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
746 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
747 variable.
748 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
749 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
750
6423d475
WD
7512014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
752
753 * string/strncpy.c (strncpy): Improve performance by using memset.
754
7552014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
756
757 * string/strcpy.c (strcpy):
758 Improve performance by using strlen and memcpy.
759
5d178c37
LH
7602014-11-24 Leonhard Holz <leonhard.holz@web.de>
761
762 * string/strcoll_l.c (get_next_seq): __always_inline.
763 * string/strcoll_l.c (do_compare): __always_inline.
764
279bc5b3
SP
7652014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
766
7a9ebfa1
SP
767 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
768 defined.
769 * include/mqueue.h: Likewise.
770 * include/stdlib.h: Likewise.
771
4f41c682
SP
772 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
773 (get_null_defines): Adjust.
774 * sunrpc/Makefile: Adjust comment.
775 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
776 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
777 (CFLAGS-interp.c): Likewise.
778 (CFLAGS-ldconfig.c): Likewise.
779 (CPPFLAGS-.os): Likewise.
780 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
781 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
782 * extra-modules.mk (extra-modules.mk): Likewise.
783 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
784 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
785 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
786 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
787 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
788 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
789 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
790 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
791 * iconvdata/Makefile (CPPFLAGS): Likewise.
792 (cpp-srcs-left): Add libof for all iconvdata routines.
793 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
794 * include/assert.h: Likewise.
795 * include/ctype.h: Likewise.
796 * include/errno.h: Likewise.
797 * include/libc-symbols.h: Likewise.
798 * include/math.h: Likewise.
799 * include/netdb.h: Likewise.
800 * include/resolv.h: Likewise.
801 * include/stdio.h: Likewise.
802 * include/stdlib.h: Likewise.
803 * include/string.h: Likewise.
804 * include/sys/stat.h: Likewise.
805 * include/wctype.h: Likewise.
806 * intl/l10nflist.c: Likewise.
807 * libidn/idn-stub.c: Likewise.
808 * libio/libioP.h: Likewise.
809 * nptl/libc_multiple_threads.c: Likewise.
810 * nptl/pthreadP.h: Likewise.
811 * posix/regex_internal.h: Likewise.
812 * resolv/res_hconf.c: Likewise.
813 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
814 * sysdeps/arm/memmove.S: Likewise.
815 * sysdeps/arm/sysdep.h: Likewise.
816 * sysdeps/generic/_itoa.h: Likewise.
817 * sysdeps/generic/symbol-hacks.h: Likewise.
818 * sysdeps/gnu/errlist.awk: Likewise.
819 * sysdeps/gnu/errlist.c: Likewise.
820 * sysdeps/i386/i586/memcpy.S: Likewise.
821 * sysdeps/i386/i586/memset.S: Likewise.
822 * sysdeps/i386/i686/memcpy.S: Likewise.
823 * sysdeps/i386/i686/memmove.S: Likewise.
824 * sysdeps/i386/i686/mempcpy.S: Likewise.
825 * sysdeps/i386/i686/memset.S: Likewise.
826 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
827 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
828 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
829 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
830 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
831 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
832 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
833 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
834 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
835 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
836 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
837 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
838 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
839 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
840 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
841 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
842 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
843 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
844 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
845 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
846 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
847 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
848 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
849 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
850 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
851 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
852 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
853 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
854 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
855 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
856 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
857 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
858 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
859 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
860 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
861 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
862 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
863 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
864 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
865 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
866 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
867 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
868 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
869 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
870 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
871 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
872 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
873 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
874 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
875 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
876 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
877 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
878 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
879 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
880 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
881 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
882 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
883 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
884 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
885 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
886 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
887 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
888 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
889 * sysdeps/nptl/bits/libc-lock.h: Likewise.
890 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
891 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
892 * sysdeps/posix/closedir.c: Likewise.
893 * sysdeps/posix/opendir.c: Likewise.
894 * sysdeps/posix/readdir.c: Likewise.
895 * sysdeps/posix/rewinddir.c: Likewise.
896 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
897 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
898 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
899 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
900 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
901 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
902 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
903 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
904 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
905 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
906 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
907 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
908 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
909 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
910 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
911 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
912 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
913 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
914 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
915 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
916 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
917 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
918 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
919 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
920 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
921 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
922 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
923 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
924 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
925 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
926 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
927 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
928 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
929 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
930 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
931 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
932 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
933 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
934 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
935 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
936 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
937 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
938 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
939 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
940 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
941 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
942 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
943 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
944 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
945 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
946 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
947 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
948 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
949 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
950 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
951 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
952 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
953 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
954 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
955 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
956 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
957 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
958 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
959 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
960 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
961 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
962 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
963 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
964 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
965 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
966 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
967 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
968 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
969 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
970 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
971 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
972 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
973 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
974 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
975 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
976 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
977 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
978 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
979 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
980 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
981 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
982 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
983 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
984 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
985 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
986 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
987 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
988 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
989 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
990 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
991 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
992 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
993 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
994 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
995 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
996 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
997 * sysdeps/unix/alpha/sysdep.S: Likewise.
998 * sysdeps/unix/alpha/sysdep.h: Likewise.
999 * sysdeps/unix/make-syscalls.sh: Likewise.
1000 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1001 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1002 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1003 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1004 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1005 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1006 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1007 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1008 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1009 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1010 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1011 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1012 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1013 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1014 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1015 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1016 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1017 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1018 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1019 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1020 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1021 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1022 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1023 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1024 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1025 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1026 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1027 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1028 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1029 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1030 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1031 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1032 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1033 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1034 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1035 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1036 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1037 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1038 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1039 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1040 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1041 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1042 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1043 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1044 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1045 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1046 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1047 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1048 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1049 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1050 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1051 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1052 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1053 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1054 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1055 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1056 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1057 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1058 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1059 * sysdeps/x86_64/memcpy.S: Likewise.
1060 * sysdeps/x86_64/memmove.c: Likewise.
1061 * sysdeps/x86_64/memset.S: Likewise.
1062 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1063 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1064 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1065 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1066 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1067 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1068 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1069 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1070 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1071 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1072 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1073 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1074 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1075 * sysdeps/x86_64/multiarch/memset.S: Likewise.
1076 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1077 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1078 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1079 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1080 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1081 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1082 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1083 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1084 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1085 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1086 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1087 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1088 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1089 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1090 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1091 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1092 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1093 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1094 * sysdeps/x86_64/strcmp.S: Likewise.
1095
76ca86a5
SP
1096 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1097
a3848485
SP
1098 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1099 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1100 * elf/rtld-Rules: Likewise.
1101 * elf/setup-vdso.h: Likewise.
1102 * include/assert.h: Likewise.
1103 * include/bits/stdlib-float.h: Likewise.
1104 * include/errno.h: Likewise.
1105 * include/sys/stat.h: Likewise.
1106 * include/unistd.h: Likewise.
1107 * sysdeps/aarch64/setjmp.S: Likewise.
1108 * sysdeps/alpha/setjmp.S: Likewise.
1109 * sysdeps/arm/__longjmp.S: Likewise.
1110 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1111 * sysdeps/arm/setjmp.S: Likewise.
1112 * sysdeps/arm/sysdep.h: Likewise.
1113 * sysdeps/generic/_itoa.h: Likewise.
1114 * sysdeps/generic/dl-sysdep.h: Likewise.
1115 * sysdeps/generic/ldsodefs.h: Likewise.
1116 * sysdeps/i386/dl-tls.h: Likewise.
1117 * sysdeps/i386/setjmp.S: Likewise.
1118 * sysdeps/m68k/setjmp.c: Likewise.
1119 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1120 * sysdeps/mach/hurd/opendir.c: Likewise.
1121 * sysdeps/posix/getcwd.c: Likewise.
1122 * sysdeps/posix/opendir.c: Likewise.
1123 * sysdeps/posix/profil.c: Likewise.
1124 * sysdeps/powerpc/dl-procinfo.h: Likewise.
1125 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1126 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1127 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1128 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1129 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1130 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1131 * sysdeps/s390/dl-tls.h: Likewise.
1132 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1133 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1134 * sysdeps/sh/sh3/setjmp.S: Likewise.
1135 * sysdeps/sh/sh4/setjmp.S: Likewise.
1136 * sysdeps/unix/alpha/sysdep.h: Likewise.
1137 * sysdeps/unix/arm/sysdep.S: Likewise.
1138 * sysdeps/unix/i386/sysdep.S: Likewise.
1139 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1140 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1141 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1142 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1143 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1144 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1145 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1146 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1147 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1148 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1149 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1150 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1151 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1154 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1155 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1156 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1157 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1158 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1159 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1160 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1161 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1162 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1163 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1164 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1165 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1166 * sysdeps/unix/x86_64/sysdep.S: Likewise.
1167 * sysdeps/x86_64/setjmp.S: Likewise.
1168
a109996e
SP
1169 * include/math.h: Use IS_IN instead of IS_IN_libm.
1170 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1171 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1172 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1173 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1174 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1175 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1176 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1177 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1178 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1179 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1180 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1181 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1182 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1183 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1184 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1185 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1186 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1187 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1188 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1189 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1190 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1191 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1192 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1193 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1194 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1195 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1196 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1197 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1198 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1199 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1200 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1201 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1202 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1203 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1204 Likewise.
1205 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1206 Likewise.
1207 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1208 Likewise.
1209 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1210 Likewise.
1211 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1212 Likewise.
1213 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1214 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1215 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1216 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1217 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1218 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1219 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1220 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1221 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1222 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1223 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1224 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1225 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1226 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1227 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1228 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1229 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1230 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1231 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1232 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1233 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1234 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1235 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1236 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1237 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1238 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1239 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1240
ce9f10f7
SP
1241 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1242 * nptl/pthreadP.h: Likewise.
1243 * nptl_db/structs.def: Likewise.
1244 * sysdeps/arm/sysdep.h: Likewise.
1245 * sysdeps/nptl/bits/libc-lock.h: Likewise.
1246 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1247 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1248 * sysdeps/unix/alpha/sysdep.h: Likewise.
1249 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1250 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1251 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1252 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1253 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1254 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1255 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1256 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1257 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1258 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1259 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1260 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1261 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1262 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1264 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1265 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1266 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1267 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1268 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1269 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1270 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1271 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1272 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1273 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1274 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1275
016afc75
SP
1276 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1277 * nptl/pthreadP.h: Likewise.
1278 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1279 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1280 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1281 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1282 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1283 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1284 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1285 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1286 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1287 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1288 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1289 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1290 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1291 Likewise.
1292 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1293 Likewise.
1294 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1295 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1296 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1297 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1298 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1299 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1300 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1301 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1302
9b42a0b3
SP
1303 * dlfcn/dladdr.c: Use IS_IN.
1304 * dlfcn/dladdr1.c: Likewise.
1305 * dlfcn/dlclose.c: Likewise.
1306 * dlfcn/dlerror.c: Likewise.
1307 * dlfcn/dlinfo.c: Likewise.
1308 * dlfcn/dlmopen.c: Likewise.
1309 * dlfcn/dlopen.c: Likewise.
1310 * dlfcn/dlsym.c: Likewise.
1311 * dlfcn/dlvsym.c: Likewise.
1312
85f36372
SP
1313 * include/ifaddrs.h: Use IS_IN.
1314 * inet/check_pf.c: Likewise.
1315 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1316 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1317
fb6784e3
SP
1318 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1319 IS_IN_ldconfig.
1320 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1321 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1322
2886d2d1
SP
1323 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1324 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1325 IS_IN (libc).
1326
9a484857
SP
1327 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1328
a10178bd
SP
1329 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1330 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1331 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1332 * include/libc-symbols.h (IS_IN_LIB): New macro.
1333 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1334 * include/netdb.h: Likewise.
1335 * include/stap-probe.h: Remove all uses of IN_LIB.
1336
279bc5b3
SP
1337 * Makeconfig (module-cppflags-real): Define MODULE_NAME
1338 instead of IN_MODULE.
1339 * include/libc-symbols.h (IN_MODULE): Define using
1340 MODULE_NAME.
1341 (PASTE_NAME, PASTE_NAME1): New macros.
1342 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1343 of IN_LIB.
1344 (STAP_PROBE_ASM): Likewise.
1345
e0cfa510
ST
13462014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
1347
1348 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1349 __mach_init in dlopened libc.
1350
34d97d87
MF
13512014-11-22 Mike Frysinger <vapier@gentoo.org>
1352
1353 * sysdeps/arm/preconfigure.ac: Delete EABI check.
1354 * sysdeps/arm/preconfigure: Regenerate.
1355
33cd1f74
RM
13562014-11-21 Roland McGrath <roland@hack.frob.com>
1357
1358 * nptl/pthread_create.c (__pthread_create_2_1): Set
1359 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1360 when copying values from IATTR into PD.
1361
8c230039
WN
13622014-11-21 Will Newton <will.newton@linaro.org>
1363 Andrew Pinski <andrew.pinski@caviumnetworks.com>
1364
6d3db89b
AP
1365 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1366 Refactor inline-asm. Also add comment.
1367
01194ba1
WN
1368 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1369 ElfW macro instead of hardcoded Elf64 types.
1370 (la_aarch64_gnu_pltenter): Likewise.
1371 * sysdeps/aarch64/dl-machine.h
1372 (elf_machine_runtime_setup): Use ElfW(Addr).
1373
8c230039
WN
1374 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1375 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1376 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1377 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1378 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1379 (R_AARCH64_TLS_DTPMOD64): Rename to ..
1380 (R_AARCH64_TLS_DTPMOD): This.
1381 (R_AARCH64_TLS_DTPREL64): Rename to ...
1382 (R_AARCH64_TLS_DTPREL): This.
1383 (R_AARCH64_TLS_TPREL64): Rename to ...
1384 (R_AARCH64_TLS_TPREL): This.
1385 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1386 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1387 R_AARCH64_TLS_TPREL64.
1388 (elf_machine_rela): Likewise.
1389
0d79fa53
TR
13902014-11-21 Torvald Riegel <triegel@redhat.com>
1391
1392 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1393 by setting it to 0. 64b atomics are not supported currently.
1394
b59d114b
AO
13952014-11-21 Alexandre Oliva <aoliva@redhat.com>
1396
1397 [BZ #16469]
1398 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1399 search domain names.
1400
f3d945d5
AO
14012014-11-21 Alexandre Oliva <aoliva@redhat.com>
1402
1403 [BZ #16469]
1404 * NEWS: Update.
1405 * resolv/res_query.c (__libc_res_nquerydomain): Retain
1406 trailing dot.
1407 * posix/tst-getaddrinfo5.c: New.
1408 * posix/Makefile (tests): Add it.
1409
49698902
AO
14102014-11-21 Alexandre Oliva <aoliva@redhat.com>
1411
1412 [BZ #14498]
1413 * NEWS: Fixed.
1414 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1415 after parsing line but before break_if_match.
1416 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1417 if there is a protocol mismatch.
1418
81959214
MS
14192014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1420
1421 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1422 because the potential race is on the user-supplied stream.
1423
7729e0e9
AO
14242014-11-21 Alexandre Oliva <aoliva@redhat.com>
1425
1426 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1427 string literal if not passed a buffer.
1428 * manual/job.texi (ctermid): Update reasoning, note deviation
1429 from posix, suggest mtasurace when not passed a buffer, for
1430 future non-preliminary safety notes.
1431
a4ea5e28
AO
14322014-11-21 Alexandre Oliva <aoliva@redhat.com>
1433
1434 * manual/users.texi (cuserid): Fix MT-Safety note for the case
1435 of not passing it a buffer.
1436 Reported by Peng Haitao.
1437
a2b581cb
AO
14382014-11-21 Alexandre Oliva <aoliva@redhat.com>
1439
1440 * manual/Makefile ($(objpfx)stamp-summary): Require
1441 check-safety.sh to pass.
1442 * manual/check-safety.sh: Wish for verification that every
1443 @deftypefn and @deftypefun is followed by a @safety remark.
1444
f214ff74
RM
14452014-11-20 Roland McGrath <roland@hack.frob.com>
1446
7f0dfae0
RM
1447 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1448
2f531bbb
RM
1449 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1450 PTHREAD_CANCEL_ASYNCHRONOUS.
1451 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1452 send SIGCANCEL.
1453
f214ff74
RM
1454 * nptl/default-sched.h: New file.
1455 * sysdeps/unix/sysv/linux/default-sched.h: New file.
1456 * nptl/pthread_create.c: Include it.
1457 (__pthread_create_2_1): Use collect_default_sched instead of making
1458 Linux syscalls here directly.
1459
e37c91d4
TR
14602014-11-20 Torvald Riegel <triegel@redhat.com>
1461
1462 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1463 __pthread_once): Use C11 atomics.
1464
1eccfecd
TR
14652014-11-20 Torvald Riegel <triegel@redhat.com>
1466
1467 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1468
ff871426
TR
14692014-11-20 Torvald Riegel <triegel@redhat.com>
1470
1471 * include/atomic.h (__atomic_link_error, __atomic_check_size,
1472 atomic_thread_fence_acquire, atomic_thread_fence_release,
1473 atomic_thread_fence_seq_cst, atomic_load_relaxed,
1474 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1475 atomic_compare_exchange_weak_relaxed,
1476 atomic_compare_exchange_weak_acquire,
1477 atomic_compare_exchange_weak_release,
1478 atomic_exchange_acquire, atomic_exchange_release,
1479 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1480 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1481 atomic_fetch_and_acquire,
1482 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1483
1ea339b6
TR
14842014-11-20 Torvald Riegel <triegel@redhat.com>
1485
1486 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1487 USE_ATOMIC_COMPILER_BUILTINS): Define.
1488 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1489 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1490 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1491 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1492 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1493 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1494 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1495 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1496 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1497 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1498 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1499 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1500 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1501 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1502 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1503 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1504 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1505 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1506 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1507 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1508 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1509 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1510 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1511 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1512 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1513 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1514 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1515 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1516 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1517 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1518 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1519 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1520 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1521 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1522 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1523 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1524 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1525 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1526 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1527 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1528
cbd463e2
RM
15292014-11-19 Roland McGrath <roland@hack.frob.com>
1530
d960211f
RM
1531 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1532 the sched_priority value here. It was already checked when the user
1533 called pthread_attr_setschedparam.
1534
cbd463e2
RM
1535 * nptl/tst-bad-schedattr.c: New file.
1536 * nptl/Makefile (tests): Add it.
1537
a39208bd
CD
15382014-11-19 Carlos O'Donell <carlos@redhat.com>
1539 Florian Weimer <fweimer@redhat.com>
1540 Joseph Myers <joseph@codesourcery.com>
1541 Adam Conrad <adconrad@0c3.net>
1542 Andreas Schwab <schwab@suse.de>
1543 Brooks <bmoses@google.com>
1544
1545 [BZ #17625]
1546 * wordexp-test.c (__dso_handle): Add prototype.
1547 (__register_atfork): Likewise.
1548 (__app_register_atfork): New function.
1549 (registered_forks): New global.
1550 (register_fork): New function.
1551 (test_case): Add 3 new tests for WRDE_CMDSUB.
1552 (main): Call __app_register_atfork.
1553 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1554 fork count is non-zero fail the test.
1555 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1556 is set.
1557 (parse_dollars): Remove check for WRDE_NOCMD.
1558 (parse_dquote): Likewise.
1559
9cd47470
SP
15602014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
1561
130ac68c
SP
1562 * Makeconfig (built-modules): List non-library modules to be
1563 built.
1564 (module-cppflags): Include libc-modules.h for
1565 everything except shlib-versions.v.i.
1566 (CPPFLAGS): Use it.
1567 (before-compile): Add libc-modules.h.
1568 ($(common-objpfx)libc-modules.h,
1569 $(common-objpfx)libc-modules.stmp): New targets.
1570 (common-generated): Add libc-modules.h and libc-modules.stmp.
1571 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1572 * include/libc-symbols.h: Don't include libc-modules.h.
1573 * include/libc-modules.h: Remove file.
1574 * scripts/gen-libc-modules.awk: New script to generate
1575 libc-modules.h.
1576 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1577 Depend on libc-modules.stmp.
1578
286663c3
SP
1579 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1580
9cd47470
SP
1581 * Makeconfig (in-module): Get value of libof set for the
1582 translation unit.
1583 (CPPFLAGS): Use $(in-module).
1584 * Makerules: Don't suffix routine names for nonlib.
1585 * include/libc-modules.h: New file.
1586 * include/libc-symbols.h: Include libc-modules.h
1587 (IS_IN): New macro to replace IS_IN_* macros.
1588 * elf/Makefile: Set libof-* for each routine.
1589 * elf/rtld-Rules: Likewise.
1590 * extra-modules.mk: Likewise.
1591 * iconv/Makefile: Likewise.
1592 * iconvdata/Makefile: Likewise.
1593 * locale/Makefile: Likewise.
1594 * malloc/Makefile: Likewise.
1595 * nss/Makefile: Likewise.
1596 * sysdeps/gnu/Makefile: Likewise.
1597 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1598 * sysdeps/unix/sysv/linux/Makefile: Likewise.
1599 * sysdeps/s390/s390-64/Makefile: Likewise.
1600 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
1601 CPPFLAGS for nscd instead of nonlib.
1602
32fed10f
RM
16032014-11-18 Roland McGrath <roland@hack.frob.com>
1604
d71035bd
RM
1605 * nptl/createthread.c: New file.
1606
6540b991
RM
1607 * nptl/createthread.c: Moved ...
1608 * sysdeps/unix/sysv/linux/createthread.c: ... here.
1609
32fed10f
RM
1610 * nptl/createthread.c: Add proper top-line comment.
1611 (do_clone): Folded into ...
1612 (create_thread): ... here. Take new arguments STOPPED_START and
1613 THREAD_RAN. Always set PD->stopped_start to something here. Don't
1614 increment __nptl_threads, do event-reporting logic, do
1615 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1616 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
1617 resource cleanup if sched_setaffinity or sched_setscheduler fails,
1618 just send SIGCANCEL.
1619 * nptl/pthread_create.c: Forward-declare create_thread before
1620 including createthread.c.
1621 (start_thread): Use new macro START_THREAD_DEFN to replace defining
1622 declaration, and new macro START_THREAD_SELF to replace argument.
1623 Remove return statement.
1624 (report_thread_creation): New function.
1625 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
1626 synchronization logic, and __nptl_nthreads increment here, around
1627 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
1628 PD->parent_cancelhandling here, before create_thread. When
1629 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1630 __deallocate_stack, and ENOMEM translation here.
1631
107a5bf0
JM
16322014-11-18 Joseph Myers <joseph@codesourcery.com>
1633
1634 [BZ #17616]
1635 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1636 (mptwo): Rename to __mptwo.
1637 (__inv): Use __mptwo instead of mptwo.
1638 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1639 (mptwo): Rename to __mptwo.
1640 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1641 of mpone and __mptwo instead of mptwo.
1642 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1643 instead of mpone.
1644 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1645 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1646 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1647 of mpone and __mptwo instead of mptwo.
1648 (__mpranred): Use __mpone instead of mpone.
1649 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1650 variable.
1651 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1652 (test-xfail-ISO99/math.h/linknamespace): Likewise.
1653 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1654 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1655 (test-xfail-ISO11/math.h/linknamespace): Likewise.
1656 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1657 (test-xfail-XPG3/math.h/linknamespace): Likewise.
1658 (test-xfail-XPG4/math.h/linknamespace): Likewise.
1659 (test-xfail-POSIX/math.h/linknamespace): Likewise.
1660 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1661 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1662 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1663 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1664 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1665 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1666 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1667 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1668 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1669 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1670
3b679ab3
TV
16712014-11-18 Tom de Vries <tom@codesoucery.com>
1672
1673 * manual/signal.texi (Primitives Interrupted by Signals): In section,
1674 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
1675
16762014-11-17 Richard Henderson <rth@redhat.com>
1677
1678 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1679 (_FP_PACK_RAW_2): Remove.
1680 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1681 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1682 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1683 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1684 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1685 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1686 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1687 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1688 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1689 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1690 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1691 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1692 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1693 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1694 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1695 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1696
0781a777
RM
16972014-11-14 Roland McGrath <roland@hack.frob.com>
1698
1699 * signal/signal.h [__USE_MISC]
1700 (struct sigvec): Remove type.
1701 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1702 (sigvec): Remove declaration.
1703 * sysdeps/posix/sigvec.c: Moved ...
1704 * signal/sigvec.c: ... here, replacing old file.
1705 (struct sigvec): New type, copied from old signal.h definition.
1706 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1707 (__sigvec): Convert definition to prototype.
1708 (sigvec): Replace weak_alias with compat_symbol.
1709 * signal/Versions (libc: GLIBC_2.21): New version set.
1710 * include/signal.h: Remove __sigvec declaration.
1711 * sysdeps/unix/bsd/sigvec.c: Remove file.
1712 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1713 * manual/signal.texi (BSD Handler): Remove subsection.
1714 Move siginterrupt up to ...
1715 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
1716 (Blocking in BSD): Fold subsection into its parent.
1717 * NEWS: Mention sigvec removal.
1718
a4733812
JM
17192014-11-14 Joseph Myers <joseph@codesourcery.com>
1720
5ae4fe60
JM
1721 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1722 (DLA_FMS): Make definition conditional only on [__FMA4__].
1723 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1724 definition.
1725
6a0dd472
JM
1726 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1727 Make definition conditional only on [PROF].
1728 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1729 definition.
1730 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1731 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1732
a4733812
JM
1733 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1734 !__GNUC__].
1735 * include/signal.h (__sigpause): Move declaration above call to
1736 libc_hidden_proto.
1737 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1738 variable.
1739 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1740 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1741
cf7246dd
DM
17422014-11-14 David S. Miller <davem@davemloft.net>
1743
1744 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1745 Define before including <string/memcpy.c> and <string/mempcpy.c>.
1746
c1b0aadc
JM
17472014-11-14 Joseph Myers <joseph@codesourcery.com>
1748
4863355a
JM
1749 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1750 * configure: Regenerated.
1751 * manual/install.texi (Tools for Compilation): Document a
1752 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1753 compiler verified to work.
1754 * INSTALL: Regenerated.
1755
c1b0aadc
JM
1756 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1757 redeclare with asm name.
1758 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1759 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1760 including <string.h>.
1761 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1762 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1763 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1764 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1765 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1766 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1767 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1768
2a1cfd94
JM
17692014-11-13 Joseph Myers <joseph@codesourcery.com>
1770
bf438382
JM
1771 * stdlib/strtol.c (__strtol): Use prototype definition.
1772
2a1cfd94
JM
1773 [BZ #17594]
1774 * stdlib/strtol.c (SYM__): New macro.
1775 (SYM__1): Likewise.
1776 (__strtol): Likewise.
1777 (strtol): Rename to __strtol and define as weak alias of
1778 __strtol. Use libc_hidden_weak.
1779
20ed0d26
SL
17802014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1781
1782 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1783 Use numbered labels in inline assembly.
1784
53244a4e
SL
17852014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1786
1787 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1788 Add setjmp LIBC_PROBE.
1789 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1790 Likewise.
1791 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1792 Add longjmp, longjmp_target LIBC_PROBE.
1793 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1794 Likewise.
1795
47df8251
SL
17962014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1797
1798 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1799 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1800 to get rid of unused variable warning.
1801
618cebef
SL
18022014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
1803
1804 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1805 Check for unwind_backtrace == NULL only in SHARED case.
1806 (__backchain_backtrace): Compile only in SHARED case.
1807 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1808 Likewise.
1809 (__backchain_backtrace): Declare as static.
1810
c6aab2cb
RM
18112014-11-12 Roland McGrath <roland@hack.frob.com>
1812
1813 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1814 (__libc_multiple_threads_ptr): Variable moved ...
1815 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1816
5a6fa4d7
JM
18172014-11-12 Joseph Myers <joseph@codesourcery.com>
1818
24f4f825
JM
1819 * conform/GlibcConform.pm: New file.
1820 * conform/conformtest.pl: Use GlibcConform module.
1821 * conform/linknamespace.pl: New file.
1822 * conform/list-header-symbols.pl: Likewise.
1823 * conform/Makefile (linknamespace-symlists-base): New variable.
1824 (linknamespace-symlists-tests): Likewise.
1825 (linknamespace-header-base): Likewise.
1826 (linknamespace-header-tests): Likewise.
1827 (tests-special): Add new tests.
1828 ($(linknamespace-symlists-tests)): New rule.
1829 (linknamespace-libs): New variable.
1830 ($(objpfx)symlist-stdlibs): New rule.
1831 ($(linknamespace-header-tests)): Likewise.
1832 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1833 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1834 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1835 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1836 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1837 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1838 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1839 (test-xfail-ISO/math.h/linknamespace): Likewise.
1840 (test-xfail-ISO/signal.h/linknamespace): Likewise.
1841 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1842 (test-xfail-ISO/time.h/linknamespace): Likewise.
1843 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1844 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1845 (test-xfail-ISO99/math.h/linknamespace): Likewise.
1846 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1847 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1848 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1849 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1850 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1851 (test-xfail-ISO11/math.h/linknamespace): Likewise.
1852 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1853 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1854 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1855 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1856 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1857 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1858 (test-xfail-XPG3/math.h/linknamespace): Likewise.
1859 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1860 (test-xfail-XPG3/search.h/linknamespace): Likewise.
1861 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1862 (test-xfail-XPG3/time.h/linknamespace): Likewise.
1863 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1864 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1865 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1866 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1867 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1868 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1869 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1870 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1871 (test-xfail-XPG4/math.h/linknamespace): Likewise.
1872 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1873 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1874 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1875 (test-xfail-XPG4/search.h/linknamespace): Likewise.
1876 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1877 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1878 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1879 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1880 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1881 (test-xfail-XPG4/time.h/linknamespace): Likewise.
1882 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1883 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1884 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1885 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1886 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1887 (test-xfail-POSIX/math.h/linknamespace): Likewise.
1888 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1889 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1890 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1891 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1892 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1893 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1894 (test-xfail-POSIX/time.h/linknamespace): Likewise.
1895 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1896 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1897 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1898 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1899 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1900 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1901 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1902 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1903 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1904 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1905 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1906 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1907 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1908 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1909 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1910 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1911 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1912 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1913 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1914 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1915 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1916 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1917 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1918 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1919 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1920 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1921 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1922 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1923 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1924 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1925 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1926 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1927 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1928 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1929 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1930 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1931 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1932 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1933 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1934 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1935 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1936 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1937 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1938 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1939 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1940 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1941 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1942 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1943 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1944 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1945 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1946 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1947 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1948 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1949 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1950 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1951 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1952 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1953 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1954 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1955 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1956 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1957 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1958 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1959 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1960 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1961 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1962 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1963 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1964 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1965 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1966 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1967 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1968 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1969 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1970 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1971 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1972 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1973 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1974 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1975 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1976 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1977 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1978 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1979 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1980 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1981 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1982 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1983 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1984 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1985 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1986 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1987 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1988 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1989 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1990 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1991 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1992 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1993
cc67478e
JM
1994 [BZ #17589]
1995 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1996 of fgets_unlocked.
1997
9975e3d3
JM
1998 [BZ #17585]
1999 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2000 (memmem): Rename to __memmem and define as weak alias of
2001 __memmem. Use libc_hidden_weak.
2002 (__memmem): Use libc_hidden_def.
2003 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
2004 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2005 memmem.
2006
c4eae752
JM
2007 [BZ #17582]
2008 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2009 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
2010 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2011 and define as weak alias of __fgets_unlocked. Use
2012 libc_hidden_weak.
2013 (__fgets_unlocked): Use libc_hidden_def.
2014 * include/stdio.h (__fgets_unlocked): Declare. Use
2015 libc_hidden_proto.
2016 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2017 __fgets_unlocked instead of fgets_unlocked.
2018 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2019 (GET_NPROCS_CONF_PARSER): Likewise.
2020 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2021 (GET_NPROCS_CONF_PARSER): Likewise.
2022
01cad84e
JM
2023 [BZ #17574]
2024 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2025 weak alias of __wmemset. Use libc_hidden_weak.
2026 (__wmemset): Use libc_hidden_def.
2027 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
2028 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2029 of wmemset.
2030
939da411
JM
2031 [BZ #17573]
2032 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2033 with asm name __mempcpy.
2034 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2035
293d9a41
JM
2036 [BZ #17572]
2037 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2038 and define as weak alias of __rawmemchr.
2039 (__rawmemchr): Do not define as strong alias of rawmemchr.
2040
bef8fd60
JM
2041 [BZ #17571]
2042 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2043 alias of __qsort_r.
2044 (qsort): Call __qsort_r instead of qsort_r.
2045 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2046 (__qsort_r): Declare. Call libc_hidden_proto.
2047 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2048 instead of qsort_r.
2049 * nscd/gai.c (__qsort_r): Define to qsort_r.
2050 * posix/tst-rfc3484.c (__qsort_r): Likewise.
2051 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2052 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2053
c52ff39e
JM
2054 [BZ #17570]
2055 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2056 define as weak alias of __malloc_info.
2057
2f5c1b00
JM
2058 [BZ #17584]
2059 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2060 as weak alias of __rewinddir. Don't use libc_hidden_def.
2061 (__rewinddir): Use libc_hidden_def.
2062 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2063 as weak alias of __rewinddir. Don't use libc_hidden_def.
2064 (__rewinddir): Use libc_hidden_def.
2065 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2066 weak alias of __rewinddir. Don't use libc_hidden_def.
2067 (__rewinddir): Use libc_hidden_def.
2068 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2069 (__rewinddir): Use libc_hidden_proto.
2070 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2071 rewinddir.
2072 (__getcwd): Use __rewinddir instead of rewinddir.
2073
5a6fa4d7
JM
2074 [BZ #17583]
2075 * libio/fileno.c (fileno): Rename to __fileno and define as weak
2076 alias of __fileno. Use libc_hidden_weak.
2077 (__fileno): Use libc_hidden_def.
2078 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2079 * libio/ftello.c (ftello): Rename to __ftello and define as weak
2080 alias of __ftello.
2081 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2082 __ftello.
2083 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2084 (__fread_unlocked): Define as strong alias of _IO_fread. Use
2085 libc_hidden_def.
2086 (fread_unlocked): Don't use libc_hidden_ver.
2087 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2088 and define as weak alias of __fread_unlocked. Don't use
2089 libc_hidden_def.
2090 (__fread_unlocked): Use libc_hidden_def.
2091 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
2092 (ftello): Don't use libc_hidden_proto.
2093 (__ftello): Declare. Use libc_hidden_proto.
2094 (fread_unlocked): Don't use libc_hidden_proto.
2095 (__fread_unlocked): Declare. Use libc_hidden_proto.
2096 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2097 and __ftello instead of fileno, fread_unlocked and ftello.
2098
2581b98e
SP
20992012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
2100
2101 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2102 GOT12.
2103 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2104 Likewise.
2105 (_dl_start_user): Likewise.
2106 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2107
533bb7c2
SP
21082014-11-12 Carlos O'Donell <carlos@redhat.com>
2109 Siddhesh Poyarekar <siddhesh@redhat.com>
2110
2111 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2112 Move argv and envp down instead of moving argc up.
2113 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2114
fffa1cf8
LH
21152014-11-12 Leonhard Holz <leonhard.holz@web.de>
2116
2117 [BZ #17506]
2118 * test-skeleton.c (main): Return successful if one of
2119 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2120 * string/tst-strcoll-overflow.c: Define expected status.
2121
fb89b46d
TU
21222014-11-12 Tatiana Udalova <t.udalova@samsung.com>
2123
2124 [BZ #17475]
2125 * locale/iso-639.def: Define Bhili and Tulu language codes.
2126
5c40c3ba
AH
21272014-11-11 Alan Hayward <alan.hayward@arm.com>
2128
2129 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2130
b17fe01b 21312014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
2132
2133 [BZ #17555]
2134 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2135
bd805071
AS
21362014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
2137
2138 * configure.ac: Updated check of minimal required version to
2139 2.22.
2140 * manual/install.texi (Tools for Compilation): Updated version
2141 number.
2142 * configure: Regenerated.
2143 * INSTALL: Likewise.
2144
1400983e
AS
21452014-11-07 Andreas Schwab <schwab@linux-m68k.org>
2146
2147 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2148 __tls_get_addr.
2149
2c46a66a
JM
21502014-11-07 Joseph Myers <joseph@codesourcery.com>
2151
2152 * include/sys/wait.h (__libc_waitpid): Remove declaration.
2153 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2154 (__waitpid): Don't define as alias. Use libc_hidden_def not
2155 libc_hidden_weak.
2156 (waitpid): Define as alias of __waitpid.
2157 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2158 __waitpid.
2159 (__waitpid): Don't define as alias. Use libc_hidden_def not
2160 libc_hidden_weak.
2161 (waitpid): Define as alias of __waitpid.
2162 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2163 __libc_waitpid alias.
2164 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2165 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2166 Likewise.
2167 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2168 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2169 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2170 alias.
2171 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2172 __waitpid.
2173 (__waitpid): Don't define as alias. Use libc_hidden_def not
2174 libc_hidden_weak.
2175 (waitpid): Define as alias of __waitpid.
2176
da53d6db
CD
21772014-11-06 Carlos O'Donell <carlos@redhat.com>
2178
a2887bdb
CD
2179 * manual/llio.texi: Add comment that write safety has been
2180 fixed in Linux.
2181
da53d6db
CD
2182 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2183 (localplt-build-dso): Add elf/ld.so.
2184 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2185 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2186 and free for ld.so.
2187 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2188 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2189 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2190 Likewise.
2191 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2192 Likewise.
2193 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2194 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2195 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2196 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2197 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2198 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2199 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2200 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2201 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2202 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2203 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2204
9cf27b8d
JM
22052014-11-05 Joseph Myers <joseph@codesourcery.com>
2206
2207 [BZ #14132]
2208 * include/libc-symbols.h (INTUSE): Remove macro.
2209 (INTDEF): Likewise.
2210 (INTVARDEF): Likewise.
2211 (_INTVARDEF): Likewise.
2212 (INTDEF2): Likewise.
2213 (INTVARDEF2): Likewise.
2214 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2215 rtld_hidden_def instead of INTVARDEF.
2216 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2217 (_dl_starting_up_internal): Remove declaration.
2218 (_dl_starting_up): Use rtld_hidden_proto.
2219 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2220 declaration.
2221 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2222 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2223 _dl_starting_up.
2224 * elf/dl-writev.h (_dl_writev): Likewise.
2225 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2226 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2227 _dl_starting_up_internal.
2228
af83568d
AZ
22292014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2230
2231 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2232 test-skeleton.c.
2233
b01ee67c
WN
22342014-11-05 Will Newton <will.newton@linaro.org>
2235
2236 * benchtests/Makefile: (bench-malloc): Add malloc thread
2237 scalability benchmark.
2238 * benchtests/bench-malloc-threads.c: New file.
2239
be9d4ccc
RE
22402014-11-05 Richard Earnshaw <rearnsha@arm.com>
2241
2242 * sysdeps/aarch64/strchrnul.S: New file.
2243
7110166d
AZ
22442014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2245
2246 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2247 definition.
2248 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2249 Likwise.
2250 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2251 Likewise.
2252 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2253 Likewise.
2254 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2255 Likewise.
2256 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2257 Likewise.
2258
22592014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
2260
2261 * catgets/test-gencat.c: Use test-skeleton.c.
2262 * catgets/tst-catgets.c: Likewise.
2263 * csu/tst-empty.c: Likewise.
2264 * elf/tst-audit2.c: Likewise.
2265 * elf/tst-global1.c: Likewise.
2266 * elf/tst-pathopt.c: Likewise.
2267 * elf/tst-piemod1.c: Likewise.
2268 * elf/tst-tls10.c: Likewise.
2269 * elf/tst-tls11.c: Likewise.
2270 * elf/tst-tls12.c: Likewise.
2271 * gnulib/tst-gcc.c: Likewise.
2272 * iconvdata/tst-e2big.c: Likewise.
2273 * iconvdata/tst-loading.c: Likewise.
2274 * iconv/tst-iconv1.c: Likewise.
2275 * iconv/tst-iconv2.c: Likewise.
2276 * inet/test-inet6_opt.c: Likewise.
2277 * inet/tst-gethnm.c: Likewise.
2278 * inet/tst-network.c: Likewise.
2279 * inet/tst-ntoa.c: Likewise.
2280 * intl/tst-codeset.c: Likewise.
2281 * intl/tst-gettext2.c: Likewise.
2282 * intl/tst-gettext3.c: Likewise.
2283 * intl/tst-ngettext.c: Likewise.
2284 * intl/tst-translit.c: Likewise.
2285 * io/test-stat.c: Likewise.
2286 * libio/test-fmemopen.c: Likewise.
2287 * libio/tst-freopen.c: Likewise.
2288 * libio/tst-sscanf.c: Likewise.
2289 * libio/tst-ungetwc1.c: Likewise.
2290 * libio/tst-ungetwc2.c: Likewise.
2291 * libio/tst-widetext.c: Likewise.
2292 * localedata/tst-ctype.c: Likewise.
2293 * localedata/tst-digits.c: Likewise.
2294 * localedata/tst-leaks.c: Likewise.
2295 * localedata/tst-mbswcs1.c: Likewise.
2296 * localedata/tst-mbswcs2.c: Likewise.
2297 * localedata/tst-mbswcs3.c: Likewise.
2298 * localedata/tst-mbswcs4.c: Likewise.
2299 * localedata/tst-mbswcs5.c: Likewise.
2300 * localedata/tst-setlocale.c: Likewise.
2301 * localedata/tst-trans.c: Likewise.
2302 * localedata/tst-wctype.c: Likewise.
2303 * localedata/tst-xlocale1.c: Likewise.
2304 * login/tst-grantpt.c: Likewise.
2305 * malloc/tst-calloc.c: Likewise.
2306 * malloc/tst-malloc.c: Likewise.
2307 * malloc/tst-mallocstate.c: Likewise.
2308 * malloc/tst-mcheck.c: Likewise.
2309 * malloc/tst-mtrace.c: Likewise.
2310 * malloc/tst-obstack.c: Likewise.
2311 * math/atest-exp2.c: Likewise.
2312 * math/atest-exp.c: Likewise.
2313 * math/atest-sincos.c: Likewise.
2314 * math/test-matherr.c: Likewise.
2315 * math/test-misc.c: Likewise.
2316 * math/test-powl.c: Likewise.
2317 * math/tst-definitions.c: Likewise.
2318 * misc/tst-dirname.c: Likewise.
2319 * misc/tst-efgcvt.c: Likewise.
2320 * misc/tst-fdset.c: Likewise.
2321 * misc/tst-hsearch.c: Likewise.
2322 * misc/tst-mntent2.c: Likewise.
2323 * nptl/tst-sem7.c: Likewise.
2324 * nptl/tst-sem8.c: Likewise.
2325 * nptl/tst-sem9.c: Likewise.
2326 * nss/test-netdb.c: Likewise.
2327 * posix/tst-fnmatch.c: Likewise.
2328 * posix/tst-getlogin.c: Likewise.
2329 * posix/tst-gnuglob.c: Likewise.
2330 * posix/tst-mmap.c: Likewise.
2331 * pwd/tst-getpw.c: Likewise.
2332 * resolv/tst-inet_ntop.c: Likewise.
2333 * rt/tst-timer.c: Likewise.
2334 * stdio-common/test-fseek.c: Likewise.
2335 * stdio-common/test-popen.c: Likewise.
2336 * stdio-common/test-vfprintf.c: Likewise.
2337 * stdio-common/tst-cookie.c: Likewise.
2338 * stdio-common/tst-fileno.c: Likewise.
2339 * stdio-common/tst-gets.c: Likewise.
2340 * stdio-common/tst-obprintf.c: Likewise.
2341 * stdio-common/tst-perror.c: Likewise.
2342 * stdio-common/tst-sprintf2.c: Likewise.
2343 * stdio-common/tst-sprintf3.c: Likewise.
2344 * stdio-common/tst-sprintf.c: Likewise.
2345 * stdio-common/tst-swprintf.c: Likewise.
2346 * stdio-common/tst-tmpnam.c: Likewise.
2347 * stdio-common/tst-unbputc.c: Likewise.
2348 * stdio-common/tst-wc-printf.c: Likewise.
2349 * stdlib/tst-environ.c: Likewise.
2350 * stdlib/tst-fmtmsg.c: Likewise.
2351 * stdlib/tst-limits.c: Likewise.
2352 * stdlib/tst-rand48-2.c: Likewise.
2353 * stdlib/tst-rand48.c: Likewise.
2354 * stdlib/tst-random2.c: Likewise.
2355 * stdlib/tst-random.c: Likewise.
2356 * stdlib/tst-strtol.c: Likewise.
2357 * stdlib/tst-strtoll.c: Likewise.
2358 * stdlib/tst-tls-atexit.c: Likewise.
2359 * stdlib/tst-xpg-basename.c: Likewise.
2360 * string/test-ffs.c: Likewise.
2361 * string/tst-bswap.c: Likewise.
2362 * string/tst-inlcall.c: Likewise.
2363 * string/tst-strtok.c: Likewise.
2364 * string/tst-strxfrm.c: Likewise.
2365 * sysdeps/x86_64/tst-audit10.c: Likewise.
2366 * sysdeps/x86_64/tst-audit3.c: Likewise.
2367 * sysdeps/x86_64/tst-audit4.c: Likewise.
2368 * sysdeps/x86_64/tst-audit5.c: Likewise.
2369 * time/tst-ftime_l.c: Likewise.
2370 * time/tst-getdate.c: Likewise.
2371 * time/tst-mktime3.c: Likewise.
2372 * time/tst-mktime.c: Likewise.
2373 * time/tst-posixtz.c: Likewise.
2374 * time/tst-strptime2.c: Likewise.
2375 * time/tst-strptime3.c: Likewise.
2376 * wcsmbs/tst-btowc.c: Likewise.
2377 * wcsmbs/tst-mbrtowc.c: Likewise.
2378 * wcsmbs/tst-mbsrtowcs.c: Likewise.
2379 * wcsmbs/tst-wchar-h.c: Likewise.
2380 * wcsmbs/tst-wcpncpy.c: Likewise.
2381 * wcsmbs/tst-wcrtomb.c: Likewise.
2382 * wcsmbs/tst-wcsnlen.c: Likewise.
2383 * wcsmbs/tst-wcstof.c: Likewise.
2384
2004e7fb
JM
23852014-11-04 Joseph Myers <joseph@codesourcery.com>
2386
ab97ee8f
JM
2387 [BZ #14132]
2388 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2389 INTDEF.
2390 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2391 declaration.
2392 (_dl_mcount): Use rtld_hidden_proto.
2393 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2394 _dl_mcount.
2395 * elf/rtld.c (_rtld_global_ro): Likewise.
2396
c5684fdb
JM
2397 [BZ #14132]
2398 * elf/dl-init.c (_dl_init): Don't use INTDEF.
2399 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2400 of _dl_init_internal.
2401 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2402 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2403 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2404 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2405 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2406 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2407 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2408 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2409 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2410 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2411 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2412 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2413 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2414 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2415 * sysdeps/tile/dl-start.S (_start): Likewise.
2416 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2417 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2418
4243cbea
JM
2419 [BZ #14132]
2420 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2421 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2422 (rtld_progname): Make macro definition unconditional.
2423 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2424 INTDEF.
2425 (dlmopen_doit): Do not use INTUSE with _dl_argv.
2426 (dl_main): Likewise.
2427 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2428 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2429 instead of _dl_argv_internal.
2430 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2431 __GI__dl_argv instead of INTUSE(_dl_argv).
2432 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2433 __GI__dl_argv instead of _dl_argv_internal.
2434
2004e7fb
JM
2435 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2436 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2437 macro.
2438 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2439 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2440 New macro.
2441 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2442 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2443 macro.
2444 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2445 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2446
97827bfc
AS
24472014-11-04 Andreas Schwab <schwab@suse.de>
2448
2449 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2450
5e4df284
AZ
24512014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2452
2453 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2454 mtvsrd instruction in binary form.
2455
04b76b5a
AS
24562014-11-03 Andreas Schwab <schwab@suse.de>
2457
2458 [BZ #17522]
2459 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2460 for less than MB_LEN_MAX use a local buffer of that size.
2461 * libio/tst-fputws.c: New file.
2462 * libio/Makefile (tests): Add tst-fputws.
2463
4c6da7da
JM
24642014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
2465
2466 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2467 the size of the fpu_fr.fpu_dregs[] array.
2468
1679ba8e
JM
24692014-11-01 Joseph Myers <joseph@codesourcery.com>
2470
2471 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2472 (__nanosleep): Do not define as alias.
2473 (nanosleep): Define as alias of __nanosleep.
2474 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2475 __libc_nanosleep name.
2476
2626c183
JM
24772014-10-31 Joseph Myers <joseph@codesourcery.com>
2478
2479 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2480 install.texi in comment.
2481
7f981fc2
TR
24822014-10-31 Torvald Riegel <triegel@redhat.com>
2483
2484 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2485 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2486 ... add here and use lwsync or sync ...
2487 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2488 ... and add here using lwsync.
2489
d6f373d2
MF
24902014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
2491
2492 * elf/dl-machine-reject-phdr.h: New file.
2493 * elf/dl-load.c: #include that.
2494 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2495 if that returned true.
2496
67c37987
RM
24972014-10-31 Roland McGrath <roland@hack.frob.com>
2498
2499 [BZ #17496]
2500 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2501 gen-as-const-headers chunk. Add a big scare comment after the last
2502 safe place to touch before-compile.
2503
94a42455 25042014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 2505
f3f5d895
JM
2506 * manual/install.texi (Tools for Compilation): Update autoconf
2507 version requirements.
2508 * INSTALL: Regenerated.
2509
f62ff286
JM
2510 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2511 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2512 (__libc_pselect): Likewise.
94a42455
JM
2513
2514 [BZ #14138]
2515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2519
ff9dbdc0
TR
25202014-10-31 Torvald Riegel <triegel@redhat.com>
2521
2522 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2523 correct barrier instruction.
2524 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2525 Likewise.
2526 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2527 Likewise.
2528
b4f66884
RM
25292014-10-30 Roland McGrath <roland@hack.frob.com>
2530
2531 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2532 after defining inlines. Instead, just use parens to defeat macro
2533 expansion of __isctype in its declaration.
2534
e19c95fd
JM
25352014-10-30 Joseph Myers <joseph@codesourcery.com>
2536
2537 * include/sys/uio.h (__libc_readv): Remove declaration.
2538 (__libc_writev): Likewise.
2539 * misc/readv.c (__libc_readv): Rename to __readv.
2540 (__readv): Do not define as alias.
2541 (readv): Define as alias of __readv.
2542 * misc/writev.c (__libc_writev): Rename to __writev.
2543 (__writev): Do not define as alias.
2544 (writev): Define as alias of __writev.
2545 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2546 (__readv): Do not define as alias.
2547 (readv): Define unconditionally as alias of __readv.
2548 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2549 (__writev): Do not define as alias.
2550 (writev): Define unconditionally as alias of __writev.
2551 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2552 name.
2553 (writev): Do not define __libc_writev name.
2554
65b00b6c
RM
25552014-10-30 Roland McGrath <roland@hack.frob.com>
2556
2557 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2558 (convert_charseq): New function, broken out of ...
2559 (use_from_charmap): ... here. Call it.
2560 (use_to_charmap): Use convert_charseq and free instead of duplicating
2561 its code with a variable-length stack struct.
2562
d4e157aa
JM
25632014-10-30 Joseph Myers <joseph@codesourcery.com>
2564
2565 * include/fcntl.h (__libc_creat): Remove declaration.
2566 * io/creat.c (__libc_creat): Rename to creat.
2567 (creat): Do not define as alias.
2568 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2569 of creat instead of __libc_creat.
2570 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2571 to creat.
2572 (creat): Do not define as alias.
2573 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2574 __libc_creat.
2575 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2576 __libc_creat name.
2577 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2578 Likewise.
2579
0c6891a0
CD
25802014-10-29 Carlos O'Donell <carlos@redhat.com>
2581
2582 * manual/llio.texi: Add comments discussing why write() may be
2583 considered MT-unsafe on Linux.
2584
cc00cece
CD
25852014-10-28 Carlos O'Donell <carlos@redhat.com>
2586
2587 * dl-load.c (local_strdup): Remove.
2588 (expand_dynamic_string_token): Use __strdup.
2589 (decompose_rpath): Likewise.
2590 (_dl_map_object): Likewise.
2591
51e623f2
JM
25922014-10-28 Joseph Myers <joseph@codesourcery.com>
2593
2594 [BZ #14132]
2595 * sysdeps/generic/unwind-dw2-fde.c
2596 (__register_frame_info_bases_internal): Do not declare.
2597 (__register_frame_info_table_bases_internal): Likewise.
2598 (__deregister_frame_info_bases_internal): Likewise.
2599 (__register_frame_info_bases): Declare and use hidden_proto before
2600 definition. Use hidden_def instead of INTDEF.
2601 (__register_frame_info_table_bases): Likewise.
2602 (__deregister_frame_info_bases): Likewise.
2603 (__register_frame_info): Do not use INTUSE.
2604 (__register_frame): Likewise.
2605 (__register_frame_info_table): Likewise.
2606 (__register_frame_table): Likewise.
2607 (__deregister_frame_info): Likewise.
2608 (__deregister_frame): Likewise.
2609
03d41216
GC
26102014-10-27 Gratian Crisan <gratian.crisan@ni.com>
2611
2612 * sysdeps/unix/sysv/linux/arm/kernel-features.h
2613 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2614 not undefine.
2615 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2616 Likewise.
2617 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2618 Likewise.
2619
a4b3624d
JM
26202014-10-27 Joseph Myers <joseph@codesourcery.com>
2621
2622 [BZ #14138]
2623 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2624 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2625 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2626 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2627 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2628 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2629 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2630 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2631 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2632 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2633 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2634 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2635 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2636 syscall.
2637 (setfsuid): Likewise.
2638 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2639 (setfsuid): Likewise.
2640 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2641 (setfsuid): Likewise.
2642 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2643 Likewise.
2644 (setfsuid): Likewise.
2645 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2646 (setfsuid): Likewise.
2647 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2648 Likewise.
2649 (setfsuid): Likewise.
2650
3574f2fd
AS
26512014-10-27 Andreas Schwab <schwab@suse.de>
2652
2653 [BZ #17501]
2654 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2655 check for Slow_SSE4_2 feature bit.
2656 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2657 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2658 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2659 Likewise. Fix check for Fast_Unaligned_Load feature bit.
2660
70996a37
RM
26612014-10-24 Roland McGrath <roland@hack.frob.com>
2662
461a7b1e
RM
2663 * configure.ac: Validate compiler version with a empirical test of
2664 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2665 $CC -v output.
2666 * configure: Regenerated.
2667
70996a37
RM
2668 * inet/htons.c (htons): Prototypify.
2669 * inet/htonl.c (htonl): Likewise.
2670
e80514b5
WD
26712014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2672
2673 * string/strncat.c (strncat): Improve performance by using strlen.
2674
6e46de42
WD
26752014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2676
2677 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2678
6a9ad2fa
WD
26792014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2680
2681 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2682 Call libc_fetestexcept_aarch64.
2683
1c8810ed
WD
26842014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2685
2686 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2687 Call libc_feholdexcept_aarch64.
2688
8b1af712
WD
26892014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2690
2691 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2692 Call get_rounding_mode.
2693
a7b00c11
WD
26942014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2695
2696 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2697 Simplify logic.
2698
3a84f1a6
WD
26992014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
2700
2701 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2702 Simplify logic.
2703
48eb7a94
JM
27042014-10-24 Joseph Myers <joseph@codesourcery.com>
2705
c8bc4038
JM
2706 [BZ #14138]
2707 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2708 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2709 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2710 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2711 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2712 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2713 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2714 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2715 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2716 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2717 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2718 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2719 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2720 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2721 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2722 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2723 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2724 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2725 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2726 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2727 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2728 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2729 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2730 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2731 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2732 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2733 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2734 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2735 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2736 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2737 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2738 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2739 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2740 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2741 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2742 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2743 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2744 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2745 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2746 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2747 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2748 syscall.
2749 (geteuid): Likewise.
2750 (getgid): Likewise.
2751 (getuid): Likewise.
2752 (getresgid): Likewise.
2753 (getresuid): Likewise.
2754 (getgroups): Likewise.
2755 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2756 (geteuid): Likewise.
2757 (getgid): Likewise.
2758 (getuid): Likewise.
2759 (getresgid): Likewise.
2760 (getresuid): Likewise.
2761 (getgroups): Likewise.
2762 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2763 (geteuid): Likewise.
2764 (getgid): Likewise.
2765 (getuid): Likewise.
2766 (getresgid): Likewise.
2767 (getresuid): Likewise.
2768 (getgroups): Likewise.
2769 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2770 Likewise.
2771 (geteuid): Likewise.
2772 (getgid): Likewise.
2773 (getuid): Likewise.
2774 (getresgid): Likewise.
2775 (getresuid): Likewise.
2776 (getgroups): Likewise.
2777 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2778 (geteuid): Likewise.
2779 (getgid): Likewise.
2780 (getuid): Likewise.
2781 (getresgid): Likewise.
2782 (getresuid): Likewise.
2783 (getgroups): Likewise.
2784 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2785 Likewise.
2786 (geteuid): Likewise.
2787 (getgid): Likewise.
2788 (getuid): Likewise.
2789 (getgroups): Likewise.
2790
48eb7a94
JM
2791 [BZ #14138]
2792 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2793 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2794 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2795 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2796 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2797 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2798 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2799 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2800 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2801 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2802 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2803 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2804 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2805 __chown.
2806 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2807 (lchown): Likewise.
2808 (fchown): Likewise.
2809 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2810 Likewise.
2811 (lchown): Likewise.
2812 (fchown): Likewise.
2813 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2814 (lchown): Likewise.
2815 (fchown): Likewise.
2816 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2817 Likewise.
2818 (lchown): Likewise.
2819 (fchown): Likewise.
2820
ea9a7c8b
WD
28212014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2822
2823 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2824 Simplify logic.
2825
e226de33
WD
28262014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2827
2828 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2829 Cleanup logic.
2830
6e3d8ed3
WD
28312014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2832
2833 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2834 Remove unused include.
2835
eb04247d
WD
28362014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
2837
2838 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2839 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2840 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2841 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2842
13d84554
CD
28432014-10-23 Carlos O'Donell <carlos@systemhalted.org>
2844 Helge Deller <deller@gmx.de>
2845
2846 [BZ #17508]
2847 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2848 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2849 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2850
15f9c5df
JM
28512014-10-23 Joseph Myers <joseph@codesourcery.com>
2852
2853 [BZ #14132]
2854 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2855 Remove macro definition.
2856 (__ashrdi3_v_glibc20): Likewise.
2857 (__lshrdi3_v_glibc20): Likewise.
2858 (__cmpdi2_v_glibc20): Likewise.
2859 (__ucmpdi2_v_glibc20): Likewise.
2860 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2861 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2862 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2863 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2864 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2865 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2866
c6dfed24
RM
28672014-10-22 Roland McGrath <roland@hack.frob.com>
2868
2869 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2870 old GNU extension [0] syntax.
2871 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2872 alloca rather than an array member with variable length.
2873 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2874 * nscd/nscd.c (invalidate_db): New function, broken out of ...
2875 (parse_opt): ... here. Likewise use alloca there.
2876 Validate the -i argument before checking for rootness.
2877 (send_shutdown): New function, broken out of ...
2878 (parse_opt): ... here.
2879
8c2b1ed8
RM
28802014-10-22 Roland McGrath <roland@hack.frob.com>
2881
2882 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2883 macro to get at the _rt_local_ro field.
2884 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2885 ([PIC] case) or _dl_hwcap ([!PIC] case).
2886 * sysdeps/arm/setjmp.S: Likewise.
2887
2888 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2889 * sysdeps/arm/configure.ac: New check to define it.
2890 * sysdeps/arm/configure: Regenerated.
2891 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2892 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2893 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2894 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2895 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2896 Use move/movt pair instead of a load.
2897 (LDST_GLOBAL): Macro removed.
2898 (LDR_GLOBAL): New macro replaces it.
2899 (LDR_HIDDEN): New macro.
2900 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2901 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2902
2903 * setjmp/tst-setjmp-static.c: New file.
2904 * setjmp/Makefile (tests): Add it.
2905 (tests-static): New variable.
2906
b5af9297
MR
29072014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
2908
2909 [BZ #17485]
2910 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2911
a13d0d74
JM
29122014-10-21 Joseph Myers <joseph@codesourcery.com>
2913
2914 [BZ #14132]
2915 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2916
f05e73f6
RM
29172014-10-21 Roland McGrath <roland@hack.frob.com>
2918
2919 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2920
6ab1d1ea
RM
29212014-10-20 Roland McGrath <roland@hack.frob.com>
2922
2923 * io/fts.c (dirent_not_directory): New function.
2924 (fts_build): Call it.
2925
ab49e763
RM
29262014-10-20 Roland McGrath <roland@hack.frob.com>
2927
e436eb79
RM
2928 * nptl/version.c (__nptl_main): Use normal __write rather than
2929 INTERNAL_SYSCALL.
2930 (banner): Update copyright years.
2931
6af246cf
RM
2932 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2933 gettimeofday.
2934 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2935 * nptl/pthread_cond_timedwait.c: Likewise.
2936 * nptl/pthread_mutex_timedlock.c: Likewise.
2937 * nptl/sem_timedwait.c: Likewise.
2938
ab49e763
RM
2939 * sysdeps/nptl/bits/libc-lock.h
2940 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2941 (__libc_lock_init_recursive): Return void, not 0.
2942 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2943 (__libc_rwlock_init): Likewise.
2944 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2945
f50277c1
TR
29462014-10-20 Torvald Riegel <triegel@redhat.com>
2947
2948 [BZ #15215]
2949 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2950 (__pthread_once_slow): ... here.
2951 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2952 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2953
63668b70
TR
29542014-10-20 Torvald Riegel <triegel@redhat.com>
2955
2956 [BZ #15215]
2957 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2958 __PTHREAD_ONCE_FORK_GEN_INCR): New.
2959 * sysdeps/nptl/fork.c (__libc_fork): Use them.
2960 * nptl/pthread_once.c (__pthread_once): Likewise.
2961 Update comments.
2962
42b7f5d4
JM
29632014-10-20 Joseph Myers <joseph@codesourcery.com>
2964
2965 [BZ #14138]
2966 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2967 name.
2968 (writev): Use __libc_writev as strong name.
2969 * sysdeps/unix/sysv/linux/readv.c: Remove file.
2970 * sysdeps/unix/sysv/linux/writev.c: Likewise.
2971
b0643088
RM
29722014-10-17 Roland McGrath <roland@hack.frob.com>
2973
114c4e09
RM
2974 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2975
674b8978
RM
2976 * sysdeps/i386/nptl/tls.h
2977 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2978 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2979 New macros.
2980 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2981 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2982 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2983 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2984 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2985 Call CHECK_THREAD_SYSINFO instead of doing an assert.
2986
184ee940
RM
2987 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2988 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2989 on [__NR_futex].
2990 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2991 broken out of ...
2992 (__pthread_mutex_init): ... here. Call it.
2993 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2994 Conditionalize PI cases on [__NR_futex].
2995 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2996 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2997 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2998
327ae257
RM
2999 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3000 conditional on [SIGSETXID].
3001 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3002 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3003 is defined. Likewise for SIGSETXID.
3004 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3005 Conditionalize definitions on [SIGSETXID].
3006 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3007 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3008 unblocking on [SIGCANCEL].
3009
b0643088
RM
3010 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3011 [__NR_set_robust_list].
3012
33cc770b
SP
30132014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
3014
3015 * string/strcoll_l.c (get_next_seq): Fix up formatting.
3016 (do_compare): Likewise.
3017
0742aef6
LH
30182014-10-17 Leonhard Holz <leonhard.holz@web.de>
3019
3020 [BZ #15884]
3021 * string/strcoll_l.c: Don't include stdio.h.
3022 (coll_seq): Remove members idxarr and rulearr.
3023 (get_next_seq_cached): Remove function.
3024 (get_next_seq): Likewise.
3025 (get_next_seq_nocache): Rename to get_next_seq.
3026 (do_compare): Remove function.
3027 (do_compare_nocache): Rename to do_compare.
3028 (STRCOLL): Remove weight and rules cache.
3029
ee54ce44
RM
30302014-10-16 Roland McGrath <roland@hack.frob.com>
3031
3032 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3033 * sysdeps/arm/sfp-machine.h: ... to here.
3034 * sysdeps/arm/Implies: Remove arm/soft-fp.
3035
a75d3b02
JM
30362014-10-14 Joseph Myers <joseph@codesourcery.com>
3037
3038 * conform/data/sys/utsname.h-data (*_t): Allow.
3039 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3040 [POSIX] (WEXITED): Do not expect constant.
3041 [POSIX] (WSTOPPED): Likewise.
3042 [POSIX] (WNOHANG): Likewise.
3043 [POSIX] (WNOWAIT): Likewise.
3044 [POSIX] (siginfo_t): Do not expect type or elements.
3045 [POSIX] (pid_t): Do not expect type.
3046 [POSIX] (signal.h): Do not allow header.
3047 [POSIX] (sys/resource.h): Likewise.
3048 [POSIX] (si_*): Do not allow pattern.
3049 [POSIX] (W*): Likewise.
3050 [POSIX] (P_*): Likewise.
3051 [POSIX] (BUS_*): Likewise.
3052 [POSIX] (CLD_*): Likewise.
3053 [POSIX] (FPE_*): Likewise.
3054 [POSIX] (ILL_*): Likewise.
3055 [POSIX] (POLL_*): Likewise.
3056 [POSIX] (SEGV_*): Likewise.
3057 [POSIX] (SI_*): Likewise.
3058 [POSIX] (TRAP_*): Likewise.
3059 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3060 variable.
3061
fda389c8
SP
30622014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
3063
3064 [BZ #12926]
3065 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3066 infinite loop when __recvmsg returns 0.
3067
6bc6bd3b
JM
30682014-10-10 Joseph Myers <joseph@codesourcery.com>
3069
fcb32af1
JM
3070 * CANCEL-FCT-WAIVE: Remove file.
3071 * CANCEL-FILE-WAIVE: Likewise.
3072
6bc6bd3b
JM
3073 [BZ #14132]
3074 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3075 instead of INTVARDEF.
3076 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3077 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3078 rtld_hidden_data_def instead of INTVARDEF.
3079 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3080 * elf/dl-deps.c (expand_dst): Likewise.
3081 * elf/dl-load.c (_dl_dst_count): Likewise.
3082 (_dl_dst_substitute): Likewise.
3083 (decompose_rpath): Likewise.
3084 (_dl_init_paths): Likewise.
3085 (open_path): Likewise.
3086 (_dl_map_object): Likewise.
3087 * elf/rtld.c (dl_main): Likewise.
3088 (process_dl_audit): Likewise.
3089 (process_envvars): Likewise.
3090 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3091 Remove declaration.
3092 (__libc_enable_secure): Use rtld_hidden_proto.
3093
b8c80a7e
KS
30942014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3095
3096 * elf/dl-load.c
3097 (add_path): New function broken out of _dl_rtld_di_serinfo.
3098 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
3099
ff12c11f
JM
31002014-10-09 Joseph Myers <joseph@codesourcery.com>
3101
5c0508a3
JM
3102 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3103 parentheses around macro arguments.
3104 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3105 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3106 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3107 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3108 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3109 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3110 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3111 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3112 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3113 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3114 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3115 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3116 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3117 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3118 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3119 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3120 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3121 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3122 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3123 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3124 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3125 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3126 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3127 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3128 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3129 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3130 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3131 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3132 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3133 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3134 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3135 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3136 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3137 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3138 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3139 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3140 Likewise.
3141 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3142 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3143 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3144 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3145 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3146 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3147 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3148 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3149 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3150 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3151 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3152 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3153 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3154 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3155 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3156 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3157 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3158 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3159 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3160 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3161 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3162 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3163 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3164 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3165 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3166 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3167 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3168 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3169 (_FP_FRAC_SRS_1): Likewise.
3170 (_FP_FRAC_CLZ_1): Likewise.
3171 (_FP_MUL_MEAT_1_imm): Likewise.
3172 (_FP_MUL_MEAT_1_wide): Likewise.
3173 (_FP_MUL_MEAT_1_hard): Likewise.
3174 (_FP_SQRT_MEAT_1): Likewise.
3175 (_FP_FRAC_ASSEMBLE_1): Likewise.
3176 (_FP_FRAC_DISASSEMBLE_1): Likewise.
3177 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3178 (__FP_CLZ_2): Likewise.
3179 (_FP_MUL_MEAT_2_wide): Likewise.
3180 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3181 (_FP_MUL_MEAT_2_gmp): Likewise.
3182 (_FP_MUL_MEAT_2_120_240_double): Likewise.
3183 (_FP_SQRT_MEAT_2): Likewise.
3184 (_FP_FRAC_ASSEMBLE_2): Likewise.
3185 (_FP_FRAC_DISASSEMBLE_2): Likewise.
3186 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3187 (_FP_FRAC_CLZ_4): Likewise.
3188 (_FP_MUL_MEAT_4_wide): Likewise.
3189 (_FP_MUL_MEAT_4_gmp): Likewise.
3190 (_FP_SQRT_MEAT_4): Likewise.
3191 (_FP_FRAC_ASSEMBLE_4): Likewise.
3192 (_FP_FRAC_DISASSEMBLE_4): Likewise.
3193 * soft-fp/op-common.h (_FP_CMP): Likewise.
3194 (_FP_CMP_EQ): Likewise.
3195 (_FP_CMP_UNORD): Likewise.
3196 (_FP_TO_INT): Likewise.
3197 (_FP_FROM_INT): Likewise.
3198 [!__FP_CLZ] (__FP_CLZ): Likewise.
3199 (_FP_DIV_HELP_imm): Likewise.
3200 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3201 Likewise.
3202 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3203 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3204 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3205 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3206 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3207 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3208 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3209 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3210 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3211 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3212 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3213 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3214 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3215 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3216 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3217 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3218 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3219 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3220 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3221 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3222 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3223 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3224 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3225 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3226 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3227 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3228 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3229 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3230 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3231 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3232 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3233 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3234 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3235 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3236 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3237 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3238 (FP_UNPACK_RAW_SP): Likewise.
3239 (FP_PACK_RAW_S): Likewise.
3240 (FP_PACK_RAW_SP): Likewise.
3241 (FP_UNPACK_S): Likewise.
3242 (FP_UNPACK_SP): Likewise.
3243 (FP_UNPACK_SEMIRAW_S): Likewise.
3244 (FP_UNPACK_SEMIRAW_SP): Likewise.
3245 (FP_PACK_S): Likewise.
3246 (FP_PACK_SP): Likewise.
3247 (FP_PACK_SEMIRAW_S): Likewise.
3248 (FP_PACK_SEMIRAW_SP): Likewise.
3249 (_FP_SQRT_MEAT_S): Likewise.
3250 (FP_CMP_S): Likewise.
3251 (FP_CMP_EQ_S): Likewise.
3252 (FP_CMP_UNORD_S): Likewise.
3253 (FP_TO_INT_S): Likewise.
3254 (FP_FROM_INT_S): Likewise.
3255
a736ec37
JM
3256 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3257
ff12c11f
JM
3258 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3259 (FP_EX_INVALID_IMZ): Likewise.
3260 (FP_EX_INVALID_IMZ_FMA): Likewise.
3261 (FP_EX_INVALID_ISI): Likewise.
3262 (FP_EX_INVALID_ZDZ): Likewise.
3263 (FP_EX_INVALID_IDI): Likewise.
3264 (FP_EX_INVALID_SQRT): Likewise.
3265 (FP_EX_INVALID_CVI): Likewise.
3266 (FP_EX_INVALID_VC): Likewise.
3267 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3268 "invalid" exceptions.
3269 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3270 (_FP_ADD_INTERNAL): Likewise.
3271 (_FP_MUL): Likewise.
3272 (_FP_FMA): Likewise.
3273 (_FP_DIV): Likewise.
3274 (_FP_CMP_CHECK_NAN): Likewise.
3275 (_FP_SQRT): Likewise.
3276 (_FP_TO_INT): Likewise.
3277 (FP_EXTEND): Likewise.
3278
b6dcfe8c
AM
32792014-10-09 Allan McRae <allan@archlinux.org>
3280
3281 * po/fr.po: Update French translation from translation project.
3282
2d6a47ba
JM
32832014-10-09 Joseph Myers <joseph@codesourcery.com>
3284
cb831245
JM
3285 [BZ #14132]
3286 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3287 of INTDEF.
3288 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3289 (__cxa_atexit): Use libc_hidden_proto.
3290 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3291
5deeb190
JM
3292 [BZ #14132]
3293 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3294 declaration.
3295 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3296 [!_ISOMAC] (__iswspace_l_internal): Likewise.
3297 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3298 [!_ISOMAC] (__iswctype_internal): Likewise.
3299 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3300 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3301 alias.
3302 (fcntl): Remove __fcntl_internal alias.
3303 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3304 __connect_internal alias.
3305 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3306 Likewise.
3307
454ac701
JM
3308 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3309 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3310 FP_DENORM_ZERO.
3311 (_FP_CHECK_FLUSH_ZERO): New macro.
3312 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3313 (_FP_CMP): Likewise.
3314 (_FP_CMP_EQ): Likewise.
3315 (_FP_TO_INT): Do not set inexact for subnormal arguments if
3316 FP_DENORM_ZERO.
3317 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3318 (FP_TRUNC): Likewise.
3319
0022e688
JM
3320 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3321 treated as invalid conversion, not as normal exponent.
3322
73e28d9c
JM
3323 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3324 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
3325 (_FP_CMP_EQ): Likewise.
3326 (_FP_CMP_UNORD): Likewise.
3327 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3328 (FP_CMP_EQ_D): Likewise.
3329 (FP_CMP_UNORD_D): Likewise.
3330 * soft-fp/extended.h (FP_CMP_E): Likewise.
3331 (FP_CMP_EQ_E): Likewise.
3332 (FP_CMP_UNORD_E): Likewise.
3333 * soft-fp/quad.h (FP_CMP_Q): Likewise.
3334 (FP_CMP_EQ_Q): Likewise.
3335 (FP_CMP_UNORD_Q): Likewise.
3336 * soft-fp/single.h (FP_CMP_S): Likewise.
3337 (FP_CMP_EQ_S): Likewise.
3338 (FP_CMP_UNORD_S): Likewise.
3339 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3340 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3341 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3342 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3343 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3344 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3345 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3346 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3347 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3348 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3349 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3350 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3351 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3352 to FP_CMP_Q.
3353 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3354 FP_CMP_Q.
3355 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3356 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3357 FP_CMP_EQ_Q.
3358 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3359 FP_CMP_Q.
3360 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3361 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3362 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3363 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3364 FP_CMP_EQ_Q.
3365 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3366 FP_CMP_Q.
3367 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3368 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3369 FP_CMP_EQ_Q.
3370 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3371 FP_CMP_Q.
3372 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3373 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3374 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3375 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3376 FP_CMP_EQ_Q.
3377
43059f42
JM
3378 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3379 a subnormal result, set the underflow exception if trapping on
3380 underflow is enabled.
3381 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3382 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3383 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3384 redefine to 0.
3385 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3386 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3387 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3388 * soft-fp/extendxftf2.c (__extendxftf2): Use
3389 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3390
2d6a47ba
JM
3391 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3392 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3393 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3394 FP_HANDLE_EXCEPTIONS.
3395 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3396 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3397 FP_HANDLE_EXCEPTIONS.
3398 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3399 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3400 FP_HANDLE_EXCEPTIONS.
3401 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3402 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3403 FP_HANDLE_EXCEPTIONS.
3404
620f462e
JM
34052014-10-08 Joseph Myers <joseph@codesourcery.com>
3406
3407 [BZ #14132]
3408 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3409 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3410 use INTUSE.
3411 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3412 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3413 Remove alias.
3414 (__adjtimex): Define using libc_hidden_ver.
3415 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3416 Remove declaration.
3417 (ntp_gettime): Call __adjtimex directly.
3418 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3419 Remove declaration.
3420 (ntp_gettimex): Call __adjtimex directly.
3421 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3422 __adjtimex_internal alias.
3423
c763c5d2
RM
34242014-10-08 Roland McGrath <roland@hack.frob.com>
3425
3426 [BZ #17460]
3427 * nscd/nscd.c (more_help): Rewrite list of tables collection
3428 using xstrdup and asprintf.
3429
3430 * nscd/nscd_conf.c: Remove local xstrdup declaration.
3431
7b8fb2b8
RM
34322014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3433 Roland McGrath <roland@hack.frob.com>
3434
3435 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3436 (do_lookup_unique): ... local function 'enter' here; update callers.
3437
abb280f7
JM
34382014-10-06 Joseph Myers <joseph@codesourcery.com>
3439
f7b42517
JM
3440 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3441 compat_symbol calls on [SHARED].
3442 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3443 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3444 Remove.
3445 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3446 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3447 (oldsetrlimit): Remove.
3448 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3449 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3450 (lchown): New syscall entry.
3451 (oldsetrlimit): Remove.
3452 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3453 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3454 (oldsetrlimit): Remove.
3455 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3456
abb280f7
JM
3457 [BZ #14138]
3458 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3459 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3460 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3461 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3462 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3463 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3464 (fchown): Likewise.
3465 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3466 (fchown): Likewise.
3467 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3468 Likewise.
3469
47d46237
AZ
34702014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3471
3472 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3473 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3474 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3475 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3476 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3477 Likewise.
3478 (__old_sem_post): Likewise.
3479
34802014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 3481
845a7343
CM
3482 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3483 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3484 HAVE_CLOCK_GETTIME_VSYSCALL macros.
3485 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3486 Use INLINE_VSYSCALL macro.
3487 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3488 __vdso_clock_gettime.
3489 * sysdeps/unix/sysv/linux/tile/init-first.c
3490 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3491 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3492 __vdso_clock_gettime.
3493
83d641ef
CM
3494 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3495 to set up frame more cleanly.
3496
d9cd52e6
CM
3497 * sysdeps/tile/memcmp.c: New file.
3498
4b68ea11
CM
3499 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3500
c86f7b80
CM
3501 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3502 * sysdeps/tile/tilegx/strcasestr.c: New file.
3503 * sysdeps/tile/tilegx/strnlen.c: New file.
3504 * sysdeps/tile/tilegx/strstr.c: New file.
3505
1c4c1a6f
CM
3506 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3507
99d86ea3
AS
35082014-10-06 Arjun Shankar <arjun.is@lostca.se>
3509
3510 * nptl/tst-setuid3.c: Write errors to stdout.
3511
06210a44
KS
35122014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3513
3514 * elf/dl-deps.c
3515 (preload): New functions broken out of _dl_map_object_deps.
3516 (_dl_map_object_deps): Remove a nested function. Update call sites.
3517
6268f532
JM
35182014-10-01 Joseph Myers <joseph@codesourcery.com>
3519
3520 [BZ #14138]
3521 * sysdeps/unix/sysv/linux/execve.c: Remove file.
3522 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3523
b925285f
SE
35242014-10-01 Steve Ellcey <sellcey@mips.com>
3525
3526 * sysdeps/mips/strcmp.S: New.
3527
754a15c6
JM
35282014-09-30 Joseph Myers <joseph@codesourcery.com>
3529
3530 [BZ #14138]
3531 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3532 (linkat): Likewise.
3533 (mkdirat): Likewise.
3534 (readlinkat): Likewise.
3535 (renameat): Likewise.
3536 (symlinkat): Likewise.
3537 (unlinkat): Likewise.
3538 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3539 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3540 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3541 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3542 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3543 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3544 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3545
85bb81c9
WN
35462014-09-30 Will Newton <will.newton@linaro.org>
3547
dc6fe23b
WN
3548 * math/math.h: Define long double math functions if
3549 _LIBC_TEST is defined.
3550 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3551
85bb81c9
WN
3552 * localedata/Makefile: Move assignment to tests-special
3553 into an ifdef testing run-built-tests.
3554 * timezone/Makefile: Likewise.
3555
b7e02da4
JM
35562014-09-29 Joseph Myers <joseph@codesourcery.com>
3557
3558 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3559 with $(BASH) not $(SHELL).
3560
62058ce6
CD
35612014-09-29 Carlos O'Donell <carlos@redhat.com>
3562 Matthew LeGendre <legendre1@llnl.gov>
3563
3564 [BZ #17411]
3565 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3566 l_reloc_result.
3567
8e257a29
KS
35682014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3569
3570 * stdio-common/printf_fp.c
3571 (hack_digit): New function, broken out of ...
3572 (__printf_fp): ... local function here. Update call sites.
3573 hack_digit now takes an additional parameter that is a pointer
3574 to a struct of the referenced locals. Those locals moved inside
3575 the struct and references updated.
3576
f4a58f0d
L
35772014-09-29 H.J. Lu <hongjiu.lu@intel.com>
3578
3579 * aclocal.m4: Require autoconf 2.69.
3580 * configure: Regenerated.
3581 * sysdeps/aarch64/configure: Likewise.
3582 * sysdeps/alpha/configure: Likewise.
3583 * sysdeps/arm/armv7/configure: Likewise.
3584 * sysdeps/arm/configure: Likewise.
3585 * sysdeps/ia64/configure: Likewise.
3586 * sysdeps/mach/configure: Likewise.
3587 * sysdeps/mips/configure: Likewise.
3588 * sysdeps/s390/configure: Likewise.
3589 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3590 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3591
3592 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3593 file.
3594 * sysdeps/ia64/configure.ac: Likewise.
3595
93ae1eba
JM
35962014-09-26 Joseph Myers <joseph@codesourcery.com>
3597
1810d3ab
JM
3598 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3599 specify symbol version for ld.so. Do not include entry for
3600 libpthread.
3601 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3602 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3603 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3604
93ae1eba
JM
3605 [BZ #14171]
3606 * Makeconfig [$(build-shared) = yes]
3607 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3608 makefiles.
3609 [$(build-shared) = yes && $(soversions.mk-done) = t]
3610 ($(common-objpfx)gnu/lib-names.h): Remove rule.
3611 [$(build-shared) = yes && $(soversions.mk-done) = t]
3612 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
3613 to Makerules.
3614 [$(build-shared) = yes && $(soversions.mk-done) = t]
3615 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3616 here.
3617 [$(build-shared) = yes && $(soversions.mk-done) = t]
3618 (common-generated): Don't append gnu/lib-names.h and
3619 gnu/lib-names.stmp here.
3620 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3621 (lib-names-h-abi): New variable.
3622 [$(build-shared) = yes && $(soversions.mk-done) = t]
3623 (lib-names-stmp-abi): Likewise.
3624 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3625 abi-variants] (before-compile): Append
3626 $(common-objpfx)$(lib-names-h-abi).
3627 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3628 abi-variants] (common-generated): Append gnu/lib-names.h.
3629 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3630 abi-variants] (install-others-nosubdir): Depend on
3631 $(inst_includedir)/$(lib-names-h-abi).
3632 [$(build-shared) = yes && $(soversions.mk-done) = t &&
3633 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3634 [$(build-shared) = yes && $(soversions.mk-done) = t]
3635 ($(common-objpfx)$(lib-names-h-abi)): New rule.
3636 [$(build-shared) = yes && $(soversions.mk-done) = t]
3637 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3638 [$(build-shared) = yes && $(soversions.mk-done) = t]
3639 (common-generated): Append $(lib-names-h-abi) and
3640 $(lib-names-stmp-abi).
3641 * scripts/lib-names.awk: Do not handle multi being set.
3642 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3643 Remove variable.
3644 (abi-lp64_be-ld-soname): Likewise.
3645 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3646 Likewise.
3647 (abi-hard-ld-soname): Likewise.
3648 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3649 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3650 Remove variable.
3651 (abi-o32_hard-ld-soname): Likewise.
3652 (abi-o32_soft_2008-ld-soname): Likewise.
3653 (abi-o32_hard_2008-ld-soname): Likewise.
3654 (abi-n32_soft-ld-soname): Likewise.
3655 (abi-n32_hard-ld-soname): Likewise.
3656 (abi-n32_soft_2008-ld-soname): Likewise.
3657 (abi-n32_hard_2008-ld-soname): Likewise.
3658 (abi-n64_soft-ld-soname): Likewise.
3659 (abi-n64_hard-ld-soname): Likewise.
3660 (abi-n64_soft_2008-ld-soname): Likewise.
3661 (abi-n64_hard_2008-ld-soname): Likewise.
3662 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3663 Likewise.
3664 (abi-64-v2-ld-soname): Likewise.
3665 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3666 ld.so entries.
3667 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3668 variable.
3669 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3670 entry.
3671 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3672 variable.
3673 (abi-64-ld-soname): Likewise.
3674 (abi-x32-ld-soname): Likewise.
3675 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3676 entry.
3677 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3678
68870f12
JM
36792014-09-23 Joseph Myers <joseph@codesourcery.com>
3680
3681 [BZ #14138]
3682 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3683 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3684 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3685 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3686 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3687 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3688 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3689 syscall entry for GLIBC_2.2 symbol version.
3690 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3691 Likewise.
3692 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3693 (setrlimit): Likewise.
3694 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3695 Likewise.
3696
ea58f202
WN
36972014-09-23 Will Newton <will.newton@linaro.org>
3698
3699 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3700 _LINUX_ARM_SYSDEP_H include guard too.
3701 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3702 define.
3703
69eb9a18
RV
37042014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
3705
3706 * sysdeps/unix/sysv/linux/eventfd.c:
3707 Make first argument unsigned.
3708 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3709 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3710
20e5a5f7
OB
37112014-09-20 Ondřej Bílka <neleai@seznam.cz>
3712
3713 * socket/recvmmsg.c (recvmmsg): Drop const argument.
3714 * socket/sys/socket.h: Likewise
3715 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3716
d3c827e7
AK
37172014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3718
3719 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3720
fe1cc35a
AS
37212014-09-17 Arjun Shankar <arjun.is@lostca.se>
3722
3723 * time/tst-ftime.c: New test.
3724 * time/Makefile (tests): Add tst-ftime.
3725
4e8afe69
JM
37262014-09-17 Joseph Myers <joseph@codesourcery.com>
3727
c4fe3ea7
JM
3728 * soft-fp/extended.h: Fix comment formatting.
3729 * soft-fp/op-1.h: Likewise.
3730 * soft-fp/op-2.h: Likewise.
3731 * soft-fp/op-4.h: Likewise.
3732 * soft-fp/op-8.h: Likewise.
3733 * soft-fp/op-common.h: Likewise.
3734 * soft-fp/soft-fp.h: Likewise.
3735
4e8afe69
JM
3736 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3737
af296fcd
JM
37382014-09-16 Joseph Myers <joseph@codesourcery.com>
3739
3740 [BZ #6652]
3741 * Makeconfig (soversions-default-setname): Remove variable.
3742 ($(common-objpfx)soversions.i): Don't pass default_setname to
3743 soversions.awk.
3744 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3745 oldest_abi to abi-versions.awk.
3746 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3747 * config.make.in (oldest-abi): Remove variable.
3748 * configure.ac (--enable-oldest-abi): Remove configure option.
3749 * configure: Regenerated.
3750 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3751 text.
3752 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3753 * scripts/soversions.awk: Do not handle default_setname variable.
3754 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3755 variable.
3756 * sysdeps/mach/hurd/configure: Regenerated.
3757 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3758 variable.
3759 * sysdeps/unix/sysv/linux/configure: Regenerated.
3760
545583d6
SP
37612014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3762
d330b980
SP
3763 * elf/Makefile (CFLAGS-interp.c): Remove.
3764 ($(elf-objpfx)runtime-linker.h): Generate header with linker
3765 path string.
3766 * elf/interp.c: Include generated runtime-linker.h
3767
02657da2
SP
3768 * Makerules (lib%.so): Don't include $(+interp) in
3769 prerequisites.
3770 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3771 * dlfcn/eval.c: Remove file.
3772
653b1080
SP
3773 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3774 macros.
3775
602f80ec
SP
3776 [BZ #17266]
3777 * misc/sys/cdefs.h: Define __extern_always_inline for clang
3778 4.2 and newer.
3779
545583d6
SP
3780 [BZ #17370]
3781 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3782
884ddc50
SP
37832014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3784 Jakub Jelinek <jakub@redhat.com>
3785
3786 [BZ #17266]
3787 * libio/stdio.h: Check definition of __fortify_function
3788 instead of __extern_always_inline to include bits/stdio2.h.
3789 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3790 check if __extern_always_inline is defined.
3791 [__USE_MISC || __USE_XOPEN]: Likewise.
3792 [__USE_ISOC99] Likewise.
3793 * misc/sys/cdefs.h (__fortify_function): Define only if
3794 __extern_always_inline is defined.
3795 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3796 __extern_always_inline and __extern_inline only for g++-4.3
3797 and newer or a compatible gcc.
3798
a7b87268
AS
37992014-09-15 Andreas Schwab <schwab@linux-m68k.org>
3800
3801 [BZ #17371]
3802 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3803 last change to handle zero prefix length.
3804
3f41521d
SP
38052014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
3806
61fe374a
SP
3807 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3808 _SC_REGEX_VERSION.
3809
3f41521d
SP
3810 * posix/getconf.c (vars): Add _POSIX_IPV6 and
3811 _POSIX_RAW_SOCKETS.
3812
d8f879ee
AM
38132014-09-13 Allan McRae <allan@archlinux.org>
3814
3815 * po/ru.po: Update Russian translation from translation project.
3816
c079afb7
RM
38172014-09-12 Roland McGrath <roland@hack.frob.com>
3818
a62b3c15
RM
3819 * locale/programs/locale.c (show_locale_vars): Inline local function
3820 into its sole call site. Clean up some style nits.
3821 (print_item): New function, broken out of ...
3822 (show_info): ... local function here. Clean up style nits.
3823
d7e49b19
RM
3824 * locale/programs/ld-ctype.c (set_one_default): New function, broken
3825 out of ...
3826 (set_class_defaults): ... local function set_default here.
3827 Define set_default as a macro locally to pass constant parameters.
3828 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3829 rather than a shared local.
3830
c079afb7
RM
3831 * stdlib/rpmatch.c (try): New function, broken out of ...
3832 (rpmatch): ... local function here. Also, prototypify definition.
3833
0bd72468
JM
38342014-09-12 Joseph Myers <joseph@codesourcery.com>
3835
ba90e050
JM
3836 * scripts/soversions.awk: Do not handle configuration names.
3837 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3838 vendor and os variables to soversions.awk.
3839 * configure.ac: Do not modify gnu-* host_os.
3840 * configure: Regenerated
3841 * shlib-versions: Remove first column with configuration names.
3842 * nptl/shlib-versions: Likewise.
3843 * nptl_db/shlib-versions: Likewise.
3844 * sysdeps/hppa/shlib-versions: Likewise.
3845 * sysdeps/m68k/shlib-versions: Likewise.
3846 * sysdeps/mach/hurd/shlib-versions: Likewise.
3847 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3848 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3849 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3850 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3851 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3852 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3853 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3854 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3855 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3856 Likewise.
3857 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3858 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3859 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3860 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3861 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3862 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3863 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3864 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3865
73a39112
JM
3866 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3867 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3868 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3869 Regenerated.
3870 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3871 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3872 Condition symbol version definitions on [HAVE_ELFV2_ABI].
3873
c729e7c1
JM
3874 * shlib-versions: Remove OS-specific entries. Moved to files in
3875 sysdeps.
3876 * sysdeps/mach/hurd/shlib-versions: New file.
3877 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3878
dc932a24
JM
3879 * nptl/shlib-versions: Remove architecture-specific entries.
3880 Moved to files in sysdeps.
3881 * shlib-versions: Likewise.
3882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3883 file.
3884 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3885 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3886 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3887 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3888
0bd72468
JM
3889 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3890 (UDP_NO_CHECK6_RX): Likewise.
3891
920238e0
SP
38922014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
3893
3894 * sysdeps/posix/sysconf.c (__sysconf): Spell
3895 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3896
ba7b4d29
FW
38972014-08-12 Florian Weimer <fweimer@redhat.com>
3898
3899 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3900 loading.
3901 * iconv/Versions (__gconv_transliterate): Export for use from
3902 gconv modules.
3903 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3904 (struct __gconv_trans_data, __gconv_trans_fct,
3905 __gconv_trans_context_fct, __gconv_trans_query_fct,
3906 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3907 definitions.
3908 (struct __gconv_step_data): Remove __trans member.
3909 (__gconv_transliterate): Declaration moved from gconv_int.h. No
3910 longer hidden. Remove unused trans_data argument.
3911 * iconv/gconv_int.h (struct trans_struct): Remove definition.
3912 (__gconv_translit_find): Remove declaration.
3913 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
3914 prototype.
3915 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3916 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3917 trans_data argument. Add hidden definition.
3918 (__gconv_translit_find): Remove.
3919 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3920 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3921 * iconv/skeleton.c: Remove transliteration initialization.
3922 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3923 __gconv_step_data initialization.
3924 * libio/iofwide.c (__libio_translit_): Remove.
3925 (_IO_fwide): Adjust struct __gconv_step_data initialization.
3926 * wcsmbs/btowc.c (__btowc): Likewise.
3927 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3928 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3929 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3930 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3931 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3932 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3933 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3934 * wcsmbs/wctob.c (wctob): Likewise.
3935
5379aebd
SP
39362014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
3937
3938 [BZ #16194]
3939 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3940 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
3941 register usage.
3942 * sysdeps/x86/Makefile: Adjust.
3943
8c0ab919
RM
39442014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
3945 Roland McGrath <roland@hack.frob.com>
3946
3947 * locale/weight.h: Add include guard.
3948 (findidx): Make static rather than auto; take new parameters
3949 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3950 * locale/weightwc.h: Likewise.
3951 * posix/fnmatch_loop.c
3952 (FCT): Change type of EXTRA from int32_t to wint_t.
3953 Don't include either header inside the function.
3954 Call FINDIDX rather than findidx, and pass new arguments.
3955 #undef FINDIDX at the end of the file.
3956 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3957 FINDIDX before including fnmatch_loop.c for the non-wide version.
3958 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3959 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3960 for the wide version.
3961 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3962 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3963 Pass new arguments to findidx.
3964 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3965 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3966 Don't #include it inside the function. Pass new arguments to findidx.
3967 * posix/regex_internal.h
3968 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3969 (re_string_elem_size_at): Don't #include it inside the function.
3970 Pass new arguments to findidx.
3971 * string/strcoll_l.c: #include WEIGHT_H at top level.
3972 (get_next_seq): Don't #include it inside the function.
3973 Pass new arguments to findidx.
3974 (get_next_seq_nocache): Likewise.
3975 * string/strxfrm_l.c: #include WEIGHT_H at top level.
3976 (STRXFRM): Don't #include it inside the function.
3977 Pass new arguments to findidx.
3978
52ffbdf2
FW
39792014-09-11 Florian Weimer <fweimer@redhat.com>
3980
3981 [BZ #17344]
3982 * malloc/malloc.c (unlink): Turn asserts into a call to
3983 malloc_printerr.
3984
984c0ea9
TL
39852014-09-11 Tim Lammens <tim.lammens@gmail.com>
3986
3987 [BZ #17370]
3988 * libio/wfileops (do_ftell_wide): Free OUT.
3989
3daee107
CM
39902014-09-10 Chris Metcalf <cmetcalf@tilera.com>
3991
3992 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3993
58b930ae
SP
39942014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
3995
3996 [BZ #17363]
3997 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3998 group if the current group is empty.
3999
3b473fec
AZ
40002014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4001
71ae8647
AZ
4002 * benchtests/bench-memset.c (test_main): Add more test from size
4003 from 32 to 512 bytes.
4004 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4005 Add POWER8 memset object.
4006 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4007 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4008 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4009 implementation.
4010 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4011 Likewise.
4012 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4013 multiarch POWER8 memset optimization.
4014 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4015 POWER8 memset optimization.
4016
3b473fec
AZ
4017 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4018 Remove bzero multiarch objects.
4019 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4020 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4021 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4022 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4023 Remove define.
4024 [__bzero]: Redefine to specific name.
4025 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4026 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4027 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4028 define.
4029 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4030 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4031
e6fb9587
FW
40322014-09-10 Florian Weimer <fweimer@redhat.com>
4033
4034 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4035 warnings into errors.
4036
4037 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4038 __cxa_thread_atexit_impl prototype.
4039
9d3a350b
SE
40402014-09-09 Steve Ellcey <sellcey@mips.com>
4041
4042 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4043 Fix capitalization of error message.
4044
0febba23
SE
40452014-09-09 Steve Ellcey <sellcey@mips.com>
4046
4047 * sysdeps/mips/preconfigure: Modify ABI tests.
4048
645a0e9c
CD
40492014-09-07 Carlos O'Donell <carlos@systemhalted.org>
4050
4051 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4052
d83f0734
CD
40532014-09-07 Roland McGrath <roland@hack.frob.com>
4054 Carlos O'Donell <carlos@systemhalted.org>
4055
4056 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4057 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4058 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4059 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4060 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4061 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4062 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4063 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4064 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4065 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4066 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4067 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4068 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4069 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4070 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4071 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4072 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4073 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4074 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4075 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4076 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4077 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4078 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4079 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4080 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4081 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4082 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4083 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4084 Deconditionalize the code that was previously under [RESET_PID].
4085 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4086 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4087 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4088 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4089 include sysdep.h.
4090
21c83793
AM
40912014-09-08 Allan McRae <allan@archlinux.org>
4092
4093 * version.h (RELEASE): Set to "development".
4094 (VERSION): Set to "2.20.90"
4095
1cd9b65c
AM
40962014-09-07 Allan McRae <allan@archlinux.org
4097
b8079dd0
AM
4098 * version.h (RELEASE): Set to "stable".
4099 (VERSION): Set to "2.20"
4100 * include/features.h (__GLIBC_MINOR__): Set to 20.
4101
c46303ef
AM
4102 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4103 Liebler.
4104
1cd9b65c
AM
4105 * po/ko.po: Update Korean translation from translation project.
4106
8622092d
CM
41072014-09-06 Chris Metcalf <cmetcalf@tilera.com>
4108
4109 [BZ #17354]
4110 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4111 macro for handling signed relocations.
4112
41488498
FW
41132014-09-03 Florian Weimer <fweimer@redhat.com>
4114
4115 [BZ #17325]
4116 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4117 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4118 assert.
4119 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4120 * iconvdata/ibm935.c (BODY): Likewise.
4121 * iconvdata/ibm937.c (BODY): Likewise.
4122 * iconvdata/ibm939.c (BODY): Likewise.
4123 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4124 assert.
4125 * iconvdata/Makefile (iconv-test.out): Pass module list to test
4126 script.
4127 * iconvdata/run-iconv-test.sh: New test loop for checking for
4128 decoder crashers.
4129
a78b712d
KR
41302014-09-02 Khem Raj <raj.khem@gmail.com>
4131
4132 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4133 libm_hidden_ver.
4134
cb08abc6
AM
41352014-09-01 Allan McRae <allan@archlinux.org>
4136
2c31e102
AM
4137 * po/eo.po: Update Esperanto translation from translation project.
4138
cb08abc6
AM
4139 * po/ca.po: Update Catalan translation from translation project.
4140
17a62de1
ST
41412014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
4142
4143 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4144 __proc_dostop call.
4145
9570bc53
MW
41462014-08-27 Mark Wielaard <mjw@redhat.com>
4147
4148 [BZ #17319]
4149 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4150 to call set_thread_area instead of hand written asm.
4151 (__NR_set_thread_area): Removed define.
4152 (TLS_FLAG_WRITABLE): Likewise.
4153 (__ASSUME_SET_THREAD_AREA): Remove check.
4154 (TLS_EBX_ARG): Remove define.
4155 (TLS_LOAD_EBX): Likewise.
4156
b0f955c9
ST
41572014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
4158
4159 Simplify atomicity of socket creation in bind.
4160
4161 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4162 looking up the name after linking the file.
4163
529bf515
AM
41642014-08-27 Allan McRae <allan@archlinux.org>
4165
4166 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4167
a1a6a401
FW
41682014-08-26 Florian Weimer <fweimer@redhat.com>
4169
4170 [BZ #17187]
4171 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4172 trans_compare, open_translit, __gconv_translit_find):
4173 Remove module loading code.
4174
686ab290
AM
41752014-08-26 Allan McRae <allan@archlinux.org>
4176
e4e7cfd2
AM
4177 * po/vi.po: Update Vietnamese translation from translation project.
4178
6aa09f71
AM
4179 * po/uk.po: Update Ukrainian translation from translation project.
4180
edc0660e
AM
4181 * po/fr.po: Update French translation from translation project.
4182
7eea72ac
AM
4183 * po/ru.po: Update Russian translation from translation project.
4184
93c49eff
AM
4185 * po/pl.po: Update Polish translation from translation project.
4186
46acaf63
AM
4187 * po/cs.po: Update Czech translation from translation project.
4188
a9f5ce98
AM
4189 * po/de.po: Update German translation from translation project.
4190
373f2b78
AM
4191 * po/bg.po: Update Bulgarian translation from translation project.
4192
e7548bd8
AM
4193 * po/sv.po: Update Sweedish translation from translation project.
4194
c526bf4d
AM
4195 * po/nl.po: Update Dutch translation from translation project.
4196
686ab290
AM
4197 * po/es.po: Update Spanish translation from translation project.
4198
eb72478a
SP
41992014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
4200
dd763fdb
SP
4201 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4202
318c7a58
SP
4203 * catgets/Makefile (CPPFLAGS-gencat): Remove.
4204 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4205 (CPPFLAGS-iconvconfig): Likewise.
4206 * timezone/Makefile (CPPFLAGS-zic): Likewise.
4207
eb72478a
SP
4208 * include/libc-symbols.h: Remove unnecessary check for
4209 NOT_IN_libc.
4210 * nptl/pthreadP.h: Likewise.
4211 * sysdeps/aarch64/setjmp.S: Likewise.
4212 * sysdeps/alpha/setjmp.S: Likewise.
4213 * sysdeps/arm/sysdep.h: Likewise.
4214 * sysdeps/i386/setjmp.S: Likewise.
4215 * sysdeps/m68k/setjmp.c: Likewise.
4216 * sysdeps/posix/getcwd.c: Likewise.
4217 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4218 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4219 * sysdeps/s390/s390-32/setjmp.S: Likewise.
4220 * sysdeps/s390/s390-64/setjmp.S: Likewise.
4221 * sysdeps/sh/sh3/setjmp.S: Likewise.
4222 * sysdeps/sh/sh4/setjmp.S: Likewise.
4223 * sysdeps/unix/alpha/sysdep.h: Likewise.
4224 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4225 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4226 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4227 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4228 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4230 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4231 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4232 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4233 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4234 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4235 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4236 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4237 * sysdeps/x86_64/setjmp.S: Likewise.
4238
d44a052c
JM
42392014-08-13 Joseph Myers <joseph@codesourcery.com>
4240
4241 [BZ #17263]
4242 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4243 <stdint.h>.
4244 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4245 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4246
508ce3ac
SP
42472014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
4248
e44c8b0e
SP
4249 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4250
508ce3ac
SP
4251 [BZ #17262]
4252 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4253 and __x86_64__ when disabling x87 inline functions.
4254
b4acef1f
L
42552014-08-12 H.J. Lu <hongjiu.lu@intel.com>
4256
4257 [BZ #17259]
4258 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4259 asm statement with __cpuid_count.
4260
61b1ef6e
MF
42612014-08-12 Mike Frysinger <vapier@gentoo.org>
4262
4263 * configure.ac: Change __ehdr_start code to dereference the struct.
4264 Run readelf on the output to look for relocations.
4265 * configure: Regenerated.
4266
898c62f4
JM
42672014-08-12 Joseph Myers <joseph@codesourcery.com>
4268
4269 [BZ #17261]
4270 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4271 value to 0.
4272 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4273
9a8a5720
RM
42742014-08-12 Roland McGrath <roland@hack.frob.com>
4275
4276 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4277
4e75751c
BO
42782014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
4279
4280 [BZ #16892]
4281 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4282 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4283
bb2ce416
SA
42842014-08-12 Sean Anderson <seanga2@gmail.com>
4285
4286 * malloc/malloc.c: Fix typo in comment.
4287
7950a4ee
AM
42882014-08-09 Allan McRae <allan@archlinux.org>
4289
4290 * Regenerate libc.po.
4291
f469c49f
MF
42922014-08-08 Mike Frysinger <vapier@gentoo.org>
4293
4294 * intl/tst-gettext2.sh: Check every lang file for creation.
4295
656b84c2
WD
42962014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4297
4298 * sysdeps/aarch64/fpu/math_private.h
4299 (libc_feholdsetround_noex_aarch64_ctx): New function.
4300
538e9e45
W
43012014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
4302
4303 * sysdeps/arm/armv6/strcpy.S (strcpy):
4304 Fix performance issue in misaligned cases.
4305
d4795e4a
AZ
43062014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4307
4308 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4309 Move definition from termios.h.
4310 (struct termio): Likewise.
4311 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4312 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4313 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4314 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4315 Likewise.
4316 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4317 Move definition to ioctl-types.h
4318 (struct termio): Likewise.
4319 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4320 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4321 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4322 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4323 Likewise.
4324
64accb62
RH
43252014-08-05 Richard Henderson <rth@redhat.com>
4326
27bb6dc0
RH
4327 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4328 exceptions.
4329 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4330 Add fraiseexcpt.
4331 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4332 Use __feraiseexcept.
4333 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4334 Protect libm symbols with IS_IN_libm.
4335
64accb62
RH
4336 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4337
e5292691
BO
43382014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
4339
4340 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4341
5b4bd2d4
WN
43422014-08-04 Will Newton <will.newton@linaro.org>
4343
4344 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4345 file.
4346
fcadaeef
MF
43472014-08-04 Mike Frysinger <vapier@gentoo.org>
4348
4349 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4350 variants for each function.
4351
43a94c64
RM
43522014-08-04 Roland McGrath <roland@hack.frob.com>
4353
4354 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4355 appended ...
4356 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4357 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4358 appended ...
4359 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4360 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4361 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4362 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4363 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4364 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4365 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4366 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4367 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4368 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4369 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4370 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4371 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4372 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4373 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4374 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4375 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4376 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4377 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4378 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4379 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4380 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4381 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4382 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4383 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4384 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4385 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4386 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4387 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4388 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4389 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4390 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4391 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4392 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4393 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4394 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4395 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4396 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4397 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4398 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4399 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4400 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4401 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4402 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4403 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4404 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4405 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4406 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4407 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4408 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4409 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4410 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4411 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4412 Update #include.
4413 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4414 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4415
8f3c1fa4
RM
44162014-08-04 Roland McGrath <roland@hack.frob.com>
4417
4418 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4419 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4420 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4421 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4422 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4423 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4424
ca08746f
RM
44252014-08-04 Roland McGrath <roland@hack.frob.com>
4426
4427 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4428 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4429 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4430 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4431
9c925ff9
RM
44322014-08-04 Roland McGrath <roland@hack.frob.com>
4433
4434 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4435 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4436 (__libc_vfork): Define function under this name.
4437 (__vfork): Define as an alias.
4438 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4439 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4440
e641054c
RM
44412014-08-04 Roland McGrath <roland@hack.frob.com>
4442
4443 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4444 that was previously under [RESET_PID].
4445 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4446
dacdc867
AS
44472014-08-04 Andreas Schwab <schwab@suse.de>
4448
4449 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4450
41f725ff
MF
44512014-08-03 Mike Frysinger <vapier@gentoo.org>
4452
4453 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4454 (main): Likewise.
4455
277cfb31
RM
44562014-08-01 Roland McGrath <roland@hack.frob.com>
4457
4458 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4459
4896f049
RH
44602014-08-01 Richard Henderon <rth@redhat.com>
4461
4462 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4463 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4464 typo in exact zero test.
4465 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4466 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4467 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4468
6f64e7d7
RM
44692014-08-01 Roland McGrath <roland@hack.frob.com>
4470
4471 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4472 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4473 * sysdeps/arm/sysdep.h: ... here.
4474 [!__ASSEMBLER__]: Include <stdint.h>.
4475
3f3dd810
SP
44762014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
4477
a476ac4b
SP
4478 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4479 (HAVE_WCTYPE_H): Likewise.
4480 (HAVE_ISWCTYPE): Likewise.
4481 (ENABLE_NLS): Likewise.
4482 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4483 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4484
78dd658a
SP
4485 * posix/regex_internal.c: Check if DEBUG is defined and is
4486 set.
4487
3f3dd810
SP
4488 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4489 (HAVE_MBSRTOWCS): Likewise.
4490 * posix/fnmatch.c: Include string.h unconditionally.
4491
95ee7fb1
SL
44922014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
4493
4494 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4495 reversal.
4496
23fe486b
RM
44972014-07-31 Roland McGrath <roland@hack.frob.com>
4498
f61a113f
RM
4499 * sysdeps/generic/safe-fatal.h: New file.
4500 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4501 * nptl/forward.c: Include it.
4502 (__pthread_unwind): Use __safe_fatal as default action, rather
4503 than a bogus use of INTERNAL_SYSCALL that could never work.
4504
9fe7e787
RM
4505 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4506 * configure.ac (libc_cv_builtin_trap): New test.
4507 * configure: Regenerated.
4508 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4509 (ABORT_INSTRUCTION): Define using __builtin_trap.
4510
23fe486b
RM
4511 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4512 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4513 * sysdeps/nptl/nptl-signals.h: New file.
4514 * nptl/pthreadP.h: Include <nptl-signals.h>.
4515
f349489e
SL
45162014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
4517
4518 * sysdeps/s390/s390-64/utf16-utf32-z9.c
4519 (ONE_DIRECTION): Define.
4520 * sysdeps/s390/s390-64/utf8-utf16-z9.c
4521 (ONE_DIRECTION): Define.
4522 * sysdeps/s390/s390-64/utf8-utf32-z9.c
4523 (ONE_DIRECTION): Define.
4524
2f438e20
SL
45252014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
4526
4527 * sysdeps/s390/Makefile: Delete file.
4528 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4529 * sysdeps/s390/__longjmp.c: Delete file.
4530 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4531 Remove fields __flags and __reserved.
4532 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4533 and add versioning.
4534 * sysdeps/s390/rtld-__longjmp.c: Delete file.
4535 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4536 * sysdeps/s390/rtld-setjmp.S: Likewise.
4537 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4538 * sysdeps/s390/s390-32/__longjmp.c: ... here.
4539 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4540 * sysdeps/s390/s390-32/setjmp.S: ... here.
4541 Add versioning.
4542 (__sigsetjmp): Remove setting __flags field.
4543 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4544 * sysdeps/s390/s390-64/__longjmp.c: ... here.
4545 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4546 * sysdeps/s390/s390-64/setjmp.S: ... here.
4547 Add versioning.
4548 (__sigsetjmp): Remove setting __flags field.
4549 * sysdeps/s390/setjmp.S: Delete file.
4550 * sysdeps/s390/sigjmp.c: Likewise.
4551 * sysdeps/s390/v1-longjmp.c: Likewise.
4552 * sysdeps/s390/v1-setjmp.h: Likewise.
4553 * sysdeps/s390/v1-sigjmp.c: Likewise.
4554 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4555 Remove v1-longjmp_chk.
4556 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4557 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4558 Include debug/longjmp_chk.c and add versioning.
4559 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4560 Include nptl/pt-longjmp.c and add versioning.
4561 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4562 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4563 Include __longjmp.c.
4564 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4565 Move to ...
4566 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4567 (__getcontext): Remove setting __flags field.
4568 Add versioning.
4569 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4570 Don't restore upper high grps.
4571 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4572 Likewise.
4573 (__swapcontext): Remove setting uc_flags field.
4574 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4575 Delete file.
4576 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4577 Include __longjmp.c.
4578 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4579 Move to ...
4580 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4581 (__getcontext): Remove setting __flags field.
4582 Add versioning.
4583 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4584 (__swapcontext): Remove setting uc_flags field.
4585 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4586 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4587 Remove fields uc_high_gprs and __reserved.
4588 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4589 New file with reverted content.
4590 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4591 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4592 Regenerated.
4593 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4594 Regenerated.
4595
6c9578a2
AS
45962014-07-31 Andreas Schwab <schwab@suse.de>
4597
4598 * config.h.in (HAVE_IFUNC): Define to 0.
4599 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4600 definedness.
4601
05f3633d
LM
46022014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
4603
4604 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4605 memmove-avx-unaligned, memcpy-avx-unaligned and
4606 mempcpy-avx-unaligned.
4607 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4608 Add tests for AVX memcpy functions.
4609 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4610 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4611 memcpy_chk.
4612 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4613 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4614 memmove_chk.
4615 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4616 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4617 mempcpy_chk.
4618 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4619 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4620 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4621
a53fbd8e
AZ
46222013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4623
4624 [BZ #17213]
4625 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4626 powerpc64le.
4627
0961f7e1
JL
46282014-07-29 Jeff Layton <jlayton@poochiereds.net>
4629
4630 [BZ #16839]
4631 * manual/llio.texi: Add section about open file description locks.
4632 * manual/examples/ofdlocks.c: Example of open file description
4633 lock usage.
4634 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4635 F_OFD_SETLK, and F_OFD_SETLKW.
4636
cc5fb300
AM
46372014-07-23 Allan McRae <allan@archlinux.org>
4638
4639 * po/es.po: Update Spanish translation from translation project.
4640
23329dca
AS
46412014-07-18 Andreas Schwab <schwab@linux-m68k.org>
4642
4643 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4644
9c82da17
MR
46452014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
4646
4647 [BZ #17078]
4648 * sysdeps/arm/dl-machine.h (elf_machine_rela)
4649 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4650 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4651
29c4f53e
JM
46522014-07-17 Joseph Myers <joseph@codesourcery.com>
4653
831b9896
JM
4654 [BZ #17088]
4655 * math/fesetenv.c (__fesetenv)
4656 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4657 * math/feupdateenv.c (__feupdateenv)
4658 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4659
b21c2d50
JM
4660 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4661 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4662 (__ASSUME_SOCKETCALL): Do not define.
4663
067764ef
JM
4664 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4665 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4666 (__ASSUME_SOCKETCALL): Do not define.
4667 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4668 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4669 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4670 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4671 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4672 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4673 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4674 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4675
642530c1
JM
4676 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4677 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4678 (__ASSUME_SOCKETCALL): Do not define.
4679 (__ASSUME_IPC64): Define unconditionally.
4680 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4681 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4682 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4683 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4684 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4685 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4686 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4687 Likewise.
4688
03f77315
JM
4689 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4690 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4691 (__ASSUME_SOCKETCALL): Do not define.
4692 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4693 (__ASSUME_FUTEX_LOCK_PI): Likewise.
4694 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4695 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4696 (__ASSUME_REQUEUE_PI): Define unconditionally.
4697 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4698 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4699 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4700 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4701 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4702 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4703
083b1f7c
JM
4704 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4705 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4706 (__ASSUME_SOCKETCALL): Do not define.
4707 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4708 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4709 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4710 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4711 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4712 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4713
5be44ea6
JM
4714 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4715 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4716 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4717 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4718 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4719 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4720 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4721 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4722 (__ASSUME_GETCPU_SYSCALL): Likewise.
4723
d95ffd4c
JM
4724 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4725 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
4726 cases for individual architectures.
4727 * sysdeps/gnu/configure: Regenerated.
4728 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4729 LIBC_SLIBDIR_RTLDDIR.
4730 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4731 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4732 LIBC_SLIBDIR_RTLDDIR.
4733 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4734 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4735 LIBC_SLIBDIR_RTLDDIR.
4736 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4737 Regenerated.
4738 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4739 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4740 file.
4741 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4742 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4743 file.
4744 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4745 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4746 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4747 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4748
29c4f53e
JM
4749 * sysdeps/aarch64/shlib-versions: Move to ...
4750 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4751 * sysdeps/alpha/shlib-versions: Move to ...
4752 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4753 * sysdeps/arm/shlib-versions: Move to ...
4754 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4755 * sysdeps/hppa/shlib-versions: Move all contents except for
4756 libgcc_s entry to ...
4757 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
4758 entry from ...
4759 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
4760 * sysdeps/ia64/shlib-versions: Move to ...
4761 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
4762 entry from ...
4763 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
4764 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4765 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4766 * sysdeps/microblaze/shlib-versions: Move to ...
4767 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4768 * sysdeps/mips/shlib-versions: Move to ...
4769 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
4770 entry from ...
4771 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
4772 * sysdeps/tile/shlib-versions: Move to ...
4773 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4774 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4775 from ...
4776 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
4777 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4778 entry from ...
4779 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
4780
32bead5b
WN
47812014-07-17 Will Newton <will.newton@linaro.org>
4782
57977c4b
WN
4783 * sysdeps/arm/bits/atomic.h
4784 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4785 (__arch_compare_and_exchange_bool_16_int): Likewise.
4786 (__arch_compare_and_exchange_bool_64_int): Likewise.
4787
32bead5b
WN
4788 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4789 into an #else block.
4790
37fccd41
RM
47912014-07-16 Roland McGrath <roland@hack.frob.com>
4792
4793 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4794 just Linux configurations. Test empirically that the compiler sets
4795 __ARM_EABI__, rather than using the tuple to decide.
4796 * sysdeps/arm/preconfigure: Regenerated.
4797 * sysdeps/unix/sysv/linux/arm/configure: File removed.
4798 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4799 contents appended ...
4800 * sysdeps/arm/configure.ac: ... here.
4801 * sysdeps/arm/configure: Regenerated.
4802
b365f3ec
RM
48032014-07-15 Roland McGrath <roland@hack.frob.com>
4804
8badf496
RM
4805 * nptl/pthread_kill.c: New file.
4806 * nptl/pthread_sigmask.c: New file.
4807 * nptl/pthread_sigqueue.c: New file.
4808
3df6f22e
RM
4809 * sysdeps/nptl/lowlevellock.h: New file.
4810 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4811 * sysdeps/nptl/lowlevellock-futex.h: New file.
4812
b365f3ec
RM
4813 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4814 Remove dead declarations.
4815
f2fef657
L
48162014-07-14 H.J. Lu <hongjiu.lu@intel.com>
4817
4818 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4819 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4820 config-cflags-avx2.
4821 * sysdeps/x86_64/configure.ac: Likewise.
4822 * sysdeps/i386/configure: Regenerated.
4823 * sysdeps/x86_64/configure: Likewise.
4824 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4825 memset-avx2 only if config-cflags-avx2 is yes.
4826 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4827 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4828 defined.
4829 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4830 only if HAVE_AVX2_SUPPORT is defined.
4831 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4832
f6c44d47
AM
48332014-07-14 Alan Modra <amodra@gmail.com>
4834
4835 [BZ #17153]
4836 * elf/elf.h (DT_PPC64_NUM): Correct value.
4837 * NEWS: Add to fixed bug list.
4838
7ee03f00
JM
48392014-07-13 Jim Meyering <meyering@fb.com>
4840
4841 [BZ 17150]
4842 regex: don't deref NULL upon heap allocation failure
4843 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4844 failure in one more place.
4845 To trigger the segfault, configure grep -with-included-regex,
4846 build it, and run these commands:
4847 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4848
9d39d517
AS
48492014-07-13 Andreas Schwab <schwab@linux-m68k.org>
4850
4851 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4852
a75b89b7
RH
48532014-07-11 Richard Henderson <rth@redhat.com>
4854
4855 * sysdeps/aarch64/libm-test-ulps: Update.
4856
771eb141
FW
48572014-07-10 Florian Weimer <fweimer@redhat.com>
4858
4859 [BZ #17135]
4860 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4861 * nptl/allocatestack.c (__nptl_setxid_error): New function.
4862 (__nptl_setxid): Initialize error member. Call
4863 __nptl_setxid_error.
4864 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4865 * nptl/descr.h (struct xid_command): Add error member.
4866 * nptl/tst-setuid3.c: New file.
4867 * nptl/Makefile (tests): Add it.
4868
bc1da176
AZ
48692014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4870
4871 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4872 New define.
4873 (__lll_trylock): Use __lll_base_trylock.
4874 (__lll_cond_trylock): Likewise.
4875
887865fc
RM
48762014-07-10 Roland McGrath <roland@hack.frob.com>
4877
c0c6bac9
RM
4878 * nptl/pthread_create.c (start_thread): Use atomic_or and
4879 lll_futex_wake directly rather than lll_robust_dead.
4880 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4881 (lll_robust_dead): Macro removed.
6a42be57 4882 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
4883 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4884 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4885 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4886 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4887 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4888 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4889 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4890 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4891 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4892 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4893 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4894 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4895 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4896 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4897
887865fc
RM
4898 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4899 Use atomic_compare_and_exchange_val_acq directly rather than
4900 lll_robust_trylock.
4901 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4902 (__lll_robust_trylock, lll_robust_trylock): Removed.
4903 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4904 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4905 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4906 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4907 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4908 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4909 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4910 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4911 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4912 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4913 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4914 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4915 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4916 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4917
58536726
FW
49182014-07-02 Florian Weimer <fweimer@redhat.com>
4919
4920 * manual/locale.texi (Locale Names): New section documenting
4921 locale name syntax. Adjust menu and node chaining accordingly.
4922 (Choosing Locale): Reference Locale Names, Locale Categories.
4923 Mention setting LC_ALL=C. Reflect that name syntax is now
4924 documented.
4925 (Locale Categories): New section title. Reference Locale Names.
4926 LC_ALL is an environment variable, but not a category.
4927 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4928 description, now in Locale Name. Reference that section. Locale
4929 name syntax is now documented.
4930
4e8f95a0
FW
49312014-07-02 Florian Weimer <fweimer@redhat.com>
4932
4933 [BZ #17137]
4934 * locale/findlocale.c (name_present, valid_locale_name): New
4935 functions.
4936 (_nl_find_locale): Use the loc_name variable to store name
4937 candidates. Call name_present and valid_locale_name to check and
4938 validate locale names. Return an error if the locale is invalid.
4939
d1836456
FW
49402014-07-02 Florian Weimer <fweimer@redhat.com>
4941
4942 * locale/setlocale.c (setlocale): Use strdup for allocating
4943 composite name copy.
4944
d69b7f5a
SP
49452014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
4946
888c679b
SP
4947 Sync up with gnulib.
4948 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4949 [!_LIBC && ENABLE_NLS]: Include gettext.h.
4950 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4951 and _GL_ARG_NONNULL.
4952 [USE_UNLOCKED_IO]: Include unlocked-io.h.
4953 [!_LIBC]: Include code for Windows and Cygwin.
4954 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4955 Include prototype for int strerror_r.
4956 [!_LIBC] (is_open): New function.
4957 (flush_stdout): New function.
4958 (print_errno_message): Use it.
4959 (error): Likewise.
4960 (error_at_line): Likewise.
4961 (error_tail) Add function attribute macros. Use
4962 __builtin_expect.
4963
180e0e4b
SP
4964 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4965
d22f1fe2
SP
4966 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4967
12f2254b
SP
4968 * io/ftw.c: Include sys/param.h unconditionally.
4969
c3c7c360
SP
4970 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4971
d62aa75a
SP
4972 [BZ #17125]
4973 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4974 libc_freeres_ptr.
4975 (freecache): New function to free CACHE on exit.
4976
d69b7f5a
SP
4977 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4978 initialization.
4979
5efe06a1
DM
49802014-07-09 David S. Miller <davem@davemloft.net>
4981
4982 * sysdeps/sparc/fpu/libm-test-ulps: Update.
4983
7000d82e
DM
4984 * sysdeps/sparc/nptl/internaltypes.h: Delete.
4985 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4986 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4987 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4988 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4989 * sysdeps/sparc/nptl/sem_init.c: Likewise.
4990 * sysdeps/sparc/nptl/sem_post.c: Likewise.
4991 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4992 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4993 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4994 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4995 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4996 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4997
c213442d
AS
49982014-07-09 Andreas Schwab <schwab@suse.de>
4999
4a2552c3
AS
5000 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5001 output.
5002 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5003 (do_test): Likewise.
5004
c213442d
AS
5005 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5006
82374e65
WN
50072014-07-09 Will Newton <will.newton@linaro.org>
5008
5009 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5010 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5011 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5012 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5013 * sysdeps/hppa/start.S (_start): Likewise.
5014
6680738a
SP
50152014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
5016
6ee3eab4
SP
5017 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5018
6680738a
SP
5019 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5020 defined.
5021
80b5c505
SP
50222014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5023
e35c53e3
SP
5024 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5025 after checking that it is non-NULL.
5026
80b5c505
SP
5027 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5028
91f4b564
AZ
50292014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5030
27b75f56
AZ
5031 * sysdeps/powerpc/memmove.c: Remove file.
5032 * sysdeps/powerpc/powerpc32/power4/memcopy.h
5033 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5034 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5035 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5036 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5037 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5038 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5039 string memmove instead of removed powerpc one.
5040
e7f95bb5
AZ
5041 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5042 [weak_alias]: Fix compiler warning due trailing data.
5043 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5044 [weak_alias]: Likewise.
5045 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5046 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5047
91f4b564
AZ
5048 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5049 (__libc_ifunc_impl_list): Add memmove functions.
5050
7c33f1e5
SP
50512014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
5052
5053 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5054 Remove code.
5055 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5056 Likewise
5057 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5058 Likewise
5059 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5060 Likewise
5061 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5062 Likewise
5063 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5064 Likewise
5065 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5066 Likewise
5067 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5068 Likewise
5069 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5070 Likewise
5071 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5072 Likewise
5073 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5074 Likewise
5075 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5076 Likewise
5077 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5078 Likewise
5079 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5080 Likewise
5081 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5082 Likewise
5083 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5084 Likewise
5085 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5086 Likewise
5087
3f17b03b
AZ
50882014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5089
87868c24
AZ
5090 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5091 to avoid alignment traps in non-cacheable memory.
5092 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5093
07aedd78
AZ
5094 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5095 multiarch objects.
5096 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5097 file: multiarch power7 memmove.
5098 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5099 multiarch default memmove.
5100 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5101 multiarch memove for powerpc32/power4.
5102
17762f66
AZ
5103 * string/bcopy.c: Use full path to include memmove.c.
5104 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5105 multiarch objects.
5106 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5107 bcopy for powerpc64.
5108 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5109 bcopy for powerpc64.
5110 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5111 and memmove implementations.
5112 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5113 optimized multiarch memmove for POWER7/powerpc64.
5114 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5115 default multiarch memmove for powerpc64.
5116 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5117 multiarch for powerpc64.
5118 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5119 for POWER7/powerpc64.
5120 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5121 memmove for POWER7/powerpc64.
5122
d6f68bbe
AZ
5123 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5124 glibc default one.
5125
3f17b03b
AZ
5126 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5127 __ELF_NATIVE_CLASS equal to 64.
5128
08192659
RM
51292014-07-07 Roland McGrath <roland@hack.frob.com>
5130
f4c4021b
RM
5131 * sysdeps/nptl/lowlevellock.h: File removed.
5132
f083450f
RM
5133 * NEWS: NPTL is no longer an add-on!
5134 * nptl/internaltypes.h: Moved ...
5135 * sysdeps/nptl/internaltypes.h: ... here.
5136 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5137 * sysdeps/nptl/fork.c: Likewise.
5138 * sysdeps/nptl/gai_misc.h: Likewise.
5139 * sysdeps/nptl/librt-cancellation.c: Likewise.
5140 * sysdeps/nptl/jmp-unwind.c: Likewise.
5141 * sysdeps/nptl/setxid.h: Likewise.
5142 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5143 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5144 * sysdeps/unix/sysv/linux/arm/Implies: New file.
5145 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5146 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5147 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5148 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5149 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5150 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5151 * sysdeps/unix/sysv/linux/mips/Implies: New file.
5152 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5153 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5154 * sysdeps/unix/sysv/linux/sh/Implies: New file.
5155 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5156 * sysdeps/unix/sysv/linux/tile/Implies: New file.
5157 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5158 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5159 * nptl/Makeconfig: Moved ...
5160 * sysdeps/nptl/Makeconfig: ... here.
5161 * nptl/configure: File removed.
5162 * nptl/ANNOUNCE: File removed.
5163 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5164 * sysdeps/unix/sysv/linux/configure: Regenerated.
5165
08192659
RM
5166 * nptl/Makefile (routines): Add libc_pthread_init,
5167 libc_multiple_threads, register-atfork and unregister-atfork.
5168 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5169 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5170 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5171 pthread-pi-defines.sym, structsem.sym.
5172 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5173 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5174 [$(subdir) = nptl] (tests): Add tst-setgetname.
5175 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5176 * sysdeps/unix/sysv/linux/sigaction.c: Just include
5177 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5178 [!LIBC_SIGACTION]: Remove aliases.
5179 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5180 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5181 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5182 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5183 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5184 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5185 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5186 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5187 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5188 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5189 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5190 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5191 __libc_allocate_rtsig_private.
5192 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5193 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5194 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5195 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5196 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5197 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5198 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5199 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5200 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5201 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5202 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5203 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5204 * nptl/internaltypes.h: ... here.
5205 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5206 * sysdeps/nptl/jmp-unwind.c: ... here.
5207 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5208 * nptl/libc-lowlevellock.c: ... here.
5209 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5210 * nptl/libc_multiple_threads.c: ... here.
5211 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5212 * nptl/libc_pthread_init.c: ... here.
5213 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5214 * nptl/lowlevelbarrier.sym: ... here.
5215 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5216 * nptl/lowlevelcond.sym: ... here.
5217 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5218 * nptl/lowlevellock.c: ... here.
5219 * nptl/lowlevellock.h: Moved ...
5220 * sysdeps/nptl/lowlevellock.h: ... here.
5221 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5222 * nptl/lowlevelrobustlock.c: ... here.
5223 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5224 * nptl/lowlevelrobustlock.sym: ... here.
5225 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5226 * nptl/lowlevelrwlock.sym: ... here.
5227 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5228 * nptl/pt-fork.c: ... here.
5229 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5230 * nptl/pthread-pi-defines.sym: ... here.
5231 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5232 * nptl/pthread_attr_getaffinity.c: ... here.
5233 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5234 * nptl/pthread_attr_setaffinity.c: ... here.
5235 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5236 * nptl/pthread_mutex_cond_lock.c: ... here.
5237 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5238 Update #include.
5239 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5240 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5241 * nptl/pthread_once.c: ... here, replacing old file.
5242 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5243 * nptl/pthread_yield.c: ... here.
5244 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5245 * nptl/register-atfork.c: ... here.
5246 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5247 * nptl/sem_post.c: ... here.
5248 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5249 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5250 * nptl/sem_timedwait.c: ... here.
5251 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5252 * nptl/sem_trywait.c: ... here.
5253 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5254 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5255 * nptl/sem_wait.c: ... here.
5256 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5257 * nptl/structsem.sym: ... here.
5258 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5259 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5260 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5261 * nptl/unregister-atfork.c: ... here.
5262 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5263 * nptl/unwindbuf.sym: ... here.
5264 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5265 * sysdeps/nptl/fork.c: ... here.
5266 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5267 * sysdeps/nptl/fork.h: ... here.
5268 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5269 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5270 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5271 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5272 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5273 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5274 * sysdeps/unix/sysv/linux/getpid.c: ... here.
5275 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5276 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5277 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5278 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5279 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5280 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5281 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5282 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5283 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5284 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5285 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5286 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5287 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5288 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5289 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5290 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5291 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5292 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5293 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5294 * sysdeps/unix/sysv/linux/raise.c: ... here.
5295 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5296 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5297 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5298 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5299 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5300 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5301 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5302 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5303 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5304 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5305 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5306 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5307 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5308 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5309 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5310
96baf6ff
SP
53112014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
5312
5313 * sysdeps/generic/memcopy.h: Add comment for
5314 MEMCPY_OK_FOR_FWD_MEMMOVE.
5315
6b7b14b2
WN
53162014-07-04 Will Newton <will.newton@linaro.org>
5317
1570a72b
WN
5318 * string/memchr.c: Merge from gnulib.
5319 [_LIBC]: Remove conditionals.
5320 (__ptr_t): Remove define.
5321 (LONG_MAX_32_BITS): Likewise.
5322 (LONG_MAX): Likewise.
5323 (MEMCHR): Use ANSI prototype and optimize algorithm.
5324
6b7b14b2
WN
5325 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5326
38851324
SP
53272014-07-03 Roland McGrath <roland@hack.frob.com>
5328
3d9eb57c
RM
5329 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5330 (lll_futex_timed_wait_bitset): Fix syscall argument count.
5331
78b984ae
RM
5332 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5333 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5334 in a bare environment with no <stdlib.h> installed.
5335 * sysdeps/nptl/configure: Regenerated.
5336
2d5976a5
RM
5337 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5338
c1f5acd4
RM
5339 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5340 AC_EGREP_CPP for kernel header checks, so they only succeed if
5341 including <linux/version.h> actually works right.
5342 * sysdeps/unix/sysv/linux/configure: Regenerated.
5343
4d614fe5
RM
5344 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5345 value so it's not diagnosed as unused.
5346
38851324
SP
5347 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5348 thing) with "ifeq ($(subdir),rt)".
5349
b3ec00e5
RH
53502014-07-03 Richard Henderson <rth@redhat.com>
5351
69862e25
RH
5352 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5353 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5354 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5355
d5e16ade
RH
5356 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5357 (math_force_eval): New.
5358
ca7b945c
RH
5359 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5360 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5361
cd1175a3
RH
5362 * sysdeps/alpha/fpu/s_round.c: Remove file.
5363 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5364
b3ec00e5
RH
5365 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5366 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5367 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5368 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5369 (_dl_start, print_statistics): Likewise.
5370 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5371 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5372
5373 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5374 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5375 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5376 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5377 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5378 (HP_SMALL_TIMING_AVAIL): Define.
5379 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5380 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5381 (HP_SMALL_TIMING_AVAIL): Define.
5382 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5383 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5384
5385 * sysdeps/aarch64/hp-timing.h: New file.
5386
5387 * sysdeps/generic/hp-timing.h: Remove dead comment.
5388 * sysdeps/generic/hp-timing-common.h: New file.
5389 * sysdeps/alpha/hp-timing.h: Include it.
5390 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5391 * sysdeps/i386/i686/hp-timing.h: Likewise.
5392 * sysdeps/ia64/hp-timing.h: Likewise.
5393 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5394 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5395 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5396 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5397 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5398 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5399 (hp_timing_t): New.
5400
5401 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5402 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5403 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5404 * elf/rtld.c (_dl_start_final): Likewise.
5405 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5406 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5407 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5408 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5409 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5410 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5411 (HP_TIMING_DIFF_INIT): Remove.
5412 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5413 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5414 (HP_TIMING_DIFF_INIT): Remove.
5415 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5416 * sysdeps/i386/i686/hp-timing.c: Remove file.
5417 * sysdeps/x86_64/hp-timing.c: Remove file.
5418 * sysdeps/ia64/hp-timing.c: Remove file.
5419 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5420 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5421 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5422 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5423
5424 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5425 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5426 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5427 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5428 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5429 (HP_TIMING_ACCUM): Remove.
5430 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5431 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5432 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5433
5434 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5435 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5436 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5437 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5438 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5439 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5440 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5441 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5442
5443 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5444
225f410f
MR
54452014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
5446
5447 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5448
3247f285
SP
54492014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5450
5451 Sync up with gettext.
5452 * intl/loadmsgcat.c: Define O_BINARY if not defined.
5453 [_MSC_VER]: Include malloc.h
5454 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5455 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5456 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
5457 TEMP_FAILURE_RETRY. Cast return of alloca.
5458 [!_LIBC] Call gl_rwlock_init.
5459 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5460
d12704c7
SP
54612014-07-02 Roland McGrath <roland@hack.frob.com>
5462
5463 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5464 before checking its value.
5465
99f8dc92
SP
54662014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5467
05fdac77
SP
5468 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5469
99f8dc92
SP
5470 * debug/memcpy_chk.c: Don't include pagecopy.h.
5471 * debug/mempcpy_chk.c: Likewise.
5472 * string/memcpy.c: Likewise.
5473 * string/memmove.c: Likewise.
5474 * sysdeps/powerpc/memmove.c: Likewise.
5475 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
5476 definition of PAGE_COPY_FWD_MAYBE here...
5477 * sysdeps/generic/pagecopy.h: ... from here.
5478 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5479
bc8ea385
VR
54802014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
5481 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5482
5483 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5484 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5485 optimizations.
5486 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5487 (__libc_ifunc_impl_list): Likewise.
5488 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5489 multiarch strcat for PPC64.
5490 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5491 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5492
fe5f34e4
RM
54932014-07-02 Roland McGrath <roland@hack.frob.com>
5494
5495 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5496
256aa665
SP
54972014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5498
d4eb8195
SP
5499 * intl/loadmsgcat.c: Remove declaration of
5500 get_sysdep_segment_value.
5501 (get_sysdep_segment_value): Use ISO C style.
5502 (_nl_load_domain): Use ISO C style. Get rid of redundant
5503 semicolon. Fix typo and formatting in comment.
5504 (_nl_unload_domain): Use ISO C style.
5505
256aa665
SP
5506 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5507
b100f9aa
WN
55082014-07-02 Will Newton <will.newton@linaro.org>
5509
5510 * malloc/obstack.c: Merge from gnulib master.
5511 [HAVE_CONFIG_H]: Remove conditional code.
5512 [!_LIBC]: Include config.h.
5513 [!ELIDE_CODE]: Don't include inttypes.h, include
5514 stdint.h unconditionally.
5515 (print_and_abort): Mark as _Noreturn.
5516 (_obstack_allocated_p): Mark as __attribute_pure__.
5517 (obstack_free): Rename to __obstack_free.
5518 [!__attribute__]: Remove conditional code.
5519 * malloc/obstack.h: Merge from gnulib master.
5520 [__cplusplus]: Move conditional down.
5521 [!__attribute_pure__]: Define __attribute_pure__ here
5522 if it is not already defined.
5523 (_obstack_memory_used): Mark as __attribute_pure__.
5524 [!__obstack_free]: Define as obstack_free.
5525 [__GNUC__]: Remove check for ancient NeXT gcc.
5526
c4c41244
PE
55272014-07-02 Will Newton <will.newton@linaro.org>
5528 Paul Eggert <eggert@cs.ucla.edu>
5529
5530 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5531
e1e041c4
SP
55322014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
5533
5534 * resolv/gethnamaddr.c: Add comment warning that the file is
5535 not maintained.
5536
ccf431ff
CD
55372014-07-01 Carlos O'Donell <carlos@redhat.com>
5538
d34570a6
CD
5539 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5540 entries.
5541
ccf431ff
CD
5542 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5543 entry for aio_cancel and aio_cancel64.
5544 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5545 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5546 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5547 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5548 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5549 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5550 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5551 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5552 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5553 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5554 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5555 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5556 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5557
ca06321d
RM
55582014-07-01 Roland McGrath <roland@hack.frob.com>
5559
5560 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5561 * nptl/pthread_mutex_lock.c: Likewise.
5562 * nptl/pthread_mutex_timedlock.c: Likewise.
5563 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5564
a1ac3184
RH
55652014-07-01 Richard henderson <rth@redhat.com>
5566
631021e0
RH
5567 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5568 (__isnan, __isnanl): Remove.
5569 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5570
a1ac3184
RH
5571 * sysdeps/alpha/fpu/libm-test-ulps: Update.
5572
0c1d731f
SL
55732014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
5574
5575 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5576
76985d3e
SP
55772014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
5578
5579 * resolv/nss_dns/dns-host.c (getanswer_r)
5580 [MULTI_PTRS_ARE_ALIASES]: Remove code.
5581
b0cb3096
JM
55822014-07-01 Joseph Myers <joseph@codesourcery.com>
5583
5584 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5585 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5586 undefine.
5587 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5588 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5589
4d76cb39
RM
55902014-07-01 Roland McGrath <roland@hack.frob.com>
5591
5592 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5593 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5594
5595 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5596 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5597
5598 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5599 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5600 ... here.
5601 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5602 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5603
5604 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5605 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5606 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5607 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5608
5609 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5610 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5611 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5612 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5613 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5614 Moved ...
5615 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5616 ... here.
5617 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5618 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5619 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5620 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5621 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5622 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5623 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5624 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5625 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5626 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5627 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5628 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5629 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5630 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5631 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5632 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5633 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5634 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5635 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5636 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5637 ... here.
5638 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5639 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5640 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5641 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5642 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5643 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5644 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5645 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5646
0cdcad17
DH
56472014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
5648
5649 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5650 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5651 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5652 Add sysdep.
5653
9b71d0e3
AZ
56542014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5655
5656 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5657
665390c2
JM
56582014-06-30 Joseph Myers <joseph@codesourcery.com>
5659
ae05a9d7
JM
5660 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5661 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5662
a7672a2f
JM
5663 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5664
665390c2
JM
5665 * sysdeps/arm/libm-test-ulps: Regenerated.
5666
d7a05d07
MR
56672014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
5668 Roland McGrath <roland@hack.frob.com>
5669
5670 * test-skeleton.c (signal_handler): Kill the whole process group
5671 before killing the child individually.
5672 (main): Report any failure on `setpgid'.
5673
46f1d8a6
RM
56742014-06-30 Roland McGrath <roland@hack.frob.com>
5675
5676 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5677 from _TLS_H to _ARM_NPTL_TLS_H.
5678 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5679 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5680
9c37ec0b
JM
56812014-06-30 Joseph Myers <joseph@codesourcery.com>
5682
ce9c5b3e
JM
5683 [BZ #16539]
5684 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5685 (__expm1l): Return argument unchanged when small but not
5686 subnormal.
5687
3a6e9887
JM
5688 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5689 include macro name.
5690 (_FP_UNPACK_RAW_1_P): Likewise.
5691 (_FP_PACK_RAW_1): Likewise.
5692 (_FP_PACK_RAW_1_P): Likewise.
5693 (_FP_MUL_MEAT_1_wide): Likewise.
5694 (_FP_MUL_MEAT_DW_1_hard): Likewise.
5695 (_FP_MUL_MEAT_1_hard): Likewise.
5696 (_FP_DIV_MEAT_1_imm): Likewise.
5697 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5698 (_FP_DIV_MEAT_1_udiv): Likewise.
5699 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5700 (_FP_UNPACK_RAW_2): Likewise.
5701 (_FP_UNPACK_RAW_2_P): Likewise.
5702 (_FP_PACK_RAW_2): Likewise.
5703 (_FP_PACK_RAW_2_P): Likewise.
5704 (_FP_MUL_MEAT_DW_2_wide): Likewise.
5705 (_FP_MUL_MEAT_2_wide): Likewise.
5706 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5707 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5708 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5709 (_FP_MUL_MEAT_2_gmp): Likewise.
5710 (_FP_DIV_MEAT_2_udiv): Likewise.
5711 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5712 (_FP_FRAC_SRL_4): Likewise.
5713 (_FP_FRAC_SRST_4): Likewise.
5714 (_FP_FRAC_SRS_4): Likewise.
5715 (_FP_UNPACK_RAW_4): Likewise.
5716 (_FP_UNPACK_RAW_4_P): Likewise.
5717 (_FP_PACK_RAW_4): Likewise.
5718 (_FP_PACK_RAW_4_P): Likewise.
5719 (_FP_MUL_MEAT_DW_4_wide): Likewise.
5720 (_FP_MUL_MEAT_4_wide): Likewise.
5721 (_FP_MUL_MEAT_4_gmp): Likewise.
5722 (umul_ppppmnnn): Likewise.
5723 (_FP_DIV_MEAT_4_udiv): Likewise.
5724 (__FP_FRAC_ADD_4): Likewise.
5725 (__FP_FRAC_SUB_3): Likewise.
5726 (__FP_FRAC_SUB_4): Likewise.
5727 (__FP_FRAC_DEC_3): Likewise.
5728 (__FP_FRAC_DEC_4): Likewise.
5729 (__FP_FRAC_ADDI_4): Likewise.
5730 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5731 (_FP_FRAC_SRL_8): Likewise.
5732 (_FP_FRAC_SRS_8): Likewise.
5733
9c37ec0b
JM
5734 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5735 include macro name.
5736 (FP_UNPACK_RAW_EP): Likewise.
5737 (FP_PACK_RAW_E): Likewise.
5738 (FP_PACK_RAW_EP): Likewise.
5739 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5740 (_FP_ISSIGNAN): Likewise.
5741 (_FP_ADD_INTERNAL): Likewise.
5742 (_FP_FMA): Likewise.
5743 (_FP_CMP): Likewise.
5744 (_FP_SQRT): Likewise.
5745 (_FP_TO_INT): Likewise.
5746 (_FP_FROM_INT): Likewise.
5747 (FP_EXTEND): Likewise.
5748 (_FP_DIV_MEAT_N_loop): Likewise.
5749
2125f674
MR
57502014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
5751
5752 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5753 throughout.
5754
edea4028
JM
57552014-06-29 Joseph Myers <joseph@codesourcery.com>
5756
5757 [BZ #17097]
5758 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5759 result with correct sign in case of exponents that produce
5760 overflow except for X very close to 1.
5761
dd0ba018
PE
57622014-06-28 Paul Eggert <eggert@cs.ucla.edu>
5763
5764 mktime: merge #if/#ifdef usage from glibc
5765 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5766 as that works with both Glibc's and Gnulib's style.
5767 See thread starting at Siddhesh Poyarekar's bug report at:
5768 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5769
64df73c2
SP
57702014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
5771
5772 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5773 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5774 * sysdeps/tile/tilegx/memmove.c: Remove file.
5775
f1eafb41
JM
57762014-06-27 Joseph Myers <joseph@codesourcery.com>
5777
5778 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5779 abi-name definition.
5780 * scripts/soversions.awk: Do not handle or generate ABI lines.
5781 * shlib-versions: Remove ABI entries.
5782 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5783 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5784
58eb0862
RM
57852014-06-27 Roland McGrath <roland@hack.frob.com>
5786
37caf178
RM
5787 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5788 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5789 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5790 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5791 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5792 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5793 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5794 Moved ...
5795 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5796 ... here.
5797 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5798 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5799 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5800 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5801 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5802 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5803 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5804 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5805 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5806 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5807 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5808 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5809 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5810 Moved ...
5811 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5812 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5813 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5814 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5815 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5816 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5817 Moved ...
5818 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5819 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5820 Moved ...
5821 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5822 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5823 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5824 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5825 Moved ...
5826 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5827 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5828 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5829 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5830 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5831 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5832 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5833 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5834 Moved ...
5835 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5836 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5837 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5838 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5839 Moved ...
5840 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5841 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5842 Moved ...
5843 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5844 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5845 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5846 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5847 Moved ...
5848 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5849 ... here.
5850 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5851 Identical file removed.
5852 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5853 Moved ...
5854 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5855 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5856 Identical file removed.
5857 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5858 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5859 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5860 Moved ...
5861 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5862 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5863 Identical file removed.
5864 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5865 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5866 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5867 Identical file removed.
5868 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5869 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5870 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5871 Identical file removed.
5872 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5873 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5874 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5875 Identical file removed.
5876 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5877 Moved ...
5878 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5879 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5880 Identical file removed.
5881 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5882 Moved ...
5883 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5884 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5885 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5886 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5887 Identical file removed.
5888 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5889 Moved ...
5890 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5891 ... here.
5892 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5893 Identical file removed.
5894 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5895 Moved ...
5896 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5897 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5898 Identical file removed.
5899 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5900 Moved ...
5901 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5902 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5903 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5904 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5905 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5906 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5907 Moved ...
5908 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5909 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5910 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5911
58eb0862
RM
5912 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5913 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5914 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5915 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5916 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5917
6f12d062
AS
59182014-06-27 Arjun Shankar <arjun.is@lostca.se>
5919
5920 [BZ #17092]
5921 * nscd/nscd.c (monitor_child): Return exit status of child
5922 instead of return value from wait syscall.
5923
be254932
JM
59242014-06-27 Joseph Myers <joseph@codesourcery.com>
5925
cb403c34
JM
5926 * configure.ac (libc_commonpagesize): Remove variable.
5927 (libc_relro_required): Likewise.
5928 (libc_cv_z_relro): Remove configure test.
5929 * configure: Regenerated.
5930 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5931 variable.
5932 (libc_relro_required): Likewise.
5933 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5934 (libc_relro_required): Likewise.
5935 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5936 (libc_relro_required): Likewise.
5937 * sysdeps/arm/preconfigure: Regenerated.
5938 * sysdeps/ia64/preconfigure: Remove file.
5939 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5940 variable.
5941 (libc_relro_required): Likewise.
5942
be254932
JM
5943 [BZ #16561]
5944 [BZ #16562]
5945 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5946 (__ieee754_yn): Set FE_TONEAREST mode internally and then
5947 recompute overflowing results in original rounding mode.
5948 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5949 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5950 recompute overflowing results in original rounding mode.
5951 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5952 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5953 recompute overflowing results in original rounding mode.
5954 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5955 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5956 recompute overflowing results in original rounding mode.
5957 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5958 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5959 recompute overflowing results in original rounding mode.
5960 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5961 (libc_feholdsetround_ctx): New macro.
5962 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5963 * sysdeps/i386/fpu/libm-test-ulps: Update.
5964 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5965
b351d85a
JM
59662014-06-26 Joseph Myers <joseph@codesourcery.com>
5967
5968 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5969 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5970 corresponding .cpsetup call.
5971
3cb4de47
RM
59722014-06-26 Roland McGrath <roland@hack.frob.com>
5973
5974 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5975 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5976 * sysdeps/arm/Makefile [$(subdir) = csu]
5977 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5978 (static-only-routines): Add aeabi_read_tp here.
5979 (shared-only-routines): Add libc-aeabi_read_tp here.
5980 (CFLAGS-libc-start.c): Add -fexceptions here.
5981 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5982 (sysdep_routines, static-only-routines, shared-only-routines):
5983 Don't add to these here.
5984 (CFLAGS-libc-start.c): Likewise.
5985
5986 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5987 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5988 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5989 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5990 * sysdeps/arm/Makefile [$(subdir) = rt]
5991 (librt-sysdep_routines, librt-shared-only-routines):
5992 Append rt-aeabi_unwind_cpp_pr1 here.
5993 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5994 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5995 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5996 (libpthread-sysdep_routines, libpthread-shared-only-routines):
5997 Append nptl-aeabi_unwind_cpp_pr1 here.
5998 (tests): Filter out tst-cleanupx4 here.
5999 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6000 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6001 Don't do those here.
6002
354426bb
JM
60032014-06-26 Joseph Myers <joseph@codesourcery.com>
6004
6005 * scripts/list-sources.sh: Do not handle ports specially.
6006
28b0a8c9
RM
60072014-06-26 Roland McGrath <roland@hack.frob.com>
6008
a3dd035d
RM
6009 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6010 * sysdeps/arm/feupdateenv.c: Likewise.
6011
28b0a8c9
RM
6012 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6013
e66a8203
JM
60142014-06-26 Joseph Myers <joseph@codesourcery.com>
6015
6016 * manual/texinfo.tex: Update to version 2014-05-05.10 with
6017 trailing whitespace removed.
6018 * scripts/config.guess: Update to version 2014-03-23.
6019 * scripts/config.sub: Update to version 2014-05-01
6020 * scripts/install-sh: Update to version 2013-12-25.23.
6021 * scripts/move-if-change: Update from gnulib.
6022
74171115
SP
60232014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6024
b97c9ce5
SP
6025 * debug/memmove_chk.c: Remove pagecopy.h include.
6026
4000f892
SP
60272014-06-26 Paul Eggert <eggert@cs.ucla.edu>
6028
74171115
SP
6029 * time/mktime.c (leapyear): Remove inline keyword. The code is now
6030 identical to gnulib mktime.
6031
a8779c28
JM
60322014-06-26 Joseph Myers <joseph@codesourcery.com>
6033
e64708de
JM
6034 * configure.ac: Do not test for machine being rs6000. Do not test
6035 for powerpc*-*soft.
6036 * configure: Regenerated.
6037
a8779c28
JM
6038 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6039 test.
6040 * configure: Regenerated.
6041 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6042 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6043 Remove configure test.
6044 * sysdeps/arm/configure: Regenerated.
6045 * sysdeps/nptl/configure.ac: Do not check
6046 libc_cv_asm_cfi_directives.
6047 * sysdeps/nptl/configure: Regenerated.
6048 * sysdeps/x86_64/nptl/configure.ac: Remove file.
6049 * sysdeps/x86_64/nptl/configure: Remove generated file.
6050 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6051 unconditional.
6052 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6053
2aac0a86
SP
60542014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6055
059bf913
SP
6056 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6057 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6058 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6059 it is defined.
6060
4cf5b6d0
SP
6061 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6062 instead of whether it is defined.
6063 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6064 * sysdeps/hppa/dl-machine.h: Likewise.
6065 * sysdeps/ia64/dl-machine.h: Likewise.
6066 * sysdeps/m68k/dl-machine.h: Likewise.
6067 * sysdeps/microblaze/dl-machine.h: Likewise.
6068 * sysdeps/mips/dl-machine.: Likewise.
6069 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6070 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6071 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6072 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6073 * sysdeps/sh/dl-machine.h: Likewise.
6074 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6075 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6076 * sysdeps/tile/dl-machine.h: Likewise.
6077 * sysdeps/x86_64/dl-machine.h: Likewise.
6078
2aac0a86
SP
6079 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6080 code.
6081 (verify_persistent_db): Likewise.
6082
6ad2df0b
RM
60832014-06-26 Roland McGrath <roland@hack.frob.com>
6084
d8a483f3
RM
6085 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6086 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6087 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6088 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6089 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6090 Moved ...
6091 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6092 ... here.
6093 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6094 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6095 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6096 Identical file removed.
6097 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6098 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6099 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6100 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6101 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6102 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6103 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6104 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6105 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6106 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6107 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6108 Moved ...
6109 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6110 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6111 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6112 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6113 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6114 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6115 Moved ...
6116 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6117 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6118 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6119 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6120 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6121 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6122 Identical file removed.
6123 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6124 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6125 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6126 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6127 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6128 Moved ...
6129 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6130 ... here.
6131 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6132 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6133 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6134 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6135 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6136 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6137 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6138 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6139 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6140 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6141 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6142 Moved ...
6143 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6144 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6145 Moved ...
6146 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6147 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6148 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6149 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6150 Moved ...
6151 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6152 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6153 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6154
52ae23b4
RM
6155 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6156 folded into ...
6157 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6158 * sysdeps/unix/sysv/linux/s390/Versions
6159 (libpthread: GLIBC_2.19): New version set.
6160 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6161 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6162 (librt: GLIBC_2.3.3): New version set.
6163 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6164 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6165 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6166 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6167 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6168 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6169 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6170 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6171 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6172 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6173 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6174 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6175 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6176 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6177 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6178 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6179 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6180 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6181 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6182 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6183 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6184 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6185 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6186 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6187 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6188 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6189 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6190 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6191 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6192 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6193 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6194 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6195 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6196 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6197 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6198 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6199 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6200 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6201 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6202 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6203 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6204 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6205 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6206 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6207 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6208
39507e4a
RM
6209 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6210 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6211 (__libc_vfork): Define the function under this name.
6212 [!NOT_IN_libc] (__vfork): Make this an alias.
6213 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6214 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6215 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6216 (__libc_vfork): Define the function under this name.
6217 [!NOT_IN_libc] (__vfork): Make this an alias.
6218 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6219 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6220 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6221 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6222 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6223 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6224
e549ee56
RM
6225 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6226 code that was previously under [RESET_PID].
6227 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6228 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6229 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6230
6ad2df0b
RM
6231 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6232 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6233 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6234 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6235 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6236 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6237 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6238 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6239 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6240 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6241 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6242 Moved ...
6243 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6244 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6245 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6246 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6247 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6248 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6249 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6250 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6251 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6252 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6253 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6254 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6255 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6256 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6257 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6258 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6259 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6260 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6261 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6262 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6263 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6264 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6265 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6266 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6267 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6268 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6269 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6270 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6271 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6272
7c1c1d8e
RM
62732014-06-25 Roland McGrath <roland@hack.frob.com>
6274
6275 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6276 that was previously under [RESET_PID].
6277 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6278
3e239be6
JM
62792014-06-25 Joseph Myers <joseph@codesourcery.com>
6280
74385da5
JM
6281 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6282 not undefine and redefine.
6283 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6284 [O_CLOEXEC]: Make code unconditional.
6285 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6286 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6287 <kernel-features.h>.
6288 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6289 conditional variable definition.
6290 (shm_open) [O_CLOEXEC]: Make code unconditional.
6291 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6292 code.
6293
c2570a0b
JM
6294 * configure.ac (USE_REGPARMS): Don't define here.
6295 * configure: Regenerated.
6296 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6297 * sysdeps/i386/configure: Regenerated.
6298
11b076bb
JM
6299 * nptl/createthread.c: Don't include kernel-features.h.
6300 * nptl/pthread_cancel.c: Likewise.
6301 * nptl/pthread_condattr_setclock.c: Likewise.
6302 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6303 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6304 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6305 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6306 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6307 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6308 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6309 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6310 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6311 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6312 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6313 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6314 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6315 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6316 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6317 * nscd/gai.c: Likewise.
6318 * nss/nss_db/db-open.c: Likewise.
6319 * sysdeps/generic/ldsodefs.h: Likewise.
6320 * sysdeps/sh/nptl/tls.h: Likewise.
6321 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6322 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6323 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6324 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6325 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6326 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6327 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6328 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6329 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6330 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6331 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6332 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6333 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6334 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6335 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6336 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6337 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6338 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6339 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6340 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6341 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6342 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6343 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6344 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6345 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6346 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6347 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6348 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6349 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6350 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6351 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6352 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6353 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6354 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6355 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6356 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6357 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6358 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6359 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6360 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6361 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6362 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6363 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6364 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6365 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6366 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6367 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6368 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6369 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6370 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6371 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6372 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6373 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6374 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6375 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6376 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6377 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6378 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6379 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6380 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6381 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6382 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6383 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6384 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6386 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6390 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6392 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6394 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6396 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6397 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6401 * sysdeps/unix/sysv/linux/pread.c: Likewise.
6402 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6403 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6404 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6405 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6406 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6407 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6408 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6409 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6410 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6411 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6412 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6413 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6414 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6415 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6416 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6417 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6418 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6419 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6420 * sysdeps/unix/sysv/linux/system.c: Likewise.
6421 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6422 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6423 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6424 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6425 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6426 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6427 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6428
92072d57
JM
6429 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6430 * configure: Regenerated.
6431 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6432
3e239be6
JM
6433 * configure.ac (base_machine): Do not set specially for particular
6434 machines here.
6435 * configure: Regenerated.
6436 * sysdeps/powerpc/preconfigure: Move machine and base_machine
6437 settings from configure.ac.
6438 * sysdeps/i386/preconfigure: New file.
6439 * sysdeps/s390/preconfigure: Likewise.
6440 * sysdeps/sh/preconfigure: Likewise.
6441 * sysdeps/sparc/preconfigure: Likewise.
6442
06d50baa
RM
64432014-06-25 Roland McGrath <roland@hack.frob.com>
6444
74836003
RM
6445 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6446 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6447 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6448 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6449 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6450 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6451 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6452 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6453 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6454 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6455 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6456 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6457 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6458 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6459 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6460 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6461 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6462 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6463 * sysdeps/sparc/sparc64/Makefile: ... appended here.
6464
6465 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6466 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6467 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6468 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6469 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6470 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6471 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6472 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6473 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6474 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6475 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6476 * sysdeps/sparc/sparc32/sem_post.c: ... here.
6477 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6478 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6479 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6480 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6481 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6482 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6483 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6484 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6485 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6486 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6487 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6488 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6489 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6490 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6491 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6492 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6493 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6494 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6495 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6496 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6497 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6498 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6499 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6500 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6501 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6502 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6503
06d50baa
RM
6504 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6505 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6506 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6507 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6508 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6509 Moved ...
6510 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6511 ... here.
6512 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6513 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6514 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6515 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6516 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6517 Moved ...
6518 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6519 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6520 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6521 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6522 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6523 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6524 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6525 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6526 Moved ...
6527 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6528 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6529 Moved ...
6530 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6531 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6532 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6533 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6534 Moved ...
6535 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6536 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6537 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6538 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6539 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6540 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6541 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6542 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6543 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6544 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6545 Moved ...
6546 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6547 ... here.
6548 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6549 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6550 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6551 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6552 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6553 Moved ...
6554 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6555 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6556 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6557 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6558 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6559 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6560 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6561 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6562 Moved ...
6563 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6564 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6565 Moved ...
6566 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6567 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6568 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6569 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6570 Moved ...
6571 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6572 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6573 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6574 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6575 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6576
a4ccbc9b
JM
65772014-06-25 Joseph Myers <joseph@codesourcery.com>
6578
0828edbf
JM
6579 * timezone/checktab.awk: Update from tzcode 2014e.
6580 * timezone/private.h: Likewise.
6581 * timezone/tzfile.h: Likewise.
6582 * timezone/zdump.c: Likewise.
6583 * timezone/zic.c: Likewise.
6584
a4ccbc9b
JM
6585 * sysdeps/unix/sysv/linux/kernel-features.h
6586 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6587 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6588 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6589 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6590 Remove conditional code.
6591
9aea0cb8
WN
65922014-06-25 Will Newton <will.newton@linaro.org>
6593
6594 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6595 (_dl_arm_cap_flags): Add HWCAP2 values.
6596 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6597 (_DL_HWCAP_COUNT): Increase to 37.
6598 (_DL_HWCAP_LAST): New define.
6599 (_DL_HWCAP2_LAST): New define.
6600 (_dl_procinfo): Add support for printing
6601 AT_HWCAP2 entries.
6602 (_dl_string_hwcap): Use _dl_hwcap_string.
6603
6eaa65ce
AZ
66042014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6605
6606 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6607
0f5b7185
JM
66082014-06-25 Joseph Myers <joseph@codesourcery.com>
6609
cfd2ea50
JM
6610 * README: Do not mention ports directory.
6611
cecf2ed4
JM
6612 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6613 Remove macro.
6614 * sysdeps/unix/sysv/linux/futimes.c: Do not include
6615 <kernel-features.h>.
6616 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6617 conditional variable definition.
6618 (__futimes): Update comment.
6619 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6620 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6621
a638de82
JM
6622 [BZ #16560]
6623 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6624 arguments close to 0.
6625 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6626 Likewise.
6627 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6628 Likewise.
6629 * math/auto-libm-test-in: Add more tests of exp10.
6630 * math/auto-libm-test-out: Regenerated.
6631 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6632
0f5b7185
JM
6633 * sysdeps/unix/sysv/linux/kernel-features.h
6634 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6635 * sysdeps/unix/sysv/linux/readv.c: Do not include
6636 <kernel-features.h>.
6637 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6638 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6639 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6640 unconditional.
6641 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6642 conditional code.
6643 * sysdeps/unix/sysv/linux/writev.c: Do not include
6644 <kernel-features.h>.
6645 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6646 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6647 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6648 unconditional.
6649 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6650 conditional code.
6651
c7aec4be
WN
66522014-06-25 Will Newton <will.newton@linaro.org>
6653
6654 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6655 comment changes throughout the file. Remove checks
6656 for HAVE_*_H definitions that are not required.
6657 (__gen_tempname): Call abort if an unknown kind value is
6658 passed.
6659
c5241f95
AS
66602014-06-25 Andreas Schwab <schwab@suse.de>
6661
6662 [BZ #17086]
6663 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6664 scalbln, scalblnf, scalblnl in libc.
6665
911422da
SP
66662014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
6667
6668 [BZ #17086]
6669 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6670 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6671 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6672
0d749bbe
RM
66732014-06-24 Roland McGrath <roland@hack.frob.com>
6674
6675 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6676 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6677 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6678 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6679 Update #include.
6680 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6681 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6682 Update #include.
6683 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6684 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6685 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6686 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6687 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6688 * sysdeps/x86/bits/pthreadtypes.h: ... here.
6689 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6690 * sysdeps/x86/bits/semaphore.h: ... here.
6691 * sysdeps/x86/nptl/elide.h: Moved ...
6692 * sysdeps/x86/elide.h: ... here.
6693 * sysdeps/x86_64/nptl/Implies: File removed.
6694 * sysdeps/i386/nptl/Implies: File removed.
6695
0ea5d373
JM
66962014-06-24 Joseph Myers <joseph@codesourcery.com>
6697
4060283d
JM
6698 [BZ #16539]
6699 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6700 return the argument for normal arguments with exponent below -64.
6701 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6702 Likewise.
6703 * math/auto-libm-test-in: Add another test of expm1.
6704 * math/auto-libm-test-out: Regenerated.
6705
e7dd3c8c
JM
6706 [BZ #16287]
6707 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6708 calling __erfcl for arguments at least 16.
6709 * math/auto-libm-test-in: Add more tests of erf.
6710 * math/auto-libm-test-out: Regenerated.
6711
0ea5d373
JM
6712 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6713 individual architectures.
6714 * sysdeps/unix/sysv/linux/configure: Regenerated.
6715 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6716 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6717 * sysdeps/unix/sysv/linux/powerpc/configure.ac
6718 (ldd_rewrite_script): Define variable.
6719 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6720 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6721 file.
6722 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6723 generated file.
6724 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6725 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6726 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6727 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6728 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6729 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6730 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6731 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6732
2307e126
SP
67332014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
6734
6735 [BZ #17084]
6736 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6737 Rename member __data.d to __data.__elision_data.
6738
c0a4ed77
W
67392014-06-24 Wilco <wdijkstr@arm.com>
6740
6741 * NEWS: Add 16918 to fixed bug list.
6742
b8c00573
W
67432014-06-24 Wilco <wdijkstr@arm.com>
6744
6745 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6746
b5570d92
W
67472014-06-24 Wilco <wdijkstr@arm.com>
6748
6749 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6750 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6751 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6752 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6753 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6754 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6755 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6756 Use _FPU_MASK_RM.
6757
947bdca2
W
67582014-06-24 Wilco <wdijkstr@arm.com>
6759
6760 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6761
00f669ed
W
67622014-06-24 Wilco <wdijkstr@arm.com>
6763
6764 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6765 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6766 * sysdeps/arm/fesetround.c (fesetround): Remove space.
6767 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6768
db59bad3
W
67692014-06-24 Wilco <wdijkstr@arm.com>
6770
6771 [BZ #16918]
6772 * sysdeps/arm/feupdateenv.c (feupdateenv):
6773 Rewrite to reduce FPSCR accesses and fix return value.
6774
001f7b77
W
67752014-06-24 Wilco <wdijkstr@arm.com>
6776
6777 * sysdeps/arm/fclrexcpt.c (feclearexcept):
6778 Optimize to avoid unnecessary FPSCR writes.
6779 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6780 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6781 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6782 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6783
4841e6a6
W
67842014-06-24 Wilco <wdijkstr@arm.com>
6785
6786 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6787 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6788 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6789 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6790 Call libc_fetestexcept_vfp.
6791 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6792 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6793 __SOFTFP__ ifdef so that they can be built for softfp.
6794
0813022c
SP
67952014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
6796
08e5862f
SP
6797 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6798 argument type signed char.
6799
0813022c
SP
6800 * Makerules (check-abi): Dump diff of symlist if the test
6801 fails.
6802
3fc7236a
RM
68032014-06-23 Roland McGrath <roland@hack.frob.com>
6804
aba8ef95
RM
6805 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6806 using abort.
6807
3fc7236a
RM
6808 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6809 Remove unused variable ST.
6810
4da6db51
JM
68112014-06-23 Joseph Myers <joseph@codesourcery.com>
6812
4648909d
JM
6813 [BZ #16354]
6814 [BZ #17061]
6815 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6816 small arguments before calling __expm1.
6817 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6818 small arguments before calling __expm1f.
6819 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6820 small arguments before calling __expm1l.
6821 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6822 Likewise.
6823 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6824 * math/auto-libm-test-in: Add more cosh tests. Do not allow
6825 spurious underflow for some cosh tests.
6826 * math/auto-libm-test-out: Regenerated.
6827 * sysdeps/i386/fpu/libm-test-ulps: Update.
6828
46a3d3c7
JM
6829 [BZ #17050]
6830 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6831 (__ieee754_y1): Set errno if return value overflows.
6832 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6833 (__ieee754_y1f): Set errno if return value overflows.
6834 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6835 (__ieee754_y1l): Set errno if return value overflows.
6836 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6837 (__ieee754_y1l): Set errno if return value overflows.
6838 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6839 * math/auto-libm-test-out: Regenerated.
6840
863893ec
JM
6841 * math/gen-auto-libm-tests.c: Document use of
6842 ignore-zero-inf-sign.
6843 (input_flag_type): Add value flag_ignore_zero_inf_sign.
6844 (input_flags): Add ignore-zero-inf-sign.
6845 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6846 * math/gen-libm-test.pl (generate_testfile): Handle
6847 ignore-zero-inf-sign.
6848 * math/auto-libm-test-in: Mark some cpow tests with
6849 ignore-zero-inf-sign and some with xfail-rounding.
6850 * math/auto-libm-test-out: Regenerated.
6851 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6852 * sysdeps/i386/fpu/libm-test-ulps: Update.
6853 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6854
4da6db51
JM
6855 [BZ #16315]
6856 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6857 overflowing or underflowing operations take place with sign of
6858 result.
6859 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6860 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6861 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6862 (__ieee754_pow): Recompute overflowing and underflowing results in
6863 original rounding mode.
6864 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6865 (__powl_helper): Allow negative argument X and scale negated value
6866 as needed. Avoid passing value outside [-1, 1] to f2xm1.
6867 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6868 overflowing or underflowing operations take place with sign of
6869 result.
6870 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6871 Include <math.h>.
6872 * math/auto-libm-test-in: Add more tests of pow.
6873 * math/auto-libm-test-out: Regenerated.
6874 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6875 (pow_tonearest_test_data): Remove.
6876 (pow_test_tonearest): Likewise.
6877 (pow_towardzero_test_data): Likewise.
6878 (pow_test_towardzero): Likewise.
6879 (pow_downward_test_data): Likewise.
6880 (pow_test_downward): Likewise.
6881 (pow_upward_test_data): Likewise.
6882 (pow_test_upward): Likewise.
6883 (main): Don't call removed functions.
6884 * sysdeps/i386/fpu/libm-test-ulps: Update.
6885 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6886
5686b236
RM
68872014-06-23 Roland McGrath <roland@hack.frob.com>
6888
6889 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6890 Moved ...
6891 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6892 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6893 Moved ...
6894 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6895 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6896 Moved ...
6897 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6898 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6899 Moved ...
6900 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6901 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6902 File removed.
6903 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6904 File removed.
6905 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6906 File removed.
6907 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6908 File removed.
6909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6910 File removed.
6911 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6912 File removed.
6913 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6914 File removed.
6915 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6916 File removed.
6917 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6918 File removed.
6919 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6920 File removed.
6921 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6922 File removed.
6923 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6924 File removed.
6925 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6926 Moved ...
6927 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6928 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6929 Moved ...
6930 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6931 ... here.
6932 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6933 Moved ...
6934 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6935 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6936 Moved ...
6937 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6938 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6939 Moved ...
6940 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6941 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6942 Moved ...
6943 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6944 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6945 Moved ...
6946 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6947 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6948 Moved ...
6949 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6950 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6951 Moved ...
6952 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6953 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6954 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6955 ... here.
6956 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6957 Moved ...
6958 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6959 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6960 Moved ...
6961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6962 ... here.
6963 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6964 Moved ...
6965 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6966 ... here.
6967 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6968 Moved ...
6969 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6970 ... here.
6971 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6972 Moved ...
6973 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6975 Moved ...
6976 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6977 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6978 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6979 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6980 Moved ...
6981 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6982 ... here.
6983 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6984 Moved ...
6985 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6986 ... here.
6987 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6988 Moved ...
6989 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6990 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6991 Moved ...
6992 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6993 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6994 Moved ...
6995 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6996 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6997 Moved ...
6998 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6999 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7000 Moved ...
7001 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7002 ... here.
7003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7004 Moved ...
7005 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7007 Moved ...
7008 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7009 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7010 Moved ...
7011 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7013 Moved ...
7014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7015 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7017 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7018 Moved ...
7019 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7021 Moved ...
7022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7023 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7024 Moved ...
7025 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7026 ... here.
7027 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7028 Moved ...
7029 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7030 ... here.
7031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7032 Moved ...
7033 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7034 ... here.
7035 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7036 Moved ...
7037 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7038 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7039 Moved ...
7040 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7042 Moved ...
7043 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7044 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7045 Moved ...
7046 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7047 ... here.
7048 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7049 Moved ...
7050 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7051 ... here.
7052 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7053 Moved ...
7054 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7055 ... here.
7056 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7057 Moved ...
7058 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7059 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7060 Moved ...
7061 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7062
e6d90d67
WD
70632014-06-23 Will Newton <will.newton@linaro.org>
7064 Wilco <wdijkstr@arm.com>
7065
7066 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7067 implementation. Include get-rounding-mode.h.
7068 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7069 [!libc_feholdsetround_noex_ctx]: Define
7070 libc_feholdsetround_noex_ctx.
7071 [!libc_feholdsetround_noexf_ctx]: Define
7072 libc_feholdsetround_noexf_ctx.
7073 [!libc_feholdsetround_noexl_ctx]: Define
7074 libc_feholdsetround_noexl_ctx.
7075 (libc_feholdsetround_ctx): New function.
7076 (libc_feresetround_ctx): New function.
7077 (libc_feholdsetround_noex_ctx): New function.
7078 (libc_feresetround_noex_ctx): New function.
7079
d42df555
RM
70802014-06-23 Roland McGrath <roland@hack.frob.com>
7081
88a46474
RM
7082 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7083 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7084 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7085 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7086 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7087 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7088
15bed472
RM
7089 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7090 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7091 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7092 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7093 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7094 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7095 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7096 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7097 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7098 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7099 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7100 Moved ...
7101 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7102 ... here.
7103 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7104 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7105 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7106 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7107 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7108 Moved ...
7109 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7110 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7111 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7112 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7113 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7114 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7115 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7116 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7117 Moved ...
7118 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7119 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7120 Moved ...
7121 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7122 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7123 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7124 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7125 Moved ...
7126 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7127 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7128 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7129 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7130 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7131 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7132 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7133 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7134 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7135 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7136 Moved ...
7137 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7138 ... here.
7139 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7140 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7141 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7142 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7143 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7144 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7145 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7146 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7147 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7148 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7149 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7150 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7151 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7152 Moved ...
7153 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7154 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7155 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7156 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7157 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7158 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7159 Moved ...
7160 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7161 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7162 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7163 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7164 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7165
d42df555
RM
7166 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7167 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7168 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7169 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7170 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7171 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7172 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7173 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7174 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7175 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7176 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7177 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7178 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7179 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7180 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7181 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7182 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7183 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7184 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7185 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7186 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7187 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7188 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7189 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7190 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7191 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7192 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7193 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7194
76e5216e
JM
71952014-06-23 Joseph Myers <joseph@codesourcery.com>
7196
7197 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7198 (FALLOC_FL_COLLAPSE_RANGE): New macro.
7199 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7200 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7201 (IPV6_PMTUDISC_INTERFACE): Likewise.
7202 (IPV6_PMTUDISC_OMIT): Likewise.
7203
7a81cbcc
AS
72042014-06-23 Andreas Schwab <schwab@suse.de>
7205
7206 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7207 Remove unused errout label.
7208
db224009
AZ
72092014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7210
7211 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7212 macro: hardware supports Vector Crypto instructions.
7213
f393b4aa
WN
72142014-06-23 Will Newton <will.newton@linaro.org>
7215
cc7d0447
WN
7216 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7217 rather than __builtin_expect.
7218
d6d06225
WN
7219 * elf/dl-lookup.c (undefined_msg): Remove variable.
7220 (_dl_lookup_symbol_x): Replace undefined_msg with string
7221 literal.
7222
f393b4aa
WN
7223 * elf/dl-lookup.c (do_lookup_unique): New function.
7224 (do_lookup_x): Move STB_GNU_UNIQUE handling code
7225 to a separate function.
7226
ac60763e
AS
72272014-06-23 Andreas Schwab <schwab@suse.de>
7228
7229 [BZ #17079]
7230 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7231 before reading the next line.
7232
c5c13355
WN
72332014-06-23 Will Newton <will.newton@linaro.org>
7234
7235 * test-skeleton.c (signal_handler): Use printf and %m
7236 rather than perror. Use printf rather than fprintf to
7237 stderr. Use puts rather than fputs to stderr.
7238 (main): Likewise.
7239
bd3675f9
LC
72402014-06-22 Ludovic Courtès <ludo@gnu.org>
7241
7242 * nscd/nscd.c (thread_info_t): Remove typedef.
7243 (thread_info): Remove variable.
7244
d03efb2f
AM
72452014-06-21 Allan McRae <allan@archlinux.org>
7246
7247 * NEWS: Mention CVE-2014-4043.
7248
bc4a86fa
RM
72492014-06-20 Roland McGrath <roland@hack.frob.com>
7250
dc9a54f8
RM
7251 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7252 * nptl/smp.h: ... here.
7253
bd7022c4
RM
7254 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7255
26ffd5e6
RM
7256 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7257 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7258 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7259 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7260
93a6d082
RM
7261 * nptl/allocatestack.c: Include <stack-aliasing.h>.
7262 * nptl/stack-aliasing.h: New file.
7263 * sysdeps/i386/i686/stack-aliasing.h: New file.
7264 * sysdeps/i386/i686/nptl/Makefile: File removed.
7265 * sysdeps/x86_64/stack-aliasing.h: New file.
7266 * sysdeps/x86_64/nptl/Makefile
7267 (CFLAGS-pthread_create.c): Variable removed.
7268
bc4a86fa
RM
7269 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7270 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7271 old file.
7272 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7273 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7274 old file.
7275
2272ffc1
JM
72762014-06-21 Joseph Myers <joseph@codesourcery.com>
7277
7278 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7279 (__ASSUME_SIGFRAME_V2): Remove macro.
7280 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7281 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7282 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7283 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7284 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7285 Declare as function. Remove conditional macro definitions.
7286 (__default_rt_sa_restorer): Likewise.
7287 (__default_sa_restorer_v1): Remove declaration.
7288 (__default_sa_restorer_v2): Likewise.
7289 (__default_rt_sa_restorer_v1): Likewise.
7290 (__default_rt_sa_restorer_v2): Likewise.
7291 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7292 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7293 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7294
4b88139b
RM
72952014-06-20 Roland McGrath <roland@hack.frob.com>
7296
7297 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7298 (libpthread-routines): Add sysdep.
7299 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7300 * sysdeps/unix/sysv/linux/sparc/Versions
7301 (libpthread: GLIBC_2.3.3): New version set.
7302 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7303 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7304 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7305 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7306 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
7307 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7308 Moved ...
7309 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7310 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7311 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7312 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7313 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7314 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7315 * sysdeps/sparc/nptl/sem_init.c: ... here.
7316 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7317 * sysdeps/sparc/nptl/sem_post.c: ... here.
7318 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7319 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7320 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7321 * sysdeps/sparc/nptl/sem_wait.c: ... here.
7322 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7323 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7324 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7325 (libpthread-routines): Add cpu_relax.
7326 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7327 File removed.
7328 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7329 (librt: GLIBC_2.3.3): New version set.
7330 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7331 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7332 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7333 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7334 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7335 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7336 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7337 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7338 Moved ...
7339 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7340 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7341 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7342 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7343 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7344 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7345 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7346 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7347 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7348 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7349 Moved ...
7350 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7351 Update #include.
7352 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7353 Moved ...
7354 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7355 Update #include.
7356 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7357 Moved ...
7358 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7359 Update #include.
7360 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7361 Moved ...
7362 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7363 Update #include.
7364 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7365 Moved ...
7366 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7367 Update #include.
7368 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7369 Moved ...
7370 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7371 Update #include.
7372 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7373 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7374 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7375 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7376 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7377 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7378 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7379 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7380 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7381 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7382 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7383 Moved ...
7384 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7385 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7386 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7387 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7388 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7389
d7109027
JM
73902014-06-20 Joseph Myers <joseph@codesourcery.com>
7391
9bc6103d
JM
7392 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7393 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7394 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7395 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7396 * nscd/nscd.c: Likewise.
7397 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7398 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7399 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7400 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7401
d7109027
JM
7402 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7403 <kernel-features.h>.
7404 (init_mq_netlink): Remove conditional have_sock_cloexec
7405 definitions. Remove code conditional on have_sock_cloexec < 0.
7406 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7407 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7408 * sysdeps/unix/sysv/linux/opensock.c: Do not include
7409 <kernel-features.h>.
7410 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7411 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7412
d92d8f8a
L
74132014-06-20 H.J. Lu <hongjiu.lu@intel.com>
7414
7415 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7416 Add tests for memset_chk and memset.
7417
7418 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7419 with AVX2_Usable.
7420
4e6d2347
MR
74212014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
7422
257ce712
MR
7423 [BZ #16046]
7424 * elf/tst-dl-iter-static.c: New file.
7425 * elf/Makefile (tests-static): Add tst-dl-iter-static.
7426
4e6d2347
MR
7427 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7428 error.
7429
a2a76afe
JM
74302014-06-20 Joseph Myers <joseph@codesourcery.com>
7431
7fd00f99
JM
7432 * sysdeps/unix/sysv/linux/kernel-features.h
7433 (__ASSUME_F_GETOWN_EX): Remove macro.
7434 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7435 <kernel-features.h>.
7436 (miss_F_GETOWN_EX): Remove variable or macro.
7437 (do_fcntl): Do not check miss_F_GETOWN_EX.
7438 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7439
4a103975
JM
7440 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7441 Remove macro.
7442 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7443 [!__ASSUME_AT_RANDOM]: Remove conditional code.
7444 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7445
a2a76afe
JM
7446 * sysdeps/unix/sysv/linux/kernel-features.h
7447 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7448 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7449 [ADJ_OFFSET_SS_READ]: Make code unconditional.
7450 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7451
90e5dd48
MR
74522014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
7453
7454 [BZ #17075]
7455 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7456 Fix calculation of the symbol's value.
7457 * sysdeps/arm/tst-armtlsdescloc.c: New file.
7458 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7459 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7460 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7461 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7462 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7463 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7464 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7465 (modules-names): Add `tst-armtlsdescmod',
7466 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7467 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7468 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7469 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7470 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7471 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7472 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7473 ($(objpfx)tst-armtlsdescloc): New dependency.
7474 ($(objpfx)tst-armtlsdescextnow): Likewise.
7475 ($(objpfx)tst-armtlsdescextlazy): Likewise.
7476 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7477 TLS scheme support.
7478 * sysdeps/arm/configure: Regenerate.
7479
809fdf0d
JM
74802014-06-20 Joseph Myers <joseph@codesourcery.com>
7481
7482 * include/fcntl.h (__atfct_seterrno): Remove prototype.
7483 (__atfct_seterrno_2): Likewise.
7484 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7485 <kernel-features.h>.
7486 (__ASSUME_ATFCTS): Do not undefine and redefine.
7487 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7488 (__have_atfcts): Remove conditional definition.
7489 (__fxstatat([__NR_fstatat64]: Make code unconditional.
7490 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7491 unreachable if [__ASSUME_ATFCTS].
7492 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7493 not undefine and redefine.
7494 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7495 <kernel-features.h>.
7496 (faccessat) [__NR_faccessat]: Make code unconditional.
7497 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7498 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7499 <kernel-features.h>.
7500 (fchmodat) [__NR_fchmodat]: Make code unconditional.
7501 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7502 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7503 <kernel-features.h>.
7504 (fchownat) [__NR_fchownat]: Make code unconditional.
7505 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7506 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7507 <kernel-features.h>.
7508 (futimesat) [__NR_futimesat]: Make code unconditional.
7509 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7510 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7511 <kernel-features.h>.
7512 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7513 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7514 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7515 <kernel-features.h>.
7516 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7517 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7518 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7519 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7520 <kernel-features.h>.
7521 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7522 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7523 * sysdeps/unix/sysv/linux/linkat.c: Do not include
7524 <kernel-features.h>.
7525 (linkat) [__NR_linkat]: Make code unconditional.
7526 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7527 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7528 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7529 <kernel-features.h>.
7530 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7531 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7532 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7533 <kernel-features.h>.
7534 (mkdirat) [__NR_mkdirat]: Make code unconditional.
7535 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7536 * sysdeps/unix/sysv/linux/openat.c: Do not include
7537 <kernel-features.h>.
7538 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7539 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7540 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7541 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7542 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7543 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7544 <kernel-features.h>.
7545 (readlinkat) [__NR_readlinkat]: Make code unconditional.
7546 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
7547 result of INLINE_SYSCALL directly, not via int variable.
7548 * sysdeps/unix/sysv/linux/renameat.c: Do not include
7549 <kernel-features.h>.
7550 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7551 (renameat) [__NR_renameat]: Make code unconditional.
7552 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7553 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7554 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7555 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7556 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7557 (__ASSUME_ATFCTS): Do not undefine and redefine.
7558 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7559 <kernel-features.h>.
7560 (symlinkat) [__NR_symlinkat]: Make code unconditional.
7561 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7562 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7563 <kernel-features.h>.
7564 (unlinkat) [__NR_unlinkat]: Make code unconditional.
7565 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7566 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7567 (__ASSUME_ATFCTS): Do not undefine and redefine.
7568 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7569 <kernel-features.h>.
7570 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7571 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7572 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7573 <kernel-features.h>.
7574 (__xmknodat) [__NR_mknodat]: Make code unconditional.
7575 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7576
224c6c51
L
75772014-06-20 H.J. Lu <hongjiu.lu@intel.com>
7578
7579 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7580
aa6ec754
AS
75812014-06-20 Andreas Schwab <schwab@linux-m68k.org>
7582
7583 [BZ #17069]
7584 * posix/regcomp.c (parse_reg_exp): Deallocate partially
7585 constructed tree before returning error.
7586 * posix/bug-regexp36.c: Expand test case.
7587
d8c2869d
SL
75882014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
7589
3ef6b850
SL
7590 [BZ #6803]
7591 * math/libm-test.inc (scalbln_test_date):
7592 Add errno expectations.
7593 * math/w_scalblnf.c: New File.
7594 Add wrapper which checks for setting errno to ERANGE.
7595 Add weak_alias for corresponding scalbln function.
7596 * math/w_scalbln.c: Likewise.
7597 * math/w_scalblnl.c: Likewise.
7598 * math/Makefile (libm-calls): Add w_scalbln.
7599 * sysdeps/ieee754/flt-32/s_scalblnf.c:
7600 Remove weak_alias for corresponding scalbln function.
7601 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7602 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7603 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7604 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7605 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7606 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7607 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7608 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7609 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7610 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7611 Remove long_double_symbol for scalblnl function in libm, libc.
7612 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7613 Add wrapper which checks for setting errno to ERANGE.
7614 Add long_double_symbol for scalblnl function in libm, libc.
7615 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7616 Remove long_double_symbol for scalblnl in libm.
7617 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7618 Add wrapper which checks for setting errno to ERANGE.
7619 Add long_double_symbol for scalblnl function in libm.
7620 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7621 Do not use wrapper because of own implementation.
7622
c8daec5c
L
76232014-06-19 H.J. Lu <hongjiu.lu@intel.com>
7624
7625 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7626 3 bytes for __pad1 for x32.
7627 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7628
5c74e47c
LM
76292014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
7630 H.J. Lu <hongjiu.lu@intel.com>
7631
7632 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7633 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7634 * sysdeps/x86_64/multiarch/memset.S: Likewise.
7635 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7636 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7637
4d43ef1e
AS
76382014-06-19 Andreas Schwab <schwab@linux-m68k.org>
7639
7640 [BZ #17069]
7641 * posix/regcomp.c (parse_expression): Deallocate partially
7642 constructed tree before returning error.
7643 * posix/Makefile.c (tests): Add bug-regex36.
7644 (generated): Add bug-regex36.mtrace.
7645 (tests-special): Add $(objpfx)bug-regex36-mem.out
7646 (bug-regex36-ENV): New variable.
7647 ($(objpfx)bug-regex36-mem.out): New rule.
7648 * posix/bug-regex36.c: New file.
7649
51a7380b
WN
76502014-06-19 Will Newton <will.newton@linaro.org>
7651
7652 * malloc/malloc.c (systrim): If extra is zero then return
7653 early.
7654
91b84fe5
SP
76552014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7656
7657 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7658
f940b965
RE
76592014-06-19 Richard Earnshaw <rearnsha@arm.com>
7660
7661 * sysdeps/aarch64/strchr.S: New file.
7662
4ba7a00f
JM
76632014-06-18 Joseph Myers <joseph@codesourcery.com>
7664
7665 [BZ #17022]
7666 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7667 from arguments -2 or below.
7668 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7669 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7670
b3a9f56b
AS
76712014-06-18 Andreas Schwab <schwab@suse.de>
7672
7673 [BZ #17062]
7674 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7675 of a bracket expr not to run off the end of the string.
7676 * posix/Makefile (tests): Add tst-fnmatch3.
7677 * posix/tst-fnmatch3.c: New file.
7678
85d89278
JM
76792014-06-18 Joseph Myers <joseph@codesourcery.com>
7680
7681 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7682 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7683 [$(cross-compiling) = no]: Likewise.
7684 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7685 [$(cross-compiling) = no]: Likewise.
7686
754c5a08
RS
76872014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7688
7689 [BZ #17031]
7690 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7691 double, adjusted for any remainder from the high double.
7692 * math/libm-test.inc (nearbyint): Add tests.
7693 (rint): Likewise.
7694
556f529d
AZ
76952014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7696
7697 * nptl/sysdeps/powerpc/Makefile: Moved ...
7698 * sysdeps/powerpc/nptl/Makefile: ... here.
7699 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7700 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7701 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7702 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7703 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7704 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7705 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7706 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7707 * nptl/sysdeps/powerpc/tls.h: Moved ...
7708 * sysdeps/powerpc/nptl/tls.h: ... here.
7709
91c03c53
JM
77102014-06-16 Joseph Myers <joseph@codesourcery.com>
7711
7712 [BZ #16681]
7713 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7714 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7715 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7716 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7717 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7718 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7719 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7720 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7721 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7722
a76e63c5
AS
77232014-06-17 Andreas Schwab <schwab@linux-m68k.org>
7724
7725 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7726
f2f6d82f
AS
77272014-06-16 Andreas Schwab <schwab@linux-m68k.org>
7728
ea8a15f6
AS
7729 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7730 defined operator.
7731
f2f6d82f
AS
7732 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7733 $TIMEOUTFACTOR.
7734
a7291117
FW
77352014-06-16 Florian Weimer <fweimer@redhat.com>
7736
7737 [BZ #17058]
7738 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7739 non-executed part of the test.
7740
3d7c00e3
AS
77412014-06-16 Andreas Schwab <schwab@suse.de>
7742
7743 * string/bits/string2.h (strdup, strndup): Update feature guard.
7744
6957fb31
DM
77452014-06-14 David S. Miller <davem@davemloft.net>
7746
7747 * sysdeps/sparc/fpu/libm-test-ulps: Update.
7748
11b9e55b
AS
77492014-06-14 Andreas Schwab <schwab@linux-m68k.org>
7750
1d2a0492
AS
7751 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7752 that was previously under [RESET_PID].
7753 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7754
11b9e55b
AS
7755 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7756 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7757 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7758 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7759 (__libc_vfork): New strong alias.
7760 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7761
0f6901d0
AK
77622014-06-14 Andi Kleen <ak@linux.intel.com>
7763
7764 * sysdeps/generic/elide.h: New file.
7765
38bbbb9f
SL
77662014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
7767
7768 * Makefile (installed-headers): Adjust path of pthread.h header.
7769
45193bb8
RM
77702014-06-13 Roland McGrath <roland@hack.frob.com>
7771
9a25fd1e
RM
7772 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7773 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7774 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7775 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7776
4004f7e4
RM
7777 * nptl/sysdeps/s390/Makefile: Moved ...
7778 * sysdeps/s390/nptl/Makefile: ... here.
7779 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7780 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7781 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7782 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7783 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7784 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7785 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7786 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7787 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7788 * sysdeps/s390/nptl/pthreaddef.h: ... here.
7789 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7790 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7791 * nptl/sysdeps/s390/tls.h: Moved ...
7792 * sysdeps/s390/nptl/tls.h: ... here.
7793
45193bb8
RM
7794 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7795 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7796
f6fdf533
DM
77972014-06-13 David S. Miller <davem@davemloft.net>
7798
7799 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7800 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7801 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7802 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7803 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7804 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7805 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7806 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7807 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7808 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7809 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7810 Remove RESET_PID cpp guards.
7811 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7812 Remove RESET_PID cpp guards.
7813 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7814
f5d71e14
AS
78152014-06-13 Andreas Schwab <schwab@linux-m68k.org>
7816
7817 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7818 __sp to uintptr_t.
7819
b7aa8caa
AK
78202014-06-13 Andi Kleen <ak@linux.intel.com>
7821
4b266200
AZ
7822 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7823 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7824 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7825 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7826 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7827 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7828 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7829 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7830 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7831 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7832 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7833 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7834 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7835 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7836 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7837 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7838 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7839 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7840 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7841 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
7842
7843 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
7844 (pthread_rwlock_rdlock): Add elision.
7845 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7846 (pthread_rwlock_wrlock): Add elision.
7847 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7848 (pthread_rwlock_trywrlock): Add elision.
7849 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7850 (pthread_rwlock_tryrdlock): Add elision.
7851 * nptl/pthread_rwlock_unlock.c: Include elide.h.
7852 (pthread_rwlock_tryrdlock): Add elision unlock.
7853 * nptl/sysdeps/pthread/pthread.h:
7854 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7855 (PTHREAD_RWLOCK_INITIALIZER,
7856 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7857 Handle new elision field.
7858 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7859 * sysdeps/arm/nptl/bits/pthreadtypes.h
7860 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7861 * sysdeps/sh/nptl/bits/pthreadtypes.h
7862 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7863 * sysdeps/tile/nptl/bits/pthreadtypes.h
7864 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7865 * sysdeps/a/nptl/bits/pthreadtypes.h
7866 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7867 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7868 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7869 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7870 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7871 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7872 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7873 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7874 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7875 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7876 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7877 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7878 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7879 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7880 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7881 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7882 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7883 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7884 (elision_init): Set try_xbegin to zero when no RTM.
7885 * sysdeps/x86/nptl/bits/pthreadtypes.h
7886 (pthread_rwlock_t): Change __pad1 to __rwelision.
7887 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 7888
a832bdd3
AK
78892014-06-13 Andi Kleen <ak@linux.intel.com>
7890
7891 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7892 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7893 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7894 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7895
995a46bb
MI
78962014-06-13 Meador Inge <meadori@codesourcery.com>
7897
7898 [BZ #16996]
03ed7738 7899 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
7900 that the cached result has been set before returning it.
7901
45262aee
RM
79022014-06-12 Roland McGrath <roland@hack.frob.com>
7903
febf6cc5
RM
7904 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7905 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7906 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7907 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7908 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7909 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7910
e2682246
RM
7911 * nptl/sysdeps/sparc/Makefile: Moved ...
7912 * sysdeps/sparc/nptl/Makefile: ... here.
7913 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7914 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7915 * nptl/sysdeps/sparc/tls.h: Moved ...
7916 * sysdeps/sparc/nptl/tls.h: ... here.
7917 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7918 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7919 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7920 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7921 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7922 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7923 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7924 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7925 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7926 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7927 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7928 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7929 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7930 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7931 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7932 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7933 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7934 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7935 Update #include.
7936 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7937 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7938 Update #include.
7939 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7940 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7941 Update #include.
7942 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7943 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7944 Update #include.
7945
b0725f43
RM
7946 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7947
b14368b8
RM
7948 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7949 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7950
c5620eb3
RM
7951 * sysdeps/pthread/posix-timer.h: Include <list.h>.
7952 (struct list_links): Type removed.
7953 (struct thread_node, struct timer_node): Replace struct list_links
7954 with struct list_head.
7955 (list_unlink_ip): Likewise.
7956 * sysdeps/pthread/timer_routines.c
7957 (timer_free_list, thread_free_list, thread_active_list): Likewise.
7958 (list_append, list_insbefore): Likewise.
7959 (list_init): Function removed.
7960 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
7961 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7962 * sysdeps/pthread/Makefile: ... here, new file.
7963
7964 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7965 * sysdeps/nptl/Implies: ... here.
7966 * sysdeps/unix/sysv/linux/Implies: Add nptl.
7967 * nptl/sysdeps/pthread/list.h: Moved ...
7968 * include/list.h: ... here.
7969 * nptl/sysdeps/pthread/createthread.c: Moved ...
7970 * nptl/createthread.c: ... here.
7971 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7972 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7973 * nptl/pt-longjmp.c: ... here.
7974 * nptl/sysdeps/pthread/Makefile: Moved ...
7975 * sysdeps/nptl/Makefile: ... here.
7976 * nptl/sysdeps/pthread/Subdirs: Moved ...
7977 * sysdeps/nptl/Subdirs: ... here.
7978 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7979 * sysdeps/nptl/aio_misc.h: ... here.
7980 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7981 * sysdeps/nptl/bits/libc-lock.h: ... here.
7982 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7983 * sysdeps/nptl/bits/libc-lockP.h: ... here.
7984 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7985 * sysdeps/nptl/bits/stdio-lock.h: ... here.
7986 * nptl/sysdeps/pthread/configure: Moved ...
7987 * sysdeps/nptl/configure: ... here.
7988 * nptl/sysdeps/pthread/configure.ac: Moved ...
7989 * sysdeps/nptl/configure.ac: ... here.
7990 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7991 * sysdeps/nptl/gai_misc.h: ... here.
7992 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7993 * sysdeps/nptl/librt-cancellation.c: ... here.
7994 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7995 * sysdeps/nptl/malloc-machine.h: ... here.
7996 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7997 * sysdeps/nptl/pthread-functions.h: ... here.
7998 * nptl/sysdeps/pthread/pthread.h: Moved ...
7999 * sysdeps/nptl/pthread.h: ... here.
8000 * nptl/sysdeps/pthread/setxid.h: Moved ...
8001 * sysdeps/nptl/setxid.h: ... here.
8002 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8003 * sysdeps/nptl/sigfillset.c: ... here.
8004 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8005 * sysdeps/nptl/tcb-offsets.h: ... here.
8006 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8007 * sysdeps/nptl/tst-mqueue8x.c: ... here.
8008 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8009 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8010 * nptl/sysdeps/pthread/allocalim.h: Moved ...
8011 * sysdeps/pthread/allocalim.h: ... here.
8012 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8013 * sysdeps/pthread/bits/sigthread.h: ... here.
8014 * nptl/sysdeps/pthread/flockfile.c: Moved ...
8015 * sysdeps/pthread/flockfile.c: ... here.
8016 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8017 * sysdeps/pthread/ftrylockfile.c: ... here.
8018 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8019 * sysdeps/pthread/funlockfile.c: ... here.
8020 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8021 * sysdeps/pthread/posix-timer.h: ... here.
8022 * nptl/sysdeps/pthread/timer_create.c: Moved ...
8023 * sysdeps/pthread/timer_create.c: ... here.
8024 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8025 * sysdeps/pthread/timer_delete.c: ... here.
8026 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8027 * sysdeps/pthread/timer_getoverr.c: ... here.
8028 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8029 * sysdeps/pthread/timer_gettime.c: ... here.
8030 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8031 * sysdeps/pthread/timer_routines.c: ... here.
8032 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8033 * sysdeps/pthread/timer_settime.c: ... here.
8034 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8035 * sysdeps/pthread/tst-timer.c: ... here.
8036 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8037 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8038
e876b090
RM
8039 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8040 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8041
f6b07b3d
RM
8042 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8043 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8044 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8045 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8046 Update #include target.
8047 * nptl/sysdeps/i386/i686/Makefile: Moved ...
8048 * sysdeps/i386/i686/nptl/Makefile: ... here.
8049 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8050 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8051 Update #include target.
8052 * nptl/sysdeps/i386/i686/tls.h: Moved ...
8053 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
8054 * nptl/sysdeps/i386/Makefile: Moved ...
8055 * sysdeps/i386/nptl/Makefile: ... here.
8056 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8057 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8058 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8059 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8060 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8061 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8062 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8063 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8064 * sysdeps/i386/nptl/pthreaddef.h: ... here.
8065 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8066 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8067 * nptl/sysdeps/i386/tls.h: Moved ...
8068 * sysdeps/i386/nptl/tls.h: ... here.
8069
45262aee
RM
8070 * sysdeps/sh/Makefile [$(subdir) = csu]
8071 (gen-as-const-headers): Add tcb-offsets.sym.
8072 * nptl/sysdeps/sh/Makefile: File removed.
8073 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8074 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8075 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8076 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8077 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8078 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8079 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8080 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8081 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8082 * sysdeps/sh/nptl/pthreaddef.h: ... here.
8083 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8084 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8085 * nptl/sysdeps/sh/tls.h: Moved ...
8086 * sysdeps/sh/nptl/tls.h: ... here.
8087 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8088 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8089 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8090 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8091 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8092 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8093 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8094 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8095 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8096 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8097 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8098 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8099 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8100 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8101 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8102 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8103 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8104 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8105 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8106 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8107 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8108 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8109 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8110 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8111 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8112 Moved ...
8113 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8114 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8115 Moved ...
8116 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8117 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8118 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8119 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8120 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8121 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8122 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8123 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8124 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8125 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8126 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8127 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8128 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8129 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8130 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8131 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8132 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8133 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8134 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8135
35a5e3e3
SL
81362014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
8137
8138 * posix/spawn_faction_addopen.c: Include string.h.
8139
14642b85
RM
81402014-06-11 Roland McGrath <roland@hack.frob.com>
8141
8142 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8143 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8144 * nptl/sysdeps/x86_64/Makefile: Moved ...
8145 * sysdeps/x86_64/nptl/Makefile: ... here.
8146 * nptl/sysdeps/x86_64/configure: Moved ...
8147 * sysdeps/x86_64/nptl/configure: ... here.
8148 * nptl/sysdeps/x86_64/configure.ac: Moved ...
8149 * sysdeps/x86_64/nptl/configure.ac: ... here.
8150 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8151 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8152 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8153 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8154 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8155 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8156 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8157 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8158 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8159 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8160 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8161 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8162 * nptl/sysdeps/x86_64/tls.h: Moved ...
8163 * sysdeps/x86_64/nptl/tls.h: ... here.
8164 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8165 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8166 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8167 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8168
8169 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8170
31c44fea
AZ
81712014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8172
8173 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8174
e81a4f9a
JM
81752014-06-11 Joseph Myers <joseph@codesourcery.com>
8176
8177 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8178 type.
8179 [POSIX] (off_t): Likewise.
8180 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8181 [POSIX] (S_ISBLK): Require macro.
8182 [POSIX] (S_ISCHR): Likewise.
8183 [POSIX] (S_ISDIR): Likewise.
8184 [POSIX] (S_ISFIFO): Likewise.
8185 [POSIX] (S_ISREG): Likewise.
8186 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8187 optional-macro.
8188 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8189 type.
8190 [POSIX] (time_t): Likewise.
8191 [POSIX] (timer_t): Likewise.
8192
89e435f3
FW
81932014-06-11 Florian Weimer <fweimer@redhat.com>
8194
8195 [BZ #17048]
8196 * posix/spawn_int.h (struct __spawn_action): Make the path string
8197 non-const to support deallocation.
8198 * posix/spawn_faction_addopen.c
8199 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8200 * posix/spawn_faction_destroy.c
8201 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
8202 path in all spawn_do_open actions.
8203 * posix/tst-spawn.c (do_test): Exercise the copy operation in
8204 posix_spawn_file_actions_addopen.
8205
c3a2ebe1
CM
82062014-06-11 Chris Metcalf <cmetcalf@tilera.com>
8207
8208 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8209 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8210 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8211 conditional code always true.
8212 (__libc_vfork): New alias.
8213
9503784a
RM
82142014-06-11 Roland McGrath <roland@hack.frob.com>
8215
c9cab3d2
RM
8216 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8217 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8218
d3996c79
RM
8219 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8220
ba5ec611
RM
8221 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8222 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8223
f12b4814
RM
8224 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8225 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8226
9503784a
RM
8227 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8228 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8229
e23d3d26
VR
82302014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8231
8232 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8233 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8234 multiarch strcmp for PPC64.
8235 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8236 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8237 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8238 multiarch optimizations.
8239 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8240 (__libc_ifunc_impl_list): Likewise.
8241
42b1161e
SP
82422014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
8243
8244 * benchtests/scripts/validate_benchout.py: New script.
8245 * benchtests/Makefile (bench-func): Call it.
8246 * benchtests/scripts/benchout.schema.json: New file.
8247
2d0fc4dc
CM
82482014-06-10 Chris Metcalf <cmetcalf@tilera.com>
8249
4a594c34
AZ
8250 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8251 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8252 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8253 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8254 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8255 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8256 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8257 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8258 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8259 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8260 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8261 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8262 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8263 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8264 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8265 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8266 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 8267 Moved ...
4a594c34 8268 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 8269 ... here.
4a594c34 8270 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 8271 Moved ...
4a594c34
AZ
8272 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8273 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 8274 Moved ...
4a594c34 8275 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 8276 ... here.
4a594c34 8277 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 8278 Moved ...
4a594c34 8279 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 8280 ... here.
4a594c34 8281 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 8282 Moved ...
4a594c34
AZ
8283 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8284 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 8285 Moved ...
4a594c34 8286 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 8287 ... here.
4a594c34 8288 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 8289 Moved ...
4a594c34 8290 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 8291 ... here.
4a594c34 8292 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 8293 Moved ...
4a594c34
AZ
8294 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8295 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 8296 Moved ...
4a594c34 8297 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 8298 ... here.
4a594c34 8299 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 8300 Moved ...
4a594c34 8301 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 8302 ... here.
4a594c34 8303 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 8304 Moved ...
4a594c34 8305 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 8306 ... here.
4a594c34 8307 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 8308 Moved ...
4a594c34
AZ
8309 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8310 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 8311 Moved ...
4a594c34 8312 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 8313 ... here.
4a594c34 8314 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 8315 Moved ...
4a594c34 8316 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 8317 ... here.
4a594c34 8318 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 8319 Moved ...
4a594c34 8320 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 8321 ... here.
4a594c34 8322 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 8323 Moved ...
4a594c34
AZ
8324 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8325 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 8326 Moved ...
4a594c34 8327 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 8328 ... here.
4a594c34 8329 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 8330 Moved ...
4a594c34 8331 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 8332 ... here.
4a594c34 8333 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 8334 Moved ...
4a594c34
AZ
8335 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8336 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 8337 Moved ...
4a594c34 8338 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 8339 ... here.
4a594c34 8340 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 8341 Moved ...
4a594c34
AZ
8342 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8343 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 8344 Moved ...
4a594c34
AZ
8345 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8346 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 8347 Moved ...
4a594c34 8348 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 8349 ... here.
4a594c34 8350 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 8351 Moved ...
4a594c34 8352 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 8353 ... here.
4a594c34 8354 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 8355 Moved ...
4a594c34 8356 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 8357 ... here.
4a594c34 8358 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 8359 Moved ...
4a594c34
AZ
8360 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8361 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 8362 Moved ...
4a594c34 8363 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 8364 ... here.
4a594c34 8365 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 8366 Moved ...
4a594c34 8367 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 8368 ... here.
4a594c34
AZ
8369 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8370 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8371 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8372 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8373 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 8374 Moved ...
4a594c34 8375 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 8376 ... here.
4a594c34
AZ
8377 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8378 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8379 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8380 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8381 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8382 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8383 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8384 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8385 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8386 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8387 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8388 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8389 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 8390 Moved ...
4a594c34
AZ
8391 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8392 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 8393 Moved ...
4a594c34
AZ
8394 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8395 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8396 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8397 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 8398 Moved ...
4a594c34
AZ
8399 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8400 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8401 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8402 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8403 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8404 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8405 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 8406
0570cfed
W
84072014-06-10 Wilco <wdijkstr@arm.com>
8408
8409 * math/test-fenv-return.c: New file.
8410 * math/Makefile: Add new test test-fenv-return.
8411
f8ba1b56
JM
84122014-06-10 Joseph Myers <joseph@codesourcery.com>
8413
8414 [BZ #17042]
8415 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8416 when x - 1 is zero.
8417 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8418 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8419 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8420 0.0L for an argument of 1.0L.
8421 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8422 Likewise.
8423 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8424 value when x - 1 is zero.
8425 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8426 * sysdeps/i386/fpu/libm-test-ulps: Update.
8427 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8428
2c3520d9
BO
84292014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
8430
8431 [BZ #15119]
8432 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8433
acaa4d24
RM
84342014-06-09 Roland McGrath <roland@hack.frob.com>
8435
8436 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8437 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8438
962b744d
RM
84392014-06-09 Roland McGrath <roland@hack.frob.com>
8440
d752f0cc
RM
8441 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8442 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8443
34eda6d1
RM
8444 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8445 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8446
50f0a637
RM
8447 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8448 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8449
08f41f04
RM
8450 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8451 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8452
962b744d
RM
8453 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8454 if not already defined.
8455 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8456 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8457 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8458 (TLS_INIT_TP): Use it.
8459 (TLS_DEFINE_INIT_TP): New macro.
8460 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8461
09f19b05
JM
84622014-06-09 Joseph Myers <joseph@codesourcery.com>
8463
8464 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8465 constant.
8466 [POSIX] (IXANY): Likewise.
8467 [POSIX] (OLCUC): Likewise.
8468 [POSIX || POSIX2008] (CBAUD): Do not allow.
8469 [POSIX || POSIX2008] (DEFECHO): Likewise.
8470 [POSIX || POSIX2008] (ECHOCTL): Likewise.
8471 [POSIX || POSIX2008] (ECHOKE): Likewise.
8472 [POSIX || POSIX2008] (ECHOPRT): Likewise.
8473 [POSIX || POSIX2008] (EXTA): Likewise.
8474 [POSIX || POSIX2008] (EXTB): Likewise.
8475 [POSIX || POSIX2008] (FLUSHO): Likewise.
8476 [POSIX || POSIX2008] (LOBLK): Likewise.
8477 [POSIX || POSIX2008] (PENDIN): Likewise.
8478 [POSIX || POSIX2008] (SWTCH): Likewise.
8479 [POSIX || POSIX2008] (VDISCARD): Likewise.
8480 [POSIX || POSIX2008] (VDSUSP): Likewise.
8481 [POSIX || POSIX2008] (VLNEXT): Likewise.
8482 [POSIX || POSIX2008] (VREPRINT): Likewise.
8483 [POSIX || POSIX2008] (VSTATUS): Likewise.
8484 [POSIX || POSIX2008] (VWERASE): Likewise.
8485 (B*): Change to B[0123456789]*.
8486 * conform/data/time.h-data [POSIX || UNIX98]
8487 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8488 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8489 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8490 [POSIX] (tm_*): Do not allow.
8491
686554bf
JM
84922014-06-07 Joseph Myers <joseph@codesourcery.com>
8493
8494 * Makefile (install): Don't set LANGUAGE.
8495 * Makefile.in (install): Likewise.
8496 * assert/Makefile (test-assert-ENV): Remove variable.
8497 (test-assert-perr-ENV): Likewise.
8498 * elf/Makefile (neededtest4-ENV): Likewise.
8499 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8500 [$(cross-compiling) = no]: Don't set LANGUAGE.
8501 * io/ftwtest-sh (LANG): Remove variable.
8502 * libio/Makefile (tst-widetext-ENV): Likewise.
8503 * manual/install.texi (Running make install): Don't refer to
8504 environment settings for make install.
8505 * INSTALL: Regenerated.
8506 * nptl/tst-tls6.sh: Don't set LANG.
8507 * posix/globtest.sh (LANG): Remove variable.
8508 * string/Makefile (tester-ENV): Likewise.
8509 (inl-tester-ENV): Likewise.
8510 (noinl-tester-ENV): Likewise.
8511 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8512 [$(cross-compiling) = no]: Don't set LANGUAGE.
8513 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8514 without explicit environment settings.
8515
68e6b6b1
RM
85162014-06-06 Roland McGrath <roland@hack.frob.com>
8517
8518 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8519 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8520 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8521 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8522
4d3ae034
CM
85232014-06-06 Chris Metcalf <cmetcalf@tilera.com>
8524
8525 * crypt/crypt-private.h [DOS]: Add some includes taken from the
8526 other files in the crypt directory.
8527 * crypt/crypt.c: Remove duplicate includes.
8528 * crypt/crypt-entry.c: Likewise.
8529 * crypt/crypt_util.c: Likewise.
8530
8540f6d2
JM
85312014-06-06 Joseph Myers <joseph@codesourcery.com>
8532
8533 * Makeconfig (run-program-env): New variable.
8534 (run-program-prefix-before-env): Likewise.
8535 (run-program-prefix-after-env): Likewise.
8536 (run-program-prefix): Define in terms of new variables.
8537 (built-program-cmd-before-env): New variable.
8538 (built-program-cmd-after-env): Likewise.
8539 (built-program-cmd): Define in terms of new variables.
8540 (test-program-prefix-before-env): New variable.
8541 (test-program-prefix-after-env): Likewise.
8542 (test-program-prefix): Define in terms of new variables.
8543 (test-program-cmd-before-env): New variable.
8544 (test-program-cmd-after-env): Likewise.
8545 (test-program-cmd): Define in terms of new variables.
8546 * Rules (make-test-out): Use $(run-program-env).
8547 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8548 (help): Do not mention environment variables. Mention
8549 --timeoutfactor option.
8550 (timeoutfactor): New variable.
8551 (blacklist_exports): Remove function.
8552 (exports): Remove variable.
8553 (command): Do not include ${exports}.
8554 * manual/install.texi (Configuring and compiling): Do not mention
8555 test wrappers preserving environment variables. Mention that last
8556 assignment to a variable must take precedence.
8557 * INSTALL: Regenerated.
8558 * benchtests/Makefile (run-bench): Use $(run-program-env).
8559 * catgets/Makefile ($(objpfx)test1.cat): Use
8560 $(built-program-cmd-before-env), $(run-program-env) and
8561 $(built-program-cmd-after-env).
8562 ($(objpfx)test2.cat): Do not specify environment variables
8563 explicitly.
8564 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8565 $(run-program-env) and $(built-program-cmd-after-env).
8566 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8567 $(run-program-env) and $(test-program-cmd-after-env).
8568 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8569 explicitly.
8570 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8571 run_program_env and test_program_cmd_after_env arguments.
8572 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8573 * elf/tst-pathopt.sh: Use run_program_env argument.
8574 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8575 $(test-wrapper-env) and $(run-program-env).
8576 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8577 run_program_env arguments.
8578 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8579 * intl/Makefile ($(objpfx)tst-gettext.out): Use
8580 $(test-program-prefix-before-env), $(run-program-env) and
8581 $(test-program-prefix-after-env).
8582 ($(objpfx)tst-gettext2.out): Likewise.
8583 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8584 run_program_env and test_program_prefix_after_env arguments.
8585 * intl/tst-gettext2.sh: Likewise.
8586 * intl/tst-gettext4.sh: Do not set environment variables
8587 explicitly.
8588 * intl/tst-gettext6.sh: Likewise.
8589 * intl/tst-translit.sh: Likewise.
8590 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8591 $(test-program-prefix-before-env), $(run-program-env) and
8592 $(test-program-prefix-after-env).
8593 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8594 run_program_env and test_program_prefix_after_env arguments.
8595 * math/Makefile (run-regen-ulps): Use $(run-program-env).
8596 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8597 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
8598 explicitly with each use of ${test_wrapper_env}.
8599 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8600 $(test-program-prefix-before-env), $(run-program-env) and
8601 $(test-program-prefix-after-env).
8602 * posix/tst-getconf.sh: Do not set environment variables
8603 explicitly.
8604 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8605 run_program_env and test_program_prefix_after_env arguments.
8606 * stdio-common/tst-printf.sh: Do not set environment variables
8607 explicitly.
8608 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8609 $(test-program-prefix-before-env), $(run-program-env) and
8610 $(test-program-prefix-after-env).
8611 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8612 run_program_env and test_program_prefix_after_env arguments.
8613 Split $test calls into $test_pre and $test.
8614 * timezone/Makefile (build-testdata): Use
8615 $(built-program-cmd-before-env), $(run-program-env) and
8616 $(built-program-cmd-after-env).
8617
ed36bfa1
AZ
86182014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8619
8620 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8621 strlen for non SHARED builds.
8622
fc75bf46
SP
86232014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
8624
8625 * nptl/allocatestack.c (check_list): Inlined function...
8626 (__reclaim_stacks): ... here.
8627
d89b3d80
OB
86282014-06-05 Ondřej Bílka <neleai@seznam.cz>
8629
8630 [BZ #15698]
8631 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8632 memory overrun.
8633
2bf18041
JM
86342014-06-05 Joseph Myers <joseph@codesourcery.com>
8635
8636 * Rules (make-test-out): Include
8637 LOCPATH=$(common-objpfx)localedata in default environment.
8638 * debug/Makefile (tst-chk1-ENV): Remove variable.
8639 (tst-chk2-ENV): Likewise.
8640 (tst-chk3-ENV): Likewise.
8641 (tst-chk4-ENV): Likewise.
8642 (tst-chk5-ENV): Likewise.
8643 (tst-chk6-ENV): Likewise.
8644 (tst-lfschk1-ENV): Likewise.
8645 (tst-lfschk2-ENV): Likewise.
8646 (tst-lfschk3-ENV): Likewise.
8647 (tst-lfschk4-ENV): Likewise.
8648 (tst-lfschk5-ENV): Likewise.
8649 (tst-lfschk6-ENV): Likewise.
8650 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8651 (tst-iconv7-ENV): Likewise.
8652 * intl/Makefile (LOCPATH-ENV): Likewise.
8653 (tst-codeset-ENV): Likewise.
8654 (tst-gettext3-ENV): Likewise.
8655 (tst-gettext5-ENV): Likewise.
8656 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8657 (tst-fopenloc-ENV): Likewise.
8658 (tst-fgetws-ENV): Remove variable.
8659 (tst-ungetwc1-ENV): Likewise.
8660 (tst-ungetwc2-ENV): Likewise.
8661 (bug-ungetwc2-ENV): Likewise.
8662 (tst-swscanf-ENV): Likewise.
8663 (bug-ftell-ENV): Likewise.
8664 (tst-fgetwc-ENV): Likewise.
8665 (tst-fseek-ENV): Likewise.
8666 (tst-ftell-partial-wide-ENV): Likewise.
8667 (tst-ftell-active-handler-ENV): Likewise.
8668 (tst-ftell-append-ENV): Likewise.
8669 * posix/Makefile (tst-fnmatch-ENV): Likewise.
8670 (tst-regexloc-ENV): Likewise.
8671 (bug-regex1-ENV): Likewise.
8672 (tst-regex-ENV): Likewise.
8673 (tst-regex2-ENV): Likewise.
8674 (bug-regex5-ENV): Likewise.
8675 (bug-regex6-ENV): Likewise.
8676 (bug-regex17-ENV): Likewise.
8677 (bug-regex18-ENV): Likewise.
8678 (bug-regex19-ENV): Likewise.
8679 (bug-regex20-ENV): Likewise.
8680 (bug-regex22-ENV): Likewise.
8681 (bug-regex23-ENV): Likewise.
8682 (bug-regex25-ENV): Likewise.
8683 (bug-regex26-ENV): Likewise.
8684 (bug-regex30-ENV): Likewise.
8685 (bug-regex32-ENV): Likewise.
8686 (bug-regex33-ENV): Likewise.
8687 (bug-regex34-ENV): Likewise.
8688 (bug-regex35-ENV): Likewise.
8689 (tst-rxspencer-ENV): Likewise.
8690 (tst-rxspencer-no-utf8-ENV): Likewise.
8691 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8692 (tst-sscanf-ENV): Likewise.
8693 (tst-swprintf-ENV): Likewise.
8694 (tst-swscanf-ENV): Likewise.
8695 (test-vfprintf-ENV): Likewise.
8696 (scanf13-ENV): Likewise.
8697 (bug14-ENV): Likewise.
8698 (tst-grouping-ENV): Likewise.
8699 * stdlib/Makefile (tst-strtod-ENV): Likewise.
8700 (tst-strtod3-ENV): Likewise.
8701 (tst-strtod4-ENV): Likewise.
8702 (tst-strtod5-ENV): Likewise.
8703 (testmb2-ENV): Likewise./
8704 * string/Makefile (tst-strxfrm-ENV): Likewise.
8705 (tst-strxfrm2-ENV): Likewise.
8706 (bug-strcoll1-ENV): Likewise.
8707 (test-strcasecmp-ENV): Likewise.
8708 (test-strncasecmp-ENV): Likewise.
8709 * time/Makefile (tst-strptime-ENV): Likewise.
8710 (tst-ftime_l-ENV): Likewise.
8711 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8712 (tst-mbrtowc-ENV): Likewise.
8713 (tst-wcrtomb-ENV): Likewise.
8714 (tst-mbrtowc2-ENV): Likewise.
8715 (tst-c16c32-1-ENV): Likewise.
8716 (tst-mbsnrtowcs-ENV): Likewise.
8717
cd1fb604
OB
87182014-06-05 Ondřej Bílka <neleai@seznam.cz>
8719
8720 * manual/resource.texi (How to get information about the memory
8721 subsystem?): Fix typo.
8722 Reported by Peon de la Parra Ivan <peon@keba.com>
8723
b42eca7d
GY
87242014-06-03 Guo Yixuan <culu.gyx@gmail.com>
8725
8726 [BZ #16882]
8727 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8728 (pthread_spin_lock): Branch out of spin loop to proper location.
8729 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8730 (pthread_spin_lock): Likewise.
8731
902b71f9
DM
8732 * nptl/tst-spin4.c: New test.
8733 * nptl/Makefile (tests): Add tst-spin4.
8734
f9d2d032
AS
87352014-06-03 Andreas Schwab <schwab@suse.de>
8736
8737 [BZ #15946]
8738 * resolv/res_send.c (send_dg): Reload file descriptor after
8739 calling reopen.
8740
cf7bfd28
SL
87412014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
8742
8743 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8744
111cc714
RH
87452014-06-03 Richard Henderson <rth@redhat.com>
8746
89b4bd6b
RH
8747 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8748 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8749 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8750 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
8751 in the SAVE_PID block.
8752 (__libc_vfork): New alias.
71840409 8753 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 8754
111cc714
RH
8755 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8756 child in registers, not on the stack. Remove RESET_PID conditionals.
8757 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8758
ccc39911
MS
87592014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
8760
8761 * sysdeps/aarch64/libm-test-ulps: Regenerate.
8762
693096cc
W
87632014-06-03 Wilco <wdijkstr@arm.com>
8764
8765 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8766 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8767 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8768 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8769 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8770 Likewise.
8771
0b4366bc
W
87722014-06-03 Wilco <wdijkstr@arm.com>
8773
8774 * sysdeps/aarch64/fpu/math_private.h
8775 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8776 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8777 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8778 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8779 Fix declarations.
8780
8747cd03
KS
87812014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8782
8783 * crypt/crypt-private.h: Include ufc-crypt.h.
8784 (__b64_from_24bit): Declare extern.
8785 * crypt/crypt_util.c(__b64_from_24bit): New function.
8786 (b64t): New static const variable.
8787 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8788 (b64t): Remove variable.
8789 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8790 * crypt/sha256-crypt.c: Include crypt-private.h.
8791 (b64t): Remove variable.
8792 (__sha256_crypt_r): Remove b64_from_24bit and replace
8793 with __b64_from_24bit.
8794 * crypt/sha512-crypt.c: Likewise.
8795
d936d379
RM
87962014-06-02 Roland McGrath <roland@hack.frob.com>
8797
8798 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8799 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8800 Label the code __libc_vfork rather than __vfork.
8801 [!NOT_IN_libc] (vfork): Define as weak alias.
8802 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8803 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8804 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8805
9fa76613
SP
88062014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8807
8808 * malloc/malloc.c (malloc_info): Fix format specifier for
8809 n_mmaps.
8810
a88dadbe
W
88112014-06-02 Wilco <wdijkstr@arm.com>
8812
8813 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8814 FPCR write.
8815
c95b3011
W
88162014-06-02 Wilco <wdijkstr@arm.com>
8817
8818 [BZ #17009]
8819 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8820 Rewrite to reduce FPCR/FPSR accesses.
8821
6b4d7a90
DM
88222014-06-01 David S. Miller <davem@davemloft.net>
8823
8824 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8825
30f3d07c
DM
88262014-05-31 David S. Miller <davem@davemloft.net>
8827
8828 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8829 to occur in round to nearest mode when |x| >= 2.0
8830
74f31c18
RH
88312014-05-30 Richard Henderson <rth@twiddle.net>
8832
f0712b54
RH
8833 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8834 (PSEUDO_RET_NOERRNO): Remove.
8835 (ret): Don't redefine.
8836 (ret_NOERRNO): Define in terms of ret.
8837 (ret_ERRVAL): Likewise.
8838
74f31c18
RH
8839 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8840 use of PSEUDO_RET; perform the error check directly.
8841
30477995
MM
88422014-05-30 Marko Myllynen <myllynen@redhat.com>
8843
8844 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8845 with __int128_t.
8846
62a58816
SP
88472014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8848
8849 * malloc/malloc (malloc_info): Fix formatting.
8850
4d653a59
SP
88512014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8852 Roland McGrath <roland@hack.frob.com>
8853
8854 * malloc/malloc (malloc_info): Also print mmapped statistics.
8855
5190c17f
RM
88562014-05-30 Roland McGrath <roland@hack.frob.com>
8857
8858 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8859 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8860
987c0269
OB
88612014-05-30 Ondřej Bílka <neleai@seznam.cz>
8862
8863 * malloc/malloc.c (malloc_info): Inline mi_arena.
8864
af4e8ef9
RH
88652014-05-29 Richard Henderson <rth@twiddle.net>
8866
1670e207
RH
8867 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8868 Remove comma before expanding ASM_ARGS_##nr.
8869 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8870 Make _x0 a strict output; make _x8 a strict input; adjust expansion
8871 of ASM_ARGS_##nr.
8872 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8873 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8874 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8875 (ASM_ARGS_1): Add leading comma.
8876
11a28aee
RH
8877 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8878 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8879 to __errno_location.
8880 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8881 Remove the expected plt for __errno_location.
8882
a17e5ffb 8883 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 8884 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
8885 call to __read_tp.
8886
b5be4597
RH
8887 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8888 Always allocate 64 bytes of stack frame. Use ldp/stp to create
8889 it and break it down.
8890 (DOCARGS_0, DOCARGS_1): Do nothing.
8891 (DOCARGS_2): Update to store into the new stack frame.
8892 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8893 (UNDOCARGS_1): Update to restore from the new stack frame.
8894 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8895 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8896
645d44ab
RH
8897 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8898 (SINGLE_THREAD_P): New parameter for result regno.
8899 (PSEUDO): Update to match; use cbz instead of beq.
8900
a8b4f04a
RH
8901 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8902 Use ENTRY to define the _nocancel entry point. Share the syscall
8903 and syscall error check paths with the cancel path.
8904 (PSEUDO_END): New.
8905
af4e8ef9
RH
8906 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8907 whitespace; tabs before and after asm mnemonics.
8908
26b0d2e1
EW
89092014-05-29 Eric Wong <normalperson@yhbt.net>
8910
8911 [BZ #15132]
8912 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8913 Call fstat64 or stat64 internally, depending on arguments passed.
8914 Replace stat buffer argument with file descriptor argument.
8915 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8916 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8917 Pass fd to __internal_statvfs instead of calling fstat64.
8918 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8919 Pass fd to __internal_statvfs64 instead of calling fstat64.
8920 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8921 Pass -1 to __internal_statvfs instead of calling stat64.
8922 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8923 Pass -1 to __internal_statvfs64 instead of calling stat64.
8924
1efe2bd9
RM
89252014-05-28 Roland McGrath <roland@hack.frob.com>
8926
0d3b7a19
RM
8927 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8928 that was previously under [RESET_PID].
8929 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8930
1efe2bd9
RM
8931 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8932 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8933
a6bea3ca
RM
89342014-05-27 Roland McGrath <roland@hack.frob.com>
8935
30b6629e
RM
8936 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8937
a6bea3ca
RM
8938 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8939 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8940
3dfb9a5c
OB
89412014-05-27 Ondřej Bílka <neleai@seznam.cz>
8942
8943 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8944
774f9285
AS
89452014-05-27 Andreas Schwab <schwab@suse.de>
8946
8947 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8948 TLS_INIT_TP macro.
8949 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8950 * elf/rtld.c (init_tls, dl_main): Likewise.
8951 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8952 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8953 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8954 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8955 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8956 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8957 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8958 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8959 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8960 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8961 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8962 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8963 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8964 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8965 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8966 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8967 * sysdeps/generic/tls.h: Update description.
8968
36ffe739
WN
89692014-05-27 Will Newton <will.newton@linaro.org>
8970
8971 [BZ #16990]
8972 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8973 and restore r2 rather than just restoring.
8974
2482ae43
SP
89752014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8976
8977 [BZ #16724]
8978 * libio/tst-ftell-append.c: New test case.
8979 * libio/Makefile (tests): Add test case.
8980 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8981 append mode.
8982 * libio/wfileops.c (do_ftell_wide): Likewise.
8983
3d1024e8
AZ
89842014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8985
bab90016
AZ
8986 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8987
c7a8d667
AZ
8988 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8989 ...
8990 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8991 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8992 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8993 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8994 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8995 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8996 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8997 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8998 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8999 Moved ...
9000 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9001 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9002 Moved ...
9003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9004 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9005 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9006 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9007 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9008 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9009 ...
9010 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9011 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9012 Moved ...
9013 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9014 here.
9015 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9016 ...
9017 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9018 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9019 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9020
daee7851
AZ
9021 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9022 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9023 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9024 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9025
50a40819
AZ
9026 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9027 merge into ...
9028 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9029 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9030 ...
9031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9032 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9033 ...
9034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9035 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9036 Moved ...
9037 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9038 here.
9039 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9040 Moved ...
9041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9042 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9043 Moved ...
9044 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9045
8464c2a1
AZ
9046 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9047 conditional [RESET_PID].
9048 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9049 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9050 removed.
9051 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9052 removed.
9053
3d1024e8
AZ
9054 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9055 <tcb-offsets.h>.
9056 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9057 (__libc_vfork): New strong alias.
9058 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9059 removed.
9060 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9061 Removed.
9062
9063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9064 <tcb-offsets.h>.
9065 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9066 (__libc_vfork): New strong alias.
9067 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9068 removed.
9069 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9070 removed.
9071
fdfd175d
CD
90722014-05-26 Carlos O'Donell <carlos@redhat.com>
9073
9074 * malloc/malloc.c (mi_arena): New function.
9075 (malloc_info): Remove nested function mi_arena. Call non-nosted
9076 function mi_arena.
9077
d298c416
AZ
90782014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9079
9080 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9081 by insrwi.
9082 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9083 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9084 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9085 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9086 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9087 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9088 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9089
b60ea6ff
AS
90902014-05-26 Andreas Schwab <schwab@suse.de>
9091
9092 [BZ #16984]
9093 * locale/programs/repertoire.c (repertoire_read): Add slash
9094 between I18NPATH element and file name.
9095 * locale/programs/locfile.c (locfile_read): Likewise.
9096
67365926
SL
90972014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9098
9099 * nptl/pthread_mutexattr_settype.c
9100 (__pthread_mutexattr_settype):
9101 Disable lock elision for PTHREAD_MUTEX_NORMAL.
9102
f8bdf1f0
SL
91032014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
9104
9105 * nptl/tst-mutex5 (do_test):
9106 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9107
15eaf6ff
SP
91082014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9109
9110 * benchtests/README: Document 'init' directive.
9111 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9112 BENCH_INIT.
9113 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9114 (parse_file): Recognize 'init' directive.
9115
75f11331
KM
91162014-05-26 Kyle McMartin <kyle@redhat.com>
9117
9118 [BZ #16796]
9119 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9120 alignment of struct pthread.
9121
c3ec475c
SP
91222014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9123
9124 [BZ #16878]
9125 * nscd/netgroupcache.c (addgetnetgrentX): Look for
9126 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9127 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9128 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9129
82aab97c
RH
91302014-05-25 Richard Henderson <rth@twiddle.net>
9131
aa2f176d
RH
9132 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9133 (SINGLE_THREAD_P_PIC): Remove.
9134 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9135 (SINGLE_THREAD_P_PIC): Remove.
9136
ca3cfa40
RH
9137 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9138 branch to syscall error ...
9139 (PSEUDO): ... here.
9140 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9141 from __local_syscall_error to .Lsyscall_error.
9142 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9143 (SYSCALL_ERROR): Update label name.
9144
6e6c2d01
RH
9145 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9146 Do not use DOARGS/UNDOARGS.
9147 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9148 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9149 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9150 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9151 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9152
c69abcee
RH
9153 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9154 block comment.
9155
82aab97c
RH
9156 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9157 define if !NOT_IN_libc.
9158 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9159 define with non-default symbol versions.
9160
8820e3ac
RH
91612014-05-23 Richard Henderson <rth@twiddle.net>
9162
900e445f
RH
9163 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9164 (vfork, __vfork): Define via compat_symbol.
9165
8820e3ac
RH
9166 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9167 [!HAVE_IFUNC] (vfork_compat): Remove.
9168 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9169
e59252a5
JM
91702014-05-23 Joseph Myers <joseph@codesourcery.com>
9171
9172 [BZ #16978]
9173 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9174 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9175 variable.
9176
132c7f5f
RH
91772014-05-23 Richard Henderson <rth@twiddle.net>
9178
bc89e962
RH
9179 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9180 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9181 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9182 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9183
9184 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9185 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9186 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9187 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9188 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9189 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9190 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9191 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9192 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9193 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9194 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9195 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9196 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9197 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9198 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9199 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9200 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9201 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9202 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9203 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9204 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9205 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9206 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9207 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9208 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9209 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9210 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9211 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9212 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9213 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9214 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9215 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9216 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9217 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9218 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9219 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9220 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9221 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9222 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9223 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9224 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9225 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9226 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9227 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9228 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9229 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9230 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9231 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9232 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9233 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9234 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9235 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9236 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9237 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9238 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9239 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9240
e2fa4bc2
RH
9241 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9242 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9243 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
9244 before exiting on error.
9245 (__libc_vfork): New strong alias.
9246 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9247 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9248
279b24e2
RH
9249 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9250 that was previously under [RESET_PID].
9251 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9252
132c7f5f
RH
9253 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9254
b72592e7
JM
92552014-05-23 Joseph Myers <joseph@codesourcery.com>
9256
9257 [BZ #16977]
9258 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9259 value when x - 1 is zero.
9260 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9261 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9262 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9263 0.0L for an argument of 1.0L.
9264 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9265 Likewise.
9266 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9267 value when x - 1 is zero.
9268 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9269 * sysdeps/i386/fpu/libm-test-ulps: Update.
9270 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9271
2302d679
RV
92722014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
9273
9274 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9275 alphasort and versionsort.
9276
32999d63
AZ
92772014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9278
9279 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9280 macro.
9281 [copysignf]: Likewise.
9282
019324d0
SP
92832014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
9284
9285 * crypt/md5-crypt.c: Fix formatting.
9286
34fff5c2
KS
92872014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
9288
9289 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9290 (b64_from_24bit): New function.
9291
3d2badac
AZ
92922014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9293
9294 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9295 libc_hidden_builtin_def to ifunc.
9296 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9297 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9298
f7bb179f 92992014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
9300
9301 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9302 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9303
4134b50d
JM
93042014-05-21 Joseph Myers <joseph@codesourcery.com>
9305
bb7d0337
JM
9306 * nscd/Depend (linuxthreads): Remove.
9307 (nptl): Add.
9308 * resolv/Depend (linuxthreads): Remove.
9309 * rt/Depend (linuxthreads): Remove.
9310
4134b50d
JM
9311 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9312 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9313 $(common-objpfx)elf/.
9314 (link-libc-before-gnulib): Likewise.
9315 (elfobjdir): Remove variable.
9316 * Makefile (install): Use $(elf-objpfx) instead of
9317 $(common-objpfx)elf/.
9318 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9319 $(elfobjdir)/.
9320 (link-libc-deps): Likewise.
9321 ($(common-objpfx)libc.so): Likewise.
9322 ($(common-objpfx)linkobj/libc.so): Likewise.
9323 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9324 instead of $(common-objpfx)elf/.
9325 (symbolic-link-list): Likewise.
9326 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9327 [$(cross-compiling) = no]: Likewise.
9328 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9329 $(elfobjdir)/.
9330 (static-gnulib-arch): Likewise.
9331 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9332 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9333 $(common-objpfx)elf/.
9334
3612eb8f
RH
93352014-05-21 Richard Henderson <rth@redhat.com>
9336
a6b3657b
RH
9337 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9338 (SINGLE_THREAD_P): Use the correct width load. Fold
9339 into the ldr offset.
9340
3612eb8f
RH
9341 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9342 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9343
175cef41
JM
93442014-05-20 Joseph Myers <joseph@codesourcery.com>
9345
9346 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9347 (libgcc_s_resume): Use __attribute_used__.
9348 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9349 Likewise.
9350
e13bccd3
AZ
93512014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9352
9353 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9354 optimization when used with float constants.
9355
7c112a38
AZ
9356 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9357
ae75a883
AJ
93582014-05-20 Aurelien Jarno <aurelien@aurel32.net>
9359
9360 [BZ #16915]
9361 * locale/nl_langinfo_l.c: Make direct reference to every
9362 _nl_current_CATEGORY symbol.
9363 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9364 (tests-static): Add tst-langinfo-static.
9365 (tests-special): Add tst-langinfo-static.out.
9366 ($(objpfx)tst-langinfo.out): Redirect output.
9367 ($(objpfx)tst-langinfo-static.out): New.
9368 * localedata/tst-langinfo.sh: Send output to stdout.
9369 * localedata/tst-langinfo-static.c: New file.
9370
4406c41c
AJ
9371 [BZ #16965]
9372 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9373 when the shift amount is modulo the limb size.
9374
4c0a1e63
RH
93752014-05-20 Richard Henderson <rth@redhat.com>
9376
de9d8f20
RH
9377 [BZ #16967]
9378 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9379 Change type of sa_flags from unsigned int to int.
9380
4c0a1e63
RH
9381 [BZ #16966]
9382 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
9383
9384 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9385
a60339aa
WN
93862014-05-20 Will Newton <will.newton@linaro.org>
9387
9388 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9389 Test the return value of the system call in the nocancel case.
9390
7d05a816
YR
93912014-05-20 Will Newton <will.newton@linaro.org>
9392 Yvan Roux <yvan.roux@linaro.org>
9393
9394 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9395 #include of asm/ptrace.h.
9396 (PTRACE_GET_THREAD_AREA): Remove #undef.
9397 (PTRACE_GETHBPREGS): Likewise.
9398 (PTRACE_SETHBPREGS): Likewise.
9399 (struct user_regs_struct): New structure.
9400 (struct user_fpsimd_struct): New structure.
9401 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9402 #include of asm/ptrace.h and second #include of sys/user.h.
9403 (PTRACE_GET_THREAD_AREA): Remove #undef.
9404 (PTRACE_GETHBPREGS): Likewise.
9405 (PTRACE_SETHBPREGS): Likewise.
9406 (ELF_NGREG): Use new struct user_regs_struct.
9407 (elf_fpregset_t): Use new struct user_fpsimd_struct.
9408
af121e37
AZ
94092014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9410
9411 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9412 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9413
834caf06
JM
94142014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
9415
9416 [BZ #16958]
9417 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9418 membar to avoid block loads/stores to overlap previous stores.
9419
e184a918
RH
94202014-05-17 Richard Henderson <rth@redhat.com>
9421
9422 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9423 Create the __##syscall_name##_nocancel entry point.
9424 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9425 Remove; let the sysdep-cancel.h code create it.
9426
f56c7a6a
DM
94272014-05-17 David S. Miller <davem@davemloft.net>
9428
9429 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9430 Protect with __USE_GNU.
9431 (TIOCSET_TEMPT): Likewise.
9432 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9433 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9434 these are already provided in bits/ioctl-types.h
9435
f75616b2
RM
94362014-05-16 Roland McGrath <roland@hack.frob.com>
9437
3edeca86
RM
9438 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9439 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9440
f75616b2
RM
9441 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9442 Use wait4 regardless of [__NR_waitpid].
9443
deb0f7f6
MR
94442014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
9445
9446 PR libgcc/60166
9447 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9448 (_FP_NANSIGN_Q): Set the quiet bit.
9449
79520f4b
JM
94502014-05-16 Joseph Myers <joseph@codesourcery.com>
9451
9452 * benchtests/Makefile
9453 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9454 not $(common-objpfx)math/libm.so.
9455 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9456 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9457 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9458 $(common-objpfx)dlfcn/libdl.so.
9459 ($(objpfx)tst-audit8): Depend on $(libm), not
9460 $(common-objpfx)math/libm.so.
9461 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9462 not $(common-objpfx)dlfcn/libdl.so.
9463 * math/Makefile
9464 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9465 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
9466 [$(build-shared) = yes].
9467 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9468 $(common-objpfx)nptl/libpthread.so.
9469 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9470 $(common-objpfx)math/libm.so$(libm.so-version) or
9471 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9472 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9473 $(common-objpfx)dlfcn/libdl.so.
9474 * setjmp/Makefile (link-libm): Remove variable.
9475 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9476 * stdio-common/Makefile (link-libm): Remove variable.
9477 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9478 * stdlib/Makefile (link-libm): Remove variable.
9479 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9480 ($(objpfx)tst-strtod-round): Likewise.
9481 ($(objpfx)tst-tininess): Likewise.
9482 ($(objpfx)tst-strtod-underflow): Likewise.
9483 ($(objpfx)tst-strtod6): Likewise.
9484 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9485 $(libdl), not $(common-objpfx)nptl/libpthread.so and
9486 $(common-objpfx)dlfcn/libdl.so.
9487
026b0fe4
AZ
94882014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9489
9490 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9491 BSD terminal modes definitions.
9492
def4bcb2
RM
94932014-05-16 Roland McGrath <roland@hack.frob.com>
9494
fe39b021
RM
9495 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9496 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9497
1d1fc46e 9498 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
9499 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9500 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9501 Don't do #include_next.
9502 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9503 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9504 Don't do #include_next.
9505 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9506 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9507 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9508 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9509
c72399fb
AM
95102014-05-16 Allan McRae <allan@archlinux.org>
9511
d51d659d
AM
9512 * po/sv.po: Update Swedish translation from translation project.
9513
c72399fb
AM
9514 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9515 in sed expression.
9516
d0583c40
AJ
95172014-05-16 Aurelien Jarno <aurelien@aurel32.net>
9518
9519 [BZ #16917]
9520 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9521 errno if the TIOCGPTN ioctl fails with an error different than
9522 EINVAL.
9523 * login/tst-ptsname.c: New file.
9524 * login/Makefile (tests): Add tst-ptsname.
9525
d16e6ec7
AJ
9526 [BZ #16943]
9527 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9528 and prlimit64.
9529
cf26a0cb
SP
95302014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
9531
9532 [BZ #16849]
9533 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9534 herrno to return EAI_AGAIN.
9535
5675da1e
RM
95362014-05-14 Roland McGrath <roland@hack.frob.com>
9537
a5d87b3d
RM
9538 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9539 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9540 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9541 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9542 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9543 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9544 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9545 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9546 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9547 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9548 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9549 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9550 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9551 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9552 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9553 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9554 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9555 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9556 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9557 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9558 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9559 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9560 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9561 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9562 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9563 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9564 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9565 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9566 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9567 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9568 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9569 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9570 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9571 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9572 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9573 Moved ...
9574 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9575 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9576 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9577 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9578 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9579 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9580 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9581 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9582 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9583 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9584 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9585 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9586 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9587 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9588 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9589 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9590 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9591 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9592 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9593 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9594 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9595 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9596 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9597 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9598 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9599 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9600 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9601 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9602 Moved ...
9603 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9604 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9605 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9606 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9607 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9608 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9609 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9610 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9611 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9612 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9613 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9614 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9615 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9616 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9617 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9618 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9619 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9620 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9621 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9622 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9623 Moved ...
9624 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9625 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9626 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9627
039890a6
RM
9628 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9629 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9630 (libpthread-sysdep_routines): Add elision-related stuff here instead.
9631 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9632 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9633 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9634 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9635 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9636 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9637 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9638 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9639 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9640 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9641 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9642 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9643 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9644 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9645 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9646 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9647 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9648 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9649 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9650 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9651 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9652 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9653 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9654 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9655 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9656 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9657 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9658 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9659
65c89320
RM
9660 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9661 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9662
348f8e8c
RM
9663 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9664 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9665 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9666 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9667 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9668 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9669 Moved ...
9670 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9671 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9672 Moved ...
9673 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9674 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9675 Moved ...
9676 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9677 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9678 Moved ...
9679 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9680 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9681 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9682 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9683 Moved ...
9684 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9685 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9686 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9687 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9688 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9689 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9690 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9691 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9692 Moved ...
9693 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9694 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9695 Moved ...
9696 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9697 ... here.
9698 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9699 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9700 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9701 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9702 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9703 Moved ...
9704 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9705 ... here.
9706 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9707 Moved ...
9708 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9709 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9710 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9711 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9712 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9713 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9714 Moved ...
9715 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9716 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9717 Moved ...
9718 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9719 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9720 Moved ...
9721 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9722 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9723 Moved ...
9724 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9725 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9726 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9727 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9728 Moved ...
9729 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9730 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9731 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9732 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9733 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9734 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9735 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9736 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9737 Moved ...
9738 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9739 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9740 Moved ...
9741 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9742 ... here.
9743 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9744 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9745 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9746 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9747 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9748 Moved ...
9749 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9750 ... here.
9751 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9752 Moved ...
9753 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9754 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9755 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9756 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9757 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9758 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9759 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9760 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9761 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9762 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9763 Moved ...
9764 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9765 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9766 Moved ...
9767 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9768 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9769 Moved ...
9770 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9771 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9772 Moved ...
9773 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9774 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9775 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9776 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9777 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9778 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9779 Moved ...
9780 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9781 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9782 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9783 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9784 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9785 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9786 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9787 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9788 Moved ...
9789 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9790 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9791 Moved ...
9792 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9793 ... here.
9794 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9795 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9796 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9797 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9798 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9799 Moved ...
9800 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9801 ... here.
9802 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9803 Moved ...
9804 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9805 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9806 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9807 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9808 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9809 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9810 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9811 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9812 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9813 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9814 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9815
5085af05
RM
9816 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9817 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9818
708f0813
RM
9819 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9820 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9821
c96067bc
RM
9822 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9823 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9824 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9825 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9826 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9827 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9828 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9829 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9830 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9831 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9832 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9833 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9834 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9835 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9836 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9837 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9838 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9839 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9840 Moved ...
9841 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9842 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9843 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9844 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9845 Moved ...
9846 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9847 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9848 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9849 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9850 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9851 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9852 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9853 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9854 Moved ...
9855 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9856 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9857 Moved ...
9858 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9859 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9860 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9861 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9862 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9863 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9864 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9865 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9866 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9867 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9868 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9869 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9870 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9871 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9872 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9873 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9874 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9875
ec136444
RM
9876 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9877 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9878 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9879 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9880 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9881
2fbdf533
RM
9882 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9883 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9884 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9885 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9886 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9887 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9888 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9889 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9890 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9891 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9892
4c68138b
RM
9893 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9894 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9895
4eaae765
RM
9896 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9897 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
9898 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9899 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9900 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9901 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9902 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9903 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9904 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9905 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9906 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9907 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9908 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9909 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9910 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9911 Update #include.
9912 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9913 Likewise.
9914 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9915 Likewise.
9916 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9917 Likewise.
9918 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9919 Likewise.
9920 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9921 Likewise.
9922 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9923 Likewise.
9924 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9925 Likewise.
9926 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9927 Likewise.
9928 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9929 Likewise.
4ef6befa
RM
9930 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9931 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9932 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9933 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9934 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
9935 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9936 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9937 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9938 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9939 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9940 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9941 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9942 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9943 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
9944 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 9945
941d7dfd
RM
9946 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9947 that was previously under [RESET_PID].
9948 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9949 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9950 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9951
1b731c35
RM
9952 * sysdeps/i386/nptl/Implies: New file.
9953 * sysdeps/x86_64/nptl/Implies: New file.
9954 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9955 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9956 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9957 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9958
e2787137
RM
9959 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9960 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9961 (__libc_vfork): New strong alias.
9962 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9963 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9964
9965 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9966 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9967 (__libc_vfork): New strong alias.
9968 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9969 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9970
5675da1e
RM
9971 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9972 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9973 (__libc_vfork): New strong alias.
9974 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9975 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9976 * nptl/pt-vfork.c: New file.
9977 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9978 (libpthread: GLIBC_2.20): New version set (empty).
9979
4f02e2b8
WN
99802014-05-14 Will Newton <will.newton@linaro.org>
9981
9982 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9983 rather than #if.
9984
0bf061d3
JM
99852014-05-14 Joseph Myers <joseph@codesourcery.com>
9986
1a84c3d6
JM
9987 [BZ #16564]
9988 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9989 arguments with exponent 65 or above.
9990 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9991 arguments 0x1p113L or above.
9992 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9993 to arguments 0x1p107L or above.
9994 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9995 positive arguments with exponent 65 or above.
9996 * math/auto-libm-test-in: Add more tests of log1p.
9997 * math/auto-libm-test-out: Regenerated.
9998
01dbacd2
JM
9999 [BZ #16928]
10000 * math/s_cacos.c (__cacos): Ensure zero real part of result from
10001 non-finite arguments is +0.
10002 * math/s_cacosf.c (__cacosf): Likewise.
10003 * math/s_cacosl.c (__cacosl): Likewise.
10004 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10005 * sysdeps/i386/fpu/libm-test-ulps: Update.
10006 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10007
913d03c8
JM
10008 [BZ #16927]
10009 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10010 value.
10011 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10012 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10013 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10014 for explicit high bit of mantissa when testing for argument equal
10015 to 1.
10016 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10017 * sysdeps/i386/fpu/libm-test-ulps: Update.
10018 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10019
0bf061d3
JM
10020 [BZ #16516]
10021 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10022 (__erf): Scale by 16 instead of 8 in potentially underflowing
10023 case. Ensure exception if result actually underflows.
10024 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10025 (__erff): Scale by 16 instead of 8 in potentially underflowing
10026 case. Ensure exception if result actually underflows.
10027 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10028 (efx8): Remove variable.
10029 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10030 case. Ensure exception if result actually underflows.
10031 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10032 (efx8): Remove variable.
10033 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10034 case. Ensure exception if result actually underflows.
10035 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10036 (efx8): Remove variable.
10037 (__erfl): Scale by 16 instead of 8 in potentially underflowing
10038 case. Ensure exception if result actually underflows.
10039 * math/auto-libm-test-in: Add more tests of erf.
10040 * math/auto-libm-test-out: Regenerated.
10041
73ba67cb
AS
100422014-05-14 Andreas Schwab <schwab@suse.de>
10043
3d8c8bff
AS
10044 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10045 Remove code conditionalized on USE___THREAD.
10046
73ba67cb
AS
10047 * config.h.in (HAVE_PT_CHOWN): Define as 0.
10048 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10049 not definedness.
10050
5c521ecd
JM
100512014-05-14 Joseph Myers <joseph@codesourcery.com>
10052
5e7698c6
JM
10053 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10054 Define unconditionally.
10055 (__ASSUME_O_CLOEXEC): Likewise.
10056 (__ASSUME_SOCK_CLOEXEC): Likewise.
10057 (__ASSUME_IN_NONBLOCK): Likewise.
10058 (__ASSUME_PIPE2): Likewise.
10059 (__ASSUME_EVENTFD2): Likewise.
10060 (__ASSUME_SIGNALFD4): Likewise.
10061 (__ASSUME_DUP3): Likewise.
10062 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10063 (__ASSUME_DUP3): Do not define.
10064 (__ASSUME_EVENTFD2): Likewise.
10065 (__ASSUME_IN_NONBLOCK): Likewise.
10066 (__ASSUME_O_CLOEXEC): Likewise.
10067 (__ASSUME_PIPE2): Likewise.
10068 (__ASSUME_SIGNALFD4): Likewise.
10069 (__ASSUME_SOCK_CLOEXEC): Likewise.
10070 (__ASSUME_UTIMES): Undefine.
10071 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10072 (__ASSUME_UTIMES): Do not define.
10073 (__ASSUME_O_CLOEXEC): Likewise.
10074 (__ASSUME_SOCK_CLOEXEC): Likewise.
10075 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10076 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10077 0x020621].
10078 (__ASSUME_PIPE2): Likewise.
10079 (__ASSUME_EVENTFD2): Likewise.
10080 (__ASSUME_SIGNALFD4): Likewise.
10081 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10082 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10083 Do not define.
10084 (__ASSUME_EVENTFD2): Likewise.
10085 (__ASSUME_SIGNALFD4): Likewise.
10086 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10087 (__ASSUME_32BITUIDS): Likewise.
10088 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10089 (__ASSUME_IPC64): Likewise.
10090 (__ASSUME_ST_INO_64_BIT): Likewise.
10091 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10092 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10093 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10094 (__ASSUME_UTIMES): Do not define.
10095 (__ASSUME_PSELECT): Likewise.
10096 (__ASSUME_PPOLL): Likewise.
10097 (__ASSUME_O_CLOEXEC): Likewise.
10098 (__ASSUME_SOCK_CLOEXEC): Likewise.
10099 (__ASSUME_IN_NONBLOCK): Likewise.
10100 (__ASSUME_PIPE2): Likewise.
10101 (__ASSUME_EVENTFD2): Likewise.
10102 (__ASSUME_SIGNALFD4): Likewise.
10103 (__ASSUME_DUP3): Likewise.
10104 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10105 (__ASSUME_UTIMES): Likewise.
10106 (__ASSUME_O_CLOEXEC): Likewise.
10107 (__ASSUME_SOCK_CLOEXEC): Likewise.
10108 (__ASSUME_IN_NONBLOCK): Likewise.
10109 (__ASSUME_PIPE2): Likewise.
10110 (__ASSUME_EVENTFD2): Likewise.
10111 (__ASSUME_SIGNALFD4): Likewise.
10112 (__ASSUME_DUP3): Likewise.
10113 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10114 (__ASSUME_UTIMES): Likewise.
10115 (__ASSUME_O_CLOEXEC): Likewise.
10116 (__ASSUME_SOCK_CLOEXEC): Likewise.
10117 (__ASSUME_IN_NONBLOCK): Likewise.
10118 (__ASSUME_PIPE2): Likewise.
10119 (__ASSUME_EVENTFD2): Likewise.
10120 (__ASSUME_SIGNALFD4): Likewise.
10121 (__ASSUME_DUP3): Likewise.
10122 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10123 Likewise.
10124 (__ASSUME_UTIMES): Likewise.
10125 (__ASSUME_EVENTFD2): Likewise.
10126 (__ASSUME_SIGNALFD4): Likewise.
10127 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10128 (__ASSUME_O_CLOEXEC): Likewise.
10129 (__ASSUME_SOCK_CLOEXEC): Likewise.
10130 (__ASSUME_IN_NONBLOCK): Likewise.
10131 (__ASSUME_PIPE2): Likewise.
10132 (__ASSUME_EVENTFD2): Likewise.
10133 (__ASSUME_SIGNALFD4): Likewise.
10134 (__ASSUME_DUP3): Likewise.
10135 (__ASSUME_UTIMES): Undefine.
10136
5c521ecd
JM
10137 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10138 feclearexcept. Remove symbol versioning code.
10139 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
10140 symbol versioning code.
10141 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
10142 symbol versioning code.
10143 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10144 feupdateenv. Remove symbol versioning code.
10145 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10146 fegetexceptflag. Remove symbol versioning code.
10147 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10148 fesetexceptflag. Remove symbol versioning code.
10149 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10150 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
10151 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10152 (__posix_fadvise64_l32): Remove prototype.
10153 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10154 code.
10155
5da9dfad
RM
101562014-05-13 Roland McGrath <roland@hack.frob.com>
10157
10158 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10159 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10160 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10161 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10162
893b4f37
SK
101632014-05-13 Sami Kerola <kerolasa@iki.fi>
10164
10165 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10166 current working directory
10167
e0db6517
RM
101682014-05-13 Roland McGrath <roland@hack.frob.com>
10169
58aa195d
RM
10170 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10171 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10172 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10173 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10174 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10175 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10176 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10177 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10178 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10179 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10180 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10181 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10182 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10183 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10184 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10185 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10186 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10187 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10188 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10189 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10190 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10191 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10192 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10193 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10194 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10195 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10196 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10197 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10198 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10199 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10200 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10201 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10202 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10203 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10204 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10205 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10206 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10207 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10208 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10209 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10210 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10211 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10212
8c6d01f0
RM
10213 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10214 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10215
10216 * sysdeps/unix/sysv/linux/arm/Makefile
10217 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10218 Add rt-aeabi_unwind_cpp_pr1.
10219 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10220 Add nptl-aeabi_unwind_cpp_pr1.
10221 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10222 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10223 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10224 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10225 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10226 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10227
10228 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10229 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10230 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10231 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10232
bba6da4e
RM
10233 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10234 Deconditionalize the code that was previously under [RESET_PID].
10235 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10236
e0db6517
RM
10237 * sysdeps/generic/exit-thread.h: New file.
10238 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10239 * include/unistd.h (__exit_thread): Remove declaration.
10240 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10241 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10242 * csu/libc-start.c: Include <exit-thread.h>.
10243 (LIBC_START_MAIN): Pass no argument to __exit_thread.
10244 * nptl/pthread_create.c: Include <exit-thread.h>.
10245 (start_thread): Call __exit_thread in place of __exit_thread_inline.
10246 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10247 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10248 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10249 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10250 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10251 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10252 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10253 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10254 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10255 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10256 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10257 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10258 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10259 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10260 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10261 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10262
01eb16fd
AS
102632014-05-13 Andreas Schwab <schwab@suse.de>
10264
10265 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10266
637461d9
JM
102672014-05-12 Joseph Myers <joseph@codesourcery.com>
10268
10269 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10270 (__ASSUME_UTIMES): Do not condition on kernel version.
10271 (__ASSUME_PSELECT): Define unconditionally.
10272 (__ASSUME_PPOLL): Likewise.
10273 (__ASSUME_ATFCTS): Likewise.
10274 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10275 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10276 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10277 (__ASSUME_UTIMENSAT): Define unconditionally.
10278 (__ASSUME_PRIVATE_FUTEX): Likewise.
10279 (__ASSUME_FALLOCATE): Likewise.
10280 (__ASSUME_O_CLOEXEC): Likewise.
10281 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10282 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10283 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10284 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10285 (__ASSUME_IN_NONBLOCK): Likewise.
10286 (__ASSUME_PIPE2): Likewise.
10287 (__ASSUME_EVENTFD2): Likewise.
10288 (__ASSUME_SIGNALFD4): Likewise.
10289 (__ASSUME_DUP3): Likewise.
10290 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10291 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10292 (__ASSUME_AT_RANDOM): Likewise.
10293 (__ASSUME_PREADV): Likewise.
10294 (__ASSUME_PWRITEV): Likewise.
10295 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10296 (__ASSUME_F_GETOWN_EX): Define unconditionally.
10297 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10298 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10299 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10300 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10301 (__ASSUME_O_CLOEXEC): Define unconditionally.
10302 (__ASSUME_PSELECT): Do not undefine conditionally.
10303 (__ASSUME_PPOLL): Likewise.
10304 (__ASSUME_ATFCTS): Likewise.
10305 (__ASSUME_SET_ROBUST_LIST): Likewise.
10306 (__ASSUME_UTIMENSAT): Likewise.
10307 (__ASSUME_FDATASYNC): Define unconditionally.
10308 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10309 (__ASSUME_SIGFRAME_V2): Likewise.
10310 )__ASSUME_EVENTFD2): Likewise.
10311 (__ASSUME_SIGNALFD4): Likewise.
10312 (__ASSUME_PSELECT): Do not undefine conditionally.
10313 (__ASSUME_PPOLL): Likewise.
10314 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10315 (__ASSUME_PSELECT): Define unconditionally.
10316 (__ASSUME_PPOLL): Likewise.
10317 (__ASSUME_O_CLOEXEC): Likewise.
10318 (__ASSUME_SOCK_CLOEXEC): Likewise.
10319 (__ASSUME_IN_NONBLOCK): Likewise.
10320 (__ASSUME_PIPE2): Likewise.
10321 (__ASSUME_EVENTFD2): Likewise.
10322 (__ASSUME_SIGNALFD4): Likewise.
10323 (__ASSUME_DUP3): Likewise.
10324 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10325 (__ASSUME_O_CLOEXEC): Likewise.
10326 (__ASSUME_SOCK_CLOEXEC): Likewise.
10327 (__ASSUME_IN_NONBLOCK): Likewise.
10328 (__ASSUME_PIPE2): Likewise.
10329 (__ASSUME_EVENTFD2): Likewise.
10330 (__ASSUME_SIGNALFD4): Likewise.
10331 (__ASSUME_DUP3): Likewise.
10332 * sysdeps/unix/sysv/linux/mips/kernel-features.h
10333 (__ASSUME_EVENTFD2): Likewise.
10334 (__ASSUME_SIGNALFD4): Likewise.
10335 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10336
315eb1d8
AS
103372014-05-12 Andreas Schwab <schwab@suse.de>
10338
10339 [BZ #16932]
10340 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10341 (_nss_nis_gethostbyname4_r): Return error if item length is larger
10342 than maximum RPC packet size.
10343 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10344 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10345 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10346 (_nss_nis_getservbyport_r): Likewise.
10347
91df99f7
WN
103482014-05-12 Will Newton <will.newton@linaro.org>
10349
10350 * malloc/Makefile (tests): Add tst-mallopt.
10351 * malloc/tst-mallopt.c: New file.
10352
0a982a29
RM
103532014-05-09 Roland McGrath <roland@hack.frob.com>
10354
10355 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10356 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10357
0ded08a5
AZ
103582014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10359
10360 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10361 (tst-tlsmod6.so): Likewise.
10362
55d4d550
RM
103632014-05-09 Roland McGrath <roland@hack.frob.com>
10364
10365 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10366
77d08aca
JM
103672014-05-09 Joseph Myers <joseph@codesourcery.com>
10368
10369 [BZ #16064]
10370 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10371 and <dl-procinfo.h>.
10372 (__fegetenv): Save SSE state in envp->__eip if supported.
10373 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10374 envp->__eip if supported.
10375 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10376 and <dl-procinfo.h>.
10377 (__fesetenv): Always set __eip, __cs_selector, __opcode,
10378 __data_offset and __data_selector in environment to 0. Set SSE
10379 state if supported.
10380 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10381 test-fenv-sse.
10382 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10383 -mfpmath=sse.
10384 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10385
28162f4d
WN
103862014-05-09 Will Newton <will.newton@linaro.org>
10387
10388 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10389 and libc_relro_required for ARM.
10390 * sysdeps/arm/preconfigure: Regenerate.
10391
5a414ff7
DV
103922014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
10393 Stefan Liebler <stli@linux.vnet.ibm.com>
10394
10395 * config.make.in (enable-lock-elision): New Makefile variable.
10396 * configure.ac: Likewise.
10397 * configure: Regenerate.
10398 * sysdeps/s390/configure.ac:
10399 Add check for gcc transactions support.
10400 * sysdeps/s390/configure: Regenerate.
10401 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10402 Build elision files if enabled.
10403 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10404 Add lock elision support for s390.
10405 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10406 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10407 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10408 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10409 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10410 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10411 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10412 Likewise.
10413 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10414 Likewise.
10415 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10416 Likewise.
10417 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10418 Likewise.
10419 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10420 (__lll_timedlock_elision, __lll_lock_elision)
10421 (__lll_unlock_elision, __lll_trylock_elision)
10422 (lll_timedlock_elision, lll_lock_elision)
10423 (lll_unlock_elision, lll_trylock_elision): Add.
10424 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10425 (pthread_mutex_t): Add lock elision support for s390.
10426
1a2f40e5
W
104272014-05-14 Wilco <wdijkstr@arm.com>
10428
10429 * sysdeps/arm/fclrexcpt.c: Cleanup.
10430 * sysdeps/arm/fedisblxcpt.c: Cleanup.
10431 * sysdeps/arm/feenablxcpt.c: Cleanup.
10432 * sysdeps/arm/fegetenv.c: Cleanup.
10433 * sysdeps/arm/fegetexcept.c: Cleanup.
10434 * sysdeps/arm/fegetround.c: Cleanup.
10435 * sysdeps/arm/feholdexcpt.c: Cleanup.
10436 * sysdeps/arm/fesetenv.c: Cleanup.
10437 * sysdeps/arm/fesetround.c: Cleanup.
10438 * sysdeps/arm/feupdateenv.c: Cleanup.
10439 * sysdeps/arm/fgetexcptflg.c: Cleanup.
10440 * sysdeps/arm/fraiseexcpt.c: Cleanup.
10441 * sysdeps/arm/fsetexcptflg.c: Cleanup.
10442 * sysdeps/arm/ftestexcept.c: Cleanup.
10443 * sysdeps/arm/get-rounding-mode.h: Cleanup.
10444 * sysdeps/arm/setfpucw.c: Cleanup.
10445
f63c86fe
WN
104462014-05-09 Will Newton <will.newton@linaro.org>
10447
10448 * sysdeps/arm/armv7/strcmp.S: New file.
10449 * NEWS: Mention addition of ARMv7 optimized strcmp.
10450
7a1a51b5
RM
104512014-05-08 Roland McGrath <roland@hack.frob.com>
10452
95afbbe5
RM
10453 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10454 look for %.ac rather than %.in.
10455
10456 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10457 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10458 * sysdeps/mach/hurd/configure: Regenerated.
10459 * sysdeps/unix/sysv/linux/configure: Regenerated.
10460
7a1a51b5
RM
10461 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10462
5057ad3b
SE
104632014-05-07 Steve Ellcey <sellcey@mips.com>
10464
10465 [BZ# 16922]
10466 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10467 (LONG_SUB): Ditto.
10468 (PTR_SUB): Ditto.
10469
8dc97517
AS
104702014-05-07 Andreas Schwab <schwab@suse.de>
10471
10472 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10473 when skipping over non-matching result from nscd.
10474
ce0c5b8f
OB
104752014-05-07 Ondřej Bílka <neleai@seznam.cz>
10476
10477 [BZ #16876]
10478 * nptl/sockperf.c (client): Check socket return value.
8dc97517 10479
a1189263
OB
10480 [BZ #16877]
10481 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10482 nscd security class.
ce0c5b8f 10483
0f58d252
RM
104842014-05-06 Roland McGrath <roland@hack.frob.com>
10485
10486 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10487 * sysdeps/arm/unwind.h: ... here.
10488
83df9ad0
AJ
104892014-05-06 Aurelien Jarno <aurelien@aurel32.net>
10490
ce0c5b8f
OB
10491 [BZ# 16916]
10492 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10493 Define.
83df9ad0 10494
f360f94a
VR
104952014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
10496
10497 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10498 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10499 multiarch strncpy for PPC64.
10500 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10501 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10502 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10503 multiarch optimizations.
10504 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10505 (__libc_ifunc_impl_list): Likewise.
10506 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10507 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10508 multiarch stpncpy for PPC64.
10509 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10510 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10511
978a41c3
AS
105122014-05-06 Andreas Schwab <schwab@suse.de>
10513
10514 [BZ #16912]
10515 * gmon/mcount.c (_MCOUNT_DECL): Use
10516 atomic_compare_and_exchange_bool_acq instead of
10517 catomic_compare_and_exchange_bool_acq.
10518
eb1ed03d
RM
105192014-05-05 Roland McGrath <roland@hack.frob.com>
10520
fe658845
RM
10521 * elf/Makefile (others, install-bin): Remove pldd.
10522 (pldd-modules): Variable removed.
10523 ($(objpfx)pldd): Target removed.
10524 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10525 (others, install-bin): Append pldd here.
10526 ($(objpfx)pldd): New target.
10527
eb1ed03d
RM
10528 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10529 to 0, so the first #if test emitted later doesn't see it undefined.
10530 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10531 * sysdeps/gnu/errlist.c: Regenerated.
10532
19c4bec0
AZ
105332014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10534
10535 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10536 [libc_hidden_builtin_def]: Define to empty value.
10537 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10538 [libc_hidden_builtin_def]: Likewise.
10539 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10540 [libc_hidden_builtin_def]: Likewise.
10541 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10542 [libc_hidden_builtin_def]: Likewise.
10543 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10544 __redirect_memcpy and define ifunc as default hidden symbol.
10545 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10546 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10547
7776e669
AC
105482014-05-04 Adam Conrad <adconrad@0c3.net>
10549
10550 * locale/iso-4217.def: Reintroduce XDR currency.
10551
d69aeb12
AM
105522014-05-04 Allan McRae <allan@archlinux.org>
10553
10554 * po/eo.po: Update Esperanto translation from translation project.
10555
8f1df5cf
CD
105562014-05-02 Carlos O'Donell <carlos@redhat.com>
10557
10558 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10559 and FEATURE_INDEX_MAX to 1.
10560 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10561
13e402e7
SE
105622014-05-01 Steve Ellcey <sellcey@mips.com>
10563
10564 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10565 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10566 * iconvdata/big5.c (ONE_DIRECTION): Define.
10567 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10568 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10569 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10570 * iconvdata/cp932.c (ONE_DIRECTION): Define.
10571 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10572 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10573 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10574 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10575 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10576 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10577 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10578 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10579 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10580 * iconvdata/gbk.c (ONE_DIRECTION): Define.
10581 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10582 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10583 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10584 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10585 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10586 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10587 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10588 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10589 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10590 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10591 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10592 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10593 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10594 * iconvdata/iso646.c (ONE_DIRECTION): Define.
10595 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10596 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10597 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10598 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10599 * iconvdata/johab.c (ONE_DIRECTION): Define.
10600 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10601 * iconvdata/sjis.c (ONE_DIRECTION): Define.
10602 * iconvdata/t.61.c (ONE_DIRECTION): Define.
10603 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10604 * iconvdata/tscii.c (ONE_DIRECTION): Define.
10605 * iconvdata/uhc.c (ONE_DIRECTION): Define.
10606 * iconvdata/unicode.c (ONE_DIRECTION): Define.
10607 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10608 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10609 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10610
c727f032
RM
106112014-05-01 Roland McGrath <roland@hack.frob.com>
10612
8f2f08d0
RM
10613 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10614 (_IO_JUMPS_OFFSET): Define to 0.
10615
c727f032
RM
10616 * nptl/sysdeps/pthread/bits/libc-lock.h
10617 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10618 (__libc_lock_define_initialized_recursive): Always define using
10619 initializer. Modern compilers treat uninitialized (implicit zero) and
10620 explicit zero initializers the same (i.e. put the datum in bss).
10621
a849e800
AS
106222014-05-01 Andreas Schwab <schwab@linux-m68k.org>
10623
10624 * nscd/nscd-client.h: Include <string.h>.
10625
5331255b
DM
106262014-05-01 David S. Miller <davem@davemloft.net>
10627
10628 [BZ #16885]
10629 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10630 multiple zero bytes exist at the end of a string.
10631 Reported by Aurelien Jarno <aurelien@aurel32.net>
10632
10633 * string/test-strcmp.c (check): Add explicit test for situations where
10634 there are multiple zero bytes after the first.
10635
4fdfe821
AS
106362014-05-01 Andreas Schwab <schwab@linux-m68k.org>
10637
10638 [BZ #16890]
10639 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10640 when compiling wprintf.
10641 * stdio-common/tstdiomisc.c (t3): New function.
10642 (main): Call it.
10643
0cdddc25
SE
106442014-05-01 Steve Ellcey <sellcey@mips.com>
10645
10646 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10647 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10648 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10649 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10650
6426d77e
SE
106512014-05-01 Steve Ellcey <sellcey@mips.com>
10652
10653 * stdlib/longlong.h: Updated from GCC.
10654
6d96f5e4
WN
106552014-05-01 Will Newton <will.newton@linaro.org>
10656 Bernard Ogden <bernie.ogden@linaro.org>
10657
7470db0c
WN
10658 * NEWS: Update fixed bug list.
10659
6d96f5e4
WN
10660 [BZ #15119]
10661 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10662
211d653c
DM
106632014-04-30 David S. Miller <davem@davemloft.net>
10664
4fa262fa
DM
10665 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10666 (libc_feholdexcept_setround_sparc_ctx): New function.
10667 (libc_fesetenv_sparc_ctx): Likewise.
10668 (libc_feupdateenv_sparc_ctx): Likewise.
10669 (libc_feholdsetround_sparc_ctx): Likewise.
10670 (libc_feholdexcept_setround_ctx): Define.
10671 (libc_feholdexcept_setroundf_ctx): Likewise.
10672 (libc_feholdexcept_setroundl_ctx): Likewise.
10673 (libc_fesetenv_ctx): Likewise.
10674 (libc_fesetenvf_ctx): Likewise.
10675 (libc_fesetenvl_ctx): Likewise.
10676 (libc_feupdateenv_ctx): Likewise.
10677 (libc_feupdateenvf_ctx): Likewise.
10678 (libc_feupdateenvl_ctx): Likewise.
10679 (libc_feresetround_ctx): Likewise.
10680 (libc_feresetroundf_ctx): Likewise.
10681 (libc_feresetroundl_ctx): Likewise.
10682 (libc_feholdsetround_ctx): Likewise.
10683 (libc_feholdsetroundf_ctx): Likewise.
10684 (libc_feholdsetroundl_ctx): Likewise.
10685
1d3d93ef
DM
10686 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10687 with __USE_GNU instead of XOPEN cpp guards.
10688
8aa583c3
DM
10689 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10690 0.
10691
211d653c
DM
10692 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10693 with XOPEN cpp guards.
10694
60c8f1f6
JB
106952014-04-30 Julian Brown <julian@codesourcery.com>
10696
10697 [BZ #16888]
10698 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10699 handling.
10700
9a461d46
JM
107012014-04-30 Joseph Myers <joseph@codesourcery.com>
10702
d0f5b3f8
JM
10703 [BZ #9894]
10704 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10705 Change to 2.6.32.
10706 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10707 * sysdeps/unix/sysv/linux/configure: Regenerated.
10708 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10709 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10710 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10711 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10712 * README: Update reference to required Linux kernel version.
10713 * manual/install.texi (Linux): Update reference to required Linux
10714 kernel headers version.
10715 * INSTALL: Regenerated.
10716
9a461d46
JM
10717 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10718 header inclusion.
10719 [POSIX] (limits.h): Likewise.
10720 [POSIX] (math.h): Likewise.
10721 [POSIX] (sys/wait.h): Likewise.
10722 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10723 function.
10724 [POSIX] (stddef.h): Do not allow header inclusion.
10725
1775babf
AZ
107262014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10727
57f41c40 10728 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 10729
8f630cca
YY
107302014-04-30 Yang Yingliang <yangyingliang@huawei.com>
10731
10732 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10733 Return immediately after lll_futex_wake.
10734
1cdeb237
SP
107352014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
10736
bc8f194c
SP
10737 [BZ #16791]
10738 * nscd/nscd-client.h (datahead_init_common): Initialize entire
10739 structure.
10740 (datahead_init_pos): Call datahead_init_common early.
10741 (datahead_init_neg): Likewise.
10742
1cdeb237
SP
10743 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10744 datahead_init_neg): New functions.
10745 * nscd/aicache.c (addhstaiX): Use them.
10746 * nscd/grpcache.c (cache_addgr): Likewise.
10747 * nscd/hstcache.c (cache_addhst): Likewise.
10748 * nscd/initgrcache.c (addinitgroupsX): Likewise.
10749 * nscd/netgroupcache.c (do_notfound): Likewise.
10750 (addgetnetgrentX): Likewise.
10751 (addinnetgrX): Likewise.
10752 * nscd/pwdcache.c (cache_addpw): Likewise.
10753 * nscd/servicescache.c (cache_addserv): Likewise.
10754
16b293a7
SP
107552014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
10756 Atsushi Onoe <atsushi@onoe.org>
10757
10758 [BZ #14308]
10759 [BZ #12994]
10760 [BZ #13651]
10761 * resolv/res_query.c (__libc_res_nsearch): Return if at least
10762 one response is valid.
10763 * resolv/res_send.c (send_dg): Check for validity of other
10764 response if the current response is a referral.
10765
a28a9b94
SE
107662014-04-29 Steve Ellcey <sellcey@mips.com>
10767
10768 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10769
2ca180e9
SL
107702014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
10771
10772 [BZ #16823]
10773 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10774 Always divide by positive zero when computing -Inf result.
10775 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10776 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10777
18f2945a
AZ
107782014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10779
10780 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10781 FPSCR if value do not change.
10782 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10783 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10784 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10785 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10786 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10787 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10788 function.
10789
5abebba4
CD
107902014-05-29 Carlos O'Donell <carlos@systemhalted.org>
10791
10792 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10793 * sysdeps/unix/sysv/linux/hppa: Move directory from
10794 ports/systeps/unix/sysv/linux/hppa.
10795 * README: Update listing for hppa-*-linux-gnu.
10796
f7ed60c2
OB
107972014-04-28 Ondřej Bílka <neleai@seznam.cz>
10798
fff763a5
OB
10799 [BZ #16754]
10800 * manual/stdio.texi (Hook functions): Fix types of stream hook
10801 functions.
f7ed60c2
OB
10802 [BZ #16854]
10803 * socket/sys/socket.h: Fix typo in comment.
10804
df639d73
WD
108052014-04-28 Wilco <wdijkstr@arm.com>
10806
f7ed60c2 10807 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
10808 * sysdeps/arm/math_private.h: New file.
10809 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10810
48332d82
L
108112014-04-25 H.J. Lu <hongjiu.lu@intel.com>
10812
10813 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10814 with __int128_t.
10815 (La_x86_64_retval): Likewise.
10816
e5e0d9a4
IB
108172014-04-24 Ian Bolton <ian.bolton@arm.com>
10818
10819 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10820 fpsr if value didn't change.
10821 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10822 to fpcr if value didn't change.
10823 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10824 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10825 fpsr or fpcr if value didn't change.
10826 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10827 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10828 fpcr if value didn't change.
10829 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10830 to fpsr if value didn't change.
10831
bacc75f7
SP
108322014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
10833
10834 * nptl/tst-sem3.c: Use test-skeleton.c
10835 (main): Rename to do_test. Use return instead of
10836 exit.
10837 * nptl/tst-sem4.c: Use test-skeleton.c
10838 (main): Rename to do_test.
10839
a059d359
DM
108402014-04-22 David S. Miller <davem@davemloft.net>
10841
10842 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10843 (struct sigaction): New struct member __glibc_reserved0, change
10844 type of sa_flags to int.
10845
ea6c92f3
YZ
108462014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
10847
10848 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10849 (COUNT_LEADING_ZEROS_0): Define for AArch64.
10850
766c4a36
SP
108512014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
10852
10853 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10854 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10855
140cc7ab
VK
108562014-04-22 Will Newton <will.newton@linaro.org>
10857 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
10858
10859 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10860 (__longjmp): Add longjmp and longjmp_target SystemTap
10861 probes.
10862 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10863 (__sigsetjmp): Add setjmp SystemTap probe.
10864
c54e5cf7
CD
108652014-04-17 Carlos O'Donell <carlos@redhat.com>
10866
10867 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10868 match manual order.
10869
75ffb047
AZ
108702014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10871
10872 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10873
2cd925f7
AZ
10874 * sysdeps/powerpc/fpu/fenv_private.h
10875 (libc_feholdexcept_setroundl_ctx): Define to
10876 libc_feholdexcept_setround_ppc_ctx.
10877 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10878 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10879 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10880 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10881
39e6cd8d
IB
108822014-04-17 Ian Bolton <ian.bolton@arm.com>
10883
10884 * sysdeps/aarch64/math-tests.h: New file.
10885
f9281df9
SY
108862014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
10887
10888 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10889 New.
10890 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10891 Check and set bit_AVX2_Usable.
10892 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10893 macro.
10894 (bit_AVX2): Likewise.
10895 (index_AVX2_Usable): Likewise.
10896 (CPUID_AVX2): Likewise.
10897 (HAS_AVX2): Likewise.
10898
37d35007
WN
108992014-04-17 Will Newton <will.newton@linaro.org>
10900
7c677662
WN
10901 * manual/setjmp.texi (System V contexts): Add note that
10902 calling setcontext on a context created by a call to a
10903 signal handler is undefined. Update text to note that
10904 setcontext from a signal handler is possible but not
10905 recommended.
10906
37d35007 10907 [BZ #16629]
e04a4e9d
WN
10908 * stdlib/tst-setcontext.c: Include signal.h.
10909 (main): Check that the signal stack before and
10910 after swapcontext is the same.
10911
37d35007
WN
10912 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10913 Re-implement to restore registers in user code and avoid
10914 rt_sigreturn system call.
10915
423a7160
W
109162014-04-17 Wilco <wdijkstr@arm.com>
10917
10918 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10919 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10920 * math/test-fenv.c: Skip exception trap tests on targets which only
10921 support non-stop mode.
10922
bc93ab29
IB
109232014-04-17 Ian Bolton <ian.bolton@arm.com>
10924 Wilco Dijkstra <wilco.dijkstra@arm.com>
10925
10926 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10927 (libc_feholdsetround_aarch64_ctx)
10928 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10929 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10930 (libc_feresetround_ctx, libc_feresetroundf_ctx)
10931 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10932 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10933 (libc_feresetround_noexl_ctx): Define.
10934
95fc5fa3
RH
109352014-04-16 Richard Henderson <rth@redhat.com>
10936
ddb04724
RH
10937 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10938
d77c0899
RH
10939 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10940 unwind tables.
10941
a3df56fc
RH
10942 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10943 const from the non-libc, non-ldso copy.
10944
95fc5fa3
RH
10945 * sysdeps/alpha/libm-test-ulps: Regenerate.
10946
7e0b6763
IB
109472014-04-16 Ian Bolton <ian.bolton@arm.com>
10948 Wilco Dijkstra <wilco.dijkstra@arm.com>
10949
10950 * sysdeps/aarch64/fpu/math_private.h: New file.
10951
a9ea2e0c
MS
109522014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
10953
10954 * sysdeps/aarch64/libm-test-ulps: Regenerate.
10955
ea8ba7cd
IZ
109562014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
10957
7e54fd04 10958 [BZ #16275]
ea8ba7cd
IZ
10959 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10960 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10961 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10962 Intel MPX bound registers before _dl_profile_fixup.
10963 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10964 registers after _dl_profile_fixup. Save and restore bound
10965 registers bnd0/bnd1 when calling _dl_call_pltexit.
10966 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10967 (LR_BND_OFFSET): Likewise.
10968 (LRV_BND0_OFFSET): Likewise.
10969 (LRV_BND1_OFFSET): Likewise.
10970
9f2a4fbc
ST
109712014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
10972
10973 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10974 to...
10975 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
10976 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10977 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10978 fields.
9f2a4fbc 10979
fd15a59b
ST
109802014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
10981
10982 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10983
f19dfa0a
SL
109842014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
10985
10986 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10987
4fa8bc3b
SL
109882014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
10989
10990 [BZ #14770]
10991 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10992 * sysdeps/s390/configure: Regenerate.
10993
8ea587db
SL
10994 [BZ #16824]
10995 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10996 Set round-to-nearest internally to reduce error accumulation.
10997
aa5f0ff1
AM
109982014-04-16 Alan Modra <amodra@gmail.com>
10999
11000 [BZ #16740]
11001 [BZ #16619]
11002 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11003 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 11004 * NEWS: Update fixed bug list.
aa5f0ff1 11005
bb9c256f
SP
110062014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
11007
11008 * benchtests/Makefile: Depend on libraries in build directory.
11009 (bench-math): Separate out math tests.
11010 (bench-pthread): Separate out pthread tests.
11011 (bench): Include math and pthread tests.
11012
f737dfd0
CD
110132014-04-14 Carlos O'Donell <carlos@redhat.com>
11014
11015 [BZ #16831]
11016 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11017 _dl_debug_initialize.
11018
0699f766
CD
11019 * configure.ac: Remove SELinux header check.
11020 * configure: Regenerate.
11021 * nscd/selinux.c (perms): Array of const char* to permission names.
11022 (nscd_request_avc_has_perm): Call security_deny_unknown to find
11023 default policy. Call string_to_security_class and string_to_av_perm to
11024 translate strings. Enforce default policy and call avs_has_perm with
11025 results of translated strings.
11026
809bd45f
DM
110272014-04-13 David S. Miller <davem@davemloft.net>
11028
11029 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11030
89e691f2
AM
110312014-04-12 Allan McRae <allan@archlinux.org>
11032
11033 [BZ #16838]
11034 * manual/string.texi (Collation Functions): Fix qsort argument
11035 order in example.
11036 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11037
9c9daaeb
CM
110382014-04-11 Chris Metcalf <cmetcalf@tilera.com>
11039
11040 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11041 Make the test a no-op if there are no exceptions defined.
11042
95561fb9
PP
110432014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
11044
fe8d072c 11045 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
11046 enable-hardcoded-path-in-tests
11047
970c602a
WN
110482014-04-11 Will Newton <will.newton@linaro.org>
11049
11050 * benchtests/Makefile (extra-objs): Add json-lib.o.
11051 (bench-func): Tidy up JSON output.
11052 * benchtests/bench-skeleton.c: Include json-lib.h.
11053 (main): Use JSON library functions to do output of
11054 benchmark results.
11055 * benchtests/bench-timing-type.c (main): Output the
11056 timing type simply, leaving formatting to the user.
11057 * benchtests/json-lib.c: New file.
11058 * benchtests/json-lib.h: Likewise.
11059
36875b06
TR
110602014-04-11 Torvald Riegel <triegel@redhat.com>
11061
11062 [BZ #15215]
11063 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11064 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
11065 memory barriers. Add comments.
11066 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11067 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11068 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11069 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11070 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11071 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11072
579db35a
SL
110732014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
11074
11075 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11076 * sysdeps/s390/s390-64/configure.ac: ... this ...
11077 * sysdeps/s390/configure.ac: ... to here.
11078 * sysdeps/s390/s390-32/configure: Delete file.
11079 * sysdeps/s390/s390-64/configure: Delete file.
11080 * sysdeps/s390/configure: Regenerate.
11081
c12e9f37
JAPH
110822014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
11083
11084 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11085
439bda32
WN
110862014-04-11 Will Newton <will.newton@linaro.org>
11087
11088 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11089 to zero if it is not defined elsewhere. (mtrim): Test
11090 the value of MALLOC_DEBUG with #if rather than #ifdef.
11091
6a5d6ea1
TR
110922014-04-10 Torvald Riegel <triegel@redhat.com>
11093
11094 * benchtests/pthread_once-inputs: New file.
11095 * benchtests/pthread_once-source.c: New file.
11096 * benchtests/README: Update documentation.
11097
a4c75cfd
IZ
110982014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
11099 H.J. Lu <hongjiu.lu@intel.com>
11100
7e54fd04 11101 [BZ #16275]
a4c75cfd
IZ
11102 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11103 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11104 * sysdeps/x86_64/configure: Regenerated.
11105 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11106 macro.
11107 (REGISTER_SAVE_RAX): Likewise.
11108 (REGISTER_SAVE_RCX): Likewise.
11109 (REGISTER_SAVE_RDX): Likewise.
11110 (REGISTER_SAVE_RSI): Likewise.
11111 (REGISTER_SAVE_RDI): Likewise.
11112 (REGISTER_SAVE_R8): Likewise.
11113 (REGISTER_SAVE_R9): Likewise.
11114 (REGISTER_SAVE_BND0): Likewise.
11115 (REGISTER_SAVE_BND1): Likewise.
11116 (REGISTER_SAVE_BND2): Likewise.
11117 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
11118 bound registers when calling _dl_fixup.
11119
27822ce6
AZ
111202014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11121
11122 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
11123 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11124 of its definition.
27822ce6
AZ
11125 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11126 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11127 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11128 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11129 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11130 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11131 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11132
a88ddc90
PTB
111332014-04-09 Peter Brett <peter@peter-b.co.uk>
11134
11135 [BZ #15514]
11136 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11137 pathconf(_PC_NAME_MAX).
11138
01f8eac2
AZ
111392014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11140
11141 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11142 Remove macro usage.
11143 (__PTHREAD_SPINS): Move definition to ...
11144 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11145 (__PTHREAD_SPINS): ... here.
11146 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11147 (__PTHREAD_SPIN): Likewise.
11148 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11149 (__PTHREAD_SPIN): Likewise.
11150 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11151 (__PTHREAD_SPIN): Likewise.
11152 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11153 (__PTHREAD_SPIN): Likewise.
11154 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11155 (__PTHREAD_SPIN): Likewise.
11156 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11157 (__PTHREAD_SPIN): Likewise.
11158 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11159 (__PTHREAD_SPIN): Likewise.
11160 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11161 (__PTHREAD_SPIN): Likewise.
11162 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11163 (__PTHREAD_SPIN): Likewise.
11164 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11165 (__PTHREAD_SPIN): Likewise.
11166 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11167 (__PTHREAD_SPIN): Likewise.
11168 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11169 (__PTHREAD_SPIN): Likewise.
11170
de21c33c
AZ
11171 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11172 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11173 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11174 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11175 imply folder.
11176 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11177 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11178 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11179 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11180 correct imply path.
11181 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11182 strlen symbol for non multi-arch builds.
11183 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11184 missing hidden_def and weak_alias.
11185
862c472e
CD
111862014-04-08 Carlos O'Donell <carlos@redhat.com>
11187
11188 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11189
8667f90e
WN
111902014-04-07 Will Newton <will.newton@linaro.org>
11191
11192 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11193 and contents. [!_LIBC] Remove #ifndef and contents.
11194 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
11195 * string/memccpy.c (__memccpy): Use ANSI prototype.
11196 * string/memfrob.c (memfrob): Likewise.
11197 * string/strcoll.c (STRCOLL): Likewise.
11198 * string/strlen.c (strlen): Likewise.
11199 * string/strtok.c (STRTOK): Likewise.
11200 * string/strcat.c: Remove unused #include of memcopy.h.
11201 (strcat): Use ANSI prototype.
11202 * string/strchr.c: Remove unused #include of memcopy.h.
11203 (strchr): Use ANSI prototype.
11204 * string/strcmp.c: Remove unused #include of memcopy.h.
11205 (strcmp): Use ANSI prototype.
11206 * string/strcpy.c: Remove unused #include of memcopy.h.
11207 (strcpy): Use ANSI prototype.
11208
7ffa9423
AZ
112092014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11210
11211 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11212 * config.make.in (config-extra-cppflags): Set it from
11213 libc_extra_cppflags.
11214 * configure.ac (libc_extra_cflags): Make it accumulate over
11215 configure fragments.
11216 (libc_extra_cppflags): New flag.
11217 * configure. Regenerate.
11218 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
11219 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11220 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
11221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11222
8bd70862
AZ
11223 [BZ #16815]
11224 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11225 result for FE_DOWNWARD rounding mode.
11226 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11227 Likewise.
11228 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11229
d42f3448
CM
112302014-04-04 Chris Metcalf <cmetcalf@tilera.com>
11231
11232 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11233 in function argument name.
11234
1c21d115
DS
112352014-04-03 David Svoboda <svoboda@cert.org>
11236
11237 [BZ #5666]
11238 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11239 explicitly.
11240
fcccd512
RM
112412014-04-03 Roland McGrath <roland@hack.frob.com>
11242
11243 * elf/dl-unmap-segments.h: New file.
11244 * sysdeps/generic/ldsodefs.h
11245 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11246 * elf/dl-close.c: Include <dl-unmap-segments.h>.
11247 * elf/dl-fptr.c: Likewise.
11248 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11249 * sysdeps/aarch64/tlsdesc.c: Likewise.
11250 * sysdeps/arm/tlsdesc.c: Likewise.
11251 * sysdeps/i386/tlsdesc.c: Likewise.
11252 * sysdeps/tile/dl-runtime.c: Likewise.
11253 * sysdeps/x86_64/tlsdesc.c: Likewise.
11254 * elf/dl-load.h: New file.
11255 * elf/dl-load.c: Include it.
11256 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11257 Macros moved to dl-load.h.
11258 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11259 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11260 Use _dl_unmap_segments in place of __munmap.
11261 Break out segment-mapping loop into ...
11262 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11263
f6488e2b
WN
112642014-04-03 Will Newton <will.newton@linaro.org>
11265
11266 * elf/dl-lookup.c (do_lookup_x): Remove comment
11267 referring to nested function and move variable
11268 declarations down to before first use.
11269
6f05bafe
JM
112702014-04-02 Joseph Myers <joseph@codesourcery.com>
11271
a84e78c8
JM
11272 [BZ #16799]
11273 [BZ #16800]
11274 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11275 with 0 numerator.
11276 * math/s_catanf.c (__catanf): Likewise.
11277 * math/s_catanh.c (__catanh): Likewise.
11278 * math/s_catanhf.c (__catanhf): Likewise.
11279 * math/s_catanhl.c (__catanhl): Likewise.
11280 * math/s_catanl.c (__catanl): Likewise.
11281 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11282 by positive zero when computing -Inf result.
11283 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11284 (catanh_test): Likewise.
11285 * sysdeps/i386/fpu/libm-test-ulps: Update.
11286 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11287
6f05bafe
JM
11288 [BZ #16789]
11289 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11290 instead of using underflowing value in computing result.
11291 * math/s_clog10.c (__clog10): Likewise.
11292 * math/s_clog10f.c (__clog10f): Likewise.
11293 * math/s_clog10l.c (__clog10l): Likewise.
11294 * math/s_clogf.c (__clogf): Likewise.
11295 * math/s_clogl.c (__clogl): Likewise.
11296 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11297 (clog10_test): Likewise.
11298 * sysdeps/i386/fpu/libm-test-ulps: Update.
11299 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11300
b0abbc21
AM
113012014-04-02 Alan Modra <amodra@gmail.com>
11302
11303 [BZ #16739]
11304 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11305 output when value is near a power of two. Use int64_t for lx and
11306 remove casts. Use decimal rather than hex exponent constants.
11307 Don't use long double multiplication when double will suffice.
11308 * math/libm-test.inc (nextafter_test_data): Add tests.
11309 * NEWS: Add 16739 and 16786 to bug list.
11310
af6b1797
AM
11311 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11312
483818d7
AM
11313 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11314
f6c55796
WN
113152014-04-01 Will Newton <will.newton@linaro.org>
11316
11317 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11318 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
11319
13f7fe35
FW
113202014-04-01 Florian Weimer <fweimer@redhat.com>
11321
11322 [BZ #13347]
11323 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11324 * nptl/tst-setuid2.c: New file.
11325 * nptl/Makefile (xtests): Add tst-setuid2.
11326
c859b32e
AM
113272014-04-01 Alan Modra <amodra@gmail.com>
11328
11329 [BZ #16786]
11330 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11331
54fa2475
JM
113322014-03-31 Joseph Myers <joseph@codesourcery.com>
11333
8795b4a4
JM
11334 [BZ #6803]
11335 [BZ #6804]
11336 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11337 set errno as appropriate.
11338 * math/w_scalbf.c (__scalbf): Likewise.
11339 * math/w_scalbl.c (__scalbl): Likewise.
11340 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11341 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11342 * math/libm-test.inc (scalb_test_data): Add errno expectations.
11343 Add more NaN tests.
11344
54fa2475
JM
11345 [BZ #16349]
11346 * math/w_atan2.c: Include <errno.h>.
11347 (__atan2): Set errno for result underflowing to zero.
11348 * math/w_atan2f.c: Include <errno.h>.
11349 (__atan2f): Set errno for result underflowing to zero.
11350 * math/w_atan2l.c: Include <errno.h>.
11351 (__atan2l): Set errno for result underflowing to zero.
11352 * math/auto-libm-test-in: Don't allow missing errno for some atan2
11353 tests.
11354 * math/auto-libm-test-out: Regenerated.
11355
757d9dd5
AZ
113562014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11357
11358 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11359 Encode instruction correctly in little endian.
11360 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11361 Likewise.
11362 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11363 Likewise.
11364 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11365 Likewise.
11366 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11367 Likewise.
11368
d7a68734
JM
113692014-03-31 Joseph Myers <joseph@codesourcery.com>
11370
47c5adeb
JM
11371 [BZ #9894]
11372 * sysdeps/unix/sysv/linux/kernel-features.h
11373 [__sparc__ && !__arch64__ && !__sparc_v9__]
11374 (__ASSUME_SET_ROBUST_LIST): Do not define.
11375 [__sparc__ && !__arch64__ && !__sparc_v9__]
11376 (__ASSUME_FUTEX_LOCK_PI): Likewise.
11377 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11378 Likewise.
11379 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11380 (__ASSUME_FUTEX_LOCK_PI): Undefine.
11381 (__ASSUME_REQUEUE_PI): Likewise.
11382 (__ASSUME_SET_ROBUST_LIST): Likewise.
11383 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11384 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11385 Undefine.
11386 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11387 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11388 Likewise.
11389 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11390 Likewise.
11391 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11392 Likewise.
11393 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11394 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11395 Undefine.
11396 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11397 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11398 Likewise.
11399
d7a68734
JM
11400 [BZ #16648]
11401 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11402 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11403 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11404
c760f5c2
WN
114052014-03-31 Will Newton <will.newton@linaro.org>
11406
11407 * benchtests/Makefile (bench): Add ffs and ffsll to list
11408 of tests.
11409 * benchtests/ffs-inputs: New file.
11410 * benchtests/ffsll-inputs: Likewise.
11411
ea6029b1
JM
114122014-03-29 Joseph Myers <joseph@codesourcery.com>
11413
11414 [BZ #16770]
11415 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11416 too large before casting to int.
11417 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11418 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11419 * math/libm-test.inc (scalb_test_data): Add more tests.
11420
cf806aff
SP
114212014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
11422
56737508
SP
11423 * benchtests/Makefile (DETAILED_OPT): New make option.
11424 (bench-func): Run benchmark program with -d if DETAILED_OPT is
11425 set.
11426 * benchtests/bench-skeleton.c: Include stdbool.h.
11427 (main): Store and print timings per input.
11428 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11429 member to each argument value.
11430 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11431 (_print_arg_data): Initialize per-input timing to 0.
11432
cb5e4aad
SP
11433 * benchtests/Makefile (timing-type): New binary.
11434 (bench-clean): Also remove bench-timing-type.
11435 (bench): New target for timing-type.
11436 (bench-func): Print output in JSON format.
11437 * benchtests/bench-skeleton.c (main): Print output in JSON
11438 format.
11439 * benchtests/bench-timing-type.c: New file.
11440 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11441 (TIMING_PRINT_STATS): Remove.
11442 * benchtests/scripts/bench.py (_print_arg_data): Store variant
11443 name separately.
11444
cf806aff
SP
11445 * benchtests/bench-modf.c: Remove.
11446 * benchtests/modf-inputs: New inputs file.
11447
289e0779
JM
114482014-03-28 Joseph Myers <joseph@codesourcery.com>
11449
11450 [BZ #16362]
11451 * math/s_clog10.c (M_PI_LOG10E): New macro.
11452 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11453 imaginary parts are 0.
11454 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11455 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11456 imaginary parts are 0.
11457 * math/s_clog10l.c (M_PI_LOG10El): New macro.
11458 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11459 imaginary parts are 0.
11460 * math/libm-test.inc (clog10_test_data): Update expected results
11461 for when real and imaginary parts are 0.
11462
277ae3f1
PP
114632014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
11464
11465 * elf/dl-load.c: Finish conversion of __builtin_expect into
11466 __glibc_{un}likely.
11467
03a7091f
JM
114682014-03-27 Joseph Myers <joseph@codesourcery.com>
11469
11470 [BZ #16348]
11471 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11472 1+x for argument with exponent below -67.
11473 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11474 Likewise.
11475 * math/auto-libm-test-in: Add more tests of exp.
11476 * math/auto-libm-test-out: Regenerated.
11477
ea7d8b95
SP
114782014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
11479
dd3022d7
SP
11480 [BZ #16759]
11481 * inet/getnetgrent_r.c (get_nonempty_val): New function.
11482 (nscd_getnetgrent): Use it.
11483
ea7d8b95
SP
11484 [BZ #16760]
11485 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11486 of stpcpy.
11487
df5b85da
AK
114882014-03-27 Andi Kleen <ak@linux.intel.com>
11489
57f41c40
AS
11490 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11491 (lll_robust_lock, lll_cond_lock, lll_timedlock)
11492 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11493 (lll_robust_unlock): Remove out of line section. Use cfi
11494 intrinsics.
df5b85da 11495 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
11496 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11497 (lll_robust_lock, lll_cond_lock, lll_timedlock)
11498 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11499 (lll_robust_unlock): Remove out of line section. Use cfi
11500 intrinsics.
df5b85da
AK
11501 (LLL_STUB_UNWIND_INFO*): Remove.
11502
fbd6b5a4
SP
115032014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
11504
11505 [BZ #16758]
11506 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11507 blank values.
11508
1b26b855
PP
115092014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
11510
11511 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11512
9be36fb8
JM
115132014-03-26 Joseph Myers <joseph@codesourcery.com>
11514
11515 [BZ #16198]
11516 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11517 fnstenv.
11518 * math/test-fenv-preserve.c: New file.
11519 * math/Makefile (tests): Add test-fenv-preserve.
11520
60a2f3c1
WN
115212014-03-26 Will Newton <will.newton@linaro.org>
11522
11523 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11524
a5e5f1e2
RM
115252014-03-25 Roland McGrath <roland@hack.frob.com>
11526
11527 * scripts/versionlist.awk: Partition the version sets and emit all
11528 GLIBC_* (sorted) before all others (sorted).
11529
00f4012a
JM
115302014-03-25 Joseph Myers <joseph@codesourcery.com>
11531
11532 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11533 GLIBC_2.2.5 version.
11534
7bc5a741
AZ
115352014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11536
11537 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11538 calls.
11539
7578473b
AZ
11540 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11541 previous change.
11542
f3f1dab3
AZ
11543 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11544
6da36183
AS
115452014-03-25 Andreas Schwab <schwab@suse.de>
11546
11547 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11548 label to be used after in6ailist is initialized.
11549
f3f1dab3 115502014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 11551
7578473b 11552 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
11553 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11554
046651c1
JM
115552014-03-25 Joseph Myers <joseph@codesourcery.com>
11556
11557 [BZ #16357]
11558 [BZ #16599]
11559 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11560 min_plus_half.
11561 (fp_formats): Update initializers.
11562 (init_fp_formats): Initialize new field.
11563 (output_for_one_input_case): Allow underflow for results up to
11564 min_plus_half.
11565 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11566 * math/auto-libm-test-in: Don't mark some underflows from asin and
11567 atanh as spurious.
11568 * math/auto-libm-test-out: Regenerated.
11569 * sysdeps/i386/fpu/libm-test-ulps: Update.
11570 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11571
003e49ed
AS
115722014-03-25 Andreas Schwab <schwab@suse.de>
11573
11574 * libio/Makefile (tst-ftell-partial-wide-ENV)
11575 (tst-ftell-active-handler-ENV): Define.
11576
de031874
SL
115772014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
11578
11579 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11580
55a81e3b
PP
115812014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
11582
11583 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11584
f3426898
JM
115852014-03-24 Joseph Myers <joseph@codesourcery.com>
11586
11587 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11588 * sysdeps/x86_64/fpu/multiarch/e_exp.c
11589 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11590
a42faf59
PP
115912014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
11592
11593 [BZ #16634]
a42faf59 11594 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
11595 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11596 (open_path): Change from boolean 'secure' to complete flag 'mode'
11597 (_dl_map_object): Adjust.
a42faf59
PP
11598 * elf/Makefile (tests): Add tst-dlopen-aout.
11599 * elf/tst-dlopen-aout.c: New test.
11600
50936127
SL
116012014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
11602
11603 [BZ #16714]
11604 * sysdeps/unix/sysv/linux/s390/bits/stat.h
11605 (struct stat): Rename member pad0 to __glibc_reserved0.
11606
26011b5c
SL
11607 [BZ #16712]
11608 * sysdeps/s390/s390-32/bits/wordsize.h
11609 (__WORDSIZE32_SIZE_ULONG): New define.
11610 * sysdeps/s390/s390-64/bits/wordsize.h
11611 (__WORDSIZE32_SIZE_ULONG): Likewise.
11612 * sysdeps/generic/stdint.h (SIZE_MAX):
11613 Define as UL if __WORDSIZE32_SIZE_ULONG.
11614
a2d86bf1
SL
11615 [BZ #16713]
11616 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11617 (__glibc_reserved0): New variable.
11618 (sa_flags): Change type to int.
11619
78b6eebc
SL
11620 * posix/Makefile (before-compile): Use += before-compile instead
11621 of a :=.
11622
f1399b5a
SL
11623 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11624 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11625
a071766e
AS
116262014-03-20 Andreas Schwab <schwab@suse.de>
11627
11628 [BZ #16743]
11629 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11630 non-matching result from nscd.
11631
27c673b8
SP
116322014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
11633
11634 * scripts/bench.py: Moved to ...
11635 * benchtests/scripts/bench.py: ... here.
11636 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11637
44152e4b
AS
116382014-03-24 Andreas Schwab <schwab@suse.de>
11639
11640 [BZ #16002]
11641 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11642 alloca_account and account alloca use for struct in6ailist.
11643
b376a11a
JM
116442014-03-24 Joseph Myers <joseph@codesourcery.com>
11645
11646 [BZ #16284]
11647 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11648 rounding mode to recompute results that overflow to infinity or
11649 underflow to zero.
11650 * math/auto-libm-test-in: Don't mark tests as expected to fail for
11651 bug 16284.
11652 * math/auto-libm-test-out: Regenerated.
11653 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11654 (ccosh_test): Likewise.
11655 (csin_test_data): Use plus_oflow.
11656 (csin_test): Use ALL_RM_TEST.
11657 (csinh_test_data): Use plus_oflow.
11658 (csinh_test): Use ALL_RM_TEST.
11659 * sysdeps/i386/fpu/libm-test-ulps: Update.
11660 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11661
f7be7376
JM
116622014-03-21 Joseph Myers <joseph@codesourcery.com>
11663
1ca2d03e
JM
11664 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11665 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11666 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11667
f7be7376
JM
11668 [BZ #16731]
11669 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11670 when x - 1 is zero.
11671 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11672 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11673 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11674 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11675 argument is 1.
11676 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11677 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11678 zero.
11679 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11680 * sysdeps/i386/fpu/libm-test-ulps: Update.
11681 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11682
fdf4534d
SP
116832014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11684
df26ea53
SP
11685 * scripts/bench.pl: Remove file.
11686 * scripts/bench.py: New benchmark script.
11687 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11688 * benchtests/README: Mention python dependency.
11689 * scripts/pylintrc: New file.
11690 * scripts/pylint: New file.
11691
fdf4534d
SP
11692 * bits/mathdef.h: Use #ifdef instead of #if.
11693 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11694 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11695 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11696 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11697 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11698 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11699
6f23d093
AZ
117002014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11701 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11702
11703 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11704 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11705 and strpbrk-ppc64 objects.
11706 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11707 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11708 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11709 multiarch strpbrk for POWER7.
11710 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11711 multiarch strpbrk for PPC64.
11712 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11713 ifunc selector.
11714 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11715 strpbrk for POWER7.
11716
8c92dfff
JM
117172014-03-20 Joseph Myers <joseph@codesourcery.com>
11718
11719 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11720 (atan_test): Likewise.
11721 (atanh_test_data): Use NO_TEST_INLINE for two tests.
11722 (atanh_test): Use ALL_RM_TEST.
11723 (atan2_test_data): Likewise.
11724 (cabs_test): Likewise.
11725 (cacosh_test): Likewise.
11726 (carg_test): Likewise.
11727 (casin_test): Likewise.
11728 (casinh_test): Likewise.
11729 (cbrt_test): Likewise.
11730 (csqrt_test): Likewise.
11731 (erf_test): Likewise.
11732 (erfc_test): Likewise.
11733 (pow10_test): Likewise.
11734 (exp2_test): Likewise.
11735 (hypot_test): Likewise.
11736 (j0_test): Likewise.
11737 (j1_test): Likewise.
11738 (lgamma_test): Likewise.
11739 (gamma_test): Likewise.
11740 (sincos_test): Likewise.
11741 (tanh_test): Likewise.
11742 (y0_test): Likewise.
11743 (y1_test): Likewise.
11744 * sysdeps/i386/fpu/libm-test-ulps: Update.
11745 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11746
6eaf95cb
AZ
117472014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11748
a387428c
SP
11749 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11750 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
11751 and strcspn-ppc64 objects.
11752 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11753 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11754 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11755 multiarch strcspn for POWER7.
11756 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11757 multiarch strcspn for PPC64.
11758 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11759 ifunc selector.
11760 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11761 strcspn for POWER7.
11762
ae3a5dff
JM
117632014-03-20 Joseph Myers <joseph@codesourcery.com>
11764
11765 * math/gen-libm-test.pl (generate_testfile): Expect only function
11766 name as argument to AUTO_TESTS_* and pass results for all rounding
11767 modes to parse_args.
11768 (parse_auto_input): Separate inputs of automatic tests from
11769 outputs before storing in %auto_tests.
11770 * math/libm-test.inc (acos_test_data): Update call to
11771 AUTO_TESTS_f_f.
11772 (acos_test): Use ALL_RM_TEST.
11773 (acos_tonearest_test_data): Remove.
11774 (acos_test_tonearest): Likewise.
11775 (acos_towardzero_test_data): Likewise.
11776 (acos_test_towardzero): Likewise.
11777 (acos_downward_test_data): Likewise.
11778 (acos_test_downward): Likewise.
11779 (acos_upward_test_data): Likewise.
11780 (acos_test_upward): Likewise.
11781 (acosh_test_data): Update call to AUTO_TESTS_f_f.
11782 (asin_test_data): Likewise.
11783 (asin_test): Use ALL_RM_TEST.
11784 (asin_tonearest_test_data): Remove.
11785 (asin_test_tonearest): Likewise.
11786 (asin_towardzero_test_data): Likewise.
11787 (asin_test_towardzero): Likewise.
11788 (asin_downward_test_data): Likewise.
11789 (asin_test_downward): Likewise.
11790 (asin_upward_test_data): Likewise.
11791 (asin_test_upward): Likewise.
11792 (asinh_test_data): Update call to AUTO_TESTS_f_f.
11793 (atan_test_data): Likewise.
11794 (atanh_test_data): Likewise.
11795 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11796 (cabs_test_data): Update call to AUTO_TESTS_c_f.
11797 (carg_test_data): Likewise.
11798 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11799 (ccos_test_data): Update call to AUTO_TESTS_c_c.
11800 (ccosh_test_data): Likewise.
11801 (cexp_test_data): Likewise.
11802 (clog_test_data): Likewise.
11803 (clog10_test_data): Likewise.
11804 (cos_test_data): Update call to AUTO_TESTS_f_f.
11805 (cos_test): Use ALL_RM_TEST.
11806 (cos_tonearest_test_data): Remove.
11807 (cos_test_tonearest): Likewise.
11808 (cos_towardzero_test_data): Likewise.
11809 (cos_test_towardzero): Likewise.
11810 (cos_downward_test_data): Likewise.
11811 (cos_test_downward): Likewise.
11812 (cos_upward_test_data): Likewise.
11813 (cos_test_upward): Likewise.
11814 (cosh_test_data): Update call to AUTO_TESTS_f_f.
11815 (cosh_test): Use ALL_RM_TEST.
11816 (cosh_tonearest_test_data): Remove.
11817 (cosh_test_tonearest): Likewise.
11818 (cosh_towardzero_test_data): Likewise.
11819 (cosh_test_towardzero): Likewise.
11820 (cosh_downward_test_data): Likewise.
11821 (cosh_test_downward): Likewise.
11822 (cosh_upward_test_data): Likewise.
11823 (cosh_test_upward): Likewise.
11824 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11825 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11826 (ctan_test_data): Likewise.
11827 (ctan_test): Use ALL_RM_TEST.
11828 (ctan_tonearest_test_data): Remove.
11829 (ctan_test_tonearest): Likewise.
11830 (ctan_towardzero_test_data): Likewise.
11831 (ctan_test_towardzero): Likewise.
11832 (ctan_downward_test_data): Likewise.
11833 (ctan_test_downward): Likewise.
11834 (ctan_upward_test_data): Likewise.
11835 (ctan_test_upward): Likewise.
11836 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11837 (ctanh_test): Use ALL_RM_TEST.
11838 (ctanh_tonearest_test_data): Remove.
11839 (ctanh_test_tonearest): Likewise.
11840 (ctanh_towardzero_test_data): Likewise.
11841 (ctanh_test_towardzero): Likewise.
11842 (ctanh_downward_test_data): Likewise.
11843 (ctanh_test_downward): Likewise.
11844 (ctanh_upward_test_data): Likewise.
11845 (ctanh_test_upward): Likewise.
11846 (erf_test_data): Update call to AUTO_TESTS_f_f.
11847 (erfc_test_data): Likewise.
11848 (exp_test_data): Likewise.
11849 (exp_test): Use ALL_RM_TEST.
11850 (exp_tonearest_test_data): Remove.
11851 (exp_test_tonearest): Likewise.
11852 (exp_towardzero_test_data): Likewise.
11853 (exp_test_towardzero): Likewise.
11854 (exp_downward_test_data): Likewise.
11855 (exp_test_downward): Likewise.
11856 (exp_upward_test_data): Likewise.
11857 (exp_test_upward): Likewise.
11858 (exp10_test_data): Update call to AUTO_TESTS_f_f.
11859 (exp10_test): Use ALL_RM_TEST.
11860 (exp10_tonearest_test_data): Remove.
11861 (exp10_test_tonearest): Likewise.
11862 (exp10_towardzero_test_data): Likewise.
11863 (exp10_test_towardzero): Likewise.
11864 (exp10_downward_test_data): Likewise.
11865 (exp10_test_downward): Likewise.
11866 (exp10_upward_test_data): Likewise.
11867 (exp10_test_upward): Likewise.
11868 (exp2_test_data): Update call to AUTO_TESTS_f_f.
11869 (expm1_test_data): Likewise.
11870 (expm1_test): Use ALL_RM_TEST.
11871 (expm1_tonearest_test_data): Remove.
11872 (expm1_test_tonearest): Likewise.
11873 (expm1_towardzero_test_data): Likewise.
11874 (expm1_test_towardzero): Likewise.
11875 (expm1_downward_test_data): Likewise.
11876 (expm1_test_downward): Likewise.
11877 (expm1_upward_test_data): Likewise.
11878 (expm1_test_upward): Likewise.
11879 (fma_test_data): Update call to AUTO_TESTS_fff_f.
11880 (fma_test): Use ALL_RM_TEST.
11881 (fma_towardzero_test_data): Remove.
11882 (fma_test_towardzero): Likewise.
11883 (fma_downward_test_data): Likewise.
11884 (fma_test_downward): Likewise.
11885 (fma_upward_test_data): Likewise.
11886 (fma_test_upward): Likewise.
11887 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11888 (j0_test_data): Update call to AUTO_TESTS_f_f.
11889 (j1_test_data): Likewise.
11890 (jn_test_data): Update call to AUTO_TESTS_if_f.
11891 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11892 (log_test_data): Update call to AUTO_TESTS_f_f.
11893 (log10_test_data): Likewise.
11894 (log1p_test_data): Likewise.
11895 (log2_test_data): Likewise.
11896 (pow_test_data): Update call to AUTO_TESTS_ff_f.
11897 (pow_tonearest_test_data): Likewise.
11898 (sin_test_data): Update call to AUTO_TESTS_f_f.
11899 (sin_test): Use ALL_RM_TEST.
11900 (sin_tonearest_test_data): Remove.
11901 (sin_test_tonearest): Likewise.
11902 (sin_towardzero_test_data): Likewise.
11903 (sin_test_towardzero): Likewise.
11904 (sin_downward_test_data): Likewise.
11905 (sin_test_downward): Likewise.
11906 (sin_upward_test_data): Likewise.
11907 (sin_test_upward): Likewise.
11908 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11909 (sinh_test_data): Update call to AUTO_TESTS_f_f.
11910 (sinh_test): Use ALL_RM_TEST.
11911 (sinh_tonearest_test_data): Remove.
11912 (sinh_test_tonearest): Likewise.
11913 (sinh_towardzero_test_data): Likewise.
11914 (sinh_test_towardzero): Likewise.
11915 (sinh_downward_test_data): Likewise.
11916 (sinh_test_downward): Likewise.
11917 (sinh_upward_test_data): Likewise.
11918 (sinh_test_upward): Likewise.
11919 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11920 (sqrt_test): Use ALL_RM_TEST.
11921 (sqrt_tonearest_test_data): Remove.
11922 (sqrt_test_tonearest): Likewise.
11923 (sqrt_towardzero_test_data): Likewise.
11924 (sqrt_test_towardzero): Likewise.
11925 (sqrt_downward_test_data): Likewise.
11926 (sqrt_test_downward): Likewise.
11927 (sqrt_upward_test_data): Likewise.
11928 (sqrt_test_upward): Likewise.
11929 (tan_test_data): Update call to AUTO_TESTS_f_f.
11930 (tan_test): Use ALL_RM_TEST.
11931 (tan_tonearest_test_data): Remove.
11932 (tan_test_tonearest): Likewise.
11933 (tan_towardzero_test_data): Likewise.
11934 (tan_test_towardzero): Likewise.
11935 (tan_downward_test_data): Likewise.
11936 (tan_test_downward): Likewise.
11937 (tan_upward_test_data): Likewise.
11938 (tan_test_upward): Likewise.
11939 (tanh_test_data): Update call to AUTO_TESTS_f_f.
11940 (tgamma_test_data): Likewise.
11941 (y0_test_data): Likewise.
11942 (y1_test_data): Likewise.
11943 (yn_test_data): Update call to AUTO_TESTS_if_f.
11944 (main): Do not call removed functions.
11945
d71aeee8
JM
119462014-03-19 Joseph Myers <joseph@codesourcery.com>
11947
11948 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11949 (ldexp_test_data): Remove.
11950 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
11951 scalbn_test_data.
11952 (scalb_test): Use ALL_RM_TEST.
11953
baaf1ded
AS
119542014-03-19 Andreas Schwab <schwab@suse.de>
11955
11956 * nscd/nscd.service: Also invalidate netgroup cache on reload.
11957
b1115e91
JM
119582014-03-19 Joseph Myers <joseph@codesourcery.com>
11959
11960 [BZ #16649]
11961 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11962 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11963 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11964 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11965 (__ASSUME_PREADV): Undefine.
11966 (__ASSUME_PWRITEV): Likewise.
11967
0283ecca
RM
119682014-03-18 Roland McGrath <roland@hack.frob.com>
11969
7d375303
RM
11970 * bits/mman-linux.h: Add comment about non-Linux use.
11971 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11972 bits/mman-linux.h resting place.
11973
0283ecca
RM
11974 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11975 * bits/mman-linux.h: ... here.
11976
aebe1003
AZ
119772014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11978
11979 * conform/conformtest.pl: Add standard definition when calling C
11980 preprocessor on data files.
11981 (checknamespace): Remove unused variable.
11982
b29b6bb8
JM
119832014-03-18 Joseph Myers <joseph@codesourcery.com>
11984
11985 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11986 minus_oflow, plus_uflow and minus_uflow in expected results.
11987 * math/libm-test.inc (scalbn_test_data): Add more tests of
11988 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
11989 minus_uflow.
11990 (scalbn_test): Use ALL_RM_TEST.
11991 (scalbln_test_data): Add more tests of negative arguments. Use
11992 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11993 (scalbln_test): Use ALL_RM_TEST.
11994
c8f8fa15
RM
119952014-03-18 Roland McGrath <roland@hack.frob.com>
11996
11997 * scripts/abilist.awk: Ignore symbols marked with .hidden.
11998
fede7a5f
WN
119992014-03-18 Will Newton <will.newton@linaro.org>
12000
12001 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12002 inaccurate comment.
12003
80cf0a58
JM
120042014-03-18 Joseph Myers <joseph@codesourcery.com>
12005
12006 * Makerules [!subdir] (check-abi): Exit with error status if a
12007 test failed.
12008
b3620862
JM
120092014-03-17 Joseph Myers <joseph@codesourcery.com>
12010
12011 * math/libm-test.inc (nearbyint_test_data): Include all tests used
12012 for rint. Include results for all rounding modes.
12013 (nearbyint_test): Use ALL_RM_TEST.
12014 (rint_test_data): Include all tests used for nearbyint.
12015
788bba36
WN
120162014-03-17 Will Newton <will.newton@linaro.org>
12017
04ec140a
WN
12018 * nptl/sysdeps/pthread/pthread.h: Revert previous
12019 change.
12020
7579d8d5
WN
12021 * sysdeps/generic/ldsodefs.h: Revert previous
12022 change.
12023
c15cf13a
WN
12024 * libio/genops.c: Revert previous change.
12025 * libio/libioP.h: Likewise.
12026 * stdio-common/vfprintf.c: Likewise.
12027
d0ac1324
WN
12028 * sysdeps/generic/math_private.h: Revert previous
12029 change.
12030
9290130a
WN
12031 * sysdeps/generic/math_private.h: Check whether
12032 HAVE_RM_CTX is defined with #ifdef rather
12033 than #if.
12034
afb466fc
WN
12035 * argp/argp-fmtstream.h: Check whether
12036 __STRICT_ANSI__ is defined with #ifdef rather
12037 than #if.
12038 * argp/argp.h: Likewise.
12039
f7efd7c3
WN
12040 * libio/genops.c: Check whether
12041 _IO_JUMPS_OFFSET is defined with #ifdef rather
12042 than #if.
12043 * libio/libioP.h: Likewise.
12044 * stdio-common/vfprintf.c: Likewise.
12045
53f1bed3
WN
12046 * sysdeps/generic/ldsodefs.h: Check whether
12047 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12048 than #if.
12049
788bba36
WN
12050 * nptl/sysdeps/pthread/pthread.h: Check
12051 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12052 its value.
12053
fcd89ebe
SP
120542014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
12055
ae42bbc5
SP
12056 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12057 setting O_APPEND.
12058 * libio/tst-ftell-active-handler.c (do_append_test): Add a
12059 test case.
12060
ea33158c
SP
12061 [BZ #16680]
12062 * libio/fileops.c (_IO_file_open): Seek to end of file but
12063 don't cache the offset.
12064 (get_file_offset): Remove function.
12065 (do_ftell): Use cached offset when available.
12066 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12067 don't cache the offset.
12068 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12069 case.
12070 (do_one_test): Call it.
12071 (do_ftell_test): Fix up expected old offset for a+ mode.
12072 * libio/wfileops.c (do_ftell_wide): Used cached offset when
12073 available.
12074
b1dbb426
SP
12075 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12076 up test status with function return status.
12077 (do_write_test): Likewise.
12078 (do_append_test): Likewise.
12079
fcd89ebe
SP
12080 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12081 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12082 Remove.
12083
9962a2d3
JM
120842014-03-17 Joseph Myers <joseph@codesourcery.com>
12085
12086 * math/gen-libm-test.pl (parse_args): Handle results specified for
12087 each rounding mode separately.
12088 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12089 tests and results from lrint_tonearest_test_data,
12090 lrint_towardzero_test_data, lrint_downward_test_data and
12091 lrint_upward_test_data.
12092 (lrint_test): Use ALL_RM_TEST.
12093 (lrint_tonearest_test_data): Remove.
12094 (lrint_test_tonearest): Likewise.
12095 (lrint_towardzero_test_data): Likewise.
12096 (lrint_test_towardzero): Likewise.
12097 (lrint_downward_test_data): Likewise.
12098 (lrint_test_downward): Likewise.
12099 (lrint_upward_test_data): Likewise.
12100 (lrint_test_upward): Likewise.
12101 (llrint_test_data): Merge in per-rounding-mode tests and results
12102 from llrint_tonearest_test_data, llrint_towardzero_test_data,
12103 llrint_downward_test_data and llrint_upward_test_data.
12104 (llrint_test): Use ALL_RM_TEST.
12105 (llrint_tonearest_test_data): Remove.
12106 (llrint_test_tonearest): Likewise.
12107 (llrint_towardzero_test_data): Likewise.
12108 (llrint_test_towardzero): Likewise.
12109 (llrint_downward_test_data): Likewise.
12110 (llrint_test_downward): Likewise.
12111 (llrint_upward_test_data): Likewise.
12112 (llrint_test_upward): Likewise.
12113 (rint_test_data): Merge in per-rounding-mode tests and results
12114 from rint_tonearest_test_data, rint_towardzero_test_data,
12115 rint_downward_test_data and rint_upward_test_data. Add
12116 per-rounding-mode results for tests not in those arrays.
12117 (rint_test): Use ALL_RM_TEST.
12118 (rint_tonearest_test_data): Remove.
12119 (rint_test_tonearest): Likewise.
12120 (rint_towardzero_test_data): Likewise.
12121 (rint_test_towardzero): Likewise.
12122 (rint_downward_test_data): Likewise.
12123 (rint_test_downward): Likewise.
12124 (rint_upward_test_data): Likewise.
12125 (rint_test_upward): Likewise.
12126 (main): Don't call removed functions.
12127
5006148e
RM
121282014-03-14 Roland McGrath <roland@hack.frob.com>
12129
12130 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12131 "Compiled on ..." crapola. It is anti-useful.
12132
d6fe5e58
JM
121332014-03-14 Joseph Myers <joseph@codesourcery.com>
12134
12135 * scripts/evaluate-test.sh: Handle fourth argument to determine
12136 whether test run should stop on failure.
12137 * Makeconfig (stop-on-test-failure): New variable.
12138 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12139 $(stop-on-test-failure).
12140 * Makefile (tests): Give a summary of results from testing and
12141 exit with failure status if they include an ERROR or FAIL.
12142 (xtests): Likewise.
12143 * manual/install.texi (Configuring and compiling): Mention
12144 stop-on-test-failure=y.
12145 * INSTALL: Regenerated.
12146
498a2233
RM
121472014-03-14 Roland McGrath <roland@hack.frob.com>
12148
22dbc19d
RM
12149 * scripts/versionlist.awk: New file.
12150 * Makerules [$(build-shared) = yes]
12151 (postclean-generated): Add Versions.def, not Versions.def.v and
12152 Versions.def.v.i.
12153 ($(common-objpfx)Versions.def.v.i): Target removed.
12154 ($(common-objpfx)Versions.def): New target.
12155 ($(common-objpfx)Versions.all): Depend on that rather that
12156 $(common-objpfx)Versions.def.v.
12157 * Versions.def: File removed.
12158
498a2233
RM
12159 * Makeconfig (+gccwarn): Add -Wundef.
12160 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12161 a dl-sysdep.h breaking its contract.
12162 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12163 * include/stackinfo.h: New file.
12164 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12165 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12166 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12167 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12168 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12169 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12170 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12171 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12172 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12173 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12174 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12175 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12176 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12177 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12178 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12179
c7de5025
AZ
121802014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12181
12182 [BZ #16707]
12183 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12184 implementation.
12185 * math/libm-test.inc (round_test_data): Add more tests.
12186
98fb27a3
AZ
12187 [BZ #16706]
12188 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12189 implementation.
12190 * math/libm-test.inc (nearbyint_test_data): Add more tests.
12191
374f7f61
AZ
12192 [BZ #16701]
12193 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12194 implementation.
12195 * math/libm-test.inc (ceil_test_data): Add more tests.
12196
4655c291
AZ
12197 * math/libm-test.inc (trunc_test_data): Add more tests related to
12198 BZ#16414.
12199
d7329d4b
RM
122002014-03-14 Roland McGrath <roland@hack.frob.com>
12201
12202 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12203 with #if rather than #ifdef.
12204 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12205
aa4de9ce
L
122062014-03-14 H.J. Lu <hongjiu.lu@intel.com>
12207
12208 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12209 first. Disable AVX-512 GCC support if assembler doesn't support
12210 it.
12211 * sysdeps/x86_64/configure: Regenerated.
12212
2e03fae7
CD
122132014-03-13 Carlos O'Donell <carlos@redhat.com>
12214
12215 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12216 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12217 (__old_pthread_attr_setstack): Likewise.
12218 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12219 [!_STACK_GROWS_DOWN]: Likewise.
12220
43ca83ec
MF
122212014-03-13 Mike Frysinger <vapier@gentoo.org>
12222
12223 * config.make.in (have-bash2): Delete.
12224 * configure.ac (libc_cv_have_bash2): Delete.
12225 * configure: Regenerate.
12226 * elf/Makefile (common-ldd-rewrite): Rename to ...
12227 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
12228 (sh-ldd-rewrite): Delete.
12229 (bash-ldd-rewrite): Delete.
12230 (have-bash2): Delete checks.
57f41c40
AS
12231 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12232 ldd-rewrite.
c66e48b4
MF
12233
12234 * config.make.in (have-ksh): Delete.
12235 (KSH): Delete.
12236 * configure.ac (libc_cv_have_ksh): Delete.
12237 * configure: Regenerate.
12238
b93834ef
MF
12239 * elf/Makefile: Delete $(have-ksh) check.
12240 ($(objpfx)sotruss): Change KSH to BASH.
12241 * elf/sotruss.ksh: Rename to ...
12242 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
12243 function style to match POSIX. Drop ksh vim mode setting.
12244
f3a4632a
MF
12245 * manual/time.texi (Specifying the Time Zone with TZ): Change
12246 Tuesday to Thursday.
12247
5896c8bd
MF
12248 * debug/tst-longjmp_chk2.c: Update header comment.
12249 (stackoverflow_handler): Add comment. Call assert on pass value.
12250
2d63a517
IZ
122512014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
12252
7e54fd04 12253 [BZ #16194]
2d63a517
IZ
12254 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12255 (HAVE_AVX512_ASM_SUPPORT): Likewise.
12256 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12257 (La_x86_64_vector): Add zmm.
12258 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12259 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12260 ($(objpfx)tst-audit10): New target.
12261 ($(objpfx)tst-audit10.out): Likewise.
12262 (tst-audit10-ENV): New.
12263 (AVX512-CFLAGS): Likewise.
12264 (CFLAGS-tst-audit10.c): Likewise.
12265 (CFLAGS-tst-auditmod10a.c): Likewise.
12266 (CFLAGS-tst-auditmod10b.c): Likewise.
12267 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12268 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12269 * sysdeps/x86_64/configure: Regenerated.
12270 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12271 AVX-512 zmm register support.
12272 (_dl_x86_64_save_sse): Likewise.
12273 (_dl_x86_64_restore_sse): Likewise.
12274 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12275 size vector registers.
12276 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12277 (ZMM_SIZE): Likewise.
12278 * sysdeps/x86_64/tst-audit10.c: New file.
12279 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12280 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12281
44c4e5d5
RM
122822014-03-13 Roland McGrath <roland@hack.frob.com>
12283
12284 * configure.ac (HAVE_EHDR_START): New check.
12285 * configure: Regenerated.
12286 * config.h.in (HAVE_EHDR_START): New #undef.
12287 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12288 assuming the lowest-addressed segment maps the start of the file.
12289
acd6e389
JM
122902014-03-13 Joseph Myers <joseph@codesourcery.com>
12291
12292 * INSTALL: Regenerated.
12293
6f918f36
WN
122942014-03-13 Will Newton <will.newton@linaro.org>
12295
12296 * manual/setjmp.texi (System V contexts): Improve
12297 clarity and grammar of documentation.
12298
798212a0
PP
122992014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
12300
12301 [BZ #16381]
798212a0 12302 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 12303 (tests-pie): Add tst-pie2.
798212a0
PP
12304 * elf/tst-pie2.c: New file.
12305 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12306 for ET_EXEC.
12307 * elf/rtld.c (map_doit): Load executable as lt_executable.
12308 (dl_main): Likewise.
12309
abe6d90c
JM
123102014-03-12 Joseph Myers <joseph@codesourcery.com>
12311
12312 [BZ #16642]
12313 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12314 (__ASSUME_PSELECT): Undefine.
12315
dd3946c6
AZ
123162014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12317
12318 [BZ #16689]
12319 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12320 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12321 static build.
12322 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12323 selector for static builds.
12324
c44496df
SP
123252014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
12326
12327 [BZ #16695]
12328 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12329 key in the buffer.
12330
27c7220a
AZ
123312014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12332
57f41c40
AS
12333 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12334 IFUNC selector for static builds.
27c7220a 12335
600fa361
JM
123362014-03-11 Joseph Myers <joseph@codesourcery.com>
12337
76c96cf7
JM
12338 * sysdeps/mips/math_private.h [__mips_hard_float]
12339 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12340 libc_feresetround_mips_ctx.
12341 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12342 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12343 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12344
600fa361
JM
12345 [BZ #16677]
12346 * math/s_nextafter.c (__nextafter): Do not return value from
12347 overflowing computation.
12348 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12349 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12350 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12351 Likewise.
12352 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12353 Likewise.
12354 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12355 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12356
d7706c32
RM
123572014-03-11 Roland McGrath <roland@hack.frob.com>
12358
12359 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12360 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12361 Move sfi_sp use from the load-multiple (that no longer sets sp) to
12362 the new mov targetting sp.
12363
4facea47
AZ
123642014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12365
12366 [BZ #16683]
12367 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12368 Define it for static builds as well.
12369 (NO_BZERO_IMPL): Likewise.
12370
e65caf1f
VR
123712014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12372
12373 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12374 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12375 multiarch strspn for PPC64.
12376 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12377 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12378 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12379 (__libc_ifunc_impl_list): Likewise.
12380 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12381 multiarch optimizations
12382 * string/strspn.c (strspn): Using macro to redefine symbol name.
12383
ba9cc071
AZ
123842014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12385 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12386
12387 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12388 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12389 multiarch strncat for PPC64.
12390 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12391 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12392 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12393 (__libc_ifunc_impl_list): Likewise.
12394 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12395 multiarch optimizations
12396
8b4ff974
SP
123972014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
12398
12399 [BZ #16639]
12400 * nscd/nscd.service: Make service type forking.
12401
54b46a4b
AZ
124022014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12403
12404 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12405 sign in non default rounding modes.
12406 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12407
e9996ef7
JM
124082014-03-08 Joseph Myers <joseph@codesourcery.com>
12409
12410 * math/libm-test.inc (ALL_RM_TEST): New macro.
12411 (ceil_test): Use ALL_RM_TEST.
12412 (cimag_test): Likewise.
12413 (conj_test): Likewise.
12414 (copysign_test): Likewise.
12415 (cproj_test): Likewise.
12416 (creal_test): Likewise.
12417 (fabs_test): Likewise.
12418 (floor_test): Likewise.
12419 (fmax_test): Likewise.
12420 (fmin_test): Likewise.
12421 (fmod_test): Likewise.
12422 (fpclassify_test): Likewise.
12423 (frexp_test): Likewise.
12424 (ilogb_test): Likewise.
12425 (isfinite_test): Likewise.
12426 (finite_test): Likewise.
12427 (isgreater_test): Likewise.
12428 (isgreaterequal_test): Likewise.
12429 (isinf_test): Likewise.
12430 (isless_test): Likewise.
12431 (islessequal_test): Likewise.
12432 (islessgreater_test): Likewise.
12433 (isnan_test): Likewise.
12434 (isnormal_test): Likewise.
12435 (issignaling_test): Likewise.
12436 (isunordered_test): Likewise.
12437 (logb_test): Likewise.
12438 (logb_downward_test_data): Remove.
12439 (logb_test_downward): Likewise.
12440 (lround_test): Use ALL_RM_TEST.
12441 (llround_test): Likewise.
12442 (modf_test): Likewise.
12443 (nexttoward_test): Likewise.
12444 (remainder_test): Likewise.
12445 (drem_test): Likewise.
12446 (remainder_tonearest_test_data): Likewise.
12447 (remainder_test_tonearest): Likewise.
12448 (drem_test_tonearest): Likewise.
12449 (remainder_towardzero_test_data): Likewise.
12450 (remainder_test_towardzero): Likewise.
12451 (drem_test_towardzero): Likewise.
12452 (remainder_downward_test_data): Likewise.
12453 (remainder_test_downward): Likewise.
12454 (drem_test_downward): Likewise.
12455 (remainder_upward_test_data): Likewise.
12456 (remainder_test_upward): Likewise.
12457 (drem_test_upward): Likewise.
12458 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
12459 (round_test): Use ALL_RM_TEST.
12460 (signbit_test): Likewise.
12461 (trunc_test): Likewise.
12462 (significand_test): Likewise.
12463 (main): Don't call removed functions.
12464
bc61d27c
JM
124652014-03-07 Joseph Myers <joseph@codesourcery.com>
12466
5c780849
JM
12467 [BZ #16674]
12468 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12469 || __USE_XOPEN2K8].
12470 (ILL_ILLOPN): Likewise.
12471 (ILL_ILLADR): Likewise.
12472 (ILL_ILLTRP): Likewise.
12473 (ILL_PRVOPC): Likewise.
12474 (ILL_PRVREG): Likewise.
12475 (ILL_COPROC): Likewise.
12476 (ILL_BADSTK): Likewise.
12477 (FPE_INTDIV): Likewise.
12478 (FPE_INTOVF): Likewise.
12479 (FPE_FLTDIV): Likewise.
12480 (FPE_FLTOVF): Likewise.
12481 (FPE_FLTUND): Likewise.
12482 (FPE_FLTRES): Likewise.
12483 (FPE_FLTINV): Likewise.
12484 (FPE_FLTSUB): Likewise.
12485 (SEGV_MAPERR): Likewise.
12486 (SEGV_ACCERR): Likewise.
12487 (BUS_ADRALN): Likewise.
12488 (BUS_ADRERR): Likewise.
12489 (BUS_OBJERR): Likewise.
12490 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12491 (TRAP_TRACE): Likewise.
12492 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12493 __USE_XOPEN2K8].
12494 (CLD_KILLED): Likewise.
12495 (CLD_DUMPED): Likewise.
12496 (CLD_TRAPPED): Likewise.
12497 (CLD_STOPPED): Likewise.
12498 (CLD_CONTINUED): Likewise.
12499 (POLL_IN): Likewise.
12500 (POLL_OUT): Likewise.
12501 (POLL_MSG): Likewise.
12502 (POLL_ERR): Likewise.
12503 (POLL_PRI): Likewise.
12504 (POLL_HUP): Likewise.
12505 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12506 Likewise.
12507 (ILL_ILLOPN): Likewise.
12508 (ILL_ILLADR): Likewise.
12509 (ILL_ILLTRP): Likewise.
12510 (ILL_PRVOPC): Likewise.
12511 (ILL_PRVREG): Likewise.
12512 (ILL_COPROC): Likewise.
12513 (ILL_BADSTK): Likewise.
12514 (FPE_INTDIV): Likewise.
12515 (FPE_INTOVF): Likewise.
12516 (FPE_FLTDIV): Likewise.
12517 (FPE_FLTOVF): Likewise.
12518 (FPE_FLTUND): Likewise.
12519 (FPE_FLTRES): Likewise.
12520 (FPE_FLTINV): Likewise.
12521 (FPE_FLTSUB): Likewise.
12522 (SEGV_MAPERR): Likewise.
12523 (SEGV_ACCERR): Likewise.
12524 (BUS_ADRALN): Likewise.
12525 (BUS_ADRERR): Likewise.
12526 (BUS_OBJERR): Likewise.
12527 (BUS_MCEERR_AR): Likewise.
12528 (BUS_MCEERR_AO): Likewise.
12529 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12530 (TRAP_TRACE): Likewise.
12531 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12532 __USE_XOPEN2K8].
12533 (CLD_KILLED): Likewise.
12534 (CLD_DUMPED): Likewise.
12535 (CLD_TRAPPED): Likewise.
12536 (CLD_STOPPED): Likewise.
12537 (CLD_CONTINUED): Likewise.
12538 (POLL_IN): Likewise.
12539 (POLL_OUT): Likewise.
12540 (POLL_MSG): Likewise.
12541 (POLL_ERR): Likewise.
12542 (POLL_PRI): Likewise.
12543 (POLL_HUP): Likewise.
12544 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12545 (ILL_ILLOPN): Likewise.
12546 (ILL_ILLADR): Likewise.
12547 (ILL_ILLTRP): Likewise.
12548 (ILL_PRVOPC): Likewise.
12549 (ILL_PRVREG): Likewise.
12550 (ILL_COPROC): Likewise.
12551 (ILL_BADSTK): Likewise.
12552 (FPE_INTDIV): Likewise.
12553 (FPE_INTOVF): Likewise.
12554 (FPE_FLTDIV): Likewise.
12555 (FPE_FLTOVF): Likewise.
12556 (FPE_FLTUND): Likewise.
12557 (FPE_FLTRES): Likewise.
12558 (FPE_FLTINV): Likewise.
12559 (FPE_FLTSUB): Likewise.
12560 (SEGV_MAPERR): Likewise.
12561 (SEGV_ACCERR): Likewise.
12562 (BUS_ADRALN): Likewise.
12563 (BUS_ADRERR): Likewise.
12564 (BUS_OBJERR): Likewise.
12565 (BUS_MCEERR_AR): Likewise.
12566 (BUS_MCEERR_AO): Likewise.
12567 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12568 (TRAP_TRACE): Likewise.
12569 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12570 __USE_XOPEN2K8].
12571 (CLD_KILLED): Likewise.
12572 (CLD_DUMPED): Likewise.
12573 (CLD_TRAPPED): Likewise.
12574 (CLD_STOPPED): Likewise.
12575 (CLD_CONTINUED): Likewise.
12576 (POLL_IN): Likewise.
12577 (POLL_OUT): Likewise.
12578 (POLL_MSG): Likewise.
12579 (POLL_ERR): Likewise.
12580 (POLL_PRI): Likewise.
12581 (POLL_HUP): Likewise.
12582 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12583 Likewise.
12584 (ILL_ILLOPN): Likewise.
12585 (ILL_ILLADR): Likewise.
12586 (ILL_ILLTRP): Likewise.
12587 (ILL_PRVOPC): Likewise.
12588 (ILL_PRVREG): Likewise.
12589 (ILL_COPROC): Likewise.
12590 (ILL_BADSTK): Likewise.
12591 (ILL_BADIADDR): Likewise.
12592 (ILL_BREAK): Likewise.
12593 (FPE_INTDIV): Likewise.
12594 (FPE_INTOVF): Likewise.
12595 (FPE_FLTDIV): Likewise.
12596 (FPE_FLTOVF): Likewise.
12597 (FPE_FLTUND): Likewise.
12598 (FPE_FLTRES): Likewise.
12599 (FPE_FLTINV): Likewise.
12600 (FPE_FLTSUB): Likewise.
12601 (FPE_DECOVF): Likewise.
12602 (FPE_DECDIV): Likewise.
12603 (FPE_DECERR): Likewise.
12604 (FPE_INVASC): Likewise.
12605 (FPE_INVDEC): Likewise.
12606 (SEGV_MAPERR): Likewise.
12607 (SEGV_ACCERR): Likewise.
12608 (SEGV_PSTKOVF): Likewise.
12609 (BUS_ADRALN): Likewise.
12610 (BUS_ADRERR): Likewise.
12611 (BUS_OBJERR): Likewise.
12612 (BUS_MCEERR_AR): Likewise.
12613 (BUS_MCEERR_AO): Likewise.
12614 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12615 (TRAP_TRACE): Likewise.
12616 (TRAP_BRANCH): Likewise.
12617 (TRAP_HWBKPT): Likewise.
12618 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12619 __USE_XOPEN2K8].
12620 (CLD_KILLED): Likewise.
12621 (CLD_DUMPED): Likewise.
12622 (CLD_TRAPPED): Likewise.
12623 (CLD_STOPPED): Likewise.
12624 (CLD_CONTINUED): Likewise.
12625 (POLL_IN): Likewise.
12626 (POLL_OUT): Likewise.
12627 (POLL_MSG): Likewise.
12628 (POLL_ERR): Likewise.
12629 (POLL_PRI): Likewise.
12630 (POLL_HUP): Likewise.
12631 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12632 (ILL_ILLOPN): Likewise.
12633 (ILL_ILLADR): Likewise.
12634 (ILL_ILLTRP): Likewise.
12635 (ILL_PRVOPC): Likewise.
12636 (ILL_PRVREG): Likewise.
12637 (ILL_COPROC): Likewise.
12638 (ILL_BADSTK): Likewise.
12639 (FPE_INTDIV): Likewise.
12640 (FPE_INTOVF): Likewise.
12641 (FPE_FLTDIV): Likewise.
12642 (FPE_FLTOVF): Likewise.
12643 (FPE_FLTUND): Likewise.
12644 (FPE_FLTRES): Likewise.
12645 (FPE_FLTINV): Likewise.
12646 (FPE_FLTSUB): Likewise.
12647 (SEGV_MAPERR): Likewise.
12648 (SEGV_ACCERR): Likewise.
12649 (BUS_ADRALN): Likewise.
12650 (BUS_ADRERR): Likewise.
12651 (BUS_OBJERR): Likewise.
12652 (BUS_MCEERR_AR): Likewise.
12653 (BUS_MCEERR_AO): Likewise.
12654 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12655 (TRAP_TRACE): Likewise.
12656 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12657 __USE_XOPEN2K8].
12658 (CLD_KILLED): Likewise.
12659 (CLD_DUMPED): Likewise.
12660 (CLD_TRAPPED): Likewise.
12661 (CLD_STOPPED): Likewise.
12662 (CLD_CONTINUED): Likewise.
12663 (POLL_IN): Likewise.
12664 (POLL_OUT): Likewise.
12665 (POLL_MSG): Likewise.
12666 (POLL_ERR): Likewise.
12667 (POLL_PRI): Likewise.
12668 (POLL_HUP): Likewise.
12669 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12670 (ILL_ILLOPN): Likewise.
12671 (ILL_ILLADR): Likewise.
12672 (ILL_ILLTRP): Likewise.
12673 (ILL_PRVOPC): Likewise.
12674 (ILL_PRVREG): Likewise.
12675 (ILL_COPROC): Likewise.
12676 (ILL_BADSTK): Likewise.
12677 (FPE_INTDIV): Likewise.
12678 (FPE_INTOVF): Likewise.
12679 (FPE_FLTDIV): Likewise.
12680 (FPE_FLTOVF): Likewise.
12681 (FPE_FLTUND): Likewise.
12682 (FPE_FLTRES): Likewise.
12683 (FPE_FLTINV): Likewise.
12684 (FPE_FLTSUB): Likewise.
12685 (SEGV_MAPERR): Likewise.
12686 (SEGV_ACCERR): Likewise.
12687 (BUS_ADRALN): Likewise.
12688 (BUS_ADRERR): Likewise.
12689 (BUS_OBJERR): Likewise.
12690 (BUS_MCEERR_AR): Likewise.
12691 (BUS_MCEERR_AO): Likewise.
12692 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12693 (TRAP_TRACE): Likewise.
12694 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12695 __USE_XOPEN2K8].
12696 (CLD_KILLED): Likewise.
12697 (CLD_DUMPED): Likewise.
12698 (CLD_TRAPPED): Likewise.
12699 (CLD_STOPPED): Likewise.
12700 (CLD_CONTINUED): Likewise.
12701 (POLL_IN): Likewise.
12702 (POLL_OUT): Likewise.
12703 (POLL_MSG): Likewise.
12704 (POLL_ERR): Likewise.
12705 (POLL_PRI): Likewise.
12706 (POLL_HUP): Likewise.
12707 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12708 (ILL_ILLOPN): Likewise.
12709 (ILL_ILLADR): Likewise.
12710 (ILL_ILLTRP): Likewise.
12711 (ILL_PRVOPC): Likewise.
12712 (ILL_PRVREG): Likewise.
12713 (ILL_COPROC): Likewise.
12714 (ILL_BADSTK): Likewise.
12715 (FPE_INTDIV): Likewise.
12716 (FPE_INTOVF): Likewise.
12717 (FPE_FLTDIV): Likewise.
12718 (FPE_FLTOVF): Likewise.
12719 (FPE_FLTUND): Likewise.
12720 (FPE_FLTRES): Likewise.
12721 (FPE_FLTINV): Likewise.
12722 (FPE_FLTSUB): Likewise.
12723 (SEGV_MAPERR): Likewise.
12724 (SEGV_ACCERR): Likewise.
12725 (BUS_ADRALN): Likewise.
12726 (BUS_ADRERR): Likewise.
12727 (BUS_OBJERR): Likewise.
12728 (BUS_MCEERR_AR): Likewise.
12729 (BUS_MCEERR_AO): Likewise.
12730 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12731 (TRAP_TRACE): Likewise.
12732 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12733 __USE_XOPEN2K8].
12734 (CLD_KILLED): Likewise.
12735 (CLD_DUMPED): Likewise.
12736 (CLD_TRAPPED): Likewise.
12737 (CLD_STOPPED): Likewise.
12738 (CLD_CONTINUED): Likewise.
12739 (POLL_IN): Likewise.
12740 (POLL_OUT): Likewise.
12741 (POLL_MSG): Likewise.
12742 (POLL_ERR): Likewise.
12743 (POLL_PRI): Likewise.
12744 (POLL_HUP): Likewise.
12745 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12746 (ILL_ILLOPN): Likewise.
12747 (ILL_ILLADR): Likewise.
12748 (ILL_ILLTRP): Likewise.
12749 (ILL_PRVOPC): Likewise.
12750 (ILL_PRVREG): Likewise.
12751 (ILL_COPROC): Likewise.
12752 (ILL_BADSTK): Likewise.
12753 (ILL_DBLFLT): Likewise.
12754 (ILL_HARDWALL): Likewise.
12755 (FPE_INTDIV): Likewise.
12756 (FPE_INTOVF): Likewise.
12757 (FPE_FLTDIV): Likewise.
12758 (FPE_FLTOVF): Likewise.
12759 (FPE_FLTUND): Likewise.
12760 (FPE_FLTRES): Likewise.
12761 (FPE_FLTINV): Likewise.
12762 (FPE_FLTSUB): Likewise.
12763 (SEGV_MAPERR): Likewise.
12764 (SEGV_ACCERR): Likewise.
12765 (BUS_ADRALN): Likewise.
12766 (BUS_ADRERR): Likewise.
12767 (BUS_OBJERR): Likewise.
12768 (BUS_MCEERR_AR): Likewise.
12769 (BUS_MCEERR_AO): Likewise.
12770 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12771 (TRAP_TRACE): Likewise.
12772 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12773 __USE_XOPEN2K8].
12774 (CLD_KILLED): Likewise.
12775 (CLD_DUMPED): Likewise.
12776 (CLD_TRAPPED): Likewise.
12777 (CLD_STOPPED): Likewise.
12778 (CLD_CONTINUED): Likewise.
12779 (POLL_IN): Likewise.
12780 (POLL_OUT): Likewise.
12781 (POLL_MSG): Likewise.
12782 (POLL_ERR): Likewise.
12783 (POLL_PRI): Likewise.
12784 (POLL_HUP): Likewise.
12785 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12786 (ILL_ILLOPN): Likewise.
12787 (ILL_ILLADR): Likewise.
12788 (ILL_ILLTRP): Likewise.
12789 (ILL_PRVOPC): Likewise.
12790 (ILL_PRVREG): Likewise.
12791 (ILL_COPROC): Likewise.
12792 (ILL_BADSTK): Likewise.
12793 (FPE_INTDIV): Likewise.
12794 (FPE_INTOVF): Likewise.
12795 (FPE_FLTDIV): Likewise.
12796 (FPE_FLTOVF): Likewise.
12797 (FPE_FLTUND): Likewise.
12798 (FPE_FLTRES): Likewise.
12799 (FPE_FLTINV): Likewise.
12800 (FPE_FLTSUB): Likewise.
12801 (SEGV_MAPERR): Likewise.
12802 (SEGV_ACCERR): Likewise.
12803 (BUS_ADRALN): Likewise.
12804 (BUS_ADRERR): Likewise.
12805 (BUS_OBJERR): Likewise.
12806 (BUS_MCEERR_AR): Likewise.
12807 (BUS_MCEERR_AO): Likewise.
12808 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12809 (TRAP_TRACE): Likewise.
12810 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12811 __USE_XOPEN2K8].
12812 (CLD_KILLED): Likewise.
12813 (CLD_DUMPED): Likewise.
12814 (CLD_TRAPPED): Likewise.
12815 (CLD_STOPPED): Likewise.
12816 (CLD_CONTINUED): Likewise.
12817 (POLL_IN): Likewise.
12818 (POLL_OUT): Likewise.
12819 (POLL_MSG): Likewise.
12820 (POLL_ERR): Likewise.
12821 (POLL_PRI): Likewise.
12822 (POLL_HUP): Likewise.
12823 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12824 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12825
bc61d27c
JM
12826 [BZ #16670]
12827 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12828 before #include of <time.h>.
12829 [!__USE_XOPEN2K] (__need_timespec): Likewise.
12830 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12831 (test-xfail-UNIX98/sched.h/conform): Likewise.
12832
302949e2
MS
128332014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
12834
12835 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12836 error absence of trapping exception support.
12837 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12838
a00f522a
JM
128392014-03-07 Joseph Myers <joseph@codesourcery.com>
12840
6f99f280
JM
12841 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12842 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12843 * timezone/Makefile (testdata): Move definition above include of
12844 Rules.
12845 (test-zones): New variable.
12846 (tests-special): Add zone files.
12847 (build-testdata): Use $(evaluate-test).
12848
0b20a9e8
JM
12849 * elf/Makefile (tests-special): Rename tests to end with .out.
12850 ($(objpfx)noload-mem): Likewise.
12851 ($(objpfx)tst-leaks1-mem): Likewise.
12852 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12853 * iconv/Makefile (xtests-special): Change test-iconvconfig to
12854 $(objpfx)test-iconvconfig.out.
12855 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
12856 set -e inside subshell and redirect output to file.
12857 * iconvdata/Makefile (generated): Rename tests to end with .out.
12858 Correct type.
12859 (tests-special): Rename tests to end with .out.
12860 ($(objpfx)mtrace-tst-loading): Likewise.
12861 * intl/Makefile (generated): Likewise.
12862 (tests-special): Likewise.
12863 ($(objpfx)mtrace-tst-gettext): Likewise.
12864 * misc/Makefile (generated): Likewise.
12865 (tests-special): Likewise.
12866 ($(objpfx)tst-error1-mem): Likewise.
12867 * nptl/Makefile (tests-special): Likewise.
12868 ($(objpfx)tst-stack3-mem): Likewise.
12869 (generated): Likewise.
12870 * posix/Makefile (generated): Likewise.
12871 (tests-special): Likewise.
12872 (xtests-special): Likewise.
12873 ($(objpfx)tst-fnmatch-mem): Likewise.
12874 ($(objpfx)bug-regex2-mem): Likewise.
12875 ($(objpfx)bug-regex14-mem): Likewise.
12876 ($(objpfx)bug-regex21-mem): Likewise.
12877 ($(objpfx)bug-regex31-mem): Likewise.
12878 ($(objpfx)tst-vfork3-mem): Likewise.
12879 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12880 ($(objpfx)tst-pcre-mem): Likewise.
12881 ($(objpfx)tst-boost-mem): Likewise.
12882 ($(objpfx)bug-ga2-mem): Likewise.
12883 ($(objpfx)bug-glob2-mem): Likewise.
12884 * resolv/Makefile (generate): Likewise.
12885 (tests-special): Likewise.
12886 (xtests-special): Likewise.
12887 (generated): Likewise.
12888 ($(objpfx)mtrace-tst-leaks): Likewise.
12889 ($(objpfx)mtrace-tst-leaks2): Likewise.
12890
265d52ab
JM
12891 * scripts/merge-test-results.sh: New file.
12892 * Makefile (tests-special-notdir): New variable.
12893 (tests): Run merge-test-results.sh.
12894 (xtests): Likewise.
12895 * Rules (tests-special-notdir): New variable.
12896 (xtests-special-notdir): Likewise.
12897 (tests): Run merge-test-results.sh
12898 (xtests): Likewise.
12899
54ee292d
JM
12900 * Makeconfig (test-xfail-name): New variable.
12901 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12902 compute variable name for expected failures.
12903 * conform/Makefile (conformtest-headers-data): New variable.
12904 (conformtest-standards): Likewise.
12905 (conformtest-headers-ISO): Likewise.
12906 (conformtest-headers-ISO99): Likewise.
12907 (conformtest-headers-ISO11): Likewise.
12908 (conformtest-headers-POSIX): Likewise.
12909 (conformtest-headers-XPG3): Likewise.
12910 (conformtest-headers-XPG4): Likewise.
12911 (conformtest-headers-UNIX98): Likewise.
12912 (conformtest-headers-XOPEN2K): Likewise.
12913 (conformtest-headers-POSIX2008): Likewise.
12914 (conformtest-headers-XOPEN2K8): Likewise.
12915 (conformtest-header-list-base): Likewise.
12916 (conformtest-header-list-tests): Likewise.
12917 (conformtest-header-base): Likewise.
12918 (conformtest-header-tests): Likewise.
12919 (tests-special): Add $(conformtest-header-list-tests). If
12920 [$(fast-check) && !$(cross-compiling)], add
12921 $(conformtest-header-tests) instead of
12922 $(objpfx)run-conformtest.out.
12923 (generated): Add $(conformtest-header-list-base). If
12924 [$(fast-check) && !$(cross-compiling)], add
12925 $(conformtest-header-base). Remove previous setting.
12926 ($(conformtest-header-list-tests)): New target.
12927 (test-xfail-run-conformtest): Remove variable.
12928 ($(objpfx)run-conformtest.out): Remove target.
12929 (test-xfail-ISO11/complex.h/conform): New variable.
12930 (test-xfail-ISO11/stdalign.h/conform): Likewise.
12931 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12932 (test-xfail-XPG3/varargs.h/conform): Likewise.
12933 (test-xfail-XPG4/varargs.h/conform): Likewise.
12934 (test-xfail-UNIX98/varargs.h/conform): Likewise.
12935 (test-xfail-XPG4/ndbm.h/conform): Likewise.
12936 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12937 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12938 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12939 (test-xfail-XPG3/fcntl.h/conform): Likewise.
12940 (test-xfail-XPG3/ftw.h/conform): Likewise.
12941 (test-xfail-XPG3/grp.h/conform): Likewise.
12942 (test-xfail-XPG3/langinfo.h/conform): Likewise.
12943 (test-xfail-XPG3/limits.h/conform): Likewise.
12944 (test-xfail-XPG3/pwd.h/conform): Likewise.
12945 (test-xfail-XPG3/search.h/conform): Likewise.
12946 (test-xfail-XPG3/signal.h/conform): Likewise.
12947 (test-xfail-XPG3/stdio.h/conform): Likewise.
12948 (test-xfail-XPG3/stdlib.h/conform): Likewise.
12949 (test-xfail-XPG3/string.h/conform): Likewise.
12950 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12951 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12952 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12953 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12954 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12955 (test-xfail-XPG3/sys/types.h/conform): Likewise.
12956 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12957 (test-xfail-XPG3/termios.h/conform): Likewise.
12958 (test-xfail-XPG3/time.h/conform): Likewise.
12959 (test-xfail-XPG3/unistd.h/conform): Likewise.
12960 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12961 (test-xfail-XPG4/fcntl.h/conform): Likewise.
12962 (test-xfail-XPG4/langinfo.h/conform): Likewise.
12963 (test-xfail-XPG4/netdb.h/conform): Likewise.
12964 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12965 (test-xfail-XPG4/signal.h/conform): Likewise.
12966 (test-xfail-XPG4/stdio.h/conform): Likewise.
12967 (test-xfail-XPG4/stdlib.h/conform): Likewise.
12968 (test-xfail-XPG4/stropts.h/conform): Likewise.
12969 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12970 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12971 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12972 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12973 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12974 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12975 (test-xfail-XPG4/sys/time.h/conform): Likewise.
12976 (test-xfail-XPG4/sys/types.h/conform): Likewise.
12977 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12978 (test-xfail-XPG4/termios.h/conform): Likewise.
12979 (test-xfail-XPG4/ucontext.h/conform): Likewise.
12980 (test-xfail-XPG4/unistd.h/conform): Likewise.
12981 (test-xfail-XPG4/utmpx.h/conform): Likewise.
12982 (test-xfail-POSIX/sched.h/conform): Likewise.
12983 (test-xfail-POSIX/signal.h/conform): Likewise.
12984 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12985 (test-xfail-POSIX/tar.h/conform): Likewise.
12986 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12987 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12988 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12989 (test-xfail-UNIX98/netdb.h/conform): Likewise.
12990 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12991 (test-xfail-UNIX98/sched.h/conform): Likewise.
12992 (test-xfail-UNIX98/signal.h/conform): Likewise.
12993 (test-xfail-UNIX98/stdio.h/conform): Likewise.
12994 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12995 (test-xfail-UNIX98/stropts.h/conform): Likewise.
12996 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12997 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12998 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12999 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13000 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13001 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13002 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13003 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13004 (test-xfail-UNIX98/unistd.h/conform): Likewise.
13005 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13006 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13007 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13008 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13009 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13010 (test-xfail-XOPEN2K/math.h/conform): Likewise.
13011 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13012 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13013 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13014 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13015 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13016 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13017 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13018 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13019 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13020 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13021 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13022 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13023 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13024 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13025 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13026 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13027 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13028 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13029 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13030 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13031 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13032 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13033 (test-xfail-POSIX2008/signal.h/conform): Likewise.
13034 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13035 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13036 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13037 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13038 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13039 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13040 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13041 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13042 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13043 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13044 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13045 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13046 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13047 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13048 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13049 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13050 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13051 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13052 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13053 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13054 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13055 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13056 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13057 (conformtest-cc-flags): Likewise.
13058 ($(conformtest-header-tests): New target.
13059 * conform/check-header-lists.sh: New file.
13060 * conform/run-conformtest.sh: Remove.
13061
a00f522a
JM
13062 * conform/conformtest.pl: Allow ' and \ in values given for
13063 constants.
13064 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13065 inclusion.
13066 [POSIX] (sys/types.h): Likewise.
13067 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13068 inclusion.
13069 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13070 inclusion.
13071 * conform/data/signal.h-data (SIGIO): Remove expectation.
13072 [XPG3] (SIGBUS): Do not expect.
13073 [POSIX || XPG3] (SIGPOLL): Likewise.
13074 [POSIX || XPG3] (SIGPROF): Likewise.
13075 [POSIX || XPG3] (SIGSYS): Likewise.
13076 [XPG3] (SIGTRAP): Likewise.
13077 [POSIX || XPG3] (SIGURG): Likewise.
13078 [POSIX || XPG3] (SIGVTALRM): Likewise.
13079 [POSIX || XPG3] (SIGXCPU): Likewise.
13080 [POSIX || XPG3] (SIGXFSZ): Likewise.
13081 [POSIX] (SA_SIGINFO): Expect.
13082 [XPG3] (siginfo_t): Do not expect type or contents.
13083 [POSIX] (si_pid): Do not expect element.
13084 [POSIX] (si_uid): Likewise.
13085 [POSIX] (si_addr): Likewise.
13086 [POSIX] (si_status): Likewise.
13087 [POSIX] (si_band): Likewise.
13088 [XPG4] (si_value): Likewise.
13089 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13090 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13091 [POSIX || XPG3] (ILL_ILLADR): Likewise.
13092 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13093 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13094 [POSIX || XPG3] (ILL_PRVREG): Likewise.
13095 [POSIX || XPG3] (ILL_COPROC): Likewise.
13096 [POSIX || XPG3] (ILL_BADSTK): Likewise.
13097 [POSIX || XPG3] (FPE_INTDIV): Likewise.
13098 [POSIX || XPG3] (FPE_INTOVF): Likewise.
13099 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13100 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13101 [POSIX || XPG3] (FPE_FLTUND): Likewise.
13102 [POSIX || XPG3] (FPE_FLTRES): Likewise.
13103 [POSIX || XPG3] (FPE_FLTINV): Likewise.
13104 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13105 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13106 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13107 [POSIX || XPG3] (BUS_ADRALN): Likewise.
13108 [POSIX || XPG3] (BUS_ADRERR): Likewise.
13109 [POSIX || XPG3] (BUS_OBJERR): Likewise.
13110 [POSIX || XPG3] (CLD_EXITED): Likewise.
13111 [POSIX || XPG3] (CLD_KILLED): Likewise.
13112 [POSIX || XPG3] (CLD_DUMPED): Likewise.
13113 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13114 [POSIX || XPG3] (CLD_STOPPED): Likewise.
13115 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13116 [POSIX || XPG3] (POLL_IN): Likewise.
13117 [POSIX || XPG3] (POLL_OUT): Likewise.
13118 [POSIX || XPG3] (POLL_MSG): Likewise.
13119 [POSIX || XPG3] (POLL_ERR): Likewise.
13120 [POSIX || XPG3] (POLL_PRI): Likewise.
13121 [POSIX || XPG3] (POLL_HUP): Likewise.
13122 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13123 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13124 (SIG*): Do not allow.
13125 [XPG3] (si_*): Likewise.
13126 [XPG3] (SI_*): Likewise.
13127 [XPG3 || XPG4] (sigev_*): Likewise.
13128 [XPG3 || XPG4] (SIGEV_*): Likewise.
13129 [XPG3 || XPG4] (sival_*): Likewise.
13130 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13131 [POSIX || XPG3] (BUS_*): Likewise.
13132 [POSIX || XPG3] (CLD_*): Likewise.
13133 [POSIX || XPG3] (FPE_*): Likewise.
13134 [POSIX || XPG3] (ILL_*): Likewise.
13135 [POSIX || XPG3] (POLL_*): Likewise.
13136 [POSIX || XPG3] (SEGV_*): Likewise.
13137 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13138 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13139 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13140 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13141 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13142 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13143 Specify type and value.
13144 (TVERSLEN): Likewise.
13145 (REGTYPE): Likewise.
13146 (AREGTYPE): Likewise.
13147 (LNKTYPE): Likewise.
13148 (SYMTYPE): Likewise.
13149 (CHRTYPE): Likewise.
13150 (BLKTYPE): Likewise.
13151 (DIRTYPE): Likewise.
13152 (FIFOTYPE): Likewise.
13153 (CONTTYPE): Likewise.
13154 (TSUID): Likewise.
13155 (TSGID): Likewise.
13156 (TSVTX): Likewise.
13157 (TUREAD): Likewise.
13158 (TUWRITE): Likewise.
13159 (TUEXEC): Likewise.
13160 (TGREAD): Likewise.
13161 (TGWRITE): Likewise.
13162 (TGEXEC): Likewise.
13163 (TOREAD): Likewise.
13164 (TOWRITE): Likewise.
13165 (TOEXEC): Likewise.
13166 [POSIX] (TSVTX): Expect constant.
13167
aa97dee1
JM
131682014-03-06 Joseph Myers <joseph@codesourcery.com>
13169
f214606a
JM
13170 * Makefile (tests): Change dependencies to ....
13171 (tests-special): ... additions to this variable.
13172 (tests): Depend on $(tests-special).
13173 * Makerules (check-abi-list): New variable.
13174 (check-abi): Depend on $(check-abi-list).
13175 [$(subdir) = elf] (tests-special): Add
13176 $(objpfx)check-abi-libc.out.
13177 [$(build-shared) = yes && subdir] (tests-special): Add
13178 $(check-abi-list).
13179 [$(build-shared) = yes && subdir] (tests): Do not depend on
13180 check-abi.
13181 * Rules (tests): Depend on $(tests-special).
13182 (xtests): Depend on $(xtests-special).
13183 * catgets/Makefile (tests): Change dependencies to ....
13184 (tests-special): ... additions to this variable.
13185 * conform/Makefile (tests): Change dependencies to ....
13186 (tests-special): ... additions to this variable.
13187 * elf/Makefile (tests): Change dependencies to ....
13188 (tests-special): ... additions to this variable.
13189 * grp/Makefile (tests): Change dependencies to ....
13190 (tests-special): ... additions to this variable.
13191 * iconv/Makefile (xtests): Change dependencies to ....
13192 (xtests-special): ... additions to this variable.
13193 * iconvdata/Makefile (tests): Change dependencies to ....
13194 (tests-special): ... additions to this variable.
13195 * intl/Makefile (tests): Change dependencies to ....
13196 (tests-special): ... additions to this variable. Also add
13197 $(objpfx)tst-gettext.out.
13198 * io/Makefile (tests): Change dependencies to ....
13199 (tests-special): ... additions to this variable.
13200 * libio/Makefile (tests): Change dependencies to ....
13201 (tests-special): ... additions to this variable.
13202 * malloc/Makefile (tests): Change dependencies to ....
13203 (tests-special): ... additions to this variable.
13204 * misc/Makefile (tests): Change dependencies to ....
13205 (tests-special): ... additions to this variable.
13206 * nptl/Makefile (tests): Change dependencies to ....
13207 (tests-special): ... additions to this variable.
13208 * nptl_db/Makefile (tests): Change dependencies to ....
13209 (tests-special): ... additions to this variable.
13210 * posix/Makefile (tests): Change dependencies to ....
13211 (tests-special): ... additions to this variable.
13212 (xtests): Change dependencies to ....
13213 (xtests-special): ... additions to this variable.
13214 * resolv/Makefile (tests): Change dependencies to ....
13215 (tests-special): ... additions to this variable.
13216 (xtests): Change dependencies to ....
13217 (xtests-special): ... additions to this variable.
13218 * stdio-common/Makefile (tests): Change dependencies to ....
13219 (tests-special): ... additions to this variable.
13220 (do-tst-unbputc): Remove target.
13221 (do-tst-printf): Likewise.
13222 * stdlib/Makefile (tests): Change dependencies to ....
13223 (tests-special): ... additions to this variable.
13224 * string/Makefile (tests): Change dependencies to ....
13225 (tests-special): ... additions to this variable.
13226 * sysdeps/x86/Makefile (tests): Change dependencies to ....
13227 (tests-special): ... additions to this variable.
13228
81700b53
JM
13229 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13230 whole file.
13231 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13232 whole file.
13233 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13234 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13235
2ea18461
JM
13236 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13237 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13238 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13239 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13240 * conform/data/libgen.h-data [XPG3]: Likewise.
13241 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13242 * conform/data/ndbm.h-data [XPG3]: Likewise.
13243 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13244 * conform/data/netdb.h-data [XPG3]: Likewise.
13245 * conform/data/netinet/in.h-data [XPG3]: Likewise.
13246 * conform/data/poll.h-data [XPG3]: Likewise.
13247 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13248 * conform/data/strings.h-data [XPG3]: Likewise.
13249 * conform/data/stropts.h-data [XPG3]: Likewise.
13250 * conform/data/sys/mman.h-data [XPG3]: Likewise.
13251 * conform/data/sys/resource.h-data [XPG3]: Likewise.
13252 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13253 Likewise.
13254 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13255 * conform/data/sys/time.h-data [XPG3]: Likewise.
13256 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13257 * conform/data/sys/uio.h-data [XPG3]: Likewise.
13258 * conform/data/sys/un.h-data [XPG3]: Likewise.
13259 * conform/data/syslog.h-data [XPG3]: Likewise.
13260 * conform/data/ucontext.h-data [XPG3]: Likewise.
13261 * conform/data/utmpx.h-data [XPG3]: Likewise.
13262 * conform/data/varargs.h-data [UNIX98]: Enable file.
13263
355bc986
JM
13264 * manual/Makefile (INSTALL_INFO): Remove variable setting.
13265
215db402
JM
13266 * math/libm-test.inc (struct test_f_f_data): Move expected results
13267 into structure for each rounding mode.
13268 (struct test_ff_f_data): Likewise.
13269 (struct test_ff_f_data_nexttoward): Likewise.
13270 (struct test_fi_f_data): Likewise.
13271 (struct test_fl_f_data): Likewise.
13272 (struct test_if_f_data): Likewise.
13273 (struct test_fff_f_data): Likewise.
13274 (struct test_c_f_data): Likewise.
13275 (struct test_f_f1_data): Likewise.
13276 (struct test_fF_f1_data): Likewise.
13277 (struct test_ffI_f1_data): Likewise.
13278 (struct test_c_c_data): Likewise.
13279 (struct test_cc_c_data): Likewise.
13280 (struct test_f_i_data): Likewise.
13281 (struct test_ff_i_data): Likewise.
13282 (struct test_f_l_data): Likewise.
13283 (struct test_f_L_data): Likewise.
13284 (struct test_fFF_11_data): Likewise.
13285 (RM_): New macro.
13286 (RM_FE_DOWNWARD): Likewise.
13287 (RM_FE_TONEAREST): Likewise.
13288 (RM_FE_TOWARDZERO): Likewise.
13289 (RM_FE_UPWARD): Likewise.
13290 (RUN_TEST_LOOP_f_f): Update references to expected results.
13291 (RUN_TEST_LOOP_2_f): Likewise.
13292 (RUN_TEST_LOOP_fff_f): Likewise.
13293 (RUN_TEST_LOOP_c_f): Likewise.
13294 (RUN_TEST_LOOP_f_f1): Likewise.
13295 (RUN_TEST_LOOP_fF_f1): Likewise.
13296 (RUN_TEST_LOOP_fI_f1): Likewise.
13297 (RUN_TEST_LOOP_ffI_f1): Likewise.
13298 (RUN_TEST_LOOP_c_c): Likewise.
13299 (RUN_TEST_LOOP_cc_c): Likewise.
13300 (RUN_TEST_LOOP_f_i): Likewise.
13301 (RUN_TEST_LOOP_f_i_tg): Likewise.
13302 (RUN_TEST_LOOP_ff_i_tg): Likewise.
13303 (RUN_TEST_LOOP_f_b): Likewise.
13304 (RUN_TEST_LOOP_f_b_tg): Likewise.
13305 (RUN_TEST_LOOP_f_l): Likewise.
13306 (RUN_TEST_LOOP_f_L): Likewise.
13307 (RUN_TEST_LOOP_fFF_11): Likewise.
13308 * math/gen-libm-test.pl (parse_args): Output four copies of
13309 expected results for each test.
13310
67737b8f
JM
13311 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13312 (__ASSUME_UTIMES): Remove.
13313 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13314 (__ASSUME_UTIMES): Likewise.
13315
aa97dee1
JM
13316 * math/gen-auto-libm-tests.c: Update comment on output format.
13317 (output_for_one_input_case): Generate before-rounding and
13318 after-rounding information as conditions on output flags not
13319 floating-point format.
13320 * math/auto-libm-test-out: Regenerated.
13321 * math/gen-libm-test.pl (cond_value): New function.
13322 (or_cond_value): Use cond_value.
13323 (generate_testfile): Handle conditional exceptions.
13324
e6b6a857
JM
133252014-03-05 Joseph Myers <joseph@codesourcery.com>
13326
2f0a0f44
JM
13327 * math/libm-test.inc (max_valid_error): New variable.
13328 (init_max_error): Take new argument specifying whether function
13329 results are exactly determined. Set max_valid_error and bound
13330 other variables for errors based on this argument.
13331 (set_max_error): Do not record results above max_valid_error.
13332 (check_float_internal): Only accept errors of up to 0.5ulps if
13333 also at most max_valid_error.
13334 (START): Take new argument EXACT and pass it to init_max_error.
13335 (acos_test): Update call to START.
13336 (acos_test_tonearest): Likewise.
13337 (acos_test_towardzero): Likewise.
13338 (acos_test_downward): Likewise.
13339 (acos_test_upward): Likewise.
13340 (acosh_test): Likewise.
13341 (asin_test): Likewise.
13342 (asin_test_tonearest): Likewise.
13343 (asin_test_towardzero): Likewise.
13344 (asin_test_downward): Likewise.
13345 (asin_test_upward): Likewise.
13346 (asinh_test): Likewise.
13347 (atan_test): Likewise.
13348 (atanh_test): Likewise.
13349 (atan2_test): Likewise.
13350 (cabs_test): Likewise.
13351 (cacos_test): Likewise.
13352 (cacosh_test): Likewise.
13353 (carg_test): Likewise.
13354 (casin_test): Likewise.
13355 (casinh_test): Likewise.
13356 (catan_test): Likewise.
13357 (catanh_test): Likewise.
13358 (cbrt_test): Likewise.
13359 (ccos_test): Likewise.
13360 (ccosh_test): Likewise.
13361 (ceil_test): Likewise.
13362 (cexp_test): Likewise.
13363 (cimag_test): Likewise.
13364 (clog_test): Likewise.
13365 (clog10_test): Likewise.
13366 (conj_test): Likewise.
13367 (copysign_test): Likewise.
13368 (cos_test): Likewise.
13369 (cos_test_tonearest): Likewise.
13370 (cos_test_towardzero): Likewise.
13371 (cos_test_downward): Likewise.
13372 (cos_test_upward): Likewise.
13373 (cosh_test): Likewise.
13374 (cosh_test_tonearest): Likewise.
13375 (cosh_test_towardzero): Likewise.
13376 (cosh_test_downward): Likewise.
13377 (cosh_test_upward): Likewise.
13378 (cpow_test): Likewise.
13379 (cproj_test): Likewise.
13380 (creal_test): Likewise.
13381 (csin_test): Likewise.
13382 (csinh_test): Likewise.
13383 (csqrt_test): Likewise.
13384 (ctan_test): Likewise.
13385 (ctan_test_tonearest): Likewise.
13386 (ctan_test_towardzero): Likewise.
13387 (ctan_test_downward): Likewise.
13388 (ctan_test_upward): Likewise.
13389 (ctanh_test): Likewise.
13390 (ctanh_test_tonearest): Likewise.
13391 (ctanh_test_towardzero): Likewise.
13392 (ctanh_test_downward): Likewise.
13393 (ctanh_test_upward): Likewise.
13394 (erf_test): Likewise.
13395 (erfc_test): Likewise.
13396 (exp_test): Likewise.
13397 (exp_test_tonearest): Likewise.
13398 (exp_test_towardzero): Likewise.
13399 (exp_test_downward): Likewise.
13400 (exp_test_upward): Likewise.
13401 (exp10_test): Likewise.
13402 (exp10_test_tonearest): Likewise.
13403 (exp10_test_towardzero): Likewise.
13404 (exp10_test_downward): Likewise.
13405 (exp10_test_upward): Likewise.
13406 (pow10_test): Likewise.
13407 (exp2_test): Likewise.
13408 (expm1_test): Likewise.
13409 (expm1_test_tonearest): Likewise.
13410 (expm1_test_towardzero): Likewise.
13411 (expm1_test_downward): Likewise.
13412 (expm1_test_upward): Likewise.
13413 (fabs_test): Likewise.
13414 (fdim_test): Likewise.
13415 (floor_test): Likewise.
13416 (fma_test): Likewise.
13417 (fma_test_towardzero): Likewise.
13418 (fma_test_downward): Likewise.
13419 (fma_test_upward): Likewise.
13420 (fmax_test): Likewise.
13421 (fmin_test): Likewise.
13422 (fmod_test): Likewise.
13423 (fpclassify_test): Likewise.
13424 (frexp_test): Likewise.
13425 (hypot_test): Likewise.
13426 (ilogb_test): Likewise.
13427 (isfinite_test): Likewise.
13428 (finite_test): Likewise.
13429 (isgreater_test): Likewise.
13430 (isgreaterequal_test): Likewise.
13431 (isinf_test): Likewise.
13432 (isless_test): Likewise.
13433 (islessequal_test): Likewise.
13434 (islessgreater_test): Likewise.
13435 (isnan_test): Likewise.
13436 (isnormal_test): Likewise.
13437 (issignaling_test): Likewise.
13438 (isunordered_test): Likewise.
13439 (j0_test): Likewise.
13440 (j1_test): Likewise.
13441 (jn_test): Likewise.
13442 (ldexp_test): Likewise.
13443 (lgamma_test): Likewise.
13444 (gamma_test): Likewise.
13445 (lrint_test): Likewise.
13446 (lrint_test_tonearest): Likewise.
13447 (lrint_test_towardzero): Likewise.
13448 (lrint_test_downward): Likewise.
13449 (lrint_test_upward): Likewise.
13450 (llrint_test): Likewise.
13451 (llrint_test_tonearest): Likewise.
13452 (llrint_test_towardzero): Likewise.
13453 (llrint_test_downward): Likewise.
13454 (llrint_test_upward): Likewise.
13455 (log_test): Likewise.
13456 (log10_test): Likewise.
13457 (log1p_test): Likewise.
13458 (log2_test): Likewise.
13459 (logb_test): Likewise.
13460 (logb_test_downward): Likewise.
13461 (lround_test): Likewise.
13462 (llround_test): Likewise.
13463 (modf_test): Likewise.
13464 (nearbyint_test): Likewise.
13465 (nextafter_test): Likewise.
13466 (nexttoward_test): Likewise.
13467 (pow_test): Likewise.
13468 (pow_test_tonearest): Likewise.
13469 (pow_test_towardzero): Likewise.
13470 (pow_test_downward): Likewise.
13471 (pow_test_upward): Likewise.
13472 (remainder_test): Likewise.
13473 (drem_test): Likewise.
13474 (remainder_test_tonearest): Likewise.
13475 (drem_test_tonearest): Likewise.
13476 (remainder_test_towardzero): Likewise.
13477 (drem_test_towardzero): Likewise.
13478 (remainder_test_downward): Likewise.
13479 (drem_test_downward): Likewise.
13480 (remainder_test_upward): Likewise.
13481 (drem_test_upward): Likewise.
13482 (remquo_test): Likewise.
13483 (rint_test): Likewise.
13484 (rint_test_tonearest): Likewise.
13485 (rint_test_towardzero): Likewise.
13486 (rint_test_downward): Likewise.
13487 (rint_test_upward): Likewise.
13488 (round_test): Likewise.
13489 (scalb_test): Likewise.
13490 (scalbn_test): Likewise.
13491 (scalbln_test): Likewise.
13492 (signbit_test): Likewise.
13493 (sin_test): Likewise.
13494 (sin_test_tonearest): Likewise.
13495 (sin_test_towardzero): Likewise.
13496 (sin_test_downward): Likewise.
13497 (sin_test_upward): Likewise.
13498 (sincos_test): Likewise.
13499 (sinh_test): Likewise.
13500 (sinh_test_tonearest): Likewise.
13501 (sinh_test_towardzero): Likewise.
13502 (sinh_test_downward): Likewise.
13503 (sinh_test_upward): Likewise.
13504 (sqrt_test): Likewise.
13505 (sqrt_test_tonearest): Likewise.
13506 (sqrt_test_towardzero): Likewise.
13507 (sqrt_test_downward): Likewise.
13508 (sqrt_test_upward): Likewise.
13509 (tan_test): Likewise.
13510 (tan_test_tonearest): Likewise.
13511 (tan_test_towardzero): Likewise.
13512 (tan_test_downward): Likewise.
13513 (tan_test_upward): Likewise.
13514 (tanh_test): Likewise.
13515 (tgamma_test): Likewise.
13516 (trunc_test): Likewise.
13517 (y0_test): Likewise.
13518 (y1_test): Likewise.
13519 (yn_test): Likewise.
13520 (significand_test): Likewise.
13521
e6b6a857
JM
13522 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13523 individual tests in comment.
13524 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13525 (prev_max_error): New variable.
13526 (prev_real_max_error): Likewise.
13527 (prev_imag_max_error): Likewise.
13528 (compare_ulp_data): Don't refer to test names in comment.
13529 (find_test_ulps): Remove function.
13530 (find_function_ulps): Likewise.
13531 (find_complex_function_ulps): Likewise.
13532 (init_max_error): Take function name as argument. Look up ulps
13533 for that function.
13534 (print_ulps): Remove function.
13535 (print_max_error): Use prev_max_error instead of calling
13536 find_function_ulps.
13537 (print_complex_max_error): Use prev_real_max_error and
13538 prev_imag_max_error instead of calling find_complex_function_ulps.
13539 (check_float_internal): Take max_ulp parameter instead of calling
13540 find_test_ulps. Don't call print_ulps.
13541 (check_float): Update call to check_float_internal.
13542 (check_complex): Update calls to check_float_internal.
13543 (START): Pass argument to init_max_error.
13544 * math/gen-libm-test.pl (%results): Don't include "kind"
13545 information.
13546 (parse_ulps): Don't handle ulps of individual tests.
13547 (print_ulps_file): Likewise.
13548 (output_ulps): Likewise.
13549 * math/README.libm-test: Update.
13550 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13551 individual tests.
13552 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13553 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13554 * sysdeps/arm/libm-test-ulps: Likewise.
13555 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13556 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13557 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13558 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13559 * sysdeps/microblaze/libm-test-ulps: Likewise.
13560 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13561 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13562 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13563 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13564 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13565 * sysdeps/sh/libm-test-ulps: Likewise.
13566 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13567 * sysdeps/tile/libm-test-ulps: Likewise.
13568 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13569
45adef3c
JM
135702014-03-04 Joseph Myers <joseph@codesourcery.com>
13571
13572 * math/libm-test.inc (print_complex_max_error): Check separately
13573 whether real and imaginary errors are within allowed range and
13574 pass 0 to print_complex_function_ulps instead of value within
13575 allowed range.
13576
000232b9
SP
135772014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
13578
d4b17258
SP
13579 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13580 formatting.
13581 (get_handles_fopen): Likewise.
13582 (do_write_test): Likewise.
13583
091eff71
SP
13584 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13585
fa3cd248
SP
13586 * libio/fileops.c (do_ftell): Use cached offset when
13587 available.
13588 * libio/iofwide.c (do_ftell_wide): Likewise.
13589 * libio/iofdopen.c (_IO_new_fdopen): Don't use
13590 _IO_file_attach.
13591 * libio/wfileops.c (_IO_fwide): Don't cache offset.
13592
000232b9
SP
13593 [BZ #16532]
13594 * libio/libioP.h (get_file_offset): New function.
13595 * libio/fileops.c (get_file_offset): Likewise.
13596 (do_ftell): Likewise.
13597 (_IO_new_file_seekoff): Split out ftell logic.
13598 * libio/wfileops.c (do_ftell_wide): Likewise.
13599 (_IO_wfile_seekoff): Split out ftell logic.
13600 * libio/tst-ftell-active-handler.c: New test case.
13601 * libio/Makefile (tests): Add it.
13602
116f4d1a
RM
136032014-03-03 Roland McGrath <roland@hack.frob.com>
13604
13605 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13606 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13607
532a6035
SP
136082014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
13609
13610 [BZ #16639]
13611 * nscd/connections.c (nscd_init): Call do_exit.
13612 (start_threads): Call do_exit and notify_parent.
13613 (begin_drop_privileges): Call do_exit.
13614 (finish_drop_privileges): Likewise.
13615 * nscd/selinux.c (preserve_capabilities): Likewise.
13616 (install_real_capabilities): Likewise.
13617 (nscd_selinux_enabled): Likewise.
13618 (avc_create_thread): Likewise.
13619 (avc_alloc_lock): Likewise.
13620 (nscd_avc_init): Likewise.
13621 * nscd/nscd.c (parent_fd): New static variable.
13622 (main): Create a pipe between parent and child processes.
13623 Skip closing parent_fd.
13624 (monitor_child): New function.
13625 (do_exit): Likewise.
13626 (notify_parent): Likewise.
13627 * nscd/nscd.h (notify_parent): Likewise.
13628 (do_exit): Likewise.
13629
d6285c9f
CD
136302014-03-03 Carlos O'Donell <carlos@redhat.com>
13631
13632 * malloc/malloc.c (__libc_calloc): Revert last change.
13633
2b85d2a0
AZ
136342014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13635
13636 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13637
c7debbdf
RS
136382014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13639
13640 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13641 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13642 implementation.
13643 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13644 (__libc_ifunc_impl_list): Likewise.
13645 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13646 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13647 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13648 * string/strrchr.c: Define STRRCHR.
13649
235eed86
OB
136502014-02-28 Ondřej Bílka <neleai@seznam.cz>
13651
13652 * benchtest/bench-strtok.c (simple_strtok): Delete.
13653 (strtok_string): Use as benchmark.
13654 * string/strtok (STRTOK): New macro.
13655
8e25d1e7
CD
136562014-02-28 Carlos O'Donell <carlos@redhat.com>
13657
ef563f92
CD
13658 * manual/threads.texi: Add header and standard comments to all
13659 functions.
13660
8e25d1e7
CD
13661 * elf/dl-lookup.c (check_match): New function.
13662 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13663 (do_lookup_x): Remove nested function check_match. Use non-nested
13664 function check_match.
13665
ff71cc37
RM
136662014-02-28 Roland McGrath <roland@hack.frob.com>
13667
f08e9a26
RM
13668 * csu/Makefile (generated, before-compile): Use += rather than =.
13669 * catgets/Makefile (generated, generated-dirs): Likewise.
13670 * debug/Makefile (generated): Likewise.
13671 * dlfcn/Makefile (generated): Likewise.
13672 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13673 * iconvdata/Makefile (before-compile, generated): Likewise.
13674 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13675 * libio/Makefile (generated): Likewise.
13676 * malloc/Makefile (generated): Likewise.
13677 * manual/Makefile (generated, generated-dirs): Likewise.
13678 * misc/Makefile (generated): Likewise.
13679 * posix/Makefile (generated): Likewise.
13680 * resolv/Makefile (generated): Likewise.
13681 * sunrpc/Makefile (generated, generated-dirs): Likewise.
13682 * timezone/Makefile (generated, generated-dirs): Likewise.
13683
ff71cc37
RM
13684 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13685
fe13a20c
AZ
136862014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13687
57f41c40
AS
13688 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13689 power8 implementation.
13690 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13691 file: POWER8 llround ifunc implementation.
13692 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13693 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
13694 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13695 POWER8 llround implementation.
13696
57f41c40
AS
13697 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13698 power8 implementation.
13699 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13700 file: POWER8 llrint ifunc implementation.
13701 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13702 Add POWER8 implementation.
1ad8950a
AZ
13703 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13704 POWER8 llrint implementation.
13705
57f41c40
AS
13706 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13707 power8 implementation.
13708 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13709 file: POWER8 finite ifunc implementation.
13710 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13711 Add POWER8 implementation.
cac626d6
AZ
13712 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13713 Likewise.
13714 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13715 POWER8 finite implementation.
13716 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13717
57f41c40
AS
13718 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13719 power8 implementation.
13720 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13721 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
13722 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13723 POWER8 implementation.
13724 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13725 Likewise.
57f41c40
AS
13726 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13727 isinf implementation.
4393fc11
AZ
13728 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13729
57f41c40
AS
13730 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13731 (INIT_ARCH): Add hwcap2 initialization.
13732 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13733 power8 implementation.
13734 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13735 file: POWER8 isnan ifunc implementation.
487972ae
AZ
13736 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13737 POWER8 implementation.
13738 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13739 Likewise.
57f41c40
AS
13740 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13741 isnan implementation.
487972ae
AZ
13742 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13743
7d92b787
JY
137442014-02-27 Joey Ye <joey.ye@arm.com>
13745
13746 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13747 (_FP_NANFRAC_Q): Set to zero.
13748
1cadc858
SP
137492014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13750
13751 [BZ #16623]
13752 * math/auto-libm-test-in: New test inputs.
13753 * math/auto-libm-test-out: Regenerate.
13754 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13755 and DA.
13756 (__cos): Likewise.
13757 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13758
f8c17e79
JM
137592014-02-27 Joseph Myers <joseph@codesourcery.com>
13760
13761 * scripts/evaluate-test.sh: Take new argument indicating whether
13762 failure is expected.
13763 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13764 indicating whether failure is expected.
13765 * conform/Makefile (test-xfail-run-conformtest): New variable.
13766 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13767 level.
13768 * posix/Makefile (test-xfail-annexc): New variable.
13769 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13770
a5f891ac
JM
137712014-02-26 Joseph Myers <joseph@codesourcery.com>
13772
13773 * argp/Makefile: Include Makeconfig immediately after defining
13774 subdir.
13775 * assert/Makefile: Likewise.
13776 * benchtests/Makefile: Likewise.
13777 * catgets/Makefile: Likewise.
13778 * conform/Makefile: Likewise.
13779 * crypt/Makefile: Likewise.
13780 * csu/Makefile: Likewise.
13781 (all): Remove target.
13782 * ctype/Makefile: Include Makeconfig immediately after defining
13783 subdir.
13784 * debug/Makefile: Likewise.
13785 * dirent/Makefile: Likewise.
13786 * dlfcn/Makefile: Likewise.
13787 * gmon/Makefile: Likewise.
13788 * gnulib/Makefile: Likewise.
13789 * grp/Makefile: Likewise.
13790 * gshadow/Makefile: Likewise.
13791 * hesiod/Makefile: Likewise.
13792 * hurd/Makefile: Likewise.
13793 (all): Remove target.
13794 * iconvdata/Makefile: Include Makeconfig immediately after
13795 defining subdir.
13796 * inet/Makefile: Likewise.
13797 * intl/Makefile: Likewise.
13798 * io/Makefile: Likewise.
13799 * libio/Makefile: Likewise.
13800 (all): Remove target.
13801 * locale/Makefile: Include Makeconfig immediately after defining
13802 subdir.
13803 * login/Makefile: Likewise.
13804 * mach/Makefile: Likewise.
13805 (all): Remove target.
13806 * malloc/Makefile: Include Makeconfig immediately after defining
13807 subdir.
13808 (all): Remove target.
13809 * manual/Makefile: Include Makeconfig immediately after defining
13810 subdir.
13811 * math/Makefile: Likewise.
13812 * misc/Makefile: Likewise.
13813 * nis/Makefile: Likewise.
13814 * nss/Makefile: Likewise.
13815 * po/Makefile: Likewise.
13816 (all): Remove target.
13817 * posix/Makefile: Include Makeconfig immediately after defining
13818 subdir.
13819 * pwd/Makefile: Likewise.
13820 * resolv/Makefile: Likewise.
13821 * resource/Makefile: Likewise.
13822 * rt/Makefile: Likewise.
13823 * setjmp/Makefile: Likewise.
13824 * shadow/Makefile: Likewise.
13825 * signal/Makefile: Likewise.
13826 * socket/Makefile: Likewise.
13827 * soft-fp/Makefile: Likewise.
13828 * stdio-common/Makefile: Likewise.
13829 * stdlib/Makefile: Likewise.
13830 * streams/Makefile: Likewise.
13831 * string/Makefile: Likewise.
13832 * sunrpc/Makefile: Likewise.
13833 (all): Remove target.
13834 * sysvipc/Makefile: Include Makeconfig immediately after defining
13835 subdir.
13836 * termios/Makefile: Likewise.
13837 * time/Makefile: Likewise.
13838 * timezone/Makefile: Likewise.
13839 (all): Remove target.
13840 * wcsmbs/Makefile: Include Makeconfig immediately after defining
13841 subdir.
13842 * wctype/Makefile: Likewise.
13843
5b456e9d
SE
138442014-02-26 Steve Ellcey <sellcey@mips.com>
13845
13846 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13847 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13848 (libc_feholdexcept_setround_mips): Ditto.
13849 (libc_feholdsetround): New.
13850 (libc_feholdsetroundf): New.
13851 (libc_feholdsetroundl): New.
13852 (libc_feupdateenv_test_mips): New.
13853 (libc_feupdateenv_test): New.
13854 (libc_feupdateenv_testf): New.
13855 (libc_feupdateenv_testl): New.
13856 (libc_feresetround): New.
13857 (libc_feresetroundf): New.
13858 (libc_feresetroundl): New.
13859 (libc_fetestexcept_mips): New.
13860 (libc_fetestexcept): New.
13861 (libc_fetestexceptf): New.
13862 (libc_fetestexceptl): New.
13863 (HAVE_RM_CTX): New.
13864 (libc_feholdexcept_setround_mips_ctx): New.
13865 (libc_feholdexcept_setround_ctx): New.
13866 (libc_feholdexcept_setroundf_ctx): New.
13867 (libc_feholdexcept_setroundl_ctx): New.
13868 (libc_fesetenv_mips_ctx): New.
13869 (libc_fesetenv_ctx): New.
13870 (libc_fesetenv_ctxf): New.
13871 (libc_fesetenv_ctxl): New.
13872 (libc_feupdateenv_mips_ctx): New.
13873 (libc_feupdateenv_ctx): New.
13874 (libc_feupdateenvf_ctx): New.
13875 (libc_feupdateenvl_ctx): New.
13876 (libc_feholdsetround_mips_ctx): New.
13877 (libc_feholdsetround_ctx): New.
13878 (libc_feholdsetroundf_ctx): New.
13879 (libc_feholdsetroundl_ctx): New.
13880 (libc_feresetround_mips_ctx): New.
13881 (libc_feresetround_ctx): New.
13882 (libc_feresetroundf_ctx): New.
13883 (libc_feresetroundl_ctx): New.
13884
085d0e35
CD
138852014-02-26 Carlos O'Donell <carlos@redhat.com>
13886
f067bf1f
CD
13887 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13888
085d0e35
CD
13889 * manual/ipc.texi: New file.
13890 * manual/Makefile (chapters): Add ipc.
13891 * manual/job.texi: Add "Inter-Process Communication" to next.
13892 * manual/process.texi: Add "Inter-Process Communication" to prev.
13893
86e58c08
AZ
138942014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13895
13896 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13897
4248f0da
OB
138982014-02-26 Ondřej Bílka <neleai@seznam.cz>
13899
13900 * malloc/malloc.c (__libc_calloc): Simplify implementation.
13901
cf822e3c
OB
13902 * manual/arith.texi: Fix spaces after sentences.
13903 * manual/charset.texi: Likewise.
13904 * manual/errno.texi: Likewise.
13905 * manual/install.texi: Likewise.
13906 * manual/llio.texi: Likewise.
13907 * manual/locale.texi: Likewise.
13908 * manual/maint.texi: Likewise.
13909 * manual/math.texi: Likewise.
13910 * manual/memory.texi: Likewise.
13911 * manual/message.texi: Likewise.
13912 * manual/probes.texi: Likewise.
13913 * manual/resource.texi: Likewise.
13914 * manual/signal.texi: Likewise.
13915 * manual/socket.texi: Likewise.
13916 * manual/stdio.texi: Likewise.
13917 * manual/string.texi: Likewise.
13918 * manual/time.texi: Likewise.
13919 * manual/users.texi: Likewise.
13920
ade40b10
CD
139212014-02-25 Carlos O'Donell <carlos@redhat.com>
13922
13923 [BZ #16632]
13924 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13925 _DEFAULT_SOURCE is defined.
13926
d0503676
CD
139272014-02-25 Ulrich Drepper <drepper@gmail.com>
13928 Carlos O'Donell <carlos@redhat.com>
13929
13930 [BZ #16613]
13931 * elf/dl-tls.c (_dl_count_modids): New function.
13932 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13933 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13934 audit library and increment generation counter.
13935 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13936 * elf/tst-audit9.c: New file.
13937 * elf/tst-auditmod9a.c: New file.
13938 * elf/tst-auditmod9b.c: New file.
13939 * elf/Makefile: Add rules to build and run tst-audit9.
13940
4cbf380c
FW
139412014-02-25 Florian Weimer <fweimer@redhat.com>
13942
13943 [BZ #15347]
13944 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13945
80a56cc3
WN
139462014-02-25 Will Newton <will.newton@linaro.org>
13947
13948 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13949 (__longjmp): Restore sp and lr before restoring callee
13950 saved registers. Add longjmp and longjmp_target
13951 SystemTap probe point.
13952 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13953 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13954 Define to zero to match jmpbuf layout.
13955 * sysdeps/arm/setjmp.S: Include stap-probe.h.
13956 (__sigsetjmp): Save sp and lr before saving callee
13957 saved registers. Add setjmp SystemTap probe point.
13958
3ea0f74e
SL
139592014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
13960
13961 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13962
b04acb26
AS
139632014-02-24 Andreas Schwab <schwab@suse.de>
13964
13965 [BZ #15804]
13966 * elf/pldd.c (wait_for_ptrace_stop): New function.
13967 (main): Call it after attaching.
13968
098ad55c
RM
139692014-02-22 Roland McGrath <roland@hack.frob.com>
13970
d4ec6ae1
RM
13971 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13972 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13973 Versions files is now verboten.
13974 * hurd/Versions (libc: GLIBC_2.0):
13975 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13976 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13977 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13978 * mach/Versions: Likewise.
13979
098ad55c
RM
13980 * csu/Versions: Remove unused %include.
13981 * resolv/Versions: Likewise.
13982
acd7f096
JM
139832014-02-21 Joseph Myers <joseph@codesourcery.com>
13984
f0881698
JM
13985 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13986 ($(objpfx)check-local-headers.out): Likewise.
13987 ($(objpfx)begin-end-check.out): Likewise.
13988 * Makerules (check-abi-%.out): Likewise.
13989 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13990 ($(objpfx)test2.cat): Likewise.
13991 ($(objpfx)de/libc.cat): Likewise.
13992 ($(objpfx)test-gencat.out): Likewise.
13993 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13994 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13995 ($(objpfx)noload-mem): Likewise.
13996 ($(objpfx)tst-pathopt.out): Likewise.
13997 ($(objpfx)tst-rtld-load-self.out): Likewise.
13998 ($(objpfx)tst-array1-cmp.out): Likewise.
13999 ($(objpfx)tst-array1-static-cmp.out): Likewise.
14000 ($(objpfx)tst-array2-cmp.out): Likewise.
14001 ($(objpfx)tst-array3-cmp.out): Likewise.
14002 ($(objpfx)tst-array4-cmp.out): Likewise.
14003 ($(objpfx)tst-array5-cmp.out): Likewise.
14004 ($(objpfx)tst-array5-static-cmp.out): Likewise.
14005 ($(objpfx)check-textrel.out): Likewise.
14006 ($(objpfx)check-execstack.out): Likewise.
14007 ($(objpfx)check-localplt.out): Likewise.
14008 ($(objpfx)order2-cmp.out): Likewise.
14009 ($(objpfx)tst-leaks1-mem): Likewise.
14010 ($(objpfx)tst-leaks1-static-mem): Likewise.
14011 ($(objpfx)tst-initorder-cmp.out): Likewise.
14012 ($(objpfx)tst-initorder2-cmp.out): Likewise.
14013 ($(objpfx)tst-unused-dep.out): Likewise.
14014 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14015 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14016 * iconv/Makefile (test-iconvconfig): Likewise.
14017 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14018 ($(objpfx)iconv-test.out): Likewise.
14019 ($(objpfx)tst-tables.out): Likewise.
14020 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14021 ($(objpfx)tst-gettext.out): Likewise.
14022 ($(objpfx)tst-translit.out): Likewise.
14023 ($(objpfx)tst-gettext2.out): Likewise.
14024 ($(objpfx)tst-gettext4.out): Likewise.
14025 ($(objpfx)tst-gettext6.out): Likewise.
14026 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14027 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14028 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14029 ($(objpfx)tst-fopenloc-mem.out): Likewise.
14030 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14031 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14032 * posix/Makefile ($(objpfx)globtest.out): Likewise.
14033 ($(objpfx)wordexp-tst.out): Likewise.
14034 ($(objpfx)annexc.out): Likewise.
14035 ($(objpfx)tst-fnmatch-mem): Likewise.
14036 ($(objpfx)bug-regex2-mem): Likewise.
14037 ($(objpfx)bug-regex14-mem): Likewise.
14038 ($(objpfx)bug-regex21-mem): Likewise.
14039 ($(objpfx)bug-regex31-mem): Likewise.
14040 ($(objpfx)tst-vfork3-mem): Likewise.
14041 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14042 ($(objpfx)tst-pcre-mem): Likewise.
14043 ($(objpfx)tst-boost-mem): Likewise.
14044 ($(objpfx)tst-getconf.out): Likewise.
14045 ($(objpfx)bug-ga2-mem): Likewise.
14046 ($(objpfx)bug-glob2-mem): Likewise.
14047 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14048 ($(objpfx)mtrace-tst-leaks2): Likewise.
14049 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14050 ($(objpfx)tst-printf.out): Likewise.
14051 ($(objpfx)tst-setvbuf1.out): Likewise.
14052 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14053 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14054 ($(objpfx)tst-fmtmsg.out): Likewise.
14055 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14056 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14057
acd7f096
JM
14058 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14059 * bits/sigaction.h [__USE_MISC]: Likewise.
14060 * bits/waitstatus.h: Update #endif comments.
14061 * ctype/ctype.h: Likewise.
14062 * dirent/dirent.h: Likewise.
14063 [__USE_MISC]: Remove redundant conditionals.
14064 * grp/grp.h: Update #endif comments.
14065 [__USE_GNU]: Remove redundant conditionals.
14066 [__USE_MISC]: Likewise.
14067 * inet/netinet/in.h [__USE_GNU]: Likewise.
14068 * io/sys/stat.h [__USE_MISC]: Likewise.
14069 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14070 * libio/bits/stdio.h: Update #endif comments.
14071 [__USE_MISC]: Remove redundant conditionals.
14072 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14073 * libio/stdio.h: Update #endif comments.
14074 [__USE_MISC]: Remove redundant conditionals.
14075 * math/bits/math-finite.h [__USE_MISC]: Likewise.
14076 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14077 * math/math.h: Update #else and #endif comments.
14078 [__USE_MISC]: Remove redundant conditionals.
14079 * misc/sys/uio.h: Update #endif comments.
14080 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14081 * posix/glob.h [__USE_MISC]: Likewise.
14082 * posix/sys/types.h: Update #endif comments.
14083 [__USE_MISC]: Remove redundant conditionals.
14084 * posix/sys/wait.h: Update #endif comments.
14085 [__USE_MISC]: Remove redundant conditionals.
14086 * posix/unistd.h: Update #endif comments.
14087 [__USE_MISC]: Remove redundant conditionals.
14088 * pwd/pwd.h [__USE_GNU]: Likewise.
14089 [__USE_MISC]: Likewise.
14090 * resolv/netdb.h [__USE_GNU]: Likewise.
14091 * signal/signal.h: Update #endif comments.
14092 [__USE_MISC]: Remove redundant conditionals.
14093 * stdlib/stdlib.h: Update #else and #endif comments.
14094 [__USE_MISC]: Remove redundant conditionals.
14095 [__USE_GNU]: Likewise.
14096 * string/bits/string2.h [__USE_MISC]: Likewise.
14097 * string/string.h: Update #endif comments.
14098 [__USE_MISC]: Remove redundant conditionals.
14099 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14100 Likewise.
14101 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14102 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14103 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14104 Likewise.
14105 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14106 Likewise.
14107 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14108 comments.
14109 [__USE_MISC]: Remove redundant conditionals.
14110 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14111 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14112 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14113 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14114 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14115 Likewise.
14116 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14117 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14118 Likewise.
14119 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14120 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14121 Likewise.
14122 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14123 Likewise.
14124 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14125 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14126 Likewise.
14127 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14128 Likewise.
14129 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14130 * sysdeps/x86/bits/string.h: Update #endif comments.
14131 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14132 conditionals.
14133 * time/sys/time.h: Update #endif comments.
14134 * time/time.h: Likewise.
14135 [__USE_MISC]: Remove redundant conditionals.
14136
a5d82e4e
YG
141372014-02-21 Yury Gribov <y.gribov@samsung.com>
14138
14139 [BZ #16600]
14140 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14141
9a80491d
AS
141422014-02-21 Andreas Schwab <schwab@linux-m68k.org>
14143
14144 * Versions.def (librt): Add GLIBC_2.17.
14145
105fa381
AC
141462014-02-21 Adam Conrad <adconrad@0c3.net>
14147
14148 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14149 synonym for _SYS_AUXV_H to allow direct inclusion.
14150 * sysdeps/sparc/bits/hwcap.h: Likewise.
14151 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14152 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14153 * sysdeps/sparc/sysdep.h: Likewise.
14154
b8cd1c4e
SP
141552014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
14156
14157 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14158
bd939d23
RS
141592014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
14160
14161 * benchtests/bench-strrchr.c: Print length instead of position.
14162
5d7b57ca
JM
141632014-02-20 Joseph Myers <joseph@codesourcery.com>
14164
bc688c10
JM
14165 [BZ #16611]
14166 * sysdeps/unix/sysv/linux/kernel-features.h
14167 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14168 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14169 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14170 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14171 Likewise.
14172 [__i386__ || __powerpc__ || __sh__ || __sparc__]
14173 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14174 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14175 (__ASSUME_SENDMMSG): Define instead of using previous
14176 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14177 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14178 (__ASSUME_SENDMMSG_SYSCALL): Define.
14179 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14180 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14181 Likewise.
14182 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14183 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14184 Likewise.
14185 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14186 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14187 Likewise.
14188 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14189 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14190 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14191 [__ASSUME_SENDMMSG]: Change conditionals to
14192 [__ASSUME_SENDMMSG_SOCKETCALL].
14193 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14194 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14195 Define.
14196 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14197 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14198 Likewise.
14199 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14200 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14201 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14202 [!__ASSUME_SENDMMSG]: Change conditional to
14203 [!__ASSUME_SENDMMSG_SOCKETCALL].
14204 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14205 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14206 Define.
14207
0e31b18c
JM
14208 [BZ #16610]
14209 * sysdeps/unix/sysv/linux/kernel-features.h
14210 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14211 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14212 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14213 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14214 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14215 [__i386__ || __sparc__]
14216 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14217 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14218 (__ASSUME_RECVMMSG): Define instead of using previous
14219 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14220 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14221 (__ASSUME_RECVMMSG_SYSCALL): Define.
14222 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14223 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14224 Likewise.
14225 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14226 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14227 Likewise.
14228 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14229 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14230 Likewise.
14231 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14232 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14233 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14234 [__ASSUME_RECVMMSG]: Change condition to
14235 [__ASSUME_RECVMMSG_SOCKETCALL].
14236 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14237 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14238 Define.
14239 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14240 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14241 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14242 Likewise.
14243 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14244 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14245 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14246 [!__ASSUME_RECVMMSG]: Change condition to
14247 [!__ASSUME_RECVMMSG_SOCKETCALL].
14248 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14249 (__ASSUME_RECVMMSG_SYSCALL): Define.
14250
dd481ccf
JM
14251 [BZ #16609]
14252 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14253 __powerpc__ || __s390__ || __sh__ || __sparc__]
14254 (__ASSUME_SOCKETCALL): Define.
14255 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14256 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14257 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14258 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14259 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14260 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14261 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14262 (__ASSUME_ACCEPT4): Define instead of using previous
14263 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14264 __powerpc__ || __sparc__ || __s390__)] condition.
14265 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14266 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14267 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14268 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14269 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14270 [!__ASSUME_ACCEPT4]: Change condition to
14271 [!__ASSUME_ACCEPT4_SOCKETCALL].
14272 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14273 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
14274 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14275 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14276 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14277 __ASSUME_ACCEPT4_SYSCALL.
14278 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14279 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14280 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14281 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14282 __ASSUME_ACCEPT4_SYSCALL.
14283 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14284 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14285 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14286 [__ASSUME_ACCEPT4]: Change condition to
14287 [__ASSUME_ACCEPT4_SOCKETCALL].
14288 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14289 (__ASSUME_SOCKETCALL): Define.
14290 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14291 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14292 (__ASSUME_SOCKETCALL): Define.
14293 (__ASSUME_ACCEPT4): Remove.
14294 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14295 Define.
14296 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14297 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14298 Likewise.
14299 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14300 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14301
5d7b57ca
JM
14302 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14303 macro.
14304 (HWCAP_ARM_LPAE): Likewise.
14305 (HWCAP_ARM_EVTSTRM): Likewise.
14306 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14307 Add vpfd32, lpae and evtstrm.
14308 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14309 Increase to 22.
14310
63689d61
JM
143112014-02-19 Joseph Myers <joseph@codesourcery.com>
14312
14313 * math/auto-libm-test-in: Add tests of clog10.
14314 * math/auto-libm-test-out: Regenerated.
14315 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14316 * sysdeps/i386/fpu/libm-test-ulps: Update.
14317 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14318
ab09bf61
AS
143192014-02-18 Andreas Schwab <schwab@suse.de>
14320
14321 [BZ #16574]
14322 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14323 Store non-zero if the second buffer was newly allocated.
14324 (send_dg): Likewise.
14325 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14326 to send_vc and send_dg.
14327 (res_nsend): Pass NULL for ansp2_malloced.
14328 * resolv/res_query.c (__libc_res_nquery): Add parameter
14329 answerp2_malloced and pass it down to __libc_res_nsend.
14330 (res_nquery): Pass additional NULL to __libc_res_nquery.
14331 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14332 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
14333 second answer buffer if answerp2_malloced was set.
14334 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14335 (__libc_res_nquerydomain): Add parameter
14336 answerp2_malloced and pass it down to __libc_res_nquery.
14337 (res_nquerydomain): Pass additional NULL to
14338 __libc_res_nquerydomain.
14339 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14340 additional NULL to __libc_res_nsend and __libc_res_nquery.
14341 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14342 additional NULL to __libc_res_nsearch.
14343 (_nss_dns_gethostbyname4_r): Revert last change. Use new
14344 parameter of __libc_res_nsearch to check for separately allocated
14345 second buffer.
14346 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14347 __libc_res_nquery.
14348 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14349 additional NULL to __libc_res_nquery.
14350 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14351 __libc_res_nsearch.
14352 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14353 * include/resolv.h: Update prototypes of __libc_res_nquery,
14354 __libc_res_nsearch, __libc_res_nsend.
14355
a4fb7861
JM
143562014-02-18 Joseph Myers <joseph@codesourcery.com>
14357
c6af2d89
JM
14358 * math/auto-libm-test-in: Add tests of fma.
14359 * math/auto-libm-test-out: Regenerated.
14360 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14361 (fma_towardzero_test_data): Likewise.
14362 (fma_downward_test_data): Likewise.
14363 (fma_upward_test_data): Likewise.
14364 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14365 mpc_mode.
14366 (rounding_modes): Add values for new field.
14367 (func_calc_method): Add value mpfr_fff_f.
14368 (func_calc_desc): Add mpfr_fff_f union field.
14369 (test_function): Add field exact_args.
14370 (FUNC): Add macro argument EXACT_ARGS.
14371 (FUNC_mpfr_f_f): Update call to FUNC.
14372 (FUNC_mpfr_f_f): Likewise.
14373 (FUNC_mpfr_ff_f): Likewise.
14374 (FUNC_mpfr_if_f): Likewise.
14375 (FUNC_mpc_c_f): Likewise.
14376 (FUNC_mpc_c_c): Likewise.
14377 (test_functions): Add fma. Update calls to FUNC.
14378 (handle_input_arg): Add argument exact_args.
14379 (add_test): Update call to handle_input_arg.
14380 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
14381 (output_for_one_input_case): Update call to calc_generic_results.
14382 Recalculate exact zero results in each rounding mode.
14383
a4fb7861
JM
14384 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14385 non-negative before setting low bit.
14386 * math/auto-libm-test-in: Mark one asin test possibly having
14387 spurious underflow.
14388 * math/auto-libm-test-out: Regenerated.
14389 * sysdeps/i386/fpu/libm-test-ulps: Update.
14390 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14391
ef114eaf
DH
143922014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
14393
2b7f4f2c
SP
14394 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14395 * sysdeps/unix/sysv/linux/microblaze: Move directory from
14396 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
14397 * README: Add missing listing for microblaze*-*-linux-gnu.
14398
8125aedc
AM
143992014-02-16 Ondřej Bílka <neleai@seznam.cz>
14400
14401 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14402 duplicate code
14403
c70a4b1d
MF
144042014-02-16 Mike Frysinger <vapier@gentoo.org>
14405
14406 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14407 * sysdeps/unix/sysv/linux/ia64: Move directory from
14408 ports/sysdeps/unix/sysv/linux/ia64.
14409 * README: Update listing for ia64-*-linux-gnu.
14410
591aeaf7
TD
144112014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
14412 Joseph Myers <joseph@codesourcery.com>
14413
14414 * Makeconfig (test-name): New variable.
14415 (evaluate-test): Likewise.
14416 * Makerules (do-test-clean): Remove .test-result files.
14417 (common-mostlyclean): Likewise.
14418 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14419 * scripts/evaluate-test.sh: New file.
14420
6e89caf1
JM
144212014-02-14 Joseph Myers <joseph@codesourcery.com>
14422
7f98f180
JM
14423 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14424 separate $(objpfx)tst-fopenloc-cmp.out and
14425 $(objpfx)tst-fopenloc-mem.out targets.
14426 (tests): Update dependencies.
14427 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14428 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14429 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14430 (tst-rxspencer-no-utf8-ARGS): New variable.
14431 (tst-rxspencer-no-utf8-ENV): Likewise.
14432 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14433 instead of $(objpfx)tst-rxspencer-mem.
14434 ($(objpfx)tst-rxspencer-mem): Change target to
14435 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
14436 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14437 * posix/tst-rxspencer-no-utf8.c: New file.
14438
6e89caf1
JM
14439 * elf/Makefile ($(objpfx)order.out): Remove rule.
14440 [$(run-built-tests) = yes] (tests): Depend on
14441 $(objpfx)order-cmp.out.
14442 ($(objpfx)order-cmp.out): New rule.
14443 [$(run-built-tests) = yes] (tests): Depend on
14444 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14445 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14446 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14447 $(objpfx)tst-array5-static-cmp.out.
14448 ($(objpfx)tst-array1.out): Remove rule.
14449 ($(objpfx)tst-array1-cmp.out): New rule.
14450 ($(objpfx)tst-array1-static.out): Remove rule.
14451 ($(objpfx)tst-array1-static-cmp.out): New rule.
14452 ($(objpfx)tst-array2.out): Remove rule.
14453 ($(objpfx)tst-array2-cmp.out): New rule.
14454 ($(objpfx)tst-array3.out): Remove rule.
14455 ($(objpfx)tst-array3-cmp.out): New rule.
14456 ($(objpfx)tst-array4.out): Remove rule.
14457 ($(objpfx)tst-array4-cmp.out): New rule.
14458 ($(objpfx)tst-array5.out): Remove rule.
14459 ($(objpfx)tst-array5-cmp.out): New rule.
14460 ($(objpfx)tst-array5-static.out): Remove rule.
14461 ($(objpfx)tst-array5-static-cmp.out): New rule.
14462 [$(run-built-tests) = yes] (tests): Depend on
14463 $(objpfx)order2-cmp.out.
14464 ($(objpfx)order2.out): Remove rule.
14465 ($(objpfx)order2-cmp.out): New rule.
14466 ($(objpfx)tst-initorder.out): Remove rule.
14467 [$(run-built-tests) = yes] (tests): Depend on
14468 $(objpfx)tst-initorder-cmp.out.
14469 ($(objpfx)tst-initorder-cmp.out): New rule.
14470 ($(objpfx)tst-initorder2.out): Remove rule.
14471 [$(run-built-tests) = yes] (tests): Depend on
14472 $(objpfx)tst-initorder2-cmp.out.
14473 ($(objpfx)tst-initorder2-cmp.out): New rule.
14474 [$(run-built-tests) = yes] (tests): Depend on
14475 $(objpfx)tst-unused-dep-cmp.out.
14476 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14477 ($(objpfx)tst-unused-dep-cmp.out): New rule.
14478 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14479 on $(objpfx)tst-setvbuf1-cmp.out.
14480 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14481 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14482 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14483 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14484 ($(objpfx)tst-svc.out): Remove rule.
14485 ($(objpfx)tst-svc-cmp.out): New rule.
14486
ed9a38e2
JM
144872014-02-13 Joseph Myers <joseph@codesourcery.com>
14488
14489 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14490 * ctype/ctype.h [__USE_MISC]: Likewise.
14491 * dirent/dirent.h [__USE_MISC]: Likewise.
14492 * grp/grp.h [__USE_MISC]: Likewise.
14493 * io/fcntl.h [__USE_MISC]: Likewise.
14494 * io/sys/stat.h [__USE_MISC]: Likewise.
14495 * libio/stdio.h [__USE_MISC]: Likewise.
14496 * posix/unistd.h [__USE_MISC]: Likewise.
14497 * pwd/pwd.h [__USE_MISC]: Likewise.
14498 * stdlib.h [__USE_MISC]: Likewise.
14499 * string/bits/string2.h [__USE_MISC]: Likewise.
14500 * string/string.h [__USE_MISC]: Likewise.
14501 * time/time.h [__USE_MISC]: Likewise.
14502
d6680619
AS
145032014-02-13 Andreas Schwab <schwab@suse.de>
14504
14505 [BZ #16574]
14506 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14507 second answer buffer if it was separately allocated.
14508
ace614b8
JM
145092014-02-12 Joseph Myers <joseph@codesourcery.com>
14510
743151ae
JM
14511 * sysdeps/mips/math-tests.h: Include <features.h>.
14512 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14513 (ROUNDING_TESTS_long_double): Do not define.
14514 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14515 (EXCEPTION_TESTS_long_double): Likewise.
14516 * sysdeps/mips/mips64/libm-test-ulps: Update.
14517
498afc54
JM
14518 * include/features.h (__USE_BSD): Remove macro definitions.
14519 (__USE_SVID): Likewise.
14520 (_BSD_SOURCE): Likewise.
14521 (_SVID_SOURCE): Likewise.
14522 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14523 from definition of _DEFAULT_SOURCE.
14524 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14525 [_DEFAULT_SOURCE].
14526 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14527 * bits/mman.h [__USE_BSD]: Likewise.
14528 * bits/termios.h [__USE_BSD]: Likewise.
14529 * bits/waitstatus.h [__USE_BSD]: Likewise.
14530 * ctype/ctype.h [__USE_SVID]: Likewise.
14531 * dirent/dirent.h [__USE_BSD]: Likewise.
14532 * grp/grp.h [__USE_SVID]: Likewise.
14533 [__USE_BSD]: Likewise.
14534 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14535 * io/fcntl.h [__USE_BSD]: Likewise.
14536 * io/ftw.h [__USE_BSD]: Likewise.
14537 * io/sys/stat.h [__USE_BSD]: Likewise.
14538 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14539 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14540 * libio/stdio.h [__USE_SVID]: Likewise.
14541 [__USE_BSD]: Likewise.
14542 * math/math.h [__USE_SVID]: Likewise.
14543 [__USE_BSD]: Likewise.
14544 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14545 * misc/bits/syslog.h [__USE_BSD]: Likewise.
14546 * misc/search.h [__USE_SVID]: Likewise.
14547 * misc/sys/mman.h [__USE_BSD]: Likewise.
14548 * misc/sys/syslog.h [__USE_BSD]: Likewise.
14549 * misc/sys/uio.h [__USE_BSD]: Likewise.
14550 * posix/bits/unistd.h [__USE_BSD]: Likewise.
14551 * posix/glob.h [__USE_BSD]: Likewise.
14552 * posix/regex.h [__USE_BSD]: Likewise.
14553 * posix/sys/types.h [__USE_BSD]: Likewise.
14554 [__USE_SVID]: Likewise.
14555 * posix/sys/utsname.h [__USE_SVID]: Likewise.
14556 * posix/sys/wait.h [__USE_BSD]: Likewise.
14557 [__USE_SVID]: Likewise.
14558 * posix/unistd.h [__USE_BSD]: Likewise.
14559 [__USE_SVID]: Likewise.
14560 * pwd/pwd.h [__USE_SVID]: Likewise.
14561 * resolv/netdb.h [__USE_BSD]: Likewise.
14562 * setjmp/setjmp.h [__USE_BSD]: Likewise.
14563 * signal/signal.h [__USE_BSD]: Likewise.
14564 [__USE_SVID]: Likewise.
14565 * socket/sys/socket.h [__USE_BSD]: Likewise.
14566 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14567 * stdlib/stdlib.h [__USE_BSD]: Likewise.
14568 [__USE_SVID]: Likewise.
14569 * string/bits/string2.h [__USE_BSD]: Likewise.
14570 [__USE_SVID]: Likewise.
14571 * string/bits/string3.h [__USE_BSD]: Likewise.
14572 * string/endian.h [__USE_BSD]: Likewise.
14573 * string/string.h [__USE_SVID]: Likewise.
14574 [__USE_BSD]: Likewise.
14575 * string/strings.h [__USE_BSD]: Likewise.
14576 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14577 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14578 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14579 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14580 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14581 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14582 Likewise.
14583 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14584 Likewise.
14585 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14586 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14587 Likewise.
14588 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14589 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14590 Likewise.
14591 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14592 Likewise.
14593 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14594 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14595 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14596 Likewise.
14597 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14598 Likewise.
14599 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14600 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14601 * termios/termios.h [__USE_BSD]: Likewise.
14602 * time/sys/time.h [__USE_BSD]: Likewise.
14603 * time/time.h [__USE_BSD]: Likewise.
14604 [__USE_SVID]: Likewise.
14605
dd7b064c
JM
14606 * Makefile (subdir_targets): Remove subdir_lint.out.
14607
a2c4c199
JM
14608 * stdio-common/Makefile (do-tst-unbputc): Remove target.
14609 (do-tst-printf): Likewise.
14610 (tests): Depend directly on $(objpfx)tst-unbputc.out and
14611 $(objpfx)tst-printf.out.
14612
8756f740
JM
14613 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14614
1b6dd3f1
JM
14615 * Makerules (check-abi-%): Change target to
14616 $(objpfx)check-abi-%.out.
14617 (check-abi target): Update dependencies.
14618 (check-abi-pattern variable): Redirect output of diff to $@.
14619 (check-abi variable): Likewise.
14620 * elf/Makefile (check-abi): Update dependencies.
14621
ace614b8
JM
14622 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14623 unused.
14624 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14625 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14626 subnormal range.
14627 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14628 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14629 value has largest subnormal exponent.
14630 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14631 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14632 * sysdeps/aarch64/soft-fp/sfp-machine.h
14633 (_FP_TININESS_AFTER_ROUNDING): New macro.
14634 * sysdeps/alpha/soft-fp/sfp-machine.h
14635 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14636 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14637 Likewise.
14638 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14639 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14640 * sysdeps/mips/soft-fp/sfp-machine.h
14641 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14642 * sysdeps/powerpc/soft-fp/sfp-machine.h
14643 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14644 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14645 Likewise.
14646 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14647 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14648 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14649 (_FP_TININESS_AFTER_ROUNDING): Likewise.
14650 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14651 Likewise.
14652
fbfdf9cb
DAS
146532014-02-12 Dylan Alex Simon <dylan@dylex.net>
14654
14655 [BZ #16545]
14656 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14657 model 1.
14658
68b7efaa
RH
146592014-02-12 Richard Henderson <rth@redhat.com>
14660
c70a4b1d 14661 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
14662 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14663 * sysdeps/unix/sysv/linux/alpha: Move directory from
14664 ports/sysdeps/unix/sysv/linux/alpha.
14665 * README: Update listing for alpha-*-linux-gnu.
14666
cb4a2928
JM
146672014-02-11 Joseph Myers <joseph@codesourcery.com>
14668
c941736c
JM
14669 * include/features.h: Update comment documenting feature test
14670 macros.
14671 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
14672 _DEFAULT_SOURCE.
14673 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14674 (_SVID_SOURCE): Likewise.
14675 (_DEFAULT_SOURCE): Update description of default features.
14676 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14677 with _GNU_SOURCE.
14678 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14679 (S_ISVTX): Likewise.
14680 * manual/math.texi (Mathematical Constants): Likewise.
14681 * manual/signal.texi (Interrupted Primitives): Likewise.
14682 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14683 * math/test-matherr.c (_SVID_SOURCE): Do not define.
14684 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14685 Don't refer to _SVID_SOURCE in warning text.
14686
e8d8d7ec
JM
14687 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14688
cb4a2928
JM
14689 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14690 already defined.
14691 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14692 * sysdeps/mips/dl-lookup.c: Remove.
14693 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14694
7e6424e3
AK
146952014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
14696
14697 [BZ #16447]
14698 * math/auto-libm-test-in: Add testcase for expl.
14699 * math/auto-libm-test-out: Regenerate.
14700 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14701 calculation of unsafe.
14702 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14703
75eff3fe
MS
147042014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
14705
14706 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14707 * sysdeps/unix/sysv/linux/aarch64: Move directory from
14708 ports/sysdeps/unix/sysv/linux/aarch64.
14709 * README: Update listing for aarch64*-*-linux-gnu.
14710
d35f1e80
WN
147112014-02-11 Will Newton <will.newton@linaro.org>
14712
14713 * manual/probes.texi (Mathematical Function Probes): Use
14714 "triggered" instead of "hit".
14715
7b3436d4
WN
14716 * manual/probes.texi (Internal Probes): Add documentation
14717 of setjmp, longjmp and longjmp_target probes.
14718
b4f12ca3
WN
14719 * include/stap-probe.h: Add comment about probe argument
14720 format.
14721
c13a72b7
WN
14722 * malloc/mtrace.c (attribute_hidden): Remove unused macro
14723 definition. (tr_where, tr_freehook, tr_mallochook,
14724 tr_reallochook, tr_memalignhook): Use ANSI protoype.
14725
195b8165
DM
147262014-02-11 David S. Miller <davem@davemloft.net>
14727
14728 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14729 processing int_tests.
14730
2ad7600b
JM
147312014-02-10 Joseph Myers <joseph@codesourcery.com>
14732
14733 * sysdeps/mips: Move directory from ports/sysdeps/mips.
14734 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14735 * sysdeps/unix/sysv/linux/mips: Move directory from
14736 ports/sysdeps/unix/sysv/linux/mips.
14737 * README: Update listing for mips-*-linux-gnu and
14738 mips64-*-linux-gnu.
14739
73588a72
AS
147402014-02-10 Andreas Schwab <schwab@linux-m68k.org>
14741
14742 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14743 * sysdeps/unix/sysv/linux/m68k: Move directory from
14744 ports/sysdeps/unix/sysv/linux/m68k.
14745 * README: Update listing for m68k-*-linux-gnu.
14746
4372980f
CM
147472014-02-10 Chris Metcalf <cmetcalf@tilera.com>
14748
14749 * sysdeps/tile: Move directory from ports/sysdeps/tile.
14750 * sysdeps/unix/sysv/linux/generic: Move directory from
14751 ports/sysdeps/unix/sysv/linux/generic.
14752 * sysdeps/unix/sysv/linux/tile: Move directory from
14753 ports/sysdeps/unix/sysv/linux/tile.
14754 * README: Update listing for tile*-*-linux-gnu.
14755
a1ffb40e
OB
147562014-02-10 Ondřej Bílka <neleai@seznam.cz>
14757
57f41c40
AS
14758 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14759 __builtin_expect.
a1ffb40e
OB
14760 * benchtests/bench-memmem.c (simple_memmem): Likewise.
14761 * catgets/open_catalog.c (__open_catalog): Likewise.
14762 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14763 * debug/confstr_chk.c: Likewise.
14764 * debug/fread_chk.c (__fread_chk): Likewise.
14765 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14766 * debug/getgroups_chk.c: Likewise.
14767 * debug/mbsnrtowcs_chk.c: Likewise.
14768 * debug/mbsrtowcs_chk.c: Likewise.
14769 * debug/mbstowcs_chk.c: Likewise.
14770 * debug/memcpy_chk.c: Likewise.
14771 * debug/memmove_chk.c: Likewise.
14772 * debug/mempcpy_chk.c: Likewise.
14773 * debug/memset_chk.c: Likewise.
14774 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14775 * debug/strcat_chk.c (__strcat_chk): Likewise.
14776 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14777 * debug/strncat_chk.c (__strncat_chk): Likewise.
14778 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14779 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14780 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14781 * debug/wcpncpy_chk.c: Likewise.
14782 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14783 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14784 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14785 * debug/wcsncpy_chk.c: Likewise.
14786 * debug/wcsnrtombs_chk.c: Likewise.
14787 * debug/wcsrtombs_chk.c: Likewise.
14788 * debug/wcstombs_chk.c: Likewise.
14789 * debug/wmemcpy_chk.c: Likewise.
14790 * debug/wmemmove_chk.c: Likewise.
14791 * debug/wmempcpy_chk.c: Likewise.
14792 * debug/wmemset_chk.c: Likewise.
14793 * dirent/scandirat.c (SCANDIRAT): Likewise.
14794 * dlfcn/dladdr1.c (dladdr1): Likewise.
14795 * dlfcn/dladdr.c (dladdr): Likewise.
14796 * dlfcn/dlclose.c (dlclose_doit): Likewise.
14797 * dlfcn/dlerror.c (__dlerror): Likewise.
14798 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14799 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14800 * dlfcn/dlopen.c (dlopen_doit): Likewise.
14801 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14802 * dlfcn/dlsym.c (dlsym_doit): Likewise.
14803 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14804 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14805 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14806 Likewise.
14807 * elf/dl-conflict.c: Likewise.
14808 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14809 * elf/dl-dst.h: Likewise.
14810 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14811 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14812 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14813 * elf/dl-init.c (call_init, _dl_init): Likewise.
14814 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
14815 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14816 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14817 Likewise.
a1ffb40e
OB
14818 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14819 Likewise.
14820 * elf/dl-minimal.c (__libc_memalign): Likewise.
14821 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14822 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14823 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14824 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
14825 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14826 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
14827 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14828 * elf/dl-writev.h (_dl_writev): Likewise.
14829 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
14830 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14831 (dl_main): Likewise.
a1ffb40e
OB
14832 * elf/setup-vdso.h (setup_vdso): Likewise.
14833 * grp/compat-initgroups.c (compat_call): Likewise.
14834 * grp/fgetgrent.c (fgetgrent): Likewise.
14835 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14836 * grp/putgrent.c (putgrent): Likewise.
14837 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14838 Likewise.
14839 * hurd/hurdinit.c: Likewise.
14840 * iconvdata/8bit-gap.c (struct): Likewise.
14841 * iconvdata/ansi_x3.110.c : Likewise.
14842 * iconvdata/big5.c : Likewise.
14843 * iconvdata/big5hkscs.c : Likewise.
14844 * iconvdata/cp1255.c: Likewise.
14845 * iconvdata/cp1258.c : Likewise.
14846 * iconvdata/cp932.c : Likewise.
14847 * iconvdata/euc-cn.c: Likewise.
14848 * iconvdata/euc-jisx0213.c : Likewise.
14849 * iconvdata/euc-jp.c: Likewise.
14850 * iconvdata/euc-jp-ms.c : Likewise.
14851 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14852 * iconvdata/gb18030.c : Likewise.
14853 * iconvdata/gbbig5.c (const): Likewise.
14854 * iconvdata/gbgbk.c: Likewise.
14855 * iconvdata/gbk.c : Likewise.
14856 * iconvdata/ibm1364.c : Likewise.
14857 * iconvdata/ibm930.c : Likewise.
14858 * iconvdata/ibm932.c: Likewise.
14859 * iconvdata/ibm933.c : Likewise.
14860 * iconvdata/ibm935.c : Likewise.
14861 * iconvdata/ibm937.c : Likewise.
14862 * iconvdata/ibm939.c : Likewise.
14863 * iconvdata/ibm943.c: Likewise.
14864 * iconvdata/iso_11548-1.c: Likewise.
14865 * iconvdata/iso-2022-cn.c : Likewise.
14866 * iconvdata/iso-2022-cn-ext.c : Likewise.
14867 * iconvdata/iso-2022-jp-3.c: Likewise.
14868 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14869 * iconvdata/iso-2022-kr.c : Likewise.
14870 * iconvdata/iso646.c (gconv_end): Likewise.
14871 * iconvdata/iso_6937-2.c : Likewise.
14872 * iconvdata/iso_6937.c : Likewise.
14873 * iconvdata/iso8859-1.c: Likewise.
14874 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14875 * iconvdata/shift_jisx0213.c : Likewise.
14876 * iconvdata/sjis.c : Likewise.
14877 * iconvdata/t.61.c : Likewise.
14878 * iconvdata/tcvn5712-1.c : Likewise.
14879 * iconvdata/tscii.c: Likewise.
14880 * iconvdata/uhc.c : Likewise.
14881 * iconvdata/unicode.c (gconv_end): Likewise.
14882 * iconvdata/utf-16.c (gconv_end): Likewise.
14883 * iconvdata/utf-32.c (gconv_end): Likewise.
14884 * iconvdata/utf-7.c (base64): Likewise.
14885 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14886 * iconv/gconv_close.c (__gconv_close): Likewise.
14887 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
14888 * iconv/gconv_simple.c (internal_ucs4_loop_single)
14889 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14890 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14891 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14892 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
14893 * iconv/iconv.c (iconv): Likewise.
14894 * iconv/iconv_close.c: Likewise.
14895 * iconv/loop.c (SINGLE): Likewise.
14896 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14897 * include/atomic.h: Likewise.
14898 * inet/inet6_option.c (option_alloc): Likewise.
14899 * intl/bindtextdom.c (set_binding_values): Likewise.
14900 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14901 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14902 * intl/localealias.c (read_alias_file): Likewise.
14903 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
14904 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14905 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
14906 * libio/fmemopen.c (fmemopen): Likewise.
14907 * libio/iofgets.c (_IO_fgets): Likewise.
14908 * libio/iofgets_u.c (fgets_unlocked): Likewise.
14909 * libio/iofgetws.c (fgetws): Likewise.
14910 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14911 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
14912 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14913 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
14914 * locale/findlocale.c (_nl_find_locale): Likewise.
14915 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14916 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14917 Likewise.
14918 * locale/setlocale.c (setlocale): Likewise.
14919 * login/programs/pt_chown.c (main): Likewise.
14920 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14921 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
14922 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14923 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
14924 * math/e_exp2l.c: Likewise.
14925 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14926 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14927 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14928 * math/s_catan.c (__catan): Likewise.
14929 * math/s_catanf.c (__catanf): Likewise.
14930 * math/s_catanh.c (__catanh): Likewise.
14931 * math/s_catanhf.c (__catanhf): Likewise.
14932 * math/s_catanhl.c (__catanhl): Likewise.
14933 * math/s_catanl.c (__catanl): Likewise.
14934 * math/s_ccosh.c (__ccosh): Likewise.
14935 * math/s_ccoshf.c (__ccoshf): Likewise.
14936 * math/s_ccoshl.c (__ccoshl): Likewise.
14937 * math/s_cexp.c (__cexp): Likewise.
14938 * math/s_cexpf.c (__cexpf): Likewise.
14939 * math/s_cexpl.c (__cexpl): Likewise.
14940 * math/s_clog10.c (__clog10): Likewise.
14941 * math/s_clog10f.c (__clog10f): Likewise.
14942 * math/s_clog10l.c (__clog10l): Likewise.
14943 * math/s_clog.c (__clog): Likewise.
14944 * math/s_clogf.c (__clogf): Likewise.
14945 * math/s_clogl.c (__clogl): Likewise.
14946 * math/s_csin.c (__csin): Likewise.
14947 * math/s_csinf.c (__csinf): Likewise.
14948 * math/s_csinh.c (__csinh): Likewise.
14949 * math/s_csinhf.c (__csinhf): Likewise.
14950 * math/s_csinhl.c (__csinhl): Likewise.
14951 * math/s_csinl.c (__csinl): Likewise.
14952 * math/s_csqrt.c (__csqrt): Likewise.
14953 * math/s_csqrtf.c (__csqrtf): Likewise.
14954 * math/s_csqrtl.c (__csqrtl): Likewise.
14955 * math/s_ctan.c (__ctan): Likewise.
14956 * math/s_ctanf.c (__ctanf): Likewise.
14957 * math/s_ctanh.c (__ctanh): Likewise.
14958 * math/s_ctanhf.c (__ctanhf): Likewise.
14959 * math/s_ctanhl.c (__ctanhl): Likewise.
14960 * math/s_ctanl.c (__ctanl): Likewise.
14961 * math/w_pow.c: Likewise.
14962 * math/w_powf.c: Likewise.
14963 * math/w_powl.c: Likewise.
14964 * math/w_scalb.c (sysv_scalb): Likewise.
14965 * math/w_scalbf.c (sysv_scalbf): Likewise.
14966 * math/w_scalbl.c (sysv_scalbl): Likewise.
14967 * misc/error.c (error_tail): Likewise.
14968 * misc/pselect.c (__pselect): Likewise.
14969 * nis/nis_callback.c (__nis_create_callback): Likewise.
14970 * nis/nis_call.c (__nisfind_server): Likewise.
14971 * nis/nis_creategroup.c (nis_creategroup): Likewise.
14972 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14973 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14974 * nis/nis_getservlist.c (nis_getservlist): Likewise.
14975 * nis/nis_lookup.c (nis_lookup): Likewise.
14976 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
14977 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14978 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 14979 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
14980 * nis/nss_compat/compat-grp.c (getgrent_next_file)
14981 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14982 * nis/nss_compat/compat-initgroups.c (add_group)
14983 (internal_getgrent_r): Likewise.
14984 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14985 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14986 * nis/nss_compat/compat-spwd.c (getspent_next_file)
14987 (internal_getspnam_r): Likewise.
14988 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14989 (_nss_nis_getaliasbyname_r): Likewise.
14990 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14991 (_nss_nis_getntohost_r): Likewise.
14992 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14993 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14994 (_nss_nis_getgrgid_r): Likewise.
14995 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14996 (internal_nis_gethostent_r, internal_gethostbyname2_r)
14997 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14998 (_nss_nis_gethostbyname4_r): Likewise.
14999 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15000 (initgroups_netid): Likewise.
a1ffb40e 15001 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
15002 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15003 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15004 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15005 (_nss_nis_getprotobynumber_r): Likewise.
15006 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15007 (_nss_nis_getsecretkey): Likewise.
15008 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15009 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15010 (_nss_nis_getpwuid_r): Likewise.
15011 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15012 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15013 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15014 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15015 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15016 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
15017 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15018 Likewise.
57f41c40
AS
15019 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15020 (_nss_nisplus_getntohost_r): Likewise.
15021 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15022 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15023 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15024 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 15025 Likewise.
57f41c40
AS
15026 * nis/nss_nisplus/nisplus-initgroups.c
15027 (_nss_nisplus_initgroups_dyn): Likewise.
15028 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15029 (_nss_nisplus_getnetbyaddr_r): Likewise.
15030 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15031 (_nss_nisplus_getprotobynumber_r): Likewise.
15032 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15033 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
15034 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15035 Likewise.
57f41c40
AS
15036 * nis/nss_nisplus/nisplus-service.c
15037 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15038 (_nss_nisplus_getservbyport_r): Likewise.
15039 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15040 (_nss_nisplus_getspnam_r): Likewise.
15041 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15042 Likewise.
a1ffb40e
OB
15043 * nscd/aicache.c (addhstaiX): Likewise.
15044 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
15045 * nscd/connections.c (register_traced_file, send_ro_fd)
15046 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15047 (main_loop_epoll): Likewise.
a1ffb40e
OB
15048 * nscd/grpcache.c (addgrbyX): Likewise.
15049 * nscd/hstcache.c (addhstbyX): Likewise.
15050 * nscd/initgrcache.c (addinitgroupsX): Likewise.
15051 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
15052 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15053 (addinnetgrX): Likewise.
15054 * nscd/nscd-client.h (__nscd_acquire_maplock)
15055 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
15056 * nscd/nscd_getai.c (__nscd_getai): Likewise.
15057 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15058 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15059 Likewise.
15060 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15061 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
15062 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15063 (__nscd_get_map_ref): Likewise.
a1ffb40e 15064 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
15065 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15066 Likewise.
a1ffb40e
OB
15067 * nscd/pwdcache.c (addpwbyX): Likewise.
15068 * nscd/selinux.c (preserve_capabilities): Likewise.
15069 * nscd/servicescache.c (addservbyX): Likewise.
15070 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15071 * posix/fnmatch.c (fnmatch): Likewise.
15072 * posix/getopt.c (_getopt_internal_r): Likewise.
15073 * posix/glob.c (glob, glob_in_dir): Likewise.
15074 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
15075 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15076 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
15077 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15078 * resolv/res_init.c: Likewise.
15079 * resolv/res_mkquery.c (res_nmkquery): Likewise.
15080 * resolv/res_query.c (__libc_res_nquery): Likewise.
15081 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15082 Likewise.
15083 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15084 * stdio-common/perror.c (perror): Likewise.
15085 * stdio-common/printf_fp.c (___printf_fp): Likewise.
15086 * stdio-common/tmpnam.c (tmpnam): Likewise.
15087 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15088 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
15089 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15090 Likewise.
a1ffb40e
OB
15091 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15092 * stdlib/putenv.c (putenv): Likewise.
15093 * stdlib/setenv.c (__add_to_environ): Likewise.
15094 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15095 * stdlib/strtol_l.c (INTERNAL): Likewise.
15096 * string/memmem.c (memmem): Likewise.
15097 * string/strerror.c (strerror): Likewise.
15098 * string/strnlen.c (__strnlen): Likewise.
15099 * string/test-memmem.c (simple_memmem): Likewise.
15100 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15101 * sunrpc/pm_getport.c (__get_socket): Likewise.
15102 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15103 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
15104 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15105 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
15106 Likewise.
15107 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15108 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15109 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15110 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15111 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
15112 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15113 Likewise.
15114 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15115 Likewise.
a1ffb40e
OB
15116 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15117 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15118 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15119 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15120 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15121 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15122 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15123 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15124 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15125 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15126 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15127 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15128 Likewise.
15129 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15130 Likewise.
15131 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15132 Likewise.
15133 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15134 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15135 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15136 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15137 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15138 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15139 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15140 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15141 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15142 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15143 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15144 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15145 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15146 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15147 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
15148 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15149 Likewise.
a1ffb40e
OB
15150 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15151 Likewise.
15152 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15153 Likewise.
15154 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15155 Likewise.
15156 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15157 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15158 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15159 Likewise.
15160 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15161 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15162 * sysdeps/posix/opendir.c (__opendirat): Likewise.
15163 * sysdeps/posix/sleep.c: Likewise.
15164 * sysdeps/posix/tempname.c: Likewise.
15165 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15166 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15167 Likewise.
57f41c40
AS
15168 * sysdeps/powerpc/powerpc32/dl-machine.h
15169 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
15170 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15171 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15172 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15173 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15174 Likewise.
15175 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15176 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15177 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15178 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15179 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15180 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15181 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15182 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15183 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15184 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15185 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15186 (elf_machine_lazy_rel): Likewise.
a1ffb40e 15187 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15188 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15189 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15190 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15191 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15192 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15193 * sysdeps/unix/grantpt.c (grantpt): Likewise.
15194 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15195 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15196 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15197 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15198 Likewise.
15199 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15200 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15201 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15202 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15203 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15204 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15205 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15206 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15207 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15208 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15209 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15210 Likewise.
15211 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15212 (__posix_fallocate64_l64): Likewise.
15213 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15214 (posix_fallocate): Likewise.
57f41c40
AS
15215 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15216 Likewise.
a1ffb40e 15217 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
15218 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15219 (getifaddrs_internal): Likewise.
a1ffb40e
OB
15220 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15221 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15222 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15223 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15224 * sysdeps/unix/sysv/linux/posix_fallocate64.c
15225 (__posix_fallocate64_l64): Likewise.
15226 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15227 Likewise.
15228 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
15229 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15230 (__get_clockfreq): Likewise.
a1ffb40e
OB
15231 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15232 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15233 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15234 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15235 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15236 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15237 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15238 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15239 Likewise.
15240 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15241 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15242 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15243 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15244 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15245 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15246 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15247 Likewise.
15248 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15249 (posix_fallocate): Likewise.
15250 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15251 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15252 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
15253 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15254 (elf_machine_rela, elf_machine_rela_relative)
15255 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
15256 * time/asctime.c (asctime_internal): Likewise.
15257 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15258 * time/tzset.c (__tzset_parse_tz): Likewise.
15259 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15260 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15261 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15262 * wcsmbs/wcsmbsload.h: Likewise.
15263
f3d338c9
OB
15264 [BZ #15894]
15265 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15266
57f41c40
AS
15267 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15268 (arena_get2): Remove THREAD_STATS conditionals.
15269 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15270 (__malloc_stats, int): Likewise.
bdfe308a 15271
d674667c
MF
152722014-02-08 Mike Frysinger <vapier@gentoo.org>
15273
15274 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15275 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
15276
6349768c
MF
15277 * manual/setjmp.texi: Fix typos/grammar errors.
15278
0b7c7473
MF
15279 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15280 Only return early when n is <= 0. Delete unused return statement.
15281
ac8cc9e3
MF
15282 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15283 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15284 * debug/tst-longjmp_chk3.c: New file.
15285
c5bb8e23
MF
15286 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15287 (test_main): Replace code with set_fortify_handler call.
15288 * debug/test-strcpy_chk.c: Likewise.
15289 * debug/tst-chk1.c: Likewise.
15290 * debug/tst-longjmp_chk.c: Likewise.
15291 * test-skeleton.c: Include fcntl.h & paths.h
15292 (set_fortify_handler): Define.
15293
10444e42
MF
15294 * debug/tst-longjmp_chk.c: Add header comment and include
15295 ../test-skeleton.c.
15296 (do_test): Mark static.
15297 (TEST_FUNCTION): Define.
15298
1e805e8d
MF
15299 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15300 (IP_PMTUDISC_INTERFACE): Likewise.
15301 (IP_MULTICAST_IF): Likewise.
15302 (IP_MULTICAST_TTL): Likewise.
15303 (IP_MULTICAST_LOOP): Likewise.
15304 (IP_ADD_MEMBERSHIP): Likewise.
15305 (IP_DROP_MEMBERSHIP): Likewise.
15306 (IP_UNBLOCK_SOURCE): Likewise.
15307 (IP_BLOCK_SOURCE): Likewise.
15308 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15309 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15310 (IP_MSFILTER): Likewise.
15311 (MCAST_JOIN_GROUP): Likewise.
15312 (MCAST_BLOCK_SOURCE): Likewise.
15313 (MCAST_UNBLOCK_SOURCE): Likewise.
15314 (MCAST_LEAVE_GROUP): Likewise.
15315 (MCAST_JOIN_SOURCE_GROUP): Likewise.
15316 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15317 (MCAST_MSFILTER): Likewise.
15318 (IP_MULTICAST_ALL): Likewise.
15319 (IP_UNICAST_IF): Likewise.
15320
73f79bb7
MF
15321 * timezone/Makefile: Delete $(have-ksh) check.
15322 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15323 * timezone/tzselect.ksh: Add +x mode bits.
15324
8da79b60
MF
15325 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15326 (ANON_INODE_FS_MAGIC): Likewise.
15327 (BDEVFS_MAGIC): Likewise.
15328 (BINFMTFS_MAGIC): Likewise.
15329 (BTRFS_TEST_MAGIC): Likewise.
15330 (CRAMFS_MAGIC_WEND): Likewise.
15331 (DEBUGFS_MAGIC): Likewise.
15332 (ECRYPTFS_SUPER_MAGIC): Likewise.
15333 (EXT3_SUPER_MAGIC): Likewise.
15334 (EXT4_SUPER_MAGIC): Likewise.
15335 (FUTEXFS_SUPER_MAGIC): Likewise.
15336 (HOSTFS_SUPER_MAGIC): Likewise.
15337 (HUGETLBFS_MAGIC): Likewise.
15338 (MINIX3_SUPER_MAGIC): Likewise.
15339 (MTD_INODE_FS_MAGIC): Likewise.
15340 (NILFS_SUPER_MAGIC): Likewise.
15341 (OPENPROM_SUPER_MAGIC): Likewise.
15342 (PIPEFS_MAGIC): Likewise.
15343 (PSTOREFS_MAGIC): Likewise.
15344 (QNX6_SUPER_MAGIC): Likewise.
15345 (RAMFS_MAGIC): Likewise.
15346 (REISERFS_SUPER_MAGIC_STRING): Likewise.
15347 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15348 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15349 (SECURITYFS_MAGIC): Likewise.
15350 (SELINUX_MAGIC): Likewise.
15351 (SMACK_MAGIC): Likewise.
15352 (SOCKFS_MAGIC): Likewise.
15353 (SQUASHFS_MAGIC): Likewise.
15354 (STACK_END_MAGIC): Likewise.
15355 (TMPFS_MAGIC): Likewise.
15356 (USBDEVICE_SUPER_MAGIC): Likewise.
15357 (V9FS_MAGIC): Likewise.
15358 (XENFS_SUPER_MAGIC): Likewise.
15359 (CRAMFS_MAGIC): Fix typo in comment.
15360 (EXT2_SUPER_MAGIC): Update comment.
15361 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15362
464263cc
JM
153632014-02-08 Joseph Myers <joseph@codesourcery.com>
15364
c6bfe5c4
JM
15365 * sysdeps/arm: Move directory from ports/sysdeps/arm.
15366 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15367 * sysdeps/unix/sysv/linux/arm: Move directory from
15368 ports/sysdeps/unix/sysv/linux/arm.
15369 * README: Update listing for arm-*-linux-gnueabi.
15370
464263cc
JM
15371 * README: Remove mention of am33.
15372
32749f6c
RM
153732014-02-07 Roland McGrath <roland@hack.frob.com>
15374
15375 * bits/sigset.h (__sigemptyset): Use a statement expression rather
15376 than the comma operator, to avoid "rhs of comma has no effect"
15377 compiler warnings.
15378 (__sigfillset, __sigandset, __sigorset): Likewise.
15379 * include/signal.h (__sigemptyset): Likewise.
15380 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15381
d5b396c1
AM
153822014-02-07 Allan McRae <allan@archlinux.org>
15383
15384 * version.h (RELEASE): Set to "development".
15385 (VERSION): Set to "2.19.90"
15386 * NEWS: Add 2.20 section.
15387
3bfff2ed
CD
153882014-02-06 Carlos O'Donell <carlos@redhat.com>
15389
15390 [BZ #16529]
15391 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15392
ee7cc385
SP
153932014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
15394
15395 * manual/contrib.texi: Update entry for Carlos O'Donell,
15396 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15397
f877c4f2
CD
153982014-02-05 Carlos O'Donell <carlos@rehdat.com>
15399
27e839f6
CD
15400 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15401
f877c4f2
CD
15402 * sysdeps/unix/sysv/linux/kernel-features.h
15403 [__LINUX_KERNEL_VERSION >= 0x020621]
15404 (__ASSUME_PROC_PID_TASK_COMM): Define.
15405
68159946
SP
154062014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
15407
ba17cdbd
SP
15408 [BZ #16398]
15409 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15410 conversion when destination buffer does not have enough space.
15411 * libio/tst-ftell-partial-wide.c: New test case.
15412 * libio/Makefile (tests): Add tst-ftell-partial-wide.
15413
68159946
SP
15414 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15415 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
15416 Leonard and Allan McRae.
15417
2b528732
DM
154182014-02-04 David S. Miller <davem@davemloft.net>
15419
15420 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15421 32-bit.
15422
0ff82463
AZ
154232014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15424
57f41c40
AS
15425 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15426 New file
c01603f7
AZ
15427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15428 New file
57f41c40
AS
15429 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15430 New file.
15431 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15432 New file.
c01603f7
AZ
15433 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15434 New file.
57f41c40
AS
15435 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15436 New file.
15437 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15438 New file.
c01603f7
AZ
15439 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15440 New file.
15441 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15442 New file.
15443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15444 New file.
15445 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15446 New file.
15447 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15448 New file.
15449 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15450 New file.
15451
154522014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15453
0ff82463
AZ
15454 * nptl/shlib-versions: Change powerpc*le start to 2.17.
15455 * shlib-versions: Likewise.
15456
1695c773
AZ
154572014-02-04 Roland McGrath <roland@hack.frob.com>
15458 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15459
15460 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15461 (abilist-pattern): New variable, set to %-le.abilist.
15462
15463 * Makerules (abilist-pattern): New variable.
15464 (vpath): Use $(abilist-pattern) in place of %.abilist.
15465 (check-abi-% pattern rule): Likewise.
15466 (check-abi, update-abi): Likewise.
15467
6c0ce4b4
EW
154682014-02-04 Eric Wong <normalperson@yhbt.net>
15469
15470 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15471
481e3524
CD
154722014-02-03 Carlos O'Donell <carlos@redhat.com>
15473
15474 * manual/startup.texi: Add next, previous, and top entries for
15475 the `Program Arguments' and `Environment Variables' nodes.
15476
375592d3
AO
154772014-02-03 Alexandre Oliva <aoliva@redhat.com>
15478
15479 * manual/macros.texi: Add comments before MTASC-safety macros.
15480
f54838ba
AO
15481 * manual/users.texi: Document MTASC-safety properties.
15482
57f41c40
AS
15483 * manual/threads.texi (pthread_key_create, pthread_key_delete)
15484 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
15485 @deftypefun, and add @safety note.
15486 * manual/signal.texi: Move comments that analyze the above
15487 functions to their home place.
15488
fd3daba4
AM
154892014-02-03 Allan McRae <allan@archlinux.org>
15490
15491 * po/sl.po: Update Slovenian translation from translation project.
15492
597636d7
AO
154932014-02-02 Alexandre Oliva <aoliva@redhat.com>
15494
15495 * manual/time.texi (timegm): Add missing blank after @c.
15496 Reported by Joseph Myers <joseph@codesourcery.com>.
15497
ee196e3c
AO
154982014-02-01 Alexandre Oliva <aoliva@redhat.com>
15499
15500 * manual/check-safety.sh: New.
15501 * manual/Makefile ($(objpfx)stamp-summary): Run it.
15502
f8d529d5
AO
15503 * manual/terminal.texi: Document MTASC-safety properties.
15504
de55fdf4
AO
15505 * manual/filesys.texi: Document MTASC-safety properties.
15506
c3299c08
AO
15507 * manual/errno.texi: Document MTASC-safety properties.
15508
06e90b14
AO
15509 * manual/intro.texi: Document safety identifiers and
15510 conditionals.
15511
1acd4371
AO
15512 * manual/string.texi (wcstok): Fix prototype.
15513 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15514
23e5b8cb
AO
15515 * manual/time.texi: Document MTASC-safety properties.
15516
11087373
AO
15517 * manual/string.texi: Document MTASC-safety properties.
15518
5da2c93d
AO
15519 * manual/threads.texi: Document MTASC-safety properties.
15520
171e9210
AO
15521 * manual/stdio.texi: Document MTASC-safety properties.
15522
d9e02532
AO
15523 * manual/syslog.texi: Document MTASC-safety properties.
15524
6af8bab7
AO
15525 * manual/sysinfo.texi: Document MTASC-safety properties.
15526
663b02d7
AO
15527 * manual/startup.texi: Document MTASC-safety properties.
15528
973f180b
AO
15529 * manual/socket.texi: Document MTASC-safety properties.
15530
8f3c25c8
AO
15531 * manual/signal.texi: Document MTASC-safety properties.
15532
542210fb
AO
155332014-01-31 Alexandre Oliva <aoliva@redhat.com>
15534
15535 * manual/setjmp.texi: Document MTASC-safety properties.
15536
433c45a2
AO
15537 * manual/search.texi: Document MTASC-safety properties.
15538
c8ce789c
AO
15539 * manual/resource.texi: Document MTASC-safety properties.
15540
19f5d29c
AO
15541 * manual/process.texi: Document MTASC-safety properties.
15542
e2dfb7f4
AO
15543 * manual/platform.texi: Document MTASC-safety properties.
15544
8c1413f5
AO
15545 * manual/pipe.texi: Document MTASC-safety properties.
15546
03483ada
AO
15547 * manual/pattern.texi: Document MTASC-safety properties.
15548
29e7e2df
AO
15549 * manual/message.texi: Document MTASC-safety properties.
15550
9f529d7c
AO
15551 [BZ #12751]
15552 * manual/memory.texi: Document MTASC-safety properties.
15553
27aaa791
AO
15554 * manual/math.texi: Document MTASC-safety properties.
15555
f2d58726
AO
15556 * manual/locale.texi: Document MTASC-safety properties.
15557
2cc3615c
AO
15558 * manual/llio.texi: Document MTASC-safety properties.
15559
d9f0ec97
AO
15560 * manual/libdl.texi: New.
15561
e7c4409a
AO
15562 * manual/lang.texi: Document MTASC-safety properties.
15563
27bdc63c
AO
15564 * manual/job.texi: Document MTASC-safety properties.
15565
a7b90ea9
AO
15566 * manual/getopt.texi: Document MTASC-safety properties.
15567
c49130e3
AO
15568 * manual/ctype.texi: Document MTASC-safety properties.
15569
0d23a5c1
MR
155702014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
15571
15572 [BZ #16046]
15573 * csu/libc-tls.c (static_map): Remove variable.
15574 (__libc_setup_tls): Use main executable's link map for TLS data.
15575 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15576 casing for LM_ID_BASE and GL(dl_nns).
15577 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15578 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
15579 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15580 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15581 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15582 member.
15583 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15584 l_phnum members.
15585
0037bb60
AO
155862014-01-30 Alexandre Oliva <aoliva@redhat.com>
15587
15588 * manual/debug.texi: Document MTASC-safety properties.
15589
409e00bd
L
155902014-01-29 H.J. Lu <hongjiu.lu@intel.com>
15591
15592 [BZ #16510]
15593 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15594 of __x86_64__ when disabling x87 inline functions.
15595
86e60666
AO
155962014-01-29 Alexandre Oliva <aoliva@redhat.com>
15597
15598 * manual/charset.texi: Document MTASC-safety properties.
15599
76167637
AO
15600 * manual/crypt.texi: Document MTASC-safety properties.
15601
e567f2a0
AO
15602 * manual/conf.texi: Document MTASC-safety properties.
15603
b719dafd
AO
15604 * manual/arith.texi: Document MTASC-safety properties.
15605
4a16c662
AO
15606 * manual/argp.texi: Document MTASC-safety properties.
15607
0a57b83e
AO
15608 * manual/macros.texi: Introduce macros to document multi
15609 thread, asynchronous signal and asynchronous cancellation
15610 safety properties.
15611 * manual/intro.texi: Introduce the properties themselves.
15612
feab2397
KK
156132014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15614
15615 * sysdeps/sh/sh4/Makefile: New file.
15616
1c0d11bc
AS
156172014-01-27 Andreas Schwab <schwab@linux-m68k.org>
15618
15619 * math/gen-libm-test.pl ($srcdir): New variable.
15620 ($auto_input): Use it.
15621
af37a8a3
SP
156222014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15623
d7b00f98
SP
15624 [BZ #16506]
15625 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15626 access beyond array bounds when parsing netgroups file.
15627
af37a8a3
SP
15628 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15629 the old buffer before realloc.
15630
0c00f062
AM
156312014-01-27 Allan McRae <allan@archlinux.org>
15632
15633 * po/fr.po: Update French translation from translation project.
15634
7d69a1b0
KK
156352014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15636
15637 * sysdeps/sh/libm-test-ulps: Regenerate.
15638
6e697ff7
DM
156392014-01-24 David S. Miller <davem@davemloft.net>
15640
15641 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15642
9cadb35c
KK
156432014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15644
15645 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15646 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15647
5d41dadf
SP
156482013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
15649
15650 [BZ #16474]
15651 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15652 string pointers after reallocation.
15653
0bad441c
KK
156542014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15655
15656 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15657 __SH4A__ instead of __SH_FPU_ANY__.
15658
7007c661
KK
156592014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15660
15661 * sysdeps/sh/fpu_control.h: New file.
15662 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15663 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15664 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15665 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15666 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15667 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15668 * sysdeps/sh/sys/ucontext.h: Remove.
15669 * sysdeps/sh/sys: Remove directory.
15670
0f0c35e4
AK
156712014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15672
15673 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15674 s390/sys/ucontext.h.
15675 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15676 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15677
4959e284
L
156782014-01-20 H.J. Lu <hongjiu.lu@intel.com>
15679
15680 [BZ #15605]
15681 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15682
d98720e0
AZ
156832014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15684
15685 [BZ#16431]
15686 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15687 Adjust the vDSO correctly for internal calls.
15688 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15689
91cbd0bc
AM
156902014-01-20 Allan McRae <allan@archlinux.org>
15691
15692 * po/ca.po: Update Catalan translation from translation project.
15693
7a02cfad
MF
156942014-01-16 Mike Frysinger <vapier@gentoo.org>
15695
15696 * sysdeps/s390/sotruss-lib.c: New file.
15697
736c304a
AZ
156982014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15699
15700 [BZ#16430]
6e077ee5 15701 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
15702 (__GI___gettimeofday): Alias for a different internal symbol to avoid
15703 local calls issues by not having a PLT stub required for IFUNC calls.
15704 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15705
94d0cea0
JM
157062014-01-16 Joseph Myers <joseph@codesourcery.com>
15707
15708 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15709 * math/test-fpucw-static.c: Likewise.
15710
980cb518
SP
157112013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
15712
15713 [BZ #16453]
15714 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15715
2393fc01
AZ
157162014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15717
15718 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15719 implementation for powerpc.
15720
d359bcc2
OB
157212014-01-15 Ondřej Bílka <neleai@seznam.cz>
15722
15723 [BZ #14782]
15724 * sysdeps/posix/system.c (__libc_system): Do not enable
15725 asynchronous cancellation.
15726
7beb48cb
AK
157272014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15728
15729 [BZ #16427]
15730 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15731 handling only for numbers special also in the IEEE case.
15732
c20d5bf5
AK
157332014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15734
15735 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15736
e83bd4ee
AM
157372014-01-11 Allan McRae <allan@archlinux.org>
15738
76d0ea69
AM
15739 * po/bg.po: Update Bulgarian translation from translation project.
15740
e83bd4ee
AM
15741 * po/de.po: Update German translation from translation project.
15742
bc2ba20a
RM
157432014-01-10 Roland McGrath <roland@hack.frob.com>
15744
15745 * sysdeps/generic/gcc-compat.h: New file.
15746
649ecea2
SP
157472014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
15748
15749 * benchtests/asin-inputs: Correct slow inputs.
15750 * benchtests/acos-inputs: Likewise.
15751
1b19c006
AM
157522014-01-10 Allan McRae <allan@archlinux.org>
15753
a46dab08
AM
15754 * po:sv.po: Update Swedish translation from translation project.
15755
421df74a
AM
15756 * po/vi.po: Update Vietnamese translation from translation project.
15757
d61c51a7
AM
15758 * po/eo.po: Update Esperanto translation from translation project.
15759
0339a319
AM
15760 * po/cs.po: Update Czech translation from translation project.
15761
94ad3e99
AM
15762 * po/nl.po: Update Dutch translation from translation project.
15763
e349ca71
AM
15764 * po/pl.po: Update Polish translation from translation project.
15765
ddf930c1
AM
15766 * po/ru.po: Update Russian translation from translation project.
15767
1b19c006
AM
15768 * po/uk.po: Update Ukrainian translation from translation project.
15769
9f236c49
BM
157702014-01-08 Brooks Moses <bmoses@google.com>
15771
15772 * elf/dl-load.c: Fix comment typo.
15773
cd6701cf
CD
157742014-01-08 Carlos O'Donell <carlos@redhat.com>
15775
15776 * po/header.pot: Rename to...
15777 * po/pot.header: ... this.
15778 * po/Makefile: Use pot.header.
15779
66671c84
YK
157802014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
15781 Maxim Kuvyrkov <maxim@kugelworks.com>
15782
15783 [BZ #16394]
cd6701cf
CD
15784 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15785 SRC and DEST against LEN.
66671c84 15786
38f34581
AZ
157872014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15788
15789 [BZ #16414]
15790 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15791 implementation.
15792 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15793
157942014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
15795
15796 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15797
4c327f2a
JM
157982014-01-08 Joseph Myers <joseph@codesourcery.com>
15799
15800 [BZ #16408]
15801 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15802 for large positive arguments.
15803
b821f414
JM
158042014-01-07 Joseph Myers <joseph@codesourcery.com>
15805
1f0f2067
JM
15806 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15807
a5a326f6
JM
15808 * math/auto-libm-test-in: Mark various tests with
15809 xfail-rounding:ldbl-128ibm.
15810 * math/auto-libm-test-out: Regenerated.
15811
b821f414
JM
15812 [BZ #16407]
15813 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15814 Increase overflow threshold.
15815
94c8a4bc
OB
158162014-01-07 Ondřej Bílka <neleai@seznam.cz>
15817
15818 [BZ #14286]
15819 * stdio-common/vfprintf.c: Check for integer overflow.
15820
87ded0c3
AK
158212014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15822
15823 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15824 the first argument and return value of __tls_get_addr_internal.
15825
c5eebdd0
AK
158262014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15827
15828 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15829 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15830
05d138ef
AK
158312014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15832
15833 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15834 * sysdeps/s390/rtld-global-offsets.sym: New file.
15835 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15836 GLIBC_2.19 symbol.
15837 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15838 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15839 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15840 ... this.
15841 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15842 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15843 ... this.
15844 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15845 Regenerate.
15846 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15847 Regenerate.
15848 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15849 halfs of GPRs for high_gprs contexts.
15850 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15851 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
15852 field.
15853 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15854 uc_flags field.
15855 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15856 64 bit versions:
15857 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15858 for high GPRs (uc_high_gprs) and for future extensions
15859 (__reserved).
15860 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15861 for future extensions (__reserved).
15862 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15863 64 bit versions:
15864 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15865 SC_HIGHGPRS offset definition.
15866 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15867 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15868
93a45ff1
AK
15869 * Versions.def: Add GLIBC_2.19 for libpthread.
15870 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15871 siglongjmp for libpthread with GLIBC_2.19 symver.
15872 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15873 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15874 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15875 * sysdeps/s390/__longjmp.c: New file.
15876 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15877 * sysdeps/s390/longjmp.c: New file.
15878 * sysdeps/s390/setjmp.S: New file.
15879 * sysdeps/s390/sigjmp.S: New file.
15880 * sysdeps/s390/v1-longjmp.c: New file.
15881 * sysdeps/s390/v1-setjmp.h: New file.
15882 * sysdeps/s390/v1-sigjmp.c: New file.
15883 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15884 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15885 GLIBC_2.19 version.
15886 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15887 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15888 versioned symbols for ____longjmp_chk.
15889 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15890 Likewise.
15891 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15892 Regenerate.
15893 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15894 Regenerate.
15895 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15896 Regenerate.
15897 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15898 Regenerate.
15899 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15900 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15901 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15902 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15903 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15904 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15905 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15906 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15907 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15908 * sysdeps/s390/rtld-__longjmp.c: New file.
15909 * sysdeps/s390/rtld-setjmp.S: New file.
15910
eb3fc44b
JM
159112014-01-06 Joseph Myers <joseph@codesourcery.com>
15912
15913 [BZ #16400]
15914 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15915 Return -__logl (x) for small positive arguments without evaluating
15916 a polynomial.
15917
9341dde4
MF
159182014-01-06 Mike Frysinger <vapier@gentoo.org>
15919
15920 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15921 Rename to ...
15922 (__ptrace_peeksiginfo_args): ... this.
15923 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15924 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15925 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15926
4cff0293
AM
159272014-01-06 Allan McRae <allan@archlinux.org>
15928
15929 * inet/netinet/in.h: Fix typo in comment.
15930
75595dcf
AJ
159312014-01-05 Andreas Jaeger <aj@suse.de>
15932
15933 * sysdeps/i386/fpu/libm-test-ulps: Update.
15934
79c1e109
AM
159352014-01-05 Allan McRae <allan@archlinux.org>
15936
dd804818
AM
15937 * po/libc.pot: Regenerated.
15938
79c1e109
AM
15939 * malloc/memusagestat.c: Fix gettext call formatting.
15940
0c813d1f
SK
159412014-01-04 Sami Kerola <kerolasa@iki.fi>
15942
15943 * nscd/nscd.c: Improve usage() output.
15944
20f4a8d9
MF
159452014-01-04 Mike Frysinger <vapier@gentoo.org>
15946
15947 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15948 * sysdeps/unix/sysv/linux/configure: Regenerated.
15949 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15950 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15951
22562bb2
JM
159522014-01-03 Joseph Myers <joseph@codesourcery.com>
15953
15954 [BZ #16390]
15955 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15956 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15957
d7ad2d9b
AZ
159582014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15959
15960 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15961 extra tokens at end of #undef directive.
15962 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15963 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15964 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15965
7dd009d8
JM
159662014-01-03 Joseph Myers <joseph@codesourcery.com>
15967
24db925a
JM
15968 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15969
7dd009d8
JM
15970 * math/auto-libm-test-in: Mark various tests with
15971 xfail-rounding:ldbl-128ibm.
15972 * math/auto-libm-test-out: Regenerated.
15973
396e3ecf
JM
159742014-01-02 Joseph Myers <joseph@codesourcery.com>
15975
819e5d50
JM
15976 [BZ #16386]
15977 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15978 numbers with subnormal high part when calculating exponent.
15979
90b6a1e5
JM
15980 [BZ #16385]
15981 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15982 fabs.
15983
396e3ecf
JM
15984 [BZ #16384]
15985 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15986 M_LN2l.
15987 (__ieee754_acoshl): Use __log1pl not __log1p.
15988
6c8dbf00
OB
159892013-01-02 Ondřej Bílka <neleai@seznam.cz>
15990
57f41c40
AS
15991 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15992 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15993 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15994 (grow_heap, heap_trim, _int_new_arena, get_free_list)
15995 (reused_arena, arena_get2): Convert to GNU style.
15996 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15997 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15998 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 15999 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
16000 * malloc/malloc.c (__malloc_assert, malloc_init_state)
16001 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16002 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16003 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16004 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16005 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 16006 * malloc/malloc.h: Likewise.
57f41c40
AS
16007 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16008 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 16009 * malloc/mcheck.h: Likewise.
57f41c40
AS
16010 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16011 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
16012 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16013 * malloc/morecore.c (__default_morecore): Likewise.
16014 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
16015 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16016 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16017 (print_and_abort): Likewise.
6c8dbf00
OB
16018 * malloc/obstack.h: Likewise.
16019 * malloc/set-freeres.c (__libc_freeres): Likewise.
16020 * malloc/tst-mallocstate.c (main): Likewise.
16021 * malloc/tst-mtrace.c (main): Likewise.
16022 * malloc/tst-realloc.c (do_test): Likewise.
16023
d4124212
SP
160242013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
16025
9a3c6a6f
SP
16026 [BZ #16366]
16027 * nscd/netgroupcache.c (do_notfound): New function.
16028 (addgetnetgrentX): Use it.
16029
d4124212
SP
16030 [BZ # 16365]
16031 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16032 NSS_STATUS_NOTFOUND.
16033
97b9a009
JM
160342014-01-01 Joseph Myers <joseph@codesourcery.com>
16035
16036 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16037 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16038
d4697bc9
AM
160392014-01-01 Allan McRae <allan@archlinux.org>
16040
ddb3687f
AM
16041 * scripts/update-copyrights: Update configure input file suffix.
16042
88726d48
AM
16043 * NEWS: Update copyright year.
16044 * catgets/gencat.c: Likewise.
16045 * csu/version.c: Likewise.
16046 * debug/catchsegv.sh: Likewise.
16047 * debug/pcprofiledump.c: Likewise.
16048 * debug/xtrace.sh: Likewise.
16049 * elf/ldconfig.c: Likewise.
16050 * elf/ldd.bash.in: Likewise.
16051 * elf/pldd.c: Likewise.
16052 * elf/sotruss.ksh: Likewise.
16053 * elf/sprof.c: Likewise.
16054 * iconv/iconv_prog.c: Likewise.
16055 * iconv/iconvconfig.c: Likewise.
16056 * locale/programs/locale.c: Likewise.
16057 * locale/programs/localedef.c: Likewise.
16058 * login/programs/pt_chown.c: Likewise.
16059 * malloc/memusage.sh: Likewise.
16060 * malloc/memusagestat.c: Likewise.
16061 * malloc/mtrace.pl: Likewise.
16062 * manual/libc.texinfo: Likewise.
16063 * nscd/nscd.c: Likewise.
16064 * nss/getent.c: Likewise.
16065 * nss/makedb.c: Likewise.
16066 * posix/getconf.c: Likewise.
16067 * scripts/test-installation.pl: Likewise.
16068
d4697bc9
AM
16069 * All files with FSF copyright notices: Update copyright dates
16070 using scripts/update-copyrights.
16071 * intl/plural.c: Regenerated.
16072 * locale/programs/charmap-kw.h: Likewise.
16073 * locale/programs/locfile-kw.h: Likewise.
16074
c8590f9d
MF
160752013-12-31 Mike Frysinger <vapier@gentoo.org>
16076
16077 * sysdeps/unix/sysv/linux/configure: Regenerated.
16078 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16079 the linux/fanotify.h header.
16080 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16081 HAVE_LINUX_FANOTIFY_H is defined.
16082
b19221b9
SP
160832013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
16084
dd1d85e5
SP
16085 * benchtests/cos-inputs: New inputs.
16086 * benchtests/sin-inputs: Likewise.
16087
1acbb90f
SP
16088 * benchtests/atan-inputs: New inputs. Fix name of multiple
16089 precision fallback inputs.
16090
4c012ed3
SP
16091 * benchtests/atanh-inputs: New inputs.
16092 * benchtests/tanh-inputs: Likewise.
16093
eff98324
SP
16094 * benchtests/acosh-inputs: New inputs.
16095 * benchtests/asinh-inputs: Likewise.
16096
ce641152
SP
16097 * benchtests/cosh-inputs: New inputs.
16098 * benchtests/sinh-inputs: Likewise.
16099
b19221b9
SP
16100 * benchtests/acos-inputs: Add more inputs.
16101 * benchtests/asin-inputs: Likewise.
16102
030a4976 161032013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 16104
030a4976 16105 [BZ #16375]
9dcc8f11
VS
16106 * manual/arith.texi: Fix spelling.
16107 * manual/charset.texi: Likewise.
16108 * manual/errno.texi: Likewise.
16109 * manual/filesys.texi: Likewise.
16110 * manual/lang.texi: Likewise.
16111 * manual/llio.texi: Likewise.
16112 * manual/locale.texi: Likewise.
16113 * manual/message.texi: Likewise.
16114 * manual/resource.texi: Likewise.
16115 * manual/search.texi: Likewise.
16116 * manual/setjmp.texi: Likewise.
16117 * manual/stdio.texi: Likewise.
16118 * manual/string.texi: Likewise.
16119 * manual/sysinfo.texi: Likewise.
16120 * manual/time.texi: Likewise.
16121
11520a57
CD
161222013-12-27 Carlos O'Donell <carlos@redhat.com>
16123
16124 * po/sl.po: New file.
16125
471103ae
MF
161262013-12-27 Mike Frysinger <vapier@gentoo.org>
16127
16128 * .gitignore: Add core/.gdbinit/.gdb_history.
16129
6c9642ed
AM
161302013-12-27 Allan McRae <allan@archlinux.org>
16131
16132 [BZ #16369]
16133 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16134 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16135
3f637079
BM
161362013-12-24 Brooks Moses <bmoses@google.com>
16137
16138 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16139 all compilers that claim C++98 compliance, not just GCC.
16140 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16141 Likewise.
16142
abc26e99
MK
161432013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16144
16145 * NEWS: Restore accidentally deleted bug-fix entries.
16146
362b47fe
MK
161472013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
16148 Ondřej Bílka <neleai@seznam.cz>
16149
16150 [BZ #15073]
16151 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 16152 have_lock.
362b47fe 16153
b9bcbbcb
OB
161542013-12-23 Ondřej Bílka <neleai@seznam.cz>
16155
16156 [BZ #12986]
16157 * manual/stdio.texi (String Input Conversions): Clarify that character
16158 classes are not supported.
16159
fb55fcd2
AZ
161602013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16161
16162 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16163
ef7344f0
JM
161642013-12-22 Joseph Myers <joseph@codesourcery.com>
16165
4f40e4b3
JM
16166 [BZ #16337]
16167 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16168 Calculate results for small negative arguments directly rather
16169 than using reflection formula with special underflow handling.
16170
ef7344f0
JM
16171 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16172 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16173 sysdeps/unix/bsd/bsd4.4/syscalls.list.
16174 (fchflags): Likewise.
16175 (revoke): Likewise.
16176 (setlogin): Likewise.
16177 (sigaltstack): Likewise.
16178 (wait4): Likewise.
16179 (sigblock): Remove.
16180 (sigsetmask): Likewise.
16181 (wait3): Likewise.
16182 (waitpid): Likewise.
16183 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16184 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16185 file.
16186 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16187 * sysdeps/unix/bsd/Makefile: ... here.
16188 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16189 * sysdeps/unix/bsd/Versions: ... here.
16190 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16191 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16192 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16193 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16194 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16195 * sysdeps/unix/bsd/sigblock.c: ... here.
16196 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16197 * sysdeps/unix/bsd/sigsetmask.c: ... here.
16198 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16199 * sysdeps/unix/bsd/sigvec.c: ... here.
16200 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16201 * sysdeps/unix/bsd/tcdrain.c: ... here.
16202 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16203 * sysdeps/unix/bsd/tcgetattr.c: ... here.
16204 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16205 * sysdeps/unix/bsd/tcsetattr.c: ... here.
16206 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16207 * sysdeps/unix/bsd/wait.c: ... here.
16208 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16209 * sysdeps/unix/bsd/wait3.c: ... here.
16210 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16211 * sysdeps/unix/bsd/waitpid.c: ... here.
16212
5b0626b9
JM
162132013-12-21 Joseph Myers <joseph@codesourcery.com>
16214
16215 [BZ #16356]
16216 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16217 round-to-nearest for [!USE_AS_EXPM1L].
16218 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16219 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
16220 more tests of exp and exp10. Expect some exp10 tests to miss
16221 exceptions or fail in directed rounding modes.
16222 * math/auto-libm-test-out: Regenerated.
16223 * math/libm-test.inc (exp10_tonearest_test_data): New array.
16224 (exp10_test_tonearest): New function.
16225 (exp10_towardzero_test_data): New array.
16226 (exp10_test_towardzero): New function.
16227 (exp10_downward_test_data): New array.
16228 (exp10_test_downward): New function.
16229 (exp10_upward_test_data): New array.
16230 (exp10_test_upward): New function.
16231 (main): Call the new functions.
16232 * sysdeps/i386/fpu/libm-test-ulps: Update.
16233 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16234
7fda5682
JM
162352013-12-20 Joseph Myers <joseph@codesourcery.com>
16236
31e3a405
JM
16237 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16238 asinh, atan, atan2, atanh, cbrt, cos and cosh.
16239 * math/auto-libm-test-out: Regenerated.
16240 * math/libm-test.inc (acosh_test_data): Add more tests.
16241 (atanh_test_data): Likewise.
16242 (ceil_test_data): Likewise.
16243 (copysign_test_data): Likewise.
16244 * sysdeps/i386/fpu/libm-test-ulps: Update.
16245 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16246
85bff96a
JM
16247 * timezone/checktab.awk: Update from tzcode 2013i.
16248 * timezone/private.h: Likewise.
16249 * timezone/scheck.c: Likewise.
16250 * timezone/tzfile.h: Likewise.
16251 * timezone/tzselect.ksh: Likewise.
16252 * timezone/zdump.c: Likewise.
16253 * timezone/zic.c: Likewise.
16254
b7867a3b
JM
16255 * math/auto-libm-test-in: Add tests of cpow.
16256 * math/auto-libm-test-out: Regenerated.
16257 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 16258 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
16259 mpc_cc_c.
16260 (func_calc_desc): Add mpc_cc_c union field.
16261 (test_functions): Add cpow.
16262 (special_fill_2pi): New function.
16263 (special_real_inputs): Add 2pi.
16264 (calc_generic_results): Handle mpc_cc_c.
16265 * sysdeps/i386/fpu/libm-test-ulps: Update.
16266 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16267
7fda5682
JM
16268 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16269 csqrt, ctan and ctanh.
16270 * math/auto-libm-test-out: Regenerated.
16271 * math/libm-test.inc (TEST_COND_x86_64): New macro.
16272 (TEST_COND_x86): Likewise.
16273 (ccos_test_data): Use AUTO_TESTS_c_c.
16274 (ccosh_test_data): Likewise.
16275 (cexp_test_data): Likewise.
16276 (clog_test_data): Likewise.
16277 (csqrt_test_data): Likewise.
16278 (ctan_test_data): Likewise.
16279 (ctan_tonearest_test_data): Likewise.
16280 (ctan_towardzero_test_data): Likewise.
16281 (ctan_downward_test_data): Likewise.
16282 (ctan_upward_test_data): Likewise.
16283 (ctanh_test_data): Likewise.
16284 (ctanh_tonearest_test_data): Likewise.
16285 (ctanh_towardzero_test_data): Likewise.
16286 (ctanh_downward_test_data): Likewise.
16287 (ctanh_upward_test_data): Likewise.
16288 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16289 mpc_c_c.
16290 (func_calc_desc): Add mpc_c_c union field.
16291 (FUNC_mpc_c_c): New macro.
16292 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16293 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16294 ctanh.
16295 (special_fill_min_subnorm_p120): New function.
16296 (special_real_inputs): Add min_subnorm_p120.
16297 (calc_generic_results): Handle mpc_c_c.
16298 * sysdeps/i386/fpu/libm-test-ulps: Update.
16299 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16300
5ff8d60e
SP
163012013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16302
57f41c40
AS
16303 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16304 (do_sin_slow): New functions.
16305 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16306 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 16307
84ba214c
SP
16308 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16309 Use M to change sign of result instead of X. Assume X is
16310 positive.
16311 (csloww1): Likewise.
16312 (__sin): Adjust.
16313 (__cos): Adjust.
16314
975195e4
SP
16315 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16316 arguments A and DA.
16317 (__sin): Adjust.
16318 (__cos): Likewise.
16319
5ff8d60e
SP
16320 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16321 (__cos): Likewise.
16322 (sloww1): Don't adjust sign of DX.
16323 (csloww1): Likewise.
16324 (sloww2): Use X directly and don't adjust sign of DX.
16325 (csloww2): Likewise.
16326
eb983568
JM
163272013-12-19 Joseph Myers <joseph@codesourcery.com>
16328
64a17f1a
JM
16329 * math/auto-libm-test-in: Add tests of cabs and carg.
16330 * math/auto-libm-test-out: Regenerated.
16331 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16332 (carg_test_data): Likewise.
16333 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16334 mpc_c_f.
16335 (func_calc_desc): Add mpc_c_f union field.
16336 (test_functions): Add cabs and carg.
16337 (calc_generic_results): Handle mpc_c_f.
16338
eb983568
JM
16339 * sysdeps/powerpc/powerpc32/libgcc-compat.S
16340 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16341 as a macro and a compat symbol.
16342 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16343 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16344 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16345 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16346 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16347 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16348 not use .hidden.
16349 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16350 Likewise.
16351 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16352 Likewise.
16353 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16354 Likewise.
16355 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16356 Likewise.
16357 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16358 Likewise.
16359 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16360 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16361 from GLIBC_2.3.2.
16362
6eeb678a
AZ
163632013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16364
16365 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16366
6f6fc482
JM
163672013-12-19 Joseph Myers <joseph@codesourcery.com>
16368
21fea2e2
JM
16369 * manual/texinfo.tex: Update to version 2013-11-26.10 with
16370 trailing whitespace removed.
16371 * scripts/config.guess: Update to version 2013-11-29.
16372 * scripts/config.sub: Update to version 2013-10-01.
16373
6f6fc482
JM
16374 * math/auto-libm-test-in: Add tests of sincos.
16375 * math/auto-libm-test-out: Regenerated.
16376 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16377 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16378 mpfr_f_11.
16379 (func_calc_desc): Add mpfr_f_11 union field.
16380 (test_functions): Add sincos.
16381 (calc_generic_results): Handle mpfr_f_11.
16382 * sysdeps/i386/fpu/libm-test-ulps: Update.
16383 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16384
83f5c32d
AS
163852013-12-19 Andreas Schwab <schwab@suse.de>
16386
16387 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16388 CALL_MCOUNT.
16389 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16390 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16391 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16392
c688b419
JM
163932013-12-19 Joseph Myers <joseph@codesourcery.com>
16394
335ee092
JM
16395 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16396 * sysdeps/i386/fpu/libm-test-ulps: Update.
16397 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16398
f88acd39
JM
16399 [BZ #16293]
16400 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16401 round-to-nearest mode when using frndint.
16402 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16403 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16404 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16405 Likewise.
16406 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
16407 sinh test to fail.
16408 * math/auto-libm-test-out: Regenerated.
16409 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16410 (TEST_COND_x86): Likewise.
16411 (expm1_tonearest_test_data): New array.
16412 (expm1_test_tonearest): New function.
16413 (expm1_towardzero_test_data): New array.
16414 (expm1_test_towardzero): New function.
16415 (expm1_downward_test_data): New array.
16416 (expm1_test_downward): New function.
16417 (expm1_upward_test_data): New array.
16418 (expm1_test_upward): New function.
16419 (main): Run the new test functions.
16420 * sysdeps/i386/fpu/libm-test-ulps: Update.
16421 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16422
c688b419
JM
16423 * include/features.h: Update comment documenting feature test
16424 macros. Mention _DEFAULT_SOURCE in comment.
16425 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16426 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16427 _BSD_SOURCE and _SVID_SOURCE.
16428 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16429 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16430 !_SVID_SOURCE]: Likewise.
16431 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16432 (__USE_POSIX_IMPLICITLY): Define.
16433 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16434 (_POSIX_SOURCE): Undefine and redefine.
16435 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16436 (_POSIX_C_SOURCE): Likewise.
16437 * manual/creature.texi (_DEFAULT_SOURCE): Document.
16438 (Feature Test Macros): Update documentation of default features.
16439
9f6e964c
RS
164402013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16441
16442 * benchtests/Makefile: Add bench-strtok.
16443 * benchtests/bench-strtok.c: New file: strtok benchtest.
16444
ee0a148a
AM
164452013-12-19 Allan McRae <allan@archlinux.org>
16446
16447 * manual/install.texi: Suppress menu for plain text output.
16448 * INSTALL: Regenerated.
16449
b9ab448f
BM
164502013-12-18 Brooks Moses <bmoses@google.com>
16451
16452 [BZ #15846]
16453 * misc/getauxval.c: Include errno.h.
16454 (__getauxval): Set errno to ENOENT if the requested type is not
16455 found.
16456 * misc/sys/auxv.h (getauxval): Document that it may set errno;
16457 don't declare with __attribute_const__.
16458 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16459 * manual/startup.texi: Document that getauxval sets errno.
16460
23776487
JM
164612013-12-18 Joseph Myers <joseph@codesourcery.com>
16462
f889953b
JM
16463 * math/auto-libm-test-in: Add tests of jn and yn.
16464 * math/auto-libm-test-out: Regenerated.
16465 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16466 (yn_test_data): Likewise.
16467 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16468 mpfr_if_f.
16469 (func_calc_desc): Add mpfr_if_f union field.
16470 (FUNC_mpfr_if_f): New macro.
16471 (test_functions): Add jn and yn.
16472 (calc_generic_results): Assert type of second input for
16473 mpfr_ff_f. Handle mpfr_if_f.
16474 (output_for_one_input_case): Disable all checking for arguments
16475 fitting floating-point types in case of an integer argument.
16476 * sysdeps/i386/fpu/libm-test-ulps: Update.
16477 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16478
23776487
JM
16479 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16480 Don't expect fegetround reference in libm.so.
16481
cb756c6d
MS
164822013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16483
16484 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16485 $(config-cflags-nofma).
16486
2dec468f
JM
164872013-12-18 Joseph Myers <joseph@codesourcery.com>
16488
5953eb3a
JM
16489 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16490 * math/auto-libm-test-out: Regenerated.
16491
2dec468f
JM
16492 [BZ #16338]
16493 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16494 to determine exponent and adjust argument to have exponent of -1.
16495 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16496 log2.
16497 * math/auto-libm-test-out: Regenerated.
16498 * sysdeps/i386/fpu/libm-test-ulps: Update.
16499 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16500
4d84e6ad
OB
165012013-12-18 Ondřej Bílka <neleai@seznam.cz>
16502
16503 * manual/probes.texi: Remove cases when per-thread arenas are
16504 disabled.
16505
1818483b
AS
165062013-12-18 Andreas Schwab <schwab@suse.de>
16507
16508 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16509 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16510 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16511 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16512 * sysdeps/i386/i686/multiarch/Makefile: Update.
16513 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16514
25de95bf
JM
165152013-12-17 Joseph Myers <joseph@codesourcery.com>
16516
16517 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16518 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16519
674762d9
PE
165202013-12-17 Paul Eggert <eggert@cs.ucla.edu>
16521
ed27ed83 16522 [BZ #15968]
0748546f
PE
16523 Support TZ transition times < 00:00:00.
16524 This is needed for version-3 tz-format files; it supports time
16525 stamps past 2037 for America/Godthab (the only entry in the tz
16526 database for which this change is relevant).
16527 * manual/time.texi (TZ Variable): Document transition times
16528 from -167:59:59 through -00:00:01.
16529 * time/tzset.c (tz_rule): Time of day is now signed.
16530 (__tzset_parse_tz): Parse negative time of day.
16531
4480e934
PE
16532 Document TZ transition times >= 25:00:00.
16533 * manual/time.texi (TZ Variable): Document transition times from
16534 25:00:00 through 167:59:59. These are already supported, and this
16535 support will help with version-3 tz-format files.
16536
69947401
PE
16537 * manual/time.texi (TZ Variable): Modernize North America example
16538 to reflect current (i.e., 2007-and-later) daylight saving rules.
16539
674762d9
PE
16540 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16541
7011c262
JM
165422013-12-17 Joseph Myers <joseph@codesourcery.com>
16543
2fc6557e
JM
16544 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16545 * sysdeps/unix/bsd/bits/stat.h: Likewise.
16546 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16547 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16548 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16549 * sysdeps/unix/bsd/bsdstat.h: Likewise.
16550 * sysdeps/unix/bsd/clock.c: Likewise.
16551 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16552 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16553 * sysdeps/unix/bsd/init-posix.c: Likewise.
16554 * sysdeps/unix/bsd/poll.c: Likewise.
16555 * sysdeps/unix/bsd/ptsname.c: Likewise.
16556 * sysdeps/unix/bsd/seekdir.c: Likewise.
16557 * sysdeps/unix/bsd/setegid.c: Likewise.
16558 * sysdeps/unix/bsd/seteuid.c: Likewise.
16559 * sysdeps/unix/bsd/setgid.c: Likewise.
16560 * sysdeps/unix/bsd/setrgid.c: Likewise.
16561 * sysdeps/unix/bsd/setruid.c: Likewise.
16562 * sysdeps/unix/bsd/setsid.c: Likewise.
16563 * sysdeps/unix/bsd/setuid.c: Likewise.
16564 * sysdeps/unix/bsd/sigaction.c: Likewise.
16565 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16566 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16567 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16568 * sysdeps/unix/bsd/telldir.c: Likewise.
16569 * sysdeps/unix/bsd/times.c: Likewise.
16570 * sysdeps/unix/bsd/usleep.c: Likewise.
16571
029c7b25
JM
16572 * misc/Makefile (install-lib): Remove libbsd-compat.a.
16573 ($(objpfx)libbsd-compat.a): Remove rule.
16574
7011c262
JM
16575 * include/features.h (__FAVOR_BSD): Do not define.
16576 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16577 features conflicting with POSIX.
16578 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16579 (_BSD_SOURCE): Remove description of not being a subset of other
16580 feature test macros.
16581 * manual/job.texi (getpgrp): Do not document BSD version.
16582 (getpgid): Do not document by reference to BSD getpgrp.
16583 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16584 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16585 * signal/signal.h [__FAVOR_BSD]: Likewise.
16586 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16587 instead of making contents conditional on [__FAVOR_BSD].
16588 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16589
affb6f78
AZ
165902013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16591
16592 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16593
c88769dd
JM
165942013-12-17 Joseph Myers <joseph@codesourcery.com>
16595
6432a540
JM
16596 [BZ #16314]
16597 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16598 values below 2**-450, not 2**-500.
16599 * math/auto-libm-test-in: Don't allow spurious underflow from
16600 hypot.
16601 * math/auto-libm-test-out: Regenerated.
16602
c88769dd
JM
16603 [BZ #16316]
16604 [BZ #16330]
16605 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16606 values of ha and hb and sort them after adjusting subnormal
16607 arguments.
16608 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16609 Likewise.
16610 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16611 values of ea and eb and sort them after adjusting subnormal
16612 arguments.
16613 * math/auto-libm-test-in: Do not expect some hypot tests of
16614 subnormals to fail. Add more hypot tests.
16615 * math/auto-libm-test-out: Regenerated.
16616
29618f6b
KK
166172013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16618
16619 [BZ #13304]
16620 * sysdeps/sh/s_fma.c: New file.
16621 * sysdeps/sh/s_fmaf.c: New file.
16622 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
16623 version.
16624 * sysdeps/sh/Implies: Add sh/soft-fp.
16625
eacfdfbf
RM
166262013-12-16 Roland McGrath <roland@hack.frob.com>
16627
16628 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
16629 level of indirection to members `objname', `errstring', `malloced'.
16630 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16631 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
16632 it as the __longjmp argument (just pass 1 instead).
16633 (_dl_catch_error): Initialize C with argument pointers and address of
16634 volatile local ERRCODE rather than copying values out of C at return.
16635
ff362e5b
JM
166362013-12-16 Joseph Myers <joseph@codesourcery.com>
16637
16638 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16639 * math/auto-libm-test-out: Regenerated.
16640 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16641 (hypot_test_data): Likewise.
16642 (pow_test_data): Likewise.
16643 (pow_tonearest_test_data): Likewise.
16644 * math/gen-auto-libm-tests.c (func_calc_method): Add value
16645 mpfr_ff_f.
16646 (func_calc_desc): Add mpfr_ff_f union field.
16647 (FUNC_mpfr_ff_f): New macro.
16648 (test_functions): Add atan2, hypot and pow.
16649 (special_fill_min): New function.
16650 (special_fill_minus_min): Likewise.
16651 (special_fill_min_subnorm): Likewise.
16652 (special_fill_minus_min_subnorm): Likewise.
16653 (special_real_inputs): Add min, -min, min_subnorm and
16654 -min_subnorm.
16655 (calc_generic_results): Handle mpfr_ff_f.
16656 * sysdeps/i386/fpu/libm-test-ulps: Update.
16657 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16658
5764c27f
WN
166592013-12-16 Will Newton <will.newton@linaro.org>
16660
16661 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16662 (Aligned Memory Blocks): Add documentation for aligned_alloc
16663 and suggest it as an alternative to posix_memalign.
16664 (Hooks for Malloc): Document __memalign_hook is also called
16665 for aligned_alloc. (Summary of Malloc): Add summary for
16666 aligned alloc. Document __memalign_hook is also called
16667 for aligned_alloc.
16668
0a096e44
WN
166692013-12-16 Will Newton <will.newton@linaro.org>
16670
16671 * manual/memory.texi (Malloc Examples): Clarify default
16672 alignment documentation. Suggest posix_memalign rather
16673 than memalign or valloc.
16674 (Aligned Memory Blocks): Remove suggestion to use memalign
16675 or valloc. Remove obsolete comment about BSD.
16676 Document memalign errno values and mark the function obsolete.
16677 Document posix_memalign returned error codes. Mark valloc
16678 as obsolete. (Hooks for Malloc): __memalign_hook is also
16679 called for posix_memalign and valloc.
16680 (Summary of Malloc): Add posix_memalign to function summary.
16681 __memalign_hook is also called for posix_memalign and valloc.
16682
8d561986
SP
166832013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
16684
16685 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16686 TAYLOR_SIN.
16687 (__sin): Adjust.
16688 (__cos): Likewise.
16689 (sloww): Use mynumber union. Expand ternary operator into
16690 if-else statements.
16691 (cslow): use mynumber union.
16692
73616a74
AM
166932013-12-16 Allan McRae <allan@archlinux.org>
16694
9e8ac24b
AM
16695 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16696 * configure: Regenerated.
16697
6f8e37eb
AM
16698 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16699
8894bad3
AM
16700 [BZ #14120]
16701 * configure.ac: Added --enable-maintainer-mode. Check for
16702 autoconf when enabled.
16703 * configure: Regenerated.
16704
73616a74
AM
16705 * nscd/nscd.service: New file.
16706 * nscd/nscd.tmpfiles: New file.
16707
584b18eb
OB
167082013-12-14 Ondřej Bílka <neleai@seznam.cz>
16709
16710 [BZ #12100]
16711 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16712 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16713 * sysdeps/x86_64/multiarch/strstr.c: ... here.
16714 (strstr): Add __strstr_sse2_unaligned ifunc.
16715 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16716 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16717 (strcasestr): Remove __strcasestr_sse42 ifunc.
16718 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16719 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16720 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16721
8a5c7897
KK
167222013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
16723
16724 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16725 * sysdeps/sh/bits/fenv.h: ... here.
16726 * sysdeps/sh/sh4/fpu/bits: Remove directory.
16727
fd712ef3
AZ
167282013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16729
16730 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16731
42fcb46c
AZ
16732 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16733 hypotf multiarch implementations.
16734 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16735 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16736 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16737 multiarch hypot for PPC64.
16738 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16739 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16740 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16741 multiarch hypotf for PPC64.
16742
83efded4
AZ
16743 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16744 modff multiarch implementations.
16745 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16746 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16747 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16748 multiarch modf for PPC64.
16749 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16750 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16751 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16752 multiarch modff for PPC64.
16753
43e246d2
AZ
16754 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16755 and logl multiarch implementations.
16756 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16757 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16758 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16759 multiarch logb for PPC64.
16760 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16761 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16762 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16763 multiarch logb for PPC64.
16764 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16765 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16766 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16767 multiarch logb for PPC64.
16768
8fdad123
AZ
16769 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16770 isinff multiarch implementation.
16771 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16772 file.
16773 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16774 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16775 multiarch isinf for PPC64.
16776 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16777 file.
16778 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16779 multiarch isinff for PPC64.
16780
1481d706
AZ
16781 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16782 finitef multiarch implementation.
16783 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16784 file.
16785 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16786 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16787 multiarch finite for PPC64.
16788 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16789 file.
16790 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16791 multiarch finitef for PPC64.
16792
5ccd5fc8
AZ
16793 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16794 lrint multiarch implementation.
16795 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16796 file.
16797 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16798 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16799 multiarch llrint for PPC64.
16800 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16801 multiarch lrint for PPC64.
16802
2568f3fa
AZ
16803 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16804 copysignf multiarch implementation.
16805 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16806 file.
16807 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16808 file.
16809 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16810 multiarch copysign for PPC64.
16811 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16812 multiarch copysignf for PPC64.
16813
1cb341fd
AZ
16814 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16815 multiarch implementation.
16816 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16817 file.
16818 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16819 file.
16820 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16821 file.
16822 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16823 file.
16824 multiarch llround for PPC64.
16825 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16826 multiarch trunc for PPC64.
16827 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16828 multiarch truncf for PPC64.
16829
59a3e194
AZ
16830 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16831 multiarch implementation.
16832 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16833 file.
16834 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16835 file.
16836 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16837 file.
16838 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16839 file.
16840 multiarch llround for PPC64.
16841 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16842 multiarch round for PPC64.
16843 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16844 multiarch roundf for PPC64.
16845
357fd3b4
AZ
16846 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16847 multiarch implementation.
16848 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16849 file.
16850 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16851 file.
16852 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16853 file.
16854 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16855 file.
16856 multiarch llround for PPC64.
16857 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16858 multiarch floor for PPC64.
16859 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16860 multiarch floorf for PPC64.
16861
96770f12
AZ
16862 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16863 multiarch implementation.
16864 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16865 file.
16866 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16867 file.
16868 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16869 file.
16870 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16871 file.
16872 multiarch llround for PPC64.
16873 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16874 multiarch ceil for PPC64.
16875 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16876 multiarch ceilf for PPC64.
16877
c3627f6e
AZ
16878 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16879 multiarch implementation.
16880 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16881 file.
16882 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16883 file.
16884 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16885 file.
16886 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16887 multiarch llround for PPC64.
16888 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16889 multiarch lround for PPC64.
16890
b2284ad7
AZ
16891 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16892 multiarch implementation.
16893 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16894 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16895 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16896 file.
16897 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16898 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16899 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16900 multiarch isnan for PPC64.
16901 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16902 multiarch isnanf for PPC64.
16903
69bbc63d
AZ
16904 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16905 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16906 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16907 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16908 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16909 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16910
c24517c9
AZ
16911 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16912 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16913 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16914 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16915
a52374e8
AZ
16916 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16917 multiarch implementations.
16918 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16919 (__libc_ifunc_impl_list): Likewise.
16920 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16921 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16922 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16923 multiarch stpcpy for PPC64.
16924
7f5ec113
AZ
16925 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16926 multiarch implementations.
16927 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16928 (__libc_ifunc_impl_list): Likewise.
16929 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16930 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16931 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16932 multiarch strcpy for PPC64.
16933
e28bcd42
AZ
16934 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16935 redefine function name.
16936 (_wordcopy_fwd_dest_aligned): Likewise.
16937 (_wordcopy_bwd_aligned): Likewise.
16938 (_wordcopy_bwd_dest_aligned): Likewise.
16939 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16940 multiarch implementations.
16941 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16942 (__libc_ifunc_impl_list): Likewise.
16943 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16944 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16945 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16946 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16947 multiarch wcscpy for PPC64.
16948
92cacfce
AZ
16949 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16950 multiarch implementations.
16951 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16952 (__libc_ifunc_impl_list): Likewise.
16953 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16954 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16955 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16956 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16957 multiarch wcscpy for PPC64.
16958
7b714620
AZ
16959 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16960 multiarch implementations.
16961 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16962 (__libc_ifunc_impl_list): Likewise.
16963 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16964 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16965 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16966 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16967 multiarch wcsrchr for PPC64.
16968
16fd2ae3
AZ
16969 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16970 multiarch implementations.
16971 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16972 (__libc_ifunc_impl_list): Likewise.
16973 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16974 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16975 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16976 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16977 multiarch wcschr for PPC64.
16978
9ee2969b
AZ
16979 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16980 multiarch implementations.
16981 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16982 (__libc_ifunc_impl_list): Likewise.
16983 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16984 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16985 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16986 multiarch strchrnul for PPC64.
16987
372dc060
AZ
16988 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16989 implementations.
16990 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16991 (__libc_ifunc_impl_list): Likewise.
16992 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16993 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16994 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16995 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16996 strchr for PPC64.
16997
24c2c3b9
AZ
16998 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16999 implementations.
17000 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17001 (__libc_ifunc_impl_list): Likewise.
17002 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17003 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17004 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17005 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17006 strncmp for PPC64.
17007
1c92d9a0
AZ
17008 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17009 multiarch implementations.
17010 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17011 (__libc_ifunc_impl_list): Likewise.
17012 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17013 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17014 strncasecmp for PPC64.
17015 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17016 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17017 multiarch strncasecmp_l for PPC64.
17018
17de3ee3
AZ
17019 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17020 multiarch implementations.
17021 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17022 (__libc_ifunc_impl_list): Likewise.
17023 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17024 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17025 multiarch strcasecmp for PPC64.
17026 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17027 file.
17028 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17029 multiarch strcasecmp_l for PPC64.
17030
62982bf9
AZ
17031 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17032 implementations.
17033 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17034 (__libc_ifunc_impl_list): Likewise.
17035 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17036 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17037 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17038 strnlen for PPC64.
17039
a65f4904
AZ
17040 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17041 implementations.
17042 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17043 (__libc_ifunc_impl_list): Likewise.
17044 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17045 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17046 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17047 strlen for PPC64.
17048
1fd005ad
AZ
17049 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17050 implementations.
17051 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17052 (__libc_ifunc_impl_list): Likewise.
17053 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17054 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17055 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17056 rawmemrchr for PPC64.
17057
cd05ba91
AZ
17058 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17059 implementation.
17060 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17061 (__libc_ifunc_impl_list): Likewise.
17062 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17063 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17064 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17065 memrchr for PPC64.
17066
870f8676
AZ
17067 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17068 implementation.
17069 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17070 (__libc_ifunc_impl_list): Likewise.
17071 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17072 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17073 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17074 memchr for PPC64.
17075
f00be62b
AZ
17076 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17077 implementation.
17078 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17079 (__libc_ifunc_impl_list): Likewise.
17080 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17081 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17082 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17083 mempcpy for PPC64.
17084
8a29a3d0
AZ
17085 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17086 avoid cretion of __bzero symbol.
17087 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17088 Likewise.
17089 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17090 Likewise.
17091 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17092 Likewise.
17093 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17094 multiarch implementations.
17095 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17096 (__libc_ifunc_impl_list): Likewise.
17097 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17098 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17099 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17100 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17101 bzero for PPC32.
17102 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17103 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17104 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17105 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17106 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17107 memset for PPC64.
17108 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17109
07253fcf
AZ
17110 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17111 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17112 implementations.
17113 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17114 (__libc_ifunc_impl_list): Likewise.
17115 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17116 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17117 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17118 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17119 memcmp for PPC64.
17120
b5beafbc
AZ
17121 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17122 multiarch for POWER/PPC64.
17123 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17124 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17125 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17126 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17127 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17128 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17129 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17130 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17131 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17132 memcpy for PPC64.
17133
5e6a4d4b
AZ
17134 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17135 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17136 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17137 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17138 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17139 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17140 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17141 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17142 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17143 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17144 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17145 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17146 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17147 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17148 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17149 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17150 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17151 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17152 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17154 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17155 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17156
ddfab6dc
KK
171572013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17158
17159 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17160
19b5525e
SP
171612013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
17162
17163 * benchtests/Makefile (bench): Add exp2 and log2.
17164 (LDLIBS-bench-exp2): Add -lm.
17165 (LDLIBS-bench-log2): Likewise.
17166 * benchtests/exp2-inputs: New inputs file.
17167 * benchtests/log2-inputs: New inputs file.
17168 * benchtests/log-inputs: Add new inputs.
17169 * benchtests/tan-inputs: Likewise.
17170
196f7f5d
SP
171712013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
17172
7a74607f
SP
17173 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17174 definition...
57f41c40
AS
17175 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17176 (csloww2): ... from here.
7a74607f 17177
196f7f5d
SP
17178 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17179 instead of structures.
17180 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17181 (POLYNOMIAL): Likewise.
17182 (TAYLOR_SLOW): Likewise.
17183 (__sin): Likewise.
17184 (__cos): Likewise.
17185 (slow1): Likewise.
17186 (slow2): Likewise.
17187 (sloww): Likewise.
17188 (sloww1); Likewise.
17189 (sloww2): Likewise.
17190 (bsloww1): Likewise.
17191 (bsloww2): Likewise.
17192 (cslow2): Likewise.
17193 (csloww): Likewise.
17194 (csloww1): Likewise.
17195 (csloww2): Likewise.
17196
0dfa665c
OB
171972013-12-10 Ondřej Bílka <neleai@seznam.cz>
17198
17199 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
17200 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17201 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
17202 * malloc/hooks.c (realloc_check): Likewise.
17203
5782a80f
OB
17204 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17205 * malloc/arena.c: Remove PER_THREAD conditional.
17206 [!PER_THREAD]: Remove code.
17207 (ptmalloc_unlock_all2): Likewise.
17208 (ptmalloc_init): Likewise.
17209 (_int_new_arena): Likewise.
17210 (arena_get2): Likewise.
17211 * malloc/hooks.c (__malloc_get_state): Likewise.
17212 (__malloc_set_state): Likewise.
17213 * malloc/malloc.c: Likewise.
17214 (struct malloc_state): Likewise.
17215 (struct malloc_par): Likewise.
17216 (__libc_realloc): Likewise.
17217 (__libc_mallopt): Likewise.
17218
aeb95445
AZ
172192013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17220
17221 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17222
e8349efd
OB
172232013-12-09 Ondřej Bílka <neleai@seznam.cz>
17224
17225 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17226 macro to a function. Check for zero perturb_byte.
17227 (_int_malloc, _int_free): Remove zero perturb_byte checks.
17228
f3eeb3fc 17229 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
17230 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17231 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
17232 force_reg by atomic_forced_read.
17233 * malloc/arena.c (ptmalloc_init): Likewise.
17234 * malloc/hooks.c (top_check): Likewise.
17235
be2f9009
AZ
172362013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17237
17238 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17239
e7b914bd
MT
172402013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
17241
17242 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17243
9f0be4f8
JM
172442013-12-08 Joseph Myers <joseph@codesourcery.com>
17245
17246 * math/auto-libm-test-in: Add tests of lgamma.
17247 * math/auto-libm-test-out: Regenerated.
17248 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17249 (M_LOG_2_SQRT_PIl): Likewise.
17250 (lgamma_test_data): Use AUTO_TESTS_f_f1.
17251 * math/gen-auto-libm-tests.c (func_calc_method): Add value
17252 mpfr_f_f1.
17253 (func_calc_desc): Add mpfr_f_f1 union field.
17254 (ARGS1): New macro.
17255 (ARGS2): Likewise.
17256 (ARGS3): Likewise.
17257 (ARGS4): Likewise.
17258 (RET1): Likewise.
17259 (RET2): Likewise.
17260 (CALC): Likewise.
17261 (FUNC): Likewise.
17262 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17263 (test_functions): Add lgamma.
17264 (calc_generic_results): Handle mpfr_f_f1.
17265 * sysdeps/i386/fpu/libm-test-ulps: Update.
17266 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17267
24eeafdb
AZ
172682013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17269
17270 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17271 __mpn_add_n for PowerPC64/POWER7.
17272 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17273 __mpn_sub_n for PowerPC64/POWER7.
17274
4a2c0fd4
AZ
17275 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17276 __mpn_addmul_1 for PowerPC64.
17277 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17278 __mpn_submul_1 for PowerPC64.
17279 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17280 for PowerPC64.
17281 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17282 for PowerPC64.
17283
4b5b548c
FS
172842013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
17285
17286 [BZ #15089]
17287 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17288
0a3ac0aa
AZ
172892013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17290
17291 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17292
ccdc8438
AZ
17293 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17294 add multiarch folders.
17295 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17296 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17297 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17298 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17299 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17300 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17301 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17302 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17303 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17304 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17305 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17309 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17310 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17311 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17312
2e973d99
AZ
17313 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17314 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17315 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17316 New file.
17317 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17318 New file.
17319 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17320 multiarch __ieee754_hypot for PowerPC32.
17321 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17322 New file.
17323 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17324 New file.
17325 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17326 multiarch __ieee754_hypotf for PowerPC32.
17327
2d9470b2
AZ
17328 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17329 long_double_symbol only if __logbl is defined.
17330 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17331 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17332 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17333 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17334 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17335 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17336 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17337 path for implementation.
17338 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17339 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17340 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17341 logb, and logbl multiarch implementations for PowerPC32.
17342 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17343 file.
17344 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17345 file.
17346 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17347 multiarch logb for PowerPC32.
17348 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17349 file.
17350 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17351 file.
17352 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17353 multiarch logbf for PowerPC32.
17354 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17355 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17356 file.
17357 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17358 multiarch logbl implementation for PowerPC32.
17359
5212ffce
AZ
17360 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17361 and modff multiarch implementations.
17362 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17363 New file.
17364 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17365 New file.
17366 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17367 multiarch modf for PowerPC32.
17368 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17369 New file.
17370 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17371 New file.
17372 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17373 multiarch modff for PowerPC32.
17374
79dccf31
AZ
17375 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17376 and lrintf multiarch implementations.
17377 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17378 New file.
17379 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17380 New file.
17381 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17382 multiarch lrint for PowerPC32.
17383 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17384 file: multiarch lrintf for PowerPC32.
17385
deb66480
AZ
17386 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17387 and lroundf multiarch implementations.
17388 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17389 New file.
17390 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17391 New file.
17392 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17393 New file.
17394 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17395 multiarch lround for PowerPC32.
17396 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17397 file: multiarch lroundf for PowerPC32.
17398
264b036b
AZ
17399 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17400 copysign and copysignf multiarch implementations.
17401 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17402 New file.
17403 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17404 New file.
17405 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17406 file: multiarch copysign for PowerPC32.
17407 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17408 file: multiarch copysignf for PowerPC32.
17409
d47db6c9
AZ
17410 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17411 and truncf multiarch implementations.
17412 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17413 New file.
17414 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17415 file.
17416 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17417 multiarch trunc for PowerPC32.
17418 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17419 New file.
17420 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17421 New file.
17422 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17423 multiarch truncf for PowerPC32.
17424
ddb60b5a
AZ
17425 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17426 and roundf multiarch implementations.
17427 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17428 New file.
17429 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17430 file.
17431 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17432 multiarch round for PowerPC32.
17433 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17434 New file.
17435 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17436 New file.
17437 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17438 multiarch roundf for PowerPC32.
17439
bedcf49b
AZ
17440 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17441 and floorf multiarch implementations.
17442 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17443 New file.
17444 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17445 file.
17446 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17447 multiarch floor for PowerPC32.
17448 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17449 New file.
17450 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17451 New file.
17452 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17453 multiarch floorf for PowerPC32.
17454
35ae5b40
AZ
17455 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17456 and ceilf multiarch implementations.
17457 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17458 New file.
17459 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17460 file.
17461 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17462 multiarch ceil for PowerPC32.
17463 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17464 New file.
17465 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17466 file.
17467 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17468 multiarch ceilf for PowerPC32.
17469
ae1a4cd9
AZ
17470 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17471 is defined.
17472 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17473 FINITEF is defined.
17474 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17475 and finitef multiarch implementations.
17476 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17477 New file.
17478 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17479 file.
17480 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17481 multiarch finite for PowerPC32.
17482 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17483 New file.
17484 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17485 file: multiarch finitef for PowerPC32.
17486
64fffd65
AZ
17487 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17488 and isinff multiarch implementations.
17489 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17490 file.
17491 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17492 file.
17493 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17494 multiarch isinf for PowerPC32.
17495 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17496 New file.
17497 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17498 multiarch isinff for PowerPC32.
17499
8e4e7ba2
AZ
17500 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17501 alias when __isnan is defined.
17502 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17503 and isnanf multiarch implementations.
17504 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17505 file.
17506 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17507 file.
17508 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17509 file.
17510 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17511 file.
17512 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17513 multiarch isnan for PowerPC32.
17514 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17515 New file.
17516 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17517 New file.
17518 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17519 multiarch isnanf for PowerPC32.
17520
ddba588e
AZ
17521 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17522 and sqrtf multiarch implementations.
17523 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17524 file.
17525 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17526 file.
17527 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17528 multiarch sqrt for PowerPC32.
17529 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17530 file.
17531 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17532 file.
17533 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17534 multiarch sqrtf for PowerPC32.
17535
0f96a2f0
AZ
17536 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17537 and llroundf multiarch implementations.
17538 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17539 New file.
17540 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17541 New file.
17542 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17543 New file.
17544 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17545 file: multiarch llround for PowerPC32.
17546 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17547 file: multiarch llroundf for PowerPC32.
17548
c9b5d79e
AZ
17549 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17550 multiarch PowerPC32 fpu implementations.
17551 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17552 New file.
17553 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17554 New file.
17555 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17556 multiarch llrint for PowerPC32.
17557 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17558 New file.
17559 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17560 New file.
17561 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17562 file.
17563
9cbb3aab
AZ
17564 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17565
ea5a72f8
AZ
17566 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17567 file.
17568 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17569 file.
17570 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17571 file.
17572 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17573 multiarch wordcopy for PPC32.
17574 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17575 wordcopy objects.
17576 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17577 (__libc_ifunc_impl_list): Likewise.
17578 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17579 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17580 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17581 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17582 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17583 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17584
93be09e7
AZ
17585 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17586 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17587 file.
17588 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17589 file.
17590 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17591 file.
17592 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17593 multiarch wcscpy for PPC32.
17594 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17595 multiarch objects.
17596 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17597 (__libc_ifunc_impl_list): Likewise.
17598 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17599 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17600 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17601 sysdeps/powerpc/power6/wcscpy.c.
17602
bb04e529
AZ
17603 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17604 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17605 file.
17606 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17607 file.
17608 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17609 file.
17610 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17611 multiarch wcsrchr for PPC32.
17612 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17613 multiarch objects.
17614 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17615 (__libc_ifunc_impl_list): Likewise.
17616 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17617 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17618 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17619 sysdeps/powerpc/power6/wcsrchr.c.
17620
05b5cd1c
AZ
17621 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17622 file.
17623 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17624 file.
17625 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17626 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17627 multiarch wcschr for PPc32.
17628 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17629 multiarch objects.
17630 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17631 (__libc_ifunc_impl_list): Likewise.
17632 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17633 * sysdeps/powerpc/power6/wcschr.c: ... to here.
17634 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17635 sysdeps/powerpc/power6/wcschr.c.
17636
ba964147
AZ
17637 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17638 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17639 file.
17640 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17641 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17642 file: multiarch strchr for PPC32.
17643 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17644 multiarch objects.
17645 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17646 (__libc_ifunc_impl_list): Likewise.
17647
31c81aaa
AZ
17648 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17649 name.
17650 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17651 file.
17652 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17653 file.
17654 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17655 multiarch strchrnul for PPC32.
17656 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17657 multiarch objects.
17658 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17659 (__libc_ifunc_impl_list): Likewise.
17660
0d0607d9
AZ
17661 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17662 file.
17663 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17664 multiarch strncasecmp for PPC32.
17665 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17666 file.
17667 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17668 multiarch strncasecmp_l for PPC32.
17669 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17670 strncasecmp multiarch objects.
17671 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17672 (__libc_ifunc_impl_list): Likewise.
17673
4dfd5c86
AZ
17674 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17675 file.
17676 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17677 multiarch strncasecmp for PPC32.
17678 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17679 New file.
17680 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17681 multiarch strcasecmp_l for PPC32.
17682 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17683 multiarch objects.
17684 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17685 (__libc_ifunc_impl_list): Likewise.
17686
a19e01a3
AZ
17687 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17688 file.
17689 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17690 file.
17691 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17692 multiarch strncmp for PPC32.
17693 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17694 multiarch objects.
17695 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17696 (__libc_ifunc_impl_list): Likewise.
17697
ae9cf7a2
AZ
17698 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17699 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17700 file.
17701 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17702 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17703 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17704 multiarch objects.
17705 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17706 (__libc_ifunc_impl_list): Likewise.
17707
3148bb7d
AZ
17708 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17709 file.
17710 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17711 file.
17712 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17713 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17714 multiarch objects.
17715 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17716 (__libc_ifunc_impl_list): Likewise.
17717
7af8b946
AZ
17718 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17719 file.
17720 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17721 file.
17722 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17723 multiarch rawmemchr for PPC32.
17724 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17725 multiarch objects.
17726 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17727 (__libc_ifunc_impl_list): Likewise.
17728
03a6aa6a
AZ
17729 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17730 file.
17731 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17732 file.
17733 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17734 file: memrchr multiarch for PPC32.
17735 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17736 multiarch objects.
17737 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17738 (__libc_ifunc_impl_list): Likewise.
17739
1c62e6d9
AZ
17740 * string/memchr.c (__memchr): Using macro to redefine symbol name.
17741 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17742 file.
17743 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17744 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17745 multiarch memchr for PPC32.
17746 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17747 multiarch objects.
17748 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17749 (__libc_ifunc_impl_list): Likewise.
17750
87da8bdb
AZ
17751 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17752 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17753 file.
17754 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17755 file.
17756 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17757 file: multiarch mempcpy for PPC32.
17758 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17759 multiarch objects.
17760 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17761 (__libc_ifunc_impl_list): Likewise.
17762
20ed4714
AZ
17763 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17764 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17765 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17766 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17767 multiarch bzero for PPC32.
17768 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17769 file.
17770 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17771 file.
17772 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17773 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17774 file: multiarch memset for PPC32.
17775 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17776 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17777 memset multiarch objects.
17778 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17779 (__libc_ifunc_impl_list): Likewise.
17780
ab3e3a46
AZ
17781 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17782 file.
17783 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17784 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17785 memcmp for PPC32.
17786 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17787 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17788 multiarch objects.
17789 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17790 (__libc_ifunc_impl_list): Likewise.
17791
930de6f0
AZ
17792 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17793 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17794 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17795 file.
17796 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17797 file.
17798 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17799 file.
17800 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17801 multiarch memcpy for PPC32.
17802 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17803 multiarch objects.
17804 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17805 (__libc_ifunc_impl_list): Likewise.
17806
4c628e00
AZ
17807 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17808 support multiarch for POWER/PPC32.
17809 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17810 Likewise.
17811 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17812 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17813 Implies file to make multiarch folder appers before the fpu and
17814 default folder for power4 configuration.
17815
f4479220
SP
178162013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
17817
17818 * scripts/bench.pl: Append volatile keyword to type.
17819
8517800f
KK
178202013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
17821
17822 * sysdeps/sh/sotruss-lib.c: New file.
17823 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17824
180138f1
AZ
178252013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17826
17827 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17828
bbf37bdc
JM
178292013-12-05 Joseph Myers <joseph@codesourcery.com>
17830
e47cc4e0
JM
17831 [BZ #6810]
17832 * math/w_tgamma.c: Include <errno.h>.
17833 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
17834 * math/w_tgammaf.c: Include <errno.h>.
17835 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
17836 * math/w_tgammal.c: Include <errno.h>.
17837 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
17838 * math/auto-libm-test-in: Do not allow missing errno on tgamma
17839 underflow. Add more tgamma tests.
17840 * math/auto-libm-test-out: Regenerated.
17841 * sysdeps/i386/fpu/libm-test-ulps: Update.
17842 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17843
bbf37bdc
JM
17844 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17845 sin, sinh, tan, tanh, tgamma, y0 and y1.
17846 * math/auto-libm-test-out: Regenerated.
17847 * math/libm-test.inc (TEST_COND_x86_64): New macro.
17848 (TEST_COND_x86): Likewise.
17849 (M_E2l): Remove macro.
17850 (M_E3l): Likewise.
17851 (M_2_SQRT_PIl): Likewise.
17852 (M_SQRT_PIl): Likewise.
17853 (M_1_DIV_El): Likewise.
17854 (log_test_data): Use AUTO_TESTS_f_f.
17855 (log10_test_data): Likewise.
17856 (log1p_test_data): Likewise.
17857 (log2_test_data): Likewise.
17858 (sin_test_data): Likewise.
17859 (sin_tonearest_test_data): Likewise.
17860 (sin_towardzero_test_data): Likewise.
17861 (sin_downward_test_data): Likewise.
17862 (sin_upward_test_data): Likewise.
17863 (sinh_test_data): Likewise.
17864 (sinh_tonearest_test_data): Likewise.
17865 (sinh_towardzero_test_data): Likewise.
17866 (sinh_downward_test_data): Likewise.
17867 (sinh_upward_test_data): Likewise.
17868 (tan_test_data): Likewise.
17869 (tan_tonearest_test_data): Likewise.
17870 (tan_towardzero_test_data): Likewise.
17871 (tan_downward_test_data): Likewise.
17872 (tan_upward_test_data): Likewise.
17873 (tanh_test_data): Likewise.
17874 (tgamma_test_data): Likewise.
17875 (y0_test_data): Likewise.
17876 (y1_test_data): Likewise.
17877 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17878 (special_real_inputs): Add pi/4.
17879 * sysdeps/i386/fpu/libm-test-ulps: Update.
17880 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17881
eb5ad6b9
AZ
178822013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17883
17884 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17885 "longjmp_target" static probes.
17886 (__longjmp): Rename to __longjmp_symbol.
17887 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17888 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17889 on which longjmp to generate.
17890 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17891 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17892 probe.
17893 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17894 (__sigjmp_save): Rename to __sigjmp_save_symbol.
17895 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17896 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17897 and __sigjmp_save_symbol based on which sigsetjmp to generated.
17898 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17899 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17900 __longjmp_symbol based on which __longjmp to generate.
17901 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17902 probe.
17903 (setjmp): Rename to setjmp_symbol.
17904 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17905 (_setjmp): Rename to _setjmp_symbol.
17906 (__sigsetjmp): Rename to __sigsetjmp_symbol.
17907 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17908 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17909 which setjmp to generate.
17910 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17911 "longjmp_target" static probes.
17912
d136c6dc
SP
179132013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
17914
9298ecba
SP
17915 * benchtests/README: Add note about output arguments.
17916 * benchtests/bench-sincos.c: Remove file.
17917 * benchtests/sincos-inputs: New file.
17918 * scripts/bench.pl: Identify output arguments and define
17919 static variables for them.
17920
232983e9
SP
17921 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17922
d136c6dc
SP
17923 [BZ #15941]
17924 * Makefile (INSTALL): Add install-plain.texi as the primary
17925 dependency.
17926 * manual/install-plain.texi: New file.
17927 * manual/install.texi: Include node directive only for
17928 non-plaintext output.
17929
699ff837
JM
179302013-12-04 Joseph Myers <joseph@codesourcery.com>
17931
ab07cea8
JM
17932 * stdlib/longlong.h: Update from GCC.
17933
699ff837
JM
17934 [BZ #6807]
17935 [BZ #15901]
17936 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17937 * math/w_j0f.c (y0f): Likewise.
17938 * math/w_j0l.c (__y0l): Likewise.
17939 * math/w_j1.c (y1): Likewise.
17940 * math/w_j1f.c (y1f): Likewise.
17941 * math/w_j1l.c (__y1l): Likewise
17942 * math/w_jn.c (yn): Likewise.
17943 * math/w_jnf.c (ynf): Likewise.
17944 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17945 Bessel function pole errors in _POSIX_ mode. Use NAN as return
17946 value for Bessel function domain errors outside _SVID_ mode.
17947 Adjust sign of return value for yn (negative integer, 0).
17948 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17949 by zero in return for negative x and set sign appropriately for
17950 negative n.
17951 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17952 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17953 * math/libm-test.inc (y0_test_data): Add more tests and adjust
17954 expectations in error cases.
17955 (y1_test_data): Likewise.
17956 (yn_test_data): Likewise.
17957 * sysdeps/i386/fpu/libm-test-ulps: Update.
17958 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17959
5b118558
UW
179602013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17961
17962 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17963 "64" to "64-v1". Add "64-v2".
17964 (abi-64-options): Rename to ...
17965 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
17966 (abi-64-condition): Rename to ...
17967 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
17968 (abi-64-ld-soname): Rename to ...
17969 (abi-64-v1-ld-soname): ... this.
17970 (abi-64-v2-options): Define.
17971 (abi-64-v2-condition): Likewise.
17972 (abi-64-v2-ld-soname): Likewise.
17973 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17974 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17975 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17976 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17977 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17978
61cd8fe4
UW
179792013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17980 Alan Modra <amodra@gmail.com>
17981
17982 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17983 New versions for use with the ELFv2 ABI.
17984 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17985 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17986 declaration.
17987 (struct La_ppc64v2_retval): Likewise.
17988 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17989 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17990 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17991 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17992 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17993 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17994 Do not save or restore CR.
17995 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17996 (_dl_profile_resolve): Do no save or restore CR. Support extended
17997 return values for ELFv2 ABI. Fix location of FPR return registers.
17998 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17999 updated values for _CALL_ELF == 2.
18000 (La_regs, La_retval, int_retval): Likewise.
18001
8b8a692c
UW
180022013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18003
18004 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18005 (FRAME_MIN_SIZE_PARM): Likewise.
18006 (FRAME_BACKCHAIN): Likewise.
18007 (FRAME_CR_SAVE): Likewise.
18008 (FRAME_LR_SAVE): Likewise.
18009 (FRAME_TOC_SAVE): Likewise.
18010 (FRAME_PARM_SAVE): Likewise.
18011 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18012 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18013 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18014 (call_mcount_parm_offset): New macro.
18015 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18016 (PROF): Use symbolic stack frame offsets.
18017 (TAIL_CALL_SYSCALL_ERROR): Likewise.
18018 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18019 Redefine in terms of FRAME_MIN_SIZE.
18020 (_dl_runtime_resolve): Use symbolic stack frame offsets.
18021 (_dl_profile_resolve): Likewise. Update comment.
18022 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18023 symbols stack frame offsets.
18024 (__sigsetjmp): Likewise.
18025 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18026 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18027 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18028 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18029
18030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18031 (FRAME_BACKCHAIN): Remove.
18032 (FRAME_CR_SAVE): Likewise.
18033 (FRAME_LR_SAVE): Likewise.
18034 (FRAME_COMPILER_DW): Likewise.
18035 (FRAME_LINKER_DW): Likewise.
18036 (FRAME_TOC_SAVE): Likewise.
18037 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
18038 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18039 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18040 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
18041 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18042 (CHECK_SP): Use symbolic stack frame offsets.
18043 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18044 zone" instead of caller's parameter save area for temp storage.
18045 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18046 Likewise. Also, use symbolic stack frame offsets.
18047 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18048 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18049 our own stack frame instead of the caller's.
18050 (__socket): Use symbolic stack frame offsets.
18051
122b66de
UW
180522013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18053 Alan Modra <amodra@gmail.com>
18054
18055 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18056 Define.
57f41c40
AS
18057 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18058 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
18059 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18060 New function.
18061 (elf_machine_fixup_plt): Call it.
18062 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
18063 reloc arguments.
18064 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
18065 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18066 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
18067 r2 before calling target.
18068
696caf1d
UW
180692013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18070 Alan Modra <amodra@gmail.com>
18071
18072 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18073 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18074 versions of macros to support ELFv2 ABI.
18075 (LOCALENTRY): New macro.
18076 (ENTRY, EALIGN): Use it.
18077 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18078 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18079 fall through into ENTRY entry point.
18080 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18081 Only define if _CALL_ELF != 2.
18082
18083 (elf_machine_matches_host): Verify ABI version matches.
18084 (RTLD_START): Use LOCALENTRY.
18085 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18086 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18087 (PLT_ENTRY_WORDS): New macro.
18088 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18089 (elf_machine_runtime_setup): Support ELFv2 ABI.
18090 (elf_machine_fixup_plt): Likewise.
18091 (elf_machine_plt_conflict): Likewise.
18092 (resolve_ifunc): Likewise.
18093 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18094 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18095 Likewise.
18096 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18097 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18098 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18099 (makecontext): Support ELFv2 ABI.
18100 * elf/elf.h (EF_PPC64_ABI): Define.
18101
d31beafa
UW
181022013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18103
57f41c40
AS
18104 * sysdeps/powerpc/powerpc64/sysdep.h
18105 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18106 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18107 (ENTRY) [ASSEMBLER]: ... but instead here ...
18108 (EALIGN) [ASSEMBLER]: ... and here.
18109 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18110 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18111 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
18112 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18113 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
18114 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18115 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
18116 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18117 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18118 Use PPC64_LOAD_FUNCPTR.
18119
b525166b
UW
18120 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18121
7ec07d9a
AM
181222013-12-04 Alan Modra <amodra@gmail.com>
18123
18124 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18125 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18126 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18127 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18128
18129 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18130 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18131 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18132 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18133 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18134 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18135
5162e7dd
UW
181362013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18137
18138 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18139 (__makecontext): Fix incorrect CFI when backtracing out of
18140 context created via makecontext.
18141 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18142 (__setcontext): Fix incorrect CFI during switch to new context.
18143 (__novec_setcontext): Likewise.
18144
19e3372b
OB
181452013-12-04 Ondřej Bílka <neleai@seznam.cz>
18146
18147 [BZ #4772]
18148 * time/strptime_l.c (__strptime_internal): Allow modifiers
18149 in strptime.
18150 * time/tst-strptime.c (day_tests): Add testcase.
18151
ecaf142d
SP
181522013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
18153
18154 * scripts/bench.pl: Skip over blank lines.
18155
fbf964ae
PE
181562013-12-04 Paul Eggert <eggert@cs.ucla.edu>
18157
18158 [BZ #926]
18159 * manual/time.texi (Calendar Time): Clarify what timezone functions
18160 use.
18161
fa60a674
AZ
181622013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18163
18164 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18165
d674f0ef
OB
181662013-12-04 Ondřej Bílka <neleai@seznam.cz>
18167
18168 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18169 implementation.
18170 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18171 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18172 * debug/memset_chk.c (__memset_chk): Likewise.
18173 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18174 * debug/strncpy_chk.c: Likewise.
18175
17dea188
JM
181762013-12-03 Joseph Myers <joseph@codesourcery.com>
18177
749008ff
JM
18178 [BZ #15268]
18179 [BZ #15425]
18180 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18181 (__ieee754_exp): For possibly underflowing results, check size of
18182 result and force underflow exception if required.
18183 * math/auto-libm-test-in: Add more tests of exp.
18184 * math/auto-libm-test-out: Regenerated.
18185 * sysdeps/i386/fpu/libm-test-ulps: Update.
18186 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18187
17dea188
JM
18188 [BZ #16283]
18189 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18190 * math/w_exp2f.c (__exp2f): Likewise.
18191 * math/w_exp2l.c (__exp2l): Likewise.
18192 * math/auto-libm-test-in: Do not allow missing errno on exp2
18193 underflow.
18194 * math/auto-libm-test-out: Regenerated.
18195
b20de2c3
OB
181962013-12-03 Ondřej Bílka <neleai@seznam.cz>
18197
18198 [BZ #16274]
18199 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18200 handle filename validation.
18201 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18202 (do_open): Delete.
18203
d8e2dbe3
JM
182042013-12-03 Joseph Myers <joseph@codesourcery.com>
18205
34e16df5
JM
18206 [BZ #6786]
18207 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18208 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18209 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18210 <float.h>.
18211 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18212 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18213 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18214 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18215 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18216 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18217 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18218 * math/auto-libm-test-in: Don't allow missing errno from erfc.
18219 Add more erfc tests.
18220 * math/auto-libm-test-out: Regenerated.
18221 * sysdeps/i386/fpu/libm-test-ulps: Update.
18222 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18223
d8e2dbe3
JM
18224 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18225 exp2, expm1, j0 and j1.
18226 * math/auto-libm-test-out: Regenerated.
18227 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18228 (erfc_test_data): Likewise.
18229 (exp_test_data): Likewise.
18230 (exp_tonearest_test_data): Likewise.
18231 (exp_towardzero_test_data): Likewise.
18232 (exp_downward_test_data): Likewise.
18233 (exp_upward_test_data): Likewise.
18234 (exp10_test_data): Likewise.
18235 (exp2_test_data): Likewise.
18236 (expm1_test_data): Likewise.
18237 (j0_test_data): Likewise.
18238 (j1_test_data): Likewise.
18239 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18240 (input_flag_type): Add flag_xfail_rounding.
18241 (input_flags): Add xfail-rounding.
18242 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18243 (output_for_one_input_case): Handle flag_xfail_rounding.
18244 * sysdeps/i386/fpu/libm-test-ulps: Update.
18245 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18246
18d14251
AJ
182472013-12-03 Aurelien Jarno <aurelien@aurel32.net>
18248
3d2e6075 18249 [BZ #16289]
18d14251
AJ
18250 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18251 division by 0.
18252
520d437b
SP
182532013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
18254
18255 [BZ #16195]
18256 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18257 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18258 (STAP_PROBE0): New macro.
18259 (STAP_PROBE1): Likewise.
18260 (STAP_PROBE2): Likewise.
18261 (STAP_PROBE3): Likewise.
18262 (STAP_PROBE4): Likewise.
18263
416e0145
OB
182642013-12-02 Ondřej Bílka <neleai@seznam.cz>
18265
18266 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18267
9d17796a
SE
182682013-12-02 Steve Ellcey <sellcey@mips.com>
18269
18270 * benchtests/Makefile (bench): Add sqrt.
18271 (LDLIBS-bench-sqrt): New.
18272 * benchtests/sqrt-input: New.
18273
f524d6a8
PS
182742013-12-02 Pavel Simerda <psimerda@redhat.com>
18275
639a0ef8
PS
18276 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18277 (GAIH_EAI): Likewise.
18278 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18279 (gaih_inet): Likewise.
18280 (getaddrinfo): Don't use GAIH_EAI.
18281
f524d6a8
PS
18282 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18283 (struct gaih): Remove definition.
18284
df3aedaf
SP
182852013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
18286
18287 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18288 Use HERRNOP directly.
18289
1ab19dec
AZ
182902013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18291
b42ad38d 18292 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 18293
176b0c79
JM
182942013-11-30 Joseph Myers <joseph@codesourcery.com>
18295
18296 * math/gen-auto-libm-tests.c (test_functions): Add more
18297 single-argument functions.
18298 (special_fill_pi_2): New function.
18299 (special_fill_minus_pi_2): Likewise.
18300 (special_fill_pi_6): Likewise.
18301 (special_fill_minus_pi_6): Likewise.
18302 (special_fill_pi_3): Likewise.
18303 (special_fill_2pi_3): Likewise.
18304 (special_fill_e): Likewise.
18305 (special_fill_1_e): Likewise.
18306 (special_fill_e_minus_1): Likewise.
18307 (special_real_inputs): Add more special inputs.
18308 (output_for_one_input_case): Do not require ERANGE on underflow to
18309 zero if round-to-nearest result does not underflow to zero, unless
18310 exact results required.
18311 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18312 atan, atanh, cbrt, cos and cosh.
18313 * math/auto-libm-test-out: Regenerated.
18314 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18315 (acos_tonearest_test_data): Likewise.
18316 (acos_towardzero_test_data): Likewise.
18317 (acos_downward_test_data): Likewise.
18318 (acos_upward_test_data): Likewise.
18319 (acosh_test_data): Likewise.
18320 (asin_test_data): Likewise.
18321 (asin_tonearest_test_data): Likewise.
18322 (asin_towardzero_test_data): Likewise.
18323 (asin_upward_test_data): Likewise.
18324 (asinh_test_data): Likewise.
18325 (atan_test_data): Likewise.
18326 (atanh_test_data): Likewise.
18327 (cbrt_test_data): Likewise.
18328 (cos_test_data): Likewise.
18329 (cos_tonearest_test_data): Likewise.
18330 (cos_towardzero_test_data): Likewise.
18331 (cos_downward_test_data): Likewise.
18332 (cos_upward_test_data): Likewise.
18333 (cosh_test_data): Likewise.
18334 (cosh_tonearest_test_data): Likewise.
18335 (cosh_towardzero_test_data): Likewise.
18336 (cosh_downward_test_data): Likewise.
18337 (cosh_upward_test_data): Likewise.
18338 * sysdeps/i386/fpu/libm-test-ulps: Update.
18339 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18340
ffb536d0
JM
183412013-11-29 Joseph Myers <joseph@codesourcery.com>
18342
2a77a467
JM
18343 [BZ #6787]
18344 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18345 * math/w_exp10f.c (__exp10f): Likewise.
18346 * math/w_exp10l.c (__exp10l): Likewise.
18347 * math/libm-test.inc (exp10_test_data): Add more tests and expect
18348 errno settings in existing tests.
18349
ea3bc4e8
JM
18350 [BZ #14032]
18351 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18352 precision control set to double precision.
18353 * sysdeps/i386/fpu/w_sqrt.c: New file.
18354 * math/auto-libm-test-in: Add more tests.
18355 * math/auto-libm-test-out: Update.
18356
0712c9d8
JM
18357 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18358 (sqrt_test_tonearest): New function.
18359 (sqrt_towardzero_test_data): New variable.
18360 (sqrt_test_towardzero): New function.
18361 (sqrt_downward_test_data): New variable.
18362 (sqrt_test_downward): New function.
18363 (sqrt_upward_test_data): New variable.
18364 (sqrt_test_upward): New function.
18365 (main): Call the new functions.
18366
ffb536d0
JM
18367 * math/gen-auto-libm-tests.c: New file.
18368 * math/auto-libm-test-in: Likewise.
18369 * math/auto-libm-test-out: New generated file.
18370 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18371 variables.
18372 (%beautify): Add generated representations of zero.
18373 (top level): Set $auto_input and call parse_auto_input.
18374 (beautify): Remove trailing "f" from hex float constants.
18375 (parse_args): Handle XFAIL_TEST.
18376 (convert_condition): New function.
18377 (or_value): Likewise.
18378 (or_cond_value): Likewise.
18379 (generate_testfile): Handle AUTO_TESTS_* lines.
18380 (parse_auto_input): New function.
18381 * math/libm-test.inc (XFAIL_TEST): New macro.
18382 (ERRNO_UNCHANGED): Update value.
18383 (ERRNO_EDOM): Likewise.
18384 (ERRNO_ERANGE): Likewise.
18385 (IGNORE_RESULT): Likewise.
18386 (TEST_COND_flt_32): New macro.
18387 (TEST_COND_dbl_64): Likewise.
18388 (TEST_COND_ldbl_96_intel): Likewise.
18389 (TEST_COND_ldbl_96_m68k): Likewise.
18390 (TEST_COND_ldbl_128): Likewise.
18391 (TEST_COND_ldbl_128ibm): Likewise.
18392 (TEST_COND_long32): Likewise.
18393 (TEST_COND_long64): Likewise.
18394 (TEST_COND_before_rounding): Likewise.
18395 (TEST_COND_after_rounding): Likewise.
18396 (enable_test): Handle XFAIL_TEST flag.
18397 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18398 with finite results.
18399 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18400 auto-libm-test-out.
18401
acd98a8e
AK
184022013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
18403 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18404
18405 [BZ #16214]
18406 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18407 __tls_get_addr_internal instead of __tls_get_offset in order to
18408 avoid GOT pointer dependency. Make rtld export
18409 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18410 __tls_get_addr since we are a __tls_get_offset platform.
18411 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18412 GOT pointer being set up before.
18413 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18414
3c1c46a6
JM
184152013-11-28 Joseph Myers <joseph@codesourcery.com>
18416
7475aef5
JM
18417 * manual/math.texi (Errors in Math Functions): Document accuracy
18418 goals.
18419
8bca7cd8
JM
18420 [BZ #15004]
18421 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18422 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18423 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18424 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18425 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18426 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18427 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18428 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18429 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18430 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18431 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18432 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18433 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18434 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18435 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18436 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18437
91a1f3fe
JM
18438 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18439 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18440 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18441 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18442 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18443 Likewise.
18444 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18445 Likewise.
18446 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18447 Likewise.
18448 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18449 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18450 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18451 atomic-feupdateenv and flt-rounds.
18452 * sysdeps/powerpc/nofpu/Versions (libc): Add
18453 __atomic_feholdexcept, __atomic_feclearexcept,
18454 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18455 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18456 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18457 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18458 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18459 here.
18460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18461 Update.
18462
c5df7609
JM
18463 * manual/arith.texi (FP Exceptions): Document that exceptions may
18464 not be raised when matherr is used.
18465 (Math Error Reporting): Document overflow in directed rounding
18466 modes. Document that errno may not be set when finite values are
18467 returned on overflow. Document intent to set errno on underflow
18468 only for underflow to zero.
18469
3c1c46a6
JM
18470 [BZ #16271]
18471 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18472 round-to-nearest then adjust result for other rounding modes.
18473 * include/fenv.h (fegetround): Use libm_hidden_proto.
18474 * math/fegetround.c (fegetround): Use libm_hidden_def.
18475 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18476 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18477 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18478 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18479 Likewise.
18480 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18481 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18482 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18483 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18484
5a4c6d53
SP
184852013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
18486
18487 [BZ #16077]
18488 * nss/Versions (libnss_files): Add
18489 _nss_files_gethostbyname3_r.
18490 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18491 New function.
18492 (HOST_DB_LOOKUP): Remove macro.
18493 (_nss_files_gethostbyname_r): Implement function without the
18494 HOST_DB_LOOKUP macro.
18495 (_nss_files_gethostbyname2_r): Likewise.
18496
897b98ba
OB
184972013-11-28 Ondřej Bílka <neleai@seznam.cz>
18498
18499 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18500
6f476861
UB
185012013-11-26 Uros Bizjak <ubizjak@gmail.com>
18502
18503 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18504 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18505 warning.
18506
bd12ab55
AZ
185072013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18508
18509 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18510 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18511 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18512 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18513 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18514 __fe_nomask_env_priv and attribute_hidden.
18515 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18516 (libc_feupdateenv_test_ppc): Likewise.
18517 (libc_feresetround_ppc): Likewise.
18518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18519 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18520 compat_symbol macro.
18521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18522 (__fe_nomask_env): Likewise.
18523 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18524
52bb6543
OB
185252013-11-26 Ondřej Bílka <neleai@seznam.cz>
18526
18527 * string/Makefile: Remove ifunc tests.
18528 * string/test-string.h: Define TEST_IFUNC.
18529 * string/test-bcopy-ifunc.c: Remove.
18530 * string/test-bzero-ifunc.c: Likewise.
18531 * string/test-memccpy-ifunc.c: Likewise.
18532 * string/test-memchr-ifunc.c: Likewise.
18533 * string/test-memcmp-ifunc.c: Likewise.
18534 * string/test-memcpy-ifunc.c: Likewise.
18535 * string/test-memmem-ifunc.c: Likewise.
18536 * string/test-memmove-ifunc.c: Likewise.
18537 * string/test-mempcpy-ifunc.c: Likewise.
18538 * string/test-memrchr-ifunc.c: Likewise.
18539 * string/test-memset-ifunc.c: Likewise.
18540 * string/test-rawmemchr-ifunc.c: Likewise.
18541 * string/test-stpcpy-ifunc.c: Likewise.
18542 * string/test-stpncpy-ifunc.c: Likewise.
18543 * string/test-strcasecmp-ifunc.c: Likewise.
18544 * string/test-strcasestr-ifunc.c: Likewise.
18545 * string/test-strcat-ifunc.c: Likewise.
18546 * string/test-strchr-ifunc.c: Likewise.
18547 * string/test-strchrnul-ifunc.c: Likewise.
18548 * string/test-strcmp-ifunc.c: Likewise.
18549 * string/test-strcpy-ifunc.c: Likewise.
18550 * string/test-strcspn-ifunc.c: Likewise.
18551 * string/test-strlen-ifunc.c: Likewise.
18552 * string/test-strncasecmp-ifunc.c: Likewise.
18553 * string/test-strncat-ifunc.c: Likewise.
18554 * string/test-strncmp-ifunc.c: Likewise.
18555 * string/test-strncpy-ifunc.c: Likewise.
18556 * string/test-strnlen-ifunc.c: Likewise.
18557 * string/test-strpbrk-ifunc.c: Likewise.
18558 * string/test-strrchr-ifunc.c: Likewise.
18559 * string/test-strspn-ifunc.c: Likewise.
18560 * string/test-strstr-ifunc.c: Likewise.
18561
ab260039 185622013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
18563
18564 * benchtests/Makefile: Remove ifunc tests.
18565 * benchtests/bench-string.h: Define TEST_IFUNC.
18566 * benchtests/bench-bcopy-ifunc.c: Remove.
18567 * benchtests/bench-bzero-ifunc.c: Likewise.
18568 * benchtests/bench-memccpy-ifunc.c: Likewise.
18569 * benchtests/bench-memchr-ifunc.c: Likewise.
18570 * benchtests/bench-memcmp-ifunc.c: Likewise.
18571 * benchtests/bench-memcpy-ifunc.c: Likewise.
18572 * benchtests/bench-memmem-ifunc.c: Likewise.
18573 * benchtests/bench-memmove-ifunc.c: Likewise.
18574 * benchtests/bench-mempcpy-ifunc.c: Likewise.
18575 * benchtests/bench-memrchr-ifunc.c: Likewise.
18576 * benchtests/bench-memset-ifunc.c: Likewise.
18577 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18578 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18579 * benchtests/bench-stpcpy-ifunc.c: Likewise.
18580 * benchtests/bench-stpncpy-ifunc.c: Likewise.
18581 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18582 * benchtests/bench-strcasestr-ifunc.c: Likewise.
18583 * benchtests/bench-strcat-ifunc.c: Likewise.
18584 * benchtests/bench-strchr-ifunc.c: Likewise.
18585 * benchtests/bench-strchrnul-ifunc.c: Likewise.
18586 * benchtests/bench-strcmp-ifunc.c: Likewise.
18587 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18588 * benchtests/bench-strcpy-ifunc.c: Likewise.
18589 * benchtests/bench-strcspn-ifunc.c: Likewise.
18590 * benchtests/bench-strlen-ifunc.c: Likewise.
18591 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18592 * benchtests/bench-strncat-ifunc.c: Likewise.
18593 * benchtests/bench-strncmp-ifunc.c: Likewise.
18594 * benchtests/bench-strncpy-ifunc.c: Likewise.
18595 * benchtests/bench-strnlen-ifunc.c: Likewise.
18596 * benchtests/bench-strpbrk-ifunc.c: Likewise.
18597 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 18598 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
18599 * benchtests/bench-strspn-ifunc.c: Likewise.
18600 * benchtests/bench-strstr-ifunc.c: Likewise.
18601
186022013-11-26 Ondřej Bílka <neleai@seznam.cz>
18603
ab260039
OB
18604 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18605
d1d9eaf4 186062013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 18607
d1d9eaf4
OB
18608 * resolv/netdb.h: Use __glibc_reserved instead __unused.
18609 * rt/aio.h: Likewise.
18610 * sysdeps/gnu/bits/utmp.h: Likewise.
18611 * sysdeps/gnu/bits/utmpx.h: Likewise.
18612 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18613 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18614 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18615 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18616 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18617 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18618 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18619 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18620 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18621 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18622 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18623 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18624 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18625 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18626 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18627 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18628 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18629 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18630 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18631 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18632 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18633 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18634 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18635 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18636 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18637 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18638 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18639 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18640 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18641 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18642 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18643 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18644 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18645 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18646 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18647 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18648 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18649 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18650 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18651 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18652 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18653 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18654
a7624ed9
CD
186552013-11-25 Carlos O'Donell <carlos@redhat.com>
18656
18657 [BZ #16245]
18658 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18659 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18660
63cfe52b
JM
186612013-11-25 Joseph Myers <joseph@codesourcery.com>
18662
18663 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18664 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18665 Likewise.
18666
41e8926a
AZ
186672013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18668
18669 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18670 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18671 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18672 (__fesetround): Remove define.
18673 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18674 rounding and exceptions handling.
18675 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18676 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18677 (__fe_nomask_env): Likewise.
18678 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18679 __fegetround instead of fegetround.
18680 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18681 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18682
6851bd4d
RM
186832013-11-21 Roland McGrath <roland@hack.frob.com>
18684
070906ff
RM
18685 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18686 it's there.
18687
6851bd4d
RM
18688 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18689
84ae135d
MI
186902013-11-21 Meador Inge <meadori@codesourcery.com>
18691
18692 [BZ #11157]
18693 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18694 (encrypt_r): Likewise.
18695 * malloc/obstack.h (obstack_free): Likewise.
18696 * posix/unistd.h (encrypt): Likewise.
18697
daf75146
GM
186982013-11-21 Guy Martin <gmsoft@tuxicoman.be>
18699
18700 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18701 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18702 DL_CALL_DT_FINI() that call the functions directly.
18703 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18704 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18705 * elf/dl-fini.c: Likewise.
18706
10ad46bc
OB
187072013-11-20 Ondřej Bílka <neleai@seznam.cz>
18708
18709 * malloc/hooks.c (memalign_check): Add alignment rounding.
18710 * malloc/malloc.c (_mid_memalign): New function.
18711 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18712 Implement by calling _mid_memalign.
18713 * manual/probes.texi (Memory Allocation Probes): Remove
18714 memory_valloc_retry and memory_pvalloc_retry.
18715
f3fd2628
SP
187162013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
18717
4712799f
SP
18718 * locale/programs/locarchive.c (open_archive): Add const
18719 qualifier to ARCHIVEFNAME and copy default fname to
18720 DEFAULT_FNAME.
18721
0417b20f
SP
18722 [BZ #15601]
18723 * libio/tst-widetext.input: Rename Oriya to Odia.
18724 * locale/iso-639.def: Likewise.
18725
f3fd2628
SP
18726 * manual/probes.texi (Mathematical Function Probes): Add
18727 documentation for sin, cos, asin and acos probes.
18728 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18729 (__sin32): Add slowasin probe.
18730 (__cos32): Add slowacos probe.
18731 (__mpsin): Add slowsin probe.
18732 (__mpcos): Add slowcos probe.
18733
73c1ce4f
JM
187342013-11-19 Joseph Myers <joseph@codesourcery.com>
18735
18736 [BZ #15483]
18737 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18738 thread-local __sim_exceptions_thread and global
18739 __sim_exceptions_global.
18740 (__sim_disabled_exceptions): Change to thread-local
18741 __sim_disabled_exceptions_thread and global
18742 __sim_disabled_exceptions_global.
18743 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18744 and global __sim_round_mode_global.
18745 (__simulate_exceptions): Use thread-local floating-point state and
18746 set global state from it as needed.
18747 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18748 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18749 __sim_round_mode_thread.
18750 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18751 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18752 and global __sim_exceptions_global.
18753 (__sim_disabled_exceptions): Change to thread-local
18754 __sim_disabled_exceptions_thread and global
18755 __sim_disabled_exceptions_global.
18756 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18757 and global __sim_round_mode_global.
18758 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18759 (SIM_SET_GLOBAL): Likewise.
18760 * sysdeps/powerpc/soft-fp/sfp-machine.h
18761 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18762 __sim_round_mode_thread.
18763 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18764 __sim_disabled_exceptions_thread.
18765 (__sim_exceptions): Change to __sim_exceptions_thread.
18766 (__sim_disabled_exceptions): Change to
18767 __sim_disabled_exceptions_thread.
18768 (__sim_round_mode): Change to __sim_round_mode_thread.
18769 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18770 thread-local floating-point state and set global state from it as
18771 needed.
18772 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18773 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18774 (__sim_disabled_exceptions): Remove extern declaration.
18775 (feenableexcept): Use thread-local floating-point state and set
18776 global state from it as needed.
18777 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18778 extern declaration.
18779 (__sim_disabled_exceptions): Likewise.
18780 (__sim_round_mode): Likewise.
18781 (__fegetenv): Use thread-local floating-point state.
18782 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18783 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18784 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18785 floating-point state and set global state from it as needed.
18786 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18787 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18788 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18789 Likewise.
18790 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18791 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18792 Likewise.
18793 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18794 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18795 Use __sim_round_mode_thread.
18796 * math/test-fenv-tls.c: New file.
18797 * math/Makefile (tests): Add test-fenv-tls.
18798 ($(objpfx)test-fenv-tls): Depend on
18799 $(common-objpfx)nptl/libpthread.so.
18800
b5449b12
AS
188012013-11-19 Andreas Schwab <schwab@suse.de>
18802
18803 * locale/programs/locale.c (show_info): Decode wordarray elements.
18804 * locale/categories.def (LC_MONETARY): Add element for
18805 _NL_MONETARY_CRNCYSTR.
18806 * locale/C-monetary.c (conversion_rate): New variable.
18807 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18808 element.
18809
e186536b
CM
188102013-11-18 Chris Metcalf <cmetcalf@tilera.com>
18811
18812 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18813 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18814
5c349950
PP
188152013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
18816
18817 * elf/Makefile (tst-auxv): New test.
18818 * elf/tst-auxv.c: New
18819 * elf/rtld.c (dl_main): Adjust AT_EXECFN
18820
699df45b
JM
188212013-11-18 Joseph Myers <joseph@codesourcery.com>
18822
18823 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18824 (hidden_proto): Caller changed.
18825 (hidden_tls_proto): New macro.
18826 (libc_hidden_tls_proto): Likewise.
18827 (rtld_hidden_tls_proto): Likewise.
18828 (libm_hidden_tls_proto): Likewise.
18829 (libresolv_hidden_tls_proto): Likewise.
18830 (librt_hidden_tls_proto): Likewise.
18831 (libdl_hidden_tls_proto): Likewise.
18832 (libnss_files_hidden_tls_proto): Likewise.
18833 (libnsl_hidden_tls_proto): Likewise.
18834 (libnss_nisplus_hidden_tls_proto): Likewise.
18835 (libutil_hidden_tls_proto): Likewise.
18836
b7589107
OB
188372013-11-18 Ondřej Bílka <neleai@seznam.cz>
18838
18839 [BZ #10253]
18840 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18841 (decompose_rpath): Defer expansion to fillin_rpath.
18842 (_dl_init_paths): Pass linkmap to fillin_rpath.
18843
250c23bd
RS
188442013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18845
18846 * benchtests/Makefile: Add strsep.
18847 * benchtests/bench-strsep.c: New file: strsep benchtest.
18848 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18849
a7931fcf
AS
188502013-11-18 Andreas Schwab <schwab@suse.de>
18851
18852 * locale/programs/locale.c (show_info) [case byte]: Check for
18853 '\377' instead of '\177'.
18854 * locale/C-monetary.c (not_available): Always use "\377".
18855 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18856 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
18857 detect unavailable sign_posn locale elements.
18858 * locale/localeconv.c (__localeconv): For grouping and
18859 mon_grouping handle "\177" and "\377" like no grouping.
18860 (INT_ELEM): New macro. Use it to set all numeric members.
18861 * locale/programs/ld-monetary.c (monetary_read)
18862 <tok_mon_grouping>: Normalize single -1 to the empty string.
18863 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18864 Likewise.
18865
728dab0e
OB
188662013-11-07 Ondřej Bílka <neleai@seznam.cz>
18867
18868 [BZ #16055]
18869 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18870 when we match (nil).
18871 * stdio-common/tst-sscanf.c (struct test): Add testcase.
18872
66294491
JM
188732013-11-16 Joseph Myers <joseph@codesourcery.com>
18874
ce665817
JM
18875 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18876 (NO_TEST_INLINE): Update value.
18877 (ERRNO_UNCHANGED): Likewise.
18878 (ERRNO_EDOM): Likewise.
18879 (ERRNO_ERANGE): Likewise.
18880 (IGNORE_RESULT): Likewise.
18881 (check_float_internal): Check signs of NaN results if
18882 TEST_NAN_SIGN used.
18883 (check_complex): Pass TEST_NAN_SIGN flag through to second
18884 check_float_internal call.
18885 (copysign_test_data): Add tests with quiet NaNs as second
18886 argument. Use TEST_NAN_SIGN.
18887 (fabs_test_data): Add test of negative quiet NaN argument. Use
18888 TEST_NAN_SIGN.
18889 (signbit_test_data): Add tests of quiet NaN argument.
18890 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18891
ee1466a9
JM
18892 * math/gen-libm-test.pl (show_exceptions): Take extra argument
18893 $ignore_result.
18894 (parse_args): Handle function results specified as IGNORE.
18895 * math/libm-test.inc (IGNORE_RESULT): New macro.
18896 (check_float_internal): Do not check numerical result if flag
18897 IGNORE_RESULT set.
18898 (check_complex): Pass through IGNORE_RESULT to second
18899 check_float_internal call.
18900 (check_int): Do not check numerical result if flag IGNORE_RESULT
18901 set.
18902 (check_long): Likewise.
18903 (check_bool): Likewise.
18904 (check_longlong): Likewise.
18905 (lrint_test_data): Add tests of infinite and NaN arguments.
18906 (lrint_tonearest_test_data): Likewise.
18907 (lrint_towardzero_test_data): Likewise.
18908 (lrint_downward_test_data): Likewise.
18909 (lrint_upward_test_data): Likewise.
18910 (llrint_test_data): Likewise.
18911 (llrint_tonearest_test_data): Likewise.
18912 (llrint_towardzero_test_data): Likewise.
18913 (llrint_downward_test_data): Likewise.
18914 (llrint_upward_test_data): Likewise.
18915 (lround_test_data): Likewise.
18916 (llround_test_data): Likewise.
18917
14407b7e
JM
18918 * math/libm-test.inc (NO_TEST_INLINE): New macro.
18919 (ERRNO_UNCHANGED): Update value.
18920 (ERRNO_EDOM): Likewise.
18921 (ERRNO_ERANGE): Likewise.
18922 (NO_TEST_INLINE_FLOAT): New macro.
18923 (NO_TEST_INLINE_DOUBLE): Likewise.
18924 (enable_test): New function.
18925 (RUN_TEST_f_f): Check enable_test before running test.
18926 (RUN_TEST_2_f): Likewise.
18927 (RUN_TEST_fff_f): Likewise.
18928 (RUN_TEST_c_f): Likewise.
18929 (RUN_TEST_f_f1): Likewise.
18930 (RUN_TEST_fF_f1): Likewise.
18931 (RUN_TEST_fI_f1): Likewise.
18932 (RUN_TEST_ffI_f1): Likewise.
18933 (RUN_TEST_c_c): Likewise.
18934 (RUN_TEST_cc_c): Likewise.
18935 (RUN_TEST_f_i): Likewise.
18936 (RUN_TEST_f_i_tg): Likewise.
18937 (RUN_TEST_ff_i_tg): Likewise.
18938 (RUN_TEST_f_b): Likewise.
18939 (RUN_TEST_f_b_tg): Likewise.
18940 (RUN_TEST_f_l): Likewise.
18941 (RUN_TEST_f_L): Likewise.
18942 (RUN_TEST_fFF_11): Likewise.
18943 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18944 conditionals.
18945 (cosh_test_data): Likewise.
18946 (exp_test_data): Likewise.
18947 (expm1_test_data): Likewise.
18948 (hypot_test_data): Likewise.
18949 (pow_test_data): Likewise.
18950 (sinh_test_data): Likewise.
18951 (tanh_test_data): Likewise.
18952 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18953 flags argument.
18954
ca07f197
JM
18955 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18956 tests with quiet NaN input and output.
18957 (acosh_test_data): Likewise.
18958 (asin_test_data): Likewise.
18959 (asinh_test_data): Likewise.
18960 (atan_test_data): Likewise.
18961 (atanh_test_data): Likewise.
18962 (atan2_test_data): Likewise.
18963 (cbrt_test_data): Likewise.
18964 (cos_test_data): Likewise.
18965 (cosh_test_data): Likewise.
18966 (erf_test_data): Likewise.
18967 (erfc_test_data): Likewise.
18968 (exp_test_data): Likewise.
18969 (exp10_test_data): Likewise.
18970 (exp2_test_data): Likewise.
18971 (expm1_test_data): Likewise.
18972 (hypot_test_data): Likewise.
18973 (j0_test_data): Likewise.
18974 (j1_test_data): Likewise.
18975 (jn_test_data): Likewise.
18976 (lgamma_test_data): Likewise.
18977 (log_test_data): Likewise.
18978 (log10_test_data): Likewise.
18979 (log1p_test_data): Likewise.
18980 (log2_test_data): Likewise.
18981 (pow_test_data): Likewise.
18982 (scalb_test_data): Likewise.
18983 (sin_test_data): Likewise.
18984 (sincos_test_data): Likewise.
18985 (sinh_test_data): Likewise.
18986 (tan_test_data): Likewise.
18987 (tanh_test_data): Likewise.
18988 (tgamma_test_data): Likewise.
18989 (y0_test_data): Likewise.
18990 (y1_test_data): Likewise.
18991 (yn_test_data): Likewise.
18992
66294491
JM
18993 [BZ #16167]
18994 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18995 argument being NaN and avoid computations with second argument in
18996 that case.
18997 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18998 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18999 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19000
1820b143
CL
190012013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
19002
19003 * locale/iso-639.def: Add Chitwani Tharu (the).
19004
714bd261
AS
190052013-11-14 Andreas Schwab <schwab@suse.de>
19006
19007 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19008 word instead of empty string.
19009
7ab44563
AZ
190102013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19011
19012 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19013 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19015 (__fe_nomask_env): Likewise.
19016
e8470ea2
SE
190172013-11-13 Steve Ellcey <sellcey@mips.com>
19018
19019 * benchtests/bench-timing.h: Include time.h.
19020
17c1d9f0
L
190212013-11-13 H.J. Lu <hongjiu.lu@intel.com>
19022
19023 [BZ #15997]
19024 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19025 to 3.4.0 for x32.
19026 * sysdeps/unix/sysv/linux/configure: Regenerated.
19027
9310c284
JM
190282013-11-13 Joseph Myers <joseph@codesourcery.com>
19029
19030 [BZ #16151]
19031 * stdlib/strtod_l.c (round_and_return): Do not consider
19032 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19033 exponent one less than half the least subnormal exponent.
19034 * stdlib/test-strtod-round-data: Add more tests.
19035 * stdlib/tst-strtod-round.c (tests): Regenerated.
19036
7a2ad8cf
AZ
190372013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19038
19039 [BZ #14143]
19040 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19041 (__fe_mask_env): Likewise.
19042 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19043 libm_hidden_proto and add function prototype.
19044 (__fe_mask_env): Add function prototype.
19045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19046 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19047 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19048 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19049 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19050 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19051
50727aa7
MS
190522013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19053
b2f386c1 19054 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
19055 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19056
a615be46
MS
190572013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19058
19059 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19060 of htab_find_slot().
19061
7ddace62
DM
190622013-11-11 David S. Miller <davem@davemloft.net>
19063
19064 [BZ #16150]
19065 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19066 symbol in the non-vis3 case in static builds.
19067 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19068 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19069 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19070 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19071
9182aa67
JK
190722013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19073
19074 [BZ #387]
19075 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19076 it is empty.
19077
450a2e2d
AZ
190782013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19079
b2f386c1
SP
19080 * benchtests/Makefile: Add bench-strtod.
19081 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 19082
8ec3f656
AS
190832013-11-11 Andreas Schwab <schwab@suse.de>
19084
19085 [BZ #16153]
19086 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19087 terminating NUL in key length.
19088
76a9b998
AZ
190892013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19090
19091 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19092 Add artificial ODP entry for vDSO symbol for PPC64.
19093 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19094 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19095
e4368156
OB
190962013-11-07 Ondřej Bílka <neleai@seznam.cz>
19097
19098 [BZ #15374]
19099 * nss/getent.c (services_keys): Recognize services starting with digit.
19100
8d6bb57c
DM
191012013-11-06 David S. Miller <davem@davemloft.net>
19102
19103 [BZ #15985]
19104 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19105 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19106
e256c421
WN
191072013-11-06 Will Newton <will.newton@linaro.org>
19108
19109 * manual/memory.texi (Malloc Examples): Remove register
19110 keyword from examples.
19111
f6e12daa 191122013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 19113
f6e12daa 19114 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 19115
9d880655
AS
191162013-11-04 Joseph Myers <joseph@codesourcery.com>
19117
fd2f9486 19118 [BZ #6981]
9d880655
AS
19119 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19120 depending on [__GCC_IEC_559 > 0].
19121 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19122 depending on [__GCC_IEC_559_COMPLEX > 0].
19123
ae129d3c
CL
191242013-11-03 Chris Leonard <cjl@sugarlabs.org>
19125
19126 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19127 to iso-639.def.
19128
4a15c2a4 191292013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
19130
19131 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19132
8b35e35d
OB
191332013-11-01 Ondřej Bílka <neleai@seznam.cz>
19134
19135 [BZ #16112]
19136 * malloc/malloc (malloc_info): Do not handle first bin as
19137 special case.
19138
1d70fd6c
CL
191392013-11-01 Chris Leonard <cjl@sugarlabs.org>
19140
19141 * locale/iso-639.def: Add Central Nahuatl (nhn).
19142
8c5c2600
BH
191432013-11-01 Bruno Haible <bruno@clisp.org>
19144
19145 [BZ #7003]
19146 * manual/math.texi (BSD Random): Specify range upper bound as
19147 in POSIX.
19148
da5579c2
CL
191492013-10-31 Chris Leonard <cjl@sugarlabs.org>
19150
19151 * locale/iso-639.def: Add Meadow Mari (mhr).
19152
5d30d853
OB
191532013-10-31 Ondřej Bílka <neleai@seznam.cz>
19154
19155 [BZ #14752], [BZ #15763]
19156 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19157 Validate name.
19158 * rt/tst_shm.c: Add test for escaping directory.
19159
a4966c61
AS
191602013-10-31 Andreas Schwab <schwab@suse.de>
19161
8a43e768 19162 [BZ #15917]
a4966c61
AS
19163 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19164 followed by 'x' as part of digit sequence.
19165 * stdio-common/tst-sscanf.c (double_tests2): New tests.
19166
28d708c4
MAP
191672013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19168
19169 [BZ #16037]
19170 * configure.ac: allow GNU Make 4.0 and greater.
19171 * configure: Regenerated.
19172
a56ee40b
WN
191732013-10-30 Will Newton <will.newton@linaro.org>
19174
19175 [BZ #16038]
19176 * malloc/hooks.c (memalign_check): Limit alignment to the
19177 maximum representable power of two.
19178 * malloc/malloc.c (__libc_memalign): Likewise.
19179 * malloc/tst-memalign.c (do_test): Add test for very
19180 large alignment values.
19181 * malloc/tst-posix_memalign.c (do_test): Likewise.
19182
c6e4925d
OB
191832013-10-30 Ondřej Bílka <neleai@seznam.cz>
19184
19185 [BZ #11087]
19186 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19187 (munmap_chunk): Likewise.
19188 (mremap_chunk): Likewise.
19189
191902013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 19191
8a43e768 19192 [BZ #15799]
bbea82f7
OB
19193 * stdlib/div.c (div): Remove obsolete code.
19194 * stdlib/ldiv.c (ldiv): Likewise.
19195 * stdlib/lldiv.c (lldiv): Likewise.
19196
977f4b31
SP
191972013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
19198
19199 [BZ #16071]
19200 * nss/nss_files/files-XXX.c (get_contents_ret): New
19201 enumerator.
19202 (get_contents): New function.
19203 (internal_getent): Use it. Expand size of LINEBUFLEN.
19204
cb8a6dbd
MF
192052013-10-30 Mike Frysinger <vapier@gentoo.org>
19206
19207 * configure.in: Moved to ...
19208 * configure.ac: ... here. Change reference to configure.in
19209 to configure.ac.
19210 * sysdeps/arm/preconfigure.ac: ... here.
19211 configure.in to configure.ac.
19212 * sysdeps/gnu/configure.in: Moved to ...
19213 * sysdeps/gnu/configure.ac: ... here.
19214 * sysdeps/i386/configure.in: Moved to ...
19215 * sysdeps/i386/configure.ac: ... here.
19216 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19217 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19218 * sysdeps/mach/configure.in: Moved to ...
19219 * sysdeps/mach/configure.ac: ... here.
19220 * sysdeps/mach/hurd/configure.in: Moved to ...
19221 * sysdeps/mach/hurd/configure.ac: ... here.
19222 * sysdeps/powerpc/configure.in: Moved to ...
19223 * sysdeps/powerpc/configure.ac: ... here.
19224 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19225 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19226 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19227 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19228 * sysdeps/s390/s390-32/configure.in: Moved to ...
19229 * sysdeps/s390/s390-32/configure.ac: ... here.
19230 * sysdeps/s390/s390-64/configure.in: Moved to ...
19231 * sysdeps/s390/s390-64/configure.ac: ... here.
19232 * sysdeps/sh/configure.in: Moved to ...
19233 * sysdeps/sh/configure.ac: ... here.
19234 * sysdeps/sparc/configure.in: Moved to ...
19235 * sysdeps/sparc/configure.ac: ... here.
19236 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19237 * sysdeps/unix/sysv/linux/configure.ac: ... here.
19238 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19239 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19240 * sysdeps/x86_64/configure.in: Moved to ...
19241 * sysdeps/x86_64/configure.ac: ... here.
19242 * sysdeps/x86_64/preconfigure.in: Moved to ...
19243 * sysdeps/x86_64/preconfigure.ac: ... here.
19244 * aclocal.m4: Change reference to configure.in to configure.ac.
19245 * config.h.in: Likewise.
19246 * manual/install.texi: Likewise.
19247 * manual/maint.texi: Likewise.
19248 * Makefile: Likewise.
19249 * malloc/Makefile: Likewise.
19250 * nscd/Makefile: Likewise.
19251 * Makeconfig: Change reference to configure.in and
19252 preconfigure.in to configure.ac and preconfigure.ac
19253 respectively.
19254 * INSTALL: Regenerated.
19255 * configure: Likewise.
19256 * sysdeps/gnu/configure: Likewise.
19257 * sysdeps/i386/configure: Likewise.
19258 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19259 * sysdeps/mach/configure: Likewise.
19260 * sysdeps/mach/hurd/configure: Likewise.
19261 * sysdeps/powerpc/configure: Likewise.
19262 * sysdeps/powerpc/powerpc32/configure: Likewise.
19263 * sysdeps/powerpc/powerpc64/configure: Likewise.
19264 * sysdeps/s390/s390-32/configure: Likewise.
19265 * sysdeps/s390/s390-64/configure: Likewise.
19266 * sysdeps/sh/configure: Likewise.
19267 * sysdeps/sparc/configure: Likewise.
19268 * sysdeps/unix/sysv/linux/configure: Likewise.
19269 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19270 * sysdeps/x86_64/configure: Likewise.
19271 * sysdeps/x86_64/preconfigure: Likewise.
19272
36a4953a
AS
192732013-10-29 Andreas Schwab <schwab@suse.de>
19274
19275 * stdio-common/Makefile (tst-swscanf-ENV): Define.
19276
c79a1204
SP
192772013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19278
dfa1b402
SP
19279 * benchtests/pow-inputs: Add new inputs.
19280
54f73d9c
SP
19281 * benchtests/exp-inputs: Add new inputs.
19282
c79a1204
SP
19283 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19284 conditional check for return value.
19285 (__cos32): Likewise.
19286
67beb545 192872013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
19288
19289 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19290 to provide a boost for large inputs with word alignment.
19291 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19292 implementation based on optimized PPC64 strcpy.
19293 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19294 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19295 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19296 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19297
151659f6
OB
192982013-10-25 Ondřej Bílka <neleai@seznam.cz>
19299
482a077e 19300 [BZ #2801]
151659f6
OB
19301 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19302
10b0f26b
OB
193032013-10-25 Ondřej Bílka <neleai@seznam.cz>
19304
19305 [BZ #14876]
19306 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19307 * time/tst-strptime.c (day_tests): Add testcase.
19308
ca42d35e
OB
193092013-10-25 Ondřej Bílka <neleai@seznam.cz>
19310
482a077e 19311 [BZ #14029]
ca42d35e
OB
19312 * manual/pattern.texi: Acknowledge that fnmatch can fail.
19313
52e6d801
FB
193142013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
19315
19316 [BZ #16074]
19317 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19318 MAP_FAILED on error.
19319
7cbcdb36
SP
193202013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
19321
19322 [BZ #16072]
19323 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19324 heap for large requests.
19325
894f3f10
AM
193262013-10-25 Aurelien Jarno <aurelien@aurel32.net>
19327
19328 [BZ #9954]
19329 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19330 result if the result has no associated interface.
19331 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19332 interface for all 127.X.Y.Z addresses.
19333
b85545a6
CL
193342013-10-24 Chris Leonard <cjl@sugarlabs.org>
19335
19336 * locale/iso-639.def: Add Ligurian (lij)
19337
d1f23d46
OB
193382013-10-21 Ondřej Bílka <neleai@seznam.cz>
19339
19340 [BZ #15825]
19341 * sunrpc/rpc_main.c: Document rpcgen -5.
19342
4db5b08f
MS
193432013-10-19 Michael Stahl <mstahl@redhat.com>
19344
19345 * elf/rtld.c (do_preload): Print the reason why preloading failed.
19346
a471e96a
OB
193472013-10-19 Ondřej Bílka <neleai@seznam.cz>
19348
d1f23d46 19349 [BZ #10278]
a471e96a
OB
19350 * posix/glob.c: Match only directories when trailing slash is present.
19351 * posix/tst-gnuglob.c (my_opendir): Do not open files.
19352 (main): Add testcase.
19353
45c30c61
OB
193542013-10-19 Ondřej Bílka <neleai@seznam.cz>
19355
19356 [BZ #15670]
19357 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19358
484c12fb
CD
193592013-10-18 Carlos O'Donell <carlos@redhat.com>
19360
3d7dc513
CD
19361 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19362 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19363 AUTH_DES and cindex for FIPS 140-2.
19364 (DES Encryption): Add cindex FIPS 46-3.
19365
484c12fb
CD
19366 * locale/locarchive.h (struct locarhandle): Add fname.
19367 * locale/programs/localedef.c (main): Pass ARGV[remaining]
19368 if an optional argument was specified to --list-archive,
19369 otherwise NULL.
19370 * locale/programs/locarchive.c (show_archive_content): Take new
19371 argument fname and pass it via ah.fname to open_archive.
19372 * locale/programs/localedef.h: Update decl.
19373 (open_archive): If AH->fname is non-null, open that file
19374 rather than the default file name, and don't ignore ENOENT.
19375 (create_archive): Set AH.fname to NULL.
19376 (delete_locales_from_archive): Likewise.
19377 (add_locales_to_archive): Likewise.
19378 * locale/programs/locfile.c (write_all_categories): Likewise.
19379
3c8325fb
JM
193802013-10-18 Joseph Myers <joseph@codesourcery.com>
19381 Aldy Hernandez <aldyh@redhat.com>
19382
19383 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19384 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19385 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19386 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19387 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19388 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19389 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19390 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19391 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19392 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19393 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19394 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19395 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19396 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19397 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19398 Likewise.
19399 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19400 Likewise.
19401 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19402 Likewise.
19403 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19404 Likewise.
19405 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19406 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19407 Likewise.
19408 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19409 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19410 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19411 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19412 Likewise.
19413 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19414 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19415 * sysdeps/powerpc/preconfigure: Likewise.
19416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19417 Likewise.
19418 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19419 Replace contents of file by #include of <fenv_libc.h>.
19420 * sysdeps/powerpc/soft-fp/sfp-machine.h
19421 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19422 and <sys/prctl.h>.
19423 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19424 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19425 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19426 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19427 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19428 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19429 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19430 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19431 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19432 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19433 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19434 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19435 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19436 Allow copysignl PLT reference to be missing.
19437
5abe0682
RS
194382013-10-18 Richard Sandiford <richard@codesourcery.com>
19439 Joseph Myers <joseph@codesourcery.com
19440
19441 [BZ #15948]
19442 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19443 single character.
19444 (add_to_tablewc): Assert sequence of wide characters is nonempty.
19445
c7738d08
SP
194462013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
19447
19448 * elf/tst-tls-dlinfo.c: Don't include tls.h.
19449 * elf/tst-tls1.c: Likewise.
19450 * elf/tst-tls10.h: Likewise.
19451 * elf/tst-tls14.c: Likewise.
19452 * elf/tst-tls2.c: Likewise.
19453 * elf/tst-tls3.c: Likewise.
19454 * elf/tst-tls4.c: Likewise.
19455 * elf/tst-tls5.c: Likewise.
19456 * elf/tst-tls6.c: Likewise.
19457 * elf/tst-tls7.c: Likewise.
19458 * elf/tst-tls8.c: Likewise.
19459 * elf/tst-tls9.c: Likewise.
19460 * elf/tst-tlsmod1.c: Likewise.
19461 * elf/tst-tlsmod13.c: Likewise.
19462 * elf/tst-tlsmod13a.c: Likewise.
19463 * elf/tst-tlsmod14a.c: Likewise.
19464 * elf/tst-tlsmod16a.c: Likewise.
19465 * elf/tst-tlsmod16b.c: Likewise.
19466 * elf/tst-tlsmod2.c: Likewise.
19467 * elf/tst-tlsmod3.c: Likewise.
19468 * elf/tst-tlsmod4.c: Likewise.
19469 * elf/tst-tlsmod5.c: Likewise.
19470 * elf/tst-tlsmod6.c: Likewise.
19471
0bfcf2c7
OB
194722013-10-18 Ondřej Bílka <neleai@seznam.cz>
19473
19474 [BZ #12486]
19475 * malloc/malloc.c: remove checks for statistics.
19476
264aad1e
OB
194772013-10-17 Ondřej Bílka <neleai@seznam.cz>
19478
19479 [BZ #15277]
19480 * inet/inet_net.c (inet_network): Detect additional invalid strings.
19481 * inet/tst-network.c: Add testcase.
19482
b957ced8
AS
194832013-10-17 Andreas Schwab <schwab@suse.de>
19484
19485 [BZ #15218]
19486 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19487 to determine canonical name.
19488
c5d5d574
OB
194892013-10-17 Ondřej Bílka <neleai@seznam.cz>
19490
19491 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19492 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19493 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19494 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19495 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19496 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19497 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19498 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19499 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19500 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19501 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19502 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19503 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19504 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19505 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19506 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19507 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19508 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19509 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19510 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19511 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19512 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19513 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19514 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19515 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19516 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19517 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19518 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19519 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19520 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19521 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19522 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19523 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19524 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19525 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19526 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19527 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19528 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19529 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19530 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19531 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19532 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19533 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19534 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19535 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19536 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19537 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19538 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19539 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19540 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19541 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19542 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19543 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19544 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19545 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19546 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19547 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19548 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19549
e5c2c2d0
JM
195502013-10-17 Joseph Myers <joseph@codesourcery.com>
19551
19552 [BZ #16041]
19553 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19554 make result into a quiet NaN.
19555
51ca9e29
JM
195562013-10-16 Joseph Myers <joseph@codesourcery.com>
19557
19558 * soft-fp/adddf3.c: Fix horizontal whitespace.
19559 * soft-fp/addsf3.c: Likewise.
19560 * soft-fp/addtf3.c: Likewise.
19561 * soft-fp/divdf3.c: Likewise.
19562 * soft-fp/divsf3.c: Likewise.
19563 * soft-fp/divtf3.c: Likewise.
19564 * soft-fp/double.h: Likewise.
19565 * soft-fp/eqdf2.c: Likewise.
19566 * soft-fp/eqsf2.c: Likewise.
19567 * soft-fp/eqtf2.c: Likewise.
19568 * soft-fp/extenddftf2.c: Likewise.
19569 * soft-fp/extended.h: Likewise.
19570 * soft-fp/extendsfdf2.c: Likewise.
19571 * soft-fp/extendsftf2.c: Likewise.
19572 * soft-fp/extendxftf2.c: Likewise.
19573 * soft-fp/fixdfdi.c: Likewise.
19574 * soft-fp/fixdfsi.c: Likewise.
19575 * soft-fp/fixdfti.c: Likewise.
19576 * soft-fp/fixsfdi.c: Likewise.
19577 * soft-fp/fixsfsi.c: Likewise.
19578 * soft-fp/fixsfti.c: Likewise.
19579 * soft-fp/fixtfdi.c: Likewise.
19580 * soft-fp/fixtfsi.c: Likewise.
19581 * soft-fp/fixtfti.c: Likewise.
19582 * soft-fp/fixunsdfdi.c: Likewise.
19583 * soft-fp/fixunsdfsi.c: Likewise.
19584 * soft-fp/fixunsdfti.c: Likewise.
19585 * soft-fp/fixunssfdi.c: Likewise.
19586 * soft-fp/fixunssfsi.c: Likewise.
19587 * soft-fp/fixunssfti.c: Likewise.
19588 * soft-fp/fixunstfdi.c: Likewise.
19589 * soft-fp/fixunstfsi.c: Likewise.
19590 * soft-fp/fixunstfti.c: Likewise.
19591 * soft-fp/floatdidf.c: Likewise.
19592 * soft-fp/floatdisf.c: Likewise.
19593 * soft-fp/floatditf.c: Likewise.
19594 * soft-fp/floatsidf.c: Likewise.
19595 * soft-fp/floatsisf.c: Likewise.
19596 * soft-fp/floatsitf.c: Likewise.
19597 * soft-fp/floattidf.c: Likewise.
19598 * soft-fp/floattisf.c: Likewise.
19599 * soft-fp/floattitf.c: Likewise.
19600 * soft-fp/floatundidf.c: Likewise.
19601 * soft-fp/floatundisf.c: Likewise.
19602 * soft-fp/floatunditf.c: Likewise.
19603 * soft-fp/floatunsidf.c: Likewise.
19604 * soft-fp/floatunsisf.c: Likewise.
19605 * soft-fp/floatunsitf.c: Likewise.
19606 * soft-fp/floatuntidf.c: Likewise.
19607 * soft-fp/floatuntisf.c: Likewise.
19608 * soft-fp/floatuntitf.c: Likewise.
19609 * soft-fp/fmadf4.c: Likewise.
19610 * soft-fp/fmasf4.c: Likewise.
19611 * soft-fp/fmatf4.c: Likewise.
19612 * soft-fp/gedf2.c: Likewise.
19613 * soft-fp/gesf2.c: Likewise.
19614 * soft-fp/getf2.c: Likewise.
19615 * soft-fp/ledf2.c: Likewise.
19616 * soft-fp/lesf2.c: Likewise.
19617 * soft-fp/letf2.c: Likewise.
19618 * soft-fp/muldf3.c: Likewise.
19619 * soft-fp/mulsf3.c: Likewise.
19620 * soft-fp/multf3.c: Likewise.
19621 * soft-fp/negdf2.c: Likewise.
19622 * soft-fp/negsf2.c: Likewise.
19623 * soft-fp/negtf2.c: Likewise.
19624 * soft-fp/op-1.h: Likewise.
19625 * soft-fp/op-2.h: Likewise.
19626 * soft-fp/op-4.h: Likewise.
19627 * soft-fp/op-8.h: Likewise.
19628 * soft-fp/op-common.h: Likewise.
19629 * soft-fp/quad.h: Likewise.
19630 * soft-fp/single.h: Likewise.
19631 * soft-fp/soft-fp.h: Likewise.
19632 * soft-fp/sqrtdf2.c: Likewise.
19633 * soft-fp/sqrtsf2.c: Likewise.
19634 * soft-fp/sqrttf2.c: Likewise.
19635 * soft-fp/subdf3.c: Likewise.
19636 * soft-fp/subsf3.c: Likewise.
19637 * soft-fp/subtf3.c: Likewise.
19638 * soft-fp/truncdfsf2.c: Likewise.
19639 * soft-fp/trunctfdf2.c: Likewise.
19640 * soft-fp/trunctfsf2.c: Likewise.
19641 * soft-fp/trunctfxf2.c: Likewise.
19642 * soft-fp/unorddf2.c: Likewise.
19643 * soft-fp/unordsf2.c: Likewise.
19644 * soft-fp/unordtf2.c: Likewise.
19645
9ebb0332
JM
196462013-10-15 Joseph Myers <joseph@codesourcery.com>
19647
19648 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19649 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19650
4b1a6d8b
OB
196512013-10-15 Ondřej Bílka <neleai@seznam.cz>
19652
19653 * elf/dl-libc.c: Clear initfini list after freeing.
19654
1e145589
JM
196552013-10-14 Joseph Myers <joseph@codesourcery.com>
19656
19657 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19658 * soft-fp/addsf3.c: Likewise.
19659 * soft-fp/addtf3.c: Likewise.
19660 * soft-fp/divdf3.c: Likewise.
19661 * soft-fp/divsf3.c: Likewise.
19662 * soft-fp/divtf3.c: Likewise.
19663 * soft-fp/double.h: Likewise.
19664 * soft-fp/eqdf2.c: Likewise.
19665 * soft-fp/eqsf2.c: Likewise.
19666 * soft-fp/eqtf2.c: Likewise.
19667 * soft-fp/extenddftf2.c: Likewise.
19668 * soft-fp/extended.h: Likewise.
19669 * soft-fp/extendsfdf2.c: Likewise.
19670 * soft-fp/extendsftf2.c: Likewise.
19671 * soft-fp/extendxftf2.c: Likewise.
19672 * soft-fp/fixdfdi.c: Likewise.
19673 * soft-fp/fixdfsi.c: Likewise.
19674 * soft-fp/fixdfti.c: Likewise.
19675 * soft-fp/fixsfdi.c: Likewise.
19676 * soft-fp/fixsfsi.c: Likewise.
19677 * soft-fp/fixsfti.c: Likewise.
19678 * soft-fp/fixtfdi.c: Likewise.
19679 * soft-fp/fixtfsi.c: Likewise.
19680 * soft-fp/fixtfti.c: Likewise.
19681 * soft-fp/fixunsdfdi.c: Likewise.
19682 * soft-fp/fixunsdfsi.c: Likewise.
19683 * soft-fp/fixunsdfti.c: Likewise.
19684 * soft-fp/fixunssfdi.c: Likewise.
19685 * soft-fp/fixunssfsi.c: Likewise.
19686 * soft-fp/fixunssfti.c: Likewise.
19687 * soft-fp/fixunstfdi.c: Likewise.
19688 * soft-fp/fixunstfsi.c: Likewise.
19689 * soft-fp/fixunstfti.c: Likewise.
19690 * soft-fp/floatdidf.c: Likewise.
19691 * soft-fp/floatdisf.c: Likewise.
19692 * soft-fp/floatditf.c: Likewise.
19693 * soft-fp/floatsidf.c: Likewise.
19694 * soft-fp/floatsisf.c: Likewise.
19695 * soft-fp/floatsitf.c: Likewise.
19696 * soft-fp/floattidf.c: Likewise.
19697 * soft-fp/floattisf.c: Likewise.
19698 * soft-fp/floattitf.c: Likewise.
19699 * soft-fp/floatundidf.c: Likewise.
19700 * soft-fp/floatundisf.c: Likewise.
19701 * soft-fp/floatunsidf.c: Likewise.
19702 * soft-fp/floatunsisf.c: Likewise.
19703 * soft-fp/floatuntidf.c: Likewise.
19704 * soft-fp/floatuntisf.c: Likewise.
19705 * soft-fp/floatuntitf.c: Likewise.
19706 * soft-fp/fmadf4.c: Likewise.
19707 * soft-fp/fmasf4.c: Likewise.
19708 * soft-fp/fmatf4.c: Likewise.
19709 * soft-fp/gedf2.c: Likewise.
19710 * soft-fp/gesf2.c: Likewise.
19711 * soft-fp/getf2.c: Likewise.
19712 * soft-fp/ledf2.c: Likewise.
19713 * soft-fp/lesf2.c: Likewise.
19714 * soft-fp/letf2.c: Likewise.
19715 * soft-fp/muldf3.c: Likewise.
19716 * soft-fp/mulsf3.c: Likewise.
19717 * soft-fp/multf3.c: Likewise.
19718 * soft-fp/negdf2.c: Likewise.
19719 * soft-fp/negsf2.c: Likewise.
19720 * soft-fp/negtf2.c: Likewise.
19721 * soft-fp/op-1.h: Likewise.
19722 * soft-fp/op-2.h: Likewise.
19723 * soft-fp/op-4.h: Likewise.
19724 * soft-fp/op-8.h: Likewise.
19725 * soft-fp/op-common.h: Likewise.
19726 * soft-fp/quad.h: Likewise.
19727 * soft-fp/single.h: Likewise.
19728 * soft-fp/soft-fp.h: Likewise.
19729 * soft-fp/sqrtdf2.c: Likewise.
19730 * soft-fp/sqrtsf2.c: Likewise.
19731 * soft-fp/sqrttf2.c: Likewise.
19732 * soft-fp/subdf3.c: Likewise.
19733 * soft-fp/subsf3.c: Likewise.
19734 * soft-fp/subtf3.c: Likewise.
19735 * soft-fp/truncdfsf2.c: Likewise.
19736 * soft-fp/trunctfdf2.c: Likewise.
19737 * soft-fp/trunctfsf2.c: Likewise.
19738 * soft-fp/trunctfxf2.c: Likewise.
19739 * soft-fp/unorddf2.c: Likewise.
19740 * soft-fp/unordsf2.c: Likewise.
19741 * soft-fp/unordtf2.c: Likewise.
19742
17c48a60
OB
197432013-10-14 Ondřej Bílka <neleai@seznam.cz>
19744
19745 [BZ #15672]
19746 * misc/error.c (error_tail): Fix possible buffer overflow.
19747
cabba934
OB
197482013-10-14 Aurelien Jarno <aurelien@aurel32.net>
19749
19750 [BZ #13028]
19751 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19752 address.
19753
94bf958a
PM
197542013-10-14 P. J. McDermott <pj@pehjota.net>
19755
19756 [BZ #832]
19757 * elf/ldd.bash.in (try_trace): New function. Delete previous code
19758 testing pipefail option.
19759
71b4dea7
JM
197602013-10-12 Joseph Myers <joseph@codesourcery.com>
19761
19762 * soft-fp/double.h: Indent preprocessor directives inside #if.
19763 * soft-fp/extended.h: Likewise.
19764 * soft-fp/op-2.h: Likewise.
19765 * soft-fp/op-4.h: Likewise.
19766 * soft-fp/op-common.h: Likewise.
19767 * soft-fp/quad.h: Likewise.
19768 * soft-fp/single.h: Likewise.
19769 * soft-fp/soft-fp.h: Likewise.
19770
55602758
YC
197712013-10-12 Yuri Chornoivan <yurchor@ukr.net>
19772
19773 * iconv/iconv_prog.c: Fix typos.
19774 * stdio-common/psiginfo-data.h: Likewise.
19775
9cd83302
RT
197762013-10-12 Reuben Thomas <rrt@sc3d.org>
19777
19778 [BZ #15764]
19779 * locale/setlocale.c: Fix typo.
19780
99fd9f47
JM
197812013-10-12 Joseph Myers <joseph@codesourcery.com>
19782
b7ea74f0
JM
19783 [BZ #16036]
19784 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19785 signaling NaN arguments.
19786 * soft-fp/unordsf2.c (__unordsf2): Likewise.
19787 * soft-fp/unordtf2.c (__unordtf2): Likewise.
19788
8a509447
JM
19789 [BZ #14910]
19790 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19791 unordered operands.
19792 * soft-fp/gesf2.c (__gesf2): Likewise.
19793 * soft-fp/getf2.c (__getf2): Likewise.
19794 * soft-fp/ledf2.c (__ledf2): Likewise.
19795 * soft-fp/lesf2.c (__lesf2): Likewise.
19796 * soft-fp/letf2.c (__letf2): Likewise.
19797
98998e9f
JM
19798 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19799 * soft-fp/eqsf2.c (__eqsf2): Likewise.
19800 * soft-fp/eqtf2.c (__eqtf2): Likewise.
19801 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19802 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19803 * soft-fp/fixdfti.c (__fixdfti): Likewise.
19804 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19805 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19806 * soft-fp/fixsfti.c (__fixsfti): Likewise.
19807 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19808 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19809 * soft-fp/fixtfti.c (__fixtfti): Likewise.
19810 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19811 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19812 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19813 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19814 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19815 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19816 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19817 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19818 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19819 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19820 * soft-fp/floatdisf.c (__floatdisf): Likewise.
19821 * soft-fp/floatsisf.c (__floatsisf): Likewise.
19822 * soft-fp/floattidf.c (__floattidf): Likewise.
19823 * soft-fp/floattisf.c (__floattisf): Likewise.
19824 * soft-fp/floattitf.c (__floattitf): Likewise.
19825 * soft-fp/floatundidf.c (__floatundidf): Likewise.
19826 * soft-fp/floatundisf.c (__floatundisf): Likewise.
19827 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19828 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19829 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19830 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19831 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19832 * soft-fp/gesf2.c (__gesf2): Likewise.
19833 * soft-fp/getf2.c (__getf2): Likewise.
19834 * soft-fp/ledf2.c (__ledf2): Likewise.
19835 * soft-fp/lesf2.c (__lesf2): Likewise.
19836 * soft-fp/letf2.c (__letf2): Likewise.
19837
8edc4a11
JM
19838 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19839 Undefine and redefine.
19840 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19841 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19842 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19843 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19844 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19845 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19846 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19847 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19848 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19849 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19850 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19851 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19852 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19853 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19854 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19855
8399acaf
JM
19856 [BZ #16032]
19857 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19858 without decrementing exponent if mantissa >= that for the
19859 denominator, not >.
19860 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19861 denominator, not >. Decrement exponent in < case instead of
19862 incrementing in >= case.
19863 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19864 without decrementing exponent if mantissa >= that for the
19865 denominator, not >.
19866
99fd9f47
JM
19867 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19868 computing saturated result for unsigned overflow.
19869
10e1cf6b
SP
198702013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
19871 Jeff Law <law@redhat.com>
19872
19873 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19874 (atan2Mp): Add systemtap probe marker.
19875 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19876 (__ieee754_log): Add systemtap probe marker.
19877 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19878 (atanMp): Add systemtap probe marker.
19879 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19880 (tanMp): Add systemtap probe marker.
19881 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19882 (__slowexp): Add systemtap probe marker.
19883 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19884 (__slowpow): Add systemtap probe marker.
19885 * manual/probes.texi: Document probes.
19886
3d110c7c
EB
198872013-10-11 Eric Biggers <ebiggers3@gmail.com>
19888
19889 [BZ #15362]
19890 * libio/fileops.c (_IO_new_file_write): Return count of bytes
19891 written.
19892 (_IO_new_file_xsputn): Don't return EOF if nothing has been
19893 written.
19894 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19895 written to buffer but not flushed.
19896 * libio/iofwrite_u.c: Likewise.
19897 * libio/iopadn.c: Return bytes returned even if EOF was
19898 encountered.
19899 * libio/iowpadn.c: Likewise.
19900 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19901 if _IO_padn does not write the whole buffer.
19902 [!COMPILE_WPRINTF] (PAD): Likewise.
19903
75b4202a
DM
199042013-10-10 David S. Miller <davem@davemloft.net>
19905
19906 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19907 directory block.
19908
6c6352e6
JM
199092013-10-10 Joseph Myers <joseph@codesourcery.com>
19910
33b853c3
JM
19911 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
19912 instead of FSF address.
19913 * soft-fp/fixdfti.c: Likewise.
19914 * soft-fp/fixsfti.c: Likewise.
19915 * soft-fp/fixtfti.c: Likewise.
19916 * soft-fp/fixunsdfti.c: Likewise.
19917 * soft-fp/fixunssfti.c: Likewise.
19918 * soft-fp/fixunstfti.c: Likewise.
19919 * soft-fp/floattidf.c: Likewise.
19920 * soft-fp/floattisf.c: Likewise.
19921 * soft-fp/floattitf.c: Likewise.
19922 * soft-fp/floatuntidf.c: Likewise.
19923 * soft-fp/floatuntisf.c: Likewise.
19924 * soft-fp/floatuntitf.c: Likewise.
19925 * soft-fp/trunctfxf2.c: Likewise.
19926
6c6352e6
JM
19927 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
19928 * soft-fp/fixdfti.c: Likewise.
19929 * soft-fp/fixsfti.c: Likewise.
19930 * soft-fp/fixtfti.c: Likewise.
19931 * soft-fp/fixunsdfti.c: Likewise.
19932 * soft-fp/fixunssfti.c: Likewise.
19933 * soft-fp/fixunstfti.c: Likewise.
19934 * soft-fp/floattidf.c: Likewise.
19935 * soft-fp/floattisf.c: Likewise.
19936 * soft-fp/floattitf.c: Likewise.
19937 * soft-fp/floatuntidf.c: Likewise.
19938 * soft-fp/floatuntisf.c: Likewise.
19939 * soft-fp/floatuntitf.c: Likewise.
19940 * soft-fp/trunctfxf2.c: Likewise.
19941
3bf78b71
DM
199422013-10-10 David S. Miller <davem@davemloft.net>
19943
19944 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19945
6f10289e
JM
199462013-10-10 Joseph Myers <joseph@codsourcery.com>
19947
bd878fc0
JM
19948 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19949 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19950 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19951 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19952 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19953 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19954 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19955
6f10289e
JM
19956 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19957 for NaNs before doing comparisons on argument.
19958 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19959 Likewise.
19960
321e2684
WN
199612013-10-10 Will Newton <will.newton@linaro.org>
19962
19963 * malloc/hooks.c (memalign_check): Ensure the value of bytes
19964 passed to _int_memalign does not overflow.
19965
40fefba1
TR
199662013-10-10 Torvald Riegel <triegel@redhat.com>
19967
19968 * scripts/bench.pl: Add include-sources directive.
19969 * benchtests/README: Update documentation.
19970
2ae21ed2
JM
199712013-10-10 Joseph Myers <joseph@codesourcery.com>
19972
dcc2dd3f
JM
19973 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19974 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19975 instead of FP_INIT_ROUNDMODE.
19976 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19977 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19978
2ae21ed2
JM
19979 [BZ #16034]
19980 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
19981 copy class of input value.
19982 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
19983 not handle exceptions.
19984 * soft-fp/negsf2.c (__negsf2): Likewise.
19985 * soft-fp/negtf2.c (__negtf2): Likewise.
19986 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19987
cb8f9562
JM
199882013-10-09 Joseph Myers <joseph@codesourcery.com>
19989
19990 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19991 semicolon. From Linux kernel.
19992
5b60c59d
AB
199932013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
19994
19995 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19996
b86835ca
YC
199972013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
19998
19999 [BZ #156]
20000 * manual/socket.texi: Added statement about buffer
20001 for gethostbyname2_r.
20002
e7044ea7
OB
200032013-10-08 Ondřej Bílka <neleai@seznam.cz>
20004
20005 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20006 Use .p2align directive instead, throughout.
20007 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20008 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20009 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20010 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20011 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20012 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20013 * sysdeps/x86_64/strchr.S: Likewise.
20014 * sysdeps/x86_64/strrchr.S: Likewise.
20015
09544cbc
SP
200162013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
20017
88576635
SP
20018 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20019
e7b2d1dd
SP
20020 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20021
09544cbc
SP
20022 * sysdeps/generic/math_private.h (__mpsin1): Remove
20023 declaration.
20024 (__mpcos1): Likewise.
20025 (__mpsin): New argument __range_reduce.
20026 (__mpcos): Likewise.
20027 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20028 (slow): Use __mpsin and __mpcos.
20029 (slow1): Likewise.
20030 (slow2): Likewise.
20031 (sloww): Likewise.
20032 (sloww1): Likewise.
20033 (sloww2): Likewise.
20034 (bsloww): Likewise.
20035 (bsloww1): Likewise.
20036 (bsloww2): Likewise.
20037 (cslow2): Likewise.
20038 (csloww): Likewise.
20039 (csloww1): Likewise.
20040 (csloww2): Likewise.
20041 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20042 range_reduce. Merge in __mpsin1.
20043 (__mpcos): Likewise.
20044 (__mpsin1): Remove.
20045 (__mpcos1): Likewise.
20046
7602d070
JM
200472013-10-07 Joseph Myers <joseph@codesourcery.com>
20048
20049 * locale/loadlocale.c (_nl_intern_locale_data): Use
20050 LOCFILE_ALIGNED_P.
20051 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20052 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20053 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20054 obstack data is appropriately aligned.
20055 (obstack_int32_grow_fast): Likewise.
20056 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20057 * locale/programs/locfile.c (add_locale_uint32): Likewise.
20058 (add_locale_uint32_array): Likewise.
20059
a357259b
SP
200602013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
20061
20062 * benchtests/Makefile: Remove ARGLIST and RET variables.
20063 ($(objpfx)bench-%.c): Pass only function name to the script.
20064 * benchtests/README: Update documentation.
20065 * benchtests/acos-inputs: Add new directives.
20066 * benchtests/acosh-inputs: Likewise.
20067 * benchtests/asin-inputs: Likewise.
20068 * benchtests/asinh-inputs: Likewise.
20069 * benchtests/atan-inputs: Likewise.
20070 * benchtests/atanh-inputs: Likewise.
20071 * benchtests/cos-inputs: Likewise.
20072 * benchtests/cosh-inputs: Likewise.
20073 * benchtests/exp-inputs: Likewise.
20074 * benchtests/log-inputs: Likewise.
20075 * benchtests/pow-inputs: Likewise.
20076 * benchtests/rint-inputs: Likewise.
20077 * benchtests/sin-inputs: Likewise.
20078 * benchtests/sinh-inputs: Likewise.
20079 * benchtests/tan-inputs: Likewise.
20080 * benchtests/tanh-inputs: Likewise.
20081 * scripts/bench.pl: Add support for new directives.
20082
9ec1b13d
AM
200832013-10-07 Alan Modra <amodra@gmail.com>
20084
20085 * README: Fix careless merge.
20086
8b7d57cd
AM
200872013-10-05 Alan Modra <amodra@gmail.com>
20088
20089 * NEWS: Mention powerpc64le support and bugs fixed.
20090 * README: Both big-endian and little-endian powerpc64 supported.
20091
7b7bab13
ST
200922013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
20093
57f41c40
AS
20094 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20095 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
20096 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20097 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20098
d39baad1
RA
200992013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
20100
20101 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20102 match prototype.
20103
cd78f7e7
JM
201042013-10-04 Joseph Myers <joseph@codesourcery.com>
20105
29d73d86
JM
20106 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20107 Move -mhard-float appending from
20108 ports/sysdeps/powerpc/powerpc32/Makefile.
20109 [$(with-fp) = yes] (ASFLAGS): Likewise.
20110 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20111 * sysdeps/powerpc/nofpu: Move directory from
20112 ports/sysdeps/powerpc/nofpu.
20113 * sysdeps/powerpc/soft-fp: Move directory from
20114 ports/sysdeps/powerpc/soft-fp.
20115 * sysdeps/powerpc/powerpc32/405: Move directory from
20116 ports/sysdeps/powerpc/powerpc32/405.
20117 * sysdeps/powerpc/powerpc32/440: Move directory from
20118 ports/sysdeps/powerpc/powerpc32/440.
20119 * sysdeps/powerpc/powerpc32/464: Move directory from
20120 ports/sysdeps/powerpc/powerpc32/464.
20121 * sysdeps/powerpc/powerpc32/476: Move directory from
20122 ports/sysdeps/powerpc/powerpc32/476.
20123 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20124 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20125 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20126 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20127 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20128 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20129 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20130 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20131 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20132 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20133 * README: Update for powerpc-*-linux-gnu software floating point
20134 support in libc.
20135
e246b347
JM
20136 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20137 case to powerpc/powerpc32*.
20138 * sysdeps/unix/sysv/linux/configure: Regenerated.
20139
89c2003e
JM
20140 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20141 (_FPU_MASK_OM): Define as 0x04.
20142 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20143 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20144 0x00c10080.
20145 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20146 0x0000003c.
20147 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20148
cd78f7e7
JM
20149 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20150 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20151 getcontext_e500.
20152 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20153 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20154 setcontext_e500.
20155 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20156 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20157 and setcontext_e500.
20158
c755294d
CL
201592013-10-04 Chris Leonard <cjl@sugarlabs,.org>
20160
20161 * locale/iso-3166.def: Update iso-1366.def and related occurrences
20162
e16d221c
SP
201632013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
20164
20165 * manual/threads.texi (Default Thread Attributes): Fix typo.
20166
215c7d43
WN
201672013-10-04 Will Newton <will.newton@linaro.org>
20168
20169 * malloc/Makefile: Add tst-memalign.
20170 * malloc/tst-memalign.c: New file.
20171
27d0461b
WN
20172 * malloc/tst-posix_memalign.c: Add comments.
20173 (do_test): Add comments and call free on all potentially
20174 allocated pointers. Add space after cast.
20175
1bc92709
WN
20176 * malloc/tst-pvalloc.c: Add comments.
20177 (do_test): Add comments and call free on all potentially
20178 allocated pointers. Remove duplicate check for NULL pointer.
20179 Add space after cast.
20180
66a9be9d
WN
20181 * malloc/tst-valloc.c: Add comments.
20182 (do_test): Add comments and call free on all potentially
20183 allocated pointers. Remove duplicate check for NULL pointer.
20184 Add space after cast.
20185
4cb81307
AM
201862013-10-04 Alan Modra <amodra@gmail.com>
20187
20188 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20189 Use stdint types in rather than __attribute__((mode())).
20190 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20191
f8e3e9f3
AM
201922013-10-04 Alan Modra <amodra@gmail.com>
20193
20194 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20195 Correct handling of unaligned relocs for little-endian.
20196 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20197
8f9ebb08
AM
201982013-10-04 Alan Modra <amodra@gmail.com>
20199
20200 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20201 * configure: Regenerate.
20202 * nptl/shlib-versions: Powerpc*le starts at 2.18.
20203 * shlib-versions: Likewise.
20204
0edf96c2
AM
202052013-10-04 Alan Modra <amodra@gmail.com>
20206
20207 * string/tester.c (test_memrchr): Increment reported test cycle.
20208
e0f7a380
AM
202092013-10-04 Alan Modra <amodra@gmail.com>
20210
20211 * string/test-memcpy.c (do_one_test): When reporting errors, print
20212 string address and don't overrun end of string.
20213
466b0393
AM
202142013-10-04 Alan Modra <amodra@gmail.com>
20215
20216 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20217 insrdi. Make better use of reg selection to speed exit slightly.
20218 Schedule entry path a little better. Remove useless "are we done"
20219 checks on entry to main loop. Handle wrapping around zero address.
20220 Correct main loop count. Handle single left-over word from main
20221 loop inline rather than by using loop_small. Remove extra word
20222 case in loop_small caused by wrong loop count. Add little-endian
20223 support.
20224 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20225 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
20226 cache hint.
20227 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20228 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20229 support. Avoid rlwimi.
20230 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20231
3be87c77
AM
202322013-10-04 Alan Modra <amodra@gmail.com>
20233
20234 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 20235 insrdi. Formatting.
3be87c77
AM
20236 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20237 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20238 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20239 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20240 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20241 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20242
759cfef3
AM
202432013-10-04 Alan Modra <amodra@gmail.com>
20244
20245 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20246 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20247 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20248 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20249 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20250 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20251 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20252 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20253 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
20254 use of regs. Use power7 mtocrf. Tidy function tails.
20255
fe6e95d7
AM
202562013-10-04 Alan Modra <amodra@gmail.com>
20257
20258 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20259 Formatting. Consistently use rXXX register defines or rN defines.
20260 Use early exit labels that avoid restoring unused non-volatile regs.
20261 Make cr field use more consistent with rWORDn compares. Rename
20262 regs used as shift registers for unaligned loop, using rN defines
20263 for short lifetime/multiple use regs.
20264 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20265 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
20266 addi 1,1,64 to pop stack frame. Simplify return value code.
20267 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20268
664318c3
AM
202692013-10-04 Alan Modra <amodra@gmail.com>
20270
20271 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20272 support. Correct typos, formatting. Optimize tail. Use insrdi
20273 rather than rlwimi.
20274 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20275 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20276 little-endian support. Correct typos.
20277 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
20278 rather than rlwimi.
20279 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
20280 in loop and entry code to keep "and." results.
20281 (strchr): Add little-endian support. Comment. Move cntlzd
20282 earlier in tail.
20283 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20284
43b84013
AM
202852013-10-04 Alan Modra <amodra@gmail.com>
20286
20287 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20288 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20289 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20290 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20291
8a7413f9
AM
202922013-10-04 Alan Modra <amodra@gmail.com>
20293
20294 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20295 (rTMP): Define as r11.
20296 (strcmp): Add little-endian support. Optimise tail.
20297 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20298 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20299 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20300 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20301 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20302 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20303 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20304
33ee81de
AM
203052013-10-04 Alan Modra <amodra@gmail.com>
20306
20307 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20308 little-endian support. Remove unnecessary "are we done" tests.
20309 Handle "s" wrapping around zero and extremely large "size".
20310 Correct main loop count. Handle single left-over word from main
20311 loop inline rather than by using small_loop. Correct comments.
20312 Delete "zero" tail, use "end_max" instead.
20313 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20314
db9b4570
AM
203152013-10-04 Alan Modra <amodra@gmail.com>
20316
20317 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20318 support. Don't branch over align.
20319 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20320 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20321 support. Rearrange tmp reg use to suit. Comment.
20322 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20323
f7c399cf
AM
203242013-10-04 Alan Modra <amodra@gmail.com>
20325
20326 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20327
0b2c2ace
AM
203282013-10-04 Alan Modra <amodra@gmail.com>
20329
20330 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20331 conditional form of branch and link when obtaining pc.
20332 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20333
02f04a6c
AM
203342013-10-04 Alan Modra <amodra@gmail.com>
20335
20336 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20337 HIWORD/LOWORD.
20338 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20339 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20340
9b874b2f
AM
203412013-10-04 Alan Modra <amodra@gmail.com>
20342
20343 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20344 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20345 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20346 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20347 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20348 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20349 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20350 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20351 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20352 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20353
be1e5d31
AB
203542013-10-04 Anton Blanchard <anton@au1.ibm.com>
20355 Alistair Popple <alistair@ozlabs.au.ibm.com>
20356 Alan Modra <amodra@gmail.com>
20357
20358 [BZ #15723]
20359 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20360 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20361 _dl_hwcap access for little-endian.
20362 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
20363 destroy vmx regs when saving unaligned.
20364 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20365 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
20366 destroy vmx regs when saving unaligned.
20367
fef13a78
AM
203682013-10-04 Alan Modra <amodra@gmail.com>
20369
20370 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20371 Don't use a union to pack hi/low value.
20372
76a66d51
AB
203732013-10-04 Anton Blanchard <anton@au1.ibm.com>
20374
20375 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20376 for little-endian.
20377 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20378 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20379 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20380 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20381 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20382
6a31fe7f
AM
203832013-10-04 Alan Modra <amodra@gmail.com>
20384
20385 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20386 constants to usual value for .cst8 section, and remove redundant
20387 high address load.
20388 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20389 constant for 0x1p52. Load little-endian words of double from
20390 correct stack offsets.
20391
7b88401f
AM
203922013-10-04 Alan Modra <amodra@gmail.com>
20393
20394 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20395 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20396 words of double from correct stack offsets.
20397 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20398 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20399 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20400 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20401 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20402 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20403 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20404 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20405 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20406 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20407 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20408 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20409 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20410 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20411 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20412 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20413 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20414
9c008155
AM
204152013-10-04 Alan Modra <amodra@gmail.com>
20416
20417 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20418 64-bit int/double union.
20419 (_FPU_SETCW): Likewise.
20420 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20421 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20422
da13146d
AM
204232013-10-04 Alan Modra <amodra@gmail.com>
20424
20425 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20426 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20427
603e8410
AM
204282013-10-04 Alan Modra <amodra@gmail.com>
20429
20430 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20431 use vector int constants.
20432 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20433
4a28b3ca
AB
204342013-10-04 Anton Blanchard <anton@au1.ibm.com>
20435
20436 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20437 array with long long.
20438 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20439 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20440 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20441 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20442 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20443 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20444 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20445 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20446 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20447 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20448 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20449 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20450 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20451
2ca85d2b
AB
204522013-10-04 Anton Blanchard <anton@au1.ibm.com>
20453
20454 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20455 (__signbit): Likewise. Correct for little-endian.
20456 (__signbitl): Call __signbit.
20457 (lrint): Correct for little-endian.
20458 (lrintf): Call lrint.
20459
62a728ae
AM
204602013-10-04 Alan Modra <amodra@gmail.com>
20461
20462 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20463 union 32-bit int array member with 64-bit int array.
20464 (t515, tm256): Double rather than long double.
20465 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20466
32c301df
AM
204672013-10-04 Alan Modra <amodra@gmail.com>
20468
20469 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20470 Delete.
20471 (IEEE854_LONG_DOUBLE_BIAS): Delete.
20472 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20473 version of math_ldbl.h.
20474
650ef4bd
AM
204752013-10-04 Alan Modra <amodra@gmail.com>
20476
20477 [BZ #15734], [BZ #15735]
20478 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20479 all uses of ieee875 long double macros and unions. Simplify test
20480 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
20481 ldbl_extract_mantissa value for ix,iy exponents. Properly
20482 normalize after ldbl_extract_mantissa, and don't add hidden bit
20483 already handled. Don't treat low word of ieee854 mantissa like
20484 low word of IBM long double and mask off bit when testing for
20485 zero.
20486 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20487 all uses of ieee875 long double macros and unions. Simplify tests
20488 for 0.0L and inf. Correct double adjustment of k. Delete dead code
20489 adjusting ha,hb. Simplify code setting kld. Delete two600 and
20490 two1022, instead use their values. Recognise that tests for large
20491 "a" and small "b" are mutually exclusive. Rename vars. Comment.
20492 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20493 Rewrite all uses of ieee875 long double macros and unions. Simplify
20494 test for 0.0L and nan. Correct negation.
20495 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20496 ieee875 long double macros and unions. Correct output for large
20497 magnitude x. Correct absolute value calculation.
20498 (__erfcl): Likewise.
20499 * math/libm-test.inc: Add tests for errors discovered in IBM long
20500 double versions of fmodl, remainderl, erfl and erfcl.
20501
765714ca
AM
205022013-10-04 Alan Modra <amodra@gmail.com>
20503
20504 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20505 all uses of ieee854 long double macros and unions. Simplify tests
20506 for long doubles that are fully specified by the high double.
20507 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20508 Likewise.
20509 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20510 Remove dead code too.
20511 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20512 (__ieee754_ynl): Likewise.
20513 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20514 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20515 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20516 Remove dead code too.
20517 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20518 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20519 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20520 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20521 Simplify.
20522 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20523 Simplify.
20524 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20525 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20526 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20527 Comment on variable precision.
20528 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20529 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20530 Likewise.
20531 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20532 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20533 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20534 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20535 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20536
4ebd120c
AM
205372013-10-04 Alan Modra <amodra@gmail.com>
20538
20539 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20540 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20541 all uses of ieee854 long double macros and unions.
20542 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20543 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20544 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20545 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20546 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20547 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20548 Likewise.
20549 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20550 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20551 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20552 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20553 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20554 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20555 Simplify sign and nan test too.
20556 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20557 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20558 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20559 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20560 Likewise.
20561 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20562 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20563 Likewise.
20564 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20565 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20566 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20567 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20568 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20569 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20570
1b6adf88
AM
205712013-10-04 Alan Modra <amodra@gmail.com>
20572
20573 * stdio-common/printf_size.c (__printf_size): Don't use
20574 union ieee854_long_double in fpnum union.
20575 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
20576 signbit macro to retrieve sign from long double.
20577 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20578 retrieve sign from long double.
20579 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20580 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20581 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20582 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20583 * math/test-misc.c (main): Don't use union ieee854_long_double.
20584
4cf69995
AM
205852013-10-04 Alan Modra <amodra@gmail.com>
20586
20587 [BZ #15680]
20588 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20589 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20590 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20591 calculation. Remove unnecessary test for denormal exponent.
20592 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20593 Correct handling of denormals. Avoid undefined shift behaviour.
20594 Correct normalisation of low mantissa when low double is denormal.
20595 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20596 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
20597 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20598 Correct normalisation of low mantissa. Test for overflow of high
20599 mantissa and normalise.
20600 (ldbl_nearbyint): Use more readable constant for two52.
20601 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20602 (__mpn_construct_long_double): Fix test for overflow of high
20603 mantissa and correct normalisation. Avoid undefined shift.
20604
9605ca6c
AM
206052013-10-04 Alan Modra <amodra@gmail.com>
20606
20607 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20608 (union ibm_extended_long_double): Define as an array of ieee754_double.
20609 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20610 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20611 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20612 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20613 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20614 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20615 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20616 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20617 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20618 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20619 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20620
975569d0
JM
206212013-10-03 Joseph Myers <joseph@codesourcery.com>
20622
d3d23756
JM
20623 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20624 page size instead of calling getpagesize.
20625
975569d0
JM
20626 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20627 (LOCFILE_ALIGN_MASK): Likewise.
20628 (LOCFILE_ALIGN_UP): Likewise.
20629 (LOCFILE_ALIGNED_P): Likewise.
20630 * locale/programs/ld-collate.c (collate_output): Use the new
20631 macros instead of __alignof__ (int32_t).
20632 * locale/weight.h (findidx): Likewise.
20633
b1fe1f2b
OB
206342013-10-03 Ondřej Bílka <neleai@seznam.cz>
20635
20636 [BZ #431]
20637 * manual/string.texi: Fix strncat and wcsncat.
20638
5f855e35
BM
206392013-10-03 Brooks Moses <bmoses@google.com>
20640
20641 [BZ #15915]
20642 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20643 * Makerules: ...here, and adjust associated comments.
20644
3cef6009
WN
206452013-10-02 Will Newton <will.newton@linaro.org>
20646
20647 * malloc/Makefile: Add tst-pvalloc.
20648 * malloc/tst-pvalloc.c: New file.
20649
7815420b
WN
206502013-10-02 Will Newton <will.newton@linaro.org>
20651
20652 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20653 improve test coverage.
20654
4868b204
WN
206552013-10-02 Will Newton <will.newton@linaro.org>
20656
20657 * malloc/Makefile: Add tst-posix_memalign.
20658 * malloc/tst-posix_memalign.c: New file.
20659
29c793b3
EB
206602013-10-01 Eric Blake <eblake@redhat.com>
20661
20662 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20663 Use __THROWNL rather than __THROW on static functions.
20664
fd967522
PM
206652013-09-30 Petr Machata <pmachata@redhat.com>
20666
20667 * elf/elf.h (R_AARCH64_ABS16): New macro.
20668 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20669 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20670 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20671 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20672 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20673 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20674 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20675 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20676 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20677 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20678 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20679 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20680 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20681 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20682 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20683 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20684 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20685 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20686 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20687 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20688 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20689 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20690 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20691 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20692 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20693 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20694 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20695 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20696 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20697 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20698 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20699 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20700 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20701 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20702 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20703 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20704 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20705 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20706 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20707 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20708 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20709 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20710 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20711 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20712 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20713 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20714 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20715 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20716 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20717 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20718 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20719 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20720 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20721 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20722 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20723 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20724 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20725 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20726 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20727 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20728 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20729 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20730 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20731 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20732 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20733 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20734 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20735 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20736 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20737 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20738 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20739 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20740 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20741 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20742 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20743 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20744 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20745 (R_AARCH64_TLSDESC_LDR): Likewise.
20746 (R_AARCH64_TLSDESC_ADD): Likewise.
20747 (R_AARCH64_TLSDESC_CALL): Likewise.
20748
b2179107
AS
207492013-09-30 Andreas Schwab <schwab@suse.de>
20750
20751 [BZ #15048]
20752 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20753 the nss database lookup.
20754 * nscd/initgrcache.c (addinitgroupsX): Likewise.
20755 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20756
47f28d0a
MF
207572013-09-28 Mike Frysinger <vapier@gentoo.org>
20758
20759 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20760
207612013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
20762
20763 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20764 ${Bash-specific parameter/pattern/string} parameter expansion.
20765 * sysdeps/unix/make-syscalls.sh: Likewise.
20766
f4518a17
KK
207672013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20768
20769 * sysdeps/sh/stackguard-macros.h: New file.
20770
dc1a95c7
OB
207712013-09-26 Ondřej Bílka <neleai@seznam.cz>
20772
20773 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20774 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20775 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20776 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20777 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20778 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20779
5ebbff8f
AZ
207802013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20781
20782 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20783 Fix thread ID register.
20784
4fd2cf9f
JM
207852013-09-25 Joseph Myers <joseph@codesourcery.com>
20786
20787 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20788 [POSIX || UNIX98]: Require rather than permitting all symbols from
20789 <time.h>.
20790 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20791 element of struct sched_param.
20792 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20793 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20794 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20795 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20796 constant.
20797
12c22bc4
OL
207982013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
20799
20800 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20801 argument calculation.
20802
a03d8ea7
JM
208032013-09-24 Joseph Myers <joseph@codesourcery.com>
20804
20805 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20806 Expect macro.
20807 [POSIX] (pthread_attr_t): Do not require type.
20808 [POSIX] (pthread_cond_t): Likewise.
20809 [POSIX] (pthread_condattr_t): Likewise.
20810 [POSIX] (pthread_key_t): Likewise.
20811 [POSIX] (pthread_mutex_t): Likewise.
20812 [POSIX] (pthread_mutexattr_t): Likewise.
20813 [POSIX] (pthread_once_t): Likewise.
20814 [POSIX] (pthread_t): Likewise.
20815 [POSIX-based standards] (pthread_atfork): Expect function.
20816
6055173a
JM
208172013-09-24 Joseph Myers <joseph@codesourcery.com>
20818 Richard Sandiford <richard@codesourcery.com>
20819
20820 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20821 (swap_endianness_p): New extern variable.
20822 (set_big_endian): New inline function.
20823 (maybe_swap_uint32): Likewise.
20824 (maybe_swap_uint32_array): Likewise.
20825 (maybe_swap_uint32_obstack): Likewise.
20826 * locale/programs/locfile.c: Include <stdbool.h>.
20827 (swap_endianness_p): New variable.
20828 (add_locale_uint32): Call maybe_swap_uint32.
20829 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20830 (write_locale_data): Call maybe_swap_uint32_array.
20831 * locale/programs/ld-collate.c (obstack_int32_grow): Call
20832 maybe_swap_uint32.
20833 (obstack_int32_grow_fast): Likewise.
20834 (output_weightwc): Call maybe_swap_uint32_obstack.
20835 (collate_output): Likewise.
20836 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20837 (OPT_LITTLE_ENDIAN): Likewise.
20838 (options): Add --little-endian and --big-endian options.
20839 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20840 * locale/programs/locarchive.c: Include "locfile.h".
20841 (GET): New macro.
20842 (SET): Likewise.
20843 (INC): Likewise.
20844 (create_archive): Use the new macros to access fields of
20845 structures directly mapped from or written to locale archives.
20846 (oldlocrecentcmp): Likewise.
20847 (enlarge_archive): Likewise.
20848 (insert_name): Likewise.
20849 (add_alias): Likewise.
20850 (add_locale): Likewise.
20851 (delete_locales_from_archive): Likewise.
20852 (show_archive_content): Likewise.
20853 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
20854 locale data.
20855
39bf0bb4
RM
208562013-09-24 Roland McGrath <roland@hack.frob.com>
20857
20858 * manual/freemanuals.texi: Updated from (newly) canonical copy at
20859 http://www.gnu.org/doc/freemanuals.texi.
20860 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20861
f02eed10
WN
208622013-09-24 Will Newton <will.newton@linaro.org>
20863
20864 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20865 macro.
20866
a3a6c312
JM
208672013-09-23 Joseph Myers <joseph@codesourcery.com>
20868
20869 * locale/hashval.h (compute_hashval): Interpret bytes of key as
20870 unsigned char.
20871
107375ac
MR
208722013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
20873
20874 * manual/threads.texi (POSIX Threads): Fix a typo.
20875
141f3a77
SP
208762013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
20877
303e567a
SP
20878 [BZ #14547]
20879 * string/tst-strcoll-overflow.c: New test case.
20880 * string/Makefile (xtests): Add tst-strcoll-overflow.
20881 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20882 cache if string sizes may cause integer overflow.
20883
141f3a77
SP
20884 [BZ #14547]
20885 * string/strcoll_l.c (coll_seq): New members rule, idx,
20886 save_idx and back_us.
20887 (get_next_seq_nocache): New function.
20888 (do_compare_nocache): New function.
20889 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20890 when malloc fails.
20891
c61b4d41
CD
208922013-09-23 Carlos O'Donell <carlos@redhat.com>
20893
0b1f8e35
CD
20894 [BZ #15754]
20895 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20896 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20897 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20898
c61b4d41
CD
20899 [BZ #15754]
20900 * elf/Makefile (tests): Add tst-ptrguard1.
20901 (tests-static): Add tst-ptrguard1-static.
20902 (tst-ptrguard1-ARGS): Define.
20903 (tst-ptrguard1-static-ARGS): Define.
20904 * elf/tst-ptrguard1.c: New file.
20905 * elf/tst-ptrguard1-static.c: New file.
20906 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20907 * sysdeps/i386/stackguard-macros.h: Likewise.
20908 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20909 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20910 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20911 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20912 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20913 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20914
209152013-09-23 Hector Marco <hecmargi@upv.es>
20916 Ismael Ripoll <iripoll@disca.upv.es>
20917 Carlos O'Donell <carlos@redhat.com>
20918
20919 [BZ #15754]
20920 * sysdeps/generic/stackguard-macros.h: Define
20921 __pointer_chk_guard_local and POINTER_CHK_GUARD.
20922 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20923 Define __pointer_chk_guard_local.
20924 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20925 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20926
f5f4e7b4
VV
209272013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
20928
20929 [BZ #15859]
20930 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20931
5bb43a43
AS
209322013-09-20 Andreas Schwab <schwab@linux-m68k.org>
20933
20934 * include/string.h (__ffs): Declare as hidden.
20935 * string/ffs.c (__ffs): Define as hidden.
20936 * sysdeps/i386/ffs.c (__ffs): Likewise.
20937 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20938 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20939 * sysdeps/s390/ffs.c (__ffs): Likewise.
20940 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20941
3ea5be54
AO
209422013-09-20 Alexandre Oliva <aoliva@redhat.com>
20943
ffb89e53
AO
20944 * NEWS: Mention malloc probes.
20945
322dea08
AO
20946 * malloc/arena.c (new_heap): New memory_heap_new probe.
20947 (grow_heap): New memory_heap_more probe.
20948 (shrink_heap): New memory_heap_less probe.
20949 (heap_trim): New memory_heap_free probe.
20950 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20951 (systrim): New memory_sbrk_less probe.
20952 * manual/probes.texi: Document them.
20953
655673f3
AO
20954 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20955 * manual/probes.texi: Document it.
20956
35fed6f1
AO
20957 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20958 (__libc_realloc): Add memory_realloc_retry probe.
20959 (__libc_memalign): Add memory_memalign_retry probe.
20960 (__libc_valloc): Add memory_valloc_retry probe.
20961 (__libc_pvalloc): Add memory_pvalloc_retry probe.
20962 (__libc_calloc): Add memory_calloc_retry probe.
20963 * manual/probes.texi: Document them.
20964
6999d38c
AO
20965 * malloc/arena.c (get_free_list): Add probe
20966 memory_arena_reuse_free_list.
20967 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20968 and memory_arena_reuse.
20969 (arena_get2) [!PER_THREAD]: Likewise.
20970 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20971 memory_arena_reuse_realloc.
20972 * manual/probes.texi: Document them.
20973
0653427f
AO
20974 * malloc/malloc.c (__libc_free): Add
20975 memory_mallopt_free_dyn_thresholds probe.
20976 (__libc_mallopt): Add multiple memory_mallopt probes.
20977 * manual/probes.texi: Document them.
20978
3ea5be54
AO
20979 * malloc/malloc.c: Include stap-probe.h.
20980 (__libc_mallopt): Add memory_mallopt probe.
20981 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20982 * manual/probes.texi: New.
20983 * manual/Makefile (chapters): Add probes.
20984 * manual/threads.texi: Set next node.
20985
e35696c3 209862013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 20987
e35696c3
CL
20988 [BZ #15963, #13985]
20989 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20990 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20991 Add `Chinese' to `nan' entry name.
20992
4aafb73c
SP
209932013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
20994
20995 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20996 (POLYNOMIAL): Likewise.
20997 (TAYLOR_SINCOS): Likewise.
20998 (TAYLOR_SLOW): Likewise.
20999 (__sin): Use TAYLOR_SINCOS.
21000 (__cos): Likewise.
21001 (slow): Use TAYLOR_SLOW.
21002 (sloww): Likewise.
21003 (bsloww): Likewise.
21004 (csloww): Likewise.
21005
d84f25c7
LD
210062013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21007
21008 * stdlib/strtod_l.c: Fix buffer overrun.
21009
5eea0404
SP
210102013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
21011
7849ff93
SP
21012 * benchtests/Makefile (bench): Add sincos.
21013 * benchtests/bench-sincos.c: New file.
21014
cfa3c886
SP
21015 * math/libm-test.inc (cos_test_data): New test inputs.
21016 (sin_test_data): Likewise.
21017
b348e1e3
SP
21018 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21019 macro.
21020 (__sin): Use it.
21021 (__cos): Likewise.
21022 (slow1): Likewise.
21023 (slow2): Likewise.
21024 (sloww1): Likewise.
21025 (sloww2): Likewise.
21026 (bsloww1): Likewise.
21027 (bsloww2): Likewise.
21028 (cslow2): Likewise.
21029 (csloww1): Likewise.
21030 (csloww2): Likewise.
21031
6cce25f8
SP
21032 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21033 function.
21034 (__sin): Use it.
21035 (__cos): Likewise.
21036
5eea0404
SP
21037 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21038 gotos.
21039 (__cos): Likewise.
21040
9c21573c
MR
210412013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
21042
21043 * config.h.in (HAVE_MIPS_NAN2008): New macro.
21044 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21045 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21046 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21047 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21048 * elf/cache.c (print_entry): Handle the new cache flags.
21049
24d22e65
JM
210502013-09-18 Joseph Myers <joseph@codesourcery.com>
21051 Aldy Hernandez <aldyh@redhat.com>
21052
21053 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21054 Change condition to [_SOFT_FLOAT].
21055 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21056 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21057 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21058 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21059 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21060 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21061 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21062 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21063 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21064 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21065 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21066 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21067 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21068 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21069 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21070 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21071 declaration.
21072
d13ef066
JM
210732013-09-18 Joseph Myers <joseph@codesourcery.com>
21074
2e071de0
JM
21075 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21076 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21077 (__longjmp): Use LOAD_GP to load saved GPRs.
21078 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21079 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21080 (__sigsetjmp): Use SAVE_GP to save GPRs.
21081
d13ef066
JM
21082 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21083 Do not append -msoft-float.
21084 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21085
97a0650b
SP
210862013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
21087
21088 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21089
11ca09e9
JM
210902013-09-17 Joseph Myers <joseph@codesourcery.com>
21091
21092 [BZ #15966]
21093 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21094 (_FPU_GETCW): Use initial "__" on variable and field names but not
21095 on macro parameter name.
21096 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
21097 parentheses around reference to macro parameter.
21098
08ffcf34
RS
210992013-09-13 Richard Sandiford <richard@codesourcery.com>
21100
21101 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21102 prototype.
21103 (ctype_startup): Use uint32_t in cast and sizeof for
21104 ctype->charnames.
21105
ae7080d3
JL
211062013-09-11 Jia Liu <proljc@gmail.com>
21107
21108 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21109 __daddr_t_defined.
21110 [__FreeBSD__]: Likewise.
21111
5905e7b3
OB
211122013-09-11 Ondřej Bílka <neleai@seznam.cz>
21113
21114 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21115 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21116 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21117 (strchr): Remove __strchr_sse42 ifunc selection.
21118 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21119 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21120
b987c776
WN
211212013-09-11 Will Newton <will.newton@linaro.org>
21122
21123 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21124 parameter to RES. Remove hardcoded 1000 value.
21125 * benchtests/bench-skeleton.c (main): Pass RES parameter
21126 to TIMING_INIT and multiply result by 1000.
21127
ddf985af
AZ
211282013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21129
21130 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21131
ffdd3181
AS
211322013-09-11 Andreas Schwab <schwab@suse.de>
21133
21134 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21135 if not defined.
21136 (O_TMPFILE) [__USE_GNU]: Define.
21137 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21138 Define.
21139
b73ed247
WN
211402013-09-11 Will Newton <will.newton@linaro.org>
21141
21142 [BZ #15857]
21143 * malloc/malloc.c (__libc_memalign): Check the value of bytes
21144 does not overflow.
21145
55e17aad
WN
211462013-09-11 Will Newton <will.newton@linaro.org>
21147
21148 [BZ #15856]
21149 * malloc/malloc.c (__libc_valloc): Check the value of bytes
21150 does not overflow.
21151
1159a193
WN
211522013-09-11 Will Newton <will.newton@linaro.org>
21153
21154 [BZ #15855]
21155 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21156 does not overflow.
21157
5905e7b3 211582013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
21159
21160 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21161 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21162 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21163 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21164 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21165
cdfc721b
AM
211662013-09-10 Allan McRae <allan@archlinux.org>
21167
aa04af00
AM
21168 [BZ #15748]
21169 * manual/arith.texi (Parsing of Floats): Clarify
21170 cross-reference.
21171
cdfc721b
AM
21172 [BZ #15849]
21173 * manual/install.texi (Running make install): Mention
21174 --enable-pt-chown.
21175 * INSTALL: Regenerated.
21176
95e7cf29
MR
211772013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21178
21179 * csu/init-first.c (_init): Remove the !SHARED condition around
21180 FPU control word initialization.
21181 * elf/dl-support.c (_dl_fpu_control): New variable.
21182 (_dl_aux_init) <AT_FPUCW>: Initialize it.
21183 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21184 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21185 * math/test-fpucw-static.c: New file.
21186 * math/test-fpucw-ieee.c: New file.
21187 * math/test-fpucw-ieee-static.c: New file.
21188 * math/Makefile (tests): Add `test-fpucw-ieee' and
21189 `$(tests-static)'.
21190 (tests-static): New variable.
21191 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21192 dependency to...
21193 [($(build-shared),yes)]
21194 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21195 ... this.
21196 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21197 New dependency.
21198
83e43bf0
AM
211992013-09-09 Allan McRae <allan@archlinux.org>
21200
a9f5ce09
AM
21201 [BZ #15939]
21202 * manual/string.texi (Collation Functions): Fix typo in
21203 strcoll example.
21204 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21205
34829bc2
AM
21206 [BZ #15893]
21207 * stdlib/isomac.c (get_null_defines): Fix memory leak.
21208
3932737d
AM
21209 [BZ #15892]
21210 * libio/memstream.c (open_memstream): Fix memory leak.
21211 * libio/wmemstream.c (open_wmemstream): Likewise.
21212
83e43bf0
AM
21213 [BZ #15895]
21214 * nscd/netgroupcache.c: Fix nesting of ifdefs.
21215
0c66b8e9
WN
212162013-09-09 Will Newton <will.newton@linaro.org>
21217
21218 * malloc/Makefile: Add tst-realloc to tests.
21219 * malloc/tst-realloc.c: New file.
21220
f6b00fd1
AM
212212013-09-09 Allan McRae <allan@archlinux.org>
21222
21223 [BZ #15844]
21224 * COPYING: Update from GNU website to fix FSF address.
21225 * COPYING.LIB: Likewise.
21226
eec55e16
DM
212272013-09-06 David S. Miller <davem@davemloft.net>
21228
21229 * po/zh_TW.po: Update Chinese (traditional) translation from
21230 translation project.
21231
1ecbb381
RS
212322013-09-06 Richard Sandiford <richard@codesourcery.com>
21233 Joseph Myers <joseph@codesourcery.com>
21234
21235 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21236 "localeinfo.h".
21237 (obstack_chunk_alloc): New macro.
21238 (obstack_chunk_free): Likewise.
21239 (record_offset): New function.
21240 (init_locale_data): Likewise.
21241 (align_locale_data): Likewise.
21242 (add_locale_empty): Likewise.
21243 (add_locale_raw_data): Likewise.
21244 (add_locale_raw_obstack): Likewise.
21245 (add_locale_string): Likewise.
21246 (add_locale_wstring): Likewise.
21247 (add_locale_uint32): Likewise.
21248 (add_locale_uint32_array): Likewise.
21249 (add_locale_char): Likewise.
21250 (start_locale_structure): Likewise.
21251 (end_locale_structure): Likewise.
21252 (start_locale_prelude): Likewise.
21253 (end_locale_prelude): Likewise.
21254 (write_locale_data): Take locale_file structure rather than an
21255 iovec.
21256 * locale/programs/locfile.h: Include "obstack.h".
21257 (struct locale_file): Change to store locale file contents instead
21258 of header.
21259 (init_locale_data): New prototype.
21260 (align_locale_data): Likewise.
21261 (add_locale_empty): Likewise.
21262 (add_locale_raw_data): Likewise.
21263 (add_locale_raw_obstack): Likewise.
21264 (add_locale_string): Likewise.
21265 (add_locale_wstring): Likewise.
21266 (add_locale_uint32): Likewise.
21267 (add_locale_uint32_array): Likewise.
21268 (add_locale_char): Likewise.
21269 (start_locale_structure): Likewise.
21270 (end_locale_structure): Likewise.
21271 (start_locale_prelude): Likewise.
21272 (end_locale_prelude): Likewise.
21273 (write_locale_data): Update prototype.
21274 * locale/programs/3level.h (struct TABLE): Remove result field.
21275 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21276 Use new locale_file interface.
21277 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21278 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21279 * locale/programs/ld-address.c (address_output): Use new
21280 locale_file interface.
21281 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21282 NO_ADD_LOCALE.
21283 (collate_finish): Don't call collseq_table_finalize.
21284 (collate_output): Use new locale_file interface.
21285 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21286 in file.
21287 (NO_FINALIZE): Change to NO_ADD_LOCALE.
21288 (TABLE): Move defines earlier in file.
21289 (ELEMENT): Likewise.
21290 (DEFAULT): Likewise.
21291 (wctrans_table_add): Move macro and inline function earlier in
21292 file.
21293 (struct wctype_table): Move type earlier in file.
21294 (add_locale_wctype_table): New static prototype.
21295 (struct locale_ctype_t): Use logical types instead of struct iovec
21296 pointers for members.
21297 (ctype_output): Use new locale_file interface.
21298 (wctype_table_finalize): Change to add_locale_wctype_table. Use
21299 new locale_file interface.
21300 (allocate_arrays): Update for use of new locale_file interface.
21301 * locale/programs/ld-identification.c (identification_output): Use
21302 new locale_file interface.
21303 * locale/programs/ld-measurement.c (measurement_output): Likewise.
21304 * locale/programs/ld-messages.c (messages_output): Likewise.
21305 * locale/programs/ld-monetary.c (monetary_output): Likewise.
21306 * locale/programs/ld-name.c (name_output): Likewise.
21307 * locale/programs/ld-numeric.c (numeric_output): Likewise.
21308 * locale/programs/ld-paper.c (paper_output): Likewise.
21309 * locale/programs/ld-telephone.c (telephone_output): Likewise.
21310 * locale/programs/ld-time.c (time_output): Likewise.
21311
e029e2e5
AZ
213122013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21313
21314 * benchtests/Makefile: Add memrchr benchmark.
21315 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21316 benchmark as memrchr.
21317 * benchtests/bench-memrchr-ifunc.c: New file.
21318 * benchtests/bench-memrchr.c: New file.
21319
bbf6e8e4
WN
213202013-09-06 Will Newton <will.newton@linaro.org>
21321
21322 * benchtests/Makefile (string-bench): Add memcpy.
21323
6c82a2f8
CD
213242013-09-05 Carlos O'Donell <carlos@redhat.com>
21325 Cong Wang <amwang@redhat.com>
21326
e732c5f0 21327 [BZ #15850]
6c82a2f8
CD
21328 * sysdeps/unix/sysv/linux/bits/in.h
21329 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21330 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21331 before __USE_KERNEL_IPV6_DEFS uses.
21332 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21333 IPPROTO_BEETPH.
21334 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21335 sockaddr_in6, or ipv6_mreq.
21336
5430fc65
AZ
213372013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21338
21339 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21340 memory access for final bytes in some large inputs.
21341 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21342
4660856c
AZ
213432013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21344
21345 * string/test-memrchr.c: New file.
21346 * string/test-memrchr-ifunc.c: New file.
21347 * string/Makefile: Add new memrchr testcase.
21348
bb8ea713
MF
213492013-09-05 Mike Frysinger <vapier@gentoo.org>
21350
21351 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21352 fanotify_init returns EPERM.
21353
b92a20b5
JM
213542013-09-04 Joseph Myers <joseph@codesourcery.com>
21355
21356 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21357 errors.
21358 (top level): Treat second token from macro or constant entries for
21359 allowed headers as allowed.
21360 * include/complex.h: Condition internal declarations on
21361 [!_ISOMAC].
21362 * include/fenv.h: Condition include of <stdbool.h> and internal
21363 declarations on [!_ISOMAC].
7447ccd9
CL
21364
213652013-09-04 Chris Leonard <cjl@sugarlabs,.org>
21366
3e181dda 21367 [BZ #15923]
7447ccd9
CL
21368 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21369
3f2e46a4
JM
213702013-09-04 Joseph Myers <joseph@codesourcery.com>
21371
21372 * configure.in (--enable-versioning): Remove configure option.
21373 (libc_cv_asm_symver_directive): Remove configure test.
21374 (libc_cv_ld_version_script_option): Likewise.
21375 (VERSIONING): Remove variable and AC_SUBST.
21376 (DO_VERSIONING): Remove AC_DEFINE.
21377 * configure: Regenerated.
21378 * config.h.in (DO_VERSIONING): Remove macro.
21379 * Makerules [$(versioning) = yes]: Change conditionals to
21380 [$(build-shared) = yes].
21381 * config.make.in (versioning): Remove variable.
21382 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21383 [$(build-shared) = yes].
21384 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21385 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21386 * elf/Makefile [$(versioning) = yes]: Change conditionals to
21387 [$(build-shared) = yes].
21388 * extra-lib.mk [$(versioning) = yes]: Likewise.
21389 * hurd/Makefile [$(versioning) = yes]: Likewise.
21390 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21391 [SHARED].
21392 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21393 [SHARED].
21394 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21395 [SHARED && !NO_HIDDEN].
21396 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21397 [SHARED].
21398 [SHARED && DO_VERSIONING]: Likewise..
21399 * libio/Makefile [$(versioning) = yes]: Change conditionals to
21400 [$(build-shared) = yes].
21401 * manual/install.texi (--disable-versioning): Remove
21402 documentation.
21403 * INSTALL: Regenerated.
21404 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21405 to [SHARED].
21406 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21407 [$(build-shared) = yes].
21408 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21409 * sysdeps/i386/i686/multiarch/strstr-c.c
21410 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21411 [SHARED && !NO_HIDDEN].
21412 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21413 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21414 * sysdeps/powerpc/powerpc32/dl-machine.c
21415 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21416 * sysdeps/powerpc/powerpc32/sysdep.h
21417 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21418 to [SHARED && PIC && !NO_HIDDEN].
21419 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21420 conditional to [SHARED].
21421
44558701
WN
214222013-09-04 Will Newton <will.newton@linaro.org>
21423
21424 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21425 * benchtests/bench-string.h: Include bench-timing.h instead
21426 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21427 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21428 call to HP_TIMING_DIFF_INIT.
21429 * benchtests/bench-memccpy.c: Use bench-timing.h macros
21430 instead of hp-timing.h macros.
21431 * benchtests/bench-memchr.c: Likewise.
21432 * benchtests/bench-memcmp.c: Likewise.
21433 * benchtests/bench-memcpy.c: Likewise.
21434 * benchtests/bench-memmem.c: Likewise.
21435 * benchtests/bench-memmove.c: Likewise.
21436 * benchtests/bench-memset.c: Likewise.
21437 * benchtests/bench-rawmemchr.c: Likewise.
21438 * benchtests/bench-strcasecmp.c: Likewise.
21439 * benchtests/bench-strcasestr.c: Likewise.
21440 * benchtests/bench-strcat.c: Likewise.
21441 * benchtests/bench-strchr.c: Likewise.
21442 * benchtests/bench-strcmp.c: Likewise.
21443 * benchtests/bench-strcpy.c: Likewise.
21444 * benchtests/bench-strcpy_chk.c: Likewise.
21445 * benchtests/bench-strlen.c: Likewise.
21446 * benchtests/bench-strncasecmp.c: Likewise.
21447 * benchtests/bench-strncat.c: Likewise.
21448 * benchtests/bench-strncmp.c: Likewise.
21449 * benchtests/bench-strncpy.c: Likewise.
21450 * benchtests/bench-strnlen.c: Likewise.
21451 * benchtests/bench-strpbrk.c: Likewise.
21452 * benchtests/bench-strrchr.c: Likewise.
21453 * benchtests/bench-strspn.c: Likewise.
21454 * benchtests/bench-strstr.c: Likewise.
21455
cae16d66
WN
214562013-09-04 Will Newton <will.newton@linaro.org>
21457
21458 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21459
ffa3cd7f
JM
214602013-09-03 Joseph Myers <joseph@codesourcery.com>
21461
21462 [BZ #15427]
21463 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21464 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21465 * math/libm-test.inc (lgamma_test_data): Add more tests.
21466 * sysdeps/i386/fpu/libm-test-ulps: Update.
21467 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21468
8f02859f
OB
214692013-09-03 Ondřej Bílka <neleai@seznam.cz>
21470
21471 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21472 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21473 Add ifunc.
21474 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21475 Add strcmp-sse2-unaligned
21476 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21477
18d43716
MF
214782013-09-02 Mike Frysinger <vapier@gentoo.org>
21479
21480 * Versions.def (libc): Add GLIBC_2.19.
21481
ac444012
MF
214822013-09-02 Mike Frysinger <vapier@gentoo.org>
21483
21484 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21485 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21486
b7835e32
JM
214872013-09-02 Joseph Myers <joseph@codesourcery.com>
21488
21489 [BZ #14155]
21490 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21491 intermediate calculations in recurrence.
21492 (__ieee754_ynf): Likewise.
21493 * math/libm-test.inc (jn_test_data): Do not allow spurious
21494 underflow exception. Add more tests.
21495 (yn_test_data): Add more tests.
21496 * sysdeps/i386/fpu/libm-test-ulps: Update.
21497 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21498
8220f4f0
OB
214992013-09-02 Ondřej Bílka <neleai@seznam.cz>
21500
21501 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21502
f24a6d08
OB
215032013-08-30 Ondřej Bílka <neleai@seznam.cz>
21504
21505 * csu/init-first.c: Fix then/than typos.
21506 * locale/programs/ld-collate.c: Likewise.
21507 * locale/programs/linereader.h: Likewise.
21508 * manual/charset.texi: Likewise.
21509 * manual/filesys.texi: Likewise.
21510 * manual/stdio.texi: Likewise.
21511 * manual/string.texi: Likewise.
21512 * stdlib/fmtmsg.c: Likewise.
21513 * sysdeps/i386/stpncpy.S: Likewise.
21514 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21515 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21516 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21517 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21518
382466e0
OB
215192013-08-30 Ondřej Bílka <neleai@seznam.cz>
21520
21521 * elf/dl-open.c: Fix typos.
21522 * iconvdata/gbbig5.c: Likewise.
21523 * iconvdata/iso-2022-jp.c: Likewise.
21524 * iconv/gconv_int.h: Likewise.
21525 * iconv/loop.c: Likewise.
21526 * nis/rpcsvc/nis.h: Likewise.
21527 * resolv/ns_name.c: Likewise.
21528 * stdio-common/vfscanf.c: Likewise.
21529 * streams/stropts.h: Likewise.
21530 * sunrpc/rpc_thread.c: Likewise.
21531 * sysdeps/i386/strpbrk.S: Likewise.
21532 * sysdeps/ieee754/k_standard.c: Likewise.
21533 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21534 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21535 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21536 * sysdeps/mach/hurd/profil.c: Likewise.
21537 * sysdeps/s390/dl-procinfo.h: Likewise.
21538 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21539 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21540 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21541 * sysdeps/x86_64/dl-trampoline.S: Likewise.
21542 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21543
0186c6e9
OB
215442013-08-30 Ondřej Bílka <neleai@seznam.cz>
21545
21546 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21547 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21548
d4e16af1
OB
215492013-08-29 Ondřej Bílka <neleai@seznam.cz>
21550
21551 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21552 aix specific files.
21553 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21554 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21555 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21556 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21557 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21558 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21559 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21560 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21561
88335980
TS
215622013-08-29 Thomas Schwinge <thomas@codesourcery.com>
21563 Roland McGrath <roland@hack.frob.com>
21564
21565 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21566 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21567
ed479b02
ST
215682013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
21569
21570 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21571 __executable_start symbol instead of _start.
21572
f1cc4c86
TS
215732013-08-29 Thomas Schwinge <thomas@codesourcery.com>
21574
d821f07c
TS
21575 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21576 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21577 Move macros to...
21578 * sysdeps/gnu/ldsodefs.h: ... this new file.
21579
c54290cf
TS
21580 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21581 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21582 instead of ELFOSABI_LINUX.
21583
0007fc9b 21584 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
21585 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21586 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21587 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21588 Likewise.
21589 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21590 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21591 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21592 Likewise.
21593 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21594 (ibm_extended_long_double): Add ieee_nan member.
21595 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21596 (do_test): New function.
21597
f1cc4c86
TS
21598 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21599 TEST_TRUNC.
21600 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21601 functions, renamed from truncdfsf_test, trunctfsf_test,
21602 trunctfdf_test.
21603 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21604 functions.
21605 (do_test): Run all these.
21606
6f65e668
OB
216072013-08-29 Ondřej Bílka <neleai@seznam.cz>
21608
21609 * argp/argp-help.c: Fix typos.
21610 * argp/argp-parse.c: Likewise.
21611 * debug/backtracesyms.c: Likewise.
21612 * elf/elf.h: Likewise.
21613 * malloc/malloc.c: Likewise.
21614 * nis/nis_print.c: Likewise.
21615 * resolv/res_comp.c: Likewise.
21616 * stdlib/stdlib.h: Likewise.
21617 * sunrpc/clnt_tcp.c: Likewise.
21618 * sunrpc/clnt_udp.c: Likewise.
21619 * sunrpc/clnt_unix.c: Likewise.
21620 * sysdeps/unix/bsd/ptsname.c: Likewise.
21621 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21622 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
21623 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21624 Likewise.
21625 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21626 Likewise.
21627 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21628 Likewise.
6f65e668
OB
21629 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21630
3a309239
SP
216312013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
21632
21633 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21634 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21635
3b813b29
MF
216362013-08-27 Mike Frysinger <vapier@gentoo.org>
21637
21638 [BZ #15897]
21639 * dlfcn/Makefile (tests): Add bug-dl-leaf.
21640 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21641 ($(objpfx)bug-dl-leaf): New rule.
21642 ($(objpfx)bug-dl-leaf.so): Likewise.
21643 ($(objpfx)bug-dl-leaf.out): Likewise.
21644 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21645 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21646 * dlfcn/bug-dl-leaf.c: New test.
21647 * dlfcn/bug-dl-leaf-lib.c: Likewise.
21648 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21649 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21650 (dlclose): Likewise.
21651 (dlmopen): Likewise.
21652
8cc3269f
RM
216532013-08-27 Roland McGrath <roland@hack.frob.com>
21654
7f9d0034
RM
21655 * include/netdb.h [!_ISOMAC]:
21656 Don't include <tls.h>.
21657 (h_errno, __libc_h_errno): Move declaration and macros out of
21658 [_LIBC_REENTRANT].
21659
fb431262
RM
21660 * include/resolv.h [_RESOLV_H_]:
21661 Don't include <tls.h>.
21662 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21663 * resolv/res_libc.c: Don't include <tls.h>.
21664 (_res): Use __attribute__ ((nocommon)) in place of
21665 __attribute__ ((section (".bss"))).
21666
bd81123a
RM
21667 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21668 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21669
c4e42566
RM
21670 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21671
f890a59b
RM
21672 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21673 only under [SIOCGIFCONF && SIOCGIFNETMASK].
21674
21675 * resolv/res_mkquery.c: Include <sys/time.h>.
21676
5d1f0a09
RM
21677 * inet/ifreq.c: Moved to ...
21678 * sysdeps/unix/ifreq.c: ... here.
21679 * inet/ifreq.c: New file, true stub version.
21680
6fcf28b3
RM
21681 * socket/sa_len.c: New file.
21682 * socket/Makefile (aux): Add it.
21683 * sysdeps/unix/sysv/linux/Makefile
21684 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21685 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21686 and #include <socket/sa_len.c>.
21687 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21688 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21689
e041fb8b
RM
21690 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21691 * bits/socket.h: ... here.
21692
8cc3269f
RM
21693 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21694 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21695 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21696
5d228a43
AS
216972013-08-27 Andreas Schwab <schwab@suse.de>
21698
45b8accc
AS
21699 [BZ #15736]
21700 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21701 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21702 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21703 * string/test-strcasecmp.c (test_main): Run tests in several
21704 locales.
21705 * string/test-strncasecmp.c (test_main): Likewise.
21706
5d228a43
AS
21707 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21708 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21709 to __strcasecmp_nonascii and __strncasecmp_nonascii.
21710 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21711 (__strncasecmp_ssse3) [PIC]: Likewise.
21712
59d112a4
RM
217132013-08-26 Roland McGrath <roland@hack.frob.com>
21714
53234cc3
RM
21715 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21716
59d112a4
RM
21717 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21718 instead of explicitly declaring xdecrypt.
21719 * nis/nss_nis/nis-publickey.c: Likewise.
21720
595aba70
SP
217212013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21722
21723 [BZ #15890]
21724 * nscd/aicache.c: Include res_hconf.h.
21725 (addhstaiX): Initialize res_hconf.
21726
ffabd393
AS
217272013-08-26 Andreas Schwab <schwab@suse.de>
21728
21729 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21730 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21731
e0a69f5c
SP
217322013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
21733
21734 * nscd/aicache.c (addhstaiX): Fix indentation.
21735
8c12f01d
MF
217362013-08-25 Mike Frysinger <vapier@gentoo.org>
21737
21738 * configure.ac: Quote $build_pt_chown test.
21739 * configure: Regenerated.
21740
8fe89494
JM
217412013-08-23 Joseph Myers <joseph@codesourcery.com>
21742
21743 [BZ #15532]
21744 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21745 * math/s_cexpf.c (__cexpf): Likewise.
21746 * math/s_cexpl.c (__cexpl): Likewise.
21747 * math/libm-test.inc (cexp_test_data): Correct expected return
21748 value for NaN + i0. Add another test.
21749
75b181d6
DM
217502013-08-22 David S. Miller <davem@davemloft.net>
21751
21752 * po/ca.po: Update Catalan translation from translation project.
936241e4 21753 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 21754
acd06bb1
JM
217552013-08-21 Joseph Myers <joseph@codesourcery.com>
21756
21757 [BZ #15797]
21758 * math/s_fdim.c (__fdim): Check for infinite arguments if result
21759 is infinite, not alongside NaN test.
21760 * math/s_fdimf.c (__fdimf): Likewise.
21761 * math/s_fdiml.c (__fdiml): Likewise.
21762 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
21763 errno is unchanged.
21764
c0c3f78a
OB
217652013-08-21 Ondřej Bílka <neleai@seznam.cz>
21766
21767 * argp/argp-help.c: Fix typos.
21768 * crypt/speeds.c: Likewise.
21769 * csu/check_fds.c: Likewise.
21770 * elf/dl-load.c: Likewise.
21771 * elf/dl-open.c: Likewise.
21772 * elf/reldep3.c: Likewise.
21773 * elf/reldep.c: Likewise.
21774 * elf/sprof.c: Likewise.
21775 * iconv/iconv_charmap.c: Likewise.
21776 * iconv/skeleton.c: Likewise.
21777 * iconv/strtab.c: Likewise.
21778 * io/lockf64.c: Likewise.
21779 * libio/libioP.h: Likewise.
21780 * resolv/gai_notify.c: Likewise.
21781 * resolv/ns_name.c: Likewise.
21782 * resolv/ns_samedomain.c: Likewise.
21783 * resolv/res_send.c: Likewise.
21784 * stdlib/random.c: Likewise.
21785 * sunrpc/rpc/xdr.h: Likewise.
21786 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21787 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21788 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21789 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21790 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21791 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21792 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21793 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21794 * sysdeps/mach/hurd/check_fds.c: Likewise.
21795 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21796 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21797 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21798 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21799 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21800 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21801 * sysdeps/pthread/aio_notify.c: Likewise.
21802 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21803 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21804 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21805 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21806 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21807
46ed1038
LD
218082013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
21809
21810 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21811 version if bit_Slow_SSE4_2 is set.
21812 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21813 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21814
d400dcac
AZ
218152013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21816
21817 [BZ #15867]
21818 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21819 trampoline stack frame information.
21820 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21821 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21822 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21823 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21824 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21825 * sysdeps/unix/sysv/linux/powerpc/init-first.c
21826 (_libc_vdso_platform_setup): Initialize the signal trampolines.
21827 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21828 sa_flags value.
21829 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21830 interrupting a syscall and set with option SA_SIGINFO.
21831
42c8fdd8
JM
218322013-08-20 Joseph Myers <joseph@codesourcery.com>
21833
c980f2f4
JM
21834 [BZ #15531]
21835 * math/s_cproj.c (__cproj): Only return an infinity if one part of
21836 argument is infinite.
21837 * math/s_cprojf.c (__cprojf): Likewise.
21838 * math/s_cprojl.c (__cprojl): Likewise.
21839 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21840 * math/libm-test.inc (cproj_test_data): Add more tests.
21841
0716c4fc
JM
21842 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21843
42c8fdd8
JM
21844 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21845 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21846 size. Use __ffs to determine corresponding shift.
21847
b31469d0
JM
218482013-08-20 Joseph Myers <joseph@codesourcery.com>
21849 Roland McGrath <roland@hack.frob.com>
21850
21851 * Makefile (INSTALL): Remove trailing blank lines from output of
21852 makeinfo.
21853
4e39af6e
AK
218542013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21855
21856 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21857 Align 32 bit compat elf_greg to 8 bytes.
21858
f315524e
AA
218592013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
21860
21861 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21862
1326ba1a
SP
218632013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
21864
21865 * string/strcoll_l.c (coll_seq): New structure.
21866 (get_next_seq_cached): New function.
21867 (get_next_seq): New function.
21868 (do_compare): New function.
21869 (STRCOLL): Use GNU style definition. Simplify implementation
21870 by using get_next_seq, get_next_seq_cached and do_compare.
21871
91ce4085
FW
218722013-08-16 Florian Weimer <fweimer@redhat.com>
21873
21874 [BZ #14699]
21875 CVE-2013-4237
21876 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21877 member.
21878 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21879 member.
21880 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21881 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21882 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
21883 conditional.
21884 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21885 GETDENTS_64BIT_ALIGNED.
21886 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21887 * manual/filesys.texi (Reading/Closing Directory): Document
21888 ENAMETOOLONG return value of readdir_r. Recommend readdir more
21889 strongly.
21890 * manual/conf.texi (Limits for Files): Add portability note to
21891 NAME_MAX, PATH_MAX.
21892 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21893
ca0a6bc4
AS
218942013-08-13 Andreas Schwab <schwab@suse.de>
21895
21896 [BZ #15749]
21897 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21898 of fabs.
21899 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21900 LDBL_MAX_EXP >= 16384]: Add tests for it.
21901
6c1fd795
DM
219022013-08-12 David S. Miller <davem@davemloft.net>
21903
21904 * version.h (RELEASE): Set to "development".
21905 (VERSION): Set to "2.18.90".
21906 * NEWS: Add 2.19 section.
21907
31ad488d
DM
219082013-08-03 David S. Miller <davem@davemloft.net>
21909
21910 * po/ko.po: Update Korean translation from translation project.
21911
db24e684
DM
219122013-08-01 David S. Miller <davem@davemloft.net>
21913
21914 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
21915 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21916 Bilka.
21917
f723285b
DM
219182013-07-30 David S. Miller <davem@davemloft.net>
21919
21920 * po/fr.po: Update French translation from translation project.
21921
3cbc52db
DM
219222013-07-28 David S. Miller <davem@davemloft.net>
21923
30bbc0cc
DM
21924 * po/cs.po: Update Czech translation from translation project.
21925
3cbc52db
DM
21926 * po/sv.po: Update Swedish translation from translation project.
21927
d492e6d0
DM
219282013-07-27 David S. Miller <davem@davemloft.net>
21929
f1a7f492
DM
21930 * po/eo.po: Update Esperanto translation from translation project.
21931
90e62a4a
DM
21932 * po/vi.po: Update Vietnamese translation from translation project.
21933
d492e6d0
DM
21934 * po/de.po: Update German translation from translation project.
21935
d4baa62d
DM
219362013-07-26 David S. Miller <davem@davemloft.net>
21937
641aa7b4
DM
21938 * po/bg.po: Update Bulgarian translation from translation project.
21939
d4baa62d
DM
21940 * po/nl.po: Update Dutch translation from translation project.
21941 * po/pl.po: Update Polish translation from translation project.
21942 * po/ru.po: Update Russian translation from translation project.
21943
61a9dcb9
DM
219442013-07-24 David S. Miller <davem@davemloft.net>
21945
21946 * po/libc.pot: Update.
21947
7b1f8b58
AZ
219482013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21949
21950 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21951 variable page size.
21952 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21953 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21954 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21955
a8fc7a03
AK
219562013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21957
21958 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21959
e4608715
CD
219602013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21961 Andreas Schwab <schwab@suse.de>
21962 Roland McGrath <roland@hack.frob.com>
21963 Joseph Myers <joseph@codesourcery.com>
21964 Carlos O'Donell <carlos@redhat.com>
21965
21966 [BZ #15755]
21967 * config.h.in: Define HAVE_PT_CHOWN.
21968 * config.make.in (build-pt-chown): New variable.
21969 * configure.in (--enable-pt_chown): New configure option.
21970 * configure: Regenerate.
21971 * login/Makefile: Include Makeconfig. Build pt_chown only if
21972 build-pt-chown is enabled.
21973 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21974 pt_chown to fix pty ownership.
21975 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21976 CLOSE_ALL_FDS.
21977 * manual/install.texi (Configuring and compiling): Mention
21978 --enable-pt_chown. Add @findex for grantpt.
21979 * INSTALL: Regenerate.
21980
da2d62df
DM
219812013-07-20 David S. Miller <davem@davemloft.net>
21982
21983 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21984 difference between 32-bit and 64-bit.
21985
d7e06450
CD
219862013-07-15 Carlos O'Donell <carlos@redhat.com>
21987
21988 [BZ #15711]
21989 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21990 Avoid system header dependency with -ffreestanding.
21991 ($(objpfx)bits/syscall%d): Likewise.
21992
f959cfd7
DM
219932013-07-13 David S. Miller <davem@davemloft.net>
21994
21995 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21996 underflows from atanl/atan2l due to bug 15319.
21997 (casinh_test_data): Likewise.
21998
c61f8513
DM
219992013-07-07 David S. Miller <davem@davemloft.net>
22000
22001 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22002
72c90ed0
JA
220032013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
22004
22005 * sysdeps/i386/fpu/libm-test-ulps: Update.
22006 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22007
52dfbe13
SP
220082013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22009
22010 * configure.in (--enable-lock-elision): Fix message text.
22011 * INSTALL: Regenerate.
22012 * configure: Regenerate.
22013
3f169543
AZ
220142013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22015
22016 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22017
521c6785
AJ
220182013-07-03 Andreas Jaeger <aj@suse.de>
22019
22020 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22021 define.
22022 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22023 (ptrace_peeksiginfo_args): Add.
22024 (__ptrace_peeksiginfo_flags): Add.
22025 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22026 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22027 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22028
d2cc15cb
AM
220292013-07-03 Allan McRae <allan@archlinux.org>
22030
22031 * sysdeps/i386/fpu/libm-test-ulps: Update.
22032
3aaeeca7
DM
220332013-07-02 David S. Miller <davem@davemloft.net>
22034
22035 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22036
5314ed1a
MT
220372013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
22038
22039 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22040
67338156
JM
220412013-07-02 Joseph Myers <joseph@codesourcery.com>
22042
22043 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22044 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22045
1717da59
AK
220462013-07-02 Andi Kleen <ak@linux.intel.com>
22047
22048 * config.h.in (ENABLE_LOCK_ELISION): Add.
22049 * configure.in (--enable-lock-elision): Add option.
22050 * manual/install.texi: Document --enable lock elision.
22051 * configure: Regenerate
22052 * INSTALL: Regenerate.
22053
1c81621c
L
220542013-07-02 H.J. Lu <hongjiu.lu@intel.com>
22055
22056 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22057 SSE4.2 strcasecmp for libc.a.
22058 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22059
77f01ab5
JM
220602013-07-02 Joseph Myers <joseph@codesourcery.com>
22061
22062 [BZ #13304]
22063 * soft-fp/op-common.h (_FP_FMA): New macro.
22064 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22065 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
22066 (_FP_MUL_MEAT_1_imm): ... here.
22067 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
22068 (_FP_MUL_MEAT_1_wide): ... here.
22069 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
22070 (_FP_MUL_MEAT_1_hard): ... here.
22071 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22072 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
22073 (_FP_MUL_MEAT_2_wide): ... here.
22074 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
22075 (_FP_MUL_MEAT_2_wide_3mul): ... here.
22076 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
22077 (_FP_MUL_MEAT_2_gmp): ... here.
22078 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22079 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
22080 (_FP_MUL_MEAT_4_wide): ... here.
22081 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
22082 (_FP_MUL_MEAT_4_gmp): ... here.
22083 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22084 (_FP_WFRACBITS_DW_S): Likewise.
22085 (_FP_WFRACXBITS_DW_S): Likewise.
22086 (_FP_HIGHBIT_DW_S): Likewise.
22087 (FP_FMA_S): Likewise.
22088 (_FP_FRAC_HIGH_DW_S): Likewise.
22089 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22090 (_FP_WFRACBITS_DW_D): Likewise.
22091 (_FP_WFRACXBITS_DW_D): Likewise.
22092 (_FP_HIGHBIT_DW_D): Likewise.
22093 (FP_FMA_D): Likewise.
22094 (_FP_FRAC_HIGH_DW_D): Likewise.
22095 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22096 (_FP_WFRACBITS_DW_E): Likewise.
22097 (_FP_WFRACXBITS_DW_E): Likewise.
22098 (_FP_HIGHBIT_DW_E): Likewise.
22099 (FP_FMA_E): Likewise.
22100 (_FP_FRAC_HIGH_DW_E): Likewise.
22101 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22102 (_FP_WFRACBITS_DW_Q): Likewise.
22103 (_FP_WFRACXBITS_DW_Q): Likewise.
22104 (_FP_HIGHBIT_DW_Q): Likewise.
22105 (FP_FMA_Q): Likewise.
22106 (_FP_FRAC_HIGH_DW_Q): Likewise.
22107 * soft-fp/fmasf4.c: New file.
22108 * soft-fp/fmadf4.c: Likewise.
22109 * soft-fp/fmatf4.c: Likewise.
22110
6308fd9a
LD
221112013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22112
22113 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22114 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22115 Silvermont.
22116 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22117 macro.
22118 (index_Slow_SSE4_2): Likewise.
22119 (index_Prefer_PMINUB_for_stringop): Likewise.
22120 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22121 bit_Slow_SSE4_2 is set.
22122 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22123 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22124
89cd9569
RA
221252013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22126
22127 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22128 rtld_global._dl_hwcap2.
22129 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22130 POWER8.
22131 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22132 POWER8 feature descriptions defined in _dl_hwcap2.
22133 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22134 string handling for POWER8 feature bits.
22135 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22136 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22137 _dl_powerpc_cap_flags.
22138 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22139 * sysdeps/powerpc/rtld-global-offsets.sym
22140 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22141 _dl_hwcap2 in the rtld_global_ro structure.
22142
1ae8bfe0
RA
221432013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22144
22145 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22146 hardware capabilities in support of AT_HWCAP2.
22147 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22148 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22149 GLRO(dl_hwcap2).
22150 (_dl_show_auxv): Add support for calling _dl_procinfo to display
22151 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
22152 explicitly the unknown a_type display mechanism is used.
22153 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22154 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22155 struct member.
22156 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22157 to macro prototype for AT_HWCAP2 support.
22158 * sysdeps/i386/dl-procinfo.h: Likewise.
22159 * sysdeps/s390/dl-procinfo.h: Likewise.
22160 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22161 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
22162 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
22163 return -1 for unknown a_type display fallback.
22164 * sysdeps/sparc/dl-procinfo.h: Likewise.
22165 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22166 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22167
8fbec010
JM
221682013-06-28 Joseph Myers <joseph@codesourcery.com>
22169
22170 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22171 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22172
0432680e
PY
221732013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
22174
22175 [BZ #12492]
22176 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22177 mprotect making __stack_prot writable.
22178
ce61a2ad
NF
221792013-06-28 Nathan Froyd <froydnj@codesourcery.com>
22180 Joseph Myers <joseph@codesourcery.com>
22181
22182 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22183 as being properly aligned.
22184
f91f1c0f
MR
221852013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
22186
3d0f5d0c
MR
22187 * dlfcn/modstatic5.c: New file.
22188 * dlfcn/tststatic5.c: New file.
22189 * dlfcn/Makefile (tests): Add tststatic5.
22190 (tests-static): Likewise.
22191 (modules-names): Add modstatic5.
22192 (tststatic5-ENV): New variable.
22193 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22194
f91f1c0f
MR
22195 [BZ #15022]
22196 * elf/dl-support.c (_dl_main_map): New variable.
22197 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22198 (_dl_nns, _dl_load_adds): Set to 1.
22199 (_dl_initial_searchlist): Refer to _dl_main_map.
22200 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22201 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22202 call to _dl_get_origin.
22203 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22204 around call_map.
22205 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22206 * dlfcn/modstatic3.c: New file.
22207 * dlfcn/tststatic3.c: New file.
22208 * dlfcn/tststatic4.c: New file.
22209 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22210 (tests-static): Likewise.
22211 (modules-names): Add modstatic3.
22212 (tststatic3-ENV, tststatic4-ENV): New variables.
22213 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22214 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22215
cbe7d24b
JM
222162013-06-26 Joseph Myers <joseph@codesourcery.com>
22217
22218 * configure.in (CC): Require GCC version 4.4 or later.
22219 * configure: Regenerated.
22220 * manual/install.texi (Tools for Compilation): Update GCC version
22221 requirement.
22222 * INSTALL: Regenerated.
22223
11b8a0e1
LD
222242013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22225
22226 [BZ #15674]
bb5bb87c
L
22227 * string/test-memcmp.c (check2): New.
22228 (main): Call check2.
22229
11b8a0e1
LD
22230 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22231
b0037103
MR
222322013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
22233
22234 [BZ #15022]
22235 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22236 over to...
22237 (dl_open_worker) [!SHARED]: ... here.
22238
c18c701d
RA
222392013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22240
22241 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22242
1d17fa5f
RH
222432013-06-25 Richard Henderson <rth@redhat.com>
22244
22245 * locale/programs/locarchive.c: Include <libc-internal.h>
22246
8fcb833a
JM
222472013-06-25 Joseph Myers <joseph@codesourcery.com>
22248
22249 * manual/texinfo.tex: Update to version 2013-06-21.17, with
22250 trailing whitespace removed.
22251
17db6e8d
MF
222522013-06-24 Mike Frysinger <vapier@gentoo.org>
22253
22254 [BZ #10283]
17db6e8d
MF
22255 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22256 * locale/programs/locarchive.c: Include libc-mmap.h.
22257 (prepare_address_space): Take two new outputs (the mmap base and len).
22258 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
22259 values.
22260 (create_archive): Declare new mmap base and len values for
22261 prepare_address_space, and store the result in ah.
22262 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22263 (enlarge_archive): If ah->mmap_base is not NULL, use that and
22264 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22265 Declare new mmap base and len values for
22266 prepare_address_space, and store the result in new_ah.
22267 (open_archive): Declare new mmap base and len values for
22268 prepare_address_space, and store the result in ah.
22269 (close_archive): If ah->mmap_base is not NULL, use that and
22270 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22271 * sysdeps/generic/libc-mmap.h: New file.
22272
d605071e
MF
222732013-06-24 Mike Frysinger <vapier@gentoo.org>
22274
22275 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22276 (ALIGN_UP): Likewise.
22277 (PTR_ALIGN_DOWN): Likewise.
22278 (PTR_ALIGN_UP): Likewise.
22279
2f063a6e
RA
222802013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22281
22282 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22283 entry mapped to PPC_PLATFORM_POWER8.
22284 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22285 POWER8.
22286 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22287 (_dl_string_platform): Add case for exporting platform position for
22288 POWER8.
22289 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22290 search path to sysdeps/powerpc/powerpc32/power8 directory.
22291 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22292 search path to sysdeps/powerpc/powerpc64/power8 directory.
22293 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22294 power7 directories.
22295 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22296 power7 directories.
22297
a31ee4b3
SP
222982013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
22299
a74ca98f
SP
22300 * INSTALL: Regenerate.
22301
a31ee4b3
SP
22302 * nscd/connections.c (nscd_init): Fix comment.
22303
695c378f
JM
223042013-06-22 Joseph Myers <joseph@codesourcery.com>
22305
d8412221
JM
22306 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22307
695c378f
JM
22308 [BZ #15667]
22309 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22310 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22311
d1d54715
MR
223122013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22313
22314 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22315 DL_DST_REQ_STATIC.
22316 (DL_DST_REQ_STATIC): Remove macro.
22317
8fdda7af
JM
223182013-06-21 Joseph Myers <joseph@codesourcery.com>
22319
22320 [BZ #7006]
22321 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22322 with a shift of 0 bits.
22323
f3bc5e5a
MR
223242013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
22325
22326 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22327 $(tststatic-ENV).
22328
be09e8c9
KK
223292013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
22330
22331 [BZ #15655]
22332 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22333
85c2e611
AZ
223342013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22335
22336 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22337 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22338 accepts -fno-tree-loop-distribute-patterns.
22339 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22340 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22341 recursive call.
22342 * string/memset.c (memset): Likewise.
22343 * string/test-memmove.c (simple_memmove): Disable loop transformation
22344 to library calls.
22345 * string/test-memset.c (simple_memset): Likewise.
22346 * benchtests/bench-memmove.c (simple_memmove): Likewise.
22347 * benchtests/bench-memset.c (simple_memset): Likewise.
22348 * configure: Regenerated.
22349
c91e0825
JM
223502013-06-20 Joseph Myers <joseph@codesourcery.com>
22351
b8c792af
JM
22352 * math/test-misc.c (main): Ignore fesetround failure when failures
22353 of subsequent rounding tests would be ignored.
22354
c91e0825
JM
22355 [BZ #15654]
22356 * math/fedisblxcpt.c (fedisableexcept): Return 0.
22357 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22358 * math/fegetenv.c (__fegetenv): Return 0.
22359 * math/fegetexcept.c (fegetexcept): Return 0.
22360 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22361 FE_TONEAREST.
22362 * math/feholdexcpt.c (feholdexcept): Return 0.
22363 * math/fesetenv.c (__fesetenv): Return 0.
22364 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22365 argument FE_TONEAREST.
22366 * math/feupdateenv.c (__feupdateenv): Return 0.
22367 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22368
bfcacbde
RM
223692013-06-18 Roland McGrath <roland@hack.frob.com>
22370
22371 * elf/rtld-Rules (rtld-compile-command.S): New variable.
22372 (rtld-compile-command.s, rtld-compile-command.c): New variables.
22373 ($(objpfx)rtld-%.os rules): Use them.
22374
e55a9b25
AZ
223752013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22376
22377 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22378 fields.
22379
346d65b3
RM
223802013-06-17 Roland McGrath <roland@hack.frob.com>
22381
12086fb4
RM
22382 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22383 length of target pattern, then descending length of dependency pattern.
22384 * configure.in (AWK): Require gawk 3.1.2 or newer.
22385 * manual/install.texi (Tools for Compilation): Say that we do.
22386 * configure: Regenerated.
22387
346d65b3
RM
22388 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22389 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22390 * scripts/sysd-rules.awk: ... this new script.
22391 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22392 than a glob-style pattern.
22393
1a846317
JM
223942013-06-17 Joseph Myers <joseph@codesourcery.com>
22395
22396 * math/test-misc.c (main): Do not treat incorrectly rounded
22397 conversions as failure unless ROUNDING_TESTS passes.
22398
8fc75e6f
JM
223992013-06-15 Joseph Myers <joseph@codesourcery.com>
22400
3711a167
JM
22401 [BZ #15631]
22402 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22403 restore exception state around main square root computation, then
22404 check for inexactness explicitly.
22405
8fc75e6f
JM
22406 * math/libm-test.inc (fma_test_data): Add another test.
22407
61dd6208
SP
224082013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
22409
adf23d2c
SP
22410 * manual/threads.texi (Non-POSIX Extensions): New document
22411 node. Document pthread_getattr_default_np and
22412 pthread_setattr_default_np.
22413
61dd6208
SP
22414 * Versions.def (libpthread): Add GLIBC_2.18.
22415 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22417 Likewise.
22418 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22419 Likewise.
22420 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22421 Likewise.
22422 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22423 Likewise.
22424 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22425 Likewise.
22426 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22427 Likewise.
22428 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22429 Likewise.
22430 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22431 Likewise.
22432 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22433 Likewise.
22434
d086fc7b
LD
224352013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
22436
22437 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22438 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22439
747ef469
SP
224402013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
22441 H.J. Lu <hjl.tools@gmail.com>
22442
22443 [BZ #15627]
22444 * sysdeps/x86_64/rtld-memset.c: Remove file.
22445 * sysdeps/x86_64/rtld-memset.S: New file.
22446
1b2feed2
JM
224472013-06-14 Joseph Myers <joseph@codesourcery.com>
22448
22449 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22450 (test_in_one_mode): Take arguments for whether the rounding mode
22451 is supported for each floating-point type.
22452 (do_test): Pass new arguments to test_in_one_mode using
22453 ROUNDING_TESTS.
22454
a58ad3f8
RM
224552013-06-13 Roland McGrath <roland@hack.frob.com>
22456
22457 * posix/tst-waitid.c (do_test): Distinguish different instances of
22458 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
22459 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22460 before entering the kernel for waitpid.
22461
c204ab28
SP
224622013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
22463
22464 * NEWS: Fix note on clock function precision. Text by Roland
22465 McGrath.
22466
f4a29fba
RM
224672013-06-13 Roland McGrath <roland@hack.frob.com>
22468
22469 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22470 it into place only when and if the sanity check passes.
22471
1f24b9ad
JM
224722013-06-13 Joseph Myers <joseph@codesourcery.com>
22473
22474 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22475 output for whether conversion result is exact. Take argument
22476 indicating whether type is IBM long double.
22477 (round_for_all): Change need_exact field to ibm_ld.
22478 * stdlib/tst-strtod-round.c (struct exactness): New type.
22479 (struct test): Change bool ld_ok field to struct exactness exact.
22480 (TEST): Update all definitions for change to field.
22481 (tests): Regenerate array contents.
22482 (test_in_one_mode): Take pointer to new field instead of old ld_ok
22483 field value. Check for IBM long double here.
22484 (do_test): Update calls to test_in_one_mode.
22485
58206c68
SP
224862013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
22487
22488 [BZ #12515]
22489 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22490 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22491
2d6f4c5b 224922013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
22493
22494 [BZ #15605]
22495 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22496 generated by the compiler on loop optimizations.
22497 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22498 general definitions.
22499
94f2c076
JM
225002013-06-12 Joseph Myers <joseph@codesourcery.com>
22501
22502 * math/bug-nextafter.c: Include <math-tests.h>.
22503 (main): Only test for exceptions if EXCEPTION_TESTS is true for
22504 the relevant type.
22505 * math/bug-nexttoward.c: Include <math-tests.h>.
22506 (main): Only test for exceptions if EXCEPTION_TESTS is true for
22507 the relevant type.
22508 * math/test-misc.c: Include <math-tests.h>.
22509 (main): Only test for exceptions if EXCEPTION_TESTS is true for
22510 the relevant type.
22511
e0e50a0a
AJ
225122013-06-12 Andreas Jaeger <aj@suse.de>
22513
22514 * po/ia.po: Update Interlingua translation from translation
22515 project.
22516
25061094
SP
225172013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
22518
22519 * include/fenv.h: Include stdbool.h.
22520 (struct rm_ctx): New structure.
22521 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22522 Define macro.
22523 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22524 (SET_RESTORE_ROUNDF): Likewise.
22525 (SET_RESTORE_ROUNDL): Likewise.
22526 (SET_RESTORE_ROUND_NOEX): Likewise.
22527 (SET_RESTORE_ROUND_NOEXF): Likewise.
22528 (SET_RESTORE_ROUND_NOEXL): Likewise.
22529 (SET_RESTORE_ROUND_53BIT): Likewise.
22530 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22531 (libc_feresetround_noexf_ctx): Likewise.
22532 (libc_feresetround_noexl_ctx): Likewise.
22533 (libc_feholdsetround_53bit_ctx): Likewise.
22534 (libc_feresetround_53bit_ctx): Likewise.
22535 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22536 (libc_feholdexcept_setround_sse_ctx): New function.
22537 (libc_fesetenv_sse_ctx): Likewise.
22538 (libc_feupdateenv_sse_ctx): Likewise.
22539 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22540 (libc_feholdexcept_setround_387_ctx): Likewise.
22541 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22542 (libc_feholdsetround_387_prec_ctx): Likewise.
22543 (libc_feholdsetround_387_ctx): Likewise.
22544 (libc_feholdsetround_387_53bit_ctx): Likewise.
22545 (libc_feholdsetround_sse_ctx): Likewise.
22546 (libc_feresetround_sse_ctx): Likewise.
22547 (libc_feresetround_387_ctx): Likewise.
22548 (libc_feupdateenv_387_ctx): Likewise.
22549 (libc_feholdexcept_setroundf_ctx): Define macro.
22550 (libc_fesetenvf_ctx): Likewise.
22551 (libc_feupdateenvf_ctx): Likewise.
22552 (libc_feholdsetroundf_ctx): Likewise.
22553 (libc_feresetroundf_ctx): Likewise.
22554 (libc_feholdexcept_setround_ctx): Likewise.
22555 (libc_fesetenv_ctx): Likewise.
22556 (libc_feupdateenv_ctx): Likewise.
22557 (libc_feholdsetround_ctx): Likewise.
22558 (libc_feresetround_ctx): Likewise.
22559 (libc_feholdexcept_setroundl_ctx): Likewise.
22560 (libc_feupdateenvl_ctx): Likewise.
22561 (libc_feholdsetroundl_ctx): Likewise.
22562 (libc_feresetroundl_ctx): Likewise.
22563 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22564 (libc_feresetround_53bit_ctx): Likewise.
22565
59b30555
SP
225662013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22567
22568 * locale/iso-639.def: Convert to UTF-8.
22569
f1d73d30
JM
225702013-06-11 Joseph Myers <joseph@codesourcery.com>
22571
22572 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22573 (EXCEPTION_TESTS_double): Likewise.
22574 (EXCEPTION_TESTS_long_double): Likewise.
22575 (EXCEPTION_TESTS): Likewise.
22576 * math/libm-test.inc (test_exceptions): Only test exceptions if
22577 EXCEPTION_TESTS (FLOAT).
22578
94aca5e7
SP
225792013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22580
22581 * benchtests/Makefile (string-bench): Add strcpy_chk and
22582 stpcpy_chk.
22583 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22584 * benchtests/bench-stpcpy_chk.c: New file.
22585 * benchtests/bench-strcpy_chk-ifunc.c: New file.
22586 * benchtests/bench-strcpy_chk.c: New file.
22587 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22588 code.
22589 (do_test): Likewise.
22590
fac0c5f2
RA
225912013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22592
22593 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22594 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22595 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22596 with tabs where appropriate.
22597 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22598 dl-procinfo.h.
22599 [PPC_PLATFORM_PPC440]: Likewise.
22600 [PPC_PLATFORM_PPC464]: Likewise.
22601 [PPC_PLATFORM_PPC476]: Likewise.
22602 (_dl_string_platform): Add support for detecting ppc405, ppc440,
22603 ppc464, and ppc476 platform strings merging from ports/
22604 dl-procinfo.h.
22605
f22bc486
AS
226062013-06-11 Andreas Schwab <schwab@suse.de>
22607
22608 [BZ #14991]
22609 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22610 (from_ucs4_idx): Regenerate.
22611 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22612 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22613 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22614 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22615 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22616 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22617 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22618 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22619 from FROM_LOOP and TO_LOOP specific macros.
22620 (BODY): Handle combining characters.
22621 * iconvdata/BIG5HKSCS.irreversible: Update.
22622 * iconvdata/BIG5HKSCS.precomposed: New file.
22623 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22624 characters.
22625 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22626
c1f75dc3
SP
226272013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22628
4eacded2
SP
22629 * include/sys/time.h: Fix indentation and add copyright header.
22630
fec799f8
SP
22631 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22632 (do_test): Likewise.
22633 * string/test-memchr.c (do_one_test): Likewise.
22634 (do_test): Likewise.
22635 * string/test-memcmp.c (do_one_test): Likewise.
22636 (do_test): Likewise.
22637 * string/test-memcpy.c (do_one_test): Likewise.
22638 (do_test): Likewise.
22639 * string/test-memmem.c (do_one_test): Likewise.
22640 (do_test): Likewise.
22641 (do_random_tests): Likewise.
22642 * string/test-memmove.c (do_one_test): Likewise.
22643 (do_test): Likewise.
22644 * string/test-memset.c (do_one_test): Likewise.
22645 (do_test): Likewise.
22646 * string/test-rawmemchr.c (do_one_test): Likewise.
22647 (do_test): Likewise.
22648 * string/test-strcasecmp.c (do_one_test): Likewise.
22649 (do_test): Likewise.
22650 * string/test-strcasestr.c (do_one_test): Likewise.
22651 (do_test): Likewise.
22652 * string/test-strcat.c (do_one_test): Likewise.
22653 (do_test): Likewise.
22654 * string/test-strchr.c (do_one_test): Likewise.
22655 (do_test): Likewise.
22656 * string/test-strcmp.c (do_one_test): Likewise.
22657 (do_test): Likewise.
22658 * string/test-strcpy.c (do_one_test): Likewise.
22659 (do_test): Likewise.
22660 * string/test-string.h: Likewise.
22661 (test_init): Likewise.
22662 * string/test-strlen.c (do_one_test): Likewise.
22663 (do_test): Likewise.
22664 * string/test-strncasecmp.c (do_one_test): Likewise.
22665 (do_test): Likewise.
22666 * string/test-strncat.c (do_one_test): Likewise.
22667 (do_test): Likewise.
22668 * string/test-strncmp.c (do_one_test): Likewise.
22669 (do_test_limit): Likewise.
22670 (do_test): Likewise.
22671 * string/test-strncpy.c (do_one_test): Likewise.
22672 (do_test): Likewise.
22673 * string/test-strnlen.c (do_one_test): Likewise.
22674 (do_test): Likewise.
22675 * string/test-strpbrk.c (do_one_test): Likewise.
22676 (do_test): Likewise.
22677 * string/test-strrchr.c (do_one_test): Likewise.
22678 (do_test): Likewise.
22679 * string/test-strspn.c (do_one_test): Likewise.
22680 (do_test): Likewise.
22681 * string/test-strstr.c (do_one_test): Likewise.
22682 (do_test): Likewise.
22683
97020474
SP
22684 * benchtests/Makefile (string-bench): Add string benchmarks.
22685 * benchtests/bench-bcopy-ifunc.c: New file.
22686 * benchtests/bench-bcopy.c: New file.
22687 * benchtests/bench-bzero-ifunc.c: New file.
22688 * benchtests/bench-bzero.c: New file.
22689 * benchtests/bench-memccpy-ifunc.c: New file.
22690 * benchtests/bench-memccpy.c: New file.
22691 * benchtests/bench-memchr-ifunc.c: New file.
22692 * benchtests/bench-memchr.c: New file.
22693 * benchtests/bench-memcmp-ifunc.c: New file.
22694 * benchtests/bench-memcmp.c: New file.
22695 * benchtests/bench-memmem-ifunc.c: New file.
22696 * benchtests/bench-memmem.c: New file.
22697 * benchtests/bench-memmove-ifunc.c: New file.
22698 * benchtests/bench-memmove.c: New file.
22699 * benchtests/bench-mempcpy-ifunc.c: New file.
22700 * benchtests/bench-mempcpy.c: New file.
22701 * benchtests/bench-memset-ifunc.c: New file.
22702 * benchtests/bench-memset.c: New file.
22703 * benchtests/bench-rawmemchr-ifunc.c: New file.
22704 * benchtests/bench-rawmemchr.c: New file.
22705 * benchtests/bench-stpcpy-ifunc.c: New file.
22706 * benchtests/bench-stpcpy.c: New file.
22707 * benchtests/bench-stpncpy-ifunc.c: New file.
22708 * benchtests/bench-stpncpy.c: New file.
22709 * benchtests/bench-strcasecmp-ifunc.c: New file.
22710 * benchtests/bench-strcasecmp.c: New file.
22711 * benchtests/bench-strcasestr-ifunc.c: New file.
22712 * benchtests/bench-strcasestr.c: New file.
22713 * benchtests/bench-strcat-ifunc.c: New file.
22714 * benchtests/bench-strcat.c: New file.
22715 * benchtests/bench-strchr-ifunc.c: New file.
22716 * benchtests/bench-strchr.c: New file.
22717 * benchtests/bench-strchrnul-ifunc.c: New file.
22718 * benchtests/bench-strchrnul.c: New file.
22719 * benchtests/bench-strcmp-ifunc.c: New file.
22720 * benchtests/bench-strcmp.c: New file.
22721 * benchtests/bench-strcpy-ifunc.c: New file.
22722 * benchtests/bench-strcpy.c: New file.
22723 * benchtests/bench-strcspn-ifunc.c: New file.
22724 * benchtests/bench-strcspn.c: New file.
22725 * benchtests/bench-strlen-ifunc.c: New file.
22726 * benchtests/bench-strlen.c: New file.
22727 * benchtests/bench-strncasecmp-ifunc.c: New file.
22728 * benchtests/bench-strncasecmp.c: New file.
22729 * benchtests/bench-strncat-ifunc.c: New file.
22730 * benchtests/bench-strncat.c: New file.
22731 * benchtests/bench-strncmp-ifunc.c: New file.
22732 * benchtests/bench-strncmp.c: New file.
22733 * benchtests/bench-strncpy-ifunc.c: New file.
22734 * benchtests/bench-strncpy.c: New file.
22735 * benchtests/bench-strnlen-ifunc.c: New file.
22736 * benchtests/bench-strnlen.c: New file.
22737 * benchtests/bench-strpbrk-ifunc.c: New file.
22738 * benchtests/bench-strpbrk.c: New file.
22739 * benchtests/bench-strrchr-ifunc.c: New file.
22740 * benchtests/bench-strrchr.c: New file.
22741 * benchtests/bench-strspn-ifunc.c: New file.
22742 * benchtests/bench-strspn.c: New file.
22743 * benchtests/bench-strstr-ifunc.c: New file.
22744 * benchtests/bench-strstr.c: New file.
22745
c1f75dc3
SP
22746 * benchtests/Makefile: Disable parallel execution of targets.
22747 (string-bench): Add memcpy.
22748 (benchset): New variable to store a list of benchmark sets.
22749 (bench-func): Renamed from bench.
22750 (bench-set): New target.
22751 (bench): Depend on bench-func and bench-set.
22752 * benchtests/README: Add section on benchmark sets.
22753 * benchtests/bench-memcpy-ifunc.c: New file.
22754 * benchtests/bench-memcpy.c: New file.
22755 * benchtests/bench-string.h: New file.
22756
50fd745b
AS
227572013-06-11 Andreas Schwab <schwab@suse.de>
22758
22759 [BZ #15577]
22760 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22761 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22762 values in the triple.
22763 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22764 terminator in the group key.
22765
3ee7e9fe
AJ
227662013-06-11 Andreas Jaeger <aj@suse.de>
22767
22768 * po/zh_TW.po: Update Chinese (traditional) translation from
22769 translation project.
22770
89fb6835
SP
227712013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
22772
22773 * include/time.h (__clock_gettime): Add libc_hidden_proto.
22774 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22775 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
22776 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22777 (clock_getcpuclockid): Likewise.
22778 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22779 Add weak_alias and libc_hidden_def.
22780 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22781 * rt/clock_gettime.c (clock_gettime): Rename to
22782 __clock_gettime. Add weak_alias and libc_hidden_def.
22783 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22784 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22785 __clock_nanosleep. Add weak_alias and libc_hidden_def.
22786 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22787 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22788 Likewise.
22789 * rt/clock_settime.c (clock_settime): Rename to
22790 __clock_settime. Add weak_alias and libc_hidden_def.
22791 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22792
0efa6f8b
JM
227932013-06-10 Joseph Myers <joseph@codesourcery.com>
22794
b8c61b4b
JM
22795 * mach/err_boot.sub: Remove trailing whitespace.
22796 * mach/err_ipc.sub: Likewise.
22797 * mach/err_mach.sub: Likewise.
22798
0efa6f8b
JM
22799 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22800 (ROUNDING_TESTS_double): Likewise.
22801 (ROUNDING_TESTS_long_double): Likewise.
22802 (ROUNDING_TESTS): Likewise.
22803 * math/libm-test.inc: Include <math-tests.h>.
22804 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22805 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22806 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22807 (IF_ROUND_INIT_FE_UPWARD): Likewise.
22808
50b818bf
SP
228092013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22810
22811 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22812 of assigning.
22813
60d2f8f3
JM
228142013-06-08 Joseph Myers <joseph@codesourcery.com>
22815
4902d2c3
JM
22816 * sysdeps/gnu/errlist.awk: Do not generate space at end of
22817 otherwise empty TRANS lines.
22818 * sysdeps/gnu/errlist.c: Regenerated.
22819
60d2f8f3
JM
22820 * catgets/gencat.c (error_print): Use (void) in function
22821 definition.
22822 * crypt/crypt_util.c (__init_des): Likewise.
22823 * crypt/speeds.c (Stop): Likewise.
22824 (main): Likewise.
22825 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22826 * inet/ruserpass.c (token): Likewise.
22827 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22828 * intl/localealias.c (extend_alias_table): Likewise.
22829 * intl/plural-exp.c (init_germanic_plural): Likewise.
22830 * libio/fcloseall.c (__fcloseall): Likewise.
22831 * libio/genops.c (_IO_flush_all): Likewise.
22832 (_IO_flush_all_linebuffered): Likewise.
22833 (_IO_cleanup): Likewise.
22834 (_IO_iter_begin): Likewise.
22835 (_IO_iter_end): Likewise.
22836 (_IO_list_lock): Likewise.
22837 (_IO_list_unlock): Likewise.
22838 (_IO_list_resetlock): Likewise.
22839 * libio/getchar.c (getchar): Likewise.
22840 * libio/getchar_u.c (getchar_unlocked): Likewise.
22841 * libio/getwchar.c (getwchar): Likewise.
22842 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22843 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22844 * login/getpt.c (__getpt): Likewise.
22845 * login/tst-utmp.c (main): Likewise.
22846 * malloc/hooks.c (__malloc_check_init): Likewise.
22847 * malloc/malloc.c (__malloc_stats): Likewise.
22848 * malloc/mtrace.c (tr_break): Likewise.
22849 (mtrace): Likewise.
22850 (muntrace): Likewise.
22851 * misc/fstab.c (endfsent): Likewise.
22852 * misc/getclktck.c (__getclktck): Likewise.
22853 * misc/getdtsz.c (__getdtablesize): Likewise.
22854 * misc/gethostid.c (gethostid): Likewise.
22855 * misc/getpagesize.c (__getpagesize): Likewise.
22856 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22857 (__get_nprocs): Likewise.
22858 (__get_phys_pages): Likewise.
22859 (__get_avphys_pages): Likewise.
22860 * misc/getttyent.c (getttyent): Likewise.
22861 (setttyent): Likewise.
22862 (endttyent): Likewise.
22863 * misc/getusershell.c (getusershell): Likewise.
22864 (endusershell): Likewise.
22865 (setusershell): Likewise.
22866 (initshells): Likewise.
22867 * misc/hsearch.c (__hdestroy): Likewise.
22868 * misc/sync.c (sync): Likewise.
22869 * misc/syslog.c (closelog_internal): Likewise.
22870 (closelog): Likewise.
22871 * misc/ttyslot.c (ttyslot): Likewise.
22872 * misc/vhangup.c (vhangup): Likewise.
22873 * posix/fork.c (__fork): Likewise.
22874 * posix/getegid.c (__getegid): Likewise.
22875 * posix/geteuid.c (__geteuid): Likewise.
22876 * posix/getgid.c (__getgid): Likewise.
22877 * posix/getpid.c (__getpid): Likewise.
22878 * posix/getppid.c (__getppid): Likewise.
22879 * posix/getuid.c (__getuid): Likewise.
22880 * posix/pause.c (pause): Likewise.
22881 * posix/setpgrp.c (setpgrp): Likewise.
22882 * posix/setsid.c (__setsid): Likewise.
22883 * posix/test-vfork.c (noop): Likewise.
22884 * resolv/gethnamaddr.c (_endhtent): Likewise.
22885 (_gethtent): Likewise.
22886 (ht_endhostent): Likewise.
22887 (gethostent): Likewise.
22888 (dns_service): Likewise.
22889 * stdlib/drand48.c (drand48): Likewise.
22890 * stdlib/lrand48.c (lrand48): Likewise.
22891 * stdlib/mrand48.c (mrand48): Likewise.
22892 * stdlib/rand.c (rand): Likewise.
22893 * stdlib/random.c (__random): Likewise.
22894 * stdlib/setenv.c (clearenv): Likewise.
22895 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22896 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22897 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22898 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22899 (__get_nprocs): Likewise.
22900 (__get_phys_pages): Likewise.
22901 (__get_avphys_pages): Likewise.
22902 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22903 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22904 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22905 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22906 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22907 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22908 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22909 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22910 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22911 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22912 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22913 * sysdeps/mach/hurd/sync.c (sync): Likewise.
22914 * sysdeps/posix/clock.c (clock): Likewise.
22915 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22916 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22917 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22918 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22919 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22920 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22921 (__get_nprocs_conf): Likewise.
22922 (__get_phys_pages): Likewise.
22923 (__get_avphys_pages): Likewise.
22924 * time/clock.c (clock): Likewise.
22925 * time/tzset.c (__tzname_max): Likewise.
22926
2e09a79a
JM
229272013-06-07 Joseph Myers <joseph@codesourcery.com>
22928
22929 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22930 (__bswap_32): Do not use "register".
22931 * crypt/crypt.c (_ufc_doit_r): Likewise.
22932 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22933 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22934 * gmon/gmon.c (__monstartup): Likewise.
22935 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22936 * hurd/hurdmalloc.c (more_memory): Likewise.
22937 (malloc): Likewise.
22938 (free): Likewise.
22939 (realloc): Likewise.
22940 (malloc_fork_prepare): Likewise.
22941 (malloc_fork_parent): Likewise.
22942 (malloc_fork_child): Likewise.
22943 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22944 (_svcauth_des): Likewise.
22945 * inet/inet_lnaof.c (inet_lnaof): Likewise.
22946 * inet/inet_net.c (inet_network): Likewise.
22947 * inet/inet_netof.c (inet_netof): Likewise.
22948 * inet/rcmd.c (__validuser2_sa): Likewise.
22949 * io/fts.c (fts_open): Likewise.
22950 (fts_load): Likewise.
22951 (fts_close): Likewise.
22952 (fts_read): Likewise.
22953 (fts_children): Likewise.
22954 (fts_build): Likewise.
22955 (fts_stat): Likewise.
22956 (fts_sort): Likewise.
22957 (fts_alloc): Likewise.
22958 (fts_lfree): Likewise.
22959 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22960 (_IO_file_xsgetn): Likewise.
22961 (_IO_file_xsgetn_mmap): Likewise.
22962 * libio/iofopncook.c (_IO_cookie_read): Likewise.
22963 (_IO_cookie_write): Likewise.
22964 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22965 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22966 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22967 * malloc/obstack.c (_obstack_begin): Likewise.
22968 (_obstack_begin_1): Likewise.
22969 (_obstack_newchunk): Likewise.
22970 (_obstack_allocated_p): Likewise.
22971 (obstack_free): Likewise.
22972 (_obstack_memory_used): Likewise.
22973 * misc/getttyent.c (getttynam): Likewise.
22974 (getttyent): Likewise.
22975 (skip): Likewise.
22976 (value): Likewise.
22977 * misc/getusershell.c (initshells): Likewise.
22978 * misc/syslog.c (__vsyslog_chk): Likewise.
22979 * misc/ttyslot.c (ttyslot): Likewise.
22980 * nis/nis_hash.c (__nis_hash): Likewise.
22981 * posix/fnmatch_loop.c (FCT): Likewise.
22982 * posix/getconf.c (print_all): Likewise.
22983 (main): Likewise.
22984 * posix/getopt.c (exchange): Likewise.
22985 * posix/glob.c (globfree): Likewise.
22986 (prefix_array): Likewise.
22987 (__glob_pattern_type): Likewise.
22988 * resolv/arpa/nameser.h (NS_GET16): Likewise.
22989 (NS_GET32): Likewise.
22990 (NS_PUT16): Likewise.
22991 (NS_PUT32): Likewise.
22992 * resolv/gethnamaddr.c (getanswer): Likewise.
22993 (gethostbyname2): Likewise.
22994 (gethostbyaddr): Likewise.
22995 (_gethtent): Likewise.
22996 (_gethtbyname2): Likewise.
22997 (_gethtbyaddr): Likewise.
22998 * resolv/ns_print.c (dst_s_get_int16): Likewise.
22999 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23000 * resolv/res_init.c (__res_vinit): Likewise.
23001 (net_mask): Likewise.
23002 * resolv/res_mkquery.c (outchar): Likewise.
23003 (PRINT): Likewise.
23004 * stdio-common/printf_fp.c (outchar): Likewise.
23005 (PRINT): Likewise.
23006 * stdio-common/printf_fphex.c (outchar): Likewise.
23007 (PRINT): Likewise.
23008 * stdio-common/printf_size.c (outchar): Likewise.
23009 (PRINT): Likewise.
23010 * stdio-common/test_rdwr.c (main): Likewise.
23011 * stdio-common/tfformat.c (matches): Likewise.
23012 * stdio-common/vfprintf.c (outchar): Likewise.
23013 (printf_unknown): Likewise.
23014 (buffered_vfprintf): Likewise.
23015 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23016 * stdio-common/xbug.c (AppendToBuffer): Likewise.
23017 (ReadFile): Likewise.
23018 * stdlib/qsort.c (SWAP): Likewise.
23019 (_quicksort): Likewise.
23020 * stdlib/setenv.c (__add_to_environ): Likewise.
23021 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23022 * stdlib/strtol_l.c (__strtol_l): Likewise.
23023 * stdlib/tst-strtod.c (main): Likewise.
23024 * stdlib/tst-strtol.c (main): Likewise.
23025 * stdlib/tst-strtoll.c (main): Likewise.
23026 * string/bits/string2.h (__strcmp_cc): Likewise.
23027 (__strcmp_cg): Likewise.
23028 (__strcspn_c1): Likewise.
23029 (__strcspn_c2): Likewise.
23030 (__strcspn_c3): Likewise.
23031 (__strspn_c1): Likewise.
23032 (__strspn_c2): Likewise.
23033 (__strspn_c3): Likewise.
23034 (__strsep_1c): Likewise.
23035 (__strsep_2c): Likewise.
23036 (__strsep_3c): Likewise.
23037 * string/memccpy.c (__memccpy): Likewise.
23038 * string/stpcpy.c (__stpcpy): Likewise.
23039 * string/strcmp.c (strcmp): Likewise.
23040 * string/strrchr.c (strrchr): Likewise.
23041 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23042 Likewise.
23043 * sysdeps/mach/hurd/getcwd.c
23044 (_hurd_canonicalize_directory_name_internal): Likewise.
23045 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23046 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23047 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23048 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23049 Likewise, in both definitions.
23050 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23051 definitions.
23052 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23053 64] (__bswap_64): Likewise.
23054 * time/test_time.c (main): Likewise.
23055 * time/tzfile.c (__tzfile_read): Likewise.
23056 (__tzfile_compute): Likewise.
23057 * time/tzset.c (__tzset_parse_tz): Likewise.
23058 (tzset_internal): Likewise.
23059 (compute_change): Likewise.
23060 * wcsmbs/wcscat.c (__wcscat): Likewise.
23061 * wcsmbs/wcschr.c (wcschr): Likewise.
23062 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23063 * wcsmbs/wcscspn.c (wcscspn): Likewise.
23064 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23065 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23066 * wcsmbs/wcsspn.c (wcsspn): Likewise.
23067 * wcsmbs/wcsstr.c (wcsstr): Likewise.
23068 * wcsmbs/wmemchr.c (wmemchr): Likewise.
23069 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23070 * wcsmbs/wmemset.c (wmemset): Likewise.
23071
9e54314b
JM
230722013-06-06 Joseph Myers <joseph@codesourcery.com>
23073
23074 * scripts/config.guess: Update to version 2013-05-16.
23075 * scripts/config.sub: Update to version 2013-04-24.
23076 * scripts/install-sh: Update to version 2011-11-20.07.
23077 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23078 * scripts/move-if-change: Update to version 2012-01-06 07:23.
23079
350635a5
OB
230802013-06-06 Ondřej Bílka <neleai@seznam.cz>
23081
23082 * debug/fgetws_u_chk.c: Fix leading whitespaces.
23083 * elf/sln.c: Likewise.
23084 * hurd/hurd/ioctl.h: Likewise.
23085 * hurd/hurdmalloc.c: Likewise.
23086 * hurd/xattr.c: Likewise.
23087 * include/shlib-compat.h: Likewise.
23088 * inet/ruserpass.c: Likewise.
23089 * libio/iofgets_u.c: Likewise.
23090 * libio/iofgetws_u.c: Likewise.
23091 * locale/programs/ld-identification.c: Likewise.
23092 * locale/programs/ld-time.c: Likewise.
23093 * mach/msg-destroy.c: Likewise.
23094 * nss/nss_files/files-netgrp.c: Likewise.
23095 * resolv/res_data.c: Likewise.
23096 * soft-fp/op-1.h: Likewise.
23097 * soft-fp/op-2.h: Likewise.
23098 * soft-fp/op-4.h: Likewise.
23099 * soft-fp/op-common.h: Likewise.
23100 * stdio-common/printf_fphex.c: Likewise.
23101 * stdlib/strtod_l.c: Likewise.
23102 * sunrpc/rpc/clnt.h: Likewise.
23103 * sysdeps/generic/framestate.c: Likewise.
23104 * sysdeps/i386/bsd-_setjmp.S: Likewise.
23105 * sysdeps/i386/bsd-setjmp.S: Likewise.
23106 * sysdeps/i386/__longjmp.S: Likewise.
23107 * sysdeps/i386/setjmp.S: Likewise.
23108 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23109 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23110 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23111 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23112 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23113 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23114 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23115 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23116 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23117 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23118 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23119 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23120 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23121 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23122 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23123 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23124 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23125 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23126 * sysdeps/ieee754/support.c: Likewise.
23127 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23128 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23129 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23130 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23131 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23132 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23133 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23134 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23135 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23136 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23137 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23138 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23139 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23140 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23141 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23142 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23143 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23144 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23145
44a988af
OB
231462013-06-05 Ondřej Bílka <neleai@seznam.cz>
23147
25506f09 23148 * posix/transbug.c: Remove executable mode.
44a988af 23149
9c84384c
JM
231502013-06-05 Joseph Myers <joseph@codesourcery.com>
23151
23152 * crypt/speeds.c: Remove trailing whitespace.
23153 * dlfcn/default.c: Likewise.
23154 * elf/ifuncdep2.c: Likewise.
23155 * elf/ifuncmain1.c: Likewise.
23156 * elf/ifuncmain1vis.c: Likewise.
23157 * elf/testobj.h: Likewise.
23158 * elf/tst-stackguard1.c: Likewise.
23159 * gmon/sys/gmon.h: Likewise.
23160 * hurd/hurdmsg.c: Likewise.
23161 * hurd/new-fd.c: Likewise.
23162 * hurd/ports-get.c: Likewise.
23163 * iconvdata/ibm1008_420.c: Likewise.
23164 * inet/tst-getni1.c: Likewise.
23165 * inet/tst-getni2.c: Likewise.
23166 * libio/ioungetc.c: Likewise.
23167 * libio/wfiledoalloc.c: Likewise.
23168 * manual/libm-err-tab.pl: Likewise.
23169 * math/w_dremf.c: Likewise.
23170 * misc/ftruncate.c: Likewise.
23171 * posix/bug-glob2.c: Likewise.
23172 * posix/tst-pcre.c: Likewise.
23173 * posix/wait4.c: Likewise.
23174 * resolv/README: Likewise.
23175 * resolv/res_debug.h: Likewise.
23176 * resolv/tst-inet_ntop.c: Likewise.
23177 * setjmp/bug269-setjmp.c: Likewise.
23178 * soft-fp/extended.h: Likewise.
23179 * soft-fp/op-1.h: Likewise.
23180 * soft-fp/op-2.h: Likewise.
23181 * soft-fp/op-4.h: Likewise.
23182 * soft-fp/op-8.h: Likewise.
23183 * soft-fp/testit.c: Likewise.
23184 * stdio-common/bug16.c: Likewise.
23185 * stdlib/random.c: Likewise.
23186 * sunrpc/rpcsvc/rquota.x: Likewise.
23187 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23188 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23189 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23190 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23191 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23192 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23193 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23194 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23195 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23196 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23197 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23198 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23199 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23200 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23201 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23202 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23203 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23204 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23205 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23206 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23207 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23208 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23209 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23210 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23211 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23212 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23213 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23214 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23215 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23216 * sysdeps/ieee754/s_lib_version.c: Likewise.
23217 * sysdeps/mach/hurd/check_fds.c: Likewise.
23218 * sysdeps/mach/hurd/getsockname.c: Likewise.
23219 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23220 * sysdeps/mach/hurd/recvfrom.c: Likewise.
23221 * sysdeps/powerpc/bits/link.h: Likewise.
23222 * sysdeps/powerpc/dl-procinfo.c: Likewise.
23223 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23224 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23225 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23226 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23227 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23228 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23229 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23230 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23231 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23232 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23233 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23234 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23235 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23236 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23237 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23238 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23239 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23240 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23241 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23242 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23243 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23244 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23245 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23246 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23247 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23248 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23249 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23250 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23251 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23252 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23253 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23254 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23255 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23256 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23257 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23258 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23259 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23260 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23261 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23262 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23263 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23264 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23265 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23266 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23267 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23268 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23269 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23270 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23271 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23272 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23273 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23274 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23275 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23276 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23277 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23278 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23279 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23280 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23281 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23282 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23283 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23284 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23285 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23286 * sysdeps/powerpc/sysdep.h: Likewise.
23287 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23288 * sysdeps/s390/s390-64/sub_n.S: Likewise.
23289 * sysdeps/sh/dl-trampoline.S: Likewise.
23290 * sysdeps/sh/memset.S: Likewise.
23291 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23292 * sysdeps/sh/strlen.S: Likewise.
23293 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23294 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23295 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23296 * sysdeps/sparc/sparc32/rem.S: Likewise.
23297 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23298 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23299 * sysdeps/sparc/sparc32/strchr.S: Likewise.
23300 * sysdeps/sparc/sparc32/udiv.S: Likewise.
23301 * sysdeps/sparc/sparc32/urem.S: Likewise.
23302 * sysdeps/sparc/sparc64/add_n.S: Likewise.
23303 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23304 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23305 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23306 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23307 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23308 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23309 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23310 * sysdeps/unix/bsd/times.c: Likewise.
23311 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23312 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23313 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23314 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23315 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23316 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23317 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23318 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23319 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23320 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23321 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23322 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23323 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23324 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23325 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23326 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23327 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23328 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23329 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23330 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23331 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23332 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23333 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23334 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23335 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23336 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23337 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23338 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23339 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23340 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23341 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23342 * sysdeps/x86_64/strcspn.S: Likewise.
23343
869378a5
RA
233442013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
23345
23346 * locale/C-translit.h: Revert #include <stdint.h> because this is a
23347 generated file. Regenerate properly from gen-translit.pl.
23348 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
23349 locale/C-translit.h.
23350
840e2943
AS
233512013-06-05 Andreas Schwab <schwab@suse.de>
23352
23353 [BZ #15100]
23354 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23355 week as 6 instead of -1.
23356 * time/tst-strptime.c (day_tests): Add test case.
23357
4c60cb0c
SP
233582013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
23359
23360 * sysdeps/generic/math_private.h
23361 (libc_feholdexcept_setround_53bit): Replace with
23362 libc_feholdsetround_53bit.
23363 (libc_feupdateenv_53bit): Replace with
23364 libc_feresetround_53bit.
23365 (SET_RESTORE_ROUND_53BIT): Adjust.
23366
d180203e
SP
233672013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23368
96df079a
SP
23369 * string/test-strchrnul.c: Add copyright header.
23370
d180203e
SP
23371 * posix/tst-getaddrinfo4.c: Increase test timeout.
23372
8b0ccb2d
CD
233732013-06-03 Carlos O'Donell <carlos@redhat.com>
23374
23375 [BZ #15536]
23376 * math/libm-test.inc (MAX_EXP): Remove
23377 (MIN_EXP): Define.
23378 (ulp): Use MIN_EXP - MANT_DIG.
23379 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23380
3b3c4d40
CD
233812013-05-31 Carlos O'Donell <carlos@redhat.com>
23382
23383 * po/be.po: Revert last change.
23384 * po/zh_CN.po: Likewise.
23385 * po/header.pot: Likewise.
23386
fab7ce3f
JM
233872013-05-31 Joseph Myers <joseph@codesourcery.com>
23388
23389 * Makefile ($(common-objpfx)linkobj/libc.so): Define
23390 link-libc-deps to empty as target-specific variable.
23391 * Makerules (link-libc-args): New variable.
23392 (libc-for-link): Likewise.
23393 (link-libc-deps): Likewise.
23394 (lib%.so): Depend on $(link-libc-deps). Link with
23395 $(link-libc-args).
23396 (build-module): Link with $(link-libc-args).
23397 (build-module-asneeded): Likewise.
23398 (build-module-helper-objlist): Filter out $(link-libc-deps) from
23399 list of objects.
23400 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23401 target-specific variable.
23402 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23403 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23404 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23405 libc.
23406 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23407 libc and ld.so.
23408 ($(objpfx)libpcprofile.so): Likewise.
23409 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23410 libc_nonshared.a.
23411 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23412 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23413 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23414 $(link-libc-deps).
23415 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23416 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23417 * login/Makefile ($(objpfx)libutil.so): Likewise.
23418 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23419 * math/Makefile ($(objpfx)libm.so): Likewise.
23420 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23421 $(objpfx)libnsl.so): Define libc-for-link as target-specific
23422 variable instead of depending directly on libc.
23423 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23424 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23425 $(link-libc-deps).
23426 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23427 libc.
23428 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23429 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23430 ($(objpfx)libanl.so): Likewise.
23431 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23432 ld.so.
23433 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23434 $(link-libc-deps).
23435 * sysdeps/i386/fpu/Makefile: Remove file.
23436 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23437 ($(objpfx)libm.so): Remove dependency on ld.so.
23438
eca5920c
PF
234392013-05-30 Patsy Franklin <pfrankli@redhat.com>
23440
23441 [BZ # 15553]
23442 * nis/yp_xdr.c (XDRMAXNAME): Define.
23443 (XDRMAXRECORD): Define.
23444 (xdr_domainname): Use XDRMAXNAME.
23445 (xdr_mapname): Likewise.
23446 (xdr_peername): Likewise.
23447 (xdr_keydat): Use XDRMAXRECORD.
23448 (xdr_valdat): Likewise.
23449
234502013-05-30 Jeff Law <law@redhat.com>
96945714
JL
23451
23452 [BZ #14256]
23453 * manual/errno.texi (ESTALE): Update to account for more than
23454 just NFS file systems.
23455 * sysdeps/gnu/errlist.c: Regenerated.
23456
b9375348
SP
234572013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
23458
23459 [BZ #15465]
23460 * elf/Makefile (tests): Add tst-null-argv.
23461 (modules-names): Add tst-null-argv-lib.
23462 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23463 (tst-null-argv-ENV): Set environment for tst-null-argv.
23464 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23465 (RTLD_PROGNAME): New macro.
23466 * elf/tst-null-argv.c: New test case.
23467 * elf/tst-null-argv-lib.c: Library for test case.
23468 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23469 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23470 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23471 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23472 * elf/dl-init.c (call_init): Likewise.
23473 (_dl_init): Likewise.
23474 * elf/dl-load.c (print_search_path): Likewise.
23475 (_dl_map_object): Likewise.
23476 * elf/dl-lookup.c (do_lookup_x): Likewise.
23477 (add_dependency): Likewise.
23478 (_dl_lookup_symbol_x): Likewise.
23479 (_dl_debug_bindings): Likewise.
23480 * elf/dl-open.c (_dl_show_scope): Likewise.
23481 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23482 * elf/dl-version.c (match_symbol): Likewise.
23483 (_dl_check_map_versions): Likewise.
23484 * elf/rtld.c (dl_main): Likewise.
23485 (print_unresolved): Use RTLD_PROGNAME.
23486 (print_missing_version): Likewise.
23487 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23488 (elf_machine_rela): Likewise.
23489 * sysdeps/powerpc/powerpc32/dl-machine.c
23490 (__process_machine_rela): Likewise.
23491 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23492 Likewise.
23493 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23494 Likewise.
23495 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23496 Likewise.
23497 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23498 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23499 Likewise.
23500 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23501 Likewise.
23502 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23503
8a9f20c8
CD
235042013-05-28 Carlos O'Donell <carlos@redhat.com>
23505
23506 * po/be.po: Add descriptive title.
23507 * po/zh_CN.po: Likewise.
23508 * po/header.pot: Likewise.
23509
0e60d68e
MF
235102013-05-28 Mike Frysinger <vapier@gentoo.org>
23511
23512 * locale/programs/locarchive.c (create_archive): Inlucde fname in
23513 error message.
23514 (enlarge_archive): Likewise.
23515
56b672e9
BN
235162013-05-28 Ben North <ben@redfrontdoor.org>
23517
23518 * manual/arith.texi (frexp): It is the magnitude of the return
23519 value which lies in [0.5, 1), not the return value itself.
23520
5e056687
AZ
235212013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23522
23523 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23524
2b66ef5d
TS
235252013-05-26 Thomas Schwinge <thomas@codesourcery.com>
23526
528c2405
TS
23527 * stdio-common/bug26.c (main): Correct fscanf template.
23528
07b4c13d
TS
23529 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23530 declare _dl_skip_args.
23531
ec9dd97c
TS
23532 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23533 Don't declare.
23534
2b66ef5d
TS
23535 * manual/platform.texi: Add missing @end deftypefun.
23536
4f8dfe27
JM
235372013-05-24 Joseph Myers <joseph@codesourcery.com>
23538
0323d086
JM
23539 [BZ #15529]
23540 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23541 bit of mantissa of 2^16382.
23542 * math/libm-test.inc (hypot_test_data): Add more tests.
23543
dd4259b9
JM
23544 * math/libm-test.inc: Add drem and pow10 to list of tested
23545 functions.
23546 (pow10_test): New function.
23547 (drem_test): Likewise.
23548 (drem_test_tonearest): Likewise.
23549 (drem_test_towardzero): Likewise.
23550 (drem_test_downward): Likewise.
23551 (drem_test_upward): Likewise.
23552 (main): Call the new functions.
23553
4f8dfe27
JM
23554 * math/libm-test.inc (finite_test_data): Remove.
23555 (finite_test): Run tests from isfinite_test_data.
23556 (gamma_test_data): Remove.
23557 (gamma_test): Run tests from lgamma_test_data.
23558 * sysdeps/i386/fpu/libm-test-ulps: Update.
23559 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23560
d116b7c4
AZ
235612013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23562
23563 * manual/platform.texi: Add PowerPC PPR function set documentation.
23564 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23565 implementation.
23566
e96e3767
CD
235672013-05-24 Carlos O'Donell <carlos@redhat.com>
23568
23569 * math/libm-test.inc (MAX_EXP): Define.
23570 (ULPDIFF): Define.
23571 (ulp): New function.
23572 (check_float_internal): Use ULPDIFF.
23573 (cpow_test): Disable failing test.
23574 (check_ulp): Test ulp() implemetnation.
23575 (main): Call check_ulp before starting tests.
23576
b679a606
JM
235772013-05-24 Joseph Myers <joseph@codesourcery.com>
23578
e8bdba36
JM
23579 * math/gen-libm-test.pl (generate_testfile): Do not handle
23580 START_DATA and END_DATA.
23581 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23582 END_DATA.
23583 (acos_tonearest_test_data): Likewise.
23584 (acos_towardzero_test_data): Likewise.
23585 (acos_downward_test_data): Likewise.
23586 (acos_upward_test_data): Likewise.
23587 (acosh_test_data): Likewise.
23588 (asin_test_data): Likewise.
23589 (asin_tonearest_test_data): Likewise.
23590 (asin_towardzero_test_data): Likewise.
23591 (asin_downward_test_data): Likewise.
23592 (asin_upward_test_data): Likewise.
23593 (asinh_test_data): Likewise.
23594 (atan_test_data): Likewise.
23595 (atanh_test_data): Likewise.
23596 (atan2_test_data): Likewise.
23597 (cabs_test_data): Likewise.
23598 (cacos_test_data): Likewise.
23599 (cacosh_test_data): Likewise.
23600 (carg_test_data): Likewise.
23601 (casin_test_data): Likewise.
23602 (casinh_test_data): Likewise.
23603 (catan_test_data): Likewise.
23604 (catanh_test_data): Likewise.
23605 (cbrt_test_data): Likewise.
23606 (ccos_test_data): Likewise.
23607 (ccosh_test_data): Likewise.
23608 (ceil_test_data): Likewise.
23609 (cexp_test_data): Likewise.
23610 (cimag_test_data): Likewise.
23611 (clog_test_data): Likewise.
23612 (clog10_test_data): Likewise.
23613 (conj_test_data): Likewise.
23614 (copysign_test_data): Likewise.
23615 (cos_test_data): Likewise.
23616 (cos_tonearest_test_data): Likewise.
23617 (cos_towardzero_test_data): Likewise.
23618 (cos_downward_test_data): Likewise.
23619 (cos_upward_test_data): Likewise.
23620 (cosh_test_data): Likewise.
23621 (cosh_tonearest_test_data): Likewise.
23622 (cosh_towardzero_test_data): Likewise.
23623 (cosh_downward_test_data): Likewise.
23624 (cosh_upward_test_data): Likewise.
23625 (cpow_test_data): Likewise.
23626 (cproj_test_data): Likewise.
23627 (creal_test_data): Likewise.
23628 (csin_test_data): Likewise.
23629 (csinh_test_data): Likewise.
23630 (csqrt_test_data): Likewise.
23631 (ctan_test_data): Likewise.
23632 (ctan_tonearest_test_data): Likewise.
23633 (ctan_towardzero_test_data): Likewise.
23634 (ctan_downward_test_data): Likewise.
23635 (ctan_upward_test_data): Likewise.
23636 (ctanh_test_data): Likewise.
23637 (ctanh_tonearest_test_data): Likewise.
23638 (ctanh_towardzero_test_data): Likewise.
23639 (ctanh_downward_test_data): Likewise.
23640 (ctanh_upward_test_data): Likewise.
23641 (erf_test_data): Likewise.
23642 (erfc_test_data): Likewise.
23643 (exp_test_data): Likewise.
23644 (exp_tonearest_test_data): Likewise.
23645 (exp_towardzero_test_data): Likewise.
23646 (exp_downward_test_data): Likewise.
23647 (exp_upward_test_data): Likewise.
23648 (exp10_test_data): Likewise.
23649 (exp2_test_data): Likewise.
23650 (expm1_test_data): Likewise.
23651 (fabs_test_data): Likewise.
23652 (fdim_test_data): Likewise.
23653 (finite_test_data): Likewise.
23654 (floor_test_data): Likewise.
23655 (fma_test_data): Likewise.
23656 (fma_towardzero_test_data): Likewise.
23657 (fma_downward_test_data): Likewise.
23658 (fma_upward_test_data): Likewise.
23659 (fmax_test_data): Likewise.
23660 (fmin_test_data): Likewise.
23661 (fmod_test_data): Likewise.
23662 (fpclassify_test_data): Likewise.
23663 (frexp_test_data): Likewise.
23664 (gamma_test_data): Likewise.
23665 (hypot_test_data): Likewise.
23666 (ilogb_test_data): Likewise.
23667 (isfinite_test_data): Likewise.
23668 (isgreater_test_data): Likewise.
23669 (isgreaterequal_test_data): Likewise.
23670 (isinf_test_data): Likewise.
23671 (isless_test_data): Likewise.
23672 (islessequal_test_data): Likewise.
23673 (islessgreater_test_data): Likewise.
23674 (isnan_test_data): Likewise.
23675 (isnormal_test_data): Likewise.
23676 (issignaling_test_data): Likewise.
23677 (isunordered_test_data): Likewise.
23678 (j0_test_data): Likewise.
23679 (j1_test_data): Likewise.
23680 (jn_test_data): Likewise.
23681 (ldexp_test_data): Likewise.
23682 (lgamma_test_data): Likewise.
23683 (lrint_test_data): Likewise.
23684 (lrint_tonearest_test_data): Likewise.
23685 (lrint_towardzero_test_data): Likewise.
23686 (lrint_downward_test_data): Likewise.
23687 (lrint_upward_test_data): Likewise.
23688 (llrint_test_data): Likewise.
23689 (llrint_tonearest_test_data): Likewise.
23690 (llrint_towardzero_test_data): Likewise.
23691 (llrint_downward_test_data): Likewise.
23692 (llrint_upward_test_data): Likewise.
23693 (log_test_data): Likewise.
23694 (log10_test_data): Likewise.
23695 (log1p_test_data): Likewise.
23696 (log2_test_data): Likewise.
23697 (logb_test_data): Likewise.
23698 (logb_downward_test_data): Likewise.
23699 (lround_test_data): Likewise.
23700 (llround_test_data): Likewise.
23701 (modf_test_data): Likewise.
23702 (nearbyint_test_data): Likewise.
23703 (nextafter_test_data): Likewise.
23704 (nexttoward_test_data): Likewise.
23705 (pow_test_data): Likewise.
23706 (pow_tonearest_test_data): Likewise.
23707 (pow_towardzero_test_data): Likewise.
23708 (pow_downward_test_data): Likewise.
23709 (pow_upward_test_data): Likewise.
23710 (remainder_test_data): Likewise.
23711 (remainder_tonearest_test_data): Likewise.
23712 (remainder_towardzero_test_data): Likewise.
23713 (remainder_downward_test_data): Likewise.
23714 (remainder_upward_test_data): Likewise.
23715 (remquo_test_data): Likewise.
23716 (rint_test_data): Likewise.
23717 (rint_tonearest_test_data): Likewise.
23718 (rint_towardzero_test_data): Likewise.
23719 (rint_downward_test_data): Likewise.
23720 (rint_upward_test_data): Likewise.
23721 (round_test_data): Likewise.
23722 (scalb_test_data): Likewise.
23723 (scalbn_test_data): Likewise.
23724 (scalbln_test_data): Likewise.
23725 (signbit_test_data): Likewise.
23726 (sin_test_data): Likewise.
23727 (sin_tonearest_test_data): Likewise.
23728 (sin_towardzero_test_data): Likewise.
23729 (sin_downward_test_data): Likewise.
23730 (sin_upward_test_data): Likewise.
23731 (sincos_test_data): Likewise.
23732 (sinh_test_data): Likewise.
23733 (sinh_tonearest_test_data): Likewise.
23734 (sinh_towardzero_test_data): Likewise.
23735 (sinh_downward_test_data): Likewise.
23736 (sinh_upward_test_data): Likewise.
23737 (sqrt_test_data): Likewise.
23738 (tan_test_data): Likewise.
23739 (tan_tonearest_test_data): Likewise.
23740 (tan_towardzero_test_data): Likewise.
23741 (tan_downward_test_data): Likewise.
23742 (tan_upward_test_data): Likewise.
23743 (tanh_test_data): Likewise.
23744 (tgamma_test_data): Likewise.
23745 (trunc_test_data): Likewise.
23746 (y0_test_data): Likewise.
23747 (y1_test_data): Likewise.
23748 (yn_test_data): Likewise.
23749 (significand_test_data): Likewise.
23750
b679a606
JM
23751 * math/gen-libm-test.pl (@functions): Remove variable.
23752 (generate_testfile): Don't handle START and END lines.
23753 * math/libm-test.inc (START): New macro.
23754 (END): Likewise.
23755 (END_COMPLEX): Likewise.
23756 (acos_test): Use END macro without arguments.
23757 (acos_test_tonearest): Likewise.
23758 (acos_test_towardzero): Likewise.
23759 (acos_test_downward): Likewise.
23760 (acos_test_upward): Likewise.
23761 (acosh_test): Likewise.
23762 (asin_test): Likewise.
23763 (asin_test_tonearest): Likewise.
23764 (asin_test_towardzero): Likewise.
23765 (asin_test_downward): Likewise.
23766 (asin_test_upward): Likewise.
23767 (asinh_test): Likewise.
23768 (atan_test): Likewise.
23769 (atanh_test): Likewise.
23770 (atan2_test): Likewise.
23771 (cabs_test): Likewise.
23772 (cacos_test): Use END_COMPLEX macro without arguments.
23773 (cacosh_test): Likewise.
23774 (carg_test): Use END macro without arguments.
23775 (casin_test): Use END_COMPLEX macro without arguments.
23776 (casinh_test): Likewise.
23777 (catan_test): Likewise.
23778 (catanh_test): Likewise.
23779 (cbrt_test): Use END macro without arguments.
23780 (ccos_test): Use END_COMPLEX macro without arguments.
23781 (ccosh_test): Likewise.
23782 (ceil_test): Use END macro without arguments.
23783 (cexp_test): Use END_COMPLEX macro without arguments.
23784 (cimag_test): Use END macro without arguments.
23785 (clog_test): Use END_COMPLEX macro without arguments.
23786 (clog10_test): Likewise.
23787 (conj_test): Likewise.
23788 (copysign_test): Use END macro without arguments.
23789 (cos_test): Likewise.
23790 (cos_test_tonearest): Likewise.
23791 (cos_test_towardzero): Likewise.
23792 (cos_test_downward): Likewise.
23793 (cos_test_upward): Likewise.
23794 (cosh_test): Likewise.
23795 (cosh_test_tonearest): Likewise.
23796 (cosh_test_towardzero): Likewise.
23797 (cosh_test_downward): Likewise.
23798 (cosh_test_upward): Likewise.
23799 (cpow_test): Use END_COMPLEX macro without arguments.
23800 (cproj_test): Likewise.
23801 (creal_test): Use END macro without arguments.
23802 (csin_test): Use END_COMPLEX macro without arguments.
23803 (csinh_test): Likewise.
23804 (csqrt_test): Likewise.
23805 (ctan_test): Likewise.
23806 (ctan_test_tonearest): Likewise.
23807 (ctan_test_towardzero): Likewise.
23808 (ctan_test_downward): Likewise.
23809 (ctan_test_upward): Likewise.
23810 (ctanh_test): Likewise.
23811 (ctanh_test_tonearest): Likewise.
23812 (ctanh_test_towardzero): Likewise.
23813 (ctanh_test_downward): Likewise.
23814 (ctanh_test_upward): Likewise.
23815 (erf_test): Use END macro without arguments.
23816 (erfc_test): Likewise.
23817 (exp_test): Likewise.
23818 (exp_test_tonearest): Likewise.
23819 (exp_test_towardzero): Likewise.
23820 (exp_test_downward): Likewise.
23821 (exp_test_upward): Likewise.
23822 (exp10_test): Likewise.
23823 (exp2_test): Likewise.
23824 (expm1_test): Likewise.
23825 (fabs_test): Likewise.
23826 (fdim_test): Likewise.
23827 (finite_test): Likewise.
23828 (floor_test): Likewise.
23829 (fma_test): Likewise.
23830 (fma_test_towardzero): Likewise.
23831 (fma_test_downward): Likewise.
23832 (fma_test_upward): Likewise.
23833 (fmax_test): Likewise.
23834 (fmin_test): Likewise.
23835 (fmod_test): Likewise.
23836 (fpclassify_test): Likewise.
23837 (frexp_test): Likewise.
23838 (gamma_test): Likewise.
23839 (hypot_test): Likewise.
23840 (ilogb_test): Likewise.
23841 (isfinite_test): Likewise.
23842 (isgreater_test): Likewise.
23843 (isgreaterequal_test): Likewise.
23844 (isinf_test): Likewise.
23845 (isless_test): Likewise.
23846 (islessequal_test): Likewise.
23847 (islessgreater_test): Likewise.
23848 (isnan_test): Likewise.
23849 (isnormal_test): Likewise.
23850 (issignaling_test): Likewise.
23851 (isunordered_test): Likewise.
23852 (j0_test): Likewise.
23853 (j1_test): Likewise.
23854 (jn_test): Likewise.
23855 (ldexp_test): Likewise.
23856 (lgamma_test): Likewise.
23857 (lrint_test): Likewise.
23858 (lrint_test_tonearest): Likewise.
23859 (lrint_test_towardzero): Likewise.
23860 (lrint_test_downward): Likewise.
23861 (lrint_test_upward): Likewise.
23862 (llrint_test): Likewise.
23863 (llrint_test_tonearest): Likewise.
23864 (llrint_test_towardzero): Likewise.
23865 (llrint_test_downward): Likewise.
23866 (llrint_test_upward): Likewise.
23867 (log_test): Likewise.
23868 (log10_test): Likewise.
23869 (log1p_test): Likewise.
23870 (log2_test): Likewise.
23871 (logb_test): Likewise.
23872 (logb_test_downward): Likewise.
23873 (lround_test): Likewise.
23874 (llround_test): Likewise.
23875 (modf_test): Likewise.
23876 (nearbyint_test): Likewise.
23877 (nextafter_test): Likewise.
23878 (nexttoward_test): Likewise.
23879 (pow_test): Likewise.
23880 (pow_test_tonearest): Likewise.
23881 (pow_test_towardzero): Likewise.
23882 (pow_test_downward): Likewise.
23883 (pow_test_upward): Likewise.
23884 (remainder_test): Likewise.
23885 (remainder_test_tonearest): Likewise.
23886 (remainder_test_towardzero): Likewise.
23887 (remainder_test_downward): Likewise.
23888 (remainder_test_upward): Likewise.
23889 (remquo_test): Likewise.
23890 (rint_test): Likewise.
23891 (rint_test_tonearest): Likewise.
23892 (rint_test_towardzero): Likewise.
23893 (rint_test_downward): Likewise.
23894 (rint_test_upward): Likewise.
23895 (round_test): Likewise.
23896 (scalb_test): Likewise.
23897 (scalbn_test): Likewise.
23898 (scalbln_test): Likewise.
23899 (signbit_test): Likewise.
23900 (sin_test): Likewise.
23901 (sin_test_tonearest): Likewise.
23902 (sin_test_towardzero): Likewise.
23903 (sin_test_downward): Likewise.
23904 (sin_test_upward): Likewise.
23905 (sincos_test): Likewise.
23906 (sinh_test): Likewise.
23907 (sinh_test_tonearest): Likewise.
23908 (sinh_test_towardzero): Likewise.
23909 (sinh_test_downward): Likewise.
23910 (sinh_test_upward): Likewise.
23911 (sqrt_test): Likewise.
23912 (tan_test): Likewise.
23913 (tan_test_tonearest): Likewise.
23914 (tan_test_towardzero): Likewise.
23915 (tan_test_downward): Likewise.
23916 (tan_test_upward): Likewise.
23917 (tanh_test): Likewise.
23918 (tgamma_test): Likewise.
23919 (trunc_test): Likewise.
23920 (y0_test): Likewise.
23921 (y1_test): Likewise.
23922 (yn_test): Likewise.
23923 (significand_test): Likewise.
23924
bae143d2
OB
239252013-05-24 Ondřej Bílka <neleai@seznam.cz>
23926
23927 [BZ #15381]
23928 * libio/genops.c (_IO_no_init): Initialize wide struct info.
23929
9323d39b
EM
239302013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
23931
d4ea44a0 23932 [BZ #14894]
9323d39b
EM
23933 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23934 __ppc_mdoio and __ppc_mdoom.
23935 * manual/platform.texi: Document new functions __ppc_yield,
23936 __ppc_mdoio and __ppc_mdoom.
23937
13e23af7
CD
239382013-05-22 Carlos O'Donell <carlos@redhat.com>
23939
23940 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23941 (main): Mention "tls" pseudo-hwcap is legacy.
23942 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23943
351fe550
JM
239442013-05-22 Joseph Myers <joseph@codesourcery.com>
23945
23946 * math/gen-libm-test.pl (parse_args): Output only string of
23947 arguments as text for test name, not full call or descriptions of
23948 tests for extra outputs.
23949 (generate_testfile): Do not pass function name to parse_args.
23950 Generate this_func variable from START.
23951 * math/libm-test.inc (struct test_f_f_data): Rename test_name
23952 field to arg_str.
23953 (struct test_ff_f_data): Likewise.
23954 (test_ff_f_data_nexttoward): Likewise.
23955 (struct test_fi_f_data): Likewise.
23956 (struct test_fl_f_data): Likewise.
23957 (struct test_if_f_data): Likewise.
23958 (struct test_fff_f_data): Likewise.
23959 (struct test_c_f_data): Likewise.
23960 (struct test_f_f1_data): Likewise. Remove field extra_name.
23961 (struct test_fF_f1_data): Likewise.
23962 (struct test_ffI_f1_data): Likewise.
23963 (struct test_c_c_data): Rename test_name field to arg_str.
23964 (struct test_cc_c_data): Likewise.
23965 (struct test_f_i_data): Likewise.
23966 (struct test_ff_i_data): Likewise.
23967 (struct test_f_l_data): Likewise.
23968 (struct test_f_L_data): Likewise.
23969 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
23970 and extra2_name.
23971 (COMMON_TEST_SETUP): New macro.
23972 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23973 (COMMON_TEST_CLEANUP): Likewise.
23974 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23975 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
23976 macros.
23977 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23978 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
23979 macros.
23980 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23981 (RUN_TEST_fff_f): Take argument string. Call new setup and
23982 cleanup macros.
23983 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23984 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
23985 macros.
23986 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23987 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
23988 macros.
23989 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23990 (RUN_TEST_fF_f1): Take argument string. Call new setup and
23991 cleanup macros.
23992 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23993 (RUN_TEST_fI_f1): Take argument string. Call new setup and
23994 cleanup macros.
23995 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23996 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
23997 cleanup macros.
23998 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23999 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
24000 macros.
24001 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24002 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
24003 macros.
24004 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24005 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
24006 macros.
24007 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24008 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
24009 cleanup macros.
24010 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24011 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
24012 cleanup macros.
24013 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24014 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
24015 macros.
24016 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24017 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
24018 cleanup macros.
24019 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24020 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
24021 macros.
24022 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24023 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
24024 macros.
24025 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24026 (RUN_TEST_fFF_11): Take argument string. Call new setup and
24027 cleanup macros.
24028 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24029
85118d4d
EBM
240302013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
24031
24032 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24033 to _sifields.sigfault.
24034 (si_addr_lsb): Define new macro.
24035 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24036 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24037 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24038
7a44c18f
CD
240392013-05-03 Carlos O'Donell <carlos at redhat.com>
24040
24041 [BZ #15441]
24042 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24043 returns -1.
24044 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24045 null return -1.
24046 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24047 loading the domain.
24048
b50a7181
JM
240492013-05-22 Joseph Myers <joseph@codesourcery.com>
24050
24051 * math/gen-libm-test.pl (parse_args): Do not include expected
24052 result in test name.
24053 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24054 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24055 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24056 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24057 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24058 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24059
051063c8
SP
240602013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
24061
3ce9e010
SP
24062 * benchtests/Makefile: Sort function entries.
24063
051063c8
SP
24064 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24065 tanh, asinh, acosh, atanh.
24066 * benchtests/acos-inputs: New file.
24067 * benchtests/acosh-inputs: New file.
24068 * benchtests/asin-inputs: New file.
24069 * benchtests/asinh-inputs: New file.
24070 * benchtests/atanh-inputs: New file.
24071 * benchtests/cosh-inputs: New file.
24072 * benchtests/log-inputs: New file.
24073 * benchtests/sinh-inputs: New file.
24074 * benchtests/tanh-inputs: New file.
24075
47c22455
DL
240762013-05-21 Dmitry V. Levin <ldv@altlinux.org>
24077
24078 [BZ #15339]
24079 * posix/tst-getaddrinfo4.c: New test.
24080 * posix/Makefile (tests): Add it.
24081
3d04f5db
SP
240822013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24083
24084 [BZ #15339]
24085 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24086 when no services were used.
24087 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24088 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24089
d5dd6189
AS
240902013-05-21 Andreas Schwab <schwab@suse.de>
24091
24092 [BZ #15014]
24093 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24094 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24095 successful.
24096 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24097 redundant variable declarations and reallocation of buffer when
24098 parsing as IPv6 address. Always set NSS status when called from
24099 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
24100 buffer too small. Correct computation of needed size.
24101 * nss/Makefile (tests): Add test-digits-dots.
24102 * nss/test-digits-dots.c: New test.
24103
fef94eab
SP
241042013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24105
24106 * benchtests/Makefile: Remove instructions for adding
24107 benchmark tests.
24108 * benchtests/README: New file to explain how to execute and
24109 enhance the benchmark tests.
24110
e39adf43
AS
241112013-05-21 Andreas Schwab <schwab@suse.de>
24112
24113 [BZ #15493]
24114 * setjmp/Makefile (tests): Add tst-sigsetjmp.
24115 * setjmp/tst-sigsetjmp.c: New test.
24116
b2b671b6
OB
241172013-05-20 Ondřej Bílka <neleai@seznam.cz>
24118
24119 * sysdeps/x86_64/memset.S (memset): New implementation.
24120 (__bzero): Likewise.
24121 (__memset_tail): New function.
24122
2d48b41c
OB
241232013-05-20 Ondřej Bílka <neleai@seznam.cz>
24124
24125 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24126 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24127 __memcpy_sse2_unaligned ifunc selection.
24128 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24129 Add memcpy-sse2-unaligned.S.
24130 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24131 Add: __memcpy_sse2_unaligned.
24132
f16cc3eb
JM
241332013-05-19 Joseph Myers <joseph@codesourcery.com>
24134
3e694268
JM
24135 [BZ #15490]
24136 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24137 math_force_eval before restoring floating-point envrionment.
24138 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24139 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24140 Likewise.
24141 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24142 <math_private.h>.
24143 (__nearbyintl): Use math_force_eval before restoring
24144 floating-point environment.
24145 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24146
db62a907
JM
24147 * math/gen-libm-test.pl (special_functions): Remove.
24148 (parse_args): Don't handle TEST_extra. Handle functions with no
24149 return value.
24150 * math/libm-test.inc (struct test_sincos_data): Replace with
24151 struct test_fFF_11_data.
24152 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24153 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24154 (sincos_test_data): Change element type to struct
24155 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
24156 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24157 RUN_TEST_LOOP_sincos.
24158 * math/README.libm-test: Don't mention special handling of
24159 individual functions.
24160 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24161 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24162 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24163 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24164 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24165 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24166
f16cc3eb
JM
24167 * math/gen-libm-test.pl (get_variable): Remove function.
24168 (parse_args): Don't show pointer parameters to call in test
24169 names. Use "extra output N" in test names for extra outputs
24170 rather than naming variables.
24171
3779b5b6
JM
241722013-05-18 Joseph Myers <joseph@codesourcery.com>
24173
2ee094ff
JM
24174 [BZ #15488]
24175 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24176 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24177 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24178 double tests.
24179 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24180 disable.
24181 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24182 check_long_double.
24183
3779b5b6
JM
24184 * math/gen-libm-test.pl (@tests): Remove variable.
24185 ($count): Likewise.
24186 (new_test): Remove function.
24187 (show_exceptions): New function.
24188 (special_functions): Use show_exceptions instead of new_test.
24189 (parse_args): Likewise.
24190 (generate_testfile): Pass only function name in generated call to
24191 print_max_error or print_complex_max_error.
24192 (get_ulps): Do not handle complex tests specially.
24193 (output_test): Rename to ...
24194 (get_all_ulps_for_test): ... this. Return a string rather than
24195 printing to a file. Require ulps to be present.
24196 (output_ulps): Generate arrays rather than #defines.
24197 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24198 (struct ulp_data): New type.
24199 (BUILD_COMPLEX_ULP): Remove macro.
24200 (compare_ulp_data): New function.
24201 (find_ulps): Likewise.
24202 (find_test_ulps): Likewise.
24203 (find_function_ulps): Likewise.
24204 (find_complex_function_ulps): Likewise.
24205 (print_max_error): Determine allowed ulps using
24206 find_function_ulps.
24207 (print_complex_max_error): Determine allowed ulps using
24208 find_complex_function_ulps.
24209 (check_float_internal): Determine max ulps using find_test_ulps.
24210 (check_float): Do not take max_ulp parameter. Update call to
24211 check_float_internal.
24212 (check_complex): Likewise.
24213 (check_int): Do not take max_ulp parameter.
24214 (check_long): Likewise.
24215 (check_bool): Likewise.
24216 (check_longlong): Likewise.
24217 (struct test_f_f_data): Remove max_ulp field.
24218 (struct test_ff_f_data): Likewise.
24219 (struct test_ff_f_data_nexttoward): Likewise.
24220 (struct test_fi_f_data): Likewise.
24221 (struct test_fl_f_data): Likewise.
24222 (struct test_if_f_data): Likewise.
24223 (struct test_fff_f_data): Likewise.
24224 (struct test_c_f_data): Likewise.
24225 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24226 (struct test_fF_f1_data): Likewise.
24227 (struct test_ffI_f1_data): Likewise.
24228 (struct test_c_c_data): Remove max_ulp field.
24229 (struct test_cc_c_data): Likewise.
24230 (struct test_f_i_data): Likewise.
24231 (struct test_ff_i_data): Likewise.
24232 (struct test_f_l_data): Likewise.
24233 (struct test_f_L_data): Likewise.
24234 (struct test_sincos_data): Likewise.
24235 (RUN_TEST_f_f): Do not handle ulps.
24236 (RUN_TEST_LOOP_f_f): Likewise.
24237 (RUN_TEST_2_f): Likewise.
24238 (RUN_TEST_LOOP_2_f): Likewise.
24239 (RUN_TEST_fff_f): Likewise.
24240 (RUN_TEST_LOOP_fff_f): Likewise.
24241 (RUN_TEST_c_f): Likewise.
24242 (RUN_TEST_LOOP_c_f): Likewise.
24243 (RUN_TEST_f_f1): Likewise.
24244 (RUN_TEST_LOOP_f_f1): Likewise.
24245 (RUN_TEST_fF_f1): Likewise.
24246 (RUN_TEST_LOOP_fF_f1): Likewise.
24247 (RUN_TEST_fI_f1): Likewise.
24248 (RUN_TEST_LOOP_fI_f1): Likewise.
24249 (RUN_TEST_ffI_f1): Likewise.
24250 (RUN_TEST_LOOP_ffI_f1): Likewise.
24251 (RUN_TEST_c_c): Likewise.
24252 (RUN_TEST_LOOP_c_c): Likewise.
24253 (RUN_TEST_cc_c): Likewise.
24254 (RUN_TEST_LOOP_cc_c): Likewise.
24255 (RUN_TEST_f_i): Likewise.
24256 (RUN_TEST_LOOP_f_i): Likewise.
24257 (RUN_TEST_f_i_tg): Likewise.
24258 (RUN_TEST_LOOP_f_i_tg): Likewise.
24259 (RUN_TEST_ff_i_tg): Likewise.
24260 (RUN_TEST_LOOP_ff_i_tg): Likewise.
24261 (RUN_TEST_f_b): Likewise.
24262 (RUN_TEST_LOOP_f_b): Likewise.
24263 (RUN_TEST_f_b_tg): Likewise.
24264 (RUN_TEST_LOOP_f_b_tg): Likewise.
24265 (RUN_TEST_f_l): Likewise.
24266 (RUN_TEST_LOOP_f_l): Likewise.
24267 (RUN_TEST_f_L): Likewise.
24268 (RUN_TEST_LOOP_f_L): Likewise.
24269 (RUN_TEST_sincos): Likewise.
24270 (RUN_TEST_LOOP_sincos): Likewise.
24271
8269107f
JM
242722013-05-17 Joseph Myers <joseph@codesourcery.com>
24273
bb38759d
JM
24274 [BZ #15480]
24275 [BZ #15485]
24276 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24277 main case of finite arguments, set rounding mode to FE_TONEAREST
24278 and discard exceptions.
24279 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24280 exceptions.
24281 (remainder_tonearest_test_data): New variable.
24282 (remainder_test_tonearest): New function.
24283 (remainder_towardzero_test_data): New variable.
24284 (remainder_test_towardzero): New function.
24285 (remainder_downward_test_data): New variable.
24286 (remainder_test_downward): New function.
24287 (remainder_upward_test_data): New variable.
24288 (remainder_test_upward): New function.
24289 (main): Call the new test functions.
24290
a00bdcf0
JM
24291 * math/libm-test.inc (struct test_f_f1_data): Remove field
24292 extra_init.
24293 (struct test_fF_f1_data): Likewise.
24294 (struct test_ffI_f1_data): Likewise.
24295 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
24296 based on value of EXTRA_EXPECTED.
24297 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24298 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
24299 EXTRA_VAR based on value of EXTRA_EXPECTED.
24300 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24301 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
24302 EXTRA_VAR based on value of EXTRA_EXPECTED.
24303 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24304 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
24305 EXTRA_VAR based on value of EXTRA_EXPECTED.
24306 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24307 * math/gen-libm-test.pl (parse_args): Don't output initializers
24308 for extra output values.
24309
de407f79
JM
24310 * math/libm-test.inc (check_int): Expect result to be exactly
24311 equal to expected value and do not handle ulps.
24312 (check_long): Likewise.
24313 (check_longlong): Likewise.
24314
8269107f
JM
24315 * math/libm-test.inc (ceil_test_data): Test for "inexact"
24316 exceptions.
24317 (cimag_test_data): Likewise.
24318 (conj_test_data): Likewise.
24319 (copysign_test_data): Likewise.
24320 (cproj_test_data): Likewise.
24321 (creal_test_data): Likewise.
24322 (fabs_test_data): Likewise.
24323 (fdim_test_data): Likewise.
24324 (finite_test_data): Likewise.
24325 (floor_test_data): Likewise.
24326 (fmax_test_data): Likewise.
24327 (fmin_test_data): Likewise.
24328 (fmod_test_data): Likewise.
24329 (fpclassify_test_data): Likewise.
24330 (frexp_test_data): Likewise.
24331 (ilogb_test_data): Likewise.
24332 (isfinite_test_data): Likewise.
24333 (isgreater_test_data): Likewise.
24334 (isgreaterequal_test_data): Likewise.
24335 (isinf_test_data): Likewise.
24336 (isless_test_data): Likewise.
24337 (islessequal_test_data): Likewise.
24338 (islessgreater_test_data): Likewise.
24339 (isnan_test_data): Likewise.
24340 (isnormal_test_data): Likewise.
24341 (issignaling_test_data): Likewise.
24342 (isunordered_test_data): Likewise.
24343 (ldexp_test_data): Likewise.
24344 (lrint_test_data): Likewise.
24345 (lrint_test_data) [TEST_FLOAT]: Disable one test.
24346 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24347 (lrint_tonearest_test_data): Test for "inexact" exceptions.
24348 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24349 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24350 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24351 test input.
24352 (lrint_towardzero_test_data): Test for "inexact" exceptions.
24353 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24354 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24355 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24356 that test input.
24357 (lrint_downward_test_data): Test for "inexact" exceptions.
24358 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24359 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24360 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24361 test input.
24362 (lrint_upward_test_data): Test for "inexact" exceptions.
24363 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24364 test input.
24365 (llrint_test_data): Test for "inexact" exceptions.
24366 (llrint_test_data) [TEST_FLOAT]: Disable one test.
24367 (llrint_tonearest_test_data): Test for "inexact" exceptions.
24368 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24369 (llrint_towardzero_test_data): Test for "inexact" exceptions.
24370 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24371 (llrint_downward_test_data): Test for "inexact" exceptions.
24372 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24373 (llrint_upward_test_data): Test for "inexact" exceptions.
24374 (logb_test_data): Likewise.
24375 (logb_downward_test_data): Likewise.
24376 (nextafter_test_data): Likewise.
24377 (nexttoward_test_data): Likewise.
24378 (remainder_test_data): Likewise.
24379 (remquo_test_data): Likewise.
24380 (scalbn_test_data): Likewise.
24381 (scalbln_test_data): Likewise.
24382 (signbit_test_data): Likewise.
24383 (sqrt_test_data): Likewise.
24384 (significand_test_data): Likewise.
24385
48a18de1
SP
243862013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
24387
24388 [BZ #15424]
24389 * benchtests/bench-modf.c (struct args): Mark arg0 as
24390 volatile.
24391 * scripts/bench.pl: Mark members of struct args as volatile.
24392
13d3b41a
AZ
243932013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24394
68191c1d 24395 [BZ # 15497]
13d3b41a
AZ
24396 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24397 negative infinity on POWER6 or lower.
24398 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24399
2848b105
MR
244002013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
24401
24402 [BZ #15442]
24403 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24404 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24405 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24406 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24407 (_FP_SETQNAN): New macro.
24408 (_FP_SETQNAN_SEMIRAW): Likewise.
24409 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24410 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24411 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24412 (FP_EXTEND): Use _FP_FRAC_SNANP.
24413 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24414 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24415 into account.
24416 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24417 New macro.
24418 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24419 Likewise.
24420
323e5cb7
JM
244212013-05-16 Joseph Myers <joseph@codesourcery.com>
24422
c58b274f
JM
24423 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24424 with DIVIDE_BY_ZERO_EXCEPTION.
24425 (gamma_test_data): Likewise.
24426 (lgamma_test_data): Likewise.
24427 (log_test_data): Likewise.
24428 (log10_test_data): Likewise.
24429 (log2_test_data): Likewise.
24430 (tgamma_test_data): Likewise.
24431
0ab34904
JM
24432 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24433 (acos_test_tonearest): Likewise.
24434 (acos_test_towardzero): Likewise.
24435 (acos_test_downward): Likewise.
24436 (acos_test_upward): Likewise.
24437 (acosh_test): Likewise.
24438 (asin_test): Likewise.
24439 (asin_test_tonearest): Likewise.
24440 (asin_test_towardzero): Likewise.
24441 (asin_test_downward): Likewise.
24442 (asin_test_upward): Likewise.
24443 (asinh_test): Likewise.
24444 (atan_test): Likewise.
24445 (atanh_test): Likewise.
24446 (atan2_test): Likewise.
24447 (cabs_test): Likewise.
24448 (cacos_test): Likewise.
24449 (cacosh_test): Likewise.
24450 (casin_test): Likewise.
24451 (casinh_test): Likewise.
24452 (catan_test): Likewise.
24453 (catanh_test): Likewise.
24454 (cbrt_test): Likewise.
24455 (ccos_test): Likewise.
24456 (ccosh_test): Likewise.
24457 (cexp_test): Likewise.
24458 (clog_test): Likewise.
24459 (clog10_test): Likewise.
24460 (cos_test): Likewise.
24461 (cos_test_tonearest): Likewise.
24462 (cos_test_towardzero): Likewise.
24463 (cos_test_downward): Likewise.
24464 (cos_test_upward): Likewise.
24465 (cosh_test): Likewise.
24466 (cosh_test_tonearest): Likewise.
24467 (cosh_test_towardzero): Likewise.
24468 (cosh_test_downward): Likewise.
24469 (cosh_test_upward): Likewise.
24470 (cpow_test): Likewise.
24471 (csin_test): Likewise.
24472 (csinh_test): Likewise.
24473 (csqrt_test): Likewise.
24474 (ctan_test): Likewise.
24475 (ctan_test_tonearest): Likewise.
24476 (ctan_test_towardzero): Likewise.
24477 (ctan_test_downward): Likewise.
24478 (ctan_test_upward): Likewise.
24479 (ctanh_test): Likewise.
24480 (ctanh_test_tonearest): Likewise.
24481 (ctanh_test_towardzero): Likewise.
24482 (ctanh_test_downward): Likewise.
24483 (ctanh_test_upward): Likewise.
24484 (erf_test): Likewise.
24485 (erfc_test): Likewise.
24486 (exp_test): Likewise.
24487 (exp_test_tonearest): Likewise.
24488 (exp_test_towardzero): Likewise.
24489 (exp_test_downward): Likewise.
24490 (exp_test_upward): Likewise.
24491 (exp10_test): Likewise.
24492 (exp2_test): Likewise.
24493 (expm1_test): Likewise.
24494 (fmod_test): Likewise.
24495 (gamma_test): Likewise.
24496 (hypot_test): Likewise.
24497 (j0_test): Likewise.
24498 (j1_test): Likewise.
24499 (jn_test): Likewise.
24500 (lgamma_test): Likewise.
24501 (log_test): Likewise.
24502 (log10_test): Likewise.
24503 (log1p_test): Likewise.
24504 (log2_test): Likewise.
24505 (logb_test_downward): Likewise.
24506 (pow_test): Likewise.
24507 (pow_test_tonearest): Likewise.
24508 (pow_test_towardzero): Likewise.
24509 (pow_test_downward): Likewise.
24510 (pow_test_upward): Likewise.
24511 (remainder_test): Likewise.
24512 (remquo_test): Likewise.
24513 (sin_test): Likewise.
24514 (sin_test_tonearest): Likewise.
24515 (sin_test_towardzero): Likewise.
24516 (sin_test_downward): Likewise.
24517 (sin_test_upward): Likewise.
24518 (sincos_test): Likewise.
24519 (sinh_test): Likewise.
24520 (sinh_test_tonearest): Likewise.
24521 (sinh_test_towardzero): Likewise.
24522 (sinh_test_downward): Likewise.
24523 (sinh_test_upward): Likewise.
24524 (sqrt_test): Likewise.
24525 (tan_test): Likewise.
24526 (tan_test_tonearest): Likewise.
24527 (tan_test_towardzero): Likewise.
24528 (tan_test_downward): Likewise.
24529 (tan_test_upward): Likewise.
24530 (tanh_test): Likewise.
24531 (tgamma_test): Likewise.
24532 (y0_test): Likewise.
24533 (y1_test): Likewise.
24534 (yn_test): Likewise.
24535
323e5cb7
JM
24536 * math/gen-libm-test.pl (adjust_arg): Remove function.
24537 (special_function): Remove argument $in_func. Only handle
24538 generating output for tables of tests, not inside functions.
24539 (parse_args): Likewise.
24540 (generate_testfile): Remove variable $in_func. Update call to
24541 parse_args.
24542 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24543 (MINUS_ZERO_INIT): Rename macro to minus_zero.
24544 (PLUS_INFTY_INIT): Rename macro to plus_infty.
24545 (MINUS_INFTY_INIT): Rename macro to minus_infty.
24546 (QNAN_VALUE_INIT): Rename macro to qnan_value.
24547 (MAX_VALUE_INIT): Rename macro to max_value.
24548 (MIN_VALUE_INIT): Rename macro to min_value.
24549 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24550 (plus_zero): Remove variable.
24551 (minus_zero): Likewise.
24552 (plus_infty): Likewise.
24553 (minus_infty): Likewise.
24554 (qnan_value): Likewise.
24555 (max_value): Likewise.
24556 (min_value): Likewise.
24557 (min_subnorm_value): Likewise.
24558
e054f494
RA
245592013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
24560
24561 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24562 uint64_t or uint32_t usage.
24563 * crypt/sha256-block.c: Likewise.
24564 * crypt/sha256-crypt.c: Likewise.
24565 * crypt/sha256.c: Likewise.
24566 * crypt/sha512-block.c: Likewise.
24567 * crypt/sha512-crypt.c: Likewise.
24568 * crypt/sha512.c: Likewise.
24569 * debug/backtrace-tst.c: Likewise.
24570 * debug/pcprofiledump.c: Likewise.
24571 * elf/cache.c: Likewise.
24572 * elf/dl-cache.c: Likewise.
24573 * elf/dl-misc.c: Likewise.
24574 * elf/dl-profile.c: Likewise.
24575 * elf/dl-support.c: Likewise.
24576 * elf/ldconfig.c: Likewise.
24577 * elf/sprof.c: Likewise.
24578 * iconv/dummy-repertoire.c: Likewise.
24579 * iconv/iconv_charmap.c: Likewise.
24580 * iconv/skeleton.c: Likewise.
24581 * iconvdata/8bit-generic.c: Likewise.
24582 * iconvdata/cp737.h: Likewise.
24583 * iconvdata/cp775.h: Likewise.
24584 * iconvdata/ibm1008.h: Likewise.
24585 * iconvdata/ibm1025.h: Likewise.
24586 * iconvdata/ibm1046.h: Likewise.
24587 * iconvdata/ibm1097.h: Likewise.
24588 * iconvdata/ibm1112.h: Likewise.
24589 * iconvdata/ibm1122.h: Likewise.
24590 * iconvdata/ibm1123.h: Likewise.
24591 * iconvdata/ibm1124.h: Likewise.
24592 * iconvdata/ibm1129.h: Likewise.
24593 * iconvdata/ibm1130.h: Likewise.
24594 * iconvdata/ibm1132.h: Likewise.
24595 * iconvdata/ibm1133.h: Likewise.
24596 * iconvdata/ibm1137.h: Likewise.
24597 * iconvdata/ibm1140.h: Likewise.
24598 * iconvdata/ibm1141.h: Likewise.
24599 * iconvdata/ibm1142.h: Likewise.
24600 * iconvdata/ibm1143.h: Likewise.
24601 * iconvdata/ibm1144.h: Likewise.
24602 * iconvdata/ibm1145.h: Likewise.
24603 * iconvdata/ibm1146.h: Likewise.
24604 * iconvdata/ibm1147.h: Likewise.
24605 * iconvdata/ibm1148.h: Likewise.
24606 * iconvdata/ibm1149.h: Likewise.
24607 * iconvdata/ibm1153.h: Likewise.
24608 * iconvdata/ibm1154.h: Likewise.
24609 * iconvdata/ibm1155.h: Likewise.
24610 * iconvdata/ibm1156.h: Likewise.
24611 * iconvdata/ibm1157.h: Likewise.
24612 * iconvdata/ibm1158.h: Likewise.
24613 * iconvdata/ibm1160.h: Likewise.
24614 * iconvdata/ibm1161.h: Likewise.
24615 * iconvdata/ibm1162.h: Likewise.
24616 * iconvdata/ibm1163.h: Likewise.
24617 * iconvdata/ibm1164.h: Likewise.
24618 * iconvdata/ibm1166.h: Likewise.
24619 * iconvdata/ibm1167.h: Likewise.
24620 * iconvdata/ibm12712.h: Likewise.
24621 * iconvdata/ibm1390.h: Likewise.
24622 * iconvdata/ibm1399.h: Likewise.
24623 * iconvdata/ibm16804.h: Likewise.
24624 * iconvdata/ibm4517.h: Likewise.
24625 * iconvdata/ibm4899.h: Likewise.
24626 * iconvdata/ibm4909.h: Likewise.
24627 * iconvdata/ibm4971.h: Likewise.
24628 * iconvdata/ibm5347.h: Likewise.
24629 * iconvdata/ibm803.h: Likewise.
24630 * iconvdata/ibm856.h: Likewise.
24631 * iconvdata/ibm901.h: Likewise.
24632 * iconvdata/ibm902.h: Likewise.
24633 * iconvdata/ibm9030.h: Likewise.
24634 * iconvdata/ibm9066.h: Likewise.
24635 * iconvdata/ibm921.h: Likewise.
24636 * iconvdata/ibm922.h: Likewise.
24637 * iconvdata/ibm9448.h: Likewise.
24638 * iconvdata/isiri-3342.h: Likewise.
24639 * iconvdata/jis0201.h: Likewise.
24640 * include/link.h: Likewise.
24641 * include/netdb.h: Likewise.
24642 * inet/check_native.c: Likewise.
24643 * inet/check_pf.c: Likewise.
24644 * inet/getipv4sourcefilter.c: Likewise.
24645 * inet/getnameinfo.c: Likewise.
24646 * inet/getsourcefilter.c: Likewise.
24647 * inet/htonl.c: Likewise.
24648 * inet/setipv4sourcefilter.c: Likewise.
24649 * inet/setsourcefilter.c: Likewise.
24650 * inet/test-inet6_opt.c: Likewise.
24651 * inet/tst-network.c: Likewise.
24652 * locale/C-collate.c: Likewise.
24653 * locale/C-ctype.c: Likewise.
24654 * locale/C-time.c: Likewise.
24655 * locale/C-translit.h: Likewise.
24656 * locale/loadarchive.c: Likewise.
24657 * locale/programs/3level.h: Likewise.
24658 * locale/programs/charmap.c: Likewise.
24659 * locale/programs/charmap.h: Likewise.
24660 * locale/programs/ld-address.c: Likewise.
24661 * locale/programs/ld-collate.c: Likewise.
24662 * locale/programs/ld-ctype.c: Likewise.
24663 * locale/programs/ld-identification.c: Likewise.
24664 * locale/programs/ld-measurement.c: Likewise.
24665 * locale/programs/ld-messages.c: Likewise.
24666 * locale/programs/ld-monetary.c: Likewise.
24667 * locale/programs/ld-name.c: Likewise.
24668 * locale/programs/ld-numeric.c: Likewise.
24669 * locale/programs/ld-paper.c: Likewise.
24670 * locale/programs/ld-telephone.c: Likewise.
24671 * locale/programs/ld-time.c: Likewise.
24672 * locale/programs/linereader.c: Likewise.
24673 * locale/programs/locale.c: Likewise.
24674 * locale/programs/locarchive.c: Likewise.
24675 * locale/programs/locfile.h: Likewise.
24676 * locale/programs/repertoire.c: Likewise.
24677 * locale/programs/simple-hash.c: Likewise.
24678 * locale/programs/simple-hash.h: Likewise.
24679 * malloc/memusage.c: Likewise.
24680 * malloc/memusagestat.c: Likewise.
24681 * nis/nis_defaults.c: Likewise.
24682 * nis/nis_hash.c: Likewise.
24683 * nis/nis_print.c: Likewise.
24684 * nis/nis_xdr.c: Likewise.
24685 * nscd/connections.c: Likewise.
24686 * nscd/hstcache.c: Likewise.
24687 * nscd/nscd_gethst_r.c: Likewise.
24688 * nscd/nscd_getserv_r.c: Likewise.
24689 * nscd/nscd_helper.c: Likewise.
24690 * nscd/servicescache.c: Likewise.
24691 * nss/makedb.c: Likewise.
24692 * nss/nss_db/db-XXX.c: Likewise.
24693 * nss/nss_db/db-initgroups.c: Likewise.
24694 * nss/nss_db/db-netgrp.c: Likewise.
24695 * nss/nss_files/files-network.c: Likewise.
24696 * nss/nss_files/files-parse.c: Likewise.
24697 * posix/bug-regex5.c: Likewise.
24698 * posix/fnmatch_loop.c: Likewise.
24699 * posix/regcomp.c: Likewise.
24700 * posix/regexec.c: Likewise.
24701 * posix/tst-rfc3484-2.c: Likewise.
24702 * posix/tst-rfc3484-3.c: Likewise.
24703 * posix/tst-rfc3484.c: Likewise.
24704 * resolv/nss_dns/dns-canon.c: Likewise.
24705 * resolv/nss_dns/dns-network.c: Likewise.
24706 * resolv/res_init.c: Likewise.
24707 * resolv/res_mkquery.c: Likewise.
24708 * resolv/tst-aton.c: Likewise.
24709 * stdlib/cxa_atexit.c: Likewise.
24710 * stdlib/cxa_finalize.c: Likewise.
24711 * stdlib/gen-fpioconst.c: Likewise.
24712 * stdlib/strtol_l.c: Likewise.
24713 * string/tst-endian.c: Likewise.
24714 * sunrpc/auth_des.c: Likewise.
24715 * sunrpc/clnt_udp.c: Likewise.
24716 * sunrpc/rtime.c: Likewise.
24717 * sunrpc/svcauth_des.c: Likewise.
24718 * sunrpc/xdr.c: Likewise.
24719 * sunrpc/xdr_intXX_t.c: Likewise.
24720 * sunrpc/xdr_rec.c: Likewise.
24721 * sysdeps/generic/ldconfig.h: Likewise.
24722 * sysdeps/generic/ldsodefs.h: Likewise.
24723 * sysdeps/generic/memusage.h: Likewise.
24724 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24725 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24726 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24727 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24728 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24729 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24730 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24731 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24732 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24733 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24734 * sysdeps/posix/getaddrinfo.c: Likewise.
24735 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24736 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24737 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24738 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24739 * sysdeps/powerpc/test-gettimebase.c: Likewise.
24740 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24741 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24742 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24743 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24744 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24745 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24746 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24747 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24748 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24749 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24750 * sysdeps/x86_64/dl-tls.h: Likewise.
24751 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24752 * time/alt_digit.c: Likewise.
24753 * time/era.c: Likewise.
24754 * wcsmbs/tst-c16c32-1.c: Likewise.
24755
8c75f674
JM
247562013-05-16 Joseph Myers <joseph@codesourcery.com>
24757
24758 * math/libm-test.inc (struct test_sincos_data): New type.
24759 (RUN_TEST_LOOP_sincos): New macro.
24760 (sincos_test_data): New variable.
24761 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24762
e6e49e59
RH
247632013-05-16 Richard Henderson <rth@redhat.com>
24764
24765 * math/atest-exp2.c (LIMB64): New macro.
24766 (CONSTSZ): New macro.
24767 (mp_exp1, mp_exp_m1, mp_log2): New variables.
24768 (hexdig): Move ...
24769 (print_mpn_fp): ... to function scope.
24770 (read_mpn_hex): Remove.
24771 (get_log2): Remove.
24772 (exp2_mpn): Use mp_log2.
24773 (main): Use mp_exp1.
24774
15c7c18d
JM
247752013-05-16 Joseph Myers <joseph@codesourcery.com>
24776
105a07df
JM
24777 * math/libm-test.inc: Remove comment about not testing "inexact"
24778 exceptions.
24779 (INEXACT_EXCEPTION): New macro.
24780 (NO_INEXACT_EXCEPTION): Likewise.
24781 (INVALID_EXCEPTION_OK): Update value.
24782 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24783 (OVERFLOW_EXCEPTION_OK): Likewise.
24784 (UNDERFLOW_EXCEPTION_OK): Likewise.
24785 (IGNORE_ZERO_INF_SIGN): Likewise.
24786 (ERRNO_UNCHANGED): Likewise.
24787 (ERRNO_EDOM): Likewise.
24788 (ERRNO_ERANGE): Likewise.
24789 (test_exceptions): Handle testing "inexact" exceptions.
24790 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24791 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24792 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24793 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24794 INEXACT_EXCEPTION.
24795 (rint_towardzero_test_data): Likewise.
24796 (rint_downward_test_data): Likewise.
24797 (rint_upward_test_data): Likewise.
24798
e9eee333
JM
24799 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24800 with OVERFLOW_EXCEPTION.
24801 (exp10_test_data): Likewise.
24802 (exp2_test_data): Likewise.
24803 (expm1_test_data): Likewise.
24804 (lgamma_test_data): Likewise.
24805 (pow_test_data): Likewise.
24806 (tgamma_test_data): Likewise.
24807 (yn_test_data): Remove duplicate test of overflow.
24808
1c38ff73
JM
24809 * math/libm-test.inc (struct test_cc_c_data): New type.
24810 (RUN_TEST_LOOP_cc_c): New macro.
24811 (cpow_test_data): New variable.
24812 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24813
15c7c18d
JM
24814 * math/libm-test.inc (struct test_f_L_data): New type.
24815 (RUN_TEST_LOOP_f_L): New macro.
24816 (llrint_test_data): New variable.
24817 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24818 (llrint_tonearest_test_data): New variable.
24819 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24820 (llrint_towardzero_test_data): New variable.
24821 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24822 (llrint_downward_test_data): New variable.
24823 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24824 (llrint_upward_test_data): New variable.
24825 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24826 (llround_test_data): New variable.
24827 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24828
f137ff13
PC
248292013-05-13 Peter Collingbourne <pcc@google.com>
24830
24831 * math/atest-exp2.c (get_log2): Remove const attribute.
24832
3608cb24
JM
248332013-05-15 Joseph Myers <joseph@codesourcery.com>
24834
24835 * math/libm-test.inc (struct test_f_l_data): New type.
24836 (RUN_TEST_LOOP_f_l): New macro.
24837 (lrint_test_data): New variable.
24838 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24839 (lrint_tonearest_test_data): New variable.
24840 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24841 (lrint_towardzero_test_data): New variable.
24842 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24843 (lrint_downward_test_data): New variable.
24844 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24845 (lrint_upward_test_data): New variable.
24846 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24847 (lround_test_data): New variable.
24848 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24849
39b1f617
PC
248502013-05-15 Peter Collingbourne <pcc@google.com>
24851
1deff3dc
PC
24852 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24853 (EXTRACT_WORDS64) Use where appropriate.
24854 (INSERT_WORDS64) Likewise.
24855
791f3ba0
PC
24856 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24857 constraints with x constraints.
24858 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24859
39b1f617
PC
24860 * malloc/obstack.c (_obstack_compat): Add initializer.
24861
12fba011
EM
248622013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
24863
24864 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24865 si_trapno and add si_addr_lsb to _sifields.sigfault.
24866 (si_trapno): Remove macro.
24867 (si_addr_lsb): Define new macro.
24868 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24869
d369f531
JM
248702013-05-15 Joseph Myers <joseph@codesourcery.com>
24871
b861c6c4
JM
24872 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24873 instead of TEST_f_l.
24874 (llrint_test_tonearest): Likewise.
24875 (llrint_test_towardzero): Likewise.
24876 (llrint_test_downward): Likewise.
24877 (llrint_test_upward): Likewise.
24878 (llround_test): Likewise.
24879
7abeee12
JM
24880 * math/libm-test.inc (struct test_f_i_data): Add comment.
24881 (RUN_TEST_LOOP_f_b): New macro.
24882 (RUN_TEST_LOOP_f_b_tg): Likewise.
24883 (finite_test_data): New variable.
24884 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24885 (isfinite_test_data): New variable.
24886 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24887 (isinf_test_data): New variable.
24888 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24889 (isnan_test_data): New variable.
24890 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24891 (isnormal_test_data): New variable.
24892 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24893 (issignaling_test_data): New variable.
24894 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24895 (signbit_test_data): New variable.
24896 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24897
cbe8c4d3
JM
24898 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24899 with INVALID_EXCEPTION.
24900 (acosh_test_data): Likewise.
24901 (asin_test_data): Likewise.
24902 (atanh_test_data): Likewise.
24903 (fmod_test_data): Likewise.
24904 (log_test_data): Likewise.
24905 (log10_test_data): Likewise.
24906 (log2_test_data): Likewise.
24907 (pow_test_data): Likewise.
24908 (sqrt_test_data): Likewise.
24909 (y0_test_data): Likewise.
24910 (y1_test_data): Likewise.
24911 (yn_test_data): Likewise.
24912
5575c0e5
JM
24913 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24914 function contents.
24915
d369f531
JM
24916 * math/libm-test.inc (struct test_ff_i_data): New type.
24917 (RUN_TEST_LOOP_ff_i_tg): New macro.
24918 (isgreater_test_data): New variable.
24919 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24920 (isgreaterequal_test_data): New variable.
24921 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24922 (isless_test_data): New variable.
24923 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24924 (islessequal_test_data): New variable.
24925 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24926 (islessgreater_test_data): New variable.
24927 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24928 (isunordered_test_data): New variable.
24929 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24930
781fd748
DM
249312013-05-14 David S. Miller <davem@davemloft.net>
24932
24933 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24934
87aa21df
JM
249352013-05-14 Joseph Myers <joseph@codesourcery.com>
24936
5e908270
JM
24937 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24938
f71172e5
JM
24939 * math/libm-test.inc (struct test_fF_f1_data): Change type of
24940 extra_test to int.
24941 (struct test_f_i_data): Change type of max_ulp to int.
24942
8cfa635a
JM
24943 * math/libm-test.inc (test_ffI_f1_data): New type.
24944 (RUN_TEST_LOOP_ffI_f1): New macro.
24945 (remquo_test_data): New variable.
24946 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24947
2bcb36b2
JM
24948 * setjmp/tst-setjmp-fp.c: New file.
24949 * setjmp/Makefile (tests): Add tst-setjmp-fp.
24950 (link-libm): New variable.
24951 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24952
acbd839a
JM
24953 * math/libm-test.inc (struct test_f_i_data): New type.
24954 (RUN_TEST_LOOP_f_i): New macro.
24955 (RUN_TEST_LOOP_f_i_tg): Likewise.
24956 (fpclassify_test_data): New variable.
24957 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24958 (ilogb_test_data): New variable.
24959 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24960
e414d745
JM
24961 * math/libm-test.inc (scalbln_test): Correct function name in END
24962 call.
24963
d9c2a0fd
JM
24964 * math/libm-test.inc (struct test_f_f1_data): Add comment.
24965 (RUN_TEST_LOOP_fI_f1): New macro.
24966 (frexp_test_data): New variable.
24967 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24968
9dc9095d
JM
24969 * math/libm-test.inc (struct test_fF_f1_data): New type.
24970 (RUN_TEST_LOOP_fF_f1): New macro.
24971 (modf_test_data): New variable.
24972 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24973
87aa21df
JM
24974 * math/libm-test.inc (struct test_f_f1_data): New type.
24975 (RUN_TEST_LOOP_f_f1): New macro.
24976 (gamma_test_data): New variable.
24977 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24978 (lgamma_test_data): New variable.
24979 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24980
141af660
CD
249812013-05-13 Carlos O'Donell <carlos@redhat.com>
24982
24983 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24984 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24985 (main): Comment "tls" pseudo-hwcap.
24986
6d33265c
JM
249872013-05-13 Joseph Myers <joseph@codesourcery.com>
24988
68fc074c
JM
24989 * math/libm-test.inc (struct test_fl_f_data): New type.
24990 (RUN_TEST_LOOP_fl_f): New variable.
24991 (scalbln_test_data): New variable.
24992 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24993
243216e1
JM
24994 * math/libm-test.inc (struct test_fi_f_data): New type.
24995 (RUN_TEST_LOOP_fi_f): New macro.
24996 (ldexp_test_data): New variable.
24997 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24998 (scalbn_test_data): New variable.
24999 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25000
6a1992e2
JM
25001 * math/libm-test.inc (struct test_c_f_data): New type.
25002 (RUN_TEST_LOOP_c_f): New macro.
25003 (cabs_test_data): New variable.
25004 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25005 (carg_test_data): New variable.
25006 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25007 (cimag_test_data): New variable.
25008 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25009 (creal_test_data): New variable.
25010 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25011
0e400df5
JM
25012 * math/libm-test.inc (struct test_if_f_data): New type.
25013 (RUN_TEST_LOOP_if_f): New macro.
25014 (jn_test_data): New variable.
25015 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25016 (yn_test_data): New variable.
25017 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25018
6d33265c
JM
25019 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25020
f98ece5f
AZ
250212013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25022
25023 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25024 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25025
0f7d347b
SP
250262013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25027
43fe811b
SP
25028 * benchtests/Makefile (CPPFLAGS-nonlib): Add
25029 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25030 (bench-deps): Add bench-timing.h.
25031 * benchtests-bench-skeleton.c: Include bench-timing.h.
25032 (main): Use TIMING_* macros instead of clock_gettime.
25033 * benchtests/bench-timing.h: New file.
25034
0f7d347b
SP
25035 [BZ #14582]
25036 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25037 Renamed from _LIB_VERSION.
25038 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25039
601a3a5f
JM
250402013-05-12 Joseph Myers <joseph@codesourcery.com>
25041
4f184d30
JM
25042 * math/libm-test.inc (struct test_fff_f_data): New type.
25043 (RUN_TEST_LOOP_fff_f): New macro.
25044 (fma_test_data): New variable.
25045 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25046 (fma_towardzero_test_data): New variable.
25047 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25048 (fma_downward_test_data): New variable.
25049 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25050 (fma_upward_test_data): New variable.
25051 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25052
08198877
JM
25053 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25054 (struct test_c_c_data): New type.
25055 (RUN_TEST_LOOP_c_c): New macro.
25056 (cacos_test_data): New variable.
25057 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25058 (cacosh_test_data): New variable.
25059 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25060 (casin_test_data): New variable.
25061 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25062 (casinh_test_data): New variable.
25063 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25064 (catan_test_data): New variable.
25065 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25066 (catanh_test_data): New variable.
25067 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25068 (ccos_test_data): New variable.
25069 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25070 (ccosh_test_data): New variable.
25071 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25072 (cexp_test_data): New variable.
25073 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25074 (clog_test_data): New variable.
25075 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25076 (clog10_test_data): New variable.
25077 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25078 (conj_test_data): New variable.
25079 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25080 (cproj_test_data): New variable.
25081 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25082 (csin_test_data): New variable.
25083 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25084 (csinh_test_data): New variable.
25085 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25086 (csqrt_test_data): New variable.
25087 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25088 (ctan_test_data): New variable.
25089 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25090 (ctan_tonearest_test_data): New variable.
25091 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25092 (ctan_towardzero_test_data): New variable.
25093 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25094 (ctan_downward_test_data): New variable.
25095 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25096 (ctan_upward_test_data): New variable.
25097 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25098 (ctanh_test_data): New variable.
25099 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25100 (ctanh_tonearest_test_data): New variable.
25101 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25102 (ctanh_towardzero_test_data): New variable.
25103 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25104 (ctanh_downward_test_data): New variable.
25105 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25106 (ctanh_upward_test_data): New variable.
25107 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25108 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25109 of BUILD_COMPLEX.
25110
601a3a5f
JM
25111 * math/libm-test.inc (struct test_ff_f_data): New type.
25112 (struct test_ff_f_data_nexttoward): Likewise.
25113 (RUN_TEST_LOOP_2_f): New macro.
25114 (RUN_TEST_LOOP_ff_f): Likewise.
25115 (atan2_test_data): New variable.
25116 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25117 (copysign_test_data): New variable.
25118 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25119 (fdim_test_data): New variable.
25120 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25121 (fmax_test_data): New variable.
25122 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25123 (fmin_test_data): New variable.
25124 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25125 (fmod_test_data): New variable.
25126 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25127 (hypot_test_data): New variable.
25128 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25129 (nextafter_test_data): New variable.
25130 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25131 (nexttoward_test_data): New variable.
25132 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25133 (pow_test_data): New variable.
25134 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25135 (pow_tonearest_test_data): New variable.
25136 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25137 (pow_towardzero_test_data): New variable.
25138 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25139 (pow_downward_test_data): New variable.
25140 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25141 (pow_upward_test_data): New variable.
25142 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25143 (remainder_test_data): New variable.
25144 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25145 (scalb_test_data): New variable.
25146 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25147 * sysdeps/i386/fpu/libm-test-ulps: Update.
25148
74c57478
JM
251492013-05-11 Joseph Myers <joseph@codesourcery.com>
25150
8329e4da
JM
25151 * math/libm-test.inc (fma_test): Use max_value instead of local
25152 variable fltmax.
25153 (nextafter_test): Likewise.
25154
74c57478
JM
25155 * math/libm-test.inc (acos_towardzero_test_data): New variable.
25156 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25157 (acos_downward_test_data): New variable.
25158 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25159 (acos_upward_test_data): New variable.
25160 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25161 (acosh_test_data): New variable.
25162 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25163 (asin_test_data): New variable.
25164 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25165 (asin_tonearest_test_data): New variable.
25166 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25167 (asin_towardzero_test_data): New variable.
25168 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25169 (asin_downward_test_data): New variable.
25170 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25171 (asin_upward_test_data): New variable.
25172 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25173 (asinh_test_data): New variable.
25174 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25175 (atan_test_data): New variable.
25176 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25177 (atanh_test_data): New variable.
25178 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25179 (cbrt_test_data): New variable.
25180 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25181 (ceil_test_data): New variable.
25182 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25183 (cos_test_data): New variable.
25184 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25185 (cos_tonearest_test_data): New variable.
25186 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25187 (cos_towardzero_test_data): New variable.
25188 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25189 (cos_downward_test_data): New variable.
25190 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25191 (cos_upward_test_data): New variable.
25192 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25193 (cosh_test_data): New variable.
25194 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25195 (cosh_tonearest_test_data): New variable.
25196 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25197 (cosh_towardzero_test_data): New variable.
25198 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25199 (cosh_downward_test_data): New variable.
25200 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25201 (cosh_upward_test_data): New variable.
25202 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25203 (erf_test_data): New variable.
25204 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25205 (erfc_test_data): New variable.
25206 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25207 (exp_test_data): New variable.
25208 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25209 (exp_tonearest_test_data): New variable.
25210 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25211 (exp_towardzero_test_data): New variable.
25212 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25213 (exp_downward_test_data): New variable.
25214 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25215 (exp_upward_test_data): New variable.
25216 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25217 (exp10_test_data): New variable.
25218 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25219 (exp2_test_data): New variable.
25220 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25221 (expm1_test_data): New variable.
25222 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25223 (fabs_test_data): New variable.
25224 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25225 (floor_test_data): New variable.
25226 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25227 (j0_test_data): New variable.
25228 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25229 (j1_test_data): New variable.
25230 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25231 (log_test_data): New variable.
25232 (log_test): Run tests with RUN_TEST_LOOP_f_f.
25233 (log10_test_data): New variable.
25234 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25235 (log1p_test_data): New variable.
25236 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25237 (log2_test_data): New variable.
25238 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25239 (logb_test_data): New variable.
25240 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25241 (logb_downward_test_data): New variable.
25242 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25243 (nearbyint_test_data): New variable.
25244 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25245 (rint_test_data): New variable.
25246 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25247 (rint_tonearest_test_data): New variable.
25248 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25249 (rint_towardzero_test_data): New variable.
25250 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25251 (rint_downward_test_data): New variable.
25252 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25253 (rint_upward_test_data): New variable.
25254 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25255 (round_test_data): New variable.
25256 (round_test): Run tests with RUN_TEST_LOOP_f_f.
25257 (sin_test_data): New variable.
25258 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25259 (sin_tonearest_test_data): New variable.
25260 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25261 (sin_towardzero_test_data): New variable.
25262 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25263 (sin_downward_test_data): New variable.
25264 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25265 (sin_upward_test_data): New variable.
25266 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25267 (sinh_test_data): New variable.
25268 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25269 (sinh_tonearest_test_data): New variable.
25270 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25271 (sinh_towardzero_test_data): New variable.
25272 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25273 (sinh_downward_test_data): New variable.
25274 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25275 (sinh_upward_test_data): New variable.
25276 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25277 (sqrt_test_data): New variable.
25278 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25279 (tan_test_data): New variable.
25280 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25281 (tan_tonearest_test_data): New variable.
25282 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25283 (tan_towardzero_test_data): New variable.
25284 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25285 (tan_downward_test_data): New variable.
25286 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25287 (tan_upward_test_data): New variable.
25288 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25289 (tanh_test_data): New variable.
25290 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25291 (tgamma_test_data): New variable.
25292 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25293 (trunc_test_data): New variable.
25294 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25295 (y0_test_data): New variable.
25296 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25297 (y1_test_data): New variable.
25298 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25299 (significand_test_data): New variable.
25300 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25301
7187d844
CG
253022013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
25303
25304 [BZ #12387]
25305 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25306
f63fae73
PT
253072013-05-10 Pino Toscano <toscano.pino@tiscali.it>
25308
25309 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25310
8a67a4b3
AJ
253112013-05-10 Andreas Jaeger <aj@suse.de>
25312
25313 [BZ #15448]
25314 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25315 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25316
51df539d
JM
253172013-05-10 Joseph Myers <joseph@codesourcery.com>
25318
25319 * math/gen-libm-test.pl (adjust_arg): New function.
25320 (special_functions): Handle generating output in both functions
25321 and arrays.
25322 (parse_args): Likewise.
25323 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
25324 $in_func argument to parse_args.
25325 * math/libm-test.inc (struct test_f_f_data): New type.
25326 (IF_ROUND_INIT_): New macro.
25327 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25328 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25329 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25330 (IF_ROUND_INIT_FE_UPWARD): Likewise.
25331 (ROUND_RESTORE_): Likewise.
25332 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25333 (ROUND_RESTORE_FE_TONEAREST): Likewise.
25334 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25335 (ROUND_RESTORE_FE_UPWARD): Likewise.
25336 (RUN_TEST_LOOP_f_f): New macro.
25337 (acos_test_data): New variable.
25338 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25339 (acos_tonearest_test_data): New variable.
25340 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25341
5c637fe5
SP
253422013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
25343
25344 * benchtests/bench-skeleton.c (startup): Fix coding style.
25345
ab2b9461
JM
253462013-05-10 Joseph Myers <joseph@codesourcery.com>
25347
25348 [BZ #6809]
25349 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25350 negative infinity argument.
25351 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25352 negative infinity argument.
25353 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25354 negative infinity argument.
25355 * math/libm-test.inc (tgamma_test): Expect errno to be set for
25356 domain errors.
25357
4c0fe6fe
FW
253582013-05-10 Florian Weimer <fweimer@redhat.com>
25359
25360 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25361 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25362 * iconv/iconv_prog.c (main): Likewise.
25363 * locale/programs/charmap-dir.c (charmap_readdir)
25364 (fopen_uncompressed): Likewise.
25365 * locale/programs/locfile.c (siblings_uncached)
25366 (write_locale_data): Use lstat64 instead of lstat.
25367 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25368 stat.
25369
a3375d29
AJ
253702013-05-10 Andreas Jaeger <aj@suse.de>
25371
25372 [BZ #15395]
25373 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25374 localization.
25375 Include <locale.h>.
25376
36129722
CD
253772013-05-09 Carlos O'Donell <carlos@redhat.com>
25378
25379 * elf/dl-close.c (_dl_close_worker): Add comments.
25380
faa7f811
JM
253812013-05-09 Joseph Myers <joseph@codesourcery.com>
25382
ed41ffef
JM
25383 [BZ #15359]
25384 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25385 high part of pi/2.
25386 (__ieee754_rem_pio2l): Update comments.
25387
d0213cd0
JM
25388 [BZ #15429]
25389 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25390 high part of pi/2.
25391 (__ieee754_rem_pio2l): Update comments.
25392
0d3e777a
JM
25393 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25394 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25395
24f56066
JM
25396 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25397 M_PI_4l.
25398
faa7f811
JM
25399 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25400 (M_PI_34_LOG10El): Likewise.
25401 (M_PI2_LOG10El): Likewise.
25402 (M_PI4_LOG10El): Likewise.
25403 (M_PI_LOG10El): Likewise.
25404
e9a5e0fd
AZ
254052013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25406
25407 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25408
d8cd06db
JM
254092013-05-08 Joseph Myers <joseph@codesourcery.com>
25410
a0d9f9d7
JM
25411 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25412 (MINUS_ZERO_INIT): Likewise.
25413 (PLUS_INFTY_INIT): Likewise.
25414 (MINUS_INFTY_INIT): Likewise.
25415 (QNAN_VALUE_INIT): Likewise.
25416 (MAX_VALUE_INIT): Likewise.
25417 (MIN_VALUE_INIT): Likewise.
25418 (MIN_SUBNORM_VALUE_INIT): Likewise.
25419 (plus_zero): Initialize with PLUS_ZERO_INIT.
25420 (minus_zero): Initialize with MINUS_ZERO_INIT.
25421 (plus_infty): Initialize with PLUS_INFTY_INIT.
25422 (minus_infty): Initialize with MINUS_INFTY_INIT.
25423 (qnan_value): Initialize with QNAN_VALUE_INIT.
25424 (max_value): Initialize with MAX_VALUE_INIT.
25425 (min_value): Initialize with MIN_VALUE_INIT.
25426 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25427
ae08db3b
JM
25428 * math/libm-test.inc (RUN_TEST_if_f): New macro.
25429 (jn_test): Use TEST_if_f instead of TEST_ff_f.
25430 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25431 (yn_test): Use TEST_if_f instead of TEST_ff_f.
25432
f44bf14a
JM
25433 * math/libm-test.inc (RUN_TEST_f_f): New macro.
25434 (RUN_TEST_2_f): Likewise.
25435 (RUN_TEST_ff_f): Likewise.
25436 (RUN_TEST_fi_f): Likewise.
25437 (RUN_TEST_fl_f): Likewise.
25438 (RUN_TEST_fff_f): Likewise.
25439 (RUN_TEST_c_f): Likewise.
25440 (RUN_TEST_f_f1): Likewise.
25441 (RUN_TEST_fF_f1): Likewise.
25442 (RUN_TEST_fI_f1): Likewise.
25443 (RUN_TEST_ffI_f1): Likewise.
25444 (RUN_TEST_c_c): Likewise.
25445 (RUN_TEST_cc_c): Likewise.
25446 (RUN_TEST_f_i): Likewise.
25447 (RUN_TEST_f_i_tg): Likewise.
25448 (RUN_TEST_ff_i_tg): Likewise.
25449 (RUN_TEST_f_b): Likewise.
25450 (RUN_TEST_f_b_tg): Likewise.
25451 (RUN_TEST_f_l): Likewise.
25452 (RUN_TEST_f_L): Likewise.
25453 (RUN_TEST_sincos): Likewise.
25454 * math/gen-libm-test.pl (new_test): Take new argument to indicate
25455 whether to show exceptions. Do not include ");\n" in return
25456 value.
25457 (special_functions): Output call to RUN_TEST_sincos instead of
25458 check_float calls. Update calls to new_test.
25459 (parse_args): Output call to single RUN_TEST_* macro instead of
25460 check_* calls and other assignments. Update calls to new_test.
25461
d8cd06db
JM
25462 [BZ #2546]
25463 [BZ #2560]
25464 [BZ #5159]
25465 [BZ #15426]
25466 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25467 input to result for tgamma overflow.
25468 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25469 (gamma_coeff): New variable.
25470 (NCOEFF): New macro.
25471 (gamma_positive): New function.
25472 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25473 underflow here. Use gamma_positive instead of exp (lgamma) for
25474 other arguments.
25475 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25476 (gamma_coeff): New variable.
25477 (NCOEFF): New macro.
25478 (gammaf_positive): New function.
25479 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25480 underflow here. Use gamma_positive instead of exp (lgamma) for
25481 other arguments.
25482 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25483 (gamma_coeff): New variable.
25484 (NCOEFF): New macro.
25485 (gammal_positive): New function.
25486 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25487 underflow here. Use gamma_positive instead of exp (lgamma) for
25488 other arguments.
25489 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25490 (gamma_coeff): New variable.
25491 (NCOEFF): New macro.
25492 (gammal_positive): New function.
25493 (__ieee754_gammal_r): Handle positive infinity, overflow and
25494 underflow here. Handle NaN the same as positive infinity. Remove
25495 check x < 0xffffffff for negative integers. Use gamma_positive
25496 instead of exp (lgamma) for other arguments.
25497 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25498 (gamma_coeff): New variable.
25499 (NCOEFF): New macro.
25500 (gammal_positive): New function.
25501 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25502 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25503 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25504 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25505 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25506 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25507 * sysdeps/generic/math_private.h (__gamma_productf): New
25508 prototype.
25509 (__gamma_product): Likewise.
25510 (__gamma_productl): Likewise.
25511 * math/Makefile (libm-calls): Add gamma_product.
25512 * math/libm-test.inc (tgamma_test): Add more tests.
25513 * sysdeps/i386/fpu/libm-test-ulps: Update.
25514 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25515
bb7cf681
OB
255162013-05-08 Ondřej Bílka <neleai@seznam.cz>
25517
25518 * benchtests/bench-skeleton.c (main): Preheat CPU.
25519
ba853947
AJ
255202013-05-07 Aurelien Jarno <aurelien@aurel32.net>
25521
25522 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25523
8347c74c
RM
255242013-05-07 Roland McGrath <roland@hack.frob.com>
25525
25526 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25527 and _dl_skip_args_internal.
25528
e8dd4791
CD
255292013-05-07 Carlos O'Donell <carlos@redhat.com>
25530
25531 * manual/message.texi (Message Translation): Talk about users.
25532 Message to key mapping impacts design.
25533
c7405830
RM
255342013-05-06 Roland McGrath <roland@hack.frob.com>
25535
a9173057
RM
25536 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25537
976e2f03
RM
25538 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25539
9723ffc5
RM
25540 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25541 * sysdeps/wordsize-64/glob64.c: ... here.
25542
962e6658
RM
25543 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25544 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25545 New macros.
25546
ee586a6d
RM
25547 * debug/getlogin_r_chk.c: Moved to ...
25548 * login/getlogin_r_chk.c: ... here.
25549 * debug/Makefile (routines): Move getlogin_r_chk to ...
25550 * login/Makefile (routines): ... here.
25551 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25552 * login/Versions (libc: GLIBC_2.4): ... here.
25553
355f9165
RM
25554 * io/poll.c (__poll): Renamed from poll.
25555 Add libc_hidden_def.
25556 (poll): Define as weak alias.
25557
bd9ffde6
RM
25558 * debug/ptsname_r_chk.c: Moved to ...
25559 * login/ptsname_r_chk.c: ... here.
25560 * debug/Makefile (routines): Move ptsname_r_chk to ...
25561 * login/Makefile (routines): ... here.
25562 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25563 * login/Versions (libc: GLIBC_2.4): ... here.
25564
8fb16a04
RM
25565 * posix/getlogin.c: Moved to ...
25566 * login/getlogin.c: ... here.
25567 * posix/getlogin_r.c: Moved to ...
25568 * login/getlogin_r.c: ... here.
25569 * posix/getlogin_r.c: Moved to ...
25570 * login/getlogin_r.c: ... here.
25571 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25572 * login/Makefile (routines): ... here.
25573 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25574 * login/Versions (libc: GLIBC_2.0): ... here.
25575
b99b892f
RM
25576 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25577 (setrlimit): Define as weak alias.
25578
c7405830
RM
25579 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25580 Call __ names for open, ftruncate, and close.
25581 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25582 (truncate): Define as weak alias.
25583
5bf96de5
JM
255842013-05-06 Joseph Myers <joseph@codesourcery.com>
25585
9ea3513c
JM
25586 * math/gen-libm-test.pl (parse_args): Initialize x before each
25587 test of frexp, modf and remquo.
25588
5bf96de5
JM
25589 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25590 test signgam value.
25591
16e616a7
AZ
255922013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25593
25594 [BZ #15418]
25595 [BZ #15419]
25596 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25597 internal tests.
25598 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25599
d5e82754
RM
256002013-05-06 Roland McGrath <roland@hack.frob.com>
25601
25602 * elf/dl-writev.h: New file.
25603 * elf/dl-misc.c: Include it.
25604 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25605 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25606
a7548d41
JM
256072013-05-04 Joseph Myers <joseph@codesourcery.com>
25608
b7dab1e4
JM
25609 * math/libm-test.inc (noXFails): Remove variable.
25610 (noXPasses): Likewise.
25611 (BUILD_COMPLEX_INT): Remove macro.
25612 (print_screen): Remove xfail argument.
25613 (print_screen_max_error): Likewise.
25614 (update_stats): Likewise.
25615 (print_max_error): Likewise. Update calls to other affected
25616 functions.
25617 (print_complex_max_error): Likewise.
25618 (test_single_exception): Update calls to print_screen.
25619 (test_single_errno): Likewise.
25620 (check_float_internal): Remove xfail argument. Update calls to
25621 other affected functions.
25622 (check_float): Likewise.
25623 (check_complex): Likewise.
25624 (check_int): Likewise.
25625 (check_long): Likewise.
25626 (check_bool): Likewise.
25627 (check_longlong): Likewise.
25628 (main): Don't print noXFails and noXPasses.
25629 * math/gen-libm-test.pl (top level): Don't mention expected
25630 failure handling in comment.
25631 (new_test): Don't handle expected failures.
25632 (parse_args): Don't mention expected failure handling in comment.
25633 (generate_testfile): Don't handle expected failures.
25634 (parse_ulps): Likewise.
25635 (print_ulps_file): Likewise.
25636 (get_failure): Remove function.
25637 (output_test): Don't handle expected failures.
25638 * make/README.libm-test: Don't mention expected failure handling.
25639
a7548d41
JM
25640 * math/libm-test.inc (plus_zero): Make const. Add initializer.
25641 (minus_zero): Likewise.
25642 (plus_infty): Likewise.
25643 (minus_infty): Likewise.
25644 (qnan_value): Likewise.
25645 (max_value): Likewise.
25646 (min_value): Likewise.
25647 (min_subnorm_value): Likewise.
25648 (initialize): Do not initialize those variables dynamically.
25649
60bfd54c
RM
256502013-05-03 Roland McGrath <roland@hack.frob.com>
25651
cc0e6ed8
RM
25652 * io/open.c (__open_2): Moved to ...
25653 * io/open_2.c: ... this new file.
25654 * io/open64.c (__open64_2): Moved to ...
25655 * io/open64_2.c: ... this new file.
25656 * io/openat.c (__openat_2): Moved to ...
25657 * io/openat_2.c: ... this new file.
25658 * io/openat64.c (__openat64_2): Moved to ...
25659 * io/openat64_2.c: ... this new file.
25660 * io/Makefile (routines): Add them.
25661 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25662 * sysdeps/unix/sysv/linux/open_2.c: File removed.
25663 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25664 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25665 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25666 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25667 (__openat64): Add hidden_ver.
25668 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25669 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25670
60bfd54c
RM
25671 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25672 Separately conditionalize setting of GLRO(dl_sysinfo) so
25673 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25674 as well, but the actual setting is only under [NEED_DL_SYSINFO].
25675
83e7640f
AZ
256762013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25677
25678 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25679 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25680 definition.
25681 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25682 * sysdeps/unix/sysv/linux/powerpc/init-first.c
25683 (_libc_vdso_platform_setup): Add __vdso_time initialization.
25684 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25685 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25686
d5dc2af3
JM
256872013-05-03 Joseph Myers <joseph@codesourcery.com>
25688
c31a5b1e
JM
25689 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25690 test signgam value.
25691
d5dc2af3
JM
25692 * math/libm-test.inc (hypot_test): Do not use
25693 IGNORE_ZERO_INF_SIGN.
25694
164fd39d
AJ
256952013-05-03 Andreas Jaeger <aj@suse.de>
25696
25697 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25698 Linux 3.9.
25699 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25700 (PF_MAX): Adjust for VSOCK change.
25701
8237f48c
AZ
257022013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25703
25704 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25705
9df02941
CD
257062013-05-02 Carlos O'Donell <carlos@redhat.com>
25707
25708 [BZ #15264]
25709 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25710 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25711 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25712
d422395e
DM
257132013-05-02 David S. Miller <davem@davemloft.net>
25714
25715 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25716
a07c5731
OB
257172013-05-01 Ondřej Bílka <neleai@seznam.cz>
25718
25719 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25720
1324e37f
RM
257212013-05-01 Roland McGrath <roland@hack.frob.com>
25722
25723 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25724
0695940b
RS
257252013-05-01 Richard Smith <richard@metafoo.co.uk>
25726
bb5f27ad 25727 [BZ #14952]
0695940b
RS
25728 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25729 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25730 Use __attribute__ ((__gnu_inline__)).
25731 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25732 Don't use __attribute__ ((__gnu_inline__)).
25733
10de07f5
JM
257342013-05-01 Joseph Myers <joseph@codesourcery.com>
25735
25736 [BZ #15423]
25737 * math/s_catan.c (__catan): Handle small real or imaginary part of
25738 input specially to avoid spurious underflow.
25739 * math/s_catanf.c (__catanf): Likewise.
25740 * math/s_catanh.c (__catanh): Likewise.
25741 * math/s_catanhf.c (__catanhf): Likewise.
25742 * math/s_catanhl.c (__catanhl): Likewise.
25743 * math/s_catanl.c (__catanl): Likewise.
25744 * math/libm-test.inc (catan_test): Add more tests.
25745 (catanh_test): Likewise.
25746 * sysdeps/i386/fpu/libm-test-ulps: Update.
25747 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25748
cb4d5414
AZ
257492013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25750
25751 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25752
caf84319
JM
257532013-04-30 Joseph Myers <joseph@codesourcery.com>
25754
25755 [BZ #15416]
25756 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25757 accurately for denominator in atan2.
25758 * math/s_catanf.c (__catanf): Likewise.
25759 * math/s_catanh.c (__catanh): Likewise.
25760 * math/s_catanhf.c (__catanhf): Likewise.
25761 * math/s_catanhl.c (__catanhl): Likewise.
25762 * math/s_catanl.c (__catanl): Likewise.
25763 * math/libm-test.inc (catan_test): Add more tests.
25764 (catanh_test): Likewise.
25765 * sysdeps/i386/fpu/libm-test-ulps: Update.
25766 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25767
d569c6ee
SP
257682013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
25769
6dbe713d
SP
25770 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25771
f0ee064b
SP
25772 * benchtests/Makefile (bench): Remove slow benchmarks.
25773 * benchtests/atan-inputs: Add slow benchmark inputs.
25774 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25775 (BENCH_FUNC): Accept variant offset.
25776 (VARIANT): Define.
25777 * benchtests/bench-skeleton.c (main): Run benchmark for each
25778 variant.
25779 * benchtests/cos-inputs: Add slow benchmark inputs.
25780 * benchtests/exp-inputs: Likewise.
25781 * benchtests/pow-inputs: Likewise.
25782 * benchtests/sin-inputs: Likewise.
25783 * benchtests/slowatan-inputs: Remove.
25784 * benchtests/slowatan.c: Remove.
25785 * benchtests/slowcos-inputs: Remove.
25786 * benchtests/slowcos.c: Remove.
25787 * benchtests/slowexp-inputs: Remove.
25788 * benchtests/slowexp.c: Remove.
25789 * benchtests/slowpow-inputs: Remove.
25790 * benchtests/slowpow.c: Remove.
25791 * benchtests/slowsin-inputs: Remove.
25792 * benchtests/slowsin.c: Remove.
25793 * benchtests/slowtan-inputs: Remove.
25794 * benchtests/slowtan.c: Remove.
25795 * benchtests/tan-inputs: Add slow benchmark inputs.
25796 * scripts/bench.pl: Parse comments and directives.
25797
d569c6ee
SP
25798 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
25799 in CPPFLAGS.
25800 ($(objpfx)bench-%.c): Remove *-ITER.
25801 * benchtests/bench-modf.c: Remove definition of ITER.
25802 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25803 (main): Loop for DURATION seconds instead of fixed number of
25804 iterations.
25805 * scripts/bench.pl: Don't expect iterations in parameters.
25806
a6a242fe
RM
258072013-04-29 Roland McGrath <roland@hack.frob.com>
25808
25809 * io/fchdir.c (__fchdir): Renamed from fchdir.
25810 (fchdir): Define as weak alias.
25811
f2da7793
JM
258122013-04-29 Joseph Myers <joseph@codesourcery.com>
25813
25814 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25815 (ERRNO_EDOM): Likewise.
25816 (ERRNO_ERANGE): Likewise.
25817 (noErrnoTests): New variable.
25818 (init_max_error): Set errno to 0.
25819 (test_single_errno): New function.
25820 (test_errno): Likewise.
25821 (check_float_internal): Call test_errno. Set errno to 0.
25822 (check_complex): Refer to errno tests in comment.
25823 (check_int): Call test_errno. Set errno to 0.
25824 (check_long): Likewise.
25825 (check_bool): Likewise.
25826 (check_longlong): Likewise.
25827 (cos_test): Use ERRNO_* flags for errno tests instead of
25828 check_int.
25829 (expm1_test): Likewise.
25830 (fmod_test): Likewise.
25831 (ilogb_test): Likewise.
25832 (lgamma_test): Likewise.
25833 (pow_test): Likewise.
25834 (remainder_test): Likewise.
25835 (sin_test): Likewise.
25836 (tan_test): Likewise.
25837 (yn_test): Likewise.
25838 (initialize): Set errno to 0.
25839 (main): Print number of errno tests.
25840 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25841
b1a36ceb
AJ
258422013-04-29 Andreas Jaeger <aj@suse.de>
25843
c3ed8088
AJ
25844 [BZ #15084]
25845 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25846 and RES_USEVC.
25847
f1a24198
AJ
25848 [BZ #15085]
25849 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25850 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25851 unimplemented.
25852
9ce3b2cb
AJ
25853 [BZ #15380]
25854 * stdlib/random.c (__initstate): Return NULL if
25855 __initstate fails.
25856
f1a24198 25857 [BZ #15086]
b1a36ceb
AJ
25858 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25859 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25860 RES_SNGLKUPREOP.
25861
7e7b6f36
AZ
258622013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25863
25864 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25865
4d14f449
JM
258662013-04-29 Joseph Myers <joseph@codesourcery.com>
25867
25868 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25869 of individual tests.
25870 (casin_test): Likewise.
25871 (casinh_test): Likewise.
25872
5b4217d7
JM
258732013-04-27 Joseph Myers <joseph@codesourcery.com>
25874
25875 [BZ #15409]
25876 * math/s_catan.c (__catan): Handle arguments with large real or
25877 imaginary part separately without squaring.
25878 * math/s_catanf.c (__catanf): Likewise.
25879 * math/s_catanh.c (__catanh): Likewise.
25880 * math/s_catanhf.c (__catanhf): Likewise.
25881 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25882 and redefine.
25883 (__catanhl): Handle arguments with large real or imaginary part
25884 separately without squaring.
25885 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25886 and redefine.
25887 (__catanl): Handle arguments with large real or imaginary part
25888 separately without squaring.
25889 * math/libm-test.inc (catan_test): Add more tests.
25890 (catanh_test): Likewise.
25891 * sysdeps/i386/fpu/libm-test-ulps: Update.
25892 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25893
4220c3ef
AJ
258942013-04-27 Andreas Jaeger <aj@suse.de>
25895
25896 [BZ #15007]
25897 * stdlib/stdlib.h: Update guards for qecvt.
25898 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25899 <stdlib.h>.
25900
4721b2d1
AM
259012013-04-27 Allan McRae <allan@archlinux.org>
25902
25903 * sysdeps/i386/fpu/libm-test-ulps: Update.
25904
f0302940
JM
259052013-04-26 Joseph Myers <joseph@codesourcery.com>
25906
9457fd95
JM
25907 [BZ #15406]
25908 * math/s_catan.c: Include <float.h>.
25909 (__catan): Ensure underflow exception occurs for underflowed
25910 result.
25911 * math/s_catanf.c: Include <float.h>.
25912 (__catanf): Ensure underflow exception occurs for underflowed
25913 result.
25914 * math/s_catanh.c: Include <float.h>.
25915 (__catanh): Ensure underflow exception occurs for underflowed
25916 result.
25917 * math/s_catanhf.c: Include <float.h>.
25918 (__catanhf): Ensure underflow exception occurs for underflowed
25919 result.
25920 * math/s_catanhl.c: Include <float.h>.
25921 (__catanhl): Ensure underflow exception occurs for underflowed
25922 result.
25923 * math/s_catanl.c: Include <float.h>.
25924 (__catanl): Ensure underflow exception occurs for underflowed
25925 result.
25926 * math/libm-test.inc (catan_test): Add more tests.
25927 (catanh_test): Likewise.
25928
f0302940
JM
25929 [BZ #15405]
25930 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25931 underflowed result.
25932 * math/s_ccoshf.c (__ccoshf): Likewise.
25933 * math/s_ccoshl.c (__ccoshl): Likewise.
25934 * math/s_csin.c (__csin): Likewise.
25935 * math/s_csinf.c (__csinf): Likewise.
25936 * math/s_csinh.c (__csinh): Likewise.
25937 * math/s_csinhf.c (__csinhf): Likewise.
25938 * math/s_csinhl.c (__csinhl): Likewise.
25939 * math/s_csinl.c (__csinl): Likewise.
25940 * math/libm-test.inc (ccos_test): Add more tests.
25941 (ccosh_test): Likewise.
25942 (csin_test): Likewise.
25943 (csinh_test): Likewise.
25944
aa630f59
AZ
259452013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25946
25947 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25948 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25949 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25950 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25951 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25952 powerpc/power5+/fpu folders.
25953 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25954
25955
1b835983
MT
259562013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
25957
25958 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25959
73709b26
JM
259602013-04-25 Joseph Myers <joseph@codesourcery.com>
25961
25962 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25963 additions to variable.
25964 [$(config-machine) = x86_64] (modules-names): Likewise.
25965 ($(objpfx)tst-audit3): Remove dependency.
25966 ($(objpfx)tst-audit3.out): Likewise.
25967 ($(objpfx)tst-audit4): Likewise.
25968 ($(objpfx)tst-audit4.out): Likewise.
25969 ($(objpfx)tst-audit5): Likewise.
25970 ($(objpfx)tst-audit5.out): Likewise.
25971 ($(objpfx)tst-audit6): Likewise.
25972 ($(objpfx)tst-audit6.out): Likewise.
25973 ($(objpfx)tst-audit7): Likewise.
25974 ($(objpfx)tst-audit7.out): Likewise.
25975 (tst-audit3-ENV): Remove variable.
25976 (tst-audit4-ENV): Likewise.
25977 (tst-audit5-ENV): Likewise.
25978 (tst-audit6-ENV): Likewise.
25979 (tst-audit7-ENV): Likewise.
25980 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25981 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25982 addition to variable.
25983 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25984 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25985 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25986 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25987 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25988 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25989 tst-audit3, tst-audit4 and tst-audit5.
25990 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25991 tst-audit6 and tst-audit7.
25992 [$(subdir) = elf] (modules-names): Add audit modules for those
25993 tests.
25994 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25995 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25996 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25997 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25998 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25999 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26000 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26001 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26002 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26003 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26004 [$(subdir) = elf] (tst-audit3-ENV): New variable.
26005 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26006 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26007 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26008 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26009 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26010 Likewise.
26011 [$(subdir) = elf && $(config-cflags-avx) = yes]
26012 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26013 [$(subdir) = elf && $(config-cflags-avx) = yes]
26014 (CFLAGS-tst-auditmod4a.c): Likewise.
26015 [$(subdir) = elf && $(config-cflags-avx) = yes]
26016 (CFLAGS-tst-auditmod4b.c): Likewise.
26017 [$(subdir) = elf && $(config-cflags-avx) = yes]
26018 (CFLAGS-tst-auditmod6b.c): Likewise.
26019 [$(subdir) = elf && $(config-cflags-avx) = yes]
26020 (CFLAGS-tst-auditmod6c.c): Likewise.
26021 [$(subdir) = elf && $(config-cflags-avx) = yes]
26022 (CFLAGS-tst-auditmod7b.c): Likewise.
26023 * elf/tst-audit3.c: Move to ...
26024 * sysdeps/x86_64/tst-audit3.c: ... here.
26025 * elf/tst-audit4.c: Move to ...
26026 * sysdeps/x86_64/tst-audit4.c: ... here.
26027 * elf/tst-audit5.c: Move to ...
26028 * sysdeps/x86_64/tst-audit5.c: ... here.
26029 * elf/tst-audit6.c: Move to ...
26030 * sysdeps/x86_64/tst-audit6.c: ... here.
26031 * elf/tst-audit7.c: Move to ...
26032 * sysdeps/x86_64/tst-audit7.c: ... here.
26033 * elf/tst-auditmod3a.c: Move to ...
26034 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26035 * elf/tst-auditmod3b.c: Move to ...
26036 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26037 * elf/tst-auditmod4a.c: Move to ...
26038 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26039 * elf/tst-auditmod4b.c: Move to ...
26040 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26041 * elf/tst-auditmod5a.c: Move to ...
26042 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26043 * elf/tst-auditmod5b.c: Move to ...
26044 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26045 * elf/tst-auditmod6a.c: Move to ...
26046 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26047 * elf/tst-auditmod6b.c: Move to ...
26048 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26049 * elf/tst-auditmod6c.c: Move to ...
26050 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26051 * elf/tst-auditmod7a.c: Move to ...
26052 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26053 * elf/tst-auditmod7b.c: Move to ...
26054 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26055
1ef74943
PP
260562013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
26057
26058 [BZ #15366]
26059 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26060 define unconditionally.
26061 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26062 define unconditionally.
26063 (INT8_C, INT16_C, etc.): Likewise.
26064
93fd48c5
MR
260652013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
26066
ae9552cf
MR
26067 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26068 __ehdr_start with hidden visibility.
26069
93fd48c5
MR
26070 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26071
418601aa
CD
260722013-04-24 Carlos O'Donell <carlos@redhat.com>
26073
26074 * math/libm-test.inc (cos_test): Use accurate hex constants.
26075 (sincost_test): Likewise.
26076
2f38fbfe
JM
260772013-04-24 Joseph Myers <joseph@codesourcery.com>
26078
5e221800
JM
26079 * math/libm-test.inc (catan_test): Add more tests.
26080 (catanh_test): Likewise.
26081
77f143fd
JM
26082 * math/s_catanf.c (__catanf): Use suffixed floating-point
26083 constants.
26084 * math/s_catanhf.c (__catanhf): Likewise.
26085 * math/s_catanhl.c (__catanhl): Likewise.
26086 * math/s_catanl.c (__catanl): Likewise.
26087
2f38fbfe
JM
26088 [BZ #15394]
26089 * math/s_catan.c (__catan): Calculate imaginary part of result
26090 with log1p not log unless computing log of number close to 0.
26091 * math/s_catanf.c (__catanf): Likewise.
26092 * math/s_catanl.c (__catanl): Likewise.
26093 * math/s_catanh.c (__catanh): Calculate real part of result with
26094 log1p not log unless computing log of number close to 0.
26095 * math/s_catanhf.c (__catanhf): Likewise.
26096 * math/s_catanhl.c (__catanhl): Likewise.
26097 * math/libm-test.inc (catan_test): Add more tests.
26098 (catanh_test): Likewise.
26099 * sysdeps/i386/fpu/libm-test-ulps: Update.
26100 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26101
45d69176
SP
261022013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26103
26104 * benchtests/Makefile: Mention files in which fast and slow
26105 paths of math functions are implemented.
26106
87f51853
RM
261072013-04-23 Roland McGrath <roland@hack.frob.com>
26108
26109 * sysdeps/posix/timespec_get.c: New file.
26110
3c026539
AZ
261112013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26112
26113 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26114 POWER.
26115 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26116 for POWER.
26117 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26118 powerpc/power5/fpu folders.
26119 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26120 * benchtests/Makefile: Add modf testcase.
26121 * benchtests/bench-modf.c: New file: Benchmark test for mo
26122
ff491d14
SP
261232013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
26124
26125 [BZ #14888]
26126 * time/Makefile (tests): Add tst-strptime-whitespace.
26127 * time/strptime_l.c (get_number): Use ISSPACE.
26128 (__strptime_internal): Likewise.
26129 * time/tst-strptime-whitespace.c: New test case.
26130
7ed3f4e8
AS
261312013-04-23 Andreas Schwab <schwab@linux-m68k.org>
26132
26133 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26134 member.
26135 (_nss_files_init): Set it here.
26136
5c95f7b6
HC
261372013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
26138
26139 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26140 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26141 unsigned.
26142
d34c9158
JBG
261432013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
26144
26145 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26146
2169712d
SP
261472013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
26148
26149 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26150 size just once.
26151
29c5de99
DM
261522013-04-21 David S. Miller <davem@davemloft.net>
26153
26154 * po/ru.po: Update Russion translation from translation project.
26155
ccdad15d
AC
261562013-04-17 Adam Conrad <adconrad@0c3.net>
26157
26158 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26159 and setfsgid.
26160
0f122b8d
CD
261612013-04-17 Carlos O'Donell <carlos@redhat.com>
26162
5c5b07da 26163 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 26164 * configure: Regenerate.
5c5b07da 26165 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
26166 Add example to error message.
26167 * sysdeps/i386/configure: Regenerate.
26168
037714dd
SP
261692013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
26170
26171 * benchtests/Makefile (bench): Add cos, tan, slowcos and
26172 slowtan.
26173 * benchtests/cos-inputs: New file.
26174 * benchtests/slowcos-inputs: New file.
26175 * benchtests/slowcos.c: New file.
26176 * benchtests/slowtan-inputs: New file.
26177 * benchtests/slowtan.c: New file.
26178 * benchtests/tan-inputs: New file.
26179
e913141d
RM
261802013-04-16 Roland McGrath <roland@hack.frob.com>
26181
26182 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26183 considered kosher.
26184
a2964074
SP
261852013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
26186
4856bcd2
SP
26187 * benchtests/Makefile: Include cppflags-iterator.mk to add
26188 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26189
a2964074
SP
26190 * Makefile.in (bench-clean): New target.
26191 * benchtests/Makefile (bench-clean): Likewise.
26192
9fbf9aca
DH
261932013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
26194
26195 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26196
207d1e2a
TS
261972013-04-15 Thomas Schwinge <thomas@codesourcery.com>
26198
26199 * stdio-common/tstdiomisc.c: Fix coding-style violation.
26200
306dfba9
AS
262012013-04-15 Andreas Schwab <schwab@suse.de>
26202
26203 * nscd/grpcache.c (cache_addgr): Properly check for short write.
26204 * nscd/initgrcache.c (addinitgroupsX): Likewise.
26205 * nscd/pwdcache.c (cache_addpw): Likewise.
26206 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
26207 more than recsize.
26208
206a6699
SP
262092013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26210
26211 * benchtests/Makefile (bench): Write all output to
26212 bench-out.tmp together.
26213
0582f6b3
AS
262142013-04-15 Andreas Schwab <schwab@suse.de>
26215
26216 * nscd/nscd.c (main): Don't fork again after closing files.
26217
acb4325f
SP
262182013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26219
5cb26d0a
SP
26220 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26221
acb4325f
SP
26222 * benchtests/Rules (bench-deps): Collect dependencies into a
26223 single variable. Add Makefile to dependencies.
26224 ($(objpfx)bench-%.c): Depend on bench-deps.
26225
47792506
RM
262262013-04-12 Roland McGrath <roland@hack.frob.com>
26227 Xavier Roche <roche+kml2@exalead.com>
26228
26229 [BZ #15361]
26230 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26231 just that it's a file descriptor.
26232 * manual/llio.texi (Synchronizing AIO Operations): Update description
26233 for EBADF error from aio_fsync.
26234
8fc1bee5
SP
262352013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26236
26237 * Rules (bench): Move target definition...
26238 * benchtests/Makefile: ... here.
26239
aba5e333
CD
262402013-04-11 Carlos O'Donell <carlos@redhat.com>
26241
26242 * math/libm-test.inc (cos_test): Fix PI/2 test.
26243 (sincos_test): Likewise.
26244 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26245 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26246
273cdee8
AS
262472013-04-11 Andreas Schwab <schwab@suse.de>
26248
6ecec3b6
AS
26249 [BZ #13988]
26250 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26251 accept exponent character only when digits were seen.
26252 * stdio-common/Makefile (tests): Add bug26.
26253 * stdio-common/bug26.c: New file.
26254
273cdee8
AS
26255 [BZ #14293]
26256 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26257 non-freeable.
26258
8da491f5
SP
262592013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26260
01dc6df9
SP
26261 * Makeconfig (rtld-prefix): Define built linker prefix.
26262 * Rules (run-bench): Use it.
26263 * math/Makefile (run-regen-ulps): Likewise.
26264
8da491f5
SP
26265 * Rules (bench): Remove eval.
26266
abe7f530
SP
262672013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26268 Roland McGrath <roland@hack.frob.com>
26269 Ondrej Bilka <neleai@seznam.cz>
26270
26271 [BZ #15346]
26272 * time/getdate.c: Include ctype.h and alloca.h.
26273 (__getdate_r): Trim leading and trailing spaces of input.
26274 * time/tst-getdate.c (tests): Add tests with leading and
26275 trailing spaces.
26276
61c23e62
RM
262772013-04-08 Roland McGrath <roland@hack.frob.com>
26278
26279 [BZ #14280]
26280 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26281 when computing value.
26282
7208a313
CD
262832013-04-06 Carlos O'Donell <carlos@redhat.com>
26284
085b2d41
CD
26285 * math/README.libm-test (How can I generate "libm-test-ulps"?):
26286 Use testrun.sh to run libm tests.
26287
7208a313
CD
26288 [BZ #15309]
26289 * elf/dl-open.c (dl_open_worker): memset all of seen array.
26290
872c0acd
MM
262912013-04-06 Marko Myllynen <myllynen@redhat.com>
26292
26293 [BZ #15264]
26294 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26295
26510bdd
CD
262962013-04-06 Carlos O'Donell <carlos@redhat.com>
26297
26298 * Makefile.in (regen-ulps): New target.
26299 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26300 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26301 [ifneq (no,$(PERL)] (regen-ulps): New target.
26302 [ifeq (no,$(PERL)] (regen-ulps): New target.
26303 * math/libm-test.inc (ulps_file_name): Define.
26304 (output_dir): New variable.
26305 (options): Add "output-dir" option.
26306 (parse_opt): Handle 'o' case.
26307 (main): If output_dir is non-NULL use it as a prefix
26308 otherwise use "".
26309 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26310
a01f19c8
CD
263112013-04-06 Carlos O'Donell <carlos@redhat.com>
26312
26313 [BZ #10060, #10062]
26314 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26315 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26316 fail configure if __sync_val_compare_and_swap is not inlined.
26317 * sysdeps/i386/configure: Regenerate.
26318 * configure.in: Build for i686 when configured for i386.
26319 * configure: Regenerate.
26320 * README: Remove i386 reference.
26321
b7a329a5
CD
263222013-04-06 Carlos O'Donell <carlos@redhat.com>
26323
26324 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26325 * sysdeps/s390/s390-64/sysdep.h: Likewise.
26326
bf0f50df
TS
263272013-04-05 Thomas Schwinge <thomas@codesourcery.com>
26328
ee091edf
TS
26329 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26330 (lmsnanval): New variables.
26331 (F): Add conversion tests.
26332 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26333 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26334
a8b792d6
TS
26335 * stdio-common/tstdiomisc.c (F): Properly collect individual
26336 tests' results.
26337
a1cbf437
TS
26338 [BZ #14686, #15336]
26339 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26340 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26341 Instead, use input NaN values or generate a qNaN by arithmetic
26342 operation. Also fix bugs to comply with the standard.
26343 * math/libm-test.inc (remainder_test): Add more tests.
26344
8b43a0c9
TS
26345 [BZ #15335, #15342]
26346 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26347 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26348 input NaN values or generate a qNaN by arithmetic operation.
26349
d91da4ce
TS
26350 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26351 unreachable code.
26352
bf0f50df
TS
26353 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26354 definitions.
26355
05e166c8
JM
263562013-04-03 Joseph Myers <joseph@codesourcery.com>
26357
26358 [BZ #14478]
26359 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26360 underflowed result.
26361 * math/s_cexpf.c (__cexpf): Likewise.
26362 * math/s_cexpl.c (__cexpl): Likewise.
26363 * math/libm-test.inc (cexp_test): Add more tests.
26364
1cef1b19
AS
263652013-04-03 Andreas Schwab <schwab@suse.de>
26366
26367 [BZ #15330]
26368 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26369 order arrays from heap if bigger than alloca cutoff.
26370
74d87055
TS
263712013-04-03 Thomas Schwinge <thomas@codesourcery.com>
26372
26373 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26374 (SNAN_TESTS_double): Refer to GCC PR56831.
26375 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26376 GCC PR56828.
26377
d755bba4
SP
263782013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
26379
90d5d5bb
SP
26380 * Rules (bench): Move bench.out after the run is complete.
26381
73e0cd5d
SP
26382 * Rules (bench): Echo currently running benchmark.
26383
64aabd4b
SP
26384 * benchtests/Makefile (bench): Add atan and slowatan.
26385 * benchtests/atan-inputs: New file.
26386 * benchtests/slowatan-inputs: New file.
26387 * benchtests/slowatan.c: New file.
26388
c871eccd
SP
26389 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26390 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26391 its value.
26392
d755bba4
SP
26393 [BZ #15305]
26394 * sysdeps/unix/sysv/linux/kernel-features.h
26395 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26396 __ASSUME_XFS_RESTRICTED_CHOWN.
26397 * sysdeps/unix/sysv/linux/pathconf.c
26398 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26399 Save and restore errno.
26400
52ce4860
JM
264012013-04-02 Joseph Myers <joseph@codesourcery.com>
26402
26403 [BZ #15327]
26404 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26405 arguments using __kernel_casinh.
26406 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26407 arguments using __kernel_casinhf.
26408 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26409 arguments using __kernel_casinhl.
26410 * math/libm-test.inc (cacosh_test): Add more tests.
26411 * sysdeps/i386/fpu/libm-test-ulps: Update.
26412 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26413
81f311c2
SP
264142013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
26415
e7906a47
SP
26416 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26417 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26418
92e3664b
SP
26419 * bench/Makefile (bench): Add sin and slowsin.
26420 * benchtests/sin-inputs: New file.
26421 * benchtests/slowsin-inputs: New file.
26422 * benchtests/slowsin.c: New file.
26423
81f311c2
SP
26424 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26425 (bench): Add slowexp and slowpow.
26426 (exp-ITER): Increase iterations.
26427 (pow-ITER): Likewise.
26428 * benchtests/exp-inputs: Change input.
26429 * benchtests/pow-inputs: Likewise.
26430 * benchtests/slowexp-inputs: New file.
26431 * benchtests/slowexp.c: New file.
26432 * benchtests/slowpow-inputs: New file.
26433 * benchtests/slowpow.c: New file.
26434
ab0f1aa9
AZ
264352013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26436
26437 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26438 instructions.
26439 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26440 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26441 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26442 * benchtests/Makefile: Add rint benchtest.
26443 * benchtests/rint-inputs: Input for rint benchtest.
26444
57267616
TS
264452013-04-02 Thomas Schwinge <thomas@codesourcery.com>
26446
26447 * Versions.def (libm): Add GLIBC_2.18.
26448 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26449 hidden libm prototypes.
26450 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26451 * math/Makefile (libm-calls): Add s_issignaling.
26452 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26453 __issignalingf, __issignalingl. Adjust all libm.abilist files.
26454 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26455 declaration.
26456 * math/math.h [__USE_GNU] (issignaling): New macro.
26457 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26458 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26459 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26460 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26461 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26462 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26463 * manual/arith.texi (issignaling): New section.
26464 * manual/libm-err-tab.pl (@all_functions): Update comment.
26465 * math/gen-libm-test.pl (parse_args): Apply special handling for
26466 issignaling.
26467 * math/libm-test.inc (print_float, issignaling_test): New
26468 functions.
26469 (check_float_internal): Add issignaling checks.
26470 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26471 default definition.
26472 * sysdeps/powerpc/math-tests.h: New file.
26473 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26474 tests.
26475 * math/test-snan.c (TEST_FUNC): Likewise.
26476
6142896d
DM
264772013-03-30 David S. Miller <davem@davemloft.net>
26478
26479 * po/de.po: Update from translation team.
26480
ccc8cadf
JM
264812013-03-30 Joseph Myers <joseph@codesourcery.com>
26482
26483 [BZ #10357]
26484 * math/k_casinh.c (__kernel_casinh): Handle arguments with
26485 imaginary part less than 1.0 and real part less than 0.5
26486 specially.
26487 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26488 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26489 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26490 (cacos_test): Add more tests.
26491 (casin_test): Likewise.
26492 (casinh_test): Likewise.
26493 * sysdeps/i386/fpu/libm-test-ulps: Update.
26494 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26495
0f6a8d4b
SP
264962013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
26497
0d1029de
SP
26498 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26499 ONE with its value.
26500
c2d94018
SP
26501 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26502 (__pow_mp): Replace ONE and MONE with their values.
26503 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26504 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26505 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26506 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26507 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26508 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26509
27ec37f1
SP
26510 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26511
a64d7e0e
SP
26512 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26513 (__pow_mp): Replace ZERO and MZERO with their values.
26514 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26515 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26516 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26517 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26518 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26519 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26520 (__sqr): Likewise.
26521
d26dd3eb
SP
26522 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26523
0f6a8d4b
SP
26524 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26525
e57b0c61
RM
265262013-03-28 Roland McGrath <roland@hack.frob.com>
26527
26528 * include/stdlib.h [!SHARED] (__call_tls_dtors):
26529 Declare with __attribute__ ((weak)).
26530 * stdlib/exit.c (__libc_atexit) [!SHARED]:
26531 Call __call_tls_dtors only if it's not NULL.
26532
356b3480
RM
265332013-03-28 Roland McGrath <roland@hack.frob.com>
26534
288f7d79
RM
26535 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26536 didn't do it already, then set _dl_phdr and _dl_phnum based on the
26537 magic __ehdr_start linker symbol if it's defined.
26538 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26539 them up here if it was already done.
26540
dc0a0263
RM
26541 * elf/dl-support.c (_dl_phdr): Make pointer to const.
26542 (_dl_aux_init): Use const in cast when setting it.
26543 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26544 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26545 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26546
3d3436ae
RM
26547 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26548 Declare them here.
26549 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26550 * csu/libc-tls.c: Nor here.
26551 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26552
356b3480
RM
26553 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26554 (__libc_message): Never call vsyslog.
26555
b0f1246a
AM
265562013-03-28 Alan Modra <amodra@gmail.com>
26557
26558 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26559 Define as empty.
26560 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26561 Likewise.
26562
fbbe2b9a
AZ
265632013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26564
26565 [BZ #15214]
26566 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26567 underflow.
26568 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26569
1728ab37
SP
265702013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
26571
7a86be6e
SP
26572 [BZ #15304]
26573 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26574 Don't add gid passed as argument.
26575
1728ab37
SP
26576 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26577
3a7182a1
JM
265782013-03-27 Joseph Myers <joseph@codesourcery.com>
26579
26580 [BZ #15307]
26581 * math/k_casinh.c (__kernel_casinh): Handle arguments with
26582 imaginary part between 1.0 and 1.5 and real part less than 0.5
26583 specially.
26584 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26585 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26586 * math/libm-test.inc (cacos_test): Add more tests.
26587 (casin_test): Likewise.
26588 (casinh_test): Likewise.
26589 * sysdeps/i386/fpu/libm-test-ulps: Update.
26590 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26591
6f2e90e7
SP
265922013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
26593
5739f705
SP
26594 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26595 constants.
26596 (norm): Likewise.
26597 (denorm): Likewise.
26598 (__dbl_mp): Likewise.
26599 (add_magnitudes): Likewise.
26600 (sub_magnitudes): Likewise.
26601 (__add): Likewise.
26602 (__sub): Likewise.
26603 (__mul): Likewise.
26604 (__sqr): Likewise.
26605 (__inv): Likewise.
26606 (__dvd): Likewise.
26607
e375e83d
SP
26608 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26609 commented code.
26610 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26611 (__dubcos): Likewise.
26612 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26613 (__ieee754_acos): Likewise.
26614 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26615 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26616 (__exp1): Likewise.
26617 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26618 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26619 (log1): Likewise.
26620 (my_log2): Likewise.
26621 (checkint): Likewise.
26622 * sysdeps/ieee754/dbl-64/e_remainder.c
26623 (__ieee754_remainder): Likewise.
26624 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26625 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26626 (bsloww): Likewise.
26627 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26628
6f2e90e7
SP
26629 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26630 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26631 MANTISSA_STORE_T to store computations on mantissa. Use
26632 macros for rounding and division.
26633 (denorm): Likewise.
26634 (__dbl_mp): Likewise.
26635 (add_magnitudes): Likewise.
26636 (sub_magnitudes): Likewise.
26637 (__mul): Likewise.
26638 (__sqr): Likewise.
26639 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
26640 powers of two in terms of TWOPOW macro.
26641 (mp_no): Make type of mantissa as MANTISSA_T.
26642 [!RADIXI]: Define RADIXI.
26643 [!TWO52]: Define TWO52.
26644 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26645
fce14d4e
AZ
266462013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26647
26648 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26649 llroundl symbol when building for PPC32.
26650
9ad027fb
MW
266512013-03-24 Mark H Weaver <mhw@netris.org>
26652
26653 * manual/arith.texi (Normalization Functions): Fix prototypes for
26654 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26655
e42a38dd
AZ
266562013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26657
26658 [BZ #13889]
26659 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26660 high value to check if expl overflow.
26661 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26662 to check for underflow and overflow.
26663 * math/libm-test.inc: Add exp test.
26664
2e0fb521
DL
266652013-03-21 Dmitry V. Levin <ldv@altlinux.org>
26666
26667 [BZ #11120]
26668 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26669 with NOT_IN_libc.
26670
b5784d95
AZ
266712013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26672
26673 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26674 symbol.
26675
5aa4a1a1
TS
266762013-03-21 Thomas Schwinge <thomas@codesourcery.com>
26677
bdef0be7
TS
26678 * math/gen-libm-test.pl (parse_args, special_functions): Properly
26679 wrap blocks consisting of several statements.
26680
5aa4a1a1
TS
26681 * sysdeps/generic/math-tests.h: New file.
26682 * sysdeps/i386/fpu/math-tests.h: Likewise.
26683 * math/test-snan.c: Include it.
26684 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26685
98c48fe5
JM
266862013-03-21 Joseph Myers <joseph@codesourcery.com>
26687
26688 [BZ #15285]
26689 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26690 (__ieee754_j0l): Do not improve calculations using cos of twice
26691 input for inputs above LDBL_MAX / 2.0L.
26692 (__ieee754_y0l): Likewise.
26693 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26694 (__ieee754_j1l): Do not improve calculations using cos of twice
26695 input for inputs above LDBL_MAX / 2.0L.
26696 (__ieee754_y1l): Likewise.
26697 * math/libm-test.inc (j0_test): Add another test.
26698 (j1_test): Likewise.
26699 (y0_test): Likewise.
26700 (y1_test): Likewise.
26701 * sysdeps/i386/fpu/libm-test-ulps: Update.
26702
3775a8bc
SP
267032013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26704
26705 * Rules ($(objpfx)bench-%.c): Include code from a C source
26706 file.
26707
0a1b2ae6
JM
267082013-03-21 Joseph Myers <joseph@codesourcery.com>
26709
26710 [BZ #15287]
26711 * math/k_casinh.c (__kernel_casinh): Handle arguments with
26712 imaginary part 1.0 and real part less than 0.5 specially.
26713 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26714 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26715 * math/libm-test.inc (cacos_test): Add more tests.
26716 (casin_test): Likewise.
26717 (casinh_test): Likewise.
26718 * sysdeps/i386/fpu/libm-test-ulps: Update.
26719 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26720
b33d4ce4
SP
267212013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26722
26723 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26724 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26725
bef0b507
JM
267262013-03-20 Joseph Myers <joseph@codesourcery.com>
26727
26728 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26729 * config.make.in (config-cflags-sse4): Remove variable.
26730 (config-cflags-avx): Likewise.
26731 (config-cflags-sse2avx): Likewise.
26732 (config-cflags-novzeroupper): Likewise.
26733 (config-asflags-i686): Likewise.
26734 (have-mfma4): Likewise.
26735 (have-as-vis3): Likewise.
26736 (MIG): Likewise.
26737 * configure.in (MIG): Do not AC_SUBST.
26738 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26739 (libc_cv_cc_sse4): Do not AC_SUBST.
26740 (libc_cv_cc_avx): Likewise.
26741 (libc_cv_cc_sse2avx): Likewise.
26742 (libc_cv_cc_novzeroupper): Likewise.
26743 (libc_cv_cc_fma4): Likewise.
26744 (libc_cv_as_i686): Likewise.
26745 (libc_cv_sparc_as_vis3): Likewise.
26746 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26747 LIBC_CONFIG_VAR.
26748 (config-asflags-i686): Likewise.
26749 (config-cflags-avx): Likewise.
26750 (config-cflags-sse2avx): Likewise.
26751 (have-mfma4): Likewise.
26752 (config-cflags-novzeroupper): Likewise.
26753 * sysdeps/mach/configure.in (MIG): Likewise.
26754 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26755 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26756 LIBC_CONFIG_VAR.
26757 (config-cflags-avx): Likewise.
26758 (config-cflags-sse2avx): Likewise.
26759 (have-mfma4): Likewise.
26760 (config-cflags-novzeroupper): Likewise.
26761 * configure: Regenerated.
26762 * sysdeps/i386/configure: Likewise.
26763 * sysdeps/mach/configure: Likewise.
26764 * sysdeps/sparc/configure: Likewise.
26765 * sysdeps/x86_64/configure: Likewise.
26766
912cc4b3
RM
267672013-03-20 Roland McGrath <roland@hack.frob.com>
26768
26769 [BZ #14812]
26770 * locale/programs/localedef.c (options): Put N_ translation marker
26771 on argument names, not just descriptions.
26772
04eed2b0
MS
267732013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
26774
26775 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26776
a065ceff
OB
267772013-03-20 Ondřej Bílka <neleai@seznam.cz>
26778
9bb2a810 26779 [BZ #14176]
a065ceff
OB
26780 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26781
a600e5ce
RM
267822013-03-19 Roland McGrath <roland@hack.frob.com>
26783
26784 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26785 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26786 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26787 [!BEFORE_ABORT] (before_abort): New function.
26788 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26789 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26790 (writev_for_fatal): New function.
26791 (WRITEV_FOR_FATAL): New macro; call that.
26792 (backtrace_and_maps): New function.
26793 (BEFORE_ABORT): New macro; call that.
26794 (struct str_list): Type removed.
26795 (__libc_message, __libc_fatal): Functions removed.
26796 Include <sysdeps/posix/libc_fatal.c> instead.
26797
6b18bea6
JM
267982013-03-19 Joseph Myers <joseph@codesourcery.com>
26799
26800 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26801 constants.
26802 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26803 double constants.
26804
aaa8cb4b
AS
268052013-03-19 Andreas Schwab <schwab@suse.de>
26806
44673770
AS
26807 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26808 * sysdeps/gnu/configure: Regenerate.
26809
aaa8cb4b
AS
26810 * configure.in: Substitute libc_cv_rtlddir.
26811 * configure: Regenerate.
26812 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26813 * Makeconfig (rtlddir, inst_rtlddir): New variables.
26814 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26815 * elf/Makefile (install-others, CFLAGS-interp.c)
26816 (ldso_install, common-ldd-rewrite): Likewise.
26817 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26818 $(inst_slibdir)/$(rtld-installed-name).
26819 * scripts/rellns-sh: Add -p option.
26820 * Makerules (make-shlib-link): Use rellns-sh to get relative name
26821 for source.
26822
d3cfc668
SP
268232013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
26824
26825 * manual/nptl.texi: Renamed to ...
26826 * manual/threads.texi: ... this.
26827 * manual/Makefile (chapters): Update.
26828
0e2b9cdd
RM
268292013-03-18 Roland McGrath <roland@hack.frob.com>
26830
26831 [BZ #14812]
26832 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26833 on argument names, not just descriptions.
0e2b9cdd
RM
26834 * malloc/memusagestat.c (options): Likewise.
26835 * nss/getent.c (options): Likewise.
63270c24
RM
26836
268372013-03-18 Benno Schulenberg <bensberg@justemail.net>
26838
26839 [BZ #14812]
26840 * iconv/iconv_prog.c (options): Put N_ translation marker
26841 on argument names, not just descriptions.
26842 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 26843
b2e1393c
OB
268442013-03-18 Ondrej Bilka <neleai@seznam.cz>
26845
26846 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26847 implementation which is faster on all x86_64 architectures.
26848 Tested on AMD, Intel Nehalem, SNB, IVB.
26849 * sysdeps/x86_64/strnlen.S: Likewise.
26850
26851 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26852 Remove all multiarch strlen and strnlen versions.
26853 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26854 Remove strlen and strnlen related parts.
26855
26856 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26857 Inline strlen part.
26858 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26859
26860 * sysdeps/x86_64/multiarch/strlen.S: Remove.
26861 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26862 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26863 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26864 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26865 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26866
ec4ff04d
CD
268672013-03-17 Carlos O'Donell <carlos@redhat.com>
26868
26869 * manual/memory.texi (Malloc Tunable Parameters):
26870 Sort parameters alphabetically. Add comments for missing entries.
26871
cd18e90a
DM
268722013-03-17 David S. Miller <davem@davemloft.net>
26873
26874 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26875
2a185d32
JM
268762013-03-16 Joseph Myers <joseph@codesourcery.com>
26877
d2f9799e
JM
26878 [BZ #15283]
26879 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26880 for arguments at most half maximum finite value.
26881 * math/libm-test.inc (j0_test): Add more tests.
26882 (j1_test): Likewise.
26883 (y0_test): Likewise.
26884 (y1_test): Likewise.
26885 * sysdeps/i386/fpu/libm-test-ulps: Update.
26886 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26887
2a185d32
JM
26888 [BZ #14155]
26889 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26890 1 / x and functions P and Q for arguments above 0x1p256L.
26891 (__ieee754_y0l): Likewise.
26892 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26893 (__ieee754_y1l): Likewise.
26894 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26895 (j1_test): Likewise.
26896 (y0_test): Likewise.
26897 (y1_test): Likewise.
26898
6cbec759
TS
268992013-03-16 Thomas Schwinge <thomas@codesourcery.com>
26900
26901 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26902 variable.
26903
bc16e260
RM
269042013-03-15 Roland McGrath <roland@hack.frob.com>
26905
aefc9b8c
RM
26906 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26907 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26908 zero since it's initialized to EXEC_PAGESIZE.
26909
bc16e260
RM
26910 * sysdeps/unix/sysv/linux/ldsodefs.h
26911 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26912 * sysdeps/generic/ldsodefs.h: ... here.
26913
a57da955
TS
269142013-03-15 Thomas Schwinge <thomas@codesourcery.com>
26915
af00a34d
TS
26916 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26917
495ded2c
TS
26918 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26919 math/test-snan.c.
26920 * math/test-snan.c: Renamed from
26921 sysdeps/powerpc/fpu/test-powerpc-snan.c.
26922 * math/Makefile (tests): Add test-snan.
26923 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26924 test-powerpc-snan.
26925
777b0332
TS
26926 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26927 SUFFIX. Initialize qNaN_var with __builtin_nan family of
26928 functions.
26929 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
26930 __builtin_nan family of functions.
26931 * math/libm-test.inc (initialize): Initialize qnan_value with
26932 __builtin_nan family of functions.
26933 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26934 Remove variables.
26935 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26936 Remove functions.
26937 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
26938 storage class. Initialize qNaN_var and sNaN_var with
26939 __builtin_nan and __builtin_nans families of functions,
26940 respectively.
26941
64d063b8
TS
26942 * math/libm-test.inc (acosh_test): Also test with qNaN input.
26943 (sqrt_test): Remove duplicate test with qNaN input.
26944 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26945 (round_test, signbit_test, significand_test): Note missing +/-Inf
26946 as well as qNaN tests.
26947
67e971f1
TS
26948 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26949 qNaN_var. Fix a few strings, too.
26950 * math/libm-test.inc (nan_value): Rename to qnan_value.
26951 * math/gen-libm-test.pl (%beautify): Adjust to that.
26952 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26953 * math/test-misc.c (main): Likewise.
26954 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26955 to __qnan_bytes, and __qnan_union, respectively.
26956 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26957 Likewise.
26958 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26959 and lqnanval, respectively.
26960 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26961 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26962 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26963 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26964
64487e12
TS
26965 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26966 * math/test-misc.c (main) [__x86_64__]: Enable test for long
26967 doubles.
26968
e015e27b
TS
26969 * math/test-misc.c (main): Fix copy'n'pastos.
26970 * misc/tst-efgcvt.c (special): Likewise.
26971
a57da955
TS
26972 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26973 Remove declarations.
26974
1e380345
SP
269752013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26976
26977 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26978 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26979 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26980 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26981
ef26eece
AZ
269822013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26983
26984 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26985 macro to return vdso values correctly in IFUNC implementations.
26986 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26987 Optimization by using IFUNC.
26988
8cfdb7e0
SP
269892013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26990 Richard Henderson <rth@redhat.com>
26991 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
26992
26993 * Makefile.in (bench): New target.
26994 * NEWS: Mention the benchmark framework.
26995 * Rules (bench): Likewise.
26996 (binaries-bench): Generate binaries for functions to
26997 benchmark.
26998 * benchtests/Makefile: New makefile for benchmark tests.
26999 * benchtests/bench-skeleton.c: New skeleton file for benchmark
27000 programs.
27001 * benchtests/exp-inputs: New input file for EXP function.
27002 * benchtests/pow-inputs: New input file for POW function.
27003 * scripts/bench.pl: New script to generate source files for
27004 benchmark programs.
27005
bcda9880
SP
270062013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
27007
d22ca8cd
SP
27008 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27009 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27010 computations on mantissa. Use macros for rounding and
27011 division.
27012 (denorm): Likewise.
27013 (__dbl_mp): Likewise.
27014 (add_magnitudes): Likewise.
27015 (sub_magnitudes): Likewise.
27016 (__mul): Likewise.
27017 (__sqr): Likewise.
27018 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
27019 powers of two in terms of TWOPOW macro.
27020 (mp_no): Make type of mantissa as MANTISSA_T.
27021 [!RADIXI]: Define RADIXI.
27022 [!TWO52]: Define TWO52.
27023 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27024
bcda9880
SP
27025 * manual/nptl.texi (cindex): Modify threads to pthreads.
27026
06d5adfb
JM
270272013-03-15 Joseph Myers <joseph@codesourcery.com>
27028
27029 * sysdeps/x86_64/preconfigure: Regenerated.
27030
41c7328e
JM
270312013-03-14 Joseph Myers <joseph@codesourcery.com>
27032
27033 [BZ #14155]
27034 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27035 0x1p28 and above.
27036 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27037 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27038 0x1p28 and above.
27039 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27040 * math/libm-test.inc (j0_test): Do not allow one spurious
27041 underflow exception.
27042 (y1_test): Likewise.
27043
e25cfa60
SP
270442013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27045
0409959c
SP
27046 * manual/Makefile (chapters): Add nptl.
27047 * manual/debug.texi (Debugging Support): Add link to Threads
27048 chapter.
27049 * manual/nptl.texi: New file.
27050
e25cfa60
SP
27051 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27052
58a1335e
PB
270532013-03-14 Petr Baudis <pasky@ucw.cz>
27054
27055 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27056 for non-NULL pointer before the memory validity test. Pointed
27057 out by Holger Brunck <holger.brunck@keymile.com>.
27058
9dc7c64f
AS
270592013-03-13 Andreas Schwab <schwab@suse.de>
27060
27061 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27062 instead of .os.
27063
54206aa6
JM
270642013-03-13 Joseph Myers <joseph@codesourcery.com>
27065
27066 * timezone/zic.c: Update from tzcode 2013b.
27067
e98cdb38
CD
270682013-03-12 Carlos O'Donell <carlos@redhat.com>
27069
27070 * manual/install.texi (Configuring and compiling):
27071 Mention i686 and i586.
27072 * INSTALL: Regenerate.
27073
9967e003
RM
270742013-03-12 Roland McGrath <roland@hack.frob.com>
27075
27076 * sysdeps/init_array/elf-init.c: New file.
27077 * csu/elf-init.c
27078 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27079 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27080
27081 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27082 __gmon_start__ as global, but as static with a .preinit_array pointer.
27083 * sysdeps/init_array/gmon-start.c: New file. Use that.
27084 * sysdeps/init_array/crti.S: New file, empty except for comments.
27085 * sysdeps/init_array/crtn.S: Likewise.
27086
e6b5a293 270872013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
27088
27089 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27090 definining bcopy.
80f844c9
OB
27091 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27092 Remove Prefer_SSE_for_memop.
27093 * sysdeps/x86_64/multiarch/init-arch.h: Remove
27094 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27095 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
27096 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27097 memset-x86-64.
80f844c9 27098 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 27099 Remove bzero, memset ifunc support.
80f844c9
OB
27100 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27101 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27102 * sysdeps/x86_64/multiarch/memset.S: Likewise.
27103 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27104
fb6b0fcb
AS
271052013-03-11 Andreas Schwab <schwab@suse.de>
27106
27107 [BZ #15234]
27108 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27109 by SHLIB_COMPAT.
27110 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27111 (GLIBC_2.16): Remove pthread_atfork.
27112
3e6bd4b1
PP
271132013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
27114
27115 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27116 (ptestcases.h): Likewise.
27117
222d7f00
RM
271182013-03-08 Roland McGrath <roland@hack.frob.com>
27119
27120 * Makeconfig ($(common-objpfx)config.status): Depend on
27121 sysdeps/*/preconfigure{,.in} too.
27122
1ba4f030
JM
271232013-03-08 Joseph Myers <joseph@codesourcery.com>
27124
a222d91a
JM
27125 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27126 (__free_hook): Use void * instead of __malloc_ptr_t.
27127 (__malloc_hook): Likewise.
27128 (__realloc_hook): Likewise.
27129 (__memalign_hook): Likewise.
27130 (__after_morecore_hook): Likewise.
27131 * malloc/arena.c (save_malloc_hook): Likewise.
27132 (save_free_hook): Likewise.
27133 * malloc/hooks.c (malloc_hook_ini): Likewise.
27134 (realloc_hook_ini): Likewise.
27135 (memalign_hook_ini): Likewise.
27136 * malloc/malloc.c (malloc_hook_ini): Likewise.
27137 (realloc_hook_ini): Likewise.
27138 (memalign_hook_ini): Likewise.
27139 (__free_hook): Likewise.
27140 (__malloc_hook): Likewise.
27141 (__realloc_hook): Likewise.
27142 (__memalign_hook): Likewise.
27143 (__libc_malloc): Likewise.
27144 (__libc_free): Likewise.
27145 (__libc_realloc): Likewise.
27146 (__libc_memalign): Likewise.
27147 (__libc_valloc): Likewise.
27148 (__libc_pvalloc): Likewise.
27149 (__libc_calloc): Likewise.
27150 (__posix_memalign): Likewise.
27151 * malloc/morecore.c (__sbrk): Likewise.
27152 (__default_morecore): Likewise.
27153
5cc45e10
JM
27154 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27155
dd54b864
JM
27156 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27157 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27158 __malloc_ptrdiff_t.
27159
1ba4f030
JM
27160 * malloc/malloc.h (__malloc_size_t): Remove macro.
27161 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27162 __malloc_size_t.
27163 (old_memalign_hook): Likewise.
27164 (old_realloc_hook): Likewise.
27165 (struct hdr): Likewise.
27166 (flood): Likewise.
27167 (mallochook): Likewise.
27168 (memalignhook): Likewise.
27169 (reallochook): Likewise.
27170 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27171 (tr_old_realloc_hook): Likewise.
27172 (tr_old_memalign_hook): Likewise.
27173 (tr_mallochook): Likewise.
27174 (tr_reallochook): Likewise.
27175 (tr_memalignhook): Likewise.
27176
edf66e57
AZ
271772013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27178
27179 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27180 default_ldbl_pack and using as default implementation.
27181 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27182 implementation.
27183 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27184 redundant definition.
27185 (ldbl_insert_mantissa): Likewise.
27186 (ldbl_canonicalize): Likewise.
27187 (ldbl_nearbyint): Likewise.
27188 (ldbl_pack): Rename to ldbl_pack_ppc.
27189 (ldbl_unpack): Rename to ldbl_unpack_ppc.
27190 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27191 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27192
6d9145d8
SP
271932013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
27194
27195 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27196 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27197 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27198 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27199 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27200 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27201 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27202 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27203
4dd4e157
AJ
272042013-03-07 Andreas Jaeger <aj@suse.de>
27205
27206 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27207 bits/mman-linux.h.
27208
adbb8027
SP
272092013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
27210
ce544b5b
SP
27211 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27212 Include mpa.h and declare __MPEXP.
27213 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27214 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27215 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27216 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27217 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27218 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27219 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27220
4cc149fd
SP
27221 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27222 (__slowpow): Use long double EXPL and LOGL functions to
27223 compute POW.
27224 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27225 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27226 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27227 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27228 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27229 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27230
e6ebd4a7
SP
27231 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27232 intermediate variable to calculate exponent.
27233 (__sqr): Likewise.
27234 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27235 Likewise.
27236 (__sqr): Likewise.
27237
82a9811d
SP
27238 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27239 [!NO__SQR]: Define __sqr.
27240 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27241 and NO__SQR. Remove all code except __mul and __sqr. Include
27242 sysdeps/ieee754/dbl-64/mpa.c.
27243 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27244
adbb8027
SP
27245 [BZ #12723]
27246 * posix/Makefile (tests): Add tst-pathconf.
27247 * posix/tst-pathconf.c: New test case.
27248 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27249 _PC_PIPE_BUF.
27250 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27251
39120df9
PF
272522013-03-06 Patsy Franklin <pfrankli@redhat.com>
27253
27254 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27255
67525cb8
AJ
272562013-03-06 Andreas Jaeger <aj@suse.de>
27257
664a9ce4
AJ
27258 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27259 definition via __MAP_ANONYMOUS.
27260
8e39047d
AJ
27261 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27262 it's not part of Linux headers.
27263
67525cb8
AJ
27264 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27265 (MAP_HUGE_MASK): Define.
27266
27267 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27268 Define.
27269 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27270 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27271 Define.
27272 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27273 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27274 Define.
27275 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27276 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27277 Define.
27278 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27279
27280 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27281 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27282 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27283 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27284 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27285 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27286
27287 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27288 Handle f2fs.
27289
27290 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27291 Handle f2fs and efivarfs.
27292
27293 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27294 f2fs.
27295
27296 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27297 (EFIVARFS_MAGIC): Add.
27298 (F2FS_LINK_MAX): Add.
27299
e1b42695
PP
273002013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
27301
27302 * stdio-common/vfprintf.c: Replace __builtin_expect with
27303 __glibc_unlikely.
27304
2d67d91a
JM
273052013-03-06 Joseph Myers <joseph@codesourcery.com>
27306
27307 [BZ #13550]
27308 * sysdeps/generic/bp-sym.h: Remove file.
27309 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27310 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27311 <bp-sym.h> and <bp-asm.h>.
27312 (__longjmp): Don't use BP_SYM.
27313 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27314 and <bp-asm.h>.
27315 (memcpy): Don't use BP_SYM.
27316 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27317 <bp-sym.h> and <bp-asm.h>.
27318 (memcpy): Don't use BP_SYM.
27319 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27320 <bp-asm.h>.
27321 (memcpy): Don't use BP_SYM.
27322 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27323 <bp-asm.h>.
27324 (memset): Don't use BP_SYM.
27325 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27326 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27327 (__bzero): Don't use BP_SYM.
27328 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27329 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27330 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27331 <bp-sym.h> and <bp-asm.h>.
27332 (memcmp): Don't use BP_SYM. Remove comment about bounded
27333 pointers.
27334 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27335 <bp-sym.h> and <bp-asm.h>.
27336 (memcpy): Don't use BP_SYM.
27337 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27338 <bp-sym.h> and <bp-asm.h>.
27339 (memset): Don't use BP_SYM.
27340 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27341 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27342 (__bzero): Don't use BP_SYM.
27343 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27344 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27345 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27346 <bp-sym.h> and <bp-asm.h>.
27347 (strncmp): Don't use BP_SYM. Remove comment about bounded
27348 pointers.
27349 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27350 <bp-sym.h> and <bp-asm.h>.
27351 (memcpy): Don't use BP_SYM.
27352 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27353 <bp-sym.h> and <bp-asm.h>.
27354 (memset): Don't use BP_SYM.
27355 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27356 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27357 (__bzero): Don't use BP_SYM.
27358 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27359 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27360 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27361 <bp-sym.h> and <bp-asm.h>.
27362 (__memchr): Don't use BP_SYM.
27363 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27364 <bp-sym.h> and <bp-asm.h>.
27365 (memcmp): Don't use BP_SYM. Remove comment about bounded
27366 pointers.
27367 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27368 <bp-sym.h> and <bp-asm.h>.
27369 (memcpy): Don't use BP_SYM.
27370 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27371 <bp-sym.h> and <bp-asm.h>.
27372 (__mempcpy): Don't use BP_SYM.
27373 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27374 <bp-sym.h> and <bp-asm.h>.
27375 (__memrchr): Don't use BP_SYM.
27376 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27377 <bp-sym.h> and <bp-asm.h>.
27378 (memset): Don't use BP_SYM.
27379 (__bzero): Likewise.
27380 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27381 <bp-sym.h> and <bp-asm.h>.
27382 (__rawmemchr): Don't use BP_SYM.
27383 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27384 <bp-sym.h> and <bp-asm.h>.
27385 (__STRCMP): Don't use BP_SYM.
27386 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27387 <bp-sym.h> and <bp-asm.h>.
27388 (strchr): Don't use BP_SYM.
27389 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27390 <bp-sym.h> and <bp-asm.h>.
27391 (__strchrnul): Don't use BP_SYM.
27392 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27393 <bp-sym.h> and <bp-asm.h>.
27394 (strlen): Don't use BP_SYM.
27395 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27396 <bp-sym.h> and <bp-asm.h>.
27397 (strncmp): Don't use BP_SYM. Remove comment about bounded
27398 pointers.
27399 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27400 <bp-sym.h> and <bp-asm.h>.
27401 (__strnlen): Don't use BP_SYM.
27402 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27403 <bp-sym.h> and <bp-asm.h>.
27404 (__GI__setjmp): Don't use BP_SYM.
27405 (_setjmp): Likewise.
27406 (__sigsetjmp): Likewise.
27407 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27408 (L(start_addresses)): Don't use BP_SYM.
27409 (_start): Likewise.
27410 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27411 <bp-asm.h>.
27412 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27413 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27414 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27415 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27416 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27417 <bp-asm.h>.
27418 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27419 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
27420 about bounded pointers.
27421 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27422 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27423 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27424 <bp-asm.h>.
27425 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
27426 about bounded pointers. Remove GKM FIXME comments.
27427 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27428 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27429 <bp-asm.h>.
27430 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27431 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
27432 Remove GKM FIXME comments.
27433 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27434 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27435 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27436 <bp-asm.h>.
27437 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
27438 about bounded pointers. Remove GKM FIXME comment.
27439 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27440 and <bp-asm.h>.
27441 (strncmp): Don't use BP_SYM. Remove comment about bounded
27442 pointers.
27443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27444 <bp-sym.h> and <bp-asm.h>.
27445 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27446 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27447 <bp-sym.h> and <bp-asm.h>.
27448 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
27449 comment.
27450
cdcf361f
PP
274512013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
27452
27453 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27454 call free(NULL).
27455
3c4a2b15
DM
274562013-03-05 David S. Miller <davem@davemloft.net>
27457
27458 * po/es.po: Update from translation team.
27459
cdcf361f 274602013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
27461
27462 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27463 <bits/mman-linux.h>.
27464 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27465 is fine.
27466 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27467 <bits/mman-linux.h> to end of file.
27468 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27469 is fine.
27470 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27471 <bits/mman-linux.h> to end of file.
27472 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27473 is fine.
27474 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27475 <bits/mman-linux.h> to end of file.
27476
27477 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27478 (MCL_CURRENT, MCL_FUTURE): Define here.
27479
5f67c04f
AK
274802013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27481
8a4473cc 27482 [BZ #15232]
5f67c04f
AK
27483 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27484 attribute_hidden.
27485 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27486
c3e94a95
AK
274872013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
27488
27489 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27490 fourth parameter needed for rt_sigprocmask syscall.
27491 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27492 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27493 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27494 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27495 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27496 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27497
cfb6382a
JM
274982013-03-04 Joseph Myers <joseph@codesourcery.com>
27499
27500 [BZ #13550]
27501 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27502 comment about bounded pointers.
27503 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27504 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27505
539d8e01
AJ
275062013-03-04 Andreas Jaeger <aj@suse.de>
27507
27508 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27509 common definitions.
27510
27511 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27512 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27513 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27514 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27515 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
27516 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27517
2e167a70 275182013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
27519
27520 [BZ #15055]
27521 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27522 __ieee754_sqrl instead of __sqrl.
27523
68508633
JM
275242013-03-01 Joseph Myers <joseph@codesourcery.com>
27525
27526 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27527 * sysdeps/powerpc/fpu_control.h: ... here.
27528 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27529 * sysdeps/powerpc/bits/fenvinline.h: ... here.
27530 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27531 * sysdeps/powerpc/bits/mathinline.h: ... here.
27532
7775448e
RM
275332013-03-01 Roland McGrath <roland@hack.frob.com>
27534
27535 * elf/dl-hwcaps.c (_dl_important_hwcaps):
27536 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27537 to just [NEED_DL_SYSINFO_DSO].
27538 * elf/dl-support.c: Likewise.
27539 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27540 * elf/rtld.c (dl_main): Likewise.
27541 * elf/setup-vdso.h (setup_vdso): Likewise.
27542 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27543 * sysdeps/unix/sysv/linux/dl-sysdep.c
27544 (_dl_discover_osversion): Likewise.
27545
4e9b5995
CD
275462013-03-01 Carlos O'Donell <carlos@redhat.com>
27547
27548 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27549 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27550
e23872c8
SP
275512013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
27552
e5c74c63
SP
27553 * NEWS: Mention libm performance improvements and non-x86 PI
27554 futex support.
27555
e23872c8
SP
27556 * csu/libc-start.c (__pthread_initialize_minimal): Change
27557 function arguments.
27558 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27559
b5510883
JM
275602013-02-28 Joseph Myers <joseph@codesourcery.com>
27561
27562 [BZ #13550]
27563 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27564 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27565 <bp-sym.h> and <bp-asm.h>.
27566 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27567 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27568 and <bp-asm.h>.
27569 (memcpy): Don't use BP_SYM.
27570 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27571 <bp-asm.h>.
27572 (__mpn_add_n): Don't use BP_SYM.
27573 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27574 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27575 and <bp-asm.h>.
27576 (__mpn_addmul_1): Don't use BP_SYM.
27577 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27578 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27579 <bp-sym.h>.
27580 (_setjmp): Don't use BP_SYM.
27581 (__novmx_setjmp): Likewise.
27582 (__GI__setjmp): Likewise.
27583 (__vmx_setjmp): Likewise.
27584 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27585 <bp-sym.h>.
27586 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27587 (__bzero): Don't use BP_SYM.
27588 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27589 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27590 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27591 <bp-sym.h> and <bp-asm.h>.
27592 (memcpy): Don't use BP_SYM.
27593 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27594 <bp-sym.h> and <bp-asm.h>.
27595 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27596 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27597 <bp-sym.h> and <bp-asm.h>.
27598 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27599 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27600 <bp-asm.h>.
27601 (__mpn_lshift): Don't use BP_SYM.
27602 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27603 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27604 <bp-asm.h>.
27605 (memset): Don't use BP_SYM.
27606 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27607 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27608 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27609 <bp-asm.h>.
27610 (__mpn_mul_1): Don't use BP_SYM.
27611 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27612 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27613 <bp-sym.h> and <bp-asm.h>.
27614 (memcmp): Don't use BP_SYM.
27615 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27616 <bp-sym.h> and <bp-asm.h>.
27617 (memcpy): Don't use BP_SYM.
27618 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27619 <bp-sym.h> and <bp-asm.h>.
27620 (memset): Don't use BP_SYM.
27621 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27622 <bp-sym.h> and <bp-asm.h>.
27623 (strncmp): Don't use BP_SYM.
27624 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27625 <bp-sym.h> and <bp-asm.h>.
27626 (memcpy): Don't use BP_SYM.
27627 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27628 <bp-sym.h> and <bp-asm.h>.
27629 (memset): Don't use BP_SYM.
27630 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27631 <bp-sym.h> and <bp-asm.h>.
27632 (__memchr): Don't use BP_SYM.
27633 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27634 <bp-sym.h> and <bp-asm.h>.
27635 (memcmp): Don't use BP_SYM.
27636 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27637 <bp-sym.h> and <bp-asm.h>.
27638 (memcpy): Don't use BP_SYM.
27639 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27640 <bp-sym.h> and <bp-asm.h>.
27641 (__mempcpy): Don't use BP_SYM.
27642 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27643 <bp-sym.h> and <bp-asm.h>.
27644 (__memrchr): Don't use BP_SYM.
27645 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27646 <bp-sym.h> and <bp-asm.h>.
27647 (memset): Don't use BP_SYM.
27648 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27649 <bp-sym.h> and <bp-asm.h>.
27650 (__rawmemchr): Don't use BP_SYM.
27651 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27652 <bp-sym.h> and <bp-asm.h>.
27653 (__STRCMP): Don't use BP_SYM.
27654 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27655 <bp-sym.h> and <bp-asm.h>.
27656 (strchr): Don't use BP_SYM.
27657 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27658 <bp-sym.h> and <bp-asm.h>.
27659 (__strchrnul): Don't use BP_SYM.
27660 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27661 <bp-sym.h> and <bp-asm.h>.
27662 (strlen): Don't use BP_SYM.
27663 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27664 <bp-sym.h> and <bp-asm.h>.
27665 (strncmp): Don't use BP_SYM.
27666 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27667 <bp-sym.h> and <bp-asm.h>.
27668 (__strnlen): Don't use BP_SYM.
27669 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27670 <bp-asm.h>.
27671 (__mpn_rshift): Don't use BP_SYM.
27672 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27673 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27674 <bp-sym.h> and <bp-asm.h>.
27675 (__sigsetjmp): Don't use BP_SYM.
27676 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27677 (L(start_addresses)): Don't use BP_SYM.
27678 (_start): Likewise.
27679 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27680 <bp-asm.h>.
27681 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27682 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27683 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27684 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27685 <bp-asm.h>.
27686 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27687 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27688 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27689 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27690 <bp-asm.h>.
27691 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
27692 comments.
27693 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27694 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27695 <bp-asm.h>.
27696 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
27697 FIXME comments.
27698 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27699 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27700 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27701 <bp-asm.h>.
27702 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
27703 comment.
27704 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27705 and <bp-asm.h>.
27706 (strncmp): Don't use BP_SYM,
27707 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27708 <bp-asm.h>.
27709 (__mpn_sub_n): Don't use BP_SYM.
27710 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27711 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27712 and <bp-asm.h>.
27713 (__mpn_submul_1): Don't use BP_SYM.
27714 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27715 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27716 <bp-sym.h> and <bp-asm.h>.
27717 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27718 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27719 <bp-sym.h> and <bp-asm.h>.
27720 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
27721 comment.
27722
8d19fe64
SP
277232013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
27724
27725 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27726 Use ZK to minimize writes to Z.
27727 (sub_magnitudes): Simplify code a bit.
27728 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27729 Use ZK to minimize writes to Z.
27730 (sub_magnitudes): Simplify code a bit.
27731
85bd816a
RM
277322013-02-27 Roland McGrath <roland@hack.frob.com>
27733
27734 * csu/gmon-start.c: Add special exception to license text.
27735
b5977bf2
RH
277362013-02-27 Richard Henderson <rth@redhat.com>
27737
27738 * scripts/config.guess: Update from config.git.
27739 * scripts/config.sub: Likewise.
27740
11d6e2f2
SP
277412013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
27742
09c14ed2
SP
27743 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27744
a688864e
SP
27745 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27746
6295157a
SP
27747 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27748
b8de2202
SP
27749 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27750
11d6e2f2
SP
27751 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27752
7e80ddb8
RM
277532013-02-26 Roland McGrath <roland@hack.frob.com>
27754
27755 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27756 [$(build-shared = yes].
7e80ddb8 27757
7da6d9ed
SP
277582013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27759
45f05884
SP
27760 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27761 (__mul): Reduce iterations for calculating mantissa.
27762
2236d359
SP
27763 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27764 MPTWO.
27765 (__mpranred): Likewise.
27766
7da6d9ed
SP
27767 [BZ #15160]
27768 * malloc/memusagestat.c (main): Draw graphs for heap and stack
27769 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27770
b7688c42
PE
277712013-02-26 Paul Eggert <eggert@cs.ucla.edu>
27772
27773 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27774 Define __attribute__.
27775
53a5c423
SP
277762013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
27777
27778 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27779 unused.
27780 * posix/regex_internal.h (__attribute): Remove.
27781 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27782 (re_string_context_at): Likewise.
27783 (bitset_not): Use __attribute__ and mark function as possibly
27784 unused.
27785 (bitset_merge): Likewise.
27786 (bitset_mask): Likewise.
27787 (re_string_char_size_at): Likewise.
27788 (re_string_wchar_at): Likewise.
27789 (re_string_elem_size_at): Likewise.
27790
60f5a8b5
SP
277912013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
27792
2a983a2e
SP
27793 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27794 code.
27795 (cc32): Likewise.
27796
e69804d1
SP
27797 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27798 (__acr): Likewise.
27799 (__cpy): Likewise.
27800 (norm): Likewise.
27801 (denorm): Likewise.
27802 (__dbl_mp): Likewise.
27803 (add_magnitudes): Likewise.
27804 (sub_magnitudes): Likewise.
27805 (__mul): Likewise.
27806 (__inv): Likewise.
27807
2f22a1e8
SP
27808 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27809 style.
27810
8930ddc7
SP
27811 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27812 style.
27813
dc60cb11
SP
27814 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27815 code.
27816
60f5a8b5
SP
27817 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27818 up changes with default code.
27819 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27820 Likewise.
27821
b4d1fd33
AM
278222013-02-24 Allan McRae <allan@archlinux.org>
27823
faf6f8bc
AM
27824 * manual/socket.texi (The Internet Namespace): Order menu items
27825 to match that in the file.
27826
b4d1fd33
AM
27827 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27828 node listing of the info page menu.
27829
2366713d
JM
278302013-02-21 Joseph Myers <joseph@codesourcery.com>
27831
27832 [BZ #13550]
27833 * sysdeps/i386/bp-asm.h: Remove file.
27834 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27835 (PARMS): Do not use macros from bp-asm.h.
27836 (S1): Likewise.
27837 (S2): Likewise.
27838 (SIZE): Likewise.
27839 (__mpn_add_n): Do not use BP_SYM
27840 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27841 "bp-asm.h".
27842 (PARMS): Do not use macros from bp-asm.h.
27843 (S1): Likewise.
27844 (SIZE): Likewise.
27845 (__mpn_addmul_1): Do not use BP_SYM
27846 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27847 "bp-asm.h".
27848 (PARMS): Do not use macros from bp-asm.h.
27849 (SIGMSK): Likewise.
27850 (_setjmp): Likewise. Do not use BP_SYM.
27851 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27852 "bp-asm.h".
27853 (PARMS): Do not use macros from bp-asm.h.
27854 (SIGMSK): Likewise.
27855 (setjmp): Likewise. Do not use BP_SYM.
27856 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27857 "bp-asm.h".
27858 (PARMS): Do not use macros from bp-asm.h.
27859 (__frexp): Do not use BP_SYM.
27860 (frexp): Likewise.
27861 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27862 "bp-asm.h".
27863 (PARMS): Do not use macros from bp-asm.h.
27864 (__frexpf): Do not use BP_SYM.
27865 (frexpf): Likewise.
27866 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27867 "bp-asm.h".
27868 (PARMS): Do not use macros from bp-asm.h.
27869 (__frexpl): Do not use BP_SYM.
27870 (frexpl): Likewise.
27871 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27872 "bp-asm.h".
27873 (PARMS): Do not use macros from bp-asm.h.
27874 (__remquo): Do not use BP_SYM.
27875 (remquo): Likewise.
27876 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27877 "bp-asm.h".
27878 (PARMS): Do not use macros from bp-asm.h.
27879 (__remquof): Do not use BP_SYM.
27880 (remquof): Likewise.
27881 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27882 "bp-asm.h".
27883 (PARMS): Do not use macros from bp-asm.h.
27884 (__remquol): Do not use BP_SYM.
27885 (remquol): Likewise.
27886 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27887 "bp-asm.h".
27888 (PARMS): Do not use macros from bp-asm.h.
27889 (DEST): Likewise.
27890 (SRC): Likewise.
27891 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
27892 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27893 "bp-asm.h".
27894 (PARMS): Do not use macros from bp-asm.h.
27895 (strlen): Do not use BP_SYM.
27896 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27897 "bp-asm.h".
27898 (PARMS): Do not use macros from bp-asm.h.
27899 (S1): Likewise.
27900 (S2): Likewise.
27901 (SIZE): Likewise.
27902 (__mpn_add_n): Do not use BP_SYM.
27903 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27904 "bp-asm.h".
27905 (PARMS): Do not use macros from bp-asm.h.
27906 (S1): Likewise.
27907 (SIZE): Likewise.
27908 (__mpn_addmul_1): Do not use BP_SYM.
27909 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27910 weak_alias.
27911 (bzero): Likewise.
27912 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27913 "bp-asm.h".
27914 (PARMS): Do not use macros from bp-asm.h.
27915 (S): Likewise.
27916 (SIZE): Likewise.
27917 (__mpn_lshift): Do not use BP_SYM.
27918 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27919 "bp-asm.h".
27920 (PARMS): Do not use macros from bp-asm.h.
27921 (DEST): Likewise.
27922 (SRC): Likewise.
27923 (LEN): Likewise.
27924 (memcpy): Likewise. Do not use BP_SYM.
27925 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27926 libc_hidden_def and weak_alias.
27927 (mempcpy): Do not use BP_SYM in weak_alias.
27928 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27929 "bp-asm.h".
27930 (PARMS): Do not use macros from bp-asm.h.
27931 (DEST): Likewise.
27932 (LEN): Likewise.
27933 [!BZERO_P] (CHR): Likewise.
27934 (memset): Likewise. Do not use BP_SYM.
27935 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27936 "bp-asm.h".
27937 (PARMS): Do not use macros from bp-asm.h.
27938 (S1): Likewise.
27939 (SIZE): Likewise.
27940 (__mpn_mul_1): Do not use BP_SYM.
27941 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27942 "bp-asm.h".
27943 (PARMS): Do not use macros from bp-asm.h.
27944 (S): Likewise.
27945 (SIZE): Likewise.
27946 (__mpn_rshift): Do not use BP_SYM.
27947 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27948 "bp-asm.h".
27949 (PARMS): Do not use macros from bp-asm.h.
27950 (STR): Likewise.
27951 (CHR): Likewise.
27952 (strchr): Likewise. Do not use BP_SYM.
27953 (index): Do not use BP_SYM in weak_alias.
27954 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27955 "bp-asm.h".
27956 (PARMS): Do not use macros from bp-asm.h.
27957 (DEST): Likewise.
27958 (SRC): Likewise.
27959 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
27960 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27961 "bp-asm.h".
27962 (PARMS): Do not use macros from bp-asm.h.
27963 (strlen): Do not use BP_SYM.
27964 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27965 "bp-asm.h".
27966 (PARMS): Do not use macros from bp-asm.h.
27967 (S1): Likewise.
27968 (S2): Likewise.
27969 (SIZE): Likewise.
27970 (__mpn_sub_n): Do not use BP_SYM.
27971 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27972 "bp-asm.h".
27973 (PARMS): Do not use macros from bp-asm.h.
27974 (S1): Likewise.
27975 (SIZE): Likewise.
27976 (__mpn_submul_1): Do not use BP_SYM.
27977 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27978 "bp-asm.h".
27979 (PARMS): Do not use macros from bp-asm.h.
27980 (S1): Likewise.
27981 (S2): Likewise.
27982 (SIZE): Likewise.
27983 (__mpn_add_n): Do not use BP_SYM.
27984 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27985 weak_alias.
27986 (bzero): Likewise.
27987 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27988 "bp-asm.h".
27989 (PARMS): Do not use macros from bp-asm.h.
27990 (BLK2): Likewise.
27991 (LEN): Likewise.
27992 (memcmp): Do not use BP_SYM.
27993 (bcmp): Do not use BP_SYM in weak_alias.
27994 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27995 "bp-asm.h".
27996 (PARMS): Do not use macros from bp-asm.h.
27997 (DEST): Likewise.
27998 (SRC): Likewise.
27999 (LEN): Likewise.
28000 (memcpy): Likewise. Do not use BP_SYM.
28001 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28002 "bp-asm.h".
28003 (PARMS): Do not use macros from bp-asm.h.
28004 (DEST): Likewise.
28005 (SRC): Likewise.
28006 (LEN): Likewise.
28007 (memmove): Likewise. Do not use BP_SYM.
28008 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28009 "bp-asm.h".
28010 (PARMS): Do not use macros from bp-asm.h.
28011 (DEST): Likewise.
28012 (SRC): Likewise.
28013 (LEN): Likewise.
28014 (__mempcpy): Likewise. Do not use BP_SYM.
28015 (mempcpy): Do not use BP_SYM in weak_alias.
28016 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28017 "bp-asm.h".
28018 (PARMS): Do not use macros from bp-asm.h.
28019 (DEST): Likewise.
28020 (LEN): Likewise.
28021 [!BZERO_P] (CHR): Likewise.
28022 (memset): Likewise. Do not use BP_SYM.
28023 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28024 "bp-asm.h".
28025 (PARMS): Do not use macros from bp-asm.h.
28026 (STR2): Likewise.
28027 (strcmp): Do not use BP_SYM.
28028 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28029 "bp-asm.h".
28030 (PARMS): Do not use macros from bp-asm.h.
28031 (STR): Likewise.
28032 (DELIM): Likewise.
28033 [USE_AS_STRTOK_R] (SAVE): Likewise.
28034 (FUNCTION): Likewise. Do not use BP_SYM.
28035 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28036 aliases.
28037 (strtok_r): Likewise.
28038 (__GI___strtok_r): Likewise.
28039 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28040 (PARMS): Do not use macros from bp-asm.h.
28041 (S): Likewise.
28042 (SIZE): Likewise.
28043 (__mpn_lshift): Do not use BP_SYM.
28044 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28045 (PARMS): Do not use macros from bp-asm.h.
28046 (STR): Likewise.
28047 (CHR): Likewise.
28048 (__memchr): Do not use BP_SYM.
28049 (memchr): Do not use BP_SYM in weak_alias.
28050 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28051 (PARMS): Do not use macros from bp-asm.h.
28052 (BLK2): Likewise.
28053 (LEN): Likewise.
28054 (memcmp): Do not use BP_SYM.
28055 (bcmp): Do not use BP_SYM in weak_alias.
28056 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28057 (PARMS): Do not use macros from bp-asm.h.
28058 (S1): Likewise.
28059 (SIZE): Likewise.
28060 (__mpn_mul_1): Do not use BP_SYM.
28061 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28062 "bp-asm.h".
28063 (PARMS): Do not use macros from bp-asm.h.
28064 (STR): Likewise.
28065 (CHR): Likewise.
28066 (__rawmemchr): Do not use BP_SYM.
28067 (rawmemchr): Do not use BP_SYM in weak_alias.
28068 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28069 (PARMS): Do not use macros from bp-asm.h.
28070 (S): Likewise.
28071 (SIZE): Likewise.
28072 (__mpn_rshift): Do not use BP_SYM.
28073 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28074 (PARMS): Do not use macros from bp-asm.h.
28075 (SIGMSK): Likewise.
28076 (__sigsetjmp): Likewise. Do not use BP_SYM.
28077 * sysdeps/i386/start.S: Do not include "bp-sym.h".
28078 (_start): Do not use BP_SYM.
28079 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28080 (PARMS): Do not use macros from bp-asm.h.
28081 (DEST): Likewise.
28082 (SRC): Likewise.
28083 (__stpcpy): Likewise. Do not use BP_SYM.
28084 (stpcpy): Do not use BP_SYM in weak_alias.
28085 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28086 "bp-asm.h".
28087 (PARMS): Do not use macros from bp-asm.h.
28088 (DEST): Likewise.
28089 (SRC): Likewise.
28090 (LEN): Likewise.
28091 (__stpncpy): Likewise. Do not use BP_SYM.
28092 (stpncpy): Do not use BP_SYM in weak_alias.
28093 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28094 (PARMS): Do not use macros from bp-asm.h.
28095 (STR): Likewise.
28096 (CHR): Likewise.
28097 (strchr): Likewise. Do not use BP_SYM.
28098 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28099 "bp-asm.h".
28100 (PARMS): Do not use macros from bp-asm.h.
28101 (STR): Likewise.
28102 (CHR): Likewise.
28103 (__strchrnul): Likewise. Do not use BP_SYM.
28104 (strchrnul): Do not use BP_SYM in weak_alias.
28105 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28106 "bp-asm.h".
28107 (PARMS): Do not use macros from bp-asm.h.
28108 (STOP): Likewise.
28109 (strcspn): Do not use BP_SYM.
28110 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28111 "bp-asm.h".
28112 (PARMS): Do not use macros from bp-asm.h.
28113 (STR): Likewise.
28114 (STOP): Likewise.
28115 (strpbrk): Likewise. Do not use BP_SYM.
28116 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28117 "bp-asm.h".
28118 (PARMS): Do not use macros from bp-asm.h.
28119 (STR): Likewise.
28120 (CHR): Likewise.
28121 (strrchr): Likewise. Do not use BP_SYM.
28122 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28123 (PARMS): Do not use macros from bp-asm.h.
28124 (SKIP): Likewise.
28125 (strspn): Do not use BP_SYM.
28126 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28127 (PARMS): Do not use macros from bp-asm.h.
28128 (STR): Likewise.
28129 (DELIM): Likewise.
28130 (SAVE): Likewise.
28131 (FUNCTION): Likewise. Do not use BP_SYM.
28132 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28133 aliases.
28134 (strtok_r): Likewise.
28135 (__GI___strtok_r): Likewise.
28136 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28137 (PARMS): Do not use macros from bp-asm.h.
28138 (S1): Likewise.
28139 (S2): Likewise.
28140 (SIZE): Likewise.
28141 (__mpn_sub_n): Do not use BP_SYM.
28142 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28143 "bp-asm.h".
28144 (PARMS): Do not use macros from bp-asm.h.
28145 (S1): Likewise.
28146 (SIZE): Likewise.
28147 (__mpn_submul_1): Do not use BP_SYM.
28148 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28149 <bp-sym.h>.
28150 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28151 and <bp-asm.h>.
28152 (PARMS): Do not use macros from bp-asm.h.
28153 (FLAGS): Likewise.
28154 (PTID): Likewise.
28155 (TLS): Likewise.
28156 (CTID): Likewise.
28157 (__clone): Do not use BP_SYM.
28158 (clone): Do not use BP_SYM in weak_alias.
28159 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28160 and <bp-asm.h>.
28161 (PARMS): Do not use macros from bp-asm.h.
28162 (LEN): Likewise.
28163 (__mmap64): Do not use BP_SYM.
28164 (mmap64): Do not use BP_SYM in weak_alias.
28165 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28166 <bp-sym.h> and <bp-asm.h>.
28167 (PARMS): Do not use macros from bp-asm.h.
28168 (__posix_fadvise64_l64): Do not use BP_SYM.
28169 * sysdeps/unix/sysv/linux/i386/semtimedop.S
28170 (PARMS): Do not use macros from bp-asm.h.
28171 (NSOPS): Likewise.
28172 (semtimedop): Do not use BP_SYM.
28173 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28174 and <bp-asm.h>.
28175
582a3cff
AM
281762013-02-21 Allan McRae <allan@archlinux.org>
28177
28178 * manual/message.texi (Charset conversion in gettext):
28179 Move @end statement to beginning of line.
28180
bab8a695
SP
281812013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28182
80945231
SP
28183 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28184 static.
28185 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28186 Likewise.
28187
bab8a695
SP
28188 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28189 (denorm): Likewise.
28190 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28191 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28192
e21d7aa7
AK
281932013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28194
28195 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28196 tail-call to the resolved function if pltexit isn't needed.
28197
4c7a4263
SP
281982013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28199
28200 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28201 or Y being zero as being unlikely.
28202 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28203 Likewise.
28204
41f49342
CD
282052013-02-20 Carlos O'Donell <carlos@redhat.com>
28206
28207 * manual/nss.texi (System Databases and Name Service Switch):
28208 Remove frobnicate @pxref.
28209
50022a93
TS
282102013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28211
28212 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28213 __attribute__ ((unused)) to __attribute__ ((__unused__)).
28214
08cbd996
PM
282152013-02-20 Petr Machata <pmachata@redhat.com>
28216
28217 * elf/elf.h (R_ARM_TARGET1): New macro.
28218 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28219 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28220 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28221 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28222 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28223 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28224 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28225 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28226 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28227 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28228 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28229 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28230 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28231 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28232 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28233 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28234 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28235 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28236 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28237 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28238 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28239 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28240 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28241 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28242 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28243 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28244 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28245 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28246 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28247 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28248 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28249 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28250 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28251 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28252 (R_ARM_THM_GOT_BREL12): Likewise.
28253 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28254 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28255 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28256 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28257 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28258 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28259 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28260 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28261 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28262
c7b275d6
TS
282632013-02-20 Thomas Schwinge <thomas@codesourcery.com>
28264
28265 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28266 __attribute_used__ to __attribute__ ((unused)).
28267
20cd7fb3
SP
282682013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
28269
28270 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28271 powerpc mpa.c.
28272 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28273 comment formatting.
28274 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28275
92945b52
JM
282762013-02-19 Joseph Myers <joseph@codesourcery.com>
28277
28278 [BZ #13550]
28279 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28280 Remove macro.
28281 (ENTER): Remove both macro definitions.
28282 (LEAVE): Likewise.
28283 (CHECK_BOUNDS_LOW): Likewise.
28284 (CHECK_BOUNDS_HIGH): Likewise.
28285 (CHECK_BOUNDS_BOTH): Likewise.
28286 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28287 (RETURN_BOUNDED_POINTER): Likewise.
28288 (RETURN_NULL_BOUNDED_POINTER): Likewise.
28289 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28290 (POP_ERRNO_LOCATION_RETURN): Likewise.
28291 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28292 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28293 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28294 macros.
28295 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28296 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28297 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28298 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28299 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28300 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28301 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28302 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28303 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28304 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28305 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28306 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28307 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28308 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28309 removed macros.
28310 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28311 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28312 macros.
28313 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28314 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28315 * sysdeps/i386/i586/memset.S (memset): Likewise.
28316 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28317 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28318 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28319 macros.
28320 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28321 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28322 Change uses of L(2) to L(out).
28323 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28324 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28325 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28326 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28327 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28328 removed macros.
28329 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28330 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28331 macros.
28332 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28333 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28334 (RETURN): Do not use macro LEAVE.
28335 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28336 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28337 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28338 * sysdeps/i386/i686/memset.S (memset): Likewise.
28339 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28340 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28341 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28342 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28343 Likewise.
28344 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28345 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
28346 L(1_2) and L(1_3) into L(1).
28347 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28348 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28349 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28350 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28351 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28352 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28353 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28354 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28355 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28356 macros.
28357 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28358 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28359 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28360 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28361 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28362 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28363 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28364 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28365 * sysdeps/i386/strcspn.S (strcspn): Likewise.
28366 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28367 * sysdeps/i386/strrchr.S (strrchr): Likewise.
28368 * sysdeps/i386/strspn.S (strspn): Likewise.
28369 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28370 conditional code.
28371 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28372 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28373 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28374 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
28375 L(1_3) into L(1_1).
28376 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28377 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28378 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28379 macros.
28380 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28381
2389741a
JJ
283822013-02-19 Jakub Jelinek <jakub@redhat.com>
28383
28384 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28385 macro.
28386
2016b3cd
SP
283872013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
28388
e4f22324
SP
28389 * math/atest-exp.c (exp_mpn): Remove ROUND.
28390 * math/atest-exp2.c (exp_mpn): Likewise.
28391 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28392
2016b3cd
SP
28393 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28394 * stdlib/tst-tls-atexit-lib.c: Likewise.
28395 * stdlib/tst-tls-atexit.c: Likewise.
28396
4be9b544
MF
283972013-02-18 Mike Frysinger <vapier@gentoo.org>
28398
28399 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28400 and __attribute_alloc_size__.
28401
2f62b9ee
MF
284022013-02-18 Mike Frysinger <vapier@gentoo.org>
28403
28404 * include/programs/xmalloc.h: Change __attribute_alloc_size to
28405 __attribute_alloc_size__.
28406 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28407 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28408
6ff444c4
MF
284092013-02-18 Mike Frysinger <vapier@gentoo.org>
28410
28411 * include/programs/xmalloc.h: New file.
28412 * catgets/gencat.c: Include it.
28413 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28414 * elf/pldd.c: Likewise.
28415 * iconv/iconv_charmap.c: Likewise.
28416 * iconv/iconvconfig.c: Likewise.
28417 * iconv/strtab.c: Likewise.
28418 * locale/programs/locale.c: Likewise.
28419 * locale/programs/localedef.h: Likewise.
28420 * locale/programs/simple-hash.c: Likewise.
28421 * nscd/nscd.h: Likewise.
28422 * nss/makedb.c: Likewise.
28423 * sysdeps/generic/ldconfig.h: Likewise.
28424
be179c8a
SP
284252013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
28426
ba384f6e
SP
28427 * Versions.def: Add GLIBC_2.18.
28428 * include/link.h (struct link_map): New member l_tls_dtor_count.
28429 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28430 (__call_tls_dtors): Likewise.
28431 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28432 __cxa_thread_atexit_impl.
28433 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28434 Likewise.
28435 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28436 Likewise.
28437 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28438 Likewise.
28439 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28440 Likewise.
28441 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28442 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28443 Likewise.
28444 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28445 Likewise.
28446 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28447 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28448 Likewise.
28449 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28450 (tests): Add test case tst-tls-atexit.
28451 (modules-names): Add shared library for tst-tls-atexit.
85891aca 28452 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
28453 (GLIBC_PRIVATE): Add __call_tls_dtors.
28454 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28455 for libstdc++.
28456 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28457 * stdlib/tst-tls-atexit.c: New test case.
28458 * stdlib/tst-tls-atexit-lib.c: New test case.
28459
ffaa74cf 28460 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 28461
be179c8a
SP
28462 * elf/Versions (ld): Add _dl_find_dso_for_object.
28463 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28464 * elf/dl-open.c (_dl_find_dso_for_object): New function.
28465 (dl_open_worker): Use _dl_find_dso_for_object.
28466 * elf/dl-sym.c (do_sym): Likewise.
28467 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28468
f78b5caa
AK
284692013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28470
28471 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28472 Syntactic changes only.
28473 (_dl_runtime_profile): Do a tail-call to the resolved function.
28474
29691210
JM
284752013-02-17 Joseph Myers <joseph@codesourcery.com>
28476
28477 [BZ #13550]
28478 * sysdeps/x86_64/bp-asm.h: Remove file.
28479 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28480 <bp-sym.h> and <bp-asm.h>.
28481 (__clone): Do not use BP_SYM.
28482 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28483 <bp-sym.h> and <bp-asm.h>.
28484 * sysdeps/unix/x86_64/sysdep.S: Likewise.
28485 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28486 "bp-asm.h".
28487 (_setjmp): Do not use BP_SYM.
28488 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28489 "bp-asm.h".
28490 (setjmp): Do not use BP_SYM.
28491 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28492 libc_hidden_def.
28493 (mempcpy): Do not use BP_SYM in weak_alias.
28494 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28495 "bp-asm.h".
28496 (strchr): Do not use BP_SYM.
28497 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28498 "bp-asm.h".
28499 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28500 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28501 (_start): Do not use BP_SYM.
28502 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28503 "bp-asm.h".
28504 (strcat): Do not use BP_SYM.
28505 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28506 "bp-asm.h".
28507 (STRCMP): Do not use BP_SYM.
28508 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28509 "bp-asm.h".
28510 (STRCPY): Do not use BP_SYM.
28511 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28512 "bp-asm.h".
28513 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28514 "bp-asm.h".
28515 (FUNCTION): Do not use BP_SYM.
28516 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28517 weak_alias.
28518 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28519
f238fd19
AJ
285202013-02-17 Andreas Jaeger <aj@suse.de>
28521
28522 * time/Versions: Sort entries.
28523 * string/Versions: Likewise.
28524 * resolv/Versions: Likewise.
28525 * posix/Versions: Likewise.
28526 * iconv/Versions: Likewise.
28527 * elf/Versions: Likewise.
28528 * wcsmbs/Versions: Likewise.
28529
bd07f23c 285302013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 28531
22af19f9
SP
28532 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28533 loop termination condition.
28534
4709fe76
SP
28535 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28536 variable to calculate EZ.
28537 (__sqr): Likewise.
2d0e0f29
SP
28538
28539 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28540 the lower precision input.
28541
daaa7713
JM
285422013-02-15 Joseph Myers <joseph@codesourcery.com>
28543
28544 [BZ #13550]
28545 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28546 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28547 (run-via-rtld-prefix): Do not handle %-bp tests.
28548 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28549 (all-object-suffixes): Remove .ob.
28550 (bppfx): Remove variable.
28551 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28552 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28553 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28554 [$(build-bounded) = yes] (libtype.ob): Likewise.
28555 * Makerules (elide-routines.ob): Remove variable.
28556 (do-tests-clean): Do not handle *-bp.out.
28557 (common-mostlyclean): Do not handle *-bp and *-bp.out.
28558 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28559 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28560 (tests): Do not include $(tests-bp.out).
28561 (xtests): Do not include $(xtests-bp.out).
28562 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28563 [$(build-bounded) = yes] ($(addprefix
28564 $(objpfx),$(binaries-bounded))): Remove rule.
28565 ($(objpfx)%-bp.out): Remove rule.
28566 * config.make.in (build-bounded): Remove variable.
28567 * crypt/Makefile [$(build-bounded) = yes]
28568 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28569 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28570 append to variable.
28571 [$(build-bounded) = yes] (install-lib): Likewise.
28572 [$(build-bounded) = yes] (generated): Likewise.
28573 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28574 Remove rule.
28575 * intl/Makefile [$(build-bounded) = yes]
28576 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28577 * math/Makefile [$(build-bounded) = yes]
28578 ($(tests:%=$(objpfx)%-bp): Likewise.
28579 * misc/Makefile [$(build-bounded) = yes]
28580 ($(objpfx)tst-tsearch-bp): Likewise.
28581 * nptl/Makeconfig (bounded-thread-library): Remove variable.
28582 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28583 Remove dependency.
28584 * string/Makefile (o-objects.ob): Remove variable.
28585 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28586 (CFLAGS-.ob): Remove variable.
28587 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28588 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28589 both definitions of variable.
28590 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28591 (ASFLAGS-.ob): Remove variable.
28592
e97ed6dd
JM
285932013-02-14 Joseph Myers <joseph@codesourcery.com>
28594
2bdd4ca6
JM
28595 [BZ #13550]
28596 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28597 Remove __BOUNDED_POINTERS__ from condition.
28598 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28599 * string/bits/string2.h [!__NO_STRING_INLINES &&
28600 !__BOUNDED_POINTERS__]: Likewise.
28601 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28602 Likewise.
28603 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28604 Remove conditional code.
28605 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28606 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28607 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28608 condition.
28609
e97ed6dd
JM
28610 [BZ #13550]
28611 * csu/libc-start.c: Do not include <bp-sym.h>.
28612 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28613 * elf/dl-open.c: Do not include <bp-sym.h>.
28614 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28615 * math/fegetenv.c: Do not include <bp-sym.h>.
28616 (fegetenv): Do not use BP_SYM in versioned symbols.
28617 * nptl/sysdeps/pthread/bits/libc-lockP.h
28618 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28619 <bp-sym.h>.
28620 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28621 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28622 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28623 (__pthread_mutex_destroy): Likewise.
28624 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28625 (__pthread_mutex_lock): Likewise.
28626 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28627 (__pthread_mutex_trylock): Likewise.
28628 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28629 (__pthread_mutex_unlock): Likewise.
28630 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28631 (__pthread_mutexattr_init): Likewise.
28632 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28633 (__pthread_mutexattr_destroy): Likewise.
28634 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28635 (__pthread_mutexattr_settype): Likewise.
28636 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28637 (__pthread_rwlock_init): Likewise.
28638 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28639 (__pthread_rwlock_destroy): Likewise.
28640 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28641 (__pthread_rwlock_rdlock): Likewise.
28642 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28643 (__pthread_rwlock_tryrdlock): Likewise.
28644 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28645 (__pthread_rwlock_wrlock): Likewise.
28646 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28647 (__pthread_rwlock_trywrlock): Likewise.
28648 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28649 (__pthread_rwlock_unlock): Likewise.
28650 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28651 (__pthread_key_create): Likewise.
28652 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28653 (__pthread_setspecific): Likewise.
28654 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28655 (__pthread_getspecific): Likewise.
28656 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28657 Likewise.
28658 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28659 (_pthread_cleanup_push_defer): Likewise.
28660 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28661 (_pthread_cleanup_pop_restore): Likewise.
28662 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28663 (pthread_setcancelstate): Likewise.
28664 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28665 <bp-sym.h>.
28666 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28667 (memchr): Do not use BP_SYM in weak_alias.
28668 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28669 (fegetenv): Do not use BP_SYM in versioned symbols.
28670 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28671 (fesetenv): Do not use BP_SYM in versioned symbols.
28672 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28673 (feupdateenv): Do not use BP_SYM in versioned symbols.
28674 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28675 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28676 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28677 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28678 (open64): Do not use BP_SYM in weak_alias.
28679 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28680 (fegetenv): Do not use BP_SYM in versioned symbols.
28681 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28682 (fesetenv): Do not use BP_SYM in versioned symbols.
28683 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28684 (feupdateenv): Do not use BP_SYM in versioned symbols.
28685 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28686 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28687 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28688 (feraiseexcept): Do not use BP_SYM in versioned symbols.
28689 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28690 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28691 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28692 <bp-sym.h>.
28693 (__libc_start_main): Do not use BP_SYM.
28694
d6752ccd
SP
286952013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
28696
cb57ce60
SP
28697 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28698 redundant return line.
28699 (norm): Likewise.
28700 (denorm): Likewise.
28701 (dbl_mp): Likewise.
28702 (sub_magnitudes): Likewise.
28703 (__add): Likewise.
28704 (__sub): Likewise.
28705 (__mul): Likewise.
28706 (__inv): Likewise.
28707 (__dvd): Likewise.
28708 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28709 (norm): Likewise.
28710 (denorm): Likewise.
28711 (dbl_mp): Likewise.
28712 (sub_magnitudes): Likewise.
28713 (__add): Likewise.
28714 (__sub): Likewise.
28715 (__mul): Likewise.
28716 (__inv): Likewise.
28717 (__dvd): Likewise.
28718
f414520d
SP
28719 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28720 instead of __mul.
28721 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28722 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28723 (cc32): Likewise.
28724
d6752ccd
SP
28725 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28726 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28727 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28728 of __mul for squares.
28729 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28730 function
28731 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28732 Likewise.
28733 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28734 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28735
70d9946a
JM
287362013-02-13 Joseph Myers <joseph@codesourcery.com>
28737
28738 [BZ #13550]
28739 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28740 code.
28741 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28742 prototype or function definition. Rename ubp_* variables and
28743 parameters. Remove argv definitions conditional on
28744 [__BOUNDED_POINTERS__].
28745 * debug/backtrace.c (__backtrace): Do not use __unbounded.
28746 * elf/dl-runtime.c (_dl_fixup): Likewise.
28747 * include/set-hooks.h (RUN_HOOK): Likewise.
28748 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28749 definition.
28750 * string/strcpy.c (strcpy): Do not use __unbounded.
28751 * sysdeps/generic/frame.h (struct layout): Likewise.
28752 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28753 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28754 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28755 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28756 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28757 (__backtrace): Likewise.
28758 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28759 use __ptrvalue.
28760 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28761 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28762 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28763 Likewise.
28764 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28765 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28766 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28767 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28768 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28769 Do not use __unbounded.
28770 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28771 Rename __unboundedrlimits parameter to rlimits in prototype.
28772 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28773 Do not use __unbounded.
28774 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28775 not use __ptrvalue.
28776 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28777 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28778 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28779 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28780 __ptrvalue or __unbounded.
28781 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28782 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28783 use __unbounded.
28784 (__new_msgctl): Do not use __ptrvalue.
28785 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28786 __unbounded.
28787 (__libc_msgrcv): Do not use __ptrvalue.
28788 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28789 startup_info): Do not use __unbounded.
28790 (__libc_start_main): Likewise. Rename ubp_* variables and
28791 parameters. Remove argv definitions conditional on
28792 [__BOUNDED_POINTERS__].
28793 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28794 __ptrvalue.
28795 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28796 use __unbounded.
28797 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28798 or __ptrvalue.
28799 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28800 use __unbounded.
28801 (__new_shmctl): Do not use __ptrvalue.
28802 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28803 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28804 Likewise.
28805 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28806 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28807 (__libc_sigaction): Likewise.
28808 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28809 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28810 Likewise.
28811 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28812
cc7834d6
OB
288132013-02-13 Ondřej Bílka <neleai@seznam.cz>
28814
ffb1ec7b 28815 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
28816
28817 * string/mempcpy.c: Implement by calling memcpy.
28818
bdf02814
SP
288192013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
28820
c2af38aa
SP
28821 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28822
4e92d59e
SP
28823 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28824 evaluation.
28825
909279a5
SP
28826 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28827 values in the mantissa.
28828
bdf02814
SP
28829 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28830 minimize writes to Z.
28831 (sub_magnitudes): Simplify code a bit.
28832
cd525923
RM
288332013-02-12 Roland McGrath <roland@hack.frob.com>
28834
28835 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28836 from the message. The linker prefixes all warnings with that already.
28837
7e2f0d2d
AS
288382013-02-12 Andreas Schwab <schwab@suse.de>
28839
a445af0b
AS
28840 [BZ #15078]
28841 * posix/regexec.c (extend_buffers): Add parameter min_len.
28842 (check_matching): Pass minimum needed length.
28843 (clean_state_log_if_needed): Likewise.
28844 (get_subexp): Likewise.
28845 * posix/Makefile (tests): Add bug-regex34.
28846 (bug-regex34-ENV): Define.
28847 * posix/bug-regex34.c: New file.
28848
7e2f0d2d
AS
28849 [BZ #11561]
28850 * posix/regcomp.c (parse_bracket_exp): When looking up collating
28851 elements compare against the byte sequence of it, not its name.
28852 * posix/Makefile (tests): Add bug-regex35.
28853 (bug-regex35-ENV): Define.
28854 * posix/bug-regex35.c: New file.
28855
a175b684
TV
288562013-02-11 Tom de Vries <tom@codesourcery.com>
28857
28858 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
28859 comment.
28860 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28861 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28862 (CHECK_EOL): Add undef.
28863
310998fe 288642013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
28865
28866 * bits/stdlib-bsearch.h: New file.
28867 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 28868 * stdlib/stdlib.h: Likewise.
41eda41d 28869
8ded91fb
RM
288702013-02-11 Roland McGrath <roland@hack.frob.com>
28871
28872 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28873 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28874 declaration.
28875 * manual/search.texi (Array Search Function): Add missing const in
28876 lfind prototype.
28877 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28878 declaration to use rlim_t.
28879 (Basic Scheduling Functions): Remove erroneous const from
28880 sched_getparam prototype. Remove erroneous * from
28881 sched_get_priority_max and sched_get_priority_min prototypes.
28882 (Resource Usage): Fix summary @comment on vtimes to refer to
28883 sys/vtimes.h rather than vtimes.h.
28884 Add missing *s in vtimes prototype.
28885 (Limits on Resources): Fix ulimit prototype to return long int.
28886 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28887 prototypes to use long int rather than double.
28888 (BSD Random): Fix initstate and setstate to use char *, not void *.
28889 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28890 prototype to make second argument 'struct aiocb64 *const[]'.
28891 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28892 (Status of AIO Operations): Remove erroneous const in aio_return and
28893 aio_return64 prototypes.
28894 (Synchronizing I/O): Fix sync prototype to return void.
28895 * manual/startup.texi (Suboptions): Remove an erroneous const in
28896 getsubopt prototype.
28897 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28898 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28899 use size_t rather than int.
28900 (Scanning All Users): Likewise for getpwent_r.
28901 (Setting Groups): Add missing const to setgroups prototype.
28902 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28903 * manual/socket.texi (Host Names): Fix gethostbyaddr and
28904 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28905 'const void *' rather than 'const char *'.
28906 (Host Address Functions): Likewise for inet_ntop.
28907 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28908 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28909 ssize_t for return value.
28910 (Sending Data): Likewise for send, sendto, sendmsg.
28911 (Socket Option Functions): Add a missing const in setsockopt prototype.
28912 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28913 use wchar_t for the argument.
28914 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28915 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28916 take no arguments.
28917 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28918 double/float/long double for second argument.
28919 Fix return types of significand, significandf, significandl.
28920 * manual/filesys.texi (Setting Permissions): Use mode_t for second
28921 argument in fchmod prototype.
28922 (File Owner): Use uid_t and gid_t in fchown prototype.
28923 (File Times): Add const to utimes, futimes, and lutimes prototypes.
28924 (Making Special Files): Use mode_t and dev_t in mknod prototype.
28925 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28926 use 'const struct dirent **' as argument types to CMP function pointer
28927 argument.
28928 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28929 (File Times): Fix summary magic @comment for struct utimbuf and utime
28930 to refer to utime.h, not time.h.
28931 * manual/string.texi (Argz Functions): Add missing const in
28932 argz_extract and argz_next prototypes.
28933 (Finding Tokens in a String): Likewise for basename.
28934 (String/Array Comparison): Fix typo in wcscasecmp prototype.
28935 (Copying and Concatenation): Fix typo in wmemmove prototype.
28936 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28937 (Signal Stack): Remove erroneous const in sigstack prototype.
28938 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28939 prototype.
28940 (Simple Calendar Time): Likewise for stime.
28941 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28942 prototype.
28943 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28944 say sys/sysctl.h instead.
28945 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28946 and vsyslog prototypes.
28947
fe77fe6d
TV
289482013-02-11 Tom de Vries <tom@codesourcery.com>
28949
28950 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28951 Remove.
28952
3a09b620
RM
289532013-02-11 Roland McGrath <roland@hack.frob.com>
28954
28955 * misc/sys/mman.h: Fix typo in mremap comment.
28956
550a0b89
RM
289572013-02-08 Roland McGrath <roland@hack.frob.com>
28958
28959 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28960 the '\0' terminator.
28961
a2da1673
JM
289622013-02-08 Joseph Myers <joseph@codesourcery.com>
28963
28964 [BZ #13550]
28965 * debug/segfault.c: Don't include <bp-checks.h>.
28966 * sysdeps/generic/bp-checks.h: Remove file.
28967 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28968 (__GETDENTS): Don't use CHECK_N.
28969 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28970 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28971 (__getgroups): Don't use CHECK_N.
28972 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28973 (setgroups): Don't use CHECK_N.
28974 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28975 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28976 (__libc_msgrcv): Don't use CHECK_N.
28977 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28978 (__libc_msgsnd): Don't use CHECK_N.
28979 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28980 <bp-checks.h>.
28981 (__libc_pread): Don't use CHECK_N.
28982 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28983 include <bp-checks.h>.
28984 (__libc_pread64): Don't use CHECK_N.
28985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28986 include <bp-checks.h>.
28987 (__libc_pwrite): Don't use CHECK_N.
28988 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28989 include <bp-checks.h>.
28990 (__libc_pwrite64): Don't use CHECK_N.
28991 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28992 <bp-checks.h>.
28993 (__libc_pread): Don't use CHECK_N.
28994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28995 include <bp-checks.h>.
28996 (__libc_pread64): Don't use CHECK_N.
28997 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28998 include <bp-checks.h>.
28999 (__libc_pwrite): Don't use CHECK_N.
29000 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29001 include <bp-checks.h>.
29002 (__libc_pwrite64): Don't use CHECK_N.
29003 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29004 (do_pread): Don't use CHECK_N.
29005 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29006 (do_pread64): Don't use CHECK_N.
29007 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29008 (do_pwrite): Don't use CHECK_N.
29009 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29010 (do_pwrite64): Don't use CHECK_N.
29011 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29012 (__libc_readv): Don't use CHECK_N.
29013 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29014 (semop): Don't use CHECK_N.
29015 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29016 <bp-checks.h>.
29017 (semtimedop): Don't use CHECK_N.
29018 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29019 (__libc_pread): Don't use CHECK_N.
29020 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29021 <bp-checks.h>.
29022 (__libc_pread64): Don't use CHECK_N.
29023 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29024 <bp-checks.h>.
29025 (__libc_pwrite): Don't use CHECK_N.
29026 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29027 <bp-checks.h>.
29028 (__libc_pwrite64): Don't use CHECK_N.
29029 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29030 <bp-checks.h>.
29031 (__libc_msgrcv): Don't use CHECK_N.
29032 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29033 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
29034 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29035 (__libc_writev): Don't use CHECK_N.
29036
b84660a8
RM
290372013-02-08 Roland McGrath <roland@hack.frob.com>
29038
7f3e75f8
RM
29039 * string/strcpy.c: Removed unused variable.
29040
b84660a8
RM
29041 * Makeconfig (+sysdep-includes): Define with := rather than =.
29042 Use an existing include/ subdir of each sysdeps dir before it.
29043
471514d3
CD
290442013-02-08 Carlos O'Donell <carlos@redhat.com>
29045
29046 * nscd/connection.c (register_traced_file): Comment function.
29047 [HAVE_INOTIFY] (union __inev): Define.
29048 [HAVE_INOTIFY] (inotify_check_files): New function.
29049 [HAVE_INOTIFY] (clear_db_cache): Likewise.
29050 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29051 clear_db_cache.
29052 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29053
b2d3c3be
CD
290542013-02-08 Carlos O'Donell <carlos@redhat.com>
29055
29056 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29057 loaded if not already and that a failure is permanent.
29058
b39949d2
CD
290592013-02-08 Carlos O'Donell <carlos@redhat.com>
29060
ddacd1db 29061 [BZ #15006]
b39949d2
CD
29062 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29063 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29064
b2c9eff4
JM
290652013-02-08 Joseph Myers <joseph@codesourcery.com>
29066
f3aae3f3
JM
29067 [BZ #13550]
29068 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29069 (CHECK_1_NULL_OK): Likewise.
29070 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29071 (__fxstat): Do not use CHECK_1.
29072 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29073 <bp-checks.h>.
29074 (___fxstat64): Do not use CHECK_1.
29075 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29076 <bp-checks.h>.
29077 (__fxstatat): Do not use CHECK_1.
29078 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29079 <bp-checks.h>.
29080 (__fxstatat64): Do not use CHECK_1.
29081 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29082 <bp-checks.h>.
29083 (__fxstat): Do not use CHECK_1.
29084 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29085 <bp-checks.h>.
29086 (__fxstatat): Do not use CHECK_1.
29087 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29088 <bp-checks.h>.
29089 (__getresgid): Do not use CHECK_1.
29090 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29091 <bp-checks.h>.
29092 (__getresuid): Do not use CHECK_1.
29093 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29094 <bp-checks.h>.
29095 (__lxstat): Do not use CHECK_1.
29096 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29097 <bp-checks.h>.
29098 (__old_msgctl): Do not use CHECK_1.
29099 (__new_msgctl): Likewise.
29100 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29101 <bp-checks.h>.
29102 (__new_setrlimit): Do not use CHECK_1.
29103 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29104 <bp-checks.h>.
29105 (__old_shmctl): Do not use CHECK_1.
29106 (__new_shmctl): Likewise.
29107 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29108 <bp-checks.h>.
29109 (__xstat): Do not use CHECK_1.
29110 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29111 (__lxstat): Do not use CHECK_1.
29112 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29113 <bp-checks.h>.
29114 (___lxstat64): Do not use CHECK_1.
29115 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29116 (__old_msgctl): Do not use CHECK_1.
29117 (__new_msgctl): Likewise.
29118 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29119 <bp-checks.h>.
29120 (__gettimeofday): Do not use CHECK_1.
29121 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29122 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29123 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29124 <bp-checks.h>.
29125 (__gettimeofday): Do not use CHECK_1.
29126 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29127 (__old_shmctl): Do not use CHECK_1_NULL_OK.
29128 (__new_shmctl): Do not use CHECK_1.
29129 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29130 <bp-checks.h>.
29131 (do_sigtimedwait): Do not use CHECK_1.
29132 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29133 <bp-checks.h>.
29134 (do_sigwaitinfo): Do not use CHECK_1.
29135 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29136 <bp-checks.h>.
29137 (msgctl): Do not use CHECK_1.
29138 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29139 <bp-checks.h>.
29140 (shmctl): Do not use CHECK_1.
29141 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29142 (ustat): Do not use CHECK_1.
29143 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29144 <bp-checks.h>.
29145 (__fxstat): Do not use CHECK_1.
29146 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29147 <bp-checks.h>.
29148 (__fxstatat): Do not use CHECK_1.
29149 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29150 <bp-checks.h>.
29151 (__lxstat): Do not use CHECK_1.
29152 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29153 <bp-checks.h>.
29154 (__xstat): Do not use CHECK_1.
29155 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29156 (__xstat): Do not use CHECK_1.
29157 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29158 (___xstat64): Do not use CHECK_1.
29159
b2c9eff4
JM
29160 [BZ #13550]
29161 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29162 definitions.
29163 (CHECK_BOUNDS_HIGH): Likewise.
29164 * string/strcpy.c: Do not include <bp-checks.h>.
29165 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29166
f1d70dad
RM
291672013-02-07 Roland McGrath <roland@hack.frob.com>
29168
29169 * nscd/nscd-client.h (__nscd_drop_map_ref):
29170 Add __attribute__ ((unused)).
29171 * nis/nss-nisplus.h (niserr2nss): Likewise.
29172
29173 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29174 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29175
29176 * csu/libc-tls.c (init_static_tls, init_slotinfo):
29177 Remove inline keyword.
29178 * include/rounding-mode.h (round_away): Likewise.
29179 * libio/wfileops.c (adjust_wide_data): Likewise.
29180 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29181 (__m128i_strloadu_tolower): Likewise.
29182 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29183 (__m128i_strloadu_tolower): Likewise.
29184 * time/mktime.c (ydhms_diff): Likewise.
29185 * locale/elem-hash.h (elem_hash): Likewise.
29186 * locale/setlocale.c (setdata): Likewise.
29187 * posix/regex_internal.h (re_string_char_size_at): Likewise.
29188 (re_string_wchar_at): Likewise.
29189 (bitset_not, bitset_merge, bitset_mask): Likewise.
29190 [!(__GNUC__ > 3)] (inline): Remove macro.
29191 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29192 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29193 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29194 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29195 * string/memcmp.c (memcmp_bytes): Likewise.
29196 * locale/programs/locarchive.c (compute_hashval): Likewise.
29197 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29198 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29199 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29200 * nss/getent.c (print_rpc, print_protocols): Likewise.
29201 (print_passwd, print_group, print_aliases): Likewise.
29202 * nis/nss-nisplus.h (niserr2nss): Likewise.
29203 * nscd/connections.c (restart_p): Likewise.
29204 Change return type to bool.
29205
eab55bfb
RM
292062013-02-05 Roland McGrath <roland@hack.frob.com>
29207
7bd642f5
RM
29208 * Makeconfig (all-Depend-files): Add existing
29209 $(sorted-subdirs:=/Depend) files.
29210 (all-subdirs): Remove nss.
29211 * sysdeps/unix/inet/Subdirs: Add it here instead.
29212 * hesiod/Depend: New file.
29213
573c29b2
RM
29214 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29215 instead of calling alloca.
29216
b2e25af0
RM
29217 * io/lseek.c (__lseek): Rename to __libc_lseek.
29218 Define __lseek as an alias.
29219
eab55bfb
RM
29220 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29221
9a0d1941
CD
292222013-02-04 Carlos O'Donell <carlos@redhat.com>
29223
29224 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29225 else clause and remove check for non-standard endianness.
29226
b83bbec4
DM
292272013-02-04 David S. Miller <davem@davemloft.net>
29228
29229 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29230
6277fdab
JM
292312013-02-04 Joseph Myers <joseph@codesourcery.com>
29232
29233 [BZ #13550]
29234 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29235 (__ubp_memchr): Remove prototype.
29236 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29237 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29238 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29239 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29240 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29241 Remove alias.
29242 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29243 (__ubp_memchr): Likewise.
29244 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29245 (__ubp_memchr): Likewise.
29246 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29247 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29248 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29249 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29250 CHECK_STRING.
29251 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29252 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29253 (__getcwd): Do not use CHECK_STRING.
29254 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29255 <bp-checks.h>.
29256 (__real_chown): Do not use CHECK_STRING.
29257 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29258 <bp-checks.h>.
29259 (fchownat): Do not use CHECK_STRING.
29260 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29261 CHECK_STRING.
29262 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29263 <bp-checks.h>.
29264 (__lchown): Do not use CHECK_STRING.
29265 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29266 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29267 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29268 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29269 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29270 include <bp-checks.h>.
29271 (truncate64): Do not use CHECK_STRING.
29272 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29273 <bp-checks.h>.
29274 (__real_chown): Do not use CHECK_STRING.
29275 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29276 <bp-checks.h>.
29277 (__lchown): Do not use CHECK_STRING.
29278 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29279 <bp-checks.h>.
29280 (__chown): Do not use CHECK_STRING.
29281 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29282 <bp-checks.h>.
29283 (truncate64): Do not use CHECK_STRING.
29284 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29285 Likewise.
29286 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29287 (__xmknod): Do not use CHECK_STRING.
29288 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29289 <bp-checks.h>.
29290 (__xmknodat): Do not use CHECK_STRING.
29291 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29292 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29293
903ae060
AS
292942013-02-04 Andreas Schwab <schwab@suse.de>
29295
29296 [BZ #14142]
29297 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29298 * include/netdb.h: Likewise for h_errno.
29299 * elf/tst-stackguard1.c: Include <tls.h>.
29300
542f9466
JK
293012013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
29302
29303 * elf/link.h (struct link_map): Extend the l_addr comment.
29304 * include/link.h (struct link_map): Likewise.
29305
e782a927
JM
293062013-02-01 Joseph Myers <joseph@codesourcery.com>
29307
29308 [BZ #13550]
29309 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29310 (BOUNDED_1): Remove macro.
29311 * debug/backtrace.c: Don't include <bp-checks.h>.
29312 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29313 (__backtrace): Likewise.
29314 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29315 <bp-checks.h>.
29316 (__backtrace): Don't use BOUNDED_1.
29317 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29318 <bp-checks.h>.
29319 (__backtrace): Don't use BOUNDED_1.
29320 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29321 (__backtrace): Don't use BOUNDED_1.
29322 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29323 (shmat): Don't use BOUNDED_N.
29324
8cf28c5e
JM
293252013-01-31 Joseph Myers <joseph@codesourcery.com>
29326
3a7ac8a0
JM
29327 [BZ #13550]
29328 * sysdeps/generic/bp-start.h: Remove file.
29329 * csu/libc-start.c: Don't include <bp-start.h>.
29330 (LIBC_START_MAIN): Set up __environ directly instead of using
29331 INIT_ARGV_and_ENVIRON.
29332 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29333 <bp-start.h>.
29334
f3499f95
JM
29335 [BZ #13550]
29336 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29337 definitions.
29338 (CHECK_FCNTL): Likewise.
29339 (CHECK_N_PAGES): Likewise.
29340
32a45bea
JM
29341 [BZ #13550]
29342 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29343 definitions.
29344 (CHECK_SIGSET_NULL_OK): Likewise.
29345 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29346 <bp-checks.h>.
29347 (sigpending): Don't use CHECK_SIGSET.
29348 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29349 <bp-checks.h>.
29350 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29351 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29352 <bp-checks.h>.
29353 (do_sigsuspend): Don't use CHECK_SIGSET.
29354 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29355 use CHECK_SIGSET.
29356 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29357 (do_sigwait): Don't use CHECK_SIGSET.
29358 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29359 use CHECK_SIGSET.
29360 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29361 include <bp-checks.h>.
29362 (sigpending): Don't use CHECK_SIGSET.
29363 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29364 include <bp-checks.h>.
29365 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29366 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29367 <bp-checks.h>.
29368 (sigpending): Don't use CHECK_SIGSET.
29369 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29370 <bp-checks.h>.
29371 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29372
2e8a5c8c
JM
29373 [BZ #13550]
29374 * sysdeps/generic/bp-semctl.h: Remove file.
29375 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29376 <bp-checks.h> and <bp-semctl.h>.
29377 (__old_semctl): Don't use CHECK_SEMCTL.
29378 (__new_semctl): Likewise.
29379 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29380 and <bp-semctl.h>.
29381 (__old_semctl): Don't use CHECK_SEMCTL.
29382 (__new_semctl): Likewise.
29383 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29384 <bp-checks.h> and <bp-semctl.h>.
29385 (__old_semctl): Don't use CHECK_SEMCTL.
29386 (__new_semctl): Likewise.
29387 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29388 <bp-checks.h> and <bp-semctl.h>.
29389 (semctl): Don't use CHECK_SEMCTL.
29390
c2d54929
JM
29391 [BZ #13550]
29392 * Makerules (elide-bp-thunks): Remove variable.
29393 (elide-routines.oS): Don't use $(elide-bp-thunks).
29394 (elide-routines.os): Likewise.
29395 (elide-routines.o): Likewise.
29396 (elide-routines.op): Likewise.
29397 (elide-routines.og): Likewise.
29398 (objects): Don't use $(bp-thunks).
29399 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29400 include.
29401 (common-generated): Do not add s-proto-bp.d.
29402 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29403 (int): Likewise.
29404 (typ): Likewise.
29405 Do not generate makefile rules for bounded-pointer thunks.
29406 * sysdeps/generic/bp-thunks.h: Remove file.
29407 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29408 * sysdeps/unix/s-proto-bp.S: Likewise.
29409
8cf28c5e
JM
29410 [BZ #15062]
29411 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29412 parts of result separately when argument is not close to line from
29413 -i to i and one part of argument is small.
29414 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29415 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29416 * math/libm-test.inc (cacos_test): Add more tests.
29417 (casin_test): Likewise.
29418 (casinh_test): Likewise.
29419 * sysdeps/i386/fpu/libm-test-ulps: Update.
29420 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29421
c4e33b8d
DM
294222013-01-31 David S. Miller <davem@davemloft.net>
29423
29424 * po/de.po: Update from translation team.
29425
3b60b421
MK
294262013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
29427
29428 * time/tzfile.c: Include stdint.h for SIZE_MAX.
29429
bb931195
TS
294302013-01-25 Thomas Schwinge <thomas@codesourcery.com>
29431
b5a5da23
TS
29432 * configure.in (_AC_PROG_CC_C89): New definition.
29433 * configure: Regenerate.
29434
bb931195
TS
29435 * configure.in (AC_PROG_CPP): New definition.
29436 * configure: Regenerate.
29437
8c53a12c
JM
294382013-01-23 Joseph Myers <joseph@codesourcery.com>
29439
29440 * debug/tst-backtrace.h: New file.
29441 * debug/tst-backtrace2.c: Include tst-backtrace.h.
29442 (ret): Remove variable.
29443 (x): Likewise.
29444 (FAIL): Remove macro.
29445 (NO_INLINE): Likewise.
29446 (fn1): Use match function instead of strstr.
29447 * debug/tst-backtrace3.c: Include tst-backtrace.h.
29448 (ret): Remove variable.
29449 (x): Likewise.
29450 (FAIL): Remove macro.
29451 (NO_INLINE): Likewise.
29452 (fn): Use match function instead of strstr.
29453 * debug/tst-backtrace4.c: Include tst-backtrace.h.
29454 (ret): Remove variable.
29455 (x): Likewise.
29456 (FAIL): Remove macro.
29457 (NO_INLINE): Likewise.
29458 (handle_signal): Use match function instead of strstr.
29459 * debug/tst-backtrace5.c: Include tst-backtrace.h.
29460 (ret): Remove variable.
29461 (x): Likewise.
29462 (FAIL): Remove macro.
29463 (NO_INLINE): Likewise.
29464 (handle_signal): Use match function instead of strstr.
29465
4858fa2a
RM
294662013-01-23 Roland McGrath <roland@hack.frob.com>
29467
29468 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29469
bae8e7f5
DM
294702013-01-23 David S. Miller <davem@davemloft.net>
29471
29472 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29473 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29474 argument of CAS if possible.
29475 * sysdeps/sparc/sparc64/bits/atomic.h
29476 (__arch_compare_and_exchange_val_32_acq): Likewise.
29477 (__arch_compare_and_exchange_val_64_acq): Likewise.
29478
9cbbc4ae
PT
294792013-01-23 Pino Toscano <toscano.pino@tiscali.it>
29480
29481 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29482 * sysdeps/posix/ulimit.c: ... this.
92a601b8 29483 Include <limits.h>.
67b3f58c 29484 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 29485
5655a0b5
AC
294862013-01-23 Adam Conrad <adconrad@0c3.net>
29487
29488 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29489 (LDFLAGS-tst-array5): Likewise.
29490
052aff95
JM
294912013-01-23 Joseph Myers <joseph@codesourcery.com>
29492
29493 [BZ #15036]
29494 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29495 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29496 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29497 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29498
7c1e01aa
DM
294992013-01-21 David S. Miller <davem@davemloft.net>
29500
29501 * sysdeps/sparc/backtrace.c: New file.
29502 * sysdeps/sparc/sparc32/backtrace.h: New file.
29503 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29504 * sysdeps/sparc/sparc64/backtrace.h: New file.
29505 * sysdeps/sparc/sparc64/backtrace.c: Delete.
29506 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29507 -funwind-tables.
29508
ab087e0a
AS
295092013-01-21 Andreas Schwab <schwab@suse.de>
29510
29511 [BZ #15020]
29512 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29513 closed its stdout.
29514
ed689c2f
AS
295152013-01-20 Andreas Schwab <schwab@linux-m68k.org>
29516
29517 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29518 "mpa2.h".
29519 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29520
31d470ac
JM
295212013-01-18 Joseph Myers <joseph@codesourcery.com>
29522 Mark Mitchell <mark@codesourcery.com>
29523 Tom de Vries <tom@codesourcery.com>
29524 Paul Pluzhnikov <ppluzhnikov@google.com>
29525
29526 * debug/tst-backtrace2.c: New file.
29527 * debug/tst-backtrace3.c: Likewise.
29528 * debug/tst-backtrace4.c: Likewise.
29529 * debug/tst-backtrace5.c: Likewise.
29530 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29531 (CFLAGS-tst-backtrace3.c): Likewise.
29532 (CFLAGS-tst-backtrace4.c): Likewise.
29533 (CFLAGS-tst-backtrace5.c): Likewise.
29534 (LDFLAGS-tst-backtrace2): Likewise.
29535 (LDFLAGS-tst-backtrace3): Likewise.
29536 (LDFLAGS-tst-backtrace4): Likewise.
29537 (LDFLAGS-tst-backtrace5): Likewise.
29538 (tests): Add new tests tst-backtrace2, tst-backtrace3,
29539 tst-backtrace4 and tst-backtrace5.
29540
90567f30 295412013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
29542 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
29543
29544 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29545 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29546 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29547 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29548 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29549 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29550 "+r" and remove output regs list as redundant. Add explicit inline
29551 asm to specify register of return val to work around compiler codegen
29552 bug. Remove (int) cast on return value. Add return type parameter to
29553 use in macro so that this macro does not truncate return value for
29554 64-bit values.
29555 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29556 pass to INTERNAL_VSYSCALL_NCS.
29557 (INLINE_VSYSCALL): Add 'long int' as return type to
29558 INTERNAL_VSYSCALL_NCS macro invocation.
29559 (INTERNAL_VSYSCALL): Add 'long int' as return type to
29560 INTERNAL_VSYSCALL_NCS macro invocation.
29561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29562
d3b9ea61
SP
295632013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
29564
0b57daeb
SP
29565 [BZ #14496]
29566 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29567 Fix application of SIMD FP exception mask.
29568
caa99d06
SP
29569 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29570 mp_no from a power of two.
29571 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29572 __mpexp_twomm1. Use __pow_mp.
29573
d3b9ea61
SP
29574 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29575 multiplication.
29576
1dbaee3c
DM
295772013-01-17 David S. Miller <davem@davemloft.net>
29578
29579 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29580
728d7b43
JM
295812013-01-17 Joseph Myers <joseph@codesourcery.com>
29582
29583 [BZ #15023]
29584 * include/complex.h: Condition contents on [!_COMPLEX_H].
29585 (__kernel_casinhf): New prototype.
29586 (__kernel_casinh): Likewise.
29587 (__kernel_casinhl): Likewise.
29588 * math/Makefile (libm_calls): Add k_casinh.
29589 * math/k_casinh.c: New file.
29590 * math/k_casinhf.c: Likewise.
29591 * math/k_casinhl.c: Likewise.
29592 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29593 finite nonzero arguments.
29594 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29595 finite nonzero arguments.
29596 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29597 finite nonzero arguments.
29598 * math/s_casinh.c: Do not include <float.h>.
29599 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29600 * math/s_casinhf.c: Do not include <float.h>.
29601 (__casinhf): Move code for finite nonzero arguments to
29602 k_casinhf.c.
29603 * math/s_casinhl.c: Do not include <float.h>.
29604 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29605 redefine.
29606 (__casinhl): Move code for finite nonzero arguments to
29607 k_casinhl.c.
29608 * math/libm-test.inc (cacos_test): Add more tests.
29609 * sysdeps/i386/fpu/libm-test-ulps: Update.
29610 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29611
2a26ef3a
PT
296122013-01-17 Pino Toscano <toscano.pino@tiscali.it>
29613
29614 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29615 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29616 [!HAVE_MREMAP]: Remove [defined linux] case.
29617 * malloc/arena.c: Do not include <malloc-sysdep.h>.
29618
a897655d
SP
296192013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
29620
29621 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29622
881ebe89 296232013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
29624
29625 * elf/elf.h (R_386_SIZE32): New relocation.
29626 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29627 R_386_SIZE32.
29628 (elf_machine_rela): Likewise.
29629 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29630 R_X86_64_SIZE64 and R_X86_64_SIZE32.
29631
59981e9b
JM
296322013-01-17 Joseph Myers <joseph@codesourcery.com>
29633
29634 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29635 (FP_FAST_FMA): Do not define.
29636 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29637 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29638 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29639 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29640 !_SOFT_FLOAT]: Likewise.
29641 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29642 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29643 value.
29644 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29645 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29646 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29647 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29648 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29649 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29650 file.
29651
cfa8054f
AS
296522013-01-16 Andreas Schwab <schwab@suse.de>
29653
29654 [BZ #14327]
29655 * include/stdlib.h (__mktemp): Add declaration.
29656 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29657 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29658
dd930cc5
SP
296592013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29660
881ebe89
SP
29661 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29662 definitions.
29663 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29664 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29665 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29666 definitions here.
29667 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29668 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29669 definitions.
29670 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29671 and ONE.
29672 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29673 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29674 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29675 definitions.
29676 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29677 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29678 definitions.
29679 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 29680
dd930cc5
SP
29681 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29682
c19a9f89
DM
296832013-01-15 David S. Miller <davem@davemloft.net>
29684
1aa61767
DM
29685 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29686 trunc{,f} to libm-sysdep_routes.
29687 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29688 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29689 file.
29690 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29691 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29692 file.
29693 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29694 file.
29695 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29696 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29697 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29698 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29699 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29700 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29701 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29702 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29703
c42d5e98
DM
29704 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29705 nearbyint{,f} to libm-sysdep_routes.
29706 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29707 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29708 New file.
29709 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29710 file.
29711 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29712 New file.
29713 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29714 file.
29715 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29716 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29717 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29718 file.
29719 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29720 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29721 file.
29722 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29723 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29724 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29725
c19a9f89
DM
29726 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29727 libc_feholdexcept and libc_fesetenv.
29728
357679d2
MF
297292013-01-15 Mike Frysinger <vapier@gentoo.org>
29730
29731 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29732
65a82e3d
DM
297332013-01-14 David S. Miller <davem@davemloft.net>
29734
8b954ab9
DM
29735 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29736 (SPARC_ASM_VIS2_IFUNC): Likewise.
29737 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29738 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29739 use of 'siam' instruction.
29740 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29741 Likewise.
29742 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29743 Likewise.
29744 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29745 Likewise.
29746 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29747 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29748 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29749 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29750 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29751 file.
29752 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29753 file.
29754 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29755 file.
29756 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29757 file.
29758 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29759 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29760 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29761 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29762 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29763 new VIS2 routines.
29764 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29765 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29766 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29767 Likewise.
29768 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29769 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29770 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29771 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29772 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29773 routines to libm-sysdep_routines.
29774 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29775
65a82e3d
DM
29776 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29777 fdim/fdimf to libm-sysdep_routines.
29778 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29779 file.
29780 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29781 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29782 file.
29783 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29784 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29785 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29786 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29787 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29788 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29789 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29790
e34ab705
SP
297912013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
29792
2a91b573
SP
29793 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29794 to optimize copies.
29795
1066a534
SP
29796 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29797 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29798 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29799
e34ab705
SP
29800 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29801 local variable MPTWO.
29802 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29803 Likewise.
29804
aba5e596
MF
298052013-01-13 Mike Frysinger <vapier@gentoo.org>
29806
29807 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29808 GLOB_NOESCAPE.
29809
e557e9e5
MF
298102013-01-13 Mike Frysinger <vapier@gentoo.org>
29811
29812 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29813
0428cec9
MF
298142013-01-13 Mike Frysinger <vapier@gentoo.org>
29815
29816 * manual/pattern.texi (glob_t): Document gl_flags.
29817 (glob64_t): Likewise.
29818
8794a964
DM
298192013-01-11 David S. Miller <davem@davemloft.net>
29820
66438c3f
RM
29821 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29822 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29823 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
29824 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29825 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29826 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29827 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29828 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29829 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29830 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29831 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29832 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29833 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29834
4ae4244d
DM
29835 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29836 sparc V9 rather than using V8 code.
29837 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29838 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29839
8794a964
DM
29840 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29841 Move to...
29842 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29843 Here.
29844
6270516e
RM
298452013-01-11 Roland McGrath <roland@hack.frob.com>
29846
29847 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29848 not in the main loop.
29849 * configure: Regenerated.
29850
6a57d931
JM
298512013-01-11 Joseph Myers <joseph@codesourcery.com>
29852
29853 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29854 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29855 to just #else.
29856 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
29857 [!__GLIBC_HAVE_LONG_LONG] case.
29858 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29859 condition to just #else.
29860 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29861 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29862 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29863 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29864 unconditional.
29865 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29866 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29867 #elif condition to just #else.
29868 * sysdeps/unix/sysv/linux/sys/sysmacros.h
29869 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29870 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29871 #elif condition to just #else.
29872
0e8529e9
SE
298732013-01-11 Steve Ellcey <sellcey@mips.com>
29874
29875 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29876 (EF_MIPS_ARCH_64): Fix value.
29877 (EF_MIPS_ARCH_32R2): New.
29878 (EF_MIPS_ARCH_64R2): New.
29879
740b3dbe
L
298802013-01-11 H.J. Lu <hongjiu.lu@intel.com>
29881
29882 * Makeconfig (+link-pie-before-libc): New.
29883 (+link-pie-after-libc): Likewise.
29884 (+link-pie-tests): Likewise.
29885 (+link-pie): Rewritten.
29886 (link-before-libc): Remove $(config-LDFLAGS).
29887 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29888 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29889 (config-LDFLAGS): Renamed to ...
29890 (rtld-LDFLAGS): This.
29891 (rtld-tests-LDFLAGS): New macro.
29892 (link-libc-rpath-link): Likewise.
29893 (link-libc-tests-rpath-link): Likewise.
29894 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29895 (link-libc): Prepand $(link-libc-rpath-link).
29896 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29897 (test-program-prefix): New macro.
29898 (test-via-rtld-prefix): Likewise.
29899 (test-program-cmd): Likewise.
29900 (host-test-program-cmd): Likewise.
29901 * Makefile ($(common-objpfx)testrun.sh): Replace
29902 $(run-program-prefix) with $(test-program-prefix).
29903 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29904 $(rtld-LDFLAGS).
29905 ($(common-objpfx)shlib.lds): Likewise.
29906 (build-module-helper): Likewise.
29907 ($(common-objpfx)format.lds): Likewise.
29908 * Rules (binaries-pie-tests): New.
29909 (binaries-pie-notests): Likewise.
29910 (binaries-pie): Rewritten.
29911 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29912 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29913 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29914 (make-test-out): Replace $(host-built-program-cmd) with
29915 $(host-test-program-cmd).
29916 * config.make.in (build-hardcoded-path-in-tests): New variable.
29917 * configure.in (--enable-hardcoded-path-in-tests): New configure
29918 option.
29919 (hardcoded_path_in_tests): New AC_SUBST.
29920 * configure: Regenerated.
29921 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29922 $(built-program-cmd) with $(test-program-cmd).
29923 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29924 (test_program_cmd): This.
29925 * elf/Makefile ($(objpfx)order.out): Run test with
29926 $(test-program-prefix).
29927 ($(objpfx)order2.out): Likewise.
29928 ($(objpfx)tst-initorder.out): Likewise.
29929 ($(objpfx)tst-initorder2.out): Likewise.
29930 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29931 $(test-program-cmd).
29932 ($(objpfx)tst-array1-static.out): Likewise.
29933 ($(objpfx)tst-array2.out): Likewise.
29934 ($(objpfx)tst-array3.out): Likewise.
29935 ($(objpfx)tst-array4.out): Likewise.
29936 ($(objpfx)tst-array5.out): Likewise.
29937 ($(objpfx)tst-array5-static.out): Likewise.
29938 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29939 $(test-program-cmd).
29940 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29941 $(run-program-prefix) with $(test-program-prefix).
29942 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29943 (test_program_prefix): This.
29944 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29945 $(run-program-prefix) with $(test-program-prefix).
29946 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29947 (test_program_prefix): This.
29948 * iconvdata/tst-tables.sh: Likewise.
29949 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29950 $(run-program-prefix) with $(test-program-prefix).
29951 ($(objpfx)tst-translit.out): Likewise.
29952 ($(objpfx)tst-gettext2.out): Likewise.
29953 ($(objpfx)tst-gettext4.out): Likewise.
29954 ($(objpfx)tst-gettext6.out): Likewise.
29955 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29956 (test_program_prefix): This.
29957 * intl/tst-gettext2.sh: Likewise.
29958 * intl/tst-gettext4.sh Likewise.
29959 * intl/tst-gettext6.sh: Likewise.
29960 * intl/tst-translit.sh: Likewise.
29961 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29962 with $(test-program-cmd).
29963 * libio/Makefile ($(objpfx)test-freopen.out): Replace
29964 $(run-program-prefix) with $(test-program-prefix).
29965 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29966 (test_program_prefix): This.
29967 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29968 $(run-program-prefix) with $(test-program-prefix).
29969 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29970 (test_program_prefix): This.
29971 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29972 * posix/Makefile ($(objpfx)globtest.out): Replace
29973 $(run-via-rtld-prefix) and $(test-wrapper) with
29974 $(test-program-prefix) and $(test-via-rtld-prefix).
29975 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29976 $(test-program-prefix).
29977 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29978 $(host-test-program-cmd).
29979 (tst-spawn-ARGS): Likewise.
29980 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29981 $(test-program-prefix).
29982 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29983 (test_via_rtld_prefix): This.
29984 (test_wrapper): Renamed to ...
29985 (test_program_prefix): This.
29986 (run_program_prefix): Replaced by test_program_prefix.
29987 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29988 (test_program_prefix): This.
29989 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29990 with $(host-test-program-cmd).
29991 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29992 $(run-program-prefix) with $(test-program-prefix).
29993 ($(objpfx)tst-printf.out): Likewise.
29994 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29995 $(test-program-cmd).
29996 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29997 (test_program_prefix): This.
29998 * stdio-common/tst-unbputc.sh: Likewise.
29999 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30000 $(run-program-prefix) with $(test-program-prefix).
30001 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30002 (test_program_prefix): This.
30003 * string/Makefile ($(objpfx)tst-svc.out): Replace
30004 $(built-program-cmd) with $(test-program-cmd).
30005
c6fe55cf
AJ
300062013-01-11 Andreas Jaeger <aj@suse.de>
30007
30008 [BZ #15003]
30009 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30010 value. Sync with Linux 3.7.
30011
9e6919c8
DM
300122013-01-10 David S. Miller <davem@davemloft.net>
30013
30014 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30015 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30016 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30017
1c9f1a02
RM
300182013-01-10 Roland McGrath <roland@hack.frob.com>
30019
30020 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30021 never set.
30022 * configure: Regenerated.
30023
b9de2dde
DM
300242013-01-10 David S. Miller <davem@davemloft.net>
30025
30026 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30027 sparc V9 rather than using V8 code.
30028 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30029 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30030
e7f68ef4
RM
300312013-01-10 Roland McGrath <roland@hack.frob.com>
30032
30033 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30034 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30035 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30036 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30037 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30038 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30039 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30040 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30041 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30042 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30043 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30044 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30045 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30046 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30047 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30048 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30049 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30050 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30051 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30052 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30053 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30054 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30055 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30056 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30057 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30058 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30059 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30060
5a47cc9c
DM
300612013-01-10 David S. Miller <davem@davemloft.net>
30062
30063 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30064
4cf8f209
L
300652013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30066
30067 * posix/Makefile (tests-static): New variable.
30068 (tests): Add $(tests-static).
30069 (tst-exec-static-ARGS): New variable.
30070 (tst-spawn-static-ARGS): Likewise.
30071 * posix/tst-exec-static.c: New file.
30072 * posix/tst-spawn-static.c: Likewise.
30073 * posix/tst-exec.c: Support run directly.
30074 * posix/tst-spawn.c: Likewise.
30075
fed0faa1
JM
300762013-01-10 Joseph Myers <joseph@codesourcery.com>
30077
828beb13
JM
30078 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30079 long.
30080 * math/bits/mathcalls.h (llrint): Likewise.
30081 (llround): Likewise.
30082 * stdlib/stdlib.h (struct drand48_data): Likewise.
30083 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30084 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30085 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30086 Likewise.
30087 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30088 Likewise.
30089 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30090 (elf_greg_t): Likewise.
30091 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30092 (__jmp_buf): Likewise.
30093 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30094 definitions.
30095 (llrint): Likewise, for all definitions.
30096 (llrintl): Likewise.
30097
fed0faa1
JM
30098 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30099 Remove [__GNUC__] condition.
30100 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30101 condition to just [__USE_ISOC99].
30102 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30103
1a20cb20
L
301042013-01-10 H.J. Lu <hongjiu.lu@intel.com>
30105
30106 [BZ #14200]
30107 * sysdeps/unix/sysv/linux/x86/bits/environments.h
30108 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30109 defined.
30110 (_POSIX_V6_ILP32_OFF32): Likewise.
30111 (_XBS5_ILP32_OFF32): Likewise.
30112 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30113 (__ILP32_OFFBIG_LDFLAGS): Likewise.
30114
751b85f7
SP
301152013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30116
7490eb81
SP
30117 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30118
751b85f7
SP
30119 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30120 doubles __mpexp_twomm1. Adjust usage.
30121 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30122 Remove.
30123
988197f0
AS
301242013-01-10 Andreas Schwab <schwab@suse.de>
30125
30126 [BZ #14964]
30127 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30128 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30129
e83d7298
DM
301302013-01-09 David S. Miller <davem@davemloft.net>
30131
034ed64b 30132 [BZ #15003]
57f41c40
AS
30133 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30134 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30135 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30136 (TCP_FASTOPEN): Define.
e83d7298
DM
30137 (tcp_repair_opt): New structure.
30138 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30139 enum values.
57f41c40
AS
30140 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30141 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30142 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
30143 (tcp_cookie_transactions): New structure.
30144
d5e0b9bd
AB
301452013-01-09 Anton Blanchard <anton@samba.org>
30146
30147 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30148 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30149 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30150 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30151
0c07e3ea
JM
301522013-01-09 Joseph Myers <joseph@codesourcery.com>
30153
30154 * include/features.h (__USE_ANSI): Remove.
30155
232f7002
RM
301562013-01-09 Roland McGrath <roland@hack.frob.com>
30157
ad98e30c
RM
30158 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30159
232f7002
RM
30160 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30161
950c99ca
SP
301622013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
30163
b5792741
SP
30164 * sysdeps/s390/fpu/libm-test-ulps: Update.
30165
47cf2278
SP
30166 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30167
950c99ca
SP
30168 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30169 (__acr): Likewise.
30170 (__cpy): Likewise.
30171 (norm): Likewise.
30172 (denorm): Likewise.
30173 (__mp_dbl): Likewise.
30174 (__dbl_mp): Likewise.
30175 (add_magnitudes): Likewise.
30176 (sub_magnitudes): Likewise.
30177 (__add): Likewise.
30178 (__sub): Likewise.
30179 (__mul): Likewise.
30180 (__inv): Likewise.
30181 (__dvd): Likewise.
30182 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30183 (__acr): Likewise.
30184 (__cpy): Likewise.
30185 (norm): Likewise.
30186 (denorm): Likewise.
30187 (__mp_dbl): Likewise.
30188 (__dbl_mp): Likewise.
30189 (add_magnitudes): Likewise.
30190 (sub_magnitudes): Likewise.
30191 (__add): Likewise.
30192 (__sub): Likewise.
30193 (__mul): Likewise.
30194 (__inv): Likewise.
30195 (__dvd): Likewise.
30196 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30197 (__acr): Likewise.
30198 (__cpy): Likewise.
30199 (norm): Likewise.
30200 (denorm): Likewise.
30201 (__mp_dbl): Likewise.
30202 (__dbl_mp): Likewise.
30203 (add_magnitudes): Likewise.
30204 (sub_magnitudes): Likewise.
30205 (__add): Likewise.
30206 (__sub): Likewise.
30207 (__mul): Likewise.
30208 (__inv): Likewise.
30209 (__dvd): Likewise.
30210
eede9df9
JM
302112013-01-08 Joseph Myers <joseph@codesourcery.com>
30212
30213 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30214 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30215 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30216 2 && __USE_EXTERN_INLINES]: Likewise.
30217
c40ea3d9
AJ
302182013-01-08 Andreas Jaeger <aj@suse.de>
30219
30220 [BZ# 14985]
30221 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30222 Remove.
30223 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30224 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30225
2ccdea26
AB
302262013-01-07 Anton Blanchard <anton@samba.org>
30227
30228 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30229 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30230 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30231 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30232 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30233 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30234 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30235 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30236 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30237 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30238 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30239 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30240 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30241 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30242 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30243 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30244 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30245 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30246 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30247 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30248 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30249 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30250 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30251 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30252 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30253 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30254 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30255 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30256 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30257 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30258 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30259 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30260 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30261 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30262 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30263 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30264 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30265 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30266 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30267 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30268 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30269 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30270 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30271
a9708fed
JM
302722013-01-07 Joseph Myers <joseph@codesourcery.com>
30273
375607b9
JM
30274 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30275 (__MALLOC_PMT): Likewise.
30276 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30277 [__GNUC__], only on [_LIBC].
30278 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30279 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30280 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30281 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30282 forward declaration.
30283 (realloc_hook_ini): Likewise.
30284 (memalign_hook_ini): Likewise.
30285 (__libc_memalign): Do not use __MALLOC_PMT in variable
30286 declaration.
30287 (__libc_valloc): Likewise.
30288 (__libc_pvalloc): Likewise.
30289 (__libc_calloc): Likewise.
30290 (__posix_memalign): Likewise.
30291
a9708fed
JM
30292 [BZ #14996]
30293 * math/s_casinh.c: Include <float.h>.
30294 (__casinh): Do not do computation with squaring and square root
30295 for large arguments.
30296 * math/s_casinhf.c: Include <float.h>.
30297 (__casinhf): Do not do computation with squaring and square root
30298 for large arguments.
30299 * math/s_casinhl.c: Include <float.h>.
30300 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30301 (__casinhl): Do not do computation with squaring and square root
30302 for large arguments.
30303 * math/libm-test.inc (casin_test): Add more tests.
30304 (casinh_test): Likewise.
30305 * sysdeps/i386/fpu/libm-test-ulps: Update.
30306 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30307
afec409a
L
303082013-01-04 H.J. Lu <hongjiu.lu@intel.com>
30309
30310 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30311 (__x86_64_raw_data_cache_size): Likewise.
30312 (__x86_64_data_cache_size_half): Likewise.
30313 (__x86_64_raw_data_cache_size_half): Likewise.
30314 (__x86_64_shared_cache_size): Likewise.
30315 (__x86_64_raw_shared_cache_size): Likewise.
30316 (__x86_64_shared_cache_size_half): Likewise.
30317 (__x86_64_raw_shared_cache_size_half): Likewise.
30318 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30319 to ...
30320 (__x86_data_cache_size): This.
30321 (__x86_64_raw_data_cache_size): Renamed to ...
30322 (__x86_raw_data_cache_size): This.
30323 (__x86_64_data_cache_size_half): Renamed to ...
30324 (__x86_data_cache_size_half): This.
30325 (__x86_64_raw_data_cache_size_half): Renamed to ...
30326 (__x86_raw_data_cache_size_half): This.
30327 (__x86_64_shared_cache_size): Renamed to ...
30328 (__x86_shared_cache_size): This.
30329 (__x86_64_raw_shared_cache_size): Renamed to ...
30330 (__x86_raw_shared_cache_size): This.
30331 (__x86_64_shared_cache_size_half): Renamed to ...
30332 (__x86_shared_cache_size_half): This.
30333 (__x86_64_raw_shared_cache_size_half): Renamed to ...
30334 (__x86_raw_shared_cache_size_half): This.
30335 * sysdeps/x86_64/memcpy.S: Updated.
30336 * sysdeps/x86_64/memset.S: Likewise.
30337 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30338 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30339 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30340
0b3986d0
DM
303412013-01-04 David S. Miller <davem@davemloft.net>
30342
30343 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30344
e47686e9
AS
303452013-01-04 Andreas Schwab <schwab@linux-m68k.org>
30346
d643bac1
AS
30347 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30348 1 to avoid redefinition warning.
30349 (__USE_GNU): Don't define.
30350 (init_signaling_nan): Protoize.
30351
e47686e9
AS
30352 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30353
b18decba
SP
303542013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30355
fffb407f
SP
30356 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30357 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30358 (__cpymn): Likewise.
30359 (norm): Remove commented code.
30360 (denorm): Likewise.
30361 (__mp_dbl): Likewise.
30362 (__inv): Likewise.
30363 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30364 (__cpymn): Likewise.
30365 (norm): Remove commented code.
30366 (denorm): Likewise.
30367 (__mp_dbl): Likewise.
30368 (__inv): Likewise.
30369
b18decba
SP
30370 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30371 mp_no value for 1.0 and 2.0.
30372 (norm): Use RADIXI instead of radixi.d.
30373 (denorm): Likewise.
30374 (__mul): Use 0.0 instead of zero.d.
30375 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30376 mp_no value for 1.0 and 2.0.
30377 (norm): Use RADIXI instead of radixi.d.
30378 (denorm): Likewise.
30379 (__mul): Use 0.0 instead of zero.d.
30380
cdc1c96f
JM
303812013-01-04 Joseph Myers <joseph@codesourcery.com>
30382
30383 [BZ #14994]
30384 * math/s_casinh.c (__casinh): Reduce finite argument to first
30385 quadrant then set signs of results at the end.
30386 * math/s_casinhf.c (__casinhf): Likewise.
30387 * math/s_casinhl.c (__casinhl): Likewise.
30388 * math/libm-test.inc (casin_test): Add more tests.
30389 (casinh_test): Likewise.
30390 * sysdeps/i386/fpu/libm-test-ulps: Update.
30391 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30392
302913e1
SP
303932013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
30394
6420d207
SP
30395 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30396
a9e48ab4
SP
30397 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30398
b7837264
SP
30399 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30400 declarations.
30401 (denorm): Likewise.
30402 (__mp_dbl): Likewise.
30403 (__inv): Likewise.
30404
f8af25d2
SP
30405 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30406 and adjust the header comment.
30407
302913e1
SP
30408 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30409 variable name from declaration.
30410
5d7dd1ca
L
304112013-01-03 H.J. Lu <hongjiu.lu@intel.com>
30412
30413 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30414 Initialize COMMON_CPUID_INDEX_7 element.
30415 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30416 (CPUID_RTM): Likewise.
30417 (HAS_RTM): Likewise.
30418 (COMMON_CPUID_INDEX_7): New enum.
30419
2f5f40f4
AS
304202013-01-03 Andreas Schwab <schwab@linux-m68k.org>
30421
30422 [BZ #14981]
30423 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30424 size is zero, record memory as freed.
30425
4056f4a0
AJ
304262013-01-03 Andreas Jaeger <aj@suse.de>
30427
30428 * po/ia.po: Add new Interlingua translation.
30429
ab15736f 304302012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
30431
30432 * locale/programs/localedef.c: Fix description of '--posix' flag.
30433
568035b7
JM
304342013-01-02 Joseph Myers <joseph@codesourcery.com>
30435
e6898b8d
JM
30436 * NEWS: Update dates in second copyright notice.
30437 * README: Update copyright dates in example.
30438 * manual/libc.texinfo: Update copyright dates.
30439 * scripts/test-installation.pl: Update copyright date in --version
30440 output.
30441
0e2f9562
JM
30442 * hurd/ctty-input.c: Fix copyright notice formatting.
30443 * hurd/ctty-output.c: Likewise.
30444 * hurd/dtable.c: Likewise.
30445 * hurd/hurd-raise.c: Likewise.
30446 * hurd/hurdprio.c: Likewise.
30447 * hurd/msgportdemux.c: Likewise.
30448 * misc/sys/file.h: Likewise.
30449 * misc/sys/ioctl.h: Likewise.
30450 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30451 * sysdeps/mach/hurd/chdir.c: Likewise.
30452 * sysdeps/mach/hurd/fchdir.c: Likewise.
30453 * sysdeps/mach/hurd/rename.c: Likewise.
30454 * sysdeps/mach/hurd/rmdir.c: Likewise.
30455 * sysdeps/mach/hurd/seekdir.c: Likewise.
30456 * sysdeps/mach/hurd/setsid.c: Likewise.
30457 * sysdeps/posix/wait3.c: Likewise.
30458
568035b7
JM
30459 * All files with FSF copyright notices: Update copyright dates
30460 using scripts/update-copyrights.
30461 * intl/plural.c: Regenerated.
30462 * locale/programs/charmap-kw.h: Likewise.
30463 * locale/programs/locfile-kw.h: Likewise.
30464
da08f647
SP
304652013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
30466
0f5477af
SP
30467 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30468 four values.
30469
44e0d4c2
SP
30470 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30471 calculation loop and add branch prediction.
30472
4d55b4e5
SP
30473 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30474 check access beyond bounds of m1np.
30475
da08f647
SP
30476 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30477 MPTWO.
30478 (__inv): Remove local variable MPTWO to use the global
30479 constant.
30480 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30481 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30482 variable MPTWO.
30483 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30484 MP3HALFS static const.
30485
8e051029
DM
304862013-01-01 David S. Miller <davem@davemloft.net>
30487
30488 * po/ca.po: Update from translation team.
30489
f4cf5f2d
JM
304902013-01-01 Joseph Myers <joseph@codesourcery.com>
30491
30492 * scripts/update-copyrights: New file.
30493 * Makeconfig: Reformat copyright notice.
30494 * ctype/ctype.h: Likewise.
30495 * debug/swprintf_chk.c: Likewise.
30496 * elf/dl-cache.c: Likewise.
30497 * elf/dl-debug.c: Likewise.
30498 * elf/dl-object.c: Likewise.
30499 * grp/initgroups.c: Likewise.
30500 * hurd/Makefile: Likewise.
30501 * hurd/hurd/signal.h: Likewise.
30502 * hurd/hurdfault.c: Likewise.
30503 * hurd/hurdioctl.c: Likewise.
30504 * hurd/hurdlookup.c: Likewise.
30505 * hurd/intr-msg.c: Likewise.
30506 * iconv/gconv_open.c: Likewise.
30507 * libio/swprintf.c: Likewise.
30508 * locale/lc-ctype.c: Likewise.
30509 * locale/nl_langinfo.c: Likewise.
30510 * mach/Machrules: Likewise.
30511 * mach/Makefile: Likewise.
30512 * malloc/obstack.h: Likewise.
30513 * manual/Makefile: Likewise.
30514 * manual/tsort.awk: Likewise.
30515 * misc/bits/stab.def: Likewise.
30516 * nis/nis_print_group_entry.c: Likewise.
30517 * nis/nis_table.c: Likewise.
30518 * nis/nss_compat/compat-pwd.c: Likewise.
30519 * nis/nss_compat/compat-spwd.c: Likewise.
30520 * po/Makefile: Likewise.
30521 * posix/fnmatch.c: Likewise.
30522 * posix/regex.h: Likewise.
30523 * resolv/Makefile: Likewise.
30524 * resolv/nss_dns/dns-network.c: Likewise.
30525 * resolv/res_hconf.c: Likewise.
30526 * scripts/gen-sorted.awk: Likewise.
30527 * soft-fp/soft-fp.h: Likewise.
30528 * stdio-common/printf.h: Likewise.
30529 * stdlib/monetary.h: Likewise.
30530 * stdlib/random.c: Likewise.
30531 * stdlib/random_r.c: Likewise.
30532 * sysdeps/generic/Makefile: Likewise.
30533 * sysdeps/gnu/Makefile: Likewise.
30534 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30535 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30536 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30537 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30538 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30539 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30540 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30541 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30542 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30543 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30544 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30545 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30546 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30547 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30548 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30549 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30550 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30551 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30552 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30553 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30554 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30555 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30556 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30557 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30558 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30559 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30560 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30561 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30562 * sysdeps/mach/hurd/errnos.awk: Likewise.
30563 * sysdeps/mach/hurd/fork.c: Likewise.
30564 * sysdeps/mach/hurd/getcwd.c: Likewise.
30565 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30566 * sysdeps/mach/hurd/mmap.c: Likewise.
30567 * sysdeps/mach/hurd/utimes.c: Likewise.
30568 * sysdeps/mach/hurd/xmknod.c: Likewise.
30569 * sysdeps/posix/profil.c: Likewise.
30570 * sysdeps/posix/readdir_r.c: Likewise.
30571 * sysdeps/powerpc/bits/mathdef.h: Likewise.
30572 * sysdeps/powerpc/bits/setjmp.h: Likewise.
30573 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30574 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30575 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30576 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30577 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30578 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30579 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30580 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30581 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30582 * sysdeps/pthread/lio_listio.c: Likewise.
30583 * sysdeps/sparc/dl-procinfo.h: Likewise.
30584 * sysdeps/unix/i386/sysdep.S: Likewise.
30585 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30586 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30587 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30588 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30590 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30591 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30592 * sysdeps/unix/sysv/linux/speed.c: Likewise.
30593 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30594 * sysdeps/wordsize-32/divdi3.c: Likewise.
30595 * time/sys/time.h: Likewise.
30596 * wcsmbs/Makefile: Likewise.
30597
0549fbba
DM
305982013-01-01 David S. Miller <davem@davemloft.net>
30599
a141f1a7
DM
30600 * po/fr.po: Update from translation team.
30601
0549fbba
DM
30602 * catgets/gencat.c: Update copyright year.
30603 * csu/version.c: Likewise.
30604 * debug/catchsegv.sh: Likewise.
30605 * debug/pcprofiledump.c: Likewise.
30606 * debug/xtrace.sh: Likewise.
30607 * elf/ldconfig.c: Likewise.
30608 * elf/ldd.bash.in: Likewise.
30609 * elf/pldd.c: Likewise.
30610 * elf/sotruss.ksh: Likewise.
30611 * elf/sprof.c: Likewise.
30612 * iconv/iconv_prog.c: Likewise.
30613 * iconv/iconvconfig.c: Likewise.
30614 * locale/programs/locale.c: Likewise.
30615 * locale/programs/localedef.c: Likewise.
30616 * login/programs/pt_chown.c: Likewise.
30617 * malloc/memusage.sh: Likewise.
30618 * malloc/memusagestat.c: Likewise.
30619 * malloc/mtrace.pl: Likewise.
30620 * nscd/nscd.c: Likewise.
30621 * nss/getent.c: Likewise.
30622 * nss/makedb.c: Likewise.
30623 * posix/getconf.c: Likewise.
30624
18ea052c
SP
306252012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
30626
30627 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30628 numbers.
30629
9c89fca6
MF
306302012-12-30 Mike Frysinger <vapier@gentoo.org>
30631
30632 * math/bits/mathcalls.h (modf): Use __nonnull.
30633
085ec079
SP
306342012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
30635
30636 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30637 (split): Use macro CN instead of the bare value.
30638 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30639 could be used.
30640 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30641 instead of the bare value.
30642 (power1): Likewise.
30643
6d9f97e1
SP
306442012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30645
d63f73be
SP
30646 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30647 __ATAN_TWOM.
30648 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30649
6d9f97e1
SP
30650 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30651 their values.
30652 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30653 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30654 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30655 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30656
4c4febf5
AJ
306572012-12-28 Andreas Jaeger <aj@suse.de>
30658
af5843ef
AJ
30659 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
30660 values are from Linux 3.7.
30661
4c4febf5
AJ
30662 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30663 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
30664
99136f82
SP
306652012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30666
2f216c3c 30667 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
30668 TRUE case.
30669
99136f82
SP
30670 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30671 (norm): Likewise.
30672 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30673 variables with preprocessor constants.
30674 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30675 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30676 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30677
7fffbdff
BH
306782012-12-27 Bruno Haible <bruno@clisp.org>
30679
30680 [BZ #14317]
30681 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30682 only if needed.
30683
b76eb5f0
SP
306842012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
30685
31a7fe5c
SP
30686 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30687 and use variable directly.
30688 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30689
b76eb5f0
SP
30690 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30691 MPONE.
30692 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30693 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30694 variable MPONE.
30695 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30696 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30697 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30698 include directive. Remove local variable MPONE.
30699 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30700 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30701 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30702
2c8bfe7d
DM
307032012-12-25 David S. Miller <davem@davemloft.net>
30704
30705 * version.h (RELEASE): Set to "development".
30706 (VERSION): Set to "2.17.90".
30707 * NEWS: Add 2.18 section.
30708
147d03b0
DM
307092012-12-21 David S. Miller <davem@davemloft.net>
30710
30711 * po/hr.po: Update from translation team.
30712
a8ebb2b9
AK
307132012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30714
30715 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30716
95b4f1b6
SE
307172012-12-19 Steve Ellcey <sellcey@mips.com>
30718
b2d94007 30719 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 30720
cedb2a90
MS
307212012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
30722
30723 * manual/contrib.texi (Contributors): Spelling correction.
30724
bbf527d6
DM
307252012-12-15 David S. Miller <davem@davemloft.net>
30726
30727 * po/ru.po: Update from translation team.
30728
bc38c906
DM
307292012-12-13 David S. Miller <davem@davemloft.net>
30730
85429b1a
DM
30731 * NEWS: Mention IFUNC testsuite enhancements.
30732
d283e353
DM
30733 * po/pl.po: Update from translation team.
30734 * po/bg.po: Likewise.
30735
bc38c906
DM
30736 * manual/contrib.texi (Contributors): Update entries for Hongjiu
30737 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
30738
a181b0d7
DM
307392012-12-11 David S. Miller <davem@davemloft.net>
30740
4641d57e
DM
30741 * po/sv.po: Update from translation team.
30742
f7bc6495
DM
30743 * po/vi.po: Update from translation team.
30744
6fc9048f
DM
30745 * po/cs.po: Update from translation team.
30746
a181b0d7
DM
30747 * po/de.po: Update from translation team.
30748 * po/eo.po: Likewise.
30749 * po/nl.po: Likewise.
30750
f70bfe80
SP
307512012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
30752
3c8b4190
SP
30753 [BZ #14246]
30754 * manual/argp.texi (Argp Helper Functions): Move node to follow
30755 Argp Parsing State.
30756
f70bfe80
SP
30757 [BZ #14872]
30758 * manual/conf.texi (Limits on File System Capacity): Mention if
30759 terminating null is included in the max size.
30760
188f0adf
AJ
307612012-12-10 Andreas Jaeger <aj@suse.de>
30762
30763 * po/cs.po: Update from translation team.
30764
56e7d3ad
SP
307652012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
30766
30767 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30768 void pointer and cast to uintptr_t.
30769 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30770 path.
30771 * sysdeps/s390/s390-64/memcpy.S: Likewise.
30772 * sysdeps/s390/s390-64/memset.S: Likewise.
30773
76f2d2ea 307742012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
30775
30776 [BZ #14833]
30777 * menual/message.texi (Message Translation): Fix typos.
30778 (Helper programs for gettext): Likewise.
30779
67cbf9a2
AS
307802012-12-07 Andreas Schwab <schwab@linux-m68k.org>
30781
30782 [BZ #14898]
30783 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30784 Change to -1.
30785
682d0e9a
DM
307862012-12-07 David S. Miller <davem@davemloft.net>
30787
30788 * po/libc.pot: Update.
30789
573cd484
RH
307902012-12-07 Richard Henderson <rth@redhat.com>
30791
7e9da188 30792 [BZ #10114]
573cd484
RH
30793 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30794 normal/normal case to before the switch.
30795 (_FP_DIV): Likewise.
30796
e933a943
MF
307972012-12-06 Carlos O'Donell <carlos@systemhalted.org>
30798 Mike Frysinger <vapier@gentoo.org>
30799
30800 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30801 check for __NR_fadvise64_64.
30802
82123268
CM
308032012-12-06 Chris Metcalf <cmetcalf@tilera.com>
30804
30805 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30806 0, not just to plain "0" as a statement.
30807 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30808 with cw.
30809
d9814526
JM
308102012-12-06 Joseph Myers <joseph@codesourcery.com>
30811
30812 * NEWS: Use sourceware.org in Bugzilla URL.
30813
7728c574
SP
308142012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
30815
f16946dd
SP
30816 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30817 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30818
5704bbcb
SP
30819 * stdio-common/tst-put-error.c (do_test): Add newline to the
30820 padded test to ensure flush.
30821
17aa0516
JL
308222012-12-05 Jeff Law <law@redhat.com>
30823
30824 * sunrpc/etc.rpc (fedfs_admin): Add entry.
30825
363313b5
JM
308262012-12-05 Joseph Myers <joseph@codesourcery.com>
30827
effbd42a
JM
30828 * README: Don't refer to ports add-on as distributed separately.
30829 Mention AArch64 in list of systems supported in the ports add-on.
30830
87600365
JM
30831 * LICENSES: Add more non-FSF copyright and license notices.
30832
a0d7066a
JM
30833 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30834 ((unused)).
30835
66ca5a5b
JM
30836 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30837
363313b5
JM
30838 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30839 10000 as width of padded output.
30840
b37984ad
JM
308412012-12-04 Joseph Myers <joseph@codesourcery.com>
30842
9003570a
JM
30843 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30844
b37984ad
JM
30845 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30846 variable LX with __attribute__ ((unused)).
30847 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30848 Likewise.
30849 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30850 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30851 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30852 with __attribute__ ((unused)).
30853
c8df52ec
DM
308542012-12-04 David S. Miller <davem@abraco.davemloft.net>
30855
30856 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30857
b3b099af
JM
308582012-12-04 Joseph Myers <joseph@codesourcery.com>
30859
c33aa6e3
JM
30860 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30861 (CFLAGS-nldbl-acos.c): New variable.
30862 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30863 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30864 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30865 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30866 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30867 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30868 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30869 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30870 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30871 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30872 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30873 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30874 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30875 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30876 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30877 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30878 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30879 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30880 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30881 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30882 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30883 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30884 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30885 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30886 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30887 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30888 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30889 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30890 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30891 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30892 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30893 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30894 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30895 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30896 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30897 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30898 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30899 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30900 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30901 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30902 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30903 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30904 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30905 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30906 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30907 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30908 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30909 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30910 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30911 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30912 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30913 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30914 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30915 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30916 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30917 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30918 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30919 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30920 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30921 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30922 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30923 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30924 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30925 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30926 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30927 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30928 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30929 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30930 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30931 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30932 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30933 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30934 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30935 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30936 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30937 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30938 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30939 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30940 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30941 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30942 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30943 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30944 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30945 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30946 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30947 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30948 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30949 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30950 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30951 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30952 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30953 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30954 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30955 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30956 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30957 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30958 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30959
20f0018d
JM
30960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30961 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30962
b3b099af
JM
30963 [BZ #14914]
30964 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30965 whole low double instead of just low 47 bits when splitting values
30966 into two parts.
30967
029264d1
AM
309682012-12-03 Allan McRae <allan@archlinux.org>
30969
30970 * manual/stdio.texi (Predefined Printf Handlers): Remove
30971 @hsep and @vsep usage.
30972
c9d6789e
MF
309732012-12-03 Mike Frysinger <vapier@gentoo.org>
30974
30975 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30976 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30977
4b7634a5
JL
309782012-12-03 Jeff Law <law@redhat.com>
30979
30980 * time/sys/time.h (settimeofday): Do not mark TV argument
30981 as __nonnull.
30982
eb6cbd24
MF
309832012-12-01 Mike Frysinger <vapier@gentoo.org>
30984
30985 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30986 when currently writing and seek to current position when not.
30987 * libio/Makefile (tests): Remove bug-fclose1.
30988 * libio/bug-fclose1.c: Delete.
30989
f638872a
JM
309902012-12-01 Joseph Myers <joseph@codesourcery.com>
30991
30992 * manual/arith.texi (feenableexcept): Fix typo.
30993 (fedisableexcept): Likewise.
30994
48085d14
RM
309952012-11-30 Roland McGrath <roland@hack.frob.com>
30996
30997 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30998 second, differently-typed declaration, rather than a cast.
30999
1a538b9f
SP
310002012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
31001
31002 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31003 * include/rpc/svc.h: ... here.
31004
d07f2ff1 310052012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
31006
31007 [BZ #13013]
31008 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31009 depending n and resplen2 to catch cases where answer
31010 equals answerp2.
31011
c93ec1f0
CD
310122012-11-29 Carlos O'Donell <carlos@systemhalted.org>
31013
31014 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31015 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31016
37db69de
MF
310172012-11-29 Mike Frysinger <vapier@gentoo.org>
31018
31019 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31020
e10c4e4f
RM
310212012-11-29 Roland McGrath <roland@hack.frob.com>
31022
31023 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31024
2af1b328
JL
310252012-11-28 Jeff Law <law@redhat.com>
31026
31027 [BZ #13761]
31028 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31029 dataset_temporary. Track alloca usage into alloca_used.
31030 If dataset is large allocate and release it via malloc/free.
31031
111db5b1
FW
310322012-06-04 Florian Weimer <fweimer@redhat.com>
31033
f06cc227 31034 [BZ #14197]
111db5b1
FW
31035 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31036
dd694abd
DM
310372012-11-28 David S. Miller <davem@davemloft.net>
31038
31039 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31040
9984dd01
JM
310412012-11-28 Joseph Myers <joseph@codesourcery.com>
31042
31043 [BZ #14803]
31044 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31045 of pi/2 rounded to nearest to 64 bits.
31046 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31047 nearest to 64 bits.
31048 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31049 bits.
31050
14bc93a9
JL
310512012-11-28 Jeff Law <law@redhat.com>
31052 Martin Osvald <mosvald@redhat.com>
31053
31054 [BZ #14889]
31055 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31056 * sunrpc/svc.c: Include time.h.
31057 (__svc_accept_failed): New function.
31058 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31059 any reason other than EINTR, call __svc_accept_failed.
31060 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31061 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31062
e3c6aa3a
AS
310632012-11-28 Andreas Schwab <schwab@suse.de>
31064
31065 * scripts/abilist.awk: Also handle indirect functions in .opd
31066 section.
31067
1bead169
JM
310682012-11-28 Joseph Myers <joseph@codesourcery.com>
31069
31070 [BZ #13881]
31071 * sysdeps/x86/fpu/powl_helper.c: New file.
31072 * sysdeps/x86/fpu/Makefile: Likewise.
31073 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31074 (p3): New object.
31075 (__ieee754_powl): Use __powl_helper for finite arguments except
31076 integer exponents below 8.
31077 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31078 (p3): New object.
31079 (__ieee754_powl): Use __powl_helper for finite arguments except
31080 integer exponents below 8.
31081 * math/libm-test.inc (pow_test): Add more tests and enable some
31082 previously disabled tests.
31083 * sysdeps/i386/fpu/libm-test-ulps: Update.
31084 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31085
0817d63d
SP
310862012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31087 Carlos O'Donell <carlos_odonell@mentor.com>
31088
31089 * nss/makedb.c (is_prime): Assert that input is odd and greater
31090 than 4. Note that fact in a comment too.
31091 (next_prime): Add 4 to input.
31092
de2fd463
SP
310932012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31094
31095 [BZ #11741]
31096 * libio/Makefile (tests): Add test case tst-fwrite-error.
31097 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31098 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31099 * libio/tst-fwrite-error.c: New test case.
31100
c515fb51
L
311012012-11-26 H.J. Lu <hongjiu.lu@intel.com>
31102
31103 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31104 before casting to void *.
31105 * include/libc-internal.h (__pointer_type): New macro.
31106 (__integer_if_pointer_type_sub): Likewise.
31107 (__integer_if_pointer_type): Likewise.
31108 (cast_to_integer): Likewise.
31109 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31110 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31111 before casting to atomic64_t.
31112 (atomic_exchange_acq): Likewise.
31113 (__arch_exchange_and_add_body): Likewise.
31114 (__arch_add_body): Likewise.
31115 (atomic_add_negative): Likewise.
31116 (atomic_add_zero): Likewise.
31117
4cf77aa9
JM
311182012-11-26 Joseph Myers <joseph@codesourcery.com>
31119
31120 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31121 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31122 (add_fdes): Likewise.
31123 (linear_search_fdes): Likewise.
31124 (binary_search_unencoded_fdes): Likewise.
31125
d260b3b4
AS
311262012-11-26 Andreas Schwab <schwab@linux-m68k.org>
31127
31128 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31129
67060746
AC
311302012-11-24 Adam Conrad <adconrad@0c3.net>
31131
31132 * configure.in: Autodetect C++ header directories.
31133 * configure: Regenerated.
31134
800938a1
MF
311352012-11-23 Mike Frysinger <vapier@gentoo.org>
31136
31137 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31138
4e6e34e6
AS
311392012-11-23 Andreas Schwab <schwab@linux-m68k.org>
31140
31141 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31142
7c7feb47
JM
311432012-11-22 Joseph Myers <joseph@codesourcery.com>
31144
7184dcdf
JM
31145 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31146 LDBL_MANT_DIG == 106]: Disable some tests.
31147 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31148 Likewise.
31149 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31150 Likewise.
31151
0a42601f
JM
31152 [BZ #14871]
31153 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31154 input for small inputs. Return +/- pi/2 for large inputs.
31155 * math/libm-test.inc (atan_test): Add more tests.
31156
79c9b9fe
JM
31157 * sysdeps/generic/unwind-dw2-fde-glibc.c
31158 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31159 __attribute__ ((unused)).
31160
c60d3bf2
JM
31161 [BZ #14645]
31162 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31163 x * y if x and y are nonzero and z is zero.
31164
ef1e0867
JM
31165 [BZ #14811]
31166 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31167 nonzero exponents with absolute value below 0x1p-117 to +/-
31168 0x1p-117.
31169
1468ded3
JM
31170 [BZ #14869]
31171 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31172 up arguments below 2**-450, not just those below 2**-500.
31173 * math/libm-test.inc (hypot_test): Add another test.
31174
8e27e3cc
JM
31175 [BZ #14868]
31176 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31177 Return a+b for ratio over 2**120, not 2**60.
31178 * math/libm-test.inc (hypot_test): Add another test.
31179
c9c0279b
JM
31180 * math/libm-test.inc (clog_test): Use
31181 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31182 (clog10_test): Likewise.
31183
7c7feb47
JM
31184 [BZ #6778]
31185 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31186
fff1530e
AS
311872012-11-22 Andreas Schwab <schwab@suse.de>
31188
31189 * sysdeps/i386/fpu/libm-test-ulps: Update.
31190
94558d30
PT
311912012-11-22 Pino Toscano <toscano.pino@tiscali.it>
31192
31193 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31194 printf output with newline.
31195
7e1be741
L
311962012-11-21 H.J. Lu <hongjiu.lu@intel.com>
31197
6bfea974
L
31198 [BZ #14865]
31199 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31200 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31201 -z nodlopen, -z initfirst and -z execstack support.
31202 * configure: Regenerated.
31203
7e1be741
L
31204 * elf/elf.h (DF_1_NODIRECT): New macro.
31205 (DF_1_IGNMULDEF): Likewise.
31206 (DF_1_NOKSYMS): Likewise.
31207 (DF_1_NOHDR): Likewise.
31208 (DF_1_EDITED): Likewise.
31209 (DF_1_NORELOC): Likewise.
31210 (DF_1_SYMINTPOSE): Likewise.
31211 (DF_1_GLOBAUDIT): Likewise.
31212 (DF_1_SINGLETON): Likewise.
31213 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31214 DT_1_SUPPORTED_MASK bits.
31215 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31216
105ce2ce
CD
312172012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
31218
31219 * sysdeps/unix/make-syscalls.sh: Document prefixes.
31220
123be9de
TS
312212012-11-20 Thomas Schwinge <thomas@codesourcery.com>
31222
d072f3f7
TS
31223 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31224 macro.
31225
123be9de
TS
31226 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31227 (sendmmsg): Move declarations...
31228 * socket/sys/socket.h: ... here.
31229 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31230 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31231 include it from...
31232 * socket/recvmmsg.c: ... this new file.
31233 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31234 (sendmmsg): Rename to __sendmmsg, create weak alias and make
31235 definition of __sendmmsg hidden.
31236 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31237 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31238 Move ENOSYS stub into and include it from...
31239 * socket/sendmmsg.c: ... this new file.
31240 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31241 (sysdep_routines): Move recvmmsg and sendmmsg...
31242 * socket/Makefile (routines): ... here.
31243 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31244 (GLIBC_PRIVATE): Add __sendmmsg.
31245 * include/sys/socket.h (__sendmmsg): Add declarations.
31246 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31247 sendmmsg.
31248
cf9a5d18
JM
312492012-11-20 Joseph Myers <joseph@codesourcery.com>
31250
31251 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31252 variable I1 with __attribute__ ((unused)).
31253 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31254
ecd4caf9
JM
312552012-11-19 Joseph Myers <joseph@codesourcery.com>
31256
be14d48f
JM
31257 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31258 DUMMY variables with __attribute__ ((unused)).
31259
ecd4caf9
JM
31260 * bits/byteswap.h: Include <bits/types.h>.
31261 (__bswap_64): Use __uint64_t instead of unsigned long long int.
31262
986cab95
PT
312632012-11-19 Pino Toscano <toscano.pino@tiscali.it>
31264
31265 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31266 string_t. Do not manually set errno.
31267 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31268 length with __strnlen. Make sure to both set errno and return it on
31269 failure.
31270
6d33cc9d
DM
312712012-11-19 David S. Miller <davem@davemloft.net>
31272
31273 With help from Joseph Myers.
31274 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31275 very large arguments properly.
31276 * math/libm-test.inc (atan_test): New tests.
31277 (atan2_test): New tests.
31278 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31279 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31280
ee663277
JM
312812012-11-19 Joseph Myers <joseph@codesourcery.com>
31282
877f2d8e
JM
31283 [BZ #14856]
31284 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31285 Define to 3.
31286
116fc08a
JM
31287 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31288 [POSIX] (EADDRNOTAVAIL): Likewise.
31289 [POSIX] (EAFNOSUPPORT): Likewise.
31290 [POSIX] (EALREADY): Likewise.
31291 [POSIX] (ECONNABORTED): Likewise.
31292 [POSIX] (ECONNREFUSED): Likewise.
31293 [POSIX] (ECONNRESET): Likewise.
31294 [POSIX] (EDESTADDRREQ): Likewise.
31295 [POSIX] (EDQUOT): Likewise.
31296 [POSIX] (EHOSTUNREACH): Likewise.
31297 [POSIX] (EIDRM): Likewise.
31298 [POSIX] (EISCONN): Likewise.
31299 [POSIX] (ELOOP): Likewise.
31300 [POSIX] (EMULTIHOP): Likewise.
31301 [POSIX] (ENETDOWN): Likewise.
31302 [POSIX] (ENETUNREACH): Likewise.
31303 [POSIX] (ENOBUFS): Likewise.
31304 [POSIX] (ENODATA): Likewise.
31305 [POSIX] (ENOLINK): Likewise.
31306 [POSIX] (ENOMSG): Likewise.
31307 [POSIX] (ENOPROTOOPT): Likewise.
31308 [POSIX] (ENOSR): Likewise.
31309 [POSIX] (ENOSTR): Likewise.
31310 [POSIX] (ENOTCONN): Likewise.
31311 [POSIX] (ENOTSOCK): Likewise.
31312 [POSIX] (EOPNOTSUPP): Likewise.
31313 [POSIX] (EOVERFLOW): Likewise.
31314 [POSIX] (EPROTO): Likewise.
31315 [POSIX] (EPROTONOSUPPORT): Likewise.
31316 [POSIX] (EPROTOTYPE): Likewise.
31317 [POSIX] (ESTALE): Likewise.
31318 [POSIX] (ETIME): Likewise.
31319 [POSIX] (ETXTBSY): Likewise.
31320 [POSIX] (EWOULDBLOCK): Likewise.
31321 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31322 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31323 [POSIX] (SEEK_CUR): Likewise.
31324 [POSIX] (SEEK_END): Likewise.
31325 [POSIX || UNIX98] (mode_t): Do not require.
31326 [POSIX] (off_t): Likewise.
31327 [POSIX] (pid_t): Likewise.
31328 [POSIX] (sys/stat.h): Do not allow header.
31329 [POSIX] (unistd.h): Likewise.
31330 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31331 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31332 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31333 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31334 require.
31335 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31336 sigevent): Specify elements.
31337 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31338 entry.
31339 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31340 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31341
a483863f
JM
31342 * conform/data/cpio.h-data [POSIX]: Disable whole file.
31343 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31344 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31345 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31346 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31347 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31348 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31349 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31350 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31351 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31352 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31353 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31354 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31355 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31356 Likewise.
31357 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31358 Likewise.
31359 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31360 Likewise.
31361 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31362 Likewise.
31363 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31364 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31365 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31366 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31367 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31368 Specify lower bound on value.
31369 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31370 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31371 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31372 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31373 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31374 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31375 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31376 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31377 value.
31378 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31379 as optional.
31380 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31381 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31382 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31383 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31384 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31385 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31386 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31387 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31388 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31389 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31390 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31391 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31392 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31393 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31394 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31395 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31396 entry.
31397 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31398 optional.
31399 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31400 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31401 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31402 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31403 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31404 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31405 Likewise.
31406 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31407 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31408 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31409 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31410 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
31411 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31412 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31413 as optional.
31414 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31415 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31416 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31417 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31418 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31419 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31420 specify as optional.
31421 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31422 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31423 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31424 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31425 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31426 [XPG3] (NL_LANGMAX): Likewise.
31427 [POSIX || XPG3] (NL_MSGMAX): Likewise.
31428 [POSIX || XPG3] (NL_NMAX): Likewise.
31429 [POSIX || XPG3] (NL_SETMAX): Likewise.
31430 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31431 [XPG3] (NZERO): Likewise.
31432 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31433 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31434 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31435 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31436 (REG_ERANGE): Expect.
31437 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31438 optional-constant.
31439 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31440 Use (void) in prototype.
31441 [POSIX] (*_t): Allow.
31442 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31443 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31444 (WRDE_BADVAL): Expect.
31445
5ba924e3
JM
31446 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31447 expect.
31448 [XPG3 || XPG4] (O_RSYNC): Likewise.
31449 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31450 Likewise.
31451 [XPG3 || XPG4] (pthread_sigmask): Likewise.
31452 [XPG3 || XPG4] (sigqueue): Likewise.
31453 [XPG3 || XPG4] (sigtimedwait): Likewise.
31454 [XPG3 || XPG4] (sigwaitinfo): Likewise.
31455 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31456 [XPG3 || XPG4] (vsnprintf): Likewise.
31457 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31458 Likewise.
31459 [XPG3 || XPG4] (blksize_t): Likewise.
31460 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31461 Likewise.
31462 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31463 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31464 [XPG3 || XPG4] (struct itimerspec): Likewise.
31465 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31466 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31467 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31468 [XPG3 || XPG4] (clockid_t): Likewise.
31469 [XPG3 || XPG4] (timer_t): Likewise.
31470 [XPG3 || XPG4] (clock_getres): Likewise.
31471 [XPG3 || XPG4] (clock_gettime): Likewise.
31472 [XPG3 || XPG4] (clock_settime): Likewise.
31473 [XPG3 || XPG4] (nanosleep): Likewise.
31474 [XPG3 || XPG4] (timer_create): Likewise.
31475 [XPG3 || XPG4] (timer_delete): Likewise.
31476 [XPG3 || XPG4] (timer_gettime): Likewise.
31477 [XPG3 || XPG4] (timer_getoverrun): Likewise.
31478 [XPG3 || XPG4] (timer_settime): Likewise.
31479 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31480 [XPG3 || XPG4] (getlogin_r): Likewise.
31481 [XPG3 || XPG4] (pread): Likewise.
31482 [XPG3 || XPG4] (pthread_atfork): Likewise.
31483 [XPG3 || XPG4] (pwrite): Likewise.
31484
ee663277
JM
31485 [BZ #14835]
31486 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31487 <bits/siginfo.h>.
31488
942caa16
PT
314892012-11-19 Pino Toscano <toscano.pino@tiscali.it>
31490
e19af380
PT
31491 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31492 finalizing MALLSTREAM.
31493
942caa16
PT
31494 * sysdeps/mach/hurd/syncfs.c: New file.
31495
cfde9b46
SP
314962012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
31497
31498 [BZ #14719]
31499 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31500 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31501 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31502 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31503 (_nss_dns_gethostbyname4_r): Likewise.
31504 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31505 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31506
f6da27e5
PH
315072012-11-19 Peng Haitao <penght@cn.fujitsu.com>
31508
31509 [BZ #13763]
31510 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31511
6665d4a2
SM
315122012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
31513
1f51ee92
SM
31514 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31515 * elf/cache.c (print_entry): Print ",AArch64" for
31516 FLAG_AARCH64_LIB64
31517
6665d4a2
SM
31518 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31519 * elf/cache.c (print_entry): Print ",hard-float" for
31520 FLAG_ARM_LIBHF.
31521
05b227bd
DM
315222012-11-18 David S. Miller <davem@davemloft.net>
31523
31524 With help from Joseph Myers.
31525 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31526 cutoff to 2**-13.
31527 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31528 cutoff to 2**-25.
31529 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31530 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31531 small.
31532 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31533 * math/libm-test.inc (y0_test): New tests.
31534 (y1_test): New tests.
31535 * sysdeps/i386/fpu/libm-test-ulps: Update.
31536 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31537 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31538
786b0b67
AS
315392012-11-18 Andreas Schwab <schwab@linux-m68k.org>
31540
31541 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31542 64-bit targets.
31543 * configure: Regenerated.
31544
8e18b86d
DM
315452012-11-17 David S. Miller <davem@davemloft.net>
31546
31547 [BZ #14811]
31548 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31549 nonzero exponents with absolute value below 0x1p-128 to +/-
31550 0x1p-128.
31551
531f1ae0
JM
315522012-11-17 Joseph Myers <joseph@codesourcery.com>
31553
12df29e2
JM
31554 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31555
150dc1a0
JM
31556 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31557
531f1ae0
JM
31558 * posix/getconf-speclist.c: New file.
31559 * posix/posix-envs.def: Likewise.
31560 * posix/confstr.c (START_ENV_GROUP): New macro.
31561 (END_ENV_GROUP): Likewise.
31562 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31563 (KNOWN_PRESENT_ENV_STRING): Likewise.
31564 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31565 (UNKNOWN_ENVIRONMENT): Likewise.
31566 (confstr): Include posix-envs.def instead of handling
31567 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31568 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31569 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31570 (END_ENV_GROUP): Likewise.
31571 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31572 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31573 (UNKNOWN_ENVIRONMENT): Likewise.
31574 (__sysconf): Include posix-envs.def instead of handling associated
31575 cases directly here.
31576 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31577 preprocessing getconf-speclist.c rather than running getconf or
31578 generating empty file.
31579
a93f9cbc
PT
315802012-11-16 Pino Toscano <toscano.pino@tiscali.it>
31581
31582 * scripts/check-local-headers.sh: Ignore 'mach' headers.
31583
d64d9f87
AL
315842012-11-16 Andrej Lajovic <natrij@gmail.com>
31585
31586 [BZ #14672]
31587 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31588
447885eb
DM
315892012-11-16 David S. Miller <davem@davemloft.net>
31590
31591 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31592 smaller than LDBL_EPSILON/2.0L, just return xm1.
31593
bcbf9830
L
315942012-11-16 H.J. Lu <hongjiu.lu@intel.com>
31595
31596 * elf/tst-array1.c (init): Set constructor priority to 1000.
31597 (fini): Set destructor priority to 1000.
31598 * elf/tst-array2dep.c: Likewise.
31599
2b766585
SP
316002012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
31601
31602 [BZ #11741]
31603 * libio/fileops.c (_IO_new_file_write): Correctly return error.
31604 (_IO_new_file_xsputn): Also return EOF if none of the input
31605 data was written when overflow failed.
31606 * libio/iopadn.c (_IO_padn): Likewise.
31607 * libio/iowpadn.c (_IO_wpadn): Likewise.
31608 * stdio-common/tst-put-error.c: Add copyright notice.
31609 (do_test): Add case for printing padded string.
31610 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31611 _IO_padn returned error.
31612 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31613 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31614 return EOF.
31615
b1848fde
SP
316162012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
31617
31618 * libio/libioP.h: Add comment note that the references to C++
31619 bits are now obsolete.
31620
2fd89785
MS
316212012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31622
31623 * math/libm-test.inc (check_complex): Use asprintf.
31624
e3ea5409
JM
316252012-11-14 Joseph Myers <joseph@codesourcery.com>
31626
31627 * debug/pcprofiledump.c (print_version): Update copyright year.
31628 * malloc/memusagestat.c (print_version): Likewise.
31629
2e64d265
L
316302012-11-14 H.J. Lu <hongjiu.lu@intel.com>
31631
31632 [BZ #14831]
31633 * elf/Makefile (tests): Add tst-audit8.
31634 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31635 ($(objpfx)tst-audit8.out): New target.
31636 (tst-audit8-ENV): New variable.
31637 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31638 audit if l_reloc_result is NULL.
31639 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31640 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31641 * elf/tst-audit8.c: New file.
31642
c485e4d2
MS
316432012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31644
31645 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31646 * misc/Makefile (CFLAGS-select.c): Define.
31647 * posix/Makefile (CFLAGS-pause.c): Define.
31648
3a0d900a
DM
316492012-11-13 David S. Miller <davem@davemloft.net>
31650
31651 * crypt/Makefile: Move test targets after toplevel Rules
31652 inclusion. Grab any necessary sysdep routines when linking.
31653 * crypt/md5.c (md5_process_block): Remove define, we will always
31654 name it __md5_process_block.
31655 (md5_finish_ctx): Update md5_process_block call.
31656 (md5_stream): Likewise.
31657 (md5_process_bytes): Likewise.
31658 (md5_process_block): Rename to __md5_process_block and move to ...
31659 * crypt/md5-block.c: ... here.
31660 * crypt/sha256.c (sha256_process_block): Move to ...
31661 * crypt/sha256-block.c: ... here.
31662 * crypt/sha512.c (sha512_process_block): Move to ...
31663 * crypt/sha512-block.c: ... here.
31664 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31665 path.
31666 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31667 * sysdeps/sparc/sparc64/multiarch/Makefile
31668 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31669 crypt subdir.
31670 (localedef-aux): Add md5 crypto assembler when in locale subdir.
31671 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31672 multiarch changes.
31673 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31674 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31675 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31676 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31677 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31678 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31679 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31680 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31681 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31682 file.
31683 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31684 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31685 file.
31686 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31687
8ca89318
JM
316882012-11-13 Joseph Myers <joseph@codesourcery.com>
31689
e27d476a
JM
31690 * timezone/tzselect.ksh: Update from tzcode git revision
31691 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31692 * timezone/zdump.c: Likewise.
31693 * timezone/zic.c: Likewise.
31694 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31695 in TZVERSION setting, not $(PKGVERSION).
31696 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
31697 REPORT_BUGS_TO settings.
31698
8ca89318
JM
31699 [BZ #14838]
31700 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31701 macro.
31702
47594329
MS
317032012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31704
31705 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31706 detection to immediately after _FP_ROUND().
31707 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31708 bits are 0.
31709
640ac3f1
DM
317102012-11-11 David S. Miller <davem@davemloft.net>
31711
31712 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31713 inttypes.h
31714 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31715 __close rather than their public counterparts.
31716
3d2577bb
JM
317172012-11-10 Joseph Myers <joseph@codesourcery.com>
31718
31719 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31720 file.
31721 [UNIX98] (sem_timedwait): Do not expect.
31722 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31723 [XPG4 || UNIX98] (sockatmark): Do not expect.
31724 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31725 (clock_getcpuclockid): Do not expect.
31726 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31727 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31728 Do not expect.
31729 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31730 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31731 [UNIX98] (vwscanf): Likewise.
31732 [UNIX98] (vswscanf): Likewise.
31733
fb1ae1ee
JM
317342012-11-09 Joseph Myers <joseph@codesourcery.com>
31735
9ec6f8bd
JM
31736 * timezone/version.h: Remove file.
31737 * timezone/README: Do not refer to version.h.
31738 * timezone/Makefile ($(objpfx)zic.o): New dependency on
31739 $(objpfx)version.h.
31740 ($(objpfx)zdump.o): Likewise.
c3f81911 31741 ($(objpfx)version.h): New target.
9ec6f8bd 31742
0aa8f8a1
JM
31743 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31744 2012i.
31745 * timezone/README: Don't mention modification to tzselect.ksh.
31746 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31747 work on unmodified tzselect.ksh. Substitute version numbers in
31748 tzselect.ksh.
31749
4e87147f
JM
31750 * Makefile (format-me): Remove.
31751 (INSTALL): Adjust indentation. Use commands directly instead of
31752 using $(format-me).
31753
8b748aed
JM
31754 * aclocal.m4 (ACX_PKGVERSION): New macro.
31755 (ACX_BUGURL): Likewise.
31756 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31757 (PKGVERSION): New AC_DEFINE_UNQUOTED.
31758 (REPORT_BUGS_TO): Likewise.
31759 * configure: Regenerated.
31760 * config.h.in (PKGVERSION): New macro.
31761 (REPORT_BUGS_TO): Likewise.
31762 * config.make.in (PKGVERSION): New variable.
31763 (PKGVERSION_TEXI): Likewise.
31764 (REPORT_BUGS_TO): Likewise.
31765 (REPORT_BUGS_TEXI): Likewise.
31766 * Makefile (format-me): Use -I$(common-objpfx)manual.
31767 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31768 ($(common-objpfx)manual/%): New target.
31769 (manual/%): Remove target.
31770 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31771 (print_version): Use PKGVERSION.
31772 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31773 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31774 and REPORT_BUGS_TO.
31775 ($(objpfx)xtrace): Likewise.
31776 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31777 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31778 (print_version): Use PKGVERSION.
31779 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31780 (do_version): Use PKGVERSION.
31781 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31782 REPORT_BUGS_TO.
31783 (common-ldd-rewrite): Likewise.
31784 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31785 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31786 (print_version): Use PKGVERSION.
31787 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31788 * elf/pldd.c (argp_program_bug_address): Remove variable.
31789 (more_help): New function.
31790 (argp): Use more_help.
31791 (print_version): Use PKGVERSION.
31792 * elf/sln.c (main): Use PKGVERSION.
31793 (usage): Use REPORT_BUGS_TO.
31794 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31795 (top level): Use PKGVERSION.
31796 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31797 (print_version): Use PKGVERSION.
31798 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31799 (print_version): Use PKGVERSION.
31800 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31801 (print_version): Use PKGVERSION.
31802 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31803 (print_version): Use PKGVERSION.
31804 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31805 (print_version): Use PKGVERSION.
31806 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31807 (print_version): Use PKGVERSION.
31808 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31809 and BUGURL.
31810 ($(objpfx)memusage): Likewise.
31811 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31812 (do_version): Use PKGVERSION.
31813 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31814 (print_version): Use PKGVERSION.
31815 * malloc/mtrace.pl ($PACKAGE): Remove variable.
31816 ($PKGVERSION): New variable.
31817 ($REPORT_BUGS_TO): Likewise.
31818 (usage): Use $REPORT_BUGS_TO.
31819 (top level): Use $PKGVERSION.
31820 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31821 ($(objpfx)pkgvers.texi): New rule.
31822 ($(objpfx)stamp-pkgvers): Likewise.
31823 * manual/install.texi: Include pkgvers.texi.
31824 (--with-pkgversion): Document new configure option.
31825 (--with-bugurl): Likewise.
31826 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31827 than necessarily for this particular distribution. Use
31828 REPORT_BUGS_TO for where to report bugs.
31829 * INSTALL: Regenerated.
31830 * manual/libc.texinfo: Include pkgvers.texi.
31831 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31832 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31833 (print_version): Use PKGVERSION.
31834 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31835 (print_version): Use PKGVERSION.
31836 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31837 (print_version): Use PKGVERSION.
31838 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31839 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31840 macro.
31841 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31842 (print_version): Use PKGVERSION.
31843 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31844 (print_version): Use PKGVERSION.
31845 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31846 and PKGVERSION.
31847
92e4b6a9
JM
31848 * timezone/checktab.awk: Update from tzcode 2012i.
31849 * timezone/ialloc.c: Likewise.
31850 * timezone/private.h: Likewise.
31851 * timezone/scheck.c: Likewise.
31852 * timezone/tzfile.h: Likewise.
31853 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31854 (TZVERSION): Hardcode tzcode version number.
31855 * timezone/zdump.c: Update from tzcode 2012i.
31856 * timezone/zic.c: Likewise.
31857 * timezone/version.h: New file.
31858 * timezone/README: Describe version.h. Update upstream location.
31859
9bde902c
JM
31860 [BZ #14824]
31861 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31862 (mktemp): Enable declaration.
31863 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31864 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31865 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31866 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31867 Likewise.
31868 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31869 Likewise.
31870 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31871 Likewise.
31872 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31873 Likewise.
31874 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31875 Likewise.
31876 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31877 Likewise.
31878
fb1ae1ee
JM
31879 [BZ #14821]
31880 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31881 offset in buffer as u_int32_t not u_long. Consistently use memcpy
31882 for copies of such integer values.
31883 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31884 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31885
2c1adbcb
AJ
318862012-11-09 Andreas Jaeger <aj@suse.de>
31887
31888 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31889 definitions and declarations that are provided by
31890 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31891
d0f8457e
AK
318922012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31893
3a235abb 31894 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
31895 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31896 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31897 definition.
31898
57241e26
MS
318992012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
31900
31901 * elf/elf.h: Update comment before AArch64 relocations.
31902
60e8270d
DM
319032012-11-07 David S. Miller <davem@davemloft.net>
31904
31905 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31906 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31907 (__start_context): Declare.
31908 (__makecontext_ret): Delete.
31909 (__makecontext): Hook up __start_context instead of
31910 __makecontext_ret.
31911 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31912 (sysdep_routines): Add __start_context when in stdlib.
31913
0fbb0fbc
JM
319142012-11-07 Joseph Myers <joseph@codesourcery.com>
31915
31916 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31917 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31918 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
31919 hardcoded "nm".
31920 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
31921 (READELF): New variable. Use it instead of hardcoded "readelf".
31922
eb48db7e
L
319232012-11-07 H.J. Lu <hongjiu.lu@intel.com>
31924
31925 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31926 * sysdeps/x86/Makefile: Here.
31927 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31928 * sysdeps/x86/tst-xmmymm.sh: This.
31929
05bcf62a
JM
319302012-11-07 Joseph Myers <joseph@codesourcery.com>
31931
c4b6cf53
JM
31932 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31933 expectations.
31934 [UNIX98] (pthread_barrier_t): Do not expect.
31935 [UNIX98] (pthread_barrierattr_t): Likewise.
31936 [UNIX98] (pthread_spinlock_t): Likewise.
31937 [UNIX98] (pthread_barrier_destroy): Likewise.
31938 [UNIX98] (pthread_barrier_init): Likewise.
31939 [UNIX98] (pthread_barrier_wait): Likewise.
31940 [UNIX98] (pthread_barrierattr_destroy): Likewise.
31941 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31942 [UNIX98] (pthread_barrierattr_init): Likewise.
31943 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31944 [UNIX98] (pthread_getcpuclockid): Likewise.
31945 [UNIX98] (pthread_mutex_timedlock): Likewise.
31946 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31947 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31948 [UNIX98] (pthread_sigmask): Likewise.
31949 [UNIX98] (pthread_spin_destroy): Likewise.
31950 [UNIX98] (pthread_spin_init): Likewise.
31951 [UNIX98] (pthread_spin_lock): Likewise.
31952 [UNIX98] (pthread_spin_trylock): Likewise.
31953 [UNIX98] (pthread_spin_unlock): Likewise.
31954 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31955 Do not expect.
31956 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31957 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31958 [XPG3 || XPG4] (pthread_cond_t): Likewise.
31959 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31960 [XPG3 || XPG4] (pthread_key_t): Likewise.
31961 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31962 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31963 [XPG3 || XPG4] (pthread_once_t): Likewise.
31964 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31965 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31966 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31967 [XPG3 || XPG4] (pthread_t): Likewise.
31968
cbe6e120
JM
31969 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31970 not expect.
31971 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31972
1b126443
JM
31973 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31974 Change function return type to int.
31975
b961a573
JM
31976 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31977 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31978 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31979 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31980 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31981 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31982 [!POSIX] (posix_madvise): Likewise.
31983 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31984 && !UNIX98].
31985 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31986 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31987 (mode_t): Likewise.
31988 (posix_mem_offset): Likewise.
31989 (posix_typed_mem_get_info): Likewise.
31990 (posix_typed_mem_open): Likewise.
31991
9e188909
JM
31992 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31993 Change condition to [XOPEN2K8].
31994
05bcf62a
JM
31995 * conform/conformtest.pl: Preprocess allow-header data with -x c
31996 instead of from stdin.
31997 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31998 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31999 [C99-based standards] (cerfc): Likewise.
32000 [C99-based standards] (cexp2): Likewise.
32001 [C99-based standards] (cexpm1): Likewise.
32002 [C99-based standards] (clog10): Likewise.
32003 [C99-based standards] (clog1p): Likewise.
32004 [C99-based standards] (clog2): Likewise.
32005 [C99-based standards] (clgamma): Likewise.
32006 [C99-based standards] (ctgamma): Likewise.
32007 [C99-based standards] (cerff): Likewise.
32008 [C99-based standards] (cerfcf): Likewise.
32009 [C99-based standards] (cexp2f): Likewise.
32010 [C99-based standards] (cexpm1f): Likewise.
32011 [C99-based standards] (clog10f): Likewise.
32012 [C99-based standards] (clog1pf): Likewise.
32013 [C99-based standards] (clog2f): Likewise.
32014 [C99-based standards] (clgammaf): Likewise.
32015 [C99-based standards] (ctgammaf): Likewise.
32016 [C99-based standards] (cerfl): Likewise.
32017 [C99-based standards] (cerfcl): Likewise.
32018 [C99-based standards] (cexp2l): Likewise.
32019 [C99-based standards] (cexpm1l): Likewise.
32020 [C99-based standards] (clog10l): Likewise.
32021 [C99-based standards] (clog1pl): Likewise.
32022 [C99-based standards] (clog2l): Likewise.
32023 [C99-based standards] (clgammal): Likewise.
32024 [C99-based standards] (ctgammal): Likewise.
32025 * conform/data/inttypes.h-data [C99-based standards]: Include
32026 stdint.h-data. Remove all expectations for stdint.h contents.
32027 [C99-based standards] (PRI*): Do not allow.
32028 [C99-based standards] (SCN*): Likewise.
32029 [C99-based standards] (*_t): Likewise.
32030 [C99-based-standards] (PRId8): Expect macro.
32031 [C99-based-standards] (PRIi8): Likewise.
32032 [C99-based-standards] (PRIo8): Likewise.
32033 [C99-based-standards] (PRIu8): Likewise.
32034 [C99-based-standards] (PRIx8): Likewise.
32035 [C99-based-standards] (PRIX8): Likewise.
32036 [C99-based-standards] (SCNd8): Likewise.
32037 [C99-based-standards] (SCNi8): Likewise.
32038 [C99-based-standards] (SCNo8): Likewise.
32039 [C99-based-standards] (SCNu8): Likewise.
32040 [C99-based-standards] (SCNx8): Likewise.
32041 [C99-based-standards] (PRIdLEAST8): Likewise.
32042 [C99-based-standards] (PRIiLEAST8): Likewise.
32043 [C99-based-standards] (PRIoLEAST8): Likewise.
32044 [C99-based-standards] (PRIuLEAST8): Likewise.
32045 [C99-based-standards] (PRIxLEAST8): Likewise.
32046 [C99-based-standards] (PRIXLEAST8): Likewise.
32047 [C99-based-standards] (SCNdLEAST8): Likewise.
32048 [C99-based-standards] (SCNiLEAST8): Likewise.
32049 [C99-based-standards] (SCNoLEAST8): Likewise.
32050 [C99-based-standards] (SCNuLEAST8): Likewise.
32051 [C99-based-standards] (SCNxLEAST8): Likewise.
32052 [C99-based-standards] (PRIdFAST8): Likewise.
32053 [C99-based-standards] (PRIiFAST8): Likewise.
32054 [C99-based-standards] (PRIoFAST8): Likewise.
32055 [C99-based-standards] (PRIuFAST8): Likewise.
32056 [C99-based-standards] (PRIxFAST8): Likewise.
32057 [C99-based-standards] (PRIXFAST8): Likewise.
32058 [C99-based-standards] (SCNdFAST8): Likewise.
32059 [C99-based-standards] (SCNiFAST8): Likewise.
32060 [C99-based-standards] (SCNoFAST8): Likewise.
32061 [C99-based-standards] (SCNuFAST8): Likewise.
32062 [C99-based-standards] (SCNxFAST8): Likewise.
32063 [C99-based-standards] (PRId16): Likewise.
32064 [C99-based-standards] (PRIi16): Likewise.
32065 [C99-based-standards] (PRIo16): Likewise.
32066 [C99-based-standards] (PRIu16): Likewise.
32067 [C99-based-standards] (PRIx16): Likewise.
32068 [C99-based-standards] (PRIX16): Likewise.
32069 [C99-based-standards] (SCNd16): Likewise.
32070 [C99-based-standards] (SCNi16): Likewise.
32071 [C99-based-standards] (SCNo16): Likewise.
32072 [C99-based-standards] (SCNu16): Likewise.
32073 [C99-based-standards] (SCNx16): Likewise.
32074 [C99-based-standards] (PRIdLEAST16): Likewise.
32075 [C99-based-standards] (PRIiLEAST16): Likewise.
32076 [C99-based-standards] (PRIoLEAST16): Likewise.
32077 [C99-based-standards] (PRIuLEAST16): Likewise.
32078 [C99-based-standards] (PRIxLEAST16): Likewise.
32079 [C99-based-standards] (PRIXLEAST16): Likewise.
32080 [C99-based-standards] (SCNdLEAST16): Likewise.
32081 [C99-based-standards] (SCNiLEAST16): Likewise.
32082 [C99-based-standards] (SCNoLEAST16): Likewise.
32083 [C99-based-standards] (SCNuLEAST16): Likewise.
32084 [C99-based-standards] (SCNxLEAST16): Likewise.
32085 [C99-based-standards] (PRIdFAST16): Likewise.
32086 [C99-based-standards] (PRIiFAST16): Likewise.
32087 [C99-based-standards] (PRIoFAST16): Likewise.
32088 [C99-based-standards] (PRIuFAST16): Likewise.
32089 [C99-based-standards] (PRIxFAST16): Likewise.
32090 [C99-based-standards] (PRIXFAST16): Likewise.
32091 [C99-based-standards] (SCNdFAST16): Likewise.
32092 [C99-based-standards] (SCNiFAST16): Likewise.
32093 [C99-based-standards] (SCNoFAST16): Likewise.
32094 [C99-based-standards] (SCNuFAST16): Likewise.
32095 [C99-based-standards] (SCNxFAST16): Likewise.
32096 [C99-based-standards] (PRId32): Likewise.
32097 [C99-based-standards] (PRIi32): Likewise.
32098 [C99-based-standards] (PRIo32): Likewise.
32099 [C99-based-standards] (PRIu32): Likewise.
32100 [C99-based-standards] (PRIx32): Likewise.
32101 [C99-based-standards] (PRIX32): Likewise.
32102 [C99-based-standards] (SCNd32): Likewise.
32103 [C99-based-standards] (SCNi32): Likewise.
32104 [C99-based-standards] (SCNo32): Likewise.
32105 [C99-based-standards] (SCNu32): Likewise.
32106 [C99-based-standards] (SCNx32): Likewise.
32107 [C99-based-standards] (PRIdLEAST32): Likewise.
32108 [C99-based-standards] (PRIiLEAST32): Likewise.
32109 [C99-based-standards] (PRIoLEAST32): Likewise.
32110 [C99-based-standards] (PRIuLEAST32): Likewise.
32111 [C99-based-standards] (PRIxLEAST32): Likewise.
32112 [C99-based-standards] (PRIXLEAST32): Likewise.
32113 [C99-based-standards] (SCNdLEAST32): Likewise.
32114 [C99-based-standards] (SCNiLEAST32): Likewise.
32115 [C99-based-standards] (SCNoLEAST32): Likewise.
32116 [C99-based-standards] (SCNuLEAST32): Likewise.
32117 [C99-based-standards] (SCNxLEAST32): Likewise.
32118 [C99-based-standards] (PRIdFAST32): Likewise.
32119 [C99-based-standards] (PRIiFAST32): Likewise.
32120 [C99-based-standards] (PRIoFAST32): Likewise.
32121 [C99-based-standards] (PRIuFAST32): Likewise.
32122 [C99-based-standards] (PRIxFAST32): Likewise.
32123 [C99-based-standards] (PRIXFAST32): Likewise.
32124 [C99-based-standards] (SCNdFAST32): Likewise.
32125 [C99-based-standards] (SCNiFAST32): Likewise.
32126 [C99-based-standards] (SCNoFAST32): Likewise.
32127 [C99-based-standards] (SCNuFAST32): Likewise.
32128 [C99-based-standards] (SCNxFAST32): Likewise.
32129 [C99-based-standards] (PRId64): Likewise.
32130 [C99-based-standards] (PRIi64): Likewise.
32131 [C99-based-standards] (PRIo64): Likewise.
32132 [C99-based-standards] (PRIu64): Likewise.
32133 [C99-based-standards] (PRIx64): Likewise.
32134 [C99-based-standards] (PRIX64): Likewise.
32135 [C99-based-standards] (SCNd64): Likewise.
32136 [C99-based-standards] (SCNi64): Likewise.
32137 [C99-based-standards] (SCNo64): Likewise.
32138 [C99-based-standards] (SCNu64): Likewise.
32139 [C99-based-standards] (SCNx64): Likewise.
32140 [C99-based-standards] (PRIdLEAST64): Likewise.
32141 [C99-based-standards] (PRIiLEAST64): Likewise.
32142 [C99-based-standards] (PRIoLEAST64): Likewise.
32143 [C99-based-standards] (PRIuLEAST64): Likewise.
32144 [C99-based-standards] (PRIxLEAST64): Likewise.
32145 [C99-based-standards] (PRIXLEAST64): Likewise.
32146 [C99-based-standards] (SCNdLEAST64): Likewise.
32147 [C99-based-standards] (SCNiLEAST64): Likewise.
32148 [C99-based-standards] (SCNoLEAST64): Likewise.
32149 [C99-based-standards] (SCNuLEAST64): Likewise.
32150 [C99-based-standards] (SCNxLEAST64): Likewise.
32151 [C99-based-standards] (PRIdFAST64): Likewise.
32152 [C99-based-standards] (PRIiFAST64): Likewise.
32153 [C99-based-standards] (PRIoFAST64): Likewise.
32154 [C99-based-standards] (PRIuFAST64): Likewise.
32155 [C99-based-standards] (PRIxFAST64): Likewise.
32156 [C99-based-standards] (PRIXFAST64): Likewise.
32157 [C99-based-standards] (SCNdFAST64): Likewise.
32158 [C99-based-standards] (SCNiFAST64): Likewise.
32159 [C99-based-standards] (SCNoFAST64): Likewise.
32160 [C99-based-standards] (SCNuFAST64): Likewise.
32161 [C99-based-standards] (SCNxFAST64): Likewise.
32162 [C99-based-standards] (PRIdMAX): Likewise.
32163 [C99-based-standards] (PRIiMAX): Likewise.
32164 [C99-based-standards] (PRIoMAX): Likewise.
32165 [C99-based-standards] (PRIuMAX): Likewise.
32166 [C99-based-standards] (PRIxMAX): Likewise.
32167 [C99-based-standards] (PRIXMAX): Likewise.
32168 [C99-based-standards] (SCNdMAX): Likewise.
32169 [C99-based-standards] (SCNiMAX): Likewise.
32170 [C99-based-standards] (SCNoMAX): Likewise.
32171 [C99-based-standards] (SCNuMAX): Likewise.
32172 [C99-based-standards] (SCNxMAX): Likewise.
32173 [C99-based-standards] (PRIdPTR): Likewise.
32174 [C99-based-standards] (PRIiPTR): Likewise.
32175 [C99-based-standards] (PRIoPTR): Likewise.
32176 [C99-based-standards] (PRIuPTR): Likewise.
32177 [C99-based-standards] (PRIxPTR): Likewise.
32178 [C99-based-standards] (PRIXPTR): Likewise.
32179 [C99-based-standards] (SCNdPTR): Likewise.
32180 [C99-based-standards] (SCNiPTR): Likewise.
32181 [C99-based-standards] (SCNoPTR): Likewise.
32182 [C99-based-standards] (SCNuPTR): Likewise.
32183 [C99-based-standards] (SCNxPTR): Likewise.
32184 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32185 allow.
32186 * conform/data/stdint.h-data: Update comments to clarify
32187 requirements.
32188 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
32189 type.
32190 [C99-based standards] (INT8_MAX): Likewise.
32191 [C99-based standards] (INT16_MIN): Likewise.
32192 [C99-based standards] (INT16_MAX): Likewise.
32193 [C99-based standards] (INT32_MIN): Likewise.
32194 [C99-based standards] (INT32_MAX): Likewise.
32195 [C99-based standards] (INT64_MIN): Likewise.
32196 [C99-based standards] (INT64_MAX): Likewise.
32197 [C99-based standards] (UINT8_MAX): Likewise.
32198 [C99-based standards] (UINT16_MAX): Likewise.
32199 [C99-based standards] (UINT32_MAX): Likewise.
32200 [C99-based standards] (UINT64_MAX): Likewise.
32201 [C99-based standards] (INT_LEAST8_MIN): Likewise.
32202 [C99-based standards] (INT_LEAST8_MAX): Likewise.
32203 [C99-based standards] (INT_LEAST16_MIN): Likewise.
32204 [C99-based standards] (INT_LEAST16_MAX): Likewise.
32205 [C99-based standards] (INT_LEAST32_MIN): Likewise.
32206 [C99-based standards] (INT_LEAST32_MAX): Likewise.
32207 [C99-based standards] (INT_LEAST64_MIN): Likewise.
32208 [C99-based standards] (INT_LEAST64_MAX): Likewise.
32209 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32210 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32211 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32212 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32213 [C99-based standards] (INT_FAST8_MIN): Likewise.
32214 [C99-based standards] (INT_FAST8_MAX): Likewise.
32215 [C99-based standards] (INT_FAST16_MIN): Likewise.
32216 [C99-based standards] (INT_FAST16_MAX): Likewise.
32217 [C99-based standards] (INT_FAST32_MIN): Likewise.
32218 [C99-based standards] (INT_FAST32_MAX): Likewise.
32219 [C99-based standards] (INT_FAST64_MIN): Likewise.
32220 [C99-based standards] (INT_FAST64_MAX): Likewise.
32221 [C99-based standards] (UINT_FAST8_MAX): Likewise.
32222 [C99-based standards] (UINT_FAST16_MAX): Likewise.
32223 [C99-based standards] (UINT_FAST32_MAX): Likewise.
32224 [C99-based standards] (UINT_FAST64_MAX): Likewise.
32225 [C99-based standards] (INTPTR_MIN): Likewise.
32226 [C99-based standards] (INTPTR_MAX): Likewise.
32227 [C99-based standards] (UINTPTR_MAX): Likewise.
32228 [C99-based standards] (INTMAX_MIN): Likewise.
32229 [C99-based standards] (INTMAX_MAX): Likewise.
32230 [C99-based standards] (UINTMAX_MAX): Likewise.
32231 [C99-based standards] (PTRDIFF_MIN): Likewise.
32232 [C99-based standards] (PTRDIFF_MAX): Likewise.
32233 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32234 [C99-based standards] (SIZE_MAX): Likewise.
32235 [C99-based standards] (WCHAR_MAX): Likewise.
32236 [C99-based standards] (WINT_MAX): Likewise.
32237 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
32238 constraint on value.
32239 [C99-based standards] (WCHAR_MIN): Likewise.
32240 [C99-based standards] (WINT_MIN): Likewise.
32241 [C99-based standards] (*_t): Allow.
32242 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32243 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32244 Include math.h-data and complex.h-data. Remove all expectations
32245 of math.h and complex.h contents.
32246 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32247 at end of line.
32248 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32249 (struct tm): Expect tag.
32250 [C99-based-standards] (wcstof): Expect function.
32251 [C99-based-standards] (wcstold): Likewise.
32252 [C99-based-standards] (wcstoll): Likewise.
32253 [C99-based-standards] (wcstoull): Likewise.
32254 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32255 macro-int-constant. Specify type.
32256 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
32257 constraint on value.
32258 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32259 Specify type.
32260 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32261 Specify value.
32262 [ISO C standards]: Do not allow headers.
32263 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32264 wcs[abcdefghijklmnopqrstuvwxyz]*.
32265 [ISO C standards] (*_t): Do not allow.
32266 * conform/data/wctype.h-data [C99-based standards] (iswblank):
32267 Expect function.
32268 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32269 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32270 Specify type.
32271 [ISO C standards]: Do not allow headers.
32272 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32273 is[abcdefghijklmnopqrstuvwxyz]*.
32274 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32275 to[abcdefghijklmnopqrstuvwxyz]*.
32276 [ISO C standards] (*_t): Do not allow.
32277 * conform/data/stdalign.h-data: New file.
32278 * conform/data/stdbool.h-data: Likewise.
32279 * conform/data/stdnoreturn.h-data: Likewise.
32280
7514feb8
RM
322812012-11-07 Roland McGrath <roland@hack.frob.com>
32282
32283 [BZ #14815]
32284 * manual/filesys.texi (Directory Entries): Typo fix.
32285 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32286
19b2ecfc
MS
322872012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
32288
32289 * elf/elf.h (EM_AARCH64): New macro.
32290 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32291 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32292 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32293 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32294 (R_AARCH64_TLSDESC): Likewise.
32295 (NT_ARM_TLS): Likewise.
32296 (NT_ARM_HW_BREAK): Likewise.
32297 (NT_ARM_HW_WATCH): Likewise.
32298
60e235ee
JM
322992012-11-07 Joseph Myers <joseph@codesourcery.com>
32300
32301 [BZ #14811]
32302 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32303 (__ieee754_powl): Saturate nonzero exponents with absolute value
32304 below 0x1p-79 to +/- 0x1p-79.
32305 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32306 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32307 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32308 nonzero exponents with absolute value below 0x1p-32 to +/-
32309 0x1p-32.
32310 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32311 (__ieee754_powl): Saturate nonzero exponents with absolute value
32312 below 0x1p-79 to +/- 0x1p-79.
32313 * math/libm-test.inc (pow_test): Add more tests.
32314
0ab234b7
AK
323152012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32316
32317 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32318 _dl_s390_cap_flags with kernel. Increase string length.
32319 (_dl_s390_platforms): Add z196 and zEC12.
32320
45832f74
JM
323212012-11-07 Joseph Myers <joseph@codesourcery.com>
32322
32323 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32324 Change XOPEN21K to XOPEN2K.
32325
19218757
MK
323262012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
32327
32328 * string/memmove.c: Use memcpy when possible.
32329
c5f45721
AJ
323302012-11-06 Andreas Jaeger <aj@suse.de>
32331
32332 * po/eo.po: Update from translation team.
32333
82477c28
JM
323342012-11-06 Joseph Myers <joseph@codesourcery.com>
32335
32336 [BZ #14793]
32337 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32338 exponent and small x and y exponents, scale x or y up. Increase
32339 by 2 the exponent used in scaling up.
32340 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32341 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32342 * math/libm-test.inc (fma_test): Add more tests.
32343 (fma_test_towardzero): Likewise.
32344 (fma_test_downward): Likewise.
32345 (fma_test_upward): Likewise.
32346
99252c8c
JM
323472012-11-05 Joseph Myers <joseph@codesourcery.com>
32348
acfa885f
JM
32349 [BZ #14805]
32350 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32351 fenv_t *.
32352
99252c8c
JM
32353 [BZ #14801]
32354 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32355 namespace for names of struct fields.
32356 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32357 fenv_t fields.
32358 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32359 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32360
d6d98dea
ST
323612012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
32362
32363 [BZ #3665]
32364 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32365
e10bb107
TS
323662012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32367
32368 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32369 PTR_DEMANGLE.
32370
32371 [BZ #5246]
32372 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32373 PTR_DEMANGLE.
32374
a0c2940d
JM
323752012-11-04 Joseph Myers <joseph@codesourcery.com>
32376
32377 [BZ #14797]
32378 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32379 definitely overflow as x * y not x * y + z.
32380 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32381 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32382 * math/libm-test.inc (fma_test): Add more tests.
32383 (fma_test_towardzero): Likewise.
32384 (fma_test_downward): Likewise.
32385 (fma_test_upward): Likewise.
32386
b830319d
TS
323872012-11-04 Thomas Schwinge <thomas@codesourcery.com>
32388
32389 [BZ #157]
32390
32391 * include/stub-tag.h: Remove file.
32392 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32393 '#include' of it.
32394 * manual/maint.texi (Porting): Don't reference it.
32395 * Makerules ($(objpfx)stubs): Likewise.
32396 * dirent/closedir.c: Don't include <stub-tag.h>.
32397 * dirent/dirfd.c: Likewise.
32398 * dirent/fdopendir.c: Likewise.
32399 * dirent/getdents.c: Likewise.
32400 * dirent/getdents64.c: Likewise.
32401 * dirent/opendir.c: Likewise.
32402 * dirent/readdir.c: Likewise.
32403 * dirent/readdir64.c: Likewise.
32404 * dirent/readdir64_r.c: Likewise.
32405 * dirent/readdir_r.c: Likewise.
32406 * dirent/rewinddir.c: Likewise.
32407 * dirent/seekdir.c: Likewise.
32408 * dirent/telldir.c: Likewise.
32409 * gmon/profil.c: Likewise.
32410 * grp/setgroups.c: Likewise.
32411 * inet/if_index.c: Likewise.
32412 * io/access.c: Likewise.
32413 * io/chdir.c: Likewise.
32414 * io/chmod.c: Likewise.
32415 * io/chown.c: Likewise.
32416 * io/close.c: Likewise.
32417 * io/dup.c: Likewise.
32418 * io/dup2.c: Likewise.
32419 * io/dup3.c: Likewise.
32420 * io/euidaccess.c: Likewise.
32421 * io/faccessat.c: Likewise.
32422 * io/fchdir.c: Likewise.
32423 * io/fchmod.c: Likewise.
32424 * io/fchmodat.c: Likewise.
32425 * io/fchown.c: Likewise.
32426 * io/fchownat.c: Likewise.
32427 * io/fcntl.c: Likewise.
32428 * io/flock.c: Likewise.
32429 * io/fstatfs.c: Likewise.
32430 * io/fstatfs64.c: Likewise.
32431 * io/fstatvfs.c: Likewise.
32432 * io/fstatvfs64.c: Likewise.
32433 * io/futimens.c: Likewise.
32434 * io/fxstat.c: Likewise.
32435 * io/fxstat64.c: Likewise.
32436 * io/fxstatat.c: Likewise.
32437 * io/fxstatat64.c: Likewise.
32438 * io/getcwd.c: Likewise.
32439 * io/isatty.c: Likewise.
32440 * io/lchmod.c: Likewise.
32441 * io/lchown.c: Likewise.
32442 * io/link.c: Likewise.
32443 * io/linkat.c: Likewise.
32444 * io/lseek.c: Likewise.
32445 * io/lseek64.c: Likewise.
32446 * io/lxstat64.c: Likewise.
32447 * io/mkdir.c: Likewise.
32448 * io/mkdirat.c: Likewise.
32449 * io/mkfifo.c: Likewise.
32450 * io/mkfifoat.c: Likewise.
32451 * io/open.c: Likewise.
32452 * io/open64.c: Likewise.
32453 * io/openat.c: Likewise.
32454 * io/openat64.c: Likewise.
32455 * io/pipe.c: Likewise.
32456 * io/pipe2.c: Likewise.
32457 * io/poll.c: Likewise.
32458 * io/posix_fadvise.c: Likewise.
32459 * io/posix_fadvise64.c: Likewise.
32460 * io/posix_fallocate.c: Likewise.
32461 * io/posix_fallocate64.c: Likewise.
32462 * io/read.c: Likewise.
32463 * io/readlink.c: Likewise.
32464 * io/readlinkat.c: Likewise.
32465 * io/rmdir.c: Likewise.
32466 * io/sendfile.c: Likewise.
32467 * io/sendfile64.c: Likewise.
32468 * io/statfs.c: Likewise.
32469 * io/statfs64.c: Likewise.
32470 * io/statvfs.c: Likewise.
32471 * io/statvfs64.c: Likewise.
32472 * io/symlink.c: Likewise.
32473 * io/symlinkat.c: Likewise.
32474 * io/ttyname.c: Likewise.
32475 * io/ttyname_r.c: Likewise.
32476 * io/umask.c: Likewise.
32477 * io/unlink.c: Likewise.
32478 * io/unlinkat.c: Likewise.
32479 * io/utime.c: Likewise.
32480 * io/utimensat.c: Likewise.
32481 * io/write.c: Likewise.
32482 * io/xmknod.c: Likewise.
32483 * io/xmknodat.c: Likewise.
32484 * io/xstat.c: Likewise.
32485 * io/xstat64.c: Likewise.
32486 * login/getpt.c: Likewise.
32487 * login/grantpt.c: Likewise.
32488 * login/unlockpt.c: Likewise.
32489 * math/e_acoshl.c: Likewise.
32490 * math/e_acosl.c: Likewise.
32491 * math/e_asinl.c: Likewise.
32492 * math/e_atan2l.c: Likewise.
32493 * math/e_atanhl.c: Likewise.
32494 * math/e_coshl.c: Likewise.
32495 * math/e_expl.c: Likewise.
32496 * math/e_fmodl.c: Likewise.
32497 * math/e_gammal_r.c: Likewise.
32498 * math/e_hypotl.c: Likewise.
32499 * math/e_j0l.c: Likewise.
32500 * math/e_j1l.c: Likewise.
32501 * math/e_jnl.c: Likewise.
32502 * math/e_lgammal_r.c: Likewise.
32503 * math/e_log10l.c: Likewise.
32504 * math/e_log2l.c: Likewise.
32505 * math/e_logl.c: Likewise.
32506 * math/e_powl.c: Likewise.
32507 * math/e_rem_pio2l.c: Likewise.
32508 * math/e_sinhl.c: Likewise.
32509 * math/e_sqrtl.c: Likewise.
32510 * math/fclrexcpt.c: Likewise.
32511 * math/fedisblxcpt.c: Likewise.
32512 * math/feenablxcpt.c: Likewise.
32513 * math/fegetenv.c: Likewise.
32514 * math/fegetexcept.c: Likewise.
32515 * math/fegetround.c: Likewise.
32516 * math/feholdexcpt.c: Likewise.
32517 * math/fesetenv.c: Likewise.
32518 * math/fesetround.c: Likewise.
32519 * math/feupdateenv.c: Likewise.
32520 * math/fgetexcptflg.c: Likewise.
32521 * math/fraiseexcpt.c: Likewise.
32522 * math/fsetexcptflg.c: Likewise.
32523 * math/ftestexcept.c: Likewise.
32524 * math/k_cosl.c: Likewise.
32525 * math/k_rem_pio2l.c: Likewise.
32526 * math/k_sinl.c: Likewise.
32527 * math/k_tanl.c: Likewise.
32528 * math/s_asinhl.c: Likewise.
32529 * math/s_atanl.c: Likewise.
32530 * math/s_cbrtl.c: Likewise.
32531 * math/s_erfl.c: Likewise.
32532 * math/s_expm1l.c: Likewise.
32533 * math/s_log1pl.c: Likewise.
32534 * math/s_tanhl.c: Likewise.
32535 * misc/acct.c: Likewise.
32536 * misc/brk.c: Likewise.
32537 * misc/chflags.c: Likewise.
32538 * misc/chroot.c: Likewise.
32539 * misc/fchflags.c: Likewise.
32540 * misc/fgetxattr.c: Likewise.
32541 * misc/flistxattr.c: Likewise.
32542 * misc/fremovexattr.c: Likewise.
32543 * misc/fsetxattr.c: Likewise.
32544 * misc/fsync.c: Likewise.
32545 * misc/ftruncate.c: Likewise.
32546 * misc/futimes.c: Likewise.
32547 * misc/futimesat.c: Likewise.
32548 * misc/getdomain.c: Likewise.
32549 * misc/getdtsz.c: Likewise.
32550 * misc/gethostid.c: Likewise.
32551 * misc/gethostname.c: Likewise.
32552 * misc/getloadavg.c: Likewise.
32553 * misc/getpagesize.c: Likewise.
32554 * misc/getsysstats.c: Likewise.
32555 * misc/getxattr.c: Likewise.
32556 * misc/gtty.c: Likewise.
32557 * misc/ioctl.c: Likewise.
32558 * misc/lgetxattr.c: Likewise.
32559 * misc/listxattr.c: Likewise.
32560 * misc/llistxattr.c: Likewise.
32561 * misc/lremovexattr.c: Likewise.
32562 * misc/lsetxattr.c: Likewise.
32563 * misc/lutimes.c: Likewise.
32564 * misc/madvise.c: Likewise.
32565 * misc/mincore.c: Likewise.
32566 * misc/mlock.c: Likewise.
32567 * misc/mlockall.c: Likewise.
32568 * misc/mmap.c: Likewise.
32569 * misc/mprotect.c: Likewise.
32570 * misc/msync.c: Likewise.
32571 * misc/munlock.c: Likewise.
32572 * misc/munlockall.c: Likewise.
32573 * misc/munmap.c: Likewise.
32574 * misc/preadv.c: Likewise.
32575 * misc/preadv64.c: Likewise.
32576 * misc/ptrace.c: Likewise.
32577 * misc/pwritev.c: Likewise.
32578 * misc/pwritev64.c: Likewise.
32579 * misc/readv.c: Likewise.
32580 * misc/reboot.c: Likewise.
32581 * misc/remap_file_pages.c: Likewise.
32582 * misc/removexattr.c: Likewise.
32583 * misc/revoke.c: Likewise.
32584 * misc/select.c: Likewise.
32585 * misc/setdomain.c: Likewise.
32586 * misc/setegid.c: Likewise.
32587 * misc/seteuid.c: Likewise.
32588 * misc/sethostid.c: Likewise.
32589 * misc/sethostname.c: Likewise.
32590 * misc/setregid.c: Likewise.
32591 * misc/setreuid.c: Likewise.
32592 * misc/setxattr.c: Likewise.
32593 * misc/sstk.c: Likewise.
32594 * misc/stty.c: Likewise.
32595 * misc/swapoff.c: Likewise.
32596 * misc/swapon.c: Likewise.
32597 * misc/sync.c: Likewise.
32598 * misc/syncfs.c: Likewise.
32599 * misc/syscall.c: Likewise.
32600 * misc/truncate.c: Likewise.
32601 * misc/ualarm.c: Likewise.
32602 * misc/usleep.c: Likewise.
32603 * misc/ustat.c: Likewise.
32604 * misc/utimes.c: Likewise.
32605 * misc/vhangup.c: Likewise.
32606 * misc/writev.c: Likewise.
32607 * posix/_exit.c: Likewise.
32608 * posix/alarm.c: Likewise.
32609 * posix/execve.c: Likewise.
32610 * posix/fexecve.c: Likewise.
32611 * posix/fork.c: Likewise.
32612 * posix/fpathconf.c: Likewise.
32613 * posix/getaddrinfo.c: Likewise.
32614 * posix/getegid.c: Likewise.
32615 * posix/geteuid.c: Likewise.
32616 * posix/getgid.c: Likewise.
32617 * posix/getgroups.c: Likewise.
32618 * posix/getlogin.c: Likewise.
32619 * posix/getlogin_r.c: Likewise.
32620 * posix/getpgid.c: Likewise.
32621 * posix/getpid.c: Likewise.
32622 * posix/getppid.c: Likewise.
32623 * posix/getresgid.c: Likewise.
32624 * posix/getresuid.c: Likewise.
32625 * posix/getsid.c: Likewise.
32626 * posix/getuid.c: Likewise.
32627 * posix/glob64.c: Likewise.
32628 * posix/nanosleep.c: Likewise.
32629 * posix/pathconf.c: Likewise.
32630 * posix/pause.c: Likewise.
32631 * posix/posix_madvise.c: Likewise.
32632 * posix/pread.c: Likewise.
32633 * posix/pread64.c: Likewise.
32634 * posix/pwrite.c: Likewise.
32635 * posix/pwrite64.c: Likewise.
32636 * posix/sched_getaffinity.c: Likewise.
32637 * posix/sched_getp.c: Likewise.
32638 * posix/sched_gets.c: Likewise.
32639 * posix/sched_primax.c: Likewise.
32640 * posix/sched_primin.c: Likewise.
32641 * posix/sched_rr_gi.c: Likewise.
32642 * posix/sched_setaffinity.c: Likewise.
32643 * posix/sched_setp.c: Likewise.
32644 * posix/sched_sets.c: Likewise.
32645 * posix/sched_yield.c: Likewise.
32646 * posix/setgid.c: Likewise.
32647 * posix/setlogin.c: Likewise.
32648 * posix/setpgid.c: Likewise.
32649 * posix/setresgid.c: Likewise.
32650 * posix/setresuid.c: Likewise.
32651 * posix/setsid.c: Likewise.
32652 * posix/setuid.c: Likewise.
32653 * posix/sleep.c: Likewise.
32654 * posix/spawni.c: Likewise.
32655 * posix/sysconf.c: Likewise.
32656 * posix/times.c: Likewise.
32657 * posix/wait.c: Likewise.
32658 * posix/wait3.c: Likewise.
32659 * posix/wait4.c: Likewise.
32660 * posix/waitpid.c: Likewise.
32661 * resolv/gai_sigqueue.c: Likewise.
32662 * resource/getpriority.c: Likewise.
32663 * resource/getrlimit.c: Likewise.
32664 * resource/getrusage.c: Likewise.
32665 * resource/nice.c: Likewise.
32666 * resource/setpriority.c: Likewise.
32667 * resource/setrlimit.c: Likewise.
32668 * resource/ulimit.c: Likewise.
32669 * rt/aio_cancel.c: Likewise.
32670 * rt/aio_fsync.c: Likewise.
32671 * rt/aio_read.c: Likewise.
32672 * rt/aio_sigqueue.c: Likewise.
32673 * rt/aio_suspend.c: Likewise.
32674 * rt/aio_write.c: Likewise.
32675 * rt/clock_getres.c: Likewise.
32676 * rt/clock_gettime.c: Likewise.
32677 * rt/clock_nanosleep.c: Likewise.
32678 * rt/clock_settime.c: Likewise.
32679 * rt/lio_listio.c: Likewise.
32680 * rt/mq_close.c: Likewise.
32681 * rt/mq_getattr.c: Likewise.
32682 * rt/mq_notify.c: Likewise.
32683 * rt/mq_open.c: Likewise.
32684 * rt/mq_receive.c: Likewise.
32685 * rt/mq_send.c: Likewise.
32686 * rt/mq_setattr.c: Likewise.
32687 * rt/mq_timedreceive.c: Likewise.
32688 * rt/mq_timedsend.c: Likewise.
32689 * rt/mq_unlink.c: Likewise.
32690 * rt/shm_open.c: Likewise.
32691 * rt/shm_unlink.c: Likewise.
32692 * rt/timer_create.c: Likewise.
32693 * rt/timer_delete.c: Likewise.
32694 * rt/timer_getoverr.c: Likewise.
32695 * rt/timer_gettime.c: Likewise.
32696 * rt/timer_settime.c: Likewise.
32697 * setjmp/__longjmp.c: Likewise.
32698 * setjmp/setjmp.c: Likewise.
32699 * signal/kill.c: Likewise.
32700 * signal/killpg.c: Likewise.
32701 * signal/raise.c: Likewise.
32702 * signal/sigaction.c: Likewise.
32703 * signal/sigaltstack.c: Likewise.
32704 * signal/sigblock.c: Likewise.
32705 * signal/sigignore.c: Likewise.
32706 * signal/sigintr.c: Likewise.
32707 * signal/signal.c: Likewise.
32708 * signal/sigpause.c: Likewise.
32709 * signal/sigpending.c: Likewise.
32710 * signal/sigqueue.c: Likewise.
32711 * signal/sigreturn.c: Likewise.
32712 * signal/sigset.c: Likewise.
32713 * signal/sigsetmask.c: Likewise.
32714 * signal/sigstack.c: Likewise.
32715 * signal/sigsuspend.c: Likewise.
32716 * signal/sigtimedwait.c: Likewise.
32717 * signal/sigvec.c: Likewise.
32718 * signal/sigwait.c: Likewise.
32719 * signal/sigwaitinfo.c: Likewise.
32720 * signal/sysv_signal.c: Likewise.
32721 * socket/accept.c: Likewise.
32722 * socket/accept4.c: Likewise.
32723 * socket/bind.c: Likewise.
32724 * socket/connect.c: Likewise.
32725 * socket/getpeername.c: Likewise.
32726 * socket/getsockname.c: Likewise.
32727 * socket/getsockopt.c: Likewise.
32728 * socket/isfdtype.c: Likewise.
32729 * socket/listen.c: Likewise.
32730 * socket/recv.c: Likewise.
32731 * socket/recvfrom.c: Likewise.
32732 * socket/recvmsg.c: Likewise.
32733 * socket/send.c: Likewise.
32734 * socket/sendmsg.c: Likewise.
32735 * socket/sendto.c: Likewise.
32736 * socket/setsockopt.c: Likewise.
32737 * socket/shutdown.c: Likewise.
32738 * socket/sockatmark.c: Likewise.
32739 * socket/socket.c: Likewise.
32740 * socket/socketpair.c: Likewise.
32741 * stdio-common/ctermid.c: Likewise.
32742 * stdio-common/cuserid.c: Likewise.
32743 * stdio-common/remove.c: Likewise.
32744 * stdio-common/rename.c: Likewise.
32745 * stdio-common/renameat.c: Likewise.
32746 * stdio-common/tempname.c: Likewise.
32747 * stdlib/getcontext.c: Likewise.
32748 * stdlib/makecontext.c: Likewise.
32749 * stdlib/setcontext.c: Likewise.
32750 * stdlib/swapcontext.c: Likewise.
32751 * stdlib/system.c: Likewise.
32752 * streams/fattach.c: Likewise.
32753 * streams/fdetach.c: Likewise.
32754 * streams/getmsg.c: Likewise.
32755 * streams/getpmsg.c: Likewise.
32756 * streams/putmsg.c: Likewise.
32757 * streams/putpmsg.c: Likewise.
32758 * sysdeps/unix/bsd/getpt.c: Likewise.
32759 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32760 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32761 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32762 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32763 Likewise.
32764 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32765 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32766 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32767 * sysvipc/msgctl.c: Likewise.
32768 * sysvipc/msgget.c: Likewise.
32769 * sysvipc/msgrcv.c: Likewise.
32770 * sysvipc/msgsnd.c: Likewise.
32771 * sysvipc/semctl.c: Likewise.
32772 * sysvipc/semget.c: Likewise.
32773 * sysvipc/semop.c: Likewise.
32774 * sysvipc/semtimedop.c: Likewise.
32775 * sysvipc/shmat.c: Likewise.
32776 * sysvipc/shmctl.c: Likewise.
32777 * sysvipc/shmdt.c: Likewise.
32778 * sysvipc/shmget.c: Likewise.
32779 * termios/tcdrain.c: Likewise.
32780 * termios/tcflow.c: Likewise.
32781 * termios/tcflush.c: Likewise.
32782 * termios/tcgetattr.c: Likewise.
32783 * termios/tcgetpgrp.c: Likewise.
32784 * termios/tcsendbrk.c: Likewise.
32785 * termios/tcsetattr.c: Likewise.
32786 * termios/tcsetpgrp.c: Likewise.
32787 * time/adjtime.c: Likewise.
32788 * time/clock.c: Likewise.
32789 * time/getitimer.c: Likewise.
32790 * time/gettimeofday.c: Likewise.
32791 * time/setitimer.c: Likewise.
32792 * time/settimeofday.c: Likewise.
32793 * time/stime.c: Likewise.
32794 * time/time.c: Likewise.
32795
327962012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 32797
a20492cf
PT
32798 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32799 /usr/old/bin.
32800
72e182e3
PT
32801 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32802 instead of spaces.
32803 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32804
fbeafede
JM
328052012-11-03 Joseph Myers <joseph@codesourcery.com>
32806
5b5b04d6
JM
32807 [BZ #14796]
32808 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32809 FE_TONEAREST before applying Dekker multiplication and Knuth
32810 addition. Clear inexact exceptions and check for exact zero
32811 results afterwards.
32812 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32813 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32814 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32815 * math/libm-test.inc (fma_test): Add more tests.
32816 (fma_test_towardzero): Likewise.
32817 (fma_test_downward): Likewise.
32818 (fma_test_upward): Likewise.
32819 * sysdeps/generic/math_private.h (default_libc_fesetround): New
32820 function.
32821 (libc_fesetround): New macro.
32822 (libc_fesetroundf): Likewise.
32823 (libc_fesetroundl): Likewise.
32824 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32825 function.
32826 (libc_fesetround_387): Likewise.
32827 (libc_fesetroundf): New macro.
32828 (libc_fesetround): Likewise.
32829 (libc_fesetroundl): Likewise.
32830 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32831 function.
32832 (libc_fesetroundf): New macro.
32833 (libc_fesetround): Likewise.
32834 (libc_fesetroundl): Likewise.
32835 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32836 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32837 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32838 libm_hidden_ver.
32839 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32840 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32841 libm_hidden_def.
32842 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32843 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32844 libm_hidden_ver.
32845 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32846 libm_hidden_def.
32847
fbeafede
JM
32848 [BZ #3439]
32849 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32850 integer constant usable in #if and use that to give value to enum
32851 constant.
32852 (FE_DIVBYZERO): Likewise.
32853 (FE_UNDERFLOW): Likewise.
32854 (FE_OVERFLOW): Likewise.
32855 (FE_INVALID): Likewise.
32856 (FE_INVALID_SNAN): Likewise.
32857 (FE_INVALID_ISI): Likewise.
32858 (FE_INVALID_IDI): Likewise.
32859 (FE_INVALID_ZDZ): Likewise.
32860 (FE_INVALID_IMZ): Likewise.
32861 (FE_INVALID_COMPARE): Likewise.
32862 (FE_INVALID_SOFTWARE): Likewise.
32863 (FE_INVALID_SQRT): Likewise.
32864 (FE_INVALID_INTEGER_CONVERSION): Likewise.
32865 (FE_TONEAREST): Likewise.
32866 (FE_TOWARDZERO): Likewise.
32867 (FE_UPWARD): Likewise.
32868 (FE_DOWNWARD): Likewise.
32869 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32870 (FE_DIVBYZERO): Likewise.
32871 (FE_OVERFLOW): Likewise.
32872 (FE_UNDERFLOW): Likewise.
32873 (FE_INEXACT): Likewise.
32874 (FE_TONEAREST): Likewise.
32875 (FE_DOWNWARD): Likewise.
32876 (FE_UPWARD): Likewise.
32877 (FE_TOWARDZERO): Likewise.
32878 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32879 (FE_UNDERFLOW): Likewise.
32880 (FE_OVERFLOW): Likewise.
32881 (FE_DIVBYZERO): Likewise.
32882 (FE_INVALID): Likewise.
32883 (FE_TONEAREST): Likewise.
32884 (FE_TOWARDZERO): Likewise.
32885 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32886 (FE_OVERFLOW): Likewise.
32887 (FE_UNDERFLOW): Likewise.
32888 (FE_DIVBYZERO): Likewise.
32889 (FE_INEXACT): Likewise.
32890 (FE_TONEAREST): Likewise.
32891 (FE_TOWARDZERO): Likewise.
32892 (FE_UPWARD): Likewise.
32893 (FE_DOWNWARD): Likewise.
32894 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32895 (FE_DIVBYZERO): Likewise.
32896 (FE_OVERFLOW): Likewise.
32897 (FE_UNDERFLOW): Likewise.
32898 (FE_INEXACT): Likewise.
32899 (FE_TONEAREST): Likewise.
32900 (FE_DOWNWARD): Likewise.
32901 (FE_UPWARD): Likewise.
32902 (FE_TOWARDZERO): Likewise.
32903
105ca950
CM
329042012-11-02 Chris Metcalf <cmetcalf@tilera.com>
32905
32906 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32907
a542b389
AS
329082012-11-03 Andreas Schwab <schwab@linux-m68k.org>
32909
32910 * scripts/cross-test-ssh.sh (command): Use newlines to separate
32911 commands. Quote $PWD.
32912 (blacklist_exports): Don't use remove_newlines. Replace "declare
32913 -x" by "export".
32914 (remove_newlines): Remove.
32915
f62c8abc
L
329162012-11-02 H.J. Lu <hongjiu.lu@intel.com>
32917
32918 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32919 * stdlib/stdlib.h (atof): Moved to ...
32920 * include/bits/stdlib-float.h: Here. New file.
32921 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32922 * stdlib/bits/stdlib-float.h: New file.
32923 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32924 -mno-sse -mno-mmx.
32925 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32926 <xmmintrin.h>.
32927
0155d5b2
JM
329282012-11-02 Joseph Myers <joseph@codesourcery.com>
32929
a68d0680
JM
32930 * conform/conformtest.pl (@headers): Add fenv.h.
32931 * conform/data/fenv.h-data: New file.
32932 * include/fenv.h [_ISOMAC]: Disable all contents of file except
32933 include of <math/fenv.h>.
32934
caf7f573
JM
32935 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32936 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32937 && !UNIX98]. Enables tests for XOPEN2K8.
32938 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32939 POSIX2008]: Likewise.
32940
6c073ad6
JM
32941 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32942 (struct rusage): Do not expect type or its members.
32943
0155d5b2
JM
32944 [BZ #3439]
32945 * math/math.h (FP_NAN): Define macro to integer constant usable in
32946 #if and use that to give value to enum constant.
32947 (FP_INFINITE): Likewise.
32948 (FP_ZERO): Likewise.
32949 (FP_SUBNORMAL): Likewise.
32950 (FP_NORMAL): Likewise.
32951
b5dcacb4
AS
329522012-11-02 Andreas Schwab <schwab@linux-m68k.org>
32953
32954 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32955 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32956 arguments.
32957
f7934be8
RM
329582012-11-02 Roland McGrath <roland@hack.frob.com>
32959
32960 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32961 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32962 autoconf-time if not.
32963 * configure.in: Remove AC_PREREQ.
32964
d7d08bde
TMQMF
329652012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32966
32967 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32968 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32969 of the internal implementation.
32970
dcdae19a
JM
329712012-11-02 Joseph Myers <joseph@codesourcery.com>
32972
32973 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32974 except include of <misc/sys/syslog.h>.
32975
d6cffd3e
AS
329762012-11-01 Andreas Schwab <schwab@linux-m68k.org>
32977
32978 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32979 function returns with a NULL context exit with zero.
32980
b3563932
TMQMF
329812012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
32982
32983 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32984
b288a93d
L
329852012-11-01 H.J. Lu <hongjiu.lu@intel.com>
32986
32987 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32988 (run_program_cmd): This.
32989 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32990 (tst_langinfo): New variable. Use it.
32991
a2421a68
SAS
329922012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
32993
32994 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32995 floating point opcodes.
32996
6f796e1b
TS
329972012-11-01 Thomas Schwinge <thomas@codesourcery.com>
32998
7402596b
TS
32999 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33000 variable.
33001
d0d4f868
TS
33002 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33003
6f796e1b
TS
33004 * sysdeps/mach/hurd/powerpc: Remove directory.
33005 * sysdeps/mach/powerpc: Likewise.
33006
4da224a2
AS
330072012-11-01 Andreas Schwab <schwab@linux-m68k.org>
33008
33009 * scripts/check-local-headers.sh: Ignore c++ headers.
33010
341dd673
TS
330112012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33012
33013 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33014 __libc_cleanup_region_start argument.
33015
473611b2
JM
330162012-11-01 Joseph Myers <joseph@codesourcery.com>
33017
33018 [BZ #14784]
33019 [BZ #14785]
33020 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33021 x * y using scaling, not as x * y + z.
33022 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33023 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33024 * math/libm-test.inc (fma_test): Add more tests.
33025 (fma_test_towardzero): Likewise.
33026 (fma_test_downward): Likewise.
33027 (fma_test_upward): Likewise.
33028
4078da3d
TS
330292012-11-01 Thomas Schwinge <thomas@codesourcery.com>
33030
33031 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33032
903252aa
JM
330332012-10-31 Joseph Myers <joseph@codesourcery.com>
33034
33035 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33036 New variable.
33037
cbc818d0
TS
330382012-10-31 Thomas Schwinge <thomas@codesourcery.com>
33039
33040 * rt/tst-shm.c (worker): Correct checking for mmap failure.
33041
5a03cb1e
AS
330422012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33043
33044 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33045 Fix sort order.
33046 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33047 Likewise.
33048
90aff2ff
TMQMF
330492012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
33050
33051 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33052 Fix the order of the list for glibc 2.17.
33053 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33054 Likewise.
33055
1818fcb7
AS
330562012-10-31 Andreas Schwab <schwab@linux-m68k.org>
33057
33058 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33059
ef82f4da
JM
330602012-10-31 Joseph Myers <joseph@codesourcery.com>
33061
16a0e2ec
JM
33062 [BZ #14610]
33063 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33064 for low part of x being zero before using __atanl (y).
33065 * math/libm-test.inc (atan2_test): Add another test.
33066
0eb69512
JM
33067 * manual/install.texi (Configuring and compiling): Document
33068 general use of test-wrapper and test-wrapper-env.
33069 * INSTALL: Regenerated.
33070
ef82f4da
JM
33071 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33072 (__fma): Do not extract and scale down low bits on after-rounding
33073 systems when result rounded to normal precision would have normal
33074 exponent.
33075 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33076 (__fmal): Do not extract and scale down low bits on after-rounding
33077 systems when result rounded to normal precision would have normal
33078 exponent.
33079 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33080 (__fmal): Do not extract and scale down low bits on after-rounding
33081 systems when result rounded to normal precision would have normal
33082 exponent.
33083 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33084 macro.
33085 (fma_test): Add more tests.
33086 (fma_test_towardzero): Likewise.
33087 (fma_test_downward): Likewise.
33088 (fma_test_upward): Likewise.
33089
954ef0d9
L
330902012-10-30 H.J. Lu <hongjiu.lu@intel.com>
33091
33092 * sysdeps/i386/tininess.h: Renamed to ...
33093 * sysdeps/x86/tininess.h: This.
33094 * sysdeps/x86_64/tininess.h: Removed.
33095
df61ffb2
JM
330962012-10-30 Joseph Myers <joseph@codesourcery.com>
33097
33098 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33099 input. Use $(build-program-cmd).
33100 ($(objpfx)tst-array1-static.out): Likewise.
33101 ($(objpfx)tst-array2.out): Likewise.
33102 ($(objpfx)tst-array3.out): Likewise.
33103 ($(objpfx)tst-array4.out): Likewise.
33104 ($(objpfx)tst-array5.out): Likewise.
33105 ($(objpfx)tst-array5-static.out): Likewise.
33106
01767843
CM
331072012-10-30 Chris Metcalf <cmetcalf@tilera.com>
33108
47cc1490
CM
33109 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33110 if defined.
33111
01767843
CM
33112 * nss/nsswitch.h (nss_interface_function): Provide new
33113 macro for use with NSS functions.
33114 * grp/initgroups.c: Use new macro.
33115 * nss/getXXbyYY.c: Likewise.
33116 * nss/getXXbyYY_r.c: Likewise.
33117 * nss/getXXent.c: Likewise.
33118 * nss/getXXent_r.c: Likewise.
33119 * sysdeps/posix/getaddrinfo.c: Likewise.
33120
8321aa97
AJ
331212012-10-30 Andreas Jaeger <aj@suse.de>
33122
33123 * po/ru.po: Update Russion translation from translation project.
33124
2a27fd6d
JM
331252012-10-30 Joseph Myers <joseph@codesourcery.com>
33126
8627a232
JM
33127 [BZ #14152]
33128 [BZ #14783]
33129 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33130 result and shift together with sticky bit instead of replicating
33131 round-to-nearest rounding.
33132 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33133 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33134 * math/libm-test.inc (fma_test): Add more tests. Do not permit
33135 missing underflow exceptions.
33136 (fma_test_towardzero): Add more tests.
33137 (fma_test_downward): Likewise.
33138 (fma_test_upward): Likewise.
33139
2a27fd6d
JM
33140 [BZ #14047]
33141 * sysdeps/generic/tininess.h: New file.
33142 * sysdeps/i386/tininess.h: Likewise.
33143 * sysdeps/sh/tininess.h: Likewise.
33144 * sysdeps/x86_64/tininess.h: Likewise.
33145 * stdlib/tst-strtod-underflow.c: Likewise.
33146 * stdlib/tst-tininess.c: Likewise.
33147 * stdlib/strtod_l.c: Include <tininess.h>.
33148 (round_and_return): Do not set errno for exact underflow cases.
33149 Force an underflow exception when setting errno for underflow.
33150 Determine underflow based on rounding to normal precision if
33151 TININESS_AFTER_ROUNDING.
33152 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33153 ERANGE for exact underflow cases.
33154 * stdlib/Makefile (tests): Add tst-tininess and
33155 tst-strtod-underflow.
33156 ($(objpfx)tst-tininess): Use $(link-libm).
33157 ($(objpfx)tst-strtod-underflow): Likewise.
33158
e7170363
AJ
331592012-10-30 Andreas Jaeger <aj@suse.de>
33160
e5088dc6
AJ
33161 [BZ#14767]
33162 * elf/Makefile (tests): Remove conditional for have-initfini-array
33163 since this is now always required and the variable does not exist
33164 anymore.
33165 (tests-static): Likewise.
33166 (modules-names): Likewise.
33167
e7170363 33168 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
33169
33170 * elf/tst-array1.c (fini_array): Make writeable so that it can be
33171 merged with constructor/destructor.
33172 (init_array): Likewise.
33173 * elf/tst-array2dep.c (fini_array): Likewise.
33174 (init_array): Likewise.
33175
60457d8a
MF
331762012-10-29 Mike Frysinger <vapier@gentoo.org>
33177
33178 * manual/message.texi: Delete @cartouche tags.
33179
8bece752
PT
331802012-10-29 Pino Toscano <toscano.pino@tiscali.it>
33181
94ce799f
PT
33182 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33183 EOPNOTSUPP.
33184 * sysdeps/mach/hurd/fsync.c: Likewise.
33185
8bece752
PT
33186 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33187 [_POSIX_REALTIME_SIGNALS]: Change condition to
33188 [_POSIX_REALTIME_SIGNALS > 0].
33189
86ebe6b1
AJ
331902012-10-27 Andreas Jaeger <aj@suse.de>
33191
33192 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33193 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33194 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33195 [__WORDSIZE != 64]: Likewise.
33196
54399c08
L
331972012-10-26 H.J. Lu <hongjiu.lu@intel.com>
33198
33199 * iconvdata/tst-table.sh: Remove ${SHELL}.
33200 * iconvdata/tst-tables.sh: Likewise.
33201
e2211bed
DM
332022012-10-25 David S. Miller <davem@davemloft.net>
33203
33204 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33205 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33206 of strtoull.
33207
f303f97c
DM
33208 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33209 ifunc-impl-list.c
33210 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33211 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33212 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33213 file.
33214
1e9d84cd
RM
332152012-10-25 Roland McGrath <roland@hack.frob.com>
33216
33217 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33218 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33219 __getdirentries.
33220
df381762
JM
332212012-10-25 Joseph Myers <joseph@codesourcery.com>
33222 Jim Blandy <jimb@codesourcery.com>
33223
33224 * scripts/cross-test-ssh.sh: New file.
33225 * manual/install.texi (Configuring and compiling): Document use of
33226 cross-test-ssh.sh.
33227 * INSTALL: Regenerated.
33228
bff64913
PT
332292012-10-25 Pino Toscano <toscano.pino@tiscali.it>
33230
33231 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33232 EOPNOTSUPP.
33233
25fe8932
JM
332342012-10-25 Joseph Myers <joseph@codesourcery.com>
33235
33236 * Makeconfig (run-program-prefix): Fix comment.
33237
cc1290d0
JM
332382012-10-24 Joseph Myers <joseph@codesourcery.com>
33239 Jim Blandy <jimb@codesourcery.com>
33240
33241 * Makeconfig (test-wrapper): New variable,
33242 (test-wrapper-env): Likewise.
33243 [$(cross-compiling) = yes && $(test-wrapper) != ""]
33244 (run-built-tests): Define to yes.
33245 (run-program-prefix): Use $(test-wrapper).
33246 (built-program-cmd): Likewise.
33247 * Rules (make-test-out): Use $(test-wrapper-env) and
33248 $(host-built-program-cmd).
33249 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33250 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33251 tst-pathopt.sh.
33252 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33253 $(test-wrapper-env) to tst-rtld-load-self.sh.
33254 ($(objpfx)order2.out): Use $(test-wrapper).
33255 ($(objpfx)tst-initorder.out): Likewise.
33256 ($(objpfx)tst-initorder2.out): Likewise.
33257 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33258 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33259 (test_wrapper_env): New variable. Use it to run ld.so.
33260 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33261 Use it to run ld.so.
33262 (test_wrapper_env): Likewise.
33263 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33264 $(test-wrapper) to run-iconv-test.sh.
33265 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33266 (ICONV): Use $test_wrapper.
33267 * posix/Makefile ($(objpfx)globtest.out): Pass
33268 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33269 globtest.sh, not $(run-program-prefix).
33270 * posix/globtest.sh (run_via_rtld_prefix): New variable.
33271 (test_wrapper): Likewise.
33272 (test_wrapper_env): Likewise. Use it to run globtest with HOME
33273 set together with run_via_rtld_prefix.
33274 (run_program_prefix): Define in terms of test_wrapper and
33275 run_via_rtld_prefix.
33276
6e6249d0
RM
332772012-10-24 Roland McGrath <roland@hack.frob.com>
33278
33279 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33280 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33281 Targets removed.
33282
33283 [BZ #14743]
33284 * include/time.h: Remove librt_hidden_proto (clock_gettime).
33285 Declare __clock_getres, __clock_gettime, __clock_settime,
33286 __clock_nanosleep, and __clock_getcpuclockid.
33287 * rt/clock_gettime.c: Define __clock_gettime as an alias.
33288 Remove librt_hidden_def (clock_gettime).
33289 * sysdeps/unix/clock_gettime.c: Likewise.
33290 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33291 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33292 * rt/clock_getres.c: Define __clock_getres as an alias.
33293 * sysdeps/posix/clock_getres.c: Likewise.
33294 * rt/clock_settime.c: Define __clock_settime as an alias.
33295 * sysdeps/unix/clock_settime.c: Likewise.
33296 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33297 * sysdeps/unix/clock_nanosleep.c: Likewise.
33298 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33299 * rt/clock-compat.c: New file.
33300 * rt/Makefile (librt-routines): Add clock-compat and move
33301 $(clock-routines) to ...
33302 (routines): ... here, new variable.
33303 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33304 Don't add get_clockfreq here.
33305 * rt/Versions (libc: GLIBC_2.17): New version set.
33306 Add clock_* symbols here.
33307 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
33308 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33309 (GLIBC_2.17): Add clock_* symbols.
33310 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33311 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33312 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33313 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33314 Likewise.
33315 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33316 Likewise.
33317 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33318 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33319 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33320 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33321 * NEWS: Mention the move.
33322
33323 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33324 Use __open, __read, __close rather than their public counterparts.
33325 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33326 (__get_clockfreq_via_cpuinfo): Likewise.
33327 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33328 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33329
33330 * config.h.in (HAVE_IFUNC): New #undef.
33331 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33332 was successful.
33333 * configure: Regenerated.
33334
0cae3f4b
MF
333352012-10-24 Mike Frysinger <vapier@gentoo.org>
33336
33337 * configure.in: Move READELF check to start of file.
33338 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33339 libc_cv_asm_gnu_indirect_function in the process.
33340 * configure: Regenerated.
33341
8175a253
MF
333422012-10-24 Mike Frysinger <vapier@gentoo.org>
33343
33344 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33345 send the output to /dev/null.
33346 (libc_cv_cc_with_libunwind): Likewise.
33347 (libc_cv_as_noexecstack): Likewise.
33348 * configure: Regenerate.
33349
0708a7d1
JM
333502012-10-24 Joseph Myers <joseph@codesourcery.com>
33351
10b40d85
JM
33352 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33353
0708a7d1
JM
33354 * posix/globtest.sh (TMPDIR): Do not set.
33355 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33356 (testout): Likewise.
33357
9fddec1a
AJ
333582012-10-24 Andreas Jaeger <aj@suse.de>
33359
3a8db22f
AJ
33360 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33361 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33362 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33363 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33364 posix_fadvise64, posix_fallocate64.
33365
9fddec1a
AJ
33366 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33367 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33368 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33369 Likewise.
33370 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33371 Likewise.
33372 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33373
33374 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33375 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33376 <bits/fcntl-linux.h>.
33377 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33378
33379 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33380 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33381 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33382 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33383 [__WORDSIZE != 64]: Likewise.
33384
ebfd1bbd
JM
333852012-10-23 Joseph Myers <joseph@codesourcery.com>
33386
03ac099f
JM
33387 * Makeconfig (run-built-tests): New variable.
33388 * Rules [$(cross-compiling) = yes]: Change condition to
33389 [$(run-built-tests) = no].
33390 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33391 to [$(run-built-tests) = yes].
33392 * elf/Makefile [$(cross-compiling) = no]: Likewise
33393 * grp/Makefile [$(cross-compiling) = no]: Likewise.
33394 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33395 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33396 * intl/Makefile [$(cross-compiling) = no]: Likewise.
33397 * io/Makefile [$(cross-compiling) = no]: Likewise.
33398 * libio/Makefile [$(cross-compiling) = no]: Likewise.
33399 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33400 * misc/Makefile [$(cross-compiling) = no]: Likewise.
33401 * posix/Makefile [$(cross-compiling) = no]: Likewise.
33402 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33403 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33404 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33405 * string/Makefile [$(cross-compiling) = no]: Likewise.
33406
ebfd1bbd
JM
33407 * posix/Makefile ($(objpfx)globtest.out): Pass
33408 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33409 $(rtld-installed-name).
33410 * posix/globtest.sh (elf_objpfx): Remove variable.
33411 (rtld_installed_name): Likewise.
33412 (library_path): Likewise.
33413 (run_program_prefix): New variable. Use for running globtest
33414 binary.
33415
166bca24
JB
334162012-10-23 Jim Blandy <jimb@codesourcery.com>
33417 Joseph Myers <joseph@codesourcery.com>
33418
33419 * Makeconfig (host-built-program-cmd): New variable.
33420 * elf/Makefile (tst-stackguard1-ARGS): Use
33421 $(host-built-program-cmd).
33422 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33423 (tst-spawn-ARGS): Likewise.
33424 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33425
88866099
JM
334262012-10-23 Joseph Myers <joseph@codesourcery.com>
33427 Jim Blandy <jimb@codesourcery.com>
33428
33429 * Makeconfig (run-via-rtld-prefix): New variable.
33430 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33431 (built-program-cmd): Likewise.
33432
b4b4c296
AJ
334332012-10-22 Andreas Jaeger <aj@suse.de>
33434
33435 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33436 __O_RSYNC if it exists, otherwise to O_SYNC.
33437
6fb54a22
JB
334382012-10-22 Jim Blandy <jimb@codesourcery.com>
33439 Joseph Myers <joseph@codesourcery.com>
33440
33441 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33442 /dev/null.
33443 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33444 from /dev/null
33445 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33446 /dev/null.
33447
481b90b9
AJ
334482012-10-22 Andreas Jaeger <aj@suse.de>
33449
2a0e2669
AJ
33450 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33451 Define always.
33452 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33453
76e38f9a
AJ
33454 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33455 bits/fcntl-linux.h.
33456
7cd37b43
AJ
33457 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33458 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33459
481b90b9
AJ
33460 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33461 to __O_LARGEFILE.
33462 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33463 to __O_LARGEFILE.
33464
aba75984
JB
334652012-10-21 Jim Blandy <jimb@codesourcery.com>
33466 Joseph Myers <joseph@codesourcery.com>
33467
33468 * config.make.in (NM): New variable.
33469
88d4247f
AJ
334702012-10-21 Andreas Jaeger <aj@suse.de>
33471
33472 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33473 definitions and declarations that are provided by
33474 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33475
f2eed205
L
334762012-10-20 H.J. Lu <hongjiu.lu@intel.com>
33477
33478 [BZ #14683]
33479 * elf/Makefile (tests-static): Add tst-leaks1-static.
33480 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33481 ($(objpfx)tst-leaks1-static): New rule.
33482 ($(objpfx)tst-leaks1-static-mem): Likewise.
33483 (tst-leaks1-static-ENV): New macro.
33484 * elf/dl-open.c (dl_open_worker): Check the main application
33485 only if SHARED is defined.
33486 * elf/tst-leaks1-static.c: New file.
33487
335e6931
AJ
334882012-10-20 Andreas Jaeger <aj@suse.de>
33489
33490 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33491 generic values for Linux.
33492 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33493 and declarations that are provided by <bits/fcntl-linux.h> and
33494 include <bits/fcntl-linux.h>.
33495 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33496 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33497
ac5c94d3
RM
334982012-10-20 Roland McGrath <roland@hack.frob.com>
33499
33500 * io/fcntl.h: Move include of <bits/types.h> to the top and
33501 include it unconditionally.
33502
de54b33a
L
335032012-10-20 H.J. Lu <hongjiu.lu@intel.com>
33504
228cfb01
L
33505 * wcsmbs/Makefile (tests-ifunc): New variable.
33506 (tests): Add $(tests-ifunc).
33507 * wcsmbs/test-wcschr-ifunc.c: New file.
33508 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33509 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33510 * wcsmbs/test-wcslen-ifunc.c: Likewise.
33511 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33512 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33513
69f07e5f
L
33514 * string/Makefile (tests-ifunc): New variable.
33515 (tests): Add $(tests-ifunc).
33516 * string/test-memccpy.c (TEST_NAME): New macro.
33517 * string/test-memchr.c (TEST_NAME): Likewise.
33518 * string/test-memcmp.c (TEST_NAME): Likewise.
33519 * string/test-memcpy.c (TEST_NAME): Likewise.
33520 * string/test-memmem.c (TEST_NAME): Likewise.
33521 * string/test-memmove.c (TEST_NAME): Likewise.
33522 * string/test-memset.c (TEST_NAME): Likewise.
33523 * string/test-rawmemchr.c (TEST_NAME): Likewise.
33524 * string/test-stpcpy.c (TEST_NAME): Likewise.
33525 * string/test-stpncpy.c (TEST_NAME): Likewise.
33526 * string/test-strcasecmp.c (TEST_NAME): Likewise.
33527 * string/test-strcasestr.c (TEST_NAME): Likewise.
33528 * string/test-strcat.c (TEST_NAME): Likewise.
33529 * string/test-strchr.c (TEST_NAME): Likewise.
33530 * string/test-strcmp.c(TEST_NAME): Likewise.
33531 * string/test-strcpy.c (TEST_NAME): Likewise.
33532 * string/test-strcspn.c (TEST_NAME): Likewise.
33533 * string/test-strlen.c (TEST_NAME): Likewise.
33534 * string/test-strncasecmp.c (TEST_NAME): Likewise.
33535 * string/test-strncmp.c (TEST_NAME): Likewise.
33536 * string/test-strncpy.c (TEST_NAME): Likewise.
33537 * string/test-strnlen.c (TEST_NAME): Likewise.
33538 * string/test-strpbrk.c (TEST_NAME): Likewise.
33539 * string/test-strrchr.c (TEST_NAME): Likewise.
33540 * string/test-strspn.c (TEST_NAME): Likewise.
33541 * string/test-strstr.c (TEST_NAME): Likewise.
33542 * string/test-bcopy-ifunc.c: New file.
33543 * string/test-bzero-ifunc.c: Likewise.
33544 * string/test-memccpy-ifunc.c: Likewise.
33545 * string/test-memchr-ifunc.c: Likewise.
33546 * string/test-memcmp-ifunc.c: Likewise.
33547 * string/test-memcpy-ifunc.c: Likewise.
33548 * string/test-memmem-ifunc.c: Likewise.
33549 * string/test-memmove-ifunc.c: Likewise.
33550 * string/test-mempcpy-ifunc.c: Likewise.
33551 * string/test-memset-ifunc.c: Likewise.
33552 * string/test-rawmemchr-ifunc.c: Likewise.
33553 * string/test-stpcpy-ifunc.c: Likewise.
33554 * string/test-stpncpy-ifunc.c: Likewise.
33555 * string/test-strcasecmp-ifunc.c: Likewise.
33556 * string/test-strcasestr-ifunc.c: Likewise.
33557 * string/test-strcat-ifunc.c: Likewise.
33558 * string/test-strchr-ifunc.c: Likewise.
33559 * string/test-strchrnul-ifunc.c: Likewise.
33560 * string/test-strcmp-ifunc.c: Likewise.
33561 * string/test-strcpy-ifunc.c: Likewise.
33562 * string/test-strcspn-ifunc.c: Likewise.
33563 * string/test-strlen-ifunc.c: Likewise.
33564 * string/test-strncasecmp-ifunc.c: Likewise.
33565 * string/test-strncat-ifunc.c: Likewise.
33566 * string/test-strncmp-ifunc.c: Likewise.
33567 * string/test-strncpy-ifunc.c: Likewise.
33568 * string/test-strnlen-ifunc.c: Likewise.
33569 * string/test-strpbrk-ifunc.c: Likewise.
33570 * string/test-strrchr-ifunc.c: Likewise.
33571 * string/test-strspn-ifunc.c: Likewise.
33572 * string/test-strstr-ifunc.c: Likewise.
33573
de54b33a
L
33574 * debug/Makefile (tests-ifunc): New variable.
33575 (tests): Add $(tests-ifunc).
33576 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33577 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33578 * debug/test-stpcpy_chk-ifunc.c: New file.
33579 * debug/test-strcpy_chk-ifunc.c: Likewise.
33580
88481c16
SP
335812012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
33582
33583 [BZ #13601]
33584 * elf/dl-load.c (open_verify): Retry read if the entire ELF
33585 header is not read in.
33586
135948bd
JM
335872012-10-19 Joseph Myers <joseph@codesourcery.com>
33588
89f1c388
JM
33589 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
33590 script to $(SHELL) as $<. Pass $(common-objpfx) to script
33591 directly. Pass built executable to script as
33592 $(built-program-cmd).
33593 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
33594 $testprogram without using LD_LIBRARY_PATH and $ldso.
33595
e40a0d21
JM
33596 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33597 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33598 $(rtld-installed-name).
33599 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33600 (rtld_installed_name): Likewise.
33601 (library_path): Likewise.
33602 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
33603 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33604 $(run-program-prefix) to tst-tables.sh.
33605 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
33606 it to run tst-table-from and tst-table-to.
33607 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33608 Pass it to tst-table.sh.
33609 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33610 $(run-program-prefix) to tst-gettext.sh.
33611 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33612 tst-translit.sh.
33613 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33614 tst-gettext2.sh.
33615 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
33616 to run tst-gettext.
33617 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
33618 to run tst-gettext2.
33619 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
33620 to run tst-translit.
33621 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33622 $(run-program-prefix) to tst-mtrace.sh.
33623 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
33624 to run tst-mtrace.
33625 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33626 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33627 $(rtld-installed-name).
33628 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33629 (rtld_installed_name): Likewise.
33630 (run_program_prefix): New variable. Use it to run wordexp-test.
33631
728e272a
JM
33632 * Makeconfig (ARCH): Remove all definitions.
33633 (machine): Likewise.
33634 [ARCH]: Remove conditional code.
33635 [!objdir]: Give error.
33636 [!objdir] (objpfx): Remove.
33637 [!objdir] (common-objpfx): Likewise.
33638 [!objdir] (common-objdir): Likewise.
33639 * configure.in (config_makefile): Remove. Hardcode Makefile in
33640 AC_CONFIG_FILES call.
33641 * configure: Regenerated.
33642
d528cdcf
JM
33643 [BZ #13888]
33644 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33645 or TMPDIR.
33646 (testout): Likewise.
33647
135948bd
JM
33648 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33649 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33650 $(rtld-installed-name).
33651 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33652 (rtld_installed_name): Likwise.
33653 (runit): Remove function.
33654 (run_getconf): New variable, Use it for running getconf binary.
33655
38c78296
L
336562012-10-18 H.J. Lu <hongjiu.lu@intel.com>
33657
33658 [BZ #14716]
33659 * string/test-memmem.c (check_result): New function.
33660 (do_one_test): Use it.
33661 (check1): New function.
33662 (test_main): Use it.
33663
d077f65f
MT
336642012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
33665
33666 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33667
ced52c71
JM
336682012-10-18 Joseph Myers <joseph@codesourcery.com>
33669
33670 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33671 (_G_LSEEK64): Likewise.
33672 (_G_MMAP64): Likewise.
33673 (_G_FSTAT64): Likewise.
33674 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33675 (_G_LSEEK64): Likewise.
33676 (_G_MMAP64): Likewise.
33677 (_G_FSTAT64): Likewise.
33678 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33679 unconditional. Call __mmap64 directly.
33680 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33681 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
33682 __lseek64 directly.
33683 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33684 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
33685 __mmap64 directly.
33686 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33687 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
33688 __lseek64 directly.
33689 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33690 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
33691 __lseek64 directly.
33692 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33693 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
33694 __lseek64 directly.
33695 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33696 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
33697 __fxstat64 directly.
33698 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33699 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33700 unconditional.
33701 (freopen64) [!_G_OPEN64]: Remove conditional code.
33702 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33703 unconditional.
33704 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33705 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33706 unconditional.
33707 (ftello64) [!_G_LSEEK64]: Remove conditional code.
33708 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33709 unconditional.
33710 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33711 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33712 unconditional.
33713 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33714 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33715 unconditional.
33716 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33717 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33718 unconditional.
33719 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33720 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33721 unconditional.
33722 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33723
b741de23
SP
337242012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
33725
33726 [BZ #12140]
33727 * manual/memory.texi (Malloc Tunable Parameters): Add note
33728 about free list pointers overwriting some perturb bytes.
33729 Wording suggested by Roland McGrath.
33730
f9b9d9c9
JM
337312012-10-17 Joseph Myers <joseph@codesourcery.com>
33732
33733 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33734 (lgamma_test): Likewise.
33735 (tgamma_test): Likewise.
33736
172a631a
FW
337372012-10-16 Florian Weimer <fweimer@redhat.com>
33738
33739 [BZ #14700]
33740 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33741 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33742
e9f37252
MK
337432012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
33744
33745 * NEWS: Mention BZ #14716.
33746 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33747 when removing AVAILABLE1_USES_J macro.
33748
d394eb74
L
337492012-10-12 H.J. Lu <hongjiu.lu@intel.com>
33750
33751 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33752 (__bswap_64): __uint64_t for unsigned 64-bit int.
33753
ca38dc17
AS
337542012-10-12 Andreas Schwab <schwab@linux-m68k.org>
33755
33756 * include/string.h (memmem): Declare libc hidden alias.
33757 * string/memmem.c (memmem): Define libc hidden alias.
33758 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33759 __read, __close instead of open, read, close.
33760
9a387d1f
L
337612012-10-11 H.J. Lu <hongjiu.lu@intel.com>
33762
ac49ecaf
L
33763 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33764 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33765 global and hidden.
33766 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33767 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33768 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33769 Likewise.
33770 (__rawmemchr_sse2): Likewise.
33771 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33772 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33773 (__strchr_sse2): Likewise.
33774 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33775 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33776 (__strcasecmp_sse2): Likewise.
33777 (__strncasecmp_sse2): Likewise.
33778 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33779 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33780 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33781 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33782 (__strrchr_sse2): Likewise.
33783 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33784 ifunc-impl-list.c.
33785 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33786 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33787 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33788 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33789 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33790 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33791 * sysdeps/x86_64/multiarch/memset.S: Likewise.
33792 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33793 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33794 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33795 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33796 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33797 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33798 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33799 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33800 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33801 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33802 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33803 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33804 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33805 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33806 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33807 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33808 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33809 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33810 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33811 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33812 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33813 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33814 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33815
b090e8ea
L
33816 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33817 global and hidden.
33818 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33819 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33820 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33821 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33822 Likewise.
33823 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33824 Likewise.
33825 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33826 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33827 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33828 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33829 ifunc-impl-list.c.
33830 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33831 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33832 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33833 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33834 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33835 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33836 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33837 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33838 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33839 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33840 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33841 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33842 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33843 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33844 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33845 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33846 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33847 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33848 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33849 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33850 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33851 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33852 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33853 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33854 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33855 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33856 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33857 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33858 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33859 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33860 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33861 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33862 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33863 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33864 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33865 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33866 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33867 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33868 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33869 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33870 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33871
11dd4af6
L
33872 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33873 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33874 * include/ifunc-impl-list.h: New file.
33875 * misc/ifunc-impl-list.c: Likewise.
33876 * misc/Makefile (routines): Add ifunc-impl-list.
33877 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33878 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
33879 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33880 TEST_NAME]: New variables.
11dd4af6
L
33881 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33882 are defined.
33883 (test_init): Call __libc_ifunc_impl_list to initialize
33884 func_list if TEST_IFUNC and TEST_NAME are defined.
33885
9a387d1f
L
33886 * string/Makefile (strop-tests): Add bcopy and bzero.
33887 * string/test-bcopy.c: New file.
33888 * string/test-bzero.c: Likewise.
33889 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33890 defined.
33891 * string/test-memset.c: Support bzero test if TEST_BZERO is
33892 defined.
33893 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33894 __libc_memmove.
33895 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33896 __libc_memset.
33897 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33898 of memset.
33899
472371b9
JM
339002012-10-10 Joseph Myers <joseph@codesourcery.com>
33901
1e4a9536
JM
33902 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33903 * configure: Regenerated.
33904
d173d12e
JM
33905 * Makeconfig (+link-static-before-libc): Don't include
33906 $(link-static-libc).
33907
472371b9
JM
33908 * libio/libio.h (_IO_pos_t): Remove.
33909
89a3ad0b
AO
339102012-10-10 Alexandre Oliva <aoliva@redhat.com>
33911
33912 * NEWS: Add note about FIPS mode. Wording suggested by Roland
33913 McGrath.
33914
e7451425
AO
339152012-10-10 Alexandre Oliva <aoliva@redhat.com>
33916
33917 * crypt/crypt-entry.c: Include fips-private.h.
33918 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33919 * crypt/md5c-test.c (main): Tolerate disabled MD5.
33920 * sysdeps/unix/sysv/linux/fips-private.h: New file.
33921 * sysdeps/generic/fips-private.h: New file, dummy fallback.
33922
4ba74a35
AO
339232012-10-10 Alexandre Oliva <aoliva@redhat.com>
33924
33925 * crypt/crypt-private.h: Include stdbool.h.
33926 (_ufc_setup_salt_r): Return bool.
33927 * crypt/crypt-entry.c: Include errno.h.
33928 (__crypt_r): Return NULL with EINVAL for bad salt.
33929 * crypt/crypt_util.c (bad_for_salt): New.
33930 (_ufc_setup_salt_r): Check that salt is long enough and within
33931 the specified alphabet.
33932 * crypt/badsalttest.c: New file.
33933 * crypt/Makefile (tests): Add it.
33934 ($(objpfx)badsalttest): New.
33935
f96f1242
MK
339362012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
33937
33938 * NEWS: Add entry for BZ #14602.
33939
0e8e0c1c
JM
339402012-10-09 Joseph Myers <joseph@codesourcery.com>
33941
33942 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33943 type-generic.
33944 * math/libm-test.inc: Update comment listing what functions and
33945 macros are tested.
33946 (isgreater_test): New function.
33947 (isgreaterequal_test): Likewise.
33948 (isless_test): Likewise.
33949 (islessequal_test): Likewise.
33950 (islessgreater_test): Likewise.
33951 (isunordered_test): Likewise.
33952 (main): Call the new functions.
33953
273edc5e
RM
339542012-10-09 Roland McGrath <roland@hack.frob.com>
33955
b8493de0
RM
33956 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33957 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33958 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33959 * sysdeps/i386/configure: Regenerated.
33960 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33961 * sysdeps/mach/configure: Regenerated.
33962 * sysdeps/mach/hurd/configure: Regenerated.
33963 * sysdeps/powerpc/configure: Regenerated.
33964 * sysdeps/powerpc/powerpc32/configure: Regenerated.
33965 * sysdeps/powerpc/powerpc64/configure: Regenerated.
33966 * sysdeps/s390/s390-32/configure: Regenerated.
33967 * sysdeps/s390/s390-64/configure: Regenerated.
33968 * sysdeps/sh/configure: Regenerated.
33969 * sysdeps/sparc/configure: Regenerated.
33970 * sysdeps/unix/sysv/linux/configure: Regenerated.
33971 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33972 * sysdeps/x86_64/configure: Regenerated.
33973
273edc5e
RM
33974 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33975 defined. Don't check if MAP is NULL.
33976
c8450f70
JM
339772012-10-09 Joseph Myers <joseph@codesourcery.com>
33978
33979 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33980 (_G_stat64): Likewise.
33981 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33982 (_G_stat64): Likewise.
33983 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33984 instead of struct _G_stat64.
33985 * libio/fileops.c (mmap_remap_check): Likewise.
33986 (decide_maybe_mmap): Likewise.
33987 (_IO_new_file_seekoff): Likewise.
33988 (_IO_file_stat): Likewise.
33989 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33990 _G_off64_t.
33991 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33992 instead of struct _G_stat64.
33993 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33994
57e605ba
MK
339952012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
33996
33997 [BZ #14602]
33998 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33999 Replace with ...
34000 (CHECK_EOL): New macro.
34001 (two_way_short_needle): Check beginning of haystack for EOL. Use
34002 CHECK_EOL.
34003 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34004 Replace with CHECK_EOL.
34005 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34006 Replace with CHECK_EOL.
34007
ef1bb361
JM
340082012-10-08 Joseph Myers <joseph@codesourcery.com>
34009
34010 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34011 type-generic.
34012 * math/libm-test.inc: Update comment listing what functions and
34013 macros are tested.
34014 (finite_test): New function.
34015 (isinf_test): Likewise.
34016 (isnan_test): Likewise.
34017 (fpclassify_test): Test subnormal input.
34018 (isfinite_test): Likewise.
34019 (isnormal_test): Likewise.
34020 (main): Call the new functions.
34021
55f11534
JN
340222012-10-08 Jonathan Nieder <jrnieder@gmail.com>
34023
34024 [BZ #14660]
34025 * Makerules (%.dynsym): Force C locale when running
34026 $(OBJDUMP) --dynamic-syms.
34027
1ab29350
AS
340282012-10-08 Andreas Schwab <schwab@linux-m68k.org>
34029
34030 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34031 <stdint.h>.
34032
f1ecb7ef
DM
340332012-10-06 David S. Miller <davem@davemloft.net>
34034
34035 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34036 upper 32-bits of the length value in %o2 since we use branch-on-register
34037 tests which consider the entire 64-bit register.
34038
5d41d91a
L
340392012-10-06 H.J. Lu <hongjiu.lu@intel.com>
34040
34041 * string/test-strstr.c (check2): Add a test for page boundary.
34042
3baddb72
DM
340432012-10-05 David S. Miller <davem@davemloft.net>
34044
34045 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34046 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34047 file.
34048 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34049 sysdep_routines.
34050 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34051 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34052 and bzero when HWCAP_SPARC_CRYPTO is present.
34053
9cee5585
L
340542012-10-05 H.J. Lu <hongjiu.lu@intel.com>
34055
d7e0dab9
L
34056 [BZ #14602]
34057 * string/test-strstr.c (check2): New function.
34058 (test_main): Call check2.
34059
03759f47
L
34060 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34061 and bug-strchr1.
34062 * string/bug-strcasestr1.c (do_test): Moved to ...
34063 * string/test-strcasestr.c (check1): Here. New function.
34064 (do_one_test): Break out result checking code into ...
34065 (check_result): This. New function.
34066 (do_one_test): Call check_result.
34067 (test_main): Call check1.
34068 * string/bug-strchr1.c (do_test): Moved to ...
34069 * string/test-strchr.c (check1): Here. New function.
34070 (do_one_test): Break out result checking code into ...
34071 (check_result): This. New function.
34072 (do_one_test): Call check_result.
34073 (test_main): Call check1.
34074 * string/bug-strstr1.c (main): Moved to ...
046f153e 34075 * string/test-strstr.c (check1): Here. New function.
03759f47
L
34076 (do_one_test): Break out result checking code into ...
34077 (check_result): This. New function.
34078 (do_one_test): Call check_result.
34079 (test_main): Call check1.
34080 * string/bug-strcasestr1.c: Removed.
34081 * string/bug-strchr1.c: Likewise.
34082 * string/bug-strstr1.c: Likewise.
34083
53cea63e
L
34084 * elf/Makefile (dl-routines): Add hwcaps.
34085 * elf/dl-support.c (_dl_important_hwcaps): Removed.
34086 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34087 (_dl_important_hwcaps): Moved to ...
34088 * elf/dl-hwcaps.c: Here. New file.
34089 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34090
9cee5585 34091 [BZ #14557]
bb859b06
L
34092 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34093 if IS_IN_rtld isn't defined.
34094
9cee5585
L
34095 * elf/dl-support.c (_dl_sysinfo_map): New.
34096 Include "get-dynamic-info.h" and "setup-vdso.h".
34097 (_dl_non_dynamic_init): Call setup_vdso.
34098 * elf/dynamic-link.h: Don't include <assert.h>.
34099 (elf_get_dynamic_info): Moved to ...
34100 * elf/get-dynamic-info.h: Here. New file.
34101 * elf/dynamic-link.h: Include "get-dynamic-info.h".
34102 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34103 * elf/setup-vdso.h: Here. New file.
34104 * elf/rtld.c: Include "setup-vdso.h".
34105 (dl_main): Call setup_vdso.
34106
23c31b76
JM
341072012-10-05 Joseph Myers <joseph@codesourcery.com>
34108
28234b07
JM
34109 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34110 creal in comment listing functions tested. List finite, isinf,
34111 isnan, isless, islessequal, isgreater, isgreaterequal,
34112 islessgreater, isunordered, lgamma_r and pow10 as functions and
34113 macros not tested. Mention which functions not tested are aliases
34114 for other functions. Fix typo. Note that signs of NaNs are not
34115 tested.
34116
23c31b76
JM
34117 * scripts/config.guess: Update from config.git.
34118 * scripts/config.sub: Likewise.
34119
9043e228
RM
341202012-10-04 Roland McGrath <roland@hack.frob.com>
34121
34122 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34123 * misc/madvise.c (madvise): Renamed to __madvise.
34124 Make madvise a weak alias.
34125 * include/sys/mman.h: Declare __madvise.
34126 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34127 * sysdeps/unix/syscalls.list
34128 (madvise): Make __madvise the strong name, and madvise a weak alias.
34129 * sysdeps/unix/sysv/linux/syscalls.list
34130 (madvise, mmap): Remove redundant entries.
34131 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34132 * malloc/malloc.c (mtrim): Likewise.
34133 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34134
f57f8055
RM
341352012-10-03 Roland McGrath <roland@hack.frob.com>
34136
34137 * sysdeps/mach/hurd/dl-cache.c: File removed.
34138 * config.h.in (USE_LDCONFIG): New #undef.
34139 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34140 * configure: Regenerated.
34141 * elf/Makefile (dl-routines): Add dl-cache only under
34142 [$(use-ldconfig) = yes].
34143 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34144 cache on [USE_LDCONFIG].
34145 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34146 [USE_LDCONFIG].
34147 * elf/rtld.c (dl_main): Likewise.
34148
5bb0c10a
PT
341492012-10-03 Pino Toscano <toscano.pino@tiscali.it>
34150
34151 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34152 _SC_LEVEL4_CACHE_LINESIZE.
34153
010188c6
RM
341542012-10-03 Roland McGrath <roland@hack.frob.com>
34155
34156 * sysdeps/unix/bsd/confstr.h: File removed.
34157
b6c5ec07
AO
341582012-10-02 Alexandre Oliva <aoliva@redhat.com>
34159
34160 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34161 sys/sdt-config.h.
34162
408223d4
RM
341632012-10-02 Roland McGrath <roland@hack.frob.com>
34164
34165 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34166 Make 'mapoff' field ElfW(Off) rather than off_t.
34167
bb9510dc
DL
341682012-10-02 Dmitry V. Levin <ldv@altlinux.org>
34169
fc997c6e
DL
34170 * nscd/Makefile: Remove nscd-cflags and all its users.
34171 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34172 (CFLAGS-nonlib): Add compiler flags for nscd modules.
34173
bb9510dc
DL
34174 [BZ #10631]
34175 * malloc.c (malloc_printerr): Clarify error message.
34176
05699367
L
341772012-10-02 H.J. Lu <hongjiu.lu@intel.com>
34178
34179 [BZ #14648]
34180 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34181 Set bit_FMA_Usable if FMA is supported.
34182 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34183 macro.
34184 (bit_FMA4_Usable): Updated.
34185 (index_FMA_Usable): New macro.
34186 (CPUID_FMA): Likewise
34187 (HAS_FMA): Defined with bit_FMA_Usable.
34188
51367701
RM
341892012-10-01 Roland McGrath <roland@hack.frob.com>
34190
34191 * bits/types.h (__swblk_t): Type removed.
34192 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34193 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34194 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34195 (__SWBLK_T_TYPE): Likewise.
34196 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34197 (__SWBLK_T_TYPE): Likewise.
34198 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34199 (__SWBLK_T_TYPE): Likewise.
34200 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34201 (__SWBLK_T_TYPE): Likewise.
34202
4d57bf63 342032012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 34204 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
34205
34206 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34207 (xdr_mapname): Use YPMAXMAP as maxsize.
34208 (xdr_peername): Use YPMAXPEER as maxsize.
34209 (xdr_keydat): Use YPAXRECORD as maxsize.
34210 (xdr_valdat): Use YPMAXRECORD as maxsize.
34211
93c65d43
RM
342122012-10-01 Roland McGrath <roland@hack.frob.com>
34213
497a03d6
RM
34214 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34215
93c65d43
RM
34216 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34217 * csu/init-first.c: ... here.
34218 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34219 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34220 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34221 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34222 * sysdeps/i386/init-first.c: File removed.
34223 * sysdeps/sh/init-first.c: File removed.
34224
bec749fd
JM
342252012-10-01 Joseph Myers <joseph@codesourcery.com>
34226
34227 [BZ #14645]
34228 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34229 if x * y might underflow to zero and z is zero.
34230 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34231 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34232 * math/libm-test.inc (min_subnorm_value): New variable.
34233 (fma_test): Add more tests.
34234 (fma_test_towardzero): Likewise.
34235 (fma_test_downward): Likewise
34236 (fma_test_upward): Likewise.
34237 (initialize): Set min_subnorm_value.
34238
8ec5b013
JM
342392012-09-29 Joseph Myers <joseph@codesourcery.com>
34240
34241 [BZ #14638]
34242 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34243 0 + 0.
34244 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34245 mode for addition resulting in exact zero.
34246 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34247 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34248 exact 0 + 0.
34249 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34250 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34251 * math/libm-test.inc (fma_test): Add more tests.
34252 (fma_test_towardzero): New function.
34253 (fma_test_downward): Likewise.
34254 (fma_test_upward): Likewise.
34255 (main): Call the new functions.
34256
b1fa802e
DM
342572012-09-28 David S. Miller <davem@davemloft.net>
34258
34259 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34260
d3b9fd9e
RM
342612012-09-28 Roland McGrath <roland@hack.frob.com>
34262
ea4d37b3
RM
34263 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34264 instead of SIGALRM.
34265
ac51c949
RM
34266 * sysdeps/gnu/_G_config.h: Moved to ...
34267 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34268 * sysdeps/mach/hurd/_G_config.h: Moved to ...
34269 * sysdeps/generic/_G_config.h: ... here.
34270
28c195f7
RM
34271 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
34272
848917f9
RM
34273 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34274
6bacf05b
RM
34275 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34276 Conditionalize target on [libnss_test1.so-version].
34277
91363dbb
RM
34278 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34279
cc87f7d8
RM
34280 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34281 (elfobjdir): Move out of conditionals.
34282
b1c608fe
RM
34283 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34284 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34285 (__nss_lookup_function): Conditionalize label remove_from_tree on
34286 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 34287
1d9a6d96
DM
342882012-09-28 David S. Miller <davem@davemloft.net>
34289
34290 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34291 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34292 file.
34293 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34294 sysdep_routines.
34295 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34296 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34297 when HWCAP_SPARC_CRYPTO is present.
34298
72581615
PT
342992012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34300
34301 * io/tst-mknodat.c: Create a FIFO instead of a socket.
34302
715a900c
JL
343032012-09-28 Andreas Schwab <schwab@linux-m68k.org>
34304
34305 [BZ #6530]
34306 * stdio-common/vfprintf.c (process_string_arg): Revert
34307 2000-07-22 change.
34308
343092011-09-28 Jonathan Nieder <jrnieder@gmail.com>
34310
34311 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34312 for testcase.
34313 * stdio-common/tst-sprintf.c: Include <locale.h>
34314 (main): Test sprintf's handling of incomplete multibyte
34315 characters.
34316
9bac1d86
L
343172012-09-28 H.J. Lu <hongjiu.lu@intel.com>
34318
34319 * elf/dl-runtime.c (VERSYMIDX): Removed.
34320 * elf/dl-version.c (VERSYMIDX): Likewise.
34321 * elf/do-rel.h (VERSYMIDX): Likewise.
34322 (VALIDX): Likewise.
34323 * elf/dynamic-link.h (VERSYMIDX): Likewise.
34324 * elf/rtld.c (VALIDX): Likewise.
34325 (ADDRIDX): Likewise.
9bac1d86
L
34326 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34327 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34328 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
34329 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34330 (VALIDX): Likewise.
34331 (ADDRIDX): Likewise.
9bac1d86 34332
b31606c0
PT
343332012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34334
34335 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34336
11541177
JL
343372012-09-28 Dmitry V. Levin <ldv@altlinux.org>
34338
34339 [BZ #11438]
34340 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34341 to global scope.
34342 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34343 addresses are in the same scope as 192.0.2/24.
34344 * posix/gai.conf: Document new scope table defaults.
34345
adb26fae
SP
343462012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34347
34348 [BZ #5298]
34349 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34350 for ftell. Compute offsets from write pointers instead.
34351 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34352
4573c6b0
SP
343532012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34354
34355 [BZ #14543]
34356 * libio/Makefile (tests): New test case tst-fseek.
34357 * libio/tst-fseek.c: New test case to verify that fseek/ftell
34358 combination works in wide mode.
34359 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34360 state when the external buffer state changes.
34361
aa9bbfe6
DM
343622012-09-27 David S. Miller <davem@davemloft.net>
34363
34364 [BZ #14376]
34365 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34366 pass reloc->r_addend in as the 'high' argument to
34367 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34368
784421e7
DM
34369 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34370
c39bc8b8
PT
343712012-09-28 Pino Toscano <toscano.pino@tiscali.it>
34372
34373 * rt/tst-aio2.c: Include <pthread.h>.
34374 * rt/tst-aio3.c: Likewise.
34375
1ccc2399
SE
343762012-09-27 Steve Ellcey <sellcey@mips.com>
34377
34378 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34379
31ed4153
L
343802012-09-27 H.J. Lu <hongjiu.lu@intel.com>
34381
25f5f885
L
34382 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34383 contents on [SHARED].
31ed4153 34384
b7bfe116
MP
343852012-09-26 Marek Polacek <polacek@redhat.com>
34386
34387 [BZ #14530]
34388 [BZ #13741]
34389 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34390 for C++ and GCC <4.3 as well as for non GCC compilers.
34391
43c4edba
MT
343922012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
34393
34394 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34395
6a1bf82f
RM
343962012-09-25 Roland McGrath <roland@hack.frob.com>
34397
34398 * Makefile.in (all, install): Declare with .PHONY.
34399 Reported by Michael Hope <michael.hope@linaro.org>.
34400
8ad11b9a
TMQMF
344012012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
34402
34403 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34404 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34405 system header.
34406 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34407 Likewise.
34408 (sydep_routines): Add the new and the internal functions.
34409 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34410 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34411 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34412 (GLIBC_2.17): Add the new function.
34413 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34414 (GLIBC_2.17): Likewise.
34415 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34416 (GLIBC_2.17): Likewise.
34417 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34418 (GLIBC_2.17): Likewise.
34419 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34420
7e2fca8d
AM
344212012-09-25 Alan Modra <amodra@gmail.com>
34422
34423 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34424 Add release barrier before setting once_control to say
34425 initialisation is done. Add hints on lwarx. Use macro in
34426 place of isync.
34427 (clear_once_control): Add release barrier.
34428
b87c4b24
JM
344292012-09-25 Joseph Myers <joseph@codesourcery.com>
34430
d032e0d2
JM
34431 [BZ #13629]
34432 * math/s_clog.c (__clog): Handle more values close to |z| = 1
34433 specially.
34434 * math/s_clog10.c (__clog10): Likewise.
34435 * math/s_clog10f.c (__clog10f): Likewise.
34436 * math/s_clog10l.c (__clog10l): Likewise.
34437 * math/s_clogf.c (__clogf): Likewise.
34438 * math/s_clogl.c (__clogl): Likewise.
34439 * math/Makefile (libm-calls): Add x2y2m1.
34440 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34441 (__x2y2m1): Likewise.
34442 (__x2y2m1l): Likewise.
34443 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34444 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34445 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34446 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34447 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34448 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34449 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34450 * sysdeps/i386/fpu/libm-test-ulps: Update.
34451 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34452
b87c4b24
JM
34453 [BZ #14621]
34454 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34455 int as type of variable DEPTH.
34456 (glob): Use size_t instead of int as type of variables NEWCOUNT
34457 and OLD_PATHC.
34458
6d3bf199
LD
344592012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
34460
22bf5c17
LD
34461 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34462 Add s_sincosf-sse2.
34463 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34464 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34465 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34466 macros for using routine as __sincosf_ia32.
34467 Use macro for function declaration and weak_alias.
34468 * sysdeps/i386/fpu/libm-test-ulps: Update.
34469
34470 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34471 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34472
34473 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
34474 subnormal argument.
34475 * math/s_cexpf.c (__cexpf): Likewise.
34476 * math/s_csinf.c (__csinf): Likewise.
34477 * math/s_csinhf.c (__csinhf): Likewise.
34478 * math/s_ctanf.c (__ctanf): Likewise.
34479 * math/s_ctanhf.c (__ctanhf): Likewise.
34480 * math/s_ccosh.c (__ccoshf): Likewise.
34481 * math/s_cexp.c (__cexpl): Likewise.
34482 * math/s_csin.c (__csin): Likewise.
34483 * math/s_csinh.c (__csinh): Likewise.
34484 * math/s_ctan.c (__ctan): Likewise.
34485 * math/s_ctanh.c (ctanh): Likewise.
34486 * math/s_ccoshl.c (__ccoshl): Likewise.
34487 * math/s_cexpl.c (__cexpl): Likewise.
34488 * math/s_csinl.c (__csinl): Likewise.
34489 * math/s_csinhl.c (__csinhl): Likewise.
34490 * math/s_ctanl.c (__ctanl): Likewise.
34491 * math/s_ctanhl.c (__ctanhl): Likewise.
34492
203e5603
JM
344932012-09-25 Joseph Myers <joseph@codesourcery.com>
34494
34495 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34496 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34497 (_IO_off_t): Define to __off_t, not _G_off_t.
34498 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34499 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34500 (_IO_wint_t): Define to wint_t, not _G_wint_t.
34501 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34502 type of __dummy and __dummy2 fields.
34503 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34504 (_G_ssize_t): Likewise.
34505 (_G_off_t): Likewise.
34506 (_G_pid_t): Likewise.
34507 (_G_uid_t): Likewise.
34508 (_G_wchar_t): Likewise.
34509 (_G_wint_t): Likewise.
34510 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34511 (_G_ssize_t): Likewise.
34512 (_G_off_t): Likewise.
34513 (_G_pid_t): Likewise.
34514 (_G_uid_t): Likewise.
34515 (_G_wchar_t): Likewise.
34516 (_G_wint_t): Likewise.
34517 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34518 (_G_ssize_t): Likewise.
34519 (_G_off_t): Likewise.
34520 (_G_pid_t): Likewise.
34521 (_G_uid_t): Likewise.
34522 (_G_wchar_t): Likewise.
34523 (_G_wint_t): Likewise.
34524
9fab36eb
SP
345252012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
34526
34527 * malloc/arena.c: Include malloc-sysdep.h.
34528 (shrink_heap): Use check_may_shrink_heap to decide if madvise
34529 is sufficient to shrink the heap or an unmap is needed.
34530 * sysdeps/generic/malloc-sysdep.h: New file. Define
34531 new function check_may_shrink_heap.
34532 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
34533 new function check_may_shrink_heap.
34534
2b4f00d1
SP
345352012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
34536
34537 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34538 comments.
34539
9a9028b1
DL
345402012-09-24 Dmitry V. Levin <ldv@altlinux.org>
34541
57c69bef
DL
34542 * catgets/test-gencat.sh: Add "set -e".
34543 * elf/tst-pathopt.sh: Likewise.
34544 * grp/tst_fgetgrent.sh: Likewise.
34545 * iconvdata/run-iconv-test.sh: Likewise.
34546 * intl/tst-gettext.sh: Likewise.
34547 * intl/tst-gettext2.sh: Likewise.
34548 * intl/tst-gettext4.sh: Likewise.
34549 * intl/tst-gettext6.sh: Likewise.
34550 * intl/tst-translit.sh: Likewise.
34551 * io/ftwtest-sh: Likewise.
34552 * libio/test-freopen.sh: Likewise.
34553 * malloc/tst-mtrace.sh: Likewise.
34554 * posix/globtest.sh: Likewise.
34555 * posix/tst-getconf.sh: Likewise.
34556 * posix/wordexp-tst.sh: Likewise.
34557 * stdio-common/tst-printf.sh: Likewise.
34558 * stdio-common/tst-unbputc.sh: Likewise.
34559 * stdlib/tst-fmtmsg.sh: Likewise.
34560 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34561 * catgets/Makefile: Do not specify -e option when running
34562 testsuite shell scripts.
34563 * elf/Makefile: Likewise.
34564 * grp/Makefile: Likewise.
34565 * iconvdata/Makefile: Likewise.
34566 * intl/Makefile: Likewise.
34567 * io/Makefile: Likewise.
34568 * libio/Makefile: Likewise.
34569 * malloc/Makefile: Likewise.
34570 * posix/Makefile: Likewise.
34571 * stdio-common/Makefile: Likewise.
34572 * stdlib/Makefile: Likewise.
34573 * sysdeps/x86_64/Makefile: Likewise.
34574
9a9028b1
DL
34575 * io/ftwtest-sh: Add copyright header.
34576 * posix/globtest.sh: Likewise.
34577 * posix/tst-getconf.sh: Likewise.
34578 * posix/wordexp-tst.sh: Likewise.
34579 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34580
ced6f16e
L
345812012-09-24 H.J. Lu <hongjiu.lu@intel.com>
34582
94b32c39
L
34583 [BZ #13679]
34584 * Makeconfig (+link): Defined as $(+link-static) if
34585 $(build-shared) isn't yes.
34586 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34587 isn't yes.
34588 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34589
189e935b
L
34590 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34591
ced6f16e
L
34592 [BZ #14562]
34593 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34594 new chunk size with MALLOC_ALIGN_MASK.
34595
a9f8e53a
JM
345962012-09-24 Joseph Myers <joseph@codesourcery.com>
34597
34598 [BZ #5044]
34599 * stdio-common/printf_fphex.c: Include <stdbool.h> and
34600 <rounding-mode.h>.
34601 (__printf_fphex): Determine rounding using get_rounding_mode and
34602 round_away.
34603 * stdio-common/tst-printf-round.c (struct hex_test): New
34604 structure.
34605 (hex_tests): New variable.
34606 (test_hex_in_one_mode): New function.
34607 (do_test): Also run tests for hex float output.
34608
43153109
JM
346092012-09-21 Joseph Myers <joseph@codesourcery.com>
34610
34611 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34612 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34613 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34614 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34615 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34616 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34617 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34618 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34619
8a26625d
JM
346202012-09-20 Joseph Myers <joseph@codesourcery.com>
34621
34622 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34623 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34624 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34625 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34626
f3fd569c
DL
346272012-09-19 Dmitry V. Levin <ldv@altlinux.org>
34628
34629 [BZ #14579]
34630 * elf/rtld.c (dl_main): Limit the check for self loading to normal
34631 mode only.
34632 * elf/tst-rtld-load-self.sh: New test.
34633 * elf/Makefile: Run it.
34634
63bbedd4
JM
346352012-09-18 Joseph Myers <joseph@codesourcery.com>
34636
34637 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34638 (tst-writev-ENV): Remove.
34639 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34640
626f8b6a
CM
346412012-09-17 Chris Metcalf <cmetcalf@tilera.com>
34642
34643 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34644
b7aaa4d6
JM
346452012-09-17 Joseph Myers <joseph@codesourcery.com>
34646
34647 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34648 unconditional.
34649 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34650 Likewise.
34651 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34652 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34653 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34654 Likewise.
34655
65513990
L
346562012-09-14 H.J. Lu <hongjiu.lu@intel.com>
34657
34658 [BZ #14587]
34659 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34660 * config.make.in (have-cpp-asm-debuginfo): Removed.
34661 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34662 * configure: Regenerated.
34663
784761be
JM
346642012-09-14 Joseph Myers <joseph@codesourcery.com>
34665
34666 [BZ #5044]
34667 * stdio-common/printf_fp.c: Include <stdbool.h> and
34668 <rounding-mode.h>.
34669 (___printf_fp): Determine rounding using get_rounding_mode and
34670 round_away.
34671 * stdio-common/tst-printf-round.c: New file.
34672 * stdio-common/Makefile (tests): Add tst-printf-round.
34673 (link-libm): New variable.
34674 ($(objpfx)tst-printf-round): Depend in $(link-libm).
34675
9503345f
L
346762012-09-13 H.J. Lu <hongjiu.lu@intel.com>
34677
34678 [BZ #14576]
34679 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34680 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34681 Likewise.
34682 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34683 Likewise.
34684
ad35fc00
JM
346852012-09-13 Joseph Myers <joseph@codesourcery.com>
34686
34687 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34688 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34689 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34690 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34691
6c9b0f68
JM
346922012-09-12 Joseph Myers <joseph@codesourcery.com>
34693
34694 [BZ #14518]
34695 * include/rounding-mode.h: New file.
34696 * sysdeps/generic/get-rounding-mode.h: Likewise.
34697 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34698 * stdlib/strtod_l.c: Include <rounding-mode.h>.
34699 (MAX_VALUE): New macro.
34700 (MIN_VALUE): Likewise.
34701 (overflow_value): New function.
34702 (underflow_value): Likewise.
34703 (round_and_return): Use overflow_value and underflow_value to
34704 determine return values in overflow and underflow cases. Use
34705 round_away to determine rounding depending on rounding mode.
34706 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34707 determine return values in overflow and underflow cases.
34708 * stdlib/tst-strtod-round.c: Include <fenv.h>.
34709 (struct test_results): New structure.
34710 (struct test): Use struct test_results to store expected results
34711 for all rounding modes.
34712 (TEST): Include expected results for all rounding modes.
34713 (test_in_one_mode): New function.
34714 (do_test): Use test_in_one_mode to compute and check results.
34715 Check results for all rounding modes.
34716 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34717 $(link-libm).
34718
19fcedd5
AM
347192012-12-09 Allan McRae <allan@archlinux.org>
34720
1e9d84cd 34721 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 34722
8bbfd2f1
JM
347232012-09-11 Joseph Myers <joseph@codesourcery.com>
34724
34725 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34726 (_G_int32_t): Likewise.
34727 (_G_uint16_t): Likewise.
34728 (_G_uint32_t): Likewise.
34729 (_G_HAVE_BOOL): Likewise.
34730 (_G_HAVE_ATEXIT): Likewise.
34731 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34732 (_G_HAVE_IO_FILE_OPEN): Likewise.
34733 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34734 (_G_int32_t): Likewise.
34735 (_G_uint16_t): Likewise.
34736 (_G_uint32_t): Likewise.
34737 (_G_HAVE_BOOL): Likewise.
34738 (_G_HAVE_ATEXIT): Likewise.
34739 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34740 (_G_HAVE_IO_FILE_OPEN): Likewise.
34741 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34742 (_G_int32_t): Likewise.
34743 (_G_uint16_t): Likewise.
34744 (_G_uint32_t): Likewise.
34745 (_G_HAVE_BOOL): Likewise.
34746 (_G_HAVE_ATEXIT): Likewise.
34747 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34748 (_G_HAVE_IO_FILE_OPEN): Likewise.
34749
b1dc5912
L
347502012-09-11 H.J. Lu <hongjiu.lu@intel.com>
34751
34752 * csu/libc-tls.c: Update copyright years.
34753
0e886ef9
JM
347542012-09-10 Joseph Myers <joseph@codesourcery.com>
34755
28361c5e
JM
34756 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34757 [!_G_USING_THUNKS]: Remove conditional code.
34758 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34759 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34760
0e886ef9
JM
34761 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34762 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34763 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34764 (_G_VTABLE_LABEL_PREFIX): Likewise.
34765 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34766 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34767 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34768 (_G_VTABLE_LABEL_PREFIX): Likewise.
34769 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34770 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34771 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34772 (_G_VTABLE_LABEL_PREFIX): Likewise.
34773 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34774
bcba7aa2
L
347752012-09-10 H.J. Lu <hongjiu.lu@intel.com>
34776
34777 * libio/Makefile: Include ../Makeconfig before tests.
34778 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34779 only if $(build-shared) is yes.
34780
06585ee8
L
34781 * iconv/gconv_db.c: Update copyright years.
34782
80ccd52c
LD
347832012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
34784
34785 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34786 unwind info if defined PIC. Fix special cases description.
34787 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34788
34789 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34790 DP_HI_MASK entry.
34791 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34792
691bc9c1
L
347932012-09-07 H.J. Lu <hongjiu.lu@intel.com>
34794
3d9b46b3
L
34795 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34796
de2139a9
L
34797 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34798 is NULL.
34799
5ca78dd0
L
34800 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34801 (LDLIBS-tst-chk4): This.
34802 (LDFLAGS-tst-chk5): Renamed to ...
34803 (LDLIBS-tst-chk5): This.
34804 (LDFLAGS-tst-chk6): Renamed to ...
34805 (LDLIBS-tst-chk6): This.
34806 (LDFLAGS-tst-lfschk4): Renamed to ...
34807 (LDLIBS-tst-lfschk4): This.
34808 (LDFLAGS-tst-lfschk5): Renamed to ...
34809 (LDLIBS-tst-lfschk5): This.
34810 (LDFLAGS-tst-lfschk6): Renamed to ...
34811 (LDLIBS-tst-lfschk6): This.
34812
691bc9c1
L
34813 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34814 on $(common-objpfx)soversions.mk.
34815
65cafb1c
JM
348162012-09-07 Joseph Myers <joseph@codesourcery.com>
34817
34818 [BZ #10014]
34819 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34820 example host name.
34821
c78ab094
SP
348222012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
34823
34824 * malloc/arena.c (arena_get_retry): New function that gets
34825 another arena for the caller to try its request on.
34826 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34827 current arena cannot fulfill the request.
34828 (__libc_memalign): Likewise.
34829 (__libc_memalign): Likewise.
34830 (__libc_pvalloc): Likewise.
34831 (__libc_calloc): Likewise.
34832
01f49f59
JT
348332012-09-05 John Tobey <john.tobey@gmail.com>
34834
34835 [BZ #13542]
34836 * manual/arith.texi (Operations on Complex): Fix description
34837 of carg branch cut.
34838
4c23fed5
JM
348392012-09-06 Joseph Myers <joseph@codesourcery.com>
34840
1d3c8572
JM
34841 [BZ #10014]
34842 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34843 host name.
34844
4c23fed5
JM
34845 [BZ #10038]
34846 * manual/memory.texi (Memory): Make order of menu items match
34847 order of sections.
34848
04570aaa
L
348492012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34850
34851 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34852 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
34853 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34854
b80af2f4
L
348552012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34856
34857 * csu/libc-tls.c (static_dtv): Renamed to ...
34858 (_dl_static_dtv): This. Make it global.
34859 (_dl_initial_dtv): Removed.
34860 (__libc_setup_tls): Updated.
34861 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34862 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34863 DL_INITIAL_DTV.
34864
2abe9f15
PM
348652012-09-06 Petr Machata <pmachata@redhat.com>
34866
34867 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34868 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34869 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34870 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34871
0948c3af
L
348722012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34873
34874 [BZ #14545]
34875 * csu/libc-tls.c (_dl_initial_dtv): New variable.
34876 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34877 freeing dtv[-1].
34878
a5055ad1
L
348792012-09-06 H.J. Lu <hongjiu.lu@intel.com>
34880
34881 [BZ #14544]
34882 * Makeconfig (link-static-before-libc): Replace $(+prector)
34883 with $(+prectorT).
34884 (link-static-after-libc): Replace $(+postctor) with
34885 $(+postctorT).
34886 (link-bounded): Replace $(+prector)/$(+postctor) with
34887 $(+prectorT)/$(+postctorT).
34888 (+prectorT): New macro.
34889 (+postctorT): Likewise.
34890
ed8c2ecd
JM
348912012-09-06 Joseph Myers <joseph@codesourcery.com>
34892
34893 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34894 (round_str): Handle values above the maximum for IBM long double
34895 as inexact.
34896 * stdlib/tst-strtod-round.c (tests): Regenerated.
34897
14c996c8
AK
348982012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34899
34900 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34901 assembler flag.
34902 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34903 zarch_nohighgprs around the zarch optimized routines.
34904 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34905 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34906 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34907 for zarch.
34908
430d6ce6
DM
349092012-09-05 David S. Miller <davem@davemloft.net>
34910
34911 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34912
57f41c40
AS
34913 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34914 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
34915 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34916 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34917 entries.
34918
24d4e01b
AO
349192012-09-05 Alexandre Oliva <aoliva@redhat.com>
34920
34921 * malloc/arena.c: Fold copyright years.
34922 * malloc/mcheck.c, malloc/memusage.c: Likewise.
34923
61d58174
AO
349242012-09-05 Alexandre Oliva <aoliva@redhat.com>
34925
34926 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34927
20196a5e
AO
349282012-09-05 Alexandre Oliva <aoliva@redhat.com>
34929
34930 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
34931
5c447383
AO
349322012-09-05 Alexandre Oliva <aoliva@redhat.com>
34933
34934 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34935 change internal state upon failure.
34936
fad64255
AO
349372012-09-05 Alexandre Oliva <aoliva@redhat.com>
34938
34939 * malloc/mcheck.c (mcheck_check_all): Fix typo.
34940 * malloc/memusage.c (mmap): Likewise.
34941 (mmap64, mremap): Likewise. Adjust name in comment.
34942
1ffb8c90
SP
349432012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
34944
34945 * libio/fileops.c: Fix typos in comments.
34946 * libio/oldfileops.c: Likewise.
34947 * libio/wfileops.c: Likewise.
34948
6ef9cc37
SP
349492012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
34950
34951 [BZ #1349]
34952 * malloc/Makefile (tests): Add tst-malloc-usable test case.
34953 (tst-malloc-usable-ENV): Set environment for test case.
34954 * malloc/hooks.c (malloc_check_get_size): New function to get
34955 requested size.
34956 * malloc/malloc.c (musable): Use malloc_check_get_size.
34957 * malloc/tst-malloc-usable.c: New test case.
34958
4d038ae3
AS
349592012-09-05 Andreas Schwab <schwab@linux-m68k.org>
34960
34961 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34962
c4e85184
AM
349632012-09-05 Allan McRae <allan@archlinux.org>
34964
b9dafc56 34965 [BZ #13966]
c4e85184
AM
34966 * configure.in (CXX_SYSINCLUDES): Use compiler output to
34967 determine header location.
34968 * configure: Regenerated.
34969
e1343020
AS
349702012-09-05 Andreas Schwab <schwab@linux-m68k.org>
34971
34972 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34973 float format.
34974 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
34975 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34976 format.
e1343020
AS
34977 (test): Regenerate.
34978
0a9f1987
DM
349792012-09-04 David S. Miller <davem@davemloft.net>
34980
34981 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34982 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34983 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34984
29237804
FW
349852012-09-04 Florian Weimer <fweimer@redhat.com>
34986
34987 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34988 failures.
34989
edb3cb88
FW
34990 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34991
60160d83
JM
349922012-09-04 Joseph Myers <joseph@codesourcery.com>
34993
34994 [BZ #9914]
34995 * libio/iogetdelim.c: Include <limits.h>.
34996 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34997 + len + 1 would overflow.
34998
bcd6c8dc
AJ
349992012-09-03 Andreas Jaeger <aj@suse.de>
35000
35001 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35002 * sysdeps/i386/fpu/libm-test-ulps: Update.
35003
4ffffbd2
LD
350042012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35005
35006 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35007 Add s_sinf-sse2, s_conf-sse2.
35008
35009 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35010 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35011 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35012 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35013
35014 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35015 for using routine as __sinf_ia32.
35016 Use macro for function declaration and weak_alias.
35017 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35018 for using routine as __cosf_ia32.
35019 Use macro for function declaration and weak_alias.
35020
35021 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35022 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35023
35024 * sysdeps/x86_64/fpu/s_sinf.S: New file.
35025 * sysdeps/x86_64/fpu/s_cosf.S: New file.
35026 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35027
35028 * math/libm-test.inc (cos_test): Add more test cases.
35029 (sin_test): Likewise.
35030 (sincos_test): Likewise.
35031
511fa286
AK
350322012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35033
35034 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35035 (IFUNC_RESOLVE): Make pointers to the specialized implementations
35036 hidden.
35037 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35038
5f30cfec
L
350392012-09-02 H.J. Lu <hongjiu.lu@intel.com>
35040
35041 [BZ #14538]
35042 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35043 first element of the GOT.
35044 (elf_machine_load_address): Return the difference between
35045 the runtime address of _DYNAMIC and elf_machine_dynamic ().
35046
0786794f
AM
350472012-09-01 Allan McRae <allan@archlinux.org>
35048
5f30cfec
L
35049 [BZ #13412]
35050 * configure.in (AWK): Require gawk version 3.0 or later.
35051 * configure: Regenerated.
0786794f 35052
26889eac
JM
350532012-09-01 Joseph Myers <joseph@codesourcery.com>
35054
35055 * sysdeps/unix/sysv/linux/kernel-features.h
35056 (__ASSUME_POSIX_CPU_TIMERS): Remove.
35057 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35058 [__NR_clock_getres]: Make code unconditional.
35059 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35060 (clock_getcpuclockid): Remove code left unreachable by removal of
35061 conditionals.
35062 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35063 code unconditional.
35064 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35065 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35066 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35067 Make code unconditional.
35068 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35069 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35070 * sysdeps/unix/sysv/linux/clock_settime.c
35071 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35072 conditional code.
35073 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35074 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35075
d22e28b0
L
350762012-08-29 H.J. Lu <hongjiu.lu@intel.com>
35077
35078 [BZ #14476]
35079 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35080 scripts/test-installation.pl.
35081
35082 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35083 and $ld_so_version if it is set.
35084
050af9c4
SP
350852012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
35086
35087 [BZ #14516]
35088 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35089 failure if reading from procfs failed.
35090 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35091
ad845c0b
JM
350922012-08-27 Joseph Myers <joseph@codesourcery.com>
35093
35094 * sysdeps/unix/sysv/linux/kernel-features.h
35095 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35096 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35097 Remove conditional code.
35098 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35099 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35100 Remove conditional code.
35101 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35102 * sysdeps/unix/sysv/linux/i386/fxstat.c
35103 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35104 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35105 * sysdeps/unix/sysv/linux/i386/fxstatat.c
35106 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35107 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35108 * sysdeps/unix/sysv/linux/i386/lxstat.c
35109 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35110 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35111 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35112 Remove conditional code.
35113 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35114 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35115 Remove conditional code.
35116 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35117 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35118 <kernel-features.h>.
35119 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35120 Remove.
35121 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35122 Remove conditional code.
35123 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35124 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35125 Remove conditional.
35126
5dbf56af
MF
351272012-08-27 Mike Frysinger <vapier@gentoo.org>
35128
35129 [BZ #5400]
35130 * NEWS: Add fixed bug number.
35131
d6e70f43
JM
351322012-08-27 Joseph Myers <joseph@codesourcery.com>
35133
7efb4737
JM
35134 [BZ #14519]
35135 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35136 underflowing exponent in case of negative sign.
35137 * stdlib/tst-strtod-round-data: Add more tests.
35138 * stdlib/tst-strtod-round.c (tests): Regenerated.
35139
af92131a
JM
35140 [BZ #3479]
35141 * stdlib/strtod_l.c (NDIG): Remove.
35142 (HEXNDIG): Likewise.
35143 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35144 smallest representable value.
35145 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35146 lie within an exact representation of 1/2 ulp of the result.
35147 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35148 unconditionally.
35149 (TENS_P9_IDX): Define unconditionally.
35150 (TENS_P9_SIZE): Likewise.
35151 (TENS_P10_IDX): Likewise.
35152 (TENS_P10_SIZE): Likewise.
35153 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35154 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35155 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35156 entries for 10^2^13 and 10^2^14.
35157 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35158 (TENS_P13_IDX): Define.
35159 (TENS_P13_SIZE): Likewise.
35160 (TENS_P14_IDX): Likewise.
35161 (TENS_P14_SIZE): Likewise.
35162 (_fpioconst_pow10): Change array size to
35163 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
35164 unconditional.
35165 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35166 1024]: Add entries for 10^2^13 and 10^2^14.
35167 [LAST_POW10 > _LAST_POW10]: Remove #error.
35168 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35169 (_fpioconst_pow10): Change array size to
35170 FPIOCONST_POW10_ARRAY_SIZE.
35171 * stdlib/gen-fpioconst.c: New file.
35172 * stdlib/gen-tst-strtod-round.c: Likewise.
35173 * stdlib/tst-strtod-round-data: Likewise.
35174 * stdlib/tst-strtod-round.c: Likewise.
35175 * stdlib/Makefile (tests): Add tst-strtod-round.
35176
d6e70f43
JM
35177 [BZ #14459]
35178 * stdlib/strtod_l.c: Include <stdint.h>.
35179 (NDEBUG): Do not define.
35180 (round_and_return): Change EXPONENT parameter to type intmax_t.
35181 Rearrange calculations to avoid internal overflow possibilities.
35182 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35183 Rearrange calculations to avoid internal overflow possibilities.
35184 Assert that number fits inside MPNSIZE limbs.
35185 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35186 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
35187 calculations and add assertions to avoid internal overflow
35188 possibilities. Add casts to avoid signed/unsigned operations.
35189 * stdlib/tst-strtod-overflow.c: New file.
35190 * stdlib/Makefile (tests): Add tst-strtod-overflow.
35191
1f529f7d
MP
351922012-08-25 Marek Polacek <polacek@redhat.com>
35193
35194 * time/time.h: Fix some typos in comments.
35195
59a629f1
RM
351962012-08-23 Roland McGrath <roland@hack.frob.com>
35197
35198 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35199 * posix/tst-rfc3484-2.c: Likewise.
35200 * posix/tst-rfc3484-3.c: Likewise.
35201
d3bafbc9
SM
352022012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
35203
35204 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35205 (EF_ARM_ABI_FLOAT_HARD): Likewise.
35206
4efcc022
JM
352072012-08-23 Joseph Myers <joseph@codesourcery.com>
35208
35209 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35210 #include of fxstatat64.c.
35211
3cc3ef96
RM
352122012-08-22 Roland McGrath <roland@hack.frob.com>
35213
f04e2132
RM
35214 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35215 * shadow/getspent_r.c: Likewise.
35216 * shadow/getspnam.c: Likewise.
35217 * shadow/getspnam_r.c: Likewise.
35218 * gshadow/getsgent.c: Likewise.
35219 * gshadow/getsgent_r.c: Likewise.
35220 * gshadow/getsgnam.c: Likewise.
35221 * gshadow/getsgnam_r.c: Likewise.
35222 * inet/getnetbyad.c: Likewise.
35223 * inet/getnetbyad_r.c: Likewise.
35224 * inet/getnetbynm.c: Likewise.
35225 * inet/getnetbynm_r.c: Likewise.
35226 * inet/getnetent.c: Likewise.
35227 * inet/getnetent_r.c: Likewise.
35228 * inet/getproto.c: Likewise.
35229 * inet/getproto_r.c: Likewise.
35230 * inet/getprtent.c: Likewise.
35231 * inet/getprtent_r.c: Likewise.
35232 * inet/getprtname.c: Likewise.
35233 * inet/getprtname_r.c: Likewise.
35234 * inet/getrpcbyname.c: Likewise.
35235 * inet/getrpcbyname_r.c: Likewise.
35236 * inet/getrpcbynumber.c: Likewise.
35237 * inet/getrpcbynumber_r.c: Likewise.
35238 * inet/getrpcent.c: Likewise.
35239 * inet/getrpcent_r.c: Likewise.
35240 * inet/getaliasent.c: Likewise.
35241 * inet/getaliasent_r.c: Likewise.
35242 * inet/getaliasname.c: Likewise.
35243 * inet/getaliasname_r.c: Likewise.
35244 * nscd/getgrgid_r.c: Likewise.
35245 * nscd/getgrnam_r.c: Likewise.
35246 * nscd/gethstbyad_r.c: Likewise.
35247 * nscd/gethstbynm3_r.c: Likewise.
35248 * nscd/getpwnam_r.c: Likewise.
35249 * nscd/getpwuid_r.c: Likewise.
35250 * nscd/getsrvbynm_r.c: Likewise.
35251 * nscd/getsrvbypt_r.c: Likewise.
35252 * nscd/gai.c: Likewise.
35253
c53d909c
RM
35254 * configure.in (build_nscd): New substituted variable, set
35255 by --disable-build-nscd and defaults to $use_nscd.
35256 * configure: Regenerated.
35257 * config.make.in (build-nscd): New substituted variable.
35258 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35259 Change conditional to require [$(build-nscd) = yes] as well.
35260 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35261
3cc3ef96
RM
35262 [BZ# 13696]
35263 * configure.in (use_nscd): New substituted variable, set by
35264 --disable-nscd. If enabled, define USE_NSCD.
35265 * configure: Regenerated.
35266 * config.h.in: Add USE_NSCD.
35267 * config.make.in (use-nscd): New substituted variable.
35268 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35269 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35270 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35271 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35272 (CFLAGS-getgrnam_r.c): Likewise.
35273 (CFLAGS-initgroups.c): Likewise.
35274 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35275 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35276 Variables removed.
35277 * inet/getnetgrent_r.c
35278 (nscd_setnetgrent): New function, broken out of ...
35279 (setnetgrent): ... here. Call it.
35280 (innetgr): Conditionalize nscd bits on [USE_NSCD].
35281 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35282 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35283 * nscd/Makefile (routines, aux): Move definitions after include of
35284 Makeconfig. Conditionalize on [$(use-nscd) != no].
35285 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35286 Conditionalize on [USE_NSCD].
35287 (is_nscd, nscd_init_cb): Likewise.
35288 (nss_load_library): Conditionalize init callback on [USE_NSCD].
35289 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35290 * nss/nss_db/db-init.c: Likewise.
35291 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35292 [USE_NSCD].
35293 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35294 (make_request): Use it.
35295 (cache_valid_p): New function.
35296 (__check_pf): Use it.
35297 * NEWS: Add item for --disable-nscd.
35298
07e51550
DL
352992012-08-22 Dmitry V. Levin <ldv@altlinux.org>
35300
35301 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35302 to support sed >= 4.2.1-20-ga9bf076.
35303 * configure: Regenerated.
35304
35a5b08b
RM
353052012-08-22 Roland McGrath <roland@hack.frob.com>
35306
35307 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35308 Conditionalize whole body on [IREL].
35309
8479f23a
JL
353102012-08-22 Jeff Law <law@redhat.com>
35311
35312 [BZ #14505]
35313 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35314 if the family is PF_UNSPEC.
35315
48da0b21
MF
353162012-08-22 Mike Frysinger <vapier@gentoo.org>
35317
35318 * Makerules (lib-version): Rename from V.
35319 (install-lib-nosubdir): Change V to lib-version.
35320
15d0da8c
WS
353212012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
35322
35323 [BZ #14252]
35324 * powerpc32/power6/wcschr.c: New file.
35325 * powerpc32/power6/wcscpy.c: New file.
35326 * powerpc32/power6/wcsrchr.c: New file.
35327 * powerpc64/power6/wcschr.c: New file.
35328 * powerpc64/power6/wcscpy.c: New file.
35329 * powerpc64/power6/wcsrchr.c: New file.
35330
bcca0895
MK
353312012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35332
35333 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35334 (two_way_short_needle): Use it.
5a4aaa33
RM
35335 * string/strstr.c (AVAILABLE1_USES_J): Define.
35336 * string/strcasestr.c: Likewise.
99677e57
MK
35337
35338 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35339 array references.
35340 * string/strcasestr.c (TOLOWER): Make side-effect safe.
35341
400726de
MK
35342 [BZ #11607]
35343 * NEWS: Add an entry.
35344 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35345 define their defaults.
35346 (two_way_short_needle): Detect end-of-string on-the-fly.
35347 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35348 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35349 * string/bug-strcasestr1.c: New test.
35350 * string/Makefile: Run it.
35351
20a71f2c
MK
353522012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
35353
35354 [BZ #11607]
35355 * string/str-two-way.h (two_way_short_needle): Optimize matching of
35356 the first character.
35357
21ad0558
RM
353582012-08-21 Roland McGrath <roland@hack.frob.com>
35359
35360 * csu/elf-init.c (__libc_csu_irel): Function removed.
35361 * csu/libc-start.c (apply_irel): New function.
35362 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35363
0e1d9911
JM
353642012-08-21 Joseph Myers <joseph@codesourcery.com>
35365
35366 * sysdeps/unix/sysv/linux/kernel-features.h
35367 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35368 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35369 <kernel-features.h>.
35370 [__NR_fadvise64_64]: Make code unconditional.
35371 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35372 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35373 !__NR_fadvise64_64)]: Likewise.
35374 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35375 !__NR_fadvise64_64))]: Likewise.
35376 [__NR_fadvise64]: Make code unconditional.
35377 [!__NR_fadvise64]: Remove conditional code.
35378 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35379 <kernel-features.h>.
35380 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35381 unconditional.
35382 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35383 conditional code.
35384 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35385 not include <kernel-features.h>.
35386 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35387 unconditional.
35388 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35389 conditional code.
35390 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35391 include <kernel-features.h>.
35392 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35393 unconditional.
35394 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35395 conditional code.
35396
14a50c9d
WS
353972012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
35398
35399 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35400 slight instruction rearrangements per scrollpipe analysis.
35401 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35402
c0f4faf0
RM
354032012-08-20 Roland McGrath <roland@hack.frob.com>
35404
696da859
RM
35405 * manual/syslog.texi (syslog; vsyslog, closelog):
35406 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35407 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35408
c0f4faf0
RM
35409 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35410 DSOCAPS to match condition on defining it.
35411
348363b2
JM
354122012-08-20 Joseph Myers <joseph@codesourcery.com>
35413
a35cbf28
JM
35414 * sysdeps/unix/sysv/linux/kernel-features.h
35415 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35417 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35418 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35420 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35421 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35422 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35423 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35424 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35425
445f7ecd
JM
35426 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35427 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35428
348363b2
JM
35429 * sysdeps/unix/sysv/linux/kernel-features.h
35430 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35431 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35432 unconditional.
35433 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35434 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35435 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35436 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35437 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35438 Make code unconditional.
35439 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35440 (__mmap64) [!__NR_mmap2]: Likewise.
35441 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35442 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35443 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35444 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35445 [__NR_mmap2]: Make code unconditional.
35446 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35447 (__mmap64) [!__NR_mmap2]: Likewise.
35448
bc5bc0e5
AK
354492012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35450
35451 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35452
88d506de
AJ
354532012-08-18 Andreas Jaeger <aj@suse.de>
35454
35455 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35456
493387d2
MF
354572012-08-18 Mike Frysinger <vapier@gentoo.org>
35458
35459 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35460 * include/unistd.h (__have_sock_cloexec): Likewise.
35461 (__have_pipe2): Likewise.
35462 (__have_dup3): Likewise.
35463
a277af22
MF
354642012-08-18 Mike Frysinger <vapier@gentoo.org>
35465
35466 [BZ #9685]
35467 * include/unistd.h (__have_pipe2): Change define into an extern int.
35468 (__have_dup3): Likewise.
35469 * socket/have_sock_cloexec.c: Include fcntl.h.
35470 (__have_pipe2): New variable.
35471 (__have_dup3): Likewise.
35472
fdab8fd3
MF
354732012-08-17 Mike Frysinger <vapier@gentoo.org>
35474
35475 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35476
31035e80
MP
354772012-08-17 Marek Polacek <polacek@redhat.com>
35478
35479 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35480 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35481
3bd9e993
RM
354822012-08-17 Roland McGrath <roland@hack.frob.com>
35483
c91c505f
RM
35484 * configure.in: Add AC_SUBST for sysheaders.
35485 * configure: Regenerated.
35486 * config.make.in (sysheaders): New substituted variable.
35487
7c6f9d53
RM
35488 * sysdeps/unix/mkfifo.c: Moved ...
35489 * sysdeps/posix/mkfifo.c: ... here.
35490 * sysdeps/unix/mkfifoat.c: Moved ...
35491 * sysdeps/posix/mkfifoat.c: ... here.
35492
35493 * sysdeps/unix/utime.c: Moved ...
35494 * sysdeps/posix/utime.c: ... here.
35495
35496 * sysdeps/unix/time.c: Moved ...
35497 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
35498 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35499 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
35500
35501 * sysdeps/unix/nice.c: Moved ...
35502 * sysdeps/posix/nice.c: ... here.
35503
35504 * sysdeps/unix/alarm.c: Moved ...
35505 * sysdeps/posix/alarm.c: ... here.
35506
3bd9e993
RM
35507 * intl/Makefile ($(codeset_mo)): Depend on the input file.
35508
d1f09384
JL
355092012-08-17 Jeff Law <law@redhat.com>
35510
35511 * intl/Makefile (codeset_mo): New variable.
35512 ($(codeset_mo)): New target.
35513 (tst-codeset.out): Depend on that. Remove explicit rule.
35514 (tst-gettext3.out, tst-gettext5.out): Likewise.
35515 (LOCPATH-ENV, tst-codeset-ENV): New variables.
35516 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35517 * intl/tst-codeset.sh: Remove.
35518 * intl/tst-gettext3.sh: Likewise.
35519 * intl/tst-gettext5.sh: Likewise.
35520
2ae1ae5c
RM
355212012-08-17 Roland McGrath <roland@hack.frob.com>
35522
c31fdb83
RM
35523 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
35524 * sysdeps/unix/syscalls.list: ... here.
35525
a0844057
RM
35526 * sysdeps/posix/getaddrinfo.c
35527 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35528 (gaiconf_init, gaiconf_reload): Use them.
35529 [!_STATBUF_ST_NSEC]
35530 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35531 Define using time_t rather than struct timespec.
35532
750c1f2a
RM
35533 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35534 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35535 Macros removed.
35536 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35537 [!NO_THREADS].
35538 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35539 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35540 Likewise.
35541
2ae1ae5c
RM
35542 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35543 __libc_cleanup_push argument.
35544
e66a42f5
RM
35545 * bits/param.h: New file.
35546 * misc/sys/param.h: New file.
35547 * include/sys/param.h: New file.
35548 * misc/Makefile (headers): Add bits/param.h.
35549 * sysdeps/generic/sys/param.h: File removed.
35550 * sysdeps/unix/sysv/linux/bits/param.h: New file.
35551 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35552 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 35553 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 35554
b7c08a66
RM
35555 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35556 last change.
35557
b2e1c562
RM
35558 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35559 [_IO_MTSAFE_IO].
35560 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35561 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35562 New macros.
35563
c75ccd4c
RM
35564 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35565 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35566 rather than -D_IO_MTSAFE_IO conditionally.
35567 * stdio-common/Makefile (CPPFLAGS): Likewise.
35568 * wcsmbs/Makefile (CPPFLAGS): Likewise.
35569 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35570 Use $(libio-mtsafe).
35571 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35572 of -D_IO_MTSAFE_IO.
35573 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35574 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35575 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35576 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35577 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35578 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35579 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35580 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35581 (CFLAGS-fread_u_chk.c): Likewise.
35582 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35583 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35584 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35585 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35586 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35587 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35588 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35589 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35590 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35591
35592 * libio/Makefile: Test [$(libc-reentrant) = yes]
35593 instead of [$(filter %REENTRANT, $(defines)) nonempty].
35594
35595 * Makeconfig
35596 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35597 * sysdeps/pthread/configure: File removed.
35598 * sysdeps/pthread/Makeconfig: New file.
35599 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35600 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35601
d9195db8
GB
356022012-08-16 Gary Benson <gbenson@redhat.com>
35603
35604 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35605 unmapping the first object in a namespace.
35606
86466cd9
RM
356072012-08-16 Roland McGrath <roland@hack.frob.com>
35608
35609 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35610 (__internal_setnetgrent): ... this. Add internal_function to
35611 definition. Add libc_hidden_def.
35612 (setnetgrent): Update caller.
35613 (internal_endnetgrent): Renamed to ...
35614 (__internal_endnetgrent): ... this. Add internal_function to
35615 definition. Add libc_hidden_def.
35616 (endnetgrent): Update caller.
35617 (internal_getnetgrent_r): Renamed to ...
35618 (__internal_getnetgrent_r): ... this. Add internal_function to
35619 definition. Add libc_hidden_def.
35620 (__getnetgrent_r): Update caller.
35621 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
35622
c3c8283c
JM
356232012-08-16 Joseph Myers <joseph@codesourcery.com>
35624
35625 * stdlib/longlong.h: Update from GCC.
35626
db1ee0a8
RM
356272012-08-16 Roland McGrath <roland@hack.frob.com>
35628
35629 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35630 on _QL, which is set by umul_ppmm but never used.
35631 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35632 variables, which are set by GMP macros but never used.
35633 * stdio-common/_itowa.c (_itowa): Likewise.
35634 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35635 * stdlib/mod_1.c (mpn_mod_1): Likewise.
35636
30f69637
CD
356372012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
35638
35639 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35640 struct La_sh_regs is not constant.
35641 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35642 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35643 and struct La_sparc64_regs are not constant.
35644
93a78ac4
JM
356452012-08-16 Joseph Myers <joseph@codesourcery.com>
35646
35647 * sysdeps/unix/sysv/linux/kernel-features.h
35648 (__ASSUME_POSIX_TIMERS): Remove.
35649 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35650 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35651 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35652 Make code unconditional.
35653 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35654 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35655 Make code unconditional.
35656 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35657 * sysdeps/unix/sysv/linux/clock_nanosleep.c
35658 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35659 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35660 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35661 Make code unconditional.
35662 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35663 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35664 (__libc_missing_posix_timers): Remove.
35665
dd924cd7
RM
356662012-08-15 Roland McGrath <roland@hack.frob.com>
35667
4b4f2771
RM
35668 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35669 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35670
601c888b
RM
35671 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35672
176790a7
RM
35673 * elf/dl-sym.c: Include <stdlib.h>.
35674
329bc018
RM
35675 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35676 constants, which avoids warnings in 32-bit builds.
35677
e04e272d
RM
35678 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35679 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35680
952bf94a
RM
35681 * misc/lseek.c: File moved to ...
35682 * io/lseek.c: ... here.
35683
7c99b50a
RM
35684 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35685
dd924cd7
RM
35686 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35687 shifting LEN more than 31 bits at once.
35688
b3f479a8
LD
356892012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
35690
35691 [BZ #14195]
8c4ae0d4
RM
35692 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35693 segmentation fault for a case of two empty input strings.
b3f479a8
LD
35694 * string/test-strncasecmp.c (check1): Renamed to...
35695 (bz12205): ...this.
35696 (bz14195): Add new testcase for two empty input strings and N > 0.
35697 (test_main): Call new testcase, adapt for renamed function.
35698
9c55864e
AJ
356992012-08-15 Andreas Jaeger <aj@suse.de>
35700
35701 [BZ #14090]
35702 * crypt/md5test2.c: New test, based on test supplied by Serge
35703 Belyshev <belyshev@depni.sinp.msu.ru>.
35704 * crypt/Makefile (xtests): Add md5test-giant..
35705 * crypt/Makefile ($(objpfx)md5test-giant): Add.
35706
02dcb6c5
PE
357072012-08-15 Paul Eggert <eggert@cs.ucla.edu>
35708
35709 [BZ #14090]
35710 * crypt/md5.c (md5_process_block): Don't assume the buffer
35711 length is less than 2**32.
35712 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35713 length is less than 2**64.
35714
a3f95dcc
RM
357152012-08-15 Roland McGrath <roland@hack.frob.com>
35716
be75d758
RM
35717 * string/str-two-way.h: Include <sys/param.h>.
35718 (MAX): Macro removed.
35719
7312ca90
RM
35720 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35721 Move #define and #undef of memmove to just before and after
35722 including <string.h>.
35723
9a0a5486
RM
35724 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35725 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35726 and after including <string.h>. Move declarations of
35727 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35728 to before #include "string/memmove.c".
35729
67cc348d
RM
35730 * include/dirent.h: Declare __getdirentries.
35731
a3f95dcc
RM
35732 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35733 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35734
ca98e171
MF
357352012-08-14 Mike Frysinger <vapier@gentoo.org>
35736
35737 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35738 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35739 * sysdeps/i386/configure: Regenerated.
35740 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35741 STABS_CURRENT_FILE, and STABS_FUN.
35742 (END): Remove call to STABS_FUN_END.
35743 (STABS_CURRENT_FILE1): Delete.
35744 (STABS_CURRENT_FILE): Likewise.
35745 (STABS_FUN): Likewise.
35746 (STABS_FUN_END): Likewise.
35747 (STABS_FUN2): Likewise.
35748 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35749 * sysdeps/x86_64/configure: Regenerated.
35750
5908bf46
RM
357512012-08-14 Roland McGrath <roland@hack.frob.com>
35752
35753 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 35754 * elf/dl-lookup.c: Likewise.
5908bf46 35755
f2c05b9e
JM
357562012-08-14 Joseph Myers <joseph@codesourcery.com>
35757
35758 * sysdeps/unix/sysv/linux/kernel-features.h
35759 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35760 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35761 unconditionally.
35762 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35763 unconditionally.
35764 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35765 condition on __ASSUME_CLONE_THREAD_FLAGS.
35766
e11f5155
AJ
357672012-08-14 Andreas Jaeger <aj@suse.de>
35768
35769 * sysdeps/i386/fpu/libm-test-ulps: Update.
35770
51a9ba86
MK
357712012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
35772
2fdd4f78
AJ
35773 * include/atomic.h (atomic_exchange_and_add): Split into ...
35774 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35775 New atomic macros.
51a9ba86 35776
ba6cba9e
MT
357772012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
35778
35779 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35780
42443a47
JL
357812012-08-13 Jeff Law <law@redhat.com>
35782
35783 * manual/stdio.texi (snprintf): Clarify handling of the trailing
35784 null byte in the output string.
35785
121dce05
JM
357862012-08-10 Joseph Myers <joseph@codesourcery.com>
35787
35788 * sysdeps/unix/sysv/linux/kernel-features.h
35789 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35790 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35791 (__ASSUME_ARG_MAX_STACK_BASED): Define.
35792 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35793 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35794 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
35795 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35796
bf51f568
JL
357972012-08-09 Jeff Law <law@redhat.com>
35798
35799 [BZ #13939]
35800 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35801 When avoid_arena is set, don't retry in the that arena. Pick the
35802 next one, whatever it might be.
35803 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35804 (arena_lock): Pass in new parameter to arena_get2.
35805 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35806 arena_get2.
35807 (__libc_malloc): Unify retrying after main arena failure with
35808 __libc_memalign version.
35809 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35810
f85fa270
L
358112012-08-09 H.J. Lu <hongjiu.lu@intel.com>
35812
35813 [BZ #14166]
35814 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35815 to __redirect_strstr.
35816 (__strstr_sse42): Use typeof __redirect_strstr.
35817 (__strstr_ia32): Likewise.
35818 (__libc_strstr): New prototype.
35819 (strstr): Renamed to ...
35820 (__libc_strstr): This.
35821 (strstr): New strong alias of __libc_strstr.
35822 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35823 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35824 __redirect_time.
35825 Include <time.h>.
35826 (__libc_time): New prototype.
35827 (time_ifunc): Replace time with __libc_time.
35828 (time): New strong alias and hidden definition of __libc_time.
35829 (__GI_time): Remove strong alias.
35830 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35831 Include <stddef.h>.
35832 (memmove): Redefined to __redirect_memmove.
35833 (__memmove_sse2): Use typeof __redirect_memmove.
35834 (__memmove_ssse3): Likewise.
35835 (__memmove_ssse3_back): Likewise.
35836 (__libc_memmove): New prototype.
35837 (memmove): Renamed to ...
35838 (__libc_memmove): This.
35839 (memmove): New strong alias of __libc_memmove.
35840
33b4a91e
MS
358412012-08-08 Mark Salter <msalter@redhat.com>
35842
35843 * elf/elf.h
35844 (R_MN10300_TLS_GD): Define.
35845 (R_MN10300_TLS_LD): Likewise.
35846 (R_MN10300_TLS_LDO): Likewise.
35847 (R_MN10300_TLS_GOTIE): Likewise.
35848 (R_MN10300_TLS_IE): Likewise.
35849 (R_MN10300_TLS_LE): Likewise.
35850 (R_MN10300_TLS_DTPMOD): Likewise.
35851 (R_MN10300_TLS_DTPOFF): Likewise.
35852 (R_MN10300_TLS_TPOFF): Likewise.
35853 (R_MN10300_SYM_DIFF): Likewise.
35854 (R_MN10300_ALIGN): Likewise.
35855 (R_MN10300_NUM): Update.
35856
b36137f1
JM
358572012-08-08 Joseph Myers <joseph@codesourcery.com>
35858
35859 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35860 Remove.
35861
cdd915fd
RM
358622012-08-08 Roland McGrath <roland@hack.frob.com>
35863
a2433aac
RM
35864 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35865
cdd915fd
RM
35866 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35867 sysdeps/unix -> sysdeps/posix move.
35868 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35869
bf9b740a
AM
358702012-08-07 Allan McRae <allan@archlinux.org>
35871
35872 [BZ #14303]
35873 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35874 (SUNOS_CPP): Likewise.
35875 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35876 not found.
35877 (open_input): Call CPP using execvp.
35878
93df14ee
JM
358792012-08-07 Joseph Myers <joseph@codesourcery.com>
35880
35881 * sysdeps/unix/sysv/linux/kernel-features.h
35882 (__ASSUME_PROT_GROWSUPDOWN): Remove.
35883 (__ASSUME_NO_CLONE_DETACHED): Likewise.
35884 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35885 (__ASSUME_WAITID_SYSCALL): Likewise.
35886 * sysdeps/unix/sysv/linux/dl-execstack.c
35887 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35888 code unconditional.
35889 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35890 conditional code.
35891 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35892 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35893 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35894 code.
35895 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35896 unconditional.
35897 [__ASSUME_WAITID_SYSCALL]: Likewise.
35898 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35899
d34689de
RM
359002012-08-07 Roland McGrath <roland@hack.frob.com>
35901
a281decc
RM
35902 * sysdeps/unix/closedir.c: Renamed to ...
35903 * sysdeps/posix/closedir.c: ... here.
35904 * sysdeps/unix/dirfd.c: Renamed to ...
35905 * sysdeps/posix/dirfd.c: ... here.
35906 * sysdeps/unix/dirstream.h: Renamed to ...
35907 * sysdeps/posix/dirstream.h: ... here.
35908 * sysdeps/unix/fdopendir.c: Renamed to ...
35909 * sysdeps/posix/fdopendir.c: ... here.
35910 * sysdeps/unix/opendir.c: Renamed to ...
35911 * sysdeps/posix/opendir.c: ... here.
35912 * sysdeps/unix/readdir.c: Renamed to ...
35913 * sysdeps/posix/readdir.c: ... here.
35914 * sysdeps/unix/readdir_r.c: Renamed to ...
35915 * sysdeps/posix/readdir_r.c: ... here.
35916 * sysdeps/unix/rewinddir.c: Renamed to ...
35917 * sysdeps/posix/rewinddir.c: ... here.
35918 * sysdeps/unix/seekdir.c: Renamed to ...
35919 * sysdeps/posix/seekdir.c: ... here.
35920 * sysdeps/unix/telldir.c: Renamed to ...
35921 * sysdeps/posix/telldir.c: ... here.
35922 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35923 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35924 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35925 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35926
22895b47
RM
35927 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35928 * bits/fcntl.h: ... here.
35929
707a53b6
RM
35930 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35931 not 0.
35932 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35933 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35934 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35935 (struct flock): Move l_start, l_len to the beginning.
35936 Use __pid_t for l_pid.
35937 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35938 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35939 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35940 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35941 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35942 [__USE_LARGEFILE64] (struct flock64): New type.
35943 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35944
f0bd3e25
RM
35945 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35946 * bits/dirent.h: ... here.
35947
d34689de
RM
35948 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35949 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35950
6dad2c06
JM
359512012-08-07 Joseph Myers <joseph@codesourcery.com>
35952
35953 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35954 Change from 2.6.0 to 2.6.16.
35955 * sysdeps/unix/sysv/linux/configure: Regenerated.
35956 * sysdeps/unix/sysv/linux/kernel-features.h
35957 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35958 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35959 version.
35960 (__ASSUME_UTIMES): Likewise.
35961 (__ASSUME_CLONE_STOPPED): Remove.
35962 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35963 architectures, not kernel version.
35964 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35965 (__ASSUME_NO_CLONE_DETACHED): Likewise.
35966 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35967 (__ASSUME_WAITID_SYSCALL): Likewise.
35968 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35969 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35970 * README: State 2.6.16 as minimum Linux kernel version. Do not
35971 refer to older versions.
35972
03af9520
RM
359732012-08-06 Roland McGrath <roland@hack.frob.com>
35974
8e49df1d
RM
35975 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35976 Define alphasort64 as an alias.
35977 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35978 Define versionsort64 as an alias.
35979 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35980 Define scandir64 as an alias.
35981 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35982 Define scandirat64 as an alias.
35983 * dirent/alphasort64.c (alphasort64):
35984 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35985 * dirent/versionsort64.c: Likewise.
35986 * dirent/scandir64.c: Likewise.
35987 * dirent/scandirat64.c: Likewise.
35988 * sysdeps/wordsize-64/alphasort.c: File removed.
35989 * sysdeps/wordsize-64/alphasort64.c: File removed.
35990 * sysdeps/wordsize-64/scandir.c: File removed.
35991 * sysdeps/wordsize-64/scandir64.c: File removed.
35992 * sysdeps/wordsize-64/scandirat.c: File removed.
35993 * sysdeps/wordsize-64/scandirat64.c: File removed.
35994 * sysdeps/wordsize-64/versionsort.c: File removed.
35995 * sysdeps/wordsize-64/versionsort64.c: File removed.
35996 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35997 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35998 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35999 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36000 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36001 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36002 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36003 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36004
36005 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36006 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36007 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36008 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36009 [defined __arch64__ || defined __sparcv9]
36010 (__INO_T_MATCHES_INO64_T): New macro.
36011 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36012 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36013 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36014 * sysdeps/unix/sysv/linux/bits/dirent.h
36015 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36016 (_DIRENT_MATCHES_DIRENT64): New macro.
36017
03af9520
RM
36018 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36019 Define lockf64 as an alias.
36020 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36021 Define fseeko64 as an alias.
36022 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36023 Define ftello64 as an alias.
36024 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36025 Define _IO_fgetpos64 and fgetpos64 as aliases.
36026 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36027 Define _IO_fsetpos64 and fsetpos64 as aliases.
36028 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36029 Conditionalize body on this.
36030 * libio/fseeko64.c: Likewise.
36031 * libio/ftello64.c: Likewise.
36032 * libio/iofgetpos64.c: Likewise.
36033 * libio/iofsetpos64.c: Likewise.
36034 * sysdeps/wordsize-64/lockf.c: File removed.
36035 * sysdeps/wordsize-64/lockf64.c: File removed.
36036 * sysdeps/wordsize-64/fseeko.c: File removed.
36037 * sysdeps/wordsize-64/fseeko64.c: File removed.
36038 * sysdeps/wordsize-64/ftello.c: File removed.
36039 * sysdeps/wordsize-64/ftello64.c: File removed.
36040 * sysdeps/wordsize-64/iofgetpos.c: File removed.
36041 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36042 * sysdeps/wordsize-64/iofsetpos.c: File removed.
36043 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36044 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36045 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36046 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36047 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36048 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36049 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36050 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36051 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36052 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36053 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36054
36055 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36056 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36057 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36058 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36059 [defined __arch64__ || defined __sparcv9]
36060 (__OFF_T_MATCHES_OFF64_T): New macro.
36061 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36062 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36063 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36064 (__OFF_T_MATCHES_OFF64_T): New macro.
36065
c5757acd
L
360662012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36067
36068 * stdlib/secure-getenv.c (__secure_getenv): Replace
36069 GLIBC_2_16 with GLIBC_2_17.
36070
3a31811e
L
360712012-08-06 H.J. Lu <hongjiu.lu@intel.com>
36072
36073 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36074 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36075
faa2bccb
DM
360762012-08-03 David S. Miller <davem@davemloft.net>
36077
36078 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36079
85fe1997
JM
360802012-08-03 Joseph Myers <joseph@codesourcery.com>
36081
36082 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36083 Remove.
36084 (__ASSUME_CORRECT_SI_PID): Likewise.
36085 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36086 (__ASSUME_TMPFS_NAME): Likewise.
36087 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36088 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36089 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36090 (HAVE_AUX_SECURE): Make definition unconditional.
36091 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36092 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36093
4f75b7a0
RM
360942012-08-03 Roland McGrath <roland@hack.frob.com>
36095
36096 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36097 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36098 * sysdeps/mach/hurd/eloop-threshold.h: New file.
36099 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36100 __eloop_threshold instead of SYMLOOP_MAX.
36101
36102 * sysdeps/generic/eloop-threshold.h: New file.
36103 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36104 of MAXSYMLINKS.
36105 * elf/chroot_canon.c (chroot_canon): Likewise.
36106
7aab07e4
JM
361072012-08-03 Joseph Myers <joseph@codesourcery.com>
36108
36109 [BZ #13717]
36110 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36111 Change to 2.6.0 everywhere.
36112 * sysdeps/unix/sysv/linux/configure: Regenerated.
36113 * sysdeps/unix/sysv/linux/kernel-features.h
36114 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36115 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36116 kernel versions.
36117 (__ASSUME_POSIX_TIMERS): Define unconditionally.
36118 (__ASSUME_FUTEX_REQUEUE): Remove.
36119 (__ASSUME_STATFS64): Define unconditionally.
36120 (__ASSUME_AT_SECURE): Likewise.
36121 (__ASSUME_CORRECT_SI_PID): Likewise.
36122 (__ASSUME_TGKILL): Define without depending on kernel version for
36123 i386.
36124 (__ASSUME_UTIMES): Likewise.
36125 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36126 kernel version.
36127 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36128 (__ASSUME_TMPFS_NAME): Likewise.
36129 * README: Update reference to Linux kernel versions.
36130
b67e9372
MP
361312012-08-02 Marek Polacek <polacek@redhat.com>
36132
1f529f7d 36133 [BZ# 14150]
b67e9372
MP
36134 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
36135 libc_cv_asm_type_prefix with %.
36136 * configure: Regenerated.
d2441631
RM
36137 * include/libc-symbols.h: Remove comment about
36138 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
36139 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36140 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36141 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36142 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36143 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36144 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36145 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36146 * elf/tst-unique2mod1.c: Likewise.
36147 * elf/tst-unique1mod2.c: Likewise.
36148 * elf/tst-unique1mod1.c: Likewise.
36149 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36150 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36151 Replace ASM_TYPE_DIRECTIVE with .type.
36152 * sysdeps/s390/s390-64/sysdep.h: Likewise.
36153 * sysdeps/i386/sysdep.h: Likewise.
36154 * sysdeps/x86_64/sysdep.h: Likewise.
36155 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
36156 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36157 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 36158 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
36159 * sysdeps/powerpc/powerpc32/sysdep.h:
36160 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
36161 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36162 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36163 * sysdeps/i386/fpu/e_powf.S: Likewise.
36164 * sysdeps/i386/fpu/e_expl.S: Likewise.
36165 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36166 * sysdeps/i386/fpu/e_acosh.S: Likewise.
36167 * sysdeps/i386/fpu/e_pow.S: Likewise.
36168 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36169 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36170 * sysdeps/i386/fpu/s_expm1.S: Likewise.
36171 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36172 * sysdeps/i386/fpu/e_log2.S: Likewise.
36173 * sysdeps/i386/fpu/e_log2l.S: Likewise.
36174 * sysdeps/i386/fpu/e_scalb.S: Likewise.
36175 * sysdeps/i386/fpu/e_powl.S: Likewise.
36176 * sysdeps/i386/fpu/e_log10f.S: Likewise.
36177 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36178 * sysdeps/i386/fpu/e_logl.S: Likewise.
36179 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36180 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36181 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36182 * sysdeps/i386/fpu/e_log2f.S: Likewise.
36183 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36184 * sysdeps/i386/fpu/e_log.S: Likewise.
36185 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36186 * sysdeps/i386/fpu/e_logf.S: Likewise.
36187 * sysdeps/i386/fpu/e_log10l.S: Likewise.
36188 * sysdeps/i386/fpu/e_atanh.S: Likewise.
36189 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36190 * sysdeps/i386/fpu/e_log10.S: Likewise.
36191 * sysdeps/i386/fpu/s_frexp.S: Likewise.
36192 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36193 * sysdeps/i386/fpu/s_asinh.S: Likewise.
36194 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36195 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36196 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36197 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36198 * sysdeps/i386/i686/strtok.S: Likewise.
36199 * sysdeps/i386/i386-mcount.S: Likewise.
36200 * sysdeps/i386/strtok.S: Likewise.
36201 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36202 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36203 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36204 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36205 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36206 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36207 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36208 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36209 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36210 * sysdeps/x86_64/_mcount.S: Likewise.
36211 * sysdeps/x86_64/strtok.S: Likewise.
36212 * sysdeps/sh/_mcount.S: Likewise.
36213
2747bf9a
RM
362142012-08-01 Roland McGrath <roland@hack.frob.com>
36215
36216 * libio/iofopen.c: Include <fcntl.h>.
36217 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36218 (_IO_fopen64, fopen64): Define as aliases.
36219 * libio/iofopen64.c: Include <fcntl.h>.
36220 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36221 Conditionalize body on this.
36222 * sysdeps/wordsize-64/iofopen.c: File removed.
36223 * sysdeps/wordsize-64/iofopen64.c: File removed.
36224
3fb791b8
MP
362252012-08-01 Marek Polacek <polacek@redhat.com>
36226
36227 * libc/Makeconfig: Use elf in place of binfmt-subdir.
36228 Use dlfcn directly instead of a variable.
36229 (binfmt-subdir): Do not define.
36230 (dlfcn): Likewise.
36231
a9f1039f
JM
362322012-08-01 Joseph Myers <joseph@codesourcery.com>
36233
23bddc06
JM
36234 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36235 Remove all definitions.
36236 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36237 <kernel-features.h>.
36238 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36239 (miss_F_GETOWN_EX): Remove all definitions.
36240 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36241 macro definition.
36242 [!__ASSUME_FCNTL64]: Remove conditional code.
36243 [__ASSUME_FCNTL64]: Make code unconditional.
36244 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36245 <kernel-features.h>.
36246 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36247 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36248 (lockf64) [__NR_fcntl64]: Make code unconditional.
36249 (lockf64) [__ASSUME_FCNTL64]: Likewise.
36250
a9f1039f
JM
36251 * sysdeps/unix/sysv/linux/kernel-features.h
36252 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36253 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36254 Make code unconditional.
36255 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36256 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36258 [__NR_vfork]: Make code unconditional.
36259 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36260 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36261 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36262 [__NR_vfork]: Make code unconditional.
36263 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36264 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36265
09c0ee5f
RM
362662012-08-01 Roland McGrath <roland@hack.frob.com>
36267
48aec5b9
RM
36268 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36269 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36270
cd97c966
RM
36271 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36272 Define mkstemp64 as an alias.
3f55550c
RM
36273 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36274 Define mkstemps64 as an alias.
cd97c966
RM
36275 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36276 Define mkostemp64 as an alias.
b8625cfc
RM
36277 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36278 Define mkostemps64 as an alias.
cd97c966
RM
36279 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36280 Conditionalize body on this.
36281 * misc/mkostemp64.c: Likewise.
b8625cfc 36282 * misc/mkostemps64.c: Likewise.
3f55550c 36283 * misc/mkstemps64.c: Likewise.
cd97c966
RM
36284 * sysdeps/wordsize-64/mkstemp64.c: File removed.
36285 * sysdeps/wordsize-64/mkostemp64.c: File removed.
36286 * sysdeps/wordsize-64/mkostemp.c: File removed.
36287 * sysdeps/wordsize-64/mkstemp.c: File removed.
36288 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36289 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36290 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36291 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36292
09c0ee5f
RM
36293 [BZ #14138]
36294 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36295 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36296 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36297 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36298
36299 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36300 compat_symbol macros from <shlib-compat.h> rather than the underlying
36301 default_symbol_version and symbol_version macros, so that DEFAULT
36302 lines in shlib-versions are respected.
36303 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36304
7e66ee51
FW
363052012-08-01 Florian Weimer <fweimer@redhat.com>
36306
36307 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36308 Declare with warn_unused_result.
36309 (setgid, setregid, setegid, setresgid): Likewise.
36310 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36311 Likewise.
36312 * WUR-REPORT: Remove set*id functions.
36313
d2a54255
PT
363142012-07-31 Pino Toscano <toscano.pino@tiscali.it>
36315
36316 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36317
7ecdb005
RM
363182012-07-31 Roland McGrath <roland@hack.frob.com>
36319
b4180a5e 36320 [BZ #10191]
789bd351
RM
36321 * include/sys/socket.h (__libc_accept, __libc_accept4):
36322 Add attribute_hidden.
36323 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36324
40ce302d
RM
36325 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36326 use of PTR_MANGLE.
36327 * inet/getnetgrent_r.c (setup): Likewise.
36328
7ecdb005
RM
36329 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36330
e2eabb2c
DM
363312012-07-31 David S. Miller <davem@davemloft.net>
36332
36333 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36334
d0419dbf
JM
363352012-07-31 Joseph Myers <joseph@codesourcery.com>
36336
36337 [BZ #13629]
36338 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36339 value between 1.0 and 2.0 and smaller part has absolute value less
36340 than 1.0.
36341 * math/s_clog10.c (__clog10): Likewise.
36342 * math/s_clog10f.c (__clog10f): Likewise.
36343 * math/s_clog10l.c (__clog10l): Likewise.
36344 * math/s_clogf.c (__clogf): Likewise.
36345 * math/s_clogl.c (__clogl): Likewise.
36346 * math/libm-test.inc (clog_test): Add more tests.
36347 (clog10_test): Likewise.
36348 * sysdeps/i386/fpu/libm-test-ulps: Update.
36349 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36350
2bc13872
FW
363512012-07-31 Florian Weimer <fweimer@redhat.com>
36352
36353 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36354 Exit with zero in case no suitable GID is found, and write a
36355 message to standard error.
36356
bea9b193
RM
363572012-07-30 Roland McGrath <roland@hack.frob.com>
36358
36359 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36360 rather than to 1.
36361 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36362 (MAXPATHLEN): Removed.
36363 (NOGROUP, NODEV): New macros.
36364 (setbit, clrbit, isset, isclr): New macros.
36365 (howmany, roundup, powerof2): New macros.
36366 (DEV_BSIZE): New macro.
36367
36368 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36369 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36370
36371 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36372 definition on [!__NO_LONG_DOUBLE_MATH].
36373
36374 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36375 PTR_MANGLE and PTR_DEMANGLE.
36376
36377 * socket/accept4.c (accept4): Rename to __libc_accept4.
36378 Define accept4 as a weak alias.
36379
36380 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36381 on [_DIRENT_HAVE_D_TYPE].
36382 * io/ftw.c (ftw_dir): Likewise.
36383
36384 * io/xmknod.c (__xmknod): Don't check PATH for being null.
36385
36386 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36387
36388 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36389 Use the BSD numbers rather than the arbitrary ones we had.
36390 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36391 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36392 (SIGXCPU, SIGXFSZ): New macros.
36393 (_NSIG): Now 32.
36394
36395 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36396 initializer on [_LIBC_REENTRANT].
36397
36398 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36399 definitions inside [_POSIX_MAPPED_FILES].
36400
36401 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36402
36403 * dirent/opendir.c: Include <fcntl.h>.
36404
36405 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36406 (__libc_getspecific): Likewise.
36407 (__libc_key_create): Likewise.
36408
36409 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36410 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36411 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36412 (tmpfile64): Define as alias.
36413 * sysdeps/wordsize-64/tmpfile.c: File removed.
36414 * sysdeps/wordsize-64/tmpfile64.c: File removed.
36415 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36416 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36417
36418 * stdio-common/vfscanf.c: Include <stdbool.h>.
36419 * nss/makedb.c: Likewise.
36420 * stdio-common/_i18n_number.h: Likewise.
36421 * argp/argp-help.c: Likewise.
36422 * posix/wordexp.c: Likewise.
36423 * sysdeps/posix/spawni.c: Likewise.
36424 * nss/nss_files/files-initgroups.c: Likewise.
36425 * stdio-common/reg-modifier.c: Include <stdlib.h>.
36426 * nss/nss_files/files-initgroups.c: Likewise.
36427 * nss/nss_db/db-netgrp.c: Likewise.
36428 * nss/nss_db/db-initgroups.c: Likewise.
36429 * io/fchmodat.c: Include <sys/stat.h>.
36430
36431 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36432 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36433
36434 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36435 [HAVE_MMAP].
36436
36437 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36438 Add multiple inclusion protection.
36439
e5abc686
DM
364402012-07-27 David S. Miller <davem@davemloft.net>
36441
36442 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36443
815e6fa3
GB
364442012-07-27 Gary Benson <gbenson@redhat.com>
36445
36446 [BZ #14298]
36447 * elf/rtld.c: Include <stap-probe.h>.
36448 (dl_main): Added static probes "init_start" and "init_complete".
36449 * elf/dl-load.c: Include <stap-probe.h>.
36450 (lose): Take new parameter "nsid".
36451 Added static probe "map_failed".
36452 (_dl_map_object_from_fd): Pass namespace id to lose.
36453 Added static probe "map_start".
36454 (open_verify): Pass namespace id to lose.
36455 * elf/dl-open.c: Include <stap-probe.h>.
36456 (dl_open_worker) Added static probes "map_complete", "reloc_start"
36457 and "reloc_complete".
36458 * elf/dl-close.c: Include <stap-probe.h>.
36459 (_dl_close_worker): Added static probes "unmap_start" and
36460 "unmap_complete".
36461 * elf/rtld-debugger-interface.txt: New file documenting the above.
36462
9f98c16c
RM
364632012-07-26 Roland McGrath <roland@hack.frob.com>
36464
36465 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36466 rather than a string variable.
36467 * sunrpc/rpc_main.c (h_output): Likewise.
36468 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36469
f3c22df3
PT
364702012-07-26 Pino Toscano <toscano.pino@tiscali.it>
36471
36472 * inet/check_native.c: New file.
36473
3129cfc6
JM
364742012-07-26 Joseph Myers <joseph@codesourcery.com>
36475
da865e95
JM
36476 [BZ #13629]
36477 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36478 if larger part has absolute value 1.0.
36479 * math/s_clog10.c (__clog10): Likewise.
36480 * math/s_clog10f.c (__clog10f): Likewise.
36481 * math/s_clog10l.c (__clog10l): Likewise.
36482 * math/s_clogf.c (__clogf): Likewise.
36483 * math/s_clogl.c (__clogl): Likewise.
36484 * math/libm-test.inc (clog_test): Add more tests.
36485 (clog10_test): Likewise.
36486 * sysdeps/i386/fpu/libm-test-ulps: Update.
36487 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36488
3129cfc6
JM
36489 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36490 (pltexit): Likewise.
36491 (La_regs): Likewise.
36492 (La_retval): Likewise.
36493 (int_retval): Likewise.
36494 Update #error for removed macros to refer only to definitions in
36495 tst-audit.h.
36496 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36497 macro.
36498 (pltexit): Likewise.
36499 (La_regs): Likewise.
36500 (La_retval): Likewise.
36501 (int_retval): Likewise.
36502 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36503 macro.
36504 (pltexit): Likewise.
36505 (La_regs): Likewise.
36506 (La_retval): Likewise.
36507 (int_retval): Likewise.
36508 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36509 macro.
36510 (pltexit): Likewise.
36511 (La_regs): Likewise.
36512 (La_retval): Likewise.
36513 (int_retval): Likewise.
36514 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36515 macro.
36516 (pltexit): Likewise.
36517 (La_regs): Likewise.
36518 (La_retval): Likewise.
36519 (int_retval): Likewise.
36520 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36521 macro.
36522 (pltexit): Likewise.
36523 (La_regs): Likewise.
36524 (La_retval): Likewise.
36525 (int_retval): Likewise.
36526 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36527 macro.
36528 (pltexit): Likewise.
36529 (La_regs): Likewise.
36530 (La_retval): Likewise.
36531 (int_retval): Likewise.
36532 * sysdeps/generic/tst-audit.h: Update comment to refer only to
36533 macro definitions in tst-audit.h.
36534 * sysdeps/i386/tst-audit.h: New file.
36535 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36536 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36537 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36538 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36539 * sysdeps/sh/tst-audit.h: Likewise.
36540 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36541 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36542 * sysdeps/x86_64/tst-audit.h: Likewise.
36543
bfc07087
AJ
365442012-07-26 Andreas Jaeger <aj@suse.de>
36545
b1b2aaf8
AJ
36546 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36547 ptrace.
36548
36549 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36550 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36551 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36552 PTRACE_O_MASK.
36553 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36554 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36555 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36556
bfc07087
AJ
36557 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36558 value.
36559
36560 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36561 _sigsys.
36562 (si_call_addr, si_syscall, si_arch): Define new macro.
36563 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36564 _sigsys.
36565 (si_call_addr, si_syscall, si_arch): Define new marcro.
36566 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36567 _sigsys.
36568 (si_call_addr, si_syscall, si_arch): Define new macro.
36569 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36570 _sigsys.
36571 (si_call_addr, si_syscall, si_arch): Define new macro.
36572
89b4b02f
JM
365732012-07-25 Joseph Myers <joseph@codesourcery.com>
36574
36575 [BZ #13717]
36576 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36577 Change to 2.4.21 where previously 2.4.1.
36578 * sysdeps/unix/sysv/linux/configure: Regenerated.
36579 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36580 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36581 Linux kernel version.
36582 (__ASSUME_STD_AUXV): Remove.
36583 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36584 kernel version.
36585 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36586 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36587 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36588 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36589 (__ASSUME_NETLINK_SUPPORT): Likewise.
36590 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36591 (__no_netlink_support): Remove conditional definition.
36592 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36593 Remove.
36594 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36595 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36596 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36597 (if_nameindex_ioctl): Remove.
36598 (if_nameindex_netlink): Do not handle __no_netlink_support.
36599 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36600 code.
36601 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36602 Remove conditional code.
36603 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36604 code.
36605 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36606 unconditional.
36607 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36608 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36609 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36610 Remove.
36611 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36612 [!__ASSUME_STD_AUXV]: Remove conditional code.
36613 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36614 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36615 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36616 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36617 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36618 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36619 code.
36620 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36621 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36622 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36623 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36624 conditional code.
36625 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36626 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36627 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36628 code.
36629 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36630 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36631 conditional code.
36632 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36633 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36634 code unconditional.
36635 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36636 conditional code.
36637 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36638 unconditional.
36639 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36640 conditional code.
36641 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36642 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36643 unconditional.
36644 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36645 conditional code.
36646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36647 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36648 code unconditional.
36649 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36650 conditional code.
36651 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36652 unconditional.
36653 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36654 conditional code.
36655 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36656 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36657 code unconditional.
36658 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36659 conditional code.
36660 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36661 unconditional.
36662 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36663 conditional code.
36664
842a39cd
AS
366652012-07-25 Andreas Schwab <schwab@linux-m68k.org>
36666
36667 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36668 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36669 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36670 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36671 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36672 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36673 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36674 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36675 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36676 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36677 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36678 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36679 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36680 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36681 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36682 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36683 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36684 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36685 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36686 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36687 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36688 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36689 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36690
84b3fd84
FW
366912012-07-25 Florian Weimer <fweimer@redhat.com>
36692
36693 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
36694 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36695 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36696 Introduce __libc_secure_getenv.
0c7936d5
FW
36697 * stdlib/Versions (2.17): Add secure_getenv
36698 (GLIBC_PRIVATE): Add __libc_secure_getenv.
36699 * stdlib/secure-getenv.c: Rename __secure_getenv to
36700 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
36701 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
36702 * stdlib/tst-secure-getenv.c: New.
36703 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
36704 * manual/startup.texi (Environment Access): Document
36705 secure_getenv.
84b3fd84
FW
36706 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36707 __libc_secure_getenv.
36708 * inet/ruserpass.c (ruserpass): Likewise.
36709 * malloc/mtrace.c (mtrace): Likewise.
36710 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 36711 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
36712 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36713 * sysdeps/posix/tempname.c: Likewise. Evaluate
36714 HAVE_SECURE_GETENV.
36715 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 36716 __secure_getenv to __libc_secure_getenv.
84b3fd84 36717 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
36718 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36719 Likewise.
36720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36721 Likewise.
36722 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36723 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36724 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36725 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36726 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36727 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36728 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 36729
56e49b71
JM
367302012-07-25 Joseph Myers <joseph@codesourcery.com>
36731
36732 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36733 (struct La_i86_retval): Likewise.
36734 (struct La_x86_64_regs): Likewise.
36735 (struct La_x86_64_retval): Likewise.
36736 (struct La_x32_regs): Likewise.
36737 (struct La_x32_retval): Likewise.
36738 (struct La_ppc32_regs): Likewise.
36739 (struct La_ppc32_retval): Likewise.
36740 (struct La_ppc64_regs): Likewise.
36741 (struct La_ppc64_retval): Likewise.
36742 (struct La_sh_regs): Likewise.
36743 (struct La_sh_retval): Likewise.
36744 (struct La_s390_32_regs): Likewise.
36745 (struct La_s390_32_retval): Likewise.
36746 (struct La_s390_64_regs): Likewise.
36747 (struct La_s390_64_retval): Likewise.
36748 (struct La_sparc32_regs): Likewise.
36749 (struct La_sparc32_retval): Likewise.
36750 (struct La_sparc64_regs): Likewise.
36751 (struct La_sparc64_retval): Likewise.
36752 (struct audit_ifaces): Remove architecture-specific pltenter and
36753 pltexit members.
36754 * sysdeps/i386/ldsodefs.h: New file.
36755 * sysdeps/powerpc/ldsodefs.h: Likewise.
36756 * sysdeps/s390/ldsodefs.h: Likewise.
36757 * sysdeps/sh/ldsodefs.h: Likewise.
36758 * sysdeps/sparc/ldsodefs.h: Likewise.
36759 * sysdeps/x86_64/ldsodefs.h: Likewise.
36760
354691b7
MP
367612012-07-25 Marek Polacek <polacek@redhat.com>
36762
36763 [BZ #6808]
36764 * math/libm-test.inc (yn_test): Add another test.
36765 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36766 to ERANGE when the result is +-Inf.
36767 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36768 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36769 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36770 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36771
bf9e2071
JM
367722012-07-24 Joseph Myers <joseph@codesourcery.com>
36773
36774 * conform/data/time.h-data (NULL): Use macro-constant. Require
36775 equal to 0.
36776 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
36777 clock_t.
36778 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
36779
57633811
TS
367802012-07-23 Thomas Schwinge <thomas@codesourcery.com>
36781
36782 * configure.in <sysdeps resolving>: Correct printing
36783 Implies_before.
36784 * configure: Regenerate.
36785
c23c33b0
TS
367862012-07-22 Thomas Schwinge <thomas@codesourcery.com>
36787
36788 * math/w_ilogb.c: Include <limits.h>.
36789 * math/w_ilogbl.c: Likewise.
36790
b5982523
JM
367912012-07-20 Joseph Myers <joseph@codesourcery.com>
36792
36793 * manual/lang.texi (__va_copy): Document primarily as ISO C99
36794 va_copy. Document allowing for unavailable va_copy only as
36795 pre-C99 compatibility.
36796 * manual/string.texi (Copying and Concatenation): Use va_copy
36797 instead of __va_copy in concat example.
36798
ac4ea442
PT
367992012-07-20 Pino Toscano <toscano.pino@tiscali.it>
36800
36801 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36802 (__sendto): Use create_address_port. Initialize APORT and deallocate
36803 it if not null.
36804
f98eafbd
PT
36805 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36806 with O_NOLINK passed to __file_name_lookup.
36807
898c7aab
PT
36808 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36809 with O_NOLINK passed to __file_name_lookup.
36810
0ced335a
PT
36811 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36812 negative N or less than NGIDS.
36813
b3404dbd
PT
36814 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36815 type to string_t. Set ERANGE as errno and return it if NAME is not big
36816 enough. Use memcpy instead of strncpy.
36817
0f48659e
JM
368182012-07-20 Joseph Myers <joseph@codesourcery.com>
36819
36820 * elf/Makefile (check-data): Remove.
36821 (localplt.data): New vpath directive.
36822 ($(objpfx)check-localplt.out): Use localplt.data from vpath
36823 instead of $(check-data).
36824 * scripts/data/localplt-generic.data: Move to ...
36825 * sysdeps/generic/localplt.data: ... here.
36826 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36827 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36828 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36829 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36830 ... here.
36831 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36832 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36833 ... here.
36834 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36835 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36836 ... here.
36837 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36838 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36839 ... here.
36840 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36841 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36842 ... here.
36843 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36844 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36845 ... here.
36846
d37cbdaa
AZ
368472012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36848
36849 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36850 PPC32 and PPC64 files.
36851 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36852 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36853
46f85fc2
AK
368542012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36855
36856 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36857 __makecontext_ret to ...
36858 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36859 ... here and call exit if uc_link is NULL. New file.
36860 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36861 __makecontext_ret.S.
36862 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36863 __makecontext_ret to ...
36864 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36865 ... here and call exit if uc_link is NULL. New file.
36866 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36867 __makecontext_ret.S.
36868
08f43f9b
AK
368692012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36870
36871 * elf/elf.h (R_390_IRELATIVE): New definition.
36872 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36873 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
36874 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36875 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36876 (elf_machine_lazy_rel): Likewise.
36877 * sysdeps/s390/dl-irel.h: New file.
36878 * sysdeps/s390/s390-64/memcpy.S: New asm code.
36879 * sysdeps/s390/s390-64/memset.S: New asm code.
36880 * sysdeps/s390/s390-64/memcmp.S: New asm code.
36881 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36882 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36883 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36884 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36885 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36886 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36887 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36888 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36889 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36890 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36891 * sysdeps/s390/s390-32/memcpy.S: New asm code.
36892 * sysdeps/s390/s390-32/memset.S: New asm code.
36893 * sysdeps/s390/s390-32/memcmp.S: New asm code.
36894
3b05db33
MP
368952012-07-17 Marek Polacek <polacek@redhat.com>
36896
36897 [BZ #14349]
36898 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36899 * sysdeps/s390/s390-64/configure.in: Likewise.
36900 * sysdeps/sparc/configure.in: Likewise.
36901 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36902 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36903 * sysdeps/i386/configure.in: Likewise.
36904 * sysdeps/x86_64/configure.in: Likewise.
36905 * sysdeps/sh/configure.in: Likewise.
36906 * sysdeps/s390/s390-32/configure: Regenerated.
36907 * sysdeps/s390/s390-64/configure: Likewise.
36908 * sysdeps/x86_64/configure: Likewise.
36909 * sysdeps/sh/configure: Likewise.
36910 * sysdeps/powerpc/powerpc64/configure: Likewise.
36911 * sysdeps/powerpc/powerpc32/configure: Likewise.
36912 * sysdeps/sparc/configure: Likwise.
36913 * sysdeps/i386/configure: Likewise.
36914
a66877c6
MP
36915 * elf/dl-open.c: Comment fixes.
36916
cfc82fd8
JM
369172012-07-17 Joseph Myers <joseph@codesourcery.com>
36918
bd29910a
JM
36919 * Makefile [CXX] (check-data): Remove.
36920 [CXX] (c++-types.data): New vpath directive.
36921 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36922 vpath. Do not allow for C++ type data being missing.
36923 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36924 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36925 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36926 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36927 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36928 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36929 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36930 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36931 ... here.
36932 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36933 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36934 ... here.
36935 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36936 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36937 ... here.
36938 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36939 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36940 ... here.
36941 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36942 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36943 ... here.
36944 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36945 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36946 ... here.
36947 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36948 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36949 ... here.
36950 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36951 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36952
cfc82fd8
JM
36953 * elf/tls-macros.h (TLS_LE): Move architecture-specific
36954 definitions to architecture-specific files.
36955 (TLS_IE): Likewise.
36956 (TLS_LD): Likewise.
36957 (TLS_GD): Likewise.
36958 * sysdeps/i386/tls-macros.h: New file.
36959 * sysdeps/powerpc/tls-macros.h: Likewise.
36960 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36961 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36962 * sysdeps/sh/tls-macros.h: Likewise.
36963 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36964 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36965 * sysdeps/x86_64/tls-macros.h: Likewise.
36966
f7db3170
TS
369672012-07-17 Thomas Schwinge <thomas@codesourcery.com>
36968
07cbfc23
TS
36969 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36970 zero value for regular exit case.
36971
f7db3170
TS
36972 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36973 (__start_context): Preserve zero value for regular exit case.
36974
dc97c227
TS
369752012-07-17 Thomas Schwinge <thomas@codesourcery.com>
36976 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36977
36978 * manual/setjmp.texi (setcontext): Clarify normal process
36979 termination when uc_link is the null pointer.
36980 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36981 exit call.
36982
d0cd7d02
AS
369832012-07-16 Andreas Schwab <schwab@linux-m68k.org>
36984
36985 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36986 preprocessor. Test for each exception mask separately.
36987
dd318934
AJ
369882012-07-16 Andreas Jaeger <aj@suse.de>
36989
36990 * po/ru.po: Update from translation team.
36991
8048311a
JM
369922012-07-15 Joseph Myers <joseph@codesourcery.com>
36993
36994 * conform/data/string.h-data (NULL): Use macro-constant. Require
36995 equal to 0.
36996 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36997 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36998 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36999 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37000 [ISO || ISO99 || ISO11] (*_t): Do not allow.
37001
b637d46e
AJ
370022012-07-13 Andreas Jaeger <aj@suse.de>
37003
37004 * po/fr.po: Update from translation team.
37005
541428fe
MP
370062012-07-12 Marek Polacek <polacek@redhat.com>
37007
37008 [BZ #14173]
37009 * math/libm-test.inc (yn_test): Add test for BZ #14173.
37010 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37011 loop condition.
37012
ec332e94
JM
370132012-07-12 Joseph Myers <joseph@codesourcery.com>
37014
37015 [BZ #13717]
37016 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37017 Change to 2.4.1 where previously 2.4.0.
37018 * sysdeps/unix/sysv/linux/configure: Regenerated.
37019 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37020 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37021 version.
37022 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37023 (__ASSUME_AT_CLKTCK): Remove.
37024 (__ASSUME_AT_PAGESIZE): Likewise.
37025 (__ASSUME_AT_XID): Likewise.
37026 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37027 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37028 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37029 unconditionally.
37030 (HAVE_AUX_PAGESIZE): Likewise.
37031 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37032 [__ASSUME_AT_CLKTCK]: Make code unconditional.
37033 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37034
7b6e99be
JB
370352012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
37036
37037 [BZ #14307]
37038 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37039 the temporary buffer used to invoke __gethostbyname2_r,
37040 __gethostbyaddr_r and gethostbyname4_r to make room for struct
37041 host_data / struct gaih_addrtuple.
37042 * resolv/nss_dns/dns-host.c (global scope): Move definition of
37043 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37044 header file nss/nsswitch.h.
37045 * nss/nsswitch.h (global scope): Add definition of implementation
37046 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37047 resolv/nss_dns/dns-host.c).
37048
608404eb
AJ
370492012-07-11 Andreas Jaeger <aj@suse.de>
37050
37051 * po/fr.po: Update from translation team.
37052
71220aca
AJ
37053 * po/sv.po: Update from translation team
37054 * po/fr.po: Another update from translation team.
37055
28cfe843
AZ
370562012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37057
37058 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37059 for subnormals or multiply small sinh result by itself.
37060 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37061 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37062
6b90f981
DM
370632012-07-11 David S. Miller <davem@davemloft.net>
37064
37065 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37066
c6825772
AS
370672012-07-10 Andreas Schwab <schwab@linux-m68k.org>
37068
37069 [BZ #14347]
37070 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37071 (INTERNAL_MARK): Shift it here.
37072
7b8e0d49
MP
370732012-07-10 Marek Polacek <polacek@redhat.com>
37074
37075 [BZ #14151]
37076 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
37077 libc_cv_asm_global_directive with .globl.
37078 * configure: Regenerated.
37079 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37080 with .globl.
37081 * sysdeps/i386/configure: Regenerated.
37082 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37083 with .globl.
37084 * sysdeps/x86_64/configure: Regenerated.
37085 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37086 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37087 * elf/tst-unique2mod2.c: Likewise.
37088 * elf/tst-unique2mod1.c: Likewise.
37089 * elf/tst-unique1mod2.c: Likewise.
37090 * elf/tst-unique1mod1.c: Likewise.
37091 * sysdeps/s390/s390-32/sysdep.h: Likewise.
37092 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37093 * sysdeps/s390/s390-64/sysdep.h: Likewise.
37094 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37095 * sysdeps/mach/sysdep.h: Likewise.
37096 * sysdeps/i386/sysdep.h: Likewise.
37097 * sysdeps/i386/i386-mcount.S: Likewise.
37098 * sysdeps/x86_64/_mcount.S: Likewise.
37099 * sysdeps/x86_64/sysdep.h: Likewise.
37100 * sysdeps/sh/_mcount.S: Likewise.
37101 * sysdeps/sh/sysdep.h: Likewise.
37102 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37103 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37104 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37105 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37106 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37107 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37108 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37109 * locale/localeinfo.h: Likewise.
37110 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37111 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37112
6c55cda3
RM
371132012-07-09 Roland McGrath <roland@hack.frob.com>
37114
37115 [BZ #14336]
37116 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37117 system".
37118 * manual/message.texi (The Uniforum approach): Likewise.
37119 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37120 (glibc iconv Implementation): Likewise.
37121
638a572e
JM
371222012-07-09 Joseph Myers <joseph@codesourcery.com>
37123
37124 [BZ #14337]
37125 * math/s_clog.c (__clog): Avoid scaling a value down where that
37126 could result in underflow.
37127 * math/s_clog10.c (__clog10): Likewise.
37128 * math/s_clog10f.c (__clog10f): Likewise.
37129 * math/s_clog10l.c (__clog10l): Likewise.
37130 * math/s_clogf.c (__clogf): Likewise.
37131 * math/s_clogl.c (__clogl): Likewise.
37132 * math/libm-test.inc (clog_test): Add more tests.
37133 (clog10_test): Likewise.
37134 * sysdeps/i386/fpu/libm-test-ulps: Update.
37135 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37136
261f4859
AS
371372012-07-06 Andreas Schwab <schwab@linux-m68k.org>
37138
0abaf3e4
AS
37139 [BZ #14283]
37140 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37141 by 7 not 8 to examine high bit of fractional part.
37142
261f4859
AS
37143 [BZ #14042]
37144 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37145 for call to __mcount_internal.
37146 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37147 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37148 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37149
f17ac40d
JM
371502012-07-06 Joseph Myers <joseph@codesourcery.com>
37151
9ad63c23
JM
37152 [BZ #14154]
37153 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37154 approximation for values within 0x1p-13f of an odd multiple of
37155 pi/4.
37156 * math/libm-test.inc (tan_test): Do not allow spurious underflow
37157 exception. Add more tests.
37158 * sysdeps/i386/fpu/libm-test-ulps: Update.
37159
f17ac40d
JM
37160 [BZ #6778]
37161 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37162 inputs and return -1 for them. Do not check for +Inf in case not
37163 reachable for +Inf.
37164 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37165 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37166 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37167 and return -1 for them. Do not check for +Inf in case not
37168 reachable for +Inf.
37169 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37170 define.
37171 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37172 and return -1 for them. Do not check for +Inf in case not
37173 reachable for +Inf.
37174 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
37175 spurious underflow.
37176 * sysdeps/i386/fpu/libm-test-ulps: Update.
37177 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37178
fb21f89b
MF
371792012-07-06 Mike Frysinger <vapier@gentoo.org>
37180
37181 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37182
cdfe2c5e
JM
371832012-07-05 Joseph Myers <joseph@codesourcery.com>
37184
37185 [BZ #14157]
37186 [BZ #14331]
37187 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37188 could result in spurious underflow. Scale down values above
37189 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37190 * math/s_csqrtf.c (__csqrtf): Likewise.
37191 * math/s_csqrtl.c (__csqrtl): Likewise.
37192 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
37193 spurious underflow.
37194 * sysdeps/i386/fpu/libm-test-ulps: Update.
37195 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37196
70d35b67
AS
371972012-07-04 Andreas Schwab <schwab@linux-m68k.org>
37198
704bc459
AS
37199 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37200 xopen-msg.sed.
37201 * catgets/xopen-msg.awk: New file.
37202 * catgets/xopen-msg.sed: Removed.
37203
70d35b67
AS
37204 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37205 po2text.sed.
37206 * intl/po2test.awk: New file.
37207 * intl/po2test.sed: Removed.
37208
ca61cf32
JM
372092012-07-04 Joseph Myers <joseph@codesourcery.com>
37210
37211 [BZ #14328]
37212 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37213 or multiply small sinh result by itself.
37214 * math/s_ctanf.c (__ctanf): Likewise.
37215 * math/s_ctanh.c (__ctanh): Likewise.
37216 * math/s_ctanhf.c (__ctanhf): Likewise.
37217 * math/s_ctanhl.c (__ctanhl): Likewise.
37218 * math/s_ctanl.c (__ctanl): Likewise.
37219 * math/libm-test.inc (ctan_test_tonearest): New function.
37220 (ctan_test_towardzero): Likewise.
37221 (ctan_test_downward): Likewise.
37222 (ctan_test_upward): Likewise.
37223 (ctanh_test_tonearest): Likewise.
37224 (ctanh_test_towardzero): Likewise.
37225 (ctanh_test_downward): Likewise.
37226 (ctanh_test_upward): Likewise.
37227 (main): Call these new functions.
37228 * sysdeps/i386/fpu/libm-test-ulps: Update.
37229 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37230
ca48a46a
MF
372312012-07-03 Mike Frysinger <vapier@gentoo.org>
37232
37233 * .gitignore: Delete /ports entry.
37234
9d63d37d
AJ
372352012-07-03 Andreas Jaeger <aj@suse.de>
37236
37237 * po/bg.po: Update from translation team.
37238 * po/cs.po: Likewise.
37239 * po/de.po: Likewise.
37240 * po/hr.po: Likewise.
37241 * po/nl.pl: Likewise.
37242 * po/pl.po: Likewise.
37243 * po/vi.po: Likewise.
37244
370ca3d2
JM
372452012-07-03 Joseph Myers <joseph@codesourcery.com>
37246
95f5a9a8
JM
37247 * Makeconfig [!+link] (+link-before-libc): New variable.
37248 [!+link] (+link-after-libc): Likewise.
37249 [!+link] (+link-tests): Likewise.
37250 [!+link] (+link): Define in terms of $(+link-before-libc) and
37251 $(+link-after-libc).
37252 [!+link-static] (+link-static-before-libc): New variable.
37253 [!+link-static] (+link-static-after-libc): Likewise.
37254 [!+link-static] (+link-static-tests): Likewise.
37255 [!+link-static] (+link-static): Define in terms of
37256 $(+link-static-before-libc) and $(+link-static-after-libc).
37257 [build-shared] (link-libc-before-gnulib): New variable.
37258 [build-shared] (link-libc-tests): Likewise.
37259 [build-shared] (link-libc): Define in terms of
37260 $(link-libc-before-gnulib).
37261 [!build-shared] (link-libc-tests): New variable.
37262 (link-libc-static-tests): New variable.
37263 [!gnulib] (gnulib-arch): New variable.
37264 [!gnulib] (gnulib-tests): Likewise.
37265 [!gnulib] (static-gnulib-arch): Likewise.
37266 [!gnulib] (static-gnulib-tests): Likewise.
37267 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
37268 Define with "=" instead of ":=".
37269 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
37270 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
37271 * Rules (binaries-all-notests): New variable.
37272 (binaries-all-tests): Likewise.
37273 (binaries-static-notests): Likewise.
37274 (binaries-static-tests): Likewise.
37275 (binaries-all): Define using $(binaries-all-notests) and
37276 $(binaries-all-tests).
37277 (binaries-static): Define using $(binaries-static-notests) and
37278 $(binaries-static-tests).
37279 (binaries-shared-tests): New variable.
37280 (binaries-shared-notests): Likewise.
37281 (binaries-shared): Remove variable.
37282 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37283 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37284 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37285 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37286 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37287 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37288 * elf/Makefile (sln-modules): New variable.
37289 (extra-objs): Add $(sln-modules:=.o).
37290 (ldconfig-modules): Add static-stubs.
37291 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37292 * elf/static-stubs.c: New file.
37293
7a845b2c
JM
37294 [BZ #14283]
37295 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37296 by 7 not 8 to examine high bit of fractional part. Use volatile
37297 variables when splitting into final array of floats if
37298 __FLT_EVAL_METHOD__ != 0.
37299 * math/libm-test.inc (cos_test): Add another test.
37300 (sin_test): Likewise.
37301 * sysdeps/i386/fpu/libm-test-ulps: Update.
37302
e2283f38
JM
37303 [BZ #14273]
37304 * math/libm-test.inc (cosh_test): Add more tests.
37305
370ca3d2
JM
37306 * version.h (RELEASE): Set to "development".
37307 (VERSION): Set to "2.16.90".
37308
ee9247c3
CD
373092012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
37310
37311 * NEWS: Update copyright. Remove last-updated date.
37312 Mention math library bug fixes and timezone data changes.
37313 * README: Mention GNU/Hurd, x32, and HPPA support status.
37314
4648c381
TS
373152012-06-28 Thomas Schwinge <thomas@codesourcery.com>
37316
37317 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37318
aac78a43
AJ
373192012-06-27 Andreas Jaeger <aj@suse.de>
37320
37321 * manual/contrib.texi (Contributors): Add Samuel Thibault.
37322
ed3dbfad
AJ
373232012-06-25 Andreas Jaeger <aj@suse.de>
37324
37325 * sysdeps/s390/fpu/libm-test-ulps: Update.
37326
4d0ee855
AS
373272012-06-23 Andreas Schwab <schwab@linux-m68k.org>
37328 Thomas Schwinge <thomas@codesourcery.com>
37329
37330 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37331 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37332 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37333 fanotify_mark.
37334
af1bce34
TS
373352012-06-23 Thomas Schwinge <thomas@codesourcery.com>
37336
a9fa33ba
TS
37337 * sysdeps/mach/start.c: Remove file.
37338 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37339 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37340 * sysdeps/sh/init-first.c: Likewise.
37341
58f902b8
TS
37342 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37343 registers for frame unwinding purposes, add CFI directives.
37344 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37345 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37346 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37347 Likewise.
37348
1518f58b
TS
37349 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37350 __fortify_fail returning.
37351 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37352
db9b5059
TS
37353 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37354 sysdeps/sh/____longjmp_chk.S.
37355 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37356 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37357 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37358 (gen-as-const-headers): Append sigaltstack-offsets.sym.
37359
967705fe
TS
37360 * sysdeps/sh/abort-instr.h: New file.
37361 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37362 process in case exit returns.
37363
a9def8c4
TS
37364 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37365 initialize the GOT register before use.
37366
2a649725
TS
37367 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37368 calculation of ARGC > 4.
37369
af1bce34
TS
37370 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37371 meaningful names to some local labels.
37372
d230f50a
KK
373732012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37374 Kaz Kojima <kkojima@rr.iij4u.or.jp>
37375
37376 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37377 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37378 (__arch_compare_and_exchange_val_16_acq): Likewise.
37379 (__arch_compare_and_exchange_val_32_acq): Likewise.
37380 (atomic_exchange_and_add): Fix gUSA sequence.
37381 (atomic_add): Likewise.
37382 (atomic_add_negative): Likewise.
37383 (atomic_add_zero): Likewise.
37384 (atomic_bit_test_set): Likewise.
37385
0479b305
AS
373862012-06-22 Andreas Schwab <schwab@redhat.com>
37387
37388 [BZ #13579]
37389 * include/link.h (struct link_map): Add l_free_initfini.
37390 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37391 l_initfini.
37392 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37393 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37394 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37395 set.
37396
0e3933b9
CD
373972012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
37398
37399 * configure.in: Use AC_LANG_SOURCE.
37400 * configure: Regenerate.
37401
4248b1b1
RM
374022012-06-22 Roland McGrath <roland@hack.frob.com>
37403
37404 * configure.in (libc_cv_localstatedir): New substituted variable.
37405 * configure: Regenerated.
37406 * config.make.in (localstatedir): New variable, substituted from
37407 libc_cv_localstatedir.
37408 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37409 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37410 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37411 * sysdeps/gnu/configure: Regenerated.
37412
006dd861
JL
374132012-06-21 Jeff Law <law@redhat.com>
37414
37415 [BZ #14277]
37416 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37417 free. Simplify list management for _LIBC case.
37418
79662d42
JM
374192012-06-21 Joseph Myers <joseph@codesourcery.com>
37420
b7abb4bf
JM
37421 [BZ #14273]
37422 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37423 Clear sign bit of 64-bit integer value before comparing against
37424 overflow value.
37425
79662d42
JM
37426 * sysdeps/mach/configure: Regenerated.
37427
1f150908
L
374282012-06-21 H.J. Lu <hongjiu.lu@intel.com>
37429
37430 [BZ #14278]
37431 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37432
28363bbf
JL
374332012-06-21 Jeff Law <law@redhat.com>
37434
37435 [BZ #13882]
37436 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
37437 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 37438 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
37439 * elf/dl-open.c (dl_open_worker): Likewise.
37440
09615db4
CD
374412012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
37442
37443 * scripts/list-sources.sh: Scan PORTS for translations.
37444 * po/libc.pot: Regenerated.
37445
2174c6dd
AJ
374462012-06-21 Andreas Jaeger <aj@suse.de>
37447
37448 [BZ #12194]
37449 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37450 warning.
37451 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37452 * bits/byteswap-16.h (__bswap_16): Likewise.
37453 * bits/byteswap.h (__bswap_constant_16): Likewise.
37454
3ee947b1
L
374552012-06-18 H.J. Lu <hongjiu.lu@intel.com>
37456
37457 [BZ #14117]
a2f34833
L
37458 * sysdeps/i386/fpu_control.h: Removed.
37459 * sysdeps/x86_64/fpu_control.h: Moved to ...
37460 * sysdeps/x86/fpu_control.h: Here.
37461
3ee947b1
L
37462 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37463 (_FPU_SETCW): Likewise.
37464
ed1825f8
L
374652012-06-15 H.J. Lu <hongjiu.lu@intel.com>
37466
25f1282a
L
37467 [BZ #14117]
37468 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37469 * sysdeps/x86/fpu/bits/mathinline.h: This.
37470 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37471
ed1825f8
L
37472 [BZ #14050]
37473 [BZ #14117]
37474 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37475 functions if __x86_64__ is defined.
37476
36d54b74
CLT
374772012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
37478
37479 * string/endian.h: Add !__ASSEMBLER__ condition for including
37480 conversion interfaces.
37481
10285c21
JM
374822012-06-15 Joseph Myers <joseph@codesourcery.com>
37483
37484 [BZ #14241]
37485 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37486 of ABS(x) in calculating zero to negative powers other than odd
37487 integers.
37488 * math/libm-test.inc (pow_test): Add more tests.
37489
06c5abbd
AJ
374902012-06-15 Andreas Jaeger <aj@suse.de>
37491
37492 * manual/contrib.texi (Contributors): Update entry of Liubov
37493 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37494 Machado Filho.
37495
a3aeac40
CH
374962012-06-15 Cyril Hrubis <metan@ucw.cz>
37497
37498 * string/string.h: Add __wur to GNU version of strerror_r.
37499
49bdf4c1
L
375002012-06-14 H.J. Lu <hongjiu.lu@intel.com>
37501
37502 [BZ #14229]
37503 * string/Makefile (tests): Add tst-strtok_r.
37504 * string/tst-strtok_r.c: New file.
37505 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37506 RAX_LP/RDX_LP on SAVE_PTR.
37507
834f9b8d
RM
375082012-06-14 Roland McGrath <roland@hack.frob.com>
37509
37510 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37511
75fa1921
JM
375122012-06-14 Joseph Myers <joseph@codesourcery.com>
37513
37514 * libm_test.inc (csqrt_test): Allow more spurious underflow
37515 exceptions.
37516 (j0_test): Likewise.
37517 (j1_test): Likewise.
37518 (y0_test): Likewise.
37519 (y1_test): Likewise.
37520
771766df
CD
375212012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
37522
37523 * po/Makefile (libc.pot): Use UTF-8 charset.
37524
ceb9e56b
PP
375252012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
37526
37527 [BZ #14210]
37528 Suppress sign-conversion warning from FD_SET.
37529 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37530 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37531 not unsigned long int.
37532 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37533
ddb28975
L
375342012-06-12 H.J. Lu <hongjiu.lu@intel.com>
37535
37536 [BZ #14050]
37537 [BZ #14117]
37538 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37539 __extern_always_inline instead of __extern_inline.
37540 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37541 (__signbit): Likewise.
37542 (__signbitl): Support C++ namespace.
37543 (lrintf): New inline function.
37544 (lrint): Likewise.
37545 (llrintf): Likewise.
37546 (llrint): Likewise.
37547 (fmaxf): Likewise.
37548 (fmax): Likewise.
37549 (fminf): Likewise.
37550 (fmin): Likewise.
37551 (rint): Likewise.
37552 (rintf): Likewise.
37553 (ceil): Likewise.
37554 (ceilf): Likewise.
37555 (floor): Likewise.
37556 (floorf): Likewise.
37557 (nearbyint): Likewise.
37558 (nearbyintf): Likewise.
37559
d7b4fb26
TS
375602012-06-12 Thomas Schwinge <thomas@codesourcery.com>
37561
37562 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37563 non-default versions.
37564
eb55f5c2
RM
375652012-06-11 Roland McGrath <roland@hack.frob.com>
37566
37567 [BZ #14218]
37568 * manual/argp.texi (Argp): Reword argp_parse description slightly.
37569
366af02c
TS
375702012-06-09 Thomas Schwinge <thomas@codesourcery.com>
37571
99ff6e5c
TS
37572 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37573 (FE_UPWARD, FE_DOWNWARD): Don't define.
37574 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37575 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37576
366af02c
TS
37577 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37578 reading it.
37579 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37580 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37581
793ea851
KK
375822012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
37583
37584 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37585 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37586 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37587 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37588
a728a38f
L
375892012-06-06 H.J. Lu <hongjiu.lu@intel.com>
37590
37591 [BZ #14117]
c08010c7
L
37592 * sysdeps/i386/fpu/bits/fenv.h: Removed.
37593 * sysdeps/i386/fpu/Implies: New file.
37594 * sysdeps/x86_64/fpu/Implies: Likewise.
37595 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37596 * sysdeps/x86/fpu/bits/fenv.h: This.
37597
a728a38f
L
37598 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37599 __SSE_MATH__.
37600
6e230d11
SP
376012012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
37602
37603 [BZ #14134]
37604 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37605 character 0xffff that matches the last element of the
37606 conversion table.
37607
1b671feb
AZ
376082012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37609
37610 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37611 fmodl commit.
37612
6043738b
AZ
376132012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37614
37615 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37616 values higher than 25.6283.
37617
34ae0b32
AZ
376182012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37619
37620 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37621 subnormal exponent extraction and add some __builtin_expect.
37622 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37623 Fix for subnormal mantissa calculation.
37624
1214ec8f
MF
376252012-06-04 Mike Frysinger <vapier@gentoo.org>
37626
37627 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37628 cpu2 is -1 and errno is not ENOSYS.
37629
f3d1f93c
L
376302012-06-04 H.J. Lu <hongjiu.lu@intel.com>
37631
37632 [BZ #14117]
0e4a3cd7
L
37633 * sysdeps/i386/i486/bits/string.h: Renamed to ...
37634 * sysdeps/x86/bits/string.h: This.
37635 * sysdeps/x86_64/bits/string.h: Removed.
37636
6704c645
L
37637 * sysdeps/i386/i486/bits/string.h: Define inline functions only
37638 if not compiling for x86-64, but compiling for >= i486.
37639
48495318
L
37640 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37641 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37642
14adcbfc
L
37643 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37644 New macro from Linux kernel 3.4.0.
37645 (FP_XSTATE_MAGIC2): Likewise.
37646 (FP_XSTATE_MAGIC2_SIZE): Likewise.
37647 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37648 (struct _fpx_sw_bytes): New struct.
37649 (struct _xsave_hdr): Likewise.
37650 (struct _ymmh_state): Likewise.
37651 (struct _xstate): Likewise.
37652
68e408ab
L
37653 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37654 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37655 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37656 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37657 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37658 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37659
f3d1f93c
L
37660 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37661 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37662 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37663 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37664 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37665 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37666
d9dc34cd
TMQMF
376672012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37668
37669 [BZ #13743]
37670 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37671 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37672 (sysdep_headers): Include sys/platform/ppc.h.
37673 * sysdeps/powerpc/test-gettimebase.c: Test for
37674 __ppc_get_timebase() to catch future ISA opcode/insn changes.
37675 * manual/Makefile (appendices): Include platform.texi.
37676 * manual/contrib.texi (Contributors): Update @node pointers.
37677 * manual/maint.texi (Maintenance): Likewise.
37678 (Platform): New node.
37679 * manual/platform.texi: New file. Document the new features.
37680
4af3879c
SP
376812012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
37682 Jakub Jelinek <jakub@redhat.com>
37683
37684 [BZ #14188]
37685 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37686 where __builtin_expect is unavailable.
37687
2fd6ff13
DM
376882012-06-03 David S. Miller <davem@davemloft.net>
37689
37690 * stdlib/longlong.h: Updated from GCC.
37691
173f7220
AS
376922012-06-02 Andreas Schwab <schwab@linux-m68k.org>
37693
37694 [BZ #14042]
37695 * sysdeps/powerpc/powerpc32/mcount.c: New file.
37696 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37697 __mcount_internal.
37698 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37699 (GLIBC_2.16): Likewise.
37700
f34a1c6f
L
377012012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37702
37703 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37704
88a4576f
JM
377052012-06-01 Joseph Myers <joseph@codesourcery.com>
37706
ea32bcdd
JM
37707 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37708 (default-abi): New variable.
37709 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37710 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37711 variable.
37712 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37713 Likewise.
37714 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37715 Likewise.
37716 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37717 Likewise.
37718
88a4576f
JM
37719 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37720 definition. Document in comment.
37721
402fe938
DM
377222012-06-01 David S. Miller <davem@davemloft.net>
37723
37724 * stdlib/longlong.h: Updated from GCC.
37725
3553723f
L
377262012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37727
37728 [BZ #14117]
3bd872c4
L
37729 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37730 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37731 sys/debugreg.h sys/io.h here.
37732 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37733 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37734 sys/io.h.
37735 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37736 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37737 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37738 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37739 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37740 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37741
3553723f
L
37742 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37743 Define only if __x86_64__ is defined.
37744
4842e4fe
JM
377452012-06-01 Joseph Myers <joseph@codesourcery.com>
37746
c5bfe3d5
JM
37747 [BZ #14048]
37748 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37749 Use int64_t for variable i.
37750 * math/libm-test.inc (fmod_test): Add more tests.
37751
4842e4fe
JM
37752 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37753 z computation is not scheduled after fetestexcept.
37754 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37755 Use math_force_eval instead of asm to ensure calculation scheduled
37756 before exception test.
37757 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37758 Ensure a1 + u.d computation is not scheduled after fetestexcept.
37759
efb73488
AJ
377602012-06-01 Aurelien Jarno <aurelien@aurel32.net>
37761
37762 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37763 computation is not scheduled after fetestexcept.
37764
29bcce7c
L
377652012-06-01 H.J. Lu <hongjiu.lu@intel.com>
37766
37767 [BZ #14117]
37768 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37769 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37770
73a68f94
AZ
377712012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37772
37773 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37774 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37775
67b6df78
L
377762012-05-31 H.J. Lu <hongjiu.lu@intel.com>
37777
edf2933a 37778 [BZ #14117]
ebc64a18
L
37779 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37780 <bits/wordsize.h>.
37781 (__WCHAR_MIN): Support __WORDSIZE == 64.
37782 (__WCHAR_MAX): Likewise.
37783
edf2933a
L
37784 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37785 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37786
57c6cf40
L
37787 [BZ #14183]
37788 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37789 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37790
67b6df78 37791 [BZ #14117]
8eb6281e
L
37792 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37793 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37794
aac639f4
L
37795 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37796 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37797
67b6df78
L
37798 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37799 Defined to 1 if __x86_64__ isn't defined.
37800 (_STAT_VER_LINUX_OLD): New.
37801 (st_atime): Remove duplicate.
37802 (st_mtime): Likewise.
37803 (st_ctime): Likewise.
37804
1c2cfe81
DM
378052012-05-31 David S. Miller <davem@davemloft.net>
37806
37807 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37808 entries.
37809
5be8418c
AS
378102012-06-01 Andreas Schwab <schwab@linux-m68k.org>
37811
e7725326
AS
37812 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37813 gen-libm-test.pl.
37814
5be8418c
AS
37815 [BZ #14132]
37816 * elf/dl-reloc.c: Include <_itoa.h>.
37817 (_dl_reloc_bad_type): Remove use of INTUSE.
37818 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37819 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37820 * stdio-common/psiginfo.c (psiginfo): Likewise.
37821 * stdio-common/psignal.c (psignal): Likewise.
37822 * string/strsignal.c (strsignal): Likewise.
37823 * include/signal.h (_sys_siglist): Declare hidden proto.
37824 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
37825 INTVARDEF with libc_hidden_data_def.
37826 * stdio-common/itoa-udigits.c: Likewise.
37827 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37828 (_itoa_lower_digits_internal): Remove declaration.
37829 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37830 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37831 (_sys_sigabbrev_internal): Remove aliases.
37832 (_sys_siglist): Define hidden alias.
37833
507352f1
MT
378342012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
37835
37836 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37837 bits/sysctl.h.
37838
42bbb1c3
L
378392012-05-31 H.J. Lu <hongjiu.lu@intel.com>
37840
37841 [BZ #14117]
6bd784b6
L
37842 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37843 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37844
8bca20f0
L
37845 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37846 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37847 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37848 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37849 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37850 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37851
f9e890a9
L
37852 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37853 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37854 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37855
471101a1
L
37856 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37857 with __addr.
37858 (insw): Likewise.
37859 (insl): Likewise.
37860 (outsb): Likewise.
37861 (outsw): Likewise.
37862 (outsl): Likewise.
37863
6451c862
L
37864 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37865 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37866 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37867
a254b8c9
L
37868 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37869 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37870 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37871 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37872 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37873 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37874
b8dfdd92
L
37875 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37876 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37877
578cd270
L
37878 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37879 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37880
de662f5f
L
37881 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37882 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37883 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37884
25653439
L
37885 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37886 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37887 to ...
37888 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37889
6bad24a0
L
37890 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37891 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37892 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37893
42bbb1c3
L
37894 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37895 for x86-64.
37896 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37897
2d10d547
JM
378982012-05-31 Joseph Myers <joseph@codesourcery.com>
37899
37900 * math/math.h (M_El): Use two more decimal places.
37901 (M_LOG2El): Likewise.
37902 (M_LOG10El): Likewise.
37903 (M_LN2l): Likewise.
37904 (M_LN10l): Likewise.
37905 (M_PIl): Likewise.
37906 (M_PI_2l): Likewise.
37907 (M_PI_4l): Likewise.
37908 (M_1_PIl): Likewise.
37909 (M_2_PIl): Likewise.
37910 (M_2_SQRTPIl): Likewise.
37911 (M_SQRT2l): Likewise.
37912 (M_SQRT1_2l): Likewise.
37913
f230c29b
DM
379142012-05-31 David S. Miller <davem@davemloft.net>
37915
37916 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37917 values between float registers.
37918 * sysdeps/sparc/sparc64/memset.S: Likewise.
37919 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37920
fed806c3
MF
379212012-05-31 Mike Frysinger <vapier@gentoo.org>
37922
37923 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37924 -D_FORTIFY_SOURCE=1.
37925 (CPPFLAGS-tst-longjmp_chk.c): Define.
37926 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37927 (CPPFLAGS-tst-longjmp_chk2.c): Define.
37928 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37929 CFLAGS-tst-wchar-h.c.
37930
30917259
MP
379312012-05-31 Marek Polacek <polacek@redhat.com>
37932
37933 [BZ #14132]
37934 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37935 __endmntent_internal): Remove declaration.
37936 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37937 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37938 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37939
1c58d5dc
DM
379402012-05-30 David S. Miller <davem@davemloft.net>
37941
37942 * sysdeps/sparc/sparc32/soft-fp/q_util.c
37943 (___Q_simulate_exceptions): Use real FP ops rather than writing
37944 into the %fsr.
37945 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37946 Likewise.
37947
7dc00e0d
L
379482012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37949
37950 [BZ #14117]
0bd53985
L
37951 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37952 * sysdeps/x86/bits/xtitypes.h: This.
37953
3a257e66
L
37954 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37955 * sysdeps/x86/bits/wordsize.h: This.
37956
62f62904
L
37957 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37958 * sysdeps/x86/bits/huge_vall.h: This.
37959
404fe9d9
L
37960 * sysdeps/i386/bits/select.h: Removed.
37961 * sysdeps/x86_64/bits/select.h: Renamed to ...
37962 * sysdeps/x86/bits/select.h: This.
37963
d48d0446
L
37964 * sysdeps/i386/bits/setjmp.h: Removed.
37965 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37966 * sysdeps/x86/bits/setjmp.h: This.
37967
7dc00e0d
L
37968 * sysdeps/i386/bits/mathdef.h: Removed.
37969 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37970 * sysdeps/x86/bits/mathdef.h: This.
37971
03277f8f
AS
379722012-05-30 Andreas Schwab <schwab@linux-m68k.org>
37973
37974 [BZ #14132]
37975 * include/sys/socket.h (__connect_internal)
37976 (__libc_sa_len_internal): Remove declaration.
37977 (__connect, __libc_sa_len): Declare hidden_proto.
37978 (SA_LEN): Remove use of INTUSE.
37979 * socket/connect.c: Add libc_hidden_def.
37980 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37981 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37982 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37983 alias.
37984 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37985 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37986 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37987 of adding _internal alias.
37988
13764867
L
379892012-05-30 H.J. Lu <hongjiu.lu@intel.com>
37990
37991 [BZ #14117]
6bd97696
L
37992 * sysdeps/i386/bits/link.h: Removed.
37993 * sysdeps/i386/bits/linkmap.h: Likewise.
37994 * sysdeps/x86_64/bits/link.h: Renamed to ...
37995 * sysdeps/x86/bits/link.h: This.
37996 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37997 * sysdeps/x86/bits/linkmap.h: This.
37998
f726f0bb
L
37999 * sysdeps/i386/bits/endian.h: Removed.
38000 * sysdeps/x86_64/bits/endian.h: Renamed to ...
38001 * sysdeps/x86/bits/endian.h: This.
38002
13764867
L
38003 * sysdeps/i386/bits/byteswap.h: Removed.
38004 * sysdeps/i386/bits/byteswap-16.h: Likewise.
38005 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38006 * sysdeps/x86/bits/byteswap.h: This.
38007 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38008 * sysdeps/x86/bits/byteswap-16.h: This.
38009 * sysdeps/i386/Implies: Add x86.
38010 * sysdeps/x86_64/Implies: Likewise.
38011
ae251b0b
DM
380122012-05-30 David S. Miller <davem@davemloft.net>
38013
38014 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38015 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38016 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38017 (FP_TRAPPING_EXCEPTIONS): Define.
38018 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38019 (FP_TRAPPING_EXCEPTIONS): Define.
38020 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38021 subnormals only when inexact has been signalled or underflow
38022 exceptions are enabled.
38023 (_FP_PACK_CANONICAL): Likewise.
38024
d5c90867
L
380252012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38026
38027 [BZ #14183]
38028 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38029 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38030
63f1549e
RH
380312012-05-30 Richard Henderson <rth@twiddle.net>
38032
8d8f2279
RH
38033 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38034 with #ifndef NOT_IN_libc.
38035
63f1549e
RH
38036 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
38037 marked to avoid plt entry.
38038
0ab0291b
L
380392012-05-30 H.J. Lu <hongjiu.lu@intel.com>
38040
38041 [BZ #14112]
38042 * Makeconfig (default-abi): New macro.
38043 (abi-includes): Likewise.
38044 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
38045 $(abi-$(default-abi)-lib-soname) for soname if defined.
38046 ($(common-objpfx)gnu/lib-names.stmp): Generate from
38047 abi-variants.
38048 * Makefile (installed-stubs): Likewise.
38049 * include/stubs-biarch.h: Removed.
38050 * scripts/lib-names.awk: Only handle one library at a time.
38051 * scripts/soversions.awk: Remove WORDSIZE support.
38052 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38053 entries.
38054 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38055 Removed.
38056 (syscall-list-default-condition): Likewise.
38057 (syscall-list-default-condition): Likewise.
38058 (syscall-list-includes): Likewise.
38059 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38060 syscall-list-* with abi-*. Handle undefined abi-variants.
38061 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38062 * sysdeps/unix/sysv/linux/i386/Implies: New file.
38063 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38064 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38065 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38066 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38067 Removed.
38068 (syscall-list-32-options): Likewise.
38069 (syscall-list-32-condition): Likewise.
38070 (syscall-list-64-options): Likewise.
38071 (syscall-list-64-condition): Likewise.
38072 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38073 macro.
38074 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38075 Renamed to ...
38076 (abi-*): This.
38077 (abi-64-ld-soname): New macro.
38078 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38079 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38080 Renamed to ...
38081 (abi-*): This.
38082 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38083 * sysdeps/x86_64/x32/shlib-versions: Likewise.
38084
4da0431d
JM
380852012-05-30 Joseph Myers <joseph@codesourcery.com>
38086
3a85279c
JM
38087 * sysdeps/unix/sysv/linux/kernel-features.h
38088 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38089 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38090 include <kernel-features.h>.
38091 [!__NR_ftruncate64]: Remove conditional code.
38092 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38093 [__NR_ftruncate64]: Make code unconditional.
38094 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38095 * sysdeps/unix/sysv/linux/truncate64.c: Do not
38096 include <kernel-features.h>.
38097 [!__NR_ftruncate64]: Remove conditional code.
38098 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38099 [__NR_ftruncate64]: Make code unconditional.
38100 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38101 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38102 include <kernel-features.h>.
38103 [!__NR_ftruncate64]: Remove conditional code.
38104 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38105 [__NR_ftruncate64]: Make code unconditional.
38106 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38107 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38108 include <kernel-features.h>.
38109 [!__NR_ftruncate64]: Remove conditional code.
38110 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38111 [__NR_ftruncate64]: Make code unconditional.
38112 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38113
4da0431d
JM
38114 * configure.in (libc_cv_fpie): Weaken to a compile test using
38115 LIBC_TRY_CC_OPTION.
38116 * configure: Regenerated.
38117
11ef492c
AK
381182012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38119
38120 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38121 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38122 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38123 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38124 Refreshed.
38125 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38126 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38127 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38128 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38129 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38130 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38131 Refreshed.
38132
d66ef399
DM
381332012-05-27 David S. Miller <davem@davemloft.net>
38134
38135 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38136 (___Q_zero): New.
38137 (__Q_simulate_exceptions): Return void. Change to simulate
38138 exceptions by writing into the %fsr.
38139 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38140 (__Qp_handle_exceptions): Likewise.
38141 (numbers): Delete.
38142 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38143 __Qp_handle_exceptions.
38144 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38145 __Qp_handle_exceptions.
38146 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38147 as unused and give dummy FP_RND_NEAREST initializer.
38148 (FP_INHIBIT_RESULTS): Define.
38149 (___Q_simulate_exceptions): Update declaration.
38150 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38151 formatting.
38152 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38153 as unused and give dummy FP_RND_NEAREST initializer.
38154 (__Qp_handle_exceptions): Update declaration.
38155 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38156 formatting.
38157
04fb54b5
TS
381582012-05-27 Thomas Schwinge <thomas@codesourcery.com>
38159
38160 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38161 the temporary FPU control word.
38162 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38163 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38164 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38165 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38166 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38167 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38168 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38169 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38170 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38171 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38172 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38173
3f99608f
KK
381742012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
38175
38176 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38177 fields.
38178
65a4de4e
CLT
381792012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
38180
38181 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38182 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38183 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38184 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38185 Likewise.
38186 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38187 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38188 Likewise.
38189
15749d40
UD
381902012-05-27 Ulrich Drepper <drepper@gmail.com>
38191
38192 * po/h.po: Update from translation team.
38193
25dbcb27
AS
381942012-05-26 Andreas Schwab <schwab@linux-m68k.org>
38195
3d3f8e55
AS
38196 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38197
25dbcb27
AS
38198 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38199 handling of denormals.
38200 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38201 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38202 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38203 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38204 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38205 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38206 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38207 Likewise.
38208
7ad47a80 382092012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
38210
38211 [BZ #14152]
38212 * math/libm-test.inc (fma_test): Don't always expect underflow
38213 exception.
38214
9c6ea9fa
SP
382152012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
38216
38217 [BZ #12416]
38218 * elf/tst-execstack.c: Include stackinfo.h.
38219 (do_test): Adjust test case to ensure that pthread_getattr_np
38220 behaviour remains the same after marking stack executable.
38221
a8239222
JM
382222012-05-25 Joseph Myers <joseph@codesourcery.com>
38223
38224 * sysdeps/unix/sysv/linux/kernel-features.h
38225 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38226 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38227 kernel-features.h.
38228 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38229 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38230 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38231 kernel-features.h.
38232 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38233 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38234
918b5606
L
382352012-05-25 H.J. Lu <hongjiu.lu@intel.com>
38236
38237 * configure.in: Define the default includes to being none.
38238 * configure: Regenerated.
38239
3a097cc7
RM
382402012-05-25 Roland McGrath <roland@hack.frob.com>
38241
8422c9a5
RM
38242 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38243 * sysdeps/x86_64/setjmp.S: Likewise.
38244 * sysdeps/i386/bsd-setjmp.S: Likewise.
38245 * sysdeps/i386/bsd-_setjmp.S: Likewise.
38246 * sysdeps/i386/setjmp.S: Likewise.
38247 * sysdeps/i386/__longjmp.S: Likewise.
38248 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38249 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38250
3a097cc7
RM
38251 * include/stap-probe.h: New file.
38252 * configure.in: Handle --enable-systemtap.
38253 * configure: Regenerated.
38254 * config.h.in (USE_STAP_PROBE): New #undef.
38255 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38256 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38257 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38258
21708942
JM
382592012-05-25 Joseph Myers <joseph@codesourcery.com>
38260
38261 [BZ #13717]
38262 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38263 to 2.4.0 where earlier.
38264 * sysdeps/unix/sysv/linux/configure: Regenerated.
38265 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38266 <kernel-features.h>.
38267 [__ASSUME_32BITUIDS]: Make code unconditional.
38268 [!__ASSUME_32BITUIDS]: Remove conditional code.
38269 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38270 <kernel-features.h>.
38271 [__ASSUME_32BITUIDS]: Make code unconditional.
38272 [!__ASSUME_32BITUIDS]: Remove conditional code.
38273 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38274 [__ASSUME_32BITUIDS]: Make code unconditional.
38275 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38276 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38277 <kernel-features.h>.
38278 [__ASSUME_32BITUIDS]: Make code unconditional.
38279 [!__ASSUME_32BITUIDS]: Remove conditional code.
38280 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38281 <kernel-features.h>.
38282 [__ASSUME_32BITUIDS]: Make code unconditional.
38283 [!__ASSUME_32BITUIDS]: Remove conditional code.
38284 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38285 <kernel-features.h>.
38286 [__ASSUME_32BITUIDS]: Make code unconditional.
38287 [!__ASSUME_32BITUIDS]: Remove conditional code.
38288 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38289 <kernel-features.h>.
38290 [__ASSUME_32BITUIDS]: Make code unconditional.
38291 [!__ASSUME_32BITUIDS]: Remove conditional code.
38292 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38293 <kernel-features.h>.
38294 [__ASSUME_32BITUIDS]: Make code unconditional.
38295 [!__ASSUME_32BITUIDS]: Remove conditional code.
38296 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38297 <kernel-features.h>.
38298 [__ASSUME_32BITUIDS]: Make code unconditional.
38299 [!__ASSUME_32BITUIDS]: Remove conditional code.
38300 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38301 <kernel-features.h>.
38302 [__ASSUME_32BITUIDS]: Make code unconditional.
38303 [!__ASSUME_32BITUIDS]: Remove conditional code.
38304 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38305 <kernel-features.h>.
38306 [__ASSUME_32BITUIDS]: Make code unconditional.
38307 [!__ASSUME_32BITUIDS]: Remove conditional code.
38308 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38309 <kernel-features.h>.
38310 [__ASSUME_32BITUIDS]: Make code unconditional.
38311 [!__ASSUME_32BITUIDS]: Remove conditional code.
38312 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38313 <kernel-features.h>.
38314 [__ASSUME_32BITUIDS]: Make code unconditional.
38315 [!__ASSUME_32BITUIDS]: Remove conditional code.
38316 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38317 <kernel-features.h>.
38318 [__NR_setresgid] (__setresgid): Do not declare.
38319 [__ASSUME_32BITUIDS]: Make code unconditional.
38320 [!__ASSUME_32BITUIDS]: Remove conditional code.
38321 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38322 <kernel-features.h>.
38323 [__NR_setresuid] (__setresuid): Do not declare.
38324 [__ASSUME_32BITUIDS]: Make code unconditional.
38325 [!__ASSUME_32BITUIDS]: Remove conditional code.
38326 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38327 <kernel-features.h>.
38328 [__ASSUME_32BITUIDS]: Make code unconditional.
38329 [!__ASSUME_32BITUIDS]: Remove conditional code.
38330 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38331 <kernel-features.h>.
38332 [__ASSUME_32BITUIDS]: Make code unconditional.
38333 [!__ASSUME_32BITUIDS]: Remove conditional code.
38334 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38335 <kernel-features.h>.
38336 [__ASSUME_32BITUIDS]: Make code unconditional.
38337 [!__ASSUME_32BITUIDS]: Remove conditional code.
38338 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38339 <kernel-features.h>.
38340 [__ASSUME_32BITUIDS]: Make code unconditional.
38341 [!__ASSUME_32BITUIDS]: Remove conditional code.
38342 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38343 <kernel-features.h>.
38344 [__ASSUME_32BITUIDS]: Make code unconditional.
38345 [!__ASSUME_32BITUIDS]: Remove conditional code.
38346 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38347 <kernel-features.h>.
38348 [__ASSUME_32BITUIDS]: Make code unconditional.
38349 [!__ASSUME_32BITUIDS]: Remove conditional code.
38350 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38351 <kernel-features.h>.
38352 [__ASSUME_32BITUIDS]: Make code unconditional.
38353 [!__ASSUME_32BITUIDS]: Remove conditional code.
38354 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38355 <kernel-features.h>.
38356 [__ASSUME_32BITUIDS]: Make code unconditional.
38357 [!__ASSUME_32BITUIDS]: Remove conditional code.
38358 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38359 <kernel-features.h>.
38360 [__ASSUME_32BITUIDS]: Make code unconditional.
38361 [!__ASSUME_32BITUIDS]: Remove conditional code.
38362 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38363 <kernel-features.h>.
38364 [__ASSUME_32BITUIDS]: Make code unconditional.
38365 [!__ASSUME_32BITUIDS]: Remove conditional code.
38366 * sysdeps/unix/sysv/linux/kernel-features.h
38367 (__ASSUME_SETRESUID_SYSCALL): Remove.
38368 (__ASSUME_SETRESGID_SYSCALL): Likewise.
38369 (__ASSUME_32BITUIDS): Likewise.
38370 (__ASSUME_LDT_WORKS): Likewise.
38371 (__ASSUME_O_DIRECTORY): Likewise.
38372 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38373 architecture but not kernel version.
38374 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38375 (__ASSUME_MMAP2_SYSCALL): Likewise.
38376 (__ASSUME_STAT64_SYSCALL): Likewise.
38377 (__ASSUME_IPC64): Likewise.
38378 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38379 <kernel-features.h>.
38380 [__ASSUME_32BITUIDS]: Make code unconditional.
38381 [!__ASSUME_32BITUIDS]: Remove conditional code.
38382 * sysdeps/unix/sysv/linux/opendir.c: Do not include
38383 <kernel-features.h>.
38384 [__ASSUME_O_DIRECTORY]: Make code unconditional.
38385 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38386 132096]: Remove conditional code.
38387 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38388 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38389 <kernel-features.h>.
38390 [__ASSUME_32BITUIDS]: Make code unconditional.
38391 [!__ASSUME_32BITUIDS]: Remove conditional code.
38392 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38393 <kernel-features.h>.
38394 [__ASSUME_32BITUIDS]: Make code unconditional.
38395 [!__ASSUME_32BITUIDS]: Remove conditional code.
38396 * sysdeps/unix/sysv/linux/setegid.c: Do not include
38397 <kernel-features.h>.
38398 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38399 unconditional.
38400 (__setresgid): Do not declare.
38401 [__ASSUME_32BITUIDS]: Make code unconditional.
38402 [!__ASSUME_32BITUIDS]: Remove conditional code.
38403 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38404 <kernel-features.h>.
38405 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38406 unconditional.
38407 (__setresuid): Do not declare.
38408 [__ASSUME_32BITUIDS]: Make code unconditional.
38409 [!__ASSUME_32BITUIDS]: Remove conditional code.
38410 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38411 <kernel-features.h>.
38412 [__ASSUME_32BITUIDS]: Make code unconditional.
38413 [!__ASSUME_32BITUIDS]: Remove conditional code.
38414 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38415 <kernel-features.h>.
38416 [__ASSUME_32BITUIDS]: Make code unconditional.
38417 [!__ASSUME_32BITUIDS]: Remove conditional code.
38418
a386f1cc
RH
384192012-05-25 Richard Henderson <rth@twiddle.net>
38420
38421 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38422 dl_hwcap to ifunc resolver.
38423 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38424 elf_ifunc_invoke.
38425 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38426 dl_hwcap to ifunc resolver.
38427 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38428
b6550497
JM
384292012-05-24 Joseph Myers <joseph@codesourcery.com>
38430
38431 [BZ #14153]
38432 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38433 for |x| <= 2**-26, not 2**-57.
38434 * math/libm-test.inc (acos_test): Do not allow spurious underflow
38435 exception.
38436
b0bc23a1
JL
384372012-05-24 Jeff Law <law@redhat.com>
38438
38439 * stdio-common/Makefile (tests): Add bug25.
38440 * stdio-common/bug25.c: New test.
38441
347c92e9
L
384422012-05-24 H.J. Lu <hongjiu.lu@intel.com>
38443
38444 [BZ #13576]
38445 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38446 multiple of MALLOC_ALIGNMENT in size.
38447 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38448
6bcc8b3f
JM
384492012-05-24 Joseph Myers <joseph@codesourcery.com>
38450
38451 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38452 Require >= 256.
38453 (FILENAME_MAX): Use macro-int-constant.
38454 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
38455 (_IOFBF): Use macro-int-constant.
38456 (_IOLBF): Likewise.
38457 (_IONBF): Likewise.
38458 (SEEK_CUR): Likewise.
38459 (SEEK_END): Likewise.
38460 (SEEK_SET): Likewise.
38461 (TMP_MAX): Likewise.
38462 (EOF): Use macro-int-constant. Require < 0.
38463 (NULL): Use macro-constant. Require == 0.
38464 (stdin): Require type to be FILE *.
38465 (stdout): Likewise.
38466 (stderr): Likewise.
38467 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38468 macro-int-constant.
38469 (EXIT_SUCCESS): Likewise.
38470 (NULL): Use macro-constant. Require == 0.
38471 (RAND_MAX): Use macro-int-constant.
38472 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38473 [C99-based standards] (strtof): Require function.
38474 [C99-based standards] (strtold): Likewise.
38475 [C99-based standards] (strtoll): Likewise.
38476 [C99-based standards] (strtoull): Likewise.
38477 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38478 [ISO || ISO99 || ISO11] (limits.h): Likewise.
38479 [ISO || ISO99 || ISO11] (math.h): Likewise.
38480 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38481 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38482 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38483
d18ea0c5
AS
384842012-05-24 Andreas Schwab <schwab@linux-m68k.org>
38485
38486 [BZ #14132]
56d25bb8
AS
38487 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38488 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38489 * intl/dgettext.c (DCGETTEXT): Likewise.
38490 * intl/gettext.c (DCGETTEXT): Likewise.
38491 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38492 * posix/regex_internal.h (gettext): Likewise.
38493 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38494 Remove declaration.
38495 * include/argz.h (__argz_count_internal)
38496 (__argz_stringify_internal): Remove declaration.
38497 (__argz_count, __argz_stringify): Declare hidden proto.
38498 * intl/dcgettext.c: Remove use of INTDEF.
38499 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38500 * string/argz-stringify.c: Likewise.
38501 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38502 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38503 Declare hidden proto.
d18ea0c5
AS
38504 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38505 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38506 Declare hidden proto.
38507 * include/stdio.h (__asprintf_internal): Don't declare.
38508 (__asprintf): Don't define as macro. Declare hidden proto.
38509 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38510 (__fsetlocking): Declare hidden proto.
38511 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38512 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38513 hidden proto.
38514 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38515 (_IO_setlinebuf): Remove use of INTUSE.
38516 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38517 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38518 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38519 Remove declaration.
38520 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38521 (_IO_do_flush): Remove use of INTUSE.
38522 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38523 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38524 (_IO_adjust_column, _IO_least_wmarker)
38525 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38526 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38527 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38528 (_IO_default_doallocate, _IO_wdefault_doallocate)
38529 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38530 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38531 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38532 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38533 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38534 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38535 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38536 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38537 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38538 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38539 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38540 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38541 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38542 proto.
38543 (_IO_flush_all_internal, _IO_adjust_column_internal)
38544 (_IO_default_uflow_internal, _IO_default_finish_internal)
38545 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38546 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38547 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38548 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38549 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38550 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38551 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38552 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38553 (_IO_file_close_internal, _IO_file_close_it_internal)
38554 (_IO_file_underflow_internal, _IO_file_overflow_internal)
38555 (_IO_file_init_internal, _IO_file_attach_internal)
38556 (_IO_file_fopen_internal, _IO_file_read_internal)
38557 (_IO_file_sync_internal, _IO_file_seek_internal)
38558 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38559 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38560 (_IO_str_underflow_internal, _IO_str_overflow_internal)
38561 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38562 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38563 (_IO_list_all_internal, _IO_link_in_internal)
38564 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38565 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38566 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38567 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38568 (_IO_do_write_internal, _IO_padn_internal)
38569 (_IO_getline_info_internal, _IO_getline_internal)
38570 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38571 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38572 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38573 (_IO_vfscanf_internal, _IO_vfprintf_internal)
38574 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38575 (_IO_init_internal, _IO_un_link_internal): Don't declare.
38576 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38577 with libc_hidden_ver, remove use of INTUSE.
38578 * libio/genops.c: Likewise.
38579 * libio/freopen.c: Likewise.
38580 * libio/freopen64.c: Likewise.
38581 * libio/iofclose.c: Likewise.
38582 * libio/iofdopen.c: Likewise.
38583 * libio/iofflush.c: Likewise.
38584 * libio/iofflush_u.c: Likewise.
38585 * libio/iofgets.c: Likewise.
38586 * libio/iofgets_u.c: Likewise.
38587 * libio/iofopen.c: Likewise.
38588 * libio/iofopncook.c: Likewise.
38589 * libio/iofread.c: Likewise.
38590 * libio/iofread_u.c: Likewise.
38591 * libio/ioftell.c: Likewise.
38592 * libio/iofwrite.c: Likewise.
38593 * libio/iogetline.c: Likewise.
38594 * libio/iogets.c: Likewise.
38595 * libio/iogetwline.c: Likewise.
38596 * libio/iopadn.c: Likewise.
38597 * libio/iopopen.c: Likewise.
38598 * libio/ioseekoff.c: Likewise.
38599 * libio/ioseekpos.c: Likewise.
38600 * libio/iosetbuffer.c: Likewise.
38601 * libio/iosetvbuf.c: Likewise.
38602 * libio/ioungetc.c: Likewise.
38603 * libio/ioungetwc.c: Likewise.
38604 * libio/iovdprintf.c: Likewise.
38605 * libio/iovsprintf.c: Likewise.
38606 * libio/iovsscanf.c: Likewise.
38607 * libio/memstream.c: Likewise.
38608 * libio/obprintf.c: Likewise.
38609 * libio/oldfileops.c: Likewise.
38610 * libio/oldiofclose.c: Likewise.
38611 * libio/oldiofdopen.c: Likewise.
38612 * libio/oldiofopen.c: Likewise.
38613 * libio/oldiopopen.c: Likewise.
38614 * libio/oldstdfiles.c: Likewise.
38615 * libio/putc.c: Likewise.
38616 * libio/setbuf.c: Likewise.
38617 * libio/setlinebuf.c: Likewise.
38618 * libio/stdfiles.c: Likewise.
38619 * libio/strops.c: Likewise.
38620 * libio/vasprintf.c: Likewise.
38621 * libio/vscanf.c: Likewise.
38622 * libio/vsnprintf.c: Likewise.
38623 * libio/vswprintf.c: Likewise.
38624 * libio/wfiledoalloc.c: Likewise.
38625 * libio/wfileops.c: Likewise.
38626 * libio/wgenops.c: Likewise.
38627 * libio/wmemstream.c: Likewise.
38628 * libio/wstrops.c: Likewise.
38629 * libio/__fpurge.c: Likewise.
38630 * libio/__fsetlocking.c: Likewise.
38631 * assert/assert.c: Likewise.
38632 * debug/fgets_chk.c: Likewise.
38633 * debug/fgets_u_chk.c: Likewise.
38634 * debug/fread_chk.c: Likewise.
38635 * debug/fread_u_chk.c: Likewise.
38636 * debug/gets_chk.c: Likewise.
38637 * debug/obprintf_chk.c: Likewise.
38638 * debug/vasprintf_chk.c: Likewise.
38639 * debug/vdprintf_chk.c: Likewise.
38640 * debug/vsnprintf_chk.c: Likewise.
38641 * debug/vsprintf_chk.c: Likewise.
38642 * malloc/mtrace.c: Likewise.
38643 * misc/error.c: Likewise.
38644 * misc/syslog.c: Likewise.
38645 * stdio-common/asprintf.c: Likewise.
38646 * stdio-common/fxprintf.c: Likewise.
38647 * stdio-common/getw.c: Likewise.
38648 * stdio-common/isoc99_fscanf.c: Likewise.
38649 * stdio-common/isoc99_scanf.c: Likewise.
38650 * stdio-common/isoc99_vfscanf.c: Likewise.
38651 * stdio-common/isoc99_vscanf.c: Likewise.
38652 * stdio-common/isoc99_vsscanf.c: Likewise.
38653 * stdio-common/printf-prs.c: Likewise.
38654 * stdio-common/printf_fp.c: Likewise.
38655 * stdio-common/printf_fphex.c: Likewise.
38656 * stdio-common/printf_size.c: Likewise.
38657 * stdio-common/putw.c: Likewise.
38658 * stdio-common/scanf.c: Likewise.
38659 * stdio-common/sprintf.c: Likewise.
38660 * stdio-common/tmpfile.c: Likewise.
38661 * stdio-common/vfprintf.c: Likewise.
38662 * stdio-common/vfscanf.c: Likewise.
38663 * stdlib/strfmon_l.c: Likewise.
38664 * sunrpc/openchild.c: Likewise.
38665 * sunrpc/xdr_stdio.c: Likewise.
38666 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38667 * sysdeps/mach/hurd/tmpfile.c: Likewise.
38668
d6c33fda
RM
386692012-05-24 Roland McGrath <roland@hack.frob.com>
38670
c1487492
RM
38671 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38672
38673 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38674 in the third column, to generate for the shared library an IFUNC
38675 that uses _dl_vdso_vsym.
38676 * Makerules (COMPILE.c, compile-stdin.c): New variables.
38677 * Makeconfig (object-suffixes-noshared): New variable.
38678
38679 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38680 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38681 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38682 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38683
d6c33fda
RM
38684 [BZ #14132]
38685 * include/sys/time.h (__gettimeofday): Remove macro.
38686 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38687 * time/gettimeofday.c (__gettimeofday): Remove #undef.
38688 Remove INTDEF.
38689 (__gettimeofday): Add libc_hidden_def.
38690 (gettimeofday): Add libc_hidden_weak.
38691 * sysdeps/mach/gettimeofday.c: Likewise.
38692 * sysdeps/posix/gettimeofday.c: Likewise.
38693 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38694 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38695 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38696 (__gettimeofday_internal): Remove strong_alias.
38697 (__gettimeofday): Add libc_hidden_def.
38698 (gettimeofday): Add libc_hidden_weak.
38699 * sysdeps/unix/syscalls.list (gettimeofday):
38700 Remove __gettimeofday_internal alias.
38701
b5a2bbe6
L
387022012-05-24 Daniel Jacobowitz <drow@false.org>
38703 H.J. Lu <hongjiu.lu@intel.com>
38704
38705 [BZ #12495]
38706 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38707 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38708 (largebin_index_32_big): New.
38709 (largebin_index): Use it for 16-byte alignment.
38710 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
38711 correction with front_misalign.
38712
cfba4fda
L
387132012-05-24 H.J. Lu <hongjiu.lu@intel.com>
38714
7f907421
L
38715 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38716 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38717 Likewise.
38718 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38719 Likewise.
38720 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38721 Likewise.
38722 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38723 Likewise.
38724 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38725 Likewise.
38726 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38727 Likewise.
38728 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38729 Likewise.
38730 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38731 Likewise.
38732 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38733 Likewise.
38734 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38735 Likewise.
38736 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38737 Likewise.
38738 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38739 Likewise.
38740
cfba4fda
L
38741 * scripts/data/c++-types-x32-linux-gnu.data: New file.
38742 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38743
80bad0cc
JM
387442012-05-24 Joseph Myers <joseph@codesourcery.com>
38745
7a25eb06
JM
38746 [BZ #10846]
38747 [BZ #14036]
38748 * math/libm-test.inc (exp_test): Add test from bug 14036.
38749 (pow_test): Add test from bug 10846.
38750
795405f9
JM
38751 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38752 and other flags.
38753 (special_function): Do not include flags in test name.
38754 (parse_args): Likewise.
38755 * sysdeps/i386/fpu/libm-test-ulps: Update.
38756 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38757 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38758 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38759 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38760
80bad0cc
JM
38761 * math/gen-libm-test.pl (%beautify): Add entries for underflow
38762 exceptions.
38763 * math/libm-test.inc ("Philosophy"): Update comment about
38764 exception testing.
38765 (UNDERFLOW_EXCEPTION): New macro.
38766 (UNDERFLOW_EXCEPTION_OK): Likewise.
38767 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38768 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38769 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38770 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38771 (INVALID_EXCEPTION_OK): Update value.
38772 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38773 (OVERFLOW_EXCEPTION_OK): Likewise.
38774 (IGNORE_ZERO_INF_SIGN): Likewise.
38775 (test_exceptions): Handle underflow exceptions.
38776 (acos_test): Update for underflow exception expectations.
38777 (cexp_test): Likewise.
38778 (clog_test): Likewise.
38779 (clog10_test): Likewise.
38780 (csqrt_test): Likewise.
38781 (ctan_test): Likewise.
38782 (ctanh_test): Likewise.
38783 (exp_test): Likewise.
38784 (exp10_test): Likewise.
38785 (exp2_test): Likewise.
38786 (expm1_test): Likewise.
38787 (fma_test): Likewise.
38788 (j0_test): Likewise.
38789 (jn_test): Likewise.
38790 (nexttoward_test): Likewise.
38791 (pow_test): Likewise.
38792 (scalbn_test): Likewise.
38793 (scalbln_test): Likewise.
38794 (tan_test): Likewise.
38795 (y1_test): Likewise.
38796 * sysdeps/i386/fpu/libm-test-ulps: Update.
38797 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38798
9e0e3d0b
DM
387992012-05-23 David S. Miller <davem@davemloft.net>
38800
38801 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38802 (__libc_sigaction): Remove unused local variables.
38803
ccd0a08f
L
388042012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38805
38806 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38807
62bdf9a6
PE
388082012-05-23 Paul Eggert <eggert@cs.ucla.edu>
38809
f8591f80
PE
38810 mktime: avoid signed integer overflow
38811 * time/mktime.c (__mktime_internal): Do not mishandle the case
38812 where diff == INT_MIN.
38813
94c7d826
PE
38814 mktime: simplify computation of average
38815 * time/mktime.c (ranged_convert): Use new time_t_avg function
38816 instead of rolling our own (probably-slower) code.
38817
ce73d683
PE
38818 mktime: do not assume signed right shift propagates sign bit
38819 * time/mktime.c (isdst_differ): New static function.
38820 (__mktime_internal): No need to normalize tm_isdst now.
38821 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38822 tm_isdst values.
38823
72a22e59
PE
38824 mktime: merge another wrapv change from gnulib
38825 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38826 from some compilers.
38827
68605433
PE
38828 mktime: remove incorrect attempt at unusual arithmetics
38829 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38830 The code didn't really work on such machines anyway.
38831 (TYPE_MINIMUM): Assume two's complement.
38832 (twos_complement_arithmetic): Verify that long_int and time_t
38833 are two's complement (or unsigned, in the latter case).
38834
03cf7fe3
PE
38835 mktime: check signed shifts on long_int and time_t, too
38836 * time/mktime.c (SHR): Check that shifts work as desired
38837 on the types long_int and time_t too, as SHR is used on
38838 such types.
38839
f04dfbc2
PE
38840 mktime: do not assume 'long' is wide enough
38841 * time/mktime.c (verify): Move decl up.
38842 (long_int): New type.
38843 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38844 to remove assumption in the code that 'long' is wide enough to
38845 store year values. This assumption is not true on x32 and on
38846 some non-glibc platforms.
38847
62bdf9a6
PE
38848 mktime: merge wrapv change from gnulib
38849 * time/mktime.c (WRAPV): New macro.
38850 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38851 (guess_time_tm, __mktime_internal): Do not assume that signed
38852 integer overflow wraps around; modern compilers generate code
38853 where this assumption is no longer valid.
38854
5e292e4f
L
388552012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38856
38857 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38858 Replace "jmp L(pseudo_end)" with "ret".
38859 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38860 Likewise.
38861
8caf8c87
AJ
388622012-05-23 Andreas Jaeger <aj@suse.de>
38863
38864 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38865 * sysdeps/unix/sysv/linux/poll.c: Remove file.
38866
1a09dc56
AJ
388672012-05-23 Andreas Jaeger <aj@suse.de>
38868 Maximilian Attems <max@stro.at>
38869
38870 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38871 New macros.
38872
1c87aba0
L
388732012-05-23 H.J. Lu <hongjiu.lu@intel.com>
38874
38875 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38876 code so that pseudo_end is just ret and the stack pointer is
38877 correct also for static library in error case.
38878
40e45bd5
JM
388792012-05-23 Joseph Myers <joseph@codesourcery.com>
38880
c2670533
JM
38881 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38882 move to syscalls.list.
38883 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38885 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38886 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38887
40e45bd5
JM
38888 * manual/install.texi (Running make install): Do not mention Linux
38889 kernel version for which pt_chown is not needed.
38890 (Linux): Do not mention problems with nscd with 2.0 kernels.
38891 * INSTALL: Regenerated.
38892
be08eda5
AJ
388932012-05-23 Andreas Jaeger <aj@suse.de>
38894
38895 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38896 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38897 macro.
38898 * sysdeps/unix/sysv/linux/s390/bits/mman.h
38899 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38900 * sysdeps/unix/sysv/linux/sh/bits/mman.h
38901 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38902 * sysdeps/unix/sysv/linux/i386/bits/mman.h
38903 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38904 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38905 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38906 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38907 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38908 * sysdeps/unix/sysv/linux/bits/in.h
38909 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38910
a6a056bb
RM
389112012-05-22 Roland McGrath <roland@hack.frob.com>
38912
38913 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38914 (PREPARE_VERSION): Just use assert instead, it will be elided
38915 under [NDEBUG] anyway.
38916
c9009328
L
389172012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38918
38919 * sysdeps/unix/sysv/linux/Makefile: Include
38920 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 38921 (sysdep_routines): Remove sysctl.
c9009328
L
38922 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38923 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38924 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38925 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38926 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38927
73338355
AJ
389282012-05-22 Andreas Jaeger <aj@suse.de>
38929
38930 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38931 that pseudo_end is just ret and the stack pointer is correct also
38932 for static library in error case.
38933
d44638b0
PP
389342012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
38935
38936 [BZ #14122]
38937 * nss/nsswitch.c (defconfig_entries): New variable.
38938 (__nss_database_lookup): Don't leak defconfig entries.
38939 (nss_parse_service_list): Don't leak on error paths.
38940 (free_database_entries): New function.
38941 (free_defconfig): New function.
38942 (free_mem): Move common code to free_database_entries.
38943
31a39bd8
L
389442012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38945
da0331a8
L
38946 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38947 Add arch_prctl.
38948 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38949
31a39bd8
L
38950 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38951 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38952 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38953 New macro.
38954 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38955 (INTERNAL_SYSCALL_TYPES): Likewise.
38956 (LOAD_ARGS_TYPES_[1-6]): Likewise.
38957 (LOAD_REGS_TYPES_[1-6]): Likewise.
38958 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38959 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38960
45470df3
AZ
389612012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38962
38963 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38964 copysignl for GLIBC_2_0.
38965 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38966 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38967 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38968 logbl for GLIBC_2_0.
38969 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38970 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38971
98a61bcb
L
389722012-05-22 H.J. Lu <hongjiu.lu@intel.com>
38973
a4f6e481
L
38974 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38975 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
38976
f63d5db6
L
38977 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38978 Use "neg %eax".
38979
98a61bcb
L
38980 * time/mktime.c: Update copyright years.
38981
95770f14
PE
389822012-05-22 Paul Eggert <eggert@cs.ucla.edu>
38983
6226efbd
PE
38984 mktime: merge comment-quoting-style change from gnulib
38985 * time/mktime.c: Quote 'like this' in comments.
38986 The GNU coding standards suggest that we no longer quote `like this',
38987 as "`" and "'" are typically rendered asymmetrically nowadays.
38988 The typical gnulib style is to quote 'like this' when quoting
38989 code, and "like this" when quoting English.
38990
b99e4f78
PE
38991 * time/mktime.c (compile-command): Add "-I.".
38992
643e01e6
PE
38993 mktime: merge mktime-internal.h change from gnulib
38994 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38995
2554247d
PE
38996 mktime: merge time_r change from gnulib
38997 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38998
826dd0ab
PE
38999 mktime: merge DEBUG change from gnulib
39000 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39001 case system <time.h> has a #define.
39002
bd83aabe
PE
39003 mktime: merge <sys/types.h> change from gnulib
39004 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39005 since <time.t> is now guaranteed to define time_t.
39006
95770f14
PE
39007 mktime: merge HAVE_CONFIG_H change from gnulib
39008 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39009
5e1a27a9
L
390102012-05-22 H.J. Lu <hongjiu.lu@intel.com>
39011
0e44a77e
L
39012 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39013 Use "neg %eax".
39014
5e1a27a9
L
39015 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39016 __rlim_t cast.
39017 (struct rusage): Use anonymous union to pad each field to
39018 __syscall_slong_t.
39019
46259bec
DM
390202012-05-21 David S. Miller <davem@davemloft.net>
39021
39022 * Makefules (o-iterator): Remove .s cases.
39023 (compile-command.s): Delete.
39024 (COMPILE.s): Delete.
39025 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39026
59f0c22e
JM
390272012-05-21 Joseph Myers <joseph@codesourcery.com>
39028
39029 * configure.in (libc_cv_predef_stack_protector): Only consider
39030 "foobar" and "__stack_chk_fail" lines in libc_undefs.
39031 * configure: Regenerated.
39032
20c07380
L
390332012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39034
bbb3154b
L
39035 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39036 New macro. Use R*LP on int and pointer.
39037 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
39038 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39039 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
39040 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39041
20c07380
L
39042 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39043 [__WORDSIZE_TIME64_COMPAT32] instead of
39044 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39045 (struct utmp): Likewise.
39046 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39047 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39048 Renamed to ...
39049 (__WORDSIZE_TIME64_COMPAT32): This.
39050 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39051 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39052 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39053 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39054 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39055 (__WORDSIZE_TIME64_COMPAT32): New macro.
39056
d8d1017e
AJ
390572012-05-21 Andreas Jaeger <aj@suse.de>
39058
39059 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39060 only if [SHARED]. Add prototype for __wcschr_ia32.
39061
6c7fb145
RM
390622012-05-21 Roland McGrath <roland@hack.frob.com>
39063
39064 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39065 of %rbp unmolested in the jmp_buf while mangling the low bits.
39066 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39067 unmolested high bits of %rbp while demangling the low bits.
39068 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39069
66274218
AJ
390702012-05-21 Andreas Jaeger <aj@suse.de>
39071
07c58f8f
AJ
39072 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39073 * sunrpc/svc_simple.c: Use it for registerrpc.
39074 * sunrpc/xcrypt.c: Use it for passwd2des.
39075
66274218
AJ
39076 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39077
61f65140
L
390782012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39079
39080 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39081 Don't define if [__SYSCALL_WORDSIZE != 32].
39082 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39083 New macro.
39084
5fefb436
AJ
390852012-05-21 Bruno Haible <bruno@clisp.org>
39086 Andreas Jaeger <aj@suse.de>
39087
39088 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39089 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39090 inptr and inend for must_buffer_ch.
39091 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39092 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39093 * stdio-common/Makefile (tests): Remove bug15.
39094 (bug15-ENV): Remove macro.
39095 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39096 anymore.
39097
d8e272ab
AJ
390982012-05-19 Andreas Jaeger <aj@suse.de>
39099 Roland McGrath <roland@hack.frob.com>
39100
39101 * manual/contrib.texi: Completely rewritten. It contains now an
39102 alphabetical list of contributors and their contributions.
39103
4a56a162
RH
391042012-05-21 Richard Henderson <rth@twiddle.net>
39105
39106 * misc/getauxval.c (__getauxval): Use unsigned long int.
39107 * misc/sys/auxv.h: Include <sys/cdefs.h>.
39108 (getauxval): Use unsigned long int.
39109
d024d23c
L
391102012-05-21 H.J. Lu <hongjiu.lu@intel.com>
39111
39112 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39113
cbc00a03
RM
391142012-05-21 Roland McGrath <roland@hack.frob.com>
39115
39116 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39117 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39118 __alignof__ (long double).
39119
478143fa
AZ
391202012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39121
39122 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39123
c7683a6d
RH
391242012-05-20 Richard Henderson <rth@twiddle.net>
39125
39126 * misc/getauxval.c: New file.
39127 * misc/sys/auxv.h: New file.
39128 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39129 (routines): Add getauxval.
39130 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39131 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39132 * elf/dl-sysdep.c (_dl_auxv): Remove.
39133 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39134 * elf/dl-support.c (_dl_auxv): New variable.
39135 (_dl_aux_init): Initialize it.
39136 * manual/startup.texi (Auxiliary Vector): New node.
39137 * sysdeps/generic/bits/hwcap.h: New file.
39138 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39139 * sysdeps/powerpc/sysdep.h: ... here. Include it.
39140 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39141 * sysdeps/sparc/sysdep.h: ... here. Include it.
39142 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39143 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
39144 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39145 Update.
c7683a6d
RH
39146 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39147 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39148 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39149 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39150 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39151 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39152 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39153 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39154
a6f1845d
AZ
391552012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39156
39157 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39158
cbcbe830
DM
391592012-05-19 David S. Miller <davem@davemloft.net>
39160
39161 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39162
e0b16cc2
JM
391632012-05-19 Joseph Myers <joseph@codesourcery.com>
39164
39165 [BZ #14123]
39166 * math/s_ccosh.c: Include <float.h>
39167 (__ccosh): Avoid internal overflow calculating sinh and cosh
39168 values before multiplying by sin and cos values.
39169 * math/s_ccoshf.c: Likewise.
39170 * math/s_ccoshl.c: Likewise.
39171 * math/s_csin.c: Likewise.
39172 * math/s_csinf.c: Likewise.
39173 * math/s_csinl.c: Likewise.
39174 * math/s_csinh.c: Likewise.
39175 * math/s_csinhf.c: Likewise.
39176 * math/s_csinhl.c: Likewise.
39177 * math/libm-test.inc (ccos_test): Add more tests.
39178 (ccosh_test): Likewise.
39179 (csin_test): Likewise.
39180 (csinh_test): Likewise.
39181 * sysdeps/i386/fpu/libm-test-ulps: Update.
39182 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39183
6ad13e08
L
391842012-05-19 H.J. Lu <hongjiu.lu@intel.com>
39185
f66f0ce8
L
39186 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39187 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39188
6ad13e08
L
39189 * sysdeps/x86_64/x32/_itoa.h: Add comment.
39190
b1d072a7
JM
391912012-05-19 Joseph Myers <joseph@codesourcery.com>
39192
39193 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39194 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39195 * sysdeps/powerpc/soft-fp/Versions: Likewise.
39196 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39197 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39198 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39199 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39200 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39201 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39202 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39203 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39204 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39205 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39206 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39207 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39208 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39209 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39210 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39211 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39212 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39213 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39214 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39215 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39216 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39217 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39218 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39219 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39220 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39221 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39222 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39223 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39224
9eae47cb
AJ
392252012-05-18 Andreas Jaeger <aj@suse.de>
39226
39227 * csu/.gitignore: Delete.
39228
bb07f69f
L
392292012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39230
39231 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39232 (timex): Use __syscall_slong_t.
39233
e6bdb741
AJ
392342012-05-18 Andreas Jaeger <aj@suse.de>
39235 Carlos O'Donell <carlos_odonell@mentor.com>
39236
39237 * manual/install.texi (Configuring and compiling): Update
39238 description about files modified in the source directory.
d6c33fda 39239 * INSTALL: Regenerated.
e6bdb741 39240
1b74487e
L
392412012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39242
39243 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39244 value. Use "or" to set return value to -1.
39245 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39246 negate return value.
39247
a88b64b9
TMQMF
392482012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
39249
57f41c40
AS
39250 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39251 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
39252 failure if the compiler has Graphite support disabled.
39253 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39254 Likewise.
57f41c40
AS
39255 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39256 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
39257 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39258 Likewise.
39259
3707636e
L
392602012-05-18 H.J. Lu <hongjiu.lu@intel.com>
39261
610b8622
L
39262 * sysdeps/x86_64/x32/_itoa.h: New file.
39263
7cd195df
L
39264 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39265 getdents system call only if kernel and user dirents have the
39266 same d_ino and d_off.
39267
94b07d20
L
39268 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39269 LLONG_MAX != LONG_MAX.
39270 (_itoa_word): Use _ITOA_WORD_TYPE on value.
39271 (_fitoa_word): Likewise.
39272
18298070
L
39273 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39274 years.
39275 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39276 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39277 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39278
553c7ea4
L
39279 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39280 include <bits/wordsize.h>. Check __x86_64__ instead of
39281 __WORDSIZE.
39282 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39283 if __x86_64__ is defined. Use anonymous union on fpstate.
39284
3707636e
L
39285 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39286 anonymous union.
39287
b53ef01a
AS
392882012-05-18 Andreas Schwab <schwab@linux-m68k.org>
39289
37fb1dc0
AS
39290 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39291 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39292 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39293 Refer to _rtld_local_ro instead of _rtld_global_ro.
39294 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39295 Likewise.
39296 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39297 Likewise.
39298 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39299 Likewise.
39300 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39301 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39302 of _rtld_global, and rtld_progname instead of _dl_argv[0].
39303
b53ef01a
AS
39304 * sysdeps/powerpc/powerpc32/dl-machine.c
39305 (__elf_machine_runtime_setup) [PROF]: Don't reference
39306 _dl_prof_resolve.
39307
7a185db2
AJ
393082012-05-18 Andreas Jaeger <aj@suse.de>
39309
39310 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39311 function only available for GCCs before 3.4 since GCC 3.4
39312 introduced a builtin.
39313 (lrint): Likewise.
39314 (llrintf): Likewise.
39315 (llrint): Likewise.
39316 (fmaxf): Likewise.
39317 (fmax): Likewise.
39318 (fminf): Likewise.
39319 (fmin): Likewise.
39320 (rint): Likewise.
39321 (rintf): Likewise.
39322 (nearbyint): Likewise.
39323 (nearbyintf): Likewise.
39324 (ceil): Likewise.
39325 (ceilf): Likewise.
39326 (floor): Likewise.
39327 (floorf): Likewise.
39328
3e5aef87
L
393292012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39330
428bd707
L
39331 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39332 on both fields and cast pointer to __syscall_ulong_t.
39333
3e5aef87
L
39334 * bits/types.h (__fsword_t): New type.
39335 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39336 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39337 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39338 (__FSWORD_T_TYPE): Likewise.
39339 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39340 (__FSWORD_T_TYPE): Likewise.
39341 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39342 (__FSWORD_T_TYPE): Likewise.
39343 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39344 (__FSWORD_T_TYPE): Likewise.
39345 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39346 __SWORD_TYPE with __fsword_t.
39347 (statfs64): Likewise.
39348
1ba7c3dc
DM
393492012-05-17 David S. Miller <davem@davemloft.net>
39350
39351 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39352
59910343
AJ
393532012-05-17 Andreas Jaeger <aj@suse.de>
39354
39355 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39356 warning.
39357
2e4c1e9e
L
393582012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39359
39360 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39361
de7f5ce7
AJ
393622012-05-17 Andreas Jaeger <aj@suse.de>
39363
39364 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39365 when it is used.
39366
286abc3d
CM
393672012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39368
39369 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39370
477cc68e
L
393712012-05-17 H.J. Lu <hongjiu.lu@intel.com>
39372
39373 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39374 * sysdeps/x86_64/tst-mallocalign1.c: New file.
39375
1a0994f5
CD
393762012-05-17 Andreas Jaeger <aj@suse.de>
39377 Carlos O'Donell <carlos_odonell@mentor.com>
39378
39379 [BZ #14059]
39380 * sysdeps/x86_64/multiarch/init-arch.h
39381 (bit_YMM_Usable): Rename to...
39382 (bit_AVX_Usable): ... this.
39383 (bit_FMA4_Usable): New macro.
39384 (bit_XMM_state): New macro.
39385 (bit_YMM_state): New macro.
39386 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39387 [__ASSEMBLER__] (index_AVX_Usable): ... this.
39388 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39389 (CPUID_OSXSAVE): New macro.
39390 (CPUID_AVX): New macro.
39391 (CPUID_FMA4): New macro.
39392 (index_YMM_Usable): Rename to...
39393 (index_AVX_Usable): ... this.
39394 (HAS_AVX): Use HAS_ARCH_FEATURE.
39395 (HAS_FMA4): Likewise.
39396 (HAS_YMM_USABLE): Remove.
39397 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39398 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39399 are present.
39400 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39401 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39402 * sysdeps/x86_64/multiarch/Makefile: Likewise.
39403 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39404 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39405
0af797de
CM
394062012-05-17 Chris Metcalf <cmetcalf@tilera.com>
39407
39408 * math/libm-test.c: Support platforms without multiple rounding modes.
39409 * math/bug-nextafter.c: Support platforms without FP exceptions.
39410 * math/bug-nexttoward.c: Likewise.
39411 * math/test-fenv.c: Likewise.
39412 * math/test-misc.c: Likewise.
39413 * stdlib/bug-getcontext.c: Likewise.
39414
e39745ff
AJ
394152012-05-17 Andreas Jaeger <aj@suse.de>
39416
39417 * manual/examples/search.c (critter_cmp): Change signature to
39418 avoid warnings.
39419 * manual/string.texi (Collation Functions): Likewise.
39420
48970aba
L
394212012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39422
39423 * bits/types.h: Fold copyright years.
39424 * bits/typesizes.h: Likewise.
39425 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39426 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39427 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39428 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39429 * time/time.h: Likewise.
39430
bedee953
PP
394312012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
39432
39433 [BZ #208]
39434 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39435 in instead of returning them. Return void.
39436 (__libc_mallinfo): Accumulate over all arenas.
39437 (__malloc_stats): Adjust for change in int_mallinfo interface.
39438
61653dfb
RM
394392012-05-16 Roland McGrath <roland@hack.frob.com>
39440
30b99d79
RM
39441 [BZ #10375]
39442 * configure.in (NM): Add AC_CHECK_TOOL for it.
39443 (libc_extra_cflags): New substituted variable.
39444 Check for -fstack-protector being used implicitly.
39445 * configure: Regenerated.
39446 * config.make.in (config-extra-cflags): New variable,
39447 gets @libc_extra_cflags@.
39448 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39449
61653dfb
RM
39450 [BZ #10375]
39451 * configure.in: Check for _FORTIFY_SOURCE being predefined.
39452 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39453 * configure: Regenerated.
39454 * config.make.in (CPPUNDEFS): New substituted variable.
39455 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39456 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39457 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39458
661768bb
L
394592012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39460
39461 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39462 (mq_attr): Use __syscall_slong_t.
39463
d4261567
L
394642012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39465
39466 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39467 Check __x86_64__ instead of __WORDSIZE.
39468 (_STAT_VER_LINUX): Likewise.
39469 (stat): Check __x86_64__ instead of __WORDSIZE. Use
39470 __syscall_ulong_t and __syscall_slong_t.
39471 (stat64): Likewise.
39472
cf3ff365
L
394732012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39474
39475 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39476
76cf3e4d
L
394772012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39478
39479 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39480
a637753a
L
394812012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39482
39483 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39484 __syscall_ulong_t.
39485
d5e05119
L
39486 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39487 include <bits/wordsize.h>. Check __x86_64__ instead of
39488 __WORDSIZE.
39489 (greg_t): Use "__extension__ long long int" if __x86_64__ is
39490 defined.
39491 (mcontext_t): Replace "unsigned long" with "unsigned long long".
39492
f62ee380
L
39493 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39494 include <bits/wordsize.h>. Check __x86_64__ instead of
39495 __WORDSIZE.
39496 (user_regs_struct): Use "__extension__ unsigned long long"
39497 instead of "unsigned long" if __x86_64__ is defined.
39498 (user): Likewise. Pad after pointer field if __ILP32__ is
39499 defined.
39500
4e124ced
JM
395012012-05-16 Joseph Myers <joseph@codesourcery.com>
39502
6a3951a0
JM
39503 * configure.in (makeinfo): Require version 4.5 or later. Allow
39504 versions 5 to 9.
39505 * configure: Regenerated.
39506 * manual/install.texi (texinfo): Increase version requirement to
39507 4.5 or later.
39508 * INSTALL: Regenerated.
39509
4e124ced
JM
39510 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39511
953ca31a
L
395122012-05-16 H.J. Lu <hongjiu.lu@intel.com>
39513
39514 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39515
617aca05
L
39516 * sysdeps/x86_64/x32/ffs.c: New file.
39517
5762f7ae
L
39518 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39519 __syscall_ulong_t.
39520 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39521 defined. Use __syscall_ulong_t.
39522 (shminfo): Use __syscall_ulong_t.
39523 (shm_info): Likewise.
39524
a26b6856
L
39525 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39526 __syscall_ulong_t.
39527
cb2b9ef7
L
39528 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39529 <bits/wordsize.h>.
39530 (msgqnum_t): Use __syscall_ulong_t.
39531 (msglen_t): Likewise.
39532 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
39533 __syscall_ulong_t.
39534
34683bb0
L
39535 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39536 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
39537
84a68786
L
39538 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39539
48baa5f1
L
39540 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39541 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39542
180be88b
L
39543 * sysvipc/sys/msg.h (msgbuf): Replace long int with
39544 __syscall_slong_t.
39545
5e90c8ad
L
39546 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39547 include <bits/wordsize.h>. Check __x86_64__ instead of
39548 __WORDSIZE.
39549
23dfb58b
L
39550 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39551 "unsigned long long int" if __x86_64__ is defined.
39552 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39553
ce5d54b0
L
39554 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39555 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
39556 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39557
13dc9eac
L
39558 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39559 <stdint.h>.
39560 (GET_PC): Cast to uintptr_t first.
39561 (GET_FRAME): Likewise.
39562 (GET_STACK): Likewise.
39563
a7895d15
L
39564 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39565 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39566 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39567 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39568 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39569 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39570 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39571 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39572 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39573 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39574 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39575 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39576 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39577 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39578 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39579 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39580 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39581 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39582 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39583 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39584 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39585 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39586 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39587 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39588 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39589 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39590 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39591 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39592 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39593
656416c9
AS
395942012-05-16 Andreas Schwab <schwab@linux-m68k.org>
39595
5bd66283
AS
39596 * Makerules (+depfiles): Also collect depfiles from .oS in
39597 $(extra-objs).
39598 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39599 .oS, $(libnldbl-routines)).
39600
656416c9
AS
39601 * Makerules (native-compile-mkdep-flags): Define.
39602 * sunrpc/Makefile (extra-objs): Add $(addprefix
39603 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39604 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39605 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
39606 calling $(make-target-directory).
39607
a46f2169
L
396082012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39609
39610 * bits/types.h (__snseconds_t): Removed.
39611 * time/time.h (struct timespec): Replace __snseconds_t with
39612 __syscall_slong_t.
39613 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39614 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39615 Likewise.
39616 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39617 (__SNSECONDS_T_TYPE): Likewise.
39618 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39619 (__SNSECONDS_T_TYPE): Likewise.
39620 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39621 (__SNSECONDS_T_TYPE): Likewise.
39622
6af6528b
L
396232012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39624
39625 * sysdeps/mach/hurd/bits/typesizes.h
39626 (__SYSCALL_SLONG_TYPE): New macro.
39627 (__SYSCALL_ULONG_TYPE): Likewise.
39628
de986b56
L
396292012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39630
39631 * bits/types.h (__syscall_slong_t): New type.
39632 (__syscall_ulong_t): Likewise.
39633
39634 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39635 (__SYSCALL_ULONG_TYPE): Likewise.
39636 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39637 (__SYSCALL_SLONG_TYPE): Likewise.
39638 (__SYSCALL_ULONG_TYPE): Likewise.
39639 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39640 (__SYSCALL_SLONG_TYPE): Likewise.
39641 (__SYSCALL_ULONG_TYPE): Likewise.
39642 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39643 (__SYSCALL_SLONG_TYPE): Likewise.
39644 (__SYSCALL_ULONG_TYPE): Likewise.
39645
85736dc7
L
396462012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39647
39648 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39649 Add sigaltstack-offsets.sym.
39650 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39651 <sigaltstack-offsets.h>.
39652 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
39653 longjmp_msg pointer.
39654 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
39655 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39656 signal stack.
39657 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39658
cc03b296
JM
396592012-05-15 Joseph Myers <joseph@codesourcery.com>
39660
a9538892
JM
39661 * elf/stackguard-macros.h: Remove file.
39662 * sysdeps/generic/stackguard-macros.h: New file.
39663 * sysdeps/i386/stackguard-macros.h: Likewise.
39664 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39665 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39666 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39667 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39668 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39669 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39670 * sysdeps/x86_64/stackguard-macros.h: Likewise.
39671 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39672 <elf/stackguard-macros.h>.
39673
cc03b296
JM
39674 [BZ #14109]
39675 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39676 __aligned__ in attribute.
39677 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39678 (gregset_t): Likewise.
39679
93171016
L
396802012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39681
39682 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39683 * sysdeps/x86_64/64/Implies-after: Here. New file.
39684 * sysdeps/x86_64/x32/Implies-after: New file.
39685
d86813a0
L
396862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39687
39688 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39689 and access return value for _dl_profile_fixup. Use R10_LP to
39690 load frame size.
39691
2953ec75
L
396922012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39693
39694 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39695
3b550e9e
L
396962012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39697
39698 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39699 * sysdeps/x86_64/x32/sysdep.h: New file.
39700
eda41706
L
397012012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39702
39703 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39704 * sysdeps/x86_64/setjmp.S: Likewise.
39705
9ea01d93
AZ
397062012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39707
39708 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39709 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39710 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39711 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39712 remove unused global constant.
39713
02a91938
CM
397142012-05-15 Chris Metcalf <cmetcalf@tilera.com>
39715
39716 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39717 include of <not-cancel.h>.
39718
6540185f
RM
397192012-05-15 Roland McGrath <roland@hack.frob.com>
39720
39721 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39722
509072a0
AJ
397232012-05-15 Jeff Law <law@redhat.com>
39724 Andreas Jaeger <aj@suse.de>
39725
39726 [BZ #13594]
39727 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39728 out from...
39729 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39730 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39731 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39732 code changing __hst_map_handle.map.
39733
ba75122d
RM
397342012-05-15 Roland McGrath <roland@hack.frob.com>
39735
39736 * configure.in (sysnames): Look for Implies-before and Implies-after
39737 files.
39738 * configure: Regenerated.
39739
890d8bd8
L
397402012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39741
39742 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39743 8-byte data alignment with LP_SIZE alignment.
39744
f6ee6623
L
397452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39746
39747 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39748 into R10_LP.
39749
ea2626f6
L
397502012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39751
39752 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39753
085f715e
L
397542012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39755
39756 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39757 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39758 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39759 Likewise.
39760 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39761
be8498fc
L
397622012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39763
39764 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39765 (stackinfo_sub_sp): Likewise.
39766
70bc83b9
L
397672012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39768
39769 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39770 RAX_LP.
39771
9bc0b730
L
397722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39773
39774 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39775 into R*_LP.
39776
6d2850e7
L
397772012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39778
39779 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39780 sizes into R*_LP.
39781
3cb84561
L
397822012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39783
39784 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39785
54e2ed81
L
397862012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39787
39788 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39789 into R11_LP and load __x86_64_shared_cache_size_half into
39790 R8_LP.
39791
8a17f349
L
397922012-05-15 H.J. Lu <hongjiu.lu@intel.com>
39793
39794 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39795 R8_LP.
39796
777b1eea
AZ
397972012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39798
39799 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39800 logb for POWER7.
39801 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39802 logbf for POWER7.
39803 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39804 logbl for POWER7.
39805 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39806 powerpc32/power7/fpu/s_logb.c via #include.
39807 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39808 powerpc32/power7/fpu/s_logbf.c via #include.
39809 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39810 powerpc32/power7/fpu/s_logbl.c via #include.
39811
d20d4ac2
JM
398122012-05-15 Joseph Myers <joseph@codesourcery.com>
39813
39814 * README.libm: Remove file.
39815
6cdef1ab
L
398162012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39817
39818 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39819 count for x32. Use R*_LP and omit operand-size suffix.
39820
0b254d8f
L
398212012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39822
39823 * shlib-versions: Move x86_64-.*-linux.* entries to ...
39824 * sysdeps/x86_64/64/shlib-versions: Here. New file.
39825 * sysdeps/x86_64/x32/shlib-versions: New file.
39826
ceb809dc
RM
398272012-05-14 Roland McGrath <roland@hack.frob.com>
39828
39829 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39830 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39831 Use _dl_fatal_printf instead.
39832
37f1abd4
JM
398332012-05-14 Joseph Myers <joseph@codesourcery.com>
39834
39835 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39836 set if not set by the user. Do not allow for being unset.
39837 * sysdeps/unix/sysv/linux/configure: Regenerated.
39838
11de3a33
L
398392012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39840
39841 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39842 the `q' suffix from lea and replace .quad with ASM_ADDR.
39843
e02f153a
L
398442012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39845
39846 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39847 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
39848 instead of $17.
39849 (PTR_DEMANGLE): Likewise.
39850
520ae0fd
L
398512012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39852
39853 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39854 (LP_OP): Likewise.
39855 (ASM_ADDR): Likewise.
39856 (RAX_LP): Likewise.
39857 (RBP_LP): Likewise.
39858 (RBX_LP): Likewise.
39859 (RCX_LP): Likewise.
39860 (RDI_LP): Likewise.
39861 (RSI_LP): Likewise.
39862 (RSP_LP): Likewise.
39863 (R8_LP): Likewise.
39864 (R9_LP): Likewise.
39865 (R10_LP): Likewise.
39866 (R10_LP): Likewise.
39867 (R11_LP): Likewise.
39868 (R12_LP): Likewise.
39869 (R13_LP): Likewise.
39870 (R14_LP): Likewise.
39871 (R15_LP): Likewise.
39872
b985be81
L
398732012-05-14 H.J. Lu <hongjiu.lu@intel.com>
39874
39875 * sysdeps/x86_64/x32/dl-machine.h: New file.
39876
6a4888ff
AJ
398772012-05-14 Andreas Jaeger <aj@suse.de>
39878
39879 * manual/Makefile (subdir): Remove export of subdir.
39880 (all): Remove target.
39881 (.PHONY): Remove all from list.
39882 (mkinstalldirs): Remove.
39883 (.PHONY): Remove installdirs from list.
39884 ($(inst_infodir)/libc.info): Use make-target-directory.
39885 (installdirs): Remove.
39886 (subdir_%): Remove.
39887 (glibc-targets): Remove.
39888 (lib): Remove.
39889 (stubs): Remove.
39890 ($(objpfx)stubs ../po/manual.pot): Remove.
39891 ($(objpfx)stamp%): Remove.
39892 (make-target-directory): Remove.
39893 (subdir_install): Remove.
39894 (routines): Remove.
39895 (aux): Remove.
39896 (sources): Remove.
39897 (objects): Remove.
39898 (headers): Remove.
39899
39900 [BZ #13750]
39901 * manual/.gitignore: Remove, it's not needed anymore.
39902 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39903 all files in it.
39904 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39905 directory.
39906 (texis): Renamed to $(objpfx)texis.
39907 (texis-path): New, contains path to generated files.
39908 (chapters.%): Use texis-path for complete path, add extra argument
39909 libc-texinfo.sh.
39910 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39911 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39912 (summary,texi, stamp-summary): Use complete path of
39913 files. Generate files in build dir.
39914 (dir-add.texi): Build in build dir.
39915 (libm-err.texi,stamp-libm-err): Likewise.
39916 (version.texi, stamp-version): Likewise.
39917 (.%c.texi): Likewise.
39918 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39919 (mostlyclean): Remove target.
39920 (realclean): Remove target.
39921 (generated): Add new variable with contents from mostlyclean and
39922 realclean, remove entries duplicated in common-mostlyclean, add
39923 stamp-libm-err and stamp-version.
39924 (generated-dirs): Add libc directory.
39925 ($(inst_infodir)/libc.info): Install files from build dir.
39926
39927 * manual/install.texi (Configuring and compiling): Adjust since
39928 the info files are not part of the tar ball anymore.
39929
7ac77294
AJ
399302012-05-14 Andreas Jaeger <aj@suse.de>
39931
39932 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39933 variable.
39934
ffb7875d
JM
399352012-05-14 Joseph Myers <joseph@codesourcery.com>
39936
39937 [BZ #13717]
39938 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39939 to 2.2.0 where earlier.
39940 * sysdeps/unix/sysv/linux/configure: Regenerated.
39941 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39942 Remove conditional code.
39943 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39944 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39945 Remove conditional code.
39946 [!__NR_lchown]: Likewise.
39947 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39948 [__NR_lchown]: Likewise.
39949 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39950 comment referencing __ASSUME_LCHOWN_SYSCALL.
39951 * sysdeps/unix/sysv/linux/i386/sigaction.c
39952 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39953 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39954 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39955 Remove conditional code.
39956 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39957 (__protocol_available): Remove #if 0 code.
39958 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39959 conditional code.
39960 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39961 * sysdeps/unix/sysv/linux/kernel-features.h
39962 (__ASSUME_GETCWD_SYSCALL): Don't define.
39963 (__ASSUME_REALTIME_SIGNALS): Likewise.
39964 (__ASSUME_PREAD_SYSCALL): Likewise.
39965 (__ASSUME_PWRITE_SYSCALL): Likewise.
39966 (__ASSUME_POLL_SYSCALL): Likewise.
39967 (__ASSUME_LCHOWN_SYSCALL): Likewise.
39968 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39969 non-SPARC.
39970 (__ASSUME_SIOCGIFNAME): Don't define.
39971 (__ASSUME_MSG_NOSIGNAL): Likewise.
39972 (__ASSUME_SENDFILE): Define unconditionally.
39973 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39974 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39975 conditional code.
39976 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39977 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39978 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39979 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39980 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39981 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39982 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39983 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39984 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39985 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39986 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39987 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39988 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39989 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39990 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39991 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39992 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39993 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39994 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39995 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39996 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39997 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39998 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39999 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40000 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40001 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40002 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40003 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40004 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40005 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40006 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40007 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40008 Remove conditional code.
40009 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40010 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40011 Remove conditional code.
40012 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40013 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40014 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40015 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40016 Remove conditional code.
40017 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40018 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40019 Remove conditional code.
40020 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40021 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40022 Remove conditional code.
40023 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40024 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40025 Remove conditional code.
40026 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40027 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40028 Remove conditional code.
40029 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40030 * sysdeps/unix/sysv/linux/sh/pwrite64.c
40031 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40032 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40033 * sysdeps/unix/sysv/linux/sigaction.c
40034 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40035 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40036 * sysdeps/unix/sysv/linux/sigpending.c
40037 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40038 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40039 * sysdeps/unix/sysv/linux/sigprocmask.c
40040 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40041 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40042 * sysdeps/unix/sysv/linux/sigsuspend.c
40043 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40044 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40045 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40046 (__libc_missing_rt_sigs): Remove.
40047 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40048 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40049 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40050 Remove conditional code.
40051 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40052 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40053 return 1.
40054 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40055 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40056 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40057 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40058
1bfb7291
AJ
400592012-05-14 Andreas Jaeger <aj@suse.de>
40060
caae5a81
AJ
40061 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40062 it's not used in glibc.
40063 (__coshm1): Likewise.
40064 (__acosh1p): Likewise.
40065 (__sgn): Likewise.
40066
1bfb7291
AJ
40067 * manual/string.texi (Copying and Concatenation): Add missing
40068 variable in concat example.
40069 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40070
c044d724
L
400712012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40072
144c5467 40073 [BZ #14103]
c044d724
L
40074 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40075 __builtin_clzl with __builtin_clzll.
40076
2523c62b
L
400772012-05-14 H.J. Lu <hongjiu.lu@intel.com>
40078
40079 [BZ #14104]
40080 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40081 libc_freeres_ptr.
40082
d7bb4c42
LD
400832012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40084
40085 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40086 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40087 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40088 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40089
9dc4e1fb
MF
400902012-05-14 Mike Frysinger <vapier@gentoo.org>
40091
40092 * NEWS: Update ia64 info.
40093
c7df0112
AS
400942012-05-12 Andreas Schwab <schwab@linux-m68k.org>
40095
40096 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40097 used as bcopy.
40098
dc70356c
TS
400992012-05-12 Thomas Schwinge <thomas@codesourcery.com>
40100
40101 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40102 * sysdeps/unix/syscalls.list (dup3): Likewise.
40103 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40104 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40105
9fb1a21f
L
401062012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40107
40108 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40109 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40110
4822a2a5
L
401112012-05-11 H.J. Lu <hongjiu.lu@intel.com>
40112
40113 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40114 thread pointer.
40115 (TLS_IE): Use mov/add instead of movq/addq to load thread
40116 pointer.
40117 (TLS_GD_PREFIX): New.
40118 (TLS_GD): Use it.
40119
842b81d6
DM
401202012-05-11 David S. Miller <davem@davemloft.net>
40121
40122 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40123 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40124 (_FPU_SETCW): Likewise.
40125
1cf463cd
L
401262012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40127
40128 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40129 is 32-byte aligned.
40130
60cc4a18
AS
401312012-05-11 Andreas Schwab <schwab@linux-m68k.org>
40132
40133 [BZ #11837]
40134 * iconvdata/gb18030.c: Update tables.
40135 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
40136 characters specially.
40137 (BODY for TO_LOOP): Add encoding of missing ranges.
40138
febb44a4
TS
401392012-05-11 Thomas Schwinge <thomas@codesourcery.com>
40140
40141 [BZ #13673]
40142 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40143 * sysdeps/mach/hurd/dup3.c: Likewise.
40144 * sysdeps/mach/hurd/readlinkat.c: Likewise.
40145 * sysdeps/powerpc/memmove.c:: Likewise.
40146
0a10fb9e
L
401472012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40148
40149 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40150 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40151
df8a552f
L
401522012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40153
40154 * elf/elf.h (R_X86_64_RELATIVE64): New.
40155 (R_X86_64_NUM): Updated.
40156 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40157 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
40158 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40159 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40160 tst-quad1pie tst-quad2pie
40161 (modules-names): Add tst-quadmod1 tst-quadmod2.
40162 ($(objpfx)tst-quad1): New dependency.
40163 ($(objpfx)tst-quad2): Likewise.
40164 ($(objpfx)tst-quad1pie): Likewise.
40165 ($(objpfx)tst-quad2pie): Likewise.
40166 * sysdeps/x86_64/tst-quad1.c: New file.
40167 * sysdeps/x86_64/tst-quad1pie.c: New file.
40168 * sysdeps/x86_64/tst-quad2.c: Likewise.
40169 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40170 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40171 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40172 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40173 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40174
f34d6f84
ST
401752012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40176
f42d41d1
ST
40177 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40178 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40179 * streams/stropts.h (t_scalar_t): Define type.
40180
3c3571fc
ST
40181 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40182 (_PATH_PRESERVE): Set to "/var/lib".
40183 (_PATH_RWHODIR): Set to "/var/spool/rwho".
40184
61f06bd3
ST
40185 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40186 instead of int.
40187
918d4d71
ST
40188 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40189 if __dir_mkfile succeeded.
40190
f34d6f84
ST
40191 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40192 checking for _hurd_dtablesize. Unlock it right after having
40193 finished _hurd_dtable allocation.
40194
10589b4a
TS
401952012-05-10 Thomas Schwinge <thomas@schwinge.name>
40196
674cdbc7
TS
40197 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40198 * sysdeps/mach/hurd/configure: Regenerated.
40199 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40200 special-casing to...
40201 * sysdeps/gnu/configure.in: ... this new file.
40202 * sysdeps/unix/sysv/linux/configure: Regenerated.
40203 * sysdeps/gnu/configure: New generated file.
40204
8e41b99f
TS
40205 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40206 for Linux: use nsec instead of usec, as well as:
40207 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40208 members of type struct timespec.
40209 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40210 New macros.
40211 (struct stat64): Likewise.
40212 (_STATBUF_ST_NSEC): New macro.
40213 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40214
10589b4a
TS
40215 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40216 __strtoul_internal rather than strtoul.
40217
63643c85
PT
402182012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40219
40220 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40221 and reject them.
40222
3faebe6a
ST
402232012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40224
40225 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40226 which preserves existing values.
40227 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40228
c6474b07
PT
402292012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40230
40231 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40232 TIMEOUT values. Return EINVAL for NFDS values either negative or
40233 greater than FD_SETSIZE.
40234
1043890b
ST
402352012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40236
40237 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40238 allocated, call __vm_protect to finish enabling the existing space, and
40239 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40240 allocate the remainder.
40241
37ed8b9b
PT
402422012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40243
40244 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40245 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
40246
db653660
ST
402472012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40248
37ed8b9b
PT
40249 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40250 sysdeps/mach/hurd/readlink.c.
b29d4053 40251
db653660
ST
40252 * posix/tst-sysconf.c (posix_options): Only use
40253 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40254 _POSIX_SYNCHRONIZED_IO when they are defined
40255 * sysdeps/mach/hurd/bits/posix_opt.h:
40256 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40257 (_XOPEN_REALTIME): Undefine macro.
40258 (_XOPEN_REALTIME_THREADS): Undefine macro.
40259 (_XOPEN_SHM): Undefine macro.
40260 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40261 macro to -1.
40262 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40263 macro to -1.
40264 (_POSIX_ASYNC_IO): Undefine macro.
40265 (_POSIX_PRIORITIZED_IO): Undefine macro.
40266 (_POSIX_SPIN_LOCKS): Define macro to -1.
40267
ee16e894
ST
40268 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40269 SA_NODEFER, SA_RESETHAND.
40270 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40271 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40272 F_DUPFD_CLOEXEC.
40273
6103ae3b
TS
402742012-05-10 Thomas Schwinge <thomas@schwinge.name>
40275
40276 * elf/Makefile (pldd-modules): Define unconditionally.
40277
80b4e5f3
TS
402782012-05-10 Thomas Schwinge <thomas@schwinge.name>
40279
40280 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40281
edadcbd6
ST
402822012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40283
40284 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40285 Return ENOENT when name is empty.
40286 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40287
80694780
TS
402882012-05-10 Thomas Schwinge <thomas@schwinge.name>
40289
1792c087
TS
40290 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40291
80694780
TS
40292 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40293
6b645f0d
ST
402942012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40295
80694780
TS
40296 Fix mlock in all cases except non-readable pages.
40297 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40298 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 40299
6b645f0d
ST
40300 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40301 (__mkdir): When path is `/', just fail with EEXIST.
40302 * sysdeps/mach/hurd/mkdirat.c: Likewise.
40303
e468f8a3
TS
403042012-05-10 Thomas Schwinge <thomas@schwinge.name>
40305
40306 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40307 <sys/uio.h> (for writev).
40308 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40309 and <sys/param.h> (for MIN).
40310
a4186cff
PT
403112012-05-10 Pino Toscano <toscano.pino@tiscali.it>
40312
40313 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40314 REQUESTED_TIME. Properly set the remaining time and return EINTR
40315 if interrupted.
40316
510bbf14
TS
403172012-05-10 Thomas Schwinge <thomas@schwinge.name>
40318
40319 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40320 Depend on against $(link-rpcuserlibs).
40321
5d5722e8
ST
403222012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40323
a4186cff
PT
40324 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40325 (__libc_stack_end): Do not use attribute_relro.
40326 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40327 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 40328 to libthread-provided value.
a4186cff
PT
40329 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40330 attribute_relro.
5d5722e8 40331
37233df9
TS
403322012-05-10 Thomas Schwinge <thomas@schwinge.name>
40333
be971a2b
TS
40334 [BZ #3748]
40335 * bits/libc-lock.h (__libc_once_get): New macro.
40336 * sysdeps/mach/bits/libc-lock.h: Likewise.
40337 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40338 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40339 instead of using implementation details.
40340
37233df9
TS
40341 * libio/fileops.c: Unconditionally include <kernel-features.h>.
40342 * libio/freopen.c: Likewise.
40343 * libio/freopen64.c: Likewise.
40344 * misc/syslog.c: Likewise.
40345 * nscd/connections.c: Likewise.
40346 * nscd/netgroupcache.c: Likewise.
40347 * sysdeps/posix/getcwd.c: Likewise.
40348
38de94a5
RM
403492012-05-10 Roland McGrath <roland@hack.frob.com>
40350
40351 * math/w_ilogbf.c: Add #include <limits.h>.
40352
67530489
ST
403532012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40354
a4186cff 40355 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
40356 path instead of returning without unlocking.
40357
67530489
ST
40358 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40359 immediate-write ioctls.
40360 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40361
5aa3a74a
TS
403622012-05-10 Thomas Schwinge <thomas@schwinge.name>
40363
18bad2ae
TS
40364 * sysdeps/mach/hurd/i386/init-first.c (init): Use
40365 __builtin_frame_address instead of making assumptions about the
40366 location of the return address relative to DATA. Force early load of
40367 the return address.
40368 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40369 __builtin_frame_address.
40370
5aa3a74a
TS
40371 dup3 for GNU Hurd.
40372 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40373 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
40374 implement dup3 and do some further code clean-ups.
40375 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40376 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40377
ecd0de9a
ST
403782012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40379
cd9fa985
ST
40380 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40381
a4186cff
PT
40382 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40383 HURD_CRITICAL_END around holding _hurd_dtable_lock.
40384 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40385 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40386 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40387 d->port.lock.
802ca5a5 40388
a4186cff
PT
40389 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40390 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
40391 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 40392
bcf55240
TS
403932012-05-10 Thomas Schwinge <thomas@schwinge.name>
40394
6960eb42
TS
40395 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40396 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40397 definitions.
40398
eb43375f
TS
40399 accept4 for GNU Hurd.
40400 * include/sys/socket.h (__libc_accept4): New prototype.
40401 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
40402 to implement __libc_accept4.
40403 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40404 __libc_accept4.
40405 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40406
bcf55240
TS
40407 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40408 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40409 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40410 signal-defines.sym.
40411
6178c55b
ST
404122012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40413
a4186cff 40414 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 40415
6f080c2f
TS
404162012-05-10 Thomas Schwinge <thomas@schwinge.name>
40417
40418 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40419 assertion on O_CLOEXEC flag.
40420 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40421 * hurd/intern-fd.c: Likewise.
40422 * hurd/port2fd.c: Likewise.
40423
bcfe3a54
ST
404242012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
40425
40426 [BZ #3906]
40427 * bits/in.h (IPV6_PKTINFO): Define new macro.
40428 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40429
89c9aa49
AZ
404302012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40431
40432 [BZ #13954]
40433 [BZ #13955]
40434 [BZ #13956]
40435 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40436 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40437 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40438 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40439 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40440 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40441 * math/libm-test.inc (logb_test) : Additional logb tests.
40442
021db4be
AJ
404432012-05-09 Andreas Schwab <schwab@linux-m68k.org>
40444 Andreas Jaeger <aj@suse.de>
40445
40446 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40447 * configure: Regenerated.
40448 * config.h.in (LINK_OBSOLETE_RPC): New macro.
40449 * config.make.in (link-obsolete-rpc): New substituted variable.
40450 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40451 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40452 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40453 (shared-only-routines): Don't set it under [link-obsolete-rpc],
40454 so that libc.a contains the symbols.
40455 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40456 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40457 * sunrpc/auth_none.c: Likewise.
40458 * sunrpc/auth_unix.c: Likewise.
40459 * sunrpc/authdes_prot.c: Likewise.
40460 * sunrpc/authuxprot.c: Likewise.
40461 * sunrpc/clnt_gen.c: Likewise.
40462 * sunrpc/clnt_perr.c: Likewise.
40463 * sunrpc/clnt_raw.c: Likewise.
40464 * sunrpc/clnt_simp.c: Likewise.
40465 * sunrpc/clnt_tcp.c: Likewise.
40466 * sunrpc/clnt_udp.c: Likewise.
40467 * sunrpc/clnt_unix.c: Likewise.
40468 * sunrpc/des_crypt.c: Likewise.
40469 * sunrpc/des_soft.c: Likewise.
40470 * sunrpc/get_myaddr.c: Likewise.
40471 * sunrpc/key_call.c: Likewise.
40472 * sunrpc/key_prot.c: Likewise.
40473 * sunrpc/netname.c: Likewise.
40474 * sunrpc/pm_getmaps.c: Likewise.
40475 * sunrpc/pm_getport.c: Likewise.
40476 * sunrpc/pmap_clnt.c: Likewise.
40477 * sunrpc/pmap_prot.c: Likewise.
40478 * sunrpc/pmap_prot2.c: Likewise.
40479 * sunrpc/pmap_rmt.c: Likewise.
40480 * sunrpc/publickey.c: Likewise.
40481 * sunrpc/rpc_cmsg.c: Likewise.
40482 * sunrpc/rpc_common.c: Likewise.
40483 * sunrpc/rpc_dtable.c: Likewise.
40484 * sunrpc/rpc_prot.c: Likewise.
40485 * sunrpc/rpc_thread.c: Likewise.
40486 * sunrpc/rtime.c: Likewise.
40487 * sunrpc/svc.c: Likewise.
40488 * sunrpc/svc_auth.c: Likewise.
40489 * sunrpc/svc_raw.c: Likewise.
40490 * sunrpc/svc_run.c: Likewise.
40491 * sunrpc/svc_tcp.c: Likewise.
40492 * sunrpc/svc_udp.c: Likewise.
40493 * sunrpc/svc_unix.c: Likewise.
40494 * sunrpc/svcauth_des.c: Likewise.
40495 * sunrpc/xcrypt.c: Likewise.
40496 * sunrpc/xdr.c: Likewise.
40497 * sunrpc/xdr_array.c: Likewise.
40498 * sunrpc/xdr_float.c: Likewise.
40499 * sunrpc/xdr_intXX_t.c: Likewise.
40500 * sunrpc/xdr_mem.c: Likewise.
40501 * sunrpc/xdr_rec.c: Likewise.
40502 * sunrpc/xdr_ref.c: Likewise.
40503 * sunrpc/xdr_sizeof.c: Likewise.
40504 * sunrpc/xdr_stdio.c: Likewise.
40505
b5c086a2
RM
405062012-05-10 Roland McGrath <roland@hack.frob.com>
40507
40508 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40509 change. Update copyright years.
40510
6d74dd09
JM
405112012-05-10 Joseph Myers <joseph@codesourcery.com>
40512
40513 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40514
28e72501
MK
405152012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
40516 Joseph Myers <joseph@codesourcery.com>
40517 Paul Pluzhnikov <ppluzhnikov@google.com>
40518
40519 [BZ #14012]
40520 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40521 requiring rpcgen.
40522 [cross-compiling] (extra-libs): Likewise.
40523 [cross-compiling] (extra-libs-others): Likewise.
40524 [cross-compiling] (librpcsvc-routines): Likewise.
40525 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40526 [cross-compiling] (omit-deps): Likewise.
40527 (sunrpc-CPPFLAGS): New variable.
40528 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40529 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40530 (cross-rpcgen-objs): New variable.
40531 (extra-objs): Append $(cross-rpcgen-objs).
40532 ($(cross-rpcgen-objs)): New rule.
40533 ($(objpfx)cross-rpcgen): Likewise.
40534 (rpcgen-cmd): Define to use $(built-program-file). Expand
40535 comment.
40536 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40537 ($(objpfx)x%.stmp): Likewise.
40538 * sunrpc/proto.h [IS_IN_build] (_): Define.
40539 [IS_IN_build] (_libc_intl_domainname): Likewise.
40540
c8c59454
L
405412012-05-10 H.J. Lu <hongjiu.lu@intel.com>
40542
40543 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40544 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40545 and R_X86_64_TPOFF64.
40546
6f27cd16
JM
405472012-05-10 Joseph Myers <joseph@codesourcery.com>
40548
40549 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40550 sysdeps/unix/sysv/syscalls.list.
40551 (stime): Likewise.
40552 (utime): Likewise.
40553 * sysdeps/unix/sysv/syscalls.list: Remove file.
40554
02467e1c
PE
405552012-05-10 Paul Eggert <eggert@cs.ucla.edu>
40556
40557 [BZ #3440]
40558 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40559 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40560 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40561 (__LC_IDENTIFICATION): Make these macros useful in #if
40562 expressions, as required by C99.
40563
da392631
AS
405642012-05-10 Andreas Schwab <schwab@linux-m68k.org>
40565
40566 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40567 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
40568 after this.
40569
8115f29b
L
405702012-05-09 H.J. Lu <hongjiu.lu@intel.com>
40571
40572 * stdlib/longlong.h: Updated from GCC.
40573
bdd74070
AJ
405742012-05-09 Andreas Jaeger <aj@suse.de>
40575
edfe0dbe
AJ
40576 * nscd/nscd.c (run_modes): Make named enum, reorder so that
40577 default is first entry.
40578 (run_mode): Set type.
40579 (main): Remove informal message about syslog.
40580 (options): Fix typo.
40581
bcfe3a54
ST
40582 [BZ #14053]
40583 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 40584 to asm.
bcfe3a54
ST
40585 (lrint): Likewise.
40586 (llrintf): Likewise.
40587 (llrint): Likewise.
40588 (rint): Likewise.
40589 (rintf): Likewise.
40590 (nearbyint): Likewise.
40591 (nearbyintf): Likewise.
bdd74070 40592
91d8d69e
AJ
405932012-05-09 Andreas Jaeger <aj@suse.de>
40594 Pedro Alves <palves@redhat.com>
40595
40596 * nscd/nscd.c (run_mode): Use enum.
40597 (main): Cleanup coding style issue.
40598
bb90b80b
AJ
405992012-05-09 Alexandre Oliva <aoliva@redhat.com>
40600 Andreas Jaeger <aj@suse.de>
40601
bcfe3a54
ST
40602 * nscd/nscd.c (go_background): Replaced with...
40603 (run_mode): ... this.
bb90b80b 40604 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
40605 (options): Add -F --foreground.
40606 (main): Implement it.
40607 (parse_opt): Parse it.
bb90b80b 40608
1a4b75a1
AJ
406092012-05-09 Andreas Jaeger <aj@suse.de>
40610
40611 [BZ #14083]
40612 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40613 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40614 -Wconversion warning.
40615 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40616 Likewise.
40617
b1cc2472
JM
406182012-05-09 Joseph Myers <joseph@codesourcery.com>
40619
40620 * conform/data/locale.h-data (NULL): Use macro-constant. Require
40621 == 0.
40622 (LC_ALL): Use macro-int-constant.
40623 (LC_COLLATE): Likewise.
40624 (LC_CTYPE): Likewise.
40625 (LC_MESSAGES): Likewise.
40626 (LC_MONETARY): Likewise.
40627 (LC_NUMERIC): Likewise.
40628 (LC_TIME): Likewise.
40629 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40630 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40631 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40632 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40633 Specify type.
40634 [C99-based standards] (float_t): Expect type.
40635 [C99-based standards] (double_t): Expect type.
40636 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
40637 type.
40638 [C99-based standards] (HUGE_VALL): Likewise.
40639 [C99-based standards] (INFINITY): Likewise.
40640 [C99-based standards] (NAN): Likewise.
40641 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40642 [C99-based standards] (FP_NAN): Likewise.
40643 [C99-based standards] (FP_NORMAL): Likewise.
40644 [C99-based standards] (FP_SUBNORMAL): Likewise.
40645 [C99-based standards] (FP_ZERO): Likewise.
40646 [C99-based standards] (FP_FAST_FMA): Use
40647 optional-macro-int-constant. Specify type. Require == 1.
40648 [C99-based standards] (FP_FAST_FMAF): Likewise.
40649 [C99-based standards] (FP_FAST_FMAL): Likewise.
40650 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40651 [C99-based standards] (FP_ILOGBNAN): Likewise.
40652 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40653 Specify type.
40654 [C99-based standards] (MATH_ERREXCEPT): Likewise.
40655 [C99-based standards] (math_errhandling): Specify type.
40656 [ISO99 || ISO11] (signgam): Do not allow.
40657 [non-C99-based standards] (copysignf): Do not allow.
40658 [non-C99-based standards] (exp2f): Likewise.
40659 [non-C99-based standards] (log2f): Likewise.
40660 [non-C99-based standards] (modff): Allow.
40661 [non-C99-based standards] (erff): Do not allow.
40662 [non-C99-based standards] (erfcf): Likewise.
40663 [non-C99-based standards] (gammaf): Likewise.
40664 [non-C99-based standards] (hypotf): Likewise.
40665 [non-C99-based standards] (j0f): Likewise.
40666 [non-C99-based standards] (j1f): Likewise.
40667 [non-C99-based standards] (jnf): Likewise.
40668 [non-C99-based standards] (lgammaf): Likewise.
40669 [non-C99-based standards] (tgammaf): Likewise.
40670 [non-C99-based standards] (y0f): Likewise.
40671 [non-C99-based standards] (y1f): Likewise.
40672 [non-C99-based standards] (ynf): Likewise.
40673 [non-C99-based standards] (isnanf): Likewise.
40674 [non-C99-based standards] (acoshf): Likewise.
40675 [non-C99-based standards] (asinhf): Likewise.
40676 [non-C99-based standards] (atanhf): Likewise.
40677 [non-C99-based standards] (cbrtf): Likewise.
40678 [non-C99-based standards] (expm1f): Likewise.
40679 [non-C99-based standards] (ilogbf): Likewise.
40680 [non-C99-based standards] (log1pf): Likewise.
40681 [non-C99-based standards] (logbf): Likewise.
40682 [non-C99-based standards] (nextafterf): Likewise.
40683 [non-C99-based standards] (remainderf): Likewise.
40684 [non-C99-based standards] (rintf): Likewise.
40685 [non-C99-based standards] (scalbf): Likewise.
40686 [non-C99-based standards] (copysignl): Likewise.
40687 [non-C99-based standards] (exp2l): Likewise.
40688 [non-C99-based standards] (log2l): Likewise.
40689 [non-C99-based standards] (modfl): Allow.
40690 [non-C99-based standards] (erfl): Do not allow.
40691 [non-C99-based standards] (erfcl): Likewise.
40692 [non-C99-based standards] (gammal): Likewise.
40693 [non-C99-based standards] (hypotl): Likewise.
40694 [non-C99-based standards] (j0l): Likewise.
40695 [non-C99-based standards] (j1l): Likewise.
40696 [non-C99-based standards] (jnl): Likewise.
40697 [non-C99-based standards] (lgammal): Likewise.
40698 [non-C99-based standards] (tgammal): Likewise.
40699 [non-C99-based standards] (y0l): Likewise.
40700 [non-C99-based standards] (y1l): Likewise.
40701 [non-C99-based standards] (ynl): Likewise.
40702 [non-C99-based standards] (isnanl): Likewise.
40703 [non-C99-based standards] (acoshl): Likewise.
40704 [non-C99-based standards] (asinhl): Likewise.
40705 [non-C99-based standards] (atanhl): Likewise.
40706 [non-C99-based standards] (cbrtl): Likewise.
40707 [non-C99-based standards] (expm1l): Likewise.
40708 [non-C99-based standards] (ilogbl): Likewise.
40709 [non-C99-based standards] (log1pl): Likewise.
40710 [non-C99-based standards] (logbl): Likewise.
40711 [non-C99-based standards] (nextafterl): Likewise.
40712 [non-C99-based standards] (remainderl): Likewise.
40713 [non-C99-based standards] (rintl): Likewise.
40714 [non-C99-based standards] (scalbl): Likewise.
40715 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40716 [non-C99-based standards] (FP_*): Do not allow.
40717 [C99-based standards] (FP_*): Change to
40718 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40719 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40720 allow.
40721 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40722 (SIG_ERR): Likewise.
40723 [X/Open-based standards] (SIG_HOLD): Likewise.
40724 (SIG_IGN): Likewise.
40725 (SIGABRT): Use macro-int-constant. Specify type. Require
40726 positive value.
40727 (SIGFPE): Likewise.
40728 (SIGILL): Likewise.
40729 (SIGINT): Likewise.
40730 (SIGSEGV): Likewise.
40731 (SIGTER): Likewise.
40732 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40733 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40734 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40735 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40736 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40737 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40738 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40739 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40740 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40741 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40742 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40743 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40744 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40745 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40746 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40747 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40748 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40749 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40750 [X/Open-based standards] (SIGTRAP): Likewise.
40751 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40752 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40753 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40754 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40755 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40756 allow.
40757
b9f1922d
IW
407582012-05-08 Ian Wienand <ianw@vmware.com>
40759
40760 [BZ #14080]
40761 * time/tzset.c (__tzset_parse_tz): Update default rules for
40762 daylight time changes in the Energy Policy Act of 2005.
40763
1db86e88
AJ
407642012-05-09 Andreas Jaeger <aj@suse.de>
40765
40766 [BZ #13983]
40767 * elf/ldconfig.c (parse_conf): Change string to make clear that
40768 ldconfig only issued a warning if ld.so.conf does not exist.
40769
dee4a4e3
DM
407702012-05-08 David S. Miller <davem@davemloft.net>
40771
ee0db190
DM
40772 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40773 movxtod instead of popping the value on the stack.
40774
dee4a4e3
DM
40775 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40776
6a43ec98
CD
407772012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
40778
40779 * config.h.in: Add HAVE_ARM_PCS_VFP.
40780
05c2c961
RMG
407812012-05-08 Roland Mc Grath <roland@hack.frob.com>
40782
bcfe3a54
ST
40783 [BZ #13979]
40784 * include/features.h: Warn if user requests __FORTIFY_SOURCE
40785 checking but the checks are disabled for any reason.
05c2c961 40786
4b30f61a
L
407872012-05-08 H.J. Lu <hongjiu.lu@intel.com>
40788
40789 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40790 and ELF64_R_TYPE with ELFW(R_TYPE).
40791
eee2bc67
JM
407922012-05-08 Joseph Myers <joseph@codesourcery.com>
40793
7ea5391a
JM
40794 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40795 (ulimit): Likewise.
40796
eee2bc67
JM
40797 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40798 (settimeofday): Likewise.
40799
abb66a67
MF
408002012-05-08 Mike Frysinger <vapier@gentoo.org>
40801
40802 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
40803 a struct th_u2 inside the union, and move tu_block/tu_code into
40804 a new th_u3 union of tu_block/tu_code inside of that. Move
40805 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
40806 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
40807 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40808 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40809 (th_stuff): Change to th_u1.tu_stuff.
40810 (th_data): Define.
40811 (th_msg): Change to th_u1.th_u2.tu_data.
40812
7f18b530
DM
408132012-05-07 David S. Miller <davem@davemloft.net>
40814
05760585
DM
40815 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40816
7f18b530
DM
40817 [BZ #14074]
40818 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40819 (SETUP_PIC_REG): Use it.
40820 (SETUP_PIC_REG_LEAF): Use it.
40821
495fd99f
JM
408222012-05-07 Joseph Myers <joseph@codesourcery.com>
40823
40824 [BZ #13885]
40825 [BZ #13923]
40826 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40827 USE_AS_EXPM1L.
40828 (EXPL_FINITE): Likewise.
40829 (FLDLOG): Likewise.
40830 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40831 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40832 e_expl.S.
40833 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40834 USE_AS_EXPM1L.
40835 (EXPL_FINITE): Likewise.
40836 (FLDLOG): Likewise.
40837 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40838 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40839 e_expl.S.
40840 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
40841 test of -max_value argument for long double.
40842 * sysdeps/i386/fpu/libm-test-ulps: Update.
40843 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40844
6693d694
DM
408452012-05-06 David S. Miller <davem@davemloft.net>
40846
40847 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40848 quad soft-float symbols whose references which are compiler
40849 generated.
40850 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40851
6c23e11c
JM
408522012-05-06 Joseph Myers <joseph@codesourcery.com>
40853
d8b82cad
JM
40854 [BZ #13884]
40855 [BZ #13914]
40856 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40857 USE_AS_EXP10L.
40858 (EXPL_FINITE): Likewise.
40859 (FLDLOG): Likewise.
40860 (c0): Likewise.
40861 (c1): Likewise.
40862 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
40863 Adjust comments for base varying.
40864 (__expl_finite): Change alias to EXPL_FINITE.
40865 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40866 e_expl.S.
40867 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40868 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40869 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40870 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40871 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40872 USE_AS_EXP10L.
40873 (EXPL_FINITE): Likewise.
40874 (FLDLOG): Likewise.
40875 (c0): Likewise.
40876 (c1): Likewise.
40877 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
40878 Adjust comments for base varying.
40879 (__expl_finite): Change alias to EXPL_FINITE.
40880 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
40881 tests for bugs.
40882 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40883
6c23e11c
JM
40884 [BZ #14064]
40885 * math/libm-test.inc (check_float_internal): Correct ulp
40886 calculation for subnormal expected results.
40887
29ba805c
AJ
408882012-05-06 Andreas Jaeger <aj@suse.de>
40889
40890 * Makeconfig (+math-flags): New, set to -frounding-math.
40891 (+cflags): Add +math-flags so that all of glibc gets compiled with
40892 it.
40893
40894 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40895
7b17aeda
JM
408962012-05-05 Joseph Myers <joseph@codesourcery.com>
40897
5779f134
JM
40898 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40899 Disable one test.
40900
41498f4d
JM
40901 [BZ #13787]
40902 [BZ #13922]
40903 [BZ #14036]
40904 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40905 (__ieee754_expl): Allow for and saturate large arguments.
40906 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40907 (u_threshold): Likewise.
40908 (__exp): Call __ieee754_exp before checking for overflow and
40909 underflow.
40910 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40911 (u_threshold): Likewise.
40912 (__expf): Call __ieee754_expf before checking for overflow and
40913 underflow.
40914 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40915 (u_threshold): Likewise.
40916 (__expl): Call __ieee754_expl before checking for overflow and
40917 underflow.
40918 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40919 (__ieee754_expl): Allow for and saturate large arguments.
40920 * math/libm-test.inc (exp_test): Add another test. Do not allow
40921 missing overflow exception on overflow.
40922 (expm1_test): Do not allow missing overflow exception on overflow.
40923
6698b8bf
JM
40924 * sysdeps/i386/fpu/e_expl.c: Move to ...
40925 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
40926 rather than using inline asm.
40927 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40928 * sysdeps/x86_64/fpu/e_expl.S: Copy from
40929 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40930
7b17aeda
JM
40931 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40932 (nice): Likewise.
40933 (poll): Likewise.
40934 (signal): Likewise.
40935 (time): Likewise.
40936 (times): Likewise.
40937
f7c85819
JM
409382012-05-04 Joseph Myers <joseph@codesourcery.com>
40939
40940 * sysdeps/unix/syscalls.list (adjtime): Add entry from
40941 sysdeps/unix/common/syscalls.list.
40942 (fchmod): Likewise.
40943 (fchown): Likewise.
40944 (ftruncate): Likewise.
40945 (getrusage): Likewise.
40946 (gettimeofday): Likewise.
40947 (setpgid): Likewise.
40948 (setregid): Likewise.
40949 (setreuid): Likewise.
40950 (sigaction): Likewise.
40951 (truncate): Likewise.
40952 (vhangup): Likewise.
40953 * sysdeps/unix/common/syscalls.list: Remove file.
40954 * sysdeps/unix/bsd/Implies: Don't include unix/common.
40955 * sysdeps/unix/sysv/linux/Implies: Likewise.
40956
336270d0
L
409572012-05-04 H.J. Lu <hongjiu.lu@intel.com>
40958
40959 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40960 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40961 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40962 Moved to ...
40963 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40964 Here.
40965 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40966 to ...
40967 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40968 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40969 to ...
40970 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40971 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40972 to ...
40973 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40974 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40975 to ...
40976 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40977 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40978 to ...
40979 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40980 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40981 to ...
40982 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40983 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40984 to ...
40985 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40986 Here.
40987 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40988 to ...
40989 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40990 Here.
40991 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40992 to ...
40993 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40994 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40995 Moved to ...
40996 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40997 Here.
40998 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40999 to ...
41000 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41001
d128e450
JM
410022012-05-04 Joseph Myers <joseph@codesourcery.com>
41003
fa8ee516
JM
41004 * sysdeps/unix/common/bits/dirent.h: Remove file.
41005 * sysdeps/unix/common/bits/fcntl.h: Likewise.
41006
d128e450
JM
41007 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41008 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41009 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41010 * sysdeps/unix/bsd/isatty.c: Likewise.
41011 * sysdeps/unix/bsd/tcdrain.c: Likewise.
41012 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41013 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41014
ff8faaf0 410152012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 41016
62881be4 41017 [BZ #13563]
31dc8730
AZ
41018 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41019 long double comparison inaccuracies.
41020 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41021 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41022
6fef930c
AS
410232012-05-04 Andreas Schwab <schwab@linux-m68k.org>
41024
41025 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41026 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41027
8f203e6c
JM
410282012-05-04 Joseph Myers <joseph@codesourcery.com>
41029
41030 [BZ #14049]
41031 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41032 nonzero digits before rounding a hex value.
41033 * stdlib/tst-strtod.c (tests): Add another test.
41034
5197d9c2
AK
410352012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41036
41037 * sysdeps/s390/fpu/libm-test-ulps: Update.
41038
f0c1dedf
AJ
410392012-05-03 Andreas Jaeger <aj@suse.de>
41040
41041 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41042 does not get optimized out.
41043 (malloc_opt_barrier): New.
41044
a65ef2ae 410452012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 41046 Roland McGrath <roland@hack.frob.com>
a65ef2ae 41047
2b942cb7 41048 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 41049 intermediate file deletion.
2b942cb7 41050 (generated): Add .symlist files.
a65ef2ae 41051
54b71e02
JM
410522012-05-03 Joseph Myers <joseph@codesourcery.com>
41053
41054 [BZ #13775]
41055 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41056 Redirect under this condition.
41057 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41058 [__USE_GNU] (__dprintf_chk): Not under this condition.
41059 [__USE_GNU] (__vdprintf_chk): Likewise.
41060 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41061 under this condition.
41062 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41063 [__USE_XOPEN2K8] (dprintf): Define under this condition.
41064 [__USE_XOPEN2K8] (vdprintf): Likewise.
41065 [__USE_GNU] (__dprintf_chk): Not under this condition.
41066 [__USE_GNU] (__vdprintf_chk): Likewise.
41067 [__USE_GNU] (dprintf): Likewise.
41068 [__USE_GNU] (vdprintf): Likewise.
41069
d3dfcc41
RM
410702012-05-03 Roland McGrath <roland@hack.frob.com>
41071
41072 * elf/Makefile (common-generated): Set this instead of generated for
41073 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
41074 $(all-built-dso)-derived lists.
41075
7ac30cc5
AJ
410762012-05-03 Andreas Jaeger <aj@suse.de>
41077
0c51e550
AJ
41078 * sysdeps/i386/fpu/libm-test-ulps: Update.
41079
7ac30cc5
AJ
41080 * FAQ: Removed.
41081 * FAQ.in: Likewise.
41082 * scripts/gen-FAQ.pl: Likewise.
41083 * manual/install.texi (Installation): Point to online location of
41084 FAQ.
41085 * Makefile (files-for-dist): Remove FAQ.
41086 (FAQ): Remove.
41087
d4c2917f
AM
410882012-05-02 Allan McRae <allan@archlinux.org>
41089
41090 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41091 (LDFLAGS-reldepmod5.so): Likewise.
41092 (LDFLAGS-reldep6mod1.so): Likewise.
41093 (LDFLAGS-reldep6mod4.so): Likewise.
41094 (LDFLAGS-reldep8mod3.so): Likewise.
41095 (LDFLAGS-unload4mod1.so): Likewise.
41096 (LDFLAGS-unload4mod2.so): Likewise.
41097 (LDFLAGS-tst-initorder): Likewise.
41098 (LDFLAGS-tst-initordera2.so): Likewise.
41099 (LDFLAGS-tst-initordera3.so): Likewise.
41100 (LDFLAGS-tst-initordera4.so): Likewise.
41101 (LDFLAGS-tst-initorderb2.so): Likewise.
41102 (LDFLAGS-noload): Likewise.
41103 (LDFLAGS-next): Likewise.
41104 (LDFLAGS-order2mod1.so): Likewise.
41105 (LDFLAGS-order2mod2.so): Likewise.
41106 (LDFLAGS-tst-initorder2): Likewise.
41107 (LDFLAGS-tst-initorder2a.so): Likewise.
41108 (LDFLAGS-tst-initorder2b.so): Likewise.
41109 (LDFLAGS-tst-initorder2c.so): Likewise.
41110 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41111
d77f993f
DM
411122012-05-02 David S. Miller <davem@davemloft.net>
41113
41114 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41115
171a70b4
PP
411162012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
41117
41118 [BZ #14055]
41119 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41120
0be196ad
AJ
411212012-05-02 Andreas Jaeger <aj@suse.de>
41122
41123 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41124 since we manipulate rounding mode.
41125 (CPPFLAGS-test-idouble.c): Likewise.
41126 (CPPFLAGS-test-ifloat.c): Likewise.
41127 (CFLAGS-test-ldouble.c): Likewise.
41128 (CFLAGS-test-double.c): Likewise.
41129 (CFLAGS-test-float.c): Likewise.
41130 (CFLAGS-test-misc.c): Likewise.
41131 (CFLAGS-test-test-fenv.c): Likewise.
41132
4f9d04aa
AZ
411332012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41134
2b942cb7
RM
41135 [BZ #2550]
41136 [BZ #2570]
41137 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41138 comparisons to determine direction to adjust input.
4f9d04aa 41139
82a79e7d
RM
411402012-05-01 Roland McGrath <roland@hack.frob.com>
41141
f5a01ca9
RM
41142 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41143 output to the target.
41144
90fe4186
RM
41145 * scripts/localplt.awk: New file.
41146 * elf/Makefile ($(objpfx)check-localplt): Target removed.
41147 (check-localplt-CFLAGS): Variable removed.
41148 ($(all-built-dso:=.jmprel)): New static pattern rule.
41149 (generated): Add those targets.
41150 (localplt-built-dso): New variable.
41151 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41152
41153 * elf/check-localplt.c: File removed.
41154
82397ed6
RM
41155 * scripts/check-execstack.awk: New file.
41156 * elf/Makefile ($(objpfx)check-execstack): Target removed.
41157 (check-execstack-CFLAGS): Variable removed.
41158 ($(objpfx)check-execstack.h): Target removed.
41159 ($(objpfx)execstack-default): New target.
41160 (generated): Add that instead of check-execstack.h.
41161 ($(all-built-dso:=.phdr)): New static pattern rule.
41162 (generated): Add those targets.
41163 * elf/check-execstack.c: File removed.
41164
82a79e7d
RM
41165 * scripts/check-textrel.awk: New file.
41166 * elf/Makefile ($(objpfx)check-textrel): Target removed.
41167 (check-textrel-CFLAGS): Variable removed.
41168 (all-built-dso): Use := to define.o
41169 ($(all-built-dso:=.dyn)): New static pattern rule.
41170 (generated): Add those targets.
41171 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41172 * config.make.in (READELF): New substituted variable.
41173 * elf/check-textrel.c: File removed.
41174
62fde54f 411752012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 41176
615605c9
JM
41177 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41178 allow.
41179 * conform/data/ctype.h-data [C99-based standards] (isblank):
41180 Expect function.
41181 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41182 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41183 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41184 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41185 Specify type. Require positive value.
41186 (EILSEQ): Likewise.
41187 (ERANGE): Likewise.
41188 [ISO || POSIX] (EILSEQ): Do not expect.
41189 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41190 Specify type. Require positive value.
41191 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41192 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41193 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41194 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41195 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41196 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41197 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41198 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41199 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41200 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41201 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41202 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41203 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41204 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41205 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41206 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41207 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41208 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41209 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41210 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41211 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41212 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41213 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41214 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41215 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41216 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41217 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41218 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41219 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41220 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41221 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41222 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41223 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41224 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41225 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41226 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41227 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41228 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41229 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41230 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41231 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41232 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41233 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41234 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41235 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41236 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41237 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41238 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41239 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41240 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41241 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41242 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41243 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41244 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41245 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41246 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41247 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41248 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41249 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41250 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41251 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41252 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41253 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41254 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41255 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41256 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41257 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41258 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41259 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41260 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41261 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41262 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41263 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41264 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41265 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41266 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41267 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41268 Require >= 2.
41269 (FLT_ROUNDS): Expect as macro, not constant.
41270 (FLT_MANT_DIG): Use macro-int-constant.
41271 (DBL_MANT_DIG): Likewise.
41272 (LDBL_MANT_DIG): Likewise.
41273 (FLT_DIG): Likewise.
41274 (DBL_DIG): Likewise.
41275 (LDBL_DIG): Likewise.
41276 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
41277 (DBL_MIN_EXP): Likewise.
41278 (LDBL_MIN_EXP): Likewise.
41279 (FLT_MAX_EXP): Use macro-int-constant.
41280 (DBL_MAX_EXP): Likewise.
41281 (LDBL_MAX_EXP): Likewise.
41282 (FLT_MAX_10_EXP): Likewise.
41283 (DBL_MAX_10_EXP): Likewise.
41284 (LDBL_MAX_10_EXP): Likewise.
41285 (FLT_MAX): Use macro-constant.
41286 (DBL_MAX): Likewise.
41287 (LDBL_MAX): Likewise.
41288 (FLT_EPSILON): Use macro-constant. Give upper bound.
41289 (DBL_EPSILON): Likewise.
41290 (LDBL_EPSILON): Likewise.
41291 (FLT_MIN): Likewise.
41292 (DBL_MIN): Likewise.
41293 (LDBL_MIN): Likewise.
41294 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41295 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41296 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41297 [ISO11] (FLT_HAS_SUBNORM): Likewise.
41298 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41299 [ISO11] (DBL_DECIMAL_DIG): Likewise.
41300 [ISO11] (FLT_DECIMAL_DIG): Likewise.
41301 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41302 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41303 [ISO11] (FLT_TRUE_MIN): Likewise.
41304 [ISO11] (LDBL_TRUE_MIN): Likewise.
41305 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41306 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41307 (SCHAR_MIN): Use macro-int-constant. Specify type.
41308 (SCHAR_MAX): Likewise.
41309 (UCHAR_MAX): Likewise.
41310 (CHAR_MIN): Likewise.
41311 (CHAR_MAX): Likewise.
41312 (MB_LEN_MAX): Use macro-int-constant.
41313 (SHRT_MIN): Use macro-int-constant. Specify type.
41314 (SHRT_MAX): Likewise.
41315 (USHRT_MAX): Likewise.
41316 (INT_MAX): Likewise.
41317 (INT_MIN): Use macro-int-constant. Specify type. Make upper
41318 bound negative.
41319 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
41320 bound with "U".
41321 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41322 bound with "L".
41323 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
41324 bound negative. Suffix upper bound with "L".
41325 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
41326 bound with "UL".
41327 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41328 Specify type.
41329 [C99-based standards] (LLONG_MAX): Likewise.
41330 [C99-based standards] (ULLONG_MAX): Likewise.
41331 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
41332 == 0.
41333 [ISO11] (max_align_t): Require type.
41334 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41335
c9140a62
JM
41336 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41337 from $CFLAGS, without defining away __attribute__ calls.
41338 (checknamespace): Use $CFLAGS_namespace.
41339
9af0bf29
JM
41340 * conform/conformtest.pl (@keywords): Only include C99 keywords
41341 for standards based on C99 or C11.
41342
343222a2
JM
41343 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41344 Disable tests.
41345 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41346 UNIX98]: Likewise.
41347
661f8cf0
JM
41348 * conform/conformtest.pl: Handle "macro-int-constant" and test for
41349 usability of symbols in #if.
41350
ee74b9cb
JM
41351 * conform/conformtest.pl: If macro or constant types start
41352 "promoted:", expect the symbol to be of the following type
41353 promoted by the integer promotions.
62fde54f 41354
aafc49b3
JM
41355 * conform/conformtest.pl: Parse all "constant" and "macro" lines
41356 in one place. Also handle "macro-constant".
41357
fefdf574
JM
41358 * conform/conformtest.pl: Only accept expected macro values with
41359 "==". Parse all "macro" lines in one place.
41360 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41361
f2d922fe
JM
41362 * conform/conformtest.pl: Handle braced types on "constant" lines
41363 instead of handling "typed-constant".
41364 * conform/data/signal.h-data: Use "constant" instead of
41365 "typed-constant".
41366
d22956c9
JM
41367 * conform/conformtest.pl: Handle "optional-" at start of lines in
41368 one place rather than duplicating several cases. Handle each
41369 format of "macro" line with initial "optional-".
41370
028e2e38
JM
41371 * conform/conformtest.pl: Only accept expected constant or
41372 optional-constant values with "==". Parse all "constant" lines in
41373 one place. Parse all "optional-constant" lines in one place.
41374 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41375 * conform/data/fmtmsg.h-data: Likewise.
41376 * conform/data/netinet/in.h-data: Likewise.
41377 * conform/data/tar.h-data: Likewise.
41378 * conform/data/limits.h-data: Use "==" form on "constant" and
41379 "optional-constant" lines.
41380
1b8f2850
JM
41381 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41382 Use -std=c99 for XOPEN2K.
41383 (@knownproblems): Remove.
41384 (newtoken): Don't check %isknown.
41385
a05a144b
JM
41386 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41387 Do not expect macro.
41388 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41389 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41390 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41391 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41392 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41393 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41394 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41395 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41396 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41397 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41398 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41399 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41400 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41401 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41402 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41403 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41404 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41405 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41406 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41407 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41408 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41409 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41410 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41411 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41412 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41413 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41414 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41415 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41416 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41417 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41418 [XPG3] (acosh): Likewise.
41419 [XPG3] (asinh): Likewise.
41420 [XPG3] (atanh): Likewise.
41421 [XPG3] (cbrt): Likewise.
41422 [XPG3] (expm1): Likewise.
41423 [XPG3] (ilogb): Likewise.
41424 [XPG3] (log1p): Likewise.
41425 [XPG3] (logb): Likewise.
41426 [XPG3] (nextafter): Likewise.
41427 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41428 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41429 [XPG3] (remainder): Likewise.
41430 [XPG3] (rint): Likewise.
41431 [XPG3 || XPG4 || UNIX98] (round): Likewise.
41432 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41433 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41434 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41435 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41436 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41437 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41438 [UNIX98 || XOPEN2K] (scalb): Expect.
41439 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41440 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41441 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41442 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41443 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41444 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41445 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41446 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41447 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41448 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41449 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41450 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41451 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41452 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41453 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41454 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41455 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41456 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41457 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41458 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41459 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41460 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41461 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41462 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41463 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41464 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41465 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41466 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41467 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41468 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41469 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41470 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41471 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41472 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41473 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41474 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41475 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41476 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41477 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41478 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41479 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41480 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41481 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41482 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41483 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41484 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41485 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41486 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41487 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41488 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41489 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41490 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41491 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41492 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41493 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41494 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41495 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41496 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41497 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41498 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41499 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41500 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41501 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41502 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41503 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41504 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41505 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41506 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41507 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41508 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41509 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41510 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41511 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41512 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41513 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41514 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41515 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41516 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41517 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41518 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41519 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41520 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41521 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41522 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41523 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41524 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41525 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41526 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41527 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41528 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41529 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41530 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41531 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41532 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41533 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41534 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41535 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41536 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41537 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41538 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41539 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41540 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41541 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41542 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41543 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41544 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41545 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41546 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41547 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41548 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41549 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41550 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41551 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41552 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41553 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41554 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41555 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41556 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41557 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41558 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41559 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41560 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41561 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41562 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41563 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41564 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41565 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41566 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41567 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41568 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41569 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41570 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41571 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41572 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41573 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41574 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41575 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41576
73c5ebe3
JM
41577 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41578 _XOPEN_SOURCE_EXTENDED for XPG4.
41579
39c33b6c
JM
41580 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41581
62fde54f
JM
41582 * Makeconfig (localtime): Remove variable.
41583 (inst_localtime-file): Likewise.
41584
0741d64c
AS
415852012-05-01 Andreas Schwab <schwab@linux-m68k.org>
41586
41587 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41588 Update.
41589 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41590 Update.
41591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41592 Update.
41593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41594 Update.
41595 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41596 Update.
41597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41598 Update.
41599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41600 Update.
41601 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41602 Update.
41603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41604 Update.
41605
7cb029ee
JM
416062012-05-01 Joseph Myers <joseph@codesourcery.com>
41607
41608 [BZ #2550]
41609 [BZ #2570]
41610 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41611 comparisons to determine direction to adjust input.
41612 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41613 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41614 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41615 Likewise.
41616 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41617 Likewise.
41618 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41619 Likewise.
41620 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41621 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41622 Likewise.
41623 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41624 Likewise.
41625 * math/libm-test.inc (nexttoward_test): Add more tests.
41626
412bd966
AS
416272012-05-01 Andreas Schwab <schwab@linux-m68k.org>
41628
41629 [BZ #14040]
41630 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41631 in version GLIBC_2.1, not GLIBC_2.0.
41632 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41633 Likewise.
41634
9568c0c2
JM
416352012-04-30 Joseph Myers <joseph@codesourcery.com>
41636
adfbc8ac
JM
41637 [BZ #13942]
41638 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41639 (1 - x) * (1 + x).
41640 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41641 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41642 * math/libm-test.inc (acos_test): Add more tests.
41643 (asin_test): Likewise.
41644 * sysdeps/i386/fpu/libm-test-ulps: Update.
41645 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41646
5ba3cc69
JM
41647 [BZ #14034]
41648 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41649 of square root.
41650 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41651 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41652 * math/libm-test.inc (acos_test_tonearest): New function.
41653 (acos_test_towardzero): Likewise.
41654 (acos_test_downward): Likewise.
41655 (acos_test_upward): Likewise.
41656 (asin_test_tonearest): Likewise.
41657 (asin_test_towardzero): Likewise.
41658 (asin_test_downward): Likewise.
41659 (asin_test_upward): Likewise.
41660 (main): Call the new functions.
41661 * sysdeps/i386/fpu/libm-test-ulps: Update.
41662 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41663
9568c0c2
JM
41664 [BZ #13884]
41665 [BZ #13924]
41666 * math/e_exp10.c: Include <float.h>.
41667 (__ieee754_exp10): Handle underflow here rather than multiplying
41668 large negative argument by M_LN10.
41669 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41670 of __ieee754_expf.
41671 * math/e_exp10l.c: Include <float.h>.
41672 (__ieee754_exp10l): Handle underflow here rather than multiplying
41673 large negative argument by M_LN10l.
41674 * math/libm-test.inc (exp10_test): Add another test. Do not allow
41675 spurious overflow exception on underflow.
41676
5ac3ea17
MP
416772012-04-29 Marek Polacek <polacek@redhat.com>
41678
41679 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41680 (__fortify_function): New macro.
41681 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41682 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41683 __extern_always_inline.
41684 * libio/bits/stdio2.h: Likewise.
41685 * libio/bits/stdio.h: Likewise.
41686 * string/string.h: Likewise.
41687 * string/bits/string3.h: Likewise.
41688 * include/stdio.h: Likewise.
41689 * stdlib/bits/stdlib.h: Likewise.
41690 * stdlib/stdlib.h: Likewise.
41691 * rt/bits/mqueue2.h: Likewise.
41692 * rt/mqueue.h: Likewise.
41693 * posix/bits/unistd.h: Likewise.
41694 * posix/unistd.h: Likewise.
41695 * io/bits/poll2.h: Likewise.
41696 * io/bits/fcntl2.h: Likewise.
41697 * io/fcntl.h: Likewise.
41698 * io/sys/poll.h: Likewise.
41699 * misc/bits/syslog.h: Likewise.
41700 * misc/bits/syslog-ldbl.h: Likewise.
41701 * misc/sys/syslog.h: Likewise.
41702 * socket/bits/socket2.h: Likewise.
41703 * socket/sys/socket.h: Likewise.
41704 * debug/tst-chk1.c: Likewise.
41705 * wcsmbs/bits/wchar2.h: Likewise.
41706 * wcsmbs/bits/wchar-ldbl.h: Likewise.
41707 * wcsmbs/wchar.h: Likewise.
41708
ecf0ebfb
AJ
417092012-04-29 Andreas Jaeger <aj@suse.de>
41710
41711 * Makerules (tests): Remove enable-check-abi protection.
41712 (check-abi-warn): Remove.
41713 (check-abi-%): Remove check-abi-warn usage.
41714
41715 * configure.in: Remove check-abi configure option.
41716 * configure: Regenerated.
41717 * config.make.in (enable-check-abi): Remove.
41718
6d5c57fa
AS
417192012-04-28 Andreas Schwab <schwab@linux-m68k.org>
41720
24c5d07e 41721 [BZ #14033]
ded5180a
AS
41722 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41723 double functions to double *_finite functions.
41724
7e0d315d
AS
41725 [BZ #13941]
41726 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41727 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41728 LDBL_MIN_EXP.
41729 * stdio-common/Makefile (tests): Add tst-sprintf3.
41730 * stdio-common/tst-sprintf3.c: New file.
41731
6d5c57fa
AS
41732 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41733 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41734
0749ff8b
JM
417352012-04-28 Joseph Myers <joseph@codesourcery.com>
41736
41737 * conform/conformtest.pl: Remove duplicate typed-constant
41738 handling.
41739
8dbd5d7b
DM
417402012-04-28 David S. Miller <davem@davemloft.net>
41741
41742 * Makerules (%.abilist): Add vpath on sysdep_dirs.
41743 (check-abi-%): Remove AWK script prerequisite and explicit
41744 abilist directory.
41745 (check-abi): Rewrite to just diff the symlist with the abilist.
41746 (config-tls, config-abi-config): Delete, no longer used.
41747 (update-abi-%): Remove AWK script and explicit abilist directory.
41748 (update-abi): Rewrite to simply compare and conditionally copy the
41749 symlist and the sysdep abilist file. Remove update-abi-config
41750 checks.
41751 * abilist/ld.abilist: Remove.
41752 * abilist/libBrokenLocale.abilist: Remove.
41753 * abilist/libanl.abilist: Remove.
41754 * abilist/libcrypt.abilist: Remove.
41755 * abilist/libdl.abilist: Remove.
41756 * abilist/librt.abilist: Remove.
41757 * abilist/libthread_db.abilist: Remove.
41758 * abilist/libutil.abilist: Remove.
41759 * scripts/extract-abilist.awk: Remove.
41760 * scripts/merge-abilist.awk: Remove.
41761 * sysdeps/generic/libcidn.abilist: New file.
41762 * sysdeps/generic/libnss_compat.abilist: New file.
41763 * sysdeps/generic/libnss_db.abilist: New file.
41764 * sysdeps/generic/libnss_dns.abilist: New file.
41765 * sysdeps/generic/libnss_files.abilist: New file.
41766 * sysdeps/generic/libnss_hesiod.abilist: New file.
41767 * sysdeps/generic/libnss_nis.abilist: New file.
41768 * sysdeps/generic/libnss_nisplus.abilist: New file.
41769 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41770 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41771 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41772 file.
41773 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41774 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41775 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41776 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41777 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41778 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41779 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41780 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41781 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41782 file.
41783 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41784 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41785 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41786 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41787 file.
41788 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41789 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41790 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41791 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41792 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41793 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41794 file.
41795 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41796 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41797 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41798 file.
41799 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41800 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41801 New file.
41802 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41803 New file.
41804 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41805 New file.
41806 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41807 New file.
41808 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41809 New file.
41810 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41811 New file.
41812 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41813 New file.
41814 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41815 New file.
41816 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41817 New file.
41818 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41819 New file.
41820 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41821 New file.
41822 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41823 New file.
41824 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41825 New file.
41826 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41827 file.
41828 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41829 New file.
41830 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41831 New file.
41832 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41833 file.
41834 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41835 New file.
41836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41837 New file.
41838 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41839 file.
41840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41841 New file.
41842 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41843 New file.
41844 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41845 New file.
41846 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41847 New file.
41848 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41849 New file.
41850 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41851 New file.
41852 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41853 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41854 file.
41855 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41856 New file.
41857 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41858 file.
41859 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41860 file.
41861 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41862 file.
41863 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41864 file.
41865 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41866 file.
41867 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41868 New file.
41869 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41870 file.
41871 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41872 file.
41873 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41874 New file.
41875 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41876 file.
41877 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41878 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41879 file.
41880 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41881 New file.
41882 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41883 file.
41884 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41885 file.
41886 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41887 file.
41888 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41889 file.
41890 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41891 file.
41892 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41893 New file.
41894 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41895 file.
41896 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41897 file.
41898 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41899 New file.
41900 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41901 file.
41902 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41903 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41904 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41905 file.
41906 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41907 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41908 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41909 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41910 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41911 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41912 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41913 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41914 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41915 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41916 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41917 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41918 file.
41919 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41920 New file.
41921 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41922 file.
41923 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41924 file.
41925 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41926 file.
41927 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41928 file.
41929 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41930 file.
41931 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41932 New file.
41933 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41934 New file.
41935 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41936 file.
41937 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41938 New file.
41939 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41940 file.
41941 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41942 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41943 file.
41944 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41945 New file.
41946 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41947 file.
41948 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41949 file.
41950 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41951 file.
41952 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41953 file.
41954 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41955 file.
41956 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41957 New file.
41958 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41959 New file.
41960 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41961 file.
41962 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41963 New file.
41964 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41965 file.
41966
41d73a1b
JM
419672012-04-28 Joseph Myers <joseph@codesourcery.com>
41968
41969 * conform/conformtest.pl: Fix typo in handling typed-constant from
41970 allow-header.
41971
28aeeda4
JM
419722012-04-27 Joseph Myers <joseph@codesourcery.com>
41973
adae8f5e
JM
41974 * README: Cut down references to pre-2.6 Linux kernels and
41975 Linuxthreads. Update lists of configurations in libc and ports
41976 and sort alphabetically. Say "or newer" with Linux kernel version
41977 requirements.
41978
28aeeda4
JM
41979 * config.h.in [IS_IN_build]: Allow compiling without optimization.
41980
a462cb63
RA
419812012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
41982
41983 [BZ #887]
41984 * math/libm-test.inc (logb_test_downward): New test to expose
41985 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41986 rounding mode.
41987
6ad3493e
JM
419882012-04-27 Joseph Myers <joseph@codesourcery.com>
41989
41990 [BZ #14027]
41991 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41992 to be done.
41993 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41994 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41995
2ce4f015
JM
419962012-04-26 Joseph Myers <joseph@codesourcery.com>
41997
5aeb141a
JM
41998 * sysdeps/unix/i386/brk.S: Remove file.
41999 * sysdeps/unix/i386/dl-brk.S: Likewise.
42000 * sysdeps/unix/i386/pipe.S: Likewise.
42001 * sysdeps/unix/i386/sigreturn.S: Likewise.
42002 * sysdeps/unix/i386/syscall.S: Likewise.
42003 * sysdeps/unix/i386/vfork.S: Likewise.
42004 * sysdeps/unix/i386/wait.S: Likewise.
42005
7143acae
JM
42006 * sysdeps/unix/common/tcsendbrk.c: Move to ...
42007 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42008
2ce4f015
JM
42009 * configure.in (arm*-none*): Do not allow without
42010 --enable-hacker-mode.
42011 (netbsd*): Remove case setting base_os.
42012 (386bsd*): Likewise.
42013 (freebsd*): Likewise.
42014 (bsdi*): Likewise.
42015 (osf*): Likewise.
42016 (sunos*): Likewise.
42017 (ultrix*): Likewise.
42018 (newsos*): Likewise.
42019 (dynix*): Likewise.
42020 (*bsd*): Likewise.
42021 (sysv*): Likewise.
42022 (isc*): Likewise.
42023 (esix*): Likewise.
42024 (sco*): Likewise.
42025 (minix*): Likewise.
42026 (irix4*): Likewise.
42027 (irix6*): Likewise.
42028 (solaris[2-9]*): Likewise.
42029 (none): Likewise.
42030 * configure: Regenerated.
42031
0ac229c8
AZ
420322012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42033
42034 [BZ #11521]
42035 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42036 overflow or cancellation in calculating denominator.
42037 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42038 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42039 down expression to avoid unexpected rounding in newer GCCs.
42040 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42041
33f244f4
DM
420422012-04-26 David S. Miller <davem@davemloft.net>
42043
42044 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42045 long-double compat symbols.
42046 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42047 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42048 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42049 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42050 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42051 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42052 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42053 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42054 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42055 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42056 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42057 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42058 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42059
cfa1f3e8
DM
420602012-04-25 David S. Miller <davem@davemloft.net>
42061
42062 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42063 HWCAP_* values only after the memory barriers have been defined.
42064 (atomic_full_barrier): Define.
42065 (atomic_read_barrier): Define.
42066 (atomic_write_barrier): Define.
42067
6e236b92
SP
420682012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42069
42070 * shlib-versions: Add libgcc_s version information.
42071 * sysdeps/generic/libgcc_s.h: Remove.
42072 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42073 libgcc_s.h.
42074 * sysdeps/gnu/unwind-resume.c: Likewise.
42075 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42076
aab39a09
DM
420772012-04-25 David S. Miller <davem@davemloft.net>
42078
42079 * sysdeps/unix/sparc/brk.S: Delete.
42080 * sysdeps/unix/sparc/dl-brk.S: Delete.
42081 * sysdeps/unix/sparc/pipe.S: Delete.
42082 * sysdeps/unix/sparc/sysdep.S: Delete.
42083 * sysdeps/unix/sparc/sysdep.h: Delete.
42084 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
42085 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42086 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42087 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42088 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
42089 (JUMPTARGET): Remove.
42090 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42091 sysdeps/unix/sparc/sysdep.h
42092 (ENTRY, END): Remove.
42093 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42094
a3cc4f48
JM
420952012-04-25 Joseph Myers <joseph@codesourcery.com>
42096
2ed8cda2
JM
42097 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42098 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42099 -DIS_IN_build.
42100
35d76d59
JM
42101 * timezone/README: Update upstream location and email address for
42102 tzcode and tzdata.
42103 * timezone/zdump.c: Update from tzcode 2012b.
42104 * timezone/zic.c: Likewise.
42105
a3cc4f48
JM
42106 * configure.in (libc_cv_as_needed): Remove test.
42107 * configure: Regenerated.
42108 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42109 conditional definition.
42110 [$(have-as-needed) != yes] (no-as-needed): Likewise.
42111 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42112 * config.make.in (have-as-needed): Remove variable.
42113
ceab42c3
SP
421142012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
42115 Paul Pluzhnikov <ppluzhnikov@google.com>
42116
42117 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42118 strings correctly.
42119
3ce2865f
CLT
421202012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
42121
42122 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42123 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42124 * sysdeps/sh/strlen.S: Likewise.
42125
f37e0d68
JM
421262012-04-24 Joseph Myers <joseph@codesourcery.com>
42127
ae186e9a
JM
42128 * sysdeps/unix/fork.S: Remove file.
42129 * sysdeps/unix/i386/fork.S: Likewise.
42130 * sysdeps/unix/sparc/fork.S: Likewise.
42131
b96914af
JM
42132 * sysdeps/unix/system.c: Remove file.
42133 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42134
f37e0d68
JM
42135 * sysdeps/unix/getegid.S: Remove file.
42136 * sysdeps/unix/geteuid.S: Likewise.
42137
87ef29ca
RM
421382012-04-24 Roland McGrath <roland@hack.frob.com>
42139
83bcd236
RM
42140 * scripts/check-localplt.awk: New file.
42141 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42142 of diff.
42143 * scripts/data/localplt-generic.data: Add a comment.
42144
87ef29ca
RM
42145 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42146 NODE when __dir_mkfile failed.
42147 * sysdeps/mach/hurd/symlinkat.c: Likewise.
42148 Reported by Ludovic Courtès <ludo@gnu.org>.
42149
e5a6e567
AJ
421502012-04-24 Andreas Jaeger <aj@suse.de>
42151
42152 * Makerules (common-clean): Also remove gen-as-const-headers
42153 files.
42154
c1820385
JM
421552012-04-24 Joseph Myers <joseph@codesourcery.com>
42156
42157 * Makerules (native-compile): Do not change working directory for
42158 build. Use $(OUTPUT_OPTION) in command.
42159 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42160
94e02fc4
AZ
421612012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42162
42163 [BZ #13886]
42164 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42165 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42166 * math/libm-test.inc (floor_test): Add more tests.
42167 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42168
3a533ca3
JM
421692012-04-24 Joseph Myers <joseph@codesourcery.com>
42170
940ab4b3
JM
42171 * sysdeps/unix/getdents.c: Remove file.
42172 * sysdeps/unix/sysv/getdents.c: Likewise.
42173 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42174
90e037bd
JM
42175 * sysdeps/unix/syscalls.list (madvise): Add syscall from
42176 sysdeps/unix/mman/syscalls.list.
42177 (mmap): Likewise.
42178 (mprotect): Likewise.
42179 (msync): Likewise.
42180 (munmap): Likewise.
42181 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42182 * sysdeps/unix/mman/syscalls.list: Remove.
42183 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42184
3a533ca3
JM
42185 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42186 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42187 * configure: Regenerated.
42188 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42189 $(libgcc_s_suffix).
42190 * config.make.in (libgcc_s_suffix): Remove variable.
42191
1ad743de
JM
421922012-04-23 Joseph Myers <joseph@codesourcery.com>
42193
4ad451e2
JM
42194 * sysdeps/unix/sysv/gethostname.c: Move to ...
42195 * sysdeps/posix/gethostname.c: ... here.
42196
5e37ce39
JM
42197 * sysdeps/unix/execve.S: Remove file.
42198
1ad743de
JM
42199 * sysdeps/unix/_exit.S: Remove file.
42200
4e681b5b
AJ
422012012-04-23 Andreas Jaeger <aj@suse.de>
42202
42203 [BZ #13739]
42204 * manual/Makefile: Remove make dist support, there's no
42205 need for a stand-alone documentation tar ball.
42206 (TEXI2DVI): Define always, it's not in Makeconfig.
42207 (dist): Removed.
42208 (tar-it): Removed.
42209 (edition): Removed.
42210 (glibc-doc-$(edition).tar): Removed
42211 (%.Z): Removed.
42212 (%.gz): Removed.
42213 (%.uu): Removed.
42214 (ETAGS): Remove, it's in Makeconfig.
42215 (move-if-change): Remove, it's in Makeconfig.
42216
38686a03 422172012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
42218
42219 [BZ #13970]
42220 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42221 (strtod, strtof, strtold, strtol, strtoul, strtoq)
42222 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42223 (strtod_l, strtof_l, strtold_l): Remove __wur.
42224 It is not necessarily an error to ignore strtol's return value.
42225 One can reliably look at the stored endptr to decide whether
42226 the number had valid syntax.
42227
7c0616fa
AJ
422282012-04-21 Andreas Jaeger <aj@suse.de>
42229
803cb6b7 42230 [BZ #13739]
7c0616fa
AJ
42231 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42232
b0fe253f
JM
422332012-04-21 Joseph Myers <joseph@codesourcery.com>
42234
42235 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42236 * sysdeps/unix/sysv/Versions: Remove file.
42237
8280f22d
MT
422382012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
42239
42240 [BZ #13927]
42241 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42242
75ce411f 422432012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
42244
42245 [BZ #7064]
42246 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42247 version from __vm86.
42248
097d59fa
JM
422492012-04-20 Joseph Myers <joseph@codesourcery.com>
42250
a90f3bcb
JM
42251 * sysdeps/unix/common/lxstat.c: Remove file.
42252 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42253
edc7ea78
JM
42254 * sysdeps/unix/sysv/Makefile: Remove file.
42255
cb78c221
JM
42256 * sysdeps/unix/sysv/direct.h: Remove file.
42257
efa6a45f
JM
42258 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42259 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42260 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42261 * sysdeps/unix/sysv/bits/signum.h: Likewise.
42262 * sysdeps/unix/sysv/bits/stat.h: Likewise.
42263 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42264 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42265
9c9f2d0c
JM
42266 * sysdeps/unix/sysv/setrlimit.c: Remove file.
42267
4541c83b
JM
42268 * sysdeps/unix/xmknod.c: Remove file.
42269 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42270
f5d153a0
JM
42271 * sysdeps/unix/sysv/settimeofday.c: Remove file.
42272
aa746595
JM
42273 * sysdeps/unix/sysv/i386/time.S: Remove file.
42274
cce5905e
JM
42275 * sysdeps/unix/fxstat.c: Remove file.
42276 * sysdeps/unix/xstat.c: Likewise.
42277 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42278
37fa3841
JM
42279 * sysdeps/unix/sysv/sigaction.c: Remove file.
42280
ff1962a3
JM
42281 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42282 (sysdep_headers): Remove variable.
42283 [termio.h not in sysdep_headers] (generated): Likewise.
42284 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42285 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42286 * sysdeps/unix/sysv/tcdrain.c: Likewise.
42287 * sysdeps/unix/sysv/tcflow.c: Likewise.
42288 * sysdeps/unix/sysv/tcflush.c: Likewise.
42289 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42290 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42291 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42292 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42293 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42294
e7740d31
JM
42295 * sysdeps/unix/siglist.c: Remove file.
42296
ee06f18b
JM
42297 * sysdeps/unix/getppid.S: Remove file.
42298
097d59fa
JM
42299 * sysdeps/unix/mkdir.c: Remove file.
42300 * sysdeps/unix/rmdir.c: Likewise.
42301
ff3d51ec
AS
423022012-04-19 Andreas Schwab <schwab@linux-m68k.org>
42303
42304 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42305 ERR_MAX value.
42306 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42307 errlist-compat value.
42308
50f81fd7
DM
423092012-04-18 David S. Miller <davem@davemloft.net>
42310
42311 * sysdeps/generic/memcopy.h (reg_char): Delete.
42312 * debug/strcat_chk.c: Use char, not reg_char.
42313 * debug/strcpy_chk.c: Likewise.
42314 * debug/strncat_chk.c: Likewise.
42315 * debug/strncpy_chk.c: Likewise.
42316 * string/memchr.c: Likewise.
42317 * string/memrchr.c: Likewise.
42318 * string/rawmemchr.c: Likewise.
42319 * string/strcat.c: Likewise.
42320 * string/strchr.c: Likewise.
42321 * string/strchrnul.c: Likewise.
42322 * string/strcmp.c: Likewise.
42323 * string/strcpy.c: Likewise.
42324 * string/strncat.c: Likewise.
42325 * string/strncmp.c: Likewise.
42326 * string/strncpy.c: Likewise.
42327
8ff41c46
WS
423282012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42329
42330 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42331 __builtin_memcopy is called when src and dest ranges are known to not
42332 overlap.
42333
6b652f46
WS
423342012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42335
42336 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42337 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42338 fwd_align_merge macro call.
42339 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42340 bwd_align_merge macro call.
42341 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42342
b282631e
WS
423432012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
42344
42345 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42346 bwd_align_merge macros.
42347 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42348 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42349 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42350
95aa737c
DM
423512012-04-18 David S. Miller <davem@davemloft.net>
42352
42353 * sysdeps/sparc/sparc64/memcopy.h: Delete.
42354
7a99a614
AJ
423552012-04-18 Andreas Jaeger <aj@suse.de>
42356
42357 [BZ# 6794]
42358 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42359 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42360 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42361
42362 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42363 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42364 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42365
42366 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42367 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42368 Adjust for changed ldbl-128 files.
42369
42370 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42371 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42372 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42373
e5270c23
DM
423742012-04-17 David S. Miller <davem@davemloft.net>
42375
42376 * sysdeps/sparc/sparc32/memcopy.h: Delete.
42377
fb5e92c9
AS
423782012-04-17 Andreas Schwab <schwab@linux-m68k.org>
42379
42380 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42381 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42382 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42383 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42384 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42385 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42386
76da7265
AZ
423872012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42388
42389 [BZ #6794]
42390 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42391 * math/libm-test.inc: Add ilogb errno and exception tests.
42392 * math/w_ilogb.c: New file: ilogb wrapper.
42393 * math/w_ilogbf.c: New file: ilogbf wrapper.
42394 * math/w_ilogbl.c: New file: ilogbl wrapper.
42395 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42396 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42397 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42398 exception being thrown with 0.0 as argument.
42399 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42400 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42401 exception being thrown with 0.0 as argument.
42402 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42403 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42404 exception being thrown with 0.0 as argument.
42405 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42406 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42407 exception being thrown with 0.0 as argument.
42408 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42409 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 42410 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
42411 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42412 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42413 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42414 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42415 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42416 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42417
0396e69d
PB
424182012-04-17 Petr Baudis <pasky@ucw.cz>
42419
42420 * include/sys/uio.h: Change __vector to __iovec to avoid clash
42421 with altivec.
42422
750b5926
MP
424232012-04-16 Marek Polacek <polacek@redhat.com>
42424
42425 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42426
751728a1
MP
424272012-04-16 Marek Polacek <polacek@redhat.com>
42428
42429 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42430 operands of fdivp instruction.
42431
34a27407
L
424322012-04-13 H.J. Lu <hongjiu.lu@intel.com>
42433
42434 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42435 * elf/tst-auditmod3b.c: Likewise.
42436 * elf/tst-auditmod4b.c: Likewise.
42437 * elf/tst-auditmod5b.c: Likewise.
42438 * elf/tst-auditmod6b.c: Likewise.
42439 * elf/tst-auditmod6c.c: Likewise.
42440 * elf/tst-auditmod7b.c: Likewise.
42441 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42442 * sysdeps/x86_64/preconfigure.in: Likewise.
42443 * sysdeps/x86_64/preconfigure: Regenerated.
42444
7e73e17d
L
424452012-04-13 H.J. Lu <hongjiu.lu@intel.com>
42446
42447 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42448 __ILP32__.
42449
c7a6ab72
AB
424502012-04-13 Antoine Balestrat <merkil33@gmail.com>
42451
42452 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42453 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42454
a9e8e0e0
CL
424552012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
42456
42457 [BZ #13973]
42458 * locale/iso-639.def: Fix gl language name. Spotted by
42459 Yaron Shahrabani.
42460
ec98af7d
RM
424612012-04-12 Roland McGrath <roland@hack.frob.com>
42462
42463 [BZ #2074]
42464 * libio/libio.h (__io_write_fn): Update comment.
42465
247c3ede
PB
424662012-04-12 Petr Baudis <pasky@ucw.cz>
42467
42468 [BZ #2074]
42469 * stdio.texi (Hook Functions): The user provided writer function
42470 is not allowed to return -1.
42471
55939d6d
DM
424722012-04-11 David S. Miller <davem@davemloft.net>
42473
42474 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42475
90020f5a
MF
424762012-04-11 Mike Frysinger <vapier@gentoo.org>
42477
42478 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42479 Add a leading slash to rtkaio.
42480
288f9098
JM
424812012-04-11 Jim Meyering <meyering@redhat.com>
42482
90020f5a
MF
42483 [BZ #11959]
42484 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42485 It is not necessarily an error to ignore fwrite's return
42486 value. One can reliably use ferror to test for errors after
42487 the fact.
288f9098 42488
4be2b570
L
424892012-04-10 H.J. Lu <hongjiu.lu@intel.com>
42490
42491 * bits/types.h (__snseconds_t): New type.
42492 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42493
42494 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42495 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42496 (__SNSECONDS_T_TYPE): Likewise.
42497 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42498 (__SNSECONDS_T_TYPE): Likewise.
42499 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42500 (__SNSECONDS_T_TYPE): Likewise.
42501
288f9098 425022012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
42503
42504 [BZ #2636]
42505 * manual/time.texi (Processor Time): Return type of times is
42506 elapsed real time since an arbitrary point in the past.
42507 (CPU Time): Move CLK_TCK from here...
42508 (Processor Time): ...to here. Correct description.
42509 * manual/conf.texi (Constants for Sysconf): Correct description of
42510 _SC_CLK_TCK.
42511
d7dd4413
DM
425122012-04-10 David S. Miller <davem@davemloft.net>
42513
42514 [BZ #13967]
42515 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42516 where the is a gap between DT_REL(A) and DT_JMPREL.
42517
b46068fc
L
425182012-04-10 H.J. Lu <hongjiu.lu@intel.com>
42519
42520 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42521 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42522 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42523
73d65cc3
SP
425242012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
42525
42526 * elf/dl-support.c (_dl_inhibit_cache): New variable.
42527 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42528 (dl_main): Handle --inhibit-cache.
42529 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42530 _dl_inhibit_cache.
42531 * elf/dl-load.c (_dl_map_object): Use it.
42532 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42533
bcc8d661
JM
425342012-04-09 Joseph Myers <joseph@codesourcery.com>
42535
8f9a2fae
JM
42536 [BZ #13872]
42537 * sysdeps/i386/fpu/e_powl.S (p78): New object.
42538 (__ieee754_powl): Saturate large exponents rather than testing for
42539 overflow of y*log2(x).
42540 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42541 * math/libm-test.inc (pow_test): Do not permit spurious overflow
42542 exceptions.
42543
bcc8d661
JM
42544 [BZ #11521]
42545 * math/s_ctan.c: Include <float.h>.
42546 (__ctan): Avoid internal overflow or cancellation in calculating
42547 denominator.
42548 * math/s_ctanf.c: Likewise.
42549 * math/s_ctanl.c: Likewise.
42550 * math/s_ctanh.c: Likewise.
42551 * math/s_ctanhf.c: Likewise.
42552 * math/s_ctanhl.c: Likewise.
42553 * math/libm-test.inc (ctan_test): Add more tests.
42554 (ctanh_test): Likewise.
42555 * sysdeps/i386/fpu/libm-test-ulps: Update.
42556 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42557
823fbbb4
AJ
425582012-04-09 Andreas Jaeger <aj@suse.de>
42559
03879793
AJ
42560 [BZ #6894]
42561 * manual/filesys.texi (Directory Entries): Mention that d_namlen
42562 is an optional BSD extension.
42563
823fbbb4
AJ
42564 [BZ #10254]
42565 * manual/stdio.texi (Opening Streams): Document additional fopen
42566 parameters.
42567
8de131cb
RM
425682012-04-09 Roland McGrath <roland@hack.frob.com>
42569
42570 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42571 %eax without telling the compiler.
42572
c0ed9d7d
CD
425732012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
42574
42575 [BZ # 13963]
42576 * manual/install.texi: Use sourceware.org.
42577
c483f6b4
JM
425782012-04-09 Joseph Myers <joseph@codesourcery.com>
42579
d7dd9453
JM
42580 [BZ #13873]
42581 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42582 (__ieee754_pow): Generate overflow and underflow using huge*huge
42583 and tiny*tiny rather than just returning constant infinity or zero
42584 for large exponents.
42585 * math/libm-test.inc (pow_test): Require overflow exceptions for
42586 applicable cases of large exponents.
42587
c483f6b4
JM
42588 [BZ #706]
42589 * sysdeps/i386/fpu/e_pow.S (p10): New object.
42590 (__ieee754_pow): Use iterative multiplication algorithm only for
42591 integer exponents with absolute value below 1024. Check for odd
42592 integer exponents when using algorithm for real exponents.
42593 * math/libm-test.inc (pow_test): Add more tests.
42594 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42595
d2de7579
JM
425962012-04-08 Joseph Myers <joseph@codesourcery.com>
42597
42598 [BZ #13705]
42599 * math/libm-test.inc (exp_test): Do not allow overflow exception
42600 on underflow test.
42601
f77f1232
AJ
426022012-04-08 Aurelien Jarno <aurelien@aurel32.net>
42603
42604 [BZ #13705]
42605 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42606 instead of __kernel_standard_f.
42607
3884932b
MF
426082012-04-08 Mike Frysinger <vapier@gentoo.org>
42609
42610 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42611 * sysdeps/x86_64/memset_chk.S: Likewise.
42612
54472e9c
AJ
426132012-04-08 Andreas Jaeger <aj@suse.de>
42614
6ab0fbfc
AJ
42615 [BZ #10153]
42616 * manual/startup.texi (Environment Access): Describe return value
42617 for putenv and setenv.
42618
61efba8c
AJ
42619 [BZ #6895]
42620 * manual/filesys.texi (Directory Entries): Add description for
42621 DT_LNK.
42622
95c3f29a
AJ
42623 [BZ #6890]
42624 * manual/filesys.texi (Directory Entries): Clarify that it's file
42625 system not operating system in the description of DT_UNKNOWN.
42626
54472e9c
AJ
42627 [BZ #6578]
42628 * manual/syslog.texi (closelog): Fix reference, it's openlog.
42629
624254b1
SC
426302012-04-08 Stephen Compall <s11@member.fsf.org>
42631
42632 [BZ #6649]
42633 * manual/llio.texi (Opening and Closing Files): Add cross
42634 reference to explain mode argument.
42635
1e4920e0
MF
426362012-04-07 Mike Frysinger <vapier@gentoo.org>
42637
42638 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42639 * sysdeps/x86_64/memset_chk.S: Likewise.
42640
5ed848f3
DM
426412012-04-07 David S. Miller <davem@davemloft.net>
42642
42643 * elf/elf.h (R_SPARC_WDISP10): Define.
42644 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42645 R_SPARC_SIZE32.
42646 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42647 R_SPARC_SIZE64 and R_SPARC_H34.
42648
96154cd8
CD
426492012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
42650
42651 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42652 conditions and remove no longer applicable assertion.
42653
9904dc47
L
426542012-04-06 H.J. Lu <hongjiu.lu@intel.com>
42655
42656 * bits/byteswap.h: Include <features.h>.
42657 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42658 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42659
f8887d0a
L
426602012-04-06 H.J. Lu <hongjiu.lu@intel.com>
42661
42662 * bits/byteswap.h (__bswap_16): Removed.
42663 Include <bits/byteswap-16.h> to get __bswap_16.
42664 * sysdeps/i386/bits/byteswap.h: Likewise.
42665 * sysdeps/s390/bits/byteswap.h: Likewise.
42666 * sysdeps/x86_64/bits/byteswap.h: Likewise.
42667 * bits/byteswap-16.h: New file.
42668 * sysdeps/i386/bits/byteswap-16.h: Likewise.
42669 * sysdeps/s390/bits/byteswap-16.h: Likewise.
42670 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42671 * string/Makefile (headers): Add bits/byteswap-16.h.
42672
62470f60
PP
426732012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
42674
42675 [BZ #13895]
42676 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42677 extra indirection.
42678 * nss/Makefile (tests-static, tests): Add tst-nss-static.
42679 * nss/tst-nss-static.c: New.
42680
4dad7bab
RM
426812012-04-06 Robert Millan <rmh@gnu.org>
42682
42683 [BZ #6486]
42684 * manual/llio.texi (File Position Primitive): lseek
42685 refers to WHENCE when it really means OFFSET.
42686
e9142a17
AJ
426872012-04-06 Andreas Jaeger <aj@suse.de>
42688
2c040eff
AJ
42689 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42690 strncmp declarations.
42691
e9142a17
AJ
42692 * abilist/libc.abilist: Add __poll and __ppoll.
42693
ff9f1c5f
DM
426942012-04-05 David S. Miller <davem@davemloft.net>
42695
dcd2ae90
DM
42696 * scripts/check-local-headers.sh: Accept a host triplet in the
42697 path matched by the exclude regexp.
42698
993eb054
DM
42699 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42700 definition.
42701 * sysdeps/powerpc/powerpc32/dl-machine.h
42702 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42703 * sysdeps/s390/s390-32/dl-machine.h
42704 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42705 * sysdeps/sparc/sparc32/dl-machine.h
42706 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42707 * sysdeps/sparc/sparc64/dl-machine.h
42708 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42709
ff9f1c5f
DM
42710 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42711 lazy binding.
48e2e132 42712 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
42713 undefined symbol errors.
42714
48e2e132 42715 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
42716 DT_NEEDED entries.
42717
e80d6f94
MM
427182012-04-05 Michael Matz <matz@suse.de>
42719
42720 [BZ #13592]
42721 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42722
349fa79f
AJ
427232012-04-05 Andreas Jaeger <aj@suse.de>
42724
42725 [BZ #13908]
42726 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42727 comment.
42728
f402708f
KK
427292012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42730
42731 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42732 which ROUND is no valid rounding mode.
42733
2ecccfc9
KK
427342012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42735
42736 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42737 read again.
42738 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42739
8a53f50f
KK
427402012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42741
42742 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42743 an exception using FPU order intentionally.
42744
427452012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42746
42747 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42748 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42749 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42750 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42751
d653abb7
SJ
427522012-04-05 Simon Josefsson <simon@josefsson.org>
42753
42754 [BZ #12340]
42755 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42756 EINVAL when BUFLEN is too smal.
42757
c3b1bf7d
TS
427582012-04-05 Thomas Schwinge <thomas@codesourcery.com>
42759
42760 [BZ #13553]
42761 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42762 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42763
b1aa60f3
AJ
427642012-04-03 Andreas Jaeger <aj@suse.de>
42765
c3b1bf7d 42766 [BZ #13938]
67f60a26
AJ
42767 * manual/setjmp.texi (System V contexts): Fix sentence.
42768
b1aa60f3
AJ
42769 [BZ #13926]
42770 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42771 New macro for this case.
42772 [!__GNUC__] (__bswap_64): New inline function for this case.
42773 * sysdeps/x86_64/bits/byteswap.h: Likewise.
42774 * bits/byteswap.h: Likewise.
42775 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42776 ull, guard with __GLIBC_HAVE_LONG_LONG.
42777
42778 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42779 __GLIBC_HAVE_LONG_LONG.
42780
42781 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42782 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42783
39c59c35
TMQMF
427842012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42785
42786 [BZ #13691]
42787 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42788 inptr and inend, rather than using last_ch.
42789
135ffda8
DM
427902012-04-02 David S. Miller <davem@davemloft.net>
42791
42792 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42793 * stdio-common/printf-parse.h (read_int): Change return type to
42794 'int', return -1 on INT_MAX overflow.
42795 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42796 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
42797 overflows INT_MAX. Check for overflow of in-format-string precision
42798 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
42799 SIZE_MAX not INT_MAX for integer overflow test.
42800 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42801 skip the construct in the format string but do not record anything.
42802 * stdio-common/bug22.c: Adjust to test both width/prevision
42803 INT_MAX overflow as well as total length INT_MAX overflow. Check
42804 explicitly for proper errno values.
42805
228c019e
TS
428062012-04-02 Thomas Schwinge <thomas@codesourcery.com>
42807
302cadd3
TS
42808 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42809 CHAR_MAX.
42810 * string/test-strcmp.c [! WIDE]: Likewise.
42811 * time/tst-mktime2.c: Likewise for INT_MAX.
42812 * string/test-string.h: #include <sys/param.h> for MIN.
42813
228c019e
TS
42814 * csu/init-first.c (__libc_init_first): Call __ctype_init.
42815 * sysdeps/i386/init-first.c (init): Likewise.
42816 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42817 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42818 * sysdeps/sh/init-first.c (init): Likewise.
42819
cfa633f5
UD
428202012-04-01 Ulrich Drepper <drepper@gmail.com>
42821
42822 * po/ru.po: Update from translation team.
d1635ef8 42823 * po/vi.po: Likewise.
cfa633f5 42824
6cd0a5ea
SP
428252012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
42826
42827 * resolv/nss_dns/dns-host.c: Merge copyright years.
42828
4b43400f
LD
428292012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
42830
42831 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42832 Optimize memcpy with prefetch if
42833 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
42834 src, dst pointers have unequal 16 byte alignments.
42835
48c41d04
SP
428362012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
42837
42838 [BZ #13928]
42839 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42840 from a CNAME entry and return the minimum ttl for the query.
42841 (gaih_getanswer_slice): Likewise.
42842
b8dc394d
JL
428432012-03-30 Jeff Law <law@redhat.com>
42844
42845 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42846 due to long keys.
42847 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42848 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42849
2f5a5ed0
JL
42850 * resolv/nss_dns/dns-host.c: Update copyright year.
42851
1d39e359
UD
428522012-03-30 Ulrich Drepper <drepper@gmail.com>
42853
c030f70c 42854 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 42855 requests to save a system call. Fix check that all bytes are sent.
c030f70c 42856
1d39e359
UD
42857 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42858 comments for sendmmsg.
42859
428602012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
42861
42862 [BZ #13691]
42863 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42864 with only 1 character between 0x0041 and 0x01b0.
42865 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42866 * wcsmbs/tst-mbsnrtowcs.c: New file.
42867
20fde227
DM
428682012-03-29 David S. Miller <davem@davemloft.net>
42869
42870 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42871 small copies by hand.
42872
984a4237
JL
428732012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
42874
42875 [BZ #13761]
57f41c40
AS
42876 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42877 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42878 group memberships.
984a4237 42879
18c9d62b
DM
428802012-03-28 David S. Miller <davem@davemloft.net>
42881
88d85d4f
DM
42882 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42883 that branches into memcpy.
42884 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42885 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42886 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42887 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42888 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42889 bits.
42890 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42891 implementation too.
42892 * sysdeps/sparc/mempcpy.S: New file.
42893
e5aa83e1
DM
42894 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42895 the IFUNC routine in the libc case.
42896 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42897
88570753
DM
42898 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42899 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42900 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42901 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42902 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42903 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42904 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42905 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42906
249d7567
DM
42907 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42908 loop to 256 bytes instead of 64 bytes and fix test signedness.
42909
18c9d62b
DM
42910 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42911 * sysdeps/sparc/sparc32/Makefile: rather than here...
42912 * sysdeps/sparc/sparc64/Makefile: and here.
42913
05f3d1f6
UD
429142012-03-28 Ulrich Drepper <drepper@gmail.com>
42915
42916 * malloc/mallocbug.c: Avoid warnings about unused variables.
42917
86ae07a8
JL
429182012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
42919
42920 [BZ #13760]
42921 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42922 in the right place. Discard and retry query if response is
42923 larger than input buffer size.
42924
41bf21a1
JM
429252012-03-28 Joseph Myers <joseph@codesourcery.com>
42926
d6270972
JM
42927 [BZ #369]
42928 [BZ #2678]
42929 [BZ #3866]
42930 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42931 x for large integer exponent.
42932 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42933 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
42934 sign of result as needed afterwards.
42935 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42936 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42937 result for underflowing pow the same as for overflow.
42938 (__kernel_standard_l): Handle powl overflow and underflow here
42939 rather than calling __kernel_standard.
42940 * math/libm-test.inc (pow_test): Add more tests.
42941
414fca03 42942 [BZ #3868]
41bf21a1
JM
42943 [BZ #13879]
42944 [BZ #13910]
42945 [BZ #13911]
42946 [BZ #13912]
42947 [BZ #13913]
42948 [BZ #13915]
42949 [BZ #13916]
42950 [BZ #13917]
42951 [BZ #13918]
42952 [BZ #13919]
42953 [BZ #13920]
42954 [BZ #13921]
42955 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42956 * sysdeps/ieee754/k_standard.c: Include <float.h>.
42957 (__kernel_standard_l): New function.
42958 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42959 __kernel_standard.
42960 * math/w_acosl.c (__acosl): Likewise.
42961 * math/w_asinl.c (__asinl): Likewise.
42962 * math/w_atan2l.c (__atan2l): Likewise.
42963 * math/w_atanhl.c (__atanhl): Likewise.
42964 * math/w_coshl.c (__coshl): Likewise.
42965 * math/w_exp10l.c (__exp10l): Likewise.
42966 * math/w_exp2l.c (__exp2l): Likewise.
42967 * math/w_fmodl.c (__fmodl): Likewise.
42968 * math/w_hypotl.c (__hypotl): Likewise.
42969 * math/w_j0l.c (__j0l, __y0l): Likewise.
42970 * math/w_j1l.c (__j1l, __y1l): Likewise.
42971 * math/w_jnl.c (__jnl, __ynl): Likewise.
42972 * math/w_lgammal.c (__lgammal): Likewise.
42973 * math/w_log10l.c (__log10l): Likewise.
42974 * math/w_log2l.c (__log2l): Likewise.
42975 * math/w_logl.c (__logl): Likewise.
42976 * math/w_powl.c (__powl): Likewise.
42977 * math/w_remainderl.c (__remainderl): Likewise.
42978 * math/w_scalbl.c (sysv_scalbl): Likewise.
42979 * math/w_sinhl.c (__sinhl): Likewise.
42980 * math/w_sqrtl.c (__sqrtl): Likewise.
42981 * math/w_tgammal.c (__tgammal): Likewise.
42982 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42983 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42984 * math/libm-test.inc (acos_test): Add more tests.
42985 (acosh_test): Likewise.
42986 (asin_test): Likewise.
42987 (atanh_test): Likewise.
42988 (exp_test): Likewise.
42989 (exp10_test): Likewise.
42990 (exp2_test): Likewise.
42991 (expm1_test): Likewise.
42992 (lgamma_test): Likewise.
42993 (log_test): Likewise.
42994 (log10_test): Likewise.
42995 (log1p_test): Likewise.
42996 (log2_test): Likewise.
42997 (pow_test): Do not allow some spurious overflow exceptions.
42998 (sqrt_test): Add more tests.
42999 (tgamma_test): Likewise.
43000 (y0_test): Likewise.
43001 (y1_test): Likewise.
43002 (yn_test): Likewise.
43003
dd62fda6
AB
430042012-03-27 Anton Blanchard <anton@samba.org>
43005
43006 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43007 MAP_HUGETLB.
43008 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43009 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43010 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43011
1e3cdfda
AJ
430122012-03-27 David S. Miller <davem@davemloft.net>
43013
b855ab85
DM
43014 * conform/Makefile: Run run-conformtest.sh using $(BASH).
43015
1e3cdfda
AJ
43016 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43017 have-as-vis3 check.
43018
430192012-03-27 Andreas Jaeger <aj@suse.de>
43020
43021 * sysdeps/x86_64/elf/configure.in: Moved to ...
43022 * sysdeps/x86_64/configure.in: ... here.
43023 * sysdeps/x86_64/elf/start.S: Moved to ...
43024 * sysdeps/x86_64/start.S: ... here.
43025 * sysdeps/x86_64/elf/configure: Delete.
43026
43027 * sysdeps/x86_64/configure.in: Merge contents from
43028 sysdeps/i386/configure.in (without i686 check).
43029
43030 * sysdeps/i386/elf/Versions: Merge into ...
43031 * sysdeps/i386/Versions: ... this.
43032 * sysdeps/i386/elf/Versions: Delete file.
43033 * sysdeps/i386/elf/start.S: Moved to ...
43034 * sysdeps/i386/start.S: ...here.
43035 * sysdeps/i386/elf/configure.in: Merge into...
43036 * sysdeps/i386/configure.in: ...here.
43037 * sysdeps/i386/elf/configure.in: Delete file.
43038 * sysdeps/i386/elf/configure: Delete file.
43039
43040 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43041 * debug/backtracesyms.c: ... here.
43042 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43043 * debug/backtracesymsfd.c: ... here.
43044 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43045 * sysdeps/generic/ifunc-sel.h: ... here.
43046
43047 * sysdeps/unix/i386/start.c: Delete file.
43048 * sysdeps/unix/sparc/start.c: Delete file.
43049 * sysdeps/unix/start.c: Delete file.
43050
43051 * sysdeps/sh/elf/configure.in: Moved to ...
43052 * sysdeps/sh/configure.in: ... here.
43053 * sysdeps/sh/elf/start.S: Moved to ...
43054 * sysdeps/sh/start.S: ... here.
43055 * sysdeps/sh/elf/configure: Delete file.
43056
43057 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43058 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43059 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43060 * sysdeps/powerpc/powerpc64/entry.h: ... here.
43061 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43062 * sysdeps/powerpc/powerpc64/start.S: here.
43063 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43064 * sysdeps/powerpc/powerpc64/Makefile: ... this.
43065 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43066 * sysdeps/powerpc/powerpc64/configure.in: ... this.
43067 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43068
43069 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43070 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43071 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43072 * sysdeps/powerpc/powerpc32/start.S: ... here.
43073 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43074 * sysdeps/powerpc/powerpc32/configure.in: ... this.
43075 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43076
43077 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43078 * sysdeps/powerpc/ifunc-sel.h: ... here.
43079 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43080 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43081
43082 * sysdeps/sparc/elf/configure.in: Moved to ...
43083 * sysdeps/sparc/configure.in: ... here.
43084 * sysdeps/sparc/elf/configure: Delete file.
43085 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43086 * sysdeps/sparc/sparc32/start.S: ... here.
43087 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43088 * sysdeps/sparc/sparc64/start.S: ... here.
43089 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43090 * sysdeps/sparc/sparc32/Makefile: ... this.
43091 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43092 * sysdeps/sparc/sparc64/Makefile: ... this.
43093
43094 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43095 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43096 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43097 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43098 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43099 * sysdeps/s390/s390-32/setjmp.S: ... here.
43100 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43101 * sysdeps/s390/s390-32/configure.in: ... here.
43102 * sysdeps/s390/s390-32/elf/configure: Delete file.
43103 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43104 * sysdeps/s390/s390-32/start.S: ... here.
43105
43106 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43107 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43108 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43109 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43110 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43111 * sysdeps/s390/s390-64/setjmp.S: ... here.
43112 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43113 * sysdeps/s390/s390-64/configure.in: ... here
43114 * sysdeps/s390/s390-64/elf/configure: Delete file.
43115 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43116 * sysdeps/s390/s390-64/start.S: ... here.
43117 * sysdeps/s390/s390-64/elf/configure: Delete.
43118
43119 * configure.in: Remove support for elf directories in sysdeps.
43120
43121 * configure: Regenerated.
43122 * sysdeps/i386/configure: Regenerated.
43123 * sysdeps/powerpc/powerpc32/configure: Regenerated.
43124 * sysdeps/powerpc/powerpc64/configure: Regenerated.
43125 * sysdeps/s390/s390-32/configure: Regenerated.
43126 * sysdeps/s390/s390-64/configure: Regenerated.
43127 * sysdeps/sh/configure: Regenerated.
43128 * sysdeps/sparc/configure: Regenerated.
43129 * sysdeps/x86_64/configure: Regenerated.
43130
a3f61311
AS
431312012-03-26 Andreas Schwab <schwab@linux-m68k.org>
43132
c876e002
AS
43133 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43134
a3f61311
AS
43135 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43136 denormal result into account.
43137
ac4c54f0
RM
431382012-03-25 Roland McGrath <roland@hack.frob.com>
43139
43140 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43141 Reported by Allan McRae <allan@archlinux.org>.
43142
6a9b9c02
JL
431432012-03-23 Jeff Law <law@redhat.com>
43144
43145 * nss/getnssent.c (__nss_getent): Fix typo.
43146
4c42a0c1
DM
431472012-03-23 David S. Miller <davem@davemloft.net>
43148
43149 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43150
1532c7ac
L
431512012-03-23 H.J. Lu <hongjiu.lu@intel.com>
43152
43153 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43154 to pad to uint64_t for each field.
43155 (dl_tls_index): Replace unsigned long with uint64_t.
43156
3ff42526
PP
431572012-03-23 Daniel Jacobowitz <dmj@google.com>
43158 Paul Pluzhnikov <ppluzhnikov@google.com>
43159
43160 [BZ #6528]
43161 * grp/Makefile (otherlibs): Don't set it.
43162 * inet/Makefile (otherlibs): Likewise.
43163 * login/Makefile (otherlibs): Likewise.
43164 * nscd/Makefile (otherlibs): Likewise.
43165 * posix/Makefile (otherlibs): Likewise.
43166 * pwd/Makefile (otherlibs): Likewise.
43167 * rt/Makefile (otherlibs): Likewise.
43168 * sunrpc/Makefile (otherlibs): Likewise.
43169 * nss/Makefile (otherlibs): Likewise.
43170 Add libnss_files to routines and static-only-routines.
43171 ($(objpfx)getent): Remove rule.
43172 * resolv/Makefile: Add libnss_dns and libresolv to routines and
43173 static-only-routines.
43174
7c69cd14
JM
431752012-03-22 Joseph Myers <joseph@codesourcery.com>
43176
43177 [BZ #13892]
43178 * math/s_cexp.c: Include <float.h>.
43179 (__cexp): Handle exp result overflowing not necessarily
43180 overflowing both real and imaginary parts of result.
43181 * math/s_cexpf.c: Likewise.
43182 * math/s_cexpl.c: Likewise.
43183 * math/libm-test.inc (cexp_test): Add more tests.
43184 * sysdeps/i386/fpu/libm-test-ulps: Update.
43185 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43186
81b035fe
L
431872012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43188
43189 * include/link.h (ELFW): New macro.
43190 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43191 Replace ELF64_R_TYPE with ELFW(R_TYPE).
43192
1da7940c
L
431932012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43194
43195 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43196 with uint64_t.
43197
b749dbb9
L
431982012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43199
43200 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43201 declaration.
43202 (struct La_x32_retval): Likewise.
43203
2ff87f3f
L
432042012-03-22 H.J. Lu <hongjiu.lu@intel.com>
43205
43206 * sysdeps/x86_64/preconfigure.in: New file.
43207 * sysdeps/x86_64/preconfigure: New generated file.
43208
c0df8e69
JM
432092012-03-22 Joseph Myers <joseph@codesourcery.com>
43210
48e44791
JM
43211 [BZ #13824]
43212 * math/e_exp2l.c: Include <float.h>.
43213 (__ieee754_exp2l): Handle overflow and underflow cases
43214 separately. Only pass fractional part of argument to
43215 __ieee754_expl.
43216 * math/libm-test.inc (exp2_test): Add more tests.
43217
c0df8e69
JM
43218 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43219 negating x to take absolute value.
43220 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43221 Likewise.
43222 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43223 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43224 Likewise.
43225 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43226 computing low part if x was negated.
43227 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43228
c8e43ba7
L
432292012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43230
43231 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43232 la_x32_gnu_pltexit.
43233 (pltexit): Cast int_retval to ptrdiff_t.
43234 * elf/tst-auditmod3b.c: Likewise.
43235 * elf/tst-auditmod4b.c: Likewise.
43236 * elf/tst-auditmod5b.c: Likewise.
43237 * elf/tst-auditmod6b.c: Likewise.
43238 * elf/tst-auditmod6c.c: Likewise.
43239 * elf/tst-auditmod7b.c: Likewise.
43240
43241 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43242 and x32_gnu_pltexit.
43243
43244 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43245 __ELF_NATIVE_CLASS.
43246 (La_x32_regs): New macro.
43247 (La_x32_retval): Likewise.
43248 (la_x32_gnu_pltenter): New function prototype.
43249 (la_x32_gnu_pltexit): Likewise.
43250
7998fa78
AS
432512012-03-21 Andreas Schwab <schwab@linux-m68k.org>
43252
dcb33988
AS
43253 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43254 exponent.
43255
233fc563
AS
43256 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43257
7998fa78
AS
43258 * configure.in (libc_cv_cc_nofma): Check for option to disable
43259 generation of FMA instructions.
43260 * configure: Regenerate.
43261 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43262 * sysdeps/ieee754/dbl-64/Makefile: New file.
43263 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43264 Remove brandred-fma4.
43265 (CFLAGS-brandred-fma4.c): Remove.
43266 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43267 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43268 define.
43269 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43270 define.
43271
8e95c99a
L
432722012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43273
43274 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43275 LLONG_MAX != LONG_MAX.
43276 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43277 (_fitoa_word): Likewise.
43278 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43279 LLONG_MAX != LONG_MAX.
43280 * stdio-common/_itowa.h: Include <_itoa.h>.
43281 (_itowa_word): Use _ITOA_WORD_TYPE on value.
43282 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
43283 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
43284 only if not defined.
43285 (_ITOA_WORD_TYPE): Likewise.
43286 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43287 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43288
6f4db457
DM
432892012-03-21 David S. Miller <davem@davemloft.net>
43290
43291 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43292
7785fe5a
L
432932012-03-21 H.J. Lu <hongjiu.lu@intel.com>
43294
43295 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43296 of x86_64 when setting libc_cv_slibdir, libdir and
43297 libc_cv_localedir.
43298 * sysdeps/unix/sysv/linux/configure: Regenerated.
43299
4535cd55
JM
433002012-03-21 Joseph Myers <joseph@codesourcery.com>
43301
43302 * manual/lang.texi (Old Varargs): Remove section.
43303 (How Variadic): Update menu.
43304 (va_start): Do not mention varargs.h.
43305
17228132
TS
433062012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43307 Joseph Myers <joseph@codesourcery.com>
43308
43309 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43310 link test.
43311 * configure: Regenerated.
43312
8149f976
TS
433132012-03-21 Thomas Schwinge <thomas@codesourcery.com>
43314
05f3d1f6
UD
43315 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43316 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43317 conformtest.pl
8149f976 43318
1a4ac776
JM
433192012-03-21 Joseph Myers <joseph@codesourcery.com>
43320
be22ce65
JM
43321 * NOTES: Remove.
43322 * Makefile (files-for-dist): Remove NOTES.
43323 (NOTES): Remove rule.
43324 * README: Don't refer to NOTES.
43325 * manual/creature.texi: Don't include macros.texi.
43326 * manual/intro.texi (creature.texi): Remove comment referring to
43327 NOTES.
43328
40b601fb
JM
43329 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43330 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43331 * configure: Regenerated.
43332 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43333 LIBC_TRY_CC_OPTION.
43334 (libc_cv_as_i686): Likewise.
43335 (libc_cv_cc_avx): Likewise.
43336 (libc_cv_cc_sse2avx): Likewise.
43337 (libc_cv_cc_fma4): Likewise.
43338 (libc_cv_cc_novzeroupper): Likewise.
43339 * sysdeps/i386/configure: Regenerated.
43340
1a4ac776
JM
43341 [BZ #13883]
43342 * sysdeps/i386/fpu/s_cexp.S: Remove.
43343 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43344 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43345 * math/libm-test.inc (cexp_test): Add more tests.
43346 * sysdeps/i386/fpu/libm-test-ulps: Update.
43347 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43348
a458e7fe
AM
433492012-03-21 Allan McRae <allan@archlinux.org>
43350
43351 * timezone/Makefile: Do not install iso3166.tab and zone.tab
43352
0cb7efc5
JM
433532012-03-21 Joseph Myers <joseph@codesourcery.com>
43354
43355 [BZ #13871]
43356 * math/w_exp2.c: Do not include <float.h>.
43357 (o_threshold, u_threshold): Remove.
43358 (__exp2): Calculate result before checking finiteness and calling
43359 __kernel_standard.
43360 * math/w_exp2f.c: Likewise.
43361 * math/w_exp2l.c: Likewise.
43362 * math/libm-test.inc (exp2_test): Require overflow exception for
43363 1e6 input.
2460d3aa
JM
43364
43365 [BZ #3866]
43366 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43367 range of signed 64-bit integers before using fistpll. Remove
43368 checks for whether integers fit in mantissa bits.
43369 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43370 the range of signed 32-bit integers before using fistpl. Remove
43371 checks for whether integers fit in mantissa bits.
43372 * sysdeps/i386/fpu/e_powl.S (p64): New object.
43373 (__ieee754_powl): Test for y outside the range of signed 64-bit
43374 integers before using fistpll. Reduce 64-bit values to 63-bit
43375 ones as needed.
43376 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43377 divide-by-zero is raised for zero to large negative powers.
43378 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43379 (__ieee754_powl): Test for y outside the range of signed 64-bit
43380 integers before using fistpll. Reduce 64-bit values to 63-bit
43381 ones as needed.
43382 * math/libm-test.inc (pow_test): Add more tests.
43383
eb96ffb0
L
433842012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43385
43386 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43387 <stdio-common/_itoa.h>.
43388 * debug/segfault.c: Likewise.
43389 * elf/dl-cache.c: Likewise.
43390 * elf/dl-minimal.c: Likewise.
43391 * elf/dl-misc.c: Likewise.
43392 * elf/dl-sysdep.c: Likewise.
43393 * elf/dl-version.c: Likewise.
43394 * elf/rtld.c: Likewise.
43395 * hurd/hurdsock.c: Likewise.
43396 * hurd/lookup-retry.c: Likewise.
43397 * malloc/malloc.c: Likewise.
43398 * malloc/mtrace.c: Likewise.
43399 * nscd/nscd_getgr_r.c: Likewise.
43400 * nscd/nscd_getpw_r.c: Likewise.
43401 * nscd/nscd_getserv_r.c: Likewise.
43402 * posix/getopt_init.c: Likewise.
43403 * posix/wordexp.c: Likewise.
43404 * stdio-common/_itoa.c: Likewise.
43405 * stdio-common/printf_fphex.c: Likewise.
43406 * stdio-common/vfprintf.c: Likewise.
43407 * string/_strerror.c: Likewise.
43408 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43409 * sysdeps/i386/i686/hp-timing.h: Likewise.
43410 * sysdeps/mach/_strerror.c: Likewise.
43411 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43412 * sysdeps/mach/hurd/sethostid.c: Likewise.
43413 * sysdeps/mach/hurd/xmknodat.c: Likewise.
43414 * sysdeps/mach/xpg-strerror.c: Likewise.
43415 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43416 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43417 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43418 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43419 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43420 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43421 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43422 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43423 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43424 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43425 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43426 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43427 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43428 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43429 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43430 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43431 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43432 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43433 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43434 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43435 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43436
43437 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43438
43439 * stdio-common/_itoa.h: Moved to ...
43440 * sysdeps/generic/_itoa.h: Here.
43441
43442 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43443
43444 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43445 instead of "_itoa.h" and "_itowa.h".
43446 * stdio-common/vfprintf.: Likewise.
43447
d1af992d
L
434482012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43449
43450 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43451 <bits/wordsize.h>.
43452 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43453 (__signbit): Likwise.
43454 (llrintf): Likwise.
43455 (llrint): Likwise.
43456
114883e0
L
434572012-03-20 H.J. Lu <hongjiu.lu@intel.com>
43458
43459 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43460 __WORDSIZE != 64.
43461
c135cc1b
JM
434622012-03-20 Joseph Myers <joseph@codesourcery.com>
43463
43464 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43465 OVERFLOW_EXCEPTION_OK.
43466 * math/libm-test.inc ("Philosophy"): Update comment about
43467 exception testing.
43468 (OVERFLOW_EXCEPTION): Define.
43469 (OVERFLOW_EXCEPTION_OK): Likewise.
43470 (INVALID_EXCEPTION_OK): Renumber.
43471 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43472 (IGNORE_ZERO_INF_SIGN): Likewise.
43473 (test_exceptions): Handle FE_OVERFLOW.
43474 (exp10_test): Expect overflow exceptions.
43475 (exp2_test): Likewise.
43476 (expm1_test): Likewise.
43477 (nextafter_test): Likewise.
43478 (pow_test): Likewise.
43479 (scalbn_test): Likewise.
43480 (scalbln_test): Likewise.
43481
95443d88
L
434822012-03-19 H.J. Lu <hongjiu.lu@intel.com>
43483
43484 * sysdeps/x86_64/bits/atomic.h
43485 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43486 64bit integer.
43487 (atomic_exchange_acq): Likewise.
43488 (__arch_exchange_and_add_body): Likewise.
43489 (__arch_add_body): Likewise.
43490 (atomic_add_negative): Likewise.
43491 (atomic_add_zero): Likewise.
43492
490df6c4
L
434932012-03-19 H.J. Lu <hongjiu.lu@intel.com>
43494
c2722551 43495 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
43496 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43497
5e52b189
L
434982012-03-19 H.J. Lu <hongjiu.lu@intel.com>
43499
43500 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43501 Check __x86_64__ instead of __WORDSIZE.
43502
a9879d4c
L
435032012-03-19 H.J. Lu <hongjiu.lu@intel.com>
43504
43505 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43506
5df98260
DM
435072012-03-19 David S. Miller <davem@davemloft.net>
43508
e1497744
DM
43509 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43510
5df98260
DM
43511 * sysdeps/sparc/fpu/fenv_private.h: New file.
43512 * sysdeps/sparc/fpu/math_private.h: Use it.
43513 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43514 Remove.
57f41c40 43515 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
43516 (libc_feholdexcept_setroundl): Remove.
43517 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43518 Remove.
43519 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43520 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43521
b4c35121
L
435222012-03-19 H.J. Lu <hongjiu.lu@intel.com>
43523
43524 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43525 int64_t instead of long int.
43526 (INSERT_WORDS64): Likwise.
43527
56965fd7
L
435282012-03-19 H.J. Lu <hongjiu.lu@intel.com>
43529
43530 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43531 _Unwind_GetCFA return to _Unwind_Ptr first.
43532
83d1aec8
JM
435332012-03-19 Joseph Myers <joseph@codesourcery.com>
43534
1897ad44
JM
43535 [BZ #13629]
43536 * math/s_clog.c: Include <float.h>.
43537 (__clog): Scale large or subnormal inputs.
43538 * math/s_clogf.c: Likewise.
43539 * math/s_clogl.c: Likewise.
43540 * math/s_clog10.c: Include <float.h>.
43541 (M_LOG10_2): Define.
43542 (__clog10): Scale large or subnormal inputs.
43543 * math/s_clog10f.c: Likewise.
43544 * math/s_clog10l.c: Likewise.
43545 * math/libm-test.inc (clog_test): Add more tests.
43546 (clog10_test): Likewise.
43547 * sysdeps/i386/fpu/libm-test-ulps: Update.
43548 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43549
7726d6a9
JM
43550 [BZ #11451]
43551 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43552 x and y.
43553 * math/libm-test.inc (atan2_test): Add another test.
43554
83d1aec8
JM
43555 * Makerules (common-objdir-compile): Remove.
43556 * sysdeps/unix/Makefile (config-generated): Do not add
43557 $(unix-generated) to variable.
43558 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43559 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43560 Remove rule.
43561 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43562 Likewise.
43563 [generic bits/local_lim.h] (before-compile): Do not append to
43564 variable.
43565 [generic bits/local_lim.h] (common-generated): Likewise.
43566 [generic sys/param.h] (before-compile): Do not append to variable.
43567 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43568 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43569 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43570 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43571 include.
43572 [generic sys/param.h] (sys/param.h-includes): Remove variable.
43573 [generic sys/param.h] (sys/param.h-includes): Remove rule.
43574 [generic sys/param.h] ($(addprefix
43575 $(common-objpfx),$(sys/param.h-includes))): Likewise.
43576 [generic sys/param.h] (common-generated): Do not append to
43577 variable.
43578 [generic sys/param.h] (sysdep_headers): Likewise.
43579 [generic bits/errno.h] (before-compile): Do not append to
43580 variable.
43581 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43582 rule.
43583 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43584 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43585 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43586 [generic bits/errno.h] (common-generated): Do not append to
43587 variable.
43588 [generic bits/ioctls.h] (before-compile): Do not append to
43589 variable.
43590 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43591 rule.
43592 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43593 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43594 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43595 rule.
43596 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43597 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43598 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43599 [generic bits/ioctls.h] (common-generated): Do not append to
43600 variable.
43601 [generic sys/syscall.h] (syscall.h): Remove variable.
43602 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43603 rule.
43604 [generic sys/syscall.h] (before-compile): Do not append to
43605 variable.
43606 [generic sys/syscall.h] (common-generated): Likewise.
43607 * sysdeps/unix/errnos-tmpl.c: Remove file.
43608 * sysdeps/unix/errnos.awk: Likewise.
43609 * sysdeps/unix/ioctls-tmpl.c: Likewise.
43610 * sysdeps/unix/ioctls.awk: Likewise.
43611 * sysdeps/unix/mk-local_lim.c: Likewise.
43612 * sysdeps/unix/snarf-ioctls: Likewise.
43613
4851a949
RH
436142012-03-19 Richard Henderson <rth@twiddle.net>
43615
bd37f2ee
RH
43616 * sysdeps/i386/fpu/fenv_private.h: New file.
43617 * sysdeps/i386/fpu/math_private.h: Use it.
43618 (math_opt_barrier, math_force_eval): Remove.
43619 (libc_feholdexcept_setround_53bit): Remove.
43620 (libc_feupdateenv_53bit): Remove.
43621 * sysdeps/x86_64/fpu/math_private.h: Likewise.
43622 (math_opt_barrier, math_force_eval): Remove.
43623 (libc_feholdexcept): Remove.
43624 (libc_feholdexcept_setround): Remove.
43625 (libc_fetestexcept, libc_fesetenv): Remove.
43626 (libc_feupdateenv_test): Remove.
43627 (libc_feupdateenv, libc_feholdsetround): Remove.
43628 (libc_feresetround): Remove.
43629
d0adc922
RH
43630 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43631 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43632
0fe0f1f8
RH
43633 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43634 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43635 (libc_feupdateenv_testl): New.
43636 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43637 (libc_feupdateenv_testf): New.
43638 (libc_feupdateenv): Use libc_feupdateenv_test.
43639 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43640 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43641
eb92c487
RH
43642 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43643 (libc_feholdsetroundf, libc_feholdsetroundl): New.
43644 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43645 (libc_feresetround_noex): New.
43646 (libc_feresetround_noexf): New.
43647 (libc_feresetround_noexl): New.
43648 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43649 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43650 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43651 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43652 SET_RESTORE_ROUND.
43653 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43654 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43655 (__cos): Likewise.
43656 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43657 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43658 SET_RESTORE_ROUND_NOEX.
43659 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43660 SET_RESTORE_ROUND_NOEXF.
43661 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43662 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43663 (libc_feholdsetroundf): New.
43664 (libc_feresetround, libc_feresetroundf): New.
43665
7d2e8012
RH
43666 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43667 (libc_feholdexcept_setround_53bit): Convert from macro to function.
43668 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
43669
b4dabbb4
RH
43670 * sysdeps/generic/math_private.h: Include <fenv.h>.
43671 (default_libc_feholdexcept): New.
43672 (default_libc_feholdexcept_setround): New.
43673 (default_libc_fesetenv, default_libc_feupdateenv): New.
43674 (libc_feholdexcept): Only define if undefined.
43675 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43676 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43677 (libc_feholdexcept_setroundl): Likewise.
43678 (libc_feholdexcept_setround_53bit): Likewise.
43679 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43680 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43681 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43682 (libc_feupdateenv_53bit): Likewise.
43683 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43684 (libc_feholdexcept): Convert from macro to inline function.
43685 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43686 (libc_fesetenv, libc_feupdateenv): Likewise.
43687
4851a949
RH
43688 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43689 not previously defined.
43690 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43691 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43692 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43693 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43694 * sysdeps/ieee754/flt-32/math_private.h: New file.
43695 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43696 math_private.h below SET_FLOAT_WORD.
43697 (__isnan, __isinf_ns, __finite): Remove.
43698 (__isnanf, __isinf_nsf, __finitef): Remove.
43699
e79d442e
AS
437002012-03-18 Andreas Schwab <schwab@linux-m68k.org>
43701
43702 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43703
90b80344
DM
437042012-03-17 David S. Miller <davem@davemloft.net>
43705
43706 [BZ #6471]
43707 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43708 for 2.16.
43709
edc21804
DM
437102012-03-16 David S. Miller <davem@davemloft.net>
43711
77e927af
DM
43712 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43713 warnings.
43714
374976dd
DM
43715 [BZ #6471]
43716 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43717 properly.
43718 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43719 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43720 sysdep_routines when subdir is sysvipc.
43721 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43722 __getshmlba helper.
43723
edc21804
DM
43724 * sysdeps/sparc/fpu/libm-test/ulps: Update.
43725
473c3ef3
L
437262012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43727
43728 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43729 [__LP64__].
43730
eb0f39b6
L
437312012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43732
43733 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43734 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43735 (__lround): Renamed to ...
43736 (__llround): This. Replace long int with long long int.
43737 Define lround functions as aliases of llround functions.
43738 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43739
6b6cd74b
L
437402012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43741
43742 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43743 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
43744 adresses to uintptr_t. Replace "long int" and "unsigned long
43745 int" with "greg_t" on va_arg.
43746
f1a77b01
L
437472012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43748
43749 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43750 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43751
43752 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43753 Move e_machine check before EI_CLASS check. Handle x32
43754 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43755 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43756 SKIP_EM_IA_64 and include
43757 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43758
43759 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43760 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43761 (add_system_dir): New macro.
43762
43763 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43764 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43765
11b90b9f
JM
437662012-03-16 Joseph Myers <joseph@codesourcery.com>
43767
c36e1d23
JM
43768 [BZ #2551]
43769 [BZ #2552]
43770 [BZ #2553]
43771 [BZ #2554]
43772 [BZ #2562]
43773 [BZ #2563]
43774 [BZ #2565]
43775 [BZ #2566]
43776 [BZ #2576]
43777 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43778 (y0): Likewise.
43779 * math/w_j0f.c (j0f): Likewise.
43780 (y0f): Likewise.
43781 * math/w_j0l.c (__j0l): Likewise.
43782 (__y0l): Likewise.
43783 * math/w_j1.c (j1): Likewise.
43784 (y1): Likewise.
43785 * math/w_j1f.c (j1f): Likewise.
43786 (y1f): Likewise.
43787 * math/w_j1l.c (__j1l): Likewise.
43788 (__y1l): Likewise.
43789 * math/w_jn.c (jn): Likewise.
43790 (yn): Likewise.
43791 * math/w_jnf.c (jnf): Likewise.
43792 (ynf): Likewise.
43793 * math/w_jnl.c (__jnl): Likewise.
43794 (__ynl): Likewise.
43795 * math/libm-test.inc (j0_test): Add more tests.
43796 (j1_test): Likewise.
43797 (jn_test): Likewise. Add trailing semicolon to existing test.
43798 (y0_test): Likewise.
43799 (y1_test): Likewise.
43800 * sysdeps/i386/fpu/libm-test-ulps: Update.
43801 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43802
11b90b9f
JM
43803 [BZ #13851]
43804 [BZ #13854]
43805 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43806 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43807 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43808 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43809 (__tanl): Set errno for infinite argument.
43810 * sysdeps/i386/fpu/mptan.c: Remove.
43811 * sysdeps/i386/fpu/s_tan.S: Likewise.
43812 * sysdeps/i386/fpu/s_tanl.S: Likewise.
43813 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43814 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43815 * math/libm-test.inc (tan_test): Add more tests and enable more
43816 tests for double and long double.
43817 * sysdeps/i386/fpu/libm-test-ulps: Update.
43818 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43819
6a1bd2a1
JK
438202012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
43821
43822 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43823 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43824
10a803e0
RM
438252012-03-16 Roland McGrath <roland@hack.frob.com>
43826
43827 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43828 * configure.in: Use it for both main tree and add-ons.
43829 * configure: Regenerated.
43830
f196c7f7
L
438312012-03-16 H.J. Lu <hongjiu.lu@intel.com>
43832
43833 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43834
8848d99d
JM
438352012-03-16 Joseph Myers <joseph@codesourcery.com>
43836
96cbe7f4
JM
43837 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43838 in comment.
43839
8848d99d
JM
43840 [BZ #13851]
43841 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43842 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43843 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43844 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43845 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43846 infinite argument.
43847 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43848 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43849 != 0 for prec == 2.
43850 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43851 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43852 * sysdeps/i386/fpu/s_cosl.S: Likewise.
43853 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43854 * sysdeps/i386/fpu/s_sinl.S: Likewise.
43855 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43856 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43857 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43858 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43859 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43860 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43861 * math/libm-test.inc (cos_test): Add more tests and enable more
43862 tests for long double.
43863 (sin_test): Likewise.
43864 (sincos_test): Likewise.
43865 * sysdeps/i386/fpu/libm-test-ulps: Update.
43866 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43867
dd7f4703
DM
438682012-03-16 David S. Miller <davem@davemloft.net>
43869
43870 * sysdeps/sparc/fpu/math_private.h: New file.
43871
006f1daa
DM
438722012-03-15 David S. Miller <davem@davemloft.net>
43873
c0c83bc8
DM
43874 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43875 file.
e6a62e18 43876 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
43877 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43878 file.
e6a62e18
DM
43879 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43880 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43881 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43882 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43883 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43884 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43885 sysdep routines.
43886 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43887
88cb87d9
DM
43888 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43889 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43890
006f1daa 43891 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
43892 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43893 sparc-ifunc.h
006f1daa 43894 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
43895 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43896 Likewise.
43897 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43898 Likewise.
006f1daa
DM
43899 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43900 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43901 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
43902 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43903 Likewise.
006f1daa
DM
43904 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43905 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43906 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43907 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
43908 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43909 Likewise.
43910 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43911 Likewise.
006f1daa
DM
43912 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43913 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43914 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43915 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43916 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43917 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43918 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43919 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43920 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43921 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43922 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43923 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43924 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43925 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43926 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43927 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43928 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43929 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43930 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43931 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43932 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43933 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43934 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43935 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43936
11e0098e
AS
439372012-03-15 Andreas Schwab <schwab@linux-m68k.org>
43938
43939 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43940 scaling.
43941 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43942
e85b09d0
AJ
439432012-03-15 Andreas Jaeger <aj@suse.de>
43944
43945 [BZ #13852]
43946 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43947 ieee754/flt-32 implementation for sin, cos and sincos.
43948 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43949 * sysdeps/i386/fpu/s_cosf.S: Likewise.
43950 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43951 * sysdeps/i386/fpu/s_sinf.S: Likewise.
43952 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43953 ieee754/flt-32 implementation for tan.
43954
43955 * math/libm-test.inc (cos_test): Enable some large input tests for
43956 float as well
43957 (sin_test): Likewise.
43958 (sincos_test): Likewise.
43959 (tan_test): Add tests for large input.
43960
43961 * sysdeps/i386/fpu/libm-test-ulps: Update.
43962
81c64153
AJ
439632012-03-15 Andreas Jaeger <aj@suse.de>
43964
43965 [BZ #13658]
43966 * math/libm-test.inc (cos_test): Add more test cases.
43967 (sin_test): Likewise.
43968 (sincos_test): Likewise.
43969
7bbfa5c6
AJ
439702012-03-15 Andreas Jaeger <aj@suse.de>
43971
43972 [BZ #13837]
43973 * math/libm-test.inc (cos_test): Add a test case for large input
43974 value.
43975 (sin_test): Likewise.
43976 (sincos_test): Likewise.
43977
57f41c40
AS
439782012-03-15 Andreas Jaeger <aj@suse.de>
43979 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
43980
43981 [BZ #13658]
0671f479 43982 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
43983 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43984 * sysdeps/i386/fpu/branred.c: Likewise.
43985 * sysdeps/i386/fpu/dosincos.c: Likewise.
43986 * sysdeps/i386/fpu/mpa.c: Likewise.
43987 * sysdeps/i386/fpu/s_cos.S: Likewise.
43988 * sysdeps/i386/fpu/s_sin.S: Likewise.
43989 * sysdeps/i386/fpu/s_sincos.S: Likewise.
43990 * sysdeps/i386/fpu/sincos32.c: Likewise.
43991
43992 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43993 Define.
43994 (libc_feupdateenv_53bit): Define.
43995 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43996 Define.
43997 (libc_feupdateenv_53bit): Define.
43998
43999 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44000 53 bit (without extend i386 double precision).
44001
44002 * math/libm-test.inc (sincos_test): Add tests for large input.
44003 (sin): Likewise.
44004 (cos): Likewise.
44005
44006 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44007
9cad04ea
AS
440082012-03-15 Andreas Schwab <schwab@linux-m68k.org>
44009
44010 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44011
f7062b9a
DM
440122012-03-15 David S. Miller <davem@davemloft.net>
44013
44014 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44015 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44016 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44017 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44018 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44019 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44020 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44021 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44022 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44023 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44024 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44025 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44026 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44027 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44028 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
44029 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44030 file.
f7062b9a 44031 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
44032 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44033 file.
f7062b9a 44034 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
44035 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44036 file.
f7062b9a 44037 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
44038 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44039 file.
f7062b9a
DM
44040 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44041 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44042 fmin/fmax sysdep routines.
44043 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44044
7bd951ff
DM
440452012-03-14 David S. Miller <davem@davemloft.net>
44046
559398ab
DM
44047 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44048 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44049 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44050 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44051 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44052 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44053 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44054 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44055 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44056 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44057 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44058 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44059 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44060 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44061 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44062 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44063 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44064 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44065 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44066 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44067 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44068 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44069 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44070 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44071 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44072 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44073 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44074 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44075 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44076 routines.
44077 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44078 file.
559398ab 44079 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
44080 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44081 file.
559398ab 44082 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
44083 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44084 file.
559398ab 44085 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
44086 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44087 file.
559398ab 44088 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
44089 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44090 file.
559398ab 44091 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
44092 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44093 file.
44094 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44095 file.
44096 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44097 file.
44098 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44099 file.
44100 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44101 New file.
44102 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44103 file.
44104 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44105 file.
559398ab 44106 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
44107 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44108 file.
559398ab 44109 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
44110 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44111 file.
559398ab 44112 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
44113 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44114 file.
559398ab 44115 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
44116 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44117 VIS3 routines.
559398ab
DM
44118
44119 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44120 New file.
44121
5a1c1e32
DM
44122 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44123
eae47a36
DM
44124 * sysdeps/sparc/configure.in: New file.
44125 * sysdeps/sparc/configure: Generate.
44126 * configure.in (libc_cv_sparc_as_vis3): Substitute.
44127 * configure: Regenerate.
44128 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44129 * config.make.in (have-as-vis3): New.
44130 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44131 available use -Av9d instead of -Av9a.
44132 * sysdeps/sparc/sparc64/Makefile: Likewise.
44133 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
44134 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44135 New file.
44136 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44137 file.
44138 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44139 New file.
44140 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44141 file.
eae47a36
DM
44142 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44143 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44144 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44145 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44146 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44147
c0c83bc8
DM
44148 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44149 fzeros/fnegs to load 0x80000000 into a float register instead of
44150 using the stack.
7bd951ff
DM
44151 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44152
bd951ccb
JM
441532012-03-14 Joseph Myers <joseph@codesourcery.com>
44154
44155 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44156 bits/syscall.h.
44157 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44158 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44159 ($(inst_includedir)/bits/syscall.h): Remove rule.
44160 ($(objpfx)bits/syscall.d): Include instead of
44161 $(objpfx)syscall-list.d.
44162 (generated): Change syscall-list.h and syscall-list.d to
44163 bits/syscall.h and bits/syscall.d.
44164
bb4e6db2
RM
441652012-03-14 Roland McGrath <roland@hack.frob.com>
44166
44167 [BZ #13846]
44168 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44169
aa4a2ae1
JM
441702012-03-14 Joseph Myers <joseph@codesourcery.com>
44171
e456826d
JM
44172 [BZ #13841]
44173 * math/s_csqrt.c: Include <float.h>.
44174 (__csqrt): Scale large or subnormal inputs.
44175 * math/s_csqrtf.c: Likewise.
44176 * math/s_csqrtl.c: Likewise.
44177 * math/libm-test.inc (csqrt_test): Add more tests.
44178 * sysdeps/i386/fpu/libm-test-ulps: Update.
44179 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44180
aa4a2ae1
JM
44181 [BZ #13840]
44182 * math/libm-test.inc (hypot_test): Add more tests.
44183
7c10fd35
DM
441842012-03-13 David S. Miller <davem@davemloft.net>
44185
44186 [BZ #13840]
44187 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44188 double-precision for the calculation instead of scaling.
44189
f453b98b
JM
441902012-03-13 Joseph Myers <joseph@codesourcery.com>
44191
44192 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44193 manipulate bits before adding and subtracting TWO52[sx].
44194 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44195 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44196 Likewise.
44197 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44198
09a3453f
DM
441992012-03-13 David S. Miller <davem@davemloft.net>
44200
8e59da90
DM
44201 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44202 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44203 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44204 rtld-global-offsets.h
44205 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44206
2a8ab7f2
DM
44207 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44208 large parameters.
44209
10f62770
DM
44210 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44211
5f0bdb18
DM
44212 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44213 'err' in the ifdef scope in which it is actually used.
44214
09a3453f
DM
44215 * nss/nss_db/db-init.c: Include string.h
44216
b4b2eb5e
DM
442172012-03-12 David S. Miller <davem@davemloft.net>
44218
98bb2f1c
DM
44219 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44220 masking out of the most significant byte of random value used.
44221 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44222 Fix coding style in previous change.
44223
b4b2eb5e
DM
44224 * sysdeps/unix/sysv/linux/kernel-features.h
44225 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44226 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44227 expression.
44228 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44229 later.
44230
6e226b09
DM
442312012-03-11 David S. Miller <davem@davemloft.net>
44232
a1bcbd40
DM
44233 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44234 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44235 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44236 for 'resultvar' otherwise things get truncated on 64-bit.
44237
cb9d6174
DM
44238 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44239 Fix masking out of the most significant byte of random value used.
44240
6e226b09
DM
44241 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44242
058c132d
AS
442432012-03-10 Andreas Schwab <schwab@linux-m68k.org>
44244
44245 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44246
2d2cd515
DM
442472012-03-09 David S. Miller <davem@davemloft.net>
44248
44249 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44250 variables with appropriate CPP guards.
57f41c40
AS
44251 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44252 from the frame pointer, not the stack pointer. Correct layout
44253 comments. Fix test on resulting framesize and the management of
44254 the outregs buffer for pltexit. Preserve floating point return
44255 values across _dl_call_pltexit call.
2d2cd515
DM
44256 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44257 framesize and the management of the outregs buffer for pltexit.
44258 Preserve floating point return values across _dl_call_pltexit
44259 call.
57f41c40
AS
44260 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44261 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44262 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
44263 (print_exit): Fix format string for return register value.
44264
9a07f9d0
JM
442652012-03-10 Joseph Myers <joseph@codesourcery.com>
44266
44267 * sunrpc/Makefile (others): Add rpcgen.
44268 ($(objpfx)rpcgen): Remove special build rule and dependency on
44269 libc.
44270 * sunrpc/rpcgen.c: New file.
44271
547b5e30
PE
442722012-03-09 Paul Eggert <eggert@cs.ucla.edu>
44273
c524201a
PE
44274 [BZ #13673]
44275 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44276 * stdio-common/bug-vfprintf-nargs.c: Likewise.
44277 * sysdeps/i386/crti.S: Likewise.
44278 * sysdeps/i386/crtn.S: Likewise.
44279 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44280 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44281 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44282 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44283 * sysdeps/sh/crti.S: Likewise.
44284 * sysdeps/sh/crtn.S: Likewise.
44285 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44286
7b6235f2
PE
44287 [BZ #13673]
44288 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44289 with URL.
44290 * locale/programs/locfile-kw.gperf: Likewise.
44291 * locale/programs/charmap-kw.h: Regenerated.
44292 * locale/programs/locfile-kw.h: Likewise.
44293
547b5e30
PE
44294 [BZ #13673]
44295 * intl/plural.y: Replace FSF snail mail address with URL.
44296 * intl/plural.c: Regenerated.
44297
5f0a5dae
RH
442982012-03-09 Richard Henderson <rth@twiddle.net>
44299
44300 * include/math_private.h: Remove file.
44301 * math/math_private.h: Move file ...
44302 * sysdeps/generic/math_private.h: ... here.
44303
b8c03620
RH
44304 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44305 * sysdeps/powerpc/fpu/math_private.h: Likewise.
44306 * sysdeps/x86_64/fpu/math_private.h: Likewise.
44307
4e234f5d 44308 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
44309 and <math_private.h>.
44310 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44311 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44312 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44313 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44314 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44315 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44316 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44317 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44318 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44319 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44320 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44321 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44322 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44323 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44324 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44325 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44326 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44327 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44328 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44329 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44330 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44331 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44332 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44333 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44334 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44335 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44336 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44337 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44338 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44339 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44340 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44341 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44342 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44343 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44344 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44345 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44346 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44347 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44348 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44349 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44350 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44351 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44352 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44353 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44354 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44355 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44356 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44357 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44358 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44359 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44360 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44361 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44362 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44363 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44364 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44365 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44366 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44367 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44368 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44369 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44370 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44371 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44372 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44373 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44374 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44375 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44376 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44377 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44378 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44379 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44380 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44381 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44382 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44383 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44384 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44385 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44386 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44387 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44388 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44389 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44390 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44391 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44392 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44393 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44394 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44395 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44396 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44397 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44398 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44399 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44400 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44401 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44402 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44403 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44404 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44405 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44406 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44407 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44408 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44409 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44410 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44411 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44412 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44413 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44414 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44415 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44416 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44417 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44418 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44419 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44420 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44421 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44422 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44423 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44424 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44425 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44426 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44427 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44428 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44429 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44430 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44431 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44432 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44433 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44434 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44435 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44436 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44437 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44438 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44439 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44440 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44441 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44442 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44443 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44444 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44445 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44446 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44447 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44448 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44449 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44450 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44451 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44452 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44453 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44454 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44455 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44456 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44457 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44458 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44459 * sysdeps/ieee754/k_standard.c: Likewise.
44460 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44461 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44462 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44463 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44464 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44465 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44466 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44467 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44468 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44469 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44470 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44471 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44472 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44473 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44474 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44475 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44476 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44477 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44478 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44479 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44480 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44481 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44482 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44483 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44484 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44485 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44486 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44487 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44488 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44489 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44490 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44491 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44492 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44493 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44494 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44495 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44496 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44497 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44498 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44499 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44500 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44501 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44502 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44503 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44504 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44505 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44506 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44507 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44508 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44509 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44510 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44511 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44512 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44513 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44514 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44515 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44516 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44517 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44518 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44519 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44520 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44521 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44522 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44523 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44524 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44525 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44526 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44527 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44528 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44529 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44530 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44531 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44532 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44533 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44534 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44535 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44536 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44537 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44538 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44539 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44540 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44541 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44542 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44543 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44544 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44545 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44546 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44547 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44548 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44549 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44550 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44551 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44552 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44553 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44554 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44555 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44556 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44557 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44558 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44559 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44560 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44561 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44562 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44563 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44564 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44565 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44566 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44567 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44568 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44569 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44570 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44571 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44572 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44573 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44574 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44575 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44576 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44577 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44578 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44579 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44580 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44581 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44582 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44583 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44584 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44585 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44586 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44587 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44588 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44589 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44590 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44591 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44592 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44593 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44594 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44595 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44596 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44597 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44598 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44599 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44600 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44601 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44602 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44603 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44604 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44605 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44606 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44607 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44608 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44609 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44610 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44611 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44612 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44613 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44614 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44615 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44616 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44617 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44618 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44619 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44620 * sysdeps/ieee754/s_lib_version.c: Likewise.
44621 * sysdeps/ieee754/s_matherr.c: Likewise.
44622 * sysdeps/ieee754/s_signgam.c: Likewise.
44623 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44624 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44625 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44626 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44627 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44628 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44629 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44630 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44631 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44632 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44633 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44634 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44635 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44636 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44637 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44638 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44639 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44640 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44641 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44642 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44643 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 44644
1991fa03
JM
446452012-03-09 Joseph Myers <joseph@codesourcery.com>
44646
44647 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44648 * sunrpc/rpc_main.c: Likewise.
44649 * sunrpc/rpc_svcout.c: Likewise.
44650
60d6f5a6
DM
446512012-03-09 David S. Miller <davem@davemloft.net>
44652
44653 * include/math_private.h: New file.
44654
4962050e
JM
446552012-03-09 Joseph Myers <joseph@codesourcery.com>
44656
02a6f887
JM
44657 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44658 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44659 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44660 from <bits/socket_type.h>.
44661 (enum __socket_type): Don't define here.
44662 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44663 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44664 bits/socket_type.h.
44665
c6e013c1
JM
44666 [BZ #13566]
44667 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44668 checking __USE_GNU.
44669
4962050e
JM
44670 * Makerules ($(inst_includedir)/%.h): New rule.
44671 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44672 (install-others): Remove variable setting.
44673 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44674
38842f45
RH
446752012-03-08 Richard Henderson <rth@twiddle.net>
44676
67bb6da6
RH
44677 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44678 from macro to inline function; merge with the
44679 !__LIBC_INTERNAL_MATH_INLINES version.
44680 (__ieee754_sqrtf): Likewise.
44681
15194b4b
RH
44682 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44683 to inline function.
44684 (__rintf, __floor, __floorf): Likewise.
44685
64e21ede
RH
44686 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44687 macro to inline function.
44688 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44689
38842f45
RH
44690 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44691 not <math/math_private.h>.
44692
c64bf5fe
DM
446932012-03-08 David S. Miller <davem@davemloft.net>
44694
44695 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44696 copyright year.
44697 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44698
82d86f28
TS
446992012-03-08 Thomas Schwinge <thomas@codesourcery.com>
44700
44701 * resolv/gai_misc.c (handle_requests): Fix struct timespec
44702 normalization.
44703 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44704 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44705
aea5d727
UD
447062012-03-08 Ulrich Drepper <drepper@gmail.com>
44707
44708 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
44709 be defined individually, they must be defined as a block. Define
44710 S for printing a string instead of hidint the different by using a
44711 macro for adding the 'l'.
44712 * stdio-common/tst-fphex-wide.c: Adjust.
44713
70bca0a3
MP
447142012-03-07 Marek Polacek <polacek@redhat.com>
44715
44716 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44717
65b81130
MP
447182012-03-08 Marek Polacek <polacek@redhat.com>
44719
44720 [BZ #13806]
44721 * stdio-common/Makefile (tests): Add tst-fphex-wide.
44722 * stdio-common/tst-fphex.c: Define a few macros to make the
44723 test reusable. Use them.
44724 * stdio-common/tst-fphex-wide.c: New file.
44725
07037eeb
JM
447262012-03-08 Joseph Myers <joseph@codesourcery.com>
44727
a7a93d50
JM
44728 [BZ #6911]
44729 * manual/macros.texi (gnusystems): New macro.
44730 (nongnusystems): Likewise.
44731 (gnulinuxhurdsystems): Likewise.
44732 (gnuhurdsystems): Likewise..
44733 (gnulinuxsystems): Likewise.
44734 * manual/charset.texi: Use new macros or @theglibc{} to refer to
44735 variants of the GNU system, not "GNU system".
44736 * manual/conf.texi: Likewise.
44737 * manual/errno.texi: Likewise. Update example of errno macro
44738 expansion.
44739 * manual/filesys.texi: Likewise.
44740 (getumask): Document as specific to GNU/Hurd.
44741 * manual/install.texi: Likewise. Reword some references to
44742 GNU/Linux.
44743 * manual/intro.texi: Likewise.
44744 * manual/io.texi: Likewise.
44745 (File Name Portability): Detail which constraints are inapplicable
44746 to all GNU systems and which are only inapplicable to GNU/Hurd.
44747 * manual/job.texi: Likewise.
44748 * manual/llio.texi: Likewise.
44749 (O_NOCTTY): Document as present on GNU/Linux.
44750 * manual/maint.texi: Likewise.
44751 * manual/memory.texi: Likewise.
44752 * manual/pattern.texi: Likewise.
44753 * manual/pipe.texi: Likewise.
44754 * manual/process.texi: Likewise.
44755 * manual/resource.texi: Likewise.
44756 (RUSAGE_CHILDREN): Remove statement about specifying a particular
44757 child on GNU/Hurd.
44758 * manual/setjmp.texi: Likewise.
44759 * manual/signal.texi: Likewise.
44760 * manual/startup.texi: Likewise.
44761 * manual/stdio.texi: Likewise.
44762 * manual/terminal.texi: Likewise.
44763 (ONLCR): Document as POSIX.
44764 (OXTABS): Document availability on GNU/Linux as XTABS.
44765 (ONOEOT): Document availability separately from other bits.
44766 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44767 * manual/time.texi: Likewise.
44768 * manual/users.texi: Likewise.
44769 * INSTALL: Regenerated.
44770 * sysdeps/gnu/errlist.c: Regenerated.
44771
07037eeb
JM
44772 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44773 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44774 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
44775 puts.
44776 * configure: Regenerated.
44777
d1d3431a
JM
447782012-03-07 Joseph Myers <joseph@codesourcery.com>
44779
af6a1e37
JM
44780 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44781 default includes instead of AC_HEADER_CHECK.
44782 * sysdeps/i386/configure: Regenerated.
44783
d1d3431a
JM
44784 [BZ #10716]
44785 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44786 * math/s_cacoshf.c (__cacoshf): Likewise.
44787 * math/s_cacoshl.c (__cacoshl): Likewise.
44788 * math/s_casinh.c (__casinh): Set signs of result from argument.
44789 * math/s_casinhf.c (__casinhf): Likewise.
44790 * math/s_casinhl.c (__casinhl): Likewise.
44791 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44792 (casinh_test): Add more tests.
44793 * sysdeps/i386/fpu/libm-test-ulps: Update.
44794 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44795
482ff4da
UD
447962012-03-07 Ulrich Drepper <drepper@gmail.com>
44797
872fda05
UD
44798 * po/zh_TW.po: Update from translation team.
44799
a4300c7a
UD
44800 * login/Makefile (distribute): Remove variable.
44801 * catgets/Makefile: Likewise.
44802 * mach/Makefile: Likewise.
44803 * malloc/Makefile: Likewise.
44804 * misc/Makefile: Likewise.
44805 * iconv/Makefile: Likewise.
44806 * nscd/Makefile: Likewise.
44807 * hurd/Makefile: Likewise.
44808 * manual/Makefile: Likewise.
44809 * locale/Makefile: Likewise.
44810 * intl/Makefile: Likewise.
44811 * conform/Makefile: Likewise.
44812 * nss/Makefile: Likewise.
44813 * time/Makefile: Likewise.
44814 * soft-fp/Makefile: Likewise.
44815 * dirent/Makefile: Likewise.
44816 * gmon/Makefile: Likewise.
44817 * po/Makefile: Likewise.
44818 * rt/Makefile: Likewise.
44819 * socket/Makefile: Likewise.
44820 * math/Makefile: Likewise.
44821 * signal/Makefile: Likewise.
44822 * debug/Makefile: Likewise.
44823 * elf/Makefile: Likewise.
44824 * timezone/Makefile: Likewise.
44825 * stdlib/Makefile: Likewise.
44826 * iconvdata/Makefile: Likewise.
44827 * sunrpc/Makefile: Likewise.
44828 * io/Makefile: Likewise.
44829 * argp/Makefile: Likewise.
44830 * inet/Makefile: Likewise.
44831 * hesiod/Makefile: Likewise.
44832 * grp/Makefile: Likewise.
44833 * csu/Makefile: Likewise.
44834 * wctype/Makefile: Likewise.
44835 * crypt/Makefile: Likewise.
44836 * libio/Makefile: Likewise.
44837 * string/Makefile: Likewise.
44838 * nis/Makefile: Likewise.
44839 * resolv/Makefile: Likewise.
44840 * stdio-common/Makefile: Likewise.
44841 * wcsmbs/Makefile: Likewise.
44842 * dlfcn/Makefile: Likewise.
44843 * posix/Makefile: Likewise.
44844
3b7c4e74 44845 [BZ #6959]
482ff4da
UD
44846 * timezone/Makefile: Don't install timezone files, just the programs
44847 and scripts.
44848
f72ed77d
UD
448492012-03-06 Ulrich Drepper <drepper@gmail.com>
44850
a000466f
UD
44851 * nss/databases.def: Add missing gshadow entry.
44852
f72ed77d
UD
44853 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
44854
a53b7a4e
MP
448552012-03-06 Marek Polacek <polacek@redhat.com>
44856
44857 [BZ #13726]
44858 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44859 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44860 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44861 * stdio-common/tst-long-dbl-fphex.c: New file.
44862
e9258400
DM
448632012-03-06 David S. Miller <davem@davemloft.net>
44864
44865 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44866 (set_obp_int): New function.
44867 (get_obp_int): New function.
44868 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
44869 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44870 Avoid unused variable warnings on 'val' and use builtin_expect.
44871 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44872 __builtin_expect.
e9258400
DM
44873 (INLINE_CLONE_SYSCALL): Likewise.
44874
3bd2c723
DM
448752012-03-05 David S. Miller <davem@davemloft.net>
44876
44877 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44878
bbb78d03
AS
448792012-03-05 Andreas Schwab <schwab@linux-m68k.org>
44880
884c5db4
AS
44881 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44882
bbb78d03
AS
44883 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44884 only for |x| >= 40.
44885 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44886
1c9f702a 448872012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
44888
44889 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44890 Replace gettimeofday with __vdso_gettimeofday.
44891
7be16f82
RM
44892 * sysdeps/unix/sysv/linux/x86_64/init-first.c
44893 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44894 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
44895
44896 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44897 time with __vdso_time.
44898
ed58a00f
JM
448992012-03-05 Joseph Myers <joseph@codesourcery.com>
44900
44901 * manual/lang.texi (size_t): Note types to which size_t may be
44902 equivalent with the GNU C Library, but do not describe when
44903 differences between them are significant.
44904
30ee4ced
AJ
449052012-03-05 Andreas Jaeger <aj@suse.de>
44906
44907 * sysdeps/i386/fpu/libm-test-ulps: Update.
44908
b7cd39e8
JM
449092012-03-05 Joseph Myers <joseph@codesourcery.com>
44910
44911 [BZ #3976]
44912 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44913 (__ieee754_pow): Save and restore rounding mode and use
44914 round-to-nearest for main computations.
44915 * math/libm-test.inc (pow_test_tonearest): New function.
44916 (pow_test_towardzero): Likewise.
44917 (pow_test_downward): Likewise.
44918 (pow_test_upward): Likewise.
44919 (main): Call the new functions.
44920 * sysdeps/i386/fpu/libm-test-ulps: Update.
44921 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
44922
44923 [BZ #3976]
44924 * math/libm-test.inc (cosh_test_tonearest): New function.
44925 (cosh_test_towardzero): Likewise.
44926 (cosh_test_downward): Likewise.
44927 (cosh_test_upward): Likewise.
44928 (sinh_test_tonearest): Likewise.
44929 (sinh_test_towardzero): Likewise.
44930 (sinh_test_downward): Likewise.
44931 (sinh_test_upward): Likewise.
44932 (main): Call the new functions.
44933 * sysdeps/i386/fpu/libm-test-ulps: Update.
44934 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44935
6c6a98c9
TV
449362012-03-05 Tom de Vries <tom@codesourcery.com>
44937
44938 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44939 default stack guard is set in last bytes.
44940 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44941
21bb2d2e 449422012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 44943
21bb2d2e 44944 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 44945
21bb2d2e
AJ
44946 [BZ #13656]
44947 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44948 possibly allocate from heap instead of stack.
44949 * stdio-common/bug-vfprintf-nargs.c: New file.
44950 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 44951
c6922934
AS
449522012-03-03 Andreas Schwab <schwab@linux-m68k.org>
44953
44954 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44955
bc957d53
MP
449562012-03-03 Marek Polacek <polacek@redhat.com>
44957
44958 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44959 * math/math_private.h: Likewise.
44960 * stdlib/tst-strtod.c: Likewise.
44961 * sysdeps/i386/i486/bits/atomic.h: Likewise.
44962 * sysdeps/x86_64/bits/atomic.h: Likewise.
44963
6358490d
DM
449642012-03-02 David S. Miller <davem@davemloft.net>
44965
44966 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44967 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44968 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44969 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44970 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44971 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44972 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44973 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44974
01ae168d
RM
449752012-03-02 Roland McGrath <roland@hack.frob.com>
44976
d9a17c07
RM
44977 [BZ #13792]
44978 * manual/examples/README: New file, says the example source files
44979 can be used under GPL>=2.
44980 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44981 line containing just "*/".
44982 * manual/examples/add.c: Add copyright header (GPL>=2).
44983 * manual/examples/argp-ex1.c: Likewise.
44984 * manual/examples/argp-ex2.c: Likewise.
44985 * manual/examples/argp-ex3.c: Likewise.
44986 * manual/examples/argp-ex4.c: Likewise.
44987 * manual/examples/atexit.c: Likewise.
44988 * manual/examples/db.c: Likewise.
44989 * manual/examples/dir.c: Likewise.
44990 * manual/examples/dir2.c: Likewise.
44991 * manual/examples/execinfo.c: Likewise.
44992 * manual/examples/filecli.c: Likewise.
44993 * manual/examples/filesrv.c: Likewise.
44994 * manual/examples/fmtmsgexpl.c: Likewise.
44995 * manual/examples/genpass.c: Likewise.
44996 * manual/examples/inetcli.c: Likewise.
44997 * manual/examples/inetsrv.c: Likewise.
44998 * manual/examples/isockad.c: Likewise.
44999 * manual/examples/longopt.c: Likewise.
45000 * manual/examples/memopen.c: Likewise.
45001 * manual/examples/memstrm.c: Likewise.
45002 * manual/examples/mkfsock.c: Likewise.
45003 * manual/examples/mkisock.c: Likewise.
45004 * manual/examples/mygetpass.c: Likewise.
45005 * manual/examples/pipe.c: Likewise.
45006 * manual/examples/popen.c: Likewise.
45007 * manual/examples/rprintf.c: Likewise.
45008 * manual/examples/search.c: Likewise.
45009 * manual/examples/select.c: Likewise.
45010 * manual/examples/setjmp.c: Likewise.
45011 * manual/examples/sigh1.c: Likewise.
45012 * manual/examples/sigusr.c: Likewise.
45013 * manual/examples/stpcpy.c: Likewise.
45014 * manual/examples/strdupa.c: Likewise.
45015 * manual/examples/strftim.c: Likewise.
45016 * manual/examples/strncat.c: Likewise.
45017 * manual/examples/subopt.c: Likewise.
45018 * manual/examples/swapcontext.c: Likewise.
45019 * manual/examples/termios.c: Likewise.
45020 * manual/examples/testopt.c: Likewise.
45021 * manual/examples/testpass.c: Likewise.
45022 * manual/examples/timeval_subtract.c: Likewise.
45023
01ae168d
RM
45024 [BZ #13792]
45025 * manual/time.texi (Elapsed Time): Move timeval_subtract example
45026 function to ...
45027 * manual/timeval_subtract.c.texi: ... here, new file.
45028
49efa33d
DM
450292012-03-02 David S. Miller <davem@davemloft.net>
45030
45031 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45032
28afd92d
JM
450332012-03-02 Joseph Myers <joseph@codesourcery.com>
45034
804360ed
JM
45035 [BZ #3976]
45036 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45037 (__sin): Save and restore rounding mode and use round-to-nearest
45038 for all computations.
45039 (__cos): Save and restore rounding mode and use round-to-nearest
45040 for all computations.
45041 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45042 <fenv.h>.
45043 (tan): Save and restore rounding mode and use round-to-nearest for
45044 all computations.
45045 * math/libm-test.inc (cos_test_tonearest): New function.
45046 (cos_test_towardzero): Likewise.
45047 (cos_test_downward): Likewise.
45048 (cos_test_upward): Likewise.
45049 (sin_test_tonearest): Likewise.
45050 (sin_test_towardzero): Likewise.
45051 (sin_test_downward): Likewise.
45052 (sin_test_upward): Likewise.
45053 (tan_test_tonearest): Likewise.
45054 (tan_test_towardzero): Likewise.
45055 (tan_test_downward): Likewise.
45056 (tan_test_upward): Likewise.
45057 (main): Call the new functions.
45058 * sysdeps/i386/fpu/libm-test-ulps: Update.
45059 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45060
a6d06d7b
JM
45061 [BZ #10135]
45062 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45063 small n, then large n, before computing and testing k+n.
45064 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45065 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45066 Likewise.
45067 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45068 Likewise.
45069 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45070 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45071 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45072 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45073 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45074 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45075 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45076 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45077 * math/libm-test.inc (scalbn_test): Add more tests.
45078 (scalbln_test): Likewise.
45079
07e12bb3
JM
45080 * manual/filesys.texi (mode_t): Describe constraints on size and
45081 signedness, not exact equivalence to a particular type.
45082 (ino_t): Likewise.
45083 (ino64_t): Likewise.
45084 (dev_t): Likewise.
45085 (nlink_t): Likewise.
45086 (blkcnt_t): Likewise.
45087 (blkcnt64_t): Likewise.
45088 * manual/llio.texi (off_t): Likewise.
45089
28afd92d
JM
45090 [BZ #3976]
45091 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45092 (__ieee754_exp): Save and restore rounding mode and use
45093 round-to-nearest for all computations.
45094 * math/libm-test.inc (exp_test_tonearest): New function.
45095 (exp_test_towardzero): Likewise.
45096 (exp_test_downward): Likewise.
45097 (exp_test_upward): Likewise.
45098 (main): Call the new functions.
45099 * sysdeps/i386/fpu/libm-test-ulps: Update.
45100 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45101
b1eeb65d
CD
451022012-03-01 Chris Demetriou <cgd@google.com>
45103
45104 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45105 have predictable order.
45106
53362a4b
DM
451072012-03-01 David S. Miller <davem@davemloft.net>
45108
3c969083
DM
45109 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45110
759707de
DM
45111 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45112 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45113 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45114 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45115
dfdb8ff2
DM
45116 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45117 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45118 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45119 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45120 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45121 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45122 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45123 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45124 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45125
ead89f96
DM
45126 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45127
7f66bd07
DM
45128 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45129 * sysdeps/sparc/fpu/libm-test-ulps: to here.
45130 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45131
53362a4b
DM
45132 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45133 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45134 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45135 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45136 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45137 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45138 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45139 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45140 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45141 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45142 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45143 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45144 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45145 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45146 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45147 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45148 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45149 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45150 * sysdeps/sparc/elf/configure: Regenerated.
45151
7b1902cb
JM
451522012-03-01 Joseph Myers <joseph@codesourcery.com>
45153
bec039bc
JM
45154 * configure.in (AS, LD): Require binutils 2.20 or later.
45155 * configure: Regenerated.
45156 * manual/install.texi (Tools for Compilation): Give binutils 2.20
45157 as required minimum version.
45158 * INSTALL: Regenerated.
45159
7b1902cb
JM
45160 [BZ #2541]
45161 [BZ #4108]
45162 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45163 before squaring exponent.
45164 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45165 bottom long double and 27 bits of top long double before squaring
45166 exponent.
45167 * math/libm-test.inc (erfc_test): Add more tests.
45168 * sysdeps/i386/fpu/libm-test-ulps: Update.
45169 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45170 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45171
f775c276
KT
451722012-03-01 Kai Tietz <ktietz@redhat.com>
45173
45174 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45175 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45176 containing bit-fields.
45177 * soft-fp/extended.h (_FP_UNION_E): Likewise.
45178 * soft-fp/single.h (_FP_UNION_S): Likewise.
45179 * soft-fp/double.h (_FP_UNION_D): Likewise.
45180
5b8a4d4a
JM
451812012-02-29 Joseph Myers <joseph@codesourcery.com>
45182
0bab47b6
JM
45183 [BZ #13786]
45184 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45185 not include ../strcmp.S.
45186 [USE_AS_STRNCASECMP_L]: Likewise.
45187 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45188 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45189 * sysdeps/i386/i686/multiarch/strncase_l-c.c
45190 (__strncasecmp_l_ia32): Define as alias to
45191 __strncasecmp_l_nonascii.
45192
0fcad3e2
JM
45193 [BZ #5794]
45194 * math/libm-test.inc (expm1_test): Add test for bug 5794.
45195 * sysdeps/i386/fpu/libm-test-ulps: Update.
45196 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45197
5b8a4d4a
JM
45198 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45199 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45200
8fdceb2e
JL
452012012-02-29 Jeff Law <law@redhat.com>
45202
45203 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45204 out of bounds read.
45205
1f393a11
MP
452062012-02-29 Marek Polacek <polacek@redhat.com>
45207
45208 [BZ #13706]
45209 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45210 * elf/Makefile: Add rules to run tst-unused-dep.out.
45211
8847f037
DM
452122012-02-28 David S. Miller <davem@davemloft.net>
45213
45214 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45215 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45216 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45217 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45218 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45219 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45220
169d7f11
JM
452212012-02-29 Joseph Myers <joseph@codesourcery.com>
45222
45223 * math/libm-test.inc (llround_test): Move one test from
45224 lround_test. Use TEST_f_L in moved test.
45225 (lround_test): Move misplaced test to llround_test. Add testcase
45226 from bug 2561.
45227
39adf059
UD
452282012-02-28 Ulrich Drepper <drepper@gmail.com>
45229
45230 * sysdeps/x86_64/fpu/e_expf.S: New file.
45231 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45232
71b5d1c5
SB
452332012-02-28 Stanislav Brabec <sbrabec@suse.cz>
45234
45235 [BZ #13637]
45236 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45237 of remain_len that may cause incomplete multi-byte character and
45238 false match.
45239 * posix/bug-regex33.c: New file.
45240 * posix/Makefile (tests): Add bug-regex33.
45241
1f77f049
JM
452422012-02-28 Joseph Myers <joseph@codesourcery.com>
45243
45244 * manual/macros.texi: New file.
45245 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45246 * manual/libc.texinfo: Include macros.texi.
45247 * manual/creatute.texi: Likewise.
45248 * manual/install.texi: Likewise.
45249 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45250 @glibcadj{} in references to the GNU C Library.
45251 * manual/charset.texi: Likewise.
45252 * manual/conf.texi: Likewise.
45253 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
45254 when not using those macros.
45255 * manual/creature.texi: Likewise.
45256 * manual/crypt.texi: Likewise.
45257 * manual/errno.texi: Likewise.
45258 * manual/filesys.texi: Likewise.
45259 * manual/header.texi: Likewise.
45260 * manual/install.texi: Likewise.
45261 * manual/intro.texi: Likewise.
45262 * manual/io.texi: Likewise.
45263 * manual/job.texi: Likewise.
45264 * manual/lang.texi: Likewise.
45265 * manual/libc.texiinfo: Likewise.
45266 * manual/llio.texi: Likewise.
45267 * manual/locale.texi: Likewise.
45268 * manual/maint.texi: Likewise.
45269 * manual/math.texi: Likewise.
45270 * manual/memory.texi: Likewise.
45271 * manual/message.texi: Likewise.
45272 * manual/nss.texi: Likewise.
45273 * manual/pattern.texi: Likewise.
45274 * manual/process.texi: Likewise.
45275 * manual/resource.texi: Likewise.
45276 * manual/search.texi: Likewise.
45277 * manual/setjmp.texi: Likewise.
45278 * manual/signal.texi: Likewise.
45279 * manual/socket.texi: Likewise.
45280 * manual/startup.texi: Likewise.
45281 * manual/stdio.texi: Likewise.
45282 * manual/string.texi: Likewise.
45283 * manual/sysinfo.texi: Likewise.
45284 * manual/syslog.texi: Likewise.
45285 * manual/terminal.texi: Likewise.
45286 * manual/time.texi: Likewise.
45287 * manual/users.texi: Likewise.
45288 * INSTALL: Regenerated.
45289 * NOTES: Regenerated.
d40c5d54 45290 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 45291
450bf206
AS
452922012-02-28 Andreas Schwab <schwab@linux-m68k.org>
45293
45294 * include/dirent.h: Include <dirstream.h> before
45295 <dirent/dirent.h>.
45296
741a235b
DM
452972012-02-28 David S. Miller <davem@davemloft.net>
45298
45299 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45300 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45301 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45302 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45303
d6b5aa58
DM
453042012-02-27 David S. Miller <davem@davemloft.net>
45305
1aff59a3
DM
45306 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45307 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45308 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45309 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45310
d6b5aa58
DM
45311 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45312 frame pointer instead of stack pointer relative arg slot.
45313 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45314 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45315 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45316
433f48bf
CD
453172012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
45318
45319 [BZ #3992]
45320 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45321
d674b76d
DM
453222012-02-27 David S. Miller <davem@davemloft.net>
45323
45324 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45325 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45326 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45327 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45328 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45329 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45330 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45331 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45332
0e7727f7
JM
453332012-02-27 Joseph Myers <joseph@codesourcery.com>
45334
45335 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45336 later. Allow versions 5-9.
43be4ca2 45337 * configure: Regenerated.
0e7727f7
JM
45338 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45339 required minimum version and 4.6 as recommended version. Do not
45340 mention bugs in GCC 2.7 and 2.8.
43be4ca2 45341 * INSTALL: Regenerated.
0e7727f7 45342
a78bc654
DM
453432012-02-27 David S. Miller <davem@davemloft.net>
45344
428d5830
DM
45345 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45346 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45347 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45348 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45349 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45350 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45351 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45352 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45353
a78bc654
DM
45354 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45355 manipulate bits before adding and subtracting TWO112[sx].
45356 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45357
4579f81c
RM
453582012-02-27 Roland McGrath <roland@hack.frob.com>
45359
36c8acb4
RM
45360 [BZ #13775]
45361 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45362 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45363 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45364 being in POSIX, because they are in 1003.1-2008.
45365
84ad622b
RM
45366 * rt/tst-aio.c: Include <fcntl.h>.
45367 * rt/tst-aio7.c: Likewise.
45368 * rt/tst-aio64.c: Likewise.
45369
4579f81c
RM
45370 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45371
abd923db
JM
453722012-02-27 Joseph Myers <joseph@codesourcery.com>
45373
45374 * manual/install.texi (--with-headers): Describe headers as
45375 interface headers, not private headers.
45376 (Specific advice for GNU/Linux systems): Describe use of headers
45377 from "make headers_install", not private headers from older
45378 kernels.
43be4ca2 45379 * INSTALL: Regenerated.
abd923db
JM
45380 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45381 Change to 2.6.19.
45382 * sysdeps/unix/sysv/linux/configure: Regenerated.
45383
6664049b
JM
45384 * manual/llio.texi (fclean): Remove documentation.
45385
bb8b6697
JM
45386 * manual/Makefile (libc-texi-generated): New variable. Include
45387 version.texi.
45388 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45389 $(libc-texi-generated), not duplicated list of files.
45390 (version.texi, stamp-version): New rules.
45391 (realclean): Remove $(libc-texi-generated), not individual files
45392 from that list. Do not remove dir-add.texinfo.
45393 * manual/libc.texinfo: Comment out uses of edition numbers and
45394 references to printed manual. Remove last-updated dates.
45395 (EDITION): Comment out.
45396 (ISBN): Likewise.
45397 (VERSION, UPDATED): Remove.
45398 (version.texi): Include.
45399
12e5c3b9
AS
454002012-02-27 Andreas Schwab <schwab@linux-m68k.org>
45401
45402 * sysdeps/posix/spawni.c: Include <signal.h>.
45403 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45404 * sysdeps/pthread/aio_fsync.c: Likewise.
45405
4efeffc1 454062012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 45407
ba63ba08
UD
45408 * conform/Makefile (tests): Run only when not cross-compiling and
45409 when fast-check is not defined.
45410
d94a4670
UD
45411 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45412 * conform/data/limits.h-data: Fixes for POSIX2008.
45413 * conform/run-conformtest.sh: Run all tests.
45414 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45415 headers.
45416 * include/bits/dlfcn.h: Likewise.
45417 * include/langinfo.h: Likewise.
45418 * include/monetary.h: Likewise.
45419 * include/sys/poll.h: Likewise.
45420
45421 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45422 for __USE_GNU.
45423 * posix/spawn.h: Define __need_sigset_t.
45424 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45425 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45426 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
45427 to get sigevent_t only.
45428 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45429 only for __USE_GNU.
45430 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45431 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45432 process_vm_writev only for __USE_GNU.
45433 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
45434
45435 * conform/Makefile: For now ignore errors from run-conformtest.
45436 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
45437 POSIX to avoid namespace pollution. Don't prepend headers.
45438 * conform/data/aio.h-data: Fixes for POSIX testing.
45439 * conform/data/fcntl.h-data: Likewise.
45440 * conform/data/glob.h-data: Likewise.
45441 * conform/data/grp.h-data: Likewise.
45442 * conform/data/pthread.h-data: Likewise.
45443 * conform/data/pwd.h-data: Likewise.
45444 * conform/data/signal.h-data: Likewise.
45445 * conform/data/spawn.h-data: Likewise.
45446 * conform/data/stdio.h-data: Likewise.
45447 * conform/data/stdlib.h-data: Likewise.
45448 * conform/data/stropts.h-data: Likewise.
45449 * conform/data/sys/mman.h-data: Likewise.
45450 * conform/data/sys/stat.h-data: Likewise.
45451 * conform/data/sys/types.h-data: Likewise.
45452 * conform/data/sys/wait.h-data: Likewise.
45453 * conform/data/time.h-data: Likewise.
45454 * conform/data/unistd.h-data: Likewise.
45455 * conform/data/utime.h-data: Likewise.
45456
45457 * io/sys/stat.h: fchmod was always in POSIX.
45458 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45459 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45460 * rt/aio.h: Define __need_timespec before including <time.h>.
45461 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45462 struct. Add forward declaration of pthread_attr_t and use it in
45463 sigevent.
45464 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45465 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45466 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45467 always remove CLK_TCK definition.
45468
c20105c3
AS
454692012-02-26 Andreas Schwab <schwab@linux-m68k.org>
45470
45471 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45472
7a270350
UD
454732012-02-25 Ulrich Drepper <drepper@gmail.com>
45474
31341567
UD
45475 * conform/run-conformtest.sh: New file.
45476 * conform/Makefile: Run run-conformtest for tests.
45477 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
45478 support.
45479
45480 * conform/data/uchar.h-data: New file.
45481 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45482 * conform/data/arpa/inet.h-data: Likewise.
45483 * conform/data/assert.h-data: Likewise.
45484 * conform/data/complex.h-data: Likewise.
45485 * conform/data/cpio.h-data: Likewise.
45486 * conform/data/ctype.h-data: Likewise.
45487 * conform/data/dirent.h-data: Likewise.
45488 * conform/data/dlfcn.h-data: Likewise.
45489 * conform/data/errno.h-data: Likewise.
45490 * conform/data/fcntl.h-data: Likewise.
45491 * conform/data/float.h-data: Likewise.
45492 * conform/data/fmtmsg.h-data: Likewise.
45493 * conform/data/fnmatch.h-data: Likewise.
45494 * conform/data/ftw.h-data: Likewise.
45495 * conform/data/glob.h-data: Likewise.
45496 * conform/data/grp.h-data: Likewise.
45497 * conform/data/iconv.h-data: Likewise.
45498 * conform/data/inttypes.h-data: Likewise.
45499 * conform/data/langinfo.h-data: Likewise.
45500 * conform/data/libgen.h-data: Likewise.
45501 * conform/data/limits.h-data: Likewise.
45502 * conform/data/locale.h-data: Likewise.
45503 * conform/data/math.h-data: Likewise.
45504 * conform/data/monetary.h-data: Likewise.
45505 * conform/data/mqueue.h-data: Likewise.
45506 * conform/data/ndbm.h-data: Likewise.
45507 * conform/data/net/if.h-data: Likewise.
45508 * conform/data/netdb.h-data: Likewise.
45509 * conform/data/netinet/in.h-data: Likewise.
45510 * conform/data/nl_types.h-data: Likewise.
45511 * conform/data/poll.h-data: Likewise.
45512 * conform/data/pthread.h-data: Likewise.
45513 * conform/data/pwd.h-data: Likewise.
45514 * conform/data/regex.h-data: Likewise.
45515 * conform/data/sched.h-data: Likewise.
45516 * conform/data/search.h-data: Likewise.
45517 * conform/data/semaphore.h-data: Likewise.
45518 * conform/data/setjmp.h-data: Likewise.
45519 * conform/data/signal.h-data: Likewise.
45520 * conform/data/spawn.h-data: Likewise.
45521 * conform/data/stdarg.h-data: Likewise.
45522 * conform/data/stdio.h-data: Likewise.
45523 * conform/data/stdlib.h-data: Likewise.
45524 * conform/data/string.h-data: Likewise.
45525 * conform/data/strings.h-data: Likewise.
45526 * conform/data/stropts.h-data: Likewise.
45527 * conform/data/sys/ipc.h-data: Likewise.
45528 * conform/data/sys/mman.h-data: Likewise.
45529 * conform/data/sys/msg.h-data: Likewise.
45530 * conform/data/sys/resource.h-data: Likewise.
45531 * conform/data/sys/select.h-data: Likewise.
45532 * conform/data/sys/sem.h-data: Likewise.
45533 * conform/data/sys/shm.h-data: Likewise.
45534 * conform/data/sys/socket.h-data: Likewise.
45535 * conform/data/sys/stat.h-data: Likewise.
45536 * conform/data/sys/statvfs.h-data: Likewise.
45537 * conform/data/sys/time.h-data: Likewise.
45538 * conform/data/sys/timeb.h-data: Likewise.
45539 * conform/data/sys/times.h-data: Likewise.
45540 * conform/data/sys/types.h-data: Likewise.
45541 * conform/data/sys/uio.h-data: Likewise.
45542 * conform/data/sys/un.h-data: Likewise.
45543 * conform/data/sys/utsname.h-data: Likewise.
45544 * conform/data/sys/wait.h-data: Likewise.
45545 * conform/data/syslog.h-data: Likewise.
45546 * conform/data/tar.h-data: Likewise.
45547 * conform/data/termios.h-data: Likewise.
45548 * conform/data/utime.h-data: Likewise.
45549 * conform/data/utmpx.h-data: Likewise.
45550 * conform/data/varargs.h-data: Likewise.
45551 * conform/data/wchar.h-data: Likewise.
45552 * conform/data/wctype.h-data: Likewise.
45553 * conform/data/wordexp.h-data: Likewise.
45554
45555 * include/stropts.h: New file.
45556 * include/uchar.h: New file.
45557 * include/aio.h: Changes to allow conformtest.pl to use the headers.
45558 * include/assert.h: Likewise.
45559 * include/ctype.h: Likewise.
45560 * include/dirent.h: Likewise.
45561 * include/dlfcn.h: Likewise.
45562 * include/fcntl.h: Likewise.
45563 * include/fnmatch.h: Likewise.
45564 * include/glob.h: Likewise.
45565 * include/grp.h: Likewise.
45566 * include/libio.h: Likewise.
45567 * include/locale.h: Likewise.
45568 * include/math.h: Likewise.
45569 * include/net/if.h: Likewise.
45570 * include/netdb.h: Likewise.
45571 * include/netinet/in.h: Likewise.
45572 * include/pthread.h: Likewise.
45573 * include/pwd.h: Likewise.
45574 * include/regex.h: Likewise.
45575 * include/sched.h: Likewise.
45576 * include/search.h: Likewise.
45577 * include/setjmp.h: Likewise.
45578 * include/signal.h: Likewise.
45579 * include/stdio.h: Likewise.
45580 * include/stdlib.h: Likewise.
45581 * include/string.h: Likewise.
45582 * include/sys/cdefs.h: Likewise.
45583 * include/sys/mman.h: Likewise.
45584 * include/sys/msg.h: Likewise.
45585 * include/sys/resource.h: Likewise.
45586 * include/sys/select.h: Likewise.
45587 * include/sys/socket.h: Likewise.
45588 * include/sys/stat.h: Likewise.
45589 * include/sys/statvfs.h: Likewise.
45590 * include/sys/time.h: Likewise.
45591 * include/sys/times.h: Likewise.
45592 * include/sys/uio.h: Likewise.
45593 * include/sys/utsname.h: Likewise.
45594 * include/sys/wait.h: Likewise.
45595 * include/termios.h: Likewise.
45596 * include/time.h: Likewise.
45597 * include/ulimit.h: Likewise.
45598 * include/unistd.h: Likewise.
45599 * include/utime.h: Likewise.
45600 * include/wchar.h: Likewise.
45601 * include/wctype.h: Likewise.
45602 * include/wordexp.h: Likewise.
45603
45604 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45605
7a270350
UD
45606 * time/time.h: TIME_UTC must be a macro.
45607 Make timespec_get available for ISO C11 only as well.
45608
7724defc
UD
456092012-02-24 Ulrich Drepper <drepper@gmail.com>
45610
45611 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45612 Reported by Peng Haitao <penght@cn.fujitsu.com>.
45613
6b1d1d46
JM
456142012-02-24 Joseph Myers <joseph@codesourcery.com>
45615
45616 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 45617
0f8bbd69
JM
456182012-02-24 Joseph Myers <joseph@codesourcery.com>
45619
45620 * manual/texinfo.tex: Update to version 2012-01-19.16.
45621
66ab80bc
JM
456222012-02-24 Joseph Myers <joseph@codesourcery.com>
45623
45624 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45625
74981cc5
RM
456262012-02-24 Roland McGrath <roland@hack.frob.com>
45627
ee968201
RM
45628 [BZ #13738]
45629 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45630 * manual/fdl-1.3.texi: New file.
45631 * manual/fdl-1.1.texi: File removed.
45632
74981cc5
RM
45633 [BZ #13738]
45634 * manual/libc.texinfo (FDL_VERSION): New @set.
45635 Use it for mention of FDL in cover text.
45636 (Documentation License): Use it in @include file name.
45637
7bb764bc
JM
456382012-02-22 Joseph Myers <joseph@codesourcery.com>
45639 Roland McGrath <roland@hack.frob.com>
45640
45641 [BZ #5461]
57f41c40
AS
45642 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45643 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
45644 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45645 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
45646 name.
45647 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45648
6cbeae47
JM
456492012-02-22 Joseph Myers <joseph@codesourcery.com>
45650
45651 [BZ #2547]
45652 [BZ #11365]
45653 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45654 manipulate bits before adding and subtracting TWO23[sx].
45655 * math/libm-test.inc (nearbyint_test): Add more tests.
45656
fe45ce09
JM
456572012-02-22 Joseph Myers <joseph@codesourcery.com>
45658
45659 [BZ #2548]
45660 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45661 bits before adding and subtracting TWO23[sx].
45662 * math/libm-test.inc (rint_test): Add more tests.
45663 (rint_test_tonearest): Likewise.
45664 (rint_test_towardzero): Likewise.
45665 (rint_test_downward): Likewise.
45666 (rint_test_upward: Likewise.
45667
ff3b3d82
JM
456682012-02-22 Joseph Myers <joseph@codesourcery.com>
45669
45670 [BZ #10110]
45671 * include/stdc-predef.h: New file. Extracted from features.h.
45672 * include/features.h: Include stdc-predef.h.
45673 * Makefile (headers): Add stdc-predef.h.
45674 * CONFORMANCE (Compiler limitations): Update.
45675
ef0aab35
JM
456762012-02-22 Joseph Myers <joseph@codesourcery.com>
45677
45678 * manual/libc.texinfo (VERSION, UPDATED): Revert.
45679
58639409
DM
456802012-02-21 David S. Miller <davem@davemloft.net>
45681
45682 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45683 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45684
c0e70b25
DM
456852012-02-20 David S. Miller <davem@davemloft.net>
45686
45687 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45688 using a normal save/restore sequence, rather than allocating a
45689 dummy stack frame just to store a frame pointer and restore.
45690 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45691
fb06851d
JM
456922012-02-21 Joseph Myers <joseph@codesourcery.com>
45693
45694 * manual/install.texi: Fix stray word in line-wrapped comment.
45695
7a8b71c3
DM
456962012-02-20 David S. Miller <davem@davemloft.net>
45697
d510c123
DM
45698 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45699 both binutils and gcc support GOTDATA.
45700
0722d7c2
DM
45701 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45702 "rd %pc" in the PIC register setup sequences.
45703
3d2b3019
DM
45704 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45705 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45706 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45707 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45708 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45709 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45710 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45711 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45712 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45713 (SYSCALL_ERROR_HANDLER): Likewise.
45714 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45715 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45716 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45717 (SYSCALL_ERROR_HANDLER): Likewise.
45718
c80098a9
DM
45719 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45720 (HAVE_GCC_GOTDATA): New.
45721 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45722 relocation support in both binutils and gcc.
45723 * sysdeps/sparc/elf/configure: Regenerate.
45724
3a2545a0
DM
45725 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45726 * sysdeps/sparc/sparc32/elf/configure: Delete.
45727 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45728 * sysdeps/sparc/sparc64/elf/configure: Delete.
45729 * sysdeps/sparc/elf/configure.in: New file.
45730 * sysdeps/sparc/elf/configure: Generate.
45731
7a8b71c3
DM
45732 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45733 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45734 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45735 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45736 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45737
f1e86fca
JM
457382012-02-21 Joseph Myers <joseph@codesourcery.com>
45739
45740 * manual/install.texi: Do not mention specific glibc version
45741 numbers.
45742 * manual/libc.texinfo (VERSION, UPDATED): Update.
45743 (@copying): Use @copyright{} and range of years.
45744
0e7dfaef
JM
457452012-02-21 Joseph Myers <joseph@codesourcery.com>
45746
45747 [BZ #13695]
45748 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45749 [crti.S not in sysdirs] (generated): Do not append.
45750 [crti.S not in sysdirs] (omit-deps): Likewise.
45751 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45752 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45753 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45754 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45755 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45756 Likewise.
45757 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45758 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45759 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45760 * csu/defs.awk: Remove file.
45761 * sysdeps/generic/initfini.c: Likewise.
45762 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45763 variable.
45764 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45765 Likewise.
45766
599af3ca
JM
457672012-02-20 Joseph Myers <joseph@codesourcery.com>
45768
45769 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45770 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45771 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45772 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45773 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45774 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45775 <bits/epoll.h>.
45776 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45777 (__EPOLL_PACKED): Define to empty if not defined by
45778 <bits/epoll.h>.
45779 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45780 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45781 bits/epoll.h.
45782
0e499750
JM
457832012-02-20 Joseph Myers <joseph@codesourcery.com>
45784
45785 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45786 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45787 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45788 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45789 <bits/timerfd.h>.
45790 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45791 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45792 bits/timerfd.h.
45793
5ad91f6e
JM
457942012-02-20 Joseph Myers <joseph@codesourcery.com>
45795
45796 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45797 in C locale.
45798 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45799 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45800 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45801 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45802
06b99b02
AJ
458032012-02-20 Aurelien Jarno <aurelien@aurel32.net>
45804
45805 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45806 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45807
7638c0fd
AS
458082012-02-19 Andreas Schwab <schwab@linux-m68k.org>
45809
45810 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45811 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45812 defined.
45813 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45814 Likewise.
45815 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45816 entry for 2.16.
45817
92221550
AJ
458182012-02-19 Aurelien Jarno <aurelien@aurel32.net>
45819
45820 * math/w_acos.c: Use non-signaling floating-point comparisons.
45821 * math/w_acosf.c: Likewise.
45822 * math/w_acosh.c: Likewise.
45823 * math/w_acoshf.c: Likewise.
45824 * math/w_acoshl.c: Likewise.
45825 * math/w_acosl.c: Likewise.
45826 * math/w_asin.c: Likewise.
45827 * math/w_asinf.c: Likewise.
45828 * math/w_asinl.c: Likewise.
45829 * math/w_atanh.c: Likewise.
45830 * math/w_atanhf.c: Likewise.
45831 * math/w_atanhl.c: Likewise.
45832 * math/w_exp2.c: Likewise.
45833 * math/w_exp2f.c: Likewise.
45834 * math/w_exp2l.c: Likewise.
45835 * math/w_j0.c: Likewise.
45836 * math/w_j0f.c: Likewise.
45837 * math/w_j0l.c: Likewise.
45838 * math/w_j1.c: Likewise.
45839 * math/w_j1f.c: Likewise.
45840 * math/w_j1l.c: Likewise.
45841 * math/w_jn.c: Likewise.
45842 * math/w_jnf.c: Likewise.
45843 * math/w_log.c: Likewise.
45844 * math/w_log10.c: Likewise.
45845 * math/w_log10f.c: Likewise.
45846 * math/w_log10l.c: Likewise.
45847 * math/w_log2.c: Likewise.
45848 * math/w_log2f.c: Likewise.
45849 * math/w_log2l.c: Likewise.
45850 * math/w_logf.c: Likewise.
45851 * math/w_logl.c: Likewise.
45852 * math/w_sqrt.c: Likewise.
45853 * math/w_sqrtf.c: Likewise.
45854 * math/w_sqrtl.c: Likewise.
45855 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45856 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45857 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45858 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45859 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45860
ebaf36eb
JM
458612012-02-19 Joseph Myers <joseph@codesourcery.com>
45862
45863 [BZ #9739]
45864 * manual/string.texi (strnlen): Use correct parameter name in
45865 equivalent expression.
45866
71c254a6
JM
458672012-02-19 Joseph Myers <joseph@codesourcery.com>
45868
45869 [BZ #11174]
45870 * manual/users.texi (seteuid): Consistently use neweuid for
45871 argument name.
45872
16d2c631
JM
458732012-02-19 Joseph Myers <joseph@codesourcery.com>
45874
45875 [BZ #13704]
45876 * manual/nss.texi (Services in the NSS configuration): Correct
45877 list of services in example configuration file.
45878
cd837b09
NB
458792012-02-19 Nick Bowler <nbowler@draconx.ca>
45880
45881 [BZ #11322]
45882 * manual/arith.texi: Remove statements about negative zero
45883 behaving identically to zero.
45884
02c4bbad
JM
458852012-02-18 Joseph Myers <joseph@codesourcery.com>
45886
45887 [BZ #5993]
45888 * manual/install.texi: Do not document upgrading from libc5.
45889
366842e7
JM
458902012-02-18 Joseph Myers <joseph@codesourcery.com>
45891
45892 [BZ #4596]
45893 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45894
dd54084d
DM
458952012-02-18 David S. Miller <davem@davemloft.net>
45896
45897 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45898 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45899 %o7 across the call.
45900 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45901 instead.
45902 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45903 SETUP_PIC_REG_LEAF.
45904 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45905 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45906 * sysdeps/sparc/crtn.S: Likewise.
45907
2bcc53a3
UD
459082012-02-17 Ulrich Drepper <drepper@gmail.com>
45909
45910 * aout/Makefile: Remove.
45911
09c093b5
RK
459122012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
45913
45914 [BZ #13058]
45915 * manual/examples/argp-ex1.c (main): Format definition in GNU
45916 style.
45917 * manual/examples/argp-ex2.c (main): Likewise.
45918 * manual/examples/argp-ex3.c (main): Likewise.
45919 * manual/examples/argp-ex4.c (main): Likewise.
45920 * manual/examples/longopt.c (main): Use new-style prototype
45921 definition.
45922 * manual/examples/strncat.c (main): Specify return type and use
45923 (void) for arguments.
45924 * manual/examples/subopt.c (main): Use char **argv argument.
45925
2ee633a2
JM
459262012-02-17 Joseph Myers <joseph@codesourcery.com>
45927
45928 [BZ #5077]
45929 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45930 rounding modes.
45931
0520adde
FB
459322012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
45933
45934 [BZ #6907]
45935 * manual/string.texi (strchr): Change when strchrnul is
45936 recommended.
45937
3f4081cd
DGM
459382012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
45939
45940 [BZ #174]
45941 * manual/locale.texi (setlocale): Document LOCPATH.
45942
d1b10e78
JM
459432012-02-17 Joseph Myers <joseph@codesourcery.com>
45944
45945 [BZ #10210]
45946 * manual/process.texi (execle): Move @dots{} before last argument.
45947
79c6869c
PB
459482012-02-17 Paul Bolle <pebolle@tiscali.nl>
45949
45950 [BZ #12047]
45951 * manual/charset.texi (Generic Charset Conversion): Fix typo
45952 (LC_TYPE -> LC_CTYPE).
45953
cc6e48bc
NB
459542012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
45955
45956 [BZ #5805]
45957 * manual/arith.texi (scalbn): Use @var{} on parameter names.
45958 (scalbnf): Likewise.
45959 (scalbnl): Likewise.
45960 (scalbln): Likewise.
45961 (scalblnf): Likewise.
45962 (scalblnl): Likewise.
45963 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45964 (vwarnx): Likewise.
45965 (verr): Likewise.
45966 (verrx): Likewise.
45967 * manual/filesys.texi (telldir): Use braces around return type.
45968 * manual/llio.texi (mmap): Add space after comma.
45969 (mmap64): Likewise.
45970 * manual/math.texi (jn): Use @var{} on parameter names.
45971 (jnf): Likewise.
45972 (jnl): Likewise.
45973 (yn): Likewise.
45974 (ynf): Likewise.
45975 (ynl): Likewise.
45976 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45977 line.
45978 * manual/resource.texi (ulimit): Use @dots{} instead of literal
45979 "...".
45980 (sched_get_priority_min): Remove semicolon on @deftypefun line.
45981 (sched_get_priority_max): Likewise.
45982 * manual/signal.texi (sigvec): Add space after comma.
45983 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45984 names.
45985 (if_indextoname): Likewise.
45986 (if_freenameindex): Likewise.
45987 (sendto): Use ',' instead of '.' in prototype.
45988 * manual/startup.texi (syscall): Use @dots{} instead of literal
45989 "...".
45990 * manual/stdio.texi (__fpending): Separate initial words of
45991 paragraph from @deftypefun line.
45992 * manual/syslog.texi (syslog): Use @dots{} instead of literal
45993 "...".
45994 (vsyslog): Use @var{} on parameter names.
45995 * manual/terminal.texi (stty): Use @var{} on parameter names.
45996 * manual/users.texi (getutmp): Use @var{} on parameter names.
45997 (getutmpx): Likewise.
45998
5b23062f
JM
459992012-02-17 Joseph Myers <joseph@codesourcery.com>
46000
46001 [BZ #6884]
46002 * manual/stdio.texi (fopen): Fix typos in description of
46003 ",ccs=STRING".
46004
8dee4833
AJ
460052012-02-17 Aurelien Jarno <aurelien@aurel32.net>
46006
46007 [BZ #4026]
46008 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46009 get clock_id definition.
46010
9078ce93
TS
460112012-02-17 Thomas Schwinge <thomas@schwinge.name>
46012
46013 [BZ #4822]
46014 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46015 (madvise): Cast every argument to void on its own.
46016
3835c55f
JM
460172012-02-17 Joseph Myers <joseph@codesourcery.com>
46018
46019 [BZ #9902]
46020 * manual/startup.texi (Exit Status): Fix typo.
46021
35c47e37
JM
460222012-02-17 Joseph Myers <joseph@codesourcery.com>
46023
46024 [BZ #10140]
46025 * manual/examples/argp-ex1.c: Include <stdlib.h>.
46026 * manual/examples/argp-ex2.c: Likewise.
46027 * manual/examples/argp-ex3.c: Likewise.
46028
e3b69ca7
RH
460292012-02-16 Richard Henderson <rth@redhat.com>
46030
46031 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46032 * sysdeps/s390/s390-32/initfini.c: Remove.
46033 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46034 * sysdeps/s390/s390-64/initfini.c: Remove.
46035
df83af67
KK
460362012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
46037
46038 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46039 compiler output for sysdeps/generic/initfini.c.
46040 * sysdeps/sh/elf/initfini.c: Remove file.
46041
f63f3380
DM
460422012-02-16 David S. Miller <davem@davemloft.net>
46043
fb59b3a4
DM
46044 [BZ #11494]
46045 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46046
f63f3380
DM
46047 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46048 * sysdeps/sparc/crti.S: New file.
46049 * sysdeps/sparc/crtn.S: New file.
46050 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46051 * sysdeps/sparc/sparc64/Makefile: Likewise.
46052
df6a4a4a
MF
460532012-02-15 Mike Frysinger <vapier@gentoo.org>
46054
6dd8f3dc 46055 [BZ #3335]
df6a4a4a
MF
46056 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46057
1cac7236
RM
460582012-02-15 Roland McGrath <roland@hack.frob.com>
46059
d2c736f8
RM
46060 [BZ #4822]
46061 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46062
1cac7236
RM
46063 * mach/devstream.c (cookie_io_functions_t): Macro removed.
46064 (write, read, close): Likewise.
46065 Patch by Aurelien Jarno <aurelien@aurel32.net>.
46066
8e475601
JM
460672012-02-15 Joseph Myers <joseph@codesourcery.com>
46068
46069 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46070 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46071 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46072 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46073 <bits/signalfd.h>.
46074 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46075 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46076 bits/signalfd.h.
46077
ed656b40
MP
460782012-02-14 Marek Polacek <polacek@redhat.com>
46079
46080 * sysdeps/x86_64/crti.S: New file.
46081 * sysdeps/x86_64/crtn.S: New file.
46082 * sysdeps/x86_64/elf/initfini.c: Remove file.
46083
2a979d3a
JM
460842012-02-13 Joseph Myers <joseph@codesourcery.com>
46085
46086 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46087 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46088 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46089 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46090 <bits/inotify.h>.
46091 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46092 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46093 bits/inotify.h.
46094
2a418ac3
JM
460952012-02-13 Joseph Myers <joseph@codesourcery.com>
46096
46097 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46098 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46099 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46100 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46101 <bits/eventfd.h>.
46102 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46103 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46104 bits/eventfd.h.
46105
fb779be7
TS
461062012-02-10 Thomas Schwinge <thomas@codesourcery.com>
46107
e19e83c5
RM
46108 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46109 __feraiseexcept instead of feraiseexcept.
7c35ffed 46110
fb779be7
TS
46111 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46112 nanosleep invocations.
46113 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46114 strings, and add error checking for a nanosleep invocations.
46115
59ba27a6
PE
461162012-02-09 Paul Eggert <eggert@cs.ucla.edu>
46117
46118 Replace FSF snail mail address with URLs, as per GNU coding standards.
46119 Most of the snail mail addresses were wrong anyway, and omitting
46120 them makes the source code easier to maintain. Almost all of the
46121 changes are to license notices and to locale LC_IDENTIFICATION
46122 addresses, except for this one:
46123 * manual/libc.texinfo: In "Published by", give the FSF's URL,
46124 not its snail mail address.
46125
57b957eb
RH
461262012-02-09 Richard Henderson <rth@twiddle.net>
46127
af850b1c
RH
46128 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46129 of kernel-features.h.
46130
57b957eb
RH
46131 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46132
6b73181a
MP
461332012-02-08 Marek Polacek <polacek@redhat.com>
46134
46135 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46136 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46137 * sysdeps/gnu/_G_config.h: Likewise.
46138 * sysdeps/generic/_G_config.h: Likewise.
46139
26ecc33a
AS
461402012-02-08 Andreas Schwab <schwab@linux-m68k.org>
46141
6c6dbc63
AS
46142 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46143 tests.
46144 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46145
e216c012
AS
46146 * sysdeps/powerpc/powerpc32/crti.S: New file.
46147 * sysdeps/powerpc/powerpc32/crtn.S: New file.
46148 * sysdeps/powerpc/powerpc64/crti.S: New file.
46149 * sysdeps/powerpc/powerpc64/crtn.S: New file.
46150
26ecc33a
AS
46151 * Makeconfig (have-initfini): Don't set.
46152 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46153 * configure.in (nopic_initfini): Don't substitute.
46154 * config.h.in (HAVE_INITFINI): Don't #undef.
46155 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46156 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46157
3add8e13
JM
461582012-02-08 Joseph Myers <joseph@codesourcery.com>
46159
46160 Support crti.S and crtn.S provided directly by architectures.
46161 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46162 [crti.S in sysdirs] (omit-deps): Likewise.
46163 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46164 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46165 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46166 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46167 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46168 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46169 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46170 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46171 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46172 compiler output for sysdeps/generic/initfini.c.
46173 * sysdeps/i386/elf/Makefile: Remove file.
46174 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46175
a22f12b4
MP
461762012-02-07 Marek Polacek <polacek@redhat.com>
46177
46178 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46179 * sysdeps/gnu/_G_config.h: Likewise.
46180 * sysdeps/mach/hurd/_G_config.h: Likewise.
46181
148cf100
MP
461822012-02-07 Marek Polacek <polacek@redhat.com>
46183
46184 * math/Makefile (tests): Add tst-CMPLX2.
46185 * math/tst-CMPLX2.c: New file.
46186
cfdc0dd7
AS
461872012-02-07 Andreas Schwab <schwab@linux-m68k.org>
46188
84ba42c4
AS
46189 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46190
cfdc0dd7
AS
46191 * math/libm-test.inc (jn_test): Add missing L suffix.
46192
622c86f4
MP
461932012-02-06 Marek Polacek <polacek@redhat.com>
46194
46195 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46196 * sysdeps/i386/fpu/e_powf.S: Likewise.
46197 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46198 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46199 * sysdeps/i386/fpu/e_acosh.S: Likewise.
46200 * sysdeps/i386/fpu/e_pow.S: Likewise.
46201 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46202 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46203 * sysdeps/i386/fpu/s_expm1.S: Likewise.
46204 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46205 * sysdeps/i386/fpu/e_log2.S: Likewise.
46206 * sysdeps/i386/fpu/e_log2l.S: Likewise.
46207 * sysdeps/i386/fpu/e_scalb.S: Likewise.
46208 * sysdeps/i386/fpu/e_powl.S: Likewise.
46209 * sysdeps/i386/fpu/s_log1p.S: Likewise.
46210 * sysdeps/i386/fpu/e_log10f.S: Likewise.
46211 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46212 * sysdeps/i386/fpu/e_logl.S: Likewise.
46213 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46214 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46215 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46216 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46217 * sysdeps/i386/fpu/e_log2f.S: Likewise.
46218 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46219 * sysdeps/i386/fpu/e_log.S: Likewise.
46220 * sysdeps/i386/fpu/s_cexp.S: Likewise.
46221 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46222 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46223 * sysdeps/i386/fpu/e_logf.S: Likewise.
46224 * sysdeps/i386/fpu/e_log10l.S: Likewise.
46225 * sysdeps/i386/fpu/e_atanh.S: Likewise.
46226 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46227 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46228 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46229 * sysdeps/i386/fpu/e_log10.S: Likewise.
46230 * sysdeps/i386/fpu/s_frexp.S: Likewise.
46231 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46232 * sysdeps/i386/fpu/s_asinh.S: Likewise.
46233 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46234 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46235 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46236 * sysdeps/i386/asm-syntax.h: Likewise.
46237 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46238 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46239 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46240 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46241 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46242 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46243 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46244 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46245 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46246 * sysdeps/powerpc/sysdep.h: Likewise.
46247 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46248 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46249
d4a54ac6
JM
462502012-02-06 Joseph Myers <joseph@codesourcery.com>
46251
46252 [BZ #411]
46253 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46254
314054ea
JM
462552012-02-06 Joseph Myers <joseph@codesourcery.com>
46256
46257 * sysdeps/i386/sysdep.h: Include <features.h>.
46258 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46259 version.
46260
d8e0ca50
JM
462612012-02-05 Joseph Myers <joseph@codesourcery.com>
46262
46263 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46264 Define.
46265 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46266 LOAD_PIC_REG_STR.
46267
b1da7dd9
JM
462682012-02-03 Joseph Myers <joseph@codesourcery.com>
46269
46270 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46271 (SETUP_PIC_REG): Use GET_PC_THUNK.
46272 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46273 macro.
46274
9a1d9254
JM
462752012-02-03 Joseph Myers <joseph@codesourcery.com>
46276
46277 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46278 for non-PIC compilation.
46279 (SETUP_PIC_REG): Add .p2align directive.
46280 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46281 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46282 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46283 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46284 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46285 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46286 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46287 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46288 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46289 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46290 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46291 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46292 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46293 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46294 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46295 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46296 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46297 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46298 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46299 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46300 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46301 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46302 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46303 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46304 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46305 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46306 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46307 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46308 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46309 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46310 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46311 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46312 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46313 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46314 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46315 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46316 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46317 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46318 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46319 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46320 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46321
65dc3b75
JM
463222012-02-03 Joseph Myers <joseph@codesourcery.com>
46323
46324 * math/tst-CMPLX.c: Include <stdio.h>.
46325
d55bf177
JM
463262012-01-31 Joseph Myers <joseph@codesourcery.com>
46327
46328 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46329 float.
46330 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46331 * sysdeps/sparc/bits/mathdef.h: Likewise.
46332
69db4f8f
MP
463332012-01-31 Marek Polacek <polacek@redhat.com>
46334
46335 * libio/libio.h: Don't define _PARAMS.
46336 * locale/programs/config.h: Don't define PARAMS.
46337 * stdlib/strtol_l.c: Likewise.
46338 (__strtol_l): Remove PARAMS from the prototype.
46339
41b81892
UD
463402012-01-31 Ulrich Drepper <drepper@gmail.com>
46341
3b49edc0
UD
46342 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
46343 names. Just use the correct names. Remove unnecessary wrapper
46344 functions.
46345 * malloc/arena.c: Likewise.
46346 * malloc/hooks.c: Likewise.
46347
41b81892
UD
46348 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46349 ARENA_TEST says not to. Simplify test for creation of a new arena.
46350 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46351
27a25b6e
UD
463522012-01-30 Ulrich Drepper <drepper@gmail.com>
46353
46354 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46355 into tail calls.
46356 (update_get_addr): New function.
46357 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46358 GET_ADDR_MODULE parameter.
46359
c8a89e7d
JM
463602012-01-30 Joseph Myers <joseph@codesourcery.com>
46361
46362 * crypt/cert.c: Remove __STDC__ conditionals.
46363 * crypt/crypt-entry.c: Likewise.
46364 * crypt/crypt_util.c: Likewise.
46365 * libio/filedoalloc.c: Likewise.
46366 * libio/fileops.c: Likewise.
46367 * libio/genops.c: Likewise.
46368 * libio/iofclose.c: Likewise.
46369 * libio/iofdopen.c: Likewise.
46370 * libio/iofopen.c: Likewise.
46371 * libio/iofopen64.c: Likewise.
46372 * libio/iogetdelim.c: Likewise.
46373 * libio/iopopen.c: Likewise.
46374 * libio/obprintf.c: Likewise.
46375 * libio/oldfileops.c: Likewise.
46376 * libio/oldiofclose.c: Likewise.
46377 * libio/oldiofdopen.c: Likewise.
46378 * libio/oldiofopen.c: Likewise.
46379 * libio/oldiopopen.c: Likewise.
46380 * libio/wfiledoalloc.c: Likewise.
46381 * libio/wgenops.c: Likewise.
46382 * locale/programs/xmalloc.c: Likewise.
46383 * misc/syslog.c: Likewise.
46384 * stdio-common/xbug.c: Likewise.
46385 * string/memchr.c: Likewise.
46386 * string/memcmp.c: Likewise.
46387 * string/memrchr.c: Likewise.
46388 * string/rawmemchr.c: Likewise.
46389 * sysdeps/posix/getcwd.c: Likewise.
46390 * time/strftime_l.c: Likewise.
46391
3b100462
JM
463922012-01-30 Joseph Myers <joseph@codesourcery.com>
46393
46394 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
46395 * config.make.in (config-cflags-sse2avx): Define.
46396 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46397 Fix typo.
46398
607998af
CM
463992012-01-29 Chris Metcalf <cmetcalf@tilera.com>
46400
46401 * scripts/config.guess: Update from upstream config git repository.
46402 * scripts/config.sub: Likewise.
46403
3601428f
CM
464042012-01-28 Chris Metcalf <cmetcalf@tilera.com>
46405
3ac8b282
CM
46406 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46407 (EM_NUM): Update.
46408 (R_TILEPRO_*, R_TILEGX_*): New macros.
46409
e034841e
CM
46410 * scripts/firstversions.awk: Fix bug in version range handling.
46411
540d7568
CM
46412 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46413
3601428f
CM
46414 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46415
463de862
CM
46416 * include/sys/epoll.h: New file.
46417 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46418 libc_hidden_def.
46419
73139a76
UD
464202012-01-28 Ulrich Drepper <drepper@gmail.com>
46421
96bc5b45
UD
46422 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46423 Avoid unnecessary __WORDSIZE == 64 test.
46424 (fmaxf): Use VEX format if possible.
46425 (fmax): Likewise.
46426 (fminf): Likewise.
46427 (fmin): Likewise.
46428
56f6f6a2
UD
46429 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46430 * math/math_private.h: Remove libc_fegetround* and
46431 libc_fesetround*.
46432 * sysdeps/i386/configure.in: Check for -msse2avx.
46433 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46434 also if SSE2AVX is defined.
46435 Remove libc_fegetround* and libc_fesetround*.
46436 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46437 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
46438 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46439 of HAS_YMM_USABLE.
46440 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46441 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46442 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46443 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46444 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46445
73139a76
UD
46446 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46447
d73f93a4
AZ
464482012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46449
46450 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46451 size is not set.
46452 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46453
6ee65ed6
UD
464542012-01-27 Ulrich Drepper <drepper@gmail.com>
46455
46456 [BZ #13618]
46457 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46458 relocation.
46459 * Makeconfig (libm): Define.
46460 * elf/Makefile: Add rules to build and run tst-relsort1.
46461 * elf/tst-relsort1.c: New file.
46462 * elf/tst-relsort1mod1.c: New file.
46463 * elf/tst-relsort1mod2.c: New file.
46464
8db21882
JM
464652012-01-27 Joseph Myers <joseph@codesourcery.com>
46466
46467 * math/s_ldexp.c: Remove __STDC__ conditionals.
46468 * math/s_ldexpf.c: Likewise.
46469 * math/s_ldexpl.c: Likewise.
46470 * math/s_nextafter.c: Likewise.
46471 * math/s_nexttowardf.c: Likewise.
46472 * math/s_significand.c: Likewise.
46473 * math/s_significandf.c: Likewise.
46474 * math/s_significandl.c: Likewise.
46475 * math/w_jnl.c: Likewise.
46476 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46477 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46478 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46479 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46480 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46481 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46482 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46483 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46484 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46485 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46486 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46487 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46488 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46489 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46490 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46491 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46492 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46493 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46494 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46495 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46496 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46497 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46498 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46499 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46500 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46501 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46502 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46503 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46504 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46505 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46506 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46507 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46508 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46509 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46510 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46511 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46512 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46513 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46514 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46515 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46516 * sysdeps/ieee754/k_standard.c: Likewise.
46517 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46518 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46519 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46520 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46521 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46522 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46523 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46524 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46525 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46526 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46527 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46528 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46529 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46530 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46531 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46532 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46533 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46534 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46535 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46536 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46537 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46538 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46539 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46540 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46541 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46542 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46543 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46544 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46545 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46546 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46547 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46548 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46549 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46550 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46551 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46552 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46553 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46554 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46555 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46556 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46557 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46558 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46559 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46560 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46561 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46562 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46563 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46564 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46565 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46566 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46567 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46568 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46569 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46570 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46571 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46572 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46573 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46574 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46575 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46576 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46577 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46578 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46579 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46580 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46581 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46582 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46583 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46584 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46585 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46586 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46587 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46588 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46589 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46590 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46591 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46592 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46593 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46594 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46595 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46596 * sysdeps/ieee754/s_matherr.c: Likewise.
46597 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46598 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46599 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46600 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46601
965a54a4
JM
466022012-01-26 Joseph Myers <joseph@codesourcery.com>
46603
46604 * crypt/md5.h: Remove __STDC__ conditionals.
46605 * libio/libioP.h: Likewise.
46606 * locale/programs/config.h: Likewise.
46607 * sysdeps/generic/sysdep.h: Likewise.
46608 * sysdeps/i386/asm-syntax.h: Likewise.
46609 * sysdeps/s390/asm-syntax.h: Likewise.
46610 * sysdeps/unix/sysdep.h: Likewise.
46611 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46612 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46613
7071ad79
JM
466142012-01-26 Joseph Myers <joseph@codesourcery.com>
46615
46616 * libio/libio.h: Remove __STDC__ conditionals.
46617 * malloc/obstack.h: Likewise.
46618 * math/complex.h: Likewise.
46619 * math/math.h: Likewise.
46620 * sysdeps/generic/_G_config.h: Likewise.
46621 * sysdeps/gnu/_G_config.h: Likewise.
46622 * sysdeps/mach/hurd/_G_config.h: Likewise.
46623 * sysdeps/powerpc/bits/mathdef.h: Likewise.
46624 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46625 * sysdeps/sparc/bits/mathdef.h: Likewise.
46626
afc5ed09
UD
466272012-01-26 Ulrich Drepper <drepper@gmail.com>
46628
46629 [BZ #13583]
46630 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 46631 Clean up HAS_* macros.
afc5ed09 46632 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
46633 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46634 possible.
46635 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46636 HAS_AVX.
46637 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46638 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46639 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46640 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46641 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 46642
bdb6de1d
JM
466432012-01-25 Joseph Myers <joseph@codesourcery.com>
46644
46645 * elf/tst-unique3.cc (gets): Remove declaration.
46646 * elf/tst-unique3lib.cc (gets): Likewise.
46647 * elf/tst-unique3lib2.cc (gets): Likewise.
46648 * elf/tst-unique4.cc (gets): Likewise.
46649
b15549e6
UD
466502012-01-24 Ulrich Drepper <drepper@gmail.com>
46651
46652 * include/stdio.h: Add C++ protection. Add gets declarations and
46653 definitions.
46654 * debug/tst-chk1.c: Don't declare gets here.
46655 * stdio-common/tst-gets.c: Likewise.
46656
a037381f
JM
466572012-01-24 Joseph Myers <joseph@codesourcery.com>
46658
46659 * posix/glob: Remove directory.
46660
f1d4aa75
JM
466612012-01-24 Joseph Myers <joseph@codesourcery.com>
46662
46663 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46664
81c0c964
PT
466652012-01-22 Pino Toscano <toscano.pino@tiscali.it>
46666
46667 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46668 of the non-standard EPFNOSUPPORT.
46669
0ea698ae
ST
466702011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
46671
46672 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46673 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46674 ANYWHERE set to 1 only on KERN_NO_SPACE error.
46675
d220b117
UD
466762012-01-21 Ulrich Drepper <drepper@gmail.com>
46677
46678 * wcsmbs/uchar.h: Test __STDC_VERSION__.
46679
3e1aa84e
UD
466802012-01-20 Ulrich Drepper <drepper@gmail.com>
46681
46682 * nscd/aicache.c (addhstaiX): Do not cache negative results of
46683 transient errors.
46684 * nscd/grpcache.c (cache_addgr): Likewise.
46685 * nscd/hstcache.c (cache_addhst): Likewise.
46686 * nscd/initgrcache.c (addinitgroupsX): Likewise.
46687 * nscd/pwdcache.c (cache_addpw): Likewise.
46688 * nscd/servicescache.c (cache_addserv): Likewise.
46689
400aa020
UD
466902012-01-16 Ulrich Drepper <drepper@gmail.com>
46691
d77e7869
UD
46692 * malloc/malloc.c: Various cleanups.
46693 * malloc/hooks.c: Likewise.
46694
400aa020
UD
46695 * stdlib/Makefile (tests): Add bug-fmtmsg1.
46696 * stdlib/bug-fmtmsg1.c: New file.
46697
46698 * stdlib/fmtmsg.c (init): Add missing unlock.
46699 Patch by Peng Haitao <penght@cn.fujitsu.com>.
46700
e0a309cf
MP
467012012-01-12 Marek Polacek <polacek@redhat.com>
46702
46703 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46704 and _GNU_SOURCE.
46705
929d11c7
WS
467062012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
46707
46708 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46709 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46710 macro to ensure uniqueness of label name.
46711 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46712 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46713
41d0e869
UD
467142012-01-11 Ulrich Drepper <drepper@gmail.com>
46715
0cc5ed3b
UD
46716 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46717
41d0e869
UD
46718 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46719 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46720 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46721 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46722
a47a831a
UD
467232012-01-10 Ulrich Drepper <drepper@gmail.com>
46724
daa891c0
UD
46725 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46726
46727 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46728 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46729 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46730
e58ef0f2
UD
46731 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46732
a47a831a 46733 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
46734 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46735 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 46736 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
46737
46738 * math/bits/math-finite.h: Add ldexp support.
46739
a0bfc9c7
MP
467402012-01-10 Marek Polacek <polacek@redhat.com>
46741
46742 * locale/programs/localedef.h (show_archive_content): Add noreturn
46743 attribute.
46744
d6e97a1d
UD
467452012-01-09 Ulrich Drepper <drepper@gmail.com>
46746
46747 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46748
d5835c26
UD
467492012-01-08 Ulrich Drepper <drepper@gmail.com>
46750
e5f484c6
UD
46751 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46752
d5835c26
UD
46753 * io/Makefile (headers): Add bits/poll2.h.
46754
d1f741e9
WS
467552011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
46756
46757 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46758 typo #include statement.
46759
ec09c1c4
UD
467602012-01-08 Ulrich Drepper <drepper@gmail.com>
46761
46762 * include/sys/cdefs.h: Define __attribute_alloc_size.
46763 * catgets/gencat.c: Add alloc_size attribute and apply consistently
46764 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46765 * elf/pldd.c: Likewise.
46766 * iconv/iconv_charmap.c: Likewise.
46767 * iconv/iconvconfig.c: Likewise.
46768 * iconv/strtab.c: Likewise.
46769 * locale/programs/locale.c: Likewise.
46770 * locale/programs/localedef.h: Likewise.
46771 * locale/programs/simple-hash.c: Likewise.
46772 * nscd/nscd.h: Likewise.
46773 * nss/makedb.c: Likewise.
46774 * sysdeps/generic/ldconfig.h: Likewise.
46775 * locale/programs/localedef.c: Remove xmalloc prototype.
46776 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46777
20b38e03
PP
467782012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
46779
46780 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46781 appropriate.
46782
a0da5fe1
UD
467832012-01-08 Ulrich Drepper <drepper@gmail.com>
46784
1d5a644a 46785 * math/Makefile (tests): Add tst-CMPLX.
669704fd 46786 * math/tst-CMPLX.c: New file.
1d5a644a 46787
8784a6db
UD
46788 * math/complex.h (CMPLXL): Fix typo.
46789
d9a216c0
UD
46790 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46791 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46792 GLIBC_2.16.
46793 * debug/tst-chk1.c: Add poll and ppoll tests.
46794 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46795 * include/sys/poll.h: Add hidden proto for ppoll.
46796 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46797 * sysdeps/mach/hurd/ppoll.c: Likewise.
46798 * io/ppoll.c: Likewise.
46799 * debug/poll_chk.c: New file.
46800 * debug/ppoll_chk.c: New file.
46801 * include/bits/poll2.h: New file.
46802 * io/bits/poll2.h: New file.
46803
ac097f5c
UD
46804 [BZ #1350]
46805 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46806
2119dcfa
UD
46807 * configure.in: static is always set to yes. Remove.
46808 * config.make.in: Don't set build-static.
46809 * Makeconfig: Remove use of build-static.
46810 * dlfcn/Makefile: Likewise.
46811 * elf/Makefile: Likewise.
46812 * math/Makefile: Likewise.
46813 * misc/Makefile: Likewise.
46814 * nptl/Makefile: Likewise.
46815 * sysdeps/mach/hurd/Makefile: Likewise.
46816
121766a9
UD
46817 * configure.in: PWD_P is not used anymore.
46818 * config.make.in: Remove PWD_P entry.
46819
51a1d39c 46820 * configure.in: Remove last remnants of RANLIB.
8720d066 46821 No need to check for signed size_t anymore.
215f4bdc
UD
46822 Don't set libc_commonpagesize and libc_relro_required here for Alpha
46823 and IA-64.
3857022a 46824 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
46825 * aclocal.m4: Likewise.
46826
d3ed7225
UD
46827 * wcsmbs/mbrtoc16.c: Implement using towc function.
46828 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46829 * wcsmbs/wcsmbsload.c: Likewise.
46830 * iconv/gconv_simple.c: Likewise.
46831 * iconv/gconv_int.h: Likewise.
46832 * iconv/gconv_builtin.h: Likewise.
46833 * iconv/iconv_prog.c: Remove CHAR16 handling.
46834
46835 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46836
46837 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46838
a0da5fe1
UD
46839 * configure.in: Remove --with-elf and --enable-bounded options.
46840 Dont set base_machine for ia64. More non-ELF conditions removed.
46841 Remove testing and setting of leading underscore information.
46842 * config.make.in (build-bounded): Set to no.
46843 * config.h.in: Remove NO_UNDERSCORES entry.
46844 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
46845 them.
46846 * csu/start.c: Remove !NO_UNDERSCORE code.
46847 * locale/localeinfo.h: Likewise.
46848 * sysdeps/generic/machine-gmon.h: Likewise.
46849 * sysdeps/generic/sysdep.h: Likewise.
46850 * sysdeps/i386/sysdep.h: Likewise.
46851 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46852 * sysdeps/mach/sysdep.h: Likewise.
46853 * sysdeps/s390/s390-32/sysdep.h: Likewise.
46854 * sysdeps/s390/s390-64/sysdep.h: Likewise.
46855 * sysdeps/sh/sysdep.h: Likewise.
46856 * sysdeps/sparc/sparc32/alloca.S: Likewise.
46857 * sysdeps/unix/i386/sysdep.S: Likewise.
46858 * sysdeps/unix/sparc/start.c: Likewise.
46859 * sysdeps/unix/sparc/sysdep.S: Likewise.
46860 * sysdeps/unix/sparc/sysdep.h: Likewise.
46861 * sysdeps/unix/start.c: Likewise.
46862 * sysdeps/unix/x86_64/sysdep.S: Likewise.
46863 * sysdeps/x86_64/sysdep.h: Likewise.
46864
df78418a
UD
468652012-01-07 Ulrich Drepper <drepper@gmail.com>
46866
a784e502
UD
46867 [BZ #13553]
46868 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46869 for non-gcc.
46870 * argp/argp-fmtstream.h: Use const instead __const.
46871 * argp/argp.h: Likewise.
46872 * assert/assert.h: Likewise.
46873 * bits/fenv.h: Likewise.
46874 * bits/sched.h: Likewise.
46875 * bits/sigset.h: Likewise.
46876 * bits/sigthread.h: Likewise.
46877 * catgets/nl_types.h: Likewise.
46878 * conform/data/pthread.h-data: Likewise.
46879 * crypt/crypt-private.h: Likewise.
46880 * crypt/crypt.h: Likewise.
46881 * crypt/crypt_util.c: Likewise.
46882 * ctype/ctype.h: Likewise.
46883 * debug/execinfo.h: Likewise.
46884 * debug/mbsnrtowcs_chk.c: Likewise.
46885 * debug/mbsrtowcs_chk.c: Likewise.
46886 * debug/wcsnrtombs_chk.c: Likewise.
46887 * debug/wcsrtombs_chk.c: Likewise.
46888 * debug/wcstombs_chk.c: Likewise.
46889 * dirent/dirent.h: Likewise.
46890 * dlfcn/dlfcn.h: Likewise.
46891 * elf/neededtest4.c: Likewise.
46892 * grp/grp.h: Likewise.
46893 * gshadow/gshadow.h: Likewise.
46894 * iconv/gconv.h: Likewise.
46895 * iconv/gconv_int.h: Likewise.
46896 * iconv/gconv_simple.c: Likewise.
46897 * iconv/iconv.h: Likewise.
46898 * iconv/loop.c: Likewise.
46899 * iconv/skeleton.c: Likewise.
46900 * include/aio.h: Likewise.
46901 * include/aliases.h: Likewise.
46902 * include/argz.h: Likewise.
46903 * include/arpa/inet.h: Likewise.
46904 * include/assert.h: Likewise.
46905 * include/dirent.h: Likewise.
46906 * include/dlfcn.h: Likewise.
46907 * include/execinfo.h: Likewise.
46908 * include/fcntl.h: Likewise.
46909 * include/fenv.h: Likewise.
46910 * include/glob.h: Likewise.
46911 * include/grp.h: Likewise.
46912 * include/libintl.h: Likewise.
46913 * include/mntent.h: Likewise.
46914 * include/netdb.h: Likewise.
46915 * include/pwd.h: Likewise.
46916 * include/rpc/netdb.h: Likewise.
46917 * include/sched.h: Likewise.
46918 * include/search.h: Likewise.
46919 * include/shadow.h: Likewise.
46920 * include/signal.h: Likewise.
46921 * include/stdio.h: Likewise.
46922 * include/stdlib.h: Likewise.
46923 * include/string.h: Likewise.
46924 * include/sys/socket.h: Likewise.
46925 * include/sys/stat.h: Likewise.
46926 * include/sys/statfs.h: Likewise.
46927 * include/sys/statvfs.h: Likewise.
46928 * include/sys/syslog.h: Likewise.
46929 * include/sys/time.h: Likewise.
46930 * include/sys/uio.h: Likewise.
46931 * include/time.h: Likewise.
46932 * include/unistd.h: Likewise.
46933 * include/utmp.h: Likewise.
46934 * include/wchar.h: Likewise.
46935 * include/wctype.h: Likewise.
46936 * inet/aliases.h: Likewise.
46937 * inet/arpa/inet.h: Likewise.
46938 * inet/netinet/ether.h: Likewise.
46939 * inet/netinet/in.h: Likewise.
46940 * intl/libintl.h: Likewise.
46941 * io/bits/fcntl2.h: Likewise.
46942 * io/fcntl.h: Likewise.
46943 * io/ftw.h: Likewise.
46944 * io/sys/poll.h: Likewise.
46945 * io/sys/stat.h: Likewise.
46946 * io/sys/statfs.h: Likewise.
46947 * io/sys/statvfs.h: Likewise.
46948 * io/utime.h: Likewise.
46949 * libio/bits/stdio.h: Likewise.
46950 * libio/bits/stdio2.h: Likewise.
46951 * libio/libio.h: Likewise.
46952 * libio/libioP.h: Likewise.
46953 * libio/stdio.h: Likewise.
46954 * locale/lc-ctype.c: Likewise.
46955 * locale/locale.h: Likewise.
46956 * login/utmp.h: Likewise.
46957 * malloc/arena.c: Likewise.
46958 * malloc/malloc.c: Likewise.
46959 * malloc/malloc.h: Likewise.
46960 * malloc/mcheck.c: Likewise.
46961 * malloc/mtrace.c: Likewise.
46962 * math/bits/mathcalls.h: Likewise.
46963 * math/fenv.h: Likewise.
46964 * math/math_private.h: Likewise.
46965 * misc/bits/error.h: Likewise.
46966 * misc/bits/syslog.h: Likewise.
46967 * misc/err.h: Likewise.
46968 * misc/error.h: Likewise.
46969 * misc/fstab.h: Likewise.
46970 * misc/mntent.h: Likewise.
46971 * misc/regexp.h: Likewise.
46972 * misc/search.h: Likewise.
46973 * misc/sgtty.h: Likewise.
46974 * misc/sys/mman.h: Likewise.
46975 * misc/sys/syslog.h: Likewise.
46976 * misc/sys/uio.h: Likewise.
46977 * misc/sys/xattr.h: Likewise.
46978 * misc/ttyent.h: Likewise.
46979 * nis/rpcsvc/ypclnt.h: Likewise.
46980 * nss/nss.h: Likewise.
46981 * posix/bits/unistd.h: Likewise.
46982 * posix/fnmatch.h: Likewise.
46983 * posix/glob.h: Likewise.
46984 * posix/sched.h: Likewise.
46985 * posix/spawn.h: Likewise.
46986 * posix/sys/wait.h: Likewise.
46987 * posix/unistd.h: Likewise.
46988 * posix/wordexp.h: Likewise.
46989 * pwd/pwd.h: Likewise.
46990 * resolv/netdb.h: Likewise.
46991 * resource/sys/resource.h: Likewise.
46992 * rt/aio.h: Likewise.
46993 * rt/bits/mqueue2.h: Likewise.
46994 * rt/mqueue.h: Likewise.
46995 * shadow/shadow.h: Likewise.
46996 * signal/signal.h: Likewise.
46997 * socket/send.c: Likewise.
46998 * socket/sendto.c: Likewise.
46999 * socket/sys/socket.h: Likewise.
47000 * stdio-common/printf.h: Likewise.
47001 * stdlib/bits/stdlib.h: Likewise.
47002 * stdlib/fmtmsg.h: Likewise.
47003 * stdlib/monetary.h: Likewise.
47004 * stdlib/stdlib.h: Likewise.
47005 * stdlib/ucontext.h: Likewise.
47006 * streams/stropts.h: Likewise.
47007 * string/argz.h: Likewise.
47008 * string/bits/string2.h: Likewise.
47009 * string/string.h: Likewise.
47010 * string/strings.h: Likewise.
47011 * sunrpc/rpc/auth.h: Likewise.
47012 * sunrpc/rpc/auth_des.h: Likewise.
47013 * sunrpc/rpc/clnt.h: Likewise.
47014 * sunrpc/rpc/netdb.h: Likewise.
47015 * sunrpc/rpc/pmap_clnt.h: Likewise.
47016 * sunrpc/rpc/xdr.h: Likewise.
47017 * sysdeps/generic/inttypes.h: Likewise.
47018 * sysdeps/generic/net/if.h: Likewise.
47019 * sysdeps/generic/sys/swap.h: Likewise.
47020 * sysdeps/gnu/net/if.h: Likewise.
47021 * sysdeps/gnu/utmpx.h: Likewise.
47022 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47023 * sysdeps/i386/i486/bits/string.h: Likewise.
47024 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47025 * sysdeps/s390/bits/string.h: Likewise.
47026 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47027 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47028 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47029 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47030 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47031 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47032 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47033 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47034 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47035 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47036 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47037 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47038 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47039 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47040 * sysdeps/unix/sysv/linux/readv.c: Likewise.
47041 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47042 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47043 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47044 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47045 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47046 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47047 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47048 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47049 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47050 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47051 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47052 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47053 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47054 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47055 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47056 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47057 * sysvipc/sys/ipc.h: Likewise.
47058 * sysvipc/sys/msg.h: Likewise.
47059 * sysvipc/sys/sem.h: Likewise.
47060 * sysvipc/sys/shm.h: Likewise.
47061 * termios/termios.h: Likewise.
47062 * time/sys/time.h: Likewise.
47063 * time/time.h: Likewise.
47064 * wcsmbs/bits/wchar2.h: Likewise.
47065 * wcsmbs/uchar.h: Likewise.
47066 * wcsmbs/wchar.h: Likewise.
47067 * wctype/wctype.h: Likewise.
47068
0269750c
UD
47069 [BZ #13551]
47070 * Makeconfig: Remove all but ELF support including AIX support.
47071 * Makerules: Likewise.
47072 * config.h.in: Likewise.
47073 * config.make.in: Likewise.
47074 * configure: Likewise.
47075 * configure.in: Likewise.
47076 * csu/Makefile: Likewise.
47077 * csu/version.c: Likewise.
47078 * debug/Makefile: Likewise.
47079 * dlfcn/Makefile: Likewise.
47080 * elf/Makefile: Likewise.
47081 * extra-lib.mk: Likewise.
47082 * iconv/Makefile: Likewise.
47083 * include/libc-symbols.h: Likewise.
47084 * include/shlib-compat.h: Likewise.
47085 * resolv/Makefile: Likewise.
47086 * resolv/res_libc.c: Likewise.
47087 * rt/Makefile: Likewise.
47088 * sysdeps/i386/asm-syntax.h: Likewise.
47089 * sysdeps/i386/sysdep.h: Likewise.
47090 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47091 * sysdeps/mach/sysdep.h: Likewise.
47092 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47093 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47094 * sysdeps/s390/asm-syntax.h: Likewise.
47095 * sysdeps/s390/s390-32/sysdep.h: Likewise.
47096 * sysdeps/s390/s390-64/sysdep.h: Likewise.
47097 * sysdeps/sh/sysdep.h: Likewise.
47098 * sysdeps/unix/sparc/sysdep.h: Likewise.
47099 * sysdeps/wordsize-32/divdi3.c: Likewise.
47100 * sysdeps/x86_64/sysdep.h: Likewise.
47101
00bbd29b
UD
47102 * argp/Versions: Remove _argp_unlock_xxx.
47103
47104 [BZ #13559]
47105 * abilist/ld.abilist: Update. Adjust for removal of tls option.
47106 * abilist/libBrokenLocale.abilist: Likewise.
47107 * abilist/libanl.abilist: Likewise.
47108 * abilist/libc.abilist: Likewise.
47109 * abilist/libcrypt.abilist: Likewise.
47110 * abilist/libdl.abilist: Likewise.
47111 * abilist/libm.abilist: Likewise.
47112 * abilist/libnsl.abilist: Likewise.
47113 * abilist/libpthread.abilist: Likewise.
47114 * abilist/libresolv.abilist: Likewise.
47115 * abilist/librt.abilist: Likewise.
47116 * abilist/libthread_db.abilist: Likewise.
47117 * abilist/libutil.abilist: Likewise.
47118 * abilist/libnss_db.abilist: New file.
47119
47120 * scripts/abilist.awk: Add support for indirect functions.
47121
a2693a0e
UD
47122 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47123
3f05895f
UD
47124 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47125
ecb6fb48
UD
47126 * shlib-versions: Remove entries for ports architectures.
47127
664f8cb9
UD
47128 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
47129 files in ports.
47130 * elf/stackguard-macros.h: Remove support for IA-64.
47131 * elf/tst-auditmod1.c: Likewise.
47132 * sysdeps/generic/ldsodefs.h: Likewise.
47133
7ae81d88
UD
47134 * sysdeps/unix/sysv/linux/configure.in: Ports should define
47135 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47136 configure files.
47137
bdeba135
UD
47138 [BZ #13552]
47139 * configure.in: Remove --enable-omitfp support.
47140 * FAQ.in: Adjust.
47141 * config.make.in: Likewise.
47142 * Makeconfig: Likewise.
47143 * manual/install.texi: Likewise.
47144
d75a0a62
UD
47145 In case anyone cares, the IA-64 architecture could move to ports.
47146 * sysdeps/ia64/*: Removed.
47147 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 47148 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 47149
dcc9756b
UD
47150 [BZ #13555]
47151 * configure.in: Remove entries for unsupported architectures.
47152
d3761ebc 47153 [BZ #13533]
9954432e
UD
47154 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47155 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
47156 routines.
47157 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47158 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47159 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
47160 fall back to using wcrtomb.
47161 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47162 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
47163 renaming.
47164 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47165 * wcsmbs/tst-c16c32-1.c: New file.
47166
47167 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47168 local variable.
47169
c3a87236
UD
47170 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47171
28926a1b
UD
47172 * elf/tst-unique3.cc: Add explicit declaration of gets.
47173 * elf/tst-unique3lib.cc: Likewise.
47174 * elf/tst-unique3lib2.cc: Likewise.
47175 * elf/tst-unique4.cc: Likewise.
47176
df78418a
UD
47177 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47178
8ecd6b2a
JM
471792012-01-06 Joseph Myers <joseph@codesourcery.com>
47180
47181 [BZ #13566]
47182 * assert/assert.h (static_assert): Don't define for C++.
47183 * libio/stdio.h (gets): Do declare for C++ <= C++11.
47184 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47185
9f115170
UD
471862012-01-03 Ulrich Drepper <drepper@gmail.com>
47187
5e0d0300
UD
47188 * iconv/loop.c (single loop): Fix assertion in storing of
47189 remaining bytes.
47190
9f115170
UD
47191 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47192
81fb02b0
UD
471932012-01-01 Ulrich Drepper <drepper@gmail.com>
47194
47195 * posix/getconf.c: Update copyright year.
47196 * nss/getent.c: Likewise.
a316c1f6 47197 * nss/makedb.c: Likewise.
81fb02b0
UD
47198 * iconv/iconvconfig.c: Likewise.
47199 * iconv/iconv_prog.c: Likewise.
47200 * elf/ldconfig.c: Likewise.
a316c1f6
UD
47201 * elf/pldd.c: Likewise.
47202 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
47203 * catgets/gencat.c: Likewise.
47204 * csu/version.c: Likewise.
47205 * elf/ldd.bash.in: Likewise.
47206 * elf/sprof.c (print_version): Likewise.
47207 * locale/programs/locale.c: Likewise.
47208 * locale/programs/localedef.c: Likewise.
a316c1f6 47209 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
47210 * nscd/nscd.c (print_version): Likewise.
47211 * debug/xtrace.sh: Likewise.
47212 * malloc/memusage.sh: Likewise.
47213 * malloc/mtrace.pl: Likewise.
47214 * debug/catchsegv.sh: Likewise.
47215
2ba92745
JJ
472162011-12-30 Jakub Jelinek <jakub@redhat.com>
47217
47218 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47219 pure attribute.
47220
dadebdae
UD
472212011-12-24 Ulrich Drepper <drepper@gmail.com>
47222
d3761ebc 47223 [BZ #13533]
db6af3eb
UD
47224 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47225 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47226 transformations.
47227 * iconv/gconv_int.h: Likewise.
47228 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47229 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47230 from libc for GLIBC_2.16.
47231 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47232 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47233 * wcsmbs/uchar.h: Really define mbstate_t.
47234 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47235 * wcsmbs/c16rtomb.c: New file.
47236 * wcsmbs/mbrtoc16.c: New file.
47237 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47238 for C/POSIX locale.
47239 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47240 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47241
dadebdae
UD
47242 * wcsmbs/wchar.h: Add missing __restrict.
47243
67371b56
UD
472442011-12-23 Ulrich Drepper <drepper@gmail.com>
47245
74033a25
UD
47246 [BZ #13532]
47247 * time/Makefile (routines): Add timespec_get.
47248 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47249 * time/time.h: Define TIME_UTC and declare timespec_get. Define
47250 timespec for ISO C11.
47251 * time/timespec_get.c: New file.
47252 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47253 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47254
380d7e87
UD
47255 [BZ #13531]
47256 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47257 * stdlib/stdlib.h: Declare aligned_alloc.
47258 * Versions.def: Add GLIBC_2.16 for libc.
47259 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47260
4e9e7a35
UD
47261 [BZ 13527]
47262 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47263 ISO C11.
47264
380d7e87 47265 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
47266 code.
47267
03a71829
UD
47268 [BZ #13528]
47269 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47270
839e283e
UD
47271 [BZ #13529]
47272 * assert/assert.h (static_assert): Define.
47273
ce5294e2 47274 * version.h: Update for 2.16 development version.
90fa7312 47275
8d44e150 47276 [BZ #13526]
d7809905
UD
47277 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47278 _ISOC11_SOURCE.
47279
c0da14cd
UD
47280 * version.h (RELEASE): Bump for 2.15 release.
47281 * include/features.h (__GLIBC_MINOR__): Bump to 15.
47282
530a3249
MP
47283 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47284 Patch by Marek Polacek <mpolacek@redhat.com>.
47285
67371b56
UD
47286 * bits/byteswap.h: Protect long long constants with __extension__.
47287 * sysdeps/i386/bits/byteswap.h: Likewise.
47288 * sysdeps/ia64/bits/byteswap.h: Likewise.
47289 * sysdeps/s390/bits/byteswap.h: Likewise.
47290 * sysdeps/x86_64/bits/byteswap.h: Likewise.
47291
15db4de1
LD
472922011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47293
47294 [BZ #13540]
bbe315ea
LD
47295 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47296 destination buffer.
15db4de1
LD
47297 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47298
2b2596b1
MP
472992011-12-23 Marek Polacek <polacek@redhat.com>
47300
47301 * elf/dl-addr.c (determine_info): Add inline keyword.
47302 * elf/tst-auditmod4b.c (check_avx): Likewise.
47303 * elf/tst-auditmod6b.c (check_avx): Likewise.
47304 * elf/tst-auditmod6c.c (check_avx): Likewise.
47305 * elf/tst-auditmod7b.c (check_avx): Likewise.
47306
70c6c246
UD
473072011-12-23 Ulrich Drepper <drepper@gmail.com>
47308
47309 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47310 !__SSE_MATH__.
47311
c044cf14
LD
473122011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47313
15db4de1 47314 [BZ #13540]
c044cf14
LD
47315 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47316 processing for last bytes.
47317
6b13d9d9
BH
473182011-08-06 Bruno Haible <bruno@clisp.org>
47319
d455f537
BH
47320 [BZ #13061]
47321 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47322 U+0385, not to U+1FEE.
47323
6b13d9d9
BH
47324 [BZ #13062]
47325 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47326 entry for U+00A5 U+0301.
47327
db910efd
UD
473282011-12-22 Ulrich Drepper <drepper@gmail.com>
47329
27deeafc
UD
47330 [BZ #13166]
47331 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47332 buffer for the output is too small.
47333
aed9d171
UD
47334 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47335 optimization.
47336
db910efd
UD
47337 [BZ #13185]
47338 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47339 SSE flags if possible.
47340
2bd779ae
LD
473412011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47342
e7f9dac3 47343 [BZ #13540]
2bd779ae
LD
47344 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47345 processing for last bytes.
47346
154bfc16
JM
473472011-12-22 Joseph Myers <joseph@codesourcery.com>
47348
47349 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47350 (syscall-list-default-options, syscall-list-default-condition)
47351 (syscall-list-includes): Define.
47352 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47353 list of ABIs and options and #if conditions for each ABI. Do not
47354 handle common syscalls between ABIs specially.
47355 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47356 Remove.
47357 (syscall-list-variants, syscall-list-32bit-options)
47358 (syscall-list-32bit-condition, syscall-list-64bit-options)
47359 (syscall-list-64bit-condition): Define.
47360 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47361 (syscall-list-variants, syscall-list-32bit-options)
47362 (syscall-list-32bit-condition, syscall-list-64bit-options)
47363 (syscall-list-64bit-condition): Define.
47364 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47365 Remove.
47366 (syscall-list-variants, syscall-list-32bit-options)
47367 (syscall-list-32bit-condition, syscall-list-64bit-options)
47368 (syscall-list-64bit-condition): Define.
47369 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47370 Remove.
47371 (syscall-list-variants, syscall-list-32bit-options)
47372 (syscall-list-32bit-condition, syscall-list-64bit-options)
47373 (syscall-list-64bit-condition): Define.
47374
21eaf3a5
UD
473752011-12-22 Ulrich Drepper <drepper@gmail.com>
47376
16c6f992
UD
47377 * locale/iso-639.def: Add brx entry.
47378
41043168
UD
47379 [BZ #13328]
47380 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47381 Proposed by Mariusz_Cukr <marcukr@op.pl>.
47382
21eaf3a5
UD
47383 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47384 __feraiseexcept_renamed.
47385
e3a851a2
UD
473862011-12-21 Ulrich Drepper <drepper@gmail.com>
47387
4920765e
UD
47388 [BZ #13538]
47389 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47390 EPOLLET with unsigned values.
47391 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47392 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47393
e3a851a2
UD
47394 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47395 to large cancellation.
47396 * math/s_cacoshf.c: Likewise.
47397 * math/s_cacoshl.c: Likewise.
47398
b27e24b8
RK
473992011-11-18 Richard B. Kreckel <kreckel@ginac.de>
47400
47401 [BZ #13305]
aebefeee 47402 [BZ #12786]
b27e24b8
RK
47403 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47404 * math/s_cacoshf.c: Likewise.
47405 * math/s_cacoshl.c: Likewise.
47406
ee190f67
UD
474072011-12-21 Ulrich Drepper <drepper@gmail.com>
47408
47409 [BZ #13439]
47410 * iconv/gconv.h: Define __GCONV_SWAP.
47411 * iconvdata/unicode.c: The swap bit must be stored in __flags.
47412 * iconvdata/utf-16.c: Likewise.
47413 * iconvdata/utf-32.c: Likewise.
47414
707f25df
AS
474152011-12-21 Andreas Schwab <schwab@linux-m68k.org>
47416
47417 [BZ #13524]
47418 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47419 numerator after shifting it by one limb.
47420
d2daaa1e
RÁE
474212011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
47422
47423 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47424 under [__USE_EXTERN_INLINES].
47425
a4647e72
UD
474262011-12-17 Ulrich Drepper <drepper@gmail.com>
47427
47428 [BZ #13446]
47429 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47430
f0b264f1
AZ
474312011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47432
47433 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47434 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47435 optimized code.
47436 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47437 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47438 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47439 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47440 for strncasecmp/strncasecmp_l compilation.
47441 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47442 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47443
8ef4f244
MP
474442011-12-08 Marek Polacek <mpolacek@redhat.com>
47445
47446 [BZ #13484]
47447 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47448 of __asm__.
47449
97ac2654
UD
474502011-12-17 Ulrich Drepper <drepper@gmail.com>
47451
47452 [BZ #13506]
47453 * time/tzfile.c (__tzfile_read): Check values from file header.
47454
91d2a845
WS
474552011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
47456
47457 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47458 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47459 * powerpc/powerpc32/dl-start.S: Likewise.
47460 * powerpc/powerpc32/elf/start.S: Likewise.
47461 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47462 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47463 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47464 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47465 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47466 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47467 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47468 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47469 * powerpc/powerpc32/fpu/s_round.S: Likewise.
47470 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47471 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47472 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47473 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47474 * powerpc/powerpc32/memset.S: Likewise.
47475 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47476 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47477 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47478 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47479 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47480 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47481 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47482 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47483 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47484 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47485 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47486 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47487 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47488
a1267ba1
AZ
474892011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47490
47491 * math/libm-test.inc: Added more nearbyint tests.
47492 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47493 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47494 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47495 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47496
ad8ac1bd
RL
474972011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
47498
47499 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47500 FD_CLOEXEC.
47501
1d3e4b61
UD
475022011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47503
47504 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47505 Add wcscpy-ssse3 wcscpy-c.
47506 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47507 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47508 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47509 * sysdeps/x86_64/wcschr.S: New file.
47510 * sysdeps/x86_64/wcsrchr.S: New file.
47511 * string/test-strcmp.c: Remove checking of wcscmp function for
47512 wrong alignments.
47513 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47514 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47515 wcsrchr-sse2 wcsrchr-c.
47516 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47517 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47518 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47519 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47520 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47521 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47522 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47523 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47524 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47525 * wcsmbc/wcschr.c (WCSCHR): New macro.
47526
5b330a2d
UD
475272011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47528
47529 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47530 * wcsmbs/test-wcsrchr.c: New file.
47531 * string/test-strrchr.c: Add wcsrchr support.
47532 (WIDE): New macro.
47533 * wcsmbs/test-wcscpy.c: New file.
47534 * string/test-strcpy.c: Add wcscpy support.
47535 (WIDE): New macro.
26428b7c 47536
f039c043
UD
475372011-12-10 Ulrich Drepper <drepper@gmail.com>
47538
47539 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47540 the inner loop.
47541
850fb039
AS
475422011-12-06 Andreas Schwab <schwab@linux-m68k.org>
47543
47544 [BZ #13472]
47545 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47546
4efbd5cb
UD
475472011-12-04 Ulrich Drepper <drepper@gmail.com>
47548
52ff5dd0 47549 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 47550 Minor optimizations.
52ff5dd0 47551
4efbd5cb
UD
47552 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47553 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47554 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47555
8a426e12
UD
475562011-12-03 Ulrich Drepper <drepper@gmail.com>
47557
aff2453d
UD
47558 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47559 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47560 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47561 for gcc to avoid warnings.
47562 * inet/Makefile (tests): Add tst-checks.
47563 * inet/tst-checks.c: New file.
47564
47565 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47566 warning.
47567
47568 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47569 __wmemcmp_sse2.
47570
47571 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47572 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47573
8a426e12
UD
47574 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47575
9bea3473
UD
475762011-12-02 Ulrich Drepper <drepper@gmail.com>
47577
3a965496
UD
47578 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47579 problem.
47580
9bea3473
UD
47581 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47582
f101631b
UD
475832011-11-29 Joseph Myers <joseph@codesourcery.com>
47584
47585 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47586 conditional on GCC version.
47587 (__arch_compare_and_exchange_val_8_acq)
47588 (__arch_compare_and_exchange_val_16_acq)
47589 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47590 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47591 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47592
a98275aa
UD
475932011-12-02 Joseph Myers <joseph@codesourcery.com>
47594
47595 * sysdeps/sh/backtrace.c: New file.
47596
d4cc29a2
AS
475972011-12-02 Andreas Schwab <schwab@redhat.com>
47598
47599 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
47600 parenthesis.
47601
6257af2d
AS
476022011-12-01 Andreas Schwab <schwab@redhat.com>
47603
47604 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47605 falling back to utime.
47606
b5f44c1a
AS
476072011-11-30 Andreas Schwab <schwab@redhat.com>
47608
47609 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47610 expectations for float.
47611
f3a6cc0a
AS
476122011-11-29 Andreas Schwab <schwab@redhat.com>
47613
47614 * locale/weight.h (findidx): Add parameter len.
47615 * locale/weightwc.h (findidx): Likewise.
47616 * posix/fnmatch_loop.c (FCT): Adjust caller.
47617 * posix/regcomp.c (build_equiv_class): Likewise.
47618 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47619 * posix/regexec.c (check_node_accept_bytes): Likewise.
47620 * string/strcoll_l.c (STRCOLL): Likewise.
47621 * string/strxfrm_l.c (STRXFRM): Likewise.
47622
9d65ea3a
UD
476232011-11-17 Ulrich Drepper <drepper@gmail.com>
47624
47625 * Makefile.in: Remove CVSOPT handling.
47626 * configure.in: Remove use of AC_REVISION.
47627 * iconvdata/Makefile (distribute): No need to filter out CVS.
47628 * scripts/list-sources.sh: Remove CVS, subversion and monotone
47629 handling.
47630
5583a086
AS
476312011-11-16 Andreas Schwab <schwab@redhat.com>
47632
47633 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47634 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47635 [USE_AS_STRNCASECMP_L]: Likewise.
47636 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47637 NO_TLS_DIRECT_SEG_REFS.
47638 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47639 Fix argument offsets for non-PIC.
47640 [USE_AS_STRNCASECMP_L]: Likewise.
47641 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47642 NO_TLS_DIRECT_SEG_REFS.
47643
d62a8200
UD
476442011-11-15 Ulrich Drepper <drepper@gmail.com>
47645
9d65ea3a 47646 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
47647 O_CLOEXEC.
47648 * locale/loadlocale.c (_nl_load_locale): Likewise.
47649
09f93bd3
AS
476502011-11-15 Andreas Schwab <schwab@redhat.com>
47651
446514f9
AS
47652 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47653 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47654 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47655 (SYSCALL_GETTIME): Set errno on error.
47656
09f93bd3
AS
47657 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47658 count references to noai6ai_cached.
47659
312be3f9
UD
476602011-11-15 Ulrich Drepper <drepper@gmail.com>
47661
47662 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47663
47664 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47665 FD_CLOEXEC for /proc/self/maps.
47666
47667 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47668 FD_CLOEXEC for /proc/meminfo.
47669
47670 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47671 gai.conf.
47672
47673 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
47674 FD_CLOEXEC for given file.
47675
47676 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47677
47678 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47679 FD_CLOEXEC for /etc/hosts.
47680 (_gethtent): Likewise.
47681
47682 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47683
47684 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47685 cancellation and set FD_CLOEXEC for /etc/netgroup.
47686
47687 * nss/nss_files/files-key.c (search): Don't allow cancellation when
47688 reading /etc/publickey.
47689
47690 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47691 allow cancellation when reading /etc/group.
47692
47693 * nss/nss_files/files-alias.c (internal_setent): Don't allow
47694 cancellation.
47695 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
47696
47697 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47698 when using data file.
47699
47700 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47701
47702 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47703 (write_nis_obj): Use "c" and "e" in fopen.
47704
47705 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47706
47707 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47708
47709 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47710
47711 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47712
47713 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47714 locale.alias.
47715
47716 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47717
47718 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47719
47720 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47721
47722 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47723 file parsing and set FD_CLOEXEC.
47724
82af0fa8
UD
477252011-11-14 Ulrich Drepper <drepper@gmail.com>
47726
47727 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47728
a5fb313c
AS
477292011-11-14 Andreas Schwab <schwab@redhat.com>
47730
47731 * malloc/arena.c (arena_get2): Don't call reused_arena when
47732 _int_new_arena failed.
47733
6abf3465
UD
477342011-11-14 Ulrich Drepper <drepper@gmail.com>
47735
47736 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47737 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47738 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47739 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47740 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47741 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47742 to compile strcasecmp and strncasecmp.
47743 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47744 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47745
47746 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47747
76e3966e
UD
477482011-11-13 Ulrich Drepper <drepper@gmail.com>
47749
47750 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47751 locale-defines.sym to gen-as-const-headers.
47752 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47753 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47754 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47755 to compile strcasecmp and strncasecmp.
47756 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47757 strcasecmp_l and strncasecmp_l.
47758 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47759 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47760 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47761 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47762 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47763 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47764 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47765 * sysdeps/i386/i686/multiarch/strncase.S: New file.
47766 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47767 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47768 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47769
ab26144e
UD
477702011-11-12 Ulrich Drepper <drepper@gmail.com>
47771
7edb22ef
UD
47772 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47773 result of SYSDEP_GETTIME_CPU to retval.
47774 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47775 parameter list to macro. Remove trailing semicolon. Adjust users.
47776
9694fc44
UD
47777 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47778 variable.
47779
8ad89ef8
UD
47780 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47781 mantissa words.
47782 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47783
0c822ef9
UD
47784 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47785 from unused variable.
47786
874e0564
UD
47787 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47788 DWARF definitions.
47789 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47790 for assembling.
47791
3a2edc79
UD
47792 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47793 over namespaces.
47794
f3c2577f
UD
47795 * sunrpc/rpc_prot.c (rejected): Fix case value.
47796
294ce126
UD
47797 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47798 unsigned long long int to avoid warnings in shift.
47799
5e2b63c6
UD
47800 * posix/regex_internal.c (re_string_reconstruct): Actually use result
47801 of use of trans.
47802 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47803 variable tmp.
47804
e7f4b08e
UD
47805 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47806 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47807 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47808
ab26144e
UD
47809 * nis/nis_table.c (nis_list): Use variable of correct type for
47810 result of __follow_path call.
47811
8a6d5255
AZ
478122011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47813
47814 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47815 of math functions ceil, trunc, floor, round, and sqrt, when
47816 avaliable on the platform.
47817 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47818 name clash.
47819 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47820 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47821 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47822
aaddc98c
MP
478232011-10-30 Marek Polacek <mpolacek@redhat.com>
47824
47825 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47826 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47827
95b7042b
RM
478282011-11-11 Roland McGrath <roland@hack.frob.com>
47829
47830 * include/unistd.h: Fix __readlink return type.
47831 Reported by Chris Metcalf <cmetcalf@tilera.com>.
47832
57769839
UD
478332011-11-11 Ulrich Drepper <drepper@gmail.com>
47834
47835 * stdlib/ucontext.h: Undo last change for makecontext.
47836
edc5984d
AS
478372011-11-11 Andreas Schwab <schwab@redhat.com>
47838
98591e58
AS
47839 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47840
edc5984d
AS
47841 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47842 * setjmp/setjmp.h: Mark functions as non-leaf.
47843 * setjmp/bits/setjmp2.h: Likewise.
47844 * stdlib/ucontext.h: Likewise.
47845
77cdc054
AS
478462011-11-10 Andreas Schwab <schwab@redhat.com>
47847
47848 * malloc/arena.c (_int_new_arena): Don't increment narenas.
47849 (reused_arena): Don't check arena limit.
47850 (arena_get2): Atomically check arena limit.
47851
fe72eebd
UD
478522011-11-08 Ulrich Drepper <drepper@gmail.com>
47853
5f078c32
UD
47854 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47855 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47856
fe72eebd
UD
47857 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47858 instructions.
47859
ae1bc2fa
AS
478602011-11-07 Andreas Schwab <schwab@redhat.com>
47861
7583a88d
AS
47862 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47863 handler when locking.
47864
ae1bc2fa
AS
47865 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47866 Fix size of allocated buffer.
47867
10fb0bfa
AS
478682011-11-04 Andreas Schwab <schwab@redhat.com>
47869
998832a4
AS
47870 [BZ #10103]
47871 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47872 declarations for long double functions.
47873 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47874
10fb0bfa
AS
47875 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47876
3d7ba52b
AS
478772011-11-03 Andreas Schwab <schwab@redhat.com>
47878
a9ae54a1
AS
47879 * nscd/nscd.c (main): Don't start AVC thread until credentials are
47880 installed.
47881
3d7ba52b
AS
47882 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47883 is disabled.
47884
bc8db248
ST
478852011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
47886
47887 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47888
45b96dd6
AS
478892011-11-01 Andreas Schwab <schwab@linux-m68k.org>
47890
647776f6
AS
47891 * include/alloca.h (stackinfo_alloca_round): Define.
47892 (extend_alloca): Use it.
47893 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47894 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47895 here.
47896
d91a8b93
AS
47897 * scripts/check-local-headers.sh: Ignore libaudit.h.
47898
45b96dd6
AS
47899 * nscd/Makefile (extra-objs): Make recursively expanded.
47900
432d41ce
UD
479012011-11-01 Ulrich Drepper <drepper@gmail.com>
47902
34372fc6
UD
47903 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47904 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47905
fadb59f8
UD
47906 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47907 * posix/tst-rfc3484-2.c: Likewise.
47908 * posix/tst-rfc3484-3.c: Likewise.
47909
78239589
UD
47910 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47911 process_vm_writev.
47912 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47913 process_vm_writev.
47914 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47915 process_vm_writev from libc using GLIBC_2.15 version.
47916
432d41ce
UD
47917 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47918
02f9c6cf
PP
479192011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
47920
47921 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47922 stack usage.
47923
3a2c0242
UD
479242011-10-31 Ulrich Drepper <drepper@gmail.com>
47925
f4ec4833
UD
47926 [BZ #13367]
47927 * nss/getent.c (initgroups_keys): Show error message in case no group
47928 names are given.
47929
3a2c0242
UD
47930 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47931 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47932 __bump_nl_timestamp.
47933 * nscd/connections (nscd_init): When host database is served open
47934 netlink socket and request notification about configuration changes.
47935 (main_loop_poll): Track netlink file descriptor and bump timestamp
47936 in case data becomes available.
47937 (main_loop_epoll): Likewise.
47938 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47939 (database_pers_head): Add extra_data fileds.
47940 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47941 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47942 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47943 Adjust caller.
47944 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47945 in6ai data, call __free_in6ai.
47946 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47947 Add -DHAVE_NETLINK.
47948 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
47949 interface information. Reuse previous data if netlink timestamp
47950 is not changed.
47951 (__bump_nl_timestamp): New function.
47952 (__free_in6ai): New function.
47953
636064eb
UD
479542011-10-30 Ulrich Drepper <drepper@gmail.com>
47955
47956 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47957 close_not_cancel_no_status here.
47958 (__check_pf): Reorganize code a bit to not call close twice if OOM.
47959
9beb2334
UD
479602011-10-29 Ulrich Drepper <drepper@gmail.com>
47961
6ef76f3b
UD
47962 [BZ #13276]
47963 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47964 return value.
47965
0ffc4f3e 47966 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
47967 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47968 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47969
cb95113e
UD
479702011-07-03 Andreas Jaeger <aj@suse.de>
47971
47972 [BZ #10709]
47973 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47974 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47975 * math/libm-test.inc (sin_test): Add test case.
47976
a1b560ff
UD
479772011-10-29 Ulrich Drepper <drepper@gmail.com>
47978
c9aaface
UD
47979 [BZ #13337]
47980 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47981 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47982
d272e7f1
UD
47983 * elf/chroot_canon.c (chroot_canon): Cleanups.
47984
1bc33071
UD
47985 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47986
1760874d
TJ
47987 [BZ #13335]
47988 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47989 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47990
51d91b18
UD
47991 * string/test-strchr.c: Make usable for strchrnul testing.
47992 * string/test-strchrnul.c: New file.
47993 * string/Makefile (strop-tests): Add strchrnul.
47994
a1b560ff 47995 * po/it.po: Update from translation team.
b611fb81 47996 * po/es.po: Likewise.
a1b560ff 47997
a5b81e1f
UD
479982011-10-28 Ulrich Drepper <drepper@gmail.com>
47999
fd52bc6d
UD
48000 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48001 the three constants needed as parameters. Drop the others.
48002 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48003 __m128i_strloadu_tolower.
52e4b9eb
UD
48004 Create and initialize variable zero and use it in all the places
48005 where _mm_setzero_si128 was used.
fd52bc6d 48006
a5b81e1f
UD
48007 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48008 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48009 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48010 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48011 anymore.
48012 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48013 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48014 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48015 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48016 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48017 __mpranred, __mptan.
48018 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48019 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48020 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48021 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48022 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48023 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48024 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48025 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48026 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48027
b4343346
AS
480282011-10-28 Andreas Schwab <schwab@redhat.com>
48029
0c92d8a8
AS
48030 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48031 redefine if SHARED.
48032 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48033
b4343346
AS
48034 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48035 wide char related routines to wcsmbs subdir.
48036
3871f58f
AS
480372011-10-27 Andreas Schwab <schwab@redhat.com>
48038
48039 [BZ #13344]
48040 * misc/sys/cdefs.h (__THROWNL): Define.
48041 * posix/unistd.h: Use __THREADNL instead of __THREAD
48042 for memory synchronization functions.
48043
94d44d9f
RM
480442011-10-26 Roland McGrath <roland@hack.frob.com>
48045
21b64b15 48046 [BZ #13349]
94d44d9f
RM
48047 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48048 doesn't exist.
48049 * manual/stdio.texi (Obstack Streams): Node removed.
48050
f6ce9294
AS
480512011-10-26 Andreas Schwab <schwab@redhat.com>
48052
80479147
AS
48053 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48054 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48055 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48056
f6ce9294
AS
48057 * math/math_private.h (math_force_eval): Allow non-addressable
48058 arguments.
48059 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48060
618280a1
UD
480612011-10-25 Ulrich Drepper <drepper@gmail.com>
48062
e0016b11
UD
48063 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48064 file is not needed.
48065
48066 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48067 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48068 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48069 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48070 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48071 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48072 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48073 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48074 Add AVX variants.
48075 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48076 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48077 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48078 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48079 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48080 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48081 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48082 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48083 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48084 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48085 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48086 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48087 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48088 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48089 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48090 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48091 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48092 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48093 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48094
48095 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48096 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
48097
618280a1
UD
48098 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48099 place. Use VEX encoding when compiling for AVX.
48100
37822576
AS
481012011-10-25 Andreas Schwab <schwab@redhat.com>
48102
1f1e1947
AS
48103 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48104 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48105
37822576
AS
48106 * string/test-strchr.c (do_test): Don't generate NUL bytes.
48107
31ea014d
UD
481082011-10-25 Ulrich Drepper <drepper@gmail.com>
48109
d7826aa1 48110 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 48111 useless if() expression.
d7826aa1
UD
48112 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48113 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48114 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48115 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48116 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48117 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48118 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48119 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48120 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48121 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48122 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48123 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48124 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48125 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48126 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48127 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48128 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48129 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48130 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48131
31ea014d
UD
48132 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48133
16437fec
AS
481342011-10-25 Andreas Schwab <schwab@redhat.com>
48135
48136 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48137 condition.
48138 * elf/dl-fini.c (_dl_sort_fini): Likewise.
48139
31d3cc00
UD
481402011-10-25 Ulrich Drepper <drepper@gmail.com>
48141
48142 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48143 .text section. Avoid duplicate constants.
48144 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48145 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48146 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48147 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48148 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48149 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48150 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48151 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48152 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48153 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48154 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48155 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48156 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48157 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48158 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48159 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48160 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48161 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48162 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48163 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48164 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48165 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48166 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48167 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48168 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48169 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48170 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48171 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48172 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48173 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48174 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48175 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48176 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48177 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48178 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48179 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48180 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48181 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48182 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48183 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48184 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48185 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48186 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48187 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48188 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48189
58985aa9
UD
481902011-10-24 Ulrich Drepper <drepper@gmail.com>
48191
202c9deb
UD
48192 * sysdeps/x86_64/dla.h: Move to ...
48193 * sysdeps/x86_64/fpu/dla.h: ...here.
48194 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48195 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 48196
af968f62
UD
48197 * config.make.in: Add have-mfma4 entry.
48198 * configure.in: Substitute libc_cv_cc_fma4.
48199 * math/Makefile (dbl-only-routines): Add sincostab.
48200 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48201 Use __sincostab not sincos.
48202 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48203 name is a macro.
48204 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48205 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48206 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48207 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
48208 using __copysign.
48209 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
48210 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
48211 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48212 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48213 and __inv.
48214 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48215 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48216 __copysign.
48217 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
48218 define aliases when function name is a macro.
48219 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48220 sysdeps/ieee754/dbl-64/sincos.tbl.
48221 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48222 fma4-enabled routines.
48223 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48224 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48225 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48226 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48227 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48228 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48229 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48230 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48231 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48232 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48233 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48234 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48235 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48236 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48237 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48238 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48239 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48240 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48241 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48242 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48243 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48244 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48245 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48246 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48247 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48248 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48249 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48250 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48251 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48252 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48253
58985aa9
UD
48254 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48255 rename.
48256 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48257 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48258 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48259 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48260 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48261 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48262 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48263 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48264
a201fbcf
AS
482652011-10-24 Andreas Schwab <schwab@redhat.com>
48266
48267 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48268
fc2ee42a
LD
482692011-10-23 Ulrich Drepper <drepper@gmail.com>
48270
bb3129bd
UD
48271 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48272
0275fff8
UD
48273 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48274 prediction.
48275 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48276
2fa2ae85
UD
48277 * string/strnlen.c: Don't define STRNLEN, reverse logic.
48278 Remove unused variable magic_bits.
48279 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48280
fc2ee42a
LD
48281 * string/strnlen.c: Define and use STRNLEN macro.
48282 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48283 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48284 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48285 * wcsmbs/wcslen.c: Define and use WCSLEN.
48286 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48287 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48288 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48289 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48290 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48291 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48292 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48293
ce7dd29f
LD
482942011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48295
48296 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48297 strnlen-sse2-no-bsf.
48298 Rename strlen-no-bsf to strlen-sse2-no-bsf.
48299 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48300 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48301 Add strnlen support.
48302 (USE_AS_STRNLEN): New macro.
48303 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48304 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48305 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48306 * sysdeps/x86_64/wcslen.S: New file.
48307
979c70a3
MZ
483082011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
48309
48310 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48311 XMM-moves are used for copying on small sizes.
48312
2d09f82f
LD
483132011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48314
48315 * wcsmbs/Makefile (strop-tests): Add wcschr.
48316 * wcsmbs/test-wcschr.c: New file.
48317 * string/test-strchr.c: Update.
48318 Add wcschr support.
48319 (WIDE): New macro.
48320
619fccca
LD
483212011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48322
2d09f82f 48323 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
48324 * wcsmbs/test-wcslen.c: New file.
48325 * string/test-strlen.c: Update.
48326 Add wcslen support.
48327 (WIDE): New macro.
48328
09f699ea
UD
483292011-10-23 Ulrich Drepper <drepper@gmail.com>
48330
48331 * po/it.po: Update from translation team.
48332
95584d3b
LD
483332011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48334
48335 * sysdeps/x86_64/wcscmp.S: Update.
48336 Fix wrong comparison semantics.
48337 wcscmp shall use signed comparison not unsigned.
48338 Don't use substraction to avoid overflow bug.
48339 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48340 * wcsmbc/wcscmp.c: Likewise.
48341 * string/test-strcmp.c: Likewise.
48342 Add new tests to check cases with negative values.
48343
c8b3296b
UD
483442011-10-23 Ulrich Drepper <drepper@gmail.com>
48345
48346 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48347 * sysdeps/x86_64/dla.h: ...here. New file.
48348 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48349 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48350 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48351 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48352 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48353 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48354 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48355 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48356 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48357
246ad57a
AS
483582011-10-23 Andreas Schwab <schwab@linux-m68k.org>
48359
48360 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48361 __ynl_finite aliases.
48362
a1a87169
UD
483632011-10-22 Ulrich Drepper <drepper@gmail.com>
48364
0d355eb7
UD
48365 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48366
a1a87169
UD
48367 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48368 define DLA_FMA.
48369 [DLA_FMA] (EMULV): Use DLA_FMA.
48370 [DLA_FMA] (MUL12): Use EMULV.
48371 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48372 that are not needed.
48373 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48374 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48375 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48376 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48377 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48378 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48379 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48380
ee2aafe0
AS
483812011-10-22 Andreas Schwab <schwab@linux-m68k.org>
48382
48383 * math/s_nan.c: Undef __nan.
48384 * math/s_nanf.c: Undef __nanf.
48385 * math/s_nanl.c: Undef __nanl.
48386 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48387 "math_private.h".
48388
bc62c2fb
UD
483892011-10-22 Ulrich Drepper <drepper@gmail.com>
48390
77425c63
UD
48391 * math/s_catan.c: Add branch predictions.
48392 * math/s_catanf.c: Likewise.
48393 * math/s_catanh.c: Likewise.
48394 * math/s_catanhf.c: Likewise.
48395 * math/s_catanhl.c: Likewise.
48396 * math/s_catanl.c: Likewise.
48397 * math/s_cexp.c: Likewise.
48398 * math/s_cexpf.c: Likewise.
48399 * math/s_cexpl.c: Likewise.
48400 * math/s_clog.c: Likewise.
48401 * math/s_clog10.c: Likewise.
48402 * math/s_clog10f.c: Likewise.
48403 * math/s_clog10l.c: Likewise.
48404 * math/s_clogf.c: Likewise.
48405 * math/s_clogl.c: Likewise.
48406 * math/s_csqrt.c: Likewise.
48407 * math/s_csqrtf.c: Likewise.
48408 * math/s_csqrtl.c: Likewise.
48409 * math/s_ctanf.c: Likewise.
48410 * math/s_ctanh.c: Likewise.
48411 * math/s_ctanhf.c: Likewise.
48412 * math/s_ctanhl.c: Likewise.
48413 * math/s_ctanl.c: Likewise.
48414
bc62c2fb
UD
48415 * math/math_private.h: Define __nan, __nanf, __nanl.
48416 * math/s_cacosh.c: Include <math_private.h>.
48417 * math/s_cacoshl.c: Likewise.
48418 * math/s_casinh.c: Likewise.
48419 * math/s_casinhf.c: Likewise.
48420 * math/s_casinhl.c: Likewise.
48421 * math/s_ccos.c: Rely entire on ccosh.
48422 * math/s_ccosf.c: Rely entire on ccoshf.
48423 * math/s_ccosl.c: Rely entirely on ccoshl.
48424 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
48425 Remove tests for FE_INVALID.
48426 * math/s_ccoshf.c: Likewise.
48427 * math/s_ccoshl.c: Likewise.
48428 * math/s_csin.c: Likewise.
48429 * math/s_csinf.c: Likewise.
48430 * math/s_csinh.c Likewise.
48431 * math/s_csinhf.c: Likewise.
48432 * math/s_csinhl.c: Likewise.
48433 * math/s_csinl.c: Likewise.
48434 * math/s_ctan.c: Likewise.
48435 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48436 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48437 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48438
8ec250a4
UD
484392011-10-21 Ulrich Drepper <drepper@gmail.com>
48440
c196fed8
UD
48441 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48442 compilation problems.
48443
8ec250a4
UD
48444 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48445 __builtin_expect.
48446
8d4f46c6
UD
484472011-10-20 Ulrich Drepper <drepper@gmail.com>
48448
ed72b654
UD
48449 * sysdeps/i386/configure.in: Test for -mfma4 option.
48450 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48451 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48452 COMMON_CPUID_INDEX_80000001.
48453 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48454 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48455 use it if FMA3 is not supported.
48456 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48457
8d4f46c6
UD
48458 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48459 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48460
d45c60c2
AS
484612011-10-20 Andreas Schwab <schwab@redhat.com>
48462
48463 [BZ #12892]
48464 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48465 it would create a cycle with a link time dependency.
48466
d9a4d2ab
UD
484672011-10-19 Ulrich Drepper <drepper@gmail.com>
48468
855d1560
UD
48469 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48470 instruction.
48471 * string/Makefile (strop-tests): Add rawmemchr.
48472 * string/test-rawmemchr.c: New file.
48473
d9a4d2ab
UD
48474 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48475 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
48476 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
48477 when compiling str{,n}casecmp and when AVX is available. Hook up
48478 new optimized code in initializers.
48479
8f3b1ffe
AS
484802011-10-19 Andreas Schwab <schwab@redhat.com>
48481
48482 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48483 __feraiseexcept instead of feraiseexcept.
48484
d38f1dba
UD
484852011-10-18 Ulrich Drepper <drepper@gmail.com>
48486
d9a8d0ab
UD
48487 * math/math_private.h: Define defaults for libc_fetestexcept and
48488 libc_feupdateenv.
48489 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48490 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48491 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48492 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48493 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48494 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48495 libc_fetestexcept and libc_feupdateenv.
48496
4855e3dd
UD
48497 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48498 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48499 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48500 * sysdeps/x86_64/fpu/math_private.h: Define special version of
48501 libc_feholdexcept_setround.
48502
581d30e3
UD
48503 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48504 Add s_nearbyint-c and s_nearbyintf-c.
48505 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48506 nearbyintf inlines.
48507 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48508 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48509 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48510 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48511
d38f1dba
UD
48512 * math/math_private.h: Define defaults for libc_fegetround,
48513 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48514 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48515 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48516 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48517 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48518 standard functions.
48519 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48520 Remove comments and hacks for old compiler versions.
48521 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48522 libc_fegetround, libc_fesetround, libc_feholdexcept, and
48523 libc_feholdexceptl.
48524
caa6c9d8
AS
485252011-10-18 Andreas Schwab <schwab@redhat.com>
48526
48527 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
48528 (__feraiseexcept_renamed): Add __NTH.
48529 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
48530 namespace violations.
48531
97c066e6
UD
485322011-10-17 Ulrich Drepper <drepper@gmail.com>
48533
99ce7b04
UD
48534 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48535
1004d182
UD
48536 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48537
228a984d
UD
48538 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48539 recently added interfaces.
48540 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48541
c8553a6a
UD
48542 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48543 about macro parameter expansion.
48544
ed22dcf6
UD
48545 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48546 __NO_MATH_INLINES is defined. Cleanups.
48547
48548 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48549 and __floorf is target has SSE4.1.
48550 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48551 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48552 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48553 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48554
b171c137
UD
48555 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48556 name.
48557 (floorf): Likewise.
48558
97c066e6
UD
48559 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48560
629f62ef
AS
485612011-10-17 Andreas Schwab <schwab@redhat.com>
48562
49a43d80
AS
48563 * misc/sys/cdefs.h: Fix last change.
48564
629f62ef
AS
48565 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48566 database lookup.
48567
e453f6cd
UD
485682011-10-16 Ulrich Drepper <drepper@gmail.com>
48569
aa78043a
UD
48570 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48571
ad0f5cad
UD
48572 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48573 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48574 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48575 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48576 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48577 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48578 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48579 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48580 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48581 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48582 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48583 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48584 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48585 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48586 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48587 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48588 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48589 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48590 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48591 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48592 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48593 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48594
48595 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48596 ceil, ceilf, floor, floorf.
48597
48598 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48599 Perform IRELATIVE relocations last.
48600
e453f6cd
UD
48601 * elf/do-rel.h: Add another parameter nrelative, replacing the
48602 local variable with the same name. Change name of the function
48603 to end in Rel or Rela (uppercase).
48604 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48605 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
48606 elf_dynamic_do_##reloc function.
48607
fd5bdc09
UD
486082011-10-15 Ulrich Drepper <drepper@gmail.com>
48609
79b195b5
UD
48610 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48611 is sufficient, at least on modern CPUs.
48612
d4a28569
UD
48613 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48614
b61099b5
UD
48615 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48616 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48617
bcf01e6d
UD
48618 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48619 __expl_finite.
48620 * math/bits/math-finite.h: Add entries for exp.
48621 * math/e_expl.c: Add __*_finite alias.
48622 * sysdeps/i386/fpu/e_exp.S: Likewise.
48623 * sysdeps/i386/fpu/e_expf.S: Likewise.
48624 * sysdeps/i386/fpu/e_expl.c: Likewise.
48625 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48626 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48627 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48628 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48629 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48630 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48631 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48632
ba1a0d59
UD
48633 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48634 is sufficient, at least on modern CPUs.
48635
fd5bdc09
UD
48636 * ctype/ctype-info.c (__ctype_init): Define.
48637 * include/ctype.h (__ctype_init): Declare.
48638 (__ctype_b_loc): The variable is always initialized.
48639 (__ctype_toupper_loc): Likewise.
48640 (__ctype_tolower_loc): Likewise.
48641 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48642 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48643
7872cfb0
AS
486442011-10-15 Andreas Schwab <schwab@linux-m68k.org>
48645
b468825a
AS
48646 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48647
7872cfb0
AS
48648 * configure.in: Also look in $cxxmachine/include for C++ system
48649 headers.
48650
be13f7bf
LD
486512011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48652
48653 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48654 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48655 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48656 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
48657 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48658 (USE_AS_WMEMCMP): New macro.
48659 Fixing indents.
48660 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48661 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48662 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48663 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48664 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48665 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48666 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48667 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48668 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48669 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48670 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48671 (USE_AS_WMEMCMP): New macro.
48672 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48673 * sysdeps/string/test-memcmp.c: Update.
48674 Fix simple_wmemcmp.
48675 Add new tests.
48676 * wcsmbs/wmemcmp.c: Update.
48677 (WMEMCMP): New macro.
48678 Fix overflow bug.
48679
556a2007
AJ
486802011-10-12 Andreas Jaeger <aj@suse.de>
48681
48682 [BZ #13268]
48683 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48684
538faaa7
UD
486852011-10-15 Ulrich Drepper <drepper@gmail.com>
48686
ab6737ff
UD
48687 * libio/iofwide.c (do_length): Avoid warning.
48688
538faaa7
UD
48689 * ctype/ctype.h (__isctype_f): Add missing __THROW.
48690
396a21b1
UD
486912011-10-14 Ulrich Drepper <drepper@gmail.com>
48692
cdf2901f
UD
48693 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48694
38ad40ce
UD
48695 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48696 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48697 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48698 * sysdeps/i386/i686/fpu/e_log.S: New file.
48699 * sysdeps/i386/i686/fpu/e_logf.S: New file.
48700 * sysdeps/i386/i686/fpu/e_logl.S: New file.
48701
396a21b1
UD
48702 * ctype/ctype.h: Add support for inlined isXXX functions when
48703 compiling C++ code.
48704
6b1f68c9
AS
487052011-10-14 Andreas Schwab <schwab@redhat.com>
48706
349290c0
AS
48707 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48708
6b1f68c9
AS
48709 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48710
f2282d42
RM
487112011-10-13 Roland McGrath <roland@hack.frob.com>
48712
48713 [BZ #13291]
48714 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48715
5298ffa8
AS
487162011-10-13 Andreas Schwab <schwab@redhat.com>
48717
714fad23
AS
48718 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48719 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48720 feraiseexcept.
48721
81dcc7fb
AS
48722 * sysdeps/x86_64/memrchr.S: Check for zero size.
48723
5298ffa8
AS
48724 * string/stratcliff.c: Add memrchr tests.
48725
951fbcec
LD
487262011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
48727
48728 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48729 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48730 rawmemchr-sse2 rawmemchr-sse2-bsf.
48731 * sysdeps/i386/i686/multiarch/memchr.S: New file.
48732 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48733 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48734 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48735 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48736 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48737 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48738 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48739 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48740 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48741 * string/memrchr.c (MEMRCHR): New macro.
48742
0ac5ae23
UD
487432011-10-12 Ulrich Drepper <drepper@gmail.com>
48744
48745 Add integration with gcc's -ffinite-math-only and optimize wrapper
48746 functions in libm.
48747 * Versions.def: Define GLIBC_2.15 version for libm.
48748 * math/Makefile (headers): Add bits/math-finite.h.
48749 * math/bits/math-finite.h: New file.
48750 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48751 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48752 * math/e_acoshl.c: Add __*_finite alias.
48753 * math/e_acosl.c: Likewise.
48754 * math/e_asinl.c: Likewise.
48755 * math/e_atan2l.c: Likewise.
48756 * math/e_atanhl.c: Likewise.
48757 * math/e_coshl.c: Likewise.
48758 * math/e_exp10.c: Likewise.
48759 * math/e_exp10f.c: Likewise.
48760 * math/e_exp10l.c: Likewise.
48761 * math/e_exp2l.c: Likewise.
48762 * math/e_fmodl.c: Likewise.
48763 * math/e_gammal_r.c: Likewise.
48764 * math/e_hypotl.c: Likewise.
48765 * math/e_j0l.c: Likewise.
48766 * math/e_j1l.c: Likewise.
48767 * math/e_jnl.c: Likewise.
48768 * math/e_lgammal_r.c: Likewise.
48769 * math/e_log10l.c: Likewise.
48770 * math/e_log2l.c: Likewise.
48771 * math/e_logl.c: Likewise.
48772 * math/e_powl.c: Likewise.
48773 * math/e_sinhl.c: Likewise.
48774 * math/e_sqrtl.c: Likewise.
48775 * math/e_scalb.c: Completely rewritten and optimized.
48776 * math/e_scalbf.c: Likewise.
48777 * math/e_scalbl.c: Likewise.
48778 * math/w_acos.c: Likewise.
48779 * math/w_acosf.c: Likewise.
48780 * math/w_acosl.c: Likewise.
48781 * math/w_acosh.c: Likewise.
48782 * math/w_acoshf.c: Likewise.
48783 * math/w_acoshl.c: Likewise.
48784 * math/w_asin.c: Likewise.
48785 * math/w_asinf.c: Likewise.
48786 * math/w_asinl.c: Likewise.
48787 * math/w_atan2.c: Likewise.
48788 * math/w_atan2f.c: Likewise.
48789 * math/w_atan2l.c: Likewise.
48790 * math/w_atanh.c: Likewise.
48791 * math/w_atanhf.c: Likewise.
48792 * math/w_atanhl.c: Likewise.
48793 * math/w_exp10.c: Likewise.
48794 * math/w_exp10f.c: Likewise.
48795 * math/w_exp10l.c: Likewise.
48796 * math/w_fmod.c: Likewise.
48797 * math/w_fmodf.c: Likewise.
48798 * math/w_fmodl.c: Likewise.
48799 * math/w_j0.c: Likewise.
48800 * math/w_j0f.c: Likewise.
48801 * math/w_j0l.c: Likewise.
48802 * math/w_j1.c: Likewise.
48803 * math/w_j1f.c: Likewise.
48804 * math/w_j1l.c: Likewise.
48805 * math/w_jn.c: Likewise.
48806 * math/w_jnf.c: Likewise.
48807 * math/w_log.c: Likewise.
48808 * math/w_logf.c: Likewise.
48809 * math/w_logl.c: Likewise.
48810 * math/w_log10.c: Likewise.
48811 * math/w_log10f.c: Likewise.
48812 * math/w_log10l.c: Likewise.
48813 * math/w_log2.c: Likewise.
48814 * math/w_log2f.c: Likewise.
48815 * math/w_log2l.c: Likewise.
48816 * math/w_pow.c: Likewise.
48817 * math/w_powf.c: Likewise.
48818 * math/w_powl.c: Likewise.
48819 * math/w_remainder.c: Likewise.
48820 * math/w_remainderf.c: Likewise.
48821 * math/w_remainderl.c: Likewise.
48822 * math/w_scalb.c: Likewise.
48823 * math/w_scalbf.c: Likewise.
48824 * math/w_scalbl.c: Likewise.
48825 * math/w_sqrt.c: Likewise.
48826 * math/w_sqrtf.c: Likewise.
48827 * math/w_sqrtl.c: Likewise.
48828 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48829 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
48830 used.
48831 * math/math_private.h: Declare __kernel_standard_f.
48832 * math/w_cosh.c: Remove cruft and optimize a bit.
48833 * math/w_coshf.c: Likewise.
48834 * math/w_coshl.c: Likewise.
48835 * math/w_exp2.c: Likewise.
48836 * math/w_exp2f.c: Likewise.
48837 * math/w_exp2l.c: Likewise.
48838 * math/w_hypot.c: Likewise.
48839 * math/w_hypotf.c: Likewise.
48840 * math/w_hypotl.c: Likewise.
48841 * math/w_lgamma.c: Likewise.
48842 * math/w_lgamma_r.c: Likewise.
48843 * math/w_lgammaf.c: Likewise.
48844 * math/w_lgammaf_r.c: Likewise.
48845 * math/w_lgammal.c: Likewise.
48846 * math/w_lgammal_r.c: Likewise.
48847 * math/w_sinh.c: Likewise.
48848 * math/w_sinhf.c: Likewise.
48849 * math/w_sinhl.c: Likewise.
48850 * math/w_tgamma.c: Likewise.
48851 * math/w_tgammaf.c: Likewise.
48852 * math/w_tgammal.c: Likewise.
48853 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48854 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48855 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48856 Minor optimizations. Pretty printing. Remove cruft.
48857 * sysdeps/i386/fpu/e_acosf.S: Likewise.
48858 * sysdeps/i386/fpu/e_acosh.S: Likewise.
48859 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48860 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48861 * sysdeps/i386/fpu/e_acosl.c: Likewise.
48862 * sysdeps/i386/fpu/e_asin.S: Likewise.
48863 * sysdeps/i386/fpu/e_asinf.S: Likewise.
48864 * sysdeps/i386/fpu/e_atan2.S: Likewise.
48865 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48866 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48867 * sysdeps/i386/fpu/e_atanh.S: Likewise.
48868 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48869 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48870 * sysdeps/i386/fpu/e_exp10.S: Likewise.
48871 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48872 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48873 * sysdeps/i386/fpu/e_exp2.S: Likewise.
48874 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48875 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48876 * sysdeps/i386/fpu/e_fmod.S: Likewise.
48877 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48878 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48879 * sysdeps/i386/fpu/e_hypot.S: Likewise.
48880 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48881 * sysdeps/i386/fpu/e_log.S: Likewise.
48882 * sysdeps/i386/fpu/e_log10.S: Likewise.
48883 * sysdeps/i386/fpu/e_log10f.S: Likewise.
48884 * sysdeps/i386/fpu/e_log10l.S: Likewise.
48885 * sysdeps/i386/fpu/e_log2.S: Likewise.
48886 * sysdeps/i386/fpu/e_log2f.S: Likewise.
48887 * sysdeps/i386/fpu/e_log2l.S: Likewise.
48888 * sysdeps/i386/fpu/e_logf.S: Likewise.
48889 * sysdeps/i386/fpu/e_logl.S: Likewise.
48890 * sysdeps/i386/fpu/e_pow.S: Likewise.
48891 * sysdeps/i386/fpu/e_powf.S: Likewise.
48892 * sysdeps/i386/fpu/e_powl.S: Likewise.
48893 * sysdeps/i386/fpu/e_remainder.S: Likewise.
48894 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48895 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48896 * sysdeps/i386/fpu/e_scalb.S: Likewise.
48897 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48898 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48899 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48900 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48901 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48902 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48903 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48904 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48905 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48906 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48907 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48908 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48909 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48910 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48911 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48912 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48913 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48914 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48915 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48916 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48917 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48918 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48919 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48920 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48921 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48922 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48923 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48924 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48925 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48926 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48927 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48928 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48929 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48930 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48931 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48932 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48933 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48934 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48935 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48936 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48937 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48938 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48939 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48940 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48941 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48942 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48943 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48944 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48945 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48946 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48947 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48948 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48949 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48950 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48951 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48952 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48953 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48954 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48955 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48956 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48957 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48958 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48959 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48960 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48961 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48962 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48963 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48964 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48965 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48966 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48967 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48968 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48969 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48970 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48971 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48972 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48973 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48974 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48975 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48976 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48977 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48978 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48979 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48980 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48981 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48982 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48983 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48984 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48985 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48986 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48987 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48988 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48989 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48990 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48991 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48992 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48993 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48994 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48995 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48996 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48997 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48998 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48999 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49000 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49001 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49002 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49003 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49004 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49005 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49006 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49007 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49008 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49009 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49010 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49011 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49012 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
49013 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49014 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49015 (__isnanf): Likewise.
49016 (__isinf_ns): Likewise.
49017 (__isinf_nsf): Likewise.
49018 (__finite): Likewise.
49019 (__finitef): Likewise.
49020 (__ieee754_sqrt): Define as macro.
49021 (__ieee754_sqrtf): Define as macro.
49022 (__ieee754_sqrtl): Define as macro.
49023 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49024 inlined copy.
49025 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49026 __FINITE_MATH_ONLY__ consistent.
49027 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49028
12cc2fcd
AS
490292011-10-10 Andreas Schwab <schwab@linux-m68k.org>
49030
a843a204
AS
49031 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49032 of rawmemchr.
49033
12cc2fcd
AS
49034 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49035
c853acd5
UD
490362011-10-09 Ulrich Drepper <drepper@gmail.com>
49037
49038 * po/ja.po: Update from translation team.
49039
c658d255
RM
490402011-10-08 Roland McGrath <roland@hack.frob.com>
49041
110946e4
RM
49042 * locale/programs/locarchive.c (prepare_address_space): New function.
49043 (create_archive, enlarge_archive, open_archive): Use it.
49044
50604220
RM
49045 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49046 inside [SHARED], where it is used.
49047
c658d255
RM
49048 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49049
49050 * nss/getent.c (netgroup_keys): Remove unused variable.
49051 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49052
6a621eb7
UD
490532011-10-08 Ulrich Drepper <drepper@gmail.com>
49054
7edb55ce
UD
49055 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49056 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49057 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49058 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49059 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49060 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49061 * math/Makefile (libm-calls): Add s_isinf_ns.
49062 * math/divtc3.c: Use __isinf_nsl instead of isinf.
49063 * math/multc3.c: Likewise.
49064 * math/s_casin.c: Likewise.
49065 * math/s_casinf.c: Likewise.
49066 * math/s_casinl.c: Likewise.
49067 * math/s_ccos.c: Likewise.
49068 * math/s_ccosf.c: Likewise.
49069 * math/s_ccosl.c: Likewise.
49070 * math/s_ctan.c: Likewise.
49071 * math/s_ctanf.c: Likewise.
49072 * math/s_ctanh.c: Likewise.
49073 * math/s_ctanhf.c: Likewise.
49074 * math/s_ctanhl.c: Likewise.
49075 * math/s_ctanl.c: Likewise.
49076 * math/w_fmod.c: Likewise.
49077 * math/w_fmodf.c: Likewise.
49078 * math/w_fmodl.c: Likewise.
49079 * math/w_remainder.c: Likewise.
49080 * math/w_remainderf.c: Likewise.
49081 * math/w_remainderl.c: Likewise.
49082 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49083 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49084 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49085 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49086 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49087 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49088 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49089 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49090
187da0ae
UD
49091 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49092 of the number.
49093 * stdio-common/printf_fphex.c: Likewise.
49094 * stdio-common/printf_size.c: Likewise.
49095
9277c064
UD
49096 * math/e_exp10.c: Include math_private.h using <...> not "...".
49097 * math/e_exp10f.c: Likewise.
49098 * math/e_exp10l.c: Likewise.
49099 * math/e_exp2l.c: Likewise.
49100 * math/e_j0l.c: Likewise.
49101 * math/e_j1l.c: Likewise.
49102 * math/e_jnl.c: Likewise.
49103 * math/e_lgammal_r.c: Likewise.
49104 * math/e_rem_pio2l.c: Likewise.
49105 * math/e_scalb.c: Likewise.
49106 * math/e_scalbf.c: Likewise.
49107 * math/e_scalbl.c: Likewise.
49108 * math/k_cosl.c: Likewise.
49109 * math/k_sinl.c: Likewise.
49110 * math/k_tanl.c: Likewise.
49111 * math/s_cacoshf.c: Likewise.
49112 * math/s_catan.c: Likewise.
49113 * math/s_catanf.c: Likewise.
49114 * math/s_catanh.c: Likewise.
49115 * math/s_catanhf.c: Likewise.
49116 * math/s_catanhl.c: Likewise.
49117 * math/s_catanl.c: Likewise.
49118 * math/s_ccosh.c: Likewise.
49119 * math/s_ccoshf.c: Likewise.
49120 * math/s_ccoshl.c: Likewise.
49121 * math/s_cexp.c: Likewise.
49122 * math/s_cexpf.c: Likewise.
49123 * math/s_cexpl.c: Likewise.
49124 * math/s_clog.c: Likewise.
49125 * math/s_clog10.c: Likewise.
49126 * math/s_clog10f.c: Likewise.
49127 * math/s_clog10l.c: Likewise.
49128 * math/s_clogf.c: Likewise.
49129 * math/s_clogl.c: Likewise.
49130 * math/s_csin.c: Likewise.
49131 * math/s_csinf.c: Likewise.
49132 * math/s_csinh.c: Likewise.
49133 * math/s_csinhf.c: Likewise.
49134 * math/s_csinhl.c: Likewise.
49135 * math/s_csinl.c: Likewise.
49136 * math/s_csqrt.c: Likewise.
49137 * math/s_csqrtf.c: Likewise.
49138 * math/s_csqrtl.c: Likewise.
49139 * math/s_ctan.c: Likewise.
49140 * math/s_ctanf.c: Likewise.
49141 * math/s_ctanh.c: Likewise.
49142 * math/s_ctanhf.c: Likewise.
49143 * math/s_ctanhl.c: Likewise.
49144 * math/s_ctanl.c: Likewise.
49145 * math/s_ldexp.c: Likewise.
49146 * math/s_ldexpf.c: Likewise.
49147 * math/s_ldexpl.c: Likewise.
49148 * math/s_significand.c: Likewise.
49149 * math/s_significandf.c: Likewise.
49150 * math/s_significandl.c: Likewise.
49151 * math/w_acos.c: Likewise.
49152 * math/w_acosf.c: Likewise.
49153 * math/w_acosh.c: Likewise.
49154 * math/w_acoshf.c: Likewise.
49155 * math/w_acoshl.c: Likewise.
49156 * math/w_acosl.c: Likewise.
49157 * math/w_asin.c: Likewise.
49158 * math/w_asinf.c: Likewise.
49159 * math/w_asinl.c: Likewise.
49160 * math/w_atan2.c: Likewise.
49161 * math/w_atan2f.c: Likewise.
49162 * math/w_atan2l.c: Likewise.
49163 * math/w_atanh.c: Likewise.
49164 * math/w_atanhf.c: Likewise.
49165 * math/w_atanhl.c: Likewise.
49166 * math/w_cosh.c: Likewise.
49167 * math/w_coshf.c: Likewise.
49168 * math/w_coshl.c: Likewise.
49169 * math/w_dremf.c: Likewise.
49170 * math/w_exp10.c: Likewise.
49171 * math/w_exp10f.c: Likewise.
49172 * math/w_exp10l.c: Likewise.
49173 * math/w_exp2.c: Likewise.
49174 * math/w_exp2f.c: Likewise.
49175 * math/w_fmod.c: Likewise.
49176 * math/w_fmodf.c: Likewise.
49177 * math/w_fmodl.c: Likewise.
49178 * math/w_hypot.c: Likewise.
49179 * math/w_hypotf.c: Likewise.
49180 * math/w_hypotl.c: Likewise.
49181 * math/w_j0.c: Likewise.
49182 * math/w_j0f.c: Likewise.
49183 * math/w_j0l.c: Likewise.
49184 * math/w_j1.c: Likewise.
49185 * math/w_j1f.c: Likewise.
49186 * math/w_j1l.c: Likewise.
49187 * math/w_jn.c: Likewise.
49188 * math/w_jnf.c: Likewise.
49189 * math/w_jnl.c: Likewise.
49190 * math/w_lgamma.c: Likewise.
49191 * math/w_lgamma_r.c: Likewise.
49192 * math/w_lgammaf.c: Likewise.
49193 * math/w_lgammaf_r.c: Likewise.
49194 * math/w_lgammal.c: Likewise.
49195 * math/w_lgammal_r.c: Likewise.
49196 * math/w_log.c: Likewise.
49197 * math/w_log10.c: Likewise.
49198 * math/w_log10f.c: Likewise.
49199 * math/w_log10l.c: Likewise.
49200 * math/w_log2.c: Likewise.
49201 * math/w_log2f.c: Likewise.
49202 * math/w_log2l.c: Likewise.
49203 * math/w_logf.c: Likewise.
49204 * math/w_logl.c: Likewise.
49205 * math/w_pow.c: Likewise.
49206 * math/w_powf.c: Likewise.
49207 * math/w_powl.c: Likewise.
49208 * math/w_remainder.c: Likewise.
49209 * math/w_remainderf.c: Likewise.
49210 * math/w_remainderl.c: Likewise.
49211 * math/w_scalb.c: Likewise.
49212 * math/w_scalbf.c: Likewise.
49213 * math/w_scalbl.c: Likewise.
49214 * math/w_sinh.c: Likewise.
49215 * math/w_sinhf.c: Likewise.
49216 * math/w_sinhl.c: Likewise.
49217 * math/w_sqrt.c: Likewise.
49218 * math/w_sqrtf.c: Likewise.
49219 * math/w_sqrtl.c: Likewise.
49220 * math/w_tgamma.c: Likewise.
49221 * math/w_tgammaf.c: Likewise.
49222 * math/w_tgammal.c: Likewise.
49223
6a621eb7
UD
49224 * po/ja.po: Update from translation team.
49225
bf582445
AJ
492262011-09-29 Andreas Jaeger <aj@suse.de>
49227
f9efbf3a
AJ
49228 [BZ #13179]
49229 * sunrpc/netname.c (netname2host): Fix logic.
49230
bf582445
AJ
49231 [BZ #6779]
49232 [BZ #6783]
49233 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49234 correctly.
49235 * math/w_remainder.c (__remainder): Likewise.
49236 * math/w_remainderf.c (__remainderf): Likewise.
49237 * math/libm-test.inc (remainder_test): Add test cases.
49238
48693bea
AK
492392011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49240
49241 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
49242 sdiv_qrnnd.
49243
42622229
LD
492442011-10-07 Ulrich Drepper <drepper@gmail.com>
49245
49246 * string/test-memcmp.c: Avoid unncessary #defines.
49247 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49248
093ecf92
LD
492492011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49250
49251 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49252 Use new sse2 version for core i3 - i7 as it's faster
49253 than sse42 version.
49254 (bit_Prefer_PMINUB_for_stringop): New.
49255 * sysdeps/x86_64/rawmemchr.S: Update.
49256 Replace with faster SSE2 version.
49257 * sysdeps/x86_64/memrchr.S: New file.
49258 * sysdeps/x86_64/memchr.S: Update.
49259 Replace with faster SSE2 version.
49260
fde56e5c
MP
492612011-09-12 Marek Polacek <mpolacek@redhat.com>
49262
49263 * elf/dl-load.c (lose): Add cast to avoid warning.
49264
21fd49a9
UD
492652011-10-07 Ulrich Drepper <drepper@gmail.com>
49266
5a06e643
UD
49267 * po/ca.po: Update from translation team.
49268
684ae515
UD
49269 * inet/getnetgrent_r.c: Hook up nscd.
49270 * nscd/Makefile (routines): Add nscd_netgroup.
49271 (nscd-modules): Add netgroupcache.
49272 (CFLAGS-netgroupcache.c): Define.
49273 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49274 (cache_search): Add const to second parameter.
49275 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49276 INNETGR.
49277 (dbs): Add netgrdb entry.
49278 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49279 (verify_persistent_db): Handle netgrdb.
49280 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49281 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49282 GETFDNETGR.
49283 (netgroup_response_header): Define.
49284 (innetgroup_response_header): Define.
49285 (datahead): Add netgroup_response_header and innetgroup_response_header
49286 elements.
49287 * nscd/nscd.conf: Add entries for netgroup cache.
49288 * nscd/nscd.h (dbtype): Add netgrdb.
49289 (_PATH_NSCD_NETGROUP_DB): Define.
49290 (netgroup_iov_disabled): Declare.
49291 (xmalloc, xcalloc, xrealloc): Move declarations here.
49292 (cache_search): Adjust prototype.
49293 Add netgroup-related prototypes.
49294 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49295 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49296 (__nscd_innetgr): Declare.
49297 * nscd/selinux.c (perms): Use access_vector_t as element type and
49298 add netgroup-related initializers.
49299 * nscd/netgroupcache.c: New file.
49300 * nscd/nscd_netgroup.c: New file.
49301 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49302 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49303 For four parameters use innetgr.
49304 * nss/nss_files/files-init.c: Add definition and callback for netgr.
49305 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49306 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49307 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49308
21fd49a9
UD
49309 * nscd/connections.c (register_traced_file): Don't register file
49310 for disabled databases.
49311
054c0457
UD
493122011-10-06 Ulrich Drepper <drepper@gmail.com>
49313
32b63198
UD
49314 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49315
054c0457
UD
49316 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49317 from tree and freeing node.
49318
64031225
JO
493192011-09-25 Jiri Olsa <jolsa@redhat.com>
49320
49321 * nss/nsswitch.c (__nss_database_lookup): Handle
49322 nss_parse_service_list out of memory case.
49323
0490345c
JO
493242011-09-15 Jiri Olsa <jolsa@redhat.com>
49325
49326 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49327 out of memory case.
49328
3a62d00d
AS
493292011-10-04 Andreas Schwab <schwab@redhat.com>
49330
49331 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49332 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49333 pass it down.
49334 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49335 elf_machine_rela, elf_machine_lazy_rel.
49336 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49337 (ELF_DYNAMIC_DO_REL): Likewise.
49338 (ELF_DYNAMIC_DO_RELA): Likewise.
49339 (ELF_DYNAMIC_RELOCATE): Likewise.
49340 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49341 to ELF_DYNAMIC_DO_REL.
49342 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49343 (dl_main): In trace mode always set __RTLD_NOIFUNC.
49344 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49345 elf_machine_rela.
49346 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49347 skip_ifunc, don't call ifunc function if non-zero.
49348 (elf_machine_rela): Likewise.
49349 (elf_machine_lazy_rel): Likewise.
49350 (elf_machine_lazy_rela): Likewise.
49351 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49352 (elf_machine_lazy_rel): Likewise.
49353 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49354 Likewise.
49355 (elf_machine_lazy_rel): Likewise.
49356 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49357 Likewise.
49358 (elf_machine_lazy_rel): Likewise.
49359 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49360 (elf_machine_lazy_rel): Likewise.
49361 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49362 (elf_machine_lazy_rel): Likewise.
49363 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49364 (elf_machine_lazy_rel): Likewise.
49365 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49366 (elf_machine_lazy_rel): Likewise.
49367 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49368 (elf_machine_lazy_rel): Likewise.
49369 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49370 (elf_machine_lazy_rel): Likewise.
49371
68577918
UD
493722011-09-28 Ulrich Drepper <drepper@gmail.com>
49373
49374 * nss/nss_files/files-init.c (_nss_files_init): Use static
49375 initialization for all the *_traced_file variables.
49376
68822d74
AS
493772011-09-28 Andreas Schwab <schwab@redhat.com>
49378
49379 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49380
2056100b
RM
493812011-09-27 Roland McGrath <roland@hack.frob.com>
49382
49383 [BZ #13226]
49384 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49385
32c76b63
AS
493862011-09-27 Andreas Schwab <schwab@redhat.com>
49387
49388 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49389 Reread the line before reparsing it.
49390
bf972c9d
AS
493912011-09-26 Andreas Schwab <schwab@redhat.com>
49392
49393 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49394
e057a1b5
JM
493952011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
49396 Maxim Kuvyrkov <maxim@codesourcery.com>
49397 Joseph Myers <joseph@codesourcery.com>
49398
49399 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49400 if needed for __stack_chk_guard.
49401
bc7e1c36
RM
494022011-09-19 Roland McGrath <roland@hack.frob.com>
49403
ecb1482f
RM
49404 * sysdeps/posix/spawni.c (script_execute): Always define it.
49405 It will be optimized away if unused.
49406 (maybe_script_execute): New function.
49407 (__spawni): Call it.
49408
bc7e1c36
RM
49409 * Makerules: Don't include tls.make.
49410 (config-tls): Always set to thread.
49411 * tls.make.c: File removed.
49412
1c3b002b
MF
494132011-09-19 Mike Frysinger <vapier@gentoo.org>
49414
49415 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49416 * config.make.in (CPPFLAGS-config): New substituted variable.
49417
2840865d
UD
494182011-09-15 Ulrich Drepper <drepper@gmail.com>
49419
88738eb6
UD
49420 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49421
cbf645a6 49422 [BZ #13192]
2840865d
UD
49423 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49424 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49425
b402e91a
RM
494262011-09-15 Roland McGrath <roland@hack.frob.com>
49427
49428 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49429 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49430 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49431 (CALL_FAIL): Likewise.
49432 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49433 (CALL_FAIL): Macro removed.
49434 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49435
4c1a1f71
UD
494362011-09-15 Ulrich Drepper <drepper@gmail.com>
49437
49438 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49439 for __FINITE_MATH_ONLY__ == 1.
49440
edc121be
AS
494412011-09-15 Andreas Schwab <schwab@redhat.com>
49442
49443 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49444 __ieee754_sqrt instead of sqrt.
49445 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49446 __ieee754_sqrtf instead of sqrtf.
49447 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49448 __floorf instead of floorf.
49449 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49450 __floorf, __truncf instead of floorf, truncf.
49451
cd205654
UD
494522011-09-14 Ulrich Drepper <drepper@gmail.com>
49453
ee4d0315
UD
49454 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49455
cd205654
UD
49456 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49457 __extern_always_inline.
49458 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49459 32-bit.
49460
48b67d71
AS
494612011-09-14 Andreas Schwab <schwab@redhat.com>
49462
49463 * elf/rtld.c (dl_main): Also relocate in dependency order when
49464 doing symbol dependency testing.
49465
1ae12c75
AS
494662011-09-13 Andreas Schwab <schwab@linux-m68k.org>
49467
49468 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49469 Always define `refsym'.
49470
995a80df
AS
494712011-09-13 Andreas Schwab <schwab@redhat.com>
49472
e529793b
AS
49473 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49474 (__FD_ELT): Renamed from __FDELT.
49475 * misc/bits/select2.h (__FD_ELT): Likewise.
49476 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49477 __FD_MASK instead of __FDELT, __FDMASK.
49478 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49479 Likewise.
49480 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49481 Likewise.
49482
52d4fef8
AS
49483 * elf/Makefile (gen-ldd): Fix pattern.
49484
995a80df
AS
49485 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49486 (init_tls): Likewise.
49487
8682f8b0
UD
494882011-09-12 Ulrich Drepper <drepper@gmail.com>
49489
49490 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49491
de82006d
AS
494922011-09-12 Andreas Schwab <schwab@redhat.com>
49493
a7c8e6a1
AS
49494 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49495 `struct cmsghdr *' instead of `void *'.
49496 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49497 Likewise.
49498
0f31fe77
AS
494992011-09-11 Andreas Schwab <schwab@linux-m68k.org>
49500
49501 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49502 if non-absolute.
49503 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49504 ldd_rewrite_script.
0f31fe77 49505
32b4c839
UD
495062011-09-11 Ulrich Drepper <drepper@gmail.com>
49507
83cd1420
UD
49508 * configure.in: Remove --with-tls option.
49509 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49510 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49511 out in case it is missing.
49512 * sysdeps/ia64/elf/configure.in: Likewise.
49513 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49514 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49515 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49516 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49517 * sysdeps/sh/elf/configure.in: Likewise.
49518 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49519 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49520 * sysdeps/x86_64/elf/configure.in: Likewise.
49521 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49522 * sysdeps/mach/hurd/tls.h: Likewise.
49523
633f745d
UD
49524 [BZ #13067]
49525 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49526
f318beb8
UD
49527 [BZ #13090]
49528 * configure.in: Fix use of AC_INIT.
49529
32b4c839
UD
49530 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49531
3ce1f295
UD
495322011-09-10 Ulrich Drepper <drepper@gmail.com>
49533
bb016596
UD
49534 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49535 __set_errno.
8e58439c
UD
49536 * malloc/hooks.c: Likewise.
49537
aebae053 49538 [BZ #11929]
02d46fc4
UD
49539 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
49540 variables statically.
49541 (narenas): Initialize.
49542 (list_lock): Initialize.
bb016596
UD
49543 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
49544 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
49545 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49546 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
49547 Add initializers to main_arena and mp_.
49548 (malloc_state): Remove pagesize member. Change all users to use
49549 GLRO(dl_pagesize).
49550
49551 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49552 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
49553 is always initialized.
49554
22a89187
UD
49555 * malloc/malloc.c: Removed unused configurations and dead code.
49556 * malloc/arena.c: Likewise.
49557 * malloc/hooks.c: Likewise.
02d46fc4 49558 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 49559
d063d164
UD
49560 * include/tls.h: Removed. USE___THREAD must always be defined.
49561 * bits/libc-tsd.h: Don't handle !USE___THREAD.
49562 * elf/dl-libc.c: Likewise.
49563 * elf/dl-tsd.c: Likewise.
49564 * include/errno.h: Likewise.
49565 * include/netdb.h: Likewise.
49566 * include/resolv.h: Likewise.
49567 * inet/herrno-loc.c: Likewise.
49568 * inet/herrno.c: Likewise.
49569 * malloc/arena.c: Likewise.
49570 * malloc/hooks.c: Likewise.
49571 * malloc/malloc.c: Likewise.
49572 * resolv/res-state.c: Likewise.
49573 * resolv/res_libc.c: Likewise.
49574 * sysdeps/i386/dl-machine.h: Likewise.
49575 * sysdeps/ia64/dl-machine.h: Likewise.
49576 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49577 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49578 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49579 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49580 * sysdeps/sh/dl-machine.h: Likewise.
49581 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49582 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49583 * sysdeps/unix/i386/sysdep.S: Likewise.
49584 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49585 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49586 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49587 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49588 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49589 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49590 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49591 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49592 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49593 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49594 * sysdeps/unix/x86_64/sysdep.S: Likewise.
49595 * sysdeps/x86_64/dl-machine.h: Likewise.
49596 * tls.make.c: Likewise.
49597
3ce1f295
UD
49598 * configure.in: Remove --with-__thread option. Make tests for
49599 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49600 tls_model attribute fail if no support is available. Remove
49601 USE_IN_LIBIO.
49602 * Makeconfig: Adjust for dropped configure option. All features are
49603 now mandatory.
49604 * Makerules: Likewise.
49605 * Versions.def: Likewise.
49606 * argp/argp-fmtstream.c: Likewise.
49607 * argp/argp-fmtstream.h: Likewise.
49608 * argp/argp-help.c: Likewise.
49609 * assert/assert.c: Likewise.
49610 * config.h.in: Likewise.
49611 * config.make.in: Likewise.
49612 * configure: Likewise.
49613 * configure.in: Likewise.
49614 * csu/Versions: Likewise.
49615 * csu/init.c: Likewise.
49616 * elf/tst-audit2.c: Likewise.
49617 * elf/tst-tls10.c: Likewise.
49618 * elf/tst-tls10.h: Likewise.
49619 * elf/tst-tls11.c: Likewise.
49620 * elf/tst-tls12.c: Likewise.
49621 * elf/tst-tls14.c: Likewise.
49622 * elf/tst-tlsmod11.c: Likewise.
49623 * elf/tst-tlsmod12.c: Likewise.
49624 * elf/tst-tlsmod13.c: Likewise.
49625 * elf/tst-tlsmod13a.c: Likewise.
49626 * elf/tst-tlsmod14a.c: Likewise.
49627 * elf/tst-tlsmod15b.c: Likewise.
49628 * elf/tst-tlsmod16a.c: Likewise.
49629 * elf/tst-tlsmod16b.c: Likewise.
49630 * elf/tst-tlsmod7.c: Likewise.
49631 * elf/tst-tlsmod8.c: Likewise.
49632 * elf/tst-tlsmod9.c: Likewise.
49633 * gmon/gmon.c: Likewise.
49634 * grp/fgetgrent_r.c: Likewise.
49635 * grp/putgrent.c: Likewise.
49636 * hurd/fopenport.c: Likewise.
49637 * include/libc-symbols.h: Likewise.
49638 * include/tls.h: Likewise.
49639 * intl/gettextP.h: Likewise.
49640 * intl/loadinfo.h: Likewise.
49641 * locale/global-locale.c: Likewise.
49642 * locale/localeinfo.h: Likewise.
49643 * mach/devstream.c: Likewise.
49644 * malloc/arena.c: Likewise.
49645 * malloc/set-freeres.c: Likewise.
49646 * misc/err.c: Likewise.
49647 * misc/getttyent.c: Likewise.
49648 * misc/mntent_r.c: Likewise.
49649 * posix/getopt.c: Likewise.
49650 * posix/wordexp.c: Likewise.
49651 * pwd/fgetpwent_r.c: Likewise.
49652 * resolv/Versions: Likewise.
49653 * resolv/res_hconf.c: Likewise.
49654 * shadow/fgetspent_r.c: Likewise.
49655 * shadow/putspent.c: Likewise.
49656 * stdio-common/printf_fphex.c: Likewise.
49657 * stdio-common/tmpfile.c: Likewise.
49658 * stdlib/abort.c: Likewise.
49659 * stdlib/fmtmsg.c: Likewise.
49660 * sunrpc/auth_unix.c: Likewise.
49661 * sunrpc/clnt_perr.c: Likewise.
49662 * sunrpc/clnt_tcp.c: Likewise.
49663 * sunrpc/clnt_udp.c: Likewise.
49664 * sunrpc/clnt_unix.c: Likewise.
49665 * sunrpc/openchild.c: Likewise.
49666 * sunrpc/svc_simple.c: Likewise.
49667 * sunrpc/svc_tcp.c: Likewise.
49668 * sunrpc/svc_udp.c: Likewise.
49669 * sunrpc/svc_unix.c: Likewise.
49670 * sunrpc/xdr.c: Likewise.
49671 * sunrpc/xdr_array.c: Likewise.
49672 * sunrpc/xdr_rec.c: Likewise.
49673 * sunrpc/xdr_ref.c: Likewise.
49674 * sunrpc/xdr_stdio.c: Likewise.
49675
1248c1c4
PB
496762011-09-09 Ulrich Drepper <drepper@gmail.com>
49677
49678 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49679
496802011-07-03 Andreas Jaeger <aj@suse.de>
49681
49682 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49683 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49684 regenerate with gen-libm-tests.pl.
49685
496862010-05-12 Petr Baudis <pasky@suse.cz>
49687
49688 [BZ #11589]
49689 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49690 around j0() zero points by switching to j1().
49691 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49692 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49693 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49694 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49695
f22e1074
UD
496962011-09-09 Ulrich Drepper <drepper@gmail.com>
49697
f19009c1
UD
49698 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49699 instead of 0.
49700 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 49701 instead of 0.
f19009c1
UD
49702 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49703 Patch in part by Pavel Roskin <proski@gnu.org>.
49704
3f8cc204
UD
49705 [BZ #13138]
49706 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49707 realloc.
49708 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
49709 Free memory block if necessary.
49710
f22e1074
UD
49711 [BZ #12847]
49712 * libio/genops.c (INTDEF): For string streams the _lock pointer can
49713 be NULL. Don't lock in this case.
49714
0a2349f9
RM
497152011-09-09 Roland McGrath <roland@hack.frob.com>
49716
49717 * elf/elf.h (ELFOSABI_GNU): New macro.
49718 (ELFOSABI_LINUX): Define to that.
49719
f3cdd467
DZ
497202011-07-29 Denis Zaitceff <zaitceff@gmail.com>
49721
49722 * string/strncat.c (strncat): Undef the symbol in case it has been
49723 defined in bits/string.h.
49724
74718d13
UD
497252011-09-09 Ulrich Drepper <drepper@gmail.com>
49726
633e9e0f
UD
49727 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49728
0a2349f9 49729 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
49730 link map.
49731
f9924780
AJ
497322011-08-17 Andreas Jaeger <aj@suse.de>
49733
49734 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49735
7f5517aa
PP
497362011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
49737 Ian Lance Taylor <iant@google.com>
49738
49739 * math/libm-test.inc (lround_test): New testcase.
49740 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49741
762011fe
UD
497422011-09-08 Ulrich Drepper <drepper@gmail.com>
49743
92963737
UD
49744 * Makefile: Remove support for automatic cvs check-ins.
49745 * Makerules: Likewise.
49746 * config.make.in: Likewise.
49747 * configure.in: Likewise.
49748 * intl/Makefile: Likewise.
49749 * locale/Makefile: Likewise.
49750 * po/Makefile: Likewise.
49751 * posix/Makefile: Likewise.
49752 * sysdeps/gnu/Makefile: Likewise.
49753 * sysdeps/mach/hurd/Makefile: Likewise.
49754 * sysdeps/sparc/sparc32/Makefile: Likewise.
49755
b0727fd8
JS
49756 [BZ #13118]
49757 * posix/Makefile (bug-regex32-ENV): Define.
49758 Patch by John Stanley <jpsinthemix@verizon.net>.
49759
a0f33f99
UD
49760 * misc/Makefile (headers): Add bits/select2.h.
49761 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49762 * misc/bits/select2.h: New file.
49763 * include/bits/select2.h: New file.
49764 * debug/Makefile (routines): Add fdelt_chk.
49765 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49766 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49767 FD_ISSET.
49768 * debug/fdelt_chk.c: New file.
49769
762011fe
UD
49770 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
49771 * wcsmbs/test-wmemcmp.c: Likewise.
49772 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 49773 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
49774
497752011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49776
49777 * string/Makefile (strop-tests): Add memcmp.
49778 * string/test-wmemcmp.c: New file.
49779 * string/test-memcmp.c: Add wmemcmp support.
49780
7f513ec8
RM
497812011-09-08 Roland McGrath <roland@hack.frob.com>
49782
0442afb4
RM
49783 [BZ #13153]
49784 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49785 2011-07-19 change.
49786
7f513ec8
RM
49787 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49788 garbage value in a __mach_port_mod_refs call in the cases of the
49789 task-self and thread-self ports.
49790
a12b2239
ST
497912011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
49792
49793 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49794
610f9ab4
AS
497952011-09-08 Andreas Schwab <schwab@redhat.com>
49796
7f513ec8 49797 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 49798
48882a1a
LD
497992011-09-07 Ulrich Drepper <drepper@gmail.com>
49800
b49865be
UD
49801 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49802
fdc86bc9
UD
49803 * elf/dl-libc.c (dlerror_run): Pass back error code from
49804 dl_catch_error.
49805
c966526a
UD
49806 [BZ #13123]
49807 * elf/dl-load.c (lose): Free l_origin if it is valid.
49808
48882a1a
LD
49809 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49810 names.
49811 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49812 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49813 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49814 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49815 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49816 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49817
77a2a8b4
AZ
498182011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49819
49820 * sysdeps/powerpc/fpu/e_hypot.c: New file.
49821 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49822 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49823 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49824 * sysdeps/powerpc/fpu/k_cosf.c: New file.
49825 * sysdeps/powerpc/fpu/k_sinf.c: New file.
49826 * sysdeps/powerpc/fpu/s_cosf.c: New file.
49827 * sysdeps/powerpc/fpu/s_sinf.c: New file.
49828 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49829 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49830
24f579d8
AM
498312011-08-15 Alan Modra <amodra@gmail.com>
49832
49833 [BZ #13092]
49834 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49835 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49836 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
49837 ppc_mcount to static-only-routines.
49838 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49839 __mcount_internal.
49840 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49841 __mcount_internal with usual JUMPTARGET. Remove useless nop.
49842
3d4837df
UD
498432011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
49844
49845 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49846 for finite and infinity parameters.
49847
22700377
WS
498482011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
49849
49850 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49851 and add nop instructions for throughput optimization.
49852 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49853
5025581e
WS
498542011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
49855
49856 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49857 aligned copy for power7 with vector-scalar instructions.
49858 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49859
08a300c9
L
498602011-07-24 H.J. Lu <hongjiu.lu@intel.com>
49861
49862 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49863 AVX check.
49864
59178ef9
AS
498652011-09-07 Andreas Schwab <schwab@redhat.com>
49866
49867 [BZ #13144]
49868 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49869 last change.
49870
e38ba7ab
UD
498712011-09-07 Ulrich Drepper <drepper@gmail.com>
49872
49873 * sysdeps/unix/sysv/linux/x86_64/init-first.c
49874 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49875 syscall wrapper around clock_gettime in __vdso_clock_gettime.
49876 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49877 clock_gettime.
49878
d53a73ac
UD
498792011-09-06 Ulrich Drepper <drepper@gmail.com>
49880
fc8bffcc
UD
49881 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49882 Forgot to demangle the pointer.
49883
ceaa0c5d
UD
49884 * sysdeps/i386/sysdep.h: Define atom_text_section.
49885 * sysdeps/x86_64/sysdep.h: Likewise.
49886 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49887 section with atom_text_section.
49888 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49889 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49890 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49891 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49892 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49893
a77d3c17
UD
49894 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49895 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49896 already be defined. Change to take two parameters and don't assign
49897 result to variable. Adjust all users.
49898 Define INTERNAL_GETTIME if not already defined.
49899 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49900 call.
49901 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49902 HAVE_CLOCK_GETTIME_VSYSCALL.
49903 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49904
d53a73ac
UD
49905 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49906 gettimeofday vsyscall, just use time.
49907
a8f84144
AS
499082011-09-06 Andreas Schwab <schwab@redhat.com>
49909
49910 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49911 <errno.h>.
49912
ef606249
UD
499132011-09-06 Ulrich Drepper <drepper@gmail.com>
49914
49915 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49916 syscall on x86-64.
49917 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49918 syscall.
49919 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49920 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49921 syscall if possible.
49922
6585cb60
UD
499232011-09-05 Ulrich Drepper <drepper@gmail.com>
49924
49925 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49926 e_ident. Don't pass to find_mapsXX.
49927 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49928
a5f524e4
LD
499292011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49930
49931 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49932 strchr-sse2-no-bsf strrchr-sse2-no-bsf
49933 * sysdeps/x86_64/multiarch/strchr.S: Update.
49934 Check bit_slow_BSF bit.
49935 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49936 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49937 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49938
554881ef
UD
499392011-09-05 Ulrich Drepper <drepper@gmail.com>
49940
d96de963
UD
49941 [BZ #13134]
49942 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49943 before glibc 2.15.
49944 (tryshell): Define.
49945 (__spawni): Change last parameter to be flag. Test
49946 SPAWN_XFLAGS_USE_PATH flag to use path or not.
49947 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49948 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49949 * posix/spawni.c: Likewise.
49950 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49951 * posix/spawnp.c: Likewise. Change normal version to use
49952 SPAWN_XFLAGS_USE_PATH.
49953 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49954 SPAWN_XFLAGS_TRY_SHELL.
49955
d48e5868
UD
49956 [BZ #13150]
49957 * posix/glob.h: Remove gcc 1.x support.
49958
554881ef
UD
49959 [BZ #13068]
49960 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49961
693fb948
LD
499622011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
49963
49964 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49965 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49966 strrchr-sse2-bsf
49967 * sysdeps/i386/i686/multiarch/strchr.S: New file.
49968 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49969 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49970 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49971 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49972 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49973
1b48c537
UD
499742011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
49975
49d42c37
UD
49976 * sysdeps/x86_64/wcscmp.S: New file.
49977
1b48c537
UD
49978 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49979 wcscmp-c wcscmp-sse2
49980 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49981 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49982 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49983 * wcsmbs/wcscmp.c: Allow renaming.
49984
15c95c5d
DM
499852011-09-05 David S. Miller <davem@davemloft.net>
49986
49987 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49988 stack slot, rather than the struct return pointer slot.
49989 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49990 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49991 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49992 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49993
2f0ad8f3
UD
499942011-09-05 Ulrich Drepper <drepper@gmail.com>
49995
d88ae418
UD
49996 * po/ja.po: Update from translation team.
49997
2f0ad8f3
UD
49998 [BZ #13144]
49999 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50000 kernel in 64-bit binaries.
50001
5f4318d1
DM
500022011-09-01 David S. Miller <davem@davemloft.net>
50003
50004 * elf/elf.h (HWCAP_SPARC_*): Move to..
50005 * sysdeps/sparc/sysdep.h: this new file and add new values.
50006 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50007 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50008 _DL_HWCAP_COUNT to 24.
50009 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50010 entries.
50011 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50012 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50013 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50014 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50015 instead of magic constants.
50016 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50017
3ba57516
DM
500182011-08-31 David S. Miller <davem@davemloft.net>
50019
50020 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50021 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50022 Reimplement to do errno handling inline.
50023 (SYSCALL_ERROR_HANDLER): New macro.
50024 (__SYSCALL_STRING): Do not do errno handling in asm.
50025 (__CLONE_SYSCALL_STRING): Delete.
50026 (__INTERNAL_SYSCALL_STRING): Delete.
50027 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50028 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50029 (PSEUDO): Reimplement to do errno handling inline.
50030 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50031 (SYSCALL_ERROR_HANDLER): New macro.
50032 (__SYSCALL_STRING): Do not do errno handling in asm.
50033 (__CLONE_SYSCALL_STRING): Delete.
50034 (__INTERNAL_SYSCALL_STRING): Delete.
50035 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50036 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50037 i386.
50038 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50039 (inline_syscall*): Add 'err' argument.
50040 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50041 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50042 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50043 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50044
50045 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50046 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50047
2bc17433
AS
500482011-08-30 Andreas Schwab <schwab@redhat.com>
50049
50050 * elf/rtld.c (dl_main): Relocate objects in dependency order.
50051
fbeb5f4d
JO
500522011-08-29 Jiri Olsa <jolsa@redhat.com>
50053
50054 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50055 directive.
50056
ad69cc26
DM
500572011-08-24 David S. Miller <davem@davemloft.net>
50058
50059 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50060
39dd69df
AS
500612011-08-24 Andreas Schwab <schwab@redhat.com>
50062
50063 * elf/Makefile: Add rules to build and run unload8 test.
50064 * elf/unload8.c: New file.
50065 * elf/unload8mod1.c: New file.
50066 * elf/unload8mod1x.c: New file.
50067 * elf/unload8mod2.c: New file.
50068 * elf/unload8mod3.c: New file.
50069
50070 * elf/dl-close.c (_dl_close_worker): Reset private search list if
50071 it wasn't used.
50072
2c0b250a
DM
500732011-08-23 David S. Miller <davem@davemloft.net>
50074
50075 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50076 subtract stack bias.
50077 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50078 %sp not %fp in calculations.
50079 (_JMPBUF_UNWINDS_ADJ): Likewise.
50080
22044b48
DM
50081 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50082 (aio_suspend): Call it to force an exception region around the
50083 AIO_MISC_WAIT() invocation.
50084
2cae4995
AS
500852011-08-23 Andreas Schwab <schwab@redhat.com>
50086
50087 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50088 backslash.
50089
873a772e
AJ
500902011-07-04 Aurelien Jarno <aurelien@aurel32.net>
50091
50092 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50093 protection macro.
50094 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50095 and <dl-machine.h>.
50096 (Elf64_FuncDesc): Remove.
50097
25ad0df1
DM
500982011-08-22 David S. Miller <davem@davemloft.net>
50099
50100 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50101 sigaltstack check, add missing cfi directives.
50102 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50103 missing cfi directives, and sigaltstack handling.
50104
e888bcbe
AS
501052011-08-16 Andreas Schwab <schwab@redhat.com>
50106
50107 [BZ #11724]
50108 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50109 object is seen twice.
50110 * elf/dl-fini.c (_dl_sort_fini): Likewise.
50111
50112 * elf/Makefile (distribute): Add tst-initorder2.c.
50113 (tests): Add tst-initorder2.
50114 (modules-names): Add tst-initorder2a tst-initorder2b
50115 tst-initorder2c tst-initorder2d. Add rules to build them.
50116 ($(objpfx)tst-initorder2.out): New rule.
50117 * elf/tst-initorder2.c: New file.
50118 * elf/tst-initorder2.exp: New file.
50119
87162f46
AS
501202011-08-22 Andreas Schwab <schwab@redhat.com>
50121
70538b7f
AS
50122 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50123
f55ffe58
AS
50124 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50125 dependencies back to end of function.
50126
87162f46
AS
50127 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50128 $(elfobjdir)/ld.so.
50129
91b392a4
UD
501302011-08-21 Ulrich Drepper <drepper@gmail.com>
50131
50132 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50133 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50134 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50135 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50136 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50137 of __vdso_gettimeofday.
50138 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50139 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
50140 attribute_hidden.
50141 (_libc_vdso_platform_setup): Remove initialization of
50142 __vdso_gettimeofday and __vdso_time.
50143
5c43483f
UD
501442011-08-20 Ulrich Drepper <drepper@gmail.com>
50145
775a77e7
UD
50146 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50147 and fgetc_unlocked.
50148 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50149 getc_unlocked.
89f447ed 50150
49c74ba9
UD
50151 * elf/dl-open.c (add_to_global): Report additions to the global scope
50152 for LD_DEBUG=scopes.
50153 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 50154 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 50155
5c43483f
UD
50156 [BZ #13114]
50157 * stdio-common/Makefile (tests): Add bug24.
50158 * stdio-common/bug24.c: New file.
50159
a101b025
AJ
501602011-08-19 Andreas Jaeger <aj@suse.de>
50161
50162 [BZ #13114]
50163 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50164 non-existant file when using close-on-exec mode.
50165
c88f1766
UD
501662011-08-20 Ulrich Drepper <drepper@gmail.com>
50167
0276a718
UD
50168 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50169 the very first instruction.
50170
c88f1766
UD
50171 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50172 the CFI state in the end.
50173 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50174 inclusion of dl-trampoline.h.
50175 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50176
51ccffa0
AS
501772011-08-19 Andreas Schwab <schwab@redhat.com>
50178
94d7165f
AS
50179 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50180 expectations for long double.
50181
51ccffa0
AS
50182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50183 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50184
fd708658 501852011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
50186
50187 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50188 artificual limit depends upon the system page size.
50189
44f0a71e
UD
501902011-08-17 Ulrich Drepper <drepper@gmail.com>
50191
50192 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50193 * resolv/Makefile: Define CFLAGS-libresolv.
50194
8de79a24
AS
501952011-08-17 Andreas Schwab <schwab@redhat.com>
50196
50197 * nss/makedb.c (compute_tables): Make variables used in nested
50198 function static.
50199
27724598
UD
502002011-08-17 Ulrich Drepper <drepper@gmail.com>
50201
c5305d88
UD
50202 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50203 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50204 if buffer was too small.
50205
27724598
UD
50206 * elf/pldd.c (main): Attach to all threads in the process.
50207 Rewrite /proc handling to use *at functions.
50208
076fe015
UD
502092011-08-16 Ulrich Drepper <drepper@gmail.com>
50210
174baab3
UD
50211 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50212 specifies first scope to show.
50213 (dl_open_worker): Update callers. Move printing scope of new
50214 object to before the relocation.
44f0a71e 50215 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
50216 * sysdeps/generic/ldsodefs.h: Update declaration.
50217
076fe015
UD
50218 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50219 string for the scope number.
50220
a60df2c3
UD
502212011-08-14 Ulrich Drepper <drepper@gmail.com>
50222
50223 * nscd/servicescache.c (cache_addserv): Make sure written is always
50224 initialized.
50225
5e4287d1
RM
502262011-08-14 Roland McGrath <roland@hack.frob.com>
50227
85ae0589
RM
50228 * sysdeps/i386/i486/bits/atomic.h
50229 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50230 statement expression, so as to suppress "set but not used" warning.
50231 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50232
69f63097
RM
50233 * string/strncat.c (STRNCAT): Use prototype definition.
50234
675456ef
RM
50235 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50236 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50237 -Iprograms here.
50238 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50239 (localedef-modules): Add localedef.
50240 (locale-modules): Add locale.
50241
5e4287d1
RM
50242 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50243 * elf/rtld.c (dl_main): Invert order of assignment in last change,
50244 to avoid a warning.
50245
9c96ff23
DM
502462011-08-14 David S. Miller <davem@davemloft.net>
50247
50248 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50249 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50250
f9ddf089
UD
502512011-08-13 Ulrich Drepper <drepper@gmail.com>
50252
44f0a71e 50253 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
50254 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50255 * elf/rtld.c (dl_main): Set l_name of vDSO.
50256 Call _dl_show_scope when DL_DEBUG_SCOPES.
50257 (process_dl_debug): Recognize scopes flag and also set it for all.
50258 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50259 Declare _dl_show_scope.
50260
1dc27704
UD
50261 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50262 (do_dlopen): Pass caller_dlopen to dl_open.
50263 (__libc_dlopen_mode): Initialize caller_dlopen.
50264
f9ddf089
UD
50265 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50266 of libc. Make tolower call locale-independent. Optimize a bit by
50267 using isdigit instead of isalnum.
50268 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50269
9ac533d3
UD
502702011-08-12 Ulrich Drepper <drepper@gmail.com>
50271
50272 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50273 was a dependency or dynamically loaded.
50274
89edf2e9
UD
502752011-08-11 Ulrich Drepper <drepper@gmail.com>
50276
8e999d29
UD
50277 * intl/l10nflist.c: Allow architecture-specific pop function.
50278 * sysdeps/x86_64/l10nflist.c: New file.
50279
89edf2e9
UD
50280 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50281 classification.
50282
14d96785
AS
502832011-08-10 Andreas Schwab <schwab@redhat.com>
50284
50285 * include/dirent.h: Add libc_hidden_proto for scandirat and
50286 scandirat64. Don't declare __scandirat64.
50287 * dirent/scandirat.c: Add libc_hidden_def.
50288 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50289 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50290
6761ac04
DM
502912011-08-10 David S. Miller <davem@davemloft.net>
50292
50293 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50294 enum.
50295 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50296 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50297 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50298
c55fbd1e
UD
502992011-08-09 Ulrich Drepper <drepper@gmail.com>
50300
50301 * Versions.def [libc]: Add GLIBC_2.15.
50302 * dirent/Makefile (routines): Add scandirat and scandirat64.
50303 * dirent/Versions [libc]: Export scandirat and scandirat64 for
50304 GLIBC_2.15.
50305 * dirent/dirent.h: Declare scandirat and scandirat64.
50306 * dirent/scandirat.c: New file.
50307 * dirent/scandirat64.c: New file.
50308 * sysdeps/wordsize-64/scandirat.c: New file.
50309 * sysdeps/wordsize-64/scandirat64.c: New file.
50310 * dirent/opendir.c: Define opendirat.
50311 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
50312 using scandirat.
50313 * dirent/scandir64.c: Adjust for scandir.c change.
50314 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
50315 __scandirat64, and __scandir_cancel_handler.
50316 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
50317 additional parameter and use openat instead of open (outside of ld.so).
50318 Add new __opendir as wrapper around __opendirat.
50319 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50320 here without requiring old scandirat implementation.
50321
879165f2
UD
503222011-08-08 Ulrich Drepper <drepper@gmail.com>
50323
50324 * dirent/scandir.c (cancel_handler): Renamed to
50325 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
50326 defined. Adjust users.
50327 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50328 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50329
cb7e923b
UD
503302011-08-04 Ulrich Drepper <drepper@gmail.com>
50331
16292edd
UD
50332 * string/test-string.h (IMPL): Use __STRING to expand name and then
50333 stringify it.
50334
cb7e923b
UD
50335 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
50336 of cleanups.
50337
cff82933
LD
503382011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50339
50340 * string/Makefile: Update.
50341 (strop-tests): Append strncat.
50342 * string/test-wcscmp.c: New file.
50343 New comprehensive test for wcscmp.
50344 * string/test-strcmp.c: Update.
50345 (WIDE): New define.
50346
9be9bfcc
AS
503472011-07-22 Andreas Schwab <schwab@redhat.com>
50348
50349 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50350 line.
50351
2e96f1c7
AS
503522011-07-26 Andreas Schwab <schwab@redhat.com>
50353
50354 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50355 encoding to ACE if AI_IDN.
50356
85188888
JJ
503572011-08-01 Jakub Jelinek <jakub@redhat.com>
50358
50359 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50360 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50361
5fa16e9b
LD
503622011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50363
50364 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50365 Fix overflow bug in strncat.
50366 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50367
50368 * string/test-strncat.c: Update.
50369 Add new tests for checking overflow bugs.
50370
503712011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50372
50373 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50374 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50375 * sysdeps/i386/i686/multiarch/strcat.S: New file.
50376 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50377 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50378 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50379 * sysdeps/i386/i686/multiarch/strncat.S: New file.
50380 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50381 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50382
50383 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50384 (USE_AS_STRCAT): Define.
50385 Add strcat and strncat support.
50386 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50387
8c1a459f
AS
503882011-07-25 Andreas Schwab <schwab@redhat.com>
50389
50390 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50391 __n bigger than INT_MAX+1.
50392 (__strncmp_g): Likewise.
50393
bba33c28
UD
503942011-07-23 Ulrich Drepper <drepper@gmail.com>
50395
798be72d
UD
50396 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50397 * libio/stido.h: Likewise.
50398
8accd4dc
UD
50399 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50400 (AF_NFC): Define.
50401 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50402 (AF_NFC): Define.
50403
cbff0d96
UD
50404 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50405 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50406 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50407 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50408 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50409
9191c04a
UD
50410 [BZ #13021]
50411 * scripts/test-installation.pl: Don't expect libnss_test1 to be
50412 installed.
50413
bba33c28
UD
50414 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50415 typo.
50416 (_dl_x86_64_save_sse): Likewise.
50417
90f139dd
UD
504182011-07-22 Ulrich Drepper <drepper@gmail.com>
50419
1aae088a
UD
50420 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50421 OSXSAVE.
50422 (_dl_x86_64_save_sse): Likewise.
50423
8e2045f5
UD
50424 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50425
90f139dd
UD
50426 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50427
1d002f25
AS
504282011-07-21 Andreas Schwab <schwab@redhat.com>
50429
50430 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50431 change.
50432 (_dl_x86_64_save_sse): Use correct AVX check.
50433
21137f89
UD
504342011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50435
50436 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50437 bug in strncpy/strncat.
50438 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50439
a65c0b7a
UD
504402011-07-21 Ulrich Drepper <drepper@gmail.com>
50441
50442 * string/tester.c (test_strcat): Add tests for different alignments
50443 of source and destination.
50444 (test_strncat): Likewise.
50445
6986b98a
UD
504462011-07-20 Ulrich Drepper <drepper@gmail.com>
50447
90bb2039
UD
50448 [BZ #12852]
50449 * posix/glob.c (glob): Check passed in values before using them in
50450 expressions to avoid some overflows.
50451 (glob_in_dir): Likewise.
50452
5644ef54
UD
50453 [BZ #13007]
50454 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50455 check for AVX enablement so that we don't crash with old kernels and
50456 new hardware.
50457 * elf/tst-audit4.c: Add same checks here.
50458 * elf/tst-audit6.c: Likewise.
50459
50460 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 50461
bfc9dc9b
AS
504622011-07-09 Andreas Schwab <schwab@linux-m68k.org>
50463
50464 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50465
702e64bb
UD
504662011-07-20 Ulrich Drepper <drepper@gmail.com>
50467
50468 * po/cs.po: Update from translation team.
50469 * po/bg.po: Likewise.
50470
295e904f
MP
504712011-07-12 Marek Polacek <mpolacek@redhat.com>
50472
50473 * misc/sys/cdefs.h: Add support for const attribute.
50474 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50475 to gnu_dev_{major,minor,makedev} functions.
50476
3ff94596
MP
504772011-07-20 Marek Polacek <mpolacek@redhat.com>
50478
50479 * intl/dcigettext.c (get_output_charset): Add missing bracket.
50480
28b59fca
AS
504812011-07-20 Andreas Schwab <schwab@redhat.com>
50482
50483 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50484 strlen results.
50485
19df733e
AK
504862011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50487
50488 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50489 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50490 register in order to avoid conflicts with the soft frame pointer
50491 being held in r11 when necessary.
50492 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50493 (INTERNAL_VSYSCALL_NCS): Likewise.
50494
c8835729
MP
504952011-07-14 Marek Polacek <mpolacek@redhat.com>
50496
50497 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50498 * elf/dl-fini.c (_dl_fini): Adjust caller.
50499 * elf/dl-close.c (_dl_close_worker): Likewise.
50500 * sysdeps/generic/ldsodefs.h: Adjust declaration.
50501
b902330c
MP
505022011-07-15 Marek Polacek <mpolacek@redhat.com>
50503
8991e135
MP
50504 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50505 "aux_cache->nlibs < 0".
50506
b902330c
MP
50507 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50508 in the reload-count case.
50509
99710781
LD
505102011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
50511
50512 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50513 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50514 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50515 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50516 * sysdeps/x86_64/multiarch/strcat.S: New file.
50517 * sysdeps/x86_64/multiarch/strncat.S: New file.
50518 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50519 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50520 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50521 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50522 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50523 (USE_AS_STRCAT): Define.
50524 Add strcat and strncat support.
50525 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50526 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50527 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50528 * string/strncat.c: Update.
50529 (USE_AS_STRNCAT): Define.
50530 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50531 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50532 and i7.
50533 * sysdeps/x86_64/multiarch/init-arch.h
50534 (bit_Prefer_PMINUB_for_stringop): New.
50535 (index_Prefer_PMINUB_for_stringop): Likewise.
50536 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50537 bit_Prefer_PMINUB_for_stringop.
50538
7dc6bd90
UD
505392011-07-19 Ulrich Drepper <drepper@gmail.com>
50540
50541 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50542 buffer64.
50543 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50544 of casting of buffer.
50545 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50546 buffer32 and buffer64.
50547 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50548 writes instead of casting of buffer.
50549 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50550 buffer32.
50551 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50552 casting of buffer.
50553
e0e72284
AS
505542011-07-19 Andreas Schwab <schwab@redhat.com>
50555
50556 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50557
feb1eb0b
UD
505582011-07-19 Ulrich Drepper <drepper@gmail.com>
50559
50560 * nscd/nscd.c (termination_handler): Don't do anything for a database
50561 if it has not yet been initialized.
50562
298711ff
UD
505632011-07-18 Ulrich Drepper <drepper@gmail.com>
50564
50565 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50566
505672011-07-15 Marek Polacek <mpolacek@redhat.com>
50568
50569 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50570
f9d68389
UD
505712011-07-18 Ulrich Drepper <drepper@gmail.com>
50572
50573 * po/nl.po: Update from translation team.
50574 * po/sv.po: Likewise.
50575
db290cf5
RM
505762011-07-16 Roland McGrath <roland@hack.frob.com>
50577
50578 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50579 now disallowed by GCC.
5c550700 50580
fd5e21c7
RM
50581 * configure.in (use-default-link): Default to yes if a test -shared
50582 link meets our qualifications.
50583 * configure: Regenerated.
50584
5c550700
RM
50585 * config.make.in (output-format): New variable.
50586 * configure.in: Check for ld --print-output-format support.
50587 * configure: Regenerated.
50588 * Makerules ($(common-objpfx)format.lds)
50589 [$(output-format) != unknown]: Just use $(output-format),
50590 instead of the linker-script munging.
50591
9fa2c032
RM
505922011-07-14 Roland McGrath <roland@hack.frob.com>
50593
a6928d51
RM
50594 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50595 of $(common-objpfx)shlib.lds.
50596 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50597
661607b3
RM
50598 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50599 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50600
9fa2c032
RM
50601 * configure.in (-z relro check): Adjust test code to add a large
50602 writable data section after it.
50603 * configure: Regenerated.
50604
defe9061
RM
506052011-07-11 Roland McGrath <roland@hack.frob.com>
50606
50607 * configure.in (-z relro check): Fix test code to make the variable
50608 truly const.
50609 * configure: Regenerated.
50610
319b9ad4
UD
506112011-07-11 Ulrich Drepper <drepper@gmail.com>
50612
50613 * nscd/nscd.h (struct traced_file): Define.
50614 (struct database_dyn): Remove inotify_descr, reset_res, and filename
50615 elements. Add traced_files.
50616 (inotify_fd): Declare.
50617 (register_traced_file): Declare.
50618 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50619 (inotify_fd): Export.
50620 (resolv_conf_descr): Remove.
50621 (nscd_init): Move inotify descriptor creation to main.
50622 Don't register files for notification here.
50623 (register_traced_file): New function.
50624 (invalidate_cache): Don't use reset_res to determine whether to call
50625 res_init, go through the list of registered files.
50626 (main_loop_poll): The inotify descriptors are now stored in the
50627 structures for the traced files.
50628 (main_loop_epoll): Likewise
50629 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
50630 to __nss_disable_nscd.
50631 * nscd/cache.c (prune_cache): There is no single inotify descriptor
50632 for a database anymore. Check the records for all the registered
50633 files instead.
50634 * nss/Makefile (libnss_files-routines): Add files-init.
50635 (libnss_db-routines): Add db-init.
50636 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50637 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50638 * nss/nss_db/db-init.c: New file.
50639 * nss/nss_files/files-init.c: New file.
50640 * nss/nsswitch.c (nss_load_library): New function. Broken out of
50641 __nss_lookup_function.
50642 (__nss_lookup_function): Call nss_load_library.
50643 (nss_load_all_libraries): New function.
50644 (__nss_disable_nscd): Take parameter with callback function for files
50645 to register. Set is_nscd. Load all the DSOs for the NSS modules
50646 used for the cached services.
50647 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50648 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50649 options for features to all the files in nscd.
50650
50651 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50652
23bee3e8
RM
506532011-07-10 Roland McGrath <roland@hack.frob.com>
50654
50655 * csu/elf-init.c (__libc_csu_init): Comment typo.
50656
46a5b7f0
UD
506572011-07-09 Ulrich Drepper <drepper@gmail.com>
50658
50659 * po/pl.po: Update from translation team.
50660 * po/ja.po: Likewise.
50661 * po/ru.po: Likewise.
50662 * po/ko.po: Likewise.
50663 * po/fr.po: Likewise.
50664
d30cf5bb
RM
506652011-07-09 Roland McGrath <roland@hack.frob.com>
50666
113ddea4
RM
50667 * configure.in (.ctors/.dtors header and trailer check):
50668 Use an empirical test on a built program.
50669 * configure: Regenerated.
50670
574920b4
RM
50671 * configure.in (-z relro check): Use an empirical test on a built DSO.
50672 Detect, but do not require, on ia64.
50673 * configure: Regenerated.
50674
d30cf5bb
RM
50675 * configure.in (READELF): Find it with AC_CHECK_TOOL.
50676 Update tests that use readelf to use $READELF instead.
50677 * configure: Regenerated.
50678
8538fdb3
UD
506792011-07-08 Ulrich Drepper <drepper@gmail.com>
50680
50681 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50682 if the result is not used.
50683
04d08991
AJ
506842011-07-05 Andreas Jaeger <aj@suse.de>
50685
50686 [BZ#9696]
50687 * stdlib/tst-strtod.c: Add testcase.
50688
de283087
AD
506892011-07-07 Ulrich Drepper <drepper@gmail.com>
50690
4e5f31c8 50691 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 50692 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
50693 The latter has a higher limit. Take additional parameter to pass to
50694 the new function.
50695 (__pathconf): Pass file to __statfs_link_max.
50696 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50697 __statfs_link_max.
50698 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50699 __statfs_link_max.
50700
de283087
AD
50701 [BZ #12868]
50702 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50703 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50704 Handle Lustre.
50705 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50706 (__statfs_filesize_max): Likewise.
50707 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50708
c75fa153
AJ
507092011-07-05 Andreas Jaeger <aj@suse.de>
50710
50711 * resolv/res_comp.c (dn_skipname): Remove unused variable.
50712
1a544854
UD
507132011-07-06 Marek Polacek <mpolacek@redhat.com>
50714
50715 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50716 `status' variable.
50717 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50718 Likewise.
50719
6f0eec67
UD
507202011-07-04 H.J. Lu <hongjiu.lu@intel.com>
50721
50722 * Makefile (strop-tests): Add strncat.
50723 * string/test-strncat.c: New file.
50724
aae30307
UD
507252011-06-30 Marek Polacek <mpolacek@redhat.com>
50726
50727 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50728
c0cfb5eb
UD
507292011-06-21 Andreas Jaeger <aj@suse.de>
50730
50731 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50732 Copy rule from iconvdata/Makefile.
50733
01636b21
UD
507342011-07-06 Ulrich Drepper <drepper@gmail.com>
50735
50736 [BZ #12922]
50737 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50738 but no long options are defined, just return 'W'.
50739
9895c8bc
UD
507402011-06-22 Marek Polacek <mpolacek@redhat.com>
50741
50742 [BZ #9696]
50743 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50744
5d4cf042
UD
507452011-07-06 Ulrich Drepper <drepper@gmail.com>
50746
50747 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50748 netgroups to read.
960e5535 50749 (innetgr): Likewise.
5d4cf042 50750
751eb97e
RM
507512011-07-05 Roland McGrath <roland@hack.frob.com>
50752
50753 * config.make.in (install_root): Default to $(DESTDIR).
50754
f15f1e45
UD
507552011-07-05 Ulrich Drepper <drepper@gmail.com>
50756
50757 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50758
4e34ac6a
RM
507592011-07-02 Roland McGrath <roland@hack.frob.com>
50760
5e9b6af4
RM
50761 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50762
84f9ea0f
RM
50763 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50764 containing directory rather than embedding absolute directory names.
50765
ea5ee9f7
RM
50766 * scripts/check-local-headers.sh: Rewritten using awk.
50767 Match by word, not by line. Print error messages for matches.
50768 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50769
1b74661a
RM
50770 * Makerules [shlib-lds-flags empty]:
50771 ($(common-objpfx)libc_pic.opts): New target.
50772 ($(common-objpfx)libc_pic.os.clean): New target.
50773 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50774
50775 * config.make.in (OBJCOPY): New variable.
50776 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50777 * configure: Regenerated.
50778
f781ef40
RM
50779 * config.make.in (use-default-link): New variable.
50780 * configure.in (use_default_link): Grok --with-default-link to set it.
50781 * configure: Regenerated.
50782 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50783 (shlib-lds, shlib-lds-flags): Define to empty.
50784
2d4fa81e
RM
50785 * Makerules (shlib-lds): New variable.
50786 (shlib-lds-flags): New variable.
50787 (build-shlib, build-moduile, build-module-asneeded): Use it.
50788 ($(common-objpfx)libc.so): Use $(shlib-lds).
50789 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50790 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50791
31fffa6b
RM
50792 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50793 DT_FLAGS/DT_FLAGS_1 with zero flags.
50794
4e34ac6a
RM
50795 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50796 linker script munging.
50797
fcfc776b
UD
507982011-07-02 Ulrich Drepper <drepper@gmail.com>
50799
50800 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50801 as 128-bit value.
50802 * crypt/sha512.c (sha512_process_block): Perform total addition using
50803 128-bit if possible.
50804 (__sha512_finish_ctx): Likewise.
50805 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50806 as 64-bit value.
50807 * crypt/sha256.c (SWAP64): Define.
50808 (sha256_process_block): Perform total addition using 64-bit if
50809 possible.
50810 (__sha256_finish_ctx): Likewise.
50811
99231d9a
UD
508122011-07-01 Ulrich Drepper <drepper@gmail.com>
50813
50814 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
50815 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50816 * nscd/hstcache.c (cache_addhst): Likewise.
50817 * nscd/grpcache.c (cache_addgr): Likewise.
50818 * nscd/aicache.c (addhstaiX): Likewise
50819 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50820
445b4a53
TK
508212011-07-01 Thorsten Kukuk <kukuk@suse.de>
50822
50823 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50824 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50825 * nscd/hstcache.c (cache_addhst): Likewise.
50826 * nscd/grpcache.c (cache_addgr): Likewise.
50827 * nscd/aicache.c (addhstaiX): Likewise
50828
6d4d8e8e
AS
508292011-07-01 Andreas Schwab <schwab@redhat.com>
50830
50831 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50832 domain only when needed.
50833
89f654c5
AS
508342011-06-30 Andreas Schwab <schwab@redhat.com>
50835
50836 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50837 is always restored.
50838
cf3b23ff
UD
508392011-06-29 Ulrich Drepper <drepper@gmail.com>
50840
50841 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50842 are re-adding the entry.
50843 * nscd/servicescache.c (cache_addserv): Likewise.
50844
751626f9
AJ
508452011-06-30 Aurelien Jarno <aurelien@aurel32.net>
50846
50847 * sysdeps/generic/dl-irel.h: fix protection against multiple
50848 inclusions.
50849 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50850
9113ea1f
UD
508512011-06-28 Ulrich Drepper <drepper@gmail.com>
50852
5c0b8d90
UD
50853 [BZ #12935]
50854 * malloc/memusage.sh: Fix quoting in message.
50855 * debug/xtrace.sh: Likewise.
50856
9113ea1f
UD
50857 * configure.in: Remove support for --experimental-malloc option, make
50858 it the default.
50859 * config.make.in: Likewise.
50860 * malloc/Makefile: Likewise.
50861
a4172181
AS
508622011-06-27 Andreas Schwab <schwab@redhat.com>
50863
50864 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50865 two-byte characters.
50866
78a7eee7
RM
508672011-06-27 Roland McGrath <roland@hack.frob.com>
50868
62bede13
RM
50869 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50870 AC_CACHE_CHECK invocation.
50871 * configure: Regenerated.
50872
78a7eee7
RM
50873 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50874
5ce33a62
UD
508752011-06-27 Ulrich Drepper <drepper@gmail.com>
50876
034807a9
UD
50877 [BZ #12350]
50878 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
50879 bit from old_res_options.
50880
4902da17
UD
50881 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50882
5ce33a62
UD
50883 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50884 value type for setfct.
50885
c2344f56
L
508862011-06-23 H.J. Lu <hongjiu.lu@intel.com>
50887
50888 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50889 __gettimeofday instead of gettimeofday.
50890
68468076
UD
508912011-06-26 Ulrich Drepper <drepper@gmail.com>
50892
50893 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50894
acb0d739
L
508952011-06-24 H.J. Lu <hongjiu.lu@intel.com>
50896
50897 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50898
50899 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50900 info.
50901
8912479f
L
509022011-06-22 H.J. Lu <hongjiu.lu@intel.com>
50903
50904 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50905 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50906 strcpy-sse2-unaligned strncpy-sse2-unaligned
50907 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50908 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50909 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50910 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50911 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50912 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50913 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50914 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50915 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50916 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50917 (STRCPY): Support SSE2 and SSSE3 versions.
50918
d5495a11
UD
509192011-06-24 Ulrich Drepper <drepper@gmail.com>
50920
50921 [BZ #12874]
50922 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50923 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50924 kernels which artificially limit size of requests.
50925
0b1cbaae
L
509262011-06-22 H.J. Lu <hongjiu.lu@intel.com>
50927
50928 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50929 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50930 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50931 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50932 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50933 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50934 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50935 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50936 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50937 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50938 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50939 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50940 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50941 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50942 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50943 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50944 Enable unaligned load optimization for Intel Core i3, i5 and i7
50945 processors.
50946 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50947 Define.
50948 (index_Fast_Unaligned_Load): Define.
50949 (HAS_FAST_UNALIGNED_LOAD): Define.
50950
07f494a0
MP
509512011-06-23 Marek Polacek <mpolacek@redhat.com>
50952
50953 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50954
fa3fc0fe
UD
509552011-06-22 Ulrich Drepper <drepper@gmail.com>
50956
50957 [BZ #12907]
50958 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50959 until it is clear that the information is realy needed.
50960 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50961
e12df166
AS
509622011-06-22 Andreas Schwab <schwab@redhat.com>
50963
50964 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50965
852eb34d
UD
509662011-06-22 Ulrich Drepper <drepper@gmail.com>
50967
84e2a551
UD
50968 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50969 /sys/devices/system/cpu/online if it is usable.
50970
852eb34d
UD
50971 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50972 reading the information from the /proc filesystem to once a second.
50973
6e502e19
UD
509742011-06-21 Andreas Jaeger <aj@suse.de>
50975
50976 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50977 NULL after inclusion of kernel headers.
50978
75d39ff2
UD
509792011-06-21 Ulrich Drepper <drepper@gmail.com>
50980
51f9aa6a
UD
50981 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50982 calls to internal_setent.
50983
c0244a9d
UD
50984 [BZ #12885]
50985 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50986 addresses using gethostbyname4_r ignore IPv4 addresses.
50987
c5e3c2ae
UD
50988 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50989 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
50990
75d39ff2
UD
50991 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50992
42675c6f
DM
509932011-06-20 David S. Miller <davem@davemloft.net>
50994
50995 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50996 inclusions.
50997 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50998
50999 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51000 (elf_irel): Use it.
51001 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51002 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51003 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51004 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51005 * sysdeps/x86_64/dl-irel.h: Likewise.
51006
51007 * elf/dl-runtime.c: Use elf_ifunc_invoke.
51008 * elf/dl-sym.c: Likewise.
51009
57912a71
UD
510102011-06-15 Ulrich Drepper <drepper@gmail.com>
51011
51012 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
51013 need to dereference resplen2.
51014
ee22793d
AS
510152011-06-14 Andreas Schwab <schwab@redhat.com>
51016
51017 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51018
a9e836b0
UD
510192011-06-15 Ulrich Drepper <drepper@gmail.com>
51020
77fb9117
UD
51021 * Makeconfig: Define vardbdir and inst_vardbdir.
51022 * nss/Makefile: Add rules to install db-Makefile.
51023
40c1b22c
UD
51024 * nss/nss_db/db-XXX.c: Cleanup.
51025
9f2da732
UD
51026 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51027 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51028 GLIBC_PRIVATE.
51029 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51030 * nss/makedb.c: Implement -g option to specify that value strings
51031 are generated and should not be added to table iterated over for
51032 get*ent calls.
51033 * nss/nss_db/db-initgroups.c: New file.
51034
82e9a1f7
UD
51035 * nss/getent.c: Add support for initgroups lookups through getgrouplist
51036 interface.
51037
c41af17e
UD
51038 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51039 (internal_getgrouplist): Adjust to name change.
51040 Update use_initgroups_entry if this is not the first call.
51041 * nss/databases.def: Add initgroups entry.
51042
a9e836b0
UD
51043 * nss/makedb.c (compute_tables): Check result of multiple hash table
51044 sizes to minimize maximum chain length.
51045
2666d441
UD
510462011-06-14 Ulrich Drepper <drepper@gmail.com>
51047
51048 * Versions.def: Add entry for libnss_db.
51049 * shlib-versions: Likewise.
51050 * nss/Makefile: Add rules to build libnss_db.
51051 * nss/Versions: Add libnss_db information. Organize libnss_files
51052 entries better.
51053 * nss/db-Makefile: Add gshadow support. Change rules for the new
51054 makedb progra. Some minor improvements to generate smaller files.
51055 * nss/nss_db/nss_db.h: Move NSS database header data structures to
51056 here from...
51057 * nss/makedb.c: ...here.
51058 Improve database format to be smaller and require less memory at
51059 runtime.
51060 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
51061 db anymore.
51062 * nss/nss_db/db-netgrp.c: Likewise.
51063 * nss/nss_db/db-open.c: Likewise.
51064 * nss/nss_files/flies-XXX.x: Adjust comments.
51065 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51066 * nss/nss_files/files-grp.c: Likewise.
51067 * nss/nss_files/files-hosts.c: Likewise.
51068 * nss/nss_files/files-network.c: Likewise.
51069 * nss/nss_files/files-proto.c: Likewise.
51070 * nss/nss_files/files-pwd.c: Likewise.
51071 * nss/nss_files/files-rpc.c: Likewise.
51072 * nss/nss_files/files-service.c: Likewise.
51073 * nss/nss_files/files-sgrp.c: Likewise.
51074 * nss/nss_files/files-spwd.c: Likewise.
51075 * nss/nss_db/db-alias.c: Removed.
51076 * nss/nss_db/dummy-db.h: Removed.
51077
9ee76b5a
UD
510782011-06-02 Ulrich Drepper <drepper@gmail.com>
51079
51080 * nss/makedb.c: Rewritten to not use database library.
51081 * nss/Makefile: Update to build new makedb program.
51082
c71ca1f8
AJ
510832011-06-14 Andreas Jaeger <aj@suse.de>
51084
51085 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51086 memset declaration.
51087
3154bfb8
UD
510882011-06-10 Andreas Schwab <schwab@redhat.com>
51089
51090 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51091 tmpbuf.
51092
b350afab
RM
510932011-06-10 Roland McGrath <roland@hack.frob.com>
51094
decd4e50
RM
51095 * Makerules (shlib.lds): Fail if the linker script comes out empty.
51096 * elf/Makefile ($(objpfx)ld.so): Likewise.
51097
5615eaf2
RM
51098 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51099 Don't list ld.so twice in dependencies.
51100
51101 * posix/bug-regex31.c: Include <stdlib.h>.
51102
51103 * nscd/hstcache.c (cache_addhst): Remove unused variable.
51104
51105 * nis/nss_compat/compat-spwd.c
51106 (getspent_next_nss_netgr): Remove unused variable.
51107 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51108
51109 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51110 nonmembers" output to use the right array.
51111
51112 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51113
51114 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51115
51116 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51117 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51118 * catgets/gencat.c (read_input_file): Likewise.
51119 * locale/programs/locarchive.c (enlarge_archive): Likewise.
51120
51121 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51122 variable definition inside #if's controlling its use.
51123
51124 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51125
51126 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51127
51128 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51129
51130 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51131 unreachable code.
51132
51133 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51134
b68e08db
RM
51135 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51136 * configure: Regenerated.
51137
b350afab
RM
51138 * Makerules: Revert last change.
51139 * elf/Makefile: Likewise.
51140
28368601
RM
511412011-06-09 Roland McGrath <roland@hack.frob.com>
51142
51143 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51144 * elf/Makefile ($(objpfx)librtld.os): Likewise.
51145 (reloc-link): Likewise.
51146
11988f8f
UD
511472011-06-09 Ulrich Drepper <drepper@gmail.com>
51148
51149 * elf/Makefile: Add rules to build pldd.
51150 * elf/pldd.c: New file.
51151 * elf/pldd-xx.c: New file.
51152
e80fab37
UD
511532011-06-07 Ulrich Drepper <drepper@gmail.com>
51154
51155 * version.h: Update for 2.15 development version.
51156
9b849836
DM
511572011-06-07 David S. Miller <davem@davemloft.net>
51158
51159 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51160 ifuncs.
51161 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51162 elf_machine_lazy_rel): Likewise.
51163 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51164 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51165 elf_machine_lazy_rel): Likewise.
51166 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51167 dl_hwcap via passed in argument.
51168 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51169 Likewise.
51170
5a31b283
AK
511712011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51172
51173 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
51174
069e52f8
RM
511752011-06-06 Roland McGrath <roland@hack.frob.com>
51176
51177 [BZ #12849]
51178 * manual/fdl-1.1.texi: New file, verbatim from:
51179 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51180 * manual/lgpl-2.1.texi: New file, verbatim from:
51181 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51182 * manual/Makefile (licenses): New variable, list those new file names.
51183 (texis): Use it.
51184 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51185
51186 * manual/fdl.texi: File removed.
51187 * manual/lesser.texi: File removed.
51188 * manual/libc.texinfo (Copying, Documentation License):
51189 Use new @include file names, put @appendix directive before @include.
51190
f16846a5
JJ
511912011-06-04 Jakub Jelinek <jakub@redhat.com>
51192
51193 [BZ #12841]
51194 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51195 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51196 (mq_open): Add __NTH.
51197
3d29045b
L
511982011-06-02 H.J. Lu <hongjiu.lu@intel.com>
51199
51200 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51201 Assume Intel Core i3/i5/i7 processor if AVX is available.
51202
8c297311
UD
512032011-05-31 Ulrich Drepper <drepper@gmail.com>
51204
51205 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51206 typo.
51207
c8fc0c91
UD
512082011-05-31 Andreas Schwab <schwab@redhat.com>
51209
51210 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51211 memory. Use alloca_account. Fix memory leak when retrying.
51212
5b27a807
UD
512132011-05-31 Ulrich Drepper <drepper@gmail.com>
51214
356f8bc6
UD
51215 * version.h (RELEASE): Bump for 2.14 release.
51216 * include/features.h (__GLIBC_MINOR__): Bump to 14.
51217
5b27a807
UD
51218 * config.make.in (RANLIB): Remove entry.
51219
01f16ab0
UD
512202011-05-30 Ulrich Drepper <drepper@gmail.com>
51221
41fce8bd
UD
51222 * po/Makefile (po-sed-cmd): Add ksh to extensions.
51223 (libc.pot): Work around missing support for .ksh extension in xgettext.
51224
4769ae77
UD
51225 [BZ #12684]
51226 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51227 if both request failed.
51228 (send_dg): In case of server errors clear resplen or *resplen2.
51229
6b1e7d19
UD
51230 [BZ #12454]
51231 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51232 when there are multiple maps.
51233 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51234 (_dl_fini): Remove test here.
51235
01f16ab0
UD
51236 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51237
b1ebd700
UD
512382011-05-29 Ulrich Drepper <drepper@gmail.com>
51239
7ae22829
UD
51240 [BZ #12350]
51241 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51242 bit from old_res_options.
51243 (gaih_inet): Likewise.
51244
553149f6 51245 [BZ #11099]
18a84741 51246 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
51247 as signed.
51248
652ffab1
UD
51249 * resolv/res_init.c (res_setoptions): Make the code more compact.
51250
16985fd0
UD
51251 [BZ #11558]
51252 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51253 set RES_USEVC.
51254
0464f746
UD
51255 [BZ #11634]
51256 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51257
7d17596c
UD
51258 * malloc/malloc.h: Mark malloc hook variables as deprecated.
51259
cf6bbbd7
UD
51260 [BZ #11781]
51261 * malloc/malloc.h: Declare malloc hook variables as volatile.
51262
13f1ab36
UD
51263 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51264 in last patch.
51265
b1ebd700
UD
51266 [BZ #11799]
51267 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 51268 raise in the comment.
80e2212d
UD
51269 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51270 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51271 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 51272
ce67228d
UD
512732011-05-28 Ulrich Drepper <drepper@gmail.com>
51274
8887a920
UD
51275 [BZ #12811]
51276 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51277 grow the buffers more if it already has to be sufficient.
51278 (build_wcs_upper_buffer): Likewise.
51279 * posix/regexec.c (check_matching): Likewise.
51280 (clean_state_log_if_needed): Likewise.
51281 (extend_buffers): Don't enlarge buffers beyond size of the input
51282 buffer.
51283 Patches mostly by Emil Wojak <emil@wojak.eu>.
51284 * posix/bug-regex32.c: New file.
51285 * posix/Makefile (tests): Add bug-regex32.
51286
4f031072
UD
51287 * locale/findlocale.c (_nl_find_locale): Return right away if
51288 _nl_explode_name failed.
51289 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51290
d0478f0c
UD
51291 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51292
de81b246
UD
51293 * debug/xtrace.sh: Unify messages.
51294 * malloc/memusage.sh: Likewise.
51295
c738465a
UD
51296 [BZ #12813]
51297 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51298 time symbol from vDSO. Substitute with vsyscall if not available.
51299 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51300 __vdso_time.
51301
f1f929d7
UD
51302 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51303 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51304 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51305 Add sendmmsg and internal_sendmmsg.
51306 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51307 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51308 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51309
ce67228d
UD
51310 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51311 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51312 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51313
e57420c6
UD
513142011-05-27 Ulrich Drepper <drepper@gmail.com>
51315
a8509ca5
UD
51316 [BZ #12813]
51317 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51318 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
51319 available.
51320 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51321 __vdso_getcpu.
51322
e57420c6
UD
51323 [BZ #12814]
51324 * iconvdata/Makefile (tests): Add bug-iconv9.
51325 * iconvdata/bug-iconv9.c: New file.
51326
4d07db15
AS
513272011-05-27 Andreas Schwab <schwab@redhat.com>
51328
51329 [BZ #12814]
51330 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51331
ea486f69
JJ
513322011-05-25 Jakub Jelinek <jakub@redhat.com>
51333
51334 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51335 (struct user_regs_struct): Change intcs field back to cs.
51336
6f038433
UD
513372011-05-25 Ulrich Drepper <drepper@gmail.com>
51338
51339 * po/ja.po: Update from translation team.
51340
67f86a25
UD
513412011-05-23 Ulrich Drepper <drepper@gmail.com>
51342
51343 [BZ #12795]
51344 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51345 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51346
def7fbd6
AS
513472011-05-20 Andreas Schwab <schwab@redhat.com>
51348
51349 * stdlib/longlong.h: Update from GCC.
51350
f50ef8f1
AS
513512011-05-23 Andreas Schwab <schwab@redhat.com>
51352
51353 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51354 parameter name.
51355 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51356 Add parameter name.
51357 (__sysconf): Pass it down.
51358
de7ce8f1
UD
513592011-05-22 Ulrich Drepper <drepper@gmail.com>
51360
f2962a71
UD
51361 [BZ #12671]
51362 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51363 some situations.
51364 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51365 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51366 add in in __libc_use_alloca calls. Adjust callers.
51367 (glob): Use malloc in some situations.
51368
de7ce8f1
UD
51369 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51370 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51371 pltexit.
51372
aec84f53
UD
513732011-05-21 Ulrich Drepper <drepper@gmail.com>
51374
05bb4a68
UD
51375 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51376 and CLOCK_BOOTTIME_ALARM.
51377
7ea72f99
UD
51378 [BZ #12782]
51379 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51380 is returned.
51381
7e4afad5
UD
51382 * string/_strerror.c (__strerror_r): Print negative errors as signed
51383 numbers.
51384
8e211fec
UD
51385 [BZ #12777]
51386 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51387 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51388 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51389
f7d82dc9
UD
51390 * configure.in: Fix typo in redirection and correct removal of test
51391 files in two cases.
51392
cc9e536d
UD
51393 [BZ #12788]
51394 * locale/setlocale.c (new_composite_name): Fix test to check for
51395 identical name of all categories.
51396
aec84f53
UD
51397 [BZ #12792]
51398 * libio/filedoalloc.c (local_isatty): New function.
51399 (_IO_file_doallocate): Use local_isatty.
51400 * stdio-common/perror.c (perror): In case a new stream is used
51401 forward the stream error.
51402 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51403 error flag.
51404
78e64fdc
RT
514052011-05-20 Ulrich Drepper <drepper@gmail.com>
51406
34a9094f
UD
51407 [BZ #11869]
51408 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51409 alloca.
51410 * include/alloca.h (extend_alloca_account): Define.
51411
78e64fdc
RT
51412 [BZ #11857]
51413 * posix/regex.h: Fix comments with documentation of user-accessible
51414 fields after compilation and describe correct free'ing of pattern
51415 after re_compile_pattern.
51416 Patch by Reuben Thomas <rrt@sc3d.org>.
51417
457bddfc
RA
514182011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
51419
51420 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51421 and -mno-altivec to prevent the compiler from using Altivec and/or
51422 VSX instructions when the corresponding registers are not available.
51423
a4527b51
AS
514242011-05-19 Andreas Schwab <schwab@redhat.com>
51425
51426 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51427
ed690b2f
UD
514282011-05-19 Ulrich Drepper <drepper@gmail.com>
51429
51430 * libio/freopen.c (freopen): Use __dup2, not dup2.
51431 * libio/freopen64.c (freopen64): Likewise.
51432
8db73634
L
514332011-05-17 H.J. Lu <hongjiu.lu@intel.com>
51434
51435 [BZ #12775]
51436 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51437 * math/Makefile (tests): Add test-powl.
51438 (CFLAGS-test-powl.c): Define.
51439 * math/test-powl.c: New file.
51440
0a197a9d
L
514412011-05-16 H.J. Lu <hongjiu.lu@intel.com>
51442
51443 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51444
ee30c380
UD
514452011-05-17 Ulrich Drepper <drepper@gmail.com>
51446
51447 [BZ #11837]
51448 * iconvdata/gb18030.c: Update to GB18020-2005.
51449
6ce75379
UD
514502011-05-16 Ulrich Drepper <drepper@gmail.com>
51451
a4b89fd8
AR
51452 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51453 RE_SYNTAX_POSIX_AWK): Update to match recent development.
51454 Patch by Aharon Robbins <arnold@skeeve.com>.
51455
ea389b12
UD
51456 [BZ #11892]
51457 * stdlib/putenv.c (putenv): Don't always create copy of the variable
51458 on the stack.
51459
68a3f91f
UD
51460 [BZ #11895]
51461 * misc/pselect.c (__pselect): Handle timeout value errors hidden
51462 through underflows.
51463
15cc7dd1
UD
51464 [BZ #12766]
51465 * misc/error.c (error_at_line): Ensure file_name and old_file_name
51466 point to strings before performing equality test for error_one_per_line
51467 mode.
51468
f3799213
UD
51469 [BZ #11697]
51470 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51471
d79a9c94
UD
51472 [BZ #11820]
51473 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51474 (struct user_fpregs_struct): Avoid __uint*_t types.
51475
56e5eb46
UD
51476 [BZ #6420]
51477 * malloc/mtrace.c (tr_where): Add additional parameter to point to
51478 symbol info. Use it instead of calling _dl_addr locally.
51479 (lock_and_info): New function.
51480 (tr_freehook): Call lock_and_info and pass symbol info as additional
51481 parameter to tr_where.
51482 (tr_mallochook): Likewise.
51483 (tr_reallochook): Likewise.
51484 (tr_memalignhook): Likewise.
51485
6ce75379
UD
51486 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
51487 used and couldn't be at all thread-safe.
51488
f8a3b5bf
UD
514892011-05-15 Ulrich Drepper <drepper@gmail.com>
51490
94b7cc37
UD
51491 * libio/freopen.c (freopen): Don't close old file descriptor
51492 before the new one is opened. Instead dup the new file descriptor
51493 to the old one after the new stream is created.
51494 * libio/freopen64.c (freopen64): Likewise.
51495 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51496 * libio/fileops.c (_IO_new_file_close_it): Handle new
51497 _IO_FLAGS2_NOCLOSE flag.
51498 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51499 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51500 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51501 _IO_FLAGS2_NOCLOSE flag.
51502 * include/unistd.h: Add hidden_proto for dup3.
51503 Define __have_dup3.
51504 * io/dup3.c: Define hidden symbol.
51505 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51506
bd25564e
UD
51507 [BZ #7101]
51508 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51509 when an incomplete long option is used.
51510 * posix/tst-getopt_long1.c: New file.
51511 * posix/Makefile (tests): Add tst-getopt_long1.
51512
c84cfef4
UD
51513 [BZ #10138]
51514 * scripts/config.guess: Update from autoconf-2.68.
51515 * scripts/config.sub: Likewise.
51516
3b85df27
UD
51517 [BZ #10157]
51518 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51519 tests into ...
51520 (has_cpuclock): ...this. New function.
51521 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51522 macro here based on has_cpuclock code.
51523
15a856b1
UD
51524 [BZ #10149]
51525 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51526 First byte (not low byte) is now always NUL.
51527 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51528
05f399e6
UD
51529 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51530 Use non-cancelable interfaces.
51531
10a52685 51532 [BZ #9809]
94ecc67d
UD
51533 * locale/iso-639.def: Add entry for Sorani.
51534
f8a3b5bf
UD
51535 [BZ #11901]
51536 * include/stdlib.h: Move include protection to the right place.
51537 Define abort_msg_s. Declare __abort_msg with it.
51538 * stdlib/abort.c (__abort_msg): Adjust type.
51539 * assert/assert.c (__assert_fail_base): New function. Majority
51540 of code from __assert_fail. Allocate memory for __abort_msg with
51541 mmap.
51542 (__assert_fail): Now call __assert_fail_base.
51543 * assert/assert-perr.c: Remove bulk of implementation. Use
51544 __assert_fail_base.
51545 * include/assert.hL Declare __assert_fail_base.
51546 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51547 mmap.
51548 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51549
1af4e298
UD
515502011-05-14 Ulrich Drepper <drepper@gmail.com>
51551
f8a3b5bf 51552 [BZ #11952]
d26dfc60
MG
51553 [BZ #12453]
51554 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51555 until all modules are registered in the DTV.
51556 * elf/Makefile: Add rules to build and run tst-tls19.
51557 * elf/tst-tls19.c: New file.
51558 * elf/tst-tls19mod1.c: New file.
51559 * elf/tst-tls19mod2.c: New file.
51560 * elf/tst-tls19mod3.c: New file.
51561 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51562
2fc54d6f
UD
51563 [BZ #12083]
51564 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51565 correctly.
51566
98d76b46
UD
51567 [BZ #12601]
51568 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51569 two-byte sequence errors.
51570 * iconvdata/Makefile (tests): Add bug-iconv8.
51571 * iconvdata/bug-iconv8.c: New file.
51572
da3c19ef
UD
51573 [BZ #12626]
51574 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51575 buf2 definition.
51576
ca408c15
UD
51577 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51578
d6f67f7d
UD
51579 [BZ #12432]
51580 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51581 (dummy_getcfa): New function.
51582 (init): Get _Unwind_GetCFA address, use dummy if not found.
51583 (backtrace_helper): In recursion check, also check whether CFA changes.
51584 (__backtrace): Completely initialize arg.
51585
1af4e298 51586 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
51587 storing incomplete byte sequence in state object. Avoid testing for
51588 guaranteed too small input if we know there is enough data available.
1af4e298 51589
da62f81b
AS
515902011-05-11 Andreas Schwab <schwab@redhat.com>
51591
51592 * Makeconfig (+link-pie): Indent.
51593 * Rules (binaries-pie): Define if $(have-fpie) and
51594 $(build-shared).
51595 (binaries-shared): Also filter out $(binaries-pie).
51596 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51597 * nscd/Makefile (others-pie): Add nscd.
51598 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51599 ($(objpfx)nscd): Remove command override.
51600 * login/Makefile (others-pie): Add pt_chown.
51601 ($(objpfx)pt_chown): Remove command override.
51602 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51603 remove command overrides.
51604
fcabc0f8
UD
516052011-05-13 Ulrich Drepper <drepper@gmail.com>
51606
20030ae6
UD
51607 * libio/tst_putwc.c: Fix error messages.
51608
fcabc0f8
UD
51609 [BZ #12724]
51610 * libio/fileops.c (_IO_new_file_close_it): Always flush when
51611 currently writing and seek to current position when not.
51612 * libio/Makefile (tests): Add bug-fclose1.
51613 * libio/bug-fclose1.c: New file.
51614
320a5dc0
PB
516152011-05-12 Ulrich Drepper <drepper@gmail.com>
51616
51617 [BZ #12511]
51618 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51619 don't set DF_1_NODELETE here.
51620 (do_lookup_x): When entering new entry test for copy relocation
51621 and if necessary set DF_1_NODELETE flag.
51622 * elf/tst-unique4.cc: New file.
51623 * elf/tst-unique4.h: New file.
51624 * elf/tst-unique4lib.cc: New file.
51625 * elf/Makefile: Add rules to build and run tst-unique4.
51626 Patch by Piotr Bury <pbury@goahead.com>.
51627
22836f52
UD
516282011-05-11 Ulrich Drepper <drepper@gmail.com>
51629
f574184a
UD
51630 [BZ #12052]
51631 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51632
e1fb097f
UD
51633 [BZ #12625]
51634 * misc/mntent_r.c (addmntent): Flush the stream after the output
51635
22836f52
UD
51636 [BZ #12393]
51637 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51638 (is_trusted_path_normalize): Skip initial colon. Append slash
51639 to empty buffer. Duplicate is_trusted_path code but allow
51640 constructed patch to be prefix.
51641 (is_dst): Allow $ORIGIN followed by /.
51642 (_dl_dst_substitute): Correct clearing of check_for_trusted.
51643 Correct testing of result of is_trusted_path_normalize
51644 (decompose_rpath): Fix warning.
51645
7b3b0b2a
UD
516462011-05-10 Ulrich Drepper <drepper@gmail.com>
51647
51648 [BZ #11257]
51649 * grp/initgroups.c (internal_getgrouplist): When we found the service
51650 list through the initgroups entry in nsswitch.conf do not always
51651 continue on a successful lookup. Don't always use the
eac80ce2 51652 __nss_group_database value if it is set.
7b3b0b2a
UD
51653 * nss/nsswitch.conf (initgroups): Change action for successful db
51654 lookup to continue for compatibility.
51655
2a81eaa5
UD
516562011-05-09 Ulrich Drepper <drepper@gmail.com>
51657
be97a69e
UD
51658 [BZ #11532]
51659 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51660 and CP774 modules.
51661 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51662 and CP774 modules.
51663 * iconvdata/tst-tables.sh: Likewise.
51664 * iconvdata/cp770.c: New file.
51665 * iconvdata/cp771.c: New file.
51666 * iconvdata/cp772.c: New file.
51667 * iconvdata/cp773.c: New file.
51668 * iconvdata/cp774.c: New file.
51669 * iconvdata/testdata/CP770: New file.
51670 * iconvdata/testdata/CP770..UTF8: New file.
51671 * iconvdata/testdata/CP771: New file.
51672 * iconvdata/testdata/CP771..UTF8: New file.
51673 * iconvdata/testdata/CP772: New file.
51674 * iconvdata/testdata/CP772..UTF8: New file.
51675 * iconvdata/testdata/CP773: New file.
51676 * iconvdata/testdata/CP773..UTF8: New file.
51677 * iconvdata/testdata/CP774: New file.
51678 * iconvdata/testdata/CP774..UTF8: New file.
51679
51680 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51681 END CHARMAP line.
51682 * iconvdata/gen-8bit-gap.sh: Likewise.
51683 * iconvdata/gen-8bit.sh: Likewise.
51684
c1e9e399
UD
51685 * locale/iso-639.def: Add ary entry.
51686
24c55fb3 51687 [BZ #11258]
96b4b1b0
UD
51688 * locale/C-translit.h.in: Add U20A1 transliteration.
51689
bdc2f971
KB
51690 [BZ #12178]
51691 * locale/iso-639.def: Add wae entry.
51692 Patch by Kevin Bortis <bortis@translate-wae.ch>.
51693
2952b117
UD
51694 [BZ #12545]
51695 * locale/programs/localedef.c (construct_output_path): Use ssize_t
51696 for n.
51697
2a81eaa5
UD
51698 [BZ #12711]
51699 * locale/C-translit.h.in: Add entry for U20B9.
51700 Patch by pravin.d.s@gmail.com.
51701
28377d1b
UD
517022011-05-08 Ulrich Drepper <drepper@gmail.com>
51703
7fb90fb8
UD
51704 [BZ #12713]
51705 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51706 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
51707 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
51708 in rtld. Use *stat64.
7fb90fb8 51709 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 51710 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 51711 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
51712 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51713 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51714 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51715 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51716 __fstatat64 macros.
7fb90fb8
UD
51717 * include/dirent.h: Add libc_hidden_proto for rewinddir.
51718 * dirent/rewinddir.c: Add libc_hidden_def.
51719 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 51720 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 51721
28377d1b
UD
51722 * include/dirent.h (__alloc_dir): Add flags parameter.
51723 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51724 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51725 __alloc_dir.
51726 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
51727 from fdopendir if O_CLOEXEC is already set.
51728
66bdbaa4
AM
517292011-03-15 Alan Modra <amodra@gmail.com>
51730
51731 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51732 l_tls_firstbyte_offset non-zero. Save padding offset in
51733 l_tls_firstbyte_offset for later use.
51734 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51735 freeing static tls block.
51736
95721191
JN
517372011-03-05 Jonathan Nieder <jrnieder@gmail.com>
51738
51739 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51740 where #ifdef was intended. The intent is to prevent ARG_MAX from
51741 being defined by the kernel headers.
51742
f87dfb1f
UD
517432011-05-07 Ulrich Drepper <drepper@gmail.com>
51744
51745 [BZ #12734]
51746 * resolv/resolv.h: Define RES_NOTLDQUERY.
51747 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51748 no-tld-query and set RES_NOTLDQUERY.
51749 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51750 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51751 modern BIND to search name as TLD unless forbidden.
51752
47c3cd7a
UD
517532011-05-07 Petr Baudis <pasky@suse.cz>
51754 Ulrich Drepper <drepper@gmail.com>
51755
51756 [BZ #12393]
51757 * elf/dl-load.c (fillin_rpath): Move trusted path check...
51758 (is_trusted_path): ...to here.
c1e9ea35 51759 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 51760 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 51761 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 51762
8a35c912
PP
517632011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
51764
51765 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51766 __BEGIN/__END_DECLS.
51767
acd41f47
UD
517682011-05-06 Ulrich Drepper <drepper@gmail.com>
51769
51770 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51771 NSS_STATUS_NOTFOUND if no record was found.
51772
597df647
AS
517732011-05-05 Andreas Schwab <schwab@redhat.com>
51774
51775 * sunrpc/Makefile (headers): Add rpc/netdb.h.
51776 (headers-not-in-tirpc): Remove rpc/netdb.h
51777 * resolv/netdb.h: Revert last change.
51778
b9af1301
PP
517792011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
51780
51781 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51782 circular dependency between libgcc.a and libc.a.
51783
4e34d5f5
AS
517842011-05-05 Andreas Schwab <schwab@redhat.com>
51785
51786 * resolv/netdb.h: Don't include <rpc/netdb.h>.
51787 * nis/Makefile: Don't install rpcsvc/*.
51788 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51789 instead of <rpc/types.h>.
51790 (MAXHOSTNAMELEN): Define.
51791
00ee369c
AS
517922011-05-03 Andreas Schwab <schwab@redhat.com>
51793
51794 * elf/ldconfig.c (add_dir): Don't crash on empty path.
51795
0b592a30
MB
517962011-04-28 Maciej Babinski <mbabinski@google.com>
51797
51798 [BZ #12714]
51799 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51800 gethostbyname4_r when IPv6 results are possible.
51801
6e04cbbe
UD
518022011-05-02 Ulrich Drepper <drepper@gmail.com>
51803
51804 [BZ #12723]
51805 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51806 _PC_PIPE_BUF handling.
51807
e4ecafe0
BH
518082011-04-30 Bruno Haible <bruno@clisp.org>
51809
51810 [BZ #12717]
51811 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51812 * resolv/netdb.h (getnameinfo): Change type of flags parameter
51813 to 'int'.
51814 * inet/getnameinfo.c (getnameinfo): Likewise.
51815
125ee683
UD
518162011-04-29 Ulrich Drepper <drepper@gmail.com>
51817
51818 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51819 to groups setting in database lookup.
51820 * nss/nsswitch.conf: Add initgroups entry.
51821
b722481a
EB
518222011-04-22 Ulrich Drepper <drepper@gmail.com>
51823
51824 [BZ #12685]
51825 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51826 mode string.
51827 Patch by Eric Blake <eblake@redhat.com>.
51828
4df46dbd
L
518292011-04-20 H.J. Lu <hongjiu.lu@intel.com>
51830
51831 * sunrpc/Makefile (need-export-routines): Add svc_run.
51832 (routines): Remove svc_run.
51833 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51834 * sunrpc/clnt_perr.c (clnt_perrno): Export.
51835 * sunrpc/svc_run.c (svc_run): Likewise.
51836 * sunrpc/svc_udp.c (svcudp_create): Likewise.
51837
e84142d2
UD
518382011-04-21 Ulrich Drepper <drepper@gmail.com>
51839
51840 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51841 problem in reallocation in last patch.
51842
877175d8
UD
518432011-04-20 Ulrich Drepper <drepper@gmail.com>
51844
51845 * sunrpc/Makefile: Move inclusion of Rules.
51846
ab8eed78
UD
518472011-04-19 Ulrich Drepper <drepper@gmail.com>
51848
51849 * nss/nss_files/files-initgroups.c: New file.
51850 * nss/Makefile (libnss_files-routines): Add files-initgroups.
51851 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51852 _nss_files_initgroups_dyn.
51853
e3d8f584
RS
518542011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
51855
51856 * elf/elf.h (R_ARM_IRELATIVE): Define.
51857
af190f45
UD
518582011-04-19 Ulrich Drepper <drepper@gmail.com>
51859
51860 * po/ru.po: Update from translation team.
51861
53cf59ef
UD
518622011-04-17 Ulrich Drepper <drepper@gmail.com>
51863
51864 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51865 dependencies.
51866
4c559bcd
MF
518672011-02-06 Mike Frysinger <vapier@gentoo.org>
51868
51869 [BZ #12653]
51870 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51871 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51872 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51873 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51874 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51875
4420675c
AS
518762011-03-28 Andreas Schwab <schwab@linux-m68k.org>
51877
51878 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51879 differing bytes.
51880 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51881 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51882 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51883
75ea32ab
UD
518842011-04-17 Ulrich Drepper <drepper@gmail.com>
51885
51886 [BZ #12420]
51887 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51888 storing it.
51889 * stdlib/bug-getcontext.c: New file.
51890 * stdlib/Makefile: Add rules to build and run bug-getcontext.
51891
27390476
AK
518922011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51893
51894 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51895 instructions into .machine "z9-109".
51896 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51897 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51898
10442705
AK
518992011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
51900
51901 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51902 between environment variables and auxiliary vector.
51903
7b57bfe5
UD
519042011-04-16 Ulrich Drepper <drepper@gmail.com>
51905
51906 * Makefile: Add rules to build linkobj/libc.so.
51907 * include/libc-symbols.h: Define libc_hidden_nolink.
51908 * include/rpc/auth.h: Mark functions which are to be hidden.
51909 * include/rpc/auth_des.h: Likewise.
51910 * include/rpc/auth_unix.h: Likewise.
51911 * include/rpc/clnt.h: Likewise.
51912 * include/rpc/des_crypt.h: Likewise.
51913 * include/rpc/key_prot.h: Likewise.
51914 * include/rpc/pmap_clnt.h: Likewise.
51915 * include/rpc/pmap_prot.h: Likewise.
51916 * include/rpc/pmap_rmt.h: Likewise.
51917 * include/rpc/rpc_msg.h: Likewise.
51918 * include/rpc/svc.h: Likewise.
51919 * include/rpc/svc_auth.h: Likewise.
51920 * include/rpc/xdr.h: Likewise.
51921 * nis/Makefile: Link all DSOs against linkobj/libc.so.
51922 * nss/Makefile: Likewise.
51923 * sunrpc/Makefile: Don't install headers. Build library with normal
51924 entry points. Don't build rpcinfo. Link RPC tests appropriately.
51925 * sunrpc/auth_des.c: Hide exported symbols by default, export some
51926 for the compat linking library. Remove use of INTDEF/INTUSE.
51927 * sunrpc/auth_none.c: Likewise.
51928 * sunrpc/auth_unix.c: Likewise.
51929 * sunrpc/authdes_prot.c: Likewise.
51930 * sunrpc/authuxprot.c: Likewise.
51931 * sunrpc/clnt_gen.c: Likewise.
51932 * sunrpc/clnt_perr.c: Likewise.
51933 * sunrpc/clnt_raw.c: Likewise.
51934 * sunrpc/clnt_simp.c: Likewise.
51935 * sunrpc/clnt_tcp.c: Likewise.
51936 * sunrpc/clnt_udp.c: Likewise.
51937 * sunrpc/clnt_unix.c: Likewise.
51938 * sunrpc/des_crypt.c: Likewise.
51939 * sunrpc/des_soft.c: Likewise.
51940 * sunrpc/get_myaddr.c: Likewise.
51941 * sunrpc/key_call.c: Likewise.
51942 * sunrpc/key_prot.c: Likewise.
51943 * sunrpc/netname.c: Likewise.
51944 * sunrpc/pm_getmaps.c: Likewise.
51945 * sunrpc/pm_getport.c: Likewise.
51946 * sunrpc/pmap_clnt.c: Likewise.
51947 * sunrpc/pmap_prot.c: Likewise.
51948 * sunrpc/pmap_prot2.c: Likewise.
51949 * sunrpc/pmap_rmt.c: Likewise.
51950 * sunrpc/publickey.c: Likewise.
51951 * sunrpc/rpc_cmsg.c: Likewise.
51952 * sunrpc/rpc_common.c: Likewise.
51953 * sunrpc/rpc_dtable.c: Likewise.
51954 * sunrpc/rpc_prot.c: Likewise.
51955 * sunrpc/rpc_thread.c: Likewise.
51956 * sunrpc/rtime.c: Likewise.
51957 * sunrpc/svc.c: Likewise.
51958 * sunrpc/svc_auth.c: Likewise.
51959 * sunrpc/svc_authux.c: Likewise.
51960 * sunrpc/svc_raw.c: Likewise.
51961 * sunrpc/svc_run.c: Likewise.
51962 * sunrpc/svc_simple.c: Likewise.
51963 * sunrpc/svc_tcp.c: Likewise.
51964 * sunrpc/svc_udp.c: Likewise.
51965 * sunrpc/svc_unix.c: Likewise.
51966 * sunrpc/svcauth_des.c: Likewise.
51967 * sunrpc/xcrypt.c: Likewise.
51968 * sunrpc/xdr.c: Likewise.
51969 * sunrpc/xdr_array.c: Likewise.
51970 * sunrpc/xdr_float.c: Likewise.
51971 * sunrpc/xdr_intXX_t.c: Likewise.
51972 * sunrpc/xdr_mem.c: Likewise.
51973 * sunrpc/xdr_rec.c: Likewise.
51974 * sunrpc/xdr_ref.c: Likewise.
51975 * sunrpc/xdr_sizeof.c: Likewise.
51976 * sunrpc/xdr_stdio.c: Likewise.
51977
e6c61494
UD
519782011-04-10 Ulrich Drepper <drepper@gmail.com>
51979
51980 [BZ #12650]
51981 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51982 * sysdeps/ia64/dl-tls.h: Likewise.
51983 * sysdeps/powerpc/dl-tls.h: Likewise.
51984 * sysdeps/s390/dl-tls.h: Likewise.
51985 * sysdeps/sh/dl-tls.h: Likewise.
51986 * sysdeps/sparc/dl-tls.h: Likewise.
51987 * sysdeps/x86_64/dl-tls.h: Likewise.
51988 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51989
34fe483e
AS
519902011-03-14 Andreas Schwab <schwab@redhat.com>
51991
51992 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51993 rpath element also skip the following colon.
51994 (expand_dynamic_string_token): Add is_path parameter and pass
51995 down to DL_DST_REQUIRED and _dl_dst_substitute.
51996 (decompose_rpath): Call expand_dynamic_string_token with
51997 non-zero is_path. Ignore empty rpaths.
51998 (_dl_map_object_from_fd): Call expand_dynamic_string_token
51999 with zero is_path.
52000
f12a32e6
AS
520012011-04-08 Andreas Schwab <schwab@linux-m68k.org>
52002
52003 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52004 Make cancelable.
52005
38a7d692
UD
520062011-04-09 Ulrich Drepper <drepper@gmail.com>
52007
52008 [BZ #12655]
52009 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52010 Patch by Filipe David Manana <fdmanana@apache.org>.
52011
e451d22b
AS
520122011-04-07 Andreas Schwab <schwab@redhat.com>
52013
52014 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52015 Maintain aligned stack.
52016 (CHECK_RSP): Remove unused macro.
52017
dedc7c7b
UD
520182011-04-03 Ulrich Drepper <drepper@gmail.com>
52019
52020 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52021 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52022
94521213
UD
520232011-04-02 Ulrich Drepper <drepper@gmail.com>
52024
52025 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52026
8cb700c0 52027 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 52028
0354e355
L
520292011-03-26 H.J. Lu <hongjiu.lu@intel.com>
52030
52031 [BZ #12518]
52032 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52033 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52034 * sysdeps/x86_64/memmove.c: New file.
52035 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52036 (memcpy): Renamed to ...
52037 (__new_memcpy): This.
52038 (memcpy): Provide GLIBC_2_14 memcpy.
52039 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52040 (memcpy): Provide GLIBC_2_2_5 memcpy.
52041
8593482f
UD
520422011-04-01 Ulrich Drepper <drepper@gmail.com>
52043
52044 [BZ #12631]
52045 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52046
81a5726b
AS
520472011-03-30 Andreas Schwab <schwab@redhat.com>
52048
52049 * misc/syncfs.c: New file.
52050 * misc/Makefile (routines): Add syncfs.
52051 * posix/unistd.h: Declare syncfs.
52052 * sysdeps/unix/syscalls.list: Add syncfs.
52053
00e5419f
AS
520542011-04-01 Andreas Schwab <schwab@redhat.com>
52055
52056 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52057 open_by_handle_at.
52058 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52059 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52060 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52061 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52062 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52063 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52064 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52065
748876bf
UD
520662011-04-01 Ulrich Drepper <drepper@gmail.com>
52067
658e451d
UD
52068 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52069 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52070 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52071 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52072 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52073 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52074 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52075
748876bf
UD
52076 * io/Makefile: Compile fallocate.c, fallocate64.c, and
52077 sync_file_range.c with -fexceptions.
52078 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52079 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52080 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52081 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52082 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52083 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52084 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
52085 sync_file_range as cancellation point
52086 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
52087 now a wrapper around __call_sync_file_range with cancellation handling.
52088 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52089 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
52090 function name to __call_sync_file_range.
52091 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52092 Add call_sync_file_range.
748876bf 52093
6e63d5e1
AS
520942011-04-01 Andreas Schwab <schwab@redhat.com>
52095
52096 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 52097 bits/timex.h.
6e63d5e1 52098
46998f74
UD
520992011-04-01 Ulrich Drepper <drepper@gmail.com>
52100
4c1423ed
UD
52101 * iconv/iconv.h: Fix typo in comment.
52102 * io/fcntl.h: Likewise.
52103 * libio/stdio.h: Likewise.
52104 * posix/spawn.h: Likewise.
52105 * posix/unistd.h: Likewise.
52106 * stdlib/stdlib.h: Likewise.
52107 * time/time.h: Likewise.
52108 * wcsmbs/wchar.h: Likewise.
52109
158648c0
UD
52110 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52111 open_by_handle): Add.
52112 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52113 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
52114 Augment a few comments.
52115 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52116 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52117 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52118 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52119 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52120 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52121 open_by_handle.
52122
46998f74
UD
52123 * io/fcntl.h (AT_EMPTY_PATH): Define.
52124
83fe108b
UD
521252011-03-30 Ulrich Drepper <drepper@gmail.com>
52126
52127 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52128 * sysdeps/unix/sysv/linux/bits/time.h: New file.
52129 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52130 to...
52131 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
52132 * Versions.def: Add GLIBC_2.14.
52133 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52134 Export.
83fe108b 52135
bb242059
UD
521362011-03-22 Ulrich Drepper <drepper@gmail.com>
52137
52138 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52139 round counter.
52140 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52141
c97a1282
L
521422011-03-20 H.J. Lu <hongjiu.lu@intel.com>
52143
52144 [BZ #12597]
52145 * string/test-strncmp.c (do_page_test): New function.
52146 (check2): Likewise.
52147 (test_main): Call check2.
52148 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52149
2a115601
UD
521502011-03-20 Ulrich Drepper <drepper@gmail.com>
52151
52152 [BZ #12587]
52153 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52154 Handle cache information in CPU leaf 4.
52155 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52156
8126d904
UD
521572011-03-18 Ulrich Drepper <drepper@gmail.com>
52158
042c49c6 52159 [BZ #12583]
8126d904
UD
52160 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52161 character representation.
52162 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52163
ccfe366e
RA
521642011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
52165
52166 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52167 END(__isnan) to END(__isnanf) to match function entry point/label
52168 EALIGN(__isnanf,...).
52169
c6e13027
JJ
521702011-03-10 Jakub Jelinek <jakub@redhat.com>
52171
52172 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52173
33f85a3f
UD
521742011-03-10 Ulrich Drepper <drepper@gmail.com>
52175
028478fa
UD
52176 [BZ #12510]
52177 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52178 copy from the symbol referenced in the relocation to initialize the
52179 used variable.
52180 Patch by Piotr Bury <pbury@goahead.com>.
52181 * elf/Makefile: Add rules to build and tst-unique3.
52182 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52183 * elf/tst-unique3.cc: New file.
52184 * elf/tst-unique3.h: New file.
52185 * elf/tst-unique3lib.cc: New file.
52186 * elf/tst-unique3lib2.cc: New file.
52187
33f85a3f
UD
52188 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52189
03592fc7
MF
521902011-03-10 Mike Frysinger <vapier@gentoo.org>
52191
52192 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52193 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
52194 to _start.
03592fc7 52195
6a5ee102
UD
521962011-03-06 Ulrich Drepper <drepper@gmail.com>
52197
52198 * elf/dl-load.c (_dl_map_object): If we are looking for the first
52199 to-be-loaded object along a path to loader is ld.so.
52200
7e4ba49c
HJ
522012011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52202 Ulrich Drepper <drepper@gmail.com>
52203
52204 * sysdeps/x86_64/memset.S: After aligning destination, code
52205 branches to different locations depending on the value of
52206 misalignment, when multiarch is enabled. Fix this.
52207
522082011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
52209
52210 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52211 Set _x86_64_preferred_memory_instruction for AMD processsors.
52212 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52213 Set bit_Prefer_SSE_for_memop for AMD processors.
52214
13a804de
UD
522152011-03-04 Ulrich Drepper <drepper@gmail.com>
52216
52217 * libio/fmemopen.c (fmemopen): Optimize a bit.
52218
9d25c392
AS
522192011-03-03 Andreas Schwab <schwab@redhat.com>
52220
52221 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52222
a5543c6a
RM
522232011-03-03 Roland McGrath <roland@redhat.com>
52224
52225 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52226
012d35f7
DM
522272011-02-28 Aurelien Jarno <aurelien@aurel32.net>
52228
7e4ba49c 52229 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
52230 __bzero_ultra1 instead of __memset_ultra1.
52231
4bff6e01
AS
522322011-02-23 Andreas Schwab <schwab@redhat.com>
52233 Ulrich Drepper <drepper@gmail.com>
52234
52235 [BZ #12509]
52236 * include/link.h (struct link_map): Add l_orig_initfini.
52237 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52238 returning unsuccessfully.
52239 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52240 close of a file loaded at startup, restore the original l_initfini
52241 list.
52242 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52243 list, store the pointer.
52244 * elf/Makefile ($(objpfx)noload-mem): New rule.
52245 (noload-ENV): Define.
52246 (tests): Add $(objpfx)noload-mem.
52247 * elf/noload.c: Include <memcheck.h>.
52248 (main): Call mtrace. Close all opened handles.
52249
f2092faf
AS
522502011-02-17 Andreas Schwab <schwab@redhat.com>
52251
52252 [BZ #12454]
52253 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52254 dependencies are missing.
52255
6c8a2e88
ST
522562011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
52257
f2092faf 52258 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
52259 Hurd needs munmap.
52260 * sysdeps/mach/hurd/ifreq.h: New file.
52261
84a42118
PB
522622011-01-27 Petr Baudis <pasky@suse.cz>
52263 Ulrich Drepper <drepper@gmail.com>
52264
071f805e 52265 [BZ 12445]#
84a42118
PB
52266 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52267 to extend_alloca().
52268 * stdio-common/bug23.c: New file.
52269 * stdio-common/Makefile (tests): Add bug23.
52270
e23fe25b
AS
522712010-09-28 Andreas Schwab <schwab@redhat.com>
52272 Ulrich Drepper <drepper@gmail.com>
52273
52274 [BZ #12489]
52275 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52276 before performing relro protection. At old place add assertion
52277 to make sure nothing changed.
52278
d3f02e10
NS
522792011-02-17 Nathan Sidwell <nathan@codesourcery.com>
52280 Glauber de Oliveira Costa <glommer@gmail.com>
52281
52282 * elf/elf.h: Add new ARM TLS relocs.
52283
d55fd7a5
RA
522842011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
52285
52286 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52287 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52288 cast from r3.
52289 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
52290 'tests' variable.
52291 * sysdeps/wordsize-64/tst-writev.c: New file.
52292
2206397e
RA
522932011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
52294
52295 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52296 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52297 insns in _dl_start to prevent a TOC reference before relocs are
52298 resolved.
52299
e9433893
UD
523002011-02-15 Ulrich Drepper <drepper@gmail.com>
52301
52302 [BZ #12469]
52303 * Makeconfig: Remove RANLIB definition.
52304 * Makerules: Don't use RANLIB.
52305 * aclocal.m4: Remove ranlib test.
52306 * configure.in: No need to check for ranlib.
52307 * elf/rtld-Rules: Don't use RANLIB.
52308
f75286c6
ST
523092011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
52310
8e31c82d
ST
52311 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52312 protection macro.
52313 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52314 inclusion protection macro.
52315
f75286c6
ST
52316 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52317 SIGRTMIN and SIGRTMAX and print information in that case only when
52318 SIGRTMIN is defined.
52319
c1d0e639
JJ
523202011-02-11 Jakub Jelinek <jakub@redhat.com>
52321
52322 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52323 arginfo fn returning -1.
52324
52325 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52326 and thousands string is zero terminated.
52327
edf9294e
AS
523282011-02-03 Andreas Schwab <schwab@redhat.com>
52329
52330 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52331 sysdeps/unix/sysv/linux/bits/socket.h.
52332
2b7e92df
ST
523332011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
52334
edf9294e
AS
52335 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52336 (__CPU_COUNT): Remove old macros.
52337 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52338 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52339 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
52340 (__sched_cpualloc, __sched_cpufree): Add declarations.
52341
a4c7ea7b
UD
523422011-02-05 Ulrich Drepper <drepper@gmail.com>
52343
52344 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52345 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52346 * nscd/aicache.c (addhstaiX): Return timeout of added value.
52347 (readdhstai): Return value of addhstaiX call.
52348 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52349 (addgrbyX): Return value returned by cache_addgr.
52350 (readdgrbyname): Return value returned by addgrbyX.
52351 (readdgrbygid): Likewise.
52352 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52353 (addpwbyX): Return value returned by cache_addpw.
52354 (readdpwbyname): Return value returned by addhstbyX.
52355 (readdpwbyuid): Likewise.
52356 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52357 (addservbyX): Return value returned by cache_addserv.
52358 (readdservbyname): Return value returned by addservbyX:
52359 (readdservbyport): Likewise.
52360 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52361 (addhstbyX): Return value returned by cache_addhst.
52362 (readdhstbyname): Return value returned by addhstbyX.
52363 (readdhstbyaddr): Likewise.
52364 (readdhstbynamev6): Likewise.
52365 (readdhstbyaddrv6): Likewise.
52366 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52367 (readdinitgroups): Return value returned by addinitgroupsX.
52368 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52369 (prune_cache): Keep track of timeout value of re-added entries.
52370 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52371 * nscd/nscd.h: Adjust prototypes of readd* functions.
52372
a0bf67cc
RM
523732011-02-04 Roland McGrath <roland@redhat.com>
52374
52375 * nis/nis_server.c (nis_servstate): Use the right name for 0.
52376 (nis_stats): Likewise.
52377 * nis/nis_modify.c (nis_modify): Likewise.
52378 * nis/nis_remove.c (nis_remove): Likewise.
52379 * nis/nis_add.c (nis_add): Likewise.
52380
52381 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52382
52383 * posix/fnmatch_loop.c: Add some consts.
52384
52385 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52386
435b95eb
L
523872011-02-02 H.J. Lu <hongjiu.lu@intel.com>
52388
52389 [BZ #12460]
52390 * config.make.in (config-cflags-novzeroupper): Define.
52391 * configure.in: Substitute libc_cv_cc_novzeroupper.
52392 * elf/Makefile (AVX-CFLAGS): Define.
52393 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52394 (CFLAGS-tst-auditmod4a.c): Likewise.
52395 (CFLAGS-tst-auditmod4b.c): Likewise.
52396 (CFLAGS-tst-auditmod6b.c): Likewise.
52397 (CFLAGS-tst-auditmod6c.c): Likewise.
52398 (CFLAGS-tst-auditmod7b.c): Likewise.
52399 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52400
8517b15e
UD
524012011-02-02 Ulrich Drepper <drepper@gmail.com>
52402
52403 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52404 function to the callback.
52405 Patch partly by Jiri Olsa <jolsa@redhat.com>.
52406
10a656fe
AS
524072011-02-02 Andreas Schwab <schwab@redhat.com>
52408
52409 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52410 of errno.
52411
968dad0a
UD
524122011-01-19 Ulrich Drepper <drepper@gmail.com>
52413
9f94d2ea 52414 [BZ #11724]
968dad0a
UD
52415 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52416 of constructors.
52417 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52418 of destructors.
52419 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52420
52421 [BZ #11724]
52422 * elf/Makefile: Add rules to build and run new test.
52423 * elf/tst-initorder.c: New file.
52424 * elf/tst-initorder.exp: New file.
52425 * elf/tst-initordera1.c: New file.
52426 * elf/tst-initordera2.c: New file.
52427 * elf/tst-initordera3.c: New file.
52428 * elf/tst-initordera4.c: New file.
52429 * elf/tst-initorderb1.c: New file.
52430 * elf/tst-initorderb2.c: New file.
52431 * elf/tst-order-a1.c: New file.
52432 * elf/tst-order-a2.c: New file.
52433 * elf/tst-order-a3.c: New file.
52434 * elf/tst-order-a4.c: New file.
52435 * elf/tst-order-b1.c: New file.
52436 * elf/tst-order-b2.c: New file.
52437 * elf/tst-order-main.c: New file.
52438 New test case by George Gensure <werkt0@gmail.com>.
52439
86e92359
UD
524402010-10-01 Andreas Schwab <schwab@redhat.com>
52441
52442 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52443 decoding ACE if AI_CANONIDN.
52444
5d5732b0
UD
524452011-01-18 Ulrich Drepper <drepper@gmail.com>
52446
52447 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52448
a77e8cbc
UD
524492011-01-17 Ulrich Drepper <drepper@gmail.com>
52450
6392473f
UD
52451 * version.h (RELEASE): Bump for 2.13 release.
52452 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52453
620a0529
UD
52454 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52455
18ba70a5
UD
52456 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52457 MADV_NOHUGEPAGE.
32465c3e
UD
52458 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52459 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52460 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52461 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52462 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52463 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52464
c0dafcf1
UD
52465 * posix/getconf.c: Update copyright year.
52466 * catgets/gencat.c: Likewise.
52467 * csu/version.c: Likewise.
52468 * debug/catchsegv.sh: Likewise.
52469 * debug/xtrace.sh: Likewise.
52470 * elf/ldconfig.c: Likewise.
52471 * elf/ldd.bash.in: Likewise.
52472 * elf/sprof.c (print_version): Likewise.
52473 * iconv/iconv_prog.c: Likewise.
52474 * iconv/iconvconfig.c: Likewise.
52475 * locale/programs/locale.c: Likewise.
52476 * locale/programs/localedef.c: Likewise.
52477 * malloc/memusage.sh: Likewise.
52478 * malloc/mtrace.pl: Likewise.
52479 * nscd/nscd.c (print_version): Likewise.
52480 * nss/getent.c: Likewise.
52481
a77e8cbc
UD
52482 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52483 PF_CAIF, and PF_ALG.
52484 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52485
77e8bddf
AS
524862011-01-16 Andreas Schwab <schwab@linux-m68k.org>
52487
1f20b93a
AS
52488 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52489 (modules-names): Use them.
52490 (ifunc-test-modules, ifunc-pie-tests): Define.
52491 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52492 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52493 (test-extras): Likewise.
52494 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52495 $(compile-command.c).
52496 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52497 (all-built-dso): Define.
52498 (check-textrel.out, check-execstack.out): Depend on it.
52499
77e8bddf
AS
52500 * configure.in: Don't override --enable-multi-arch.
52501
bc425b33
UD
525022011-01-15 Ulrich Drepper <drepper@gmail.com>
52503
52504 [BZ #6812]
52505 * nscd/hstcache.c (tryagain): Define.
52506 (cache_addhst): Return tryagain not notfound for temporary errors.
52507 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52508 failed.
52509
794c3ad3
UD
525102011-01-14 Ulrich Drepper <drepper@gmail.com>
52511
70181fdd
UD
52512 [BZ #10563]
52513 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52514 to make the syscall.
52515 * sysdeps/unix/sysv/linux/setgroups.c: New file.
52516
794c3ad3
UD
52517 [BZ #12378]
52518 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52519 and fall back to matching as normal character if the string ends before
52520 the matching ']' is found. This is what POSIX requires.
52521 * posix/testfnm.c: Adjust test result.
52522 * posix/globtest.sh: Adjust test result. Add new test.
52523 * posix/tst-fnmatch.input: Likewise.
52524 * posix/tst-fnmatch2.c: Add new test.
52525
68dc9497
AS
525262010-12-28 Andreas Schwab <schwab@linux-m68k.org>
52527
52528 * elf/Makefile (check-execstack): Revert last change. Depend on
52529 check-execstack.h.
52530 (check-execstack.h): New target.
52531 (generated): Add check-execstack.h.
52532 * elf/check-execstack.c: Include "check-execstack.h".
52533 (main): Revert last change.
52534 (handle_file): Return zero if GNU_STACK is absent and
52535 DEFAULT_STACK_PERMS doesn't include PF_X.
52536
451f001b
UD
525372011-01-13 Ulrich Drepper <drepper@gmail.com>
52538
cfa28e56
UD
52539 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52540 in child fails because the descriptor is already closed.
8cf8ce17
UD
52541 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52542 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52543 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 52544
1086d70d
UD
52545 [BZ #12397]
52546 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52547 syscall.
52548
451f001b
UD
52549 [BZ #10484]
52550 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52551 temporary buffer used to handle multi lookups locally.
a85b5cb4 52552 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 52553
08769175
UD
525542011-01-12 Ulrich Drepper <drepper@gmail.com>
52555
52556 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52557 loader is ld.so.
52558
5e49c52e
UD
525592011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
52560
52561 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52562 alignment for SSE2.
52563
60522a5f
UD
525642011-01-12 Ulrich Drepper <drepper@gmail.com>
52565
52566 [BZ #12394]
52567 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52568 characters. When rounding increased number of integer digits recompute
52569 number of groups.
52570 * stdio-common/tst-grouping.c: New file.
52571 * stdio-common/Makefile: Add rules to build and run tst-grouping.
52572
f257bbd7
UD
525732011-01-09 Ulrich Drepper <drepper@gmail.com>
52574
52575 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52576 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
52577
52578 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52579 void.
52580 * bits/select.h: Likewise.
52581
fa9c15cb
UD
525822011-01-08 Ulrich Drepper <drepper@gmail.com>
52583
52584 * po/ja.po: Update from translation team.
52585
16c2895f
DM
525862011-01-04 David S. Miller <davem@sunset.davemloft.net>
52587
52588 [BZ #11155]
52589 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52590 implementation just like for lxstat, fxstatat, et al.
52591
2543fef2
JM
525922010-12-27 Jim Meyering <meyering@redhat.com>
52593
52594 [BZ #12348]
52595 * posix/regexec.c (build_trtable): Return failure indication upon
52596 calloc failure. Otherwise, re_search_internal could infloop on OOM.
52597
98727dbe
UD
525982010-12-25 Ulrich Drepper <drepper@gmail.com>
52599
5bd6dc5c
UD
52600 [BZ #12201]
52601 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52602 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52603 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52604 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52605
97983464
UD
52606 [BZ #12207]
52607 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52608
98727dbe
UD
52609 [BZ #12204]
52610 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52611 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52612
4a531bb0
L
526132010-12-15 H.J. Lu <hongjiu.lu@intel.com>
52614
52615 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52616 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52617 script has SORT_BY_INIT_PRIORITY.
52618 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52619 NO_CTORS_DTORS_SECTIONS is defined.
52620 * elf/soinit.c: Likewise.
52621 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52622 NO_CTORS_DTORS_SECTIONS is defined.
52623 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52624 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52625 * sysdeps/sh/init-first.c: Likewise.
52626 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52627
07eb4b71
UD
526282010-12-24 Ulrich Drepper <drepper@gmail.com>
52629
52630 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52631 always use the slow path.
52632
30950a5f
RA
526332010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
52634
52635 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52636 similar rule which adds the sysdep directories to the header search in
52637 order to pick up the correct platform stackinfo.h.
52638 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52639 perform test if it is, otherwise return successfully without testing.
52640 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52641 DEFAULT_STACK_PERMS define in stackinfo.h.
52642 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52643 defined in stackinfo.h.
52644 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52645 DEFAULT_STACK_PERMS defined in stackinfo.h.
52646 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52647 * sysdeps/ia64/stackinfo.h: Likewise.
52648 * sysdeps/s390/stackinfo.h: Likewise.
52649 * sysdeps/sh/stackinfo.h: Likewise.
52650 * sysdeps/sparc/stackinfo.h: Likewise.
52651 * sysdeps/x86_64/stackinfo.h: Likewise.
52652 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52653 PF_X for powerpc64. Retain PF_X for powerpc32.
52654
db753e2c
UD
526552010-12-19 Ulrich Drepper <drepper@gmail.com>
52656
14b697f7
UD
52657 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52658 accurately.
db753e2c
UD
52659 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52660 GETDENTS_64BIT_ALIGNED.
52661
28300719
UD
526622010-12-14 Ulrich Drepper <dreper@gmail.com>
52663
14b697f7 52664 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 52665
4f197237
AS
526662010-12-10 Andreas Schwab <schwab@redhat.com>
52667
dbb0472f
AS
52668 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52669 _GNU_SOURCE.
52670
4f197237
AS
52671 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52672 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52673 Remove __restrict.
52674 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52675 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52676
fb88ac72
UD
526772010-12-09 Ulrich Drepper <drepper@gmail.com>
52678
52679 [BZ #11655]
52680 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52681 are initialized.
52682
42acbb92
JJ
526832010-12-09 Jakub Jelinek <jakub@redhat.com>
52684
52685 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52686
c038d98d
UD
526872010-12-03 Ulrich Drepper <drepper@gmail.com>
52688
52689 * po/it.po: Update from translation team.
52690
3a4a2499
L
526912010-12-01 H.J. Lu <hongjiu.lu@intel.com>
52692
52693 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52694 unused codes.
52695
1e24cf6e
UD
526962010-11-30 Ulrich Drepper <drepper@gmail.com>
52697
52698 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52699
a7690819
AS
527002010-11-24 Andreas Schwab <schwab@redhat.com>
52701
52702 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52703 specially.
52704 (gaih_getanswer_slice): Likewise.
52705
3bf8d1b1
JJ
527062010-10-20 Jakub Jelinek <jakub@redhat.com>
52707
52708 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52709
6db52fbb
PB
527102010-05-31 Petr Baudis <pasky@suse.cz>
52711
52712 [BZ #11149]
52713 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52714 silently even in the chroot mode.
52715
eaca7569
UD
527162010-11-22 Ulrich Drepper <drepper@gmail.com>
52717
52718 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52719 last patch a bit. Pretty printing
52720
3056dcdb
UD
527212010-05-31 Petr Baudis <pasky@suse.cz>
52722
52723 [BZ #10085]
52724 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52725 initialization of skip_initgroups_dyn.
52726
cf7c9078
UD
527272010-11-19 Ulrich Drepper <drepper@gmail.com>
52728
52729 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52730 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52731
a1fb5e3e
UD
527322010-11-16 Ulrich Drepper <drepper@gmail.com>
52733
52734 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52735
3540d66b
AS
527362010-11-11 Andreas Schwab <schwab@redhat.com>
52737
52738 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52739 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52740 (tst-fnmatch-ENV): Set MALLOC_TRACE.
52741 ($(objpfx)tst-fnmatch-mem): New rule.
52742 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52743 * posix/tst-fnmatch.c (main): Call mtrace.
52744
13b69574
L
527452010-11-11 H.J. Lu <hongjiu.lu@intel.com>
52746
52747 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52748 Support Intel processor model 6 and model 0x2c.
52749
da93d214
LM
527502010-11-10 Luis Machado <luisgpm@br.ibm.com>
52751
52752 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52753 signed comparison.
52754
8ca52c6e
L
527552010-11-09 H.J. Lu <hongjiu.lu@intel.com>
52756
52757 [BZ #12205]
52758 * string/test-strncasecmp.c (check_result): New function.
52759 (do_one_test): Use it.
52760 (check1): New function.
52761 (test_main): Use it.
52762 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52763 Support strcasecmp and strncasecmp.
52764
69da074d
UD
527652010-11-08 Ulrich Drepper <drepper@gmail.com>
52766
52767 [BZ #12194]
52768 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52769 * sysdeps/x86_64/bits/byteswap.h: Likewise.
52770
ff02d528
L
527712010-11-07 H.J. Lu <hongjiu.lu@intel.com>
52772
52773 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52774 IFUNC support.
52775 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52776 memset-x86-64.
52777 * sysdeps/x86_64/multiarch/bzero.S: New file.
52778 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52779 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52780 * sysdeps/x86_64/multiarch/memset.S: New file.
52781 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52782 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52783 Set bit_Prefer_SSE_for_memop for Intel processors.
52784 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52785 Define.
52786 (index_Prefer_SSE_for_memop): Define.
52787 (HAS_PREFER_SSE_FOR_MEMOP): Define.
52788
344d0b54
LM
527892010-11-04 Luis Machado <luisgpm@br.ibm.com>
52790
52791 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52792 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52793
c0dde15b
UD
527942010-11-03 H.J. Lu <hongjiu.lu@intel.com>
52795
52796 [BZ #12191]
52797 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52798 (__x86_64_raw_data_cache_size_half): Likewise.
52799 (__x86_64_raw_shared_cache_size): Likewise.
52800 (__x86_64_raw_shared_cache_size_half): Likewise.
52801
52802 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52803 (__x86_64_raw_data_cache_size_half): Likewise.
52804 (__x86_64_raw_shared_cache_size): Likewise.
52805 (__x86_64_raw_shared_cache_size_half): Likewise.
52806 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52807 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52808 and __x86_64_raw_shared_cache_size_half. Round
52809 __x86_64_data_cache_size_half, __x86_64_data_cache_size
52810 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52811 to multiple of 256 bytes.
52812
0e516e0e
MS
528132010-11-03 Ulrich Drepper <drepper@gmail.com>
52814
52815 [BZ #12167]
52816 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52817 of inacessible symlinks. Verify result of symlink before returning it.
52818 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52819 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52820
0e012e87
ER
528212010-10-28 Erich Ritz <erichritz@gmail.com>
52822
52823 * math/math.h (isinf): Fix typo in comment.
52824
de0ff7bc
UD
528252010-11-01 Ulrich Drepper <drepper@gmail.com>
52826
52827 * po/da.po: Update from translation team.
52828
fa41c84d
UD
528292010-10-26 Ulrich Drepper <drepper@gmail.com>
52830
52831 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52832 is added to the list.
52833
f0967738
AK
528342010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52835 Ulrich Drepper <drepper@gmail.com>
52836
52837 * elf/dl-object.c (_dl_new_object): Don't append the new object to
52838 the global list here. Move code to...
52839 (_dl_add_to_namespace_list): ...here. New function.
52840 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52841 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52842 * elf/dl-load.c (lose): Don't remove the element from the list.
52843 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52844 (_dl_map_object): Likewise.
52845
528462010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
52847
52848 [BZ #12159]
52849 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52850 into all bytes of SSE register.
52851 Patch by Richard Li <richardpku@gmail.com>.
52852
f0967738 528532010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
52854
52855 [BZ #12140]
52856 * malloc/malloc.c (_int_free): Fill correct number of bytes when
52857 perturbing.
52858
d0b9e94f
MB
528592010-10-20 Michael B. Brutman <brutman@us.ibm.com>
52860
52861 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52862 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52863 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52864 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52865 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52866 submachine.
52867 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52868
8e9f92e9
AS
528692010-10-22 Andreas Schwab <schwab@redhat.com>
52870
52871 * include/dlfcn.h (__RTLD_SECURE): Define.
52872 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
52873 mode & __RTLD_SECURE instead.
52874 (open_path): Rename preloaded parameter to secure.
52875 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52876 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52877 * elf/dl-deps.c (openaux): Likewise.
52878 * elf/rtld.c (struct map_args): Remove is_preloaded.
52879 (map_doit): Don't use it.
52880 (dl_main): Likewise.
52881 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52882 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52883
bc96fbda
AS
528842010-09-09 Andreas Schwab <schwab@redhat.com>
52885
52886 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52887 (sysd-rules-targets): Remove duplicates.
52888 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52889 rtld-%.$o dependency.
52890
22cd1c9b
AS
528912010-10-18 Andreas Schwab <schwab@redhat.com>
52892
52893 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52894 _dl_map_object do it.
52895
18edac48
UD
528962010-10-19 Ulrich Drepper <drepper@gmail.com>
52897
52898 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52899 fast fma builtins, define the macros in the C99 standard.
52900 (FP_FAST_FMAF): Likewise.
52901 (FP_FAST_FMAL): Likewise.
52902 * sysdeps/x86_64/bits/mathdef.h: Likewise.
52903
52904 * bits/mathdef.h: Update copyright year.
52905 * sysdeps/powerpc/bits/mathdef.h: Likewise.
52906
d2050124
MM
529072010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
52908
52909 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52910 builtins, define the macros in the C99 standard.
52911 (FP_FAST_FMAF): Likewise.
52912 (FP_FAST_FMAL): Likewise.
52913 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52914 multiply/add.
52915 (FP_FAST_FMAF): Likewise.
52916
475facd1
JJ
529172010-10-15 Jakub Jelinek <jakub@redhat.com>
52918
52919 [BZ #3268]
52920 * math/libm-test.inc (fma_test): Some new testcases.
52921 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52922 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52923 y and infinite z. Do multiplication by C already in long double.
52924 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52925 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52926 y and infinite z. Do bitwise or of inexact bit into u.d.
52927 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52928 * sysdeps/i386/fpu/s_fmaf.S: Removed.
52929 * sysdeps/i386/fpu/s_fma.S: Removed.
52930 * sysdeps/i386/fpu/s_fmal.S: Removed.
52931
7c08a05c
JJ
529322010-10-16 Jakub Jelinek <jakub@redhat.com>
52933
52934 [BZ #3268]
52935 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52936 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52937 computation is not scheduled after fetestexcept. Fix value
52938 of minimum denormal long double.
52939
f3f7372d
JJ
529402010-10-14 Jakub Jelinek <jakub@redhat.com>
52941
52942 [BZ #3268]
52943 * math/libm-test.inc (fma_test): Add some more tests.
52944 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52945 correctly.
52946
14d43591
AS
529472010-10-15 Andreas Schwab <schwab@redhat.com>
52948
52949 * scripts/data/localplt-s390-linux-gnu.data: New file.
52950 * scripts/data/localplt-s390x-linux-gnu.data: New file.
52951
5e908464
JJ
529522010-10-13 Jakub Jelinek <jakub@redhat.com>
52953
52954 [BZ #3268]
52955 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52956 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52957 instead of dbl-64.
52958 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52959 inlines.
52960 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52961 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52962 if one of x and y is very large and the other is subnormal.
52963 * sysdeps/s390/fpu/s_fmaf.c: New file.
52964 * sysdeps/s390/fpu/s_fma.c: New file.
52965 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52966 * sysdeps/powerpc/fpu/s_fma.S: New file.
52967 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52968 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52969 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52970
529712010-10-12 Jakub Jelinek <jakub@redhat.com>
52972
52973 [BZ #3268]
52974 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52975 fma tests.
52976 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52977 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52978 * sysdeps/i386/i686/multiarch/s_fma.c: Include
52979 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52980 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52981 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52982 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52983
b833d51f
UD
529842010-10-12 Ulrich Drepper <drepper@redhat.com>
52985
52986 [BZ #12078]
52987 * posix/regcomp.c (parse_branch): One more memory leak plugged.
52988 * posix/bug-regex31.input: Add test case.
52989
1751705d
UD
529902010-10-11 Ulrich Drepper <drepper@gmail.com>
52991
e9b9cbf5
UD
52992 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52993 * posix/bug-regex31.input: New file.
52994
52995 [BZ #12078]
52996 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52997 (parse_sub_exp): Fix last change, use postorder.
52998
ef06edbe
UD
52999 * posix/bug-regex31.c: New file.
53000 * posix/Makefile: Add rules to build and run bug-regex31.
53001
a129c80d
UD
53002 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53003
53004 [BZ #12078]
53005 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53006
b76b818e
UD
53007 [BZ #12108]
53008 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53009 to have entries in sys_siglist.
53010
1751705d
UD
53011 [BZ #12093]
53012 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53013 be NULL.
53014
9ff8d36f
JJ
530152010-10-07 Jakub Jelinek <jakub@redhat.com>
53016
53017 [BZ #3268]
53018 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53019 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53020 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53021 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53022 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53023 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53024 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53025 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53026 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53027 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53028 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53029 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53030 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53031 * math/ftestexcept.c (fetestexcept): Likewise.
53032 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53033 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53034 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53035 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53036 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53037 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53038 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53039
af325969
UD
530402010-10-11 Ulrich Drepper <drepper@gmail.com>
53041
c579b202 53042 [BZ #12107]
af325969
UD
53043 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53044 newline.
53045
67a67b95
UD
530462010-10-06 Ulrich Drepper <drepper@gmail.com>
53047
53048 * string/bug-strstr1.c: New file.
53049 * string/Makefile: Add rules to build and run bug-strstr1.
53050
5fb308bc
EB
530512010-10-05 Eric Blake <eblake@redhat.com>
53052
53053 [BZ #12092]
53054 * string/str-two-way.h (two_way_long_needle): Always clear memory
53055 when skipping input due to the shift table.
53056
45db99c7
UD
530572010-10-03 Ulrich Drepper <drepper@gmail.com>
53058
3b111893
UD
53059 [BZ #12005]
53060 * malloc/mcheck.c: Handle large requests.
53061
45db99c7
UD
53062 [BZ #12077]
53063 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53064 for strncmp and strncasecmp.
53065 * string/stratcliff.c: Add tests for strcmp and strncmp.
53066 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53067
cf7a1eb8
NI
530682010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53069
53070 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53071 __set_fpscr.
53072
6484ba5e
AJ
530732010-09-30 Andreas Jaeger <aj@suse.de>
53074
53075 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53076 (CGROUP_SUPER_MAGIC): Define.
53077 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53078 Handle btrfs and cgroup file systems.
53079 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53080 Likewise.
53081
91c42559
LM
530822010-09-27 Luis Machado <luisgpm@br.ibm.com>
53083
53084 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53085 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53086
87a97932
AK
530872010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53088
53089 [BZ #12067]
53090 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53091 trying to locate the ELF header.
53092
c21cc9bc
AS
530932010-09-27 Andreas Schwab <schwab@redhat.com>
53094
53095 [BZ #11611]
53096 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53097 Mask out sign-bit copies when constructing f_fsid.
53098
315970f6
PB
530992010-09-24 Petr Baudis <pasky@suse.cz>
53100
53101 * debug/stack_chk_fail_local.c: Add missing licence exception.
53102 * debug/warning-nop.c: Likewise.
53103
1ac7a2c7
JM
531042010-09-15 Joseph Myers <joseph@codesourcery.com>
53105
53106 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53107 implementing getdents64 using getdents syscall, set d_type if
53108 __ASSUME_GETDENTS32_D_TYPE.
53109
56801c50
AS
531102010-09-16 Andreas Schwab <schwab@redhat.com>
53111
53112 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53113 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53114
dda51327
UD
531152010-09-21 Ulrich Drepper <drepper@redhat.com>
53116
53117 [BZ #12037]
53118 * posix/unistd.h: Undo change of feature selection for ftruncate from
53119 2010-01-11.
53120
8ffcee4a
UD
531212010-09-20 Ulrich Drepper <drepper@redhat.com>
53122
a545ecd9 53123 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
53124 detection.
53125
e24f0a8b
AS
531262010-09-20 Andreas Schwab <schwab@redhat.com>
53127
53128 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53129 fanotify_mark.
53130 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53131
7291c56f
AS
531322010-09-14 Andreas Schwab <schwab@redhat.com>
53133
53134 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53135 variables after CHECK_SP call.
53136 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53137
bc5fb037
AS
531382010-09-13 Andreas Schwab <schwab@redhat.com>
53139 Ulrich Drepper <drepper@redhat.com>
53140
53141 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53142 re-relocationg ld.so.
53143 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53144 _dl_init_paths call.
53145 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
53146 here anymore.
53147
e66e7419
UD
531482010-09-14 Ulrich Drepper <drepper@redhat.com>
53149
53150 * resolv/res_init.c (__res_vinit): Count the default server we added.
53151
c044aa75
CLT
531522010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
53153 Ulrich Drepper <drepper@redhat.com>
53154
53155 [BZ #11968]
53156 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53157 (____longjmp_chk): Use %ebx for saving value across system call.
53158 Add unwind info.
53159
32cf4069
AS
531602010-09-06 Andreas Schwab <schwab@redhat.com>
53161
53162 * manual/Makefile: Don't mix pattern rules with normal rules.
53163
817328ee
AS
531642010-09-05 Andreas Schwab <schwab@linux-m68k.org>
53165
53166 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53167 operation.
53168 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53169 * libio/iofopncook.c (_IO_cookie_init): Likewise.
53170 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53171 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53172 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53173 Likewise.
53174
29fddf61
UD
531752010-09-04 Ulrich Drepper <drepper@redhat.com>
53176
53177 [BZ #11979]
53178 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53179 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53180
0959ffc9
UD
531812010-09-02 Ulrich Drepper <drepper@redhat.com>
53182
53183 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53184 * sysdeps/x86_64/addmul_1.S: Likewise.
53185 * sysdeps/x86_64/lshift.S: Likewise.
53186 * sysdeps/x86_64/mul_1.S: Likewise.
53187 * sysdeps/x86_64/rshift.S: Likewise.
53188 * sysdeps/x86_64/sub_n.S: Likewise.
53189 * sysdeps/x86_64/submul_1.S: Likewise.
53190
ece29840
ST
531912010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
53192
0959ffc9
UD
53193 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53194 Define __sched_param instead of SCHED_* and sched_param when
ece29840 53195 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 53196 * bits/sched.h [__need_schedparam]
ece29840 53197 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
53198 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53199 (__defined_schedparam): Define to 1.
ece29840
ST
53200 (__sched_param): New structure, identical to sched_param.
53201 (__need_schedparam): Undefine.
53202
e53a31fe
MF
532032010-08-31 Mike Frysinger <vapier@gentoo.org>
53204
fdc0c10d
MF
53205 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53206 (epoll_create1): Declare.
53207
e53a31fe
MF
53208 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53209
a726d796
AS
532102010-08-31 Andreas Schwab <schwab@redhat.com>
53211
53212 [BZ #7066]
53213 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53214 shifting retval into place.
53215
2f3e3dc7
UD
532162010-09-01 Ulrich Drepper <drepper@redhat.com>
53217
f2933da9
UD
53218 * nis/rpcsvc/nis.h: Update copyright notice.
53219 * nis/rpcsvc/nis.x: Likewise.
53220 * nis/rpcsvc/nis_callback.h: Likewise.
53221 * nis/rpcsvc/nis_callback.x: Likewise.
53222 * nis/rpcsvc/nis_object.x: Likewise.
53223 * nis/rpcsvc/nis_tags.h: Likewise.
53224 * nis/rpcsvc/yp.h: Likewise.
53225 * nis/rpcsvc/yp.x: Likewise.
53226 * nis/rpcsvc/ypupd.h: Likewise.
53227 * nis/yp_xdr.c: Likewise.
53228 * nis/ypupdate_xdr.c: Likewise.
53229
2f3e3dc7
UD
53230 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
53231 mainly the body of pmap_getport. Add parameters to specify timeouts.
53232 (pmap_getport): Use __libc_rpc_getport.
53233 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53234 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53235 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53236
f3dcc2f9
AS
532372010-08-31 Andreas Schwab <schwab@linux-m68k.org>
53238
53239 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53240 fanotify_mark.
53241
6d34eb5b
RM
532422010-08-27 Roland McGrath <roland@redhat.com>
53243
53244 * sysdeps/i386/i686/multiarch/Makefile
53245 (CFLAGS-varshift.c): New variable.
53246
9ea3de11
UD
532472010-08-27 Ulrich Drepper <drepper@redhat.com>
53248
c96d23fc
UD
53249 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53250 * sysdeps/i386/i686/multiarch/varshift.c: New file.
53251
9ea3de11
UD
53252 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53253
53254 * sysdeps/x86_64/strlen.S: Minimal code improvement.
53255
623aac7f
L
532562010-08-26 H.J. Lu <hongjiu.lu@intel.com>
53257
53258 * sysdeps/x86_64/strlen.S: Unroll the loop.
53259 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53260 strlen-sse2 strlen-sse2-bsf.
53261 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53262 __strlen_no_bsf if bit_Slow_BSF is set.
53263 (__strlen_sse42): Removed.
53264 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53265 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53266
8b2b7715
RM
532672010-08-25 Roland McGrath <roland@redhat.com>
53268
53269 * sysdeps/x86_64/multiarch/varshift.S: File removed.
53270 * sysdeps/x86_64/multiarch/varshift.c: New file.
53271 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53272 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53273 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53274 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53275
e73015f2
L
532762010-08-25 H.J. Lu <hongjiu.lu@intel.com>
53277
53278 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53279 strlen-sse2 strlen-sse2-bsf.
53280 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53281 __strlen_sse2_bsf if bit_Slow_BSF is unset.
53282 (__strlen_sse2): Removed.
53283 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53284 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53285 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53286 bit_Slow_BSF for Atom.
53287 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53288 (index_Slow_BSF): Define.
53289 (HAS_SLOW_BSF): Define.
53290
df24a73e
UD
532912010-08-25 Ulrich Drepper <drepper@redhat.com>
53292
53293 [BZ #10851]
53294 * resolv/res_init.c (__res_vinit): When no server address at all
53295 is given default to loopback.
53296
f2ac4868
RM
532972010-08-24 Roland McGrath <roland@redhat.com>
53298
09055553
RM
53299 * configure.in: Remove config-name.h generation.
53300 * configure: Regenerated.
53301 * config-name.in: File removed.
53302 * scripts/config-uname.sh: New file.
53303 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53304 ($(objdir)config-name.h): New target.
53305
f2ac4868
RM
53306 * sunrpc/rpc_parse.h: Avoid nested comment.
53307
73f27d5e
RH
533082010-08-24 Richard Henderson <rth@redhat.com>
53309 Ulrich Drepper <drepper@redhat.com>
53310 H.J. Lu <hongjiu.lu@intel.com>
53311
53312 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53313 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53314 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53315 Replace _mm_srli_si128 with __m128i_shift_right. Replace
53316 _mm_alignr_epi8 with _mm_loadu_si128.
53317 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53318 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53319 (__m128i_shift_right): Removed.
53320 * sysdeps/i386/i686/multiarch/varshift.h: New file.
53321 * sysdeps/i386/i686/multiarch/varshift.S: New file.
53322 * sysdeps/x86_64/multiarch/varshift.h: New file.
53323 * sysdeps/x86_64/multiarch/varshift.S: New file.
53324
84b9230c
MF
533252010-08-21 Mike Frysinger <vapier@gentoo.org>
53326
53327 * configure.in: Move assembler checks to before sysdep dir checking.
53328
9bbd0ddc
PB
533292010-08-20 Petr Baudis <pasky@suse.cz>
53330
53331 * LICENSES: Sync the sunrpc license.
53332
9da4bb31
UD
533332010-08-19 Ulrich Drepper <drepper@redhat.com>
53334
a7ab6ec8
UD
53335 * sunrpc/auth_des.c: Update copyright notice once again.
53336 * sunrpc/auth_none.c: Likewise.
53337 * sunrpc/auth_unix.c: Likewise.
53338 * sunrpc/authdes_prot.c: Likewise.
53339 * sunrpc/authuxprot.c: Likewise.
53340 * sunrpc/bindrsvprt.c: Likewise.
53341 * sunrpc/clnt_gen.c: Likewise.
53342 * sunrpc/clnt_perr.c: Likewise.
53343 * sunrpc/clnt_raw.c: Likewise.
53344 * sunrpc/clnt_simp.c: Likewise.
53345 * sunrpc/clnt_tcp.c: Likewise.
53346 * sunrpc/clnt_udp.c: Likewise.
53347 * sunrpc/clnt_unix.c: Likewise.
53348 * sunrpc/des_crypt.c: Likewise.
53349 * sunrpc/des_soft.c: Likewise.
53350 * sunrpc/get_myaddr.c: Likewise.
53351 * sunrpc/getrpcport.c: Likewise.
53352 * sunrpc/key_call.c: Likewise.
53353 * sunrpc/key_prot.c: Likewise.
53354 * sunrpc/openchild.c: Likewise.
53355 * sunrpc/pm_getmaps.c: Likewise.
53356 * sunrpc/pm_getport.c: Likewise.
53357 * sunrpc/pmap_clnt.c: Likewise.
53358 * sunrpc/pmap_prot.c: Likewise.
53359 * sunrpc/pmap_prot2.c: Likewise.
53360 * sunrpc/pmap_rmt.c: Likewise.
53361 * sunrpc/rpc/auth.h: Likewise.
53362 * sunrpc/rpc/auth_unix.h: Likewise.
53363 * sunrpc/rpc/clnt.h: Likewise.
53364 * sunrpc/rpc/des_crypt.h: Likewise.
53365 * sunrpc/rpc/key_prot.h: Likewise.
53366 * sunrpc/rpc/netdb.h: Likewise.
53367 * sunrpc/rpc/pmap_clnt.h: Likewise.
53368 * sunrpc/rpc/pmap_prot.h: Likewise.
53369 * sunrpc/rpc/pmap_rmt.h: Likewise.
53370 * sunrpc/rpc/rpc.h: Likewise.
53371 * sunrpc/rpc/rpc_des.h: Likewise.
53372 * sunrpc/rpc/rpc_msg.h: Likewise.
53373 * sunrpc/rpc/svc.h: Likewise.
53374 * sunrpc/rpc/svc_auth.h: Likewise.
53375 * sunrpc/rpc/types.h: Likewise.
53376 * sunrpc/rpc/xdr.h: Likewise.
53377 * sunrpc/rpc_clntout.c: Likewise.
53378 * sunrpc/rpc_cmsg.c: Likewise.
53379 * sunrpc/rpc_common.c: Likewise.
53380 * sunrpc/rpc_cout.c: Likewise.
53381 * sunrpc/rpc_dtable.c: Likewise.
53382 * sunrpc/rpc_hout.c: Likewise.
53383 * sunrpc/rpc_main.c: Likewise.
53384 * sunrpc/rpc_parse.c: Likewise.
53385 * sunrpc/rpc_parse.h: Likewise.
53386 * sunrpc/rpc_prot.c: Likewise.
53387 * sunrpc/rpc_sample.c: Likewise.
53388 * sunrpc/rpc_scan.c: Likewise.
53389 * sunrpc/rpc_scan.h: Likewise.
53390 * sunrpc/rpc_svcout.c: Likewise.
53391 * sunrpc/rpc_tblout.c: Likewise.
53392 * sunrpc/rpc_util.c: Likewise.
53393 * sunrpc/rpc_util.h: Likewise.
53394 * sunrpc/rpcinfo.c: Likewise.
53395 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53396 * sunrpc/rpcsvc/key_prot.x: Likewise.
53397 * sunrpc/rpcsvc/klm_prot.x: Likewise.
53398 * sunrpc/rpcsvc/mount.x: Likewise.
53399 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53400 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53401 * sunrpc/rpcsvc/rex.x: Likewise.
53402 * sunrpc/rpcsvc/rstat.x: Likewise.
53403 * sunrpc/rpcsvc/rusers.x: Likewise.
53404 * sunrpc/rpcsvc/sm_inter.x: Likewise.
53405 * sunrpc/rpcsvc/spray.x: Likewise.
53406 * sunrpc/rpcsvc/yppasswd.x: Likewise.
53407 * sunrpc/rtime.c: Likewise.
53408 * sunrpc/svc.c: Likewise.
53409 * sunrpc/svc_auth.c: Likewise.
53410 * sunrpc/svc_authux.c: Likewise.
53411 * sunrpc/svc_raw.c: Likewise.
53412 * sunrpc/svc_run.c: Likewise.
53413 * sunrpc/svc_simple.c: Likewise.
53414 * sunrpc/svc_tcp.c: Likewise.
53415 * sunrpc/svc_udp.c: Likewise.
53416 * sunrpc/svc_unix.c: Likewise.
53417 * sunrpc/svcauth_des.c: Likewise.
53418 * sunrpc/xcrypt.c: Likewise.
53419 * sunrpc/xdr.c: Likewise.
53420 * sunrpc/xdr_array.c: Likewise.
53421 * sunrpc/xdr_float.c: Likewise.
53422 * sunrpc/xdr_mem.c: Likewise.
53423 * sunrpc/xdr_rec.c: Likewise.
53424 * sunrpc/xdr_ref.c: Likewise.
53425 * sunrpc/xdr_sizeof.c: Likewise.
53426 * sunrpc/xdr_stdio.c: Likewise.
53427
9da4bb31
UD
53428 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53429 handling.
53430
bdaa77bc
AS
534312010-08-19 Andreas Schwab <schwab@redhat.com>
53432
53433 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53434
fe2f79db
LM
534352010-08-19 Luis Machado <luisgpm@br.ibm.com>
53436
53437 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53438 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53439 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53440 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53441 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53442 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53443 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53444 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53445 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53446 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53447 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53448 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53449 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53450 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53451
b9b42ee0
AB
534522010-07-26 Anton Blanchard <anton@samba.org>
53453
53454 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53455 * malloc/arena.c (heap_trim): Likewise.
53456
1c06ba31
UD
534572010-08-16 Ulrich Drepper <drepper@redhat.com>
53458
53459 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53460 here. Not...
53461 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53462 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53463
f8392f40
L
534642010-08-12 H.J. Lu <hongjiu.lu@intel.com>
53465
53466 * sysdeps/i386/elf/Makefile: New file.
53467
3162f12e
AS
534682010-08-14 Andreas Schwab <schwab@linux-m68k.org>
53469
53470 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53471 from fanotify_init.
53472 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53473 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53474
28c90b2c
UD
534752010-08-15 Ulrich Drepper <drepper@redhat.com>
53476
53477 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53478 of strncasecmp_l.
1feccb6c 53479 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 53480
ca6bb004
UD
534812010-08-14 Ulrich Drepper <drepper@redhat.com>
53482
e9f82e0d
UD
53483 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53484 strncase_l-nonascii.
53485 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53486 Add strncase_l-ssse3.
53487 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53488 * sysdeps/x86_64/strcmp.S: Likewise.
53489 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53490 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53491 * sysdeps/x86_64/strncase.S: New file.
53492 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53493 * sysdeps/x86_64/strncase_l.S: New file.
53494 * string/Makefile (strop-tests): Add strncasecmp.
53495 * string/test-strncasecmp.c: New file.
53496
53497 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53498 warning.
53499
ca6bb004
UD
53500 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53501 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53502
052fa7b3
AS
535032010-08-14 Andreas Schwab <schwab@linux-m68k.org>
53504
53505 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53506
962dba78
UD
535072010-08-12 Ulrich Drepper <drepper@redhat.com>
53508
53509 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53510 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53511 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53512
bebff237
AM
535132010-05-01 Alan Modra <amodra@gmail.com>
53514
53515 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53516 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53517 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53518 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53519 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53520 tidying. Don't tail-call __sigjmp_save for static lib.
53521 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53522 save location.
53523 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53524 (CALL_MCOUNT): Add eh info, and nop after bl.
53525 (TAIL_CALL_SYSCALL_ERROR): New macro.
53526 (PSEUDO_RET): Use it.
53527 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53528 Correct save location of integer regs and cr.
53529 (_dl_profile_resolve): Correct cr save location. Delete nops
53530 after bl when SHARED. Reduce cfi size a little by better
53531 placement of cfi directives.
53532 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53533 make a stack frame. Instead use parm save area as a temp.
53534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53535 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
53536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53537 Don't make a stack frame for parent, use parm save area.
53538 Increase child stack frame to 112 bytes. Don't save unused reg,
53539 and adjust reg usage. Set up cfi on error recovery and
53540 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53542 (__makecontext): Add dummy nop after jump to exit.
53543 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53544 Use correct parm save area and cr save, reduce stack frame.
53545 Correct cfi for possible PSEUDO_RET frame setup.
53546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53547 Branch to local label emitted by PSEUDO_RET rather than
53548 __syscall_error.
53549
02637374
AS
535502010-08-12 Andreas Schwab <schwab@redhat.com>
53551
53552 [BZ #11904]
53553 * locale/programs/locale.c (print_assignment): New function.
53554 (show_locale_vars): Use it.
53555
c3e2f19b
UD
535562010-08-11 Ulrich Drepper <drepper@redhat.com>
53557
3cdaa6ad
UD
53558 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53559 field.
53560 (struct statfs64): Likewise.
53561 (_STATFS_F_FLAGS): Define.
53562 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53563 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53564 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53565 (ST_VALID): Define locally.
53566 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53567 __statvfs_getflags, use the provided value.
53568 * sysdeps/unix/sysv/linux/kernel-features.h: Define
53569 __ASSUME_STATFS_F_FLAGS.
53570
754f7da3
UD
53571 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53572
10b3bedc
UD
53573 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53574 Add sys/fanotify.h.
53575 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53576 fanotify_mask for GLIBC_2.13.
53577 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53578 fanotify_init and fanotify_mark.
53579 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53580 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53581
c08fb0d7
UD
53582 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53583 Add prlimit.
53584 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53585 prlimit64 for GLIBC_2.13.
53586 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53587 prlimit64.
53588 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53589 syscall.
53590 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53591 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53592 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53593 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53594 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
53595 add prlimit alias.
53596 * sysdeps/unix/sysv/linux/prlimit.c: New file.
53597
15bac72b
UD
53598 [BZ #11903]
53599 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53600 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53601
c3e2f19b
UD
53602 * nss/Makefile: Add rules to build and run tst-nss-test1.
53603 * shlib-versions: Add entry for libnss_test1.
53604 * nss/nss_test1.c: New file.
53605 * nss/tst-nss-test1.c: New file.
53606
53607 * nss/nsswitch.c (__nss_database_custom): Define new variable.
53608 (__nss_configure_lookup): Set appropriate entry in
53609 __nss_configure_lookup to true.
53610 * nss/nsswitch.h: Define enum with indeces of databases in
53611 databases and __nss_database_custom arrays. Declare
53612 __nss_database_custom.
53613 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53614 to avoid using nscd when custom rules are installed.
53615 * nss/getXXbyYY_r.c: Likewise.
53616 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53617
53618 * nss/nss_files/files-parse.c: Whitespace fixes.
53619
f15ce4d8
UD
536202010-08-09 Ulrich Drepper <drepper@redhat.com>
53621
53622 [BZ #11883]
53623 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53624 * posix/fnmatch_loop.c: Likewise.
53625
d22e4cc9
AK
536262010-07-17 Andi Kleen <ak@linux.intel.com>
53627
53628 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53629 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53630 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53631 * Versions.def [GLIBC_2.13]: Add.
53632
805bc17d
UD
536332010-08-06 Ulrich Drepper <drepper@redhat.com>
53634
53635 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53636 Also fail if tpwd after pwuid call is NULL.
53637
5a42321d
ST
536382010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
53639
53640 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53641 when converting to ms.
53642
fd3ebeda
ST
536432010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
53644
53645 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53646 EOPNOTSUPP errors with ENOTTY.
53647 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53648 EOPNOTSUPP errors with ENOTTY.
53649
73507d3a
UD
536502010-07-31 Ulrich Drepper <drepper@redhat.com>
53651
53652 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53653 Add strcasecmp_l-ssse3.
53654 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53655 strcasecmp.
53656 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53657 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53658 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53659
fe36dd02
UD
536602010-07-30 Ulrich Drepper <drepper@redhat.com>
53661
66f6765a
UD
53662 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53663
42e08a54
UD
53664 * string/Makefile (strop-tests): Add strcasecmp.
53665 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53666 strcasecmp_l-nonascii.
53667 (gen-as-const-headers): Add locale-defines.sym.
53668 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53669 * sysdeps/x86_64/strcasecmp.S: New file.
53670 * sysdeps/x86_64/strcasecmp_l.S: New file.
53671 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53672 * sysdeps/x86_64/locale-defines.sym: New file.
53673 * string/test-strcasecmp.c: New file.
53674
fe36dd02
UD
53675 * string/test-strcasestr.c: Test both ends of the range of characters.
53676 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53677
48cbc0d6
RM
536782010-07-29 Roland McGrath <roland@redhat.com>
53679
76e6d6bc 53680 [BZ #11856]
48cbc0d6
RM
53681 * manual/locale.texi (Yes-or-No Questions): Fix example code.
53682
880113d9
UD
536832010-07-27 Ulrich Drepper <drepper@redhat.com>
53684
53685 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53686 for ld.so.
53687
deb9cabb
AS
536882010-07-27 Andreas Schwab <schwab@redhat.com>
53689
53690 * manual/memory.texi (Malloc Tunable Parameters): Document
53691 M_PERTURB.
53692
1c7570ff
RM
536932010-07-26 Roland McGrath <roland@redhat.com>
53694
53695 [BZ #11840]
53696 * configure.in (-fgnu89-inline check): Set and substitute
53697 gnu89_inline, not libc_cv_gnu89_inline.
53698 * configure: Regenerated.
53699 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53700
24fb0f88
UD
537012010-07-26 Ulrich Drepper <drepper@redhat.com>
53702
53703 * string/test-strnlen.c: New file.
53704 * string/Makefile (strop-tests): Add strnlen.
53705 * string/tester.c (test_strnlen): Add a few more test cases.
53706 * string/tst-strlen.c: Better error reporting.
53707
53708 * sysdeps/x86_64/strnlen.S: New file.
53709
8e96b93a
UD
537102010-07-24 Ulrich Drepper <drepper@redhat.com>
53711
53712 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53713 lower-latency instructions.
53714
dbc676d4
UD
537152010-07-23 Ulrich Drepper <drepper@redhat.com>
53716
53717 * string/test-strcasestr.c: New file.
53718 * string/test-strstr.c: New file.
53719 * string/Makefile (strop-tests): Add strstr and strcasestr.
53720 * string/str-two-way.h: Don't undefine MAX.
53721 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53722
f6a31e0e
AS
537232010-07-21 Andreas Schwab <schwab@redhat.com>
53724
53725 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53726 strcasestr-nonascii.
53727 (CFLAGS-strcasestr-nonascii.c): Define.
53728 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53729 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53730 Remove unused attribute.
53731
5dbc3b6c
RM
537322010-07-20 Roland McGrath <roland@redhat.com>
53733
53734 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53735 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
53736 ld.so.cache was broken. With it, there is no way to disable dsocaps
53737 like LD_HWCAP_MASK can disable hwcaps.
53738
23d101d8
EPM
537392010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
53740
53741 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53742
cc9f2e47
UD
537432010-07-16 Ulrich Drepper <drepper@redhat.com>
53744
53745 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53746 call in strcasestr.
53747 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53748 __strcasestr_sse42_nonascii.
53749 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53750 strcasestr-nonascii.c.
53751 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53752
77c1b069
LM
537532010-06-15 Luis Machado <luisgpm@br.ibm.com>
53754
53755 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53756 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53757 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53758 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53759
440566c3
UD
537602010-07-09 Ulrich Drepper <drepper@redhat.com>
53761
53762 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53763 fcntl.
53764
5be9d05d
AS
537652010-07-06 Andreas Schwab <schwab@redhat.com>
53766
c30b7ee2 53767 [BZ #11577]
5be9d05d
AS
53768 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53769 dl_signal_cerror.
53770
8a492a67
UD
537712010-07-06 Ulrich Drepper <drepper@redhat.com>
53772
53773 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53774 _PC_PIPE_BUF using F_GETPIPE_SZ.
53775
713df3d5
RM
537762010-07-05 Roland McGrath <roland@redhat.com>
53777
53778 * manual/arith.texi (Rounding Functions): Fix rint description
53779 implicit in round description.
53780
702e8f14
UD
537812010-07-02 Ulrich Drepper <drepper@redhat.com>
53782
53783 * elf/Makefile: Fix linking for a few tests to make recent linker
53784 happy.
53785
52ed8be9
AS
537862010-06-30 Andreas Schwab <schwab@redhat.com>
53787
53788 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53789 $(common-objpfx)libc_nonshared.a.
53790
f47c9a11
LM
537912010-06-21 Luis Machado <luisgpm@br.ibm.com>
53792
53793 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53794 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53795 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53796 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53797 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53798 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53799 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53800 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53801 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53802 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53804 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53805 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53806 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53807 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53808 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53810 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53811 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53812 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53813 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53814 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53815 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53816 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53817 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53818 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53819 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53820 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53821 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53822 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53823 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53824 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53825 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53826 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53827 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53829 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53830 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53831 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53832 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53833 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53834 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53835 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53837 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53838 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53839 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53840 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53841
6fb8cbcb
L
538422010-06-25 H.J. Lu <hongjiu.lu@intel.com>
53843
53844 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53845 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
53846 * string/memmove.c (memmove): Renamed to ...
53847 (MEMMOVE): ...this. Default to memmove.
53848 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53849 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53850 (END_CHK): Define.
53851 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53852 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53853 mempcpy-ssse3-back memmove-ssse3-back.
53854 * sysdeps/x86_64/multiarch/bcopy.S: New file .
53855 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53856 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53857 * sysdeps/x86_64/multiarch/memcpy.S: New file.
53858 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53859 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53860 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53861 * sysdeps/x86_64/multiarch/memmove.c: New file.
53862 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53863 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53864 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53865 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53866 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53867 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53868 Define.
53869 (index_Fast_Copy_Backward): Define.
53870 (HAS_ARCH_FEATURE): Define.
53871 (HAS_FAST_REP_STRING): Define.
53872 (HAS_FAST_COPY_BACKWARD): Define.
53873
4e733bac 538742010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
53875
53876 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53877 Restore proper fallback handling.
53878
63c4ed22
UD
538792010-06-19 Ulrich Drepper <drepper@redhat.com>
53880
ac2b484c
UD
53881 [BZ #11701]
53882 * posix/group_member.c (__group_member): Correct checking loop.
53883
63c4ed22
UD
53884 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53885 OOM in getpwuid_r correctly. Return error number when the caller
53886 should return, otherwise -1.
53887 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53888 call returning > 0 value.
53889 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53890
765ade4b
AS
538912010-06-07 Andreas Schwab <schwab@redhat.com>
53892
53893 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53894 libc_nonshared.a from targets in modules-names.
53895
80da2e09
KS
538962010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
53897
53898 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53899 requires it.
53900
158db122
LM
539012010-06-10 Luis Machado <luisgpm@br.ibm.com>
53902
53903 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53904 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53905 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53906 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53907
caa78cf8
AS
539082010-06-02 Andreas Schwab <schwab@redhat.com>
53909
53910 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53911
b2ef2c01
UD
539122010-06-14 Ulrich Drepper <drepper@redhat.com>
53913
53914 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53915 and F_GETPIPE_SZ.
53916 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53917 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53918 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53919 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53920 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53921 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53922
fbd643b6
RM
539232010-06-14 Roland McGrath <roland@redhat.com>
53924
53925 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53926
f32f2869
JJ
539272010-06-07 Jakub Jelinek <jakub@redhat.com>
53928
53929 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53930 __REDIRECT followed by __THROW.
53931 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53932 * posix/getopt.h (getopt): Likewise.
53933
2a50c078
EPM
539342010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
53935
53936 * hurd/lookup-at.c (__file_name_lookup_at): Accept
53937 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
53938 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53939 in AT_FLAGS.
53940 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53941 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53942
eb5ad2eb
LM
539432010-05-28 Luis Machado <luisgpm@br.ibm.com>
53944
53945 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53946
3c88fe1e
L
539472010-05-26 H.J. Lu <hongjiu.lu@intel.com>
53948
53949 [BZ #11640]
53950 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53951 Properly check family and model.
53952
d2f73151
TY
539532010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
53954
53955 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53956
ebd2e13d
LM
539572010-05-24 Luis Machado <luisgpm@br.ibm.com>
53958
53959 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53960
b32b8b45
UD
539612010-05-21 Ulrich Drepper <drepper@redhat.com>
53962
53963 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53964 symbol reference.
53965
9acbe24d
AS
539662010-05-19 Andreas Schwab <schwab@redhat.com>
53967
53968 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53969 symbol reference.
53970
f0ccf6ea
AS
539712010-05-21 Andreas Schwab <schwab@redhat.com>
53972
3d04ff3a
AS
53973 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53974 and internal_recvmmsg.
53975 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53976 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53977 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53978 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53979
f0ccf6ea
AS
53980 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53981 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53982 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53983
5b08ac57
AS
539842010-05-20 Andreas Schwab <schwab@redhat.com>
53985
53986 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53987
4828935d
LM
539882010-05-17 Luis Machado <luisgpm@br.ibm.com>
53989
53990 POWER7 optimizations.
53991 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53992 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53993
373d545e
UD
539942010-05-19 Ulrich Drepper <drepper@redhat.com>
53995
53996 * version.h: Update for 2.13 development version.
53997
21a2b1ae
AS
539982010-05-12 Andrew Stubbs <ams@codesourcery.com>
53999
54000 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54001 exceptions. Return 0.
54002
3f7dcb2b
RM
540032010-05-07 Roland McGrath <roland@redhat.com>
54004
54005 * elf/ldconfig.c (main): Add a const.
54006
5f24d53a 540072010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 54008
a160f8d8
UD
54009 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54010 (args_options): Add no-idn option.
54011 (ahosts_keys_int): Add idn_flags to ai_flags.
54012 (parse_option): Handle 'i' option to clear idn_flags.
54013
5f24d53a
UD
54014 * malloc/malloc.c (_int_free): Possible race in the most recently
54015 added check. Only act on the data if no current modification
54016 happened.
265bb1ce
UD
54017
54018See ChangeLog.17 for earlier changes.