]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Don't error out writing a multibyte character to an unbuffered stream (bug 17522)
[thirdparty/glibc.git] / ChangeLog
CommitLineData
04b76b5a
AS
12014-11-03 Andreas Schwab <schwab@suse.de>
2
3 [BZ #17522]
4 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5 for less than MB_LEN_MAX use a local buffer of that size.
6 * libio/tst-fputws.c: New file.
7 * libio/Makefile (tests): Add tst-fputws.
8
4c6da7da
JM
92014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
10
11 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
12 the size of the fpu_fr.fpu_dregs[] array.
13
1679ba8e
JM
142014-11-01 Joseph Myers <joseph@codesourcery.com>
15
16 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
17 (__nanosleep): Do not define as alias.
18 (nanosleep): Define as alias of __nanosleep.
19 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
20 __libc_nanosleep name.
21
2626c183
JM
222014-10-31 Joseph Myers <joseph@codesourcery.com>
23
24 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
25 install.texi in comment.
26
7f981fc2
TR
272014-10-31 Torvald Riegel <triegel@redhat.com>
28
29 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
30 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
31 ... add here and use lwsync or sync ...
32 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
33 ... and add here using lwsync.
34
d6f373d2
MF
352014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
36
37 * elf/dl-machine-reject-phdr.h: New file.
38 * elf/dl-load.c: #include that.
39 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
40 if that returned true.
41
67c37987
RM
422014-10-31 Roland McGrath <roland@hack.frob.com>
43
44 [BZ #17496]
45 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
46 gen-as-const-headers chunk. Add a big scare comment after the last
47 safe place to touch before-compile.
48
94a42455 492014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 50
f3f5d895
JM
51 * manual/install.texi (Tools for Compilation): Update autoconf
52 version requirements.
53 * INSTALL: Regenerated.
54
f62ff286
JM
55 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
56 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
57 (__libc_pselect): Likewise.
94a42455
JM
58
59 [BZ #14138]
60 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
61 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
62 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
63 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
64
ff9dbdc0
TR
652014-10-31 Torvald Riegel <triegel@redhat.com>
66
67 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
68 correct barrier instruction.
69 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
70 Likewise.
71 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
72 Likewise.
73
b4f66884
RM
742014-10-30 Roland McGrath <roland@hack.frob.com>
75
76 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
77 after defining inlines. Instead, just use parens to defeat macro
78 expansion of __isctype in its declaration.
79
e19c95fd
JM
802014-10-30 Joseph Myers <joseph@codesourcery.com>
81
82 * include/sys/uio.h (__libc_readv): Remove declaration.
83 (__libc_writev): Likewise.
84 * misc/readv.c (__libc_readv): Rename to __readv.
85 (__readv): Do not define as alias.
86 (readv): Define as alias of __readv.
87 * misc/writev.c (__libc_writev): Rename to __writev.
88 (__writev): Do not define as alias.
89 (writev): Define as alias of __writev.
90 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
91 (__readv): Do not define as alias.
92 (readv): Define unconditionally as alias of __readv.
93 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
94 (__writev): Do not define as alias.
95 (writev): Define unconditionally as alias of __writev.
96 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
97 name.
98 (writev): Do not define __libc_writev name.
99
65b00b6c
RM
1002014-10-30 Roland McGrath <roland@hack.frob.com>
101
102 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
103 (convert_charseq): New function, broken out of ...
104 (use_from_charmap): ... here. Call it.
105 (use_to_charmap): Use convert_charseq and free instead of duplicating
106 its code with a variable-length stack struct.
107
d4e157aa
JM
1082014-10-30 Joseph Myers <joseph@codesourcery.com>
109
110 * include/fcntl.h (__libc_creat): Remove declaration.
111 * io/creat.c (__libc_creat): Rename to creat.
112 (creat): Do not define as alias.
113 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
114 of creat instead of __libc_creat.
115 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
116 to creat.
117 (creat): Do not define as alias.
118 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
119 __libc_creat.
120 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
121 __libc_creat name.
122 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
123 Likewise.
124
0c6891a0
CD
1252014-10-29 Carlos O'Donell <carlos@redhat.com>
126
127 * manual/llio.texi: Add comments discussing why write() may be
128 considered MT-unsafe on Linux.
129
cc00cece
CD
1302014-10-28 Carlos O'Donell <carlos@redhat.com>
131
132 * dl-load.c (local_strdup): Remove.
133 (expand_dynamic_string_token): Use __strdup.
134 (decompose_rpath): Likewise.
135 (_dl_map_object): Likewise.
136
51e623f2
JM
1372014-10-28 Joseph Myers <joseph@codesourcery.com>
138
139 [BZ #14132]
140 * sysdeps/generic/unwind-dw2-fde.c
141 (__register_frame_info_bases_internal): Do not declare.
142 (__register_frame_info_table_bases_internal): Likewise.
143 (__deregister_frame_info_bases_internal): Likewise.
144 (__register_frame_info_bases): Declare and use hidden_proto before
145 definition. Use hidden_def instead of INTDEF.
146 (__register_frame_info_table_bases): Likewise.
147 (__deregister_frame_info_bases): Likewise.
148 (__register_frame_info): Do not use INTUSE.
149 (__register_frame): Likewise.
150 (__register_frame_info_table): Likewise.
151 (__register_frame_table): Likewise.
152 (__deregister_frame_info): Likewise.
153 (__deregister_frame): Likewise.
154
03d41216
GC
1552014-10-27 Gratian Crisan <gratian.crisan@ni.com>
156
157 * sysdeps/unix/sysv/linux/arm/kernel-features.h
158 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
159 not undefine.
160 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
161 Likewise.
162 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
163 Likewise.
164
a4b3624d
JM
1652014-10-27 Joseph Myers <joseph@codesourcery.com>
166
167 [BZ #14138]
168 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
169 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
170 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
171 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
172 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
173 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
174 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
175 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
176 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
177 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
178 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
179 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
180 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
181 syscall.
182 (setfsuid): Likewise.
183 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
184 (setfsuid): Likewise.
185 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
186 (setfsuid): Likewise.
187 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
188 Likewise.
189 (setfsuid): Likewise.
190 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
191 (setfsuid): Likewise.
192 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
193 Likewise.
194 (setfsuid): Likewise.
195
3574f2fd
AS
1962014-10-27 Andreas Schwab <schwab@suse.de>
197
198 [BZ #17501]
199 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
200 check for Slow_SSE4_2 feature bit.
201 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
202 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
203 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
204 Likewise. Fix check for Fast_Unaligned_Load feature bit.
205
70996a37
RM
2062014-10-24 Roland McGrath <roland@hack.frob.com>
207
461a7b1e
RM
208 * configure.ac: Validate compiler version with a empirical test of
209 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
210 $CC -v output.
211 * configure: Regenerated.
212
70996a37
RM
213 * inet/htons.c (htons): Prototypify.
214 * inet/htonl.c (htonl): Likewise.
215
e80514b5
WD
2162014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
217
218 * string/strncat.c (strncat): Improve performance by using strlen.
219
6e46de42
WD
2202014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
221
222 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
223
6a9ad2fa
WD
2242014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
225
226 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
227 Call libc_fetestexcept_aarch64.
228
1c8810ed
WD
2292014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
230
231 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
232 Call libc_feholdexcept_aarch64.
233
8b1af712
WD
2342014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
235
236 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
237 Call get_rounding_mode.
238
a7b00c11
WD
2392014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
240
241 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
242 Simplify logic.
243
3a84f1a6
WD
2442014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
245
246 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
247 Simplify logic.
248
48eb7a94
JM
2492014-10-24 Joseph Myers <joseph@codesourcery.com>
250
c8bc4038
JM
251 [BZ #14138]
252 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
253 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
254 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
255 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
256 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
257 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
258 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
259 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
260 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
261 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
262 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
263 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
264 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
265 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
266 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
267 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
268 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
269 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
270 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
271 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
272 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
273 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
274 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
275 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
276 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
277 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
278 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
279 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
280 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
281 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
282 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
283 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
284 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
285 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
286 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
287 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
288 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
289 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
290 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
291 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
292 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
293 syscall.
294 (geteuid): Likewise.
295 (getgid): Likewise.
296 (getuid): Likewise.
297 (getresgid): Likewise.
298 (getresuid): Likewise.
299 (getgroups): Likewise.
300 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
301 (geteuid): Likewise.
302 (getgid): Likewise.
303 (getuid): Likewise.
304 (getresgid): Likewise.
305 (getresuid): Likewise.
306 (getgroups): Likewise.
307 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
308 (geteuid): Likewise.
309 (getgid): Likewise.
310 (getuid): Likewise.
311 (getresgid): Likewise.
312 (getresuid): Likewise.
313 (getgroups): Likewise.
314 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
315 Likewise.
316 (geteuid): Likewise.
317 (getgid): Likewise.
318 (getuid): Likewise.
319 (getresgid): Likewise.
320 (getresuid): Likewise.
321 (getgroups): Likewise.
322 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
323 (geteuid): Likewise.
324 (getgid): Likewise.
325 (getuid): Likewise.
326 (getresgid): Likewise.
327 (getresuid): Likewise.
328 (getgroups): Likewise.
329 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
330 Likewise.
331 (geteuid): Likewise.
332 (getgid): Likewise.
333 (getuid): Likewise.
334 (getgroups): Likewise.
335
48eb7a94
JM
336 [BZ #14138]
337 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
338 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
339 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
340 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
341 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
342 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
343 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
344 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
345 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
346 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
347 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
348 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
349 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
350 __chown.
351 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
352 (lchown): Likewise.
353 (fchown): Likewise.
354 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
355 Likewise.
356 (lchown): Likewise.
357 (fchown): Likewise.
358 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
359 (lchown): Likewise.
360 (fchown): Likewise.
361 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
362 Likewise.
363 (lchown): Likewise.
364 (fchown): Likewise.
365
ea9a7c8b
WD
3662014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
367
368 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
369 Simplify logic.
370
e226de33
WD
3712014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
372
373 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
374 Cleanup logic.
375
6e3d8ed3
WD
3762014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
377
378 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
379 Remove unused include.
380
eb04247d
WD
3812014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
382
383 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
384 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
385 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
386 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
387
13d84554
CD
3882014-10-23 Carlos O'Donell <carlos@systemhalted.org>
389 Helge Deller <deller@gmx.de>
390
391 [BZ #17508]
392 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
393 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
394 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
395
15f9c5df
JM
3962014-10-23 Joseph Myers <joseph@codesourcery.com>
397
398 [BZ #14132]
399 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
400 Remove macro definition.
401 (__ashrdi3_v_glibc20): Likewise.
402 (__lshrdi3_v_glibc20): Likewise.
403 (__cmpdi2_v_glibc20): Likewise.
404 (__ucmpdi2_v_glibc20): Likewise.
405 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
406 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
407 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
408 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
409 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
410 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
411
c6dfed24
RM
4122014-10-22 Roland McGrath <roland@hack.frob.com>
413
414 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
415 old GNU extension [0] syntax.
416 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
417 alloca rather than an array member with variable length.
418 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
419 * nscd/nscd.c (invalidate_db): New function, broken out of ...
420 (parse_opt): ... here. Likewise use alloca there.
421 Validate the -i argument before checking for rootness.
422 (send_shutdown): New function, broken out of ...
423 (parse_opt): ... here.
424
8c2b1ed8
RM
4252014-10-22 Roland McGrath <roland@hack.frob.com>
426
427 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
428 macro to get at the _rt_local_ro field.
429 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
430 ([PIC] case) or _dl_hwcap ([!PIC] case).
431 * sysdeps/arm/setjmp.S: Likewise.
432
433 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
434 * sysdeps/arm/configure.ac: New check to define it.
435 * sysdeps/arm/configure: Regenerated.
436 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
437 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
438 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
439 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
440 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
441 Use move/movt pair instead of a load.
442 (LDST_GLOBAL): Macro removed.
443 (LDR_GLOBAL): New macro replaces it.
444 (LDR_HIDDEN): New macro.
445 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
446 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
447
448 * setjmp/tst-setjmp-static.c: New file.
449 * setjmp/Makefile (tests): Add it.
450 (tests-static): New variable.
451
b5af9297
MR
4522014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
453
454 [BZ #17485]
455 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
456
a13d0d74
JM
4572014-10-21 Joseph Myers <joseph@codesourcery.com>
458
459 [BZ #14132]
460 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
461
f05e73f6
RM
4622014-10-21 Roland McGrath <roland@hack.frob.com>
463
464 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
465
6ab1d1ea
RM
4662014-10-20 Roland McGrath <roland@hack.frob.com>
467
468 * io/fts.c (dirent_not_directory): New function.
469 (fts_build): Call it.
470
ab49e763
RM
4712014-10-20 Roland McGrath <roland@hack.frob.com>
472
e436eb79
RM
473 * nptl/version.c (__nptl_main): Use normal __write rather than
474 INTERNAL_SYSCALL.
475 (banner): Update copyright years.
476
6af246cf
RM
477 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
478 gettimeofday.
479 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
480 * nptl/pthread_cond_timedwait.c: Likewise.
481 * nptl/pthread_mutex_timedlock.c: Likewise.
482 * nptl/sem_timedwait.c: Likewise.
483
ab49e763
RM
484 * sysdeps/nptl/bits/libc-lock.h
485 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
486 (__libc_lock_init_recursive): Return void, not 0.
487 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
488 (__libc_rwlock_init): Likewise.
489 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
490
f50277c1
TR
4912014-10-20 Torvald Riegel <triegel@redhat.com>
492
493 [BZ #15215]
494 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
495 (__pthread_once_slow): ... here.
496 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
497 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
498
63668b70
TR
4992014-10-20 Torvald Riegel <triegel@redhat.com>
500
501 [BZ #15215]
502 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
503 __PTHREAD_ONCE_FORK_GEN_INCR): New.
504 * sysdeps/nptl/fork.c (__libc_fork): Use them.
505 * nptl/pthread_once.c (__pthread_once): Likewise.
506 Update comments.
507
42b7f5d4
JM
5082014-10-20 Joseph Myers <joseph@codesourcery.com>
509
510 [BZ #14138]
511 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
512 name.
513 (writev): Use __libc_writev as strong name.
514 * sysdeps/unix/sysv/linux/readv.c: Remove file.
515 * sysdeps/unix/sysv/linux/writev.c: Likewise.
516
b0643088
RM
5172014-10-17 Roland McGrath <roland@hack.frob.com>
518
114c4e09
RM
519 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
520
674b8978
RM
521 * sysdeps/i386/nptl/tls.h
522 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
523 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
524 New macros.
525 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
526 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
527 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
528 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
529 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
530 Call CHECK_THREAD_SYSINFO instead of doing an assert.
531
184ee940
RM
532 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
533 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
534 on [__NR_futex].
535 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
536 broken out of ...
537 (__pthread_mutex_init): ... here. Call it.
538 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
539 Conditionalize PI cases on [__NR_futex].
540 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
541 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
542 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
543
327ae257
RM
544 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
545 conditional on [SIGSETXID].
546 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
547 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
548 is defined. Likewise for SIGSETXID.
549 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
550 Conditionalize definitions on [SIGSETXID].
551 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
552 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
553 unblocking on [SIGCANCEL].
554
b0643088
RM
555 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
556 [__NR_set_robust_list].
557
33cc770b
SP
5582014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
559
560 * string/strcoll_l.c (get_next_seq): Fix up formatting.
561 (do_compare): Likewise.
562
0742aef6
LH
5632014-10-17 Leonhard Holz <leonhard.holz@web.de>
564
565 [BZ #15884]
566 * string/strcoll_l.c: Don't include stdio.h.
567 (coll_seq): Remove members idxarr and rulearr.
568 (get_next_seq_cached): Remove function.
569 (get_next_seq): Likewise.
570 (get_next_seq_nocache): Rename to get_next_seq.
571 (do_compare): Remove function.
572 (do_compare_nocache): Rename to do_compare.
573 (STRCOLL): Remove weight and rules cache.
574
ee54ce44
RM
5752014-10-16 Roland McGrath <roland@hack.frob.com>
576
577 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
578 * sysdeps/arm/sfp-machine.h: ... to here.
579 * sysdeps/arm/Implies: Remove arm/soft-fp.
580
a75d3b02
JM
5812014-10-14 Joseph Myers <joseph@codesourcery.com>
582
583 * conform/data/sys/utsname.h-data (*_t): Allow.
584 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
585 [POSIX] (WEXITED): Do not expect constant.
586 [POSIX] (WSTOPPED): Likewise.
587 [POSIX] (WNOHANG): Likewise.
588 [POSIX] (WNOWAIT): Likewise.
589 [POSIX] (siginfo_t): Do not expect type or elements.
590 [POSIX] (pid_t): Do not expect type.
591 [POSIX] (signal.h): Do not allow header.
592 [POSIX] (sys/resource.h): Likewise.
593 [POSIX] (si_*): Do not allow pattern.
594 [POSIX] (W*): Likewise.
595 [POSIX] (P_*): Likewise.
596 [POSIX] (BUS_*): Likewise.
597 [POSIX] (CLD_*): Likewise.
598 [POSIX] (FPE_*): Likewise.
599 [POSIX] (ILL_*): Likewise.
600 [POSIX] (POLL_*): Likewise.
601 [POSIX] (SEGV_*): Likewise.
602 [POSIX] (SI_*): Likewise.
603 [POSIX] (TRAP_*): Likewise.
604 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
605 variable.
606
fda389c8
SP
6072014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
608
609 [BZ #12926]
610 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
611 infinite loop when __recvmsg returns 0.
612
6bc6bd3b
JM
6132014-10-10 Joseph Myers <joseph@codesourcery.com>
614
fcb32af1
JM
615 * CANCEL-FCT-WAIVE: Remove file.
616 * CANCEL-FILE-WAIVE: Likewise.
617
6bc6bd3b
JM
618 [BZ #14132]
619 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
620 instead of INTVARDEF.
621 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
622 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
623 rtld_hidden_data_def instead of INTVARDEF.
624 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
625 * elf/dl-deps.c (expand_dst): Likewise.
626 * elf/dl-load.c (_dl_dst_count): Likewise.
627 (_dl_dst_substitute): Likewise.
628 (decompose_rpath): Likewise.
629 (_dl_init_paths): Likewise.
630 (open_path): Likewise.
631 (_dl_map_object): Likewise.
632 * elf/rtld.c (dl_main): Likewise.
633 (process_dl_audit): Likewise.
634 (process_envvars): Likewise.
635 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
636 Remove declaration.
637 (__libc_enable_secure): Use rtld_hidden_proto.
638
b8c80a7e
KS
6392014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
640
641 * elf/dl-load.c
642 (add_path): New function broken out of _dl_rtld_di_serinfo.
643 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
644
ff12c11f
JM
6452014-10-09 Joseph Myers <joseph@codesourcery.com>
646
5c0508a3
JM
647 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
648 parentheses around macro arguments.
649 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
650 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
651 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
652 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
653 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
654 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
655 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
656 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
657 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
658 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
659 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
660 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
661 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
662 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
663 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
664 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
665 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
666 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
667 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
668 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
669 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
670 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
671 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
672 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
673 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
674 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
675 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
676 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
677 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
678 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
679 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
680 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
681 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
682 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
683 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
684 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
685 Likewise.
686 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
687 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
688 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
689 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
690 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
691 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
692 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
693 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
694 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
695 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
696 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
697 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
698 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
699 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
700 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
701 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
702 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
703 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
704 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
705 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
706 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
707 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
708 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
709 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
710 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
711 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
712 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
713 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
714 (_FP_FRAC_SRS_1): Likewise.
715 (_FP_FRAC_CLZ_1): Likewise.
716 (_FP_MUL_MEAT_1_imm): Likewise.
717 (_FP_MUL_MEAT_1_wide): Likewise.
718 (_FP_MUL_MEAT_1_hard): Likewise.
719 (_FP_SQRT_MEAT_1): Likewise.
720 (_FP_FRAC_ASSEMBLE_1): Likewise.
721 (_FP_FRAC_DISASSEMBLE_1): Likewise.
722 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
723 (__FP_CLZ_2): Likewise.
724 (_FP_MUL_MEAT_2_wide): Likewise.
725 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
726 (_FP_MUL_MEAT_2_gmp): Likewise.
727 (_FP_MUL_MEAT_2_120_240_double): Likewise.
728 (_FP_SQRT_MEAT_2): Likewise.
729 (_FP_FRAC_ASSEMBLE_2): Likewise.
730 (_FP_FRAC_DISASSEMBLE_2): Likewise.
731 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
732 (_FP_FRAC_CLZ_4): Likewise.
733 (_FP_MUL_MEAT_4_wide): Likewise.
734 (_FP_MUL_MEAT_4_gmp): Likewise.
735 (_FP_SQRT_MEAT_4): Likewise.
736 (_FP_FRAC_ASSEMBLE_4): Likewise.
737 (_FP_FRAC_DISASSEMBLE_4): Likewise.
738 * soft-fp/op-common.h (_FP_CMP): Likewise.
739 (_FP_CMP_EQ): Likewise.
740 (_FP_CMP_UNORD): Likewise.
741 (_FP_TO_INT): Likewise.
742 (_FP_FROM_INT): Likewise.
743 [!__FP_CLZ] (__FP_CLZ): Likewise.
744 (_FP_DIV_HELP_imm): Likewise.
745 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
746 Likewise.
747 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
748 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
749 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
750 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
751 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
752 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
753 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
754 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
755 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
756 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
757 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
758 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
759 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
760 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
761 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
762 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
763 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
764 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
765 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
766 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
767 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
768 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
769 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
770 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
771 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
772 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
773 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
774 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
775 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
776 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
777 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
778 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
779 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
780 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
781 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
782 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
783 (FP_UNPACK_RAW_SP): Likewise.
784 (FP_PACK_RAW_S): Likewise.
785 (FP_PACK_RAW_SP): Likewise.
786 (FP_UNPACK_S): Likewise.
787 (FP_UNPACK_SP): Likewise.
788 (FP_UNPACK_SEMIRAW_S): Likewise.
789 (FP_UNPACK_SEMIRAW_SP): Likewise.
790 (FP_PACK_S): Likewise.
791 (FP_PACK_SP): Likewise.
792 (FP_PACK_SEMIRAW_S): Likewise.
793 (FP_PACK_SEMIRAW_SP): Likewise.
794 (_FP_SQRT_MEAT_S): Likewise.
795 (FP_CMP_S): Likewise.
796 (FP_CMP_EQ_S): Likewise.
797 (FP_CMP_UNORD_S): Likewise.
798 (FP_TO_INT_S): Likewise.
799 (FP_FROM_INT_S): Likewise.
800
a736ec37
JM
801 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
802
ff12c11f
JM
803 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
804 (FP_EX_INVALID_IMZ): Likewise.
805 (FP_EX_INVALID_IMZ_FMA): Likewise.
806 (FP_EX_INVALID_ISI): Likewise.
807 (FP_EX_INVALID_ZDZ): Likewise.
808 (FP_EX_INVALID_IDI): Likewise.
809 (FP_EX_INVALID_SQRT): Likewise.
810 (FP_EX_INVALID_CVI): Likewise.
811 (FP_EX_INVALID_VC): Likewise.
812 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
813 "invalid" exceptions.
814 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
815 (_FP_ADD_INTERNAL): Likewise.
816 (_FP_MUL): Likewise.
817 (_FP_FMA): Likewise.
818 (_FP_DIV): Likewise.
819 (_FP_CMP_CHECK_NAN): Likewise.
820 (_FP_SQRT): Likewise.
821 (_FP_TO_INT): Likewise.
822 (FP_EXTEND): Likewise.
823
b6dcfe8c
AM
8242014-10-09 Allan McRae <allan@archlinux.org>
825
826 * po/fr.po: Update French translation from translation project.
827
2d6a47ba
JM
8282014-10-09 Joseph Myers <joseph@codesourcery.com>
829
cb831245
JM
830 [BZ #14132]
831 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
832 of INTDEF.
833 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
834 (__cxa_atexit): Use libc_hidden_proto.
835 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
836
5deeb190
JM
837 [BZ #14132]
838 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
839 declaration.
840 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
841 [!_ISOMAC] (__iswspace_l_internal): Likewise.
842 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
843 [!_ISOMAC] (__iswctype_internal): Likewise.
844 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
845 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
846 alias.
847 (fcntl): Remove __fcntl_internal alias.
848 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
849 __connect_internal alias.
850 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
851 Likewise.
852
454ac701
JM
853 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
854 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
855 FP_DENORM_ZERO.
856 (_FP_CHECK_FLUSH_ZERO): New macro.
857 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
858 (_FP_CMP): Likewise.
859 (_FP_CMP_EQ): Likewise.
860 (_FP_TO_INT): Do not set inexact for subnormal arguments if
861 FP_DENORM_ZERO.
862 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
863 (FP_TRUNC): Likewise.
864
0022e688
JM
865 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
866 treated as invalid conversion, not as normal exponent.
867
73e28d9c
JM
868 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
869 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
870 (_FP_CMP_EQ): Likewise.
871 (_FP_CMP_UNORD): Likewise.
872 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
873 (FP_CMP_EQ_D): Likewise.
874 (FP_CMP_UNORD_D): Likewise.
875 * soft-fp/extended.h (FP_CMP_E): Likewise.
876 (FP_CMP_EQ_E): Likewise.
877 (FP_CMP_UNORD_E): Likewise.
878 * soft-fp/quad.h (FP_CMP_Q): Likewise.
879 (FP_CMP_EQ_Q): Likewise.
880 (FP_CMP_UNORD_Q): Likewise.
881 * soft-fp/single.h (FP_CMP_S): Likewise.
882 (FP_CMP_EQ_S): Likewise.
883 (FP_CMP_UNORD_S): Likewise.
884 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
885 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
886 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
887 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
888 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
889 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
890 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
891 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
892 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
893 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
894 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
895 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
896 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
897 to FP_CMP_Q.
898 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
899 FP_CMP_Q.
900 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
901 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
902 FP_CMP_EQ_Q.
903 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
904 FP_CMP_Q.
905 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
906 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
907 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
908 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
909 FP_CMP_EQ_Q.
910 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
911 FP_CMP_Q.
912 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
913 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
914 FP_CMP_EQ_Q.
915 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
916 FP_CMP_Q.
917 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
918 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
919 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
920 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
921 FP_CMP_EQ_Q.
922
43059f42
JM
923 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
924 a subnormal result, set the underflow exception if trapping on
925 underflow is enabled.
926 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
927 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
928 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
929 redefine to 0.
930 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
931 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
932 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
933 * soft-fp/extendxftf2.c (__extendxftf2): Use
934 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
935
2d6a47ba
JM
936 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
937 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
938 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
939 FP_HANDLE_EXCEPTIONS.
940 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
941 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
942 FP_HANDLE_EXCEPTIONS.
943 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
944 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
945 FP_HANDLE_EXCEPTIONS.
946 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
947 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
948 FP_HANDLE_EXCEPTIONS.
949
620f462e
JM
9502014-10-08 Joseph Myers <joseph@codesourcery.com>
951
952 [BZ #14132]
953 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
954 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
955 use INTUSE.
956 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
957 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
958 Remove alias.
959 (__adjtimex): Define using libc_hidden_ver.
960 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
961 Remove declaration.
962 (ntp_gettime): Call __adjtimex directly.
963 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
964 Remove declaration.
965 (ntp_gettimex): Call __adjtimex directly.
966 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
967 __adjtimex_internal alias.
968
c763c5d2
RM
9692014-10-08 Roland McGrath <roland@hack.frob.com>
970
971 [BZ #17460]
972 * nscd/nscd.c (more_help): Rewrite list of tables collection
973 using xstrdup and asprintf.
974
975 * nscd/nscd_conf.c: Remove local xstrdup declaration.
976
7b8fb2b8
RM
9772014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
978 Roland McGrath <roland@hack.frob.com>
979
980 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
981 (do_lookup_unique): ... local function 'enter' here; update callers.
982
abb280f7
JM
9832014-10-06 Joseph Myers <joseph@codesourcery.com>
984
f7b42517
JM
985 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
986 compat_symbol calls on [SHARED].
987 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
988 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
989 Remove.
990 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
991 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
992 (oldsetrlimit): Remove.
993 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
994 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
995 (lchown): New syscall entry.
996 (oldsetrlimit): Remove.
997 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
998 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
999 (oldsetrlimit): Remove.
1000 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
1001
abb280f7
JM
1002 [BZ #14138]
1003 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
1004 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
1005 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
1006 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
1007 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1008 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
1009 (fchown): Likewise.
1010 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
1011 (fchown): Likewise.
1012 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
1013 Likewise.
1014
47d46237
AZ
10152014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1016
1017 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
1018 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
1019 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
1020 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
1021 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
1022 Likewise.
1023 (__old_sem_post): Likewise.
1024
10252014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 1026
845a7343
CM
1027 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
1028 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
1029 HAVE_CLOCK_GETTIME_VSYSCALL macros.
1030 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
1031 Use INLINE_VSYSCALL macro.
1032 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
1033 __vdso_clock_gettime.
1034 * sysdeps/unix/sysv/linux/tile/init-first.c
1035 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
1036 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
1037 __vdso_clock_gettime.
1038
83d641ef
CM
1039 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
1040 to set up frame more cleanly.
1041
d9cd52e6
CM
1042 * sysdeps/tile/memcmp.c: New file.
1043
4b68ea11
CM
1044 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
1045
c86f7b80
CM
1046 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
1047 * sysdeps/tile/tilegx/strcasestr.c: New file.
1048 * sysdeps/tile/tilegx/strnlen.c: New file.
1049 * sysdeps/tile/tilegx/strstr.c: New file.
1050
1c4c1a6f
CM
1051 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
1052
99d86ea3
AS
10532014-10-06 Arjun Shankar <arjun.is@lostca.se>
1054
1055 * nptl/tst-setuid3.c: Write errors to stdout.
1056
06210a44
KS
10572014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
1058
1059 * elf/dl-deps.c
1060 (preload): New functions broken out of _dl_map_object_deps.
1061 (_dl_map_object_deps): Remove a nested function. Update call sites.
1062
6268f532
JM
10632014-10-01 Joseph Myers <joseph@codesourcery.com>
1064
1065 [BZ #14138]
1066 * sysdeps/unix/sysv/linux/execve.c: Remove file.
1067 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
1068
b925285f
SE
10692014-10-01 Steve Ellcey <sellcey@mips.com>
1070
1071 * sysdeps/mips/strcmp.S: New.
1072
754a15c6
JM
10732014-09-30 Joseph Myers <joseph@codesourcery.com>
1074
1075 [BZ #14138]
1076 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
1077 (linkat): Likewise.
1078 (mkdirat): Likewise.
1079 (readlinkat): Likewise.
1080 (renameat): Likewise.
1081 (symlinkat): Likewise.
1082 (unlinkat): Likewise.
1083 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
1084 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1085 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1086 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1087 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1088 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1089 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1090
85bb81c9
WN
10912014-09-30 Will Newton <will.newton@linaro.org>
1092
dc6fe23b
WN
1093 * math/math.h: Define long double math functions if
1094 _LIBC_TEST is defined.
1095 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
1096
85bb81c9
WN
1097 * localedata/Makefile: Move assignment to tests-special
1098 into an ifdef testing run-built-tests.
1099 * timezone/Makefile: Likewise.
1100
b7e02da4
JM
11012014-09-29 Joseph Myers <joseph@codesourcery.com>
1102
1103 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
1104 with $(BASH) not $(SHELL).
1105
62058ce6
CD
11062014-09-29 Carlos O'Donell <carlos@redhat.com>
1107 Matthew LeGendre <legendre1@llnl.gov>
1108
1109 [BZ #17411]
1110 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
1111 l_reloc_result.
1112
8e257a29
KS
11132014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
1114
1115 * stdio-common/printf_fp.c
1116 (hack_digit): New function, broken out of ...
1117 (__printf_fp): ... local function here. Update call sites.
1118 hack_digit now takes an additional parameter that is a pointer
1119 to a struct of the referenced locals. Those locals moved inside
1120 the struct and references updated.
1121
f4a58f0d
L
11222014-09-29 H.J. Lu <hongjiu.lu@intel.com>
1123
1124 * aclocal.m4: Require autoconf 2.69.
1125 * configure: Regenerated.
1126 * sysdeps/aarch64/configure: Likewise.
1127 * sysdeps/alpha/configure: Likewise.
1128 * sysdeps/arm/armv7/configure: Likewise.
1129 * sysdeps/arm/configure: Likewise.
1130 * sysdeps/ia64/configure: Likewise.
1131 * sysdeps/mach/configure: Likewise.
1132 * sysdeps/mips/configure: Likewise.
1133 * sysdeps/s390/configure: Likewise.
1134 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
1135 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
1136
1137 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
1138 file.
1139 * sysdeps/ia64/configure.ac: Likewise.
1140
93ae1eba
JM
11412014-09-26 Joseph Myers <joseph@codesourcery.com>
1142
1810d3ab
JM
1143 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
1144 specify symbol version for ld.so. Do not include entry for
1145 libpthread.
1146 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1147 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1148 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1149
93ae1eba
JM
1150 [BZ #14171]
1151 * Makeconfig [$(build-shared) = yes]
1152 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
1153 makefiles.
1154 [$(build-shared) = yes && $(soversions.mk-done) = t]
1155 ($(common-objpfx)gnu/lib-names.h): Remove rule.
1156 [$(build-shared) = yes && $(soversions.mk-done) = t]
1157 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
1158 to Makerules.
1159 [$(build-shared) = yes && $(soversions.mk-done) = t]
1160 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
1161 here.
1162 [$(build-shared) = yes && $(soversions.mk-done) = t]
1163 (common-generated): Don't append gnu/lib-names.h and
1164 gnu/lib-names.stmp here.
1165 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
1166 (lib-names-h-abi): New variable.
1167 [$(build-shared) = yes && $(soversions.mk-done) = t]
1168 (lib-names-stmp-abi): Likewise.
1169 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1170 abi-variants] (before-compile): Append
1171 $(common-objpfx)$(lib-names-h-abi).
1172 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1173 abi-variants] (common-generated): Append gnu/lib-names.h.
1174 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1175 abi-variants] (install-others-nosubdir): Depend on
1176 $(inst_includedir)/$(lib-names-h-abi).
1177 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1178 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
1179 [$(build-shared) = yes && $(soversions.mk-done) = t]
1180 ($(common-objpfx)$(lib-names-h-abi)): New rule.
1181 [$(build-shared) = yes && $(soversions.mk-done) = t]
1182 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
1183 [$(build-shared) = yes && $(soversions.mk-done) = t]
1184 (common-generated): Append $(lib-names-h-abi) and
1185 $(lib-names-stmp-abi).
1186 * scripts/lib-names.awk: Do not handle multi being set.
1187 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
1188 Remove variable.
1189 (abi-lp64_be-ld-soname): Likewise.
1190 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
1191 Likewise.
1192 (abi-hard-ld-soname): Likewise.
1193 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
1194 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
1195 Remove variable.
1196 (abi-o32_hard-ld-soname): Likewise.
1197 (abi-o32_soft_2008-ld-soname): Likewise.
1198 (abi-o32_hard_2008-ld-soname): Likewise.
1199 (abi-n32_soft-ld-soname): Likewise.
1200 (abi-n32_hard-ld-soname): Likewise.
1201 (abi-n32_soft_2008-ld-soname): Likewise.
1202 (abi-n32_hard_2008-ld-soname): Likewise.
1203 (abi-n64_soft-ld-soname): Likewise.
1204 (abi-n64_hard-ld-soname): Likewise.
1205 (abi-n64_soft_2008-ld-soname): Likewise.
1206 (abi-n64_hard_2008-ld-soname): Likewise.
1207 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
1208 Likewise.
1209 (abi-64-v2-ld-soname): Likewise.
1210 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
1211 ld.so entries.
1212 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
1213 variable.
1214 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
1215 entry.
1216 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
1217 variable.
1218 (abi-64-ld-soname): Likewise.
1219 (abi-x32-ld-soname): Likewise.
1220 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
1221 entry.
1222 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1223
68870f12
JM
12242014-09-23 Joseph Myers <joseph@codesourcery.com>
1225
1226 [BZ #14138]
1227 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
1228 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
1229 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
1230 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
1231 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
1232 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
1233 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
1234 syscall entry for GLIBC_2.2 symbol version.
1235 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
1236 Likewise.
1237 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
1238 (setrlimit): Likewise.
1239 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
1240 Likewise.
1241
ea58f202
WN
12422014-09-23 Will Newton <will.newton@linaro.org>
1243
1244 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
1245 _LINUX_ARM_SYSDEP_H include guard too.
1246 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
1247 define.
1248
69eb9a18
RV
12492014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1250
1251 * sysdeps/unix/sysv/linux/eventfd.c:
1252 Make first argument unsigned.
1253 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
1254 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1255
20e5a5f7
OB
12562014-09-20 Ondřej Bílka <neleai@seznam.cz>
1257
1258 * socket/recvmmsg.c (recvmmsg): Drop const argument.
1259 * socket/sys/socket.h: Likewise
1260 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
1261
d3c827e7
AK
12622014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1263
1264 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
1265
fe1cc35a
AS
12662014-09-17 Arjun Shankar <arjun.is@lostca.se>
1267
1268 * time/tst-ftime.c: New test.
1269 * time/Makefile (tests): Add tst-ftime.
1270
4e8afe69
JM
12712014-09-17 Joseph Myers <joseph@codesourcery.com>
1272
c4fe3ea7
JM
1273 * soft-fp/extended.h: Fix comment formatting.
1274 * soft-fp/op-1.h: Likewise.
1275 * soft-fp/op-2.h: Likewise.
1276 * soft-fp/op-4.h: Likewise.
1277 * soft-fp/op-8.h: Likewise.
1278 * soft-fp/op-common.h: Likewise.
1279 * soft-fp/soft-fp.h: Likewise.
1280
4e8afe69
JM
1281 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
1282
af296fcd
JM
12832014-09-16 Joseph Myers <joseph@codesourcery.com>
1284
1285 [BZ #6652]
1286 * Makeconfig (soversions-default-setname): Remove variable.
1287 ($(common-objpfx)soversions.i): Don't pass default_setname to
1288 soversions.awk.
1289 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
1290 oldest_abi to abi-versions.awk.
1291 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
1292 * config.make.in (oldest-abi): Remove variable.
1293 * configure.ac (--enable-oldest-abi): Remove configure option.
1294 * configure: Regenerated.
1295 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
1296 text.
1297 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
1298 * scripts/soversions.awk: Do not handle default_setname variable.
1299 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
1300 variable.
1301 * sysdeps/mach/hurd/configure: Regenerated.
1302 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
1303 variable.
1304 * sysdeps/unix/sysv/linux/configure: Regenerated.
1305
545583d6
SP
13062014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
1307
d330b980
SP
1308 * elf/Makefile (CFLAGS-interp.c): Remove.
1309 ($(elf-objpfx)runtime-linker.h): Generate header with linker
1310 path string.
1311 * elf/interp.c: Include generated runtime-linker.h
1312
02657da2
SP
1313 * Makerules (lib%.so): Don't include $(+interp) in
1314 prerequisites.
1315 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
1316 * dlfcn/eval.c: Remove file.
1317
653b1080
SP
1318 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
1319 macros.
1320
602f80ec
SP
1321 [BZ #17266]
1322 * misc/sys/cdefs.h: Define __extern_always_inline for clang
1323 4.2 and newer.
1324
545583d6
SP
1325 [BZ #17370]
1326 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
1327
884ddc50
SP
13282014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
1329 Jakub Jelinek <jakub@redhat.com>
1330
1331 [BZ #17266]
1332 * libio/stdio.h: Check definition of __fortify_function
1333 instead of __extern_always_inline to include bits/stdio2.h.
1334 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
1335 check if __extern_always_inline is defined.
1336 [__USE_MISC || __USE_XOPEN]: Likewise.
1337 [__USE_ISOC99] Likewise.
1338 * misc/sys/cdefs.h (__fortify_function): Define only if
1339 __extern_always_inline is defined.
1340 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
1341 __extern_always_inline and __extern_inline only for g++-4.3
1342 and newer or a compatible gcc.
1343
a7b87268
AS
13442014-09-15 Andreas Schwab <schwab@linux-m68k.org>
1345
1346 [BZ #17371]
1347 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1348 last change to handle zero prefix length.
1349
3f41521d
SP
13502014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
1351
61fe374a
SP
1352 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
1353 _SC_REGEX_VERSION.
1354
3f41521d
SP
1355 * posix/getconf.c (vars): Add _POSIX_IPV6 and
1356 _POSIX_RAW_SOCKETS.
1357
d8f879ee
AM
13582014-09-13 Allan McRae <allan@archlinux.org>
1359
1360 * po/ru.po: Update Russian translation from translation project.
1361
c079afb7
RM
13622014-09-12 Roland McGrath <roland@hack.frob.com>
1363
a62b3c15
RM
1364 * locale/programs/locale.c (show_locale_vars): Inline local function
1365 into its sole call site. Clean up some style nits.
1366 (print_item): New function, broken out of ...
1367 (show_info): ... local function here. Clean up style nits.
1368
d7e49b19
RM
1369 * locale/programs/ld-ctype.c (set_one_default): New function, broken
1370 out of ...
1371 (set_class_defaults): ... local function set_default here.
1372 Define set_default as a macro locally to pass constant parameters.
1373 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
1374 rather than a shared local.
1375
c079afb7
RM
1376 * stdlib/rpmatch.c (try): New function, broken out of ...
1377 (rpmatch): ... local function here. Also, prototypify definition.
1378
0bd72468
JM
13792014-09-12 Joseph Myers <joseph@codesourcery.com>
1380
ba90e050
JM
1381 * scripts/soversions.awk: Do not handle configuration names.
1382 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
1383 vendor and os variables to soversions.awk.
1384 * configure.ac: Do not modify gnu-* host_os.
1385 * configure: Regenerated
1386 * shlib-versions: Remove first column with configuration names.
1387 * nptl/shlib-versions: Likewise.
1388 * nptl_db/shlib-versions: Likewise.
1389 * sysdeps/hppa/shlib-versions: Likewise.
1390 * sysdeps/m68k/shlib-versions: Likewise.
1391 * sysdeps/mach/hurd/shlib-versions: Likewise.
1392 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
1393 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
1394 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
1395 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
1396 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
1397 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
1398 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
1399 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
1400 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1401 Likewise.
1402 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1403 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1404 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1405 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1406 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1407 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
1408 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1409 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1410
73a39112
JM
1411 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1412 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1413 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1414 Regenerated.
1415 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1416 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1417 Condition symbol version definitions on [HAVE_ELFV2_ABI].
1418
c729e7c1
JM
1419 * shlib-versions: Remove OS-specific entries. Moved to files in
1420 sysdeps.
1421 * sysdeps/mach/hurd/shlib-versions: New file.
1422 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1423
dc932a24
JM
1424 * nptl/shlib-versions: Remove architecture-specific entries.
1425 Moved to files in sysdeps.
1426 * shlib-versions: Likewise.
1427 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1428 file.
1429 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1430 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1431 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1432 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1433
0bd72468
JM
1434 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1435 (UDP_NO_CHECK6_RX): Likewise.
1436
920238e0
SP
14372014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
1438
1439 * sysdeps/posix/sysconf.c (__sysconf): Spell
1440 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1441
ba7b4d29
FW
14422014-08-12 Florian Weimer <fweimer@redhat.com>
1443
1444 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1445 loading.
1446 * iconv/Versions (__gconv_transliterate): Export for use from
1447 gconv modules.
1448 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1449 (struct __gconv_trans_data, __gconv_trans_fct,
1450 __gconv_trans_context_fct, __gconv_trans_query_fct,
1451 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1452 definitions.
1453 (struct __gconv_step_data): Remove __trans member.
1454 (__gconv_transliterate): Declaration moved from gconv_int.h. No
1455 longer hidden. Remove unused trans_data argument.
1456 * iconv/gconv_int.h (struct trans_struct): Remove definition.
1457 (__gconv_translit_find): Remove declaration.
1458 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
1459 prototype.
1460 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1461 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1462 trans_data argument. Add hidden definition.
1463 (__gconv_translit_find): Remove.
1464 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1465 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1466 * iconv/skeleton.c: Remove transliteration initialization.
1467 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1468 __gconv_step_data initialization.
1469 * libio/iofwide.c (__libio_translit_): Remove.
1470 (_IO_fwide): Adjust struct __gconv_step_data initialization.
1471 * wcsmbs/btowc.c (__btowc): Likewise.
1472 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1473 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1474 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1475 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1476 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1477 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1478 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1479 * wcsmbs/wctob.c (wctob): Likewise.
1480
5379aebd
SP
14812014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
1482
1483 [BZ #16194]
1484 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1485 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
1486 register usage.
1487 * sysdeps/x86/Makefile: Adjust.
1488
8c0ab919
RM
14892014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
1490 Roland McGrath <roland@hack.frob.com>
1491
1492 * locale/weight.h: Add include guard.
1493 (findidx): Make static rather than auto; take new parameters
1494 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1495 * locale/weightwc.h: Likewise.
1496 * posix/fnmatch_loop.c
1497 (FCT): Change type of EXTRA from int32_t to wint_t.
1498 Don't include either header inside the function.
1499 Call FINDIDX rather than findidx, and pass new arguments.
1500 #undef FINDIDX at the end of the file.
1501 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1502 FINDIDX before including fnmatch_loop.c for the non-wide version.
1503 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1504 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1505 for the wide version.
1506 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1507 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1508 Pass new arguments to findidx.
1509 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1510 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1511 Don't #include it inside the function. Pass new arguments to findidx.
1512 * posix/regex_internal.h
1513 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1514 (re_string_elem_size_at): Don't #include it inside the function.
1515 Pass new arguments to findidx.
1516 * string/strcoll_l.c: #include WEIGHT_H at top level.
1517 (get_next_seq): Don't #include it inside the function.
1518 Pass new arguments to findidx.
1519 (get_next_seq_nocache): Likewise.
1520 * string/strxfrm_l.c: #include WEIGHT_H at top level.
1521 (STRXFRM): Don't #include it inside the function.
1522 Pass new arguments to findidx.
1523
52ffbdf2
FW
15242014-09-11 Florian Weimer <fweimer@redhat.com>
1525
1526 [BZ #17344]
1527 * malloc/malloc.c (unlink): Turn asserts into a call to
1528 malloc_printerr.
1529
984c0ea9
TL
15302014-09-11 Tim Lammens <tim.lammens@gmail.com>
1531
1532 [BZ #17370]
1533 * libio/wfileops (do_ftell_wide): Free OUT.
1534
3daee107
CM
15352014-09-10 Chris Metcalf <cmetcalf@tilera.com>
1536
1537 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1538
58b930ae
SP
15392014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1540
1541 [BZ #17363]
1542 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1543 group if the current group is empty.
1544
3b473fec
AZ
15452014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1546
71ae8647
AZ
1547 * benchtests/bench-memset.c (test_main): Add more test from size
1548 from 32 to 512 bytes.
1549 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1550 Add POWER8 memset object.
1551 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1552 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1553 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1554 implementation.
1555 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1556 Likewise.
1557 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1558 multiarch POWER8 memset optimization.
1559 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1560 POWER8 memset optimization.
1561
3b473fec
AZ
1562 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1563 Remove bzero multiarch objects.
1564 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1565 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1566 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1567 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1568 Remove define.
1569 [__bzero]: Redefine to specific name.
1570 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1571 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1572 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1573 define.
1574 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1575 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1576
e6fb9587
FW
15772014-09-10 Florian Weimer <fweimer@redhat.com>
1578
1579 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1580 warnings into errors.
1581
1582 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1583 __cxa_thread_atexit_impl prototype.
1584
9d3a350b
SE
15852014-09-09 Steve Ellcey <sellcey@mips.com>
1586
1587 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1588 Fix capitalization of error message.
1589
0febba23
SE
15902014-09-09 Steve Ellcey <sellcey@mips.com>
1591
1592 * sysdeps/mips/preconfigure: Modify ABI tests.
1593
645a0e9c
CD
15942014-09-07 Carlos O'Donell <carlos@systemhalted.org>
1595
1596 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1597
d83f0734
CD
15982014-09-07 Roland McGrath <roland@hack.frob.com>
1599 Carlos O'Donell <carlos@systemhalted.org>
1600
1601 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1602 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1603 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1604 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1605 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1606 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1607 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1608 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1609 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1610 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1611 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1612 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1613 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1614 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1615 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1616 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1617 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1618 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1619 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1620 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1621 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1622 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1623 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1624 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1625 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1626 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1627 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1628 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1629 Deconditionalize the code that was previously under [RESET_PID].
1630 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1631 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1632 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1633 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1634 include sysdep.h.
1635
21c83793
AM
16362014-09-08 Allan McRae <allan@archlinux.org>
1637
1638 * version.h (RELEASE): Set to "development".
1639 (VERSION): Set to "2.20.90"
1640
1cd9b65c
AM
16412014-09-07 Allan McRae <allan@archlinux.org
1642
b8079dd0
AM
1643 * version.h (RELEASE): Set to "stable".
1644 (VERSION): Set to "2.20"
1645 * include/features.h (__GLIBC_MINOR__): Set to 20.
1646
c46303ef
AM
1647 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1648 Liebler.
1649
1cd9b65c
AM
1650 * po/ko.po: Update Korean translation from translation project.
1651
8622092d
CM
16522014-09-06 Chris Metcalf <cmetcalf@tilera.com>
1653
1654 [BZ #17354]
1655 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1656 macro for handling signed relocations.
1657
41488498
FW
16582014-09-03 Florian Weimer <fweimer@redhat.com>
1659
1660 [BZ #17325]
1661 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1662 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1663 assert.
1664 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1665 * iconvdata/ibm935.c (BODY): Likewise.
1666 * iconvdata/ibm937.c (BODY): Likewise.
1667 * iconvdata/ibm939.c (BODY): Likewise.
1668 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1669 assert.
1670 * iconvdata/Makefile (iconv-test.out): Pass module list to test
1671 script.
1672 * iconvdata/run-iconv-test.sh: New test loop for checking for
1673 decoder crashers.
1674
a78b712d
KR
16752014-09-02 Khem Raj <raj.khem@gmail.com>
1676
1677 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1678 libm_hidden_ver.
1679
cb08abc6
AM
16802014-09-01 Allan McRae <allan@archlinux.org>
1681
2c31e102
AM
1682 * po/eo.po: Update Esperanto translation from translation project.
1683
cb08abc6
AM
1684 * po/ca.po: Update Catalan translation from translation project.
1685
17a62de1
ST
16862014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
1687
1688 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1689 __proc_dostop call.
1690
9570bc53
MW
16912014-08-27 Mark Wielaard <mjw@redhat.com>
1692
1693 [BZ #17319]
1694 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1695 to call set_thread_area instead of hand written asm.
1696 (__NR_set_thread_area): Removed define.
1697 (TLS_FLAG_WRITABLE): Likewise.
1698 (__ASSUME_SET_THREAD_AREA): Remove check.
1699 (TLS_EBX_ARG): Remove define.
1700 (TLS_LOAD_EBX): Likewise.
1701
b0f955c9
ST
17022014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
1703
1704 Simplify atomicity of socket creation in bind.
1705
1706 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1707 looking up the name after linking the file.
1708
529bf515
AM
17092014-08-27 Allan McRae <allan@archlinux.org>
1710
1711 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1712
a1a6a401
FW
17132014-08-26 Florian Weimer <fweimer@redhat.com>
1714
1715 [BZ #17187]
1716 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1717 trans_compare, open_translit, __gconv_translit_find):
1718 Remove module loading code.
1719
686ab290
AM
17202014-08-26 Allan McRae <allan@archlinux.org>
1721
e4e7cfd2
AM
1722 * po/vi.po: Update Vietnamese translation from translation project.
1723
6aa09f71
AM
1724 * po/uk.po: Update Ukrainian translation from translation project.
1725
edc0660e
AM
1726 * po/fr.po: Update French translation from translation project.
1727
7eea72ac
AM
1728 * po/ru.po: Update Russian translation from translation project.
1729
93c49eff
AM
1730 * po/pl.po: Update Polish translation from translation project.
1731
46acaf63
AM
1732 * po/cs.po: Update Czech translation from translation project.
1733
a9f5ce98
AM
1734 * po/de.po: Update German translation from translation project.
1735
373f2b78
AM
1736 * po/bg.po: Update Bulgarian translation from translation project.
1737
e7548bd8
AM
1738 * po/sv.po: Update Sweedish translation from translation project.
1739
c526bf4d
AM
1740 * po/nl.po: Update Dutch translation from translation project.
1741
686ab290
AM
1742 * po/es.po: Update Spanish translation from translation project.
1743
eb72478a
SP
17442014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1745
dd763fdb
SP
1746 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1747
318c7a58
SP
1748 * catgets/Makefile (CPPFLAGS-gencat): Remove.
1749 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1750 (CPPFLAGS-iconvconfig): Likewise.
1751 * timezone/Makefile (CPPFLAGS-zic): Likewise.
1752
eb72478a
SP
1753 * include/libc-symbols.h: Remove unnecessary check for
1754 NOT_IN_libc.
1755 * nptl/pthreadP.h: Likewise.
1756 * sysdeps/aarch64/setjmp.S: Likewise.
1757 * sysdeps/alpha/setjmp.S: Likewise.
1758 * sysdeps/arm/sysdep.h: Likewise.
1759 * sysdeps/i386/setjmp.S: Likewise.
1760 * sysdeps/m68k/setjmp.c: Likewise.
1761 * sysdeps/posix/getcwd.c: Likewise.
1762 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1763 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1764 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1765 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1766 * sysdeps/sh/sh3/setjmp.S: Likewise.
1767 * sysdeps/sh/sh4/setjmp.S: Likewise.
1768 * sysdeps/unix/alpha/sysdep.h: Likewise.
1769 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1770 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1771 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1772 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1773 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1774 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1775 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1776 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1777 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1778 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1779 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1780 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1781 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1782 * sysdeps/x86_64/setjmp.S: Likewise.
1783
d44a052c
JM
17842014-08-13 Joseph Myers <joseph@codesourcery.com>
1785
1786 [BZ #17263]
1787 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1788 <stdint.h>.
1789 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1790 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1791
508ce3ac
SP
17922014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
1793
e44c8b0e
SP
1794 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1795
508ce3ac
SP
1796 [BZ #17262]
1797 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1798 and __x86_64__ when disabling x87 inline functions.
1799
b4acef1f
L
18002014-08-12 H.J. Lu <hongjiu.lu@intel.com>
1801
1802 [BZ #17259]
1803 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1804 asm statement with __cpuid_count.
1805
61b1ef6e
MF
18062014-08-12 Mike Frysinger <vapier@gentoo.org>
1807
1808 * configure.ac: Change __ehdr_start code to dereference the struct.
1809 Run readelf on the output to look for relocations.
1810 * configure: Regenerated.
1811
898c62f4
JM
18122014-08-12 Joseph Myers <joseph@codesourcery.com>
1813
1814 [BZ #17261]
1815 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1816 value to 0.
1817 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1818
9a8a5720
RM
18192014-08-12 Roland McGrath <roland@hack.frob.com>
1820
1821 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1822
4e75751c
BO
18232014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
1824
1825 [BZ #16892]
1826 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1827 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1828
bb2ce416
SA
18292014-08-12 Sean Anderson <seanga2@gmail.com>
1830
1831 * malloc/malloc.c: Fix typo in comment.
1832
7950a4ee
AM
18332014-08-09 Allan McRae <allan@archlinux.org>
1834
1835 * Regenerate libc.po.
1836
f469c49f
MF
18372014-08-08 Mike Frysinger <vapier@gentoo.org>
1838
1839 * intl/tst-gettext2.sh: Check every lang file for creation.
1840
656b84c2
WD
18412014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1842
1843 * sysdeps/aarch64/fpu/math_private.h
1844 (libc_feholdsetround_noex_aarch64_ctx): New function.
1845
538e9e45
W
18462014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1847
1848 * sysdeps/arm/armv6/strcpy.S (strcpy):
1849 Fix performance issue in misaligned cases.
1850
d4795e4a
AZ
18512014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1852
1853 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1854 Move definition from termios.h.
1855 (struct termio): Likewise.
1856 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1857 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1858 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1859 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1860 Likewise.
1861 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1862 Move definition to ioctl-types.h
1863 (struct termio): Likewise.
1864 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1865 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1866 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1867 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1868 Likewise.
1869
64accb62
RH
18702014-08-05 Richard Henderson <rth@redhat.com>
1871
27bb6dc0
RH
1872 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1873 exceptions.
1874 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1875 Add fraiseexcpt.
1876 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1877 Use __feraiseexcept.
1878 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1879 Protect libm symbols with IS_IN_libm.
1880
64accb62
RH
1881 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1882
e5292691
BO
18832014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
1884
1885 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1886
5b4bd2d4
WN
18872014-08-04 Will Newton <will.newton@linaro.org>
1888
1889 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1890 file.
1891
fcadaeef
MF
18922014-08-04 Mike Frysinger <vapier@gentoo.org>
1893
1894 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1895 variants for each function.
1896
43a94c64
RM
18972014-08-04 Roland McGrath <roland@hack.frob.com>
1898
1899 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1900 appended ...
1901 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1902 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1903 appended ...
1904 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1905 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1906 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1907 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1908 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1909 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1910 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1911 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1912 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1913 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1914 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1915 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1916 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1917 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1918 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1919 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1920 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1921 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1922 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1923 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1924 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1925 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1926 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1927 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1928 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1929 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1930 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1931 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1932 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1933 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1934 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1935 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1936 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1937 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1938 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1939 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1940 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1941 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1942 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1943 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1944 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1945 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1946 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1947 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1948 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1949 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1950 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1951 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1952 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1953 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1954 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1955 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1956 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1957 Update #include.
1958 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1959 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1960
8f3c1fa4
RM
19612014-08-04 Roland McGrath <roland@hack.frob.com>
1962
1963 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1964 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1965 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1966 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1967 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1968 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1969
ca08746f
RM
19702014-08-04 Roland McGrath <roland@hack.frob.com>
1971
1972 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1973 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1974 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1975 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1976
9c925ff9
RM
19772014-08-04 Roland McGrath <roland@hack.frob.com>
1978
1979 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1980 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1981 (__libc_vfork): Define function under this name.
1982 (__vfork): Define as an alias.
1983 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1984 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1985
e641054c
RM
19862014-08-04 Roland McGrath <roland@hack.frob.com>
1987
1988 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1989 that was previously under [RESET_PID].
1990 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1991
dacdc867
AS
19922014-08-04 Andreas Schwab <schwab@suse.de>
1993
1994 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1995
41f725ff
MF
19962014-08-03 Mike Frysinger <vapier@gentoo.org>
1997
1998 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1999 (main): Likewise.
2000
277cfb31
RM
20012014-08-01 Roland McGrath <roland@hack.frob.com>
2002
2003 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
2004
4896f049
RH
20052014-08-01 Richard Henderon <rth@redhat.com>
2006
2007 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
2008 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
2009 typo in exact zero test.
2010 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
2011 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
2012 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
2013
6f64e7d7
RM
20142014-08-01 Roland McGrath <roland@hack.frob.com>
2015
2016 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
2017 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
2018 * sysdeps/arm/sysdep.h: ... here.
2019 [!__ASSEMBLER__]: Include <stdint.h>.
2020
3f3dd810
SP
20212014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
2022
a476ac4b
SP
2023 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
2024 (HAVE_WCTYPE_H): Likewise.
2025 (HAVE_ISWCTYPE): Likewise.
2026 (ENABLE_NLS): Likewise.
2027 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
2028 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
2029
78dd658a
SP
2030 * posix/regex_internal.c: Check if DEBUG is defined and is
2031 set.
2032
3f3dd810
SP
2033 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
2034 (HAVE_MBSRTOWCS): Likewise.
2035 * posix/fnmatch.c: Include string.h unconditionally.
2036
95ee7fb1
SL
20372014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
2038
2039 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
2040 reversal.
2041
23fe486b
RM
20422014-07-31 Roland McGrath <roland@hack.frob.com>
2043
f61a113f
RM
2044 * sysdeps/generic/safe-fatal.h: New file.
2045 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
2046 * nptl/forward.c: Include it.
2047 (__pthread_unwind): Use __safe_fatal as default action, rather
2048 than a bogus use of INTERNAL_SYSCALL that could never work.
2049
9fe7e787
RM
2050 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
2051 * configure.ac (libc_cv_builtin_trap): New test.
2052 * configure: Regenerated.
2053 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
2054 (ABORT_INSTRUCTION): Define using __builtin_trap.
2055
23fe486b
RM
2056 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
2057 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
2058 * sysdeps/nptl/nptl-signals.h: New file.
2059 * nptl/pthreadP.h: Include <nptl-signals.h>.
2060
f349489e
SL
20612014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
2062
2063 * sysdeps/s390/s390-64/utf16-utf32-z9.c
2064 (ONE_DIRECTION): Define.
2065 * sysdeps/s390/s390-64/utf8-utf16-z9.c
2066 (ONE_DIRECTION): Define.
2067 * sysdeps/s390/s390-64/utf8-utf32-z9.c
2068 (ONE_DIRECTION): Define.
2069
2f438e20
SL
20702014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
2071
2072 * sysdeps/s390/Makefile: Delete file.
2073 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
2074 * sysdeps/s390/__longjmp.c: Delete file.
2075 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
2076 Remove fields __flags and __reserved.
2077 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
2078 and add versioning.
2079 * sysdeps/s390/rtld-__longjmp.c: Delete file.
2080 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
2081 * sysdeps/s390/rtld-setjmp.S: Likewise.
2082 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
2083 * sysdeps/s390/s390-32/__longjmp.c: ... here.
2084 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
2085 * sysdeps/s390/s390-32/setjmp.S: ... here.
2086 Add versioning.
2087 (__sigsetjmp): Remove setting __flags field.
2088 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
2089 * sysdeps/s390/s390-64/__longjmp.c: ... here.
2090 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
2091 * sysdeps/s390/s390-64/setjmp.S: ... here.
2092 Add versioning.
2093 (__sigsetjmp): Remove setting __flags field.
2094 * sysdeps/s390/setjmp.S: Delete file.
2095 * sysdeps/s390/sigjmp.c: Likewise.
2096 * sysdeps/s390/v1-longjmp.c: Likewise.
2097 * sysdeps/s390/v1-setjmp.h: Likewise.
2098 * sysdeps/s390/v1-sigjmp.c: Likewise.
2099 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
2100 Remove v1-longjmp_chk.
2101 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
2102 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
2103 Include debug/longjmp_chk.c and add versioning.
2104 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
2105 Include nptl/pt-longjmp.c and add versioning.
2106 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
2107 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
2108 Include __longjmp.c.
2109 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
2110 Move to ...
2111 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
2112 (__getcontext): Remove setting __flags field.
2113 Add versioning.
2114 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
2115 Don't restore upper high grps.
2116 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
2117 Likewise.
2118 (__swapcontext): Remove setting uc_flags field.
2119 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
2120 Delete file.
2121 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
2122 Include __longjmp.c.
2123 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
2124 Move to ...
2125 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
2126 (__getcontext): Remove setting __flags field.
2127 Add versioning.
2128 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
2129 (__swapcontext): Remove setting uc_flags field.
2130 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
2131 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
2132 Remove fields uc_high_gprs and __reserved.
2133 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
2134 New file with reverted content.
2135 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
2136 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
2137 Regenerated.
2138 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
2139 Regenerated.
2140
6c9578a2
AS
21412014-07-31 Andreas Schwab <schwab@suse.de>
2142
2143 * config.h.in (HAVE_IFUNC): Define to 0.
2144 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
2145 definedness.
2146
05f3633d
LM
21472014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
2148
2149 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2150 memmove-avx-unaligned, memcpy-avx-unaligned and
2151 mempcpy-avx-unaligned.
2152 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2153 Add tests for AVX memcpy functions.
2154 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
2155 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
2156 memcpy_chk.
2157 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
2158 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
2159 memmove_chk.
2160 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
2161 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
2162 mempcpy_chk.
2163 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
2164 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
2165 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
2166
a53fbd8e
AZ
21672013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2168
2169 [BZ #17213]
2170 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
2171 powerpc64le.
2172
0961f7e1
JL
21732014-07-29 Jeff Layton <jlayton@poochiereds.net>
2174
2175 [BZ #16839]
2176 * manual/llio.texi: Add section about open file description locks.
2177 * manual/examples/ofdlocks.c: Example of open file description
2178 lock usage.
2179 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
2180 F_OFD_SETLK, and F_OFD_SETLKW.
2181
cc5fb300
AM
21822014-07-23 Allan McRae <allan@archlinux.org>
2183
2184 * po/es.po: Update Spanish translation from translation project.
2185
23329dca
AS
21862014-07-18 Andreas Schwab <schwab@linux-m68k.org>
2187
2188 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
2189
9c82da17
MR
21902014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
2191
2192 [BZ #17078]
2193 * sysdeps/arm/dl-machine.h (elf_machine_rela)
2194 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
2195 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
2196
29c4f53e
JM
21972014-07-17 Joseph Myers <joseph@codesourcery.com>
2198
831b9896
JM
2199 [BZ #17088]
2200 * math/fesetenv.c (__fesetenv)
2201 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
2202 * math/feupdateenv.c (__feupdateenv)
2203 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
2204
b21c2d50
JM
2205 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
2206 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
2207 (__ASSUME_SOCKETCALL): Do not define.
2208
067764ef
JM
2209 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
2210 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
2211 (__ASSUME_SOCKETCALL): Do not define.
2212 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
2213 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2214 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2215 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2216 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2217 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
2218 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2219 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2220
642530c1
JM
2221 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
2222 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
2223 (__ASSUME_SOCKETCALL): Do not define.
2224 (__ASSUME_IPC64): Define unconditionally.
2225 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2226 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2227 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2228 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2229 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
2230 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2231 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
2232 Likewise.
2233
03f77315
JM
2234 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
2235 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
2236 (__ASSUME_SOCKETCALL): Do not define.
2237 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
2238 (__ASSUME_FUTEX_LOCK_PI): Likewise.
2239 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2240 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
2241 (__ASSUME_REQUEUE_PI): Define unconditionally.
2242 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
2243 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
2244 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2245 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
2246 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2247 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2248
083b1f7c
JM
2249 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
2250 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
2251 (__ASSUME_SOCKETCALL): Do not define.
2252 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
2253 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2254 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2255 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
2256 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2257 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2258
5be44ea6
JM
2259 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
2260 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
2261 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2262 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
2263 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2264 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
2265 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2266 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
2267 (__ASSUME_GETCPU_SYSCALL): Likewise.
2268
d95ffd4c
JM
2269 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
2270 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
2271 cases for individual architectures.
2272 * sysdeps/gnu/configure: Regenerated.
2273 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
2274 LIBC_SLIBDIR_RTLDDIR.
2275 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
2276 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
2277 LIBC_SLIBDIR_RTLDDIR.
2278 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2279 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
2280 LIBC_SLIBDIR_RTLDDIR.
2281 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
2282 Regenerated.
2283 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
2284 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
2285 file.
2286 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
2287 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
2288 file.
2289 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
2290 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
2291 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
2292 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
2293
29c4f53e
JM
2294 * sysdeps/aarch64/shlib-versions: Move to ...
2295 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
2296 * sysdeps/alpha/shlib-versions: Move to ...
2297 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
2298 * sysdeps/arm/shlib-versions: Move to ...
2299 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
2300 * sysdeps/hppa/shlib-versions: Move all contents except for
2301 libgcc_s entry to ...
2302 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
2303 entry from ...
2304 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
2305 * sysdeps/ia64/shlib-versions: Move to ...
2306 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
2307 entry from ...
2308 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
2309 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
2310 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
2311 * sysdeps/microblaze/shlib-versions: Move to ...
2312 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
2313 * sysdeps/mips/shlib-versions: Move to ...
2314 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
2315 entry from ...
2316 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
2317 * sysdeps/tile/shlib-versions: Move to ...
2318 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
2319 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
2320 from ...
2321 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
2322 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
2323 entry from ...
2324 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
2325
32bead5b
WN
23262014-07-17 Will Newton <will.newton@linaro.org>
2327
57977c4b
WN
2328 * sysdeps/arm/bits/atomic.h
2329 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
2330 (__arch_compare_and_exchange_bool_16_int): Likewise.
2331 (__arch_compare_and_exchange_bool_64_int): Likewise.
2332
32bead5b
WN
2333 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
2334 into an #else block.
2335
37fccd41
RM
23362014-07-16 Roland McGrath <roland@hack.frob.com>
2337
2338 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
2339 just Linux configurations. Test empirically that the compiler sets
2340 __ARM_EABI__, rather than using the tuple to decide.
2341 * sysdeps/arm/preconfigure: Regenerated.
2342 * sysdeps/unix/sysv/linux/arm/configure: File removed.
2343 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
2344 contents appended ...
2345 * sysdeps/arm/configure.ac: ... here.
2346 * sysdeps/arm/configure: Regenerated.
2347
b365f3ec
RM
23482014-07-15 Roland McGrath <roland@hack.frob.com>
2349
8badf496
RM
2350 * nptl/pthread_kill.c: New file.
2351 * nptl/pthread_sigmask.c: New file.
2352 * nptl/pthread_sigqueue.c: New file.
2353
3df6f22e
RM
2354 * sysdeps/nptl/lowlevellock.h: New file.
2355 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
2356 * sysdeps/nptl/lowlevellock-futex.h: New file.
2357
b365f3ec
RM
2358 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
2359 Remove dead declarations.
2360
f2fef657
L
23612014-07-14 H.J. Lu <hongjiu.lu@intel.com>
2362
2363 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
2364 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
2365 config-cflags-avx2.
2366 * sysdeps/x86_64/configure.ac: Likewise.
2367 * sysdeps/i386/configure: Regenerated.
2368 * sysdeps/x86_64/configure: Likewise.
2369 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2370 memset-avx2 only if config-cflags-avx2 is yes.
2371 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2372 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
2373 defined.
2374 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
2375 only if HAVE_AVX2_SUPPORT is defined.
2376 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2377
f6c44d47
AM
23782014-07-14 Alan Modra <amodra@gmail.com>
2379
2380 [BZ #17153]
2381 * elf/elf.h (DT_PPC64_NUM): Correct value.
2382 * NEWS: Add to fixed bug list.
2383
7ee03f00
JM
23842014-07-13 Jim Meyering <meyering@fb.com>
2385
2386 [BZ 17150]
2387 regex: don't deref NULL upon heap allocation failure
2388 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
2389 failure in one more place.
2390 To trigger the segfault, configure grep -with-included-regex,
2391 build it, and run these commands:
2392 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
2393
9d39d517
AS
23942014-07-13 Andreas Schwab <schwab@linux-m68k.org>
2395
2396 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2397
a75b89b7
RH
23982014-07-11 Richard Henderson <rth@redhat.com>
2399
2400 * sysdeps/aarch64/libm-test-ulps: Update.
2401
771eb141
FW
24022014-07-10 Florian Weimer <fweimer@redhat.com>
2403
2404 [BZ #17135]
2405 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
2406 * nptl/allocatestack.c (__nptl_setxid_error): New function.
2407 (__nptl_setxid): Initialize error member. Call
2408 __nptl_setxid_error.
2409 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
2410 * nptl/descr.h (struct xid_command): Add error member.
2411 * nptl/tst-setuid3.c: New file.
2412 * nptl/Makefile (tests): Add it.
2413
bc1da176
AZ
24142014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2415
2416 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2417 New define.
2418 (__lll_trylock): Use __lll_base_trylock.
2419 (__lll_cond_trylock): Likewise.
2420
887865fc
RM
24212014-07-10 Roland McGrath <roland@hack.frob.com>
2422
c0c6bac9
RM
2423 * nptl/pthread_create.c (start_thread): Use atomic_or and
2424 lll_futex_wake directly rather than lll_robust_dead.
2425 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2426 (lll_robust_dead): Macro removed.
6a42be57 2427 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
2428 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2429 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2430 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2431 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2432 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2433 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2434 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2435 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2436 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2437 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2438 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2439 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2440 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2441 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2442
887865fc
RM
2443 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2444 Use atomic_compare_and_exchange_val_acq directly rather than
2445 lll_robust_trylock.
2446 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2447 (__lll_robust_trylock, lll_robust_trylock): Removed.
2448 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2449 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2450 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2451 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2452 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2453 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2454 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2455 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2456 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2457 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2458 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2459 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2460 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2461 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2462
58536726
FW
24632014-07-02 Florian Weimer <fweimer@redhat.com>
2464
2465 * manual/locale.texi (Locale Names): New section documenting
2466 locale name syntax. Adjust menu and node chaining accordingly.
2467 (Choosing Locale): Reference Locale Names, Locale Categories.
2468 Mention setting LC_ALL=C. Reflect that name syntax is now
2469 documented.
2470 (Locale Categories): New section title. Reference Locale Names.
2471 LC_ALL is an environment variable, but not a category.
2472 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2473 description, now in Locale Name. Reference that section. Locale
2474 name syntax is now documented.
2475
4e8f95a0
FW
24762014-07-02 Florian Weimer <fweimer@redhat.com>
2477
2478 [BZ #17137]
2479 * locale/findlocale.c (name_present, valid_locale_name): New
2480 functions.
2481 (_nl_find_locale): Use the loc_name variable to store name
2482 candidates. Call name_present and valid_locale_name to check and
2483 validate locale names. Return an error if the locale is invalid.
2484
d1836456
FW
24852014-07-02 Florian Weimer <fweimer@redhat.com>
2486
2487 * locale/setlocale.c (setlocale): Use strdup for allocating
2488 composite name copy.
2489
d69b7f5a
SP
24902014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2491
888c679b
SP
2492 Sync up with gnulib.
2493 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2494 [!_LIBC && ENABLE_NLS]: Include gettext.h.
2495 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2496 and _GL_ARG_NONNULL.
2497 [USE_UNLOCKED_IO]: Include unlocked-io.h.
2498 [!_LIBC]: Include code for Windows and Cygwin.
2499 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2500 Include prototype for int strerror_r.
2501 [!_LIBC] (is_open): New function.
2502 (flush_stdout): New function.
2503 (print_errno_message): Use it.
2504 (error): Likewise.
2505 (error_at_line): Likewise.
2506 (error_tail) Add function attribute macros. Use
2507 __builtin_expect.
2508
180e0e4b
SP
2509 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2510
d22f1fe2
SP
2511 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2512
12f2254b
SP
2513 * io/ftw.c: Include sys/param.h unconditionally.
2514
c3c7c360
SP
2515 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2516
d62aa75a
SP
2517 [BZ #17125]
2518 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2519 libc_freeres_ptr.
2520 (freecache): New function to free CACHE on exit.
2521
d69b7f5a
SP
2522 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2523 initialization.
2524
5efe06a1
DM
25252014-07-09 David S. Miller <davem@davemloft.net>
2526
2527 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2528
7000d82e
DM
2529 * sysdeps/sparc/nptl/internaltypes.h: Delete.
2530 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2531 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2532 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2533 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2534 * sysdeps/sparc/nptl/sem_init.c: Likewise.
2535 * sysdeps/sparc/nptl/sem_post.c: Likewise.
2536 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2537 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2538 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2539 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2540 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2541 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2542
c213442d
AS
25432014-07-09 Andreas Schwab <schwab@suse.de>
2544
4a2552c3
AS
2545 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2546 output.
2547 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2548 (do_test): Likewise.
2549
c213442d
AS
2550 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2551
82374e65
WN
25522014-07-09 Will Newton <will.newton@linaro.org>
2553
2554 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2555 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2556 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2557 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2558 * sysdeps/hppa/start.S (_start): Likewise.
2559
6680738a
SP
25602014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
2561
6ee3eab4
SP
2562 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2563
6680738a
SP
2564 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2565 defined.
2566
80b5c505
SP
25672014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2568
e35c53e3
SP
2569 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2570 after checking that it is non-NULL.
2571
80b5c505
SP
2572 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2573
91f4b564
AZ
25742014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2575
27b75f56
AZ
2576 * sysdeps/powerpc/memmove.c: Remove file.
2577 * sysdeps/powerpc/powerpc32/power4/memcopy.h
2578 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2579 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2580 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2581 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2582 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2583 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2584 string memmove instead of removed powerpc one.
2585
e7f95bb5
AZ
2586 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2587 [weak_alias]: Fix compiler warning due trailing data.
2588 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2589 [weak_alias]: Likewise.
2590 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2591 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2592
91f4b564
AZ
2593 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2594 (__libc_ifunc_impl_list): Add memmove functions.
2595
7c33f1e5
SP
25962014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2597
2598 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2599 Remove code.
2600 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2601 Likewise
2602 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2603 Likewise
2604 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2605 Likewise
2606 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2607 Likewise
2608 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2609 Likewise
2610 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2611 Likewise
2612 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2613 Likewise
2614 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2615 Likewise
2616 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2617 Likewise
2618 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2619 Likewise
2620 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2621 Likewise
2622 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2623 Likewise
2624 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2625 Likewise
2626 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2627 Likewise
2628 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2629 Likewise
2630 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2631 Likewise
2632
3f17b03b
AZ
26332014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2634
87868c24
AZ
2635 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2636 to avoid alignment traps in non-cacheable memory.
2637 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2638
07aedd78
AZ
2639 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2640 multiarch objects.
2641 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2642 file: multiarch power7 memmove.
2643 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2644 multiarch default memmove.
2645 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2646 multiarch memove for powerpc32/power4.
2647
17762f66
AZ
2648 * string/bcopy.c: Use full path to include memmove.c.
2649 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2650 multiarch objects.
2651 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2652 bcopy for powerpc64.
2653 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2654 bcopy for powerpc64.
2655 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2656 and memmove implementations.
2657 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2658 optimized multiarch memmove for POWER7/powerpc64.
2659 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2660 default multiarch memmove for powerpc64.
2661 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2662 multiarch for powerpc64.
2663 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2664 for POWER7/powerpc64.
2665 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2666 memmove for POWER7/powerpc64.
2667
d6f68bbe
AZ
2668 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2669 glibc default one.
2670
3f17b03b
AZ
2671 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2672 __ELF_NATIVE_CLASS equal to 64.
2673
08192659
RM
26742014-07-07 Roland McGrath <roland@hack.frob.com>
2675
f4c4021b
RM
2676 * sysdeps/nptl/lowlevellock.h: File removed.
2677
f083450f
RM
2678 * NEWS: NPTL is no longer an add-on!
2679 * nptl/internaltypes.h: Moved ...
2680 * sysdeps/nptl/internaltypes.h: ... here.
2681 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2682 * sysdeps/nptl/fork.c: Likewise.
2683 * sysdeps/nptl/gai_misc.h: Likewise.
2684 * sysdeps/nptl/librt-cancellation.c: Likewise.
2685 * sysdeps/nptl/jmp-unwind.c: Likewise.
2686 * sysdeps/nptl/setxid.h: Likewise.
2687 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2688 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2689 * sysdeps/unix/sysv/linux/arm/Implies: New file.
2690 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2691 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2692 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2693 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2694 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2695 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2696 * sysdeps/unix/sysv/linux/mips/Implies: New file.
2697 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2698 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2699 * sysdeps/unix/sysv/linux/sh/Implies: New file.
2700 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2701 * sysdeps/unix/sysv/linux/tile/Implies: New file.
2702 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2703 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2704 * nptl/Makeconfig: Moved ...
2705 * sysdeps/nptl/Makeconfig: ... here.
2706 * nptl/configure: File removed.
2707 * nptl/ANNOUNCE: File removed.
2708 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2709 * sysdeps/unix/sysv/linux/configure: Regenerated.
2710
08192659
RM
2711 * nptl/Makefile (routines): Add libc_pthread_init,
2712 libc_multiple_threads, register-atfork and unregister-atfork.
2713 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2714 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2715 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2716 pthread-pi-defines.sym, structsem.sym.
2717 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2718 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2719 [$(subdir) = nptl] (tests): Add tst-setgetname.
2720 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2721 * sysdeps/unix/sysv/linux/sigaction.c: Just include
2722 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2723 [!LIBC_SIGACTION]: Remove aliases.
2724 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2725 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2726 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2727 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2728 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2729 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2730 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2731 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2732 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2733 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2734 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2735 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2736 __libc_allocate_rtsig_private.
2737 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2738 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2739 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2740 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2741 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2742 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2743 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2744 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2745 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2746 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2747 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2748 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2749 * nptl/internaltypes.h: ... here.
2750 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2751 * sysdeps/nptl/jmp-unwind.c: ... here.
2752 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2753 * nptl/libc-lowlevellock.c: ... here.
2754 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2755 * nptl/libc_multiple_threads.c: ... here.
2756 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2757 * nptl/libc_pthread_init.c: ... here.
2758 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2759 * nptl/lowlevelbarrier.sym: ... here.
2760 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2761 * nptl/lowlevelcond.sym: ... here.
2762 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2763 * nptl/lowlevellock.c: ... here.
2764 * nptl/lowlevellock.h: Moved ...
2765 * sysdeps/nptl/lowlevellock.h: ... here.
2766 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2767 * nptl/lowlevelrobustlock.c: ... here.
2768 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2769 * nptl/lowlevelrobustlock.sym: ... here.
2770 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2771 * nptl/lowlevelrwlock.sym: ... here.
2772 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2773 * nptl/pt-fork.c: ... here.
2774 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2775 * nptl/pthread-pi-defines.sym: ... here.
2776 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2777 * nptl/pthread_attr_getaffinity.c: ... here.
2778 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2779 * nptl/pthread_attr_setaffinity.c: ... here.
2780 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2781 * nptl/pthread_mutex_cond_lock.c: ... here.
2782 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2783 Update #include.
2784 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2785 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2786 * nptl/pthread_once.c: ... here, replacing old file.
2787 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2788 * nptl/pthread_yield.c: ... here.
2789 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2790 * nptl/register-atfork.c: ... here.
2791 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2792 * nptl/sem_post.c: ... here.
2793 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2794 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2795 * nptl/sem_timedwait.c: ... here.
2796 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2797 * nptl/sem_trywait.c: ... here.
2798 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2799 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2800 * nptl/sem_wait.c: ... here.
2801 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2802 * nptl/structsem.sym: ... here.
2803 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2804 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2805 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2806 * nptl/unregister-atfork.c: ... here.
2807 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2808 * nptl/unwindbuf.sym: ... here.
2809 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2810 * sysdeps/nptl/fork.c: ... here.
2811 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2812 * sysdeps/nptl/fork.h: ... here.
2813 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2814 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2815 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2816 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2817 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2818 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2819 * sysdeps/unix/sysv/linux/getpid.c: ... here.
2820 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2821 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2822 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2823 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2824 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2825 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2826 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2827 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2828 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2829 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2830 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2831 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2832 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2833 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2834 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2835 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2836 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2837 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2838 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2839 * sysdeps/unix/sysv/linux/raise.c: ... here.
2840 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2841 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2842 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2843 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2844 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2845 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2846 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2847 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2848 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2849 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2850 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2851 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2852 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2853 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2854 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2855
96baf6ff
SP
28562014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
2857
2858 * sysdeps/generic/memcopy.h: Add comment for
2859 MEMCPY_OK_FOR_FWD_MEMMOVE.
2860
6b7b14b2
WN
28612014-07-04 Will Newton <will.newton@linaro.org>
2862
1570a72b
WN
2863 * string/memchr.c: Merge from gnulib.
2864 [_LIBC]: Remove conditionals.
2865 (__ptr_t): Remove define.
2866 (LONG_MAX_32_BITS): Likewise.
2867 (LONG_MAX): Likewise.
2868 (MEMCHR): Use ANSI prototype and optimize algorithm.
2869
6b7b14b2
WN
2870 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2871
38851324
SP
28722014-07-03 Roland McGrath <roland@hack.frob.com>
2873
3d9eb57c
RM
2874 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2875 (lll_futex_timed_wait_bitset): Fix syscall argument count.
2876
78b984ae
RM
2877 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2878 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2879 in a bare environment with no <stdlib.h> installed.
2880 * sysdeps/nptl/configure: Regenerated.
2881
2d5976a5
RM
2882 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2883
c1f5acd4
RM
2884 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2885 AC_EGREP_CPP for kernel header checks, so they only succeed if
2886 including <linux/version.h> actually works right.
2887 * sysdeps/unix/sysv/linux/configure: Regenerated.
2888
4d614fe5
RM
2889 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2890 value so it's not diagnosed as unused.
2891
38851324
SP
2892 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2893 thing) with "ifeq ($(subdir),rt)".
2894
b3ec00e5
RH
28952014-07-03 Richard Henderson <rth@redhat.com>
2896
69862e25
RH
2897 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2898 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2899 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2900
d5e16ade
RH
2901 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2902 (math_force_eval): New.
2903
ca7b945c
RH
2904 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2905 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2906
cd1175a3
RH
2907 * sysdeps/alpha/fpu/s_round.c: Remove file.
2908 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2909
b3ec00e5
RH
2910 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2911 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2912 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2913 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2914 (_dl_start, print_statistics): Likewise.
2915 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2916 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2917
2918 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2919 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2920 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2921 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2922 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2923 (HP_SMALL_TIMING_AVAIL): Define.
2924 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2925 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2926 (HP_SMALL_TIMING_AVAIL): Define.
2927 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2928 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2929
2930 * sysdeps/aarch64/hp-timing.h: New file.
2931
2932 * sysdeps/generic/hp-timing.h: Remove dead comment.
2933 * sysdeps/generic/hp-timing-common.h: New file.
2934 * sysdeps/alpha/hp-timing.h: Include it.
2935 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2936 * sysdeps/i386/i686/hp-timing.h: Likewise.
2937 * sysdeps/ia64/hp-timing.h: Likewise.
2938 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2939 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2940 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2941 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2942 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2943 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2944 (hp_timing_t): New.
2945
2946 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2947 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2948 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2949 * elf/rtld.c (_dl_start_final): Likewise.
2950 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2951 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2952 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2953 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2954 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2955 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2956 (HP_TIMING_DIFF_INIT): Remove.
2957 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2958 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2959 (HP_TIMING_DIFF_INIT): Remove.
2960 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2961 * sysdeps/i386/i686/hp-timing.c: Remove file.
2962 * sysdeps/x86_64/hp-timing.c: Remove file.
2963 * sysdeps/ia64/hp-timing.c: Remove file.
2964 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2965 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2966 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2967 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2968
2969 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2970 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2971 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2972 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2973 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2974 (HP_TIMING_ACCUM): Remove.
2975 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2976 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2977 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2978
2979 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2980 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2981 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2982 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2983 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2984 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2985 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2986 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2987
2988 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2989
225f410f
MR
29902014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
2991
2992 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2993
3247f285
SP
29942014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2995
2996 Sync up with gettext.
2997 * intl/loadmsgcat.c: Define O_BINARY if not defined.
2998 [_MSC_VER]: Include malloc.h
2999 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
3000 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
3001 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
3002 TEMP_FAILURE_RETRY. Cast return of alloca.
3003 [!_LIBC] Call gl_rwlock_init.
3004 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
3005
d12704c7
SP
30062014-07-02 Roland McGrath <roland@hack.frob.com>
3007
3008 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
3009 before checking its value.
3010
99f8dc92
SP
30112014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3012
05fdac77
SP
3013 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
3014
99f8dc92
SP
3015 * debug/memcpy_chk.c: Don't include pagecopy.h.
3016 * debug/mempcpy_chk.c: Likewise.
3017 * string/memcpy.c: Likewise.
3018 * string/memmove.c: Likewise.
3019 * sysdeps/powerpc/memmove.c: Likewise.
3020 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
3021 definition of PAGE_COPY_FWD_MAYBE here...
3022 * sysdeps/generic/pagecopy.h: ... from here.
3023 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
3024
bc8ea385
VR
30252014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
3026 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3027
3028 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
3029 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
3030 optimizations.
3031 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3032 (__libc_ifunc_impl_list): Likewise.
3033 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
3034 multiarch strcat for PPC64.
3035 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
3036 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
3037
fe5f34e4
RM
30382014-07-02 Roland McGrath <roland@hack.frob.com>
3039
3040 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
3041
256aa665
SP
30422014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3043
d4eb8195
SP
3044 * intl/loadmsgcat.c: Remove declaration of
3045 get_sysdep_segment_value.
3046 (get_sysdep_segment_value): Use ISO C style.
3047 (_nl_load_domain): Use ISO C style. Get rid of redundant
3048 semicolon. Fix typo and formatting in comment.
3049 (_nl_unload_domain): Use ISO C style.
3050
256aa665
SP
3051 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
3052
b100f9aa
WN
30532014-07-02 Will Newton <will.newton@linaro.org>
3054
3055 * malloc/obstack.c: Merge from gnulib master.
3056 [HAVE_CONFIG_H]: Remove conditional code.
3057 [!_LIBC]: Include config.h.
3058 [!ELIDE_CODE]: Don't include inttypes.h, include
3059 stdint.h unconditionally.
3060 (print_and_abort): Mark as _Noreturn.
3061 (_obstack_allocated_p): Mark as __attribute_pure__.
3062 (obstack_free): Rename to __obstack_free.
3063 [!__attribute__]: Remove conditional code.
3064 * malloc/obstack.h: Merge from gnulib master.
3065 [__cplusplus]: Move conditional down.
3066 [!__attribute_pure__]: Define __attribute_pure__ here
3067 if it is not already defined.
3068 (_obstack_memory_used): Mark as __attribute_pure__.
3069 [!__obstack_free]: Define as obstack_free.
3070 [__GNUC__]: Remove check for ancient NeXT gcc.
3071
c4c41244
PE
30722014-07-02 Will Newton <will.newton@linaro.org>
3073 Paul Eggert <eggert@cs.ucla.edu>
3074
3075 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
3076
e1e041c4
SP
30772014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3078
3079 * resolv/gethnamaddr.c: Add comment warning that the file is
3080 not maintained.
3081
ccf431ff
CD
30822014-07-01 Carlos O'Donell <carlos@redhat.com>
3083
d34570a6
CD
3084 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
3085 entries.
3086
ccf431ff
CD
3087 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
3088 entry for aio_cancel and aio_cancel64.
3089 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
3090 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
3091 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
3092 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
3093 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
3094 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
3095 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
3096 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
3097 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
3098 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
3099 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
3100 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
3101 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
3102
ca06321d
RM
31032014-07-01 Roland McGrath <roland@hack.frob.com>
3104
3105 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
3106 * nptl/pthread_mutex_lock.c: Likewise.
3107 * nptl/pthread_mutex_timedlock.c: Likewise.
3108 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
3109
a1ac3184
RH
31102014-07-01 Richard henderson <rth@redhat.com>
3111
631021e0
RH
3112 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
3113 (__isnan, __isnanl): Remove.
3114 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
3115
a1ac3184
RH
3116 * sysdeps/alpha/fpu/libm-test-ulps: Update.
3117
0c1d731f
SL
31182014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
3119
3120 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3121
76985d3e
SP
31222014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
3123
3124 * resolv/nss_dns/dns-host.c (getanswer_r)
3125 [MULTI_PTRS_ARE_ALIASES]: Remove code.
3126
b0cb3096
JM
31272014-07-01 Joseph Myers <joseph@codesourcery.com>
3128
3129 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3130 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
3131 undefine.
3132 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
3133 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
3134
4d76cb39
RM
31352014-07-01 Roland McGrath <roland@hack.frob.com>
3136
3137 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
3138 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
3139
3140 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
3141 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
3142
3143 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
3144 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
3145 ... here.
3146 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
3147 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
3148
3149 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
3150 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
3151 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
3152 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
3153
3154 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
3155 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
3156 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
3157 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
3158 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
3159 Moved ...
3160 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
3161 ... here.
3162 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
3163 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
3164 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
3165 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
3166 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
3167 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
3168 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
3169 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
3170 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
3171 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
3172 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
3173 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
3174 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
3175 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
3176 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
3177 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
3178 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
3179 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
3180 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
3181 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
3182 ... here.
3183 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
3184 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
3185 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
3186 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
3187 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
3188 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
3189 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
3190 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
3191
0cdcad17
DH
31922014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
3193
3194 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
3195 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
3196 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
3197 Add sysdep.
3198
9b71d0e3
AZ
31992014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3200
3201 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3202
665390c2
JM
32032014-06-30 Joseph Myers <joseph@codesourcery.com>
3204
ae05a9d7
JM
3205 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
3206 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
3207
a7672a2f
JM
3208 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
3209
665390c2
JM
3210 * sysdeps/arm/libm-test-ulps: Regenerated.
3211
d7a05d07
MR
32122014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
3213 Roland McGrath <roland@hack.frob.com>
3214
3215 * test-skeleton.c (signal_handler): Kill the whole process group
3216 before killing the child individually.
3217 (main): Report any failure on `setpgid'.
3218
46f1d8a6
RM
32192014-06-30 Roland McGrath <roland@hack.frob.com>
3220
3221 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
3222 from _TLS_H to _ARM_NPTL_TLS_H.
3223 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
3224 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
3225
9c37ec0b
JM
32262014-06-30 Joseph Myers <joseph@codesourcery.com>
3227
ce9c5b3e
JM
3228 [BZ #16539]
3229 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
3230 (__expm1l): Return argument unchanged when small but not
3231 subnormal.
3232
3a6e9887
JM
3233 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
3234 include macro name.
3235 (_FP_UNPACK_RAW_1_P): Likewise.
3236 (_FP_PACK_RAW_1): Likewise.
3237 (_FP_PACK_RAW_1_P): Likewise.
3238 (_FP_MUL_MEAT_1_wide): Likewise.
3239 (_FP_MUL_MEAT_DW_1_hard): Likewise.
3240 (_FP_MUL_MEAT_1_hard): Likewise.
3241 (_FP_DIV_MEAT_1_imm): Likewise.
3242 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
3243 (_FP_DIV_MEAT_1_udiv): Likewise.
3244 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
3245 (_FP_UNPACK_RAW_2): Likewise.
3246 (_FP_UNPACK_RAW_2_P): Likewise.
3247 (_FP_PACK_RAW_2): Likewise.
3248 (_FP_PACK_RAW_2_P): Likewise.
3249 (_FP_MUL_MEAT_DW_2_wide): Likewise.
3250 (_FP_MUL_MEAT_2_wide): Likewise.
3251 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
3252 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3253 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
3254 (_FP_MUL_MEAT_2_gmp): Likewise.
3255 (_FP_DIV_MEAT_2_udiv): Likewise.
3256 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
3257 (_FP_FRAC_SRL_4): Likewise.
3258 (_FP_FRAC_SRST_4): Likewise.
3259 (_FP_FRAC_SRS_4): Likewise.
3260 (_FP_UNPACK_RAW_4): Likewise.
3261 (_FP_UNPACK_RAW_4_P): Likewise.
3262 (_FP_PACK_RAW_4): Likewise.
3263 (_FP_PACK_RAW_4_P): Likewise.
3264 (_FP_MUL_MEAT_DW_4_wide): Likewise.
3265 (_FP_MUL_MEAT_4_wide): Likewise.
3266 (_FP_MUL_MEAT_4_gmp): Likewise.
3267 (umul_ppppmnnn): Likewise.
3268 (_FP_DIV_MEAT_4_udiv): Likewise.
3269 (__FP_FRAC_ADD_4): Likewise.
3270 (__FP_FRAC_SUB_3): Likewise.
3271 (__FP_FRAC_SUB_4): Likewise.
3272 (__FP_FRAC_DEC_3): Likewise.
3273 (__FP_FRAC_DEC_4): Likewise.
3274 (__FP_FRAC_ADDI_4): Likewise.
3275 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
3276 (_FP_FRAC_SRL_8): Likewise.
3277 (_FP_FRAC_SRS_8): Likewise.
3278
9c37ec0b
JM
3279 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
3280 include macro name.
3281 (FP_UNPACK_RAW_EP): Likewise.
3282 (FP_PACK_RAW_E): Likewise.
3283 (FP_PACK_RAW_EP): Likewise.
3284 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
3285 (_FP_ISSIGNAN): Likewise.
3286 (_FP_ADD_INTERNAL): Likewise.
3287 (_FP_FMA): Likewise.
3288 (_FP_CMP): Likewise.
3289 (_FP_SQRT): Likewise.
3290 (_FP_TO_INT): Likewise.
3291 (_FP_FROM_INT): Likewise.
3292 (FP_EXTEND): Likewise.
3293 (_FP_DIV_MEAT_N_loop): Likewise.
3294
2125f674
MR
32952014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
3296
3297 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
3298 throughout.
3299
edea4028
JM
33002014-06-29 Joseph Myers <joseph@codesourcery.com>
3301
3302 [BZ #17097]
3303 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
3304 result with correct sign in case of exponents that produce
3305 overflow except for X very close to 1.
3306
dd0ba018
PE
33072014-06-28 Paul Eggert <eggert@cs.ucla.edu>
3308
3309 mktime: merge #if/#ifdef usage from glibc
3310 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
3311 as that works with both Glibc's and Gnulib's style.
3312 See thread starting at Siddhesh Poyarekar's bug report at:
3313 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
3314
64df73c2
SP
33152014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
3316
3317 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
3318 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
3319 * sysdeps/tile/tilegx/memmove.c: Remove file.
3320
f1eafb41
JM
33212014-06-27 Joseph Myers <joseph@codesourcery.com>
3322
3323 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
3324 abi-name definition.
3325 * scripts/soversions.awk: Do not handle or generate ABI lines.
3326 * shlib-versions: Remove ABI entries.
3327 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
3328 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
3329
58eb0862
RM
33302014-06-27 Roland McGrath <roland@hack.frob.com>
3331
37caf178
RM
3332 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
3333 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
3334 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
3335 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
3336 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
3337 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
3338 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
3339 Moved ...
3340 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
3341 ... here.
3342 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
3343 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
3344 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
3345 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
3346 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
3347 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
3348 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
3349 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
3350 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
3351 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
3352 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
3353 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
3354 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
3355 Moved ...
3356 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
3357 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
3358 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
3359 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
3360 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
3361 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
3362 Moved ...
3363 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
3364 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
3365 Moved ...
3366 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
3367 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
3368 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
3369 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
3370 Moved ...
3371 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
3372 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
3373 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
3374 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
3375 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
3376 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
3377 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
3378 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
3379 Moved ...
3380 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
3381 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
3382 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
3383 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
3384 Moved ...
3385 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
3386 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
3387 Moved ...
3388 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
3389 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
3390 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
3391 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
3392 Moved ...
3393 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
3394 ... here.
3395 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
3396 Identical file removed.
3397 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
3398 Moved ...
3399 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
3400 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
3401 Identical file removed.
3402 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
3403 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
3404 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
3405 Moved ...
3406 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
3407 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
3408 Identical file removed.
3409 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
3410 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3411 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3412 Identical file removed.
3413 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3414 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3415 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3416 Identical file removed.
3417 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3418 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3419 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3420 Identical file removed.
3421 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3422 Moved ...
3423 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3424 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3425 Identical file removed.
3426 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3427 Moved ...
3428 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3429 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3430 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3431 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3432 Identical file removed.
3433 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3434 Moved ...
3435 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3436 ... here.
3437 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3438 Identical file removed.
3439 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3440 Moved ...
3441 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3442 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3443 Identical file removed.
3444 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3445 Moved ...
3446 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3447 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3448 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3449 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3450 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3451 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3452 Moved ...
3453 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3454 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3455 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3456
58eb0862
RM
3457 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3458 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3459 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3460 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3461 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3462
6f12d062
AS
34632014-06-27 Arjun Shankar <arjun.is@lostca.se>
3464
3465 [BZ #17092]
3466 * nscd/nscd.c (monitor_child): Return exit status of child
3467 instead of return value from wait syscall.
3468
be254932
JM
34692014-06-27 Joseph Myers <joseph@codesourcery.com>
3470
cb403c34
JM
3471 * configure.ac (libc_commonpagesize): Remove variable.
3472 (libc_relro_required): Likewise.
3473 (libc_cv_z_relro): Remove configure test.
3474 * configure: Regenerated.
3475 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3476 variable.
3477 (libc_relro_required): Likewise.
3478 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3479 (libc_relro_required): Likewise.
3480 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3481 (libc_relro_required): Likewise.
3482 * sysdeps/arm/preconfigure: Regenerated.
3483 * sysdeps/ia64/preconfigure: Remove file.
3484 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3485 variable.
3486 (libc_relro_required): Likewise.
3487
be254932
JM
3488 [BZ #16561]
3489 [BZ #16562]
3490 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3491 (__ieee754_yn): Set FE_TONEAREST mode internally and then
3492 recompute overflowing results in original rounding mode.
3493 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3494 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3495 recompute overflowing results in original rounding mode.
3496 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3497 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3498 recompute overflowing results in original rounding mode.
3499 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3500 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3501 recompute overflowing results in original rounding mode.
3502 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3503 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3504 recompute overflowing results in original rounding mode.
3505 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3506 (libc_feholdsetround_ctx): New macro.
3507 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3508 * sysdeps/i386/fpu/libm-test-ulps: Update.
3509 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3510
b351d85a
JM
35112014-06-26 Joseph Myers <joseph@codesourcery.com>
3512
3513 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3514 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3515 corresponding .cpsetup call.
3516
3cb4de47
RM
35172014-06-26 Roland McGrath <roland@hack.frob.com>
3518
3519 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3520 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3521 * sysdeps/arm/Makefile [$(subdir) = csu]
3522 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3523 (static-only-routines): Add aeabi_read_tp here.
3524 (shared-only-routines): Add libc-aeabi_read_tp here.
3525 (CFLAGS-libc-start.c): Add -fexceptions here.
3526 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3527 (sysdep_routines, static-only-routines, shared-only-routines):
3528 Don't add to these here.
3529 (CFLAGS-libc-start.c): Likewise.
3530
3531 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3532 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3533 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3534 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3535 * sysdeps/arm/Makefile [$(subdir) = rt]
3536 (librt-sysdep_routines, librt-shared-only-routines):
3537 Append rt-aeabi_unwind_cpp_pr1 here.
3538 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3539 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3540 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3541 (libpthread-sysdep_routines, libpthread-shared-only-routines):
3542 Append nptl-aeabi_unwind_cpp_pr1 here.
3543 (tests): Filter out tst-cleanupx4 here.
3544 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3545 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3546 Don't do those here.
3547
354426bb
JM
35482014-06-26 Joseph Myers <joseph@codesourcery.com>
3549
3550 * scripts/list-sources.sh: Do not handle ports specially.
3551
28b0a8c9
RM
35522014-06-26 Roland McGrath <roland@hack.frob.com>
3553
a3dd035d
RM
3554 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3555 * sysdeps/arm/feupdateenv.c: Likewise.
3556
28b0a8c9
RM
3557 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3558
e66a8203
JM
35592014-06-26 Joseph Myers <joseph@codesourcery.com>
3560
3561 * manual/texinfo.tex: Update to version 2014-05-05.10 with
3562 trailing whitespace removed.
3563 * scripts/config.guess: Update to version 2014-03-23.
3564 * scripts/config.sub: Update to version 2014-05-01
3565 * scripts/install-sh: Update to version 2013-12-25.23.
3566 * scripts/move-if-change: Update from gnulib.
3567
74171115
SP
35682014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3569
b97c9ce5
SP
3570 * debug/memmove_chk.c: Remove pagecopy.h include.
3571
4000f892
SP
35722014-06-26 Paul Eggert <eggert@cs.ucla.edu>
3573
74171115
SP
3574 * time/mktime.c (leapyear): Remove inline keyword. The code is now
3575 identical to gnulib mktime.
3576
a8779c28
JM
35772014-06-26 Joseph Myers <joseph@codesourcery.com>
3578
e64708de
JM
3579 * configure.ac: Do not test for machine being rs6000. Do not test
3580 for powerpc*-*soft.
3581 * configure: Regenerated.
3582
a8779c28
JM
3583 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3584 test.
3585 * configure: Regenerated.
3586 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3587 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3588 Remove configure test.
3589 * sysdeps/arm/configure: Regenerated.
3590 * sysdeps/nptl/configure.ac: Do not check
3591 libc_cv_asm_cfi_directives.
3592 * sysdeps/nptl/configure: Regenerated.
3593 * sysdeps/x86_64/nptl/configure.ac: Remove file.
3594 * sysdeps/x86_64/nptl/configure: Remove generated file.
3595 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3596 unconditional.
3597 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3598
2aac0a86
SP
35992014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3600
059bf913
SP
3601 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3602 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3603 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3604 it is defined.
3605
4cf5b6d0
SP
3606 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3607 instead of whether it is defined.
3608 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3609 * sysdeps/hppa/dl-machine.h: Likewise.
3610 * sysdeps/ia64/dl-machine.h: Likewise.
3611 * sysdeps/m68k/dl-machine.h: Likewise.
3612 * sysdeps/microblaze/dl-machine.h: Likewise.
3613 * sysdeps/mips/dl-machine.: Likewise.
3614 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3615 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3616 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3617 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3618 * sysdeps/sh/dl-machine.h: Likewise.
3619 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3620 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3621 * sysdeps/tile/dl-machine.h: Likewise.
3622 * sysdeps/x86_64/dl-machine.h: Likewise.
3623
2aac0a86
SP
3624 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3625 code.
3626 (verify_persistent_db): Likewise.
3627
6ad2df0b
RM
36282014-06-26 Roland McGrath <roland@hack.frob.com>
3629
d8a483f3
RM
3630 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3631 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3632 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3633 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3634 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3635 Moved ...
3636 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3637 ... here.
3638 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3639 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3640 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3641 Identical file removed.
3642 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3643 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3644 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3645 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3646 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3647 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3648 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3649 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3650 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3651 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3652 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3653 Moved ...
3654 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3655 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3656 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3657 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3658 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3659 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3660 Moved ...
3661 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3662 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3663 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3664 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3665 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3666 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3667 Identical file removed.
3668 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3669 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3670 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3671 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3672 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3673 Moved ...
3674 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3675 ... here.
3676 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3677 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3678 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3679 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3680 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3681 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3682 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3683 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3684 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3685 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3686 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3687 Moved ...
3688 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3689 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3690 Moved ...
3691 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3692 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3693 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3694 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3695 Moved ...
3696 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3697 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3698 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3699
52ae23b4
RM
3700 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3701 folded into ...
3702 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3703 * sysdeps/unix/sysv/linux/s390/Versions
3704 (libpthread: GLIBC_2.19): New version set.
3705 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3706 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3707 (librt: GLIBC_2.3.3): New version set.
3708 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3709 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3710 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3711 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3712 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3713 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3714 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3715 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3716 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3717 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3718 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3719 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3720 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3721 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3722 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3723 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3724 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3725 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3726 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3727 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3728 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3729 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3730 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3731 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3732 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3733 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3734 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3735 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3736 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3737 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3738 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3739 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3740 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3741 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3742 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3743 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3744 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3745 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3746 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3747 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3748 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3749 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3750 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3751 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3752 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3753
39507e4a
RM
3754 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3755 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3756 (__libc_vfork): Define the function under this name.
3757 [!NOT_IN_libc] (__vfork): Make this an alias.
3758 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3759 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3760 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3761 (__libc_vfork): Define the function under this name.
3762 [!NOT_IN_libc] (__vfork): Make this an alias.
3763 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3764 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3765 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3766 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3767 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3768 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3769
e549ee56
RM
3770 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3771 code that was previously under [RESET_PID].
3772 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3773 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3774 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3775
6ad2df0b
RM
3776 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3777 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3778 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3779 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3780 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3781 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3782 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3783 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3784 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3785 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3786 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3787 Moved ...
3788 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3789 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3790 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3791 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3792 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3793 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3794 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3795 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3796 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3797 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3798 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3799 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3800 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3801 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3802 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3803 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3804 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3805 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3806 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3807 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3808 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3809 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3810 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3811 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3812 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3813 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3814 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3815 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3816 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3817
7c1c1d8e
RM
38182014-06-25 Roland McGrath <roland@hack.frob.com>
3819
3820 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3821 that was previously under [RESET_PID].
3822 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3823
3e239be6
JM
38242014-06-25 Joseph Myers <joseph@codesourcery.com>
3825
74385da5
JM
3826 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3827 not undefine and redefine.
3828 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3829 [O_CLOEXEC]: Make code unconditional.
3830 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3831 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3832 <kernel-features.h>.
3833 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3834 conditional variable definition.
3835 (shm_open) [O_CLOEXEC]: Make code unconditional.
3836 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3837 code.
3838
c2570a0b
JM
3839 * configure.ac (USE_REGPARMS): Don't define here.
3840 * configure: Regenerated.
3841 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3842 * sysdeps/i386/configure: Regenerated.
3843
11b076bb
JM
3844 * nptl/createthread.c: Don't include kernel-features.h.
3845 * nptl/pthread_cancel.c: Likewise.
3846 * nptl/pthread_condattr_setclock.c: Likewise.
3847 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3848 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3849 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3850 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3851 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3852 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3853 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3854 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3855 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3856 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3857 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3858 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3859 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3860 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3861 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3862 * nscd/gai.c: Likewise.
3863 * nss/nss_db/db-open.c: Likewise.
3864 * sysdeps/generic/ldsodefs.h: Likewise.
3865 * sysdeps/sh/nptl/tls.h: Likewise.
3866 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3867 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3868 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3869 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3870 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3871 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3872 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3873 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3874 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3875 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3876 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3877 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3878 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3879 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3880 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3881 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3882 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3883 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3884 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3885 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3886 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3887 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3888 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3889 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3890 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3891 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3892 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3893 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3894 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3895 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3896 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3897 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3898 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3899 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3900 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3901 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3902 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3903 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3904 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3905 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3906 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3907 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3908 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3909 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3910 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3911 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3912 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3913 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3914 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3915 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3916 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3917 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3918 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3919 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3920 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3921 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3922 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3923 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3924 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3925 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3926 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3927 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3928 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3929 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3930 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3931 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3932 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3933 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3934 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3935 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3936 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3937 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3938 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3939 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3940 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3941 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3943 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3944 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3945 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3946 * sysdeps/unix/sysv/linux/pread.c: Likewise.
3947 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3948 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3949 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3950 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3951 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3952 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3953 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3954 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3955 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3956 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3957 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3958 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3959 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3960 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3961 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3962 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3963 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3964 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3965 * sysdeps/unix/sysv/linux/system.c: Likewise.
3966 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3967 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3968 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3969 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3970 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3971 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3972 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3973
92072d57
JM
3974 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3975 * configure: Regenerated.
3976 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3977
3e239be6
JM
3978 * configure.ac (base_machine): Do not set specially for particular
3979 machines here.
3980 * configure: Regenerated.
3981 * sysdeps/powerpc/preconfigure: Move machine and base_machine
3982 settings from configure.ac.
3983 * sysdeps/i386/preconfigure: New file.
3984 * sysdeps/s390/preconfigure: Likewise.
3985 * sysdeps/sh/preconfigure: Likewise.
3986 * sysdeps/sparc/preconfigure: Likewise.
3987
06d50baa
RM
39882014-06-25 Roland McGrath <roland@hack.frob.com>
3989
74836003
RM
3990 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3991 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3992 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3993 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3994 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3995 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3996 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3997 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3998 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3999 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
4000 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
4001 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
4002 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
4003 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
4004 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
4005 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
4006 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
4007 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
4008 * sysdeps/sparc/sparc64/Makefile: ... appended here.
4009
4010 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
4011 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
4012 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
4013 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
4014 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
4015 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
4016 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
4017 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
4018 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
4019 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
4020 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
4021 * sysdeps/sparc/sparc32/sem_post.c: ... here.
4022 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
4023 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
4024 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
4025 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
4026 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
4027 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
4028 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
4029 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
4030 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
4031 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
4032 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
4033 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
4034 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
4035 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
4036 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
4037 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
4038 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
4039 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
4040 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
4041 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
4042 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
4043 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
4044 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
4045 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
4046 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
4047 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
4048
06d50baa
RM
4049 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
4050 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
4051 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
4052 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
4053 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4054 Moved ...
4055 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
4056 ... here.
4057 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
4058 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
4059 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
4060 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
4061 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
4062 Moved ...
4063 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
4064 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
4065 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
4066 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
4067 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
4068 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
4069 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
4070 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4071 Moved ...
4072 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
4073 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4074 Moved ...
4075 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
4076 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
4077 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
4078 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4079 Moved ...
4080 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
4081 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
4082 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
4083 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
4084 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
4085 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
4086 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
4087 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
4088 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
4089 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4090 Moved ...
4091 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
4092 ... here.
4093 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
4094 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
4095 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
4096 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
4097 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
4098 Moved ...
4099 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
4100 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
4101 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
4102 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
4103 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
4104 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
4105 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
4106 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4107 Moved ...
4108 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
4109 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4110 Moved ...
4111 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
4112 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
4113 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
4114 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4115 Moved ...
4116 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
4117 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
4118 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
4119 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
4120 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
4121
a4ccbc9b
JM
41222014-06-25 Joseph Myers <joseph@codesourcery.com>
4123
0828edbf
JM
4124 * timezone/checktab.awk: Update from tzcode 2014e.
4125 * timezone/private.h: Likewise.
4126 * timezone/tzfile.h: Likewise.
4127 * timezone/zdump.c: Likewise.
4128 * timezone/zic.c: Likewise.
4129
a4ccbc9b
JM
4130 * sysdeps/unix/sysv/linux/kernel-features.h
4131 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
4132 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
4133 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
4134 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
4135 Remove conditional code.
4136
9aea0cb8
WN
41372014-06-25 Will Newton <will.newton@linaro.org>
4138
4139 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
4140 (_dl_arm_cap_flags): Add HWCAP2 values.
4141 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
4142 (_DL_HWCAP_COUNT): Increase to 37.
4143 (_DL_HWCAP_LAST): New define.
4144 (_DL_HWCAP2_LAST): New define.
4145 (_dl_procinfo): Add support for printing
4146 AT_HWCAP2 entries.
4147 (_dl_string_hwcap): Use _dl_hwcap_string.
4148
6eaa65ce
AZ
41492014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4150
4151 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4152
0f5b7185
JM
41532014-06-25 Joseph Myers <joseph@codesourcery.com>
4154
cfd2ea50
JM
4155 * README: Do not mention ports directory.
4156
cecf2ed4
JM
4157 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
4158 Remove macro.
4159 * sysdeps/unix/sysv/linux/futimes.c: Do not include
4160 <kernel-features.h>.
4161 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
4162 conditional variable definition.
4163 (__futimes): Update comment.
4164 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
4165 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
4166
a638de82
JM
4167 [BZ #16560]
4168 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
4169 arguments close to 0.
4170 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
4171 Likewise.
4172 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
4173 Likewise.
4174 * math/auto-libm-test-in: Add more tests of exp10.
4175 * math/auto-libm-test-out: Regenerated.
4176 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4177
0f5b7185
JM
4178 * sysdeps/unix/sysv/linux/kernel-features.h
4179 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
4180 * sysdeps/unix/sysv/linux/readv.c: Do not include
4181 <kernel-features.h>.
4182 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4183 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4184 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4185 unconditional.
4186 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4187 conditional code.
4188 * sysdeps/unix/sysv/linux/writev.c: Do not include
4189 <kernel-features.h>.
4190 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4191 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4192 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4193 unconditional.
4194 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4195 conditional code.
4196
c7aec4be
WN
41972014-06-25 Will Newton <will.newton@linaro.org>
4198
4199 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
4200 comment changes throughout the file. Remove checks
4201 for HAVE_*_H definitions that are not required.
4202 (__gen_tempname): Call abort if an unknown kind value is
4203 passed.
4204
c5241f95
AS
42052014-06-25 Andreas Schwab <schwab@suse.de>
4206
4207 [BZ #17086]
4208 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
4209 scalbln, scalblnf, scalblnl in libc.
4210
911422da
SP
42112014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4212
4213 [BZ #17086]
4214 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
4215 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4216 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4217
0d749bbe
RM
42182014-06-24 Roland McGrath <roland@hack.frob.com>
4219
4220 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
4221 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
4222 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
4223 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
4224 Update #include.
4225 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
4226 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
4227 Update #include.
4228 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
4229 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
4230 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
4231 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
4232 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
4233 * sysdeps/x86/bits/pthreadtypes.h: ... here.
4234 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
4235 * sysdeps/x86/bits/semaphore.h: ... here.
4236 * sysdeps/x86/nptl/elide.h: Moved ...
4237 * sysdeps/x86/elide.h: ... here.
4238 * sysdeps/x86_64/nptl/Implies: File removed.
4239 * sysdeps/i386/nptl/Implies: File removed.
4240
0ea5d373
JM
42412014-06-24 Joseph Myers <joseph@codesourcery.com>
4242
4060283d
JM
4243 [BZ #16539]
4244 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
4245 return the argument for normal arguments with exponent below -64.
4246 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
4247 Likewise.
4248 * math/auto-libm-test-in: Add another test of expm1.
4249 * math/auto-libm-test-out: Regenerated.
4250
e7dd3c8c
JM
4251 [BZ #16287]
4252 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
4253 calling __erfcl for arguments at least 16.
4254 * math/auto-libm-test-in: Add more tests of erf.
4255 * math/auto-libm-test-out: Regenerated.
4256
0ea5d373
JM
4257 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
4258 individual architectures.
4259 * sysdeps/unix/sysv/linux/configure: Regenerated.
4260 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
4261 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
4262 * sysdeps/unix/sysv/linux/powerpc/configure.ac
4263 (ldd_rewrite_script): Define variable.
4264 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
4265 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
4266 file.
4267 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
4268 generated file.
4269 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
4270 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
4271 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
4272 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
4273 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
4274 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
4275 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
4276 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
4277
2307e126
SP
42782014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4279
4280 [BZ #17084]
4281 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
4282 Rename member __data.d to __data.__elision_data.
4283
c0a4ed77
W
42842014-06-24 Wilco <wdijkstr@arm.com>
4285
4286 * NEWS: Add 16918 to fixed bug list.
4287
b8c00573
W
42882014-06-24 Wilco <wdijkstr@arm.com>
4289
4290 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4291
b5570d92
W
42922014-06-24 Wilco <wdijkstr@arm.com>
4293
4294 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
4295 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
4296 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
4297 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
4298 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
4299 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
4300 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
4301 Use _FPU_MASK_RM.
4302
947bdca2
W
43032014-06-24 Wilco <wdijkstr@arm.com>
4304
4305 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
4306
00f669ed
W
43072014-06-24 Wilco <wdijkstr@arm.com>
4308
4309 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
4310 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
4311 * sysdeps/arm/fesetround.c (fesetround): Remove space.
4312 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
4313
db59bad3
W
43142014-06-24 Wilco <wdijkstr@arm.com>
4315
4316 [BZ #16918]
4317 * sysdeps/arm/feupdateenv.c (feupdateenv):
4318 Rewrite to reduce FPSCR accesses and fix return value.
4319
001f7b77
W
43202014-06-24 Wilco <wdijkstr@arm.com>
4321
4322 * sysdeps/arm/fclrexcpt.c (feclearexcept):
4323 Optimize to avoid unnecessary FPSCR writes.
4324 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
4325 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
4326 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
4327 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
4328
4841e6a6
W
43292014-06-24 Wilco <wdijkstr@arm.com>
4330
4331 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
4332 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
4333 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
4334 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
4335 Call libc_fetestexcept_vfp.
4336 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
4337 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
4338 __SOFTFP__ ifdef so that they can be built for softfp.
4339
0813022c
SP
43402014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4341
08e5862f
SP
4342 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
4343 argument type signed char.
4344
0813022c
SP
4345 * Makerules (check-abi): Dump diff of symlist if the test
4346 fails.
4347
3fc7236a
RM
43482014-06-23 Roland McGrath <roland@hack.frob.com>
4349
aba8ef95
RM
4350 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
4351 using abort.
4352
3fc7236a
RM
4353 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4354 Remove unused variable ST.
4355
4da6db51
JM
43562014-06-23 Joseph Myers <joseph@codesourcery.com>
4357
4648909d
JM
4358 [BZ #16354]
4359 [BZ #17061]
4360 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
4361 small arguments before calling __expm1.
4362 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
4363 small arguments before calling __expm1f.
4364 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
4365 small arguments before calling __expm1l.
4366 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4367 Likewise.
4368 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
4369 * math/auto-libm-test-in: Add more cosh tests. Do not allow
4370 spurious underflow for some cosh tests.
4371 * math/auto-libm-test-out: Regenerated.
4372 * sysdeps/i386/fpu/libm-test-ulps: Update.
4373
46a3d3c7
JM
4374 [BZ #17050]
4375 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
4376 (__ieee754_y1): Set errno if return value overflows.
4377 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
4378 (__ieee754_y1f): Set errno if return value overflows.
4379 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
4380 (__ieee754_y1l): Set errno if return value overflows.
4381 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
4382 (__ieee754_y1l): Set errno if return value overflows.
4383 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
4384 * math/auto-libm-test-out: Regenerated.
4385
863893ec
JM
4386 * math/gen-auto-libm-tests.c: Document use of
4387 ignore-zero-inf-sign.
4388 (input_flag_type): Add value flag_ignore_zero_inf_sign.
4389 (input_flags): Add ignore-zero-inf-sign.
4390 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
4391 * math/gen-libm-test.pl (generate_testfile): Handle
4392 ignore-zero-inf-sign.
4393 * math/auto-libm-test-in: Mark some cpow tests with
4394 ignore-zero-inf-sign and some with xfail-rounding.
4395 * math/auto-libm-test-out: Regenerated.
4396 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
4397 * sysdeps/i386/fpu/libm-test-ulps: Update.
4398 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4399
4da6db51
JM
4400 [BZ #16315]
4401 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
4402 overflowing or underflowing operations take place with sign of
4403 result.
4404 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
4405 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4406 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
4407 (__ieee754_pow): Recompute overflowing and underflowing results in
4408 original rounding mode.
4409 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
4410 (__powl_helper): Allow negative argument X and scale negated value
4411 as needed. Avoid passing value outside [-1, 1] to f2xm1.
4412 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4413 overflowing or underflowing operations take place with sign of
4414 result.
4415 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4416 Include <math.h>.
4417 * math/auto-libm-test-in: Add more tests of pow.
4418 * math/auto-libm-test-out: Regenerated.
4419 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4420 (pow_tonearest_test_data): Remove.
4421 (pow_test_tonearest): Likewise.
4422 (pow_towardzero_test_data): Likewise.
4423 (pow_test_towardzero): Likewise.
4424 (pow_downward_test_data): Likewise.
4425 (pow_test_downward): Likewise.
4426 (pow_upward_test_data): Likewise.
4427 (pow_test_upward): Likewise.
4428 (main): Don't call removed functions.
4429 * sysdeps/i386/fpu/libm-test-ulps: Update.
4430 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4431
5686b236
RM
44322014-06-23 Roland McGrath <roland@hack.frob.com>
4433
4434 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4435 Moved ...
4436 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4438 Moved ...
4439 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4441 Moved ...
4442 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4444 Moved ...
4445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4446 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4447 File removed.
4448 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4449 File removed.
4450 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4451 File removed.
4452 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4453 File removed.
4454 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4455 File removed.
4456 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4457 File removed.
4458 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4459 File removed.
4460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4461 File removed.
4462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4463 File removed.
4464 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4465 File removed.
4466 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4467 File removed.
4468 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4469 File removed.
4470 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4471 Moved ...
4472 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4473 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4474 Moved ...
4475 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4476 ... here.
4477 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4478 Moved ...
4479 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4480 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4481 Moved ...
4482 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4483 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4484 Moved ...
4485 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4486 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4487 Moved ...
4488 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4489 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4490 Moved ...
4491 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4492 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4493 Moved ...
4494 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4495 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4496 Moved ...
4497 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4498 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4499 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4500 ... here.
4501 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4502 Moved ...
4503 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4504 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4505 Moved ...
4506 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4507 ... here.
4508 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4509 Moved ...
4510 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4511 ... here.
4512 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4513 Moved ...
4514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4515 ... here.
4516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4517 Moved ...
4518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4520 Moved ...
4521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4525 Moved ...
4526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4527 ... here.
4528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4529 Moved ...
4530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4531 ... here.
4532 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4533 Moved ...
4534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4536 Moved ...
4537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4538 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4539 Moved ...
4540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4542 Moved ...
4543 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4544 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4545 Moved ...
4546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4547 ... here.
4548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4549 Moved ...
4550 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4552 Moved ...
4553 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4555 Moved ...
4556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4558 Moved ...
4559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4560 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4561 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4562 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4563 Moved ...
4564 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4565 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4566 Moved ...
4567 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4568 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4569 Moved ...
4570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4571 ... here.
4572 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4573 Moved ...
4574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4575 ... here.
4576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4577 Moved ...
4578 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4579 ... here.
4580 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4581 Moved ...
4582 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4583 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4584 Moved ...
4585 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4587 Moved ...
4588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4590 Moved ...
4591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4592 ... here.
4593 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4594 Moved ...
4595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4596 ... here.
4597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4598 Moved ...
4599 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4600 ... here.
4601 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4602 Moved ...
4603 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4604 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4605 Moved ...
4606 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4607
e6d90d67
WD
46082014-06-23 Will Newton <will.newton@linaro.org>
4609 Wilco <wdijkstr@arm.com>
4610
4611 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4612 implementation. Include get-rounding-mode.h.
4613 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4614 [!libc_feholdsetround_noex_ctx]: Define
4615 libc_feholdsetround_noex_ctx.
4616 [!libc_feholdsetround_noexf_ctx]: Define
4617 libc_feholdsetround_noexf_ctx.
4618 [!libc_feholdsetround_noexl_ctx]: Define
4619 libc_feholdsetround_noexl_ctx.
4620 (libc_feholdsetround_ctx): New function.
4621 (libc_feresetround_ctx): New function.
4622 (libc_feholdsetround_noex_ctx): New function.
4623 (libc_feresetround_noex_ctx): New function.
4624
d42df555
RM
46252014-06-23 Roland McGrath <roland@hack.frob.com>
4626
88a46474
RM
4627 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4628 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4629 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4630 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4631 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4632 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4633
15bed472
RM
4634 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4635 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4636 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4637 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4638 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4639 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4640 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4641 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4642 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4643 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4644 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4645 Moved ...
4646 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4647 ... here.
4648 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4649 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4650 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4651 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4652 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4653 Moved ...
4654 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4655 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4656 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4657 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4658 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4659 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4660 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4661 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4662 Moved ...
4663 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4664 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4665 Moved ...
4666 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4667 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4668 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4669 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4670 Moved ...
4671 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4672 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4673 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4674 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4675 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4676 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4677 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4678 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4679 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4680 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4681 Moved ...
4682 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4683 ... here.
4684 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4685 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4686 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4687 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4688 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4689 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4690 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4691 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4692 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4693 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4694 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4695 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4696 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4697 Moved ...
4698 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4699 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4700 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4701 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4702 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4703 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4704 Moved ...
4705 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4706 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4707 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4708 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4709 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4710
d42df555
RM
4711 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4712 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4713 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4714 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4715 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4716 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4717 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4718 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4719 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4720 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4721 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4722 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4723 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4724 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4725 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4726 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4727 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4728 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4729 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4730 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4731 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4732 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4733 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4734 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4735 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4736 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4737 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4738 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4739
76e5216e
JM
47402014-06-23 Joseph Myers <joseph@codesourcery.com>
4741
4742 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4743 (FALLOC_FL_COLLAPSE_RANGE): New macro.
4744 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4745 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4746 (IPV6_PMTUDISC_INTERFACE): Likewise.
4747 (IPV6_PMTUDISC_OMIT): Likewise.
4748
7a81cbcc
AS
47492014-06-23 Andreas Schwab <schwab@suse.de>
4750
4751 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4752 Remove unused errout label.
4753
db224009
AZ
47542014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4755
4756 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4757 macro: hardware supports Vector Crypto instructions.
4758
f393b4aa
WN
47592014-06-23 Will Newton <will.newton@linaro.org>
4760
cc7d0447
WN
4761 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4762 rather than __builtin_expect.
4763
d6d06225
WN
4764 * elf/dl-lookup.c (undefined_msg): Remove variable.
4765 (_dl_lookup_symbol_x): Replace undefined_msg with string
4766 literal.
4767
f393b4aa
WN
4768 * elf/dl-lookup.c (do_lookup_unique): New function.
4769 (do_lookup_x): Move STB_GNU_UNIQUE handling code
4770 to a separate function.
4771
ac60763e
AS
47722014-06-23 Andreas Schwab <schwab@suse.de>
4773
4774 [BZ #17079]
4775 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4776 before reading the next line.
4777
c5c13355
WN
47782014-06-23 Will Newton <will.newton@linaro.org>
4779
4780 * test-skeleton.c (signal_handler): Use printf and %m
4781 rather than perror. Use printf rather than fprintf to
4782 stderr. Use puts rather than fputs to stderr.
4783 (main): Likewise.
4784
bd3675f9
LC
47852014-06-22 Ludovic Courtès <ludo@gnu.org>
4786
4787 * nscd/nscd.c (thread_info_t): Remove typedef.
4788 (thread_info): Remove variable.
4789
d03efb2f
AM
47902014-06-21 Allan McRae <allan@archlinux.org>
4791
4792 * NEWS: Mention CVE-2014-4043.
4793
bc4a86fa
RM
47942014-06-20 Roland McGrath <roland@hack.frob.com>
4795
dc9a54f8
RM
4796 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4797 * nptl/smp.h: ... here.
4798
bd7022c4
RM
4799 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4800
26ffd5e6
RM
4801 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4802 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4803 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4804 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4805
93a6d082
RM
4806 * nptl/allocatestack.c: Include <stack-aliasing.h>.
4807 * nptl/stack-aliasing.h: New file.
4808 * sysdeps/i386/i686/stack-aliasing.h: New file.
4809 * sysdeps/i386/i686/nptl/Makefile: File removed.
4810 * sysdeps/x86_64/stack-aliasing.h: New file.
4811 * sysdeps/x86_64/nptl/Makefile
4812 (CFLAGS-pthread_create.c): Variable removed.
4813
bc4a86fa
RM
4814 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4815 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4816 old file.
4817 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4818 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4819 old file.
4820
2272ffc1
JM
48212014-06-21 Joseph Myers <joseph@codesourcery.com>
4822
4823 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4824 (__ASSUME_SIGFRAME_V2): Remove macro.
4825 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4826 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4827 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4828 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4829 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4830 Declare as function. Remove conditional macro definitions.
4831 (__default_rt_sa_restorer): Likewise.
4832 (__default_sa_restorer_v1): Remove declaration.
4833 (__default_sa_restorer_v2): Likewise.
4834 (__default_rt_sa_restorer_v1): Likewise.
4835 (__default_rt_sa_restorer_v2): Likewise.
4836 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4837 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4838 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4839
4b88139b
RM
48402014-06-20 Roland McGrath <roland@hack.frob.com>
4841
4842 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4843 (libpthread-routines): Add sysdep.
4844 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4845 * sysdeps/unix/sysv/linux/sparc/Versions
4846 (libpthread: GLIBC_2.3.3): New version set.
4847 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4848 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4849 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4850 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4851 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
4852 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4853 Moved ...
4854 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4855 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4856 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4857 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4858 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4859 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4860 * sysdeps/sparc/nptl/sem_init.c: ... here.
4861 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4862 * sysdeps/sparc/nptl/sem_post.c: ... here.
4863 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4864 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4865 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4866 * sysdeps/sparc/nptl/sem_wait.c: ... here.
4867 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4868 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4869 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4870 (libpthread-routines): Add cpu_relax.
4871 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4872 File removed.
4873 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4874 (librt: GLIBC_2.3.3): New version set.
4875 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4876 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4877 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4878 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4879 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4880 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4881 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4882 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4883 Moved ...
4884 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4885 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4886 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4887 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4888 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4889 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4890 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4891 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4892 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4893 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4894 Moved ...
4895 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4896 Update #include.
4897 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4898 Moved ...
4899 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4900 Update #include.
4901 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4902 Moved ...
4903 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4904 Update #include.
4905 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4906 Moved ...
4907 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4908 Update #include.
4909 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4910 Moved ...
4911 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4912 Update #include.
4913 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4914 Moved ...
4915 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4916 Update #include.
4917 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4918 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4919 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4920 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4921 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4922 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4923 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4924 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4925 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4926 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4927 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4928 Moved ...
4929 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4930 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4931 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4932 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4933 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4934
d7109027
JM
49352014-06-20 Joseph Myers <joseph@codesourcery.com>
4936
9bc6103d
JM
4937 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4938 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4939 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4940 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4941 * nscd/nscd.c: Likewise.
4942 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4943 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4944 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4945 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4946
d7109027
JM
4947 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4948 <kernel-features.h>.
4949 (init_mq_netlink): Remove conditional have_sock_cloexec
4950 definitions. Remove code conditional on have_sock_cloexec < 0.
4951 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4952 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4953 * sysdeps/unix/sysv/linux/opensock.c: Do not include
4954 <kernel-features.h>.
4955 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4956 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4957
d92d8f8a
L
49582014-06-20 H.J. Lu <hongjiu.lu@intel.com>
4959
4960 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4961 Add tests for memset_chk and memset.
4962
4963 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4964 with AVX2_Usable.
4965
4e6d2347
MR
49662014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4967
257ce712
MR
4968 [BZ #16046]
4969 * elf/tst-dl-iter-static.c: New file.
4970 * elf/Makefile (tests-static): Add tst-dl-iter-static.
4971
4e6d2347
MR
4972 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4973 error.
4974
a2a76afe
JM
49752014-06-20 Joseph Myers <joseph@codesourcery.com>
4976
7fd00f99
JM
4977 * sysdeps/unix/sysv/linux/kernel-features.h
4978 (__ASSUME_F_GETOWN_EX): Remove macro.
4979 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4980 <kernel-features.h>.
4981 (miss_F_GETOWN_EX): Remove variable or macro.
4982 (do_fcntl): Do not check miss_F_GETOWN_EX.
4983 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4984
4a103975
JM
4985 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4986 Remove macro.
4987 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4988 [!__ASSUME_AT_RANDOM]: Remove conditional code.
4989 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4990
a2a76afe
JM
4991 * sysdeps/unix/sysv/linux/kernel-features.h
4992 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4993 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4994 [ADJ_OFFSET_SS_READ]: Make code unconditional.
4995 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4996
90e5dd48
MR
49972014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4998
4999 [BZ #17075]
5000 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
5001 Fix calculation of the symbol's value.
5002 * sysdeps/arm/tst-armtlsdescloc.c: New file.
5003 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
5004 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
5005 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
5006 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
5007 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
5008 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
5009 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
5010 (modules-names): Add `tst-armtlsdescmod',
5011 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
5012 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
5013 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
5014 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
5015 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
5016 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
5017 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
5018 ($(objpfx)tst-armtlsdescloc): New dependency.
5019 ($(objpfx)tst-armtlsdescextnow): Likewise.
5020 ($(objpfx)tst-armtlsdescextlazy): Likewise.
5021 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
5022 TLS scheme support.
5023 * sysdeps/arm/configure: Regenerate.
5024
809fdf0d
JM
50252014-06-20 Joseph Myers <joseph@codesourcery.com>
5026
5027 * include/fcntl.h (__atfct_seterrno): Remove prototype.
5028 (__atfct_seterrno_2): Likewise.
5029 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
5030 <kernel-features.h>.
5031 (__ASSUME_ATFCTS): Do not undefine and redefine.
5032 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
5033 (__have_atfcts): Remove conditional definition.
5034 (__fxstatat([__NR_fstatat64]: Make code unconditional.
5035 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
5036 unreachable if [__ASSUME_ATFCTS].
5037 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
5038 not undefine and redefine.
5039 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
5040 <kernel-features.h>.
5041 (faccessat) [__NR_faccessat]: Make code unconditional.
5042 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
5043 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
5044 <kernel-features.h>.
5045 (fchmodat) [__NR_fchmodat]: Make code unconditional.
5046 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5047 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
5048 <kernel-features.h>.
5049 (fchownat) [__NR_fchownat]: Make code unconditional.
5050 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
5051 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
5052 <kernel-features.h>.
5053 (futimesat) [__NR_futimesat]: Make code unconditional.
5054 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
5055 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
5056 <kernel-features.h>.
5057 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5058 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5059 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
5060 <kernel-features.h>.
5061 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
5062 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5063 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
5064 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
5065 <kernel-features.h>.
5066 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
5067 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5068 * sysdeps/unix/sysv/linux/linkat.c: Do not include
5069 <kernel-features.h>.
5070 (linkat) [__NR_linkat]: Make code unconditional.
5071 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5072 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
5073 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
5074 <kernel-features.h>.
5075 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
5076 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5077 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
5078 <kernel-features.h>.
5079 (mkdirat) [__NR_mkdirat]: Make code unconditional.
5080 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
5081 * sysdeps/unix/sysv/linux/openat.c: Do not include
5082 <kernel-features.h>.
5083 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
5084 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
5085 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
5086 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
5087 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
5088 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
5089 <kernel-features.h>.
5090 (readlinkat) [__NR_readlinkat]: Make code unconditional.
5091 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
5092 result of INLINE_SYSCALL directly, not via int variable.
5093 * sysdeps/unix/sysv/linux/renameat.c: Do not include
5094 <kernel-features.h>.
5095 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
5096 (renameat) [__NR_renameat]: Make code unconditional.
5097 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
5098 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
5099 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
5100 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
5101 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
5102 (__ASSUME_ATFCTS): Do not undefine and redefine.
5103 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
5104 <kernel-features.h>.
5105 (symlinkat) [__NR_symlinkat]: Make code unconditional.
5106 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5107 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
5108 <kernel-features.h>.
5109 (unlinkat) [__NR_unlinkat]: Make code unconditional.
5110 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5111 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
5112 (__ASSUME_ATFCTS): Do not undefine and redefine.
5113 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
5114 <kernel-features.h>.
5115 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5116 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5117 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
5118 <kernel-features.h>.
5119 (__xmknodat) [__NR_mknodat]: Make code unconditional.
5120 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5121
224c6c51
L
51222014-06-20 H.J. Lu <hongjiu.lu@intel.com>
5123
5124 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
5125
aa6ec754
AS
51262014-06-20 Andreas Schwab <schwab@linux-m68k.org>
5127
5128 [BZ #17069]
5129 * posix/regcomp.c (parse_reg_exp): Deallocate partially
5130 constructed tree before returning error.
5131 * posix/bug-regexp36.c: Expand test case.
5132
d8c2869d
SL
51332014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
5134
3ef6b850
SL
5135 [BZ #6803]
5136 * math/libm-test.inc (scalbln_test_date):
5137 Add errno expectations.
5138 * math/w_scalblnf.c: New File.
5139 Add wrapper which checks for setting errno to ERANGE.
5140 Add weak_alias for corresponding scalbln function.
5141 * math/w_scalbln.c: Likewise.
5142 * math/w_scalblnl.c: Likewise.
5143 * math/Makefile (libm-calls): Add w_scalbln.
5144 * sysdeps/ieee754/flt-32/s_scalblnf.c:
5145 Remove weak_alias for corresponding scalbln function.
5146 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
5147 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
5148 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
5149 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
5150 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
5151 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
5152 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
5153 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
5154 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
5155 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
5156 Remove long_double_symbol for scalblnl function in libm, libc.
5157 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
5158 Add wrapper which checks for setting errno to ERANGE.
5159 Add long_double_symbol for scalblnl function in libm, libc.
5160 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
5161 Remove long_double_symbol for scalblnl in libm.
5162 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
5163 Add wrapper which checks for setting errno to ERANGE.
5164 Add long_double_symbol for scalblnl function in libm.
5165 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
5166 Do not use wrapper because of own implementation.
5167
c8daec5c
L
51682014-06-19 H.J. Lu <hongjiu.lu@intel.com>
5169
5170 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
5171 3 bytes for __pad1 for x32.
5172 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
5173
5c74e47c
LM
51742014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
5175 H.J. Lu <hongjiu.lu@intel.com>
5176
5177 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
5178 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
5179 * sysdeps/x86_64/multiarch/memset.S: Likewise.
5180 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5181 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
5182
4d43ef1e
AS
51832014-06-19 Andreas Schwab <schwab@linux-m68k.org>
5184
5185 [BZ #17069]
5186 * posix/regcomp.c (parse_expression): Deallocate partially
5187 constructed tree before returning error.
5188 * posix/Makefile.c (tests): Add bug-regex36.
5189 (generated): Add bug-regex36.mtrace.
5190 (tests-special): Add $(objpfx)bug-regex36-mem.out
5191 (bug-regex36-ENV): New variable.
5192 ($(objpfx)bug-regex36-mem.out): New rule.
5193 * posix/bug-regex36.c: New file.
5194
51a7380b
WN
51952014-06-19 Will Newton <will.newton@linaro.org>
5196
5197 * malloc/malloc.c (systrim): If extra is zero then return
5198 early.
5199
91b84fe5
SP
52002014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5201
5202 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
5203
f940b965
RE
52042014-06-19 Richard Earnshaw <rearnsha@arm.com>
5205
5206 * sysdeps/aarch64/strchr.S: New file.
5207
4ba7a00f
JM
52082014-06-18 Joseph Myers <joseph@codesourcery.com>
5209
5210 [BZ #17022]
5211 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
5212 from arguments -2 or below.
5213 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
5214 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
5215
b3a9f56b
AS
52162014-06-18 Andreas Schwab <schwab@suse.de>
5217
5218 [BZ #17062]
5219 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
5220 of a bracket expr not to run off the end of the string.
5221 * posix/Makefile (tests): Add tst-fnmatch3.
5222 * posix/tst-fnmatch3.c: New file.
5223
85d89278
JM
52242014-06-18 Joseph Myers <joseph@codesourcery.com>
5225
5226 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
5227 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5228 [$(cross-compiling) = no]: Likewise.
5229 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5230 [$(cross-compiling) = no]: Likewise.
5231
754c5a08
RS
52322014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5233
5234 [BZ #17031]
5235 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
5236 double, adjusted for any remainder from the high double.
5237 * math/libm-test.inc (nearbyint): Add tests.
5238 (rint): Likewise.
5239
556f529d
AZ
52402014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5241
5242 * nptl/sysdeps/powerpc/Makefile: Moved ...
5243 * sysdeps/powerpc/nptl/Makefile: ... here.
5244 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
5245 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
5246 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
5247 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
5248 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
5249 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
5250 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
5251 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
5252 * nptl/sysdeps/powerpc/tls.h: Moved ...
5253 * sysdeps/powerpc/nptl/tls.h: ... here.
5254
91c03c53
JM
52552014-06-16 Joseph Myers <joseph@codesourcery.com>
5256
5257 [BZ #16681]
5258 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
5259 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
5260 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
5261 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
5262 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
5263 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
5264 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
5265 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
5266 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
5267
a76e63c5
AS
52682014-06-17 Andreas Schwab <schwab@linux-m68k.org>
5269
5270 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5271
f2f6d82f
AS
52722014-06-16 Andreas Schwab <schwab@linux-m68k.org>
5273
ea8a15f6
AS
5274 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
5275 defined operator.
5276
f2f6d82f
AS
5277 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
5278 $TIMEOUTFACTOR.
5279
a7291117
FW
52802014-06-16 Florian Weimer <fweimer@redhat.com>
5281
5282 [BZ #17058]
5283 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
5284 non-executed part of the test.
5285
3d7c00e3
AS
52862014-06-16 Andreas Schwab <schwab@suse.de>
5287
5288 * string/bits/string2.h (strdup, strndup): Update feature guard.
5289
6957fb31
DM
52902014-06-14 David S. Miller <davem@davemloft.net>
5291
5292 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5293
11b9e55b
AS
52942014-06-14 Andreas Schwab <schwab@linux-m68k.org>
5295
1d2a0492
AS
5296 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
5297 that was previously under [RESET_PID].
5298 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
5299
11b9e55b
AS
5300 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
5301 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
5302 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
5303 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5304 (__libc_vfork): New strong alias.
5305 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
5306
0f6901d0
AK
53072014-06-14 Andi Kleen <ak@linux.intel.com>
5308
5309 * sysdeps/generic/elide.h: New file.
5310
38bbbb9f
SL
53112014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5312
5313 * Makefile (installed-headers): Adjust path of pthread.h header.
5314
45193bb8
RM
53152014-06-13 Roland McGrath <roland@hack.frob.com>
5316
9a25fd1e
RM
5317 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
5318 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
5319 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
5320 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
5321
4004f7e4
RM
5322 * nptl/sysdeps/s390/Makefile: Moved ...
5323 * sysdeps/s390/nptl/Makefile: ... here.
5324 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
5325 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
5326 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
5327 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
5328 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
5329 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
5330 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
5331 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
5332 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
5333 * sysdeps/s390/nptl/pthreaddef.h: ... here.
5334 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
5335 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
5336 * nptl/sysdeps/s390/tls.h: Moved ...
5337 * sysdeps/s390/nptl/tls.h: ... here.
5338
45193bb8
RM
5339 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
5340 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
5341
f6fdf533
DM
53422014-06-13 David S. Miller <davem@davemloft.net>
5343
5344 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
5345 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
5346 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
5347 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
5348 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
5349 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
5350 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
5351 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
5352 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
5353 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
5354 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5355 Remove RESET_PID cpp guards.
5356 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5357 Remove RESET_PID cpp guards.
5358 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
5359
f5d71e14
AS
53602014-06-13 Andreas Schwab <schwab@linux-m68k.org>
5361
5362 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
5363 __sp to uintptr_t.
5364
b7aa8caa
AK
53652014-06-13 Andi Kleen <ak@linux.intel.com>
5366
4b266200
AZ
5367 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
5368 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
5369 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
5370 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
5371 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
5372 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
5373 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
5374 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
5375 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
5376 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
5377 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
5378 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
5379 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
5380 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
5381 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
5382 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
5383 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
5384 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
5385 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
5386 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
5387
5388 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
5389 (pthread_rwlock_rdlock): Add elision.
5390 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
5391 (pthread_rwlock_wrlock): Add elision.
5392 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
5393 (pthread_rwlock_trywrlock): Add elision.
5394 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
5395 (pthread_rwlock_tryrdlock): Add elision.
5396 * nptl/pthread_rwlock_unlock.c: Include elide.h.
5397 (pthread_rwlock_tryrdlock): Add elision unlock.
5398 * nptl/sysdeps/pthread/pthread.h:
5399 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
5400 (PTHREAD_RWLOCK_INITIALIZER,
5401 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
5402 Handle new elision field.
5403 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
5404 * sysdeps/arm/nptl/bits/pthreadtypes.h
5405 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5406 * sysdeps/sh/nptl/bits/pthreadtypes.h
5407 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5408 * sysdeps/tile/nptl/bits/pthreadtypes.h
5409 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5410 * sysdeps/a/nptl/bits/pthreadtypes.h
5411 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5412 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5413 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5414 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5415 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5416 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5417 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5418 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5419 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5420 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5421 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5422 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5423 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5424 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5425 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5426 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5427 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5428 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5429 (elision_init): Set try_xbegin to zero when no RTM.
5430 * sysdeps/x86/nptl/bits/pthreadtypes.h
5431 (pthread_rwlock_t): Change __pad1 to __rwelision.
5432 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 5433
a832bdd3
AK
54342014-06-13 Andi Kleen <ak@linux.intel.com>
5435
5436 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5437 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5438 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5439 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5440
995a46bb
MI
54412014-06-13 Meador Inge <meadori@codesourcery.com>
5442
5443 [BZ #16996]
03ed7738 5444 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
5445 that the cached result has been set before returning it.
5446
45262aee
RM
54472014-06-12 Roland McGrath <roland@hack.frob.com>
5448
febf6cc5
RM
5449 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5450 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5451 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5452 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5453 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5454 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5455
e2682246
RM
5456 * nptl/sysdeps/sparc/Makefile: Moved ...
5457 * sysdeps/sparc/nptl/Makefile: ... here.
5458 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5459 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5460 * nptl/sysdeps/sparc/tls.h: Moved ...
5461 * sysdeps/sparc/nptl/tls.h: ... here.
5462 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5463 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5464 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5465 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5466 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5467 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5468 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5469 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5470 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5471 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5472 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5473 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5474 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5475 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5476 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5477 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5478 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5479 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5480 Update #include.
5481 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5482 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5483 Update #include.
5484 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5485 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5486 Update #include.
5487 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5488 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5489 Update #include.
5490
b0725f43
RM
5491 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5492
b14368b8
RM
5493 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5494 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5495
c5620eb3
RM
5496 * sysdeps/pthread/posix-timer.h: Include <list.h>.
5497 (struct list_links): Type removed.
5498 (struct thread_node, struct timer_node): Replace struct list_links
5499 with struct list_head.
5500 (list_unlink_ip): Likewise.
5501 * sysdeps/pthread/timer_routines.c
5502 (timer_free_list, thread_free_list, thread_active_list): Likewise.
5503 (list_append, list_insbefore): Likewise.
5504 (list_init): Function removed.
5505 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
5506 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5507 * sysdeps/pthread/Makefile: ... here, new file.
5508
5509 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5510 * sysdeps/nptl/Implies: ... here.
5511 * sysdeps/unix/sysv/linux/Implies: Add nptl.
5512 * nptl/sysdeps/pthread/list.h: Moved ...
5513 * include/list.h: ... here.
5514 * nptl/sysdeps/pthread/createthread.c: Moved ...
5515 * nptl/createthread.c: ... here.
5516 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5517 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5518 * nptl/pt-longjmp.c: ... here.
5519 * nptl/sysdeps/pthread/Makefile: Moved ...
5520 * sysdeps/nptl/Makefile: ... here.
5521 * nptl/sysdeps/pthread/Subdirs: Moved ...
5522 * sysdeps/nptl/Subdirs: ... here.
5523 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5524 * sysdeps/nptl/aio_misc.h: ... here.
5525 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5526 * sysdeps/nptl/bits/libc-lock.h: ... here.
5527 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5528 * sysdeps/nptl/bits/libc-lockP.h: ... here.
5529 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5530 * sysdeps/nptl/bits/stdio-lock.h: ... here.
5531 * nptl/sysdeps/pthread/configure: Moved ...
5532 * sysdeps/nptl/configure: ... here.
5533 * nptl/sysdeps/pthread/configure.ac: Moved ...
5534 * sysdeps/nptl/configure.ac: ... here.
5535 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5536 * sysdeps/nptl/gai_misc.h: ... here.
5537 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5538 * sysdeps/nptl/librt-cancellation.c: ... here.
5539 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5540 * sysdeps/nptl/malloc-machine.h: ... here.
5541 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5542 * sysdeps/nptl/pthread-functions.h: ... here.
5543 * nptl/sysdeps/pthread/pthread.h: Moved ...
5544 * sysdeps/nptl/pthread.h: ... here.
5545 * nptl/sysdeps/pthread/setxid.h: Moved ...
5546 * sysdeps/nptl/setxid.h: ... here.
5547 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5548 * sysdeps/nptl/sigfillset.c: ... here.
5549 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5550 * sysdeps/nptl/tcb-offsets.h: ... here.
5551 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5552 * sysdeps/nptl/tst-mqueue8x.c: ... here.
5553 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5554 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5555 * nptl/sysdeps/pthread/allocalim.h: Moved ...
5556 * sysdeps/pthread/allocalim.h: ... here.
5557 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5558 * sysdeps/pthread/bits/sigthread.h: ... here.
5559 * nptl/sysdeps/pthread/flockfile.c: Moved ...
5560 * sysdeps/pthread/flockfile.c: ... here.
5561 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5562 * sysdeps/pthread/ftrylockfile.c: ... here.
5563 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5564 * sysdeps/pthread/funlockfile.c: ... here.
5565 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5566 * sysdeps/pthread/posix-timer.h: ... here.
5567 * nptl/sysdeps/pthread/timer_create.c: Moved ...
5568 * sysdeps/pthread/timer_create.c: ... here.
5569 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5570 * sysdeps/pthread/timer_delete.c: ... here.
5571 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5572 * sysdeps/pthread/timer_getoverr.c: ... here.
5573 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5574 * sysdeps/pthread/timer_gettime.c: ... here.
5575 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5576 * sysdeps/pthread/timer_routines.c: ... here.
5577 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5578 * sysdeps/pthread/timer_settime.c: ... here.
5579 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5580 * sysdeps/pthread/tst-timer.c: ... here.
5581 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5582 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5583
e876b090
RM
5584 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5585 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5586
f6b07b3d
RM
5587 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5588 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5589 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5590 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5591 Update #include target.
5592 * nptl/sysdeps/i386/i686/Makefile: Moved ...
5593 * sysdeps/i386/i686/nptl/Makefile: ... here.
5594 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5595 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5596 Update #include target.
5597 * nptl/sysdeps/i386/i686/tls.h: Moved ...
5598 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
5599 * nptl/sysdeps/i386/Makefile: Moved ...
5600 * sysdeps/i386/nptl/Makefile: ... here.
5601 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5602 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5603 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5604 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5605 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5606 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5607 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5608 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5609 * sysdeps/i386/nptl/pthreaddef.h: ... here.
5610 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5611 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5612 * nptl/sysdeps/i386/tls.h: Moved ...
5613 * sysdeps/i386/nptl/tls.h: ... here.
5614
45262aee
RM
5615 * sysdeps/sh/Makefile [$(subdir) = csu]
5616 (gen-as-const-headers): Add tcb-offsets.sym.
5617 * nptl/sysdeps/sh/Makefile: File removed.
5618 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5619 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5620 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5621 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5622 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5623 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5624 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5625 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5626 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5627 * sysdeps/sh/nptl/pthreaddef.h: ... here.
5628 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5629 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5630 * nptl/sysdeps/sh/tls.h: Moved ...
5631 * sysdeps/sh/nptl/tls.h: ... here.
5632 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5633 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5634 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5635 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5636 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5637 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5638 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5639 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5640 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5641 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5642 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5643 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5644 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5645 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5646 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5647 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5648 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5649 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5650 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5651 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5652 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5653 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5654 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5655 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5656 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5657 Moved ...
5658 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5659 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5660 Moved ...
5661 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5662 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5663 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5664 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5665 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5666 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5667 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5668 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5669 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5670 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5671 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5672 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5673 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5674 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5675 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5676 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5677 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5678 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5679 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5680
35a5e3e3
SL
56812014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
5682
5683 * posix/spawn_faction_addopen.c: Include string.h.
5684
14642b85
RM
56852014-06-11 Roland McGrath <roland@hack.frob.com>
5686
5687 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5688 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5689 * nptl/sysdeps/x86_64/Makefile: Moved ...
5690 * sysdeps/x86_64/nptl/Makefile: ... here.
5691 * nptl/sysdeps/x86_64/configure: Moved ...
5692 * sysdeps/x86_64/nptl/configure: ... here.
5693 * nptl/sysdeps/x86_64/configure.ac: Moved ...
5694 * sysdeps/x86_64/nptl/configure.ac: ... here.
5695 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5696 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5697 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5698 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5699 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5700 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5701 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5702 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5703 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5704 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5705 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5706 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5707 * nptl/sysdeps/x86_64/tls.h: Moved ...
5708 * sysdeps/x86_64/nptl/tls.h: ... here.
5709 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5710 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5711 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5712 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5713
5714 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5715
31c44fea
AZ
57162014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5717
5718 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5719
e81a4f9a
JM
57202014-06-11 Joseph Myers <joseph@codesourcery.com>
5721
5722 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5723 type.
5724 [POSIX] (off_t): Likewise.
5725 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5726 [POSIX] (S_ISBLK): Require macro.
5727 [POSIX] (S_ISCHR): Likewise.
5728 [POSIX] (S_ISDIR): Likewise.
5729 [POSIX] (S_ISFIFO): Likewise.
5730 [POSIX] (S_ISREG): Likewise.
5731 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5732 optional-macro.
5733 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5734 type.
5735 [POSIX] (time_t): Likewise.
5736 [POSIX] (timer_t): Likewise.
5737
89e435f3
FW
57382014-06-11 Florian Weimer <fweimer@redhat.com>
5739
5740 [BZ #17048]
5741 * posix/spawn_int.h (struct __spawn_action): Make the path string
5742 non-const to support deallocation.
5743 * posix/spawn_faction_addopen.c
5744 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5745 * posix/spawn_faction_destroy.c
5746 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
5747 path in all spawn_do_open actions.
5748 * posix/tst-spawn.c (do_test): Exercise the copy operation in
5749 posix_spawn_file_actions_addopen.
5750
c3a2ebe1
CM
57512014-06-11 Chris Metcalf <cmetcalf@tilera.com>
5752
5753 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5754 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5755 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5756 conditional code always true.
5757 (__libc_vfork): New alias.
5758
9503784a
RM
57592014-06-11 Roland McGrath <roland@hack.frob.com>
5760
c9cab3d2
RM
5761 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5762 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5763
d3996c79
RM
5764 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5765
ba5ec611
RM
5766 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5767 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5768
f12b4814
RM
5769 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5770 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5771
9503784a
RM
5772 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5773 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5774
e23d3d26
VR
57752014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
5776
5777 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5778 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5779 multiarch strcmp for PPC64.
5780 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5781 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5782 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5783 multiarch optimizations.
5784 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5785 (__libc_ifunc_impl_list): Likewise.
5786
42b1161e
SP
57872014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5788
5789 * benchtests/scripts/validate_benchout.py: New script.
5790 * benchtests/Makefile (bench-func): Call it.
5791 * benchtests/scripts/benchout.schema.json: New file.
5792
2d0fc4dc
CM
57932014-06-10 Chris Metcalf <cmetcalf@tilera.com>
5794
4a594c34
AZ
5795 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5796 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5797 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5798 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5799 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5800 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5801 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5802 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5803 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5804 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5805 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5806 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5807 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5808 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5809 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5810 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5811 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 5812 Moved ...
4a594c34 5813 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 5814 ... here.
4a594c34 5815 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 5816 Moved ...
4a594c34
AZ
5817 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5818 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 5819 Moved ...
4a594c34 5820 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 5821 ... here.
4a594c34 5822 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 5823 Moved ...
4a594c34 5824 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 5825 ... here.
4a594c34 5826 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 5827 Moved ...
4a594c34
AZ
5828 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5829 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 5830 Moved ...
4a594c34 5831 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 5832 ... here.
4a594c34 5833 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 5834 Moved ...
4a594c34 5835 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 5836 ... here.
4a594c34 5837 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 5838 Moved ...
4a594c34
AZ
5839 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5840 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 5841 Moved ...
4a594c34 5842 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 5843 ... here.
4a594c34 5844 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 5845 Moved ...
4a594c34 5846 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 5847 ... here.
4a594c34 5848 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 5849 Moved ...
4a594c34 5850 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 5851 ... here.
4a594c34 5852 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 5853 Moved ...
4a594c34
AZ
5854 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5855 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 5856 Moved ...
4a594c34 5857 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 5858 ... here.
4a594c34 5859 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 5860 Moved ...
4a594c34 5861 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 5862 ... here.
4a594c34 5863 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 5864 Moved ...
4a594c34 5865 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 5866 ... here.
4a594c34 5867 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 5868 Moved ...
4a594c34
AZ
5869 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5870 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 5871 Moved ...
4a594c34 5872 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 5873 ... here.
4a594c34 5874 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 5875 Moved ...
4a594c34 5876 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 5877 ... here.
4a594c34 5878 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 5879 Moved ...
4a594c34
AZ
5880 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5881 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 5882 Moved ...
4a594c34 5883 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 5884 ... here.
4a594c34 5885 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 5886 Moved ...
4a594c34
AZ
5887 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5888 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 5889 Moved ...
4a594c34
AZ
5890 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5891 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 5892 Moved ...
4a594c34 5893 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 5894 ... here.
4a594c34 5895 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 5896 Moved ...
4a594c34 5897 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 5898 ... here.
4a594c34 5899 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 5900 Moved ...
4a594c34 5901 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 5902 ... here.
4a594c34 5903 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 5904 Moved ...
4a594c34
AZ
5905 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5906 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 5907 Moved ...
4a594c34 5908 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 5909 ... here.
4a594c34 5910 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 5911 Moved ...
4a594c34 5912 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 5913 ... here.
4a594c34
AZ
5914 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5915 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5916 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5917 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5918 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 5919 Moved ...
4a594c34 5920 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 5921 ... here.
4a594c34
AZ
5922 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5923 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5924 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5925 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5926 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5927 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5928 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5929 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5930 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5931 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5932 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5933 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5934 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 5935 Moved ...
4a594c34
AZ
5936 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5937 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 5938 Moved ...
4a594c34
AZ
5939 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5940 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5941 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5942 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 5943 Moved ...
4a594c34
AZ
5944 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5945 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5946 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5947 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5948 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5949 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5950 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 5951
0570cfed
W
59522014-06-10 Wilco <wdijkstr@arm.com>
5953
5954 * math/test-fenv-return.c: New file.
5955 * math/Makefile: Add new test test-fenv-return.
5956
f8ba1b56
JM
59572014-06-10 Joseph Myers <joseph@codesourcery.com>
5958
5959 [BZ #17042]
5960 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5961 when x - 1 is zero.
5962 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5963 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5964 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5965 0.0L for an argument of 1.0L.
5966 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5967 Likewise.
5968 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5969 value when x - 1 is zero.
5970 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5971 * sysdeps/i386/fpu/libm-test-ulps: Update.
5972 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5973
2c3520d9
BO
59742014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
5975
5976 [BZ #15119]
5977 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5978
acaa4d24
RM
59792014-06-09 Roland McGrath <roland@hack.frob.com>
5980
5981 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5982 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5983
962b744d
RM
59842014-06-09 Roland McGrath <roland@hack.frob.com>
5985
d752f0cc
RM
5986 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5987 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5988
34eda6d1
RM
5989 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5990 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5991
50f0a637
RM
5992 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5993 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5994
08f41f04
RM
5995 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5996 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5997
962b744d
RM
5998 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5999 if not already defined.
6000 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
6001 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
6002 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
6003 (TLS_INIT_TP): Use it.
6004 (TLS_DEFINE_INIT_TP): New macro.
6005 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
6006
09f19b05
JM
60072014-06-09 Joseph Myers <joseph@codesourcery.com>
6008
6009 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
6010 constant.
6011 [POSIX] (IXANY): Likewise.
6012 [POSIX] (OLCUC): Likewise.
6013 [POSIX || POSIX2008] (CBAUD): Do not allow.
6014 [POSIX || POSIX2008] (DEFECHO): Likewise.
6015 [POSIX || POSIX2008] (ECHOCTL): Likewise.
6016 [POSIX || POSIX2008] (ECHOKE): Likewise.
6017 [POSIX || POSIX2008] (ECHOPRT): Likewise.
6018 [POSIX || POSIX2008] (EXTA): Likewise.
6019 [POSIX || POSIX2008] (EXTB): Likewise.
6020 [POSIX || POSIX2008] (FLUSHO): Likewise.
6021 [POSIX || POSIX2008] (LOBLK): Likewise.
6022 [POSIX || POSIX2008] (PENDIN): Likewise.
6023 [POSIX || POSIX2008] (SWTCH): Likewise.
6024 [POSIX || POSIX2008] (VDISCARD): Likewise.
6025 [POSIX || POSIX2008] (VDSUSP): Likewise.
6026 [POSIX || POSIX2008] (VLNEXT): Likewise.
6027 [POSIX || POSIX2008] (VREPRINT): Likewise.
6028 [POSIX || POSIX2008] (VSTATUS): Likewise.
6029 [POSIX || POSIX2008] (VWERASE): Likewise.
6030 (B*): Change to B[0123456789]*.
6031 * conform/data/time.h-data [POSIX || UNIX98]
6032 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
6033 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
6034 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
6035 [POSIX] (tm_*): Do not allow.
6036
686554bf
JM
60372014-06-07 Joseph Myers <joseph@codesourcery.com>
6038
6039 * Makefile (install): Don't set LANGUAGE.
6040 * Makefile.in (install): Likewise.
6041 * assert/Makefile (test-assert-ENV): Remove variable.
6042 (test-assert-perr-ENV): Likewise.
6043 * elf/Makefile (neededtest4-ENV): Likewise.
6044 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6045 [$(cross-compiling) = no]: Don't set LANGUAGE.
6046 * io/ftwtest-sh (LANG): Remove variable.
6047 * libio/Makefile (tst-widetext-ENV): Likewise.
6048 * manual/install.texi (Running make install): Don't refer to
6049 environment settings for make install.
6050 * INSTALL: Regenerated.
6051 * nptl/tst-tls6.sh: Don't set LANG.
6052 * posix/globtest.sh (LANG): Remove variable.
6053 * string/Makefile (tester-ENV): Likewise.
6054 (inl-tester-ENV): Likewise.
6055 (noinl-tester-ENV): Likewise.
6056 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6057 [$(cross-compiling) = no]: Don't set LANGUAGE.
6058 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
6059 without explicit environment settings.
6060
68e6b6b1
RM
60612014-06-06 Roland McGrath <roland@hack.frob.com>
6062
6063 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
6064 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
6065 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
6066 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
6067
4d3ae034
CM
60682014-06-06 Chris Metcalf <cmetcalf@tilera.com>
6069
6070 * crypt/crypt-private.h [DOS]: Add some includes taken from the
6071 other files in the crypt directory.
6072 * crypt/crypt.c: Remove duplicate includes.
6073 * crypt/crypt-entry.c: Likewise.
6074 * crypt/crypt_util.c: Likewise.
6075
8540f6d2
JM
60762014-06-06 Joseph Myers <joseph@codesourcery.com>
6077
6078 * Makeconfig (run-program-env): New variable.
6079 (run-program-prefix-before-env): Likewise.
6080 (run-program-prefix-after-env): Likewise.
6081 (run-program-prefix): Define in terms of new variables.
6082 (built-program-cmd-before-env): New variable.
6083 (built-program-cmd-after-env): Likewise.
6084 (built-program-cmd): Define in terms of new variables.
6085 (test-program-prefix-before-env): New variable.
6086 (test-program-prefix-after-env): Likewise.
6087 (test-program-prefix): Define in terms of new variables.
6088 (test-program-cmd-before-env): New variable.
6089 (test-program-cmd-after-env): Likewise.
6090 (test-program-cmd): Define in terms of new variables.
6091 * Rules (make-test-out): Use $(run-program-env).
6092 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
6093 (help): Do not mention environment variables. Mention
6094 --timeoutfactor option.
6095 (timeoutfactor): New variable.
6096 (blacklist_exports): Remove function.
6097 (exports): Remove variable.
6098 (command): Do not include ${exports}.
6099 * manual/install.texi (Configuring and compiling): Do not mention
6100 test wrappers preserving environment variables. Mention that last
6101 assignment to a variable must take precedence.
6102 * INSTALL: Regenerated.
6103 * benchtests/Makefile (run-bench): Use $(run-program-env).
6104 * catgets/Makefile ($(objpfx)test1.cat): Use
6105 $(built-program-cmd-before-env), $(run-program-env) and
6106 $(built-program-cmd-after-env).
6107 ($(objpfx)test2.cat): Do not specify environment variables
6108 explicitly.
6109 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
6110 $(run-program-env) and $(built-program-cmd-after-env).
6111 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
6112 $(run-program-env) and $(test-program-cmd-after-env).
6113 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
6114 explicitly.
6115 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
6116 run_program_env and test_program_cmd_after_env arguments.
6117 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
6118 * elf/tst-pathopt.sh: Use run_program_env argument.
6119 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
6120 $(test-wrapper-env) and $(run-program-env).
6121 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
6122 run_program_env arguments.
6123 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
6124 * intl/Makefile ($(objpfx)tst-gettext.out): Use
6125 $(test-program-prefix-before-env), $(run-program-env) and
6126 $(test-program-prefix-after-env).
6127 ($(objpfx)tst-gettext2.out): Likewise.
6128 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
6129 run_program_env and test_program_prefix_after_env arguments.
6130 * intl/tst-gettext2.sh: Likewise.
6131 * intl/tst-gettext4.sh: Do not set environment variables
6132 explicitly.
6133 * intl/tst-gettext6.sh: Likewise.
6134 * intl/tst-translit.sh: Likewise.
6135 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
6136 $(test-program-prefix-before-env), $(run-program-env) and
6137 $(test-program-prefix-after-env).
6138 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
6139 run_program_env and test_program_prefix_after_env arguments.
6140 * math/Makefile (run-regen-ulps): Use $(run-program-env).
6141 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
6142 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
6143 explicitly with each use of ${test_wrapper_env}.
6144 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
6145 $(test-program-prefix-before-env), $(run-program-env) and
6146 $(test-program-prefix-after-env).
6147 * posix/tst-getconf.sh: Do not set environment variables
6148 explicitly.
6149 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
6150 run_program_env and test_program_prefix_after_env arguments.
6151 * stdio-common/tst-printf.sh: Do not set environment variables
6152 explicitly.
6153 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
6154 $(test-program-prefix-before-env), $(run-program-env) and
6155 $(test-program-prefix-after-env).
6156 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
6157 run_program_env and test_program_prefix_after_env arguments.
6158 Split $test calls into $test_pre and $test.
6159 * timezone/Makefile (build-testdata): Use
6160 $(built-program-cmd-before-env), $(run-program-env) and
6161 $(built-program-cmd-after-env).
6162
ed36bfa1
AZ
61632014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6164
6165 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
6166 strlen for non SHARED builds.
6167
fc75bf46
SP
61682014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6169
6170 * nptl/allocatestack.c (check_list): Inlined function...
6171 (__reclaim_stacks): ... here.
6172
d89b3d80
OB
61732014-06-05 Ondřej Bílka <neleai@seznam.cz>
6174
6175 [BZ #15698]
6176 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6177 memory overrun.
6178
2bf18041
JM
61792014-06-05 Joseph Myers <joseph@codesourcery.com>
6180
6181 * Rules (make-test-out): Include
6182 LOCPATH=$(common-objpfx)localedata in default environment.
6183 * debug/Makefile (tst-chk1-ENV): Remove variable.
6184 (tst-chk2-ENV): Likewise.
6185 (tst-chk3-ENV): Likewise.
6186 (tst-chk4-ENV): Likewise.
6187 (tst-chk5-ENV): Likewise.
6188 (tst-chk6-ENV): Likewise.
6189 (tst-lfschk1-ENV): Likewise.
6190 (tst-lfschk2-ENV): Likewise.
6191 (tst-lfschk3-ENV): Likewise.
6192 (tst-lfschk4-ENV): Likewise.
6193 (tst-lfschk5-ENV): Likewise.
6194 (tst-lfschk6-ENV): Likewise.
6195 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
6196 (tst-iconv7-ENV): Likewise.
6197 * intl/Makefile (LOCPATH-ENV): Likewise.
6198 (tst-codeset-ENV): Likewise.
6199 (tst-gettext3-ENV): Likewise.
6200 (tst-gettext5-ENV): Likewise.
6201 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
6202 (tst-fopenloc-ENV): Likewise.
6203 (tst-fgetws-ENV): Remove variable.
6204 (tst-ungetwc1-ENV): Likewise.
6205 (tst-ungetwc2-ENV): Likewise.
6206 (bug-ungetwc2-ENV): Likewise.
6207 (tst-swscanf-ENV): Likewise.
6208 (bug-ftell-ENV): Likewise.
6209 (tst-fgetwc-ENV): Likewise.
6210 (tst-fseek-ENV): Likewise.
6211 (tst-ftell-partial-wide-ENV): Likewise.
6212 (tst-ftell-active-handler-ENV): Likewise.
6213 (tst-ftell-append-ENV): Likewise.
6214 * posix/Makefile (tst-fnmatch-ENV): Likewise.
6215 (tst-regexloc-ENV): Likewise.
6216 (bug-regex1-ENV): Likewise.
6217 (tst-regex-ENV): Likewise.
6218 (tst-regex2-ENV): Likewise.
6219 (bug-regex5-ENV): Likewise.
6220 (bug-regex6-ENV): Likewise.
6221 (bug-regex17-ENV): Likewise.
6222 (bug-regex18-ENV): Likewise.
6223 (bug-regex19-ENV): Likewise.
6224 (bug-regex20-ENV): Likewise.
6225 (bug-regex22-ENV): Likewise.
6226 (bug-regex23-ENV): Likewise.
6227 (bug-regex25-ENV): Likewise.
6228 (bug-regex26-ENV): Likewise.
6229 (bug-regex30-ENV): Likewise.
6230 (bug-regex32-ENV): Likewise.
6231 (bug-regex33-ENV): Likewise.
6232 (bug-regex34-ENV): Likewise.
6233 (bug-regex35-ENV): Likewise.
6234 (tst-rxspencer-ENV): Likewise.
6235 (tst-rxspencer-no-utf8-ENV): Likewise.
6236 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
6237 (tst-sscanf-ENV): Likewise.
6238 (tst-swprintf-ENV): Likewise.
6239 (tst-swscanf-ENV): Likewise.
6240 (test-vfprintf-ENV): Likewise.
6241 (scanf13-ENV): Likewise.
6242 (bug14-ENV): Likewise.
6243 (tst-grouping-ENV): Likewise.
6244 * stdlib/Makefile (tst-strtod-ENV): Likewise.
6245 (tst-strtod3-ENV): Likewise.
6246 (tst-strtod4-ENV): Likewise.
6247 (tst-strtod5-ENV): Likewise.
6248 (testmb2-ENV): Likewise./
6249 * string/Makefile (tst-strxfrm-ENV): Likewise.
6250 (tst-strxfrm2-ENV): Likewise.
6251 (bug-strcoll1-ENV): Likewise.
6252 (test-strcasecmp-ENV): Likewise.
6253 (test-strncasecmp-ENV): Likewise.
6254 * time/Makefile (tst-strptime-ENV): Likewise.
6255 (tst-ftime_l-ENV): Likewise.
6256 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
6257 (tst-mbrtowc-ENV): Likewise.
6258 (tst-wcrtomb-ENV): Likewise.
6259 (tst-mbrtowc2-ENV): Likewise.
6260 (tst-c16c32-1-ENV): Likewise.
6261 (tst-mbsnrtowcs-ENV): Likewise.
6262
cd1fb604
OB
62632014-06-05 Ondřej Bílka <neleai@seznam.cz>
6264
6265 * manual/resource.texi (How to get information about the memory
6266 subsystem?): Fix typo.
6267 Reported by Peon de la Parra Ivan <peon@keba.com>
6268
b42eca7d
GY
62692014-06-03 Guo Yixuan <culu.gyx@gmail.com>
6270
6271 [BZ #16882]
6272 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
6273 (pthread_spin_lock): Branch out of spin loop to proper location.
6274 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
6275 (pthread_spin_lock): Likewise.
6276
902b71f9
DM
6277 * nptl/tst-spin4.c: New test.
6278 * nptl/Makefile (tests): Add tst-spin4.
6279
f9d2d032
AS
62802014-06-03 Andreas Schwab <schwab@suse.de>
6281
6282 [BZ #15946]
6283 * resolv/res_send.c (send_dg): Reload file descriptor after
6284 calling reopen.
6285
cf7bfd28
SL
62862014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
6287
6288 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6289
111cc714
RH
62902014-06-03 Richard Henderson <rth@redhat.com>
6291
89b4bd6b
RH
6292 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
6293 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
6294 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
6295 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
6296 in the SAVE_PID block.
6297 (__libc_vfork): New alias.
71840409 6298 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 6299
111cc714
RH
6300 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
6301 child in registers, not on the stack. Remove RESET_PID conditionals.
6302 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
6303
ccc39911
MS
63042014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
6305
6306 * sysdeps/aarch64/libm-test-ulps: Regenerate.
6307
693096cc
W
63082014-06-03 Wilco <wdijkstr@arm.com>
6309
6310 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
6311 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
6312 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6313 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
6314 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
6315 Likewise.
6316
0b4366bc
W
63172014-06-03 Wilco <wdijkstr@arm.com>
6318
6319 * sysdeps/aarch64/fpu/math_private.h
6320 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
6321 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
6322 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
6323 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6324 Fix declarations.
6325
8747cd03
KS
63262014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6327
6328 * crypt/crypt-private.h: Include ufc-crypt.h.
6329 (__b64_from_24bit): Declare extern.
6330 * crypt/crypt_util.c(__b64_from_24bit): New function.
6331 (b64t): New static const variable.
6332 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
6333 (b64t): Remove variable.
6334 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
6335 * crypt/sha256-crypt.c: Include crypt-private.h.
6336 (b64t): Remove variable.
6337 (__sha256_crypt_r): Remove b64_from_24bit and replace
6338 with __b64_from_24bit.
6339 * crypt/sha512-crypt.c: Likewise.
6340
d936d379
RM
63412014-06-02 Roland McGrath <roland@hack.frob.com>
6342
6343 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
6344 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
6345 Label the code __libc_vfork rather than __vfork.
6346 [!NOT_IN_libc] (vfork): Define as weak alias.
6347 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
6348 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6349 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
6350
9fa76613
SP
63512014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6352
6353 * malloc/malloc.c (malloc_info): Fix format specifier for
6354 n_mmaps.
6355
a88dadbe
W
63562014-06-02 Wilco <wdijkstr@arm.com>
6357
6358 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
6359 FPCR write.
6360
c95b3011
W
63612014-06-02 Wilco <wdijkstr@arm.com>
6362
6363 [BZ #17009]
6364 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
6365 Rewrite to reduce FPCR/FPSR accesses.
6366
6b4d7a90
DM
63672014-06-01 David S. Miller <davem@davemloft.net>
6368
6369 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6370
30f3d07c
DM
63712014-05-31 David S. Miller <davem@davemloft.net>
6372
6373 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
6374 to occur in round to nearest mode when |x| >= 2.0
6375
74f31c18
RH
63762014-05-30 Richard Henderson <rth@twiddle.net>
6377
f0712b54
RH
6378 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
6379 (PSEUDO_RET_NOERRNO): Remove.
6380 (ret): Don't redefine.
6381 (ret_NOERRNO): Define in terms of ret.
6382 (ret_ERRVAL): Likewise.
6383
74f31c18
RH
6384 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
6385 use of PSEUDO_RET; perform the error check directly.
6386
30477995
MM
63872014-05-30 Marko Myllynen <myllynen@redhat.com>
6388
6389 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
6390 with __int128_t.
6391
62a58816
SP
63922014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
6393
6394 * malloc/malloc (malloc_info): Fix formatting.
6395
4d653a59
SP
63962014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
6397 Roland McGrath <roland@hack.frob.com>
6398
6399 * malloc/malloc (malloc_info): Also print mmapped statistics.
6400
5190c17f
RM
64012014-05-30 Roland McGrath <roland@hack.frob.com>
6402
6403 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
6404 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
6405
987c0269
OB
64062014-05-30 Ondřej Bílka <neleai@seznam.cz>
6407
6408 * malloc/malloc.c (malloc_info): Inline mi_arena.
6409
af4e8ef9
RH
64102014-05-29 Richard Henderson <rth@twiddle.net>
6411
1670e207
RH
6412 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6413 Remove comma before expanding ASM_ARGS_##nr.
6414 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6415 Make _x0 a strict output; make _x8 a strict input; adjust expansion
6416 of ASM_ARGS_##nr.
6417 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6418 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6419 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6420 (ASM_ARGS_1): Add leading comma.
6421
11a28aee
RH
6422 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6423 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6424 to __errno_location.
6425 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6426 Remove the expected plt for __errno_location.
6427
a17e5ffb 6428 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 6429 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
6430 call to __read_tp.
6431
b5be4597
RH
6432 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6433 Always allocate 64 bytes of stack frame. Use ldp/stp to create
6434 it and break it down.
6435 (DOCARGS_0, DOCARGS_1): Do nothing.
6436 (DOCARGS_2): Update to store into the new stack frame.
6437 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6438 (UNDOCARGS_1): Update to restore from the new stack frame.
6439 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6440 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6441
645d44ab
RH
6442 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6443 (SINGLE_THREAD_P): New parameter for result regno.
6444 (PSEUDO): Update to match; use cbz instead of beq.
6445
a8b4f04a
RH
6446 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6447 Use ENTRY to define the _nocancel entry point. Share the syscall
6448 and syscall error check paths with the cancel path.
6449 (PSEUDO_END): New.
6450
af4e8ef9
RH
6451 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6452 whitespace; tabs before and after asm mnemonics.
6453
26b0d2e1
EW
64542014-05-29 Eric Wong <normalperson@yhbt.net>
6455
6456 [BZ #15132]
6457 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6458 Call fstat64 or stat64 internally, depending on arguments passed.
6459 Replace stat buffer argument with file descriptor argument.
6460 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6461 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6462 Pass fd to __internal_statvfs instead of calling fstat64.
6463 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6464 Pass fd to __internal_statvfs64 instead of calling fstat64.
6465 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6466 Pass -1 to __internal_statvfs instead of calling stat64.
6467 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6468 Pass -1 to __internal_statvfs64 instead of calling stat64.
6469
1efe2bd9
RM
64702014-05-28 Roland McGrath <roland@hack.frob.com>
6471
0d3b7a19
RM
6472 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6473 that was previously under [RESET_PID].
6474 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6475
1efe2bd9
RM
6476 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6477 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6478
a6bea3ca
RM
64792014-05-27 Roland McGrath <roland@hack.frob.com>
6480
30b6629e
RM
6481 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6482
a6bea3ca
RM
6483 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6484 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6485
3dfb9a5c
OB
64862014-05-27 Ondřej Bílka <neleai@seznam.cz>
6487
6488 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6489
774f9285
AS
64902014-05-27 Andreas Schwab <schwab@suse.de>
6491
6492 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6493 TLS_INIT_TP macro.
6494 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6495 * elf/rtld.c (init_tls, dl_main): Likewise.
6496 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6497 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6498 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6499 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6500 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6501 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6502 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6503 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6504 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6505 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6506 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6507 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6508 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6509 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6510 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6511 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6512 * sysdeps/generic/tls.h: Update description.
6513
36ffe739
WN
65142014-05-27 Will Newton <will.newton@linaro.org>
6515
6516 [BZ #16990]
6517 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6518 and restore r2 rather than just restoring.
6519
2482ae43
SP
65202014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
6521
6522 [BZ #16724]
6523 * libio/tst-ftell-append.c: New test case.
6524 * libio/Makefile (tests): Add test case.
6525 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6526 append mode.
6527 * libio/wfileops.c (do_ftell_wide): Likewise.
6528
3d1024e8
AZ
65292014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6530
bab90016
AZ
6531 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6532
c7a8d667
AZ
6533 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6534 ...
6535 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6537 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6538 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6539 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6540 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6541 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6542 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6543 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6544 Moved ...
6545 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6546 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6547 Moved ...
6548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6549 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6550 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6551 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6552 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6553 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6554 ...
6555 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6556 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6557 Moved ...
6558 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6559 here.
6560 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6561 ...
6562 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6563 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6564 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6565
daee7851
AZ
6566 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6567 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6568 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6569 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6570
50a40819
AZ
6571 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6572 merge into ...
6573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6574 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6575 ...
6576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6577 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6578 ...
6579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6580 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6581 Moved ...
6582 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6583 here.
6584 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6585 Moved ...
6586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6587 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6588 Moved ...
6589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6590
8464c2a1
AZ
6591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6592 conditional [RESET_PID].
6593 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6594 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6595 removed.
6596 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6597 removed.
6598
3d1024e8
AZ
6599 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6600 <tcb-offsets.h>.
6601 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6602 (__libc_vfork): New strong alias.
6603 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6604 removed.
6605 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6606 Removed.
6607
6608 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6609 <tcb-offsets.h>.
6610 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6611 (__libc_vfork): New strong alias.
6612 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6613 removed.
6614 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6615 removed.
6616
fdfd175d
CD
66172014-05-26 Carlos O'Donell <carlos@redhat.com>
6618
6619 * malloc/malloc.c (mi_arena): New function.
6620 (malloc_info): Remove nested function mi_arena. Call non-nosted
6621 function mi_arena.
6622
d298c416
AZ
66232014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6624
6625 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6626 by insrwi.
6627 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6628 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6629 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6630 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6631 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6632 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6633 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6634
b60ea6ff
AS
66352014-05-26 Andreas Schwab <schwab@suse.de>
6636
6637 [BZ #16984]
6638 * locale/programs/repertoire.c (repertoire_read): Add slash
6639 between I18NPATH element and file name.
6640 * locale/programs/locfile.c (locfile_read): Likewise.
6641
67365926
SL
66422014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6643
6644 * nptl/pthread_mutexattr_settype.c
6645 (__pthread_mutexattr_settype):
6646 Disable lock elision for PTHREAD_MUTEX_NORMAL.
6647
f8bdf1f0
SL
66482014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6649
6650 * nptl/tst-mutex5 (do_test):
6651 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6652
15eaf6ff
SP
66532014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6654
6655 * benchtests/README: Document 'init' directive.
6656 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6657 BENCH_INIT.
6658 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6659 (parse_file): Recognize 'init' directive.
6660
75f11331
KM
66612014-05-26 Kyle McMartin <kyle@redhat.com>
6662
6663 [BZ #16796]
6664 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6665 alignment of struct pthread.
6666
c3ec475c
SP
66672014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6668
6669 [BZ #16878]
6670 * nscd/netgroupcache.c (addgetnetgrentX): Look for
6671 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6672 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6673 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6674
82aab97c
RH
66752014-05-25 Richard Henderson <rth@twiddle.net>
6676
aa2f176d
RH
6677 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6678 (SINGLE_THREAD_P_PIC): Remove.
6679 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6680 (SINGLE_THREAD_P_PIC): Remove.
6681
ca3cfa40
RH
6682 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6683 branch to syscall error ...
6684 (PSEUDO): ... here.
6685 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6686 from __local_syscall_error to .Lsyscall_error.
6687 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6688 (SYSCALL_ERROR): Update label name.
6689
6e6c2d01
RH
6690 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6691 Do not use DOARGS/UNDOARGS.
6692 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6693 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6694 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6695 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6696 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6697
c69abcee
RH
6698 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6699 block comment.
6700
82aab97c
RH
6701 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6702 define if !NOT_IN_libc.
6703 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6704 define with non-default symbol versions.
6705
8820e3ac
RH
67062014-05-23 Richard Henderson <rth@twiddle.net>
6707
900e445f
RH
6708 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6709 (vfork, __vfork): Define via compat_symbol.
6710
8820e3ac
RH
6711 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6712 [!HAVE_IFUNC] (vfork_compat): Remove.
6713 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6714
e59252a5
JM
67152014-05-23 Joseph Myers <joseph@codesourcery.com>
6716
6717 [BZ #16978]
6718 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6719 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6720 variable.
6721
132c7f5f
RH
67222014-05-23 Richard Henderson <rth@twiddle.net>
6723
bc89e962
RH
6724 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6725 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6726 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6727 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6728
6729 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6730 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6731 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6732 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6733 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6734 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6735 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6736 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6737 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6738 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6739 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6740 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6741 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6742 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6743 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6744 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6745 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6746 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6747 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6748 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6749 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6750 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6751 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6752 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6753 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6754 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6755 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6756 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6757 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6758 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6759 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6760 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6761 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6762 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6763 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6764 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6765 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6766 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6767 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6768 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6769 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6770 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6771 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6772 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6773 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6774 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6775 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6776 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6777 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6778 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6779 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6780 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6781 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6782 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6783 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6784 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6785
e2fa4bc2
RH
6786 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6787 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6788 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
6789 before exiting on error.
6790 (__libc_vfork): New strong alias.
6791 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6792 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6793
279b24e2
RH
6794 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6795 that was previously under [RESET_PID].
6796 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6797
132c7f5f
RH
6798 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6799
b72592e7
JM
68002014-05-23 Joseph Myers <joseph@codesourcery.com>
6801
6802 [BZ #16977]
6803 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6804 value when x - 1 is zero.
6805 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6806 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6807 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6808 0.0L for an argument of 1.0L.
6809 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6810 Likewise.
6811 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6812 value when x - 1 is zero.
6813 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6814 * sysdeps/i386/fpu/libm-test-ulps: Update.
6815 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6816
2302d679
RV
68172014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
6818
6819 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6820 alphasort and versionsort.
6821
32999d63
AZ
68222014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6823
6824 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6825 macro.
6826 [copysignf]: Likewise.
6827
019324d0
SP
68282014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
6829
6830 * crypt/md5-crypt.c: Fix formatting.
6831
34fff5c2
KS
68322014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6833
6834 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6835 (b64_from_24bit): New function.
6836
3d2badac
AZ
68372014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6838
6839 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6840 libc_hidden_builtin_def to ifunc.
6841 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6842 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6843
f7bb179f 68442014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
6845
6846 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6847 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6848
4134b50d
JM
68492014-05-21 Joseph Myers <joseph@codesourcery.com>
6850
bb7d0337
JM
6851 * nscd/Depend (linuxthreads): Remove.
6852 (nptl): Add.
6853 * resolv/Depend (linuxthreads): Remove.
6854 * rt/Depend (linuxthreads): Remove.
6855
4134b50d
JM
6856 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6857 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6858 $(common-objpfx)elf/.
6859 (link-libc-before-gnulib): Likewise.
6860 (elfobjdir): Remove variable.
6861 * Makefile (install): Use $(elf-objpfx) instead of
6862 $(common-objpfx)elf/.
6863 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6864 $(elfobjdir)/.
6865 (link-libc-deps): Likewise.
6866 ($(common-objpfx)libc.so): Likewise.
6867 ($(common-objpfx)linkobj/libc.so): Likewise.
6868 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6869 instead of $(common-objpfx)elf/.
6870 (symbolic-link-list): Likewise.
6871 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6872 [$(cross-compiling) = no]: Likewise.
6873 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6874 $(elfobjdir)/.
6875 (static-gnulib-arch): Likewise.
6876 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6877 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6878 $(common-objpfx)elf/.
6879
3612eb8f
RH
68802014-05-21 Richard Henderson <rth@redhat.com>
6881
a6b3657b
RH
6882 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6883 (SINGLE_THREAD_P): Use the correct width load. Fold
6884 into the ldr offset.
6885
3612eb8f
RH
6886 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6887 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6888
175cef41
JM
68892014-05-20 Joseph Myers <joseph@codesourcery.com>
6890
6891 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6892 (libgcc_s_resume): Use __attribute_used__.
6893 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6894 Likewise.
6895
e13bccd3
AZ
68962014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6897
6898 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6899 optimization when used with float constants.
6900
7c112a38
AZ
6901 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6902
ae75a883
AJ
69032014-05-20 Aurelien Jarno <aurelien@aurel32.net>
6904
6905 [BZ #16915]
6906 * locale/nl_langinfo_l.c: Make direct reference to every
6907 _nl_current_CATEGORY symbol.
6908 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6909 (tests-static): Add tst-langinfo-static.
6910 (tests-special): Add tst-langinfo-static.out.
6911 ($(objpfx)tst-langinfo.out): Redirect output.
6912 ($(objpfx)tst-langinfo-static.out): New.
6913 * localedata/tst-langinfo.sh: Send output to stdout.
6914 * localedata/tst-langinfo-static.c: New file.
6915
4406c41c
AJ
6916 [BZ #16965]
6917 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6918 when the shift amount is modulo the limb size.
6919
4c0a1e63
RH
69202014-05-20 Richard Henderson <rth@redhat.com>
6921
de9d8f20
RH
6922 [BZ #16967]
6923 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6924 Change type of sa_flags from unsigned int to int.
6925
4c0a1e63
RH
6926 [BZ #16966]
6927 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
6928
6929 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6930
a60339aa
WN
69312014-05-20 Will Newton <will.newton@linaro.org>
6932
6933 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6934 Test the return value of the system call in the nocancel case.
6935
7d05a816
YR
69362014-05-20 Will Newton <will.newton@linaro.org>
6937 Yvan Roux <yvan.roux@linaro.org>
6938
6939 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6940 #include of asm/ptrace.h.
6941 (PTRACE_GET_THREAD_AREA): Remove #undef.
6942 (PTRACE_GETHBPREGS): Likewise.
6943 (PTRACE_SETHBPREGS): Likewise.
6944 (struct user_regs_struct): New structure.
6945 (struct user_fpsimd_struct): New structure.
6946 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6947 #include of asm/ptrace.h and second #include of sys/user.h.
6948 (PTRACE_GET_THREAD_AREA): Remove #undef.
6949 (PTRACE_GETHBPREGS): Likewise.
6950 (PTRACE_SETHBPREGS): Likewise.
6951 (ELF_NGREG): Use new struct user_regs_struct.
6952 (elf_fpregset_t): Use new struct user_fpsimd_struct.
6953
af121e37
AZ
69542014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6955
6956 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6957 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6958
834caf06
JM
69592014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6960
6961 [BZ #16958]
6962 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6963 membar to avoid block loads/stores to overlap previous stores.
6964
e184a918
RH
69652014-05-17 Richard Henderson <rth@redhat.com>
6966
6967 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6968 Create the __##syscall_name##_nocancel entry point.
6969 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6970 Remove; let the sysdep-cancel.h code create it.
6971
f56c7a6a
DM
69722014-05-17 David S. Miller <davem@davemloft.net>
6973
6974 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6975 Protect with __USE_GNU.
6976 (TIOCSET_TEMPT): Likewise.
6977 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6978 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6979 these are already provided in bits/ioctl-types.h
6980
f75616b2
RM
69812014-05-16 Roland McGrath <roland@hack.frob.com>
6982
3edeca86
RM
6983 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6984 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6985
f75616b2
RM
6986 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6987 Use wait4 regardless of [__NR_waitpid].
6988
deb0f7f6
MR
69892014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6990
6991 PR libgcc/60166
6992 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6993 (_FP_NANSIGN_Q): Set the quiet bit.
6994
79520f4b
JM
69952014-05-16 Joseph Myers <joseph@codesourcery.com>
6996
6997 * benchtests/Makefile
6998 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6999 not $(common-objpfx)math/libm.so.
7000 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
7001 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
7002 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
7003 $(common-objpfx)dlfcn/libdl.so.
7004 ($(objpfx)tst-audit8): Depend on $(libm), not
7005 $(common-objpfx)math/libm.so.
7006 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
7007 not $(common-objpfx)dlfcn/libdl.so.
7008 * math/Makefile
7009 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
7010 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
7011 [$(build-shared) = yes].
7012 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
7013 $(common-objpfx)nptl/libpthread.so.
7014 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
7015 $(common-objpfx)math/libm.so$(libm.so-version) or
7016 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
7017 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
7018 $(common-objpfx)dlfcn/libdl.so.
7019 * setjmp/Makefile (link-libm): Remove variable.
7020 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
7021 * stdio-common/Makefile (link-libm): Remove variable.
7022 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
7023 * stdlib/Makefile (link-libm): Remove variable.
7024 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
7025 ($(objpfx)tst-strtod-round): Likewise.
7026 ($(objpfx)tst-tininess): Likewise.
7027 ($(objpfx)tst-strtod-underflow): Likewise.
7028 ($(objpfx)tst-strtod6): Likewise.
7029 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
7030 $(libdl), not $(common-objpfx)nptl/libpthread.so and
7031 $(common-objpfx)dlfcn/libdl.so.
7032
026b0fe4
AZ
70332014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7034
7035 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
7036 BSD terminal modes definitions.
7037
def4bcb2
RM
70382014-05-16 Roland McGrath <roland@hack.frob.com>
7039
fe39b021
RM
7040 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
7041 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
7042
1d1fc46e 7043 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
7044 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
7045 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
7046 Don't do #include_next.
7047 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
7048 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
7049 Don't do #include_next.
7050 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
7051 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
7052 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
7053 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
7054
c72399fb
AM
70552014-05-16 Allan McRae <allan@archlinux.org>
7056
d51d659d
AM
7057 * po/sv.po: Update Swedish translation from translation project.
7058
c72399fb
AM
7059 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
7060 in sed expression.
7061
d0583c40
AJ
70622014-05-16 Aurelien Jarno <aurelien@aurel32.net>
7063
7064 [BZ #16917]
7065 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
7066 errno if the TIOCGPTN ioctl fails with an error different than
7067 EINVAL.
7068 * login/tst-ptsname.c: New file.
7069 * login/Makefile (tests): Add tst-ptsname.
7070
d16e6ec7
AJ
7071 [BZ #16943]
7072 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
7073 and prlimit64.
7074
cf26a0cb
SP
70752014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7076
7077 [BZ #16849]
7078 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
7079 herrno to return EAI_AGAIN.
7080
5675da1e
RM
70812014-05-14 Roland McGrath <roland@hack.frob.com>
7082
a5d87b3d
RM
7083 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
7084 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
7085 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
7086 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
7087 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
7088 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
7089 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
7090 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
7091 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
7092 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
7093 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
7094 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
7095 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
7096 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
7097 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
7098 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
7099 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
7100 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
7101 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
7102 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
7103 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
7104 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
7105 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
7106 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
7107 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
7108 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
7109 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
7110 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
7111 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
7112 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
7113 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
7114 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
7115 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
7116 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
7117 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
7118 Moved ...
7119 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
7120 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
7121 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
7122 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
7123 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
7124 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
7125 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
7126 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
7127 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
7128 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
7129 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
7130 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
7131 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
7132 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
7133 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
7134 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
7135 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
7136 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
7137 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
7138 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
7139 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
7140 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
7141 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
7142 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
7143 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
7144 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
7145 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
7146 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
7147 Moved ...
7148 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
7149 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
7150 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
7151 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
7152 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
7153 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
7154 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
7155 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
7156 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
7157 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
7158 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
7159 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
7160 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
7161 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
7162 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
7163 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
7164 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
7165 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
7166 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
7167 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
7168 Moved ...
7169 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
7170 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
7171 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
7172
039890a6
RM
7173 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
7174 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
7175 (libpthread-sysdep_routines): Add elision-related stuff here instead.
7176 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
7177 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
7178 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
7179 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
7180 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
7181 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
7182 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
7183 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
7184 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
7185 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
7186 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
7187 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
7188 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
7189 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
7190 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
7191 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
7192 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
7193 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
7194 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
7195 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
7196 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
7197 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
7198 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
7199 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
7200 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
7201 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
7202 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
7203 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
7204
65c89320
RM
7205 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
7206 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
7207
348f8e8c
RM
7208 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
7209 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
7210 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
7211 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
7212 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
7213 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
7214 Moved ...
7215 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
7216 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
7217 Moved ...
7218 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
7219 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
7220 Moved ...
7221 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
7222 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
7223 Moved ...
7224 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
7225 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
7226 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
7227 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
7228 Moved ...
7229 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
7230 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
7231 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
7232 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
7233 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
7234 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
7235 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
7236 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
7237 Moved ...
7238 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
7239 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7240 Moved ...
7241 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7242 ... here.
7243 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
7244 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
7245 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
7246 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
7247 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7248 Moved ...
7249 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7250 ... here.
7251 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
7252 Moved ...
7253 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
7254 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
7255 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
7256 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
7257 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
7258 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
7259 Moved ...
7260 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
7261 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
7262 Moved ...
7263 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
7264 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
7265 Moved ...
7266 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
7267 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
7268 Moved ...
7269 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
7270 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
7271 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
7272 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
7273 Moved ...
7274 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
7275 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
7276 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
7277 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
7278 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
7279 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
7280 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
7281 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
7282 Moved ...
7283 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
7284 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7285 Moved ...
7286 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7287 ... here.
7288 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
7289 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
7290 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
7291 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
7292 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7293 Moved ...
7294 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7295 ... here.
7296 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
7297 Moved ...
7298 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
7299 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
7300 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
7301 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
7302 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
7303 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
7304 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
7305 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
7306 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
7307 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
7308 Moved ...
7309 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
7310 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
7311 Moved ...
7312 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
7313 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
7314 Moved ...
7315 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
7316 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
7317 Moved ...
7318 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
7319 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
7320 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
7321 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
7322 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
7323 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
7324 Moved ...
7325 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
7326 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
7327 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
7328 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
7329 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
7330 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
7331 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
7332 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
7333 Moved ...
7334 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
7335 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7336 Moved ...
7337 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7338 ... here.
7339 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
7340 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
7341 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
7342 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
7343 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7344 Moved ...
7345 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7346 ... here.
7347 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
7348 Moved ...
7349 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
7350 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
7351 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
7352 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
7353 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
7354 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
7355 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
7356 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
7357 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
7358 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
7359 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
7360
5085af05
RM
7361 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
7362 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
7363
708f0813
RM
7364 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
7365 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
7366
c96067bc
RM
7367 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
7368 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
7369 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
7370 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
7371 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
7372 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
7373 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
7374 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
7375 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
7376 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
7377 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
7378 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
7379 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
7380 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
7381 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
7382 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
7383 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
7384 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
7385 Moved ...
7386 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
7387 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
7388 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
7389 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
7390 Moved ...
7391 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
7392 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
7393 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
7394 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
7395 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
7396 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
7397 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
7398 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
7399 Moved ...
7400 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
7401 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
7402 Moved ...
7403 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
7404 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
7405 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
7406 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
7407 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
7408 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
7409 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
7410 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7411 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7412 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7413 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7414 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7415 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7416 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7417 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7418 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7419 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7420
ec136444
RM
7421 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7422 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7423 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7424 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7425 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7426
2fbdf533
RM
7427 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7428 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7429 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7430 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7431 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7432 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7433 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7434 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7435 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7436 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7437
4c68138b
RM
7438 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7439 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7440
4eaae765
RM
7441 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7442 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
7443 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7444 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7445 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7446 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7447 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7448 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7449 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7450 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7451 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7452 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7453 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7454 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7455 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7456 Update #include.
7457 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7458 Likewise.
7459 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7460 Likewise.
7461 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7462 Likewise.
7463 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7464 Likewise.
7465 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7466 Likewise.
7467 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7468 Likewise.
7469 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7470 Likewise.
7471 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7472 Likewise.
7473 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7474 Likewise.
4ef6befa
RM
7475 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7476 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7477 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7478 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7479 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
7480 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7481 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7482 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7483 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7484 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7485 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7486 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7487 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7488 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
7489 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 7490
941d7dfd
RM
7491 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7492 that was previously under [RESET_PID].
7493 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7494 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7495 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7496
1b731c35
RM
7497 * sysdeps/i386/nptl/Implies: New file.
7498 * sysdeps/x86_64/nptl/Implies: New file.
7499 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7500 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7501 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7502 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7503
e2787137
RM
7504 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7505 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7506 (__libc_vfork): New strong alias.
7507 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7508 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7509
7510 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7511 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7512 (__libc_vfork): New strong alias.
7513 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7514 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7515
5675da1e
RM
7516 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7517 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7518 (__libc_vfork): New strong alias.
7519 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7520 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7521 * nptl/pt-vfork.c: New file.
7522 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7523 (libpthread: GLIBC_2.20): New version set (empty).
7524
4f02e2b8
WN
75252014-05-14 Will Newton <will.newton@linaro.org>
7526
7527 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7528 rather than #if.
7529
0bf061d3
JM
75302014-05-14 Joseph Myers <joseph@codesourcery.com>
7531
1a84c3d6
JM
7532 [BZ #16564]
7533 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7534 arguments with exponent 65 or above.
7535 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7536 arguments 0x1p113L or above.
7537 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7538 to arguments 0x1p107L or above.
7539 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7540 positive arguments with exponent 65 or above.
7541 * math/auto-libm-test-in: Add more tests of log1p.
7542 * math/auto-libm-test-out: Regenerated.
7543
01dbacd2
JM
7544 [BZ #16928]
7545 * math/s_cacos.c (__cacos): Ensure zero real part of result from
7546 non-finite arguments is +0.
7547 * math/s_cacosf.c (__cacosf): Likewise.
7548 * math/s_cacosl.c (__cacosl): Likewise.
7549 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7550 * sysdeps/i386/fpu/libm-test-ulps: Update.
7551 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7552
913d03c8
JM
7553 [BZ #16927]
7554 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7555 value.
7556 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7557 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7558 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7559 for explicit high bit of mantissa when testing for argument equal
7560 to 1.
7561 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7562 * sysdeps/i386/fpu/libm-test-ulps: Update.
7563 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7564
0bf061d3
JM
7565 [BZ #16516]
7566 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7567 (__erf): Scale by 16 instead of 8 in potentially underflowing
7568 case. Ensure exception if result actually underflows.
7569 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7570 (__erff): Scale by 16 instead of 8 in potentially underflowing
7571 case. Ensure exception if result actually underflows.
7572 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7573 (efx8): Remove variable.
7574 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7575 case. Ensure exception if result actually underflows.
7576 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7577 (efx8): Remove variable.
7578 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7579 case. Ensure exception if result actually underflows.
7580 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7581 (efx8): Remove variable.
7582 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7583 case. Ensure exception if result actually underflows.
7584 * math/auto-libm-test-in: Add more tests of erf.
7585 * math/auto-libm-test-out: Regenerated.
7586
73ba67cb
AS
75872014-05-14 Andreas Schwab <schwab@suse.de>
7588
3d8c8bff
AS
7589 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7590 Remove code conditionalized on USE___THREAD.
7591
73ba67cb
AS
7592 * config.h.in (HAVE_PT_CHOWN): Define as 0.
7593 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7594 not definedness.
7595
5c521ecd
JM
75962014-05-14 Joseph Myers <joseph@codesourcery.com>
7597
5e7698c6
JM
7598 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7599 Define unconditionally.
7600 (__ASSUME_O_CLOEXEC): Likewise.
7601 (__ASSUME_SOCK_CLOEXEC): Likewise.
7602 (__ASSUME_IN_NONBLOCK): Likewise.
7603 (__ASSUME_PIPE2): Likewise.
7604 (__ASSUME_EVENTFD2): Likewise.
7605 (__ASSUME_SIGNALFD4): Likewise.
7606 (__ASSUME_DUP3): Likewise.
7607 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7608 (__ASSUME_DUP3): Do not define.
7609 (__ASSUME_EVENTFD2): Likewise.
7610 (__ASSUME_IN_NONBLOCK): Likewise.
7611 (__ASSUME_O_CLOEXEC): Likewise.
7612 (__ASSUME_PIPE2): Likewise.
7613 (__ASSUME_SIGNALFD4): Likewise.
7614 (__ASSUME_SOCK_CLOEXEC): Likewise.
7615 (__ASSUME_UTIMES): Undefine.
7616 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7617 (__ASSUME_UTIMES): Do not define.
7618 (__ASSUME_O_CLOEXEC): Likewise.
7619 (__ASSUME_SOCK_CLOEXEC): Likewise.
7620 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7621 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7622 0x020621].
7623 (__ASSUME_PIPE2): Likewise.
7624 (__ASSUME_EVENTFD2): Likewise.
7625 (__ASSUME_SIGNALFD4): Likewise.
7626 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7627 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7628 Do not define.
7629 (__ASSUME_EVENTFD2): Likewise.
7630 (__ASSUME_SIGNALFD4): Likewise.
7631 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7632 (__ASSUME_32BITUIDS): Likewise.
7633 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7634 (__ASSUME_IPC64): Likewise.
7635 (__ASSUME_ST_INO_64_BIT): Likewise.
7636 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7637 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7638 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7639 (__ASSUME_UTIMES): Do not define.
7640 (__ASSUME_PSELECT): Likewise.
7641 (__ASSUME_PPOLL): Likewise.
7642 (__ASSUME_O_CLOEXEC): Likewise.
7643 (__ASSUME_SOCK_CLOEXEC): Likewise.
7644 (__ASSUME_IN_NONBLOCK): Likewise.
7645 (__ASSUME_PIPE2): Likewise.
7646 (__ASSUME_EVENTFD2): Likewise.
7647 (__ASSUME_SIGNALFD4): Likewise.
7648 (__ASSUME_DUP3): Likewise.
7649 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7650 (__ASSUME_UTIMES): Likewise.
7651 (__ASSUME_O_CLOEXEC): Likewise.
7652 (__ASSUME_SOCK_CLOEXEC): Likewise.
7653 (__ASSUME_IN_NONBLOCK): Likewise.
7654 (__ASSUME_PIPE2): Likewise.
7655 (__ASSUME_EVENTFD2): Likewise.
7656 (__ASSUME_SIGNALFD4): Likewise.
7657 (__ASSUME_DUP3): Likewise.
7658 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7659 (__ASSUME_UTIMES): Likewise.
7660 (__ASSUME_O_CLOEXEC): Likewise.
7661 (__ASSUME_SOCK_CLOEXEC): Likewise.
7662 (__ASSUME_IN_NONBLOCK): Likewise.
7663 (__ASSUME_PIPE2): Likewise.
7664 (__ASSUME_EVENTFD2): Likewise.
7665 (__ASSUME_SIGNALFD4): Likewise.
7666 (__ASSUME_DUP3): Likewise.
7667 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7668 Likewise.
7669 (__ASSUME_UTIMES): Likewise.
7670 (__ASSUME_EVENTFD2): Likewise.
7671 (__ASSUME_SIGNALFD4): Likewise.
7672 * sysdeps/unix/sysv/linux/tile/kernel-features.h
7673 (__ASSUME_O_CLOEXEC): Likewise.
7674 (__ASSUME_SOCK_CLOEXEC): Likewise.
7675 (__ASSUME_IN_NONBLOCK): Likewise.
7676 (__ASSUME_PIPE2): Likewise.
7677 (__ASSUME_EVENTFD2): Likewise.
7678 (__ASSUME_SIGNALFD4): Likewise.
7679 (__ASSUME_DUP3): Likewise.
7680 (__ASSUME_UTIMES): Undefine.
7681
5c521ecd
JM
7682 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7683 feclearexcept. Remove symbol versioning code.
7684 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
7685 symbol versioning code.
7686 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
7687 symbol versioning code.
7688 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7689 feupdateenv. Remove symbol versioning code.
7690 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7691 fegetexceptflag. Remove symbol versioning code.
7692 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7693 fesetexceptflag. Remove symbol versioning code.
7694 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7695 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
7696 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7697 (__posix_fadvise64_l32): Remove prototype.
7698 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7699 code.
7700
5da9dfad
RM
77012014-05-13 Roland McGrath <roland@hack.frob.com>
7702
7703 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7704 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7705 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7706 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7707
893b4f37
SK
77082014-05-13 Sami Kerola <kerolasa@iki.fi>
7709
7710 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7711 current working directory
7712
e0db6517
RM
77132014-05-13 Roland McGrath <roland@hack.frob.com>
7714
58aa195d
RM
7715 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7716 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7717 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7718 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7719 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7720 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7721 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7722 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7723 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7724 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7725 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7726 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7727 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7728 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7729 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7730 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7731 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7732 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7733 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7734 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7735 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7736 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7737 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7738 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7739 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7740 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7741 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7742 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7743 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7744 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7745 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7746 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7747 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7748 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7749 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7750 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7751 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7752 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7753 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7754 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7755 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7756 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7757
8c6d01f0
RM
7758 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7759 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7760
7761 * sysdeps/unix/sysv/linux/arm/Makefile
7762 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7763 Add rt-aeabi_unwind_cpp_pr1.
7764 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7765 Add nptl-aeabi_unwind_cpp_pr1.
7766 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7767 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7768 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7769 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7770 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7771 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7772
7773 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7774 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7775 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7776 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7777
bba6da4e
RM
7778 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7779 Deconditionalize the code that was previously under [RESET_PID].
7780 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7781
e0db6517
RM
7782 * sysdeps/generic/exit-thread.h: New file.
7783 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7784 * include/unistd.h (__exit_thread): Remove declaration.
7785 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7786 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7787 * csu/libc-start.c: Include <exit-thread.h>.
7788 (LIBC_START_MAIN): Pass no argument to __exit_thread.
7789 * nptl/pthread_create.c: Include <exit-thread.h>.
7790 (start_thread): Call __exit_thread in place of __exit_thread_inline.
7791 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7792 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7793 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7794 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7795 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7796 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7797 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7798 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7799 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7800 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7801 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7802 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7803 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7804 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7805 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7806 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7807
01eb16fd
AS
78082014-05-13 Andreas Schwab <schwab@suse.de>
7809
7810 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7811
637461d9
JM
78122014-05-12 Joseph Myers <joseph@codesourcery.com>
7813
7814 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7815 (__ASSUME_UTIMES): Do not condition on kernel version.
7816 (__ASSUME_PSELECT): Define unconditionally.
7817 (__ASSUME_PPOLL): Likewise.
7818 (__ASSUME_ATFCTS): Likewise.
7819 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7820 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7821 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7822 (__ASSUME_UTIMENSAT): Define unconditionally.
7823 (__ASSUME_PRIVATE_FUTEX): Likewise.
7824 (__ASSUME_FALLOCATE): Likewise.
7825 (__ASSUME_O_CLOEXEC): Likewise.
7826 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7827 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7828 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7829 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7830 (__ASSUME_IN_NONBLOCK): Likewise.
7831 (__ASSUME_PIPE2): Likewise.
7832 (__ASSUME_EVENTFD2): Likewise.
7833 (__ASSUME_SIGNALFD4): Likewise.
7834 (__ASSUME_DUP3): Likewise.
7835 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7836 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7837 (__ASSUME_AT_RANDOM): Likewise.
7838 (__ASSUME_PREADV): Likewise.
7839 (__ASSUME_PWRITEV): Likewise.
7840 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7841 (__ASSUME_F_GETOWN_EX): Define unconditionally.
7842 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7843 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7844 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7845 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7846 (__ASSUME_O_CLOEXEC): Define unconditionally.
7847 (__ASSUME_PSELECT): Do not undefine conditionally.
7848 (__ASSUME_PPOLL): Likewise.
7849 (__ASSUME_ATFCTS): Likewise.
7850 (__ASSUME_SET_ROBUST_LIST): Likewise.
7851 (__ASSUME_UTIMENSAT): Likewise.
7852 (__ASSUME_FDATASYNC): Define unconditionally.
7853 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7854 (__ASSUME_SIGFRAME_V2): Likewise.
7855 )__ASSUME_EVENTFD2): Likewise.
7856 (__ASSUME_SIGNALFD4): Likewise.
7857 (__ASSUME_PSELECT): Do not undefine conditionally.
7858 (__ASSUME_PPOLL): Likewise.
7859 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7860 (__ASSUME_PSELECT): Define unconditionally.
7861 (__ASSUME_PPOLL): Likewise.
7862 (__ASSUME_O_CLOEXEC): Likewise.
7863 (__ASSUME_SOCK_CLOEXEC): Likewise.
7864 (__ASSUME_IN_NONBLOCK): Likewise.
7865 (__ASSUME_PIPE2): Likewise.
7866 (__ASSUME_EVENTFD2): Likewise.
7867 (__ASSUME_SIGNALFD4): Likewise.
7868 (__ASSUME_DUP3): Likewise.
7869 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7870 (__ASSUME_O_CLOEXEC): Likewise.
7871 (__ASSUME_SOCK_CLOEXEC): Likewise.
7872 (__ASSUME_IN_NONBLOCK): Likewise.
7873 (__ASSUME_PIPE2): Likewise.
7874 (__ASSUME_EVENTFD2): Likewise.
7875 (__ASSUME_SIGNALFD4): Likewise.
7876 (__ASSUME_DUP3): Likewise.
7877 * sysdeps/unix/sysv/linux/mips/kernel-features.h
7878 (__ASSUME_EVENTFD2): Likewise.
7879 (__ASSUME_SIGNALFD4): Likewise.
7880 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7881
315eb1d8
AS
78822014-05-12 Andreas Schwab <schwab@suse.de>
7883
7884 [BZ #16932]
7885 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7886 (_nss_nis_gethostbyname4_r): Return error if item length is larger
7887 than maximum RPC packet size.
7888 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7889 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7890 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7891 (_nss_nis_getservbyport_r): Likewise.
7892
91df99f7
WN
78932014-05-12 Will Newton <will.newton@linaro.org>
7894
7895 * malloc/Makefile (tests): Add tst-mallopt.
7896 * malloc/tst-mallopt.c: New file.
7897
0a982a29
RM
78982014-05-09 Roland McGrath <roland@hack.frob.com>
7899
7900 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7901 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7902
0ded08a5
AZ
79032014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7904
7905 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7906 (tst-tlsmod6.so): Likewise.
7907
55d4d550
RM
79082014-05-09 Roland McGrath <roland@hack.frob.com>
7909
7910 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7911
77d08aca
JM
79122014-05-09 Joseph Myers <joseph@codesourcery.com>
7913
7914 [BZ #16064]
7915 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7916 and <dl-procinfo.h>.
7917 (__fegetenv): Save SSE state in envp->__eip if supported.
7918 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7919 envp->__eip if supported.
7920 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7921 and <dl-procinfo.h>.
7922 (__fesetenv): Always set __eip, __cs_selector, __opcode,
7923 __data_offset and __data_selector in environment to 0. Set SSE
7924 state if supported.
7925 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7926 test-fenv-sse.
7927 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7928 -mfpmath=sse.
7929 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7930
28162f4d
WN
79312014-05-09 Will Newton <will.newton@linaro.org>
7932
7933 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7934 and libc_relro_required for ARM.
7935 * sysdeps/arm/preconfigure: Regenerate.
7936
5a414ff7
DV
79372014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
7938 Stefan Liebler <stli@linux.vnet.ibm.com>
7939
7940 * config.make.in (enable-lock-elision): New Makefile variable.
7941 * configure.ac: Likewise.
7942 * configure: Regenerate.
7943 * sysdeps/s390/configure.ac:
7944 Add check for gcc transactions support.
7945 * sysdeps/s390/configure: Regenerate.
7946 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7947 Build elision files if enabled.
7948 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7949 Add lock elision support for s390.
7950 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7951 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7952 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7953 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7954 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7955 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7956 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7957 Likewise.
7958 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7959 Likewise.
7960 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7961 Likewise.
7962 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7963 Likewise.
7964 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7965 (__lll_timedlock_elision, __lll_lock_elision)
7966 (__lll_unlock_elision, __lll_trylock_elision)
7967 (lll_timedlock_elision, lll_lock_elision)
7968 (lll_unlock_elision, lll_trylock_elision): Add.
7969 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7970 (pthread_mutex_t): Add lock elision support for s390.
7971
1a2f40e5
W
79722014-05-14 Wilco <wdijkstr@arm.com>
7973
7974 * sysdeps/arm/fclrexcpt.c: Cleanup.
7975 * sysdeps/arm/fedisblxcpt.c: Cleanup.
7976 * sysdeps/arm/feenablxcpt.c: Cleanup.
7977 * sysdeps/arm/fegetenv.c: Cleanup.
7978 * sysdeps/arm/fegetexcept.c: Cleanup.
7979 * sysdeps/arm/fegetround.c: Cleanup.
7980 * sysdeps/arm/feholdexcpt.c: Cleanup.
7981 * sysdeps/arm/fesetenv.c: Cleanup.
7982 * sysdeps/arm/fesetround.c: Cleanup.
7983 * sysdeps/arm/feupdateenv.c: Cleanup.
7984 * sysdeps/arm/fgetexcptflg.c: Cleanup.
7985 * sysdeps/arm/fraiseexcpt.c: Cleanup.
7986 * sysdeps/arm/fsetexcptflg.c: Cleanup.
7987 * sysdeps/arm/ftestexcept.c: Cleanup.
7988 * sysdeps/arm/get-rounding-mode.h: Cleanup.
7989 * sysdeps/arm/setfpucw.c: Cleanup.
7990
f63c86fe
WN
79912014-05-09 Will Newton <will.newton@linaro.org>
7992
7993 * sysdeps/arm/armv7/strcmp.S: New file.
7994 * NEWS: Mention addition of ARMv7 optimized strcmp.
7995
7a1a51b5
RM
79962014-05-08 Roland McGrath <roland@hack.frob.com>
7997
95afbbe5
RM
7998 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7999 look for %.ac rather than %.in.
8000
8001 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
8002 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
8003 * sysdeps/mach/hurd/configure: Regenerated.
8004 * sysdeps/unix/sysv/linux/configure: Regenerated.
8005
7a1a51b5
RM
8006 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
8007
5057ad3b
SE
80082014-05-07 Steve Ellcey <sellcey@mips.com>
8009
8010 [BZ# 16922]
8011 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
8012 (LONG_SUB): Ditto.
8013 (PTR_SUB): Ditto.
8014
8dc97517
AS
80152014-05-07 Andreas Schwab <schwab@suse.de>
8016
8017 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
8018 when skipping over non-matching result from nscd.
8019
ce0c5b8f
OB
80202014-05-07 Ondřej Bílka <neleai@seznam.cz>
8021
8022 [BZ #16876]
8023 * nptl/sockperf.c (client): Check socket return value.
8dc97517 8024
a1189263
OB
8025 [BZ #16877]
8026 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
8027 nscd security class.
ce0c5b8f 8028
0f58d252
RM
80292014-05-06 Roland McGrath <roland@hack.frob.com>
8030
8031 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
8032 * sysdeps/arm/unwind.h: ... here.
8033
83df9ad0
AJ
80342014-05-06 Aurelien Jarno <aurelien@aurel32.net>
8035
ce0c5b8f
OB
8036 [BZ# 16916]
8037 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
8038 Define.
83df9ad0 8039
f360f94a
VR
80402014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8041
8042 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
8043 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
8044 multiarch strncpy for PPC64.
8045 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
8046 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
8047 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
8048 multiarch optimizations.
8049 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8050 (__libc_ifunc_impl_list): Likewise.
8051 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
8052 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
8053 multiarch stpncpy for PPC64.
8054 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
8055 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
8056
978a41c3
AS
80572014-05-06 Andreas Schwab <schwab@suse.de>
8058
8059 [BZ #16912]
8060 * gmon/mcount.c (_MCOUNT_DECL): Use
8061 atomic_compare_and_exchange_bool_acq instead of
8062 catomic_compare_and_exchange_bool_acq.
8063
eb1ed03d
RM
80642014-05-05 Roland McGrath <roland@hack.frob.com>
8065
fe658845
RM
8066 * elf/Makefile (others, install-bin): Remove pldd.
8067 (pldd-modules): Variable removed.
8068 ($(objpfx)pldd): Target removed.
8069 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
8070 (others, install-bin): Append pldd here.
8071 ($(objpfx)pldd): New target.
8072
eb1ed03d
RM
8073 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
8074 to 0, so the first #if test emitted later doesn't see it undefined.
8075 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
8076 * sysdeps/gnu/errlist.c: Regenerated.
8077
19c4bec0
AZ
80782014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8079
8080 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8081 [libc_hidden_builtin_def]: Define to empty value.
8082 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
8083 [libc_hidden_builtin_def]: Likewise.
8084 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
8085 [libc_hidden_builtin_def]: Likewise.
8086 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
8087 [libc_hidden_builtin_def]: Likewise.
8088 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
8089 __redirect_memcpy and define ifunc as default hidden symbol.
8090 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
8091 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
8092
7776e669
AC
80932014-05-04 Adam Conrad <adconrad@0c3.net>
8094
8095 * locale/iso-4217.def: Reintroduce XDR currency.
8096
d69aeb12
AM
80972014-05-04 Allan McRae <allan@archlinux.org>
8098
8099 * po/eo.po: Update Esperanto translation from translation project.
8100
8f1df5cf
CD
81012014-05-02 Carlos O'Donell <carlos@redhat.com>
8102
8103 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
8104 and FEATURE_INDEX_MAX to 1.
8105 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
8106
13e402e7
SE
81072014-05-01 Steve Ellcey <sellcey@mips.com>
8108
8109 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
8110 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
8111 * iconvdata/big5.c (ONE_DIRECTION): Define.
8112 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
8113 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
8114 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
8115 * iconvdata/cp932.c (ONE_DIRECTION): Define.
8116 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
8117 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
8118 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
8119 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
8120 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
8121 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
8122 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
8123 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
8124 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
8125 * iconvdata/gbk.c (ONE_DIRECTION): Define.
8126 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
8127 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
8128 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
8129 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
8130 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
8131 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
8132 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
8133 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
8134 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
8135 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
8136 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
8137 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
8138 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
8139 * iconvdata/iso646.c (ONE_DIRECTION): Define.
8140 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
8141 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
8142 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
8143 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
8144 * iconvdata/johab.c (ONE_DIRECTION): Define.
8145 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
8146 * iconvdata/sjis.c (ONE_DIRECTION): Define.
8147 * iconvdata/t.61.c (ONE_DIRECTION): Define.
8148 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
8149 * iconvdata/tscii.c (ONE_DIRECTION): Define.
8150 * iconvdata/uhc.c (ONE_DIRECTION): Define.
8151 * iconvdata/unicode.c (ONE_DIRECTION): Define.
8152 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
8153 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
8154 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
8155
c727f032
RM
81562014-05-01 Roland McGrath <roland@hack.frob.com>
8157
8f2f08d0
RM
8158 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
8159 (_IO_JUMPS_OFFSET): Define to 0.
8160
c727f032
RM
8161 * nptl/sysdeps/pthread/bits/libc-lock.h
8162 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8163 (__libc_lock_define_initialized_recursive): Always define using
8164 initializer. Modern compilers treat uninitialized (implicit zero) and
8165 explicit zero initializers the same (i.e. put the datum in bss).
8166
a849e800
AS
81672014-05-01 Andreas Schwab <schwab@linux-m68k.org>
8168
8169 * nscd/nscd-client.h: Include <string.h>.
8170
5331255b
DM
81712014-05-01 David S. Miller <davem@davemloft.net>
8172
8173 [BZ #16885]
8174 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
8175 multiple zero bytes exist at the end of a string.
8176 Reported by Aurelien Jarno <aurelien@aurel32.net>
8177
8178 * string/test-strcmp.c (check): Add explicit test for situations where
8179 there are multiple zero bytes after the first.
8180
4fdfe821
AS
81812014-05-01 Andreas Schwab <schwab@linux-m68k.org>
8182
8183 [BZ #16890]
8184 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
8185 when compiling wprintf.
8186 * stdio-common/tstdiomisc.c (t3): New function.
8187 (main): Call it.
8188
0cdddc25
SE
81892014-05-01 Steve Ellcey <sellcey@mips.com>
8190
8191 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
8192 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
8193 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
8194 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
8195
6426d77e
SE
81962014-05-01 Steve Ellcey <sellcey@mips.com>
8197
8198 * stdlib/longlong.h: Updated from GCC.
8199
6d96f5e4
WN
82002014-05-01 Will Newton <will.newton@linaro.org>
8201 Bernard Ogden <bernie.ogden@linaro.org>
8202
7470db0c
WN
8203 * NEWS: Update fixed bug list.
8204
6d96f5e4
WN
8205 [BZ #15119]
8206 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
8207
211d653c
DM
82082014-04-30 David S. Miller <davem@davemloft.net>
8209
4fa262fa
DM
8210 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
8211 (libc_feholdexcept_setround_sparc_ctx): New function.
8212 (libc_fesetenv_sparc_ctx): Likewise.
8213 (libc_feupdateenv_sparc_ctx): Likewise.
8214 (libc_feholdsetround_sparc_ctx): Likewise.
8215 (libc_feholdexcept_setround_ctx): Define.
8216 (libc_feholdexcept_setroundf_ctx): Likewise.
8217 (libc_feholdexcept_setroundl_ctx): Likewise.
8218 (libc_fesetenv_ctx): Likewise.
8219 (libc_fesetenvf_ctx): Likewise.
8220 (libc_fesetenvl_ctx): Likewise.
8221 (libc_feupdateenv_ctx): Likewise.
8222 (libc_feupdateenvf_ctx): Likewise.
8223 (libc_feupdateenvl_ctx): Likewise.
8224 (libc_feresetround_ctx): Likewise.
8225 (libc_feresetroundf_ctx): Likewise.
8226 (libc_feresetroundl_ctx): Likewise.
8227 (libc_feholdsetround_ctx): Likewise.
8228 (libc_feholdsetroundf_ctx): Likewise.
8229 (libc_feholdsetroundl_ctx): Likewise.
8230
1d3d93ef
DM
8231 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8232 with __USE_GNU instead of XOPEN cpp guards.
8233
8aa583c3
DM
8234 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
8235 0.
8236
211d653c
DM
8237 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8238 with XOPEN cpp guards.
8239
60c8f1f6
JB
82402014-04-30 Julian Brown <julian@codesourcery.com>
8241
8242 [BZ #16888]
8243 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
8244 handling.
8245
9a461d46
JM
82462014-04-30 Joseph Myers <joseph@codesourcery.com>
8247
d0f5b3f8
JM
8248 [BZ #9894]
8249 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
8250 Change to 2.6.32.
8251 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
8252 * sysdeps/unix/sysv/linux/configure: Regenerated.
8253 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
8254 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
8255 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
8256 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
8257 * README: Update reference to required Linux kernel version.
8258 * manual/install.texi (Linux): Update reference to required Linux
8259 kernel headers version.
8260 * INSTALL: Regenerated.
8261
9a461d46
JM
8262 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
8263 header inclusion.
8264 [POSIX] (limits.h): Likewise.
8265 [POSIX] (math.h): Likewise.
8266 [POSIX] (sys/wait.h): Likewise.
8267 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
8268 function.
8269 [POSIX] (stddef.h): Do not allow header inclusion.
8270
1775babf
AZ
82712014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8272
57f41c40 8273 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 8274
8f630cca
YY
82752014-04-30 Yang Yingliang <yangyingliang@huawei.com>
8276
8277 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
8278 Return immediately after lll_futex_wake.
8279
1cdeb237
SP
82802014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8281
bc8f194c
SP
8282 [BZ #16791]
8283 * nscd/nscd-client.h (datahead_init_common): Initialize entire
8284 structure.
8285 (datahead_init_pos): Call datahead_init_common early.
8286 (datahead_init_neg): Likewise.
8287
1cdeb237
SP
8288 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
8289 datahead_init_neg): New functions.
8290 * nscd/aicache.c (addhstaiX): Use them.
8291 * nscd/grpcache.c (cache_addgr): Likewise.
8292 * nscd/hstcache.c (cache_addhst): Likewise.
8293 * nscd/initgrcache.c (addinitgroupsX): Likewise.
8294 * nscd/netgroupcache.c (do_notfound): Likewise.
8295 (addgetnetgrentX): Likewise.
8296 (addinnetgrX): Likewise.
8297 * nscd/pwdcache.c (cache_addpw): Likewise.
8298 * nscd/servicescache.c (cache_addserv): Likewise.
8299
16b293a7
SP
83002014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8301 Atsushi Onoe <atsushi@onoe.org>
8302
8303 [BZ #14308]
8304 [BZ #12994]
8305 [BZ #13651]
8306 * resolv/res_query.c (__libc_res_nsearch): Return if at least
8307 one response is valid.
8308 * resolv/res_send.c (send_dg): Check for validity of other
8309 response if the current response is a referral.
8310
a28a9b94
SE
83112014-04-29 Steve Ellcey <sellcey@mips.com>
8312
8313 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
8314
2ca180e9
SL
83152014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
8316
8317 [BZ #16823]
8318 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
8319 Always divide by positive zero when computing -Inf result.
8320 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8321 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
8322
18f2945a
AZ
83232014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8324
8325 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
8326 FPSCR if value do not change.
8327 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8328 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
8329 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8330 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
8331 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
8332 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
8333 function.
8334
5abebba4
CD
83352014-05-29 Carlos O'Donell <carlos@systemhalted.org>
8336
8337 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
8338 * sysdeps/unix/sysv/linux/hppa: Move directory from
8339 ports/systeps/unix/sysv/linux/hppa.
8340 * README: Update listing for hppa-*-linux-gnu.
8341
f7ed60c2
OB
83422014-04-28 Ondřej Bílka <neleai@seznam.cz>
8343
fff763a5
OB
8344 [BZ #16754]
8345 * manual/stdio.texi (Hook functions): Fix types of stream hook
8346 functions.
f7ed60c2
OB
8347 [BZ #16854]
8348 * socket/sys/socket.h: Fix typo in comment.
8349
df639d73
WD
83502014-04-28 Wilco <wdijkstr@arm.com>
8351
f7ed60c2 8352 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
8353 * sysdeps/arm/math_private.h: New file.
8354 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
8355
48332d82
L
83562014-04-25 H.J. Lu <hongjiu.lu@intel.com>
8357
8358 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
8359 with __int128_t.
8360 (La_x86_64_retval): Likewise.
8361
e5e0d9a4
IB
83622014-04-24 Ian Bolton <ian.bolton@arm.com>
8363
8364 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
8365 fpsr if value didn't change.
8366 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
8367 to fpcr if value didn't change.
8368 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
8369 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
8370 fpsr or fpcr if value didn't change.
8371 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8372 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
8373 fpcr if value didn't change.
8374 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
8375 to fpsr if value didn't change.
8376
bacc75f7
SP
83772014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
8378
8379 * nptl/tst-sem3.c: Use test-skeleton.c
8380 (main): Rename to do_test. Use return instead of
8381 exit.
8382 * nptl/tst-sem4.c: Use test-skeleton.c
8383 (main): Rename to do_test.
8384
a059d359
DM
83852014-04-22 David S. Miller <davem@davemloft.net>
8386
8387 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
8388 (struct sigaction): New struct member __glibc_reserved0, change
8389 type of sa_flags to int.
8390
ea6c92f3
YZ
83912014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
8392
8393 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
8394 (COUNT_LEADING_ZEROS_0): Define for AArch64.
8395
766c4a36
SP
83962014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
8397
8398 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
8399 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
8400
140cc7ab
VK
84012014-04-22 Will Newton <will.newton@linaro.org>
8402 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
8403
8404 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
8405 (__longjmp): Add longjmp and longjmp_target SystemTap
8406 probes.
8407 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
8408 (__sigsetjmp): Add setjmp SystemTap probe.
8409
c54e5cf7
CD
84102014-04-17 Carlos O'Donell <carlos@redhat.com>
8411
8412 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8413 match manual order.
8414
75ffb047
AZ
84152014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8416
8417 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8418
2cd925f7
AZ
8419 * sysdeps/powerpc/fpu/fenv_private.h
8420 (libc_feholdexcept_setroundl_ctx): Define to
8421 libc_feholdexcept_setround_ppc_ctx.
8422 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8423 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8424 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8425 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8426
39e6cd8d
IB
84272014-04-17 Ian Bolton <ian.bolton@arm.com>
8428
8429 * sysdeps/aarch64/math-tests.h: New file.
8430
f9281df9
SY
84312014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
8432
8433 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8434 New.
8435 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8436 Check and set bit_AVX2_Usable.
8437 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8438 macro.
8439 (bit_AVX2): Likewise.
8440 (index_AVX2_Usable): Likewise.
8441 (CPUID_AVX2): Likewise.
8442 (HAS_AVX2): Likewise.
8443
37d35007
WN
84442014-04-17 Will Newton <will.newton@linaro.org>
8445
7c677662
WN
8446 * manual/setjmp.texi (System V contexts): Add note that
8447 calling setcontext on a context created by a call to a
8448 signal handler is undefined. Update text to note that
8449 setcontext from a signal handler is possible but not
8450 recommended.
8451
37d35007 8452 [BZ #16629]
e04a4e9d
WN
8453 * stdlib/tst-setcontext.c: Include signal.h.
8454 (main): Check that the signal stack before and
8455 after swapcontext is the same.
8456
37d35007
WN
8457 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8458 Re-implement to restore registers in user code and avoid
8459 rt_sigreturn system call.
8460
423a7160
W
84612014-04-17 Wilco <wdijkstr@arm.com>
8462
8463 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8464 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8465 * math/test-fenv.c: Skip exception trap tests on targets which only
8466 support non-stop mode.
8467
bc93ab29
IB
84682014-04-17 Ian Bolton <ian.bolton@arm.com>
8469 Wilco Dijkstra <wilco.dijkstra@arm.com>
8470
8471 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8472 (libc_feholdsetround_aarch64_ctx)
8473 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8474 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8475 (libc_feresetround_ctx, libc_feresetroundf_ctx)
8476 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8477 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8478 (libc_feresetround_noexl_ctx): Define.
8479
95fc5fa3
RH
84802014-04-16 Richard Henderson <rth@redhat.com>
8481
ddb04724
RH
8482 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8483
d77c0899
RH
8484 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8485 unwind tables.
8486
a3df56fc
RH
8487 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8488 const from the non-libc, non-ldso copy.
8489
95fc5fa3
RH
8490 * sysdeps/alpha/libm-test-ulps: Regenerate.
8491
7e0b6763
IB
84922014-04-16 Ian Bolton <ian.bolton@arm.com>
8493 Wilco Dijkstra <wilco.dijkstra@arm.com>
8494
8495 * sysdeps/aarch64/fpu/math_private.h: New file.
8496
a9ea2e0c
MS
84972014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
8498
8499 * sysdeps/aarch64/libm-test-ulps: Regenerate.
8500
ea8ba7cd
IZ
85012014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
8502
7e54fd04 8503 [BZ #16275]
ea8ba7cd
IZ
8504 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8505 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8506 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8507 Intel MPX bound registers before _dl_profile_fixup.
8508 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8509 registers after _dl_profile_fixup. Save and restore bound
8510 registers bnd0/bnd1 when calling _dl_call_pltexit.
8511 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8512 (LR_BND_OFFSET): Likewise.
8513 (LRV_BND0_OFFSET): Likewise.
8514 (LRV_BND1_OFFSET): Likewise.
8515
9f2a4fbc
ST
85162014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
8517
8518 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8519 to...
8520 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
8521 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8522 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8523 fields.
9f2a4fbc 8524
fd15a59b
ST
85252014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
8526
8527 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8528
f19dfa0a
SL
85292014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8530
8531 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8532
4fa8bc3b
SL
85332014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8534
8535 [BZ #14770]
8536 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8537 * sysdeps/s390/configure: Regenerate.
8538
8ea587db
SL
8539 [BZ #16824]
8540 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8541 Set round-to-nearest internally to reduce error accumulation.
8542
aa5f0ff1
AM
85432014-04-16 Alan Modra <amodra@gmail.com>
8544
8545 [BZ #16740]
8546 [BZ #16619]
8547 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8548 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 8549 * NEWS: Update fixed bug list.
aa5f0ff1 8550
bb9c256f
SP
85512014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8552
8553 * benchtests/Makefile: Depend on libraries in build directory.
8554 (bench-math): Separate out math tests.
8555 (bench-pthread): Separate out pthread tests.
8556 (bench): Include math and pthread tests.
8557
f737dfd0
CD
85582014-04-14 Carlos O'Donell <carlos@redhat.com>
8559
8560 [BZ #16831]
8561 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8562 _dl_debug_initialize.
8563
0699f766
CD
8564 * configure.ac: Remove SELinux header check.
8565 * configure: Regenerate.
8566 * nscd/selinux.c (perms): Array of const char* to permission names.
8567 (nscd_request_avc_has_perm): Call security_deny_unknown to find
8568 default policy. Call string_to_security_class and string_to_av_perm to
8569 translate strings. Enforce default policy and call avs_has_perm with
8570 results of translated strings.
8571
809bd45f
DM
85722014-04-13 David S. Miller <davem@davemloft.net>
8573
8574 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8575
89e691f2
AM
85762014-04-12 Allan McRae <allan@archlinux.org>
8577
8578 [BZ #16838]
8579 * manual/string.texi (Collation Functions): Fix qsort argument
8580 order in example.
8581 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8582
9c9daaeb
CM
85832014-04-11 Chris Metcalf <cmetcalf@tilera.com>
8584
8585 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8586 Make the test a no-op if there are no exceptions defined.
8587
95561fb9
PP
85882014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8589
fe8d072c 8590 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
8591 enable-hardcoded-path-in-tests
8592
970c602a
WN
85932014-04-11 Will Newton <will.newton@linaro.org>
8594
8595 * benchtests/Makefile (extra-objs): Add json-lib.o.
8596 (bench-func): Tidy up JSON output.
8597 * benchtests/bench-skeleton.c: Include json-lib.h.
8598 (main): Use JSON library functions to do output of
8599 benchmark results.
8600 * benchtests/bench-timing-type.c (main): Output the
8601 timing type simply, leaving formatting to the user.
8602 * benchtests/json-lib.c: New file.
8603 * benchtests/json-lib.h: Likewise.
8604
36875b06
TR
86052014-04-11 Torvald Riegel <triegel@redhat.com>
8606
8607 [BZ #15215]
8608 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8609 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
8610 memory barriers. Add comments.
8611 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8612 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8613 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8614 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8615 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8616 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8617
579db35a
SL
86182014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
8619
8620 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8621 * sysdeps/s390/s390-64/configure.ac: ... this ...
8622 * sysdeps/s390/configure.ac: ... to here.
8623 * sysdeps/s390/s390-32/configure: Delete file.
8624 * sysdeps/s390/s390-64/configure: Delete file.
8625 * sysdeps/s390/configure: Regenerate.
8626
c12e9f37
JAPH
86272014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
8628
8629 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8630
439bda32
WN
86312014-04-11 Will Newton <will.newton@linaro.org>
8632
8633 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8634 to zero if it is not defined elsewhere. (mtrim): Test
8635 the value of MALLOC_DEBUG with #if rather than #ifdef.
8636
6a5d6ea1
TR
86372014-04-10 Torvald Riegel <triegel@redhat.com>
8638
8639 * benchtests/pthread_once-inputs: New file.
8640 * benchtests/pthread_once-source.c: New file.
8641 * benchtests/README: Update documentation.
8642
a4c75cfd
IZ
86432014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
8644 H.J. Lu <hongjiu.lu@intel.com>
8645
7e54fd04 8646 [BZ #16275]
a4c75cfd
IZ
8647 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8648 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8649 * sysdeps/x86_64/configure: Regenerated.
8650 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8651 macro.
8652 (REGISTER_SAVE_RAX): Likewise.
8653 (REGISTER_SAVE_RCX): Likewise.
8654 (REGISTER_SAVE_RDX): Likewise.
8655 (REGISTER_SAVE_RSI): Likewise.
8656 (REGISTER_SAVE_RDI): Likewise.
8657 (REGISTER_SAVE_R8): Likewise.
8658 (REGISTER_SAVE_R9): Likewise.
8659 (REGISTER_SAVE_BND0): Likewise.
8660 (REGISTER_SAVE_BND1): Likewise.
8661 (REGISTER_SAVE_BND2): Likewise.
8662 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
8663 bound registers when calling _dl_fixup.
8664
27822ce6
AZ
86652014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8666
8667 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
8668 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8669 of its definition.
27822ce6
AZ
8670 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8671 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8672 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8673 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8674 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8675 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8676 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8677
a88ddc90
PTB
86782014-04-09 Peter Brett <peter@peter-b.co.uk>
8679
8680 [BZ #15514]
8681 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8682 pathconf(_PC_NAME_MAX).
8683
01f8eac2
AZ
86842014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8685
8686 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8687 Remove macro usage.
8688 (__PTHREAD_SPINS): Move definition to ...
8689 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8690 (__PTHREAD_SPINS): ... here.
8691 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8692 (__PTHREAD_SPIN): Likewise.
8693 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8694 (__PTHREAD_SPIN): Likewise.
8695 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8696 (__PTHREAD_SPIN): Likewise.
8697 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8698 (__PTHREAD_SPIN): Likewise.
8699 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8700 (__PTHREAD_SPIN): Likewise.
8701 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8702 (__PTHREAD_SPIN): Likewise.
8703 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8704 (__PTHREAD_SPIN): Likewise.
8705 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8706 (__PTHREAD_SPIN): Likewise.
8707 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8708 (__PTHREAD_SPIN): Likewise.
8709 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8710 (__PTHREAD_SPIN): Likewise.
8711 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8712 (__PTHREAD_SPIN): Likewise.
8713 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8714 (__PTHREAD_SPIN): Likewise.
8715
de21c33c
AZ
8716 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8717 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8718 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8719 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8720 imply folder.
8721 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8722 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8723 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8724 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8725 correct imply path.
8726 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8727 strlen symbol for non multi-arch builds.
8728 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8729 missing hidden_def and weak_alias.
8730
862c472e
CD
87312014-04-08 Carlos O'Donell <carlos@redhat.com>
8732
8733 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8734
8667f90e
WN
87352014-04-07 Will Newton <will.newton@linaro.org>
8736
8737 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8738 and contents. [!_LIBC] Remove #ifndef and contents.
8739 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
8740 * string/memccpy.c (__memccpy): Use ANSI prototype.
8741 * string/memfrob.c (memfrob): Likewise.
8742 * string/strcoll.c (STRCOLL): Likewise.
8743 * string/strlen.c (strlen): Likewise.
8744 * string/strtok.c (STRTOK): Likewise.
8745 * string/strcat.c: Remove unused #include of memcopy.h.
8746 (strcat): Use ANSI prototype.
8747 * string/strchr.c: Remove unused #include of memcopy.h.
8748 (strchr): Use ANSI prototype.
8749 * string/strcmp.c: Remove unused #include of memcopy.h.
8750 (strcmp): Use ANSI prototype.
8751 * string/strcpy.c: Remove unused #include of memcopy.h.
8752 (strcpy): Use ANSI prototype.
8753
7ffa9423
AZ
87542014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8755
8756 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8757 * config.make.in (config-extra-cppflags): Set it from
8758 libc_extra_cppflags.
8759 * configure.ac (libc_extra_cflags): Make it accumulate over
8760 configure fragments.
8761 (libc_extra_cppflags): New flag.
8762 * configure. Regenerate.
8763 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
8764 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8765 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
8766 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8767
8bd70862
AZ
8768 [BZ #16815]
8769 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8770 result for FE_DOWNWARD rounding mode.
8771 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8772 Likewise.
8773 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8774
d42f3448
CM
87752014-04-04 Chris Metcalf <cmetcalf@tilera.com>
8776
8777 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8778 in function argument name.
8779
1c21d115
DS
87802014-04-03 David Svoboda <svoboda@cert.org>
8781
8782 [BZ #5666]
8783 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8784 explicitly.
8785
fcccd512
RM
87862014-04-03 Roland McGrath <roland@hack.frob.com>
8787
8788 * elf/dl-unmap-segments.h: New file.
8789 * sysdeps/generic/ldsodefs.h
8790 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8791 * elf/dl-close.c: Include <dl-unmap-segments.h>.
8792 * elf/dl-fptr.c: Likewise.
8793 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8794 * sysdeps/aarch64/tlsdesc.c: Likewise.
8795 * sysdeps/arm/tlsdesc.c: Likewise.
8796 * sysdeps/i386/tlsdesc.c: Likewise.
8797 * sysdeps/tile/dl-runtime.c: Likewise.
8798 * sysdeps/x86_64/tlsdesc.c: Likewise.
8799 * elf/dl-load.h: New file.
8800 * elf/dl-load.c: Include it.
8801 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8802 Macros moved to dl-load.h.
8803 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8804 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8805 Use _dl_unmap_segments in place of __munmap.
8806 Break out segment-mapping loop into ...
8807 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8808
f6488e2b
WN
88092014-04-03 Will Newton <will.newton@linaro.org>
8810
8811 * elf/dl-lookup.c (do_lookup_x): Remove comment
8812 referring to nested function and move variable
8813 declarations down to before first use.
8814
6f05bafe
JM
88152014-04-02 Joseph Myers <joseph@codesourcery.com>
8816
a84e78c8
JM
8817 [BZ #16799]
8818 [BZ #16800]
8819 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8820 with 0 numerator.
8821 * math/s_catanf.c (__catanf): Likewise.
8822 * math/s_catanh.c (__catanh): Likewise.
8823 * math/s_catanhf.c (__catanhf): Likewise.
8824 * math/s_catanhl.c (__catanhl): Likewise.
8825 * math/s_catanl.c (__catanl): Likewise.
8826 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8827 by positive zero when computing -Inf result.
8828 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8829 (catanh_test): Likewise.
8830 * sysdeps/i386/fpu/libm-test-ulps: Update.
8831 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8832
6f05bafe
JM
8833 [BZ #16789]
8834 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8835 instead of using underflowing value in computing result.
8836 * math/s_clog10.c (__clog10): Likewise.
8837 * math/s_clog10f.c (__clog10f): Likewise.
8838 * math/s_clog10l.c (__clog10l): Likewise.
8839 * math/s_clogf.c (__clogf): Likewise.
8840 * math/s_clogl.c (__clogl): Likewise.
8841 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8842 (clog10_test): Likewise.
8843 * sysdeps/i386/fpu/libm-test-ulps: Update.
8844 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8845
b0abbc21
AM
88462014-04-02 Alan Modra <amodra@gmail.com>
8847
8848 [BZ #16739]
8849 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8850 output when value is near a power of two. Use int64_t for lx and
8851 remove casts. Use decimal rather than hex exponent constants.
8852 Don't use long double multiplication when double will suffice.
8853 * math/libm-test.inc (nextafter_test_data): Add tests.
8854 * NEWS: Add 16739 and 16786 to bug list.
8855
af6b1797
AM
8856 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8857
483818d7
AM
8858 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8859
f6c55796
WN
88602014-04-01 Will Newton <will.newton@linaro.org>
8861
8862 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8863 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
8864
13f7fe35
FW
88652014-04-01 Florian Weimer <fweimer@redhat.com>
8866
8867 [BZ #13347]
8868 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8869 * nptl/tst-setuid2.c: New file.
8870 * nptl/Makefile (xtests): Add tst-setuid2.
8871
c859b32e
AM
88722014-04-01 Alan Modra <amodra@gmail.com>
8873
8874 [BZ #16786]
8875 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8876
54fa2475
JM
88772014-03-31 Joseph Myers <joseph@codesourcery.com>
8878
8795b4a4
JM
8879 [BZ #6803]
8880 [BZ #6804]
8881 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8882 set errno as appropriate.
8883 * math/w_scalbf.c (__scalbf): Likewise.
8884 * math/w_scalbl.c (__scalbl): Likewise.
8885 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8886 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8887 * math/libm-test.inc (scalb_test_data): Add errno expectations.
8888 Add more NaN tests.
8889
54fa2475
JM
8890 [BZ #16349]
8891 * math/w_atan2.c: Include <errno.h>.
8892 (__atan2): Set errno for result underflowing to zero.
8893 * math/w_atan2f.c: Include <errno.h>.
8894 (__atan2f): Set errno for result underflowing to zero.
8895 * math/w_atan2l.c: Include <errno.h>.
8896 (__atan2l): Set errno for result underflowing to zero.
8897 * math/auto-libm-test-in: Don't allow missing errno for some atan2
8898 tests.
8899 * math/auto-libm-test-out: Regenerated.
8900
757d9dd5
AZ
89012014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8902
8903 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8904 Encode instruction correctly in little endian.
8905 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8906 Likewise.
8907 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8908 Likewise.
8909 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8910 Likewise.
8911 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8912 Likewise.
8913
d7a68734
JM
89142014-03-31 Joseph Myers <joseph@codesourcery.com>
8915
47c5adeb
JM
8916 [BZ #9894]
8917 * sysdeps/unix/sysv/linux/kernel-features.h
8918 [__sparc__ && !__arch64__ && !__sparc_v9__]
8919 (__ASSUME_SET_ROBUST_LIST): Do not define.
8920 [__sparc__ && !__arch64__ && !__sparc_v9__]
8921 (__ASSUME_FUTEX_LOCK_PI): Likewise.
8922 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8923 Likewise.
8924 * sysdeps/unix/sysv/linux/arm/kernel-features.h
8925 (__ASSUME_FUTEX_LOCK_PI): Undefine.
8926 (__ASSUME_REQUEUE_PI): Likewise.
8927 (__ASSUME_SET_ROBUST_LIST): Likewise.
8928 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8929 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8930 Undefine.
8931 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8932 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8933 Likewise.
8934 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8935 Likewise.
8936 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8937 Likewise.
8938 * sysdeps/unix/sysv/linux/mips/kernel-features.h
8939 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8940 Undefine.
8941 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8942 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8943 Likewise.
8944
d7a68734
JM
8945 [BZ #16648]
8946 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8947 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8948 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8949
c760f5c2
WN
89502014-03-31 Will Newton <will.newton@linaro.org>
8951
8952 * benchtests/Makefile (bench): Add ffs and ffsll to list
8953 of tests.
8954 * benchtests/ffs-inputs: New file.
8955 * benchtests/ffsll-inputs: Likewise.
8956
ea6029b1
JM
89572014-03-29 Joseph Myers <joseph@codesourcery.com>
8958
8959 [BZ #16770]
8960 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8961 too large before casting to int.
8962 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8963 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8964 * math/libm-test.inc (scalb_test_data): Add more tests.
8965
cf806aff
SP
89662014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
8967
56737508
SP
8968 * benchtests/Makefile (DETAILED_OPT): New make option.
8969 (bench-func): Run benchmark program with -d if DETAILED_OPT is
8970 set.
8971 * benchtests/bench-skeleton.c: Include stdbool.h.
8972 (main): Store and print timings per input.
8973 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8974 member to each argument value.
8975 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8976 (_print_arg_data): Initialize per-input timing to 0.
8977
cb5e4aad
SP
8978 * benchtests/Makefile (timing-type): New binary.
8979 (bench-clean): Also remove bench-timing-type.
8980 (bench): New target for timing-type.
8981 (bench-func): Print output in JSON format.
8982 * benchtests/bench-skeleton.c (main): Print output in JSON
8983 format.
8984 * benchtests/bench-timing-type.c: New file.
8985 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8986 (TIMING_PRINT_STATS): Remove.
8987 * benchtests/scripts/bench.py (_print_arg_data): Store variant
8988 name separately.
8989
cf806aff
SP
8990 * benchtests/bench-modf.c: Remove.
8991 * benchtests/modf-inputs: New inputs file.
8992
289e0779
JM
89932014-03-28 Joseph Myers <joseph@codesourcery.com>
8994
8995 [BZ #16362]
8996 * math/s_clog10.c (M_PI_LOG10E): New macro.
8997 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8998 imaginary parts are 0.
8999 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
9000 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
9001 imaginary parts are 0.
9002 * math/s_clog10l.c (M_PI_LOG10El): New macro.
9003 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
9004 imaginary parts are 0.
9005 * math/libm-test.inc (clog10_test_data): Update expected results
9006 for when real and imaginary parts are 0.
9007
277ae3f1
PP
90082014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
9009
9010 * elf/dl-load.c: Finish conversion of __builtin_expect into
9011 __glibc_{un}likely.
9012
03a7091f
JM
90132014-03-27 Joseph Myers <joseph@codesourcery.com>
9014
9015 [BZ #16348]
9016 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
9017 1+x for argument with exponent below -67.
9018 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
9019 Likewise.
9020 * math/auto-libm-test-in: Add more tests of exp.
9021 * math/auto-libm-test-out: Regenerated.
9022
ea7d8b95
SP
90232014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9024
dd3022d7
SP
9025 [BZ #16759]
9026 * inet/getnetgrent_r.c (get_nonempty_val): New function.
9027 (nscd_getnetgrent): Use it.
9028
ea7d8b95
SP
9029 [BZ #16760]
9030 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
9031 of stpcpy.
9032
df5b85da
AK
90332014-03-27 Andi Kleen <ak@linux.intel.com>
9034
57f41c40
AS
9035 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
9036 (lll_robust_lock, lll_cond_lock, lll_timedlock)
9037 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
9038 (lll_robust_unlock): Remove out of line section. Use cfi
9039 intrinsics.
df5b85da 9040 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
9041 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
9042 (lll_robust_lock, lll_cond_lock, lll_timedlock)
9043 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
9044 (lll_robust_unlock): Remove out of line section. Use cfi
9045 intrinsics.
df5b85da
AK
9046 (LLL_STUB_UNWIND_INFO*): Remove.
9047
fbd6b5a4
SP
90482014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
9049
9050 [BZ #16758]
9051 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
9052 blank values.
9053
1b26b855
PP
90542014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
9055
9056 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
9057
9be36fb8
JM
90582014-03-26 Joseph Myers <joseph@codesourcery.com>
9059
9060 [BZ #16198]
9061 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
9062 fnstenv.
9063 * math/test-fenv-preserve.c: New file.
9064 * math/Makefile (tests): Add test-fenv-preserve.
9065
60a2f3c1
WN
90662014-03-26 Will Newton <will.newton@linaro.org>
9067
9068 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
9069
a5e5f1e2
RM
90702014-03-25 Roland McGrath <roland@hack.frob.com>
9071
9072 * scripts/versionlist.awk: Partition the version sets and emit all
9073 GLIBC_* (sorted) before all others (sorted).
9074
00f4012a
JM
90752014-03-25 Joseph Myers <joseph@codesourcery.com>
9076
9077 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
9078 GLIBC_2.2.5 version.
9079
7bc5a741
AZ
90802014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9081
9082 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
9083 calls.
9084
7578473b
AZ
9085 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
9086 previous change.
9087
f3f1dab3
AZ
9088 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9089
6da36183
AS
90902014-03-25 Andreas Schwab <schwab@suse.de>
9091
9092 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
9093 label to be used after in6ailist is initialized.
9094
f3f1dab3 90952014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 9096
7578473b 9097 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
9098 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9099
046651c1
JM
91002014-03-25 Joseph Myers <joseph@codesourcery.com>
9101
9102 [BZ #16357]
9103 [BZ #16599]
9104 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
9105 min_plus_half.
9106 (fp_formats): Update initializers.
9107 (init_fp_formats): Initialize new field.
9108 (output_for_one_input_case): Allow underflow for results up to
9109 min_plus_half.
9110 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
9111 * math/auto-libm-test-in: Don't mark some underflows from asin and
9112 atanh as spurious.
9113 * math/auto-libm-test-out: Regenerated.
9114 * sysdeps/i386/fpu/libm-test-ulps: Update.
9115 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9116
003e49ed
AS
91172014-03-25 Andreas Schwab <schwab@suse.de>
9118
9119 * libio/Makefile (tst-ftell-partial-wide-ENV)
9120 (tst-ftell-active-handler-ENV): Define.
9121
de031874
SL
91222014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
9123
9124 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
9125
55a81e3b
PP
91262014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
9127
9128 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
9129
f3426898
JM
91302014-03-24 Joseph Myers <joseph@codesourcery.com>
9131
9132 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
9133 * sysdeps/x86_64/fpu/multiarch/e_exp.c
9134 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
9135
a42faf59
PP
91362014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
9137
9138 [BZ #16634]
a42faf59 9139 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
9140 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
9141 (open_path): Change from boolean 'secure' to complete flag 'mode'
9142 (_dl_map_object): Adjust.
a42faf59
PP
9143 * elf/Makefile (tests): Add tst-dlopen-aout.
9144 * elf/tst-dlopen-aout.c: New test.
9145
50936127
SL
91462014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
9147
9148 [BZ #16714]
9149 * sysdeps/unix/sysv/linux/s390/bits/stat.h
9150 (struct stat): Rename member pad0 to __glibc_reserved0.
9151
26011b5c
SL
9152 [BZ #16712]
9153 * sysdeps/s390/s390-32/bits/wordsize.h
9154 (__WORDSIZE32_SIZE_ULONG): New define.
9155 * sysdeps/s390/s390-64/bits/wordsize.h
9156 (__WORDSIZE32_SIZE_ULONG): Likewise.
9157 * sysdeps/generic/stdint.h (SIZE_MAX):
9158 Define as UL if __WORDSIZE32_SIZE_ULONG.
9159
a2d86bf1
SL
9160 [BZ #16713]
9161 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
9162 (__glibc_reserved0): New variable.
9163 (sa_flags): Change type to int.
9164
78b6eebc
SL
9165 * posix/Makefile (before-compile): Use += before-compile instead
9166 of a :=.
9167
f1399b5a
SL
9168 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9169 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9170
a071766e
AS
91712014-03-20 Andreas Schwab <schwab@suse.de>
9172
9173 [BZ #16743]
9174 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
9175 non-matching result from nscd.
9176
27c673b8
SP
91772014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
9178
9179 * scripts/bench.py: Moved to ...
9180 * benchtests/scripts/bench.py: ... here.
9181 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
9182
44152e4b
AS
91832014-03-24 Andreas Schwab <schwab@suse.de>
9184
9185 [BZ #16002]
9186 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
9187 alloca_account and account alloca use for struct in6ailist.
9188
b376a11a
JM
91892014-03-24 Joseph Myers <joseph@codesourcery.com>
9190
9191 [BZ #16284]
9192 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
9193 rounding mode to recompute results that overflow to infinity or
9194 underflow to zero.
9195 * math/auto-libm-test-in: Don't mark tests as expected to fail for
9196 bug 16284.
9197 * math/auto-libm-test-out: Regenerated.
9198 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
9199 (ccosh_test): Likewise.
9200 (csin_test_data): Use plus_oflow.
9201 (csin_test): Use ALL_RM_TEST.
9202 (csinh_test_data): Use plus_oflow.
9203 (csinh_test): Use ALL_RM_TEST.
9204 * sysdeps/i386/fpu/libm-test-ulps: Update.
9205 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9206
f7be7376
JM
92072014-03-21 Joseph Myers <joseph@codesourcery.com>
9208
1ca2d03e
JM
9209 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
9210 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
9211 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
9212
f7be7376
JM
9213 [BZ #16731]
9214 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
9215 when x - 1 is zero.
9216 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
9217 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
9218 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9219 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
9220 argument is 1.
9221 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
9222 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
9223 zero.
9224 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
9225 * sysdeps/i386/fpu/libm-test-ulps: Update.
9226 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9227
fdf4534d
SP
92282014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9229
df26ea53
SP
9230 * scripts/bench.pl: Remove file.
9231 * scripts/bench.py: New benchmark script.
9232 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
9233 * benchtests/README: Mention python dependency.
9234 * scripts/pylintrc: New file.
9235 * scripts/pylint: New file.
9236
fdf4534d
SP
9237 * bits/mathdef.h: Use #ifdef instead of #if.
9238 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
9239 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9240 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
9241 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9242 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
9243 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9244
6f23d093
AZ
92452014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9246 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9247
9248 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
9249 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
9250 and strpbrk-ppc64 objects.
9251 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9252 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
9253 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
9254 multiarch strpbrk for POWER7.
9255 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
9256 multiarch strpbrk for PPC64.
9257 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
9258 ifunc selector.
9259 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
9260 strpbrk for POWER7.
9261
8c92dfff
JM
92622014-03-20 Joseph Myers <joseph@codesourcery.com>
9263
9264 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
9265 (atan_test): Likewise.
9266 (atanh_test_data): Use NO_TEST_INLINE for two tests.
9267 (atanh_test): Use ALL_RM_TEST.
9268 (atan2_test_data): Likewise.
9269 (cabs_test): Likewise.
9270 (cacosh_test): Likewise.
9271 (carg_test): Likewise.
9272 (casin_test): Likewise.
9273 (casinh_test): Likewise.
9274 (cbrt_test): Likewise.
9275 (csqrt_test): Likewise.
9276 (erf_test): Likewise.
9277 (erfc_test): Likewise.
9278 (pow10_test): Likewise.
9279 (exp2_test): Likewise.
9280 (hypot_test): Likewise.
9281 (j0_test): Likewise.
9282 (j1_test): Likewise.
9283 (lgamma_test): Likewise.
9284 (gamma_test): Likewise.
9285 (sincos_test): Likewise.
9286 (tanh_test): Likewise.
9287 (y0_test): Likewise.
9288 (y1_test): Likewise.
9289 * sysdeps/i386/fpu/libm-test-ulps: Update.
9290 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9291
6eaf95cb
AZ
92922014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9293
a387428c
SP
9294 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
9295 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
9296 and strcspn-ppc64 objects.
9297 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9298 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
9299 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
9300 multiarch strcspn for POWER7.
9301 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
9302 multiarch strcspn for PPC64.
9303 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
9304 ifunc selector.
9305 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
9306 strcspn for POWER7.
9307
ae3a5dff
JM
93082014-03-20 Joseph Myers <joseph@codesourcery.com>
9309
9310 * math/gen-libm-test.pl (generate_testfile): Expect only function
9311 name as argument to AUTO_TESTS_* and pass results for all rounding
9312 modes to parse_args.
9313 (parse_auto_input): Separate inputs of automatic tests from
9314 outputs before storing in %auto_tests.
9315 * math/libm-test.inc (acos_test_data): Update call to
9316 AUTO_TESTS_f_f.
9317 (acos_test): Use ALL_RM_TEST.
9318 (acos_tonearest_test_data): Remove.
9319 (acos_test_tonearest): Likewise.
9320 (acos_towardzero_test_data): Likewise.
9321 (acos_test_towardzero): Likewise.
9322 (acos_downward_test_data): Likewise.
9323 (acos_test_downward): Likewise.
9324 (acos_upward_test_data): Likewise.
9325 (acos_test_upward): Likewise.
9326 (acosh_test_data): Update call to AUTO_TESTS_f_f.
9327 (asin_test_data): Likewise.
9328 (asin_test): Use ALL_RM_TEST.
9329 (asin_tonearest_test_data): Remove.
9330 (asin_test_tonearest): Likewise.
9331 (asin_towardzero_test_data): Likewise.
9332 (asin_test_towardzero): Likewise.
9333 (asin_downward_test_data): Likewise.
9334 (asin_test_downward): Likewise.
9335 (asin_upward_test_data): Likewise.
9336 (asin_test_upward): Likewise.
9337 (asinh_test_data): Update call to AUTO_TESTS_f_f.
9338 (atan_test_data): Likewise.
9339 (atanh_test_data): Likewise.
9340 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
9341 (cabs_test_data): Update call to AUTO_TESTS_c_f.
9342 (carg_test_data): Likewise.
9343 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
9344 (ccos_test_data): Update call to AUTO_TESTS_c_c.
9345 (ccosh_test_data): Likewise.
9346 (cexp_test_data): Likewise.
9347 (clog_test_data): Likewise.
9348 (clog10_test_data): Likewise.
9349 (cos_test_data): Update call to AUTO_TESTS_f_f.
9350 (cos_test): Use ALL_RM_TEST.
9351 (cos_tonearest_test_data): Remove.
9352 (cos_test_tonearest): Likewise.
9353 (cos_towardzero_test_data): Likewise.
9354 (cos_test_towardzero): Likewise.
9355 (cos_downward_test_data): Likewise.
9356 (cos_test_downward): Likewise.
9357 (cos_upward_test_data): Likewise.
9358 (cos_test_upward): Likewise.
9359 (cosh_test_data): Update call to AUTO_TESTS_f_f.
9360 (cosh_test): Use ALL_RM_TEST.
9361 (cosh_tonearest_test_data): Remove.
9362 (cosh_test_tonearest): Likewise.
9363 (cosh_towardzero_test_data): Likewise.
9364 (cosh_test_towardzero): Likewise.
9365 (cosh_downward_test_data): Likewise.
9366 (cosh_test_downward): Likewise.
9367 (cosh_upward_test_data): Likewise.
9368 (cosh_test_upward): Likewise.
9369 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
9370 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
9371 (ctan_test_data): Likewise.
9372 (ctan_test): Use ALL_RM_TEST.
9373 (ctan_tonearest_test_data): Remove.
9374 (ctan_test_tonearest): Likewise.
9375 (ctan_towardzero_test_data): Likewise.
9376 (ctan_test_towardzero): Likewise.
9377 (ctan_downward_test_data): Likewise.
9378 (ctan_test_downward): Likewise.
9379 (ctan_upward_test_data): Likewise.
9380 (ctan_test_upward): Likewise.
9381 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
9382 (ctanh_test): Use ALL_RM_TEST.
9383 (ctanh_tonearest_test_data): Remove.
9384 (ctanh_test_tonearest): Likewise.
9385 (ctanh_towardzero_test_data): Likewise.
9386 (ctanh_test_towardzero): Likewise.
9387 (ctanh_downward_test_data): Likewise.
9388 (ctanh_test_downward): Likewise.
9389 (ctanh_upward_test_data): Likewise.
9390 (ctanh_test_upward): Likewise.
9391 (erf_test_data): Update call to AUTO_TESTS_f_f.
9392 (erfc_test_data): Likewise.
9393 (exp_test_data): Likewise.
9394 (exp_test): Use ALL_RM_TEST.
9395 (exp_tonearest_test_data): Remove.
9396 (exp_test_tonearest): Likewise.
9397 (exp_towardzero_test_data): Likewise.
9398 (exp_test_towardzero): Likewise.
9399 (exp_downward_test_data): Likewise.
9400 (exp_test_downward): Likewise.
9401 (exp_upward_test_data): Likewise.
9402 (exp_test_upward): Likewise.
9403 (exp10_test_data): Update call to AUTO_TESTS_f_f.
9404 (exp10_test): Use ALL_RM_TEST.
9405 (exp10_tonearest_test_data): Remove.
9406 (exp10_test_tonearest): Likewise.
9407 (exp10_towardzero_test_data): Likewise.
9408 (exp10_test_towardzero): Likewise.
9409 (exp10_downward_test_data): Likewise.
9410 (exp10_test_downward): Likewise.
9411 (exp10_upward_test_data): Likewise.
9412 (exp10_test_upward): Likewise.
9413 (exp2_test_data): Update call to AUTO_TESTS_f_f.
9414 (expm1_test_data): Likewise.
9415 (expm1_test): Use ALL_RM_TEST.
9416 (expm1_tonearest_test_data): Remove.
9417 (expm1_test_tonearest): Likewise.
9418 (expm1_towardzero_test_data): Likewise.
9419 (expm1_test_towardzero): Likewise.
9420 (expm1_downward_test_data): Likewise.
9421 (expm1_test_downward): Likewise.
9422 (expm1_upward_test_data): Likewise.
9423 (expm1_test_upward): Likewise.
9424 (fma_test_data): Update call to AUTO_TESTS_fff_f.
9425 (fma_test): Use ALL_RM_TEST.
9426 (fma_towardzero_test_data): Remove.
9427 (fma_test_towardzero): Likewise.
9428 (fma_downward_test_data): Likewise.
9429 (fma_test_downward): Likewise.
9430 (fma_upward_test_data): Likewise.
9431 (fma_test_upward): Likewise.
9432 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9433 (j0_test_data): Update call to AUTO_TESTS_f_f.
9434 (j1_test_data): Likewise.
9435 (jn_test_data): Update call to AUTO_TESTS_if_f.
9436 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9437 (log_test_data): Update call to AUTO_TESTS_f_f.
9438 (log10_test_data): Likewise.
9439 (log1p_test_data): Likewise.
9440 (log2_test_data): Likewise.
9441 (pow_test_data): Update call to AUTO_TESTS_ff_f.
9442 (pow_tonearest_test_data): Likewise.
9443 (sin_test_data): Update call to AUTO_TESTS_f_f.
9444 (sin_test): Use ALL_RM_TEST.
9445 (sin_tonearest_test_data): Remove.
9446 (sin_test_tonearest): Likewise.
9447 (sin_towardzero_test_data): Likewise.
9448 (sin_test_towardzero): Likewise.
9449 (sin_downward_test_data): Likewise.
9450 (sin_test_downward): Likewise.
9451 (sin_upward_test_data): Likewise.
9452 (sin_test_upward): Likewise.
9453 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9454 (sinh_test_data): Update call to AUTO_TESTS_f_f.
9455 (sinh_test): Use ALL_RM_TEST.
9456 (sinh_tonearest_test_data): Remove.
9457 (sinh_test_tonearest): Likewise.
9458 (sinh_towardzero_test_data): Likewise.
9459 (sinh_test_towardzero): Likewise.
9460 (sinh_downward_test_data): Likewise.
9461 (sinh_test_downward): Likewise.
9462 (sinh_upward_test_data): Likewise.
9463 (sinh_test_upward): Likewise.
9464 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9465 (sqrt_test): Use ALL_RM_TEST.
9466 (sqrt_tonearest_test_data): Remove.
9467 (sqrt_test_tonearest): Likewise.
9468 (sqrt_towardzero_test_data): Likewise.
9469 (sqrt_test_towardzero): Likewise.
9470 (sqrt_downward_test_data): Likewise.
9471 (sqrt_test_downward): Likewise.
9472 (sqrt_upward_test_data): Likewise.
9473 (sqrt_test_upward): Likewise.
9474 (tan_test_data): Update call to AUTO_TESTS_f_f.
9475 (tan_test): Use ALL_RM_TEST.
9476 (tan_tonearest_test_data): Remove.
9477 (tan_test_tonearest): Likewise.
9478 (tan_towardzero_test_data): Likewise.
9479 (tan_test_towardzero): Likewise.
9480 (tan_downward_test_data): Likewise.
9481 (tan_test_downward): Likewise.
9482 (tan_upward_test_data): Likewise.
9483 (tan_test_upward): Likewise.
9484 (tanh_test_data): Update call to AUTO_TESTS_f_f.
9485 (tgamma_test_data): Likewise.
9486 (y0_test_data): Likewise.
9487 (y1_test_data): Likewise.
9488 (yn_test_data): Update call to AUTO_TESTS_if_f.
9489 (main): Do not call removed functions.
9490
d71aeee8
JM
94912014-03-19 Joseph Myers <joseph@codesourcery.com>
9492
9493 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9494 (ldexp_test_data): Remove.
9495 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
9496 scalbn_test_data.
9497 (scalb_test): Use ALL_RM_TEST.
9498
baaf1ded
AS
94992014-03-19 Andreas Schwab <schwab@suse.de>
9500
9501 * nscd/nscd.service: Also invalidate netgroup cache on reload.
9502
b1115e91
JM
95032014-03-19 Joseph Myers <joseph@codesourcery.com>
9504
9505 [BZ #16649]
9506 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9507 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9508 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9509 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9510 (__ASSUME_PREADV): Undefine.
9511 (__ASSUME_PWRITEV): Likewise.
9512
0283ecca
RM
95132014-03-18 Roland McGrath <roland@hack.frob.com>
9514
7d375303
RM
9515 * bits/mman-linux.h: Add comment about non-Linux use.
9516 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9517 bits/mman-linux.h resting place.
9518
0283ecca
RM
9519 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9520 * bits/mman-linux.h: ... here.
9521
aebe1003
AZ
95222014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9523
9524 * conform/conformtest.pl: Add standard definition when calling C
9525 preprocessor on data files.
9526 (checknamespace): Remove unused variable.
9527
b29b6bb8
JM
95282014-03-18 Joseph Myers <joseph@codesourcery.com>
9529
9530 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9531 minus_oflow, plus_uflow and minus_uflow in expected results.
9532 * math/libm-test.inc (scalbn_test_data): Add more tests of
9533 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
9534 minus_uflow.
9535 (scalbn_test): Use ALL_RM_TEST.
9536 (scalbln_test_data): Add more tests of negative arguments. Use
9537 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9538 (scalbln_test): Use ALL_RM_TEST.
9539
c8f8fa15
RM
95402014-03-18 Roland McGrath <roland@hack.frob.com>
9541
9542 * scripts/abilist.awk: Ignore symbols marked with .hidden.
9543
fede7a5f
WN
95442014-03-18 Will Newton <will.newton@linaro.org>
9545
9546 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9547 inaccurate comment.
9548
80cf0a58
JM
95492014-03-18 Joseph Myers <joseph@codesourcery.com>
9550
9551 * Makerules [!subdir] (check-abi): Exit with error status if a
9552 test failed.
9553
b3620862
JM
95542014-03-17 Joseph Myers <joseph@codesourcery.com>
9555
9556 * math/libm-test.inc (nearbyint_test_data): Include all tests used
9557 for rint. Include results for all rounding modes.
9558 (nearbyint_test): Use ALL_RM_TEST.
9559 (rint_test_data): Include all tests used for nearbyint.
9560
788bba36
WN
95612014-03-17 Will Newton <will.newton@linaro.org>
9562
04ec140a
WN
9563 * nptl/sysdeps/pthread/pthread.h: Revert previous
9564 change.
9565
7579d8d5
WN
9566 * sysdeps/generic/ldsodefs.h: Revert previous
9567 change.
9568
c15cf13a
WN
9569 * libio/genops.c: Revert previous change.
9570 * libio/libioP.h: Likewise.
9571 * stdio-common/vfprintf.c: Likewise.
9572
d0ac1324
WN
9573 * sysdeps/generic/math_private.h: Revert previous
9574 change.
9575
9290130a
WN
9576 * sysdeps/generic/math_private.h: Check whether
9577 HAVE_RM_CTX is defined with #ifdef rather
9578 than #if.
9579
afb466fc
WN
9580 * argp/argp-fmtstream.h: Check whether
9581 __STRICT_ANSI__ is defined with #ifdef rather
9582 than #if.
9583 * argp/argp.h: Likewise.
9584
f7efd7c3
WN
9585 * libio/genops.c: Check whether
9586 _IO_JUMPS_OFFSET is defined with #ifdef rather
9587 than #if.
9588 * libio/libioP.h: Likewise.
9589 * stdio-common/vfprintf.c: Likewise.
9590
53f1bed3
WN
9591 * sysdeps/generic/ldsodefs.h: Check whether
9592 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9593 than #if.
9594
788bba36
WN
9595 * nptl/sysdeps/pthread/pthread.h: Check
9596 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9597 its value.
9598
fcd89ebe
SP
95992014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
9600
ae42bbc5
SP
9601 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9602 setting O_APPEND.
9603 * libio/tst-ftell-active-handler.c (do_append_test): Add a
9604 test case.
9605
ea33158c
SP
9606 [BZ #16680]
9607 * libio/fileops.c (_IO_file_open): Seek to end of file but
9608 don't cache the offset.
9609 (get_file_offset): Remove function.
9610 (do_ftell): Use cached offset when available.
9611 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9612 don't cache the offset.
9613 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9614 case.
9615 (do_one_test): Call it.
9616 (do_ftell_test): Fix up expected old offset for a+ mode.
9617 * libio/wfileops.c (do_ftell_wide): Used cached offset when
9618 available.
9619
b1dbb426
SP
9620 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9621 up test status with function return status.
9622 (do_write_test): Likewise.
9623 (do_append_test): Likewise.
9624
fcd89ebe
SP
9625 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9626 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9627 Remove.
9628
9962a2d3
JM
96292014-03-17 Joseph Myers <joseph@codesourcery.com>
9630
9631 * math/gen-libm-test.pl (parse_args): Handle results specified for
9632 each rounding mode separately.
9633 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9634 tests and results from lrint_tonearest_test_data,
9635 lrint_towardzero_test_data, lrint_downward_test_data and
9636 lrint_upward_test_data.
9637 (lrint_test): Use ALL_RM_TEST.
9638 (lrint_tonearest_test_data): Remove.
9639 (lrint_test_tonearest): Likewise.
9640 (lrint_towardzero_test_data): Likewise.
9641 (lrint_test_towardzero): Likewise.
9642 (lrint_downward_test_data): Likewise.
9643 (lrint_test_downward): Likewise.
9644 (lrint_upward_test_data): Likewise.
9645 (lrint_test_upward): Likewise.
9646 (llrint_test_data): Merge in per-rounding-mode tests and results
9647 from llrint_tonearest_test_data, llrint_towardzero_test_data,
9648 llrint_downward_test_data and llrint_upward_test_data.
9649 (llrint_test): Use ALL_RM_TEST.
9650 (llrint_tonearest_test_data): Remove.
9651 (llrint_test_tonearest): Likewise.
9652 (llrint_towardzero_test_data): Likewise.
9653 (llrint_test_towardzero): Likewise.
9654 (llrint_downward_test_data): Likewise.
9655 (llrint_test_downward): Likewise.
9656 (llrint_upward_test_data): Likewise.
9657 (llrint_test_upward): Likewise.
9658 (rint_test_data): Merge in per-rounding-mode tests and results
9659 from rint_tonearest_test_data, rint_towardzero_test_data,
9660 rint_downward_test_data and rint_upward_test_data. Add
9661 per-rounding-mode results for tests not in those arrays.
9662 (rint_test): Use ALL_RM_TEST.
9663 (rint_tonearest_test_data): Remove.
9664 (rint_test_tonearest): Likewise.
9665 (rint_towardzero_test_data): Likewise.
9666 (rint_test_towardzero): Likewise.
9667 (rint_downward_test_data): Likewise.
9668 (rint_test_downward): Likewise.
9669 (rint_upward_test_data): Likewise.
9670 (rint_test_upward): Likewise.
9671 (main): Don't call removed functions.
9672
5006148e
RM
96732014-03-14 Roland McGrath <roland@hack.frob.com>
9674
9675 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9676 "Compiled on ..." crapola. It is anti-useful.
9677
d6fe5e58
JM
96782014-03-14 Joseph Myers <joseph@codesourcery.com>
9679
9680 * scripts/evaluate-test.sh: Handle fourth argument to determine
9681 whether test run should stop on failure.
9682 * Makeconfig (stop-on-test-failure): New variable.
9683 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9684 $(stop-on-test-failure).
9685 * Makefile (tests): Give a summary of results from testing and
9686 exit with failure status if they include an ERROR or FAIL.
9687 (xtests): Likewise.
9688 * manual/install.texi (Configuring and compiling): Mention
9689 stop-on-test-failure=y.
9690 * INSTALL: Regenerated.
9691
498a2233
RM
96922014-03-14 Roland McGrath <roland@hack.frob.com>
9693
22dbc19d
RM
9694 * scripts/versionlist.awk: New file.
9695 * Makerules [$(build-shared) = yes]
9696 (postclean-generated): Add Versions.def, not Versions.def.v and
9697 Versions.def.v.i.
9698 ($(common-objpfx)Versions.def.v.i): Target removed.
9699 ($(common-objpfx)Versions.def): New target.
9700 ($(common-objpfx)Versions.all): Depend on that rather that
9701 $(common-objpfx)Versions.def.v.
9702 * Versions.def: File removed.
9703
498a2233
RM
9704 * Makeconfig (+gccwarn): Add -Wundef.
9705 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9706 a dl-sysdep.h breaking its contract.
9707 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9708 * include/stackinfo.h: New file.
9709 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9710 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9711 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9712 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9713 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9714 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9715 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9716 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9717 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9718 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9719 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9720 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9721 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9722 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9723 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9724
c7de5025
AZ
97252014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9726
9727 [BZ #16707]
9728 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9729 implementation.
9730 * math/libm-test.inc (round_test_data): Add more tests.
9731
98fb27a3
AZ
9732 [BZ #16706]
9733 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9734 implementation.
9735 * math/libm-test.inc (nearbyint_test_data): Add more tests.
9736
374f7f61
AZ
9737 [BZ #16701]
9738 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9739 implementation.
9740 * math/libm-test.inc (ceil_test_data): Add more tests.
9741
4655c291
AZ
9742 * math/libm-test.inc (trunc_test_data): Add more tests related to
9743 BZ#16414.
9744
d7329d4b
RM
97452014-03-14 Roland McGrath <roland@hack.frob.com>
9746
9747 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9748 with #if rather than #ifdef.
9749 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9750
aa4de9ce
L
97512014-03-14 H.J. Lu <hongjiu.lu@intel.com>
9752
9753 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9754 first. Disable AVX-512 GCC support if assembler doesn't support
9755 it.
9756 * sysdeps/x86_64/configure: Regenerated.
9757
2e03fae7
CD
97582014-03-13 Carlos O'Donell <carlos@redhat.com>
9759
9760 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9761 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9762 (__old_pthread_attr_setstack): Likewise.
9763 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9764 [!_STACK_GROWS_DOWN]: Likewise.
9765
43ca83ec
MF
97662014-03-13 Mike Frysinger <vapier@gentoo.org>
9767
9768 * config.make.in (have-bash2): Delete.
9769 * configure.ac (libc_cv_have_bash2): Delete.
9770 * configure: Regenerate.
9771 * elf/Makefile (common-ldd-rewrite): Rename to ...
9772 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
9773 (sh-ldd-rewrite): Delete.
9774 (bash-ldd-rewrite): Delete.
9775 (have-bash2): Delete checks.
57f41c40
AS
9776 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9777 ldd-rewrite.
c66e48b4
MF
9778
9779 * config.make.in (have-ksh): Delete.
9780 (KSH): Delete.
9781 * configure.ac (libc_cv_have_ksh): Delete.
9782 * configure: Regenerate.
9783
b93834ef
MF
9784 * elf/Makefile: Delete $(have-ksh) check.
9785 ($(objpfx)sotruss): Change KSH to BASH.
9786 * elf/sotruss.ksh: Rename to ...
9787 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
9788 function style to match POSIX. Drop ksh vim mode setting.
9789
f3a4632a
MF
9790 * manual/time.texi (Specifying the Time Zone with TZ): Change
9791 Tuesday to Thursday.
9792
5896c8bd
MF
9793 * debug/tst-longjmp_chk2.c: Update header comment.
9794 (stackoverflow_handler): Add comment. Call assert on pass value.
9795
2d63a517
IZ
97962014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
9797
7e54fd04 9798 [BZ #16194]
2d63a517
IZ
9799 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9800 (HAVE_AVX512_ASM_SUPPORT): Likewise.
9801 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9802 (La_x86_64_vector): Add zmm.
9803 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9804 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9805 ($(objpfx)tst-audit10): New target.
9806 ($(objpfx)tst-audit10.out): Likewise.
9807 (tst-audit10-ENV): New.
9808 (AVX512-CFLAGS): Likewise.
9809 (CFLAGS-tst-audit10.c): Likewise.
9810 (CFLAGS-tst-auditmod10a.c): Likewise.
9811 (CFLAGS-tst-auditmod10b.c): Likewise.
9812 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9813 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9814 * sysdeps/x86_64/configure: Regenerated.
9815 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9816 AVX-512 zmm register support.
9817 (_dl_x86_64_save_sse): Likewise.
9818 (_dl_x86_64_restore_sse): Likewise.
9819 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9820 size vector registers.
9821 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9822 (ZMM_SIZE): Likewise.
9823 * sysdeps/x86_64/tst-audit10.c: New file.
9824 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9825 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9826
44c4e5d5
RM
98272014-03-13 Roland McGrath <roland@hack.frob.com>
9828
9829 * configure.ac (HAVE_EHDR_START): New check.
9830 * configure: Regenerated.
9831 * config.h.in (HAVE_EHDR_START): New #undef.
9832 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9833 assuming the lowest-addressed segment maps the start of the file.
9834
acd6e389
JM
98352014-03-13 Joseph Myers <joseph@codesourcery.com>
9836
9837 * INSTALL: Regenerated.
9838
6f918f36
WN
98392014-03-13 Will Newton <will.newton@linaro.org>
9840
9841 * manual/setjmp.texi (System V contexts): Improve
9842 clarity and grammar of documentation.
9843
798212a0
PP
98442014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
9845
9846 [BZ #16381]
798212a0 9847 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 9848 (tests-pie): Add tst-pie2.
798212a0
PP
9849 * elf/tst-pie2.c: New file.
9850 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9851 for ET_EXEC.
9852 * elf/rtld.c (map_doit): Load executable as lt_executable.
9853 (dl_main): Likewise.
9854
abe6d90c
JM
98552014-03-12 Joseph Myers <joseph@codesourcery.com>
9856
9857 [BZ #16642]
9858 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9859 (__ASSUME_PSELECT): Undefine.
9860
dd3946c6
AZ
98612014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9862
9863 [BZ #16689]
9864 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9865 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9866 static build.
9867 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9868 selector for static builds.
9869
c44496df
SP
98702014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
9871
9872 [BZ #16695]
9873 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9874 key in the buffer.
9875
27c7220a
AZ
98762014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9877
57f41c40
AS
9878 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9879 IFUNC selector for static builds.
27c7220a 9880
600fa361
JM
98812014-03-11 Joseph Myers <joseph@codesourcery.com>
9882
76c96cf7
JM
9883 * sysdeps/mips/math_private.h [__mips_hard_float]
9884 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9885 libc_feresetround_mips_ctx.
9886 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9887 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9888 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9889
600fa361
JM
9890 [BZ #16677]
9891 * math/s_nextafter.c (__nextafter): Do not return value from
9892 overflowing computation.
9893 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9894 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9895 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9896 Likewise.
9897 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9898 Likewise.
9899 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9900 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9901
d7706c32
RM
99022014-03-11 Roland McGrath <roland@hack.frob.com>
9903
9904 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9905 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9906 Move sfi_sp use from the load-multiple (that no longer sets sp) to
9907 the new mov targetting sp.
9908
4facea47
AZ
99092014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9910
9911 [BZ #16683]
9912 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9913 Define it for static builds as well.
9914 (NO_BZERO_IMPL): Likewise.
9915
e65caf1f
VR
99162014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9917
9918 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9919 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9920 multiarch strspn for PPC64.
9921 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9922 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9923 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9924 (__libc_ifunc_impl_list): Likewise.
9925 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9926 multiarch optimizations
9927 * string/strspn.c (strspn): Using macro to redefine symbol name.
9928
ba9cc071
AZ
99292014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9930 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9931
9932 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9933 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9934 multiarch strncat for PPC64.
9935 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9936 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9937 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9938 (__libc_ifunc_impl_list): Likewise.
9939 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9940 multiarch optimizations
9941
8b4ff974
SP
99422014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9943
9944 [BZ #16639]
9945 * nscd/nscd.service: Make service type forking.
9946
54b46a4b
AZ
99472014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9948
9949 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9950 sign in non default rounding modes.
9951 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9952
e9996ef7
JM
99532014-03-08 Joseph Myers <joseph@codesourcery.com>
9954
9955 * math/libm-test.inc (ALL_RM_TEST): New macro.
9956 (ceil_test): Use ALL_RM_TEST.
9957 (cimag_test): Likewise.
9958 (conj_test): Likewise.
9959 (copysign_test): Likewise.
9960 (cproj_test): Likewise.
9961 (creal_test): Likewise.
9962 (fabs_test): Likewise.
9963 (floor_test): Likewise.
9964 (fmax_test): Likewise.
9965 (fmin_test): Likewise.
9966 (fmod_test): Likewise.
9967 (fpclassify_test): Likewise.
9968 (frexp_test): Likewise.
9969 (ilogb_test): Likewise.
9970 (isfinite_test): Likewise.
9971 (finite_test): Likewise.
9972 (isgreater_test): Likewise.
9973 (isgreaterequal_test): Likewise.
9974 (isinf_test): Likewise.
9975 (isless_test): Likewise.
9976 (islessequal_test): Likewise.
9977 (islessgreater_test): Likewise.
9978 (isnan_test): Likewise.
9979 (isnormal_test): Likewise.
9980 (issignaling_test): Likewise.
9981 (isunordered_test): Likewise.
9982 (logb_test): Likewise.
9983 (logb_downward_test_data): Remove.
9984 (logb_test_downward): Likewise.
9985 (lround_test): Use ALL_RM_TEST.
9986 (llround_test): Likewise.
9987 (modf_test): Likewise.
9988 (nexttoward_test): Likewise.
9989 (remainder_test): Likewise.
9990 (drem_test): Likewise.
9991 (remainder_tonearest_test_data): Likewise.
9992 (remainder_test_tonearest): Likewise.
9993 (drem_test_tonearest): Likewise.
9994 (remainder_towardzero_test_data): Likewise.
9995 (remainder_test_towardzero): Likewise.
9996 (drem_test_towardzero): Likewise.
9997 (remainder_downward_test_data): Likewise.
9998 (remainder_test_downward): Likewise.
9999 (drem_test_downward): Likewise.
10000 (remainder_upward_test_data): Likewise.
10001 (remainder_test_upward): Likewise.
10002 (drem_test_upward): Likewise.
10003 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
10004 (round_test): Use ALL_RM_TEST.
10005 (signbit_test): Likewise.
10006 (trunc_test): Likewise.
10007 (significand_test): Likewise.
10008 (main): Don't call removed functions.
10009
bc61d27c
JM
100102014-03-07 Joseph Myers <joseph@codesourcery.com>
10011
5c780849
JM
10012 [BZ #16674]
10013 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
10014 || __USE_XOPEN2K8].
10015 (ILL_ILLOPN): Likewise.
10016 (ILL_ILLADR): Likewise.
10017 (ILL_ILLTRP): Likewise.
10018 (ILL_PRVOPC): Likewise.
10019 (ILL_PRVREG): Likewise.
10020 (ILL_COPROC): Likewise.
10021 (ILL_BADSTK): Likewise.
10022 (FPE_INTDIV): Likewise.
10023 (FPE_INTOVF): Likewise.
10024 (FPE_FLTDIV): Likewise.
10025 (FPE_FLTOVF): Likewise.
10026 (FPE_FLTUND): Likewise.
10027 (FPE_FLTRES): Likewise.
10028 (FPE_FLTINV): Likewise.
10029 (FPE_FLTSUB): Likewise.
10030 (SEGV_MAPERR): Likewise.
10031 (SEGV_ACCERR): Likewise.
10032 (BUS_ADRALN): Likewise.
10033 (BUS_ADRERR): Likewise.
10034 (BUS_OBJERR): Likewise.
10035 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10036 (TRAP_TRACE): Likewise.
10037 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10038 __USE_XOPEN2K8].
10039 (CLD_KILLED): Likewise.
10040 (CLD_DUMPED): Likewise.
10041 (CLD_TRAPPED): Likewise.
10042 (CLD_STOPPED): Likewise.
10043 (CLD_CONTINUED): Likewise.
10044 (POLL_IN): Likewise.
10045 (POLL_OUT): Likewise.
10046 (POLL_MSG): Likewise.
10047 (POLL_ERR): Likewise.
10048 (POLL_PRI): Likewise.
10049 (POLL_HUP): Likewise.
10050 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
10051 Likewise.
10052 (ILL_ILLOPN): Likewise.
10053 (ILL_ILLADR): Likewise.
10054 (ILL_ILLTRP): Likewise.
10055 (ILL_PRVOPC): Likewise.
10056 (ILL_PRVREG): Likewise.
10057 (ILL_COPROC): Likewise.
10058 (ILL_BADSTK): Likewise.
10059 (FPE_INTDIV): Likewise.
10060 (FPE_INTOVF): Likewise.
10061 (FPE_FLTDIV): Likewise.
10062 (FPE_FLTOVF): Likewise.
10063 (FPE_FLTUND): Likewise.
10064 (FPE_FLTRES): Likewise.
10065 (FPE_FLTINV): Likewise.
10066 (FPE_FLTSUB): Likewise.
10067 (SEGV_MAPERR): Likewise.
10068 (SEGV_ACCERR): Likewise.
10069 (BUS_ADRALN): Likewise.
10070 (BUS_ADRERR): Likewise.
10071 (BUS_OBJERR): Likewise.
10072 (BUS_MCEERR_AR): Likewise.
10073 (BUS_MCEERR_AO): Likewise.
10074 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10075 (TRAP_TRACE): Likewise.
10076 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10077 __USE_XOPEN2K8].
10078 (CLD_KILLED): Likewise.
10079 (CLD_DUMPED): Likewise.
10080 (CLD_TRAPPED): Likewise.
10081 (CLD_STOPPED): Likewise.
10082 (CLD_CONTINUED): Likewise.
10083 (POLL_IN): Likewise.
10084 (POLL_OUT): Likewise.
10085 (POLL_MSG): Likewise.
10086 (POLL_ERR): Likewise.
10087 (POLL_PRI): Likewise.
10088 (POLL_HUP): Likewise.
10089 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
10090 (ILL_ILLOPN): Likewise.
10091 (ILL_ILLADR): Likewise.
10092 (ILL_ILLTRP): Likewise.
10093 (ILL_PRVOPC): Likewise.
10094 (ILL_PRVREG): Likewise.
10095 (ILL_COPROC): Likewise.
10096 (ILL_BADSTK): Likewise.
10097 (FPE_INTDIV): Likewise.
10098 (FPE_INTOVF): Likewise.
10099 (FPE_FLTDIV): Likewise.
10100 (FPE_FLTOVF): Likewise.
10101 (FPE_FLTUND): Likewise.
10102 (FPE_FLTRES): Likewise.
10103 (FPE_FLTINV): Likewise.
10104 (FPE_FLTSUB): Likewise.
10105 (SEGV_MAPERR): Likewise.
10106 (SEGV_ACCERR): Likewise.
10107 (BUS_ADRALN): Likewise.
10108 (BUS_ADRERR): Likewise.
10109 (BUS_OBJERR): Likewise.
10110 (BUS_MCEERR_AR): Likewise.
10111 (BUS_MCEERR_AO): Likewise.
10112 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10113 (TRAP_TRACE): Likewise.
10114 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10115 __USE_XOPEN2K8].
10116 (CLD_KILLED): Likewise.
10117 (CLD_DUMPED): Likewise.
10118 (CLD_TRAPPED): Likewise.
10119 (CLD_STOPPED): Likewise.
10120 (CLD_CONTINUED): Likewise.
10121 (POLL_IN): Likewise.
10122 (POLL_OUT): Likewise.
10123 (POLL_MSG): Likewise.
10124 (POLL_ERR): Likewise.
10125 (POLL_PRI): Likewise.
10126 (POLL_HUP): Likewise.
10127 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
10128 Likewise.
10129 (ILL_ILLOPN): Likewise.
10130 (ILL_ILLADR): Likewise.
10131 (ILL_ILLTRP): Likewise.
10132 (ILL_PRVOPC): Likewise.
10133 (ILL_PRVREG): Likewise.
10134 (ILL_COPROC): Likewise.
10135 (ILL_BADSTK): Likewise.
10136 (ILL_BADIADDR): Likewise.
10137 (ILL_BREAK): Likewise.
10138 (FPE_INTDIV): Likewise.
10139 (FPE_INTOVF): Likewise.
10140 (FPE_FLTDIV): Likewise.
10141 (FPE_FLTOVF): Likewise.
10142 (FPE_FLTUND): Likewise.
10143 (FPE_FLTRES): Likewise.
10144 (FPE_FLTINV): Likewise.
10145 (FPE_FLTSUB): Likewise.
10146 (FPE_DECOVF): Likewise.
10147 (FPE_DECDIV): Likewise.
10148 (FPE_DECERR): Likewise.
10149 (FPE_INVASC): Likewise.
10150 (FPE_INVDEC): Likewise.
10151 (SEGV_MAPERR): Likewise.
10152 (SEGV_ACCERR): Likewise.
10153 (SEGV_PSTKOVF): Likewise.
10154 (BUS_ADRALN): Likewise.
10155 (BUS_ADRERR): Likewise.
10156 (BUS_OBJERR): Likewise.
10157 (BUS_MCEERR_AR): Likewise.
10158 (BUS_MCEERR_AO): Likewise.
10159 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10160 (TRAP_TRACE): Likewise.
10161 (TRAP_BRANCH): Likewise.
10162 (TRAP_HWBKPT): Likewise.
10163 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10164 __USE_XOPEN2K8].
10165 (CLD_KILLED): Likewise.
10166 (CLD_DUMPED): Likewise.
10167 (CLD_TRAPPED): Likewise.
10168 (CLD_STOPPED): Likewise.
10169 (CLD_CONTINUED): Likewise.
10170 (POLL_IN): Likewise.
10171 (POLL_OUT): Likewise.
10172 (POLL_MSG): Likewise.
10173 (POLL_ERR): Likewise.
10174 (POLL_PRI): Likewise.
10175 (POLL_HUP): Likewise.
10176 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
10177 (ILL_ILLOPN): Likewise.
10178 (ILL_ILLADR): Likewise.
10179 (ILL_ILLTRP): Likewise.
10180 (ILL_PRVOPC): Likewise.
10181 (ILL_PRVREG): Likewise.
10182 (ILL_COPROC): Likewise.
10183 (ILL_BADSTK): Likewise.
10184 (FPE_INTDIV): Likewise.
10185 (FPE_INTOVF): Likewise.
10186 (FPE_FLTDIV): Likewise.
10187 (FPE_FLTOVF): Likewise.
10188 (FPE_FLTUND): Likewise.
10189 (FPE_FLTRES): Likewise.
10190 (FPE_FLTINV): Likewise.
10191 (FPE_FLTSUB): Likewise.
10192 (SEGV_MAPERR): Likewise.
10193 (SEGV_ACCERR): Likewise.
10194 (BUS_ADRALN): Likewise.
10195 (BUS_ADRERR): Likewise.
10196 (BUS_OBJERR): Likewise.
10197 (BUS_MCEERR_AR): Likewise.
10198 (BUS_MCEERR_AO): Likewise.
10199 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10200 (TRAP_TRACE): Likewise.
10201 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10202 __USE_XOPEN2K8].
10203 (CLD_KILLED): Likewise.
10204 (CLD_DUMPED): Likewise.
10205 (CLD_TRAPPED): Likewise.
10206 (CLD_STOPPED): Likewise.
10207 (CLD_CONTINUED): Likewise.
10208 (POLL_IN): Likewise.
10209 (POLL_OUT): Likewise.
10210 (POLL_MSG): Likewise.
10211 (POLL_ERR): Likewise.
10212 (POLL_PRI): Likewise.
10213 (POLL_HUP): Likewise.
10214 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
10215 (ILL_ILLOPN): Likewise.
10216 (ILL_ILLADR): Likewise.
10217 (ILL_ILLTRP): Likewise.
10218 (ILL_PRVOPC): Likewise.
10219 (ILL_PRVREG): Likewise.
10220 (ILL_COPROC): Likewise.
10221 (ILL_BADSTK): Likewise.
10222 (FPE_INTDIV): Likewise.
10223 (FPE_INTOVF): Likewise.
10224 (FPE_FLTDIV): Likewise.
10225 (FPE_FLTOVF): Likewise.
10226 (FPE_FLTUND): Likewise.
10227 (FPE_FLTRES): Likewise.
10228 (FPE_FLTINV): Likewise.
10229 (FPE_FLTSUB): Likewise.
10230 (SEGV_MAPERR): Likewise.
10231 (SEGV_ACCERR): Likewise.
10232 (BUS_ADRALN): Likewise.
10233 (BUS_ADRERR): Likewise.
10234 (BUS_OBJERR): Likewise.
10235 (BUS_MCEERR_AR): Likewise.
10236 (BUS_MCEERR_AO): Likewise.
10237 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10238 (TRAP_TRACE): Likewise.
10239 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10240 __USE_XOPEN2K8].
10241 (CLD_KILLED): Likewise.
10242 (CLD_DUMPED): Likewise.
10243 (CLD_TRAPPED): Likewise.
10244 (CLD_STOPPED): Likewise.
10245 (CLD_CONTINUED): Likewise.
10246 (POLL_IN): Likewise.
10247 (POLL_OUT): Likewise.
10248 (POLL_MSG): Likewise.
10249 (POLL_ERR): Likewise.
10250 (POLL_PRI): Likewise.
10251 (POLL_HUP): Likewise.
10252 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
10253 (ILL_ILLOPN): Likewise.
10254 (ILL_ILLADR): Likewise.
10255 (ILL_ILLTRP): Likewise.
10256 (ILL_PRVOPC): Likewise.
10257 (ILL_PRVREG): Likewise.
10258 (ILL_COPROC): Likewise.
10259 (ILL_BADSTK): Likewise.
10260 (FPE_INTDIV): Likewise.
10261 (FPE_INTOVF): Likewise.
10262 (FPE_FLTDIV): Likewise.
10263 (FPE_FLTOVF): Likewise.
10264 (FPE_FLTUND): Likewise.
10265 (FPE_FLTRES): Likewise.
10266 (FPE_FLTINV): Likewise.
10267 (FPE_FLTSUB): Likewise.
10268 (SEGV_MAPERR): Likewise.
10269 (SEGV_ACCERR): Likewise.
10270 (BUS_ADRALN): Likewise.
10271 (BUS_ADRERR): Likewise.
10272 (BUS_OBJERR): Likewise.
10273 (BUS_MCEERR_AR): Likewise.
10274 (BUS_MCEERR_AO): Likewise.
10275 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10276 (TRAP_TRACE): Likewise.
10277 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10278 __USE_XOPEN2K8].
10279 (CLD_KILLED): Likewise.
10280 (CLD_DUMPED): Likewise.
10281 (CLD_TRAPPED): Likewise.
10282 (CLD_STOPPED): Likewise.
10283 (CLD_CONTINUED): Likewise.
10284 (POLL_IN): Likewise.
10285 (POLL_OUT): Likewise.
10286 (POLL_MSG): Likewise.
10287 (POLL_ERR): Likewise.
10288 (POLL_PRI): Likewise.
10289 (POLL_HUP): Likewise.
10290 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
10291 (ILL_ILLOPN): Likewise.
10292 (ILL_ILLADR): Likewise.
10293 (ILL_ILLTRP): Likewise.
10294 (ILL_PRVOPC): Likewise.
10295 (ILL_PRVREG): Likewise.
10296 (ILL_COPROC): Likewise.
10297 (ILL_BADSTK): Likewise.
10298 (ILL_DBLFLT): Likewise.
10299 (ILL_HARDWALL): Likewise.
10300 (FPE_INTDIV): Likewise.
10301 (FPE_INTOVF): Likewise.
10302 (FPE_FLTDIV): Likewise.
10303 (FPE_FLTOVF): Likewise.
10304 (FPE_FLTUND): Likewise.
10305 (FPE_FLTRES): Likewise.
10306 (FPE_FLTINV): Likewise.
10307 (FPE_FLTSUB): Likewise.
10308 (SEGV_MAPERR): Likewise.
10309 (SEGV_ACCERR): Likewise.
10310 (BUS_ADRALN): Likewise.
10311 (BUS_ADRERR): Likewise.
10312 (BUS_OBJERR): Likewise.
10313 (BUS_MCEERR_AR): Likewise.
10314 (BUS_MCEERR_AO): Likewise.
10315 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10316 (TRAP_TRACE): Likewise.
10317 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10318 __USE_XOPEN2K8].
10319 (CLD_KILLED): Likewise.
10320 (CLD_DUMPED): Likewise.
10321 (CLD_TRAPPED): Likewise.
10322 (CLD_STOPPED): Likewise.
10323 (CLD_CONTINUED): Likewise.
10324 (POLL_IN): Likewise.
10325 (POLL_OUT): Likewise.
10326 (POLL_MSG): Likewise.
10327 (POLL_ERR): Likewise.
10328 (POLL_PRI): Likewise.
10329 (POLL_HUP): Likewise.
10330 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
10331 (ILL_ILLOPN): Likewise.
10332 (ILL_ILLADR): Likewise.
10333 (ILL_ILLTRP): Likewise.
10334 (ILL_PRVOPC): Likewise.
10335 (ILL_PRVREG): Likewise.
10336 (ILL_COPROC): Likewise.
10337 (ILL_BADSTK): Likewise.
10338 (FPE_INTDIV): Likewise.
10339 (FPE_INTOVF): Likewise.
10340 (FPE_FLTDIV): Likewise.
10341 (FPE_FLTOVF): Likewise.
10342 (FPE_FLTUND): Likewise.
10343 (FPE_FLTRES): Likewise.
10344 (FPE_FLTINV): Likewise.
10345 (FPE_FLTSUB): Likewise.
10346 (SEGV_MAPERR): Likewise.
10347 (SEGV_ACCERR): Likewise.
10348 (BUS_ADRALN): Likewise.
10349 (BUS_ADRERR): Likewise.
10350 (BUS_OBJERR): Likewise.
10351 (BUS_MCEERR_AR): Likewise.
10352 (BUS_MCEERR_AO): Likewise.
10353 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10354 (TRAP_TRACE): Likewise.
10355 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10356 __USE_XOPEN2K8].
10357 (CLD_KILLED): Likewise.
10358 (CLD_DUMPED): Likewise.
10359 (CLD_TRAPPED): Likewise.
10360 (CLD_STOPPED): Likewise.
10361 (CLD_CONTINUED): Likewise.
10362 (POLL_IN): Likewise.
10363 (POLL_OUT): Likewise.
10364 (POLL_MSG): Likewise.
10365 (POLL_ERR): Likewise.
10366 (POLL_PRI): Likewise.
10367 (POLL_HUP): Likewise.
10368 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
10369 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10370
bc61d27c
JM
10371 [BZ #16670]
10372 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
10373 before #include of <time.h>.
10374 [!__USE_XOPEN2K] (__need_timespec): Likewise.
10375 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
10376 (test-xfail-UNIX98/sched.h/conform): Likewise.
10377
302949e2
MS
103782014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10379
10380 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
10381 error absence of trapping exception support.
10382 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10383
a00f522a
JM
103842014-03-07 Joseph Myers <joseph@codesourcery.com>
10385
6f99f280
JM
10386 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
10387 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
10388 * timezone/Makefile (testdata): Move definition above include of
10389 Rules.
10390 (test-zones): New variable.
10391 (tests-special): Add zone files.
10392 (build-testdata): Use $(evaluate-test).
10393
0b20a9e8
JM
10394 * elf/Makefile (tests-special): Rename tests to end with .out.
10395 ($(objpfx)noload-mem): Likewise.
10396 ($(objpfx)tst-leaks1-mem): Likewise.
10397 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
10398 * iconv/Makefile (xtests-special): Change test-iconvconfig to
10399 $(objpfx)test-iconvconfig.out.
10400 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
10401 set -e inside subshell and redirect output to file.
10402 * iconvdata/Makefile (generated): Rename tests to end with .out.
10403 Correct type.
10404 (tests-special): Rename tests to end with .out.
10405 ($(objpfx)mtrace-tst-loading): Likewise.
10406 * intl/Makefile (generated): Likewise.
10407 (tests-special): Likewise.
10408 ($(objpfx)mtrace-tst-gettext): Likewise.
10409 * misc/Makefile (generated): Likewise.
10410 (tests-special): Likewise.
10411 ($(objpfx)tst-error1-mem): Likewise.
10412 * nptl/Makefile (tests-special): Likewise.
10413 ($(objpfx)tst-stack3-mem): Likewise.
10414 (generated): Likewise.
10415 * posix/Makefile (generated): Likewise.
10416 (tests-special): Likewise.
10417 (xtests-special): Likewise.
10418 ($(objpfx)tst-fnmatch-mem): Likewise.
10419 ($(objpfx)bug-regex2-mem): Likewise.
10420 ($(objpfx)bug-regex14-mem): Likewise.
10421 ($(objpfx)bug-regex21-mem): Likewise.
10422 ($(objpfx)bug-regex31-mem): Likewise.
10423 ($(objpfx)tst-vfork3-mem): Likewise.
10424 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10425 ($(objpfx)tst-pcre-mem): Likewise.
10426 ($(objpfx)tst-boost-mem): Likewise.
10427 ($(objpfx)bug-ga2-mem): Likewise.
10428 ($(objpfx)bug-glob2-mem): Likewise.
10429 * resolv/Makefile (generate): Likewise.
10430 (tests-special): Likewise.
10431 (xtests-special): Likewise.
10432 (generated): Likewise.
10433 ($(objpfx)mtrace-tst-leaks): Likewise.
10434 ($(objpfx)mtrace-tst-leaks2): Likewise.
10435
265d52ab
JM
10436 * scripts/merge-test-results.sh: New file.
10437 * Makefile (tests-special-notdir): New variable.
10438 (tests): Run merge-test-results.sh.
10439 (xtests): Likewise.
10440 * Rules (tests-special-notdir): New variable.
10441 (xtests-special-notdir): Likewise.
10442 (tests): Run merge-test-results.sh
10443 (xtests): Likewise.
10444
54ee292d
JM
10445 * Makeconfig (test-xfail-name): New variable.
10446 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10447 compute variable name for expected failures.
10448 * conform/Makefile (conformtest-headers-data): New variable.
10449 (conformtest-standards): Likewise.
10450 (conformtest-headers-ISO): Likewise.
10451 (conformtest-headers-ISO99): Likewise.
10452 (conformtest-headers-ISO11): Likewise.
10453 (conformtest-headers-POSIX): Likewise.
10454 (conformtest-headers-XPG3): Likewise.
10455 (conformtest-headers-XPG4): Likewise.
10456 (conformtest-headers-UNIX98): Likewise.
10457 (conformtest-headers-XOPEN2K): Likewise.
10458 (conformtest-headers-POSIX2008): Likewise.
10459 (conformtest-headers-XOPEN2K8): Likewise.
10460 (conformtest-header-list-base): Likewise.
10461 (conformtest-header-list-tests): Likewise.
10462 (conformtest-header-base): Likewise.
10463 (conformtest-header-tests): Likewise.
10464 (tests-special): Add $(conformtest-header-list-tests). If
10465 [$(fast-check) && !$(cross-compiling)], add
10466 $(conformtest-header-tests) instead of
10467 $(objpfx)run-conformtest.out.
10468 (generated): Add $(conformtest-header-list-base). If
10469 [$(fast-check) && !$(cross-compiling)], add
10470 $(conformtest-header-base). Remove previous setting.
10471 ($(conformtest-header-list-tests)): New target.
10472 (test-xfail-run-conformtest): Remove variable.
10473 ($(objpfx)run-conformtest.out): Remove target.
10474 (test-xfail-ISO11/complex.h/conform): New variable.
10475 (test-xfail-ISO11/stdalign.h/conform): Likewise.
10476 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10477 (test-xfail-XPG3/varargs.h/conform): Likewise.
10478 (test-xfail-XPG4/varargs.h/conform): Likewise.
10479 (test-xfail-UNIX98/varargs.h/conform): Likewise.
10480 (test-xfail-XPG4/ndbm.h/conform): Likewise.
10481 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10482 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10483 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10484 (test-xfail-XPG3/fcntl.h/conform): Likewise.
10485 (test-xfail-XPG3/ftw.h/conform): Likewise.
10486 (test-xfail-XPG3/grp.h/conform): Likewise.
10487 (test-xfail-XPG3/langinfo.h/conform): Likewise.
10488 (test-xfail-XPG3/limits.h/conform): Likewise.
10489 (test-xfail-XPG3/pwd.h/conform): Likewise.
10490 (test-xfail-XPG3/search.h/conform): Likewise.
10491 (test-xfail-XPG3/signal.h/conform): Likewise.
10492 (test-xfail-XPG3/stdio.h/conform): Likewise.
10493 (test-xfail-XPG3/stdlib.h/conform): Likewise.
10494 (test-xfail-XPG3/string.h/conform): Likewise.
10495 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10496 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10497 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10498 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10499 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10500 (test-xfail-XPG3/sys/types.h/conform): Likewise.
10501 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10502 (test-xfail-XPG3/termios.h/conform): Likewise.
10503 (test-xfail-XPG3/time.h/conform): Likewise.
10504 (test-xfail-XPG3/unistd.h/conform): Likewise.
10505 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10506 (test-xfail-XPG4/fcntl.h/conform): Likewise.
10507 (test-xfail-XPG4/langinfo.h/conform): Likewise.
10508 (test-xfail-XPG4/netdb.h/conform): Likewise.
10509 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10510 (test-xfail-XPG4/signal.h/conform): Likewise.
10511 (test-xfail-XPG4/stdio.h/conform): Likewise.
10512 (test-xfail-XPG4/stdlib.h/conform): Likewise.
10513 (test-xfail-XPG4/stropts.h/conform): Likewise.
10514 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10515 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10516 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10517 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10518 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10519 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10520 (test-xfail-XPG4/sys/time.h/conform): Likewise.
10521 (test-xfail-XPG4/sys/types.h/conform): Likewise.
10522 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10523 (test-xfail-XPG4/termios.h/conform): Likewise.
10524 (test-xfail-XPG4/ucontext.h/conform): Likewise.
10525 (test-xfail-XPG4/unistd.h/conform): Likewise.
10526 (test-xfail-XPG4/utmpx.h/conform): Likewise.
10527 (test-xfail-POSIX/sched.h/conform): Likewise.
10528 (test-xfail-POSIX/signal.h/conform): Likewise.
10529 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10530 (test-xfail-POSIX/tar.h/conform): Likewise.
10531 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10532 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10533 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10534 (test-xfail-UNIX98/netdb.h/conform): Likewise.
10535 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10536 (test-xfail-UNIX98/sched.h/conform): Likewise.
10537 (test-xfail-UNIX98/signal.h/conform): Likewise.
10538 (test-xfail-UNIX98/stdio.h/conform): Likewise.
10539 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10540 (test-xfail-UNIX98/stropts.h/conform): Likewise.
10541 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10542 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10543 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10544 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10545 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10546 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10547 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10548 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10549 (test-xfail-UNIX98/unistd.h/conform): Likewise.
10550 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10551 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10552 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10553 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10554 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10555 (test-xfail-XOPEN2K/math.h/conform): Likewise.
10556 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10557 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10558 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10559 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10560 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10561 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10562 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10563 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10564 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10565 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10566 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10567 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10568 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10569 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10570 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10571 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10572 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10573 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10574 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10575 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10576 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10577 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10578 (test-xfail-POSIX2008/signal.h/conform): Likewise.
10579 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10580 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10581 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10582 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10583 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10584 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10585 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10586 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10587 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10588 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10589 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10590 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10591 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10592 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10593 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10594 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10595 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10596 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10597 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10598 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10599 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10600 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10601 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10602 (conformtest-cc-flags): Likewise.
10603 ($(conformtest-header-tests): New target.
10604 * conform/check-header-lists.sh: New file.
10605 * conform/run-conformtest.sh: Remove.
10606
a00f522a
JM
10607 * conform/conformtest.pl: Allow ' and \ in values given for
10608 constants.
10609 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10610 inclusion.
10611 [POSIX] (sys/types.h): Likewise.
10612 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10613 inclusion.
10614 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10615 inclusion.
10616 * conform/data/signal.h-data (SIGIO): Remove expectation.
10617 [XPG3] (SIGBUS): Do not expect.
10618 [POSIX || XPG3] (SIGPOLL): Likewise.
10619 [POSIX || XPG3] (SIGPROF): Likewise.
10620 [POSIX || XPG3] (SIGSYS): Likewise.
10621 [XPG3] (SIGTRAP): Likewise.
10622 [POSIX || XPG3] (SIGURG): Likewise.
10623 [POSIX || XPG3] (SIGVTALRM): Likewise.
10624 [POSIX || XPG3] (SIGXCPU): Likewise.
10625 [POSIX || XPG3] (SIGXFSZ): Likewise.
10626 [POSIX] (SA_SIGINFO): Expect.
10627 [XPG3] (siginfo_t): Do not expect type or contents.
10628 [POSIX] (si_pid): Do not expect element.
10629 [POSIX] (si_uid): Likewise.
10630 [POSIX] (si_addr): Likewise.
10631 [POSIX] (si_status): Likewise.
10632 [POSIX] (si_band): Likewise.
10633 [XPG4] (si_value): Likewise.
10634 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10635 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10636 [POSIX || XPG3] (ILL_ILLADR): Likewise.
10637 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10638 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10639 [POSIX || XPG3] (ILL_PRVREG): Likewise.
10640 [POSIX || XPG3] (ILL_COPROC): Likewise.
10641 [POSIX || XPG3] (ILL_BADSTK): Likewise.
10642 [POSIX || XPG3] (FPE_INTDIV): Likewise.
10643 [POSIX || XPG3] (FPE_INTOVF): Likewise.
10644 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10645 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10646 [POSIX || XPG3] (FPE_FLTUND): Likewise.
10647 [POSIX || XPG3] (FPE_FLTRES): Likewise.
10648 [POSIX || XPG3] (FPE_FLTINV): Likewise.
10649 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10650 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10651 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10652 [POSIX || XPG3] (BUS_ADRALN): Likewise.
10653 [POSIX || XPG3] (BUS_ADRERR): Likewise.
10654 [POSIX || XPG3] (BUS_OBJERR): Likewise.
10655 [POSIX || XPG3] (CLD_EXITED): Likewise.
10656 [POSIX || XPG3] (CLD_KILLED): Likewise.
10657 [POSIX || XPG3] (CLD_DUMPED): Likewise.
10658 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10659 [POSIX || XPG3] (CLD_STOPPED): Likewise.
10660 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10661 [POSIX || XPG3] (POLL_IN): Likewise.
10662 [POSIX || XPG3] (POLL_OUT): Likewise.
10663 [POSIX || XPG3] (POLL_MSG): Likewise.
10664 [POSIX || XPG3] (POLL_ERR): Likewise.
10665 [POSIX || XPG3] (POLL_PRI): Likewise.
10666 [POSIX || XPG3] (POLL_HUP): Likewise.
10667 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10668 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10669 (SIG*): Do not allow.
10670 [XPG3] (si_*): Likewise.
10671 [XPG3] (SI_*): Likewise.
10672 [XPG3 || XPG4] (sigev_*): Likewise.
10673 [XPG3 || XPG4] (SIGEV_*): Likewise.
10674 [XPG3 || XPG4] (sival_*): Likewise.
10675 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10676 [POSIX || XPG3] (BUS_*): Likewise.
10677 [POSIX || XPG3] (CLD_*): Likewise.
10678 [POSIX || XPG3] (FPE_*): Likewise.
10679 [POSIX || XPG3] (ILL_*): Likewise.
10680 [POSIX || XPG3] (POLL_*): Likewise.
10681 [POSIX || XPG3] (SEGV_*): Likewise.
10682 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10683 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10684 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10685 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10686 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10687 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10688 Specify type and value.
10689 (TVERSLEN): Likewise.
10690 (REGTYPE): Likewise.
10691 (AREGTYPE): Likewise.
10692 (LNKTYPE): Likewise.
10693 (SYMTYPE): Likewise.
10694 (CHRTYPE): Likewise.
10695 (BLKTYPE): Likewise.
10696 (DIRTYPE): Likewise.
10697 (FIFOTYPE): Likewise.
10698 (CONTTYPE): Likewise.
10699 (TSUID): Likewise.
10700 (TSGID): Likewise.
10701 (TSVTX): Likewise.
10702 (TUREAD): Likewise.
10703 (TUWRITE): Likewise.
10704 (TUEXEC): Likewise.
10705 (TGREAD): Likewise.
10706 (TGWRITE): Likewise.
10707 (TGEXEC): Likewise.
10708 (TOREAD): Likewise.
10709 (TOWRITE): Likewise.
10710 (TOEXEC): Likewise.
10711 [POSIX] (TSVTX): Expect constant.
10712
aa97dee1
JM
107132014-03-06 Joseph Myers <joseph@codesourcery.com>
10714
f214606a
JM
10715 * Makefile (tests): Change dependencies to ....
10716 (tests-special): ... additions to this variable.
10717 (tests): Depend on $(tests-special).
10718 * Makerules (check-abi-list): New variable.
10719 (check-abi): Depend on $(check-abi-list).
10720 [$(subdir) = elf] (tests-special): Add
10721 $(objpfx)check-abi-libc.out.
10722 [$(build-shared) = yes && subdir] (tests-special): Add
10723 $(check-abi-list).
10724 [$(build-shared) = yes && subdir] (tests): Do not depend on
10725 check-abi.
10726 * Rules (tests): Depend on $(tests-special).
10727 (xtests): Depend on $(xtests-special).
10728 * catgets/Makefile (tests): Change dependencies to ....
10729 (tests-special): ... additions to this variable.
10730 * conform/Makefile (tests): Change dependencies to ....
10731 (tests-special): ... additions to this variable.
10732 * elf/Makefile (tests): Change dependencies to ....
10733 (tests-special): ... additions to this variable.
10734 * grp/Makefile (tests): Change dependencies to ....
10735 (tests-special): ... additions to this variable.
10736 * iconv/Makefile (xtests): Change dependencies to ....
10737 (xtests-special): ... additions to this variable.
10738 * iconvdata/Makefile (tests): Change dependencies to ....
10739 (tests-special): ... additions to this variable.
10740 * intl/Makefile (tests): Change dependencies to ....
10741 (tests-special): ... additions to this variable. Also add
10742 $(objpfx)tst-gettext.out.
10743 * io/Makefile (tests): Change dependencies to ....
10744 (tests-special): ... additions to this variable.
10745 * libio/Makefile (tests): Change dependencies to ....
10746 (tests-special): ... additions to this variable.
10747 * malloc/Makefile (tests): Change dependencies to ....
10748 (tests-special): ... additions to this variable.
10749 * misc/Makefile (tests): Change dependencies to ....
10750 (tests-special): ... additions to this variable.
10751 * nptl/Makefile (tests): Change dependencies to ....
10752 (tests-special): ... additions to this variable.
10753 * nptl_db/Makefile (tests): Change dependencies to ....
10754 (tests-special): ... additions to this variable.
10755 * posix/Makefile (tests): Change dependencies to ....
10756 (tests-special): ... additions to this variable.
10757 (xtests): Change dependencies to ....
10758 (xtests-special): ... additions to this variable.
10759 * resolv/Makefile (tests): Change dependencies to ....
10760 (tests-special): ... additions to this variable.
10761 (xtests): Change dependencies to ....
10762 (xtests-special): ... additions to this variable.
10763 * stdio-common/Makefile (tests): Change dependencies to ....
10764 (tests-special): ... additions to this variable.
10765 (do-tst-unbputc): Remove target.
10766 (do-tst-printf): Likewise.
10767 * stdlib/Makefile (tests): Change dependencies to ....
10768 (tests-special): ... additions to this variable.
10769 * string/Makefile (tests): Change dependencies to ....
10770 (tests-special): ... additions to this variable.
10771 * sysdeps/x86/Makefile (tests): Change dependencies to ....
10772 (tests-special): ... additions to this variable.
10773
81700b53
JM
10774 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10775 whole file.
10776 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10777 whole file.
10778 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10779 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10780
2ea18461
JM
10781 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10782 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10783 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10784 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10785 * conform/data/libgen.h-data [XPG3]: Likewise.
10786 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10787 * conform/data/ndbm.h-data [XPG3]: Likewise.
10788 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10789 * conform/data/netdb.h-data [XPG3]: Likewise.
10790 * conform/data/netinet/in.h-data [XPG3]: Likewise.
10791 * conform/data/poll.h-data [XPG3]: Likewise.
10792 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10793 * conform/data/strings.h-data [XPG3]: Likewise.
10794 * conform/data/stropts.h-data [XPG3]: Likewise.
10795 * conform/data/sys/mman.h-data [XPG3]: Likewise.
10796 * conform/data/sys/resource.h-data [XPG3]: Likewise.
10797 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10798 Likewise.
10799 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10800 * conform/data/sys/time.h-data [XPG3]: Likewise.
10801 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10802 * conform/data/sys/uio.h-data [XPG3]: Likewise.
10803 * conform/data/sys/un.h-data [XPG3]: Likewise.
10804 * conform/data/syslog.h-data [XPG3]: Likewise.
10805 * conform/data/ucontext.h-data [XPG3]: Likewise.
10806 * conform/data/utmpx.h-data [XPG3]: Likewise.
10807 * conform/data/varargs.h-data [UNIX98]: Enable file.
10808
355bc986
JM
10809 * manual/Makefile (INSTALL_INFO): Remove variable setting.
10810
215db402
JM
10811 * math/libm-test.inc (struct test_f_f_data): Move expected results
10812 into structure for each rounding mode.
10813 (struct test_ff_f_data): Likewise.
10814 (struct test_ff_f_data_nexttoward): Likewise.
10815 (struct test_fi_f_data): Likewise.
10816 (struct test_fl_f_data): Likewise.
10817 (struct test_if_f_data): Likewise.
10818 (struct test_fff_f_data): Likewise.
10819 (struct test_c_f_data): Likewise.
10820 (struct test_f_f1_data): Likewise.
10821 (struct test_fF_f1_data): Likewise.
10822 (struct test_ffI_f1_data): Likewise.
10823 (struct test_c_c_data): Likewise.
10824 (struct test_cc_c_data): Likewise.
10825 (struct test_f_i_data): Likewise.
10826 (struct test_ff_i_data): Likewise.
10827 (struct test_f_l_data): Likewise.
10828 (struct test_f_L_data): Likewise.
10829 (struct test_fFF_11_data): Likewise.
10830 (RM_): New macro.
10831 (RM_FE_DOWNWARD): Likewise.
10832 (RM_FE_TONEAREST): Likewise.
10833 (RM_FE_TOWARDZERO): Likewise.
10834 (RM_FE_UPWARD): Likewise.
10835 (RUN_TEST_LOOP_f_f): Update references to expected results.
10836 (RUN_TEST_LOOP_2_f): Likewise.
10837 (RUN_TEST_LOOP_fff_f): Likewise.
10838 (RUN_TEST_LOOP_c_f): Likewise.
10839 (RUN_TEST_LOOP_f_f1): Likewise.
10840 (RUN_TEST_LOOP_fF_f1): Likewise.
10841 (RUN_TEST_LOOP_fI_f1): Likewise.
10842 (RUN_TEST_LOOP_ffI_f1): Likewise.
10843 (RUN_TEST_LOOP_c_c): Likewise.
10844 (RUN_TEST_LOOP_cc_c): Likewise.
10845 (RUN_TEST_LOOP_f_i): Likewise.
10846 (RUN_TEST_LOOP_f_i_tg): Likewise.
10847 (RUN_TEST_LOOP_ff_i_tg): Likewise.
10848 (RUN_TEST_LOOP_f_b): Likewise.
10849 (RUN_TEST_LOOP_f_b_tg): Likewise.
10850 (RUN_TEST_LOOP_f_l): Likewise.
10851 (RUN_TEST_LOOP_f_L): Likewise.
10852 (RUN_TEST_LOOP_fFF_11): Likewise.
10853 * math/gen-libm-test.pl (parse_args): Output four copies of
10854 expected results for each test.
10855
67737b8f
JM
10856 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10857 (__ASSUME_UTIMES): Remove.
10858 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10859 (__ASSUME_UTIMES): Likewise.
10860
aa97dee1
JM
10861 * math/gen-auto-libm-tests.c: Update comment on output format.
10862 (output_for_one_input_case): Generate before-rounding and
10863 after-rounding information as conditions on output flags not
10864 floating-point format.
10865 * math/auto-libm-test-out: Regenerated.
10866 * math/gen-libm-test.pl (cond_value): New function.
10867 (or_cond_value): Use cond_value.
10868 (generate_testfile): Handle conditional exceptions.
10869
e6b6a857
JM
108702014-03-05 Joseph Myers <joseph@codesourcery.com>
10871
2f0a0f44
JM
10872 * math/libm-test.inc (max_valid_error): New variable.
10873 (init_max_error): Take new argument specifying whether function
10874 results are exactly determined. Set max_valid_error and bound
10875 other variables for errors based on this argument.
10876 (set_max_error): Do not record results above max_valid_error.
10877 (check_float_internal): Only accept errors of up to 0.5ulps if
10878 also at most max_valid_error.
10879 (START): Take new argument EXACT and pass it to init_max_error.
10880 (acos_test): Update call to START.
10881 (acos_test_tonearest): Likewise.
10882 (acos_test_towardzero): Likewise.
10883 (acos_test_downward): Likewise.
10884 (acos_test_upward): Likewise.
10885 (acosh_test): Likewise.
10886 (asin_test): Likewise.
10887 (asin_test_tonearest): Likewise.
10888 (asin_test_towardzero): Likewise.
10889 (asin_test_downward): Likewise.
10890 (asin_test_upward): Likewise.
10891 (asinh_test): Likewise.
10892 (atan_test): Likewise.
10893 (atanh_test): Likewise.
10894 (atan2_test): Likewise.
10895 (cabs_test): Likewise.
10896 (cacos_test): Likewise.
10897 (cacosh_test): Likewise.
10898 (carg_test): Likewise.
10899 (casin_test): Likewise.
10900 (casinh_test): Likewise.
10901 (catan_test): Likewise.
10902 (catanh_test): Likewise.
10903 (cbrt_test): Likewise.
10904 (ccos_test): Likewise.
10905 (ccosh_test): Likewise.
10906 (ceil_test): Likewise.
10907 (cexp_test): Likewise.
10908 (cimag_test): Likewise.
10909 (clog_test): Likewise.
10910 (clog10_test): Likewise.
10911 (conj_test): Likewise.
10912 (copysign_test): Likewise.
10913 (cos_test): Likewise.
10914 (cos_test_tonearest): Likewise.
10915 (cos_test_towardzero): Likewise.
10916 (cos_test_downward): Likewise.
10917 (cos_test_upward): Likewise.
10918 (cosh_test): Likewise.
10919 (cosh_test_tonearest): Likewise.
10920 (cosh_test_towardzero): Likewise.
10921 (cosh_test_downward): Likewise.
10922 (cosh_test_upward): Likewise.
10923 (cpow_test): Likewise.
10924 (cproj_test): Likewise.
10925 (creal_test): Likewise.
10926 (csin_test): Likewise.
10927 (csinh_test): Likewise.
10928 (csqrt_test): Likewise.
10929 (ctan_test): Likewise.
10930 (ctan_test_tonearest): Likewise.
10931 (ctan_test_towardzero): Likewise.
10932 (ctan_test_downward): Likewise.
10933 (ctan_test_upward): Likewise.
10934 (ctanh_test): Likewise.
10935 (ctanh_test_tonearest): Likewise.
10936 (ctanh_test_towardzero): Likewise.
10937 (ctanh_test_downward): Likewise.
10938 (ctanh_test_upward): Likewise.
10939 (erf_test): Likewise.
10940 (erfc_test): Likewise.
10941 (exp_test): Likewise.
10942 (exp_test_tonearest): Likewise.
10943 (exp_test_towardzero): Likewise.
10944 (exp_test_downward): Likewise.
10945 (exp_test_upward): Likewise.
10946 (exp10_test): Likewise.
10947 (exp10_test_tonearest): Likewise.
10948 (exp10_test_towardzero): Likewise.
10949 (exp10_test_downward): Likewise.
10950 (exp10_test_upward): Likewise.
10951 (pow10_test): Likewise.
10952 (exp2_test): Likewise.
10953 (expm1_test): Likewise.
10954 (expm1_test_tonearest): Likewise.
10955 (expm1_test_towardzero): Likewise.
10956 (expm1_test_downward): Likewise.
10957 (expm1_test_upward): Likewise.
10958 (fabs_test): Likewise.
10959 (fdim_test): Likewise.
10960 (floor_test): Likewise.
10961 (fma_test): Likewise.
10962 (fma_test_towardzero): Likewise.
10963 (fma_test_downward): Likewise.
10964 (fma_test_upward): Likewise.
10965 (fmax_test): Likewise.
10966 (fmin_test): Likewise.
10967 (fmod_test): Likewise.
10968 (fpclassify_test): Likewise.
10969 (frexp_test): Likewise.
10970 (hypot_test): Likewise.
10971 (ilogb_test): Likewise.
10972 (isfinite_test): Likewise.
10973 (finite_test): Likewise.
10974 (isgreater_test): Likewise.
10975 (isgreaterequal_test): Likewise.
10976 (isinf_test): Likewise.
10977 (isless_test): Likewise.
10978 (islessequal_test): Likewise.
10979 (islessgreater_test): Likewise.
10980 (isnan_test): Likewise.
10981 (isnormal_test): Likewise.
10982 (issignaling_test): Likewise.
10983 (isunordered_test): Likewise.
10984 (j0_test): Likewise.
10985 (j1_test): Likewise.
10986 (jn_test): Likewise.
10987 (ldexp_test): Likewise.
10988 (lgamma_test): Likewise.
10989 (gamma_test): Likewise.
10990 (lrint_test): Likewise.
10991 (lrint_test_tonearest): Likewise.
10992 (lrint_test_towardzero): Likewise.
10993 (lrint_test_downward): Likewise.
10994 (lrint_test_upward): Likewise.
10995 (llrint_test): Likewise.
10996 (llrint_test_tonearest): Likewise.
10997 (llrint_test_towardzero): Likewise.
10998 (llrint_test_downward): Likewise.
10999 (llrint_test_upward): Likewise.
11000 (log_test): Likewise.
11001 (log10_test): Likewise.
11002 (log1p_test): Likewise.
11003 (log2_test): Likewise.
11004 (logb_test): Likewise.
11005 (logb_test_downward): Likewise.
11006 (lround_test): Likewise.
11007 (llround_test): Likewise.
11008 (modf_test): Likewise.
11009 (nearbyint_test): Likewise.
11010 (nextafter_test): Likewise.
11011 (nexttoward_test): Likewise.
11012 (pow_test): Likewise.
11013 (pow_test_tonearest): Likewise.
11014 (pow_test_towardzero): Likewise.
11015 (pow_test_downward): Likewise.
11016 (pow_test_upward): Likewise.
11017 (remainder_test): Likewise.
11018 (drem_test): Likewise.
11019 (remainder_test_tonearest): Likewise.
11020 (drem_test_tonearest): Likewise.
11021 (remainder_test_towardzero): Likewise.
11022 (drem_test_towardzero): Likewise.
11023 (remainder_test_downward): Likewise.
11024 (drem_test_downward): Likewise.
11025 (remainder_test_upward): Likewise.
11026 (drem_test_upward): Likewise.
11027 (remquo_test): Likewise.
11028 (rint_test): Likewise.
11029 (rint_test_tonearest): Likewise.
11030 (rint_test_towardzero): Likewise.
11031 (rint_test_downward): Likewise.
11032 (rint_test_upward): Likewise.
11033 (round_test): Likewise.
11034 (scalb_test): Likewise.
11035 (scalbn_test): Likewise.
11036 (scalbln_test): Likewise.
11037 (signbit_test): Likewise.
11038 (sin_test): Likewise.
11039 (sin_test_tonearest): Likewise.
11040 (sin_test_towardzero): Likewise.
11041 (sin_test_downward): Likewise.
11042 (sin_test_upward): Likewise.
11043 (sincos_test): Likewise.
11044 (sinh_test): Likewise.
11045 (sinh_test_tonearest): Likewise.
11046 (sinh_test_towardzero): Likewise.
11047 (sinh_test_downward): Likewise.
11048 (sinh_test_upward): Likewise.
11049 (sqrt_test): Likewise.
11050 (sqrt_test_tonearest): Likewise.
11051 (sqrt_test_towardzero): Likewise.
11052 (sqrt_test_downward): Likewise.
11053 (sqrt_test_upward): Likewise.
11054 (tan_test): Likewise.
11055 (tan_test_tonearest): Likewise.
11056 (tan_test_towardzero): Likewise.
11057 (tan_test_downward): Likewise.
11058 (tan_test_upward): Likewise.
11059 (tanh_test): Likewise.
11060 (tgamma_test): Likewise.
11061 (trunc_test): Likewise.
11062 (y0_test): Likewise.
11063 (y1_test): Likewise.
11064 (yn_test): Likewise.
11065 (significand_test): Likewise.
11066
e6b6a857
JM
11067 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
11068 individual tests in comment.
11069 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
11070 (prev_max_error): New variable.
11071 (prev_real_max_error): Likewise.
11072 (prev_imag_max_error): Likewise.
11073 (compare_ulp_data): Don't refer to test names in comment.
11074 (find_test_ulps): Remove function.
11075 (find_function_ulps): Likewise.
11076 (find_complex_function_ulps): Likewise.
11077 (init_max_error): Take function name as argument. Look up ulps
11078 for that function.
11079 (print_ulps): Remove function.
11080 (print_max_error): Use prev_max_error instead of calling
11081 find_function_ulps.
11082 (print_complex_max_error): Use prev_real_max_error and
11083 prev_imag_max_error instead of calling find_complex_function_ulps.
11084 (check_float_internal): Take max_ulp parameter instead of calling
11085 find_test_ulps. Don't call print_ulps.
11086 (check_float): Update call to check_float_internal.
11087 (check_complex): Update calls to check_float_internal.
11088 (START): Pass argument to init_max_error.
11089 * math/gen-libm-test.pl (%results): Don't include "kind"
11090 information.
11091 (parse_ulps): Don't handle ulps of individual tests.
11092 (print_ulps_file): Likewise.
11093 (output_ulps): Likewise.
11094 * math/README.libm-test: Update.
11095 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
11096 individual tests.
11097 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
11098 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
11099 * sysdeps/arm/libm-test-ulps: Likewise.
11100 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
11101 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
11102 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
11103 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
11104 * sysdeps/microblaze/libm-test-ulps: Likewise.
11105 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
11106 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11107 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11108 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
11109 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
11110 * sysdeps/sh/libm-test-ulps: Likewise.
11111 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
11112 * sysdeps/tile/libm-test-ulps: Likewise.
11113 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11114
45adef3c
JM
111152014-03-04 Joseph Myers <joseph@codesourcery.com>
11116
11117 * math/libm-test.inc (print_complex_max_error): Check separately
11118 whether real and imaginary errors are within allowed range and
11119 pass 0 to print_complex_function_ulps instead of value within
11120 allowed range.
11121
000232b9
SP
111222014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
11123
d4b17258
SP
11124 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
11125 formatting.
11126 (get_handles_fopen): Likewise.
11127 (do_write_test): Likewise.
11128
091eff71
SP
11129 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
11130
fa3cd248
SP
11131 * libio/fileops.c (do_ftell): Use cached offset when
11132 available.
11133 * libio/iofwide.c (do_ftell_wide): Likewise.
11134 * libio/iofdopen.c (_IO_new_fdopen): Don't use
11135 _IO_file_attach.
11136 * libio/wfileops.c (_IO_fwide): Don't cache offset.
11137
000232b9
SP
11138 [BZ #16532]
11139 * libio/libioP.h (get_file_offset): New function.
11140 * libio/fileops.c (get_file_offset): Likewise.
11141 (do_ftell): Likewise.
11142 (_IO_new_file_seekoff): Split out ftell logic.
11143 * libio/wfileops.c (do_ftell_wide): Likewise.
11144 (_IO_wfile_seekoff): Split out ftell logic.
11145 * libio/tst-ftell-active-handler.c: New test case.
11146 * libio/Makefile (tests): Add it.
11147
116f4d1a
RM
111482014-03-03 Roland McGrath <roland@hack.frob.com>
11149
11150 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
11151 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
11152
532a6035
SP
111532014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
11154
11155 [BZ #16639]
11156 * nscd/connections.c (nscd_init): Call do_exit.
11157 (start_threads): Call do_exit and notify_parent.
11158 (begin_drop_privileges): Call do_exit.
11159 (finish_drop_privileges): Likewise.
11160 * nscd/selinux.c (preserve_capabilities): Likewise.
11161 (install_real_capabilities): Likewise.
11162 (nscd_selinux_enabled): Likewise.
11163 (avc_create_thread): Likewise.
11164 (avc_alloc_lock): Likewise.
11165 (nscd_avc_init): Likewise.
11166 * nscd/nscd.c (parent_fd): New static variable.
11167 (main): Create a pipe between parent and child processes.
11168 Skip closing parent_fd.
11169 (monitor_child): New function.
11170 (do_exit): Likewise.
11171 (notify_parent): Likewise.
11172 * nscd/nscd.h (notify_parent): Likewise.
11173 (do_exit): Likewise.
11174
d6285c9f
CD
111752014-03-03 Carlos O'Donell <carlos@redhat.com>
11176
11177 * malloc/malloc.c (__libc_calloc): Revert last change.
11178
2b85d2a0
AZ
111792014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11180
11181 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11182
c7debbdf
RS
111832014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11184
11185 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
11186 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
11187 implementation.
11188 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11189 (__libc_ifunc_impl_list): Likewise.
11190 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
11191 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
11192 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
11193 * string/strrchr.c: Define STRRCHR.
11194
235eed86
OB
111952014-02-28 Ondřej Bílka <neleai@seznam.cz>
11196
11197 * benchtest/bench-strtok.c (simple_strtok): Delete.
11198 (strtok_string): Use as benchmark.
11199 * string/strtok (STRTOK): New macro.
11200
8e25d1e7
CD
112012014-02-28 Carlos O'Donell <carlos@redhat.com>
11202
ef563f92
CD
11203 * manual/threads.texi: Add header and standard comments to all
11204 functions.
11205
8e25d1e7
CD
11206 * elf/dl-lookup.c (check_match): New function.
11207 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
11208 (do_lookup_x): Remove nested function check_match. Use non-nested
11209 function check_match.
11210
ff71cc37
RM
112112014-02-28 Roland McGrath <roland@hack.frob.com>
11212
f08e9a26
RM
11213 * csu/Makefile (generated, before-compile): Use += rather than =.
11214 * catgets/Makefile (generated, generated-dirs): Likewise.
11215 * debug/Makefile (generated): Likewise.
11216 * dlfcn/Makefile (generated): Likewise.
11217 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
11218 * iconvdata/Makefile (before-compile, generated): Likewise.
11219 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
11220 * libio/Makefile (generated): Likewise.
11221 * malloc/Makefile (generated): Likewise.
11222 * manual/Makefile (generated, generated-dirs): Likewise.
11223 * misc/Makefile (generated): Likewise.
11224 * posix/Makefile (generated): Likewise.
11225 * resolv/Makefile (generated): Likewise.
11226 * sunrpc/Makefile (generated, generated-dirs): Likewise.
11227 * timezone/Makefile (generated, generated-dirs): Likewise.
11228
ff71cc37
RM
11229 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
11230
fe13a20c
AZ
112312014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11232
57f41c40
AS
11233 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11234 power8 implementation.
11235 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
11236 file: POWER8 llround ifunc implementation.
11237 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
11238 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
11239 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
11240 POWER8 llround implementation.
11241
57f41c40
AS
11242 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
11243 power8 implementation.
11244 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
11245 file: POWER8 llrint ifunc implementation.
11246 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
11247 Add POWER8 implementation.
1ad8950a
AZ
11248 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
11249 POWER8 llrint implementation.
11250
57f41c40
AS
11251 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
11252 power8 implementation.
11253 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
11254 file: POWER8 finite ifunc implementation.
11255 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
11256 Add POWER8 implementation.
cac626d6
AZ
11257 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
11258 Likewise.
11259 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
11260 POWER8 finite implementation.
11261 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
11262
57f41c40
AS
11263 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
11264 power8 implementation.
11265 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
11266 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
11267 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
11268 POWER8 implementation.
11269 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
11270 Likewise.
57f41c40
AS
11271 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
11272 isinf implementation.
4393fc11
AZ
11273 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
11274
57f41c40
AS
11275 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
11276 (INIT_ARCH): Add hwcap2 initialization.
11277 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11278 power8 implementation.
11279 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
11280 file: POWER8 isnan ifunc implementation.
487972ae
AZ
11281 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
11282 POWER8 implementation.
11283 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
11284 Likewise.
57f41c40
AS
11285 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
11286 isnan implementation.
487972ae
AZ
11287 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
11288
7d92b787
JY
112892014-02-27 Joey Ye <joey.ye@arm.com>
11290
11291 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11292 (_FP_NANFRAC_Q): Set to zero.
11293
1cadc858
SP
112942014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
11295
11296 [BZ #16623]
11297 * math/auto-libm-test-in: New test inputs.
11298 * math/auto-libm-test-out: Regenerate.
11299 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
11300 and DA.
11301 (__cos): Likewise.
11302 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
11303
f8c17e79
JM
113042014-02-27 Joseph Myers <joseph@codesourcery.com>
11305
11306 * scripts/evaluate-test.sh: Take new argument indicating whether
11307 failure is expected.
11308 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
11309 indicating whether failure is expected.
11310 * conform/Makefile (test-xfail-run-conformtest): New variable.
11311 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
11312 level.
11313 * posix/Makefile (test-xfail-annexc): New variable.
11314 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
11315
a5f891ac
JM
113162014-02-26 Joseph Myers <joseph@codesourcery.com>
11317
11318 * argp/Makefile: Include Makeconfig immediately after defining
11319 subdir.
11320 * assert/Makefile: Likewise.
11321 * benchtests/Makefile: Likewise.
11322 * catgets/Makefile: Likewise.
11323 * conform/Makefile: Likewise.
11324 * crypt/Makefile: Likewise.
11325 * csu/Makefile: Likewise.
11326 (all): Remove target.
11327 * ctype/Makefile: Include Makeconfig immediately after defining
11328 subdir.
11329 * debug/Makefile: Likewise.
11330 * dirent/Makefile: Likewise.
11331 * dlfcn/Makefile: Likewise.
11332 * gmon/Makefile: Likewise.
11333 * gnulib/Makefile: Likewise.
11334 * grp/Makefile: Likewise.
11335 * gshadow/Makefile: Likewise.
11336 * hesiod/Makefile: Likewise.
11337 * hurd/Makefile: Likewise.
11338 (all): Remove target.
11339 * iconvdata/Makefile: Include Makeconfig immediately after
11340 defining subdir.
11341 * inet/Makefile: Likewise.
11342 * intl/Makefile: Likewise.
11343 * io/Makefile: Likewise.
11344 * libio/Makefile: Likewise.
11345 (all): Remove target.
11346 * locale/Makefile: Include Makeconfig immediately after defining
11347 subdir.
11348 * login/Makefile: Likewise.
11349 * mach/Makefile: Likewise.
11350 (all): Remove target.
11351 * malloc/Makefile: Include Makeconfig immediately after defining
11352 subdir.
11353 (all): Remove target.
11354 * manual/Makefile: Include Makeconfig immediately after defining
11355 subdir.
11356 * math/Makefile: Likewise.
11357 * misc/Makefile: Likewise.
11358 * nis/Makefile: Likewise.
11359 * nss/Makefile: Likewise.
11360 * po/Makefile: Likewise.
11361 (all): Remove target.
11362 * posix/Makefile: Include Makeconfig immediately after defining
11363 subdir.
11364 * pwd/Makefile: Likewise.
11365 * resolv/Makefile: Likewise.
11366 * resource/Makefile: Likewise.
11367 * rt/Makefile: Likewise.
11368 * setjmp/Makefile: Likewise.
11369 * shadow/Makefile: Likewise.
11370 * signal/Makefile: Likewise.
11371 * socket/Makefile: Likewise.
11372 * soft-fp/Makefile: Likewise.
11373 * stdio-common/Makefile: Likewise.
11374 * stdlib/Makefile: Likewise.
11375 * streams/Makefile: Likewise.
11376 * string/Makefile: Likewise.
11377 * sunrpc/Makefile: Likewise.
11378 (all): Remove target.
11379 * sysvipc/Makefile: Include Makeconfig immediately after defining
11380 subdir.
11381 * termios/Makefile: Likewise.
11382 * time/Makefile: Likewise.
11383 * timezone/Makefile: Likewise.
11384 (all): Remove target.
11385 * wcsmbs/Makefile: Include Makeconfig immediately after defining
11386 subdir.
11387 * wctype/Makefile: Likewise.
11388
5b456e9d
SE
113892014-02-26 Steve Ellcey <sellcey@mips.com>
11390
11391 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
11392 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
11393 (libc_feholdexcept_setround_mips): Ditto.
11394 (libc_feholdsetround): New.
11395 (libc_feholdsetroundf): New.
11396 (libc_feholdsetroundl): New.
11397 (libc_feupdateenv_test_mips): New.
11398 (libc_feupdateenv_test): New.
11399 (libc_feupdateenv_testf): New.
11400 (libc_feupdateenv_testl): New.
11401 (libc_feresetround): New.
11402 (libc_feresetroundf): New.
11403 (libc_feresetroundl): New.
11404 (libc_fetestexcept_mips): New.
11405 (libc_fetestexcept): New.
11406 (libc_fetestexceptf): New.
11407 (libc_fetestexceptl): New.
11408 (HAVE_RM_CTX): New.
11409 (libc_feholdexcept_setround_mips_ctx): New.
11410 (libc_feholdexcept_setround_ctx): New.
11411 (libc_feholdexcept_setroundf_ctx): New.
11412 (libc_feholdexcept_setroundl_ctx): New.
11413 (libc_fesetenv_mips_ctx): New.
11414 (libc_fesetenv_ctx): New.
11415 (libc_fesetenv_ctxf): New.
11416 (libc_fesetenv_ctxl): New.
11417 (libc_feupdateenv_mips_ctx): New.
11418 (libc_feupdateenv_ctx): New.
11419 (libc_feupdateenvf_ctx): New.
11420 (libc_feupdateenvl_ctx): New.
11421 (libc_feholdsetround_mips_ctx): New.
11422 (libc_feholdsetround_ctx): New.
11423 (libc_feholdsetroundf_ctx): New.
11424 (libc_feholdsetroundl_ctx): New.
11425 (libc_feresetround_mips_ctx): New.
11426 (libc_feresetround_ctx): New.
11427 (libc_feresetroundf_ctx): New.
11428 (libc_feresetroundl_ctx): New.
11429
085d0e35
CD
114302014-02-26 Carlos O'Donell <carlos@redhat.com>
11431
f067bf1f
CD
11432 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11433
085d0e35
CD
11434 * manual/ipc.texi: New file.
11435 * manual/Makefile (chapters): Add ipc.
11436 * manual/job.texi: Add "Inter-Process Communication" to next.
11437 * manual/process.texi: Add "Inter-Process Communication" to prev.
11438
86e58c08
AZ
114392014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11440
11441 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11442
4248f0da
OB
114432014-02-26 Ondřej Bílka <neleai@seznam.cz>
11444
11445 * malloc/malloc.c (__libc_calloc): Simplify implementation.
11446
cf822e3c
OB
11447 * manual/arith.texi: Fix spaces after sentences.
11448 * manual/charset.texi: Likewise.
11449 * manual/errno.texi: Likewise.
11450 * manual/install.texi: Likewise.
11451 * manual/llio.texi: Likewise.
11452 * manual/locale.texi: Likewise.
11453 * manual/maint.texi: Likewise.
11454 * manual/math.texi: Likewise.
11455 * manual/memory.texi: Likewise.
11456 * manual/message.texi: Likewise.
11457 * manual/probes.texi: Likewise.
11458 * manual/resource.texi: Likewise.
11459 * manual/signal.texi: Likewise.
11460 * manual/socket.texi: Likewise.
11461 * manual/stdio.texi: Likewise.
11462 * manual/string.texi: Likewise.
11463 * manual/time.texi: Likewise.
11464 * manual/users.texi: Likewise.
11465
ade40b10
CD
114662014-02-25 Carlos O'Donell <carlos@redhat.com>
11467
11468 [BZ #16632]
11469 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11470 _DEFAULT_SOURCE is defined.
11471
d0503676
CD
114722014-02-25 Ulrich Drepper <drepper@gmail.com>
11473 Carlos O'Donell <carlos@redhat.com>
11474
11475 [BZ #16613]
11476 * elf/dl-tls.c (_dl_count_modids): New function.
11477 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11478 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11479 audit library and increment generation counter.
11480 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11481 * elf/tst-audit9.c: New file.
11482 * elf/tst-auditmod9a.c: New file.
11483 * elf/tst-auditmod9b.c: New file.
11484 * elf/Makefile: Add rules to build and run tst-audit9.
11485
4cbf380c
FW
114862014-02-25 Florian Weimer <fweimer@redhat.com>
11487
11488 [BZ #15347]
11489 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11490
80a56cc3
WN
114912014-02-25 Will Newton <will.newton@linaro.org>
11492
11493 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11494 (__longjmp): Restore sp and lr before restoring callee
11495 saved registers. Add longjmp and longjmp_target
11496 SystemTap probe point.
11497 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11498 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11499 Define to zero to match jmpbuf layout.
11500 * sysdeps/arm/setjmp.S: Include stap-probe.h.
11501 (__sigsetjmp): Save sp and lr before saving callee
11502 saved registers. Add setjmp SystemTap probe point.
11503
3ea0f74e
SL
115042014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
11505
11506 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11507
b04acb26
AS
115082014-02-24 Andreas Schwab <schwab@suse.de>
11509
11510 [BZ #15804]
11511 * elf/pldd.c (wait_for_ptrace_stop): New function.
11512 (main): Call it after attaching.
11513
098ad55c
RM
115142014-02-22 Roland McGrath <roland@hack.frob.com>
11515
d4ec6ae1
RM
11516 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11517 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11518 Versions files is now verboten.
11519 * hurd/Versions (libc: GLIBC_2.0):
11520 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11521 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11522 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11523 * mach/Versions: Likewise.
11524
098ad55c
RM
11525 * csu/Versions: Remove unused %include.
11526 * resolv/Versions: Likewise.
11527
acd7f096
JM
115282014-02-21 Joseph Myers <joseph@codesourcery.com>
11529
f0881698
JM
11530 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11531 ($(objpfx)check-local-headers.out): Likewise.
11532 ($(objpfx)begin-end-check.out): Likewise.
11533 * Makerules (check-abi-%.out): Likewise.
11534 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11535 ($(objpfx)test2.cat): Likewise.
11536 ($(objpfx)de/libc.cat): Likewise.
11537 ($(objpfx)test-gencat.out): Likewise.
11538 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11539 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11540 ($(objpfx)noload-mem): Likewise.
11541 ($(objpfx)tst-pathopt.out): Likewise.
11542 ($(objpfx)tst-rtld-load-self.out): Likewise.
11543 ($(objpfx)tst-array1-cmp.out): Likewise.
11544 ($(objpfx)tst-array1-static-cmp.out): Likewise.
11545 ($(objpfx)tst-array2-cmp.out): Likewise.
11546 ($(objpfx)tst-array3-cmp.out): Likewise.
11547 ($(objpfx)tst-array4-cmp.out): Likewise.
11548 ($(objpfx)tst-array5-cmp.out): Likewise.
11549 ($(objpfx)tst-array5-static-cmp.out): Likewise.
11550 ($(objpfx)check-textrel.out): Likewise.
11551 ($(objpfx)check-execstack.out): Likewise.
11552 ($(objpfx)check-localplt.out): Likewise.
11553 ($(objpfx)order2-cmp.out): Likewise.
11554 ($(objpfx)tst-leaks1-mem): Likewise.
11555 ($(objpfx)tst-leaks1-static-mem): Likewise.
11556 ($(objpfx)tst-initorder-cmp.out): Likewise.
11557 ($(objpfx)tst-initorder2-cmp.out): Likewise.
11558 ($(objpfx)tst-unused-dep.out): Likewise.
11559 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11560 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11561 * iconv/Makefile (test-iconvconfig): Likewise.
11562 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11563 ($(objpfx)iconv-test.out): Likewise.
11564 ($(objpfx)tst-tables.out): Likewise.
11565 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11566 ($(objpfx)tst-gettext.out): Likewise.
11567 ($(objpfx)tst-translit.out): Likewise.
11568 ($(objpfx)tst-gettext2.out): Likewise.
11569 ($(objpfx)tst-gettext4.out): Likewise.
11570 ($(objpfx)tst-gettext6.out): Likewise.
11571 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11572 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11573 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11574 ($(objpfx)tst-fopenloc-mem.out): Likewise.
11575 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11576 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11577 * posix/Makefile ($(objpfx)globtest.out): Likewise.
11578 ($(objpfx)wordexp-tst.out): Likewise.
11579 ($(objpfx)annexc.out): Likewise.
11580 ($(objpfx)tst-fnmatch-mem): Likewise.
11581 ($(objpfx)bug-regex2-mem): Likewise.
11582 ($(objpfx)bug-regex14-mem): Likewise.
11583 ($(objpfx)bug-regex21-mem): Likewise.
11584 ($(objpfx)bug-regex31-mem): Likewise.
11585 ($(objpfx)tst-vfork3-mem): Likewise.
11586 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11587 ($(objpfx)tst-pcre-mem): Likewise.
11588 ($(objpfx)tst-boost-mem): Likewise.
11589 ($(objpfx)tst-getconf.out): Likewise.
11590 ($(objpfx)bug-ga2-mem): Likewise.
11591 ($(objpfx)bug-glob2-mem): Likewise.
11592 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11593 ($(objpfx)mtrace-tst-leaks2): Likewise.
11594 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11595 ($(objpfx)tst-printf.out): Likewise.
11596 ($(objpfx)tst-setvbuf1.out): Likewise.
11597 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11598 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11599 ($(objpfx)tst-fmtmsg.out): Likewise.
11600 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11601 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11602
acd7f096
JM
11603 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11604 * bits/sigaction.h [__USE_MISC]: Likewise.
11605 * bits/waitstatus.h: Update #endif comments.
11606 * ctype/ctype.h: Likewise.
11607 * dirent/dirent.h: Likewise.
11608 [__USE_MISC]: Remove redundant conditionals.
11609 * grp/grp.h: Update #endif comments.
11610 [__USE_GNU]: Remove redundant conditionals.
11611 [__USE_MISC]: Likewise.
11612 * inet/netinet/in.h [__USE_GNU]: Likewise.
11613 * io/sys/stat.h [__USE_MISC]: Likewise.
11614 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11615 * libio/bits/stdio.h: Update #endif comments.
11616 [__USE_MISC]: Remove redundant conditionals.
11617 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11618 * libio/stdio.h: Update #endif comments.
11619 [__USE_MISC]: Remove redundant conditionals.
11620 * math/bits/math-finite.h [__USE_MISC]: Likewise.
11621 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11622 * math/math.h: Update #else and #endif comments.
11623 [__USE_MISC]: Remove redundant conditionals.
11624 * misc/sys/uio.h: Update #endif comments.
11625 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11626 * posix/glob.h [__USE_MISC]: Likewise.
11627 * posix/sys/types.h: Update #endif comments.
11628 [__USE_MISC]: Remove redundant conditionals.
11629 * posix/sys/wait.h: Update #endif comments.
11630 [__USE_MISC]: Remove redundant conditionals.
11631 * posix/unistd.h: Update #endif comments.
11632 [__USE_MISC]: Remove redundant conditionals.
11633 * pwd/pwd.h [__USE_GNU]: Likewise.
11634 [__USE_MISC]: Likewise.
11635 * resolv/netdb.h [__USE_GNU]: Likewise.
11636 * signal/signal.h: Update #endif comments.
11637 [__USE_MISC]: Remove redundant conditionals.
11638 * stdlib/stdlib.h: Update #else and #endif comments.
11639 [__USE_MISC]: Remove redundant conditionals.
11640 [__USE_GNU]: Likewise.
11641 * string/bits/string2.h [__USE_MISC]: Likewise.
11642 * string/string.h: Update #endif comments.
11643 [__USE_MISC]: Remove redundant conditionals.
11644 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11645 Likewise.
11646 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11647 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11648 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11649 Likewise.
11650 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11651 Likewise.
11652 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11653 comments.
11654 [__USE_MISC]: Remove redundant conditionals.
11655 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11656 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11657 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11658 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11659 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11660 Likewise.
11661 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11662 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11663 Likewise.
11664 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11665 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11666 Likewise.
11667 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11668 Likewise.
11669 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11670 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11671 Likewise.
11672 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11673 Likewise.
11674 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11675 * sysdeps/x86/bits/string.h: Update #endif comments.
11676 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11677 conditionals.
11678 * time/sys/time.h: Update #endif comments.
11679 * time/time.h: Likewise.
11680 [__USE_MISC]: Remove redundant conditionals.
11681
a5d82e4e
YG
116822014-02-21 Yury Gribov <y.gribov@samsung.com>
11683
11684 [BZ #16600]
11685 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11686
9a80491d
AS
116872014-02-21 Andreas Schwab <schwab@linux-m68k.org>
11688
11689 * Versions.def (librt): Add GLIBC_2.17.
11690
105fa381
AC
116912014-02-21 Adam Conrad <adconrad@0c3.net>
11692
11693 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11694 synonym for _SYS_AUXV_H to allow direct inclusion.
11695 * sysdeps/sparc/bits/hwcap.h: Likewise.
11696 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11697 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11698 * sysdeps/sparc/sysdep.h: Likewise.
11699
b8cd1c4e
SP
117002014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11701
11702 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11703
bd939d23
RS
117042014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11705
11706 * benchtests/bench-strrchr.c: Print length instead of position.
11707
5d7b57ca
JM
117082014-02-20 Joseph Myers <joseph@codesourcery.com>
11709
bc688c10
JM
11710 [BZ #16611]
11711 * sysdeps/unix/sysv/linux/kernel-features.h
11712 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11713 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11714 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11715 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11716 Likewise.
11717 [__i386__ || __powerpc__ || __sh__ || __sparc__]
11718 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11719 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11720 (__ASSUME_SENDMMSG): Define instead of using previous
11721 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11722 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11723 (__ASSUME_SENDMMSG_SYSCALL): Define.
11724 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11725 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11726 Likewise.
11727 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11728 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11729 Likewise.
11730 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11731 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11732 Likewise.
11733 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11734 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11735 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11736 [__ASSUME_SENDMMSG]: Change conditionals to
11737 [__ASSUME_SENDMMSG_SOCKETCALL].
11738 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11739 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11740 Define.
11741 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11742 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11743 Likewise.
11744 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11745 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11746 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11747 [!__ASSUME_SENDMMSG]: Change conditional to
11748 [!__ASSUME_SENDMMSG_SOCKETCALL].
11749 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11750 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11751 Define.
11752
0e31b18c
JM
11753 [BZ #16610]
11754 * sysdeps/unix/sysv/linux/kernel-features.h
11755 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11756 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11757 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11758 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11759 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11760 [__i386__ || __sparc__]
11761 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11762 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11763 (__ASSUME_RECVMMSG): Define instead of using previous
11764 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11765 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11766 (__ASSUME_RECVMMSG_SYSCALL): Define.
11767 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11768 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11769 Likewise.
11770 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11771 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11772 Likewise.
11773 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11774 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11775 Likewise.
11776 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11777 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11778 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11779 [__ASSUME_RECVMMSG]: Change condition to
11780 [__ASSUME_RECVMMSG_SOCKETCALL].
11781 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11782 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11783 Define.
11784 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11785 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11786 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11787 Likewise.
11788 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11789 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11790 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11791 [!__ASSUME_RECVMMSG]: Change condition to
11792 [!__ASSUME_RECVMMSG_SOCKETCALL].
11793 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11794 (__ASSUME_RECVMMSG_SYSCALL): Define.
11795
dd481ccf
JM
11796 [BZ #16609]
11797 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11798 __powerpc__ || __s390__ || __sh__ || __sparc__]
11799 (__ASSUME_SOCKETCALL): Define.
11800 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11801 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11802 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11803 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11804 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11805 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11806 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11807 (__ASSUME_ACCEPT4): Define instead of using previous
11808 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11809 __powerpc__ || __sparc__ || __s390__)] condition.
11810 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11811 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11812 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11813 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11814 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11815 [!__ASSUME_ACCEPT4]: Change condition to
11816 [!__ASSUME_ACCEPT4_SOCKETCALL].
11817 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11818 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
11819 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11820 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11821 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11822 __ASSUME_ACCEPT4_SYSCALL.
11823 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11824 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11825 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11826 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11827 __ASSUME_ACCEPT4_SYSCALL.
11828 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11829 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11830 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11831 [__ASSUME_ACCEPT4]: Change condition to
11832 [__ASSUME_ACCEPT4_SOCKETCALL].
11833 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11834 (__ASSUME_SOCKETCALL): Define.
11835 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11836 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11837 (__ASSUME_SOCKETCALL): Define.
11838 (__ASSUME_ACCEPT4): Remove.
11839 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11840 Define.
11841 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11842 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11843 Likewise.
11844 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11845 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11846
5d7b57ca
JM
11847 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11848 macro.
11849 (HWCAP_ARM_LPAE): Likewise.
11850 (HWCAP_ARM_EVTSTRM): Likewise.
11851 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11852 Add vpfd32, lpae and evtstrm.
11853 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11854 Increase to 22.
11855
63689d61
JM
118562014-02-19 Joseph Myers <joseph@codesourcery.com>
11857
11858 * math/auto-libm-test-in: Add tests of clog10.
11859 * math/auto-libm-test-out: Regenerated.
11860 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11861 * sysdeps/i386/fpu/libm-test-ulps: Update.
11862 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11863
ab09bf61
AS
118642014-02-18 Andreas Schwab <schwab@suse.de>
11865
11866 [BZ #16574]
11867 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11868 Store non-zero if the second buffer was newly allocated.
11869 (send_dg): Likewise.
11870 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11871 to send_vc and send_dg.
11872 (res_nsend): Pass NULL for ansp2_malloced.
11873 * resolv/res_query.c (__libc_res_nquery): Add parameter
11874 answerp2_malloced and pass it down to __libc_res_nsend.
11875 (res_nquery): Pass additional NULL to __libc_res_nquery.
11876 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11877 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
11878 second answer buffer if answerp2_malloced was set.
11879 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11880 (__libc_res_nquerydomain): Add parameter
11881 answerp2_malloced and pass it down to __libc_res_nquery.
11882 (res_nquerydomain): Pass additional NULL to
11883 __libc_res_nquerydomain.
11884 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11885 additional NULL to __libc_res_nsend and __libc_res_nquery.
11886 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11887 additional NULL to __libc_res_nsearch.
11888 (_nss_dns_gethostbyname4_r): Revert last change. Use new
11889 parameter of __libc_res_nsearch to check for separately allocated
11890 second buffer.
11891 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11892 __libc_res_nquery.
11893 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11894 additional NULL to __libc_res_nquery.
11895 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11896 __libc_res_nsearch.
11897 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11898 * include/resolv.h: Update prototypes of __libc_res_nquery,
11899 __libc_res_nsearch, __libc_res_nsend.
11900
a4fb7861
JM
119012014-02-18 Joseph Myers <joseph@codesourcery.com>
11902
c6af2d89
JM
11903 * math/auto-libm-test-in: Add tests of fma.
11904 * math/auto-libm-test-out: Regenerated.
11905 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11906 (fma_towardzero_test_data): Likewise.
11907 (fma_downward_test_data): Likewise.
11908 (fma_upward_test_data): Likewise.
11909 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11910 mpc_mode.
11911 (rounding_modes): Add values for new field.
11912 (func_calc_method): Add value mpfr_fff_f.
11913 (func_calc_desc): Add mpfr_fff_f union field.
11914 (test_function): Add field exact_args.
11915 (FUNC): Add macro argument EXACT_ARGS.
11916 (FUNC_mpfr_f_f): Update call to FUNC.
11917 (FUNC_mpfr_f_f): Likewise.
11918 (FUNC_mpfr_ff_f): Likewise.
11919 (FUNC_mpfr_if_f): Likewise.
11920 (FUNC_mpc_c_f): Likewise.
11921 (FUNC_mpc_c_c): Likewise.
11922 (test_functions): Add fma. Update calls to FUNC.
11923 (handle_input_arg): Add argument exact_args.
11924 (add_test): Update call to handle_input_arg.
11925 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
11926 (output_for_one_input_case): Update call to calc_generic_results.
11927 Recalculate exact zero results in each rounding mode.
11928
a4fb7861
JM
11929 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11930 non-negative before setting low bit.
11931 * math/auto-libm-test-in: Mark one asin test possibly having
11932 spurious underflow.
11933 * math/auto-libm-test-out: Regenerated.
11934 * sysdeps/i386/fpu/libm-test-ulps: Update.
11935 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11936
ef114eaf
DH
119372014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
11938
2b7f4f2c
SP
11939 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11940 * sysdeps/unix/sysv/linux/microblaze: Move directory from
11941 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
11942 * README: Add missing listing for microblaze*-*-linux-gnu.
11943
8125aedc
AM
119442014-02-16 Ondřej Bílka <neleai@seznam.cz>
11945
11946 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11947 duplicate code
11948
c70a4b1d
MF
119492014-02-16 Mike Frysinger <vapier@gentoo.org>
11950
11951 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11952 * sysdeps/unix/sysv/linux/ia64: Move directory from
11953 ports/sysdeps/unix/sysv/linux/ia64.
11954 * README: Update listing for ia64-*-linux-gnu.
11955
591aeaf7
TD
119562014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
11957 Joseph Myers <joseph@codesourcery.com>
11958
11959 * Makeconfig (test-name): New variable.
11960 (evaluate-test): Likewise.
11961 * Makerules (do-test-clean): Remove .test-result files.
11962 (common-mostlyclean): Likewise.
11963 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11964 * scripts/evaluate-test.sh: New file.
11965
6e89caf1
JM
119662014-02-14 Joseph Myers <joseph@codesourcery.com>
11967
7f98f180
JM
11968 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11969 separate $(objpfx)tst-fopenloc-cmp.out and
11970 $(objpfx)tst-fopenloc-mem.out targets.
11971 (tests): Update dependencies.
11972 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11973 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11974 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11975 (tst-rxspencer-no-utf8-ARGS): New variable.
11976 (tst-rxspencer-no-utf8-ENV): Likewise.
11977 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11978 instead of $(objpfx)tst-rxspencer-mem.
11979 ($(objpfx)tst-rxspencer-mem): Change target to
11980 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
11981 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11982 * posix/tst-rxspencer-no-utf8.c: New file.
11983
6e89caf1
JM
11984 * elf/Makefile ($(objpfx)order.out): Remove rule.
11985 [$(run-built-tests) = yes] (tests): Depend on
11986 $(objpfx)order-cmp.out.
11987 ($(objpfx)order-cmp.out): New rule.
11988 [$(run-built-tests) = yes] (tests): Depend on
11989 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11990 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11991 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11992 $(objpfx)tst-array5-static-cmp.out.
11993 ($(objpfx)tst-array1.out): Remove rule.
11994 ($(objpfx)tst-array1-cmp.out): New rule.
11995 ($(objpfx)tst-array1-static.out): Remove rule.
11996 ($(objpfx)tst-array1-static-cmp.out): New rule.
11997 ($(objpfx)tst-array2.out): Remove rule.
11998 ($(objpfx)tst-array2-cmp.out): New rule.
11999 ($(objpfx)tst-array3.out): Remove rule.
12000 ($(objpfx)tst-array3-cmp.out): New rule.
12001 ($(objpfx)tst-array4.out): Remove rule.
12002 ($(objpfx)tst-array4-cmp.out): New rule.
12003 ($(objpfx)tst-array5.out): Remove rule.
12004 ($(objpfx)tst-array5-cmp.out): New rule.
12005 ($(objpfx)tst-array5-static.out): Remove rule.
12006 ($(objpfx)tst-array5-static-cmp.out): New rule.
12007 [$(run-built-tests) = yes] (tests): Depend on
12008 $(objpfx)order2-cmp.out.
12009 ($(objpfx)order2.out): Remove rule.
12010 ($(objpfx)order2-cmp.out): New rule.
12011 ($(objpfx)tst-initorder.out): Remove rule.
12012 [$(run-built-tests) = yes] (tests): Depend on
12013 $(objpfx)tst-initorder-cmp.out.
12014 ($(objpfx)tst-initorder-cmp.out): New rule.
12015 ($(objpfx)tst-initorder2.out): Remove rule.
12016 [$(run-built-tests) = yes] (tests): Depend on
12017 $(objpfx)tst-initorder2-cmp.out.
12018 ($(objpfx)tst-initorder2-cmp.out): New rule.
12019 [$(run-built-tests) = yes] (tests): Depend on
12020 $(objpfx)tst-unused-dep-cmp.out.
12021 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
12022 ($(objpfx)tst-unused-dep-cmp.out): New rule.
12023 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
12024 on $(objpfx)tst-setvbuf1-cmp.out.
12025 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
12026 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
12027 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
12028 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
12029 ($(objpfx)tst-svc.out): Remove rule.
12030 ($(objpfx)tst-svc-cmp.out): New rule.
12031
ed9a38e2
JM
120322014-02-13 Joseph Myers <joseph@codesourcery.com>
12033
12034 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
12035 * ctype/ctype.h [__USE_MISC]: Likewise.
12036 * dirent/dirent.h [__USE_MISC]: Likewise.
12037 * grp/grp.h [__USE_MISC]: Likewise.
12038 * io/fcntl.h [__USE_MISC]: Likewise.
12039 * io/sys/stat.h [__USE_MISC]: Likewise.
12040 * libio/stdio.h [__USE_MISC]: Likewise.
12041 * posix/unistd.h [__USE_MISC]: Likewise.
12042 * pwd/pwd.h [__USE_MISC]: Likewise.
12043 * stdlib.h [__USE_MISC]: Likewise.
12044 * string/bits/string2.h [__USE_MISC]: Likewise.
12045 * string/string.h [__USE_MISC]: Likewise.
12046 * time/time.h [__USE_MISC]: Likewise.
12047
d6680619
AS
120482014-02-13 Andreas Schwab <schwab@suse.de>
12049
12050 [BZ #16574]
12051 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
12052 second answer buffer if it was separately allocated.
12053
ace614b8
JM
120542014-02-12 Joseph Myers <joseph@codesourcery.com>
12055
743151ae
JM
12056 * sysdeps/mips/math-tests.h: Include <features.h>.
12057 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12058 (ROUNDING_TESTS_long_double): Do not define.
12059 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12060 (EXCEPTION_TESTS_long_double): Likewise.
12061 * sysdeps/mips/mips64/libm-test-ulps: Update.
12062
498afc54
JM
12063 * include/features.h (__USE_BSD): Remove macro definitions.
12064 (__USE_SVID): Likewise.
12065 (_BSD_SOURCE): Likewise.
12066 (_SVID_SOURCE): Likewise.
12067 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
12068 from definition of _DEFAULT_SOURCE.
12069 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
12070 [_DEFAULT_SOURCE].
12071 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
12072 * bits/mman.h [__USE_BSD]: Likewise.
12073 * bits/termios.h [__USE_BSD]: Likewise.
12074 * bits/waitstatus.h [__USE_BSD]: Likewise.
12075 * ctype/ctype.h [__USE_SVID]: Likewise.
12076 * dirent/dirent.h [__USE_BSD]: Likewise.
12077 * grp/grp.h [__USE_SVID]: Likewise.
12078 [__USE_BSD]: Likewise.
12079 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
12080 * io/fcntl.h [__USE_BSD]: Likewise.
12081 * io/ftw.h [__USE_BSD]: Likewise.
12082 * io/sys/stat.h [__USE_BSD]: Likewise.
12083 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
12084 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
12085 * libio/stdio.h [__USE_SVID]: Likewise.
12086 [__USE_BSD]: Likewise.
12087 * math/math.h [__USE_SVID]: Likewise.
12088 [__USE_BSD]: Likewise.
12089 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
12090 * misc/bits/syslog.h [__USE_BSD]: Likewise.
12091 * misc/search.h [__USE_SVID]: Likewise.
12092 * misc/sys/mman.h [__USE_BSD]: Likewise.
12093 * misc/sys/syslog.h [__USE_BSD]: Likewise.
12094 * misc/sys/uio.h [__USE_BSD]: Likewise.
12095 * posix/bits/unistd.h [__USE_BSD]: Likewise.
12096 * posix/glob.h [__USE_BSD]: Likewise.
12097 * posix/regex.h [__USE_BSD]: Likewise.
12098 * posix/sys/types.h [__USE_BSD]: Likewise.
12099 [__USE_SVID]: Likewise.
12100 * posix/sys/utsname.h [__USE_SVID]: Likewise.
12101 * posix/sys/wait.h [__USE_BSD]: Likewise.
12102 [__USE_SVID]: Likewise.
12103 * posix/unistd.h [__USE_BSD]: Likewise.
12104 [__USE_SVID]: Likewise.
12105 * pwd/pwd.h [__USE_SVID]: Likewise.
12106 * resolv/netdb.h [__USE_BSD]: Likewise.
12107 * setjmp/setjmp.h [__USE_BSD]: Likewise.
12108 * signal/signal.h [__USE_BSD]: Likewise.
12109 [__USE_SVID]: Likewise.
12110 * socket/sys/socket.h [__USE_BSD]: Likewise.
12111 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
12112 * stdlib/stdlib.h [__USE_BSD]: Likewise.
12113 [__USE_SVID]: Likewise.
12114 * string/bits/string2.h [__USE_BSD]: Likewise.
12115 [__USE_SVID]: Likewise.
12116 * string/bits/string3.h [__USE_BSD]: Likewise.
12117 * string/endian.h [__USE_BSD]: Likewise.
12118 * string/string.h [__USE_SVID]: Likewise.
12119 [__USE_BSD]: Likewise.
12120 * string/strings.h [__USE_BSD]: Likewise.
12121 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
12122 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
12123 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
12124 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
12125 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
12126 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
12127 Likewise.
12128 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
12129 Likewise.
12130 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
12131 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
12132 Likewise.
12133 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
12134 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
12135 Likewise.
12136 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
12137 Likewise.
12138 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
12139 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
12140 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
12141 Likewise.
12142 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
12143 Likewise.
12144 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
12145 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
12146 * termios/termios.h [__USE_BSD]: Likewise.
12147 * time/sys/time.h [__USE_BSD]: Likewise.
12148 * time/time.h [__USE_BSD]: Likewise.
12149 [__USE_SVID]: Likewise.
12150
dd7b064c
JM
12151 * Makefile (subdir_targets): Remove subdir_lint.out.
12152
a2c4c199
JM
12153 * stdio-common/Makefile (do-tst-unbputc): Remove target.
12154 (do-tst-printf): Likewise.
12155 (tests): Depend directly on $(objpfx)tst-unbputc.out and
12156 $(objpfx)tst-printf.out.
12157
8756f740
JM
12158 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
12159
1b6dd3f1
JM
12160 * Makerules (check-abi-%): Change target to
12161 $(objpfx)check-abi-%.out.
12162 (check-abi target): Update dependencies.
12163 (check-abi-pattern variable): Redirect output of diff to $@.
12164 (check-abi variable): Likewise.
12165 * elf/Makefile (check-abi): Update dependencies.
12166
ace614b8
JM
12167 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
12168 unused.
12169 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
12170 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
12171 subnormal range.
12172 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
12173 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
12174 value has largest subnormal exponent.
12175 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
12176 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
12177 * sysdeps/aarch64/soft-fp/sfp-machine.h
12178 (_FP_TININESS_AFTER_ROUNDING): New macro.
12179 * sysdeps/alpha/soft-fp/sfp-machine.h
12180 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12181 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12182 Likewise.
12183 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
12184 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12185 * sysdeps/mips/soft-fp/sfp-machine.h
12186 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12187 * sysdeps/powerpc/soft-fp/sfp-machine.h
12188 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12189 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12190 Likewise.
12191 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
12192 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12193 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
12194 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12195 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12196 Likewise.
12197
fbfdf9cb
DAS
121982014-02-12 Dylan Alex Simon <dylan@dylex.net>
12199
12200 [BZ #16545]
12201 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
12202 model 1.
12203
68b7efaa
RH
122042014-02-12 Richard Henderson <rth@redhat.com>
12205
c70a4b1d 12206 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
12207 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
12208 * sysdeps/unix/sysv/linux/alpha: Move directory from
12209 ports/sysdeps/unix/sysv/linux/alpha.
12210 * README: Update listing for alpha-*-linux-gnu.
12211
cb4a2928
JM
122122014-02-11 Joseph Myers <joseph@codesourcery.com>
12213
c941736c
JM
12214 * include/features.h: Update comment documenting feature test
12215 macros.
12216 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
12217 _DEFAULT_SOURCE.
12218 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
12219 (_SVID_SOURCE): Likewise.
12220 (_DEFAULT_SOURCE): Update description of default features.
12221 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
12222 with _GNU_SOURCE.
12223 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
12224 (S_ISVTX): Likewise.
12225 * manual/math.texi (Mathematical Constants): Likewise.
12226 * manual/signal.texi (Interrupted Primitives): Likewise.
12227 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
12228 * math/test-matherr.c (_SVID_SOURCE): Do not define.
12229 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
12230 Don't refer to _SVID_SOURCE in warning text.
12231
e8d8d7ec
JM
12232 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12233
cb4a2928
JM
12234 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
12235 already defined.
12236 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
12237 * sysdeps/mips/dl-lookup.c: Remove.
12238 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
12239
7e6424e3
AK
122402014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
12241
12242 [BZ #16447]
12243 * math/auto-libm-test-in: Add testcase for expl.
12244 * math/auto-libm-test-out: Regenerate.
12245 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
12246 calculation of unsafe.
12247 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
12248
75eff3fe
MS
122492014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
12250
12251 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
12252 * sysdeps/unix/sysv/linux/aarch64: Move directory from
12253 ports/sysdeps/unix/sysv/linux/aarch64.
12254 * README: Update listing for aarch64*-*-linux-gnu.
12255
d35f1e80
WN
122562014-02-11 Will Newton <will.newton@linaro.org>
12257
12258 * manual/probes.texi (Mathematical Function Probes): Use
12259 "triggered" instead of "hit".
12260
7b3436d4
WN
12261 * manual/probes.texi (Internal Probes): Add documentation
12262 of setjmp, longjmp and longjmp_target probes.
12263
b4f12ca3
WN
12264 * include/stap-probe.h: Add comment about probe argument
12265 format.
12266
c13a72b7
WN
12267 * malloc/mtrace.c (attribute_hidden): Remove unused macro
12268 definition. (tr_where, tr_freehook, tr_mallochook,
12269 tr_reallochook, tr_memalignhook): Use ANSI protoype.
12270
195b8165
DM
122712014-02-11 David S. Miller <davem@davemloft.net>
12272
12273 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
12274 processing int_tests.
12275
2ad7600b
JM
122762014-02-10 Joseph Myers <joseph@codesourcery.com>
12277
12278 * sysdeps/mips: Move directory from ports/sysdeps/mips.
12279 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
12280 * sysdeps/unix/sysv/linux/mips: Move directory from
12281 ports/sysdeps/unix/sysv/linux/mips.
12282 * README: Update listing for mips-*-linux-gnu and
12283 mips64-*-linux-gnu.
12284
73588a72
AS
122852014-02-10 Andreas Schwab <schwab@linux-m68k.org>
12286
12287 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
12288 * sysdeps/unix/sysv/linux/m68k: Move directory from
12289 ports/sysdeps/unix/sysv/linux/m68k.
12290 * README: Update listing for m68k-*-linux-gnu.
12291
4372980f
CM
122922014-02-10 Chris Metcalf <cmetcalf@tilera.com>
12293
12294 * sysdeps/tile: Move directory from ports/sysdeps/tile.
12295 * sysdeps/unix/sysv/linux/generic: Move directory from
12296 ports/sysdeps/unix/sysv/linux/generic.
12297 * sysdeps/unix/sysv/linux/tile: Move directory from
12298 ports/sysdeps/unix/sysv/linux/tile.
12299 * README: Update listing for tile*-*-linux-gnu.
12300
a1ffb40e
OB
123012014-02-10 Ondřej Bílka <neleai@seznam.cz>
12302
57f41c40
AS
12303 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
12304 __builtin_expect.
a1ffb40e
OB
12305 * benchtests/bench-memmem.c (simple_memmem): Likewise.
12306 * catgets/open_catalog.c (__open_catalog): Likewise.
12307 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
12308 * debug/confstr_chk.c: Likewise.
12309 * debug/fread_chk.c (__fread_chk): Likewise.
12310 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
12311 * debug/getgroups_chk.c: Likewise.
12312 * debug/mbsnrtowcs_chk.c: Likewise.
12313 * debug/mbsrtowcs_chk.c: Likewise.
12314 * debug/mbstowcs_chk.c: Likewise.
12315 * debug/memcpy_chk.c: Likewise.
12316 * debug/memmove_chk.c: Likewise.
12317 * debug/mempcpy_chk.c: Likewise.
12318 * debug/memset_chk.c: Likewise.
12319 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
12320 * debug/strcat_chk.c (__strcat_chk): Likewise.
12321 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
12322 * debug/strncat_chk.c (__strncat_chk): Likewise.
12323 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
12324 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
12325 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
12326 * debug/wcpncpy_chk.c: Likewise.
12327 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
12328 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
12329 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
12330 * debug/wcsncpy_chk.c: Likewise.
12331 * debug/wcsnrtombs_chk.c: Likewise.
12332 * debug/wcsrtombs_chk.c: Likewise.
12333 * debug/wcstombs_chk.c: Likewise.
12334 * debug/wmemcpy_chk.c: Likewise.
12335 * debug/wmemmove_chk.c: Likewise.
12336 * debug/wmempcpy_chk.c: Likewise.
12337 * debug/wmemset_chk.c: Likewise.
12338 * dirent/scandirat.c (SCANDIRAT): Likewise.
12339 * dlfcn/dladdr1.c (dladdr1): Likewise.
12340 * dlfcn/dladdr.c (dladdr): Likewise.
12341 * dlfcn/dlclose.c (dlclose_doit): Likewise.
12342 * dlfcn/dlerror.c (__dlerror): Likewise.
12343 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
12344 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
12345 * dlfcn/dlopen.c (dlopen_doit): Likewise.
12346 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
12347 * dlfcn/dlsym.c (dlsym_doit): Likewise.
12348 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
12349 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
12350 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
12351 Likewise.
12352 * elf/dl-conflict.c: Likewise.
12353 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
12354 * elf/dl-dst.h: Likewise.
12355 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
12356 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
12357 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
12358 * elf/dl-init.c (call_init, _dl_init): Likewise.
12359 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
12360 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
12361 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
12362 Likewise.
a1ffb40e
OB
12363 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
12364 Likewise.
12365 * elf/dl-minimal.c (__libc_memalign): Likewise.
12366 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
12367 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12368 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12369 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
12370 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
12371 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
12372 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
12373 * elf/dl-writev.h (_dl_writev): Likewise.
12374 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
12375 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
12376 (dl_main): Likewise.
a1ffb40e
OB
12377 * elf/setup-vdso.h (setup_vdso): Likewise.
12378 * grp/compat-initgroups.c (compat_call): Likewise.
12379 * grp/fgetgrent.c (fgetgrent): Likewise.
12380 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
12381 * grp/putgrent.c (putgrent): Likewise.
12382 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
12383 Likewise.
12384 * hurd/hurdinit.c: Likewise.
12385 * iconvdata/8bit-gap.c (struct): Likewise.
12386 * iconvdata/ansi_x3.110.c : Likewise.
12387 * iconvdata/big5.c : Likewise.
12388 * iconvdata/big5hkscs.c : Likewise.
12389 * iconvdata/cp1255.c: Likewise.
12390 * iconvdata/cp1258.c : Likewise.
12391 * iconvdata/cp932.c : Likewise.
12392 * iconvdata/euc-cn.c: Likewise.
12393 * iconvdata/euc-jisx0213.c : Likewise.
12394 * iconvdata/euc-jp.c: Likewise.
12395 * iconvdata/euc-jp-ms.c : Likewise.
12396 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
12397 * iconvdata/gb18030.c : Likewise.
12398 * iconvdata/gbbig5.c (const): Likewise.
12399 * iconvdata/gbgbk.c: Likewise.
12400 * iconvdata/gbk.c : Likewise.
12401 * iconvdata/ibm1364.c : Likewise.
12402 * iconvdata/ibm930.c : Likewise.
12403 * iconvdata/ibm932.c: Likewise.
12404 * iconvdata/ibm933.c : Likewise.
12405 * iconvdata/ibm935.c : Likewise.
12406 * iconvdata/ibm937.c : Likewise.
12407 * iconvdata/ibm939.c : Likewise.
12408 * iconvdata/ibm943.c: Likewise.
12409 * iconvdata/iso_11548-1.c: Likewise.
12410 * iconvdata/iso-2022-cn.c : Likewise.
12411 * iconvdata/iso-2022-cn-ext.c : Likewise.
12412 * iconvdata/iso-2022-jp-3.c: Likewise.
12413 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12414 * iconvdata/iso-2022-kr.c : Likewise.
12415 * iconvdata/iso646.c (gconv_end): Likewise.
12416 * iconvdata/iso_6937-2.c : Likewise.
12417 * iconvdata/iso_6937.c : Likewise.
12418 * iconvdata/iso8859-1.c: Likewise.
12419 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12420 * iconvdata/shift_jisx0213.c : Likewise.
12421 * iconvdata/sjis.c : Likewise.
12422 * iconvdata/t.61.c : Likewise.
12423 * iconvdata/tcvn5712-1.c : Likewise.
12424 * iconvdata/tscii.c: Likewise.
12425 * iconvdata/uhc.c : Likewise.
12426 * iconvdata/unicode.c (gconv_end): Likewise.
12427 * iconvdata/utf-16.c (gconv_end): Likewise.
12428 * iconvdata/utf-32.c (gconv_end): Likewise.
12429 * iconvdata/utf-7.c (base64): Likewise.
12430 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12431 * iconv/gconv_close.c (__gconv_close): Likewise.
12432 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
12433 * iconv/gconv_simple.c (internal_ucs4_loop_single)
12434 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12435 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12436 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12437 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
12438 * iconv/iconv.c (iconv): Likewise.
12439 * iconv/iconv_close.c: Likewise.
12440 * iconv/loop.c (SINGLE): Likewise.
12441 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12442 * include/atomic.h: Likewise.
12443 * inet/inet6_option.c (option_alloc): Likewise.
12444 * intl/bindtextdom.c (set_binding_values): Likewise.
12445 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12446 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12447 * intl/localealias.c (read_alias_file): Likewise.
12448 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
12449 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12450 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
12451 * libio/fmemopen.c (fmemopen): Likewise.
12452 * libio/iofgets.c (_IO_fgets): Likewise.
12453 * libio/iofgets_u.c (fgets_unlocked): Likewise.
12454 * libio/iofgetws.c (fgetws): Likewise.
12455 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12456 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
12457 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12458 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
12459 * locale/findlocale.c (_nl_find_locale): Likewise.
12460 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12461 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12462 Likewise.
12463 * locale/setlocale.c (setlocale): Likewise.
12464 * login/programs/pt_chown.c (main): Likewise.
12465 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12466 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
12467 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12468 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
12469 * math/e_exp2l.c: Likewise.
12470 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12471 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12472 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12473 * math/s_catan.c (__catan): Likewise.
12474 * math/s_catanf.c (__catanf): Likewise.
12475 * math/s_catanh.c (__catanh): Likewise.
12476 * math/s_catanhf.c (__catanhf): Likewise.
12477 * math/s_catanhl.c (__catanhl): Likewise.
12478 * math/s_catanl.c (__catanl): Likewise.
12479 * math/s_ccosh.c (__ccosh): Likewise.
12480 * math/s_ccoshf.c (__ccoshf): Likewise.
12481 * math/s_ccoshl.c (__ccoshl): Likewise.
12482 * math/s_cexp.c (__cexp): Likewise.
12483 * math/s_cexpf.c (__cexpf): Likewise.
12484 * math/s_cexpl.c (__cexpl): Likewise.
12485 * math/s_clog10.c (__clog10): Likewise.
12486 * math/s_clog10f.c (__clog10f): Likewise.
12487 * math/s_clog10l.c (__clog10l): Likewise.
12488 * math/s_clog.c (__clog): Likewise.
12489 * math/s_clogf.c (__clogf): Likewise.
12490 * math/s_clogl.c (__clogl): Likewise.
12491 * math/s_csin.c (__csin): Likewise.
12492 * math/s_csinf.c (__csinf): Likewise.
12493 * math/s_csinh.c (__csinh): Likewise.
12494 * math/s_csinhf.c (__csinhf): Likewise.
12495 * math/s_csinhl.c (__csinhl): Likewise.
12496 * math/s_csinl.c (__csinl): Likewise.
12497 * math/s_csqrt.c (__csqrt): Likewise.
12498 * math/s_csqrtf.c (__csqrtf): Likewise.
12499 * math/s_csqrtl.c (__csqrtl): Likewise.
12500 * math/s_ctan.c (__ctan): Likewise.
12501 * math/s_ctanf.c (__ctanf): Likewise.
12502 * math/s_ctanh.c (__ctanh): Likewise.
12503 * math/s_ctanhf.c (__ctanhf): Likewise.
12504 * math/s_ctanhl.c (__ctanhl): Likewise.
12505 * math/s_ctanl.c (__ctanl): Likewise.
12506 * math/w_pow.c: Likewise.
12507 * math/w_powf.c: Likewise.
12508 * math/w_powl.c: Likewise.
12509 * math/w_scalb.c (sysv_scalb): Likewise.
12510 * math/w_scalbf.c (sysv_scalbf): Likewise.
12511 * math/w_scalbl.c (sysv_scalbl): Likewise.
12512 * misc/error.c (error_tail): Likewise.
12513 * misc/pselect.c (__pselect): Likewise.
12514 * nis/nis_callback.c (__nis_create_callback): Likewise.
12515 * nis/nis_call.c (__nisfind_server): Likewise.
12516 * nis/nis_creategroup.c (nis_creategroup): Likewise.
12517 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12518 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12519 * nis/nis_getservlist.c (nis_getservlist): Likewise.
12520 * nis/nis_lookup.c (nis_lookup): Likewise.
12521 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
12522 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12523 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 12524 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
12525 * nis/nss_compat/compat-grp.c (getgrent_next_file)
12526 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12527 * nis/nss_compat/compat-initgroups.c (add_group)
12528 (internal_getgrent_r): Likewise.
12529 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12530 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12531 * nis/nss_compat/compat-spwd.c (getspent_next_file)
12532 (internal_getspnam_r): Likewise.
12533 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12534 (_nss_nis_getaliasbyname_r): Likewise.
12535 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12536 (_nss_nis_getntohost_r): Likewise.
12537 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12538 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12539 (_nss_nis_getgrgid_r): Likewise.
12540 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12541 (internal_nis_gethostent_r, internal_gethostbyname2_r)
12542 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12543 (_nss_nis_gethostbyname4_r): Likewise.
12544 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12545 (initgroups_netid): Likewise.
a1ffb40e 12546 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
12547 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12548 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12549 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12550 (_nss_nis_getprotobynumber_r): Likewise.
12551 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12552 (_nss_nis_getsecretkey): Likewise.
12553 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12554 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12555 (_nss_nis_getpwuid_r): Likewise.
12556 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12557 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12558 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12559 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12560 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12561 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
12562 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12563 Likewise.
57f41c40
AS
12564 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12565 (_nss_nisplus_getntohost_r): Likewise.
12566 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12567 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12568 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12569 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 12570 Likewise.
57f41c40
AS
12571 * nis/nss_nisplus/nisplus-initgroups.c
12572 (_nss_nisplus_initgroups_dyn): Likewise.
12573 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12574 (_nss_nisplus_getnetbyaddr_r): Likewise.
12575 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12576 (_nss_nisplus_getprotobynumber_r): Likewise.
12577 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12578 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
12579 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12580 Likewise.
57f41c40
AS
12581 * nis/nss_nisplus/nisplus-service.c
12582 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12583 (_nss_nisplus_getservbyport_r): Likewise.
12584 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12585 (_nss_nisplus_getspnam_r): Likewise.
12586 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12587 Likewise.
a1ffb40e
OB
12588 * nscd/aicache.c (addhstaiX): Likewise.
12589 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
12590 * nscd/connections.c (register_traced_file, send_ro_fd)
12591 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12592 (main_loop_epoll): Likewise.
a1ffb40e
OB
12593 * nscd/grpcache.c (addgrbyX): Likewise.
12594 * nscd/hstcache.c (addhstbyX): Likewise.
12595 * nscd/initgrcache.c (addinitgroupsX): Likewise.
12596 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
12597 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12598 (addinnetgrX): Likewise.
12599 * nscd/nscd-client.h (__nscd_acquire_maplock)
12600 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
12601 * nscd/nscd_getai.c (__nscd_getai): Likewise.
12602 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12603 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12604 Likewise.
12605 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12606 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
12607 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12608 (__nscd_get_map_ref): Likewise.
a1ffb40e 12609 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
12610 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12611 Likewise.
a1ffb40e
OB
12612 * nscd/pwdcache.c (addpwbyX): Likewise.
12613 * nscd/selinux.c (preserve_capabilities): Likewise.
12614 * nscd/servicescache.c (addservbyX): Likewise.
12615 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12616 * posix/fnmatch.c (fnmatch): Likewise.
12617 * posix/getopt.c (_getopt_internal_r): Likewise.
12618 * posix/glob.c (glob, glob_in_dir): Likewise.
12619 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
12620 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12621 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
12622 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12623 * resolv/res_init.c: Likewise.
12624 * resolv/res_mkquery.c (res_nmkquery): Likewise.
12625 * resolv/res_query.c (__libc_res_nquery): Likewise.
12626 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12627 Likewise.
12628 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12629 * stdio-common/perror.c (perror): Likewise.
12630 * stdio-common/printf_fp.c (___printf_fp): Likewise.
12631 * stdio-common/tmpnam.c (tmpnam): Likewise.
12632 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12633 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
12634 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12635 Likewise.
a1ffb40e
OB
12636 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12637 * stdlib/putenv.c (putenv): Likewise.
12638 * stdlib/setenv.c (__add_to_environ): Likewise.
12639 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12640 * stdlib/strtol_l.c (INTERNAL): Likewise.
12641 * string/memmem.c (memmem): Likewise.
12642 * string/strerror.c (strerror): Likewise.
12643 * string/strnlen.c (__strnlen): Likewise.
12644 * string/test-memmem.c (simple_memmem): Likewise.
12645 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12646 * sunrpc/pm_getport.c (__get_socket): Likewise.
12647 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12648 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
12649 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12650 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
12651 Likewise.
12652 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12653 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12654 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12655 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12656 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
12657 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12658 Likewise.
12659 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12660 Likewise.
a1ffb40e
OB
12661 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12662 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12663 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12664 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12665 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12666 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12667 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12668 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12669 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12670 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12671 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12672 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12673 Likewise.
12674 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12675 Likewise.
12676 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12677 Likewise.
12678 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12679 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12680 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12681 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12682 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12683 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12684 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12685 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12686 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12687 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12688 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12689 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12690 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12691 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12692 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
12693 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12694 Likewise.
a1ffb40e
OB
12695 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12696 Likewise.
12697 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12698 Likewise.
12699 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12700 Likewise.
12701 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12702 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12703 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12704 Likewise.
12705 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12706 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12707 * sysdeps/posix/opendir.c (__opendirat): Likewise.
12708 * sysdeps/posix/sleep.c: Likewise.
12709 * sysdeps/posix/tempname.c: Likewise.
12710 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12711 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12712 Likewise.
57f41c40
AS
12713 * sysdeps/powerpc/powerpc32/dl-machine.h
12714 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
12715 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12716 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12717 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12718 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12719 Likewise.
12720 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12721 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12722 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12723 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12724 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12725 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12726 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12727 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12728 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12729 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12730 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12731 (elf_machine_lazy_rel): Likewise.
a1ffb40e 12732 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12733 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12734 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12735 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12736 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12737 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12738 * sysdeps/unix/grantpt.c (grantpt): Likewise.
12739 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12740 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12741 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12742 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12743 Likewise.
12744 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12745 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12746 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12747 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12748 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12749 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12750 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12751 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12752 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12753 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12754 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12755 Likewise.
12756 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12757 (__posix_fallocate64_l64): Likewise.
12758 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12759 (posix_fallocate): Likewise.
57f41c40
AS
12760 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12761 Likewise.
a1ffb40e 12762 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
12763 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12764 (getifaddrs_internal): Likewise.
a1ffb40e
OB
12765 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12766 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12767 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12768 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12769 * sysdeps/unix/sysv/linux/posix_fallocate64.c
12770 (__posix_fallocate64_l64): Likewise.
12771 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12772 Likewise.
12773 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
12774 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12775 (__get_clockfreq): Likewise.
a1ffb40e
OB
12776 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12777 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12778 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12779 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12780 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12781 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12782 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12783 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12784 Likewise.
12785 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12786 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12787 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12788 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12789 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12790 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12791 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12792 Likewise.
12793 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12794 (posix_fallocate): Likewise.
12795 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12796 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12797 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12798 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12799 (elf_machine_rela, elf_machine_rela_relative)
12800 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12801 * time/asctime.c (asctime_internal): Likewise.
12802 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12803 * time/tzset.c (__tzset_parse_tz): Likewise.
12804 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12805 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12806 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12807 * wcsmbs/wcsmbsload.h: Likewise.
12808
f3d338c9
OB
12809 [BZ #15894]
12810 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12811
57f41c40
AS
12812 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12813 (arena_get2): Remove THREAD_STATS conditionals.
12814 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12815 (__malloc_stats, int): Likewise.
bdfe308a 12816
d674667c
MF
128172014-02-08 Mike Frysinger <vapier@gentoo.org>
12818
12819 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12820 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
12821
6349768c
MF
12822 * manual/setjmp.texi: Fix typos/grammar errors.
12823
0b7c7473
MF
12824 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12825 Only return early when n is <= 0. Delete unused return statement.
12826
ac8cc9e3
MF
12827 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12828 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12829 * debug/tst-longjmp_chk3.c: New file.
12830
c5bb8e23
MF
12831 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12832 (test_main): Replace code with set_fortify_handler call.
12833 * debug/test-strcpy_chk.c: Likewise.
12834 * debug/tst-chk1.c: Likewise.
12835 * debug/tst-longjmp_chk.c: Likewise.
12836 * test-skeleton.c: Include fcntl.h & paths.h
12837 (set_fortify_handler): Define.
12838
10444e42
MF
12839 * debug/tst-longjmp_chk.c: Add header comment and include
12840 ../test-skeleton.c.
12841 (do_test): Mark static.
12842 (TEST_FUNCTION): Define.
12843
1e805e8d
MF
12844 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12845 (IP_PMTUDISC_INTERFACE): Likewise.
12846 (IP_MULTICAST_IF): Likewise.
12847 (IP_MULTICAST_TTL): Likewise.
12848 (IP_MULTICAST_LOOP): Likewise.
12849 (IP_ADD_MEMBERSHIP): Likewise.
12850 (IP_DROP_MEMBERSHIP): Likewise.
12851 (IP_UNBLOCK_SOURCE): Likewise.
12852 (IP_BLOCK_SOURCE): Likewise.
12853 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12854 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12855 (IP_MSFILTER): Likewise.
12856 (MCAST_JOIN_GROUP): Likewise.
12857 (MCAST_BLOCK_SOURCE): Likewise.
12858 (MCAST_UNBLOCK_SOURCE): Likewise.
12859 (MCAST_LEAVE_GROUP): Likewise.
12860 (MCAST_JOIN_SOURCE_GROUP): Likewise.
12861 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12862 (MCAST_MSFILTER): Likewise.
12863 (IP_MULTICAST_ALL): Likewise.
12864 (IP_UNICAST_IF): Likewise.
12865
73f79bb7
MF
12866 * timezone/Makefile: Delete $(have-ksh) check.
12867 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12868 * timezone/tzselect.ksh: Add +x mode bits.
12869
8da79b60
MF
12870 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12871 (ANON_INODE_FS_MAGIC): Likewise.
12872 (BDEVFS_MAGIC): Likewise.
12873 (BINFMTFS_MAGIC): Likewise.
12874 (BTRFS_TEST_MAGIC): Likewise.
12875 (CRAMFS_MAGIC_WEND): Likewise.
12876 (DEBUGFS_MAGIC): Likewise.
12877 (ECRYPTFS_SUPER_MAGIC): Likewise.
12878 (EXT3_SUPER_MAGIC): Likewise.
12879 (EXT4_SUPER_MAGIC): Likewise.
12880 (FUTEXFS_SUPER_MAGIC): Likewise.
12881 (HOSTFS_SUPER_MAGIC): Likewise.
12882 (HUGETLBFS_MAGIC): Likewise.
12883 (MINIX3_SUPER_MAGIC): Likewise.
12884 (MTD_INODE_FS_MAGIC): Likewise.
12885 (NILFS_SUPER_MAGIC): Likewise.
12886 (OPENPROM_SUPER_MAGIC): Likewise.
12887 (PIPEFS_MAGIC): Likewise.
12888 (PSTOREFS_MAGIC): Likewise.
12889 (QNX6_SUPER_MAGIC): Likewise.
12890 (RAMFS_MAGIC): Likewise.
12891 (REISERFS_SUPER_MAGIC_STRING): Likewise.
12892 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12893 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12894 (SECURITYFS_MAGIC): Likewise.
12895 (SELINUX_MAGIC): Likewise.
12896 (SMACK_MAGIC): Likewise.
12897 (SOCKFS_MAGIC): Likewise.
12898 (SQUASHFS_MAGIC): Likewise.
12899 (STACK_END_MAGIC): Likewise.
12900 (TMPFS_MAGIC): Likewise.
12901 (USBDEVICE_SUPER_MAGIC): Likewise.
12902 (V9FS_MAGIC): Likewise.
12903 (XENFS_SUPER_MAGIC): Likewise.
12904 (CRAMFS_MAGIC): Fix typo in comment.
12905 (EXT2_SUPER_MAGIC): Update comment.
12906 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12907
464263cc
JM
129082014-02-08 Joseph Myers <joseph@codesourcery.com>
12909
c6bfe5c4
JM
12910 * sysdeps/arm: Move directory from ports/sysdeps/arm.
12911 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12912 * sysdeps/unix/sysv/linux/arm: Move directory from
12913 ports/sysdeps/unix/sysv/linux/arm.
12914 * README: Update listing for arm-*-linux-gnueabi.
12915
464263cc
JM
12916 * README: Remove mention of am33.
12917
32749f6c
RM
129182014-02-07 Roland McGrath <roland@hack.frob.com>
12919
12920 * bits/sigset.h (__sigemptyset): Use a statement expression rather
12921 than the comma operator, to avoid "rhs of comma has no effect"
12922 compiler warnings.
12923 (__sigfillset, __sigandset, __sigorset): Likewise.
12924 * include/signal.h (__sigemptyset): Likewise.
12925 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12926
d5b396c1
AM
129272014-02-07 Allan McRae <allan@archlinux.org>
12928
12929 * version.h (RELEASE): Set to "development".
12930 (VERSION): Set to "2.19.90"
12931 * NEWS: Add 2.20 section.
12932
3bfff2ed
CD
129332014-02-06 Carlos O'Donell <carlos@redhat.com>
12934
12935 [BZ #16529]
12936 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12937
ee7cc385
SP
129382014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
12939
12940 * manual/contrib.texi: Update entry for Carlos O'Donell,
12941 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12942
f877c4f2
CD
129432014-02-05 Carlos O'Donell <carlos@rehdat.com>
12944
27e839f6
CD
12945 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12946
f877c4f2
CD
12947 * sysdeps/unix/sysv/linux/kernel-features.h
12948 [__LINUX_KERNEL_VERSION >= 0x020621]
12949 (__ASSUME_PROC_PID_TASK_COMM): Define.
12950
68159946
SP
129512014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12952
ba17cdbd
SP
12953 [BZ #16398]
12954 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12955 conversion when destination buffer does not have enough space.
12956 * libio/tst-ftell-partial-wide.c: New test case.
12957 * libio/Makefile (tests): Add tst-ftell-partial-wide.
12958
68159946
SP
12959 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12960 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
12961 Leonard and Allan McRae.
12962
2b528732
DM
129632014-02-04 David S. Miller <davem@davemloft.net>
12964
12965 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12966 32-bit.
12967
0ff82463
AZ
129682014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12969
57f41c40
AS
12970 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12971 New file
c01603f7
AZ
12972 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12973 New file
57f41c40
AS
12974 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12975 New file.
12976 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12977 New file.
c01603f7
AZ
12978 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12979 New file.
57f41c40
AS
12980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12981 New file.
12982 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12983 New file.
c01603f7
AZ
12984 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12985 New file.
12986 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12987 New file.
12988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12989 New file.
12990 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12991 New file.
12992 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12993 New file.
12994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12995 New file.
12996
129972014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12998
0ff82463
AZ
12999 * nptl/shlib-versions: Change powerpc*le start to 2.17.
13000 * shlib-versions: Likewise.
13001
1695c773
AZ
130022014-02-04 Roland McGrath <roland@hack.frob.com>
13003 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13004
13005 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
13006 (abilist-pattern): New variable, set to %-le.abilist.
13007
13008 * Makerules (abilist-pattern): New variable.
13009 (vpath): Use $(abilist-pattern) in place of %.abilist.
13010 (check-abi-% pattern rule): Likewise.
13011 (check-abi, update-abi): Likewise.
13012
6c0ce4b4
EW
130132014-02-04 Eric Wong <normalperson@yhbt.net>
13014
13015 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13016
481e3524
CD
130172014-02-03 Carlos O'Donell <carlos@redhat.com>
13018
13019 * manual/startup.texi: Add next, previous, and top entries for
13020 the `Program Arguments' and `Environment Variables' nodes.
13021
375592d3
AO
130222014-02-03 Alexandre Oliva <aoliva@redhat.com>
13023
13024 * manual/macros.texi: Add comments before MTASC-safety macros.
13025
f54838ba
AO
13026 * manual/users.texi: Document MTASC-safety properties.
13027
57f41c40
AS
13028 * manual/threads.texi (pthread_key_create, pthread_key_delete)
13029 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
13030 @deftypefun, and add @safety note.
13031 * manual/signal.texi: Move comments that analyze the above
13032 functions to their home place.
13033
fd3daba4
AM
130342014-02-03 Allan McRae <allan@archlinux.org>
13035
13036 * po/sl.po: Update Slovenian translation from translation project.
13037
597636d7
AO
130382014-02-02 Alexandre Oliva <aoliva@redhat.com>
13039
13040 * manual/time.texi (timegm): Add missing blank after @c.
13041 Reported by Joseph Myers <joseph@codesourcery.com>.
13042
ee196e3c
AO
130432014-02-01 Alexandre Oliva <aoliva@redhat.com>
13044
13045 * manual/check-safety.sh: New.
13046 * manual/Makefile ($(objpfx)stamp-summary): Run it.
13047
f8d529d5
AO
13048 * manual/terminal.texi: Document MTASC-safety properties.
13049
de55fdf4
AO
13050 * manual/filesys.texi: Document MTASC-safety properties.
13051
c3299c08
AO
13052 * manual/errno.texi: Document MTASC-safety properties.
13053
06e90b14
AO
13054 * manual/intro.texi: Document safety identifiers and
13055 conditionals.
13056
1acd4371
AO
13057 * manual/string.texi (wcstok): Fix prototype.
13058 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
13059
23e5b8cb
AO
13060 * manual/time.texi: Document MTASC-safety properties.
13061
11087373
AO
13062 * manual/string.texi: Document MTASC-safety properties.
13063
5da2c93d
AO
13064 * manual/threads.texi: Document MTASC-safety properties.
13065
171e9210
AO
13066 * manual/stdio.texi: Document MTASC-safety properties.
13067
d9e02532
AO
13068 * manual/syslog.texi: Document MTASC-safety properties.
13069
6af8bab7
AO
13070 * manual/sysinfo.texi: Document MTASC-safety properties.
13071
663b02d7
AO
13072 * manual/startup.texi: Document MTASC-safety properties.
13073
973f180b
AO
13074 * manual/socket.texi: Document MTASC-safety properties.
13075
8f3c25c8
AO
13076 * manual/signal.texi: Document MTASC-safety properties.
13077
542210fb
AO
130782014-01-31 Alexandre Oliva <aoliva@redhat.com>
13079
13080 * manual/setjmp.texi: Document MTASC-safety properties.
13081
433c45a2
AO
13082 * manual/search.texi: Document MTASC-safety properties.
13083
c8ce789c
AO
13084 * manual/resource.texi: Document MTASC-safety properties.
13085
19f5d29c
AO
13086 * manual/process.texi: Document MTASC-safety properties.
13087
e2dfb7f4
AO
13088 * manual/platform.texi: Document MTASC-safety properties.
13089
8c1413f5
AO
13090 * manual/pipe.texi: Document MTASC-safety properties.
13091
03483ada
AO
13092 * manual/pattern.texi: Document MTASC-safety properties.
13093
29e7e2df
AO
13094 * manual/message.texi: Document MTASC-safety properties.
13095
9f529d7c
AO
13096 [BZ #12751]
13097 * manual/memory.texi: Document MTASC-safety properties.
13098
27aaa791
AO
13099 * manual/math.texi: Document MTASC-safety properties.
13100
f2d58726
AO
13101 * manual/locale.texi: Document MTASC-safety properties.
13102
2cc3615c
AO
13103 * manual/llio.texi: Document MTASC-safety properties.
13104
d9f0ec97
AO
13105 * manual/libdl.texi: New.
13106
e7c4409a
AO
13107 * manual/lang.texi: Document MTASC-safety properties.
13108
27bdc63c
AO
13109 * manual/job.texi: Document MTASC-safety properties.
13110
a7b90ea9
AO
13111 * manual/getopt.texi: Document MTASC-safety properties.
13112
c49130e3
AO
13113 * manual/ctype.texi: Document MTASC-safety properties.
13114
0d23a5c1
MR
131152014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
13116
13117 [BZ #16046]
13118 * csu/libc-tls.c (static_map): Remove variable.
13119 (__libc_setup_tls): Use main executable's link map for TLS data.
13120 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
13121 casing for LM_ID_BASE and GL(dl_nns).
13122 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
13123 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
13124 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
13125 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
13126 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
13127 member.
13128 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
13129 l_phnum members.
13130
0037bb60
AO
131312014-01-30 Alexandre Oliva <aoliva@redhat.com>
13132
13133 * manual/debug.texi: Document MTASC-safety properties.
13134
409e00bd
L
131352014-01-29 H.J. Lu <hongjiu.lu@intel.com>
13136
13137 [BZ #16510]
13138 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
13139 of __x86_64__ when disabling x87 inline functions.
13140
86e60666
AO
131412014-01-29 Alexandre Oliva <aoliva@redhat.com>
13142
13143 * manual/charset.texi: Document MTASC-safety properties.
13144
76167637
AO
13145 * manual/crypt.texi: Document MTASC-safety properties.
13146
e567f2a0
AO
13147 * manual/conf.texi: Document MTASC-safety properties.
13148
b719dafd
AO
13149 * manual/arith.texi: Document MTASC-safety properties.
13150
4a16c662
AO
13151 * manual/argp.texi: Document MTASC-safety properties.
13152
0a57b83e
AO
13153 * manual/macros.texi: Introduce macros to document multi
13154 thread, asynchronous signal and asynchronous cancellation
13155 safety properties.
13156 * manual/intro.texi: Introduce the properties themselves.
13157
feab2397
KK
131582014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13159
13160 * sysdeps/sh/sh4/Makefile: New file.
13161
1c0d11bc
AS
131622014-01-27 Andreas Schwab <schwab@linux-m68k.org>
13163
13164 * math/gen-libm-test.pl ($srcdir): New variable.
13165 ($auto_input): Use it.
13166
af37a8a3
SP
131672014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13168
d7b00f98
SP
13169 [BZ #16506]
13170 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
13171 access beyond array bounds when parsing netgroups file.
13172
af37a8a3
SP
13173 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
13174 the old buffer before realloc.
13175
0c00f062
AM
131762014-01-27 Allan McRae <allan@archlinux.org>
13177
13178 * po/fr.po: Update French translation from translation project.
13179
7d69a1b0
KK
131802014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13181
13182 * sysdeps/sh/libm-test-ulps: Regenerate.
13183
6e697ff7
DM
131842014-01-24 David S. Miller <davem@davemloft.net>
13185
13186 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
13187
9cadb35c
KK
131882014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13189
13190 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
13191 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
13192
5d41dadf
SP
131932013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
13194
13195 [BZ #16474]
13196 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
13197 string pointers after reallocation.
13198
0bad441c
KK
131992014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13200
13201 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
13202 __SH4A__ instead of __SH_FPU_ANY__.
13203
7007c661
KK
132042014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13205
13206 * sysdeps/sh/fpu_control.h: New file.
13207 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
13208 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
13209 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
13210 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
13211 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
13212 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
13213 * sysdeps/sh/sys/ucontext.h: Remove.
13214 * sysdeps/sh/sys: Remove directory.
13215
0f0c35e4
AK
132162014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13217
13218 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
13219 s390/sys/ucontext.h.
13220 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13221 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
13222
4959e284
L
132232014-01-20 H.J. Lu <hongjiu.lu@intel.com>
13224
13225 [BZ #15605]
13226 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
13227
d98720e0
AZ
132282014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13229
13230 [BZ#16431]
13231 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
13232 Adjust the vDSO correctly for internal calls.
13233 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
13234
91cbd0bc
AM
132352014-01-20 Allan McRae <allan@archlinux.org>
13236
13237 * po/ca.po: Update Catalan translation from translation project.
13238
7a02cfad
MF
132392014-01-16 Mike Frysinger <vapier@gentoo.org>
13240
13241 * sysdeps/s390/sotruss-lib.c: New file.
13242
736c304a
AZ
132432014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13244
13245 [BZ#16430]
6e077ee5 13246 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
13247 (__GI___gettimeofday): Alias for a different internal symbol to avoid
13248 local calls issues by not having a PLT stub required for IFUNC calls.
13249 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
13250
94d0cea0
JM
132512014-01-16 Joseph Myers <joseph@codesourcery.com>
13252
13253 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
13254 * math/test-fpucw-static.c: Likewise.
13255
980cb518
SP
132562013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13257
13258 [BZ #16453]
13259 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
13260
2393fc01
AZ
132612014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13262
13263 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
13264 implementation for powerpc.
13265
d359bcc2
OB
132662014-01-15 Ondřej Bílka <neleai@seznam.cz>
13267
13268 [BZ #14782]
13269 * sysdeps/posix/system.c (__libc_system): Do not enable
13270 asynchronous cancellation.
13271
7beb48cb
AK
132722014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13273
13274 [BZ #16427]
13275 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
13276 handling only for numbers special also in the IEEE case.
13277
c20d5bf5
AK
132782014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13279
13280 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13281
e83bd4ee
AM
132822014-01-11 Allan McRae <allan@archlinux.org>
13283
76d0ea69
AM
13284 * po/bg.po: Update Bulgarian translation from translation project.
13285
e83bd4ee
AM
13286 * po/de.po: Update German translation from translation project.
13287
bc2ba20a
RM
132882014-01-10 Roland McGrath <roland@hack.frob.com>
13289
13290 * sysdeps/generic/gcc-compat.h: New file.
13291
649ecea2
SP
132922014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
13293
13294 * benchtests/asin-inputs: Correct slow inputs.
13295 * benchtests/acos-inputs: Likewise.
13296
1b19c006
AM
132972014-01-10 Allan McRae <allan@archlinux.org>
13298
a46dab08
AM
13299 * po:sv.po: Update Swedish translation from translation project.
13300
421df74a
AM
13301 * po/vi.po: Update Vietnamese translation from translation project.
13302
d61c51a7
AM
13303 * po/eo.po: Update Esperanto translation from translation project.
13304
0339a319
AM
13305 * po/cs.po: Update Czech translation from translation project.
13306
94ad3e99
AM
13307 * po/nl.po: Update Dutch translation from translation project.
13308
e349ca71
AM
13309 * po/pl.po: Update Polish translation from translation project.
13310
ddf930c1
AM
13311 * po/ru.po: Update Russian translation from translation project.
13312
1b19c006
AM
13313 * po/uk.po: Update Ukrainian translation from translation project.
13314
9f236c49
BM
133152014-01-08 Brooks Moses <bmoses@google.com>
13316
13317 * elf/dl-load.c: Fix comment typo.
13318
cd6701cf
CD
133192014-01-08 Carlos O'Donell <carlos@redhat.com>
13320
13321 * po/header.pot: Rename to...
13322 * po/pot.header: ... this.
13323 * po/Makefile: Use pot.header.
13324
66671c84
YK
133252014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
13326 Maxim Kuvyrkov <maxim@kugelworks.com>
13327
13328 [BZ #16394]
cd6701cf
CD
13329 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
13330 SRC and DEST against LEN.
66671c84 13331
38f34581
AZ
133322014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13333
13334 [BZ #16414]
13335 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
13336 implementation.
13337 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
13338
133392014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
13340
13341 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13342
4c327f2a
JM
133432014-01-08 Joseph Myers <joseph@codesourcery.com>
13344
13345 [BZ #16408]
13346 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
13347 for large positive arguments.
13348
b821f414
JM
133492014-01-07 Joseph Myers <joseph@codesourcery.com>
13350
1f0f2067
JM
13351 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13352
a5a326f6
JM
13353 * math/auto-libm-test-in: Mark various tests with
13354 xfail-rounding:ldbl-128ibm.
13355 * math/auto-libm-test-out: Regenerated.
13356
b821f414
JM
13357 [BZ #16407]
13358 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
13359 Increase overflow threshold.
13360
94c8a4bc
OB
133612014-01-07 Ondřej Bílka <neleai@seznam.cz>
13362
13363 [BZ #14286]
13364 * stdio-common/vfprintf.c: Check for integer overflow.
13365
87ded0c3
AK
133662014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13367
13368 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
13369 the first argument and return value of __tls_get_addr_internal.
13370
c5eebdd0
AK
133712014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13372
13373 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
13374 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
13375
05d138ef
AK
133762014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13377
13378 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
13379 * sysdeps/s390/rtld-global-offsets.sym: New file.
13380 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
13381 GLIBC_2.19 symbol.
13382 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
13383 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
13384 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
13385 ... this.
13386 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
13387 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
13388 ... this.
13389 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13390 Regenerate.
13391 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13392 Regenerate.
13393 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
13394 halfs of GPRs for high_gprs contexts.
13395 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
13396 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
13397 field.
13398 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
13399 uc_flags field.
13400 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
13401 64 bit versions:
13402 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
13403 for high GPRs (uc_high_gprs) and for future extensions
13404 (__reserved).
13405 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
13406 for future extensions (__reserved).
13407 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
13408 64 bit versions:
13409 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
13410 SC_HIGHGPRS offset definition.
13411 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13412 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13413
93a45ff1
AK
13414 * Versions.def: Add GLIBC_2.19 for libpthread.
13415 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13416 siglongjmp for libpthread with GLIBC_2.19 symver.
13417 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13418 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13419 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13420 * sysdeps/s390/__longjmp.c: New file.
13421 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13422 * sysdeps/s390/longjmp.c: New file.
13423 * sysdeps/s390/setjmp.S: New file.
13424 * sysdeps/s390/sigjmp.S: New file.
13425 * sysdeps/s390/v1-longjmp.c: New file.
13426 * sysdeps/s390/v1-setjmp.h: New file.
13427 * sysdeps/s390/v1-sigjmp.c: New file.
13428 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13429 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13430 GLIBC_2.19 version.
13431 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13432 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13433 versioned symbols for ____longjmp_chk.
13434 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13435 Likewise.
13436 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13437 Regenerate.
13438 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13439 Regenerate.
13440 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13441 Regenerate.
13442 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13443 Regenerate.
13444 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13445 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13446 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13447 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13448 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13449 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13450 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13451 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13452 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13453 * sysdeps/s390/rtld-__longjmp.c: New file.
13454 * sysdeps/s390/rtld-setjmp.S: New file.
13455
eb3fc44b
JM
134562014-01-06 Joseph Myers <joseph@codesourcery.com>
13457
13458 [BZ #16400]
13459 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13460 Return -__logl (x) for small positive arguments without evaluating
13461 a polynomial.
13462
9341dde4
MF
134632014-01-06 Mike Frysinger <vapier@gentoo.org>
13464
13465 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13466 Rename to ...
13467 (__ptrace_peeksiginfo_args): ... this.
13468 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13469 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13470 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13471
4cff0293
AM
134722014-01-06 Allan McRae <allan@archlinux.org>
13473
13474 * inet/netinet/in.h: Fix typo in comment.
13475
75595dcf
AJ
134762014-01-05 Andreas Jaeger <aj@suse.de>
13477
13478 * sysdeps/i386/fpu/libm-test-ulps: Update.
13479
79c1e109
AM
134802014-01-05 Allan McRae <allan@archlinux.org>
13481
dd804818
AM
13482 * po/libc.pot: Regenerated.
13483
79c1e109
AM
13484 * malloc/memusagestat.c: Fix gettext call formatting.
13485
0c813d1f
SK
134862014-01-04 Sami Kerola <kerolasa@iki.fi>
13487
13488 * nscd/nscd.c: Improve usage() output.
13489
20f4a8d9
MF
134902014-01-04 Mike Frysinger <vapier@gentoo.org>
13491
13492 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13493 * sysdeps/unix/sysv/linux/configure: Regenerated.
13494 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13495 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13496
22562bb2
JM
134972014-01-03 Joseph Myers <joseph@codesourcery.com>
13498
13499 [BZ #16390]
13500 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13501 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13502
d7ad2d9b
AZ
135032014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13504
13505 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13506 extra tokens at end of #undef directive.
13507 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13508 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13509 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13510
7dd009d8
JM
135112014-01-03 Joseph Myers <joseph@codesourcery.com>
13512
24db925a
JM
13513 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13514
7dd009d8
JM
13515 * math/auto-libm-test-in: Mark various tests with
13516 xfail-rounding:ldbl-128ibm.
13517 * math/auto-libm-test-out: Regenerated.
13518
396e3ecf
JM
135192014-01-02 Joseph Myers <joseph@codesourcery.com>
13520
819e5d50
JM
13521 [BZ #16386]
13522 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13523 numbers with subnormal high part when calculating exponent.
13524
90b6a1e5
JM
13525 [BZ #16385]
13526 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13527 fabs.
13528
396e3ecf
JM
13529 [BZ #16384]
13530 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13531 M_LN2l.
13532 (__ieee754_acoshl): Use __log1pl not __log1p.
13533
6c8dbf00
OB
135342013-01-02 Ondřej Bílka <neleai@seznam.cz>
13535
57f41c40
AS
13536 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13537 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13538 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13539 (grow_heap, heap_trim, _int_new_arena, get_free_list)
13540 (reused_arena, arena_get2): Convert to GNU style.
13541 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13542 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13543 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 13544 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
13545 * malloc/malloc.c (__malloc_assert, malloc_init_state)
13546 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13547 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13548 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13549 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13550 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 13551 * malloc/malloc.h: Likewise.
57f41c40
AS
13552 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13553 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 13554 * malloc/mcheck.h: Likewise.
57f41c40
AS
13555 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13556 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
13557 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13558 * malloc/morecore.c (__default_morecore): Likewise.
13559 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
13560 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13561 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13562 (print_and_abort): Likewise.
6c8dbf00
OB
13563 * malloc/obstack.h: Likewise.
13564 * malloc/set-freeres.c (__libc_freeres): Likewise.
13565 * malloc/tst-mallocstate.c (main): Likewise.
13566 * malloc/tst-mtrace.c (main): Likewise.
13567 * malloc/tst-realloc.c (do_test): Likewise.
13568
d4124212
SP
135692013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13570
9a3c6a6f
SP
13571 [BZ #16366]
13572 * nscd/netgroupcache.c (do_notfound): New function.
13573 (addgetnetgrentX): Use it.
13574
d4124212
SP
13575 [BZ # 16365]
13576 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13577 NSS_STATUS_NOTFOUND.
13578
97b9a009
JM
135792014-01-01 Joseph Myers <joseph@codesourcery.com>
13580
13581 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13582 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13583
d4697bc9
AM
135842014-01-01 Allan McRae <allan@archlinux.org>
13585
ddb3687f
AM
13586 * scripts/update-copyrights: Update configure input file suffix.
13587
88726d48
AM
13588 * NEWS: Update copyright year.
13589 * catgets/gencat.c: Likewise.
13590 * csu/version.c: Likewise.
13591 * debug/catchsegv.sh: Likewise.
13592 * debug/pcprofiledump.c: Likewise.
13593 * debug/xtrace.sh: Likewise.
13594 * elf/ldconfig.c: Likewise.
13595 * elf/ldd.bash.in: Likewise.
13596 * elf/pldd.c: Likewise.
13597 * elf/sotruss.ksh: Likewise.
13598 * elf/sprof.c: Likewise.
13599 * iconv/iconv_prog.c: Likewise.
13600 * iconv/iconvconfig.c: Likewise.
13601 * locale/programs/locale.c: Likewise.
13602 * locale/programs/localedef.c: Likewise.
13603 * login/programs/pt_chown.c: Likewise.
13604 * malloc/memusage.sh: Likewise.
13605 * malloc/memusagestat.c: Likewise.
13606 * malloc/mtrace.pl: Likewise.
13607 * manual/libc.texinfo: Likewise.
13608 * nscd/nscd.c: Likewise.
13609 * nss/getent.c: Likewise.
13610 * nss/makedb.c: Likewise.
13611 * posix/getconf.c: Likewise.
13612 * scripts/test-installation.pl: Likewise.
13613
d4697bc9
AM
13614 * All files with FSF copyright notices: Update copyright dates
13615 using scripts/update-copyrights.
13616 * intl/plural.c: Regenerated.
13617 * locale/programs/charmap-kw.h: Likewise.
13618 * locale/programs/locfile-kw.h: Likewise.
13619
c8590f9d
MF
136202013-12-31 Mike Frysinger <vapier@gentoo.org>
13621
13622 * sysdeps/unix/sysv/linux/configure: Regenerated.
13623 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13624 the linux/fanotify.h header.
13625 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13626 HAVE_LINUX_FANOTIFY_H is defined.
13627
b19221b9
SP
136282013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
13629
dd1d85e5
SP
13630 * benchtests/cos-inputs: New inputs.
13631 * benchtests/sin-inputs: Likewise.
13632
1acbb90f
SP
13633 * benchtests/atan-inputs: New inputs. Fix name of multiple
13634 precision fallback inputs.
13635
4c012ed3
SP
13636 * benchtests/atanh-inputs: New inputs.
13637 * benchtests/tanh-inputs: Likewise.
13638
eff98324
SP
13639 * benchtests/acosh-inputs: New inputs.
13640 * benchtests/asinh-inputs: Likewise.
13641
ce641152
SP
13642 * benchtests/cosh-inputs: New inputs.
13643 * benchtests/sinh-inputs: Likewise.
13644
b19221b9
SP
13645 * benchtests/acos-inputs: Add more inputs.
13646 * benchtests/asin-inputs: Likewise.
13647
030a4976 136482013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 13649
030a4976 13650 [BZ #16375]
9dcc8f11
VS
13651 * manual/arith.texi: Fix spelling.
13652 * manual/charset.texi: Likewise.
13653 * manual/errno.texi: Likewise.
13654 * manual/filesys.texi: Likewise.
13655 * manual/lang.texi: Likewise.
13656 * manual/llio.texi: Likewise.
13657 * manual/locale.texi: Likewise.
13658 * manual/message.texi: Likewise.
13659 * manual/resource.texi: Likewise.
13660 * manual/search.texi: Likewise.
13661 * manual/setjmp.texi: Likewise.
13662 * manual/stdio.texi: Likewise.
13663 * manual/string.texi: Likewise.
13664 * manual/sysinfo.texi: Likewise.
13665 * manual/time.texi: Likewise.
13666
11520a57
CD
136672013-12-27 Carlos O'Donell <carlos@redhat.com>
13668
13669 * po/sl.po: New file.
13670
471103ae
MF
136712013-12-27 Mike Frysinger <vapier@gentoo.org>
13672
13673 * .gitignore: Add core/.gdbinit/.gdb_history.
13674
6c9642ed
AM
136752013-12-27 Allan McRae <allan@archlinux.org>
13676
13677 [BZ #16369]
13678 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13679 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13680
3f637079
BM
136812013-12-24 Brooks Moses <bmoses@google.com>
13682
13683 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13684 all compilers that claim C++98 compliance, not just GCC.
13685 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13686 Likewise.
13687
abc26e99
MK
136882013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13689
13690 * NEWS: Restore accidentally deleted bug-fix entries.
13691
362b47fe
MK
136922013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13693 Ondřej Bílka <neleai@seznam.cz>
13694
13695 [BZ #15073]
13696 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 13697 have_lock.
362b47fe 13698
b9bcbbcb
OB
136992013-12-23 Ondřej Bílka <neleai@seznam.cz>
13700
13701 [BZ #12986]
13702 * manual/stdio.texi (String Input Conversions): Clarify that character
13703 classes are not supported.
13704
fb55fcd2
AZ
137052013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13706
13707 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13708
ef7344f0
JM
137092013-12-22 Joseph Myers <joseph@codesourcery.com>
13710
4f40e4b3
JM
13711 [BZ #16337]
13712 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13713 Calculate results for small negative arguments directly rather
13714 than using reflection formula with special underflow handling.
13715
ef7344f0
JM
13716 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13717 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13718 sysdeps/unix/bsd/bsd4.4/syscalls.list.
13719 (fchflags): Likewise.
13720 (revoke): Likewise.
13721 (setlogin): Likewise.
13722 (sigaltstack): Likewise.
13723 (wait4): Likewise.
13724 (sigblock): Remove.
13725 (sigsetmask): Likewise.
13726 (wait3): Likewise.
13727 (waitpid): Likewise.
13728 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13729 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13730 file.
13731 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13732 * sysdeps/unix/bsd/Makefile: ... here.
13733 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13734 * sysdeps/unix/bsd/Versions: ... here.
13735 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13736 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13737 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13738 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13739 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13740 * sysdeps/unix/bsd/sigblock.c: ... here.
13741 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13742 * sysdeps/unix/bsd/sigsetmask.c: ... here.
13743 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13744 * sysdeps/unix/bsd/sigvec.c: ... here.
13745 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13746 * sysdeps/unix/bsd/tcdrain.c: ... here.
13747 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13748 * sysdeps/unix/bsd/tcgetattr.c: ... here.
13749 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13750 * sysdeps/unix/bsd/tcsetattr.c: ... here.
13751 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13752 * sysdeps/unix/bsd/wait.c: ... here.
13753 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13754 * sysdeps/unix/bsd/wait3.c: ... here.
13755 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13756 * sysdeps/unix/bsd/waitpid.c: ... here.
13757
5b0626b9
JM
137582013-12-21 Joseph Myers <joseph@codesourcery.com>
13759
13760 [BZ #16356]
13761 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13762 round-to-nearest for [!USE_AS_EXPM1L].
13763 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13764 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
13765 more tests of exp and exp10. Expect some exp10 tests to miss
13766 exceptions or fail in directed rounding modes.
13767 * math/auto-libm-test-out: Regenerated.
13768 * math/libm-test.inc (exp10_tonearest_test_data): New array.
13769 (exp10_test_tonearest): New function.
13770 (exp10_towardzero_test_data): New array.
13771 (exp10_test_towardzero): New function.
13772 (exp10_downward_test_data): New array.
13773 (exp10_test_downward): New function.
13774 (exp10_upward_test_data): New array.
13775 (exp10_test_upward): New function.
13776 (main): Call the new functions.
13777 * sysdeps/i386/fpu/libm-test-ulps: Update.
13778 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13779
7fda5682
JM
137802013-12-20 Joseph Myers <joseph@codesourcery.com>
13781
31e3a405
JM
13782 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13783 asinh, atan, atan2, atanh, cbrt, cos and cosh.
13784 * math/auto-libm-test-out: Regenerated.
13785 * math/libm-test.inc (acosh_test_data): Add more tests.
13786 (atanh_test_data): Likewise.
13787 (ceil_test_data): Likewise.
13788 (copysign_test_data): Likewise.
13789 * sysdeps/i386/fpu/libm-test-ulps: Update.
13790 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13791
85bff96a
JM
13792 * timezone/checktab.awk: Update from tzcode 2013i.
13793 * timezone/private.h: Likewise.
13794 * timezone/scheck.c: Likewise.
13795 * timezone/tzfile.h: Likewise.
13796 * timezone/tzselect.ksh: Likewise.
13797 * timezone/zdump.c: Likewise.
13798 * timezone/zic.c: Likewise.
13799
b7867a3b
JM
13800 * math/auto-libm-test-in: Add tests of cpow.
13801 * math/auto-libm-test-out: Regenerated.
13802 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 13803 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
13804 mpc_cc_c.
13805 (func_calc_desc): Add mpc_cc_c union field.
13806 (test_functions): Add cpow.
13807 (special_fill_2pi): New function.
13808 (special_real_inputs): Add 2pi.
13809 (calc_generic_results): Handle mpc_cc_c.
13810 * sysdeps/i386/fpu/libm-test-ulps: Update.
13811 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13812
7fda5682
JM
13813 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13814 csqrt, ctan and ctanh.
13815 * math/auto-libm-test-out: Regenerated.
13816 * math/libm-test.inc (TEST_COND_x86_64): New macro.
13817 (TEST_COND_x86): Likewise.
13818 (ccos_test_data): Use AUTO_TESTS_c_c.
13819 (ccosh_test_data): Likewise.
13820 (cexp_test_data): Likewise.
13821 (clog_test_data): Likewise.
13822 (csqrt_test_data): Likewise.
13823 (ctan_test_data): Likewise.
13824 (ctan_tonearest_test_data): Likewise.
13825 (ctan_towardzero_test_data): Likewise.
13826 (ctan_downward_test_data): Likewise.
13827 (ctan_upward_test_data): Likewise.
13828 (ctanh_test_data): Likewise.
13829 (ctanh_tonearest_test_data): Likewise.
13830 (ctanh_towardzero_test_data): Likewise.
13831 (ctanh_downward_test_data): Likewise.
13832 (ctanh_upward_test_data): Likewise.
13833 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13834 mpc_c_c.
13835 (func_calc_desc): Add mpc_c_c union field.
13836 (FUNC_mpc_c_c): New macro.
13837 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13838 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13839 ctanh.
13840 (special_fill_min_subnorm_p120): New function.
13841 (special_real_inputs): Add min_subnorm_p120.
13842 (calc_generic_results): Handle mpc_c_c.
13843 * sysdeps/i386/fpu/libm-test-ulps: Update.
13844 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13845
5ff8d60e
SP
138462013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
13847
57f41c40
AS
13848 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13849 (do_sin_slow): New functions.
13850 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13851 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 13852
84ba214c
SP
13853 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13854 Use M to change sign of result instead of X. Assume X is
13855 positive.
13856 (csloww1): Likewise.
13857 (__sin): Adjust.
13858 (__cos): Adjust.
13859
975195e4
SP
13860 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13861 arguments A and DA.
13862 (__sin): Adjust.
13863 (__cos): Likewise.
13864
5ff8d60e
SP
13865 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13866 (__cos): Likewise.
13867 (sloww1): Don't adjust sign of DX.
13868 (csloww1): Likewise.
13869 (sloww2): Use X directly and don't adjust sign of DX.
13870 (csloww2): Likewise.
13871
eb983568
JM
138722013-12-19 Joseph Myers <joseph@codesourcery.com>
13873
64a17f1a
JM
13874 * math/auto-libm-test-in: Add tests of cabs and carg.
13875 * math/auto-libm-test-out: Regenerated.
13876 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13877 (carg_test_data): Likewise.
13878 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13879 mpc_c_f.
13880 (func_calc_desc): Add mpc_c_f union field.
13881 (test_functions): Add cabs and carg.
13882 (calc_generic_results): Handle mpc_c_f.
13883
eb983568
JM
13884 * sysdeps/powerpc/powerpc32/libgcc-compat.S
13885 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13886 as a macro and a compat symbol.
13887 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13888 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13889 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13890 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13891 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13892 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13893 not use .hidden.
13894 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13895 Likewise.
13896 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13897 Likewise.
13898 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13899 Likewise.
13900 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13901 Likewise.
13902 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13903 Likewise.
13904 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13905 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13906 from GLIBC_2.3.2.
13907
6eeb678a
AZ
139082013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13909
13910 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13911
6f6fc482
JM
139122013-12-19 Joseph Myers <joseph@codesourcery.com>
13913
21fea2e2
JM
13914 * manual/texinfo.tex: Update to version 2013-11-26.10 with
13915 trailing whitespace removed.
13916 * scripts/config.guess: Update to version 2013-11-29.
13917 * scripts/config.sub: Update to version 2013-10-01.
13918
6f6fc482
JM
13919 * math/auto-libm-test-in: Add tests of sincos.
13920 * math/auto-libm-test-out: Regenerated.
13921 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13922 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13923 mpfr_f_11.
13924 (func_calc_desc): Add mpfr_f_11 union field.
13925 (test_functions): Add sincos.
13926 (calc_generic_results): Handle mpfr_f_11.
13927 * sysdeps/i386/fpu/libm-test-ulps: Update.
13928 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13929
83f5c32d
AS
139302013-12-19 Andreas Schwab <schwab@suse.de>
13931
13932 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13933 CALL_MCOUNT.
13934 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13935 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13936 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13937
c688b419
JM
139382013-12-19 Joseph Myers <joseph@codesourcery.com>
13939
335ee092
JM
13940 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13941 * sysdeps/i386/fpu/libm-test-ulps: Update.
13942 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13943
f88acd39
JM
13944 [BZ #16293]
13945 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13946 round-to-nearest mode when using frndint.
13947 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13948 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13949 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13950 Likewise.
13951 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
13952 sinh test to fail.
13953 * math/auto-libm-test-out: Regenerated.
13954 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13955 (TEST_COND_x86): Likewise.
13956 (expm1_tonearest_test_data): New array.
13957 (expm1_test_tonearest): New function.
13958 (expm1_towardzero_test_data): New array.
13959 (expm1_test_towardzero): New function.
13960 (expm1_downward_test_data): New array.
13961 (expm1_test_downward): New function.
13962 (expm1_upward_test_data): New array.
13963 (expm1_test_upward): New function.
13964 (main): Run the new test functions.
13965 * sysdeps/i386/fpu/libm-test-ulps: Update.
13966 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13967
c688b419
JM
13968 * include/features.h: Update comment documenting feature test
13969 macros. Mention _DEFAULT_SOURCE in comment.
13970 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13971 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13972 _BSD_SOURCE and _SVID_SOURCE.
13973 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13974 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13975 !_SVID_SOURCE]: Likewise.
13976 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13977 (__USE_POSIX_IMPLICITLY): Define.
13978 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13979 (_POSIX_SOURCE): Undefine and redefine.
13980 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13981 (_POSIX_C_SOURCE): Likewise.
13982 * manual/creature.texi (_DEFAULT_SOURCE): Document.
13983 (Feature Test Macros): Update documentation of default features.
13984
9f6e964c
RS
139852013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13986
13987 * benchtests/Makefile: Add bench-strtok.
13988 * benchtests/bench-strtok.c: New file: strtok benchtest.
13989
ee0a148a
AM
139902013-12-19 Allan McRae <allan@archlinux.org>
13991
13992 * manual/install.texi: Suppress menu for plain text output.
13993 * INSTALL: Regenerated.
13994
b9ab448f
BM
139952013-12-18 Brooks Moses <bmoses@google.com>
13996
13997 [BZ #15846]
13998 * misc/getauxval.c: Include errno.h.
13999 (__getauxval): Set errno to ENOENT if the requested type is not
14000 found.
14001 * misc/sys/auxv.h (getauxval): Document that it may set errno;
14002 don't declare with __attribute_const__.
14003 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
14004 * manual/startup.texi: Document that getauxval sets errno.
14005
23776487
JM
140062013-12-18 Joseph Myers <joseph@codesourcery.com>
14007
f889953b
JM
14008 * math/auto-libm-test-in: Add tests of jn and yn.
14009 * math/auto-libm-test-out: Regenerated.
14010 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
14011 (yn_test_data): Likewise.
14012 * math/gen-auto-libm-tests.c (func_calc_method): Add value
14013 mpfr_if_f.
14014 (func_calc_desc): Add mpfr_if_f union field.
14015 (FUNC_mpfr_if_f): New macro.
14016 (test_functions): Add jn and yn.
14017 (calc_generic_results): Assert type of second input for
14018 mpfr_ff_f. Handle mpfr_if_f.
14019 (output_for_one_input_case): Disable all checking for arguments
14020 fitting floating-point types in case of an integer argument.
14021 * sysdeps/i386/fpu/libm-test-ulps: Update.
14022 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14023
23776487
JM
14024 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14025 Don't expect fegetround reference in libm.so.
14026
cb756c6d
MS
140272013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
14028
14029 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
14030 $(config-cflags-nofma).
14031
2dec468f
JM
140322013-12-18 Joseph Myers <joseph@codesourcery.com>
14033
5953eb3a
JM
14034 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
14035 * math/auto-libm-test-out: Regenerated.
14036
2dec468f
JM
14037 [BZ #16338]
14038 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
14039 to determine exponent and adjust argument to have exponent of -1.
14040 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
14041 log2.
14042 * math/auto-libm-test-out: Regenerated.
14043 * sysdeps/i386/fpu/libm-test-ulps: Update.
14044 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14045
4d84e6ad
OB
140462013-12-18 Ondřej Bílka <neleai@seznam.cz>
14047
14048 * manual/probes.texi: Remove cases when per-thread arenas are
14049 disabled.
14050
1818483b
AS
140512013-12-18 Andreas Schwab <schwab@suse.de>
14052
14053 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
14054 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
14055 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
14056 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
14057 * sysdeps/i386/i686/multiarch/Makefile: Update.
14058 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
14059
25de95bf
JM
140602013-12-17 Joseph Myers <joseph@codesourcery.com>
14061
14062 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
14063 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
14064
674762d9
PE
140652013-12-17 Paul Eggert <eggert@cs.ucla.edu>
14066
ed27ed83 14067 [BZ #15968]
0748546f
PE
14068 Support TZ transition times < 00:00:00.
14069 This is needed for version-3 tz-format files; it supports time
14070 stamps past 2037 for America/Godthab (the only entry in the tz
14071 database for which this change is relevant).
14072 * manual/time.texi (TZ Variable): Document transition times
14073 from -167:59:59 through -00:00:01.
14074 * time/tzset.c (tz_rule): Time of day is now signed.
14075 (__tzset_parse_tz): Parse negative time of day.
14076
4480e934
PE
14077 Document TZ transition times >= 25:00:00.
14078 * manual/time.texi (TZ Variable): Document transition times from
14079 25:00:00 through 167:59:59. These are already supported, and this
14080 support will help with version-3 tz-format files.
14081
69947401
PE
14082 * manual/time.texi (TZ Variable): Modernize North America example
14083 to reflect current (i.e., 2007-and-later) daylight saving rules.
14084
674762d9
PE
14085 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
14086
7011c262
JM
140872013-12-17 Joseph Myers <joseph@codesourcery.com>
14088
2fc6557e
JM
14089 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
14090 * sysdeps/unix/bsd/bits/stat.h: Likewise.
14091 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
14092 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
14093 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
14094 * sysdeps/unix/bsd/bsdstat.h: Likewise.
14095 * sysdeps/unix/bsd/clock.c: Likewise.
14096 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
14097 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
14098 * sysdeps/unix/bsd/init-posix.c: Likewise.
14099 * sysdeps/unix/bsd/poll.c: Likewise.
14100 * sysdeps/unix/bsd/ptsname.c: Likewise.
14101 * sysdeps/unix/bsd/seekdir.c: Likewise.
14102 * sysdeps/unix/bsd/setegid.c: Likewise.
14103 * sysdeps/unix/bsd/seteuid.c: Likewise.
14104 * sysdeps/unix/bsd/setgid.c: Likewise.
14105 * sysdeps/unix/bsd/setrgid.c: Likewise.
14106 * sysdeps/unix/bsd/setruid.c: Likewise.
14107 * sysdeps/unix/bsd/setsid.c: Likewise.
14108 * sysdeps/unix/bsd/setuid.c: Likewise.
14109 * sysdeps/unix/bsd/sigaction.c: Likewise.
14110 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
14111 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
14112 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
14113 * sysdeps/unix/bsd/telldir.c: Likewise.
14114 * sysdeps/unix/bsd/times.c: Likewise.
14115 * sysdeps/unix/bsd/usleep.c: Likewise.
14116
029c7b25
JM
14117 * misc/Makefile (install-lib): Remove libbsd-compat.a.
14118 ($(objpfx)libbsd-compat.a): Remove rule.
14119
7011c262
JM
14120 * include/features.h (__FAVOR_BSD): Do not define.
14121 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
14122 features conflicting with POSIX.
14123 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
14124 (_BSD_SOURCE): Remove description of not being a subset of other
14125 feature test macros.
14126 * manual/job.texi (getpgrp): Do not document BSD version.
14127 (getpgid): Do not document by reference to BSD getpgrp.
14128 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
14129 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
14130 * signal/signal.h [__FAVOR_BSD]: Likewise.
14131 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
14132 instead of making contents conditional on [__FAVOR_BSD].
14133 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
14134
affb6f78
AZ
141352013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14136
14137 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14138
c88769dd
JM
141392013-12-17 Joseph Myers <joseph@codesourcery.com>
14140
6432a540
JM
14141 [BZ #16314]
14142 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
14143 values below 2**-450, not 2**-500.
14144 * math/auto-libm-test-in: Don't allow spurious underflow from
14145 hypot.
14146 * math/auto-libm-test-out: Regenerated.
14147
c88769dd
JM
14148 [BZ #16316]
14149 [BZ #16330]
14150 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
14151 values of ha and hb and sort them after adjusting subnormal
14152 arguments.
14153 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
14154 Likewise.
14155 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
14156 values of ea and eb and sort them after adjusting subnormal
14157 arguments.
14158 * math/auto-libm-test-in: Do not expect some hypot tests of
14159 subnormals to fail. Add more hypot tests.
14160 * math/auto-libm-test-out: Regenerated.
14161
29618f6b
KK
141622013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14163
14164 [BZ #13304]
14165 * sysdeps/sh/s_fma.c: New file.
14166 * sysdeps/sh/s_fmaf.c: New file.
14167 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
14168 version.
14169 * sysdeps/sh/Implies: Add sh/soft-fp.
14170
eacfdfbf
RM
141712013-12-16 Roland McGrath <roland@hack.frob.com>
14172
14173 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
14174 level of indirection to members `objname', `errstring', `malloced'.
14175 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
14176 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
14177 it as the __longjmp argument (just pass 1 instead).
14178 (_dl_catch_error): Initialize C with argument pointers and address of
14179 volatile local ERRCODE rather than copying values out of C at return.
14180
ff362e5b
JM
141812013-12-16 Joseph Myers <joseph@codesourcery.com>
14182
14183 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
14184 * math/auto-libm-test-out: Regenerated.
14185 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
14186 (hypot_test_data): Likewise.
14187 (pow_test_data): Likewise.
14188 (pow_tonearest_test_data): Likewise.
14189 * math/gen-auto-libm-tests.c (func_calc_method): Add value
14190 mpfr_ff_f.
14191 (func_calc_desc): Add mpfr_ff_f union field.
14192 (FUNC_mpfr_ff_f): New macro.
14193 (test_functions): Add atan2, hypot and pow.
14194 (special_fill_min): New function.
14195 (special_fill_minus_min): Likewise.
14196 (special_fill_min_subnorm): Likewise.
14197 (special_fill_minus_min_subnorm): Likewise.
14198 (special_real_inputs): Add min, -min, min_subnorm and
14199 -min_subnorm.
14200 (calc_generic_results): Handle mpfr_ff_f.
14201 * sysdeps/i386/fpu/libm-test-ulps: Update.
14202 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14203
5764c27f
WN
142042013-12-16 Will Newton <will.newton@linaro.org>
14205
14206 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
14207 (Aligned Memory Blocks): Add documentation for aligned_alloc
14208 and suggest it as an alternative to posix_memalign.
14209 (Hooks for Malloc): Document __memalign_hook is also called
14210 for aligned_alloc. (Summary of Malloc): Add summary for
14211 aligned alloc. Document __memalign_hook is also called
14212 for aligned_alloc.
14213
0a096e44
WN
142142013-12-16 Will Newton <will.newton@linaro.org>
14215
14216 * manual/memory.texi (Malloc Examples): Clarify default
14217 alignment documentation. Suggest posix_memalign rather
14218 than memalign or valloc.
14219 (Aligned Memory Blocks): Remove suggestion to use memalign
14220 or valloc. Remove obsolete comment about BSD.
14221 Document memalign errno values and mark the function obsolete.
14222 Document posix_memalign returned error codes. Mark valloc
14223 as obsolete. (Hooks for Malloc): __memalign_hook is also
14224 called for posix_memalign and valloc.
14225 (Summary of Malloc): Add posix_memalign to function summary.
14226 __memalign_hook is also called for posix_memalign and valloc.
14227
8d561986
SP
142282013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
14229
14230 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
14231 TAYLOR_SIN.
14232 (__sin): Adjust.
14233 (__cos): Likewise.
14234 (sloww): Use mynumber union. Expand ternary operator into
14235 if-else statements.
14236 (cslow): use mynumber union.
14237
73616a74
AM
142382013-12-16 Allan McRae <allan@archlinux.org>
14239
9e8ac24b
AM
14240 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
14241 * configure: Regenerated.
14242
6f8e37eb
AM
14243 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
14244
8894bad3
AM
14245 [BZ #14120]
14246 * configure.ac: Added --enable-maintainer-mode. Check for
14247 autoconf when enabled.
14248 * configure: Regenerated.
14249
73616a74
AM
14250 * nscd/nscd.service: New file.
14251 * nscd/nscd.tmpfiles: New file.
14252
584b18eb
OB
142532013-12-14 Ondřej Bílka <neleai@seznam.cz>
14254
14255 [BZ #12100]
14256 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
14257 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
14258 * sysdeps/x86_64/multiarch/strstr.c: ... here.
14259 (strstr): Add __strstr_sse2_unaligned ifunc.
14260 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
14261 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
14262 (strcasestr): Remove __strcasestr_sse42 ifunc.
14263 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
14264 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
14265 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14266
8a5c7897
KK
142672013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14268
14269 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
14270 * sysdeps/sh/bits/fenv.h: ... here.
14271 * sysdeps/sh/sh4/fpu/bits: Remove directory.
14272
fd712ef3
AZ
142732013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14274
14275 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
14276
42fcb46c
AZ
14277 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
14278 hypotf multiarch implementations.
14279 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
14280 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
14281 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
14282 multiarch hypot for PPC64.
14283 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
14284 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
14285 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
14286 multiarch hypotf for PPC64.
14287
83efded4
AZ
14288 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
14289 modff multiarch implementations.
14290 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
14291 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
14292 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
14293 multiarch modf for PPC64.
14294 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
14295 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
14296 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
14297 multiarch modff for PPC64.
14298
43e246d2
AZ
14299 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
14300 and logl multiarch implementations.
14301 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
14302 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
14303 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
14304 multiarch logb for PPC64.
14305 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
14306 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
14307 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
14308 multiarch logb for PPC64.
14309 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
14310 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
14311 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
14312 multiarch logb for PPC64.
14313
8fdad123
AZ
14314 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
14315 isinff multiarch implementation.
14316 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
14317 file.
14318 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
14319 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
14320 multiarch isinf for PPC64.
14321 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
14322 file.
14323 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
14324 multiarch isinff for PPC64.
14325
1481d706
AZ
14326 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
14327 finitef multiarch implementation.
14328 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
14329 file.
14330 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
14331 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
14332 multiarch finite for PPC64.
14333 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
14334 file.
14335 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
14336 multiarch finitef for PPC64.
14337
5ccd5fc8
AZ
14338 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
14339 lrint multiarch implementation.
14340 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
14341 file.
14342 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
14343 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
14344 multiarch llrint for PPC64.
14345 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
14346 multiarch lrint for PPC64.
14347
2568f3fa
AZ
14348 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
14349 copysignf multiarch implementation.
14350 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
14351 file.
14352 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
14353 file.
14354 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
14355 multiarch copysign for PPC64.
14356 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
14357 multiarch copysignf for PPC64.
14358
1cb341fd
AZ
14359 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
14360 multiarch implementation.
14361 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
14362 file.
14363 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
14364 file.
14365 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
14366 file.
14367 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
14368 file.
14369 multiarch llround for PPC64.
14370 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
14371 multiarch trunc for PPC64.
14372 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
14373 multiarch truncf for PPC64.
14374
59a3e194
AZ
14375 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
14376 multiarch implementation.
14377 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
14378 file.
14379 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
14380 file.
14381 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
14382 file.
14383 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
14384 file.
14385 multiarch llround for PPC64.
14386 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
14387 multiarch round for PPC64.
14388 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
14389 multiarch roundf for PPC64.
14390
357fd3b4
AZ
14391 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
14392 multiarch implementation.
14393 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
14394 file.
14395 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
14396 file.
14397 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
14398 file.
14399 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
14400 file.
14401 multiarch llround for PPC64.
14402 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
14403 multiarch floor for PPC64.
14404 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
14405 multiarch floorf for PPC64.
14406
96770f12
AZ
14407 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
14408 multiarch implementation.
14409 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
14410 file.
14411 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14412 file.
14413 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14414 file.
14415 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14416 file.
14417 multiarch llround for PPC64.
14418 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14419 multiarch ceil for PPC64.
14420 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14421 multiarch ceilf for PPC64.
14422
c3627f6e
AZ
14423 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14424 multiarch implementation.
14425 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14426 file.
14427 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14428 file.
14429 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14430 file.
14431 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14432 multiarch llround for PPC64.
14433 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14434 multiarch lround for PPC64.
14435
b2284ad7
AZ
14436 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14437 multiarch implementation.
14438 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14439 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14440 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14441 file.
14442 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14443 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14444 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14445 multiarch isnan for PPC64.
14446 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14447 multiarch isnanf for PPC64.
14448
69bbc63d
AZ
14449 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14450 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14451 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14452 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14453 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14454 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14455
c24517c9
AZ
14456 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14457 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14458 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14459 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14460
a52374e8
AZ
14461 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14462 multiarch implementations.
14463 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14464 (__libc_ifunc_impl_list): Likewise.
14465 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14466 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14467 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14468 multiarch stpcpy for PPC64.
14469
7f5ec113
AZ
14470 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14471 multiarch implementations.
14472 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14473 (__libc_ifunc_impl_list): Likewise.
14474 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14475 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14476 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14477 multiarch strcpy for PPC64.
14478
e28bcd42
AZ
14479 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14480 redefine function name.
14481 (_wordcopy_fwd_dest_aligned): Likewise.
14482 (_wordcopy_bwd_aligned): Likewise.
14483 (_wordcopy_bwd_dest_aligned): Likewise.
14484 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14485 multiarch implementations.
14486 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14487 (__libc_ifunc_impl_list): Likewise.
14488 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14489 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14490 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14491 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14492 multiarch wcscpy for PPC64.
14493
92cacfce
AZ
14494 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14495 multiarch implementations.
14496 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14497 (__libc_ifunc_impl_list): Likewise.
14498 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14499 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14500 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14501 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14502 multiarch wcscpy for PPC64.
14503
7b714620
AZ
14504 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14505 multiarch implementations.
14506 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14507 (__libc_ifunc_impl_list): Likewise.
14508 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14509 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14510 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14511 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14512 multiarch wcsrchr for PPC64.
14513
16fd2ae3
AZ
14514 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14515 multiarch implementations.
14516 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14517 (__libc_ifunc_impl_list): Likewise.
14518 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14519 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14520 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14521 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14522 multiarch wcschr for PPC64.
14523
9ee2969b
AZ
14524 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14525 multiarch implementations.
14526 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14527 (__libc_ifunc_impl_list): Likewise.
14528 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14529 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14530 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14531 multiarch strchrnul for PPC64.
14532
372dc060
AZ
14533 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14534 implementations.
14535 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14536 (__libc_ifunc_impl_list): Likewise.
14537 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14538 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14539 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14540 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14541 strchr for PPC64.
14542
24c2c3b9
AZ
14543 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14544 implementations.
14545 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14546 (__libc_ifunc_impl_list): Likewise.
14547 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14548 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14549 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14550 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14551 strncmp for PPC64.
14552
1c92d9a0
AZ
14553 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14554 multiarch implementations.
14555 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14556 (__libc_ifunc_impl_list): Likewise.
14557 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14558 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14559 strncasecmp for PPC64.
14560 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14561 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14562 multiarch strncasecmp_l for PPC64.
14563
17de3ee3
AZ
14564 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14565 multiarch implementations.
14566 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14567 (__libc_ifunc_impl_list): Likewise.
14568 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14569 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14570 multiarch strcasecmp for PPC64.
14571 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14572 file.
14573 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14574 multiarch strcasecmp_l for PPC64.
14575
62982bf9
AZ
14576 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14577 implementations.
14578 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14579 (__libc_ifunc_impl_list): Likewise.
14580 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14581 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14582 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14583 strnlen for PPC64.
14584
a65f4904
AZ
14585 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14586 implementations.
14587 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14588 (__libc_ifunc_impl_list): Likewise.
14589 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14590 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14591 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14592 strlen for PPC64.
14593
1fd005ad
AZ
14594 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14595 implementations.
14596 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14597 (__libc_ifunc_impl_list): Likewise.
14598 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14599 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14600 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14601 rawmemrchr for PPC64.
14602
cd05ba91
AZ
14603 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14604 implementation.
14605 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14606 (__libc_ifunc_impl_list): Likewise.
14607 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14608 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14609 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14610 memrchr for PPC64.
14611
870f8676
AZ
14612 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14613 implementation.
14614 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14615 (__libc_ifunc_impl_list): Likewise.
14616 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14617 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14618 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14619 memchr for PPC64.
14620
f00be62b
AZ
14621 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14622 implementation.
14623 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14624 (__libc_ifunc_impl_list): Likewise.
14625 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14626 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14627 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14628 mempcpy for PPC64.
14629
8a29a3d0
AZ
14630 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14631 avoid cretion of __bzero symbol.
14632 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14633 Likewise.
14634 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14635 Likewise.
14636 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14637 Likewise.
14638 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14639 multiarch implementations.
14640 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14641 (__libc_ifunc_impl_list): Likewise.
14642 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14643 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14644 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14645 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14646 bzero for PPC32.
14647 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14648 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14649 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14650 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14651 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14652 memset for PPC64.
14653 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14654
07253fcf
AZ
14655 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14656 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14657 implementations.
14658 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14659 (__libc_ifunc_impl_list): Likewise.
14660 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14661 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14662 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14663 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14664 memcmp for PPC64.
14665
b5beafbc
AZ
14666 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14667 multiarch for POWER/PPC64.
14668 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14669 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14670 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14671 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14672 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14673 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14674 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14675 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14676 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14677 memcpy for PPC64.
14678
5e6a4d4b
AZ
14679 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14680 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14681 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14682 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14683 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14684 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14685 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14686 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14687 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14688 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14689 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14690 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14691 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14692 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14693 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14695 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14696 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14697 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14698 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14699 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14700 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14701
ddfab6dc
KK
147022013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14703
14704 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14705
19b5525e
SP
147062013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
14707
14708 * benchtests/Makefile (bench): Add exp2 and log2.
14709 (LDLIBS-bench-exp2): Add -lm.
14710 (LDLIBS-bench-log2): Likewise.
14711 * benchtests/exp2-inputs: New inputs file.
14712 * benchtests/log2-inputs: New inputs file.
14713 * benchtests/log-inputs: Add new inputs.
14714 * benchtests/tan-inputs: Likewise.
14715
196f7f5d
SP
147162013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
14717
7a74607f
SP
14718 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14719 definition...
57f41c40
AS
14720 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14721 (csloww2): ... from here.
7a74607f 14722
196f7f5d
SP
14723 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14724 instead of structures.
14725 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14726 (POLYNOMIAL): Likewise.
14727 (TAYLOR_SLOW): Likewise.
14728 (__sin): Likewise.
14729 (__cos): Likewise.
14730 (slow1): Likewise.
14731 (slow2): Likewise.
14732 (sloww): Likewise.
14733 (sloww1); Likewise.
14734 (sloww2): Likewise.
14735 (bsloww1): Likewise.
14736 (bsloww2): Likewise.
14737 (cslow2): Likewise.
14738 (csloww): Likewise.
14739 (csloww1): Likewise.
14740 (csloww2): Likewise.
14741
0dfa665c
OB
147422013-12-10 Ondřej Bílka <neleai@seznam.cz>
14743
14744 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
14745 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14746 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
14747 * malloc/hooks.c (realloc_check): Likewise.
14748
5782a80f
OB
14749 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14750 * malloc/arena.c: Remove PER_THREAD conditional.
14751 [!PER_THREAD]: Remove code.
14752 (ptmalloc_unlock_all2): Likewise.
14753 (ptmalloc_init): Likewise.
14754 (_int_new_arena): Likewise.
14755 (arena_get2): Likewise.
14756 * malloc/hooks.c (__malloc_get_state): Likewise.
14757 (__malloc_set_state): Likewise.
14758 * malloc/malloc.c: Likewise.
14759 (struct malloc_state): Likewise.
14760 (struct malloc_par): Likewise.
14761 (__libc_realloc): Likewise.
14762 (__libc_mallopt): Likewise.
14763
aeb95445
AZ
147642013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14765
14766 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14767
e8349efd
OB
147682013-12-09 Ondřej Bílka <neleai@seznam.cz>
14769
14770 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14771 macro to a function. Check for zero perturb_byte.
14772 (_int_malloc, _int_free): Remove zero perturb_byte checks.
14773
f3eeb3fc 14774 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
14775 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14776 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
14777 force_reg by atomic_forced_read.
14778 * malloc/arena.c (ptmalloc_init): Likewise.
14779 * malloc/hooks.c (top_check): Likewise.
14780
be2f9009
AZ
147812013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14782
14783 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14784
e7b914bd
MT
147852013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
14786
14787 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14788
9f0be4f8
JM
147892013-12-08 Joseph Myers <joseph@codesourcery.com>
14790
14791 * math/auto-libm-test-in: Add tests of lgamma.
14792 * math/auto-libm-test-out: Regenerated.
14793 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14794 (M_LOG_2_SQRT_PIl): Likewise.
14795 (lgamma_test_data): Use AUTO_TESTS_f_f1.
14796 * math/gen-auto-libm-tests.c (func_calc_method): Add value
14797 mpfr_f_f1.
14798 (func_calc_desc): Add mpfr_f_f1 union field.
14799 (ARGS1): New macro.
14800 (ARGS2): Likewise.
14801 (ARGS3): Likewise.
14802 (ARGS4): Likewise.
14803 (RET1): Likewise.
14804 (RET2): Likewise.
14805 (CALC): Likewise.
14806 (FUNC): Likewise.
14807 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14808 (test_functions): Add lgamma.
14809 (calc_generic_results): Handle mpfr_f_f1.
14810 * sysdeps/i386/fpu/libm-test-ulps: Update.
14811 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14812
24eeafdb
AZ
148132013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14814
14815 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14816 __mpn_add_n for PowerPC64/POWER7.
14817 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14818 __mpn_sub_n for PowerPC64/POWER7.
14819
4a2c0fd4
AZ
14820 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14821 __mpn_addmul_1 for PowerPC64.
14822 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14823 __mpn_submul_1 for PowerPC64.
14824 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14825 for PowerPC64.
14826 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14827 for PowerPC64.
14828
4b5b548c
FS
148292013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
14830
14831 [BZ #15089]
14832 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14833
0a3ac0aa
AZ
148342013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14835
14836 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14837
ccdc8438
AZ
14838 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14839 add multiarch folders.
14840 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14841 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14842 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14843 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14844 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14845 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14846 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14847 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14848 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14849 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14850 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14851 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14852 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14853 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14854 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14855 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14856 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14857
2e973d99
AZ
14858 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14859 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14860 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14861 New file.
14862 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14863 New file.
14864 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14865 multiarch __ieee754_hypot for PowerPC32.
14866 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14867 New file.
14868 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14869 New file.
14870 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14871 multiarch __ieee754_hypotf for PowerPC32.
14872
2d9470b2
AZ
14873 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14874 long_double_symbol only if __logbl is defined.
14875 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14876 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14877 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14878 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14879 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14880 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14881 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14882 path for implementation.
14883 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14884 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14885 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14886 logb, and logbl multiarch implementations for PowerPC32.
14887 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14888 file.
14889 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14890 file.
14891 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14892 multiarch logb for PowerPC32.
14893 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14894 file.
14895 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14896 file.
14897 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14898 multiarch logbf for PowerPC32.
14899 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14900 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14901 file.
14902 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14903 multiarch logbl implementation for PowerPC32.
14904
5212ffce
AZ
14905 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14906 and modff multiarch implementations.
14907 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14908 New file.
14909 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14910 New file.
14911 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14912 multiarch modf for PowerPC32.
14913 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14914 New file.
14915 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14916 New file.
14917 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14918 multiarch modff for PowerPC32.
14919
79dccf31
AZ
14920 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14921 and lrintf multiarch implementations.
14922 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14923 New file.
14924 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14925 New file.
14926 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14927 multiarch lrint for PowerPC32.
14928 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14929 file: multiarch lrintf for PowerPC32.
14930
deb66480
AZ
14931 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14932 and lroundf multiarch implementations.
14933 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14934 New file.
14935 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14936 New file.
14937 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14938 New file.
14939 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14940 multiarch lround for PowerPC32.
14941 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14942 file: multiarch lroundf for PowerPC32.
14943
264b036b
AZ
14944 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14945 copysign and copysignf multiarch implementations.
14946 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14947 New file.
14948 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14949 New file.
14950 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14951 file: multiarch copysign for PowerPC32.
14952 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14953 file: multiarch copysignf for PowerPC32.
14954
d47db6c9
AZ
14955 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14956 and truncf multiarch implementations.
14957 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14958 New file.
14959 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14960 file.
14961 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14962 multiarch trunc for PowerPC32.
14963 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14964 New file.
14965 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14966 New file.
14967 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14968 multiarch truncf for PowerPC32.
14969
ddb60b5a
AZ
14970 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14971 and roundf multiarch implementations.
14972 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14973 New file.
14974 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14975 file.
14976 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14977 multiarch round for PowerPC32.
14978 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14979 New file.
14980 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14981 New file.
14982 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14983 multiarch roundf for PowerPC32.
14984
bedcf49b
AZ
14985 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14986 and floorf multiarch implementations.
14987 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14988 New file.
14989 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14990 file.
14991 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14992 multiarch floor for PowerPC32.
14993 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14994 New file.
14995 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14996 New file.
14997 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14998 multiarch floorf for PowerPC32.
14999
35ae5b40
AZ
15000 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
15001 and ceilf multiarch implementations.
15002 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
15003 New file.
15004 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
15005 file.
15006 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
15007 multiarch ceil for PowerPC32.
15008 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
15009 New file.
15010 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
15011 file.
15012 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
15013 multiarch ceilf for PowerPC32.
15014
ae1a4cd9
AZ
15015 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
15016 is defined.
15017 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
15018 FINITEF is defined.
15019 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
15020 and finitef multiarch implementations.
15021 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
15022 New file.
15023 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
15024 file.
15025 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
15026 multiarch finite for PowerPC32.
15027 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
15028 New file.
15029 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
15030 file: multiarch finitef for PowerPC32.
15031
64fffd65
AZ
15032 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
15033 and isinff multiarch implementations.
15034 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
15035 file.
15036 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
15037 file.
15038 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
15039 multiarch isinf for PowerPC32.
15040 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
15041 New file.
15042 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
15043 multiarch isinff for PowerPC32.
15044
8e4e7ba2
AZ
15045 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
15046 alias when __isnan is defined.
15047 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
15048 and isnanf multiarch implementations.
15049 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
15050 file.
15051 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
15052 file.
15053 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
15054 file.
15055 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
15056 file.
15057 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
15058 multiarch isnan for PowerPC32.
15059 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
15060 New file.
15061 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
15062 New file.
15063 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
15064 multiarch isnanf for PowerPC32.
15065
ddba588e
AZ
15066 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
15067 and sqrtf multiarch implementations.
15068 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
15069 file.
15070 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
15071 file.
15072 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
15073 multiarch sqrt for PowerPC32.
15074 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
15075 file.
15076 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
15077 file.
15078 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
15079 multiarch sqrtf for PowerPC32.
15080
0f96a2f0
AZ
15081 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
15082 and llroundf multiarch implementations.
15083 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
15084 New file.
15085 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
15086 New file.
15087 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
15088 New file.
15089 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
15090 file: multiarch llround for PowerPC32.
15091 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
15092 file: multiarch llroundf for PowerPC32.
15093
c9b5d79e
AZ
15094 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
15095 multiarch PowerPC32 fpu implementations.
15096 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
15097 New file.
15098 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
15099 New file.
15100 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
15101 multiarch llrint for PowerPC32.
15102 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
15103 New file.
15104 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
15105 New file.
15106 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
15107 file.
15108
9cbb3aab
AZ
15109 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
15110
ea5a72f8
AZ
15111 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
15112 file.
15113 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
15114 file.
15115 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
15116 file.
15117 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
15118 multiarch wordcopy for PPC32.
15119 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15120 wordcopy objects.
15121 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15122 (__libc_ifunc_impl_list): Likewise.
15123 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
15124 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
15125 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
15126 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
15127 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
15128 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
15129
93be09e7
AZ
15130 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
15131 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
15132 file.
15133 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
15134 file.
15135 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
15136 file.
15137 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
15138 multiarch wcscpy for PPC32.
15139 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15140 multiarch objects.
15141 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15142 (__libc_ifunc_impl_list): Likewise.
15143 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15144 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15145 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
15146 sysdeps/powerpc/power6/wcscpy.c.
15147
bb04e529
AZ
15148 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
15149 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
15150 file.
15151 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
15152 file.
15153 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
15154 file.
15155 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
15156 multiarch wcsrchr for PPC32.
15157 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15158 multiarch objects.
15159 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15160 (__libc_ifunc_impl_list): Likewise.
15161 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15162 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15163 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
15164 sysdeps/powerpc/power6/wcsrchr.c.
15165
05b5cd1c
AZ
15166 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
15167 file.
15168 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
15169 file.
15170 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
15171 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
15172 multiarch wcschr for PPc32.
15173 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15174 multiarch objects.
15175 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15176 (__libc_ifunc_impl_list): Likewise.
15177 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
15178 * sysdeps/powerpc/power6/wcschr.c: ... to here.
15179 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
15180 sysdeps/powerpc/power6/wcschr.c.
15181
ba964147
AZ
15182 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
15183 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
15184 file.
15185 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
15186 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
15187 file: multiarch strchr for PPC32.
15188 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
15189 multiarch objects.
15190 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15191 (__libc_ifunc_impl_list): Likewise.
15192
31c81aaa
AZ
15193 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
15194 name.
15195 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
15196 file.
15197 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
15198 file.
15199 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
15200 multiarch strchrnul for PPC32.
15201 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
15202 multiarch objects.
15203 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15204 (__libc_ifunc_impl_list): Likewise.
15205
0d0607d9
AZ
15206 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
15207 file.
15208 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
15209 multiarch strncasecmp for PPC32.
15210 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
15211 file.
15212 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
15213 multiarch strncasecmp_l for PPC32.
15214 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
15215 strncasecmp multiarch objects.
15216 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15217 (__libc_ifunc_impl_list): Likewise.
15218
4dfd5c86
AZ
15219 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
15220 file.
15221 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
15222 multiarch strncasecmp for PPC32.
15223 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
15224 New file.
15225 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
15226 multiarch strcasecmp_l for PPC32.
15227 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
15228 multiarch objects.
15229 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15230 (__libc_ifunc_impl_list): Likewise.
15231
a19e01a3
AZ
15232 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
15233 file.
15234 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
15235 file.
15236 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
15237 multiarch strncmp for PPC32.
15238 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
15239 multiarch objects.
15240 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15241 (__libc_ifunc_impl_list): Likewise.
15242
ae9cf7a2
AZ
15243 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
15244 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
15245 file.
15246 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
15247 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
15248 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
15249 multiarch objects.
15250 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15251 (__libc_ifunc_impl_list): Likewise.
15252
3148bb7d
AZ
15253 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
15254 file.
15255 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
15256 file.
15257 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
15258 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
15259 multiarch objects.
15260 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15261 (__libc_ifunc_impl_list): Likewise.
15262
7af8b946
AZ
15263 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
15264 file.
15265 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
15266 file.
15267 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
15268 multiarch rawmemchr for PPC32.
15269 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
15270 multiarch objects.
15271 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15272 (__libc_ifunc_impl_list): Likewise.
15273
03a6aa6a
AZ
15274 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
15275 file.
15276 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
15277 file.
15278 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
15279 file: memrchr multiarch for PPC32.
15280 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
15281 multiarch objects.
15282 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15283 (__libc_ifunc_impl_list): Likewise.
15284
1c62e6d9
AZ
15285 * string/memchr.c (__memchr): Using macro to redefine symbol name.
15286 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
15287 file.
15288 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
15289 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
15290 multiarch memchr for PPC32.
15291 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
15292 multiarch objects.
15293 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15294 (__libc_ifunc_impl_list): Likewise.
15295
87da8bdb
AZ
15296 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
15297 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
15298 file.
15299 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
15300 file.
15301 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
15302 file: multiarch mempcpy for PPC32.
15303 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
15304 multiarch objects.
15305 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15306 (__libc_ifunc_impl_list): Likewise.
15307
20ed4714
AZ
15308 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
15309 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
15310 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
15311 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
15312 multiarch bzero for PPC32.
15313 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
15314 file.
15315 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
15316 file.
15317 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
15318 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
15319 file: multiarch memset for PPC32.
15320 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
15321 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
15322 memset multiarch objects.
15323 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15324 (__libc_ifunc_impl_list): Likewise.
15325
ab3e3a46
AZ
15326 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
15327 file.
15328 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
15329 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
15330 memcmp for PPC32.
15331 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
15332 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
15333 multiarch objects.
15334 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15335 (__libc_ifunc_impl_list): Likewise.
15336
930de6f0
AZ
15337 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
15338 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
15339 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
15340 file.
15341 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
15342 file.
15343 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
15344 file.
15345 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
15346 multiarch memcpy for PPC32.
15347 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
15348 multiarch objects.
15349 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15350 (__libc_ifunc_impl_list): Likewise.
15351
4c628e00
AZ
15352 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
15353 support multiarch for POWER/PPC32.
15354 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
15355 Likewise.
15356 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
15357 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
15358 Implies file to make multiarch folder appers before the fpu and
15359 default folder for power4 configuration.
15360
f4479220
SP
153612013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
15362
15363 * scripts/bench.pl: Append volatile keyword to type.
15364
8517800f
KK
153652013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15366
15367 * sysdeps/sh/sotruss-lib.c: New file.
15368 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
15369
180138f1
AZ
153702013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15371
15372 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15373
bbf37bdc
JM
153742013-12-05 Joseph Myers <joseph@codesourcery.com>
15375
e47cc4e0
JM
15376 [BZ #6810]
15377 * math/w_tgamma.c: Include <errno.h>.
15378 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
15379 * math/w_tgammaf.c: Include <errno.h>.
15380 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
15381 * math/w_tgammal.c: Include <errno.h>.
15382 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
15383 * math/auto-libm-test-in: Do not allow missing errno on tgamma
15384 underflow. Add more tgamma tests.
15385 * math/auto-libm-test-out: Regenerated.
15386 * sysdeps/i386/fpu/libm-test-ulps: Update.
15387 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15388
bbf37bdc
JM
15389 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
15390 sin, sinh, tan, tanh, tgamma, y0 and y1.
15391 * math/auto-libm-test-out: Regenerated.
15392 * math/libm-test.inc (TEST_COND_x86_64): New macro.
15393 (TEST_COND_x86): Likewise.
15394 (M_E2l): Remove macro.
15395 (M_E3l): Likewise.
15396 (M_2_SQRT_PIl): Likewise.
15397 (M_SQRT_PIl): Likewise.
15398 (M_1_DIV_El): Likewise.
15399 (log_test_data): Use AUTO_TESTS_f_f.
15400 (log10_test_data): Likewise.
15401 (log1p_test_data): Likewise.
15402 (log2_test_data): Likewise.
15403 (sin_test_data): Likewise.
15404 (sin_tonearest_test_data): Likewise.
15405 (sin_towardzero_test_data): Likewise.
15406 (sin_downward_test_data): Likewise.
15407 (sin_upward_test_data): Likewise.
15408 (sinh_test_data): Likewise.
15409 (sinh_tonearest_test_data): Likewise.
15410 (sinh_towardzero_test_data): Likewise.
15411 (sinh_downward_test_data): Likewise.
15412 (sinh_upward_test_data): Likewise.
15413 (tan_test_data): Likewise.
15414 (tan_tonearest_test_data): Likewise.
15415 (tan_towardzero_test_data): Likewise.
15416 (tan_downward_test_data): Likewise.
15417 (tan_upward_test_data): Likewise.
15418 (tanh_test_data): Likewise.
15419 (tgamma_test_data): Likewise.
15420 (y0_test_data): Likewise.
15421 (y1_test_data): Likewise.
15422 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15423 (special_real_inputs): Add pi/4.
15424 * sysdeps/i386/fpu/libm-test-ulps: Update.
15425 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15426
eb5ad6b9
AZ
154272013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15428
15429 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15430 "longjmp_target" static probes.
15431 (__longjmp): Rename to __longjmp_symbol.
15432 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15433 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15434 on which longjmp to generate.
15435 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15436 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15437 probe.
15438 (__sigsetjmp): Rename to __sigsetjmp_symbol.
15439 (__sigjmp_save): Rename to __sigjmp_save_symbol.
15440 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15441 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15442 and __sigjmp_save_symbol based on which sigsetjmp to generated.
15443 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15444 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15445 __longjmp_symbol based on which __longjmp to generate.
15446 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15447 probe.
15448 (setjmp): Rename to setjmp_symbol.
15449 (__sigsetjmp): Rename to __sigsetjmp_symbol.
15450 (_setjmp): Rename to _setjmp_symbol.
15451 (__sigsetjmp): Rename to __sigsetjmp_symbol.
15452 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15453 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15454 which setjmp to generate.
15455 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15456 "longjmp_target" static probes.
15457
d136c6dc
SP
154582013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
15459
9298ecba
SP
15460 * benchtests/README: Add note about output arguments.
15461 * benchtests/bench-sincos.c: Remove file.
15462 * benchtests/sincos-inputs: New file.
15463 * scripts/bench.pl: Identify output arguments and define
15464 static variables for them.
15465
232983e9
SP
15466 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15467
d136c6dc
SP
15468 [BZ #15941]
15469 * Makefile (INSTALL): Add install-plain.texi as the primary
15470 dependency.
15471 * manual/install-plain.texi: New file.
15472 * manual/install.texi: Include node directive only for
15473 non-plaintext output.
15474
699ff837
JM
154752013-12-04 Joseph Myers <joseph@codesourcery.com>
15476
ab07cea8
JM
15477 * stdlib/longlong.h: Update from GCC.
15478
699ff837
JM
15479 [BZ #6807]
15480 [BZ #15901]
15481 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15482 * math/w_j0f.c (y0f): Likewise.
15483 * math/w_j0l.c (__y0l): Likewise.
15484 * math/w_j1.c (y1): Likewise.
15485 * math/w_j1f.c (y1f): Likewise.
15486 * math/w_j1l.c (__y1l): Likewise
15487 * math/w_jn.c (yn): Likewise.
15488 * math/w_jnf.c (ynf): Likewise.
15489 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15490 Bessel function pole errors in _POSIX_ mode. Use NAN as return
15491 value for Bessel function domain errors outside _SVID_ mode.
15492 Adjust sign of return value for yn (negative integer, 0).
15493 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15494 by zero in return for negative x and set sign appropriately for
15495 negative n.
15496 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15497 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15498 * math/libm-test.inc (y0_test_data): Add more tests and adjust
15499 expectations in error cases.
15500 (y1_test_data): Likewise.
15501 (yn_test_data): Likewise.
15502 * sysdeps/i386/fpu/libm-test-ulps: Update.
15503 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15504
5b118558
UW
155052013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15506
15507 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15508 "64" to "64-v1". Add "64-v2".
15509 (abi-64-options): Rename to ...
15510 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
15511 (abi-64-condition): Rename to ...
15512 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
15513 (abi-64-ld-soname): Rename to ...
15514 (abi-64-v1-ld-soname): ... this.
15515 (abi-64-v2-options): Define.
15516 (abi-64-v2-condition): Likewise.
15517 (abi-64-v2-ld-soname): Likewise.
15518 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15519 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15520 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15523
61cd8fe4
UW
155242013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15525 Alan Modra <amodra@gmail.com>
15526
15527 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15528 New versions for use with the ELFv2 ABI.
15529 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15530 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15531 declaration.
15532 (struct La_ppc64v2_retval): Likewise.
15533 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15534 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15535 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15536 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15537 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15538 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15539 Do not save or restore CR.
15540 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15541 (_dl_profile_resolve): Do no save or restore CR. Support extended
15542 return values for ELFv2 ABI. Fix location of FPR return registers.
15543 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15544 updated values for _CALL_ELF == 2.
15545 (La_regs, La_retval, int_retval): Likewise.
15546
8b8a692c
UW
155472013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15548
15549 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15550 (FRAME_MIN_SIZE_PARM): Likewise.
15551 (FRAME_BACKCHAIN): Likewise.
15552 (FRAME_CR_SAVE): Likewise.
15553 (FRAME_LR_SAVE): Likewise.
15554 (FRAME_TOC_SAVE): Likewise.
15555 (FRAME_PARM_SAVE): Likewise.
15556 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15557 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15558 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15559 (call_mcount_parm_offset): New macro.
15560 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15561 (PROF): Use symbolic stack frame offsets.
15562 (TAIL_CALL_SYSCALL_ERROR): Likewise.
15563 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15564 Redefine in terms of FRAME_MIN_SIZE.
15565 (_dl_runtime_resolve): Use symbolic stack frame offsets.
15566 (_dl_profile_resolve): Likewise. Update comment.
15567 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15568 symbols stack frame offsets.
15569 (__sigsetjmp): Likewise.
15570 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15571 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15572 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15573 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15574
15575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15576 (FRAME_BACKCHAIN): Remove.
15577 (FRAME_CR_SAVE): Likewise.
15578 (FRAME_LR_SAVE): Likewise.
15579 (FRAME_COMPILER_DW): Likewise.
15580 (FRAME_LINKER_DW): Likewise.
15581 (FRAME_TOC_SAVE): Likewise.
15582 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
15583 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15584 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15585 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
15586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15587 (CHECK_SP): Use symbolic stack frame offsets.
15588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15589 zone" instead of caller's parameter save area for temp storage.
15590 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15591 Likewise. Also, use symbolic stack frame offsets.
15592 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15593 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15594 our own stack frame instead of the caller's.
15595 (__socket): Use symbolic stack frame offsets.
15596
122b66de
UW
155972013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15598 Alan Modra <amodra@gmail.com>
15599
15600 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15601 Define.
57f41c40
AS
15602 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15603 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
15604 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15605 New function.
15606 (elf_machine_fixup_plt): Call it.
15607 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
15608 reloc arguments.
15609 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
15610 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15611 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
15612 r2 before calling target.
15613
696caf1d
UW
156142013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15615 Alan Modra <amodra@gmail.com>
15616
15617 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15618 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15619 versions of macros to support ELFv2 ABI.
15620 (LOCALENTRY): New macro.
15621 (ENTRY, EALIGN): Use it.
15622 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15623 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15624 fall through into ENTRY entry point.
15625 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15626 Only define if _CALL_ELF != 2.
15627
15628 (elf_machine_matches_host): Verify ABI version matches.
15629 (RTLD_START): Use LOCALENTRY.
15630 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15631 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15632 (PLT_ENTRY_WORDS): New macro.
15633 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15634 (elf_machine_runtime_setup): Support ELFv2 ABI.
15635 (elf_machine_fixup_plt): Likewise.
15636 (elf_machine_plt_conflict): Likewise.
15637 (resolve_ifunc): Likewise.
15638 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15639 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15640 Likewise.
15641 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15642 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15644 (makecontext): Support ELFv2 ABI.
15645 * elf/elf.h (EF_PPC64_ABI): Define.
15646
d31beafa
UW
156472013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15648
57f41c40
AS
15649 * sysdeps/powerpc/powerpc64/sysdep.h
15650 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15651 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15652 (ENTRY) [ASSEMBLER]: ... but instead here ...
15653 (EALIGN) [ASSEMBLER]: ... and here.
15654 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15655 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15656 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
15657 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15658 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
15659 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15660 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
15661 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15662 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15663 Use PPC64_LOAD_FUNCPTR.
15664
b525166b
UW
15665 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15666
7ec07d9a
AM
156672013-12-04 Alan Modra <amodra@gmail.com>
15668
15669 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15670 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15671 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15672 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15673
15674 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15675 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15676 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15677 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15678 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15679 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15680
5162e7dd
UW
156812013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15682
15683 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15684 (__makecontext): Fix incorrect CFI when backtracing out of
15685 context created via makecontext.
15686 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15687 (__setcontext): Fix incorrect CFI during switch to new context.
15688 (__novec_setcontext): Likewise.
15689
19e3372b
OB
156902013-12-04 Ondřej Bílka <neleai@seznam.cz>
15691
15692 [BZ #4772]
15693 * time/strptime_l.c (__strptime_internal): Allow modifiers
15694 in strptime.
15695 * time/tst-strptime.c (day_tests): Add testcase.
15696
ecaf142d
SP
156972013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
15698
15699 * scripts/bench.pl: Skip over blank lines.
15700
fbf964ae
PE
157012013-12-04 Paul Eggert <eggert@cs.ucla.edu>
15702
15703 [BZ #926]
15704 * manual/time.texi (Calendar Time): Clarify what timezone functions
15705 use.
15706
fa60a674
AZ
157072013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15708
15709 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15710
d674f0ef
OB
157112013-12-04 Ondřej Bílka <neleai@seznam.cz>
15712
15713 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15714 implementation.
15715 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15716 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15717 * debug/memset_chk.c (__memset_chk): Likewise.
15718 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15719 * debug/strncpy_chk.c: Likewise.
15720
17dea188
JM
157212013-12-03 Joseph Myers <joseph@codesourcery.com>
15722
749008ff
JM
15723 [BZ #15268]
15724 [BZ #15425]
15725 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15726 (__ieee754_exp): For possibly underflowing results, check size of
15727 result and force underflow exception if required.
15728 * math/auto-libm-test-in: Add more tests of exp.
15729 * math/auto-libm-test-out: Regenerated.
15730 * sysdeps/i386/fpu/libm-test-ulps: Update.
15731 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15732
17dea188
JM
15733 [BZ #16283]
15734 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15735 * math/w_exp2f.c (__exp2f): Likewise.
15736 * math/w_exp2l.c (__exp2l): Likewise.
15737 * math/auto-libm-test-in: Do not allow missing errno on exp2
15738 underflow.
15739 * math/auto-libm-test-out: Regenerated.
15740
b20de2c3
OB
157412013-12-03 Ondřej Bílka <neleai@seznam.cz>
15742
15743 [BZ #16274]
15744 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15745 handle filename validation.
15746 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15747 (do_open): Delete.
15748
d8e2dbe3
JM
157492013-12-03 Joseph Myers <joseph@codesourcery.com>
15750
34e16df5
JM
15751 [BZ #6786]
15752 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15753 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15754 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15755 <float.h>.
15756 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15757 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15758 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15759 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15760 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15761 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15762 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15763 * math/auto-libm-test-in: Don't allow missing errno from erfc.
15764 Add more erfc tests.
15765 * math/auto-libm-test-out: Regenerated.
15766 * sysdeps/i386/fpu/libm-test-ulps: Update.
15767 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15768
d8e2dbe3
JM
15769 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15770 exp2, expm1, j0 and j1.
15771 * math/auto-libm-test-out: Regenerated.
15772 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15773 (erfc_test_data): Likewise.
15774 (exp_test_data): Likewise.
15775 (exp_tonearest_test_data): Likewise.
15776 (exp_towardzero_test_data): Likewise.
15777 (exp_downward_test_data): Likewise.
15778 (exp_upward_test_data): Likewise.
15779 (exp10_test_data): Likewise.
15780 (exp2_test_data): Likewise.
15781 (expm1_test_data): Likewise.
15782 (j0_test_data): Likewise.
15783 (j1_test_data): Likewise.
15784 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15785 (input_flag_type): Add flag_xfail_rounding.
15786 (input_flags): Add xfail-rounding.
15787 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15788 (output_for_one_input_case): Handle flag_xfail_rounding.
15789 * sysdeps/i386/fpu/libm-test-ulps: Update.
15790 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15791
18d14251
AJ
157922013-12-03 Aurelien Jarno <aurelien@aurel32.net>
15793
3d2e6075 15794 [BZ #16289]
18d14251
AJ
15795 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15796 division by 0.
15797
520d437b
SP
157982013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
15799
15800 [BZ #16195]
15801 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15802 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15803 (STAP_PROBE0): New macro.
15804 (STAP_PROBE1): Likewise.
15805 (STAP_PROBE2): Likewise.
15806 (STAP_PROBE3): Likewise.
15807 (STAP_PROBE4): Likewise.
15808
416e0145
OB
158092013-12-02 Ondřej Bílka <neleai@seznam.cz>
15810
15811 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15812
9d17796a
SE
158132013-12-02 Steve Ellcey <sellcey@mips.com>
15814
15815 * benchtests/Makefile (bench): Add sqrt.
15816 (LDLIBS-bench-sqrt): New.
15817 * benchtests/sqrt-input: New.
15818
f524d6a8
PS
158192013-12-02 Pavel Simerda <psimerda@redhat.com>
15820
639a0ef8
PS
15821 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15822 (GAIH_EAI): Likewise.
15823 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15824 (gaih_inet): Likewise.
15825 (getaddrinfo): Don't use GAIH_EAI.
15826
f524d6a8
PS
15827 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15828 (struct gaih): Remove definition.
15829
df3aedaf
SP
158302013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
15831
15832 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15833 Use HERRNOP directly.
15834
1ab19dec
AZ
158352013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15836
b42ad38d 15837 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 15838
176b0c79
JM
158392013-11-30 Joseph Myers <joseph@codesourcery.com>
15840
15841 * math/gen-auto-libm-tests.c (test_functions): Add more
15842 single-argument functions.
15843 (special_fill_pi_2): New function.
15844 (special_fill_minus_pi_2): Likewise.
15845 (special_fill_pi_6): Likewise.
15846 (special_fill_minus_pi_6): Likewise.
15847 (special_fill_pi_3): Likewise.
15848 (special_fill_2pi_3): Likewise.
15849 (special_fill_e): Likewise.
15850 (special_fill_1_e): Likewise.
15851 (special_fill_e_minus_1): Likewise.
15852 (special_real_inputs): Add more special inputs.
15853 (output_for_one_input_case): Do not require ERANGE on underflow to
15854 zero if round-to-nearest result does not underflow to zero, unless
15855 exact results required.
15856 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15857 atan, atanh, cbrt, cos and cosh.
15858 * math/auto-libm-test-out: Regenerated.
15859 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15860 (acos_tonearest_test_data): Likewise.
15861 (acos_towardzero_test_data): Likewise.
15862 (acos_downward_test_data): Likewise.
15863 (acos_upward_test_data): Likewise.
15864 (acosh_test_data): Likewise.
15865 (asin_test_data): Likewise.
15866 (asin_tonearest_test_data): Likewise.
15867 (asin_towardzero_test_data): Likewise.
15868 (asin_upward_test_data): Likewise.
15869 (asinh_test_data): Likewise.
15870 (atan_test_data): Likewise.
15871 (atanh_test_data): Likewise.
15872 (cbrt_test_data): Likewise.
15873 (cos_test_data): Likewise.
15874 (cos_tonearest_test_data): Likewise.
15875 (cos_towardzero_test_data): Likewise.
15876 (cos_downward_test_data): Likewise.
15877 (cos_upward_test_data): Likewise.
15878 (cosh_test_data): Likewise.
15879 (cosh_tonearest_test_data): Likewise.
15880 (cosh_towardzero_test_data): Likewise.
15881 (cosh_downward_test_data): Likewise.
15882 (cosh_upward_test_data): Likewise.
15883 * sysdeps/i386/fpu/libm-test-ulps: Update.
15884 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15885
ffb536d0
JM
158862013-11-29 Joseph Myers <joseph@codesourcery.com>
15887
2a77a467
JM
15888 [BZ #6787]
15889 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15890 * math/w_exp10f.c (__exp10f): Likewise.
15891 * math/w_exp10l.c (__exp10l): Likewise.
15892 * math/libm-test.inc (exp10_test_data): Add more tests and expect
15893 errno settings in existing tests.
15894
ea3bc4e8
JM
15895 [BZ #14032]
15896 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15897 precision control set to double precision.
15898 * sysdeps/i386/fpu/w_sqrt.c: New file.
15899 * math/auto-libm-test-in: Add more tests.
15900 * math/auto-libm-test-out: Update.
15901
0712c9d8
JM
15902 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15903 (sqrt_test_tonearest): New function.
15904 (sqrt_towardzero_test_data): New variable.
15905 (sqrt_test_towardzero): New function.
15906 (sqrt_downward_test_data): New variable.
15907 (sqrt_test_downward): New function.
15908 (sqrt_upward_test_data): New variable.
15909 (sqrt_test_upward): New function.
15910 (main): Call the new functions.
15911
ffb536d0
JM
15912 * math/gen-auto-libm-tests.c: New file.
15913 * math/auto-libm-test-in: Likewise.
15914 * math/auto-libm-test-out: New generated file.
15915 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15916 variables.
15917 (%beautify): Add generated representations of zero.
15918 (top level): Set $auto_input and call parse_auto_input.
15919 (beautify): Remove trailing "f" from hex float constants.
15920 (parse_args): Handle XFAIL_TEST.
15921 (convert_condition): New function.
15922 (or_value): Likewise.
15923 (or_cond_value): Likewise.
15924 (generate_testfile): Handle AUTO_TESTS_* lines.
15925 (parse_auto_input): New function.
15926 * math/libm-test.inc (XFAIL_TEST): New macro.
15927 (ERRNO_UNCHANGED): Update value.
15928 (ERRNO_EDOM): Likewise.
15929 (ERRNO_ERANGE): Likewise.
15930 (IGNORE_RESULT): Likewise.
15931 (TEST_COND_flt_32): New macro.
15932 (TEST_COND_dbl_64): Likewise.
15933 (TEST_COND_ldbl_96_intel): Likewise.
15934 (TEST_COND_ldbl_96_m68k): Likewise.
15935 (TEST_COND_ldbl_128): Likewise.
15936 (TEST_COND_ldbl_128ibm): Likewise.
15937 (TEST_COND_long32): Likewise.
15938 (TEST_COND_long64): Likewise.
15939 (TEST_COND_before_rounding): Likewise.
15940 (TEST_COND_after_rounding): Likewise.
15941 (enable_test): Handle XFAIL_TEST flag.
15942 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15943 with finite results.
15944 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15945 auto-libm-test-out.
15946
acd98a8e
AK
159472013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
15948 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15949
15950 [BZ #16214]
15951 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15952 __tls_get_addr_internal instead of __tls_get_offset in order to
15953 avoid GOT pointer dependency. Make rtld export
15954 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15955 __tls_get_addr since we are a __tls_get_offset platform.
15956 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15957 GOT pointer being set up before.
15958 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15959
3c1c46a6
JM
159602013-11-28 Joseph Myers <joseph@codesourcery.com>
15961
7475aef5
JM
15962 * manual/math.texi (Errors in Math Functions): Document accuracy
15963 goals.
15964
8bca7cd8
JM
15965 [BZ #15004]
15966 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15967 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15968 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15969 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15970 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15971 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15972 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15973 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15974 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15975 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15976 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15977 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15978 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15979 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15980 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15981 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15982
91a1f3fe
JM
15983 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15984 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15985 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15986 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15987 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15988 Likewise.
15989 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15990 Likewise.
15991 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15992 Likewise.
15993 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15994 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15995 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15996 atomic-feupdateenv and flt-rounds.
15997 * sysdeps/powerpc/nofpu/Versions (libc): Add
15998 __atomic_feholdexcept, __atomic_feclearexcept,
15999 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
16000 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
16001 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
16002 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
16003 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
16004 here.
16005 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
16006 Update.
16007
c5df7609
JM
16008 * manual/arith.texi (FP Exceptions): Document that exceptions may
16009 not be raised when matherr is used.
16010 (Math Error Reporting): Document overflow in directed rounding
16011 modes. Document that errno may not be set when finite values are
16012 returned on overflow. Document intent to set errno on underflow
16013 only for underflow to zero.
16014
3c1c46a6
JM
16015 [BZ #16271]
16016 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
16017 round-to-nearest then adjust result for other rounding modes.
16018 * include/fenv.h (fegetround): Use libm_hidden_proto.
16019 * math/fegetround.c (fegetround): Use libm_hidden_def.
16020 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
16021 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
16022 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16023 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
16024 Likewise.
16025 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
16026 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
16027 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
16028 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
16029
5a4c6d53
SP
160302013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16031
16032 [BZ #16077]
16033 * nss/Versions (libnss_files): Add
16034 _nss_files_gethostbyname3_r.
16035 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
16036 New function.
16037 (HOST_DB_LOOKUP): Remove macro.
16038 (_nss_files_gethostbyname_r): Implement function without the
16039 HOST_DB_LOOKUP macro.
16040 (_nss_files_gethostbyname2_r): Likewise.
16041
897b98ba
OB
160422013-11-28 Ondřej Bílka <neleai@seznam.cz>
16043
16044 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
16045
6f476861
UB
160462013-11-26 Uros Bizjak <ubizjak@gmail.com>
16047
16048 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
16049 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
16050 warning.
16051
bd12ab55
AZ
160522013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16053
16054 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
16055 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
16056 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16057 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16058 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
16059 __fe_nomask_env_priv and attribute_hidden.
16060 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
16061 (libc_feupdateenv_test_ppc): Likewise.
16062 (libc_feresetround_ppc): Likewise.
16063 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16064 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
16065 compat_symbol macro.
16066 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16067 (__fe_nomask_env): Likewise.
16068 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
16069
52bb6543
OB
160702013-11-26 Ondřej Bílka <neleai@seznam.cz>
16071
16072 * string/Makefile: Remove ifunc tests.
16073 * string/test-string.h: Define TEST_IFUNC.
16074 * string/test-bcopy-ifunc.c: Remove.
16075 * string/test-bzero-ifunc.c: Likewise.
16076 * string/test-memccpy-ifunc.c: Likewise.
16077 * string/test-memchr-ifunc.c: Likewise.
16078 * string/test-memcmp-ifunc.c: Likewise.
16079 * string/test-memcpy-ifunc.c: Likewise.
16080 * string/test-memmem-ifunc.c: Likewise.
16081 * string/test-memmove-ifunc.c: Likewise.
16082 * string/test-mempcpy-ifunc.c: Likewise.
16083 * string/test-memrchr-ifunc.c: Likewise.
16084 * string/test-memset-ifunc.c: Likewise.
16085 * string/test-rawmemchr-ifunc.c: Likewise.
16086 * string/test-stpcpy-ifunc.c: Likewise.
16087 * string/test-stpncpy-ifunc.c: Likewise.
16088 * string/test-strcasecmp-ifunc.c: Likewise.
16089 * string/test-strcasestr-ifunc.c: Likewise.
16090 * string/test-strcat-ifunc.c: Likewise.
16091 * string/test-strchr-ifunc.c: Likewise.
16092 * string/test-strchrnul-ifunc.c: Likewise.
16093 * string/test-strcmp-ifunc.c: Likewise.
16094 * string/test-strcpy-ifunc.c: Likewise.
16095 * string/test-strcspn-ifunc.c: Likewise.
16096 * string/test-strlen-ifunc.c: Likewise.
16097 * string/test-strncasecmp-ifunc.c: Likewise.
16098 * string/test-strncat-ifunc.c: Likewise.
16099 * string/test-strncmp-ifunc.c: Likewise.
16100 * string/test-strncpy-ifunc.c: Likewise.
16101 * string/test-strnlen-ifunc.c: Likewise.
16102 * string/test-strpbrk-ifunc.c: Likewise.
16103 * string/test-strrchr-ifunc.c: Likewise.
16104 * string/test-strspn-ifunc.c: Likewise.
16105 * string/test-strstr-ifunc.c: Likewise.
16106
ab260039 161072013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
16108
16109 * benchtests/Makefile: Remove ifunc tests.
16110 * benchtests/bench-string.h: Define TEST_IFUNC.
16111 * benchtests/bench-bcopy-ifunc.c: Remove.
16112 * benchtests/bench-bzero-ifunc.c: Likewise.
16113 * benchtests/bench-memccpy-ifunc.c: Likewise.
16114 * benchtests/bench-memchr-ifunc.c: Likewise.
16115 * benchtests/bench-memcmp-ifunc.c: Likewise.
16116 * benchtests/bench-memcpy-ifunc.c: Likewise.
16117 * benchtests/bench-memmem-ifunc.c: Likewise.
16118 * benchtests/bench-memmove-ifunc.c: Likewise.
16119 * benchtests/bench-mempcpy-ifunc.c: Likewise.
16120 * benchtests/bench-memrchr-ifunc.c: Likewise.
16121 * benchtests/bench-memset-ifunc.c: Likewise.
16122 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
16123 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
16124 * benchtests/bench-stpcpy-ifunc.c: Likewise.
16125 * benchtests/bench-stpncpy-ifunc.c: Likewise.
16126 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
16127 * benchtests/bench-strcasestr-ifunc.c: Likewise.
16128 * benchtests/bench-strcat-ifunc.c: Likewise.
16129 * benchtests/bench-strchr-ifunc.c: Likewise.
16130 * benchtests/bench-strchrnul-ifunc.c: Likewise.
16131 * benchtests/bench-strcmp-ifunc.c: Likewise.
16132 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
16133 * benchtests/bench-strcpy-ifunc.c: Likewise.
16134 * benchtests/bench-strcspn-ifunc.c: Likewise.
16135 * benchtests/bench-strlen-ifunc.c: Likewise.
16136 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
16137 * benchtests/bench-strncat-ifunc.c: Likewise.
16138 * benchtests/bench-strncmp-ifunc.c: Likewise.
16139 * benchtests/bench-strncpy-ifunc.c: Likewise.
16140 * benchtests/bench-strnlen-ifunc.c: Likewise.
16141 * benchtests/bench-strpbrk-ifunc.c: Likewise.
16142 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 16143 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
16144 * benchtests/bench-strspn-ifunc.c: Likewise.
16145 * benchtests/bench-strstr-ifunc.c: Likewise.
16146
161472013-11-26 Ondřej Bílka <neleai@seznam.cz>
16148
ab260039
OB
16149 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
16150
d1d9eaf4 161512013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 16152
d1d9eaf4
OB
16153 * resolv/netdb.h: Use __glibc_reserved instead __unused.
16154 * rt/aio.h: Likewise.
16155 * sysdeps/gnu/bits/utmp.h: Likewise.
16156 * sysdeps/gnu/bits/utmpx.h: Likewise.
16157 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
16158 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
16159 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
16160 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
16161 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
16162 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
16163 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
16164 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
16165 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
16166 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
16167 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
16168 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
16169 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
16170 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
16171 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
16172 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
16173 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
16174 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
16175 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
16176 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
16177 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
16178 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
16179 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
16180 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
16181 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
16182 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16183 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
16184 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
16185 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
16186 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
16187 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
16188 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
16189 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
16190 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
16191 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
16192 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
16193 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
16194 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
16195 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
16196 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
16197 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
16198 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16199
a7624ed9
CD
162002013-11-25 Carlos O'Donell <carlos@redhat.com>
16201
16202 [BZ #16245]
16203 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
16204 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
16205
63cfe52b
JM
162062013-11-25 Joseph Myers <joseph@codesourcery.com>
16207
16208 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
16209 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
16210 Likewise.
16211
41e8926a
AZ
162122013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16213
16214 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
16215 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
16216 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
16217 (__fesetround): Remove define.
16218 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
16219 rounding and exceptions handling.
16220 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
16221 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
16222 (__fe_nomask_env): Likewise.
16223 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
16224 __fegetround instead of fegetround.
16225 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16226 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
16227
6851bd4d
RM
162282013-11-21 Roland McGrath <roland@hack.frob.com>
16229
070906ff
RM
16230 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
16231 it's there.
16232
6851bd4d
RM
16233 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
16234
84ae135d
MI
162352013-11-21 Meador Inge <meadori@codesourcery.com>
16236
16237 [BZ #11157]
16238 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
16239 (encrypt_r): Likewise.
16240 * malloc/obstack.h (obstack_free): Likewise.
16241 * posix/unistd.h (encrypt): Likewise.
16242
daf75146
GM
162432013-11-21 Guy Martin <gmsoft@tuxicoman.be>
16244
16245 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
16246 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
16247 DL_CALL_DT_FINI() that call the functions directly.
16248 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
16249 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
16250 * elf/dl-fini.c: Likewise.
16251
10ad46bc
OB
162522013-11-20 Ondřej Bílka <neleai@seznam.cz>
16253
16254 * malloc/hooks.c (memalign_check): Add alignment rounding.
16255 * malloc/malloc.c (_mid_memalign): New function.
16256 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
16257 Implement by calling _mid_memalign.
16258 * manual/probes.texi (Memory Allocation Probes): Remove
16259 memory_valloc_retry and memory_pvalloc_retry.
16260
f3fd2628
SP
162612013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16262
4712799f
SP
16263 * locale/programs/locarchive.c (open_archive): Add const
16264 qualifier to ARCHIVEFNAME and copy default fname to
16265 DEFAULT_FNAME.
16266
0417b20f
SP
16267 [BZ #15601]
16268 * libio/tst-widetext.input: Rename Oriya to Odia.
16269 * locale/iso-639.def: Likewise.
16270
f3fd2628
SP
16271 * manual/probes.texi (Mathematical Function Probes): Add
16272 documentation for sin, cos, asin and acos probes.
16273 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
16274 (__sin32): Add slowasin probe.
16275 (__cos32): Add slowacos probe.
16276 (__mpsin): Add slowsin probe.
16277 (__mpcos): Add slowcos probe.
16278
73c1ce4f
JM
162792013-11-19 Joseph Myers <joseph@codesourcery.com>
16280
16281 [BZ #15483]
16282 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
16283 thread-local __sim_exceptions_thread and global
16284 __sim_exceptions_global.
16285 (__sim_disabled_exceptions): Change to thread-local
16286 __sim_disabled_exceptions_thread and global
16287 __sim_disabled_exceptions_global.
16288 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16289 and global __sim_round_mode_global.
16290 (__simulate_exceptions): Use thread-local floating-point state and
16291 set global state from it as needed.
16292 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
16293 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
16294 __sim_round_mode_thread.
16295 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
16296 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
16297 and global __sim_exceptions_global.
16298 (__sim_disabled_exceptions): Change to thread-local
16299 __sim_disabled_exceptions_thread and global
16300 __sim_disabled_exceptions_global.
16301 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16302 and global __sim_round_mode_global.
16303 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
16304 (SIM_SET_GLOBAL): Likewise.
16305 * sysdeps/powerpc/soft-fp/sfp-machine.h
16306 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
16307 __sim_round_mode_thread.
16308 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
16309 __sim_disabled_exceptions_thread.
16310 (__sim_exceptions): Change to __sim_exceptions_thread.
16311 (__sim_disabled_exceptions): Change to
16312 __sim_disabled_exceptions_thread.
16313 (__sim_round_mode): Change to __sim_round_mode_thread.
16314 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
16315 thread-local floating-point state and set global state from it as
16316 needed.
16317 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
16318 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
16319 (__sim_disabled_exceptions): Remove extern declaration.
16320 (feenableexcept): Use thread-local floating-point state and set
16321 global state from it as needed.
16322 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
16323 extern declaration.
16324 (__sim_disabled_exceptions): Likewise.
16325 (__sim_round_mode): Likewise.
16326 (__fegetenv): Use thread-local floating-point state.
16327 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
16328 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16329 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
16330 floating-point state and set global state from it as needed.
16331 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
16332 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16333 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
16334 Likewise.
16335 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16336 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
16337 Likewise.
16338 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
16339 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
16340 Use __sim_round_mode_thread.
16341 * math/test-fenv-tls.c: New file.
16342 * math/Makefile (tests): Add test-fenv-tls.
16343 ($(objpfx)test-fenv-tls): Depend on
16344 $(common-objpfx)nptl/libpthread.so.
16345
b5449b12
AS
163462013-11-19 Andreas Schwab <schwab@suse.de>
16347
16348 * locale/programs/locale.c (show_info): Decode wordarray elements.
16349 * locale/categories.def (LC_MONETARY): Add element for
16350 _NL_MONETARY_CRNCYSTR.
16351 * locale/C-monetary.c (conversion_rate): New variable.
16352 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
16353 element.
16354
e186536b
CM
163552013-11-18 Chris Metcalf <cmetcalf@tilera.com>
16356
16357 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
16358 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
16359
5c349950
PP
163602013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16361
16362 * elf/Makefile (tst-auxv): New test.
16363 * elf/tst-auxv.c: New
16364 * elf/rtld.c (dl_main): Adjust AT_EXECFN
16365
699df45b
JM
163662013-11-18 Joseph Myers <joseph@codesourcery.com>
16367
16368 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
16369 (hidden_proto): Caller changed.
16370 (hidden_tls_proto): New macro.
16371 (libc_hidden_tls_proto): Likewise.
16372 (rtld_hidden_tls_proto): Likewise.
16373 (libm_hidden_tls_proto): Likewise.
16374 (libresolv_hidden_tls_proto): Likewise.
16375 (librt_hidden_tls_proto): Likewise.
16376 (libdl_hidden_tls_proto): Likewise.
16377 (libnss_files_hidden_tls_proto): Likewise.
16378 (libnsl_hidden_tls_proto): Likewise.
16379 (libnss_nisplus_hidden_tls_proto): Likewise.
16380 (libutil_hidden_tls_proto): Likewise.
16381
b7589107
OB
163822013-11-18 Ondřej Bílka <neleai@seznam.cz>
16383
16384 [BZ #10253]
16385 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
16386 (decompose_rpath): Defer expansion to fillin_rpath.
16387 (_dl_init_paths): Pass linkmap to fillin_rpath.
16388
250c23bd
RS
163892013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16390
16391 * benchtests/Makefile: Add strsep.
16392 * benchtests/bench-strsep.c: New file: strsep benchtest.
16393 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
16394
a7931fcf
AS
163952013-11-18 Andreas Schwab <schwab@suse.de>
16396
16397 * locale/programs/locale.c (show_info) [case byte]: Check for
16398 '\377' instead of '\177'.
16399 * locale/C-monetary.c (not_available): Always use "\377".
16400 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
16401 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
16402 detect unavailable sign_posn locale elements.
16403 * locale/localeconv.c (__localeconv): For grouping and
16404 mon_grouping handle "\177" and "\377" like no grouping.
16405 (INT_ELEM): New macro. Use it to set all numeric members.
16406 * locale/programs/ld-monetary.c (monetary_read)
16407 <tok_mon_grouping>: Normalize single -1 to the empty string.
16408 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
16409 Likewise.
16410
728dab0e
OB
164112013-11-07 Ondřej Bílka <neleai@seznam.cz>
16412
16413 [BZ #16055]
16414 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16415 when we match (nil).
16416 * stdio-common/tst-sscanf.c (struct test): Add testcase.
16417
66294491
JM
164182013-11-16 Joseph Myers <joseph@codesourcery.com>
16419
ce665817
JM
16420 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16421 (NO_TEST_INLINE): Update value.
16422 (ERRNO_UNCHANGED): Likewise.
16423 (ERRNO_EDOM): Likewise.
16424 (ERRNO_ERANGE): Likewise.
16425 (IGNORE_RESULT): Likewise.
16426 (check_float_internal): Check signs of NaN results if
16427 TEST_NAN_SIGN used.
16428 (check_complex): Pass TEST_NAN_SIGN flag through to second
16429 check_float_internal call.
16430 (copysign_test_data): Add tests with quiet NaNs as second
16431 argument. Use TEST_NAN_SIGN.
16432 (fabs_test_data): Add test of negative quiet NaN argument. Use
16433 TEST_NAN_SIGN.
16434 (signbit_test_data): Add tests of quiet NaN argument.
16435 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16436
ee1466a9
JM
16437 * math/gen-libm-test.pl (show_exceptions): Take extra argument
16438 $ignore_result.
16439 (parse_args): Handle function results specified as IGNORE.
16440 * math/libm-test.inc (IGNORE_RESULT): New macro.
16441 (check_float_internal): Do not check numerical result if flag
16442 IGNORE_RESULT set.
16443 (check_complex): Pass through IGNORE_RESULT to second
16444 check_float_internal call.
16445 (check_int): Do not check numerical result if flag IGNORE_RESULT
16446 set.
16447 (check_long): Likewise.
16448 (check_bool): Likewise.
16449 (check_longlong): Likewise.
16450 (lrint_test_data): Add tests of infinite and NaN arguments.
16451 (lrint_tonearest_test_data): Likewise.
16452 (lrint_towardzero_test_data): Likewise.
16453 (lrint_downward_test_data): Likewise.
16454 (lrint_upward_test_data): Likewise.
16455 (llrint_test_data): Likewise.
16456 (llrint_tonearest_test_data): Likewise.
16457 (llrint_towardzero_test_data): Likewise.
16458 (llrint_downward_test_data): Likewise.
16459 (llrint_upward_test_data): Likewise.
16460 (lround_test_data): Likewise.
16461 (llround_test_data): Likewise.
16462
14407b7e
JM
16463 * math/libm-test.inc (NO_TEST_INLINE): New macro.
16464 (ERRNO_UNCHANGED): Update value.
16465 (ERRNO_EDOM): Likewise.
16466 (ERRNO_ERANGE): Likewise.
16467 (NO_TEST_INLINE_FLOAT): New macro.
16468 (NO_TEST_INLINE_DOUBLE): Likewise.
16469 (enable_test): New function.
16470 (RUN_TEST_f_f): Check enable_test before running test.
16471 (RUN_TEST_2_f): Likewise.
16472 (RUN_TEST_fff_f): Likewise.
16473 (RUN_TEST_c_f): Likewise.
16474 (RUN_TEST_f_f1): Likewise.
16475 (RUN_TEST_fF_f1): Likewise.
16476 (RUN_TEST_fI_f1): Likewise.
16477 (RUN_TEST_ffI_f1): Likewise.
16478 (RUN_TEST_c_c): Likewise.
16479 (RUN_TEST_cc_c): Likewise.
16480 (RUN_TEST_f_i): Likewise.
16481 (RUN_TEST_f_i_tg): Likewise.
16482 (RUN_TEST_ff_i_tg): Likewise.
16483 (RUN_TEST_f_b): Likewise.
16484 (RUN_TEST_f_b_tg): Likewise.
16485 (RUN_TEST_f_l): Likewise.
16486 (RUN_TEST_f_L): Likewise.
16487 (RUN_TEST_fFF_11): Likewise.
16488 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16489 conditionals.
16490 (cosh_test_data): Likewise.
16491 (exp_test_data): Likewise.
16492 (expm1_test_data): Likewise.
16493 (hypot_test_data): Likewise.
16494 (pow_test_data): Likewise.
16495 (sinh_test_data): Likewise.
16496 (tanh_test_data): Likewise.
16497 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16498 flags argument.
16499
ca07f197
JM
16500 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16501 tests with quiet NaN input and output.
16502 (acosh_test_data): Likewise.
16503 (asin_test_data): Likewise.
16504 (asinh_test_data): Likewise.
16505 (atan_test_data): Likewise.
16506 (atanh_test_data): Likewise.
16507 (atan2_test_data): Likewise.
16508 (cbrt_test_data): Likewise.
16509 (cos_test_data): Likewise.
16510 (cosh_test_data): Likewise.
16511 (erf_test_data): Likewise.
16512 (erfc_test_data): Likewise.
16513 (exp_test_data): Likewise.
16514 (exp10_test_data): Likewise.
16515 (exp2_test_data): Likewise.
16516 (expm1_test_data): Likewise.
16517 (hypot_test_data): Likewise.
16518 (j0_test_data): Likewise.
16519 (j1_test_data): Likewise.
16520 (jn_test_data): Likewise.
16521 (lgamma_test_data): Likewise.
16522 (log_test_data): Likewise.
16523 (log10_test_data): Likewise.
16524 (log1p_test_data): Likewise.
16525 (log2_test_data): Likewise.
16526 (pow_test_data): Likewise.
16527 (scalb_test_data): Likewise.
16528 (sin_test_data): Likewise.
16529 (sincos_test_data): Likewise.
16530 (sinh_test_data): Likewise.
16531 (tan_test_data): Likewise.
16532 (tanh_test_data): Likewise.
16533 (tgamma_test_data): Likewise.
16534 (y0_test_data): Likewise.
16535 (y1_test_data): Likewise.
16536 (yn_test_data): Likewise.
16537
66294491
JM
16538 [BZ #16167]
16539 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16540 argument being NaN and avoid computations with second argument in
16541 that case.
16542 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16543 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16544 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16545
1820b143
CL
165462013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
16547
16548 * locale/iso-639.def: Add Chitwani Tharu (the).
16549
714bd261
AS
165502013-11-14 Andreas Schwab <schwab@suse.de>
16551
16552 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16553 word instead of empty string.
16554
7ab44563
AZ
165552013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16556
16557 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16558 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16559 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16560 (__fe_nomask_env): Likewise.
16561
e8470ea2
SE
165622013-11-13 Steve Ellcey <sellcey@mips.com>
16563
16564 * benchtests/bench-timing.h: Include time.h.
16565
17c1d9f0
L
165662013-11-13 H.J. Lu <hongjiu.lu@intel.com>
16567
16568 [BZ #15997]
16569 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16570 to 3.4.0 for x32.
16571 * sysdeps/unix/sysv/linux/configure: Regenerated.
16572
9310c284
JM
165732013-11-13 Joseph Myers <joseph@codesourcery.com>
16574
16575 [BZ #16151]
16576 * stdlib/strtod_l.c (round_and_return): Do not consider
16577 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16578 exponent one less than half the least subnormal exponent.
16579 * stdlib/test-strtod-round-data: Add more tests.
16580 * stdlib/tst-strtod-round.c (tests): Regenerated.
16581
7a2ad8cf
AZ
165822013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16583
16584 [BZ #14143]
16585 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16586 (__fe_mask_env): Likewise.
16587 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16588 libm_hidden_proto and add function prototype.
16589 (__fe_mask_env): Add function prototype.
16590 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16591 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16592 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16593 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16594 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16595 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16596
50727aa7
MS
165972013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16598
b2f386c1 16599 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
16600 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16601
a615be46
MS
166022013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16603
16604 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16605 of htab_find_slot().
16606
7ddace62
DM
166072013-11-11 David S. Miller <davem@davemloft.net>
16608
16609 [BZ #16150]
16610 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16611 symbol in the non-vis3 case in static builds.
16612 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16613 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16614 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16615 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16616
9182aa67
JK
166172013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16618
16619 [BZ #387]
16620 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16621 it is empty.
16622
450a2e2d
AZ
166232013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16624
b2f386c1
SP
16625 * benchtests/Makefile: Add bench-strtod.
16626 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 16627
8ec3f656
AS
166282013-11-11 Andreas Schwab <schwab@suse.de>
16629
16630 [BZ #16153]
16631 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16632 terminating NUL in key length.
16633
76a9b998
AZ
166342013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16635
16636 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16637 Add artificial ODP entry for vDSO symbol for PPC64.
16638 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16639 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16640
e4368156
OB
166412013-11-07 Ondřej Bílka <neleai@seznam.cz>
16642
16643 [BZ #15374]
16644 * nss/getent.c (services_keys): Recognize services starting with digit.
16645
8d6bb57c
DM
166462013-11-06 David S. Miller <davem@davemloft.net>
16647
16648 [BZ #15985]
16649 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16650 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16651
e256c421
WN
166522013-11-06 Will Newton <will.newton@linaro.org>
16653
16654 * manual/memory.texi (Malloc Examples): Remove register
16655 keyword from examples.
16656
f6e12daa 166572013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 16658
f6e12daa 16659 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 16660
9d880655
AS
166612013-11-04 Joseph Myers <joseph@codesourcery.com>
16662
fd2f9486 16663 [BZ #6981]
9d880655
AS
16664 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16665 depending on [__GCC_IEC_559 > 0].
16666 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16667 depending on [__GCC_IEC_559_COMPLEX > 0].
16668
ae129d3c
CL
166692013-11-03 Chris Leonard <cjl@sugarlabs.org>
16670
16671 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16672 to iso-639.def.
16673
4a15c2a4 166742013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
16675
16676 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16677
8b35e35d
OB
166782013-11-01 Ondřej Bílka <neleai@seznam.cz>
16679
16680 [BZ #16112]
16681 * malloc/malloc (malloc_info): Do not handle first bin as
16682 special case.
16683
1d70fd6c
CL
166842013-11-01 Chris Leonard <cjl@sugarlabs.org>
16685
16686 * locale/iso-639.def: Add Central Nahuatl (nhn).
16687
8c5c2600
BH
166882013-11-01 Bruno Haible <bruno@clisp.org>
16689
16690 [BZ #7003]
16691 * manual/math.texi (BSD Random): Specify range upper bound as
16692 in POSIX.
16693
da5579c2
CL
166942013-10-31 Chris Leonard <cjl@sugarlabs.org>
16695
16696 * locale/iso-639.def: Add Meadow Mari (mhr).
16697
5d30d853
OB
166982013-10-31 Ondřej Bílka <neleai@seznam.cz>
16699
16700 [BZ #14752], [BZ #15763]
16701 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16702 Validate name.
16703 * rt/tst_shm.c: Add test for escaping directory.
16704
a4966c61
AS
167052013-10-31 Andreas Schwab <schwab@suse.de>
16706
8a43e768 16707 [BZ #15917]
a4966c61
AS
16708 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16709 followed by 'x' as part of digit sequence.
16710 * stdio-common/tst-sscanf.c (double_tests2): New tests.
16711
28d708c4
MAP
167122013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16713
16714 [BZ #16037]
16715 * configure.ac: allow GNU Make 4.0 and greater.
16716 * configure: Regenerated.
16717
a56ee40b
WN
167182013-10-30 Will Newton <will.newton@linaro.org>
16719
16720 [BZ #16038]
16721 * malloc/hooks.c (memalign_check): Limit alignment to the
16722 maximum representable power of two.
16723 * malloc/malloc.c (__libc_memalign): Likewise.
16724 * malloc/tst-memalign.c (do_test): Add test for very
16725 large alignment values.
16726 * malloc/tst-posix_memalign.c (do_test): Likewise.
16727
c6e4925d
OB
167282013-10-30 Ondřej Bílka <neleai@seznam.cz>
16729
16730 [BZ #11087]
16731 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16732 (munmap_chunk): Likewise.
16733 (mremap_chunk): Likewise.
16734
167352013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 16736
8a43e768 16737 [BZ #15799]
bbea82f7
OB
16738 * stdlib/div.c (div): Remove obsolete code.
16739 * stdlib/ldiv.c (ldiv): Likewise.
16740 * stdlib/lldiv.c (lldiv): Likewise.
16741
977f4b31
SP
167422013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
16743
16744 [BZ #16071]
16745 * nss/nss_files/files-XXX.c (get_contents_ret): New
16746 enumerator.
16747 (get_contents): New function.
16748 (internal_getent): Use it. Expand size of LINEBUFLEN.
16749
cb8a6dbd
MF
167502013-10-30 Mike Frysinger <vapier@gentoo.org>
16751
16752 * configure.in: Moved to ...
16753 * configure.ac: ... here. Change reference to configure.in
16754 to configure.ac.
16755 * sysdeps/arm/preconfigure.ac: ... here.
16756 configure.in to configure.ac.
16757 * sysdeps/gnu/configure.in: Moved to ...
16758 * sysdeps/gnu/configure.ac: ... here.
16759 * sysdeps/i386/configure.in: Moved to ...
16760 * sysdeps/i386/configure.ac: ... here.
16761 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16762 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16763 * sysdeps/mach/configure.in: Moved to ...
16764 * sysdeps/mach/configure.ac: ... here.
16765 * sysdeps/mach/hurd/configure.in: Moved to ...
16766 * sysdeps/mach/hurd/configure.ac: ... here.
16767 * sysdeps/powerpc/configure.in: Moved to ...
16768 * sysdeps/powerpc/configure.ac: ... here.
16769 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16770 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16771 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16772 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16773 * sysdeps/s390/s390-32/configure.in: Moved to ...
16774 * sysdeps/s390/s390-32/configure.ac: ... here.
16775 * sysdeps/s390/s390-64/configure.in: Moved to ...
16776 * sysdeps/s390/s390-64/configure.ac: ... here.
16777 * sysdeps/sh/configure.in: Moved to ...
16778 * sysdeps/sh/configure.ac: ... here.
16779 * sysdeps/sparc/configure.in: Moved to ...
16780 * sysdeps/sparc/configure.ac: ... here.
16781 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16782 * sysdeps/unix/sysv/linux/configure.ac: ... here.
16783 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16784 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16785 * sysdeps/x86_64/configure.in: Moved to ...
16786 * sysdeps/x86_64/configure.ac: ... here.
16787 * sysdeps/x86_64/preconfigure.in: Moved to ...
16788 * sysdeps/x86_64/preconfigure.ac: ... here.
16789 * aclocal.m4: Change reference to configure.in to configure.ac.
16790 * config.h.in: Likewise.
16791 * manual/install.texi: Likewise.
16792 * manual/maint.texi: Likewise.
16793 * Makefile: Likewise.
16794 * malloc/Makefile: Likewise.
16795 * nscd/Makefile: Likewise.
16796 * Makeconfig: Change reference to configure.in and
16797 preconfigure.in to configure.ac and preconfigure.ac
16798 respectively.
16799 * INSTALL: Regenerated.
16800 * configure: Likewise.
16801 * sysdeps/gnu/configure: Likewise.
16802 * sysdeps/i386/configure: Likewise.
16803 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16804 * sysdeps/mach/configure: Likewise.
16805 * sysdeps/mach/hurd/configure: Likewise.
16806 * sysdeps/powerpc/configure: Likewise.
16807 * sysdeps/powerpc/powerpc32/configure: Likewise.
16808 * sysdeps/powerpc/powerpc64/configure: Likewise.
16809 * sysdeps/s390/s390-32/configure: Likewise.
16810 * sysdeps/s390/s390-64/configure: Likewise.
16811 * sysdeps/sh/configure: Likewise.
16812 * sysdeps/sparc/configure: Likewise.
16813 * sysdeps/unix/sysv/linux/configure: Likewise.
16814 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16815 * sysdeps/x86_64/configure: Likewise.
16816 * sysdeps/x86_64/preconfigure: Likewise.
16817
36a4953a
AS
168182013-10-29 Andreas Schwab <schwab@suse.de>
16819
16820 * stdio-common/Makefile (tst-swscanf-ENV): Define.
16821
c79a1204
SP
168222013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16823
dfa1b402
SP
16824 * benchtests/pow-inputs: Add new inputs.
16825
54f73d9c
SP
16826 * benchtests/exp-inputs: Add new inputs.
16827
c79a1204
SP
16828 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16829 conditional check for return value.
16830 (__cos32): Likewise.
16831
67beb545 168322013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
16833
16834 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16835 to provide a boost for large inputs with word alignment.
16836 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16837 implementation based on optimized PPC64 strcpy.
16838 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16839 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16840 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16841 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16842
151659f6
OB
168432013-10-25 Ondřej Bílka <neleai@seznam.cz>
16844
482a077e 16845 [BZ #2801]
151659f6
OB
16846 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16847
10b0f26b
OB
168482013-10-25 Ondřej Bílka <neleai@seznam.cz>
16849
16850 [BZ #14876]
16851 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16852 * time/tst-strptime.c (day_tests): Add testcase.
16853
ca42d35e
OB
168542013-10-25 Ondřej Bílka <neleai@seznam.cz>
16855
482a077e 16856 [BZ #14029]
ca42d35e
OB
16857 * manual/pattern.texi: Acknowledge that fnmatch can fail.
16858
52e6d801
FB
168592013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
16860
16861 [BZ #16074]
16862 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16863 MAP_FAILED on error.
16864
7cbcdb36
SP
168652013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16866
16867 [BZ #16072]
16868 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16869 heap for large requests.
16870
894f3f10
AM
168712013-10-25 Aurelien Jarno <aurelien@aurel32.net>
16872
16873 [BZ #9954]
16874 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16875 result if the result has no associated interface.
16876 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16877 interface for all 127.X.Y.Z addresses.
16878
b85545a6
CL
168792013-10-24 Chris Leonard <cjl@sugarlabs.org>
16880
16881 * locale/iso-639.def: Add Ligurian (lij)
16882
d1f23d46
OB
168832013-10-21 Ondřej Bílka <neleai@seznam.cz>
16884
16885 [BZ #15825]
16886 * sunrpc/rpc_main.c: Document rpcgen -5.
16887
4db5b08f
MS
168882013-10-19 Michael Stahl <mstahl@redhat.com>
16889
16890 * elf/rtld.c (do_preload): Print the reason why preloading failed.
16891
a471e96a
OB
168922013-10-19 Ondřej Bílka <neleai@seznam.cz>
16893
d1f23d46 16894 [BZ #10278]
a471e96a
OB
16895 * posix/glob.c: Match only directories when trailing slash is present.
16896 * posix/tst-gnuglob.c (my_opendir): Do not open files.
16897 (main): Add testcase.
16898
45c30c61
OB
168992013-10-19 Ondřej Bílka <neleai@seznam.cz>
16900
16901 [BZ #15670]
16902 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16903
484c12fb
CD
169042013-10-18 Carlos O'Donell <carlos@redhat.com>
16905
3d7dc513
CD
16906 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16907 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16908 AUTH_DES and cindex for FIPS 140-2.
16909 (DES Encryption): Add cindex FIPS 46-3.
16910
484c12fb
CD
16911 * locale/locarchive.h (struct locarhandle): Add fname.
16912 * locale/programs/localedef.c (main): Pass ARGV[remaining]
16913 if an optional argument was specified to --list-archive,
16914 otherwise NULL.
16915 * locale/programs/locarchive.c (show_archive_content): Take new
16916 argument fname and pass it via ah.fname to open_archive.
16917 * locale/programs/localedef.h: Update decl.
16918 (open_archive): If AH->fname is non-null, open that file
16919 rather than the default file name, and don't ignore ENOENT.
16920 (create_archive): Set AH.fname to NULL.
16921 (delete_locales_from_archive): Likewise.
16922 (add_locales_to_archive): Likewise.
16923 * locale/programs/locfile.c (write_all_categories): Likewise.
16924
3c8325fb
JM
169252013-10-18 Joseph Myers <joseph@codesourcery.com>
16926 Aldy Hernandez <aldyh@redhat.com>
16927
16928 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16929 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16930 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16931 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16932 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16933 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16934 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16935 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16936 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16937 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16938 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16939 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16940 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16941 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16942 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16943 Likewise.
16944 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16945 Likewise.
16946 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16947 Likewise.
16948 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16949 Likewise.
16950 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16951 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16952 Likewise.
16953 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16954 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16955 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16956 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16957 Likewise.
16958 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16959 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16960 * sysdeps/powerpc/preconfigure: Likewise.
16961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16962 Likewise.
16963 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16964 Replace contents of file by #include of <fenv_libc.h>.
16965 * sysdeps/powerpc/soft-fp/sfp-machine.h
16966 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16967 and <sys/prctl.h>.
16968 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16969 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16970 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16971 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16972 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16973 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16974 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16975 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16976 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16977 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16978 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16979 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16980 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16981 Allow copysignl PLT reference to be missing.
16982
5abe0682
RS
169832013-10-18 Richard Sandiford <richard@codesourcery.com>
16984 Joseph Myers <joseph@codesourcery.com
16985
16986 [BZ #15948]
16987 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16988 single character.
16989 (add_to_tablewc): Assert sequence of wide characters is nonempty.
16990
c7738d08
SP
169912013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
16992
16993 * elf/tst-tls-dlinfo.c: Don't include tls.h.
16994 * elf/tst-tls1.c: Likewise.
16995 * elf/tst-tls10.h: Likewise.
16996 * elf/tst-tls14.c: Likewise.
16997 * elf/tst-tls2.c: Likewise.
16998 * elf/tst-tls3.c: Likewise.
16999 * elf/tst-tls4.c: Likewise.
17000 * elf/tst-tls5.c: Likewise.
17001 * elf/tst-tls6.c: Likewise.
17002 * elf/tst-tls7.c: Likewise.
17003 * elf/tst-tls8.c: Likewise.
17004 * elf/tst-tls9.c: Likewise.
17005 * elf/tst-tlsmod1.c: Likewise.
17006 * elf/tst-tlsmod13.c: Likewise.
17007 * elf/tst-tlsmod13a.c: Likewise.
17008 * elf/tst-tlsmod14a.c: Likewise.
17009 * elf/tst-tlsmod16a.c: Likewise.
17010 * elf/tst-tlsmod16b.c: Likewise.
17011 * elf/tst-tlsmod2.c: Likewise.
17012 * elf/tst-tlsmod3.c: Likewise.
17013 * elf/tst-tlsmod4.c: Likewise.
17014 * elf/tst-tlsmod5.c: Likewise.
17015 * elf/tst-tlsmod6.c: Likewise.
17016
0bfcf2c7
OB
170172013-10-18 Ondřej Bílka <neleai@seznam.cz>
17018
17019 [BZ #12486]
17020 * malloc/malloc.c: remove checks for statistics.
17021
264aad1e
OB
170222013-10-17 Ondřej Bílka <neleai@seznam.cz>
17023
17024 [BZ #15277]
17025 * inet/inet_net.c (inet_network): Detect additional invalid strings.
17026 * inet/tst-network.c: Add testcase.
17027
b957ced8
AS
170282013-10-17 Andreas Schwab <schwab@suse.de>
17029
17030 [BZ #15218]
17031 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
17032 to determine canonical name.
17033
c5d5d574
OB
170342013-10-17 Ondřej Bílka <neleai@seznam.cz>
17035
17036 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
17037 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
17038 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
17039 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
17040 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
17041 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
17042 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
17043 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
17044 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
17045 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
17046 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
17047 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
17048 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17049 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
17050 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
17051 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
17052 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
17053 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
17054 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
17055 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
17056 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
17057 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
17058 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
17059 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
17060 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
17061 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
17062 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
17063 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
17064 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
17065 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
17066 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
17067 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
17068 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
17069 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
17070 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
17071 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17072 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17073 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
17074 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
17075 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
17076 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
17077 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
17078 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
17079 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
17080 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
17081 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17082 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
17083 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
17084 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
17085 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
17086 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
17087 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
17088 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
17089 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
17090 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17091 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
17092 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
17093 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
17094
e5c2c2d0
JM
170952013-10-17 Joseph Myers <joseph@codesourcery.com>
17096
17097 [BZ #16041]
17098 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
17099 make result into a quiet NaN.
17100
51ca9e29
JM
171012013-10-16 Joseph Myers <joseph@codesourcery.com>
17102
17103 * soft-fp/adddf3.c: Fix horizontal whitespace.
17104 * soft-fp/addsf3.c: Likewise.
17105 * soft-fp/addtf3.c: Likewise.
17106 * soft-fp/divdf3.c: Likewise.
17107 * soft-fp/divsf3.c: Likewise.
17108 * soft-fp/divtf3.c: Likewise.
17109 * soft-fp/double.h: Likewise.
17110 * soft-fp/eqdf2.c: Likewise.
17111 * soft-fp/eqsf2.c: Likewise.
17112 * soft-fp/eqtf2.c: Likewise.
17113 * soft-fp/extenddftf2.c: Likewise.
17114 * soft-fp/extended.h: Likewise.
17115 * soft-fp/extendsfdf2.c: Likewise.
17116 * soft-fp/extendsftf2.c: Likewise.
17117 * soft-fp/extendxftf2.c: Likewise.
17118 * soft-fp/fixdfdi.c: Likewise.
17119 * soft-fp/fixdfsi.c: Likewise.
17120 * soft-fp/fixdfti.c: Likewise.
17121 * soft-fp/fixsfdi.c: Likewise.
17122 * soft-fp/fixsfsi.c: Likewise.
17123 * soft-fp/fixsfti.c: Likewise.
17124 * soft-fp/fixtfdi.c: Likewise.
17125 * soft-fp/fixtfsi.c: Likewise.
17126 * soft-fp/fixtfti.c: Likewise.
17127 * soft-fp/fixunsdfdi.c: Likewise.
17128 * soft-fp/fixunsdfsi.c: Likewise.
17129 * soft-fp/fixunsdfti.c: Likewise.
17130 * soft-fp/fixunssfdi.c: Likewise.
17131 * soft-fp/fixunssfsi.c: Likewise.
17132 * soft-fp/fixunssfti.c: Likewise.
17133 * soft-fp/fixunstfdi.c: Likewise.
17134 * soft-fp/fixunstfsi.c: Likewise.
17135 * soft-fp/fixunstfti.c: Likewise.
17136 * soft-fp/floatdidf.c: Likewise.
17137 * soft-fp/floatdisf.c: Likewise.
17138 * soft-fp/floatditf.c: Likewise.
17139 * soft-fp/floatsidf.c: Likewise.
17140 * soft-fp/floatsisf.c: Likewise.
17141 * soft-fp/floatsitf.c: Likewise.
17142 * soft-fp/floattidf.c: Likewise.
17143 * soft-fp/floattisf.c: Likewise.
17144 * soft-fp/floattitf.c: Likewise.
17145 * soft-fp/floatundidf.c: Likewise.
17146 * soft-fp/floatundisf.c: Likewise.
17147 * soft-fp/floatunditf.c: Likewise.
17148 * soft-fp/floatunsidf.c: Likewise.
17149 * soft-fp/floatunsisf.c: Likewise.
17150 * soft-fp/floatunsitf.c: Likewise.
17151 * soft-fp/floatuntidf.c: Likewise.
17152 * soft-fp/floatuntisf.c: Likewise.
17153 * soft-fp/floatuntitf.c: Likewise.
17154 * soft-fp/fmadf4.c: Likewise.
17155 * soft-fp/fmasf4.c: Likewise.
17156 * soft-fp/fmatf4.c: Likewise.
17157 * soft-fp/gedf2.c: Likewise.
17158 * soft-fp/gesf2.c: Likewise.
17159 * soft-fp/getf2.c: Likewise.
17160 * soft-fp/ledf2.c: Likewise.
17161 * soft-fp/lesf2.c: Likewise.
17162 * soft-fp/letf2.c: Likewise.
17163 * soft-fp/muldf3.c: Likewise.
17164 * soft-fp/mulsf3.c: Likewise.
17165 * soft-fp/multf3.c: Likewise.
17166 * soft-fp/negdf2.c: Likewise.
17167 * soft-fp/negsf2.c: Likewise.
17168 * soft-fp/negtf2.c: Likewise.
17169 * soft-fp/op-1.h: Likewise.
17170 * soft-fp/op-2.h: Likewise.
17171 * soft-fp/op-4.h: Likewise.
17172 * soft-fp/op-8.h: Likewise.
17173 * soft-fp/op-common.h: Likewise.
17174 * soft-fp/quad.h: Likewise.
17175 * soft-fp/single.h: Likewise.
17176 * soft-fp/soft-fp.h: Likewise.
17177 * soft-fp/sqrtdf2.c: Likewise.
17178 * soft-fp/sqrtsf2.c: Likewise.
17179 * soft-fp/sqrttf2.c: Likewise.
17180 * soft-fp/subdf3.c: Likewise.
17181 * soft-fp/subsf3.c: Likewise.
17182 * soft-fp/subtf3.c: Likewise.
17183 * soft-fp/truncdfsf2.c: Likewise.
17184 * soft-fp/trunctfdf2.c: Likewise.
17185 * soft-fp/trunctfsf2.c: Likewise.
17186 * soft-fp/trunctfxf2.c: Likewise.
17187 * soft-fp/unorddf2.c: Likewise.
17188 * soft-fp/unordsf2.c: Likewise.
17189 * soft-fp/unordtf2.c: Likewise.
17190
9ebb0332
JM
171912013-10-15 Joseph Myers <joseph@codesourcery.com>
17192
17193 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
17194 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
17195
4b1a6d8b
OB
171962013-10-15 Ondřej Bílka <neleai@seznam.cz>
17197
17198 * elf/dl-libc.c: Clear initfini list after freeing.
17199
1e145589
JM
172002013-10-14 Joseph Myers <joseph@codesourcery.com>
17201
17202 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
17203 * soft-fp/addsf3.c: Likewise.
17204 * soft-fp/addtf3.c: Likewise.
17205 * soft-fp/divdf3.c: Likewise.
17206 * soft-fp/divsf3.c: Likewise.
17207 * soft-fp/divtf3.c: Likewise.
17208 * soft-fp/double.h: Likewise.
17209 * soft-fp/eqdf2.c: Likewise.
17210 * soft-fp/eqsf2.c: Likewise.
17211 * soft-fp/eqtf2.c: Likewise.
17212 * soft-fp/extenddftf2.c: Likewise.
17213 * soft-fp/extended.h: Likewise.
17214 * soft-fp/extendsfdf2.c: Likewise.
17215 * soft-fp/extendsftf2.c: Likewise.
17216 * soft-fp/extendxftf2.c: Likewise.
17217 * soft-fp/fixdfdi.c: Likewise.
17218 * soft-fp/fixdfsi.c: Likewise.
17219 * soft-fp/fixdfti.c: Likewise.
17220 * soft-fp/fixsfdi.c: Likewise.
17221 * soft-fp/fixsfsi.c: Likewise.
17222 * soft-fp/fixsfti.c: Likewise.
17223 * soft-fp/fixtfdi.c: Likewise.
17224 * soft-fp/fixtfsi.c: Likewise.
17225 * soft-fp/fixtfti.c: Likewise.
17226 * soft-fp/fixunsdfdi.c: Likewise.
17227 * soft-fp/fixunsdfsi.c: Likewise.
17228 * soft-fp/fixunsdfti.c: Likewise.
17229 * soft-fp/fixunssfdi.c: Likewise.
17230 * soft-fp/fixunssfsi.c: Likewise.
17231 * soft-fp/fixunssfti.c: Likewise.
17232 * soft-fp/fixunstfdi.c: Likewise.
17233 * soft-fp/fixunstfsi.c: Likewise.
17234 * soft-fp/fixunstfti.c: Likewise.
17235 * soft-fp/floatdidf.c: Likewise.
17236 * soft-fp/floatdisf.c: Likewise.
17237 * soft-fp/floatditf.c: Likewise.
17238 * soft-fp/floatsidf.c: Likewise.
17239 * soft-fp/floatsisf.c: Likewise.
17240 * soft-fp/floatsitf.c: Likewise.
17241 * soft-fp/floattidf.c: Likewise.
17242 * soft-fp/floattisf.c: Likewise.
17243 * soft-fp/floattitf.c: Likewise.
17244 * soft-fp/floatundidf.c: Likewise.
17245 * soft-fp/floatundisf.c: Likewise.
17246 * soft-fp/floatunsidf.c: Likewise.
17247 * soft-fp/floatunsisf.c: Likewise.
17248 * soft-fp/floatuntidf.c: Likewise.
17249 * soft-fp/floatuntisf.c: Likewise.
17250 * soft-fp/floatuntitf.c: Likewise.
17251 * soft-fp/fmadf4.c: Likewise.
17252 * soft-fp/fmasf4.c: Likewise.
17253 * soft-fp/fmatf4.c: Likewise.
17254 * soft-fp/gedf2.c: Likewise.
17255 * soft-fp/gesf2.c: Likewise.
17256 * soft-fp/getf2.c: Likewise.
17257 * soft-fp/ledf2.c: Likewise.
17258 * soft-fp/lesf2.c: Likewise.
17259 * soft-fp/letf2.c: Likewise.
17260 * soft-fp/muldf3.c: Likewise.
17261 * soft-fp/mulsf3.c: Likewise.
17262 * soft-fp/multf3.c: Likewise.
17263 * soft-fp/negdf2.c: Likewise.
17264 * soft-fp/negsf2.c: Likewise.
17265 * soft-fp/negtf2.c: Likewise.
17266 * soft-fp/op-1.h: Likewise.
17267 * soft-fp/op-2.h: Likewise.
17268 * soft-fp/op-4.h: Likewise.
17269 * soft-fp/op-8.h: Likewise.
17270 * soft-fp/op-common.h: Likewise.
17271 * soft-fp/quad.h: Likewise.
17272 * soft-fp/single.h: Likewise.
17273 * soft-fp/soft-fp.h: Likewise.
17274 * soft-fp/sqrtdf2.c: Likewise.
17275 * soft-fp/sqrtsf2.c: Likewise.
17276 * soft-fp/sqrttf2.c: Likewise.
17277 * soft-fp/subdf3.c: Likewise.
17278 * soft-fp/subsf3.c: Likewise.
17279 * soft-fp/subtf3.c: Likewise.
17280 * soft-fp/truncdfsf2.c: Likewise.
17281 * soft-fp/trunctfdf2.c: Likewise.
17282 * soft-fp/trunctfsf2.c: Likewise.
17283 * soft-fp/trunctfxf2.c: Likewise.
17284 * soft-fp/unorddf2.c: Likewise.
17285 * soft-fp/unordsf2.c: Likewise.
17286 * soft-fp/unordtf2.c: Likewise.
17287
17c48a60
OB
172882013-10-14 Ondřej Bílka <neleai@seznam.cz>
17289
17290 [BZ #15672]
17291 * misc/error.c (error_tail): Fix possible buffer overflow.
17292
cabba934
OB
172932013-10-14 Aurelien Jarno <aurelien@aurel32.net>
17294
17295 [BZ #13028]
17296 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
17297 address.
17298
94bf958a
PM
172992013-10-14 P. J. McDermott <pj@pehjota.net>
17300
17301 [BZ #832]
17302 * elf/ldd.bash.in (try_trace): New function. Delete previous code
17303 testing pipefail option.
17304
71b4dea7
JM
173052013-10-12 Joseph Myers <joseph@codesourcery.com>
17306
17307 * soft-fp/double.h: Indent preprocessor directives inside #if.
17308 * soft-fp/extended.h: Likewise.
17309 * soft-fp/op-2.h: Likewise.
17310 * soft-fp/op-4.h: Likewise.
17311 * soft-fp/op-common.h: Likewise.
17312 * soft-fp/quad.h: Likewise.
17313 * soft-fp/single.h: Likewise.
17314 * soft-fp/soft-fp.h: Likewise.
17315
55602758
YC
173162013-10-12 Yuri Chornoivan <yurchor@ukr.net>
17317
17318 * iconv/iconv_prog.c: Fix typos.
17319 * stdio-common/psiginfo-data.h: Likewise.
17320
9cd83302
RT
173212013-10-12 Reuben Thomas <rrt@sc3d.org>
17322
17323 [BZ #15764]
17324 * locale/setlocale.c: Fix typo.
17325
99fd9f47
JM
173262013-10-12 Joseph Myers <joseph@codesourcery.com>
17327
b7ea74f0
JM
17328 [BZ #16036]
17329 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
17330 signaling NaN arguments.
17331 * soft-fp/unordsf2.c (__unordsf2): Likewise.
17332 * soft-fp/unordtf2.c (__unordtf2): Likewise.
17333
8a509447
JM
17334 [BZ #14910]
17335 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
17336 unordered operands.
17337 * soft-fp/gesf2.c (__gesf2): Likewise.
17338 * soft-fp/getf2.c (__getf2): Likewise.
17339 * soft-fp/ledf2.c (__ledf2): Likewise.
17340 * soft-fp/lesf2.c (__lesf2): Likewise.
17341 * soft-fp/letf2.c (__letf2): Likewise.
17342
98998e9f
JM
17343 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
17344 * soft-fp/eqsf2.c (__eqsf2): Likewise.
17345 * soft-fp/eqtf2.c (__eqtf2): Likewise.
17346 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
17347 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
17348 * soft-fp/fixdfti.c (__fixdfti): Likewise.
17349 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
17350 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
17351 * soft-fp/fixsfti.c (__fixsfti): Likewise.
17352 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
17353 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
17354 * soft-fp/fixtfti.c (__fixtfti): Likewise.
17355 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
17356 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
17357 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
17358 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
17359 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
17360 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
17361 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
17362 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
17363 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
17364 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
17365 * soft-fp/floatdisf.c (__floatdisf): Likewise.
17366 * soft-fp/floatsisf.c (__floatsisf): Likewise.
17367 * soft-fp/floattidf.c (__floattidf): Likewise.
17368 * soft-fp/floattisf.c (__floattisf): Likewise.
17369 * soft-fp/floattitf.c (__floattitf): Likewise.
17370 * soft-fp/floatundidf.c (__floatundidf): Likewise.
17371 * soft-fp/floatundisf.c (__floatundisf): Likewise.
17372 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
17373 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
17374 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
17375 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
17376 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
17377 * soft-fp/gesf2.c (__gesf2): Likewise.
17378 * soft-fp/getf2.c (__getf2): Likewise.
17379 * soft-fp/ledf2.c (__ledf2): Likewise.
17380 * soft-fp/lesf2.c (__lesf2): Likewise.
17381 * soft-fp/letf2.c (__letf2): Likewise.
17382
8edc4a11
JM
17383 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
17384 Undefine and redefine.
17385 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
17386 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
17387 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
17388 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
17389 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17390 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
17391 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17392 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
17393 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17394 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
17395 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17396 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
17397 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17398 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
17399 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17400
8399acaf
JM
17401 [BZ #16032]
17402 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
17403 without decrementing exponent if mantissa >= that for the
17404 denominator, not >.
17405 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
17406 denominator, not >. Decrement exponent in < case instead of
17407 incrementing in >= case.
17408 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
17409 without decrementing exponent if mantissa >= that for the
17410 denominator, not >.
17411
99fd9f47
JM
17412 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17413 computing saturated result for unsigned overflow.
17414
10e1cf6b
SP
174152013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
17416 Jeff Law <law@redhat.com>
17417
17418 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17419 (atan2Mp): Add systemtap probe marker.
17420 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17421 (__ieee754_log): Add systemtap probe marker.
17422 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17423 (atanMp): Add systemtap probe marker.
17424 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17425 (tanMp): Add systemtap probe marker.
17426 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17427 (__slowexp): Add systemtap probe marker.
17428 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17429 (__slowpow): Add systemtap probe marker.
17430 * manual/probes.texi: Document probes.
17431
3d110c7c
EB
174322013-10-11 Eric Biggers <ebiggers3@gmail.com>
17433
17434 [BZ #15362]
17435 * libio/fileops.c (_IO_new_file_write): Return count of bytes
17436 written.
17437 (_IO_new_file_xsputn): Don't return EOF if nothing has been
17438 written.
17439 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17440 written to buffer but not flushed.
17441 * libio/iofwrite_u.c: Likewise.
17442 * libio/iopadn.c: Return bytes returned even if EOF was
17443 encountered.
17444 * libio/iowpadn.c: Likewise.
17445 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17446 if _IO_padn does not write the whole buffer.
17447 [!COMPILE_WPRINTF] (PAD): Likewise.
17448
75b4202a
DM
174492013-10-10 David S. Miller <davem@davemloft.net>
17450
17451 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17452 directory block.
17453
6c6352e6
JM
174542013-10-10 Joseph Myers <joseph@codesourcery.com>
17455
33b853c3
JM
17456 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
17457 instead of FSF address.
17458 * soft-fp/fixdfti.c: Likewise.
17459 * soft-fp/fixsfti.c: Likewise.
17460 * soft-fp/fixtfti.c: Likewise.
17461 * soft-fp/fixunsdfti.c: Likewise.
17462 * soft-fp/fixunssfti.c: Likewise.
17463 * soft-fp/fixunstfti.c: Likewise.
17464 * soft-fp/floattidf.c: Likewise.
17465 * soft-fp/floattisf.c: Likewise.
17466 * soft-fp/floattitf.c: Likewise.
17467 * soft-fp/floatuntidf.c: Likewise.
17468 * soft-fp/floatuntisf.c: Likewise.
17469 * soft-fp/floatuntitf.c: Likewise.
17470 * soft-fp/trunctfxf2.c: Likewise.
17471
6c6352e6
JM
17472 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
17473 * soft-fp/fixdfti.c: Likewise.
17474 * soft-fp/fixsfti.c: Likewise.
17475 * soft-fp/fixtfti.c: Likewise.
17476 * soft-fp/fixunsdfti.c: Likewise.
17477 * soft-fp/fixunssfti.c: Likewise.
17478 * soft-fp/fixunstfti.c: Likewise.
17479 * soft-fp/floattidf.c: Likewise.
17480 * soft-fp/floattisf.c: Likewise.
17481 * soft-fp/floattitf.c: Likewise.
17482 * soft-fp/floatuntidf.c: Likewise.
17483 * soft-fp/floatuntisf.c: Likewise.
17484 * soft-fp/floatuntitf.c: Likewise.
17485 * soft-fp/trunctfxf2.c: Likewise.
17486
3bf78b71
DM
174872013-10-10 David S. Miller <davem@davemloft.net>
17488
17489 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17490
6f10289e
JM
174912013-10-10 Joseph Myers <joseph@codsourcery.com>
17492
bd878fc0
JM
17493 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17494 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17495 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17496 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17497 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17498 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17499 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17500
6f10289e
JM
17501 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17502 for NaNs before doing comparisons on argument.
17503 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17504 Likewise.
17505
321e2684
WN
175062013-10-10 Will Newton <will.newton@linaro.org>
17507
17508 * malloc/hooks.c (memalign_check): Ensure the value of bytes
17509 passed to _int_memalign does not overflow.
17510
40fefba1
TR
175112013-10-10 Torvald Riegel <triegel@redhat.com>
17512
17513 * scripts/bench.pl: Add include-sources directive.
17514 * benchtests/README: Update documentation.
17515
2ae21ed2
JM
175162013-10-10 Joseph Myers <joseph@codesourcery.com>
17517
dcc2dd3f
JM
17518 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17519 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17520 instead of FP_INIT_ROUNDMODE.
17521 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17522 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17523
2ae21ed2
JM
17524 [BZ #16034]
17525 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
17526 copy class of input value.
17527 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
17528 not handle exceptions.
17529 * soft-fp/negsf2.c (__negsf2): Likewise.
17530 * soft-fp/negtf2.c (__negtf2): Likewise.
17531 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17532
cb8f9562
JM
175332013-10-09 Joseph Myers <joseph@codesourcery.com>
17534
17535 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17536 semicolon. From Linux kernel.
17537
5b60c59d
AB
175382013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
17539
17540 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17541
b86835ca
YC
175422013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
17543
17544 [BZ #156]
17545 * manual/socket.texi: Added statement about buffer
17546 for gethostbyname2_r.
17547
e7044ea7
OB
175482013-10-08 Ondřej Bílka <neleai@seznam.cz>
17549
17550 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17551 Use .p2align directive instead, throughout.
17552 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17553 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17554 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17555 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17556 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17557 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17558 * sysdeps/x86_64/strchr.S: Likewise.
17559 * sysdeps/x86_64/strrchr.S: Likewise.
17560
09544cbc
SP
175612013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
17562
88576635
SP
17563 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17564
e7b2d1dd
SP
17565 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17566
09544cbc
SP
17567 * sysdeps/generic/math_private.h (__mpsin1): Remove
17568 declaration.
17569 (__mpcos1): Likewise.
17570 (__mpsin): New argument __range_reduce.
17571 (__mpcos): Likewise.
17572 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17573 (slow): Use __mpsin and __mpcos.
17574 (slow1): Likewise.
17575 (slow2): Likewise.
17576 (sloww): Likewise.
17577 (sloww1): Likewise.
17578 (sloww2): Likewise.
17579 (bsloww): Likewise.
17580 (bsloww1): Likewise.
17581 (bsloww2): Likewise.
17582 (cslow2): Likewise.
17583 (csloww): Likewise.
17584 (csloww1): Likewise.
17585 (csloww2): Likewise.
17586 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17587 range_reduce. Merge in __mpsin1.
17588 (__mpcos): Likewise.
17589 (__mpsin1): Remove.
17590 (__mpcos1): Likewise.
17591
7602d070
JM
175922013-10-07 Joseph Myers <joseph@codesourcery.com>
17593
17594 * locale/loadlocale.c (_nl_intern_locale_data): Use
17595 LOCFILE_ALIGNED_P.
17596 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17597 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17598 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17599 obstack data is appropriately aligned.
17600 (obstack_int32_grow_fast): Likewise.
17601 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17602 * locale/programs/locfile.c (add_locale_uint32): Likewise.
17603 (add_locale_uint32_array): Likewise.
17604
a357259b
SP
176052013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
17606
17607 * benchtests/Makefile: Remove ARGLIST and RET variables.
17608 ($(objpfx)bench-%.c): Pass only function name to the script.
17609 * benchtests/README: Update documentation.
17610 * benchtests/acos-inputs: Add new directives.
17611 * benchtests/acosh-inputs: Likewise.
17612 * benchtests/asin-inputs: Likewise.
17613 * benchtests/asinh-inputs: Likewise.
17614 * benchtests/atan-inputs: Likewise.
17615 * benchtests/atanh-inputs: Likewise.
17616 * benchtests/cos-inputs: Likewise.
17617 * benchtests/cosh-inputs: Likewise.
17618 * benchtests/exp-inputs: Likewise.
17619 * benchtests/log-inputs: Likewise.
17620 * benchtests/pow-inputs: Likewise.
17621 * benchtests/rint-inputs: Likewise.
17622 * benchtests/sin-inputs: Likewise.
17623 * benchtests/sinh-inputs: Likewise.
17624 * benchtests/tan-inputs: Likewise.
17625 * benchtests/tanh-inputs: Likewise.
17626 * scripts/bench.pl: Add support for new directives.
17627
9ec1b13d
AM
176282013-10-07 Alan Modra <amodra@gmail.com>
17629
17630 * README: Fix careless merge.
17631
8b7d57cd
AM
176322013-10-05 Alan Modra <amodra@gmail.com>
17633
17634 * NEWS: Mention powerpc64le support and bugs fixed.
17635 * README: Both big-endian and little-endian powerpc64 supported.
17636
7b7bab13
ST
176372013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
17638
57f41c40
AS
17639 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17640 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
17641 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17642 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17643
d39baad1
RA
176442013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
17645
17646 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17647 match prototype.
17648
cd78f7e7
JM
176492013-10-04 Joseph Myers <joseph@codesourcery.com>
17650
29d73d86
JM
17651 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17652 Move -mhard-float appending from
17653 ports/sysdeps/powerpc/powerpc32/Makefile.
17654 [$(with-fp) = yes] (ASFLAGS): Likewise.
17655 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17656 * sysdeps/powerpc/nofpu: Move directory from
17657 ports/sysdeps/powerpc/nofpu.
17658 * sysdeps/powerpc/soft-fp: Move directory from
17659 ports/sysdeps/powerpc/soft-fp.
17660 * sysdeps/powerpc/powerpc32/405: Move directory from
17661 ports/sysdeps/powerpc/powerpc32/405.
17662 * sysdeps/powerpc/powerpc32/440: Move directory from
17663 ports/sysdeps/powerpc/powerpc32/440.
17664 * sysdeps/powerpc/powerpc32/464: Move directory from
17665 ports/sysdeps/powerpc/powerpc32/464.
17666 * sysdeps/powerpc/powerpc32/476: Move directory from
17667 ports/sysdeps/powerpc/powerpc32/476.
17668 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17669 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17670 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17671 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17673 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17674 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17675 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17676 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17677 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17678 * README: Update for powerpc-*-linux-gnu software floating point
17679 support in libc.
17680
e246b347
JM
17681 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17682 case to powerpc/powerpc32*.
17683 * sysdeps/unix/sysv/linux/configure: Regenerated.
17684
89c2003e
JM
17685 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17686 (_FPU_MASK_OM): Define as 0x04.
17687 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17688 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17689 0x00c10080.
17690 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17691 0x0000003c.
17692 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17693
cd78f7e7
JM
17694 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17695 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17696 getcontext_e500.
17697 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17698 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17699 setcontext_e500.
17700 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17701 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17702 and setcontext_e500.
17703
c755294d
CL
177042013-10-04 Chris Leonard <cjl@sugarlabs,.org>
17705
17706 * locale/iso-3166.def: Update iso-1366.def and related occurrences
17707
e16d221c
SP
177082013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17709
17710 * manual/threads.texi (Default Thread Attributes): Fix typo.
17711
215c7d43
WN
177122013-10-04 Will Newton <will.newton@linaro.org>
17713
17714 * malloc/Makefile: Add tst-memalign.
17715 * malloc/tst-memalign.c: New file.
17716
27d0461b
WN
17717 * malloc/tst-posix_memalign.c: Add comments.
17718 (do_test): Add comments and call free on all potentially
17719 allocated pointers. Add space after cast.
17720
1bc92709
WN
17721 * malloc/tst-pvalloc.c: Add comments.
17722 (do_test): Add comments and call free on all potentially
17723 allocated pointers. Remove duplicate check for NULL pointer.
17724 Add space after cast.
17725
66a9be9d
WN
17726 * malloc/tst-valloc.c: Add comments.
17727 (do_test): Add comments and call free on all potentially
17728 allocated pointers. Remove duplicate check for NULL pointer.
17729 Add space after cast.
17730
4cb81307
AM
177312013-10-04 Alan Modra <amodra@gmail.com>
17732
17733 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17734 Use stdint types in rather than __attribute__((mode())).
17735 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17736
f8e3e9f3
AM
177372013-10-04 Alan Modra <amodra@gmail.com>
17738
17739 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17740 Correct handling of unaligned relocs for little-endian.
17741 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17742
8f9ebb08
AM
177432013-10-04 Alan Modra <amodra@gmail.com>
17744
17745 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17746 * configure: Regenerate.
17747 * nptl/shlib-versions: Powerpc*le starts at 2.18.
17748 * shlib-versions: Likewise.
17749
0edf96c2
AM
177502013-10-04 Alan Modra <amodra@gmail.com>
17751
17752 * string/tester.c (test_memrchr): Increment reported test cycle.
17753
e0f7a380
AM
177542013-10-04 Alan Modra <amodra@gmail.com>
17755
17756 * string/test-memcpy.c (do_one_test): When reporting errors, print
17757 string address and don't overrun end of string.
17758
466b0393
AM
177592013-10-04 Alan Modra <amodra@gmail.com>
17760
17761 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17762 insrdi. Make better use of reg selection to speed exit slightly.
17763 Schedule entry path a little better. Remove useless "are we done"
17764 checks on entry to main loop. Handle wrapping around zero address.
17765 Correct main loop count. Handle single left-over word from main
17766 loop inline rather than by using loop_small. Remove extra word
17767 case in loop_small caused by wrong loop count. Add little-endian
17768 support.
17769 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17770 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
17771 cache hint.
17772 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17773 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17774 support. Avoid rlwimi.
17775 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17776
3be87c77
AM
177772013-10-04 Alan Modra <amodra@gmail.com>
17778
17779 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 17780 insrdi. Formatting.
3be87c77
AM
17781 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17782 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17783 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17784 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17785 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17786 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17787
759cfef3
AM
177882013-10-04 Alan Modra <amodra@gmail.com>
17789
17790 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17791 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17792 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17793 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17794 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17795 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17796 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17797 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17798 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
17799 use of regs. Use power7 mtocrf. Tidy function tails.
17800
fe6e95d7
AM
178012013-10-04 Alan Modra <amodra@gmail.com>
17802
17803 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17804 Formatting. Consistently use rXXX register defines or rN defines.
17805 Use early exit labels that avoid restoring unused non-volatile regs.
17806 Make cr field use more consistent with rWORDn compares. Rename
17807 regs used as shift registers for unaligned loop, using rN defines
17808 for short lifetime/multiple use regs.
17809 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17810 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
17811 addi 1,1,64 to pop stack frame. Simplify return value code.
17812 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17813
664318c3
AM
178142013-10-04 Alan Modra <amodra@gmail.com>
17815
17816 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17817 support. Correct typos, formatting. Optimize tail. Use insrdi
17818 rather than rlwimi.
17819 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17820 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17821 little-endian support. Correct typos.
17822 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
17823 rather than rlwimi.
17824 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
17825 in loop and entry code to keep "and." results.
17826 (strchr): Add little-endian support. Comment. Move cntlzd
17827 earlier in tail.
17828 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17829
43b84013
AM
178302013-10-04 Alan Modra <amodra@gmail.com>
17831
17832 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17833 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17834 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17835 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17836
8a7413f9
AM
178372013-10-04 Alan Modra <amodra@gmail.com>
17838
17839 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17840 (rTMP): Define as r11.
17841 (strcmp): Add little-endian support. Optimise tail.
17842 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17843 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17844 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17845 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17846 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17847 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17848 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17849
33ee81de
AM
178502013-10-04 Alan Modra <amodra@gmail.com>
17851
17852 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17853 little-endian support. Remove unnecessary "are we done" tests.
17854 Handle "s" wrapping around zero and extremely large "size".
17855 Correct main loop count. Handle single left-over word from main
17856 loop inline rather than by using small_loop. Correct comments.
17857 Delete "zero" tail, use "end_max" instead.
17858 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17859
db9b4570
AM
178602013-10-04 Alan Modra <amodra@gmail.com>
17861
17862 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17863 support. Don't branch over align.
17864 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17865 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17866 support. Rearrange tmp reg use to suit. Comment.
17867 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17868
f7c399cf
AM
178692013-10-04 Alan Modra <amodra@gmail.com>
17870
17871 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17872
0b2c2ace
AM
178732013-10-04 Alan Modra <amodra@gmail.com>
17874
17875 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17876 conditional form of branch and link when obtaining pc.
17877 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17878
02f04a6c
AM
178792013-10-04 Alan Modra <amodra@gmail.com>
17880
17881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17882 HIWORD/LOWORD.
17883 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17884 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17885
9b874b2f
AM
178862013-10-04 Alan Modra <amodra@gmail.com>
17887
17888 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17889 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17890 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17891 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17892 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17893 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17894 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17895 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17896 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17897 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17898
be1e5d31
AB
178992013-10-04 Anton Blanchard <anton@au1.ibm.com>
17900 Alistair Popple <alistair@ozlabs.au.ibm.com>
17901 Alan Modra <amodra@gmail.com>
17902
17903 [BZ #15723]
17904 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17905 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17906 _dl_hwcap access for little-endian.
17907 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
17908 destroy vmx regs when saving unaligned.
17909 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17910 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
17911 destroy vmx regs when saving unaligned.
17912
fef13a78
AM
179132013-10-04 Alan Modra <amodra@gmail.com>
17914
17915 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17916 Don't use a union to pack hi/low value.
17917
76a66d51
AB
179182013-10-04 Anton Blanchard <anton@au1.ibm.com>
17919
17920 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17921 for little-endian.
17922 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17923 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17924 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17925 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17926 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17927
6a31fe7f
AM
179282013-10-04 Alan Modra <amodra@gmail.com>
17929
17930 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17931 constants to usual value for .cst8 section, and remove redundant
17932 high address load.
17933 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17934 constant for 0x1p52. Load little-endian words of double from
17935 correct stack offsets.
17936
7b88401f
AM
179372013-10-04 Alan Modra <amodra@gmail.com>
17938
17939 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17940 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17941 words of double from correct stack offsets.
17942 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17943 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17944 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17945 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17946 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17947 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17948 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17949 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17950 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17951 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17952 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17953 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17954 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17955 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17956 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17957 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17958 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17959
9c008155
AM
179602013-10-04 Alan Modra <amodra@gmail.com>
17961
17962 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17963 64-bit int/double union.
17964 (_FPU_SETCW): Likewise.
17965 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17966 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17967
da13146d
AM
179682013-10-04 Alan Modra <amodra@gmail.com>
17969
17970 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17971 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17972
603e8410
AM
179732013-10-04 Alan Modra <amodra@gmail.com>
17974
17975 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17976 use vector int constants.
17977 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17978
4a28b3ca
AB
179792013-10-04 Anton Blanchard <anton@au1.ibm.com>
17980
17981 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17982 array with long long.
17983 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17984 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17985 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17986 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17987 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17988 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17989 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17990 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17991 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17992 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17993 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17994 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17995 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17996
2ca85d2b
AB
179972013-10-04 Anton Blanchard <anton@au1.ibm.com>
17998
17999 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
18000 (__signbit): Likewise. Correct for little-endian.
18001 (__signbitl): Call __signbit.
18002 (lrint): Correct for little-endian.
18003 (lrintf): Call lrint.
18004
62a728ae
AM
180052013-10-04 Alan Modra <amodra@gmail.com>
18006
18007 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
18008 union 32-bit int array member with 64-bit int array.
18009 (t515, tm256): Double rather than long double.
18010 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
18011
32c301df
AM
180122013-10-04 Alan Modra <amodra@gmail.com>
18013
18014 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
18015 Delete.
18016 (IEEE854_LONG_DOUBLE_BIAS): Delete.
18017 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
18018 version of math_ldbl.h.
18019
650ef4bd
AM
180202013-10-04 Alan Modra <amodra@gmail.com>
18021
18022 [BZ #15734], [BZ #15735]
18023 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
18024 all uses of ieee875 long double macros and unions. Simplify test
18025 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
18026 ldbl_extract_mantissa value for ix,iy exponents. Properly
18027 normalize after ldbl_extract_mantissa, and don't add hidden bit
18028 already handled. Don't treat low word of ieee854 mantissa like
18029 low word of IBM long double and mask off bit when testing for
18030 zero.
18031 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
18032 all uses of ieee875 long double macros and unions. Simplify tests
18033 for 0.0L and inf. Correct double adjustment of k. Delete dead code
18034 adjusting ha,hb. Simplify code setting kld. Delete two600 and
18035 two1022, instead use their values. Recognise that tests for large
18036 "a" and small "b" are mutually exclusive. Rename vars. Comment.
18037 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
18038 Rewrite all uses of ieee875 long double macros and unions. Simplify
18039 test for 0.0L and nan. Correct negation.
18040 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
18041 ieee875 long double macros and unions. Correct output for large
18042 magnitude x. Correct absolute value calculation.
18043 (__erfcl): Likewise.
18044 * math/libm-test.inc: Add tests for errors discovered in IBM long
18045 double versions of fmodl, remainderl, erfl and erfcl.
18046
765714ca
AM
180472013-10-04 Alan Modra <amodra@gmail.com>
18048
18049 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
18050 all uses of ieee854 long double macros and unions. Simplify tests
18051 for long doubles that are fully specified by the high double.
18052 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
18053 Likewise.
18054 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
18055 Remove dead code too.
18056 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
18057 (__ieee754_ynl): Likewise.
18058 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
18059 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
18060 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
18061 Remove dead code too.
18062 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
18063 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
18064 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
18065 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
18066 Simplify.
18067 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
18068 Simplify.
18069 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
18070 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
18071 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
18072 Comment on variable precision.
18073 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
18074 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
18075 Likewise.
18076 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
18077 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
18078 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
18079 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
18080 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
18081
4ebd120c
AM
180822013-10-04 Alan Modra <amodra@gmail.com>
18083
18084 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
18085 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
18086 all uses of ieee854 long double macros and unions.
18087 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
18088 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
18089 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
18090 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
18091 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
18092 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
18093 Likewise.
18094 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
18095 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
18096 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
18097 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
18098 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
18099 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
18100 Simplify sign and nan test too.
18101 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
18102 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
18103 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
18104 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
18105 Likewise.
18106 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
18107 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
18108 Likewise.
18109 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18110 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
18111 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
18112 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
18113 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
18114 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
18115
1b6adf88
AM
181162013-10-04 Alan Modra <amodra@gmail.com>
18117
18118 * stdio-common/printf_size.c (__printf_size): Don't use
18119 union ieee854_long_double in fpnum union.
18120 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
18121 signbit macro to retrieve sign from long double.
18122 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
18123 retrieve sign from long double.
18124 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
18125 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
18126 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
18127 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
18128 * math/test-misc.c (main): Don't use union ieee854_long_double.
18129
4cf69995
AM
181302013-10-04 Alan Modra <amodra@gmail.com>
18131
18132 [BZ #15680]
18133 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
18134 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
18135 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
18136 calculation. Remove unnecessary test for denormal exponent.
18137 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
18138 Correct handling of denormals. Avoid undefined shift behaviour.
18139 Correct normalisation of low mantissa when low double is denormal.
18140 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
18141 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
18142 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
18143 Correct normalisation of low mantissa. Test for overflow of high
18144 mantissa and normalise.
18145 (ldbl_nearbyint): Use more readable constant for two52.
18146 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
18147 (__mpn_construct_long_double): Fix test for overflow of high
18148 mantissa and correct normalisation. Avoid undefined shift.
18149
9605ca6c
AM
181502013-10-04 Alan Modra <amodra@gmail.com>
18151
18152 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18153 (union ibm_extended_long_double): Define as an array of ieee754_double.
18154 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
18155 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
18156 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
18157 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
18158 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18159 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
18160 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18161 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
18162 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
18163 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
18164 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
18165
975569d0
JM
181662013-10-03 Joseph Myers <joseph@codesourcery.com>
18167
d3d23756
JM
18168 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
18169 page size instead of calling getpagesize.
18170
975569d0
JM
18171 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
18172 (LOCFILE_ALIGN_MASK): Likewise.
18173 (LOCFILE_ALIGN_UP): Likewise.
18174 (LOCFILE_ALIGNED_P): Likewise.
18175 * locale/programs/ld-collate.c (collate_output): Use the new
18176 macros instead of __alignof__ (int32_t).
18177 * locale/weight.h (findidx): Likewise.
18178
b1fe1f2b
OB
181792013-10-03 Ondřej Bílka <neleai@seznam.cz>
18180
18181 [BZ #431]
18182 * manual/string.texi: Fix strncat and wcsncat.
18183
5f855e35
BM
181842013-10-03 Brooks Moses <bmoses@google.com>
18185
18186 [BZ #15915]
18187 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
18188 * Makerules: ...here, and adjust associated comments.
18189
3cef6009
WN
181902013-10-02 Will Newton <will.newton@linaro.org>
18191
18192 * malloc/Makefile: Add tst-pvalloc.
18193 * malloc/tst-pvalloc.c: New file.
18194
7815420b
WN
181952013-10-02 Will Newton <will.newton@linaro.org>
18196
18197 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
18198 improve test coverage.
18199
4868b204
WN
182002013-10-02 Will Newton <will.newton@linaro.org>
18201
18202 * malloc/Makefile: Add tst-posix_memalign.
18203 * malloc/tst-posix_memalign.c: New file.
18204
29c793b3
EB
182052013-10-01 Eric Blake <eblake@redhat.com>
18206
18207 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
18208 Use __THROWNL rather than __THROW on static functions.
18209
fd967522
PM
182102013-09-30 Petr Machata <pmachata@redhat.com>
18211
18212 * elf/elf.h (R_AARCH64_ABS16): New macro.
18213 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
18214 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
18215 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
18216 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
18217 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
18218 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
18219 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
18220 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
18221 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
18222 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
18223 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
18224 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
18225 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
18226 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
18227 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
18228 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
18229 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
18230 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
18231 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
18232 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
18233 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
18234 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
18235 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
18236 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
18237 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
18238 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
18239 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
18240 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
18241 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
18242 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
18243 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
18244 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
18245 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
18246 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
18247 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
18248 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
18249 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
18250 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
18251 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
18252 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
18253 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
18254 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
18255 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
18256 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
18257 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
18258 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
18259 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
18260 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
18261 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
18262 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
18263 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
18264 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
18265 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
18266 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
18267 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
18268 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
18269 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
18270 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
18271 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
18272 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
18273 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
18274 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
18275 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
18276 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
18277 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
18278 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
18279 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
18280 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
18281 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
18282 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
18283 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
18284 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
18285 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
18286 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
18287 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
18288 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
18289 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
18290 (R_AARCH64_TLSDESC_LDR): Likewise.
18291 (R_AARCH64_TLSDESC_ADD): Likewise.
18292 (R_AARCH64_TLSDESC_CALL): Likewise.
18293
b2179107
AS
182942013-09-30 Andreas Schwab <schwab@suse.de>
18295
18296 [BZ #15048]
18297 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
18298 the nss database lookup.
18299 * nscd/initgrcache.c (addinitgroupsX): Likewise.
18300 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18301
47f28d0a
MF
183022013-09-28 Mike Frysinger <vapier@gentoo.org>
18303
18304 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
18305
183062013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
18307
18308 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
18309 ${Bash-specific parameter/pattern/string} parameter expansion.
18310 * sysdeps/unix/make-syscalls.sh: Likewise.
18311
f4518a17
KK
183122013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18313
18314 * sysdeps/sh/stackguard-macros.h: New file.
18315
dc1a95c7
OB
183162013-09-26 Ondřej Bílka <neleai@seznam.cz>
18317
18318 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18319 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
18320 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
18321 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
18322 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18323 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
18324
5ebbff8f
AZ
183252013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18326
18327 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
18328 Fix thread ID register.
18329
4fd2cf9f
JM
183302013-09-25 Joseph Myers <joseph@codesourcery.com>
18331
18332 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
18333 [POSIX || UNIX98]: Require rather than permitting all symbols from
18334 <time.h>.
18335 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
18336 element of struct sched_param.
18337 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
18338 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
18339 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
18340 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
18341 constant.
18342
12c22bc4
OL
183432013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
18344
18345 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
18346 argument calculation.
18347
a03d8ea7
JM
183482013-09-24 Joseph Myers <joseph@codesourcery.com>
18349
18350 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
18351 Expect macro.
18352 [POSIX] (pthread_attr_t): Do not require type.
18353 [POSIX] (pthread_cond_t): Likewise.
18354 [POSIX] (pthread_condattr_t): Likewise.
18355 [POSIX] (pthread_key_t): Likewise.
18356 [POSIX] (pthread_mutex_t): Likewise.
18357 [POSIX] (pthread_mutexattr_t): Likewise.
18358 [POSIX] (pthread_once_t): Likewise.
18359 [POSIX] (pthread_t): Likewise.
18360 [POSIX-based standards] (pthread_atfork): Expect function.
18361
6055173a
JM
183622013-09-24 Joseph Myers <joseph@codesourcery.com>
18363 Richard Sandiford <richard@codesourcery.com>
18364
18365 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
18366 (swap_endianness_p): New extern variable.
18367 (set_big_endian): New inline function.
18368 (maybe_swap_uint32): Likewise.
18369 (maybe_swap_uint32_array): Likewise.
18370 (maybe_swap_uint32_obstack): Likewise.
18371 * locale/programs/locfile.c: Include <stdbool.h>.
18372 (swap_endianness_p): New variable.
18373 (add_locale_uint32): Call maybe_swap_uint32.
18374 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
18375 (write_locale_data): Call maybe_swap_uint32_array.
18376 * locale/programs/ld-collate.c (obstack_int32_grow): Call
18377 maybe_swap_uint32.
18378 (obstack_int32_grow_fast): Likewise.
18379 (output_weightwc): Call maybe_swap_uint32_obstack.
18380 (collate_output): Likewise.
18381 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
18382 (OPT_LITTLE_ENDIAN): Likewise.
18383 (options): Add --little-endian and --big-endian options.
18384 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
18385 * locale/programs/locarchive.c: Include "locfile.h".
18386 (GET): New macro.
18387 (SET): Likewise.
18388 (INC): Likewise.
18389 (create_archive): Use the new macros to access fields of
18390 structures directly mapped from or written to locale archives.
18391 (oldlocrecentcmp): Likewise.
18392 (enlarge_archive): Likewise.
18393 (insert_name): Likewise.
18394 (add_alias): Likewise.
18395 (add_locale): Likewise.
18396 (delete_locales_from_archive): Likewise.
18397 (show_archive_content): Likewise.
18398 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
18399 locale data.
18400
39bf0bb4
RM
184012013-09-24 Roland McGrath <roland@hack.frob.com>
18402
18403 * manual/freemanuals.texi: Updated from (newly) canonical copy at
18404 http://www.gnu.org/doc/freemanuals.texi.
18405 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
18406
f02eed10
WN
184072013-09-24 Will Newton <will.newton@linaro.org>
18408
18409 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
18410 macro.
18411
a3a6c312
JM
184122013-09-23 Joseph Myers <joseph@codesourcery.com>
18413
18414 * locale/hashval.h (compute_hashval): Interpret bytes of key as
18415 unsigned char.
18416
107375ac
MR
184172013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
18418
18419 * manual/threads.texi (POSIX Threads): Fix a typo.
18420
141f3a77
SP
184212013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
18422
303e567a
SP
18423 [BZ #14547]
18424 * string/tst-strcoll-overflow.c: New test case.
18425 * string/Makefile (xtests): Add tst-strcoll-overflow.
18426 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18427 cache if string sizes may cause integer overflow.
18428
141f3a77
SP
18429 [BZ #14547]
18430 * string/strcoll_l.c (coll_seq): New members rule, idx,
18431 save_idx and back_us.
18432 (get_next_seq_nocache): New function.
18433 (do_compare_nocache): New function.
18434 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18435 when malloc fails.
18436
c61b4d41
CD
184372013-09-23 Carlos O'Donell <carlos@redhat.com>
18438
0b1f8e35
CD
18439 [BZ #15754]
18440 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18441 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18442 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18443
c61b4d41
CD
18444 [BZ #15754]
18445 * elf/Makefile (tests): Add tst-ptrguard1.
18446 (tests-static): Add tst-ptrguard1-static.
18447 (tst-ptrguard1-ARGS): Define.
18448 (tst-ptrguard1-static-ARGS): Define.
18449 * elf/tst-ptrguard1.c: New file.
18450 * elf/tst-ptrguard1-static.c: New file.
18451 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18452 * sysdeps/i386/stackguard-macros.h: Likewise.
18453 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18454 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18455 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18456 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18457 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18458 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18459
184602013-09-23 Hector Marco <hecmargi@upv.es>
18461 Ismael Ripoll <iripoll@disca.upv.es>
18462 Carlos O'Donell <carlos@redhat.com>
18463
18464 [BZ #15754]
18465 * sysdeps/generic/stackguard-macros.h: Define
18466 __pointer_chk_guard_local and POINTER_CHK_GUARD.
18467 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18468 Define __pointer_chk_guard_local.
18469 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18470 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18471
f5f4e7b4
VV
184722013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
18473
18474 [BZ #15859]
18475 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18476
5bb43a43
AS
184772013-09-20 Andreas Schwab <schwab@linux-m68k.org>
18478
18479 * include/string.h (__ffs): Declare as hidden.
18480 * string/ffs.c (__ffs): Define as hidden.
18481 * sysdeps/i386/ffs.c (__ffs): Likewise.
18482 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18483 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18484 * sysdeps/s390/ffs.c (__ffs): Likewise.
18485 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18486
3ea5be54
AO
184872013-09-20 Alexandre Oliva <aoliva@redhat.com>
18488
ffb89e53
AO
18489 * NEWS: Mention malloc probes.
18490
322dea08
AO
18491 * malloc/arena.c (new_heap): New memory_heap_new probe.
18492 (grow_heap): New memory_heap_more probe.
18493 (shrink_heap): New memory_heap_less probe.
18494 (heap_trim): New memory_heap_free probe.
18495 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18496 (systrim): New memory_sbrk_less probe.
18497 * manual/probes.texi: Document them.
18498
655673f3
AO
18499 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18500 * manual/probes.texi: Document it.
18501
35fed6f1
AO
18502 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18503 (__libc_realloc): Add memory_realloc_retry probe.
18504 (__libc_memalign): Add memory_memalign_retry probe.
18505 (__libc_valloc): Add memory_valloc_retry probe.
18506 (__libc_pvalloc): Add memory_pvalloc_retry probe.
18507 (__libc_calloc): Add memory_calloc_retry probe.
18508 * manual/probes.texi: Document them.
18509
6999d38c
AO
18510 * malloc/arena.c (get_free_list): Add probe
18511 memory_arena_reuse_free_list.
18512 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18513 and memory_arena_reuse.
18514 (arena_get2) [!PER_THREAD]: Likewise.
18515 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18516 memory_arena_reuse_realloc.
18517 * manual/probes.texi: Document them.
18518
0653427f
AO
18519 * malloc/malloc.c (__libc_free): Add
18520 memory_mallopt_free_dyn_thresholds probe.
18521 (__libc_mallopt): Add multiple memory_mallopt probes.
18522 * manual/probes.texi: Document them.
18523
3ea5be54
AO
18524 * malloc/malloc.c: Include stap-probe.h.
18525 (__libc_mallopt): Add memory_mallopt probe.
18526 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18527 * manual/probes.texi: New.
18528 * manual/Makefile (chapters): Add probes.
18529 * manual/threads.texi: Set next node.
18530
e35696c3 185312013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 18532
e35696c3
CL
18533 [BZ #15963, #13985]
18534 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18535 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18536 Add `Chinese' to `nan' entry name.
18537
4aafb73c
SP
185382013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18539
18540 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18541 (POLYNOMIAL): Likewise.
18542 (TAYLOR_SINCOS): Likewise.
18543 (TAYLOR_SLOW): Likewise.
18544 (__sin): Use TAYLOR_SINCOS.
18545 (__cos): Likewise.
18546 (slow): Use TAYLOR_SLOW.
18547 (sloww): Likewise.
18548 (bsloww): Likewise.
18549 (csloww): Likewise.
18550
d84f25c7
LD
185512013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18552
18553 * stdlib/strtod_l.c: Fix buffer overrun.
18554
5eea0404
SP
185552013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18556
7849ff93
SP
18557 * benchtests/Makefile (bench): Add sincos.
18558 * benchtests/bench-sincos.c: New file.
18559
cfa3c886
SP
18560 * math/libm-test.inc (cos_test_data): New test inputs.
18561 (sin_test_data): Likewise.
18562
b348e1e3
SP
18563 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18564 macro.
18565 (__sin): Use it.
18566 (__cos): Likewise.
18567 (slow1): Likewise.
18568 (slow2): Likewise.
18569 (sloww1): Likewise.
18570 (sloww2): Likewise.
18571 (bsloww1): Likewise.
18572 (bsloww2): Likewise.
18573 (cslow2): Likewise.
18574 (csloww1): Likewise.
18575 (csloww2): Likewise.
18576
6cce25f8
SP
18577 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18578 function.
18579 (__sin): Use it.
18580 (__cos): Likewise.
18581
5eea0404
SP
18582 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18583 gotos.
18584 (__cos): Likewise.
18585
9c21573c
MR
185862013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
18587
18588 * config.h.in (HAVE_MIPS_NAN2008): New macro.
18589 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18590 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18591 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18592 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18593 * elf/cache.c (print_entry): Handle the new cache flags.
18594
24d22e65
JM
185952013-09-18 Joseph Myers <joseph@codesourcery.com>
18596 Aldy Hernandez <aldyh@redhat.com>
18597
18598 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18599 Change condition to [_SOFT_FLOAT].
18600 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18601 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18602 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18603 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18604 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18605 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18606 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18607 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18608 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18609 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18610 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18611 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18612 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18613 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18614 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18615 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18616 declaration.
18617
d13ef066
JM
186182013-09-18 Joseph Myers <joseph@codesourcery.com>
18619
2e071de0
JM
18620 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18621 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18622 (__longjmp): Use LOAD_GP to load saved GPRs.
18623 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18624 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18625 (__sigsetjmp): Use SAVE_GP to save GPRs.
18626
d13ef066
JM
18627 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18628 Do not append -msoft-float.
18629 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18630
97a0650b
SP
186312013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
18632
18633 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18634
11ca09e9
JM
186352013-09-17 Joseph Myers <joseph@codesourcery.com>
18636
18637 [BZ #15966]
18638 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18639 (_FPU_GETCW): Use initial "__" on variable and field names but not
18640 on macro parameter name.
18641 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
18642 parentheses around reference to macro parameter.
18643
08ffcf34
RS
186442013-09-13 Richard Sandiford <richard@codesourcery.com>
18645
18646 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18647 prototype.
18648 (ctype_startup): Use uint32_t in cast and sizeof for
18649 ctype->charnames.
18650
ae7080d3
JL
186512013-09-11 Jia Liu <proljc@gmail.com>
18652
18653 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18654 __daddr_t_defined.
18655 [__FreeBSD__]: Likewise.
18656
5905e7b3
OB
186572013-09-11 Ondřej Bílka <neleai@seznam.cz>
18658
18659 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18660 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18661 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18662 (strchr): Remove __strchr_sse42 ifunc selection.
18663 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18664 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18665
b987c776
WN
186662013-09-11 Will Newton <will.newton@linaro.org>
18667
18668 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18669 parameter to RES. Remove hardcoded 1000 value.
18670 * benchtests/bench-skeleton.c (main): Pass RES parameter
18671 to TIMING_INIT and multiply result by 1000.
18672
ddf985af
AZ
186732013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18674
18675 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18676
ffdd3181
AS
186772013-09-11 Andreas Schwab <schwab@suse.de>
18678
18679 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18680 if not defined.
18681 (O_TMPFILE) [__USE_GNU]: Define.
18682 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18683 Define.
18684
b73ed247
WN
186852013-09-11 Will Newton <will.newton@linaro.org>
18686
18687 [BZ #15857]
18688 * malloc/malloc.c (__libc_memalign): Check the value of bytes
18689 does not overflow.
18690
55e17aad
WN
186912013-09-11 Will Newton <will.newton@linaro.org>
18692
18693 [BZ #15856]
18694 * malloc/malloc.c (__libc_valloc): Check the value of bytes
18695 does not overflow.
18696
1159a193
WN
186972013-09-11 Will Newton <will.newton@linaro.org>
18698
18699 [BZ #15855]
18700 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18701 does not overflow.
18702
5905e7b3 187032013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
18704
18705 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18706 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18707 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18708 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18709 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18710
cdfc721b
AM
187112013-09-10 Allan McRae <allan@archlinux.org>
18712
aa04af00
AM
18713 [BZ #15748]
18714 * manual/arith.texi (Parsing of Floats): Clarify
18715 cross-reference.
18716
cdfc721b
AM
18717 [BZ #15849]
18718 * manual/install.texi (Running make install): Mention
18719 --enable-pt-chown.
18720 * INSTALL: Regenerated.
18721
95e7cf29
MR
187222013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18723
18724 * csu/init-first.c (_init): Remove the !SHARED condition around
18725 FPU control word initialization.
18726 * elf/dl-support.c (_dl_fpu_control): New variable.
18727 (_dl_aux_init) <AT_FPUCW>: Initialize it.
18728 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18729 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18730 * math/test-fpucw-static.c: New file.
18731 * math/test-fpucw-ieee.c: New file.
18732 * math/test-fpucw-ieee-static.c: New file.
18733 * math/Makefile (tests): Add `test-fpucw-ieee' and
18734 `$(tests-static)'.
18735 (tests-static): New variable.
18736 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18737 dependency to...
18738 [($(build-shared),yes)]
18739 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18740 ... this.
18741 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18742 New dependency.
18743
83e43bf0
AM
187442013-09-09 Allan McRae <allan@archlinux.org>
18745
a9f5ce09
AM
18746 [BZ #15939]
18747 * manual/string.texi (Collation Functions): Fix typo in
18748 strcoll example.
18749 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18750
34829bc2
AM
18751 [BZ #15893]
18752 * stdlib/isomac.c (get_null_defines): Fix memory leak.
18753
3932737d
AM
18754 [BZ #15892]
18755 * libio/memstream.c (open_memstream): Fix memory leak.
18756 * libio/wmemstream.c (open_wmemstream): Likewise.
18757
83e43bf0
AM
18758 [BZ #15895]
18759 * nscd/netgroupcache.c: Fix nesting of ifdefs.
18760
0c66b8e9
WN
187612013-09-09 Will Newton <will.newton@linaro.org>
18762
18763 * malloc/Makefile: Add tst-realloc to tests.
18764 * malloc/tst-realloc.c: New file.
18765
f6b00fd1
AM
187662013-09-09 Allan McRae <allan@archlinux.org>
18767
18768 [BZ #15844]
18769 * COPYING: Update from GNU website to fix FSF address.
18770 * COPYING.LIB: Likewise.
18771
eec55e16
DM
187722013-09-06 David S. Miller <davem@davemloft.net>
18773
18774 * po/zh_TW.po: Update Chinese (traditional) translation from
18775 translation project.
18776
1ecbb381
RS
187772013-09-06 Richard Sandiford <richard@codesourcery.com>
18778 Joseph Myers <joseph@codesourcery.com>
18779
18780 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18781 "localeinfo.h".
18782 (obstack_chunk_alloc): New macro.
18783 (obstack_chunk_free): Likewise.
18784 (record_offset): New function.
18785 (init_locale_data): Likewise.
18786 (align_locale_data): Likewise.
18787 (add_locale_empty): Likewise.
18788 (add_locale_raw_data): Likewise.
18789 (add_locale_raw_obstack): Likewise.
18790 (add_locale_string): Likewise.
18791 (add_locale_wstring): Likewise.
18792 (add_locale_uint32): Likewise.
18793 (add_locale_uint32_array): Likewise.
18794 (add_locale_char): Likewise.
18795 (start_locale_structure): Likewise.
18796 (end_locale_structure): Likewise.
18797 (start_locale_prelude): Likewise.
18798 (end_locale_prelude): Likewise.
18799 (write_locale_data): Take locale_file structure rather than an
18800 iovec.
18801 * locale/programs/locfile.h: Include "obstack.h".
18802 (struct locale_file): Change to store locale file contents instead
18803 of header.
18804 (init_locale_data): New prototype.
18805 (align_locale_data): Likewise.
18806 (add_locale_empty): Likewise.
18807 (add_locale_raw_data): Likewise.
18808 (add_locale_raw_obstack): Likewise.
18809 (add_locale_string): Likewise.
18810 (add_locale_wstring): Likewise.
18811 (add_locale_uint32): Likewise.
18812 (add_locale_uint32_array): Likewise.
18813 (add_locale_char): Likewise.
18814 (start_locale_structure): Likewise.
18815 (end_locale_structure): Likewise.
18816 (start_locale_prelude): Likewise.
18817 (end_locale_prelude): Likewise.
18818 (write_locale_data): Update prototype.
18819 * locale/programs/3level.h (struct TABLE): Remove result field.
18820 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18821 Use new locale_file interface.
18822 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18823 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18824 * locale/programs/ld-address.c (address_output): Use new
18825 locale_file interface.
18826 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18827 NO_ADD_LOCALE.
18828 (collate_finish): Don't call collseq_table_finalize.
18829 (collate_output): Use new locale_file interface.
18830 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18831 in file.
18832 (NO_FINALIZE): Change to NO_ADD_LOCALE.
18833 (TABLE): Move defines earlier in file.
18834 (ELEMENT): Likewise.
18835 (DEFAULT): Likewise.
18836 (wctrans_table_add): Move macro and inline function earlier in
18837 file.
18838 (struct wctype_table): Move type earlier in file.
18839 (add_locale_wctype_table): New static prototype.
18840 (struct locale_ctype_t): Use logical types instead of struct iovec
18841 pointers for members.
18842 (ctype_output): Use new locale_file interface.
18843 (wctype_table_finalize): Change to add_locale_wctype_table. Use
18844 new locale_file interface.
18845 (allocate_arrays): Update for use of new locale_file interface.
18846 * locale/programs/ld-identification.c (identification_output): Use
18847 new locale_file interface.
18848 * locale/programs/ld-measurement.c (measurement_output): Likewise.
18849 * locale/programs/ld-messages.c (messages_output): Likewise.
18850 * locale/programs/ld-monetary.c (monetary_output): Likewise.
18851 * locale/programs/ld-name.c (name_output): Likewise.
18852 * locale/programs/ld-numeric.c (numeric_output): Likewise.
18853 * locale/programs/ld-paper.c (paper_output): Likewise.
18854 * locale/programs/ld-telephone.c (telephone_output): Likewise.
18855 * locale/programs/ld-time.c (time_output): Likewise.
18856
e029e2e5
AZ
188572013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18858
18859 * benchtests/Makefile: Add memrchr benchmark.
18860 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18861 benchmark as memrchr.
18862 * benchtests/bench-memrchr-ifunc.c: New file.
18863 * benchtests/bench-memrchr.c: New file.
18864
bbf6e8e4
WN
188652013-09-06 Will Newton <will.newton@linaro.org>
18866
18867 * benchtests/Makefile (string-bench): Add memcpy.
18868
6c82a2f8
CD
188692013-09-05 Carlos O'Donell <carlos@redhat.com>
18870 Cong Wang <amwang@redhat.com>
18871
e732c5f0 18872 [BZ #15850]
6c82a2f8
CD
18873 * sysdeps/unix/sysv/linux/bits/in.h
18874 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18875 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18876 before __USE_KERNEL_IPV6_DEFS uses.
18877 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18878 IPPROTO_BEETPH.
18879 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18880 sockaddr_in6, or ipv6_mreq.
18881
5430fc65
AZ
188822013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18883
18884 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18885 memory access for final bytes in some large inputs.
18886 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18887
4660856c
AZ
188882013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18889
18890 * string/test-memrchr.c: New file.
18891 * string/test-memrchr-ifunc.c: New file.
18892 * string/Makefile: Add new memrchr testcase.
18893
bb8ea713
MF
188942013-09-05 Mike Frysinger <vapier@gentoo.org>
18895
18896 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18897 fanotify_init returns EPERM.
18898
b92a20b5
JM
188992013-09-04 Joseph Myers <joseph@codesourcery.com>
18900
18901 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18902 errors.
18903 (top level): Treat second token from macro or constant entries for
18904 allowed headers as allowed.
18905 * include/complex.h: Condition internal declarations on
18906 [!_ISOMAC].
18907 * include/fenv.h: Condition include of <stdbool.h> and internal
18908 declarations on [!_ISOMAC].
7447ccd9
CL
18909
189102013-09-04 Chris Leonard <cjl@sugarlabs,.org>
18911
3e181dda 18912 [BZ #15923]
7447ccd9
CL
18913 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18914
3f2e46a4
JM
189152013-09-04 Joseph Myers <joseph@codesourcery.com>
18916
18917 * configure.in (--enable-versioning): Remove configure option.
18918 (libc_cv_asm_symver_directive): Remove configure test.
18919 (libc_cv_ld_version_script_option): Likewise.
18920 (VERSIONING): Remove variable and AC_SUBST.
18921 (DO_VERSIONING): Remove AC_DEFINE.
18922 * configure: Regenerated.
18923 * config.h.in (DO_VERSIONING): Remove macro.
18924 * Makerules [$(versioning) = yes]: Change conditionals to
18925 [$(build-shared) = yes].
18926 * config.make.in (versioning): Remove variable.
18927 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18928 [$(build-shared) = yes].
18929 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18930 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18931 * elf/Makefile [$(versioning) = yes]: Change conditionals to
18932 [$(build-shared) = yes].
18933 * extra-lib.mk [$(versioning) = yes]: Likewise.
18934 * hurd/Makefile [$(versioning) = yes]: Likewise.
18935 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18936 [SHARED].
18937 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18938 [SHARED].
18939 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18940 [SHARED && !NO_HIDDEN].
18941 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18942 [SHARED].
18943 [SHARED && DO_VERSIONING]: Likewise..
18944 * libio/Makefile [$(versioning) = yes]: Change conditionals to
18945 [$(build-shared) = yes].
18946 * manual/install.texi (--disable-versioning): Remove
18947 documentation.
18948 * INSTALL: Regenerated.
18949 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18950 to [SHARED].
18951 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18952 [$(build-shared) = yes].
18953 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18954 * sysdeps/i386/i686/multiarch/strstr-c.c
18955 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18956 [SHARED && !NO_HIDDEN].
18957 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18958 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18959 * sysdeps/powerpc/powerpc32/dl-machine.c
18960 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18961 * sysdeps/powerpc/powerpc32/sysdep.h
18962 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18963 to [SHARED && PIC && !NO_HIDDEN].
18964 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18965 conditional to [SHARED].
18966
44558701
WN
189672013-09-04 Will Newton <will.newton@linaro.org>
18968
18969 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18970 * benchtests/bench-string.h: Include bench-timing.h instead
18971 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18972 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18973 call to HP_TIMING_DIFF_INIT.
18974 * benchtests/bench-memccpy.c: Use bench-timing.h macros
18975 instead of hp-timing.h macros.
18976 * benchtests/bench-memchr.c: Likewise.
18977 * benchtests/bench-memcmp.c: Likewise.
18978 * benchtests/bench-memcpy.c: Likewise.
18979 * benchtests/bench-memmem.c: Likewise.
18980 * benchtests/bench-memmove.c: Likewise.
18981 * benchtests/bench-memset.c: Likewise.
18982 * benchtests/bench-rawmemchr.c: Likewise.
18983 * benchtests/bench-strcasecmp.c: Likewise.
18984 * benchtests/bench-strcasestr.c: Likewise.
18985 * benchtests/bench-strcat.c: Likewise.
18986 * benchtests/bench-strchr.c: Likewise.
18987 * benchtests/bench-strcmp.c: Likewise.
18988 * benchtests/bench-strcpy.c: Likewise.
18989 * benchtests/bench-strcpy_chk.c: Likewise.
18990 * benchtests/bench-strlen.c: Likewise.
18991 * benchtests/bench-strncasecmp.c: Likewise.
18992 * benchtests/bench-strncat.c: Likewise.
18993 * benchtests/bench-strncmp.c: Likewise.
18994 * benchtests/bench-strncpy.c: Likewise.
18995 * benchtests/bench-strnlen.c: Likewise.
18996 * benchtests/bench-strpbrk.c: Likewise.
18997 * benchtests/bench-strrchr.c: Likewise.
18998 * benchtests/bench-strspn.c: Likewise.
18999 * benchtests/bench-strstr.c: Likewise.
19000
cae16d66
WN
190012013-09-04 Will Newton <will.newton@linaro.org>
19002
19003 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
19004
ffa3cd7f
JM
190052013-09-03 Joseph Myers <joseph@codesourcery.com>
19006
19007 [BZ #15427]
19008 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
19009 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
19010 * math/libm-test.inc (lgamma_test_data): Add more tests.
19011 * sysdeps/i386/fpu/libm-test-ulps: Update.
19012 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19013
8f02859f
OB
190142013-09-03 Ondřej Bílka <neleai@seznam.cz>
19015
19016 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
19017 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19018 Add ifunc.
19019 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19020 Add strcmp-sse2-unaligned
19021 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
19022
18d43716
MF
190232013-09-02 Mike Frysinger <vapier@gentoo.org>
19024
19025 * Versions.def (libc): Add GLIBC_2.19.
19026
ac444012
MF
190272013-09-02 Mike Frysinger <vapier@gentoo.org>
19028
19029 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
19030 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
19031
b7835e32
JM
190322013-09-02 Joseph Myers <joseph@codesourcery.com>
19033
19034 [BZ #14155]
19035 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
19036 intermediate calculations in recurrence.
19037 (__ieee754_ynf): Likewise.
19038 * math/libm-test.inc (jn_test_data): Do not allow spurious
19039 underflow exception. Add more tests.
19040 (yn_test_data): Add more tests.
19041 * sysdeps/i386/fpu/libm-test-ulps: Update.
19042 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19043
8220f4f0
OB
190442013-09-02 Ondřej Bílka <neleai@seznam.cz>
19045
19046 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
19047
f24a6d08
OB
190482013-08-30 Ondřej Bílka <neleai@seznam.cz>
19049
19050 * csu/init-first.c: Fix then/than typos.
19051 * locale/programs/ld-collate.c: Likewise.
19052 * locale/programs/linereader.h: Likewise.
19053 * manual/charset.texi: Likewise.
19054 * manual/filesys.texi: Likewise.
19055 * manual/stdio.texi: Likewise.
19056 * manual/string.texi: Likewise.
19057 * stdlib/fmtmsg.c: Likewise.
19058 * sysdeps/i386/stpncpy.S: Likewise.
19059 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19060 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19061 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19062 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19063
382466e0
OB
190642013-08-30 Ondřej Bílka <neleai@seznam.cz>
19065
19066 * elf/dl-open.c: Fix typos.
19067 * iconvdata/gbbig5.c: Likewise.
19068 * iconvdata/iso-2022-jp.c: Likewise.
19069 * iconv/gconv_int.h: Likewise.
19070 * iconv/loop.c: Likewise.
19071 * nis/rpcsvc/nis.h: Likewise.
19072 * resolv/ns_name.c: Likewise.
19073 * stdio-common/vfscanf.c: Likewise.
19074 * streams/stropts.h: Likewise.
19075 * sunrpc/rpc_thread.c: Likewise.
19076 * sysdeps/i386/strpbrk.S: Likewise.
19077 * sysdeps/ieee754/k_standard.c: Likewise.
19078 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19079 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19080 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
19081 * sysdeps/mach/hurd/profil.c: Likewise.
19082 * sysdeps/s390/dl-procinfo.h: Likewise.
19083 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
19084 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
19085 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
19086 * sysdeps/x86_64/dl-trampoline.S: Likewise.
19087 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
19088
0186c6e9
OB
190892013-08-30 Ondřej Bílka <neleai@seznam.cz>
19090
19091 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
19092 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
19093
d4e16af1
OB
190942013-08-29 Ondřej Bílka <neleai@seznam.cz>
19095
19096 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
19097 aix specific files.
19098 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
19099 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
19100 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
19101 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
19102 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
19103 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
19104 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
19105 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
19106
88335980
TS
191072013-08-29 Thomas Schwinge <thomas@codesourcery.com>
19108 Roland McGrath <roland@hack.frob.com>
19109
19110 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
19111 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
19112
ed479b02
ST
191132013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
19114
19115 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
19116 __executable_start symbol instead of _start.
19117
f1cc4c86
TS
191182013-08-29 Thomas Schwinge <thomas@codesourcery.com>
19119
d821f07c
TS
19120 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
19121 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
19122 Move macros to...
19123 * sysdeps/gnu/ldsodefs.h: ... this new file.
19124
c54290cf
TS
19125 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
19126 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
19127 instead of ELFOSABI_LINUX.
19128
0007fc9b 19129 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
19130 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
19131 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
19132 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
19133 Likewise.
19134 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
19135 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
19136 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
19137 Likewise.
19138 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
19139 (ibm_extended_long_double): Add ieee_nan member.
19140 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
19141 (do_test): New function.
19142
f1cc4c86
TS
19143 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
19144 TEST_TRUNC.
19145 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
19146 functions, renamed from truncdfsf_test, trunctfsf_test,
19147 trunctfdf_test.
19148 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
19149 functions.
19150 (do_test): Run all these.
19151
6f65e668
OB
191522013-08-29 Ondřej Bílka <neleai@seznam.cz>
19153
19154 * argp/argp-help.c: Fix typos.
19155 * argp/argp-parse.c: Likewise.
19156 * debug/backtracesyms.c: Likewise.
19157 * elf/elf.h: Likewise.
19158 * malloc/malloc.c: Likewise.
19159 * nis/nis_print.c: Likewise.
19160 * resolv/res_comp.c: Likewise.
19161 * stdlib/stdlib.h: Likewise.
19162 * sunrpc/clnt_tcp.c: Likewise.
19163 * sunrpc/clnt_udp.c: Likewise.
19164 * sunrpc/clnt_unix.c: Likewise.
19165 * sysdeps/unix/bsd/ptsname.c: Likewise.
19166 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
19167 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
19168 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
19169 Likewise.
19170 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
19171 Likewise.
19172 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
19173 Likewise.
6f65e668
OB
19174 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
19175
3a309239
SP
191762013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19177
19178 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
19179 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
19180
3b813b29
MF
191812013-08-27 Mike Frysinger <vapier@gentoo.org>
19182
19183 [BZ #15897]
19184 * dlfcn/Makefile (tests): Add bug-dl-leaf.
19185 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
19186 ($(objpfx)bug-dl-leaf): New rule.
19187 ($(objpfx)bug-dl-leaf.so): Likewise.
19188 ($(objpfx)bug-dl-leaf.out): Likewise.
19189 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
19190 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
19191 * dlfcn/bug-dl-leaf.c: New test.
19192 * dlfcn/bug-dl-leaf-lib.c: Likewise.
19193 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
19194 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
19195 (dlclose): Likewise.
19196 (dlmopen): Likewise.
19197
8cc3269f
RM
191982013-08-27 Roland McGrath <roland@hack.frob.com>
19199
7f9d0034
RM
19200 * include/netdb.h [!_ISOMAC]:
19201 Don't include <tls.h>.
19202 (h_errno, __libc_h_errno): Move declaration and macros out of
19203 [_LIBC_REENTRANT].
19204
fb431262
RM
19205 * include/resolv.h [_RESOLV_H_]:
19206 Don't include <tls.h>.
19207 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
19208 * resolv/res_libc.c: Don't include <tls.h>.
19209 (_res): Use __attribute__ ((nocommon)) in place of
19210 __attribute__ ((section (".bss"))).
19211
bd81123a
RM
19212 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
19213 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
19214
c4e42566
RM
19215 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
19216
f890a59b
RM
19217 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
19218 only under [SIOCGIFCONF && SIOCGIFNETMASK].
19219
19220 * resolv/res_mkquery.c: Include <sys/time.h>.
19221
5d1f0a09
RM
19222 * inet/ifreq.c: Moved to ...
19223 * sysdeps/unix/ifreq.c: ... here.
19224 * inet/ifreq.c: New file, true stub version.
19225
6fcf28b3
RM
19226 * socket/sa_len.c: New file.
19227 * socket/Makefile (aux): Add it.
19228 * sysdeps/unix/sysv/linux/Makefile
19229 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
19230 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
19231 and #include <socket/sa_len.c>.
19232 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
19233 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
19234
e041fb8b
RM
19235 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
19236 * bits/socket.h: ... here.
19237
8cc3269f
RM
19238 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
19239 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
19240 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
19241
5d228a43
AS
192422013-08-27 Andreas Schwab <schwab@suse.de>
19243
45b8accc
AS
19244 [BZ #15736]
19245 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
19246 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
19247 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
19248 * string/test-strcasecmp.c (test_main): Run tests in several
19249 locales.
19250 * string/test-strncasecmp.c (test_main): Likewise.
19251
5d228a43
AS
19252 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
19253 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
19254 to __strcasecmp_nonascii and __strncasecmp_nonascii.
19255 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
19256 (__strncasecmp_ssse3) [PIC]: Likewise.
19257
59d112a4
RM
192582013-08-26 Roland McGrath <roland@hack.frob.com>
19259
53234cc3
RM
19260 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
19261
59d112a4
RM
19262 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
19263 instead of explicitly declaring xdecrypt.
19264 * nis/nss_nis/nis-publickey.c: Likewise.
19265
595aba70
SP
192662013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
19267
19268 [BZ #15890]
19269 * nscd/aicache.c: Include res_hconf.h.
19270 (addhstaiX): Initialize res_hconf.
19271
ffabd393
AS
192722013-08-26 Andreas Schwab <schwab@suse.de>
19273
19274 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
19275 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
19276
e0a69f5c
SP
192772013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
19278
19279 * nscd/aicache.c (addhstaiX): Fix indentation.
19280
8c12f01d
MF
192812013-08-25 Mike Frysinger <vapier@gentoo.org>
19282
19283 * configure.ac: Quote $build_pt_chown test.
19284 * configure: Regenerated.
19285
8fe89494
JM
192862013-08-23 Joseph Myers <joseph@codesourcery.com>
19287
19288 [BZ #15532]
19289 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
19290 * math/s_cexpf.c (__cexpf): Likewise.
19291 * math/s_cexpl.c (__cexpl): Likewise.
19292 * math/libm-test.inc (cexp_test_data): Correct expected return
19293 value for NaN + i0. Add another test.
19294
75b181d6
DM
192952013-08-22 David S. Miller <davem@davemloft.net>
19296
19297 * po/ca.po: Update Catalan translation from translation project.
936241e4 19298 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 19299
acd06bb1
JM
193002013-08-21 Joseph Myers <joseph@codesourcery.com>
19301
19302 [BZ #15797]
19303 * math/s_fdim.c (__fdim): Check for infinite arguments if result
19304 is infinite, not alongside NaN test.
19305 * math/s_fdimf.c (__fdimf): Likewise.
19306 * math/s_fdiml.c (__fdiml): Likewise.
19307 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
19308 errno is unchanged.
19309
c0c3f78a
OB
193102013-08-21 Ondřej Bílka <neleai@seznam.cz>
19311
19312 * argp/argp-help.c: Fix typos.
19313 * crypt/speeds.c: Likewise.
19314 * csu/check_fds.c: Likewise.
19315 * elf/dl-load.c: Likewise.
19316 * elf/dl-open.c: Likewise.
19317 * elf/reldep3.c: Likewise.
19318 * elf/reldep.c: Likewise.
19319 * elf/sprof.c: Likewise.
19320 * iconv/iconv_charmap.c: Likewise.
19321 * iconv/skeleton.c: Likewise.
19322 * iconv/strtab.c: Likewise.
19323 * io/lockf64.c: Likewise.
19324 * libio/libioP.h: Likewise.
19325 * resolv/gai_notify.c: Likewise.
19326 * resolv/ns_name.c: Likewise.
19327 * resolv/ns_samedomain.c: Likewise.
19328 * resolv/res_send.c: Likewise.
19329 * stdlib/random.c: Likewise.
19330 * sunrpc/rpc/xdr.h: Likewise.
19331 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
19332 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
19333 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
19334 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
19335 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
19336 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
19337 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
19338 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
19339 * sysdeps/mach/hurd/check_fds.c: Likewise.
19340 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
19341 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19342 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19343 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
19344 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19345 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
19346 * sysdeps/pthread/aio_notify.c: Likewise.
19347 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
19348 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
19349 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
19350 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19351 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19352
46ed1038
LD
193532013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19354
19355 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
19356 version if bit_Slow_SSE4_2 is set.
19357 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
19358 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
19359
d400dcac
AZ
193602013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19361
19362 [BZ #15867]
19363 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
19364 trampoline stack frame information.
19365 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
19366 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
19367 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
19368 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
19369 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
19370 * sysdeps/unix/sysv/linux/powerpc/init-first.c
19371 (_libc_vdso_platform_setup): Initialize the signal trampolines.
19372 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
19373 sa_flags value.
19374 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
19375 interrupting a syscall and set with option SA_SIGINFO.
19376
42c8fdd8
JM
193772013-08-20 Joseph Myers <joseph@codesourcery.com>
19378
c980f2f4
JM
19379 [BZ #15531]
19380 * math/s_cproj.c (__cproj): Only return an infinity if one part of
19381 argument is infinite.
19382 * math/s_cprojf.c (__cprojf): Likewise.
19383 * math/s_cprojl.c (__cprojl): Likewise.
19384 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
19385 * math/libm-test.inc (cproj_test_data): Add more tests.
19386
0716c4fc
JM
19387 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
19388
42c8fdd8
JM
19389 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
19390 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
19391 size. Use __ffs to determine corresponding shift.
19392
b31469d0
JM
193932013-08-20 Joseph Myers <joseph@codesourcery.com>
19394 Roland McGrath <roland@hack.frob.com>
19395
19396 * Makefile (INSTALL): Remove trailing blank lines from output of
19397 makeinfo.
19398
4e39af6e
AK
193992013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19400
19401 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
19402 Align 32 bit compat elf_greg to 8 bytes.
19403
f315524e
AA
194042013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
19405
19406 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
19407
1326ba1a
SP
194082013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19409
19410 * string/strcoll_l.c (coll_seq): New structure.
19411 (get_next_seq_cached): New function.
19412 (get_next_seq): New function.
19413 (do_compare): New function.
19414 (STRCOLL): Use GNU style definition. Simplify implementation
19415 by using get_next_seq, get_next_seq_cached and do_compare.
19416
91ce4085
FW
194172013-08-16 Florian Weimer <fweimer@redhat.com>
19418
19419 [BZ #14699]
19420 CVE-2013-4237
19421 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19422 member.
19423 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19424 member.
19425 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19426 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19427 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
19428 conditional.
19429 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19430 GETDENTS_64BIT_ALIGNED.
19431 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19432 * manual/filesys.texi (Reading/Closing Directory): Document
19433 ENAMETOOLONG return value of readdir_r. Recommend readdir more
19434 strongly.
19435 * manual/conf.texi (Limits for Files): Add portability note to
19436 NAME_MAX, PATH_MAX.
19437 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19438
ca0a6bc4
AS
194392013-08-13 Andreas Schwab <schwab@suse.de>
19440
19441 [BZ #15749]
19442 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19443 of fabs.
19444 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19445 LDBL_MAX_EXP >= 16384]: Add tests for it.
19446
6c1fd795
DM
194472013-08-12 David S. Miller <davem@davemloft.net>
19448
19449 * version.h (RELEASE): Set to "development".
19450 (VERSION): Set to "2.18.90".
19451 * NEWS: Add 2.19 section.
19452
31ad488d
DM
194532013-08-03 David S. Miller <davem@davemloft.net>
19454
19455 * po/ko.po: Update Korean translation from translation project.
19456
db24e684
DM
194572013-08-01 David S. Miller <davem@davemloft.net>
19458
19459 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
19460 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19461 Bilka.
19462
f723285b
DM
194632013-07-30 David S. Miller <davem@davemloft.net>
19464
19465 * po/fr.po: Update French translation from translation project.
19466
3cbc52db
DM
194672013-07-28 David S. Miller <davem@davemloft.net>
19468
30bbc0cc
DM
19469 * po/cs.po: Update Czech translation from translation project.
19470
3cbc52db
DM
19471 * po/sv.po: Update Swedish translation from translation project.
19472
d492e6d0
DM
194732013-07-27 David S. Miller <davem@davemloft.net>
19474
f1a7f492
DM
19475 * po/eo.po: Update Esperanto translation from translation project.
19476
90e62a4a
DM
19477 * po/vi.po: Update Vietnamese translation from translation project.
19478
d492e6d0
DM
19479 * po/de.po: Update German translation from translation project.
19480
d4baa62d
DM
194812013-07-26 David S. Miller <davem@davemloft.net>
19482
641aa7b4
DM
19483 * po/bg.po: Update Bulgarian translation from translation project.
19484
d4baa62d
DM
19485 * po/nl.po: Update Dutch translation from translation project.
19486 * po/pl.po: Update Polish translation from translation project.
19487 * po/ru.po: Update Russian translation from translation project.
19488
61a9dcb9
DM
194892013-07-24 David S. Miller <davem@davemloft.net>
19490
19491 * po/libc.pot: Update.
19492
7b1f8b58
AZ
194932013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19494
19495 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19496 variable page size.
19497 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19498 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19499 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19500
a8fc7a03
AK
195012013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19502
19503 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19504
e4608715
CD
195052013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
19506 Andreas Schwab <schwab@suse.de>
19507 Roland McGrath <roland@hack.frob.com>
19508 Joseph Myers <joseph@codesourcery.com>
19509 Carlos O'Donell <carlos@redhat.com>
19510
19511 [BZ #15755]
19512 * config.h.in: Define HAVE_PT_CHOWN.
19513 * config.make.in (build-pt-chown): New variable.
19514 * configure.in (--enable-pt_chown): New configure option.
19515 * configure: Regenerate.
19516 * login/Makefile: Include Makeconfig. Build pt_chown only if
19517 build-pt-chown is enabled.
19518 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19519 pt_chown to fix pty ownership.
19520 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19521 CLOSE_ALL_FDS.
19522 * manual/install.texi (Configuring and compiling): Mention
19523 --enable-pt_chown. Add @findex for grantpt.
19524 * INSTALL: Regenerate.
19525
da2d62df
DM
195262013-07-20 David S. Miller <davem@davemloft.net>
19527
19528 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19529 difference between 32-bit and 64-bit.
19530
d7e06450
CD
195312013-07-15 Carlos O'Donell <carlos@redhat.com>
19532
19533 [BZ #15711]
19534 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19535 Avoid system header dependency with -ffreestanding.
19536 ($(objpfx)bits/syscall%d): Likewise.
19537
f959cfd7
DM
195382013-07-13 David S. Miller <davem@davemloft.net>
19539
19540 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19541 underflows from atanl/atan2l due to bug 15319.
19542 (casinh_test_data): Likewise.
19543
c61f8513
DM
195442013-07-07 David S. Miller <davem@davemloft.net>
19545
19546 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19547
72c90ed0
JA
195482013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
19549
19550 * sysdeps/i386/fpu/libm-test-ulps: Update.
19551 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19552
52dfbe13
SP
195532013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19554
19555 * configure.in (--enable-lock-elision): Fix message text.
19556 * INSTALL: Regenerate.
19557 * configure: Regenerate.
19558
3f169543
AZ
195592013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19560
19561 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19562
521c6785
AJ
195632013-07-03 Andreas Jaeger <aj@suse.de>
19564
19565 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19566 define.
19567 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19568 (ptrace_peeksiginfo_args): Add.
19569 (__ptrace_peeksiginfo_flags): Add.
19570 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19571 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19572 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19573
d2cc15cb
AM
195742013-07-03 Allan McRae <allan@archlinux.org>
19575
19576 * sysdeps/i386/fpu/libm-test-ulps: Update.
19577
3aaeeca7
DM
195782013-07-02 David S. Miller <davem@davemloft.net>
19579
19580 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19581
5314ed1a
MT
195822013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
19583
19584 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19585
67338156
JM
195862013-07-02 Joseph Myers <joseph@codesourcery.com>
19587
19588 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19589 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19590
1717da59
AK
195912013-07-02 Andi Kleen <ak@linux.intel.com>
19592
19593 * config.h.in (ENABLE_LOCK_ELISION): Add.
19594 * configure.in (--enable-lock-elision): Add option.
19595 * manual/install.texi: Document --enable lock elision.
19596 * configure: Regenerate
19597 * INSTALL: Regenerate.
19598
1c81621c
L
195992013-07-02 H.J. Lu <hongjiu.lu@intel.com>
19600
19601 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19602 SSE4.2 strcasecmp for libc.a.
19603 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19604
77f01ab5
JM
196052013-07-02 Joseph Myers <joseph@codesourcery.com>
19606
19607 [BZ #13304]
19608 * soft-fp/op-common.h (_FP_FMA): New macro.
19609 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19610 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
19611 (_FP_MUL_MEAT_1_imm): ... here.
19612 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
19613 (_FP_MUL_MEAT_1_wide): ... here.
19614 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
19615 (_FP_MUL_MEAT_1_hard): ... here.
19616 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19617 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
19618 (_FP_MUL_MEAT_2_wide): ... here.
19619 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
19620 (_FP_MUL_MEAT_2_wide_3mul): ... here.
19621 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
19622 (_FP_MUL_MEAT_2_gmp): ... here.
19623 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19624 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
19625 (_FP_MUL_MEAT_4_wide): ... here.
19626 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
19627 (_FP_MUL_MEAT_4_gmp): ... here.
19628 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19629 (_FP_WFRACBITS_DW_S): Likewise.
19630 (_FP_WFRACXBITS_DW_S): Likewise.
19631 (_FP_HIGHBIT_DW_S): Likewise.
19632 (FP_FMA_S): Likewise.
19633 (_FP_FRAC_HIGH_DW_S): Likewise.
19634 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19635 (_FP_WFRACBITS_DW_D): Likewise.
19636 (_FP_WFRACXBITS_DW_D): Likewise.
19637 (_FP_HIGHBIT_DW_D): Likewise.
19638 (FP_FMA_D): Likewise.
19639 (_FP_FRAC_HIGH_DW_D): Likewise.
19640 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19641 (_FP_WFRACBITS_DW_E): Likewise.
19642 (_FP_WFRACXBITS_DW_E): Likewise.
19643 (_FP_HIGHBIT_DW_E): Likewise.
19644 (FP_FMA_E): Likewise.
19645 (_FP_FRAC_HIGH_DW_E): Likewise.
19646 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19647 (_FP_WFRACBITS_DW_Q): Likewise.
19648 (_FP_WFRACXBITS_DW_Q): Likewise.
19649 (_FP_HIGHBIT_DW_Q): Likewise.
19650 (FP_FMA_Q): Likewise.
19651 (_FP_FRAC_HIGH_DW_Q): Likewise.
19652 * soft-fp/fmasf4.c: New file.
19653 * soft-fp/fmadf4.c: Likewise.
19654 * soft-fp/fmatf4.c: Likewise.
19655
6308fd9a
LD
196562013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19657
19658 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19659 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19660 Silvermont.
19661 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19662 macro.
19663 (index_Slow_SSE4_2): Likewise.
19664 (index_Prefer_PMINUB_for_stringop): Likewise.
19665 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19666 bit_Slow_SSE4_2 is set.
19667 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19668 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19669
89cd9569
RA
196702013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19671
19672 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19673 rtld_global._dl_hwcap2.
19674 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19675 POWER8.
19676 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19677 POWER8 feature descriptions defined in _dl_hwcap2.
19678 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19679 string handling for POWER8 feature bits.
19680 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19681 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19682 _dl_powerpc_cap_flags.
19683 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19684 * sysdeps/powerpc/rtld-global-offsets.sym
19685 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19686 _dl_hwcap2 in the rtld_global_ro structure.
19687
1ae8bfe0
RA
196882013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19689
19690 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19691 hardware capabilities in support of AT_HWCAP2.
19692 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19693 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19694 GLRO(dl_hwcap2).
19695 (_dl_show_auxv): Add support for calling _dl_procinfo to display
19696 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
19697 explicitly the unknown a_type display mechanism is used.
19698 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19699 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19700 struct member.
19701 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19702 to macro prototype for AT_HWCAP2 support.
19703 * sysdeps/i386/dl-procinfo.h: Likewise.
19704 * sysdeps/s390/dl-procinfo.h: Likewise.
19705 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19706 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
19707 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
19708 return -1 for unknown a_type display fallback.
19709 * sysdeps/sparc/dl-procinfo.h: Likewise.
19710 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19711 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19712
8fbec010
JM
197132013-06-28 Joseph Myers <joseph@codesourcery.com>
19714
19715 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19716 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19717
0432680e
PY
197182013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
19719
19720 [BZ #12492]
19721 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19722 mprotect making __stack_prot writable.
19723
ce61a2ad
NF
197242013-06-28 Nathan Froyd <froydnj@codesourcery.com>
19725 Joseph Myers <joseph@codesourcery.com>
19726
19727 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19728 as being properly aligned.
19729
f91f1c0f
MR
197302013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
19731
3d0f5d0c
MR
19732 * dlfcn/modstatic5.c: New file.
19733 * dlfcn/tststatic5.c: New file.
19734 * dlfcn/Makefile (tests): Add tststatic5.
19735 (tests-static): Likewise.
19736 (modules-names): Add modstatic5.
19737 (tststatic5-ENV): New variable.
19738 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19739
f91f1c0f
MR
19740 [BZ #15022]
19741 * elf/dl-support.c (_dl_main_map): New variable.
19742 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19743 (_dl_nns, _dl_load_adds): Set to 1.
19744 (_dl_initial_searchlist): Refer to _dl_main_map.
19745 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19746 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19747 call to _dl_get_origin.
19748 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19749 around call_map.
19750 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19751 * dlfcn/modstatic3.c: New file.
19752 * dlfcn/tststatic3.c: New file.
19753 * dlfcn/tststatic4.c: New file.
19754 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19755 (tests-static): Likewise.
19756 (modules-names): Add modstatic3.
19757 (tststatic3-ENV, tststatic4-ENV): New variables.
19758 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19759 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19760
cbe7d24b
JM
197612013-06-26 Joseph Myers <joseph@codesourcery.com>
19762
19763 * configure.in (CC): Require GCC version 4.4 or later.
19764 * configure: Regenerated.
19765 * manual/install.texi (Tools for Compilation): Update GCC version
19766 requirement.
19767 * INSTALL: Regenerated.
19768
11b8a0e1
LD
197692013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19770
19771 [BZ #15674]
bb5bb87c
L
19772 * string/test-memcmp.c (check2): New.
19773 (main): Call check2.
19774
11b8a0e1
LD
19775 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19776
b0037103
MR
197772013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
19778
19779 [BZ #15022]
19780 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19781 over to...
19782 (dl_open_worker) [!SHARED]: ... here.
19783
c18c701d
RA
197842013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19785
19786 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19787
1d17fa5f
RH
197882013-06-25 Richard Henderson <rth@redhat.com>
19789
19790 * locale/programs/locarchive.c: Include <libc-internal.h>
19791
8fcb833a
JM
197922013-06-25 Joseph Myers <joseph@codesourcery.com>
19793
19794 * manual/texinfo.tex: Update to version 2013-06-21.17, with
19795 trailing whitespace removed.
19796
17db6e8d
MF
197972013-06-24 Mike Frysinger <vapier@gentoo.org>
19798
19799 [BZ #10283]
17db6e8d
MF
19800 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19801 * locale/programs/locarchive.c: Include libc-mmap.h.
19802 (prepare_address_space): Take two new outputs (the mmap base and len).
19803 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
19804 values.
19805 (create_archive): Declare new mmap base and len values for
19806 prepare_address_space, and store the result in ah.
19807 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19808 (enlarge_archive): If ah->mmap_base is not NULL, use that and
19809 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19810 Declare new mmap base and len values for
19811 prepare_address_space, and store the result in new_ah.
19812 (open_archive): Declare new mmap base and len values for
19813 prepare_address_space, and store the result in ah.
19814 (close_archive): If ah->mmap_base is not NULL, use that and
19815 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19816 * sysdeps/generic/libc-mmap.h: New file.
19817
d605071e
MF
198182013-06-24 Mike Frysinger <vapier@gentoo.org>
19819
19820 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19821 (ALIGN_UP): Likewise.
19822 (PTR_ALIGN_DOWN): Likewise.
19823 (PTR_ALIGN_UP): Likewise.
19824
2f063a6e
RA
198252013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19826
19827 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19828 entry mapped to PPC_PLATFORM_POWER8.
19829 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19830 POWER8.
19831 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19832 (_dl_string_platform): Add case for exporting platform position for
19833 POWER8.
19834 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19835 search path to sysdeps/powerpc/powerpc32/power8 directory.
19836 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19837 search path to sysdeps/powerpc/powerpc64/power8 directory.
19838 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19839 power7 directories.
19840 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19841 power7 directories.
19842
a31ee4b3
SP
198432013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
19844
a74ca98f
SP
19845 * INSTALL: Regenerate.
19846
a31ee4b3
SP
19847 * nscd/connections.c (nscd_init): Fix comment.
19848
695c378f
JM
198492013-06-22 Joseph Myers <joseph@codesourcery.com>
19850
d8412221
JM
19851 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19852
695c378f
JM
19853 [BZ #15667]
19854 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19855 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19856
d1d54715
MR
198572013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19858
19859 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19860 DL_DST_REQ_STATIC.
19861 (DL_DST_REQ_STATIC): Remove macro.
19862
8fdda7af
JM
198632013-06-21 Joseph Myers <joseph@codesourcery.com>
19864
19865 [BZ #7006]
19866 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19867 with a shift of 0 bits.
19868
f3bc5e5a
MR
198692013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19870
19871 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19872 $(tststatic-ENV).
19873
be09e8c9
KK
198742013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19875
19876 [BZ #15655]
19877 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19878
85c2e611
AZ
198792013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19880
19881 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19882 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19883 accepts -fno-tree-loop-distribute-patterns.
19884 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19885 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19886 recursive call.
19887 * string/memset.c (memset): Likewise.
19888 * string/test-memmove.c (simple_memmove): Disable loop transformation
19889 to library calls.
19890 * string/test-memset.c (simple_memset): Likewise.
19891 * benchtests/bench-memmove.c (simple_memmove): Likewise.
19892 * benchtests/bench-memset.c (simple_memset): Likewise.
19893 * configure: Regenerated.
19894
c91e0825
JM
198952013-06-20 Joseph Myers <joseph@codesourcery.com>
19896
b8c792af
JM
19897 * math/test-misc.c (main): Ignore fesetround failure when failures
19898 of subsequent rounding tests would be ignored.
19899
c91e0825
JM
19900 [BZ #15654]
19901 * math/fedisblxcpt.c (fedisableexcept): Return 0.
19902 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19903 * math/fegetenv.c (__fegetenv): Return 0.
19904 * math/fegetexcept.c (fegetexcept): Return 0.
19905 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19906 FE_TONEAREST.
19907 * math/feholdexcpt.c (feholdexcept): Return 0.
19908 * math/fesetenv.c (__fesetenv): Return 0.
19909 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19910 argument FE_TONEAREST.
19911 * math/feupdateenv.c (__feupdateenv): Return 0.
19912 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19913
bfcacbde
RM
199142013-06-18 Roland McGrath <roland@hack.frob.com>
19915
19916 * elf/rtld-Rules (rtld-compile-command.S): New variable.
19917 (rtld-compile-command.s, rtld-compile-command.c): New variables.
19918 ($(objpfx)rtld-%.os rules): Use them.
19919
e55a9b25
AZ
199202013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19921
19922 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19923 fields.
19924
346d65b3
RM
199252013-06-17 Roland McGrath <roland@hack.frob.com>
19926
12086fb4
RM
19927 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19928 length of target pattern, then descending length of dependency pattern.
19929 * configure.in (AWK): Require gawk 3.1.2 or newer.
19930 * manual/install.texi (Tools for Compilation): Say that we do.
19931 * configure: Regenerated.
19932
346d65b3
RM
19933 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19934 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19935 * scripts/sysd-rules.awk: ... this new script.
19936 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19937 than a glob-style pattern.
19938
1a846317
JM
199392013-06-17 Joseph Myers <joseph@codesourcery.com>
19940
19941 * math/test-misc.c (main): Do not treat incorrectly rounded
19942 conversions as failure unless ROUNDING_TESTS passes.
19943
8fc75e6f
JM
199442013-06-15 Joseph Myers <joseph@codesourcery.com>
19945
3711a167
JM
19946 [BZ #15631]
19947 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19948 restore exception state around main square root computation, then
19949 check for inexactness explicitly.
19950
8fc75e6f
JM
19951 * math/libm-test.inc (fma_test_data): Add another test.
19952
61dd6208
SP
199532013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
19954
adf23d2c
SP
19955 * manual/threads.texi (Non-POSIX Extensions): New document
19956 node. Document pthread_getattr_default_np and
19957 pthread_setattr_default_np.
19958
61dd6208
SP
19959 * Versions.def (libpthread): Add GLIBC_2.18.
19960 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19962 Likewise.
19963 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19964 Likewise.
19965 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19966 Likewise.
19967 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19968 Likewise.
19969 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19970 Likewise.
19971 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19972 Likewise.
19973 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19974 Likewise.
19975 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19976 Likewise.
19977 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19978 Likewise.
19979
d086fc7b
LD
199802013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19981
19982 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19983 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19984
747ef469
SP
199852013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
19986 H.J. Lu <hjl.tools@gmail.com>
19987
19988 [BZ #15627]
19989 * sysdeps/x86_64/rtld-memset.c: Remove file.
19990 * sysdeps/x86_64/rtld-memset.S: New file.
19991
1b2feed2
JM
199922013-06-14 Joseph Myers <joseph@codesourcery.com>
19993
19994 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19995 (test_in_one_mode): Take arguments for whether the rounding mode
19996 is supported for each floating-point type.
19997 (do_test): Pass new arguments to test_in_one_mode using
19998 ROUNDING_TESTS.
19999
a58ad3f8
RM
200002013-06-13 Roland McGrath <roland@hack.frob.com>
20001
20002 * posix/tst-waitid.c (do_test): Distinguish different instances of
20003 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
20004 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
20005 before entering the kernel for waitpid.
20006
c204ab28
SP
200072013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
20008
20009 * NEWS: Fix note on clock function precision. Text by Roland
20010 McGrath.
20011
f4a29fba
RM
200122013-06-13 Roland McGrath <roland@hack.frob.com>
20013
20014 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
20015 it into place only when and if the sanity check passes.
20016
1f24b9ad
JM
200172013-06-13 Joseph Myers <joseph@codesourcery.com>
20018
20019 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
20020 output for whether conversion result is exact. Take argument
20021 indicating whether type is IBM long double.
20022 (round_for_all): Change need_exact field to ibm_ld.
20023 * stdlib/tst-strtod-round.c (struct exactness): New type.
20024 (struct test): Change bool ld_ok field to struct exactness exact.
20025 (TEST): Update all definitions for change to field.
20026 (tests): Regenerate array contents.
20027 (test_in_one_mode): Take pointer to new field instead of old ld_ok
20028 field value. Check for IBM long double here.
20029 (do_test): Update calls to test_in_one_mode.
20030
58206c68
SP
200312013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
20032
20033 [BZ #12515]
20034 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
20035 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
20036
2d6f4c5b 200372013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
20038
20039 [BZ #15605]
20040 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
20041 generated by the compiler on loop optimizations.
20042 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
20043 general definitions.
20044
94f2c076
JM
200452013-06-12 Joseph Myers <joseph@codesourcery.com>
20046
20047 * math/bug-nextafter.c: Include <math-tests.h>.
20048 (main): Only test for exceptions if EXCEPTION_TESTS is true for
20049 the relevant type.
20050 * math/bug-nexttoward.c: Include <math-tests.h>.
20051 (main): Only test for exceptions if EXCEPTION_TESTS is true for
20052 the relevant type.
20053 * math/test-misc.c: Include <math-tests.h>.
20054 (main): Only test for exceptions if EXCEPTION_TESTS is true for
20055 the relevant type.
20056
e0e50a0a
AJ
200572013-06-12 Andreas Jaeger <aj@suse.de>
20058
20059 * po/ia.po: Update Interlingua translation from translation
20060 project.
20061
25061094
SP
200622013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
20063
20064 * include/fenv.h: Include stdbool.h.
20065 (struct rm_ctx): New structure.
20066 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
20067 Define macro.
20068 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
20069 (SET_RESTORE_ROUNDF): Likewise.
20070 (SET_RESTORE_ROUNDL): Likewise.
20071 (SET_RESTORE_ROUND_NOEX): Likewise.
20072 (SET_RESTORE_ROUND_NOEXF): Likewise.
20073 (SET_RESTORE_ROUND_NOEXL): Likewise.
20074 (SET_RESTORE_ROUND_53BIT): Likewise.
20075 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
20076 (libc_feresetround_noexf_ctx): Likewise.
20077 (libc_feresetround_noexl_ctx): Likewise.
20078 (libc_feholdsetround_53bit_ctx): Likewise.
20079 (libc_feresetround_53bit_ctx): Likewise.
20080 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
20081 (libc_feholdexcept_setround_sse_ctx): New function.
20082 (libc_fesetenv_sse_ctx): Likewise.
20083 (libc_feupdateenv_sse_ctx): Likewise.
20084 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
20085 (libc_feholdexcept_setround_387_ctx): Likewise.
20086 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
20087 (libc_feholdsetround_387_prec_ctx): Likewise.
20088 (libc_feholdsetround_387_ctx): Likewise.
20089 (libc_feholdsetround_387_53bit_ctx): Likewise.
20090 (libc_feholdsetround_sse_ctx): Likewise.
20091 (libc_feresetround_sse_ctx): Likewise.
20092 (libc_feresetround_387_ctx): Likewise.
20093 (libc_feupdateenv_387_ctx): Likewise.
20094 (libc_feholdexcept_setroundf_ctx): Define macro.
20095 (libc_fesetenvf_ctx): Likewise.
20096 (libc_feupdateenvf_ctx): Likewise.
20097 (libc_feholdsetroundf_ctx): Likewise.
20098 (libc_feresetroundf_ctx): Likewise.
20099 (libc_feholdexcept_setround_ctx): Likewise.
20100 (libc_fesetenv_ctx): Likewise.
20101 (libc_feupdateenv_ctx): Likewise.
20102 (libc_feholdsetround_ctx): Likewise.
20103 (libc_feresetround_ctx): Likewise.
20104 (libc_feholdexcept_setroundl_ctx): Likewise.
20105 (libc_feupdateenvl_ctx): Likewise.
20106 (libc_feholdsetroundl_ctx): Likewise.
20107 (libc_feresetroundl_ctx): Likewise.
20108 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
20109 (libc_feresetround_53bit_ctx): Likewise.
20110
59b30555
SP
201112013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20112
20113 * locale/iso-639.def: Convert to UTF-8.
20114
f1d73d30
JM
201152013-06-11 Joseph Myers <joseph@codesourcery.com>
20116
20117 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
20118 (EXCEPTION_TESTS_double): Likewise.
20119 (EXCEPTION_TESTS_long_double): Likewise.
20120 (EXCEPTION_TESTS): Likewise.
20121 * math/libm-test.inc (test_exceptions): Only test exceptions if
20122 EXCEPTION_TESTS (FLOAT).
20123
94aca5e7
SP
201242013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20125
20126 * benchtests/Makefile (string-bench): Add strcpy_chk and
20127 stpcpy_chk.
20128 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
20129 * benchtests/bench-stpcpy_chk.c: New file.
20130 * benchtests/bench-strcpy_chk-ifunc.c: New file.
20131 * benchtests/bench-strcpy_chk.c: New file.
20132 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
20133 code.
20134 (do_test): Likewise.
20135
fac0c5f2
RA
201362013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
20137
20138 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
20139 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
20140 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
20141 with tabs where appropriate.
20142 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
20143 dl-procinfo.h.
20144 [PPC_PLATFORM_PPC440]: Likewise.
20145 [PPC_PLATFORM_PPC464]: Likewise.
20146 [PPC_PLATFORM_PPC476]: Likewise.
20147 (_dl_string_platform): Add support for detecting ppc405, ppc440,
20148 ppc464, and ppc476 platform strings merging from ports/
20149 dl-procinfo.h.
20150
f22bc486
AS
201512013-06-11 Andreas Schwab <schwab@suse.de>
20152
20153 [BZ #14991]
20154 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
20155 (from_ucs4_idx): Regenerate.
20156 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
20157 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
20158 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
20159 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
20160 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
20161 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
20162 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
20163 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
20164 from FROM_LOOP and TO_LOOP specific macros.
20165 (BODY): Handle combining characters.
20166 * iconvdata/BIG5HKSCS.irreversible: Update.
20167 * iconvdata/BIG5HKSCS.precomposed: New file.
20168 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
20169 characters.
20170 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
20171
c1f75dc3
SP
201722013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20173
4eacded2
SP
20174 * include/sys/time.h: Fix indentation and add copyright header.
20175
fec799f8
SP
20176 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
20177 (do_test): Likewise.
20178 * string/test-memchr.c (do_one_test): Likewise.
20179 (do_test): Likewise.
20180 * string/test-memcmp.c (do_one_test): Likewise.
20181 (do_test): Likewise.
20182 * string/test-memcpy.c (do_one_test): Likewise.
20183 (do_test): Likewise.
20184 * string/test-memmem.c (do_one_test): Likewise.
20185 (do_test): Likewise.
20186 (do_random_tests): Likewise.
20187 * string/test-memmove.c (do_one_test): Likewise.
20188 (do_test): Likewise.
20189 * string/test-memset.c (do_one_test): Likewise.
20190 (do_test): Likewise.
20191 * string/test-rawmemchr.c (do_one_test): Likewise.
20192 (do_test): Likewise.
20193 * string/test-strcasecmp.c (do_one_test): Likewise.
20194 (do_test): Likewise.
20195 * string/test-strcasestr.c (do_one_test): Likewise.
20196 (do_test): Likewise.
20197 * string/test-strcat.c (do_one_test): Likewise.
20198 (do_test): Likewise.
20199 * string/test-strchr.c (do_one_test): Likewise.
20200 (do_test): Likewise.
20201 * string/test-strcmp.c (do_one_test): Likewise.
20202 (do_test): Likewise.
20203 * string/test-strcpy.c (do_one_test): Likewise.
20204 (do_test): Likewise.
20205 * string/test-string.h: Likewise.
20206 (test_init): Likewise.
20207 * string/test-strlen.c (do_one_test): Likewise.
20208 (do_test): Likewise.
20209 * string/test-strncasecmp.c (do_one_test): Likewise.
20210 (do_test): Likewise.
20211 * string/test-strncat.c (do_one_test): Likewise.
20212 (do_test): Likewise.
20213 * string/test-strncmp.c (do_one_test): Likewise.
20214 (do_test_limit): Likewise.
20215 (do_test): Likewise.
20216 * string/test-strncpy.c (do_one_test): Likewise.
20217 (do_test): Likewise.
20218 * string/test-strnlen.c (do_one_test): Likewise.
20219 (do_test): Likewise.
20220 * string/test-strpbrk.c (do_one_test): Likewise.
20221 (do_test): Likewise.
20222 * string/test-strrchr.c (do_one_test): Likewise.
20223 (do_test): Likewise.
20224 * string/test-strspn.c (do_one_test): Likewise.
20225 (do_test): Likewise.
20226 * string/test-strstr.c (do_one_test): Likewise.
20227 (do_test): Likewise.
20228
97020474
SP
20229 * benchtests/Makefile (string-bench): Add string benchmarks.
20230 * benchtests/bench-bcopy-ifunc.c: New file.
20231 * benchtests/bench-bcopy.c: New file.
20232 * benchtests/bench-bzero-ifunc.c: New file.
20233 * benchtests/bench-bzero.c: New file.
20234 * benchtests/bench-memccpy-ifunc.c: New file.
20235 * benchtests/bench-memccpy.c: New file.
20236 * benchtests/bench-memchr-ifunc.c: New file.
20237 * benchtests/bench-memchr.c: New file.
20238 * benchtests/bench-memcmp-ifunc.c: New file.
20239 * benchtests/bench-memcmp.c: New file.
20240 * benchtests/bench-memmem-ifunc.c: New file.
20241 * benchtests/bench-memmem.c: New file.
20242 * benchtests/bench-memmove-ifunc.c: New file.
20243 * benchtests/bench-memmove.c: New file.
20244 * benchtests/bench-mempcpy-ifunc.c: New file.
20245 * benchtests/bench-mempcpy.c: New file.
20246 * benchtests/bench-memset-ifunc.c: New file.
20247 * benchtests/bench-memset.c: New file.
20248 * benchtests/bench-rawmemchr-ifunc.c: New file.
20249 * benchtests/bench-rawmemchr.c: New file.
20250 * benchtests/bench-stpcpy-ifunc.c: New file.
20251 * benchtests/bench-stpcpy.c: New file.
20252 * benchtests/bench-stpncpy-ifunc.c: New file.
20253 * benchtests/bench-stpncpy.c: New file.
20254 * benchtests/bench-strcasecmp-ifunc.c: New file.
20255 * benchtests/bench-strcasecmp.c: New file.
20256 * benchtests/bench-strcasestr-ifunc.c: New file.
20257 * benchtests/bench-strcasestr.c: New file.
20258 * benchtests/bench-strcat-ifunc.c: New file.
20259 * benchtests/bench-strcat.c: New file.
20260 * benchtests/bench-strchr-ifunc.c: New file.
20261 * benchtests/bench-strchr.c: New file.
20262 * benchtests/bench-strchrnul-ifunc.c: New file.
20263 * benchtests/bench-strchrnul.c: New file.
20264 * benchtests/bench-strcmp-ifunc.c: New file.
20265 * benchtests/bench-strcmp.c: New file.
20266 * benchtests/bench-strcpy-ifunc.c: New file.
20267 * benchtests/bench-strcpy.c: New file.
20268 * benchtests/bench-strcspn-ifunc.c: New file.
20269 * benchtests/bench-strcspn.c: New file.
20270 * benchtests/bench-strlen-ifunc.c: New file.
20271 * benchtests/bench-strlen.c: New file.
20272 * benchtests/bench-strncasecmp-ifunc.c: New file.
20273 * benchtests/bench-strncasecmp.c: New file.
20274 * benchtests/bench-strncat-ifunc.c: New file.
20275 * benchtests/bench-strncat.c: New file.
20276 * benchtests/bench-strncmp-ifunc.c: New file.
20277 * benchtests/bench-strncmp.c: New file.
20278 * benchtests/bench-strncpy-ifunc.c: New file.
20279 * benchtests/bench-strncpy.c: New file.
20280 * benchtests/bench-strnlen-ifunc.c: New file.
20281 * benchtests/bench-strnlen.c: New file.
20282 * benchtests/bench-strpbrk-ifunc.c: New file.
20283 * benchtests/bench-strpbrk.c: New file.
20284 * benchtests/bench-strrchr-ifunc.c: New file.
20285 * benchtests/bench-strrchr.c: New file.
20286 * benchtests/bench-strspn-ifunc.c: New file.
20287 * benchtests/bench-strspn.c: New file.
20288 * benchtests/bench-strstr-ifunc.c: New file.
20289 * benchtests/bench-strstr.c: New file.
20290
c1f75dc3
SP
20291 * benchtests/Makefile: Disable parallel execution of targets.
20292 (string-bench): Add memcpy.
20293 (benchset): New variable to store a list of benchmark sets.
20294 (bench-func): Renamed from bench.
20295 (bench-set): New target.
20296 (bench): Depend on bench-func and bench-set.
20297 * benchtests/README: Add section on benchmark sets.
20298 * benchtests/bench-memcpy-ifunc.c: New file.
20299 * benchtests/bench-memcpy.c: New file.
20300 * benchtests/bench-string.h: New file.
20301
50fd745b
AS
203022013-06-11 Andreas Schwab <schwab@suse.de>
20303
20304 [BZ #15577]
20305 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
20306 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
20307 values in the triple.
20308 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
20309 terminator in the group key.
20310
3ee7e9fe
AJ
203112013-06-11 Andreas Jaeger <aj@suse.de>
20312
20313 * po/zh_TW.po: Update Chinese (traditional) translation from
20314 translation project.
20315
89fb6835
SP
203162013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20317
20318 * include/time.h (__clock_gettime): Add libc_hidden_proto.
20319 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
20320 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
20321 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20322 (clock_getcpuclockid): Likewise.
20323 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
20324 Add weak_alias and libc_hidden_def.
20325 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
20326 * rt/clock_gettime.c (clock_gettime): Rename to
20327 __clock_gettime. Add weak_alias and libc_hidden_def.
20328 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
20329 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
20330 __clock_nanosleep. Add weak_alias and libc_hidden_def.
20331 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
20332 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
20333 Likewise.
20334 * rt/clock_settime.c (clock_settime): Rename to
20335 __clock_settime. Add weak_alias and libc_hidden_def.
20336 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
20337
0efa6f8b
JM
203382013-06-10 Joseph Myers <joseph@codesourcery.com>
20339
b8c61b4b
JM
20340 * mach/err_boot.sub: Remove trailing whitespace.
20341 * mach/err_ipc.sub: Likewise.
20342 * mach/err_mach.sub: Likewise.
20343
0efa6f8b
JM
20344 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
20345 (ROUNDING_TESTS_double): Likewise.
20346 (ROUNDING_TESTS_long_double): Likewise.
20347 (ROUNDING_TESTS): Likewise.
20348 * math/libm-test.inc: Include <math-tests.h>.
20349 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
20350 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20351 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20352 (IF_ROUND_INIT_FE_UPWARD): Likewise.
20353
50b818bf
SP
203542013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
20355
20356 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
20357 of assigning.
20358
60d2f8f3
JM
203592013-06-08 Joseph Myers <joseph@codesourcery.com>
20360
4902d2c3
JM
20361 * sysdeps/gnu/errlist.awk: Do not generate space at end of
20362 otherwise empty TRANS lines.
20363 * sysdeps/gnu/errlist.c: Regenerated.
20364
60d2f8f3
JM
20365 * catgets/gencat.c (error_print): Use (void) in function
20366 definition.
20367 * crypt/crypt_util.c (__init_des): Likewise.
20368 * crypt/speeds.c (Stop): Likewise.
20369 (main): Likewise.
20370 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
20371 * inet/ruserpass.c (token): Likewise.
20372 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
20373 * intl/localealias.c (extend_alias_table): Likewise.
20374 * intl/plural-exp.c (init_germanic_plural): Likewise.
20375 * libio/fcloseall.c (__fcloseall): Likewise.
20376 * libio/genops.c (_IO_flush_all): Likewise.
20377 (_IO_flush_all_linebuffered): Likewise.
20378 (_IO_cleanup): Likewise.
20379 (_IO_iter_begin): Likewise.
20380 (_IO_iter_end): Likewise.
20381 (_IO_list_lock): Likewise.
20382 (_IO_list_unlock): Likewise.
20383 (_IO_list_resetlock): Likewise.
20384 * libio/getchar.c (getchar): Likewise.
20385 * libio/getchar_u.c (getchar_unlocked): Likewise.
20386 * libio/getwchar.c (getwchar): Likewise.
20387 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
20388 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
20389 * login/getpt.c (__getpt): Likewise.
20390 * login/tst-utmp.c (main): Likewise.
20391 * malloc/hooks.c (__malloc_check_init): Likewise.
20392 * malloc/malloc.c (__malloc_stats): Likewise.
20393 * malloc/mtrace.c (tr_break): Likewise.
20394 (mtrace): Likewise.
20395 (muntrace): Likewise.
20396 * misc/fstab.c (endfsent): Likewise.
20397 * misc/getclktck.c (__getclktck): Likewise.
20398 * misc/getdtsz.c (__getdtablesize): Likewise.
20399 * misc/gethostid.c (gethostid): Likewise.
20400 * misc/getpagesize.c (__getpagesize): Likewise.
20401 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
20402 (__get_nprocs): Likewise.
20403 (__get_phys_pages): Likewise.
20404 (__get_avphys_pages): Likewise.
20405 * misc/getttyent.c (getttyent): Likewise.
20406 (setttyent): Likewise.
20407 (endttyent): Likewise.
20408 * misc/getusershell.c (getusershell): Likewise.
20409 (endusershell): Likewise.
20410 (setusershell): Likewise.
20411 (initshells): Likewise.
20412 * misc/hsearch.c (__hdestroy): Likewise.
20413 * misc/sync.c (sync): Likewise.
20414 * misc/syslog.c (closelog_internal): Likewise.
20415 (closelog): Likewise.
20416 * misc/ttyslot.c (ttyslot): Likewise.
20417 * misc/vhangup.c (vhangup): Likewise.
20418 * posix/fork.c (__fork): Likewise.
20419 * posix/getegid.c (__getegid): Likewise.
20420 * posix/geteuid.c (__geteuid): Likewise.
20421 * posix/getgid.c (__getgid): Likewise.
20422 * posix/getpid.c (__getpid): Likewise.
20423 * posix/getppid.c (__getppid): Likewise.
20424 * posix/getuid.c (__getuid): Likewise.
20425 * posix/pause.c (pause): Likewise.
20426 * posix/setpgrp.c (setpgrp): Likewise.
20427 * posix/setsid.c (__setsid): Likewise.
20428 * posix/test-vfork.c (noop): Likewise.
20429 * resolv/gethnamaddr.c (_endhtent): Likewise.
20430 (_gethtent): Likewise.
20431 (ht_endhostent): Likewise.
20432 (gethostent): Likewise.
20433 (dns_service): Likewise.
20434 * stdlib/drand48.c (drand48): Likewise.
20435 * stdlib/lrand48.c (lrand48): Likewise.
20436 * stdlib/mrand48.c (mrand48): Likewise.
20437 * stdlib/rand.c (rand): Likewise.
20438 * stdlib/random.c (__random): Likewise.
20439 * stdlib/setenv.c (clearenv): Likewise.
20440 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20441 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20442 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20443 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20444 (__get_nprocs): Likewise.
20445 (__get_phys_pages): Likewise.
20446 (__get_avphys_pages): Likewise.
20447 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20448 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20449 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20450 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20451 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20452 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20453 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20454 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20455 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20456 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20457 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20458 * sysdeps/mach/hurd/sync.c (sync): Likewise.
20459 * sysdeps/posix/clock.c (clock): Likewise.
20460 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20461 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20462 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20463 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20464 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20465 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20466 (__get_nprocs_conf): Likewise.
20467 (__get_phys_pages): Likewise.
20468 (__get_avphys_pages): Likewise.
20469 * time/clock.c (clock): Likewise.
20470 * time/tzset.c (__tzname_max): Likewise.
20471
2e09a79a
JM
204722013-06-07 Joseph Myers <joseph@codesourcery.com>
20473
20474 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20475 (__bswap_32): Do not use "register".
20476 * crypt/crypt.c (_ufc_doit_r): Likewise.
20477 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20478 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20479 * gmon/gmon.c (__monstartup): Likewise.
20480 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20481 * hurd/hurdmalloc.c (more_memory): Likewise.
20482 (malloc): Likewise.
20483 (free): Likewise.
20484 (realloc): Likewise.
20485 (malloc_fork_prepare): Likewise.
20486 (malloc_fork_parent): Likewise.
20487 (malloc_fork_child): Likewise.
20488 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20489 (_svcauth_des): Likewise.
20490 * inet/inet_lnaof.c (inet_lnaof): Likewise.
20491 * inet/inet_net.c (inet_network): Likewise.
20492 * inet/inet_netof.c (inet_netof): Likewise.
20493 * inet/rcmd.c (__validuser2_sa): Likewise.
20494 * io/fts.c (fts_open): Likewise.
20495 (fts_load): Likewise.
20496 (fts_close): Likewise.
20497 (fts_read): Likewise.
20498 (fts_children): Likewise.
20499 (fts_build): Likewise.
20500 (fts_stat): Likewise.
20501 (fts_sort): Likewise.
20502 (fts_alloc): Likewise.
20503 (fts_lfree): Likewise.
20504 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20505 (_IO_file_xsgetn): Likewise.
20506 (_IO_file_xsgetn_mmap): Likewise.
20507 * libio/iofopncook.c (_IO_cookie_read): Likewise.
20508 (_IO_cookie_write): Likewise.
20509 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20510 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20511 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20512 * malloc/obstack.c (_obstack_begin): Likewise.
20513 (_obstack_begin_1): Likewise.
20514 (_obstack_newchunk): Likewise.
20515 (_obstack_allocated_p): Likewise.
20516 (obstack_free): Likewise.
20517 (_obstack_memory_used): Likewise.
20518 * misc/getttyent.c (getttynam): Likewise.
20519 (getttyent): Likewise.
20520 (skip): Likewise.
20521 (value): Likewise.
20522 * misc/getusershell.c (initshells): Likewise.
20523 * misc/syslog.c (__vsyslog_chk): Likewise.
20524 * misc/ttyslot.c (ttyslot): Likewise.
20525 * nis/nis_hash.c (__nis_hash): Likewise.
20526 * posix/fnmatch_loop.c (FCT): Likewise.
20527 * posix/getconf.c (print_all): Likewise.
20528 (main): Likewise.
20529 * posix/getopt.c (exchange): Likewise.
20530 * posix/glob.c (globfree): Likewise.
20531 (prefix_array): Likewise.
20532 (__glob_pattern_type): Likewise.
20533 * resolv/arpa/nameser.h (NS_GET16): Likewise.
20534 (NS_GET32): Likewise.
20535 (NS_PUT16): Likewise.
20536 (NS_PUT32): Likewise.
20537 * resolv/gethnamaddr.c (getanswer): Likewise.
20538 (gethostbyname2): Likewise.
20539 (gethostbyaddr): Likewise.
20540 (_gethtent): Likewise.
20541 (_gethtbyname2): Likewise.
20542 (_gethtbyaddr): Likewise.
20543 * resolv/ns_print.c (dst_s_get_int16): Likewise.
20544 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20545 * resolv/res_init.c (__res_vinit): Likewise.
20546 (net_mask): Likewise.
20547 * resolv/res_mkquery.c (outchar): Likewise.
20548 (PRINT): Likewise.
20549 * stdio-common/printf_fp.c (outchar): Likewise.
20550 (PRINT): Likewise.
20551 * stdio-common/printf_fphex.c (outchar): Likewise.
20552 (PRINT): Likewise.
20553 * stdio-common/printf_size.c (outchar): Likewise.
20554 (PRINT): Likewise.
20555 * stdio-common/test_rdwr.c (main): Likewise.
20556 * stdio-common/tfformat.c (matches): Likewise.
20557 * stdio-common/vfprintf.c (outchar): Likewise.
20558 (printf_unknown): Likewise.
20559 (buffered_vfprintf): Likewise.
20560 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20561 * stdio-common/xbug.c (AppendToBuffer): Likewise.
20562 (ReadFile): Likewise.
20563 * stdlib/qsort.c (SWAP): Likewise.
20564 (_quicksort): Likewise.
20565 * stdlib/setenv.c (__add_to_environ): Likewise.
20566 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20567 * stdlib/strtol_l.c (__strtol_l): Likewise.
20568 * stdlib/tst-strtod.c (main): Likewise.
20569 * stdlib/tst-strtol.c (main): Likewise.
20570 * stdlib/tst-strtoll.c (main): Likewise.
20571 * string/bits/string2.h (__strcmp_cc): Likewise.
20572 (__strcmp_cg): Likewise.
20573 (__strcspn_c1): Likewise.
20574 (__strcspn_c2): Likewise.
20575 (__strcspn_c3): Likewise.
20576 (__strspn_c1): Likewise.
20577 (__strspn_c2): Likewise.
20578 (__strspn_c3): Likewise.
20579 (__strsep_1c): Likewise.
20580 (__strsep_2c): Likewise.
20581 (__strsep_3c): Likewise.
20582 * string/memccpy.c (__memccpy): Likewise.
20583 * string/stpcpy.c (__stpcpy): Likewise.
20584 * string/strcmp.c (strcmp): Likewise.
20585 * string/strrchr.c (strrchr): Likewise.
20586 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20587 Likewise.
20588 * sysdeps/mach/hurd/getcwd.c
20589 (_hurd_canonicalize_directory_name_internal): Likewise.
20590 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20591 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20592 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20593 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20594 Likewise, in both definitions.
20595 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20596 definitions.
20597 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20598 64] (__bswap_64): Likewise.
20599 * time/test_time.c (main): Likewise.
20600 * time/tzfile.c (__tzfile_read): Likewise.
20601 (__tzfile_compute): Likewise.
20602 * time/tzset.c (__tzset_parse_tz): Likewise.
20603 (tzset_internal): Likewise.
20604 (compute_change): Likewise.
20605 * wcsmbs/wcscat.c (__wcscat): Likewise.
20606 * wcsmbs/wcschr.c (wcschr): Likewise.
20607 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20608 * wcsmbs/wcscspn.c (wcscspn): Likewise.
20609 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20610 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20611 * wcsmbs/wcsspn.c (wcsspn): Likewise.
20612 * wcsmbs/wcsstr.c (wcsstr): Likewise.
20613 * wcsmbs/wmemchr.c (wmemchr): Likewise.
20614 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20615 * wcsmbs/wmemset.c (wmemset): Likewise.
20616
9e54314b
JM
206172013-06-06 Joseph Myers <joseph@codesourcery.com>
20618
20619 * scripts/config.guess: Update to version 2013-05-16.
20620 * scripts/config.sub: Update to version 2013-04-24.
20621 * scripts/install-sh: Update to version 2011-11-20.07.
20622 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20623 * scripts/move-if-change: Update to version 2012-01-06 07:23.
20624
350635a5
OB
206252013-06-06 Ondřej Bílka <neleai@seznam.cz>
20626
20627 * debug/fgetws_u_chk.c: Fix leading whitespaces.
20628 * elf/sln.c: Likewise.
20629 * hurd/hurd/ioctl.h: Likewise.
20630 * hurd/hurdmalloc.c: Likewise.
20631 * hurd/xattr.c: Likewise.
20632 * include/shlib-compat.h: Likewise.
20633 * inet/ruserpass.c: Likewise.
20634 * libio/iofgets_u.c: Likewise.
20635 * libio/iofgetws_u.c: Likewise.
20636 * locale/programs/ld-identification.c: Likewise.
20637 * locale/programs/ld-time.c: Likewise.
20638 * mach/msg-destroy.c: Likewise.
20639 * nss/nss_files/files-netgrp.c: Likewise.
20640 * resolv/res_data.c: Likewise.
20641 * soft-fp/op-1.h: Likewise.
20642 * soft-fp/op-2.h: Likewise.
20643 * soft-fp/op-4.h: Likewise.
20644 * soft-fp/op-common.h: Likewise.
20645 * stdio-common/printf_fphex.c: Likewise.
20646 * stdlib/strtod_l.c: Likewise.
20647 * sunrpc/rpc/clnt.h: Likewise.
20648 * sysdeps/generic/framestate.c: Likewise.
20649 * sysdeps/i386/bsd-_setjmp.S: Likewise.
20650 * sysdeps/i386/bsd-setjmp.S: Likewise.
20651 * sysdeps/i386/__longjmp.S: Likewise.
20652 * sysdeps/i386/setjmp.S: Likewise.
20653 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20654 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20655 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20656 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20657 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20658 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20659 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20660 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20661 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20662 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20663 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20664 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20665 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20666 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20667 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20668 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20669 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20670 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20671 * sysdeps/ieee754/support.c: Likewise.
20672 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20673 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20674 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20675 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20676 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20677 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20678 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20679 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20680 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20681 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20682 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20683 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20684 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20685 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20686 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20687 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20688 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20690
44a988af
OB
206912013-06-05 Ondřej Bílka <neleai@seznam.cz>
20692
25506f09 20693 * posix/transbug.c: Remove executable mode.
44a988af 20694
9c84384c
JM
206952013-06-05 Joseph Myers <joseph@codesourcery.com>
20696
20697 * crypt/speeds.c: Remove trailing whitespace.
20698 * dlfcn/default.c: Likewise.
20699 * elf/ifuncdep2.c: Likewise.
20700 * elf/ifuncmain1.c: Likewise.
20701 * elf/ifuncmain1vis.c: Likewise.
20702 * elf/testobj.h: Likewise.
20703 * elf/tst-stackguard1.c: Likewise.
20704 * gmon/sys/gmon.h: Likewise.
20705 * hurd/hurdmsg.c: Likewise.
20706 * hurd/new-fd.c: Likewise.
20707 * hurd/ports-get.c: Likewise.
20708 * iconvdata/ibm1008_420.c: Likewise.
20709 * inet/tst-getni1.c: Likewise.
20710 * inet/tst-getni2.c: Likewise.
20711 * libio/ioungetc.c: Likewise.
20712 * libio/wfiledoalloc.c: Likewise.
20713 * manual/libm-err-tab.pl: Likewise.
20714 * math/w_dremf.c: Likewise.
20715 * misc/ftruncate.c: Likewise.
20716 * posix/bug-glob2.c: Likewise.
20717 * posix/tst-pcre.c: Likewise.
20718 * posix/wait4.c: Likewise.
20719 * resolv/README: Likewise.
20720 * resolv/res_debug.h: Likewise.
20721 * resolv/tst-inet_ntop.c: Likewise.
20722 * setjmp/bug269-setjmp.c: Likewise.
20723 * soft-fp/extended.h: Likewise.
20724 * soft-fp/op-1.h: Likewise.
20725 * soft-fp/op-2.h: Likewise.
20726 * soft-fp/op-4.h: Likewise.
20727 * soft-fp/op-8.h: Likewise.
20728 * soft-fp/testit.c: Likewise.
20729 * stdio-common/bug16.c: Likewise.
20730 * stdlib/random.c: Likewise.
20731 * sunrpc/rpcsvc/rquota.x: Likewise.
20732 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20733 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20734 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20735 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20736 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20737 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20738 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20739 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20740 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20741 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20742 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20743 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20744 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20745 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20746 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20747 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20748 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20749 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20750 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20751 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20752 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20753 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20754 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20755 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20756 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20757 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20758 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20759 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20760 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20761 * sysdeps/ieee754/s_lib_version.c: Likewise.
20762 * sysdeps/mach/hurd/check_fds.c: Likewise.
20763 * sysdeps/mach/hurd/getsockname.c: Likewise.
20764 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20765 * sysdeps/mach/hurd/recvfrom.c: Likewise.
20766 * sysdeps/powerpc/bits/link.h: Likewise.
20767 * sysdeps/powerpc/dl-procinfo.c: Likewise.
20768 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20769 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20770 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20771 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20772 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20773 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20774 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20775 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20776 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20777 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20778 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20779 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20780 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20781 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20782 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20783 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20784 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20785 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20786 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20787 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20788 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20789 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20790 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20791 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20792 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20793 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20794 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20795 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20796 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20797 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20798 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20799 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20800 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20801 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20802 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20803 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20804 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20805 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20806 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20807 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20808 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20809 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20810 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20811 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20812 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20813 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20814 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20815 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20816 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20817 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20818 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20819 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20820 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20821 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20822 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20823 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20824 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20825 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20826 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20827 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20828 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20829 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20830 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20831 * sysdeps/powerpc/sysdep.h: Likewise.
20832 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20833 * sysdeps/s390/s390-64/sub_n.S: Likewise.
20834 * sysdeps/sh/dl-trampoline.S: Likewise.
20835 * sysdeps/sh/memset.S: Likewise.
20836 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20837 * sysdeps/sh/strlen.S: Likewise.
20838 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20839 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20840 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20841 * sysdeps/sparc/sparc32/rem.S: Likewise.
20842 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20843 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20844 * sysdeps/sparc/sparc32/strchr.S: Likewise.
20845 * sysdeps/sparc/sparc32/udiv.S: Likewise.
20846 * sysdeps/sparc/sparc32/urem.S: Likewise.
20847 * sysdeps/sparc/sparc64/add_n.S: Likewise.
20848 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20849 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20850 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20851 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20852 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20853 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20854 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20855 * sysdeps/unix/bsd/times.c: Likewise.
20856 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20857 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20858 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20859 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20860 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20861 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20862 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20863 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20864 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20865 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20866 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20867 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20868 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20869 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20870 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20871 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20872 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20873 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20874 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20875 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20876 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20877 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20878 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20879 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20880 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20881 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20882 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20883 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20884 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20885 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20886 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20887 * sysdeps/x86_64/strcspn.S: Likewise.
20888
869378a5
RA
208892013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
20890
20891 * locale/C-translit.h: Revert #include <stdint.h> because this is a
20892 generated file. Regenerate properly from gen-translit.pl.
20893 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
20894 locale/C-translit.h.
20895
840e2943
AS
208962013-06-05 Andreas Schwab <schwab@suse.de>
20897
20898 [BZ #15100]
20899 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20900 week as 6 instead of -1.
20901 * time/tst-strptime.c (day_tests): Add test case.
20902
4c60cb0c
SP
209032013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
20904
20905 * sysdeps/generic/math_private.h
20906 (libc_feholdexcept_setround_53bit): Replace with
20907 libc_feholdsetround_53bit.
20908 (libc_feupdateenv_53bit): Replace with
20909 libc_feresetround_53bit.
20910 (SET_RESTORE_ROUND_53BIT): Adjust.
20911
d180203e
SP
209122013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
20913
96df079a
SP
20914 * string/test-strchrnul.c: Add copyright header.
20915
d180203e
SP
20916 * posix/tst-getaddrinfo4.c: Increase test timeout.
20917
8b0ccb2d
CD
209182013-06-03 Carlos O'Donell <carlos@redhat.com>
20919
20920 [BZ #15536]
20921 * math/libm-test.inc (MAX_EXP): Remove
20922 (MIN_EXP): Define.
20923 (ulp): Use MIN_EXP - MANT_DIG.
20924 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20925
3b3c4d40
CD
209262013-05-31 Carlos O'Donell <carlos@redhat.com>
20927
20928 * po/be.po: Revert last change.
20929 * po/zh_CN.po: Likewise.
20930 * po/header.pot: Likewise.
20931
fab7ce3f
JM
209322013-05-31 Joseph Myers <joseph@codesourcery.com>
20933
20934 * Makefile ($(common-objpfx)linkobj/libc.so): Define
20935 link-libc-deps to empty as target-specific variable.
20936 * Makerules (link-libc-args): New variable.
20937 (libc-for-link): Likewise.
20938 (link-libc-deps): Likewise.
20939 (lib%.so): Depend on $(link-libc-deps). Link with
20940 $(link-libc-args).
20941 (build-module): Link with $(link-libc-args).
20942 (build-module-asneeded): Likewise.
20943 (build-module-helper-objlist): Filter out $(link-libc-deps) from
20944 list of objects.
20945 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20946 target-specific variable.
20947 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20948 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20949 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20950 libc.
20951 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20952 libc and ld.so.
20953 ($(objpfx)libpcprofile.so): Likewise.
20954 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20955 libc_nonshared.a.
20956 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20957 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20958 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20959 $(link-libc-deps).
20960 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20961 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20962 * login/Makefile ($(objpfx)libutil.so): Likewise.
20963 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20964 * math/Makefile ($(objpfx)libm.so): Likewise.
20965 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20966 $(objpfx)libnsl.so): Define libc-for-link as target-specific
20967 variable instead of depending directly on libc.
20968 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20969 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20970 $(link-libc-deps).
20971 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20972 libc.
20973 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20974 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20975 ($(objpfx)libanl.so): Likewise.
20976 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20977 ld.so.
20978 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20979 $(link-libc-deps).
20980 * sysdeps/i386/fpu/Makefile: Remove file.
20981 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20982 ($(objpfx)libm.so): Remove dependency on ld.so.
20983
eca5920c
PF
209842013-05-30 Patsy Franklin <pfrankli@redhat.com>
20985
20986 [BZ # 15553]
20987 * nis/yp_xdr.c (XDRMAXNAME): Define.
20988 (XDRMAXRECORD): Define.
20989 (xdr_domainname): Use XDRMAXNAME.
20990 (xdr_mapname): Likewise.
20991 (xdr_peername): Likewise.
20992 (xdr_keydat): Use XDRMAXRECORD.
20993 (xdr_valdat): Likewise.
20994
209952013-05-30 Jeff Law <law@redhat.com>
96945714
JL
20996
20997 [BZ #14256]
20998 * manual/errno.texi (ESTALE): Update to account for more than
20999 just NFS file systems.
21000 * sysdeps/gnu/errlist.c: Regenerated.
21001
b9375348
SP
210022013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
21003
21004 [BZ #15465]
21005 * elf/Makefile (tests): Add tst-null-argv.
21006 (modules-names): Add tst-null-argv-lib.
21007 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
21008 (tst-null-argv-ENV): Set environment for tst-null-argv.
21009 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
21010 (RTLD_PROGNAME): New macro.
21011 * elf/tst-null-argv.c: New test case.
21012 * elf/tst-null-argv-lib.c: Library for test case.
21013 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
21014 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
21015 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
21016 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
21017 * elf/dl-init.c (call_init): Likewise.
21018 (_dl_init): Likewise.
21019 * elf/dl-load.c (print_search_path): Likewise.
21020 (_dl_map_object): Likewise.
21021 * elf/dl-lookup.c (do_lookup_x): Likewise.
21022 (add_dependency): Likewise.
21023 (_dl_lookup_symbol_x): Likewise.
21024 (_dl_debug_bindings): Likewise.
21025 * elf/dl-open.c (_dl_show_scope): Likewise.
21026 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
21027 * elf/dl-version.c (match_symbol): Likewise.
21028 (_dl_check_map_versions): Likewise.
21029 * elf/rtld.c (dl_main): Likewise.
21030 (print_unresolved): Use RTLD_PROGNAME.
21031 (print_missing_version): Likewise.
21032 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
21033 (elf_machine_rela): Likewise.
21034 * sysdeps/powerpc/powerpc32/dl-machine.c
21035 (__process_machine_rela): Likewise.
21036 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
21037 Likewise.
21038 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
21039 Likewise.
21040 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
21041 Likewise.
21042 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
21043 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
21044 Likewise.
21045 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
21046 Likewise.
21047 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
21048
8a9f20c8
CD
210492013-05-28 Carlos O'Donell <carlos@redhat.com>
21050
21051 * po/be.po: Add descriptive title.
21052 * po/zh_CN.po: Likewise.
21053 * po/header.pot: Likewise.
21054
0e60d68e
MF
210552013-05-28 Mike Frysinger <vapier@gentoo.org>
21056
21057 * locale/programs/locarchive.c (create_archive): Inlucde fname in
21058 error message.
21059 (enlarge_archive): Likewise.
21060
56b672e9
BN
210612013-05-28 Ben North <ben@redfrontdoor.org>
21062
21063 * manual/arith.texi (frexp): It is the magnitude of the return
21064 value which lies in [0.5, 1), not the return value itself.
21065
5e056687
AZ
210662013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21067
21068 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21069
2b66ef5d
TS
210702013-05-26 Thomas Schwinge <thomas@codesourcery.com>
21071
528c2405
TS
21072 * stdio-common/bug26.c (main): Correct fscanf template.
21073
07b4c13d
TS
21074 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
21075 declare _dl_skip_args.
21076
ec9dd97c
TS
21077 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
21078 Don't declare.
21079
2b66ef5d
TS
21080 * manual/platform.texi: Add missing @end deftypefun.
21081
4f8dfe27
JM
210822013-05-24 Joseph Myers <joseph@codesourcery.com>
21083
0323d086
JM
21084 [BZ #15529]
21085 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
21086 bit of mantissa of 2^16382.
21087 * math/libm-test.inc (hypot_test_data): Add more tests.
21088
dd4259b9
JM
21089 * math/libm-test.inc: Add drem and pow10 to list of tested
21090 functions.
21091 (pow10_test): New function.
21092 (drem_test): Likewise.
21093 (drem_test_tonearest): Likewise.
21094 (drem_test_towardzero): Likewise.
21095 (drem_test_downward): Likewise.
21096 (drem_test_upward): Likewise.
21097 (main): Call the new functions.
21098
4f8dfe27
JM
21099 * math/libm-test.inc (finite_test_data): Remove.
21100 (finite_test): Run tests from isfinite_test_data.
21101 (gamma_test_data): Remove.
21102 (gamma_test): Run tests from lgamma_test_data.
21103 * sysdeps/i386/fpu/libm-test-ulps: Update.
21104 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21105
d116b7c4
AZ
211062013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21107
21108 * manual/platform.texi: Add PowerPC PPR function set documentation.
21109 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
21110 implementation.
21111
e96e3767
CD
211122013-05-24 Carlos O'Donell <carlos@redhat.com>
21113
21114 * math/libm-test.inc (MAX_EXP): Define.
21115 (ULPDIFF): Define.
21116 (ulp): New function.
21117 (check_float_internal): Use ULPDIFF.
21118 (cpow_test): Disable failing test.
21119 (check_ulp): Test ulp() implemetnation.
21120 (main): Call check_ulp before starting tests.
21121
b679a606
JM
211222013-05-24 Joseph Myers <joseph@codesourcery.com>
21123
e8bdba36
JM
21124 * math/gen-libm-test.pl (generate_testfile): Do not handle
21125 START_DATA and END_DATA.
21126 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
21127 END_DATA.
21128 (acos_tonearest_test_data): Likewise.
21129 (acos_towardzero_test_data): Likewise.
21130 (acos_downward_test_data): Likewise.
21131 (acos_upward_test_data): Likewise.
21132 (acosh_test_data): Likewise.
21133 (asin_test_data): Likewise.
21134 (asin_tonearest_test_data): Likewise.
21135 (asin_towardzero_test_data): Likewise.
21136 (asin_downward_test_data): Likewise.
21137 (asin_upward_test_data): Likewise.
21138 (asinh_test_data): Likewise.
21139 (atan_test_data): Likewise.
21140 (atanh_test_data): Likewise.
21141 (atan2_test_data): Likewise.
21142 (cabs_test_data): Likewise.
21143 (cacos_test_data): Likewise.
21144 (cacosh_test_data): Likewise.
21145 (carg_test_data): Likewise.
21146 (casin_test_data): Likewise.
21147 (casinh_test_data): Likewise.
21148 (catan_test_data): Likewise.
21149 (catanh_test_data): Likewise.
21150 (cbrt_test_data): Likewise.
21151 (ccos_test_data): Likewise.
21152 (ccosh_test_data): Likewise.
21153 (ceil_test_data): Likewise.
21154 (cexp_test_data): Likewise.
21155 (cimag_test_data): Likewise.
21156 (clog_test_data): Likewise.
21157 (clog10_test_data): Likewise.
21158 (conj_test_data): Likewise.
21159 (copysign_test_data): Likewise.
21160 (cos_test_data): Likewise.
21161 (cos_tonearest_test_data): Likewise.
21162 (cos_towardzero_test_data): Likewise.
21163 (cos_downward_test_data): Likewise.
21164 (cos_upward_test_data): Likewise.
21165 (cosh_test_data): Likewise.
21166 (cosh_tonearest_test_data): Likewise.
21167 (cosh_towardzero_test_data): Likewise.
21168 (cosh_downward_test_data): Likewise.
21169 (cosh_upward_test_data): Likewise.
21170 (cpow_test_data): Likewise.
21171 (cproj_test_data): Likewise.
21172 (creal_test_data): Likewise.
21173 (csin_test_data): Likewise.
21174 (csinh_test_data): Likewise.
21175 (csqrt_test_data): Likewise.
21176 (ctan_test_data): Likewise.
21177 (ctan_tonearest_test_data): Likewise.
21178 (ctan_towardzero_test_data): Likewise.
21179 (ctan_downward_test_data): Likewise.
21180 (ctan_upward_test_data): Likewise.
21181 (ctanh_test_data): Likewise.
21182 (ctanh_tonearest_test_data): Likewise.
21183 (ctanh_towardzero_test_data): Likewise.
21184 (ctanh_downward_test_data): Likewise.
21185 (ctanh_upward_test_data): Likewise.
21186 (erf_test_data): Likewise.
21187 (erfc_test_data): Likewise.
21188 (exp_test_data): Likewise.
21189 (exp_tonearest_test_data): Likewise.
21190 (exp_towardzero_test_data): Likewise.
21191 (exp_downward_test_data): Likewise.
21192 (exp_upward_test_data): Likewise.
21193 (exp10_test_data): Likewise.
21194 (exp2_test_data): Likewise.
21195 (expm1_test_data): Likewise.
21196 (fabs_test_data): Likewise.
21197 (fdim_test_data): Likewise.
21198 (finite_test_data): Likewise.
21199 (floor_test_data): Likewise.
21200 (fma_test_data): Likewise.
21201 (fma_towardzero_test_data): Likewise.
21202 (fma_downward_test_data): Likewise.
21203 (fma_upward_test_data): Likewise.
21204 (fmax_test_data): Likewise.
21205 (fmin_test_data): Likewise.
21206 (fmod_test_data): Likewise.
21207 (fpclassify_test_data): Likewise.
21208 (frexp_test_data): Likewise.
21209 (gamma_test_data): Likewise.
21210 (hypot_test_data): Likewise.
21211 (ilogb_test_data): Likewise.
21212 (isfinite_test_data): Likewise.
21213 (isgreater_test_data): Likewise.
21214 (isgreaterequal_test_data): Likewise.
21215 (isinf_test_data): Likewise.
21216 (isless_test_data): Likewise.
21217 (islessequal_test_data): Likewise.
21218 (islessgreater_test_data): Likewise.
21219 (isnan_test_data): Likewise.
21220 (isnormal_test_data): Likewise.
21221 (issignaling_test_data): Likewise.
21222 (isunordered_test_data): Likewise.
21223 (j0_test_data): Likewise.
21224 (j1_test_data): Likewise.
21225 (jn_test_data): Likewise.
21226 (ldexp_test_data): Likewise.
21227 (lgamma_test_data): Likewise.
21228 (lrint_test_data): Likewise.
21229 (lrint_tonearest_test_data): Likewise.
21230 (lrint_towardzero_test_data): Likewise.
21231 (lrint_downward_test_data): Likewise.
21232 (lrint_upward_test_data): Likewise.
21233 (llrint_test_data): Likewise.
21234 (llrint_tonearest_test_data): Likewise.
21235 (llrint_towardzero_test_data): Likewise.
21236 (llrint_downward_test_data): Likewise.
21237 (llrint_upward_test_data): Likewise.
21238 (log_test_data): Likewise.
21239 (log10_test_data): Likewise.
21240 (log1p_test_data): Likewise.
21241 (log2_test_data): Likewise.
21242 (logb_test_data): Likewise.
21243 (logb_downward_test_data): Likewise.
21244 (lround_test_data): Likewise.
21245 (llround_test_data): Likewise.
21246 (modf_test_data): Likewise.
21247 (nearbyint_test_data): Likewise.
21248 (nextafter_test_data): Likewise.
21249 (nexttoward_test_data): Likewise.
21250 (pow_test_data): Likewise.
21251 (pow_tonearest_test_data): Likewise.
21252 (pow_towardzero_test_data): Likewise.
21253 (pow_downward_test_data): Likewise.
21254 (pow_upward_test_data): Likewise.
21255 (remainder_test_data): Likewise.
21256 (remainder_tonearest_test_data): Likewise.
21257 (remainder_towardzero_test_data): Likewise.
21258 (remainder_downward_test_data): Likewise.
21259 (remainder_upward_test_data): Likewise.
21260 (remquo_test_data): Likewise.
21261 (rint_test_data): Likewise.
21262 (rint_tonearest_test_data): Likewise.
21263 (rint_towardzero_test_data): Likewise.
21264 (rint_downward_test_data): Likewise.
21265 (rint_upward_test_data): Likewise.
21266 (round_test_data): Likewise.
21267 (scalb_test_data): Likewise.
21268 (scalbn_test_data): Likewise.
21269 (scalbln_test_data): Likewise.
21270 (signbit_test_data): Likewise.
21271 (sin_test_data): Likewise.
21272 (sin_tonearest_test_data): Likewise.
21273 (sin_towardzero_test_data): Likewise.
21274 (sin_downward_test_data): Likewise.
21275 (sin_upward_test_data): Likewise.
21276 (sincos_test_data): Likewise.
21277 (sinh_test_data): Likewise.
21278 (sinh_tonearest_test_data): Likewise.
21279 (sinh_towardzero_test_data): Likewise.
21280 (sinh_downward_test_data): Likewise.
21281 (sinh_upward_test_data): Likewise.
21282 (sqrt_test_data): Likewise.
21283 (tan_test_data): Likewise.
21284 (tan_tonearest_test_data): Likewise.
21285 (tan_towardzero_test_data): Likewise.
21286 (tan_downward_test_data): Likewise.
21287 (tan_upward_test_data): Likewise.
21288 (tanh_test_data): Likewise.
21289 (tgamma_test_data): Likewise.
21290 (trunc_test_data): Likewise.
21291 (y0_test_data): Likewise.
21292 (y1_test_data): Likewise.
21293 (yn_test_data): Likewise.
21294 (significand_test_data): Likewise.
21295
b679a606
JM
21296 * math/gen-libm-test.pl (@functions): Remove variable.
21297 (generate_testfile): Don't handle START and END lines.
21298 * math/libm-test.inc (START): New macro.
21299 (END): Likewise.
21300 (END_COMPLEX): Likewise.
21301 (acos_test): Use END macro without arguments.
21302 (acos_test_tonearest): Likewise.
21303 (acos_test_towardzero): Likewise.
21304 (acos_test_downward): Likewise.
21305 (acos_test_upward): Likewise.
21306 (acosh_test): Likewise.
21307 (asin_test): Likewise.
21308 (asin_test_tonearest): Likewise.
21309 (asin_test_towardzero): Likewise.
21310 (asin_test_downward): Likewise.
21311 (asin_test_upward): Likewise.
21312 (asinh_test): Likewise.
21313 (atan_test): Likewise.
21314 (atanh_test): Likewise.
21315 (atan2_test): Likewise.
21316 (cabs_test): Likewise.
21317 (cacos_test): Use END_COMPLEX macro without arguments.
21318 (cacosh_test): Likewise.
21319 (carg_test): Use END macro without arguments.
21320 (casin_test): Use END_COMPLEX macro without arguments.
21321 (casinh_test): Likewise.
21322 (catan_test): Likewise.
21323 (catanh_test): Likewise.
21324 (cbrt_test): Use END macro without arguments.
21325 (ccos_test): Use END_COMPLEX macro without arguments.
21326 (ccosh_test): Likewise.
21327 (ceil_test): Use END macro without arguments.
21328 (cexp_test): Use END_COMPLEX macro without arguments.
21329 (cimag_test): Use END macro without arguments.
21330 (clog_test): Use END_COMPLEX macro without arguments.
21331 (clog10_test): Likewise.
21332 (conj_test): Likewise.
21333 (copysign_test): Use END macro without arguments.
21334 (cos_test): Likewise.
21335 (cos_test_tonearest): Likewise.
21336 (cos_test_towardzero): Likewise.
21337 (cos_test_downward): Likewise.
21338 (cos_test_upward): Likewise.
21339 (cosh_test): Likewise.
21340 (cosh_test_tonearest): Likewise.
21341 (cosh_test_towardzero): Likewise.
21342 (cosh_test_downward): Likewise.
21343 (cosh_test_upward): Likewise.
21344 (cpow_test): Use END_COMPLEX macro without arguments.
21345 (cproj_test): Likewise.
21346 (creal_test): Use END macro without arguments.
21347 (csin_test): Use END_COMPLEX macro without arguments.
21348 (csinh_test): Likewise.
21349 (csqrt_test): Likewise.
21350 (ctan_test): Likewise.
21351 (ctan_test_tonearest): Likewise.
21352 (ctan_test_towardzero): Likewise.
21353 (ctan_test_downward): Likewise.
21354 (ctan_test_upward): Likewise.
21355 (ctanh_test): Likewise.
21356 (ctanh_test_tonearest): Likewise.
21357 (ctanh_test_towardzero): Likewise.
21358 (ctanh_test_downward): Likewise.
21359 (ctanh_test_upward): Likewise.
21360 (erf_test): Use END macro without arguments.
21361 (erfc_test): Likewise.
21362 (exp_test): Likewise.
21363 (exp_test_tonearest): Likewise.
21364 (exp_test_towardzero): Likewise.
21365 (exp_test_downward): Likewise.
21366 (exp_test_upward): Likewise.
21367 (exp10_test): Likewise.
21368 (exp2_test): Likewise.
21369 (expm1_test): Likewise.
21370 (fabs_test): Likewise.
21371 (fdim_test): Likewise.
21372 (finite_test): Likewise.
21373 (floor_test): Likewise.
21374 (fma_test): Likewise.
21375 (fma_test_towardzero): Likewise.
21376 (fma_test_downward): Likewise.
21377 (fma_test_upward): Likewise.
21378 (fmax_test): Likewise.
21379 (fmin_test): Likewise.
21380 (fmod_test): Likewise.
21381 (fpclassify_test): Likewise.
21382 (frexp_test): Likewise.
21383 (gamma_test): Likewise.
21384 (hypot_test): Likewise.
21385 (ilogb_test): Likewise.
21386 (isfinite_test): Likewise.
21387 (isgreater_test): Likewise.
21388 (isgreaterequal_test): Likewise.
21389 (isinf_test): Likewise.
21390 (isless_test): Likewise.
21391 (islessequal_test): Likewise.
21392 (islessgreater_test): Likewise.
21393 (isnan_test): Likewise.
21394 (isnormal_test): Likewise.
21395 (issignaling_test): Likewise.
21396 (isunordered_test): Likewise.
21397 (j0_test): Likewise.
21398 (j1_test): Likewise.
21399 (jn_test): Likewise.
21400 (ldexp_test): Likewise.
21401 (lgamma_test): Likewise.
21402 (lrint_test): Likewise.
21403 (lrint_test_tonearest): Likewise.
21404 (lrint_test_towardzero): Likewise.
21405 (lrint_test_downward): Likewise.
21406 (lrint_test_upward): Likewise.
21407 (llrint_test): Likewise.
21408 (llrint_test_tonearest): Likewise.
21409 (llrint_test_towardzero): Likewise.
21410 (llrint_test_downward): Likewise.
21411 (llrint_test_upward): Likewise.
21412 (log_test): Likewise.
21413 (log10_test): Likewise.
21414 (log1p_test): Likewise.
21415 (log2_test): Likewise.
21416 (logb_test): Likewise.
21417 (logb_test_downward): Likewise.
21418 (lround_test): Likewise.
21419 (llround_test): Likewise.
21420 (modf_test): Likewise.
21421 (nearbyint_test): Likewise.
21422 (nextafter_test): Likewise.
21423 (nexttoward_test): Likewise.
21424 (pow_test): Likewise.
21425 (pow_test_tonearest): Likewise.
21426 (pow_test_towardzero): Likewise.
21427 (pow_test_downward): Likewise.
21428 (pow_test_upward): Likewise.
21429 (remainder_test): Likewise.
21430 (remainder_test_tonearest): Likewise.
21431 (remainder_test_towardzero): Likewise.
21432 (remainder_test_downward): Likewise.
21433 (remainder_test_upward): Likewise.
21434 (remquo_test): Likewise.
21435 (rint_test): Likewise.
21436 (rint_test_tonearest): Likewise.
21437 (rint_test_towardzero): Likewise.
21438 (rint_test_downward): Likewise.
21439 (rint_test_upward): Likewise.
21440 (round_test): Likewise.
21441 (scalb_test): Likewise.
21442 (scalbn_test): Likewise.
21443 (scalbln_test): Likewise.
21444 (signbit_test): Likewise.
21445 (sin_test): Likewise.
21446 (sin_test_tonearest): Likewise.
21447 (sin_test_towardzero): Likewise.
21448 (sin_test_downward): Likewise.
21449 (sin_test_upward): Likewise.
21450 (sincos_test): Likewise.
21451 (sinh_test): Likewise.
21452 (sinh_test_tonearest): Likewise.
21453 (sinh_test_towardzero): Likewise.
21454 (sinh_test_downward): Likewise.
21455 (sinh_test_upward): Likewise.
21456 (sqrt_test): Likewise.
21457 (tan_test): Likewise.
21458 (tan_test_tonearest): Likewise.
21459 (tan_test_towardzero): Likewise.
21460 (tan_test_downward): Likewise.
21461 (tan_test_upward): Likewise.
21462 (tanh_test): Likewise.
21463 (tgamma_test): Likewise.
21464 (trunc_test): Likewise.
21465 (y0_test): Likewise.
21466 (y1_test): Likewise.
21467 (yn_test): Likewise.
21468 (significand_test): Likewise.
21469
bae143d2
OB
214702013-05-24 Ondřej Bílka <neleai@seznam.cz>
21471
21472 [BZ #15381]
21473 * libio/genops.c (_IO_no_init): Initialize wide struct info.
21474
9323d39b
EM
214752013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
21476
d4ea44a0 21477 [BZ #14894]
9323d39b
EM
21478 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21479 __ppc_mdoio and __ppc_mdoom.
21480 * manual/platform.texi: Document new functions __ppc_yield,
21481 __ppc_mdoio and __ppc_mdoom.
21482
13e23af7
CD
214832013-05-22 Carlos O'Donell <carlos@redhat.com>
21484
21485 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21486 (main): Mention "tls" pseudo-hwcap is legacy.
21487 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21488
351fe550
JM
214892013-05-22 Joseph Myers <joseph@codesourcery.com>
21490
21491 * math/gen-libm-test.pl (parse_args): Output only string of
21492 arguments as text for test name, not full call or descriptions of
21493 tests for extra outputs.
21494 (generate_testfile): Do not pass function name to parse_args.
21495 Generate this_func variable from START.
21496 * math/libm-test.inc (struct test_f_f_data): Rename test_name
21497 field to arg_str.
21498 (struct test_ff_f_data): Likewise.
21499 (test_ff_f_data_nexttoward): Likewise.
21500 (struct test_fi_f_data): Likewise.
21501 (struct test_fl_f_data): Likewise.
21502 (struct test_if_f_data): Likewise.
21503 (struct test_fff_f_data): Likewise.
21504 (struct test_c_f_data): Likewise.
21505 (struct test_f_f1_data): Likewise. Remove field extra_name.
21506 (struct test_fF_f1_data): Likewise.
21507 (struct test_ffI_f1_data): Likewise.
21508 (struct test_c_c_data): Rename test_name field to arg_str.
21509 (struct test_cc_c_data): Likewise.
21510 (struct test_f_i_data): Likewise.
21511 (struct test_ff_i_data): Likewise.
21512 (struct test_f_l_data): Likewise.
21513 (struct test_f_L_data): Likewise.
21514 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
21515 and extra2_name.
21516 (COMMON_TEST_SETUP): New macro.
21517 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21518 (COMMON_TEST_CLEANUP): Likewise.
21519 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21520 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
21521 macros.
21522 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21523 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
21524 macros.
21525 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21526 (RUN_TEST_fff_f): Take argument string. Call new setup and
21527 cleanup macros.
21528 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21529 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
21530 macros.
21531 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21532 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
21533 macros.
21534 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21535 (RUN_TEST_fF_f1): Take argument string. Call new setup and
21536 cleanup macros.
21537 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21538 (RUN_TEST_fI_f1): Take argument string. Call new setup and
21539 cleanup macros.
21540 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21541 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
21542 cleanup macros.
21543 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21544 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
21545 macros.
21546 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21547 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
21548 macros.
21549 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21550 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
21551 macros.
21552 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21553 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
21554 cleanup macros.
21555 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21556 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
21557 cleanup macros.
21558 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21559 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
21560 macros.
21561 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21562 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
21563 cleanup macros.
21564 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21565 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
21566 macros.
21567 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21568 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
21569 macros.
21570 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21571 (RUN_TEST_fFF_11): Take argument string. Call new setup and
21572 cleanup macros.
21573 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21574
85118d4d
EBM
215752013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21576
21577 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21578 to _sifields.sigfault.
21579 (si_addr_lsb): Define new macro.
21580 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21581 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21582 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21583
7a44c18f
CD
215842013-05-03 Carlos O'Donell <carlos at redhat.com>
21585
21586 [BZ #15441]
21587 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21588 returns -1.
21589 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21590 null return -1.
21591 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21592 loading the domain.
21593
b50a7181
JM
215942013-05-22 Joseph Myers <joseph@codesourcery.com>
21595
21596 * math/gen-libm-test.pl (parse_args): Do not include expected
21597 result in test name.
21598 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21599 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21600 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21601 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21602 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21603 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21604
051063c8
SP
216052013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
21606
3ce9e010
SP
21607 * benchtests/Makefile: Sort function entries.
21608
051063c8
SP
21609 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21610 tanh, asinh, acosh, atanh.
21611 * benchtests/acos-inputs: New file.
21612 * benchtests/acosh-inputs: New file.
21613 * benchtests/asin-inputs: New file.
21614 * benchtests/asinh-inputs: New file.
21615 * benchtests/atanh-inputs: New file.
21616 * benchtests/cosh-inputs: New file.
21617 * benchtests/log-inputs: New file.
21618 * benchtests/sinh-inputs: New file.
21619 * benchtests/tanh-inputs: New file.
21620
47c22455
DL
216212013-05-21 Dmitry V. Levin <ldv@altlinux.org>
21622
21623 [BZ #15339]
21624 * posix/tst-getaddrinfo4.c: New test.
21625 * posix/Makefile (tests): Add it.
21626
3d04f5db
SP
216272013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21628
21629 [BZ #15339]
21630 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21631 when no services were used.
21632 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21633 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21634
d5dd6189
AS
216352013-05-21 Andreas Schwab <schwab@suse.de>
21636
21637 [BZ #15014]
21638 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21639 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21640 successful.
21641 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21642 redundant variable declarations and reallocation of buffer when
21643 parsing as IPv6 address. Always set NSS status when called from
21644 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
21645 buffer too small. Correct computation of needed size.
21646 * nss/Makefile (tests): Add test-digits-dots.
21647 * nss/test-digits-dots.c: New test.
21648
fef94eab
SP
216492013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21650
21651 * benchtests/Makefile: Remove instructions for adding
21652 benchmark tests.
21653 * benchtests/README: New file to explain how to execute and
21654 enhance the benchmark tests.
21655
e39adf43
AS
216562013-05-21 Andreas Schwab <schwab@suse.de>
21657
21658 [BZ #15493]
21659 * setjmp/Makefile (tests): Add tst-sigsetjmp.
21660 * setjmp/tst-sigsetjmp.c: New test.
21661
b2b671b6
OB
216622013-05-20 Ondřej Bílka <neleai@seznam.cz>
21663
21664 * sysdeps/x86_64/memset.S (memset): New implementation.
21665 (__bzero): Likewise.
21666 (__memset_tail): New function.
21667
2d48b41c
OB
216682013-05-20 Ondřej Bílka <neleai@seznam.cz>
21669
21670 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21671 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21672 __memcpy_sse2_unaligned ifunc selection.
21673 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21674 Add memcpy-sse2-unaligned.S.
21675 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21676 Add: __memcpy_sse2_unaligned.
21677
f16cc3eb
JM
216782013-05-19 Joseph Myers <joseph@codesourcery.com>
21679
3e694268
JM
21680 [BZ #15490]
21681 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21682 math_force_eval before restoring floating-point envrionment.
21683 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21684 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21685 Likewise.
21686 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21687 <math_private.h>.
21688 (__nearbyintl): Use math_force_eval before restoring
21689 floating-point environment.
21690 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21691
db62a907
JM
21692 * math/gen-libm-test.pl (special_functions): Remove.
21693 (parse_args): Don't handle TEST_extra. Handle functions with no
21694 return value.
21695 * math/libm-test.inc (struct test_sincos_data): Replace with
21696 struct test_fFF_11_data.
21697 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21698 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21699 (sincos_test_data): Change element type to struct
21700 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
21701 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21702 RUN_TEST_LOOP_sincos.
21703 * math/README.libm-test: Don't mention special handling of
21704 individual functions.
21705 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21706 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21707 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21708 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21709 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21710 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21711
f16cc3eb
JM
21712 * math/gen-libm-test.pl (get_variable): Remove function.
21713 (parse_args): Don't show pointer parameters to call in test
21714 names. Use "extra output N" in test names for extra outputs
21715 rather than naming variables.
21716
3779b5b6
JM
217172013-05-18 Joseph Myers <joseph@codesourcery.com>
21718
2ee094ff
JM
21719 [BZ #15488]
21720 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21721 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21722 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21723 double tests.
21724 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21725 disable.
21726 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21727 check_long_double.
21728
3779b5b6
JM
21729 * math/gen-libm-test.pl (@tests): Remove variable.
21730 ($count): Likewise.
21731 (new_test): Remove function.
21732 (show_exceptions): New function.
21733 (special_functions): Use show_exceptions instead of new_test.
21734 (parse_args): Likewise.
21735 (generate_testfile): Pass only function name in generated call to
21736 print_max_error or print_complex_max_error.
21737 (get_ulps): Do not handle complex tests specially.
21738 (output_test): Rename to ...
21739 (get_all_ulps_for_test): ... this. Return a string rather than
21740 printing to a file. Require ulps to be present.
21741 (output_ulps): Generate arrays rather than #defines.
21742 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21743 (struct ulp_data): New type.
21744 (BUILD_COMPLEX_ULP): Remove macro.
21745 (compare_ulp_data): New function.
21746 (find_ulps): Likewise.
21747 (find_test_ulps): Likewise.
21748 (find_function_ulps): Likewise.
21749 (find_complex_function_ulps): Likewise.
21750 (print_max_error): Determine allowed ulps using
21751 find_function_ulps.
21752 (print_complex_max_error): Determine allowed ulps using
21753 find_complex_function_ulps.
21754 (check_float_internal): Determine max ulps using find_test_ulps.
21755 (check_float): Do not take max_ulp parameter. Update call to
21756 check_float_internal.
21757 (check_complex): Likewise.
21758 (check_int): Do not take max_ulp parameter.
21759 (check_long): Likewise.
21760 (check_bool): Likewise.
21761 (check_longlong): Likewise.
21762 (struct test_f_f_data): Remove max_ulp field.
21763 (struct test_ff_f_data): Likewise.
21764 (struct test_ff_f_data_nexttoward): Likewise.
21765 (struct test_fi_f_data): Likewise.
21766 (struct test_fl_f_data): Likewise.
21767 (struct test_if_f_data): Likewise.
21768 (struct test_fff_f_data): Likewise.
21769 (struct test_c_f_data): Likewise.
21770 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21771 (struct test_fF_f1_data): Likewise.
21772 (struct test_ffI_f1_data): Likewise.
21773 (struct test_c_c_data): Remove max_ulp field.
21774 (struct test_cc_c_data): Likewise.
21775 (struct test_f_i_data): Likewise.
21776 (struct test_ff_i_data): Likewise.
21777 (struct test_f_l_data): Likewise.
21778 (struct test_f_L_data): Likewise.
21779 (struct test_sincos_data): Likewise.
21780 (RUN_TEST_f_f): Do not handle ulps.
21781 (RUN_TEST_LOOP_f_f): Likewise.
21782 (RUN_TEST_2_f): Likewise.
21783 (RUN_TEST_LOOP_2_f): Likewise.
21784 (RUN_TEST_fff_f): Likewise.
21785 (RUN_TEST_LOOP_fff_f): Likewise.
21786 (RUN_TEST_c_f): Likewise.
21787 (RUN_TEST_LOOP_c_f): Likewise.
21788 (RUN_TEST_f_f1): Likewise.
21789 (RUN_TEST_LOOP_f_f1): Likewise.
21790 (RUN_TEST_fF_f1): Likewise.
21791 (RUN_TEST_LOOP_fF_f1): Likewise.
21792 (RUN_TEST_fI_f1): Likewise.
21793 (RUN_TEST_LOOP_fI_f1): Likewise.
21794 (RUN_TEST_ffI_f1): Likewise.
21795 (RUN_TEST_LOOP_ffI_f1): Likewise.
21796 (RUN_TEST_c_c): Likewise.
21797 (RUN_TEST_LOOP_c_c): Likewise.
21798 (RUN_TEST_cc_c): Likewise.
21799 (RUN_TEST_LOOP_cc_c): Likewise.
21800 (RUN_TEST_f_i): Likewise.
21801 (RUN_TEST_LOOP_f_i): Likewise.
21802 (RUN_TEST_f_i_tg): Likewise.
21803 (RUN_TEST_LOOP_f_i_tg): Likewise.
21804 (RUN_TEST_ff_i_tg): Likewise.
21805 (RUN_TEST_LOOP_ff_i_tg): Likewise.
21806 (RUN_TEST_f_b): Likewise.
21807 (RUN_TEST_LOOP_f_b): Likewise.
21808 (RUN_TEST_f_b_tg): Likewise.
21809 (RUN_TEST_LOOP_f_b_tg): Likewise.
21810 (RUN_TEST_f_l): Likewise.
21811 (RUN_TEST_LOOP_f_l): Likewise.
21812 (RUN_TEST_f_L): Likewise.
21813 (RUN_TEST_LOOP_f_L): Likewise.
21814 (RUN_TEST_sincos): Likewise.
21815 (RUN_TEST_LOOP_sincos): Likewise.
21816
8269107f
JM
218172013-05-17 Joseph Myers <joseph@codesourcery.com>
21818
bb38759d
JM
21819 [BZ #15480]
21820 [BZ #15485]
21821 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21822 main case of finite arguments, set rounding mode to FE_TONEAREST
21823 and discard exceptions.
21824 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21825 exceptions.
21826 (remainder_tonearest_test_data): New variable.
21827 (remainder_test_tonearest): New function.
21828 (remainder_towardzero_test_data): New variable.
21829 (remainder_test_towardzero): New function.
21830 (remainder_downward_test_data): New variable.
21831 (remainder_test_downward): New function.
21832 (remainder_upward_test_data): New variable.
21833 (remainder_test_upward): New function.
21834 (main): Call the new test functions.
21835
a00bdcf0
JM
21836 * math/libm-test.inc (struct test_f_f1_data): Remove field
21837 extra_init.
21838 (struct test_fF_f1_data): Likewise.
21839 (struct test_ffI_f1_data): Likewise.
21840 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
21841 based on value of EXTRA_EXPECTED.
21842 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21843 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
21844 EXTRA_VAR based on value of EXTRA_EXPECTED.
21845 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21846 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
21847 EXTRA_VAR based on value of EXTRA_EXPECTED.
21848 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21849 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
21850 EXTRA_VAR based on value of EXTRA_EXPECTED.
21851 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21852 * math/gen-libm-test.pl (parse_args): Don't output initializers
21853 for extra output values.
21854
de407f79
JM
21855 * math/libm-test.inc (check_int): Expect result to be exactly
21856 equal to expected value and do not handle ulps.
21857 (check_long): Likewise.
21858 (check_longlong): Likewise.
21859
8269107f
JM
21860 * math/libm-test.inc (ceil_test_data): Test for "inexact"
21861 exceptions.
21862 (cimag_test_data): Likewise.
21863 (conj_test_data): Likewise.
21864 (copysign_test_data): Likewise.
21865 (cproj_test_data): Likewise.
21866 (creal_test_data): Likewise.
21867 (fabs_test_data): Likewise.
21868 (fdim_test_data): Likewise.
21869 (finite_test_data): Likewise.
21870 (floor_test_data): Likewise.
21871 (fmax_test_data): Likewise.
21872 (fmin_test_data): Likewise.
21873 (fmod_test_data): Likewise.
21874 (fpclassify_test_data): Likewise.
21875 (frexp_test_data): Likewise.
21876 (ilogb_test_data): Likewise.
21877 (isfinite_test_data): Likewise.
21878 (isgreater_test_data): Likewise.
21879 (isgreaterequal_test_data): Likewise.
21880 (isinf_test_data): Likewise.
21881 (isless_test_data): Likewise.
21882 (islessequal_test_data): Likewise.
21883 (islessgreater_test_data): Likewise.
21884 (isnan_test_data): Likewise.
21885 (isnormal_test_data): Likewise.
21886 (issignaling_test_data): Likewise.
21887 (isunordered_test_data): Likewise.
21888 (ldexp_test_data): Likewise.
21889 (lrint_test_data): Likewise.
21890 (lrint_test_data) [TEST_FLOAT]: Disable one test.
21891 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21892 (lrint_tonearest_test_data): Test for "inexact" exceptions.
21893 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21894 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21895 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21896 test input.
21897 (lrint_towardzero_test_data): Test for "inexact" exceptions.
21898 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21899 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21900 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21901 that test input.
21902 (lrint_downward_test_data): Test for "inexact" exceptions.
21903 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21904 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21905 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21906 test input.
21907 (lrint_upward_test_data): Test for "inexact" exceptions.
21908 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21909 test input.
21910 (llrint_test_data): Test for "inexact" exceptions.
21911 (llrint_test_data) [TEST_FLOAT]: Disable one test.
21912 (llrint_tonearest_test_data): Test for "inexact" exceptions.
21913 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21914 (llrint_towardzero_test_data): Test for "inexact" exceptions.
21915 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21916 (llrint_downward_test_data): Test for "inexact" exceptions.
21917 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21918 (llrint_upward_test_data): Test for "inexact" exceptions.
21919 (logb_test_data): Likewise.
21920 (logb_downward_test_data): Likewise.
21921 (nextafter_test_data): Likewise.
21922 (nexttoward_test_data): Likewise.
21923 (remainder_test_data): Likewise.
21924 (remquo_test_data): Likewise.
21925 (scalbn_test_data): Likewise.
21926 (scalbln_test_data): Likewise.
21927 (signbit_test_data): Likewise.
21928 (sqrt_test_data): Likewise.
21929 (significand_test_data): Likewise.
21930
48a18de1
SP
219312013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
21932
21933 [BZ #15424]
21934 * benchtests/bench-modf.c (struct args): Mark arg0 as
21935 volatile.
21936 * scripts/bench.pl: Mark members of struct args as volatile.
21937
13d3b41a
AZ
219382013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21939
68191c1d 21940 [BZ # 15497]
13d3b41a
AZ
21941 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21942 negative infinity on POWER6 or lower.
21943 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21944
2848b105
MR
219452013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
21946
21947 [BZ #15442]
21948 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21949 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21950 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21951 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21952 (_FP_SETQNAN): New macro.
21953 (_FP_SETQNAN_SEMIRAW): Likewise.
21954 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21955 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21956 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21957 (FP_EXTEND): Use _FP_FRAC_SNANP.
21958 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21959 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21960 into account.
21961 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21962 New macro.
21963 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21964 Likewise.
21965
323e5cb7
JM
219662013-05-16 Joseph Myers <joseph@codesourcery.com>
21967
c58b274f
JM
21968 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21969 with DIVIDE_BY_ZERO_EXCEPTION.
21970 (gamma_test_data): Likewise.
21971 (lgamma_test_data): Likewise.
21972 (log_test_data): Likewise.
21973 (log10_test_data): Likewise.
21974 (log2_test_data): Likewise.
21975 (tgamma_test_data): Likewise.
21976
0ab34904
JM
21977 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21978 (acos_test_tonearest): Likewise.
21979 (acos_test_towardzero): Likewise.
21980 (acos_test_downward): Likewise.
21981 (acos_test_upward): Likewise.
21982 (acosh_test): Likewise.
21983 (asin_test): Likewise.
21984 (asin_test_tonearest): Likewise.
21985 (asin_test_towardzero): Likewise.
21986 (asin_test_downward): Likewise.
21987 (asin_test_upward): Likewise.
21988 (asinh_test): Likewise.
21989 (atan_test): Likewise.
21990 (atanh_test): Likewise.
21991 (atan2_test): Likewise.
21992 (cabs_test): Likewise.
21993 (cacos_test): Likewise.
21994 (cacosh_test): Likewise.
21995 (casin_test): Likewise.
21996 (casinh_test): Likewise.
21997 (catan_test): Likewise.
21998 (catanh_test): Likewise.
21999 (cbrt_test): Likewise.
22000 (ccos_test): Likewise.
22001 (ccosh_test): Likewise.
22002 (cexp_test): Likewise.
22003 (clog_test): Likewise.
22004 (clog10_test): Likewise.
22005 (cos_test): Likewise.
22006 (cos_test_tonearest): Likewise.
22007 (cos_test_towardzero): Likewise.
22008 (cos_test_downward): Likewise.
22009 (cos_test_upward): Likewise.
22010 (cosh_test): Likewise.
22011 (cosh_test_tonearest): Likewise.
22012 (cosh_test_towardzero): Likewise.
22013 (cosh_test_downward): Likewise.
22014 (cosh_test_upward): Likewise.
22015 (cpow_test): Likewise.
22016 (csin_test): Likewise.
22017 (csinh_test): Likewise.
22018 (csqrt_test): Likewise.
22019 (ctan_test): Likewise.
22020 (ctan_test_tonearest): Likewise.
22021 (ctan_test_towardzero): Likewise.
22022 (ctan_test_downward): Likewise.
22023 (ctan_test_upward): Likewise.
22024 (ctanh_test): Likewise.
22025 (ctanh_test_tonearest): Likewise.
22026 (ctanh_test_towardzero): Likewise.
22027 (ctanh_test_downward): Likewise.
22028 (ctanh_test_upward): Likewise.
22029 (erf_test): Likewise.
22030 (erfc_test): Likewise.
22031 (exp_test): Likewise.
22032 (exp_test_tonearest): Likewise.
22033 (exp_test_towardzero): Likewise.
22034 (exp_test_downward): Likewise.
22035 (exp_test_upward): Likewise.
22036 (exp10_test): Likewise.
22037 (exp2_test): Likewise.
22038 (expm1_test): Likewise.
22039 (fmod_test): Likewise.
22040 (gamma_test): Likewise.
22041 (hypot_test): Likewise.
22042 (j0_test): Likewise.
22043 (j1_test): Likewise.
22044 (jn_test): Likewise.
22045 (lgamma_test): Likewise.
22046 (log_test): Likewise.
22047 (log10_test): Likewise.
22048 (log1p_test): Likewise.
22049 (log2_test): Likewise.
22050 (logb_test_downward): Likewise.
22051 (pow_test): Likewise.
22052 (pow_test_tonearest): Likewise.
22053 (pow_test_towardzero): Likewise.
22054 (pow_test_downward): Likewise.
22055 (pow_test_upward): Likewise.
22056 (remainder_test): Likewise.
22057 (remquo_test): Likewise.
22058 (sin_test): Likewise.
22059 (sin_test_tonearest): Likewise.
22060 (sin_test_towardzero): Likewise.
22061 (sin_test_downward): Likewise.
22062 (sin_test_upward): Likewise.
22063 (sincos_test): Likewise.
22064 (sinh_test): Likewise.
22065 (sinh_test_tonearest): Likewise.
22066 (sinh_test_towardzero): Likewise.
22067 (sinh_test_downward): Likewise.
22068 (sinh_test_upward): Likewise.
22069 (sqrt_test): Likewise.
22070 (tan_test): Likewise.
22071 (tan_test_tonearest): Likewise.
22072 (tan_test_towardzero): Likewise.
22073 (tan_test_downward): Likewise.
22074 (tan_test_upward): Likewise.
22075 (tanh_test): Likewise.
22076 (tgamma_test): Likewise.
22077 (y0_test): Likewise.
22078 (y1_test): Likewise.
22079 (yn_test): Likewise.
22080
323e5cb7
JM
22081 * math/gen-libm-test.pl (adjust_arg): Remove function.
22082 (special_function): Remove argument $in_func. Only handle
22083 generating output for tables of tests, not inside functions.
22084 (parse_args): Likewise.
22085 (generate_testfile): Remove variable $in_func. Update call to
22086 parse_args.
22087 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
22088 (MINUS_ZERO_INIT): Rename macro to minus_zero.
22089 (PLUS_INFTY_INIT): Rename macro to plus_infty.
22090 (MINUS_INFTY_INIT): Rename macro to minus_infty.
22091 (QNAN_VALUE_INIT): Rename macro to qnan_value.
22092 (MAX_VALUE_INIT): Rename macro to max_value.
22093 (MIN_VALUE_INIT): Rename macro to min_value.
22094 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
22095 (plus_zero): Remove variable.
22096 (minus_zero): Likewise.
22097 (plus_infty): Likewise.
22098 (minus_infty): Likewise.
22099 (qnan_value): Likewise.
22100 (max_value): Likewise.
22101 (min_value): Likewise.
22102 (min_subnorm_value): Likewise.
22103
e054f494
RA
221042013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22105
22106 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
22107 uint64_t or uint32_t usage.
22108 * crypt/sha256-block.c: Likewise.
22109 * crypt/sha256-crypt.c: Likewise.
22110 * crypt/sha256.c: Likewise.
22111 * crypt/sha512-block.c: Likewise.
22112 * crypt/sha512-crypt.c: Likewise.
22113 * crypt/sha512.c: Likewise.
22114 * debug/backtrace-tst.c: Likewise.
22115 * debug/pcprofiledump.c: Likewise.
22116 * elf/cache.c: Likewise.
22117 * elf/dl-cache.c: Likewise.
22118 * elf/dl-misc.c: Likewise.
22119 * elf/dl-profile.c: Likewise.
22120 * elf/dl-support.c: Likewise.
22121 * elf/ldconfig.c: Likewise.
22122 * elf/sprof.c: Likewise.
22123 * iconv/dummy-repertoire.c: Likewise.
22124 * iconv/iconv_charmap.c: Likewise.
22125 * iconv/skeleton.c: Likewise.
22126 * iconvdata/8bit-generic.c: Likewise.
22127 * iconvdata/cp737.h: Likewise.
22128 * iconvdata/cp775.h: Likewise.
22129 * iconvdata/ibm1008.h: Likewise.
22130 * iconvdata/ibm1025.h: Likewise.
22131 * iconvdata/ibm1046.h: Likewise.
22132 * iconvdata/ibm1097.h: Likewise.
22133 * iconvdata/ibm1112.h: Likewise.
22134 * iconvdata/ibm1122.h: Likewise.
22135 * iconvdata/ibm1123.h: Likewise.
22136 * iconvdata/ibm1124.h: Likewise.
22137 * iconvdata/ibm1129.h: Likewise.
22138 * iconvdata/ibm1130.h: Likewise.
22139 * iconvdata/ibm1132.h: Likewise.
22140 * iconvdata/ibm1133.h: Likewise.
22141 * iconvdata/ibm1137.h: Likewise.
22142 * iconvdata/ibm1140.h: Likewise.
22143 * iconvdata/ibm1141.h: Likewise.
22144 * iconvdata/ibm1142.h: Likewise.
22145 * iconvdata/ibm1143.h: Likewise.
22146 * iconvdata/ibm1144.h: Likewise.
22147 * iconvdata/ibm1145.h: Likewise.
22148 * iconvdata/ibm1146.h: Likewise.
22149 * iconvdata/ibm1147.h: Likewise.
22150 * iconvdata/ibm1148.h: Likewise.
22151 * iconvdata/ibm1149.h: Likewise.
22152 * iconvdata/ibm1153.h: Likewise.
22153 * iconvdata/ibm1154.h: Likewise.
22154 * iconvdata/ibm1155.h: Likewise.
22155 * iconvdata/ibm1156.h: Likewise.
22156 * iconvdata/ibm1157.h: Likewise.
22157 * iconvdata/ibm1158.h: Likewise.
22158 * iconvdata/ibm1160.h: Likewise.
22159 * iconvdata/ibm1161.h: Likewise.
22160 * iconvdata/ibm1162.h: Likewise.
22161 * iconvdata/ibm1163.h: Likewise.
22162 * iconvdata/ibm1164.h: Likewise.
22163 * iconvdata/ibm1166.h: Likewise.
22164 * iconvdata/ibm1167.h: Likewise.
22165 * iconvdata/ibm12712.h: Likewise.
22166 * iconvdata/ibm1390.h: Likewise.
22167 * iconvdata/ibm1399.h: Likewise.
22168 * iconvdata/ibm16804.h: Likewise.
22169 * iconvdata/ibm4517.h: Likewise.
22170 * iconvdata/ibm4899.h: Likewise.
22171 * iconvdata/ibm4909.h: Likewise.
22172 * iconvdata/ibm4971.h: Likewise.
22173 * iconvdata/ibm5347.h: Likewise.
22174 * iconvdata/ibm803.h: Likewise.
22175 * iconvdata/ibm856.h: Likewise.
22176 * iconvdata/ibm901.h: Likewise.
22177 * iconvdata/ibm902.h: Likewise.
22178 * iconvdata/ibm9030.h: Likewise.
22179 * iconvdata/ibm9066.h: Likewise.
22180 * iconvdata/ibm921.h: Likewise.
22181 * iconvdata/ibm922.h: Likewise.
22182 * iconvdata/ibm9448.h: Likewise.
22183 * iconvdata/isiri-3342.h: Likewise.
22184 * iconvdata/jis0201.h: Likewise.
22185 * include/link.h: Likewise.
22186 * include/netdb.h: Likewise.
22187 * inet/check_native.c: Likewise.
22188 * inet/check_pf.c: Likewise.
22189 * inet/getipv4sourcefilter.c: Likewise.
22190 * inet/getnameinfo.c: Likewise.
22191 * inet/getsourcefilter.c: Likewise.
22192 * inet/htonl.c: Likewise.
22193 * inet/setipv4sourcefilter.c: Likewise.
22194 * inet/setsourcefilter.c: Likewise.
22195 * inet/test-inet6_opt.c: Likewise.
22196 * inet/tst-network.c: Likewise.
22197 * locale/C-collate.c: Likewise.
22198 * locale/C-ctype.c: Likewise.
22199 * locale/C-time.c: Likewise.
22200 * locale/C-translit.h: Likewise.
22201 * locale/loadarchive.c: Likewise.
22202 * locale/programs/3level.h: Likewise.
22203 * locale/programs/charmap.c: Likewise.
22204 * locale/programs/charmap.h: Likewise.
22205 * locale/programs/ld-address.c: Likewise.
22206 * locale/programs/ld-collate.c: Likewise.
22207 * locale/programs/ld-ctype.c: Likewise.
22208 * locale/programs/ld-identification.c: Likewise.
22209 * locale/programs/ld-measurement.c: Likewise.
22210 * locale/programs/ld-messages.c: Likewise.
22211 * locale/programs/ld-monetary.c: Likewise.
22212 * locale/programs/ld-name.c: Likewise.
22213 * locale/programs/ld-numeric.c: Likewise.
22214 * locale/programs/ld-paper.c: Likewise.
22215 * locale/programs/ld-telephone.c: Likewise.
22216 * locale/programs/ld-time.c: Likewise.
22217 * locale/programs/linereader.c: Likewise.
22218 * locale/programs/locale.c: Likewise.
22219 * locale/programs/locarchive.c: Likewise.
22220 * locale/programs/locfile.h: Likewise.
22221 * locale/programs/repertoire.c: Likewise.
22222 * locale/programs/simple-hash.c: Likewise.
22223 * locale/programs/simple-hash.h: Likewise.
22224 * malloc/memusage.c: Likewise.
22225 * malloc/memusagestat.c: Likewise.
22226 * nis/nis_defaults.c: Likewise.
22227 * nis/nis_hash.c: Likewise.
22228 * nis/nis_print.c: Likewise.
22229 * nis/nis_xdr.c: Likewise.
22230 * nscd/connections.c: Likewise.
22231 * nscd/hstcache.c: Likewise.
22232 * nscd/nscd_gethst_r.c: Likewise.
22233 * nscd/nscd_getserv_r.c: Likewise.
22234 * nscd/nscd_helper.c: Likewise.
22235 * nscd/servicescache.c: Likewise.
22236 * nss/makedb.c: Likewise.
22237 * nss/nss_db/db-XXX.c: Likewise.
22238 * nss/nss_db/db-initgroups.c: Likewise.
22239 * nss/nss_db/db-netgrp.c: Likewise.
22240 * nss/nss_files/files-network.c: Likewise.
22241 * nss/nss_files/files-parse.c: Likewise.
22242 * posix/bug-regex5.c: Likewise.
22243 * posix/fnmatch_loop.c: Likewise.
22244 * posix/regcomp.c: Likewise.
22245 * posix/regexec.c: Likewise.
22246 * posix/tst-rfc3484-2.c: Likewise.
22247 * posix/tst-rfc3484-3.c: Likewise.
22248 * posix/tst-rfc3484.c: Likewise.
22249 * resolv/nss_dns/dns-canon.c: Likewise.
22250 * resolv/nss_dns/dns-network.c: Likewise.
22251 * resolv/res_init.c: Likewise.
22252 * resolv/res_mkquery.c: Likewise.
22253 * resolv/tst-aton.c: Likewise.
22254 * stdlib/cxa_atexit.c: Likewise.
22255 * stdlib/cxa_finalize.c: Likewise.
22256 * stdlib/gen-fpioconst.c: Likewise.
22257 * stdlib/strtol_l.c: Likewise.
22258 * string/tst-endian.c: Likewise.
22259 * sunrpc/auth_des.c: Likewise.
22260 * sunrpc/clnt_udp.c: Likewise.
22261 * sunrpc/rtime.c: Likewise.
22262 * sunrpc/svcauth_des.c: Likewise.
22263 * sunrpc/xdr.c: Likewise.
22264 * sunrpc/xdr_intXX_t.c: Likewise.
22265 * sunrpc/xdr_rec.c: Likewise.
22266 * sysdeps/generic/ldconfig.h: Likewise.
22267 * sysdeps/generic/ldsodefs.h: Likewise.
22268 * sysdeps/generic/memusage.h: Likewise.
22269 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22270 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
22271 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
22272 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22273 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22274 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22275 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22276 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22277 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22278 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22279 * sysdeps/posix/getaddrinfo.c: Likewise.
22280 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22281 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22282 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22283 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22284 * sysdeps/powerpc/test-gettimebase.c: Likewise.
22285 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
22286 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
22287 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
22288 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
22289 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
22290 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22291 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22292 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
22293 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
22294 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
22295 * sysdeps/x86_64/dl-tls.h: Likewise.
22296 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
22297 * time/alt_digit.c: Likewise.
22298 * time/era.c: Likewise.
22299 * wcsmbs/tst-c16c32-1.c: Likewise.
22300
8c75f674
JM
223012013-05-16 Joseph Myers <joseph@codesourcery.com>
22302
22303 * math/libm-test.inc (struct test_sincos_data): New type.
22304 (RUN_TEST_LOOP_sincos): New macro.
22305 (sincos_test_data): New variable.
22306 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
22307
e6e49e59
RH
223082013-05-16 Richard Henderson <rth@redhat.com>
22309
22310 * math/atest-exp2.c (LIMB64): New macro.
22311 (CONSTSZ): New macro.
22312 (mp_exp1, mp_exp_m1, mp_log2): New variables.
22313 (hexdig): Move ...
22314 (print_mpn_fp): ... to function scope.
22315 (read_mpn_hex): Remove.
22316 (get_log2): Remove.
22317 (exp2_mpn): Use mp_log2.
22318 (main): Use mp_exp1.
22319
15c7c18d
JM
223202013-05-16 Joseph Myers <joseph@codesourcery.com>
22321
105a07df
JM
22322 * math/libm-test.inc: Remove comment about not testing "inexact"
22323 exceptions.
22324 (INEXACT_EXCEPTION): New macro.
22325 (NO_INEXACT_EXCEPTION): Likewise.
22326 (INVALID_EXCEPTION_OK): Update value.
22327 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
22328 (OVERFLOW_EXCEPTION_OK): Likewise.
22329 (UNDERFLOW_EXCEPTION_OK): Likewise.
22330 (IGNORE_ZERO_INF_SIGN): Likewise.
22331 (ERRNO_UNCHANGED): Likewise.
22332 (ERRNO_EDOM): Likewise.
22333 (ERRNO_ERANGE): Likewise.
22334 (test_exceptions): Handle testing "inexact" exceptions.
22335 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
22336 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
22337 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
22338 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
22339 INEXACT_EXCEPTION.
22340 (rint_towardzero_test_data): Likewise.
22341 (rint_downward_test_data): Likewise.
22342 (rint_upward_test_data): Likewise.
22343
e9eee333
JM
22344 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
22345 with OVERFLOW_EXCEPTION.
22346 (exp10_test_data): Likewise.
22347 (exp2_test_data): Likewise.
22348 (expm1_test_data): Likewise.
22349 (lgamma_test_data): Likewise.
22350 (pow_test_data): Likewise.
22351 (tgamma_test_data): Likewise.
22352 (yn_test_data): Remove duplicate test of overflow.
22353
1c38ff73
JM
22354 * math/libm-test.inc (struct test_cc_c_data): New type.
22355 (RUN_TEST_LOOP_cc_c): New macro.
22356 (cpow_test_data): New variable.
22357 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
22358
15c7c18d
JM
22359 * math/libm-test.inc (struct test_f_L_data): New type.
22360 (RUN_TEST_LOOP_f_L): New macro.
22361 (llrint_test_data): New variable.
22362 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
22363 (llrint_tonearest_test_data): New variable.
22364 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
22365 (llrint_towardzero_test_data): New variable.
22366 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
22367 (llrint_downward_test_data): New variable.
22368 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
22369 (llrint_upward_test_data): New variable.
22370 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
22371 (llround_test_data): New variable.
22372 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
22373
f137ff13
PC
223742013-05-13 Peter Collingbourne <pcc@google.com>
22375
22376 * math/atest-exp2.c (get_log2): Remove const attribute.
22377
3608cb24
JM
223782013-05-15 Joseph Myers <joseph@codesourcery.com>
22379
22380 * math/libm-test.inc (struct test_f_l_data): New type.
22381 (RUN_TEST_LOOP_f_l): New macro.
22382 (lrint_test_data): New variable.
22383 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
22384 (lrint_tonearest_test_data): New variable.
22385 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
22386 (lrint_towardzero_test_data): New variable.
22387 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
22388 (lrint_downward_test_data): New variable.
22389 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
22390 (lrint_upward_test_data): New variable.
22391 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
22392 (lround_test_data): New variable.
22393 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
22394
39b1f617
PC
223952013-05-15 Peter Collingbourne <pcc@google.com>
22396
1deff3dc
PC
22397 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
22398 (EXTRACT_WORDS64) Use where appropriate.
22399 (INSERT_WORDS64) Likewise.
22400
791f3ba0
PC
22401 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
22402 constraints with x constraints.
22403 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
22404
39b1f617
PC
22405 * malloc/obstack.c (_obstack_compat): Add initializer.
22406
12fba011
EM
224072013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
22408
22409 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
22410 si_trapno and add si_addr_lsb to _sifields.sigfault.
22411 (si_trapno): Remove macro.
22412 (si_addr_lsb): Define new macro.
22413 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22414
d369f531
JM
224152013-05-15 Joseph Myers <joseph@codesourcery.com>
22416
b861c6c4
JM
22417 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22418 instead of TEST_f_l.
22419 (llrint_test_tonearest): Likewise.
22420 (llrint_test_towardzero): Likewise.
22421 (llrint_test_downward): Likewise.
22422 (llrint_test_upward): Likewise.
22423 (llround_test): Likewise.
22424
7abeee12
JM
22425 * math/libm-test.inc (struct test_f_i_data): Add comment.
22426 (RUN_TEST_LOOP_f_b): New macro.
22427 (RUN_TEST_LOOP_f_b_tg): Likewise.
22428 (finite_test_data): New variable.
22429 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22430 (isfinite_test_data): New variable.
22431 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22432 (isinf_test_data): New variable.
22433 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22434 (isnan_test_data): New variable.
22435 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22436 (isnormal_test_data): New variable.
22437 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22438 (issignaling_test_data): New variable.
22439 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22440 (signbit_test_data): New variable.
22441 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22442
cbe8c4d3
JM
22443 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22444 with INVALID_EXCEPTION.
22445 (acosh_test_data): Likewise.
22446 (asin_test_data): Likewise.
22447 (atanh_test_data): Likewise.
22448 (fmod_test_data): Likewise.
22449 (log_test_data): Likewise.
22450 (log10_test_data): Likewise.
22451 (log2_test_data): Likewise.
22452 (pow_test_data): Likewise.
22453 (sqrt_test_data): Likewise.
22454 (y0_test_data): Likewise.
22455 (y1_test_data): Likewise.
22456 (yn_test_data): Likewise.
22457
5575c0e5
JM
22458 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22459 function contents.
22460
d369f531
JM
22461 * math/libm-test.inc (struct test_ff_i_data): New type.
22462 (RUN_TEST_LOOP_ff_i_tg): New macro.
22463 (isgreater_test_data): New variable.
22464 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22465 (isgreaterequal_test_data): New variable.
22466 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22467 (isless_test_data): New variable.
22468 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22469 (islessequal_test_data): New variable.
22470 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22471 (islessgreater_test_data): New variable.
22472 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22473 (isunordered_test_data): New variable.
22474 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22475
781fd748
DM
224762013-05-14 David S. Miller <davem@davemloft.net>
22477
22478 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22479
87aa21df
JM
224802013-05-14 Joseph Myers <joseph@codesourcery.com>
22481
5e908270
JM
22482 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22483
f71172e5
JM
22484 * math/libm-test.inc (struct test_fF_f1_data): Change type of
22485 extra_test to int.
22486 (struct test_f_i_data): Change type of max_ulp to int.
22487
8cfa635a
JM
22488 * math/libm-test.inc (test_ffI_f1_data): New type.
22489 (RUN_TEST_LOOP_ffI_f1): New macro.
22490 (remquo_test_data): New variable.
22491 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22492
2bcb36b2
JM
22493 * setjmp/tst-setjmp-fp.c: New file.
22494 * setjmp/Makefile (tests): Add tst-setjmp-fp.
22495 (link-libm): New variable.
22496 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22497
acbd839a
JM
22498 * math/libm-test.inc (struct test_f_i_data): New type.
22499 (RUN_TEST_LOOP_f_i): New macro.
22500 (RUN_TEST_LOOP_f_i_tg): Likewise.
22501 (fpclassify_test_data): New variable.
22502 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22503 (ilogb_test_data): New variable.
22504 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22505
e414d745
JM
22506 * math/libm-test.inc (scalbln_test): Correct function name in END
22507 call.
22508
d9c2a0fd
JM
22509 * math/libm-test.inc (struct test_f_f1_data): Add comment.
22510 (RUN_TEST_LOOP_fI_f1): New macro.
22511 (frexp_test_data): New variable.
22512 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22513
9dc9095d
JM
22514 * math/libm-test.inc (struct test_fF_f1_data): New type.
22515 (RUN_TEST_LOOP_fF_f1): New macro.
22516 (modf_test_data): New variable.
22517 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22518
87aa21df
JM
22519 * math/libm-test.inc (struct test_f_f1_data): New type.
22520 (RUN_TEST_LOOP_f_f1): New macro.
22521 (gamma_test_data): New variable.
22522 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22523 (lgamma_test_data): New variable.
22524 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22525
141af660
CD
225262013-05-13 Carlos O'Donell <carlos@redhat.com>
22527
22528 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22529 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22530 (main): Comment "tls" pseudo-hwcap.
22531
6d33265c
JM
225322013-05-13 Joseph Myers <joseph@codesourcery.com>
22533
68fc074c
JM
22534 * math/libm-test.inc (struct test_fl_f_data): New type.
22535 (RUN_TEST_LOOP_fl_f): New variable.
22536 (scalbln_test_data): New variable.
22537 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22538
243216e1
JM
22539 * math/libm-test.inc (struct test_fi_f_data): New type.
22540 (RUN_TEST_LOOP_fi_f): New macro.
22541 (ldexp_test_data): New variable.
22542 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22543 (scalbn_test_data): New variable.
22544 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22545
6a1992e2
JM
22546 * math/libm-test.inc (struct test_c_f_data): New type.
22547 (RUN_TEST_LOOP_c_f): New macro.
22548 (cabs_test_data): New variable.
22549 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22550 (carg_test_data): New variable.
22551 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22552 (cimag_test_data): New variable.
22553 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22554 (creal_test_data): New variable.
22555 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22556
0e400df5
JM
22557 * math/libm-test.inc (struct test_if_f_data): New type.
22558 (RUN_TEST_LOOP_if_f): New macro.
22559 (jn_test_data): New variable.
22560 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22561 (yn_test_data): New variable.
22562 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22563
6d33265c
JM
22564 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22565
f98ece5f
AZ
225662013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22567
22568 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22569 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22570
0f7d347b
SP
225712013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
22572
43fe811b
SP
22573 * benchtests/Makefile (CPPFLAGS-nonlib): Add
22574 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22575 (bench-deps): Add bench-timing.h.
22576 * benchtests-bench-skeleton.c: Include bench-timing.h.
22577 (main): Use TIMING_* macros instead of clock_gettime.
22578 * benchtests/bench-timing.h: New file.
22579
0f7d347b
SP
22580 [BZ #14582]
22581 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22582 Renamed from _LIB_VERSION.
22583 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22584
601a3a5f
JM
225852013-05-12 Joseph Myers <joseph@codesourcery.com>
22586
4f184d30
JM
22587 * math/libm-test.inc (struct test_fff_f_data): New type.
22588 (RUN_TEST_LOOP_fff_f): New macro.
22589 (fma_test_data): New variable.
22590 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22591 (fma_towardzero_test_data): New variable.
22592 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22593 (fma_downward_test_data): New variable.
22594 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22595 (fma_upward_test_data): New variable.
22596 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22597
08198877
JM
22598 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22599 (struct test_c_c_data): New type.
22600 (RUN_TEST_LOOP_c_c): New macro.
22601 (cacos_test_data): New variable.
22602 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22603 (cacosh_test_data): New variable.
22604 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22605 (casin_test_data): New variable.
22606 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22607 (casinh_test_data): New variable.
22608 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22609 (catan_test_data): New variable.
22610 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22611 (catanh_test_data): New variable.
22612 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22613 (ccos_test_data): New variable.
22614 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22615 (ccosh_test_data): New variable.
22616 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22617 (cexp_test_data): New variable.
22618 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22619 (clog_test_data): New variable.
22620 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22621 (clog10_test_data): New variable.
22622 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22623 (conj_test_data): New variable.
22624 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22625 (cproj_test_data): New variable.
22626 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22627 (csin_test_data): New variable.
22628 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22629 (csinh_test_data): New variable.
22630 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22631 (csqrt_test_data): New variable.
22632 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22633 (ctan_test_data): New variable.
22634 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22635 (ctan_tonearest_test_data): New variable.
22636 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22637 (ctan_towardzero_test_data): New variable.
22638 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22639 (ctan_downward_test_data): New variable.
22640 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22641 (ctan_upward_test_data): New variable.
22642 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22643 (ctanh_test_data): New variable.
22644 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22645 (ctanh_tonearest_test_data): New variable.
22646 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22647 (ctanh_towardzero_test_data): New variable.
22648 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22649 (ctanh_downward_test_data): New variable.
22650 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22651 (ctanh_upward_test_data): New variable.
22652 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22653 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22654 of BUILD_COMPLEX.
22655
601a3a5f
JM
22656 * math/libm-test.inc (struct test_ff_f_data): New type.
22657 (struct test_ff_f_data_nexttoward): Likewise.
22658 (RUN_TEST_LOOP_2_f): New macro.
22659 (RUN_TEST_LOOP_ff_f): Likewise.
22660 (atan2_test_data): New variable.
22661 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22662 (copysign_test_data): New variable.
22663 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22664 (fdim_test_data): New variable.
22665 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22666 (fmax_test_data): New variable.
22667 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22668 (fmin_test_data): New variable.
22669 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22670 (fmod_test_data): New variable.
22671 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22672 (hypot_test_data): New variable.
22673 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22674 (nextafter_test_data): New variable.
22675 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22676 (nexttoward_test_data): New variable.
22677 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22678 (pow_test_data): New variable.
22679 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22680 (pow_tonearest_test_data): New variable.
22681 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22682 (pow_towardzero_test_data): New variable.
22683 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22684 (pow_downward_test_data): New variable.
22685 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22686 (pow_upward_test_data): New variable.
22687 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22688 (remainder_test_data): New variable.
22689 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22690 (scalb_test_data): New variable.
22691 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22692 * sysdeps/i386/fpu/libm-test-ulps: Update.
22693
74c57478
JM
226942013-05-11 Joseph Myers <joseph@codesourcery.com>
22695
8329e4da
JM
22696 * math/libm-test.inc (fma_test): Use max_value instead of local
22697 variable fltmax.
22698 (nextafter_test): Likewise.
22699
74c57478
JM
22700 * math/libm-test.inc (acos_towardzero_test_data): New variable.
22701 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22702 (acos_downward_test_data): New variable.
22703 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22704 (acos_upward_test_data): New variable.
22705 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22706 (acosh_test_data): New variable.
22707 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22708 (asin_test_data): New variable.
22709 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22710 (asin_tonearest_test_data): New variable.
22711 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22712 (asin_towardzero_test_data): New variable.
22713 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22714 (asin_downward_test_data): New variable.
22715 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22716 (asin_upward_test_data): New variable.
22717 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22718 (asinh_test_data): New variable.
22719 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22720 (atan_test_data): New variable.
22721 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22722 (atanh_test_data): New variable.
22723 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22724 (cbrt_test_data): New variable.
22725 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22726 (ceil_test_data): New variable.
22727 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22728 (cos_test_data): New variable.
22729 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22730 (cos_tonearest_test_data): New variable.
22731 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22732 (cos_towardzero_test_data): New variable.
22733 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22734 (cos_downward_test_data): New variable.
22735 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22736 (cos_upward_test_data): New variable.
22737 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22738 (cosh_test_data): New variable.
22739 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22740 (cosh_tonearest_test_data): New variable.
22741 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22742 (cosh_towardzero_test_data): New variable.
22743 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22744 (cosh_downward_test_data): New variable.
22745 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22746 (cosh_upward_test_data): New variable.
22747 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22748 (erf_test_data): New variable.
22749 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22750 (erfc_test_data): New variable.
22751 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22752 (exp_test_data): New variable.
22753 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22754 (exp_tonearest_test_data): New variable.
22755 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22756 (exp_towardzero_test_data): New variable.
22757 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22758 (exp_downward_test_data): New variable.
22759 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22760 (exp_upward_test_data): New variable.
22761 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22762 (exp10_test_data): New variable.
22763 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22764 (exp2_test_data): New variable.
22765 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22766 (expm1_test_data): New variable.
22767 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22768 (fabs_test_data): New variable.
22769 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22770 (floor_test_data): New variable.
22771 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22772 (j0_test_data): New variable.
22773 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22774 (j1_test_data): New variable.
22775 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22776 (log_test_data): New variable.
22777 (log_test): Run tests with RUN_TEST_LOOP_f_f.
22778 (log10_test_data): New variable.
22779 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22780 (log1p_test_data): New variable.
22781 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22782 (log2_test_data): New variable.
22783 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22784 (logb_test_data): New variable.
22785 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22786 (logb_downward_test_data): New variable.
22787 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22788 (nearbyint_test_data): New variable.
22789 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22790 (rint_test_data): New variable.
22791 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22792 (rint_tonearest_test_data): New variable.
22793 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22794 (rint_towardzero_test_data): New variable.
22795 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22796 (rint_downward_test_data): New variable.
22797 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22798 (rint_upward_test_data): New variable.
22799 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22800 (round_test_data): New variable.
22801 (round_test): Run tests with RUN_TEST_LOOP_f_f.
22802 (sin_test_data): New variable.
22803 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22804 (sin_tonearest_test_data): New variable.
22805 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22806 (sin_towardzero_test_data): New variable.
22807 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22808 (sin_downward_test_data): New variable.
22809 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22810 (sin_upward_test_data): New variable.
22811 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22812 (sinh_test_data): New variable.
22813 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22814 (sinh_tonearest_test_data): New variable.
22815 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22816 (sinh_towardzero_test_data): New variable.
22817 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22818 (sinh_downward_test_data): New variable.
22819 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22820 (sinh_upward_test_data): New variable.
22821 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22822 (sqrt_test_data): New variable.
22823 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22824 (tan_test_data): New variable.
22825 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22826 (tan_tonearest_test_data): New variable.
22827 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22828 (tan_towardzero_test_data): New variable.
22829 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22830 (tan_downward_test_data): New variable.
22831 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22832 (tan_upward_test_data): New variable.
22833 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22834 (tanh_test_data): New variable.
22835 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22836 (tgamma_test_data): New variable.
22837 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22838 (trunc_test_data): New variable.
22839 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22840 (y0_test_data): New variable.
22841 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22842 (y1_test_data): New variable.
22843 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22844 (significand_test_data): New variable.
22845 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22846
7187d844
CG
228472013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
22848
22849 [BZ #12387]
22850 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22851
f63fae73
PT
228522013-05-10 Pino Toscano <toscano.pino@tiscali.it>
22853
22854 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22855
8a67a4b3
AJ
228562013-05-10 Andreas Jaeger <aj@suse.de>
22857
22858 [BZ #15448]
22859 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22860 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22861
51df539d
JM
228622013-05-10 Joseph Myers <joseph@codesourcery.com>
22863
22864 * math/gen-libm-test.pl (adjust_arg): New function.
22865 (special_functions): Handle generating output in both functions
22866 and arrays.
22867 (parse_args): Likewise.
22868 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
22869 $in_func argument to parse_args.
22870 * math/libm-test.inc (struct test_f_f_data): New type.
22871 (IF_ROUND_INIT_): New macro.
22872 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22873 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22874 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22875 (IF_ROUND_INIT_FE_UPWARD): Likewise.
22876 (ROUND_RESTORE_): Likewise.
22877 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22878 (ROUND_RESTORE_FE_TONEAREST): Likewise.
22879 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22880 (ROUND_RESTORE_FE_UPWARD): Likewise.
22881 (RUN_TEST_LOOP_f_f): New macro.
22882 (acos_test_data): New variable.
22883 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22884 (acos_tonearest_test_data): New variable.
22885 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22886
5c637fe5
SP
228872013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22888
22889 * benchtests/bench-skeleton.c (startup): Fix coding style.
22890
ab2b9461
JM
228912013-05-10 Joseph Myers <joseph@codesourcery.com>
22892
22893 [BZ #6809]
22894 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22895 negative infinity argument.
22896 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22897 negative infinity argument.
22898 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22899 negative infinity argument.
22900 * math/libm-test.inc (tgamma_test): Expect errno to be set for
22901 domain errors.
22902
4c0fe6fe
FW
229032013-05-10 Florian Weimer <fweimer@redhat.com>
22904
22905 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22906 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22907 * iconv/iconv_prog.c (main): Likewise.
22908 * locale/programs/charmap-dir.c (charmap_readdir)
22909 (fopen_uncompressed): Likewise.
22910 * locale/programs/locfile.c (siblings_uncached)
22911 (write_locale_data): Use lstat64 instead of lstat.
22912 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22913 stat.
22914
a3375d29
AJ
229152013-05-10 Andreas Jaeger <aj@suse.de>
22916
22917 [BZ #15395]
22918 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22919 localization.
22920 Include <locale.h>.
22921
36129722
CD
229222013-05-09 Carlos O'Donell <carlos@redhat.com>
22923
22924 * elf/dl-close.c (_dl_close_worker): Add comments.
22925
faa7f811
JM
229262013-05-09 Joseph Myers <joseph@codesourcery.com>
22927
ed41ffef
JM
22928 [BZ #15359]
22929 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22930 high part of pi/2.
22931 (__ieee754_rem_pio2l): Update comments.
22932
d0213cd0
JM
22933 [BZ #15429]
22934 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22935 high part of pi/2.
22936 (__ieee754_rem_pio2l): Update comments.
22937
0d3e777a
JM
22938 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22939 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22940
24f56066
JM
22941 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22942 M_PI_4l.
22943
faa7f811
JM
22944 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22945 (M_PI_34_LOG10El): Likewise.
22946 (M_PI2_LOG10El): Likewise.
22947 (M_PI4_LOG10El): Likewise.
22948 (M_PI_LOG10El): Likewise.
22949
e9a5e0fd
AZ
229502013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22951
22952 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22953
d8cd06db
JM
229542013-05-08 Joseph Myers <joseph@codesourcery.com>
22955
a0d9f9d7
JM
22956 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22957 (MINUS_ZERO_INIT): Likewise.
22958 (PLUS_INFTY_INIT): Likewise.
22959 (MINUS_INFTY_INIT): Likewise.
22960 (QNAN_VALUE_INIT): Likewise.
22961 (MAX_VALUE_INIT): Likewise.
22962 (MIN_VALUE_INIT): Likewise.
22963 (MIN_SUBNORM_VALUE_INIT): Likewise.
22964 (plus_zero): Initialize with PLUS_ZERO_INIT.
22965 (minus_zero): Initialize with MINUS_ZERO_INIT.
22966 (plus_infty): Initialize with PLUS_INFTY_INIT.
22967 (minus_infty): Initialize with MINUS_INFTY_INIT.
22968 (qnan_value): Initialize with QNAN_VALUE_INIT.
22969 (max_value): Initialize with MAX_VALUE_INIT.
22970 (min_value): Initialize with MIN_VALUE_INIT.
22971 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22972
ae08db3b
JM
22973 * math/libm-test.inc (RUN_TEST_if_f): New macro.
22974 (jn_test): Use TEST_if_f instead of TEST_ff_f.
22975 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22976 (yn_test): Use TEST_if_f instead of TEST_ff_f.
22977
f44bf14a
JM
22978 * math/libm-test.inc (RUN_TEST_f_f): New macro.
22979 (RUN_TEST_2_f): Likewise.
22980 (RUN_TEST_ff_f): Likewise.
22981 (RUN_TEST_fi_f): Likewise.
22982 (RUN_TEST_fl_f): Likewise.
22983 (RUN_TEST_fff_f): Likewise.
22984 (RUN_TEST_c_f): Likewise.
22985 (RUN_TEST_f_f1): Likewise.
22986 (RUN_TEST_fF_f1): Likewise.
22987 (RUN_TEST_fI_f1): Likewise.
22988 (RUN_TEST_ffI_f1): Likewise.
22989 (RUN_TEST_c_c): Likewise.
22990 (RUN_TEST_cc_c): Likewise.
22991 (RUN_TEST_f_i): Likewise.
22992 (RUN_TEST_f_i_tg): Likewise.
22993 (RUN_TEST_ff_i_tg): Likewise.
22994 (RUN_TEST_f_b): Likewise.
22995 (RUN_TEST_f_b_tg): Likewise.
22996 (RUN_TEST_f_l): Likewise.
22997 (RUN_TEST_f_L): Likewise.
22998 (RUN_TEST_sincos): Likewise.
22999 * math/gen-libm-test.pl (new_test): Take new argument to indicate
23000 whether to show exceptions. Do not include ");\n" in return
23001 value.
23002 (special_functions): Output call to RUN_TEST_sincos instead of
23003 check_float calls. Update calls to new_test.
23004 (parse_args): Output call to single RUN_TEST_* macro instead of
23005 check_* calls and other assignments. Update calls to new_test.
23006
d8cd06db
JM
23007 [BZ #2546]
23008 [BZ #2560]
23009 [BZ #5159]
23010 [BZ #15426]
23011 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
23012 input to result for tgamma overflow.
23013 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
23014 (gamma_coeff): New variable.
23015 (NCOEFF): New macro.
23016 (gamma_positive): New function.
23017 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
23018 underflow here. Use gamma_positive instead of exp (lgamma) for
23019 other arguments.
23020 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
23021 (gamma_coeff): New variable.
23022 (NCOEFF): New macro.
23023 (gammaf_positive): New function.
23024 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
23025 underflow here. Use gamma_positive instead of exp (lgamma) for
23026 other arguments.
23027 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
23028 (gamma_coeff): New variable.
23029 (NCOEFF): New macro.
23030 (gammal_positive): New function.
23031 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
23032 underflow here. Use gamma_positive instead of exp (lgamma) for
23033 other arguments.
23034 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
23035 (gamma_coeff): New variable.
23036 (NCOEFF): New macro.
23037 (gammal_positive): New function.
23038 (__ieee754_gammal_r): Handle positive infinity, overflow and
23039 underflow here. Handle NaN the same as positive infinity. Remove
23040 check x < 0xffffffff for negative integers. Use gamma_positive
23041 instead of exp (lgamma) for other arguments.
23042 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
23043 (gamma_coeff): New variable.
23044 (NCOEFF): New macro.
23045 (gammal_positive): New function.
23046 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
23047 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
23048 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
23049 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
23050 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
23051 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
23052 * sysdeps/generic/math_private.h (__gamma_productf): New
23053 prototype.
23054 (__gamma_product): Likewise.
23055 (__gamma_productl): Likewise.
23056 * math/Makefile (libm-calls): Add gamma_product.
23057 * math/libm-test.inc (tgamma_test): Add more tests.
23058 * sysdeps/i386/fpu/libm-test-ulps: Update.
23059 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23060
bb7cf681
OB
230612013-05-08 Ondřej Bílka <neleai@seznam.cz>
23062
23063 * benchtests/bench-skeleton.c (main): Preheat CPU.
23064
ba853947
AJ
230652013-05-07 Aurelien Jarno <aurelien@aurel32.net>
23066
23067 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
23068
8347c74c
RM
230692013-05-07 Roland McGrath <roland@hack.frob.com>
23070
23071 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
23072 and _dl_skip_args_internal.
23073
e8dd4791
CD
230742013-05-07 Carlos O'Donell <carlos@redhat.com>
23075
23076 * manual/message.texi (Message Translation): Talk about users.
23077 Message to key mapping impacts design.
23078
c7405830
RM
230792013-05-06 Roland McGrath <roland@hack.frob.com>
23080
a9173057
RM
23081 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
23082
976e2f03
RM
23083 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
23084
9723ffc5
RM
23085 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
23086 * sysdeps/wordsize-64/glob64.c: ... here.
23087
962e6658
RM
23088 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
23089 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
23090 New macros.
23091
ee586a6d
RM
23092 * debug/getlogin_r_chk.c: Moved to ...
23093 * login/getlogin_r_chk.c: ... here.
23094 * debug/Makefile (routines): Move getlogin_r_chk to ...
23095 * login/Makefile (routines): ... here.
23096 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
23097 * login/Versions (libc: GLIBC_2.4): ... here.
23098
355f9165
RM
23099 * io/poll.c (__poll): Renamed from poll.
23100 Add libc_hidden_def.
23101 (poll): Define as weak alias.
23102
bd9ffde6
RM
23103 * debug/ptsname_r_chk.c: Moved to ...
23104 * login/ptsname_r_chk.c: ... here.
23105 * debug/Makefile (routines): Move ptsname_r_chk to ...
23106 * login/Makefile (routines): ... here.
23107 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
23108 * login/Versions (libc: GLIBC_2.4): ... here.
23109
8fb16a04
RM
23110 * posix/getlogin.c: Moved to ...
23111 * login/getlogin.c: ... here.
23112 * posix/getlogin_r.c: Moved to ...
23113 * login/getlogin_r.c: ... here.
23114 * posix/getlogin_r.c: Moved to ...
23115 * login/getlogin_r.c: ... here.
23116 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
23117 * login/Makefile (routines): ... here.
23118 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
23119 * login/Versions (libc: GLIBC_2.0): ... here.
23120
b99b892f
RM
23121 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
23122 (setrlimit): Define as weak alias.
23123
c7405830
RM
23124 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
23125 Call __ names for open, ftruncate, and close.
23126 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
23127 (truncate): Define as weak alias.
23128
5bf96de5
JM
231292013-05-06 Joseph Myers <joseph@codesourcery.com>
23130
9ea3513c
JM
23131 * math/gen-libm-test.pl (parse_args): Initialize x before each
23132 test of frexp, modf and remquo.
23133
5bf96de5
JM
23134 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
23135 test signgam value.
23136
16e616a7
AZ
231372013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23138
23139 [BZ #15418]
23140 [BZ #15419]
23141 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
23142 internal tests.
23143 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
23144
d5e82754
RM
231452013-05-06 Roland McGrath <roland@hack.frob.com>
23146
23147 * elf/dl-writev.h: New file.
23148 * elf/dl-misc.c: Include it.
23149 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
23150 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
23151
a7548d41
JM
231522013-05-04 Joseph Myers <joseph@codesourcery.com>
23153
b7dab1e4
JM
23154 * math/libm-test.inc (noXFails): Remove variable.
23155 (noXPasses): Likewise.
23156 (BUILD_COMPLEX_INT): Remove macro.
23157 (print_screen): Remove xfail argument.
23158 (print_screen_max_error): Likewise.
23159 (update_stats): Likewise.
23160 (print_max_error): Likewise. Update calls to other affected
23161 functions.
23162 (print_complex_max_error): Likewise.
23163 (test_single_exception): Update calls to print_screen.
23164 (test_single_errno): Likewise.
23165 (check_float_internal): Remove xfail argument. Update calls to
23166 other affected functions.
23167 (check_float): Likewise.
23168 (check_complex): Likewise.
23169 (check_int): Likewise.
23170 (check_long): Likewise.
23171 (check_bool): Likewise.
23172 (check_longlong): Likewise.
23173 (main): Don't print noXFails and noXPasses.
23174 * math/gen-libm-test.pl (top level): Don't mention expected
23175 failure handling in comment.
23176 (new_test): Don't handle expected failures.
23177 (parse_args): Don't mention expected failure handling in comment.
23178 (generate_testfile): Don't handle expected failures.
23179 (parse_ulps): Likewise.
23180 (print_ulps_file): Likewise.
23181 (get_failure): Remove function.
23182 (output_test): Don't handle expected failures.
23183 * make/README.libm-test: Don't mention expected failure handling.
23184
a7548d41
JM
23185 * math/libm-test.inc (plus_zero): Make const. Add initializer.
23186 (minus_zero): Likewise.
23187 (plus_infty): Likewise.
23188 (minus_infty): Likewise.
23189 (qnan_value): Likewise.
23190 (max_value): Likewise.
23191 (min_value): Likewise.
23192 (min_subnorm_value): Likewise.
23193 (initialize): Do not initialize those variables dynamically.
23194
60bfd54c
RM
231952013-05-03 Roland McGrath <roland@hack.frob.com>
23196
cc0e6ed8
RM
23197 * io/open.c (__open_2): Moved to ...
23198 * io/open_2.c: ... this new file.
23199 * io/open64.c (__open64_2): Moved to ...
23200 * io/open64_2.c: ... this new file.
23201 * io/openat.c (__openat_2): Moved to ...
23202 * io/openat_2.c: ... this new file.
23203 * io/openat64.c (__openat64_2): Moved to ...
23204 * io/openat64_2.c: ... this new file.
23205 * io/Makefile (routines): Add them.
23206 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
23207 * sysdeps/unix/sysv/linux/open_2.c: File removed.
23208 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
23209 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
23210 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
23211 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
23212 (__openat64): Add hidden_ver.
23213 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
23214 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
23215
60bfd54c
RM
23216 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
23217 Separately conditionalize setting of GLRO(dl_sysinfo) so
23218 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
23219 as well, but the actual setting is only under [NEED_DL_SYSINFO].
23220
83e7640f
AZ
232212013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23222
23223 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
23224 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
23225 definition.
23226 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
23227 * sysdeps/unix/sysv/linux/powerpc/init-first.c
23228 (_libc_vdso_platform_setup): Add __vdso_time initialization.
23229 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
23230 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
23231
d5dc2af3
JM
232322013-05-03 Joseph Myers <joseph@codesourcery.com>
23233
c31a5b1e
JM
23234 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
23235 test signgam value.
23236
d5dc2af3
JM
23237 * math/libm-test.inc (hypot_test): Do not use
23238 IGNORE_ZERO_INF_SIGN.
23239
164fd39d
AJ
232402013-05-03 Andreas Jaeger <aj@suse.de>
23241
23242 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
23243 Linux 3.9.
23244 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
23245 (PF_MAX): Adjust for VSOCK change.
23246
8237f48c
AZ
232472013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23248
23249 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23250
9df02941
CD
232512013-05-02 Carlos O'Donell <carlos@redhat.com>
23252
23253 [BZ #15264]
23254 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
23255 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
23256 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
23257
d422395e
DM
232582013-05-02 David S. Miller <davem@davemloft.net>
23259
23260 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23261
a07c5731
OB
232622013-05-01 Ondřej Bílka <neleai@seznam.cz>
23263
23264 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
23265
1324e37f
RM
232662013-05-01 Roland McGrath <roland@hack.frob.com>
23267
23268 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
23269
0695940b
RS
232702013-05-01 Richard Smith <richard@metafoo.co.uk>
23271
bb5f27ad 23272 [BZ #14952]
0695940b
RS
23273 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
23274 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23275 Use __attribute__ ((__gnu_inline__)).
23276 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23277 Don't use __attribute__ ((__gnu_inline__)).
23278
10de07f5
JM
232792013-05-01 Joseph Myers <joseph@codesourcery.com>
23280
23281 [BZ #15423]
23282 * math/s_catan.c (__catan): Handle small real or imaginary part of
23283 input specially to avoid spurious underflow.
23284 * math/s_catanf.c (__catanf): Likewise.
23285 * math/s_catanh.c (__catanh): Likewise.
23286 * math/s_catanhf.c (__catanhf): Likewise.
23287 * math/s_catanhl.c (__catanhl): Likewise.
23288 * math/s_catanl.c (__catanl): Likewise.
23289 * math/libm-test.inc (catan_test): Add more tests.
23290 (catanh_test): Likewise.
23291 * sysdeps/i386/fpu/libm-test-ulps: Update.
23292 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23293
cb4d5414
AZ
232942013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23295
23296 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23297
caf84319
JM
232982013-04-30 Joseph Myers <joseph@codesourcery.com>
23299
23300 [BZ #15416]
23301 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
23302 accurately for denominator in atan2.
23303 * math/s_catanf.c (__catanf): Likewise.
23304 * math/s_catanh.c (__catanh): Likewise.
23305 * math/s_catanhf.c (__catanhf): Likewise.
23306 * math/s_catanhl.c (__catanhl): Likewise.
23307 * math/s_catanl.c (__catanl): Likewise.
23308 * math/libm-test.inc (catan_test): Add more tests.
23309 (catanh_test): Likewise.
23310 * sysdeps/i386/fpu/libm-test-ulps: Update.
23311 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23312
d569c6ee
SP
233132013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
23314
6dbe713d
SP
23315 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
23316
f0ee064b
SP
23317 * benchtests/Makefile (bench): Remove slow benchmarks.
23318 * benchtests/atan-inputs: Add slow benchmark inputs.
23319 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
23320 (BENCH_FUNC): Accept variant offset.
23321 (VARIANT): Define.
23322 * benchtests/bench-skeleton.c (main): Run benchmark for each
23323 variant.
23324 * benchtests/cos-inputs: Add slow benchmark inputs.
23325 * benchtests/exp-inputs: Likewise.
23326 * benchtests/pow-inputs: Likewise.
23327 * benchtests/sin-inputs: Likewise.
23328 * benchtests/slowatan-inputs: Remove.
23329 * benchtests/slowatan.c: Remove.
23330 * benchtests/slowcos-inputs: Remove.
23331 * benchtests/slowcos.c: Remove.
23332 * benchtests/slowexp-inputs: Remove.
23333 * benchtests/slowexp.c: Remove.
23334 * benchtests/slowpow-inputs: Remove.
23335 * benchtests/slowpow.c: Remove.
23336 * benchtests/slowsin-inputs: Remove.
23337 * benchtests/slowsin.c: Remove.
23338 * benchtests/slowtan-inputs: Remove.
23339 * benchtests/slowtan.c: Remove.
23340 * benchtests/tan-inputs: Add slow benchmark inputs.
23341 * scripts/bench.pl: Parse comments and directives.
23342
d569c6ee
SP
23343 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
23344 in CPPFLAGS.
23345 ($(objpfx)bench-%.c): Remove *-ITER.
23346 * benchtests/bench-modf.c: Remove definition of ITER.
23347 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
23348 (main): Loop for DURATION seconds instead of fixed number of
23349 iterations.
23350 * scripts/bench.pl: Don't expect iterations in parameters.
23351
a6a242fe
RM
233522013-04-29 Roland McGrath <roland@hack.frob.com>
23353
23354 * io/fchdir.c (__fchdir): Renamed from fchdir.
23355 (fchdir): Define as weak alias.
23356
f2da7793
JM
233572013-04-29 Joseph Myers <joseph@codesourcery.com>
23358
23359 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
23360 (ERRNO_EDOM): Likewise.
23361 (ERRNO_ERANGE): Likewise.
23362 (noErrnoTests): New variable.
23363 (init_max_error): Set errno to 0.
23364 (test_single_errno): New function.
23365 (test_errno): Likewise.
23366 (check_float_internal): Call test_errno. Set errno to 0.
23367 (check_complex): Refer to errno tests in comment.
23368 (check_int): Call test_errno. Set errno to 0.
23369 (check_long): Likewise.
23370 (check_bool): Likewise.
23371 (check_longlong): Likewise.
23372 (cos_test): Use ERRNO_* flags for errno tests instead of
23373 check_int.
23374 (expm1_test): Likewise.
23375 (fmod_test): Likewise.
23376 (ilogb_test): Likewise.
23377 (lgamma_test): Likewise.
23378 (pow_test): Likewise.
23379 (remainder_test): Likewise.
23380 (sin_test): Likewise.
23381 (tan_test): Likewise.
23382 (yn_test): Likewise.
23383 (initialize): Set errno to 0.
23384 (main): Print number of errno tests.
23385 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
23386
b1a36ceb
AJ
233872013-04-29 Andreas Jaeger <aj@suse.de>
23388
c3ed8088
AJ
23389 [BZ #15084]
23390 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
23391 and RES_USEVC.
23392
f1a24198
AJ
23393 [BZ #15085]
23394 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
23395 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
23396 unimplemented.
23397
9ce3b2cb
AJ
23398 [BZ #15380]
23399 * stdlib/random.c (__initstate): Return NULL if
23400 __initstate fails.
23401
f1a24198 23402 [BZ #15086]
b1a36ceb
AJ
23403 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
23404 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
23405 RES_SNGLKUPREOP.
23406
7e7b6f36
AZ
234072013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23408
23409 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23410
4d14f449
JM
234112013-04-29 Joseph Myers <joseph@codesourcery.com>
23412
23413 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23414 of individual tests.
23415 (casin_test): Likewise.
23416 (casinh_test): Likewise.
23417
5b4217d7
JM
234182013-04-27 Joseph Myers <joseph@codesourcery.com>
23419
23420 [BZ #15409]
23421 * math/s_catan.c (__catan): Handle arguments with large real or
23422 imaginary part separately without squaring.
23423 * math/s_catanf.c (__catanf): Likewise.
23424 * math/s_catanh.c (__catanh): Likewise.
23425 * math/s_catanhf.c (__catanhf): Likewise.
23426 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23427 and redefine.
23428 (__catanhl): Handle arguments with large real or imaginary part
23429 separately without squaring.
23430 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23431 and redefine.
23432 (__catanl): Handle arguments with large real or imaginary part
23433 separately without squaring.
23434 * math/libm-test.inc (catan_test): Add more tests.
23435 (catanh_test): Likewise.
23436 * sysdeps/i386/fpu/libm-test-ulps: Update.
23437 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23438
4220c3ef
AJ
234392013-04-27 Andreas Jaeger <aj@suse.de>
23440
23441 [BZ #15007]
23442 * stdlib/stdlib.h: Update guards for qecvt.
23443 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23444 <stdlib.h>.
23445
4721b2d1
AM
234462013-04-27 Allan McRae <allan@archlinux.org>
23447
23448 * sysdeps/i386/fpu/libm-test-ulps: Update.
23449
f0302940
JM
234502013-04-26 Joseph Myers <joseph@codesourcery.com>
23451
9457fd95
JM
23452 [BZ #15406]
23453 * math/s_catan.c: Include <float.h>.
23454 (__catan): Ensure underflow exception occurs for underflowed
23455 result.
23456 * math/s_catanf.c: Include <float.h>.
23457 (__catanf): Ensure underflow exception occurs for underflowed
23458 result.
23459 * math/s_catanh.c: Include <float.h>.
23460 (__catanh): Ensure underflow exception occurs for underflowed
23461 result.
23462 * math/s_catanhf.c: Include <float.h>.
23463 (__catanhf): Ensure underflow exception occurs for underflowed
23464 result.
23465 * math/s_catanhl.c: Include <float.h>.
23466 (__catanhl): Ensure underflow exception occurs for underflowed
23467 result.
23468 * math/s_catanl.c: Include <float.h>.
23469 (__catanl): Ensure underflow exception occurs for underflowed
23470 result.
23471 * math/libm-test.inc (catan_test): Add more tests.
23472 (catanh_test): Likewise.
23473
f0302940
JM
23474 [BZ #15405]
23475 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23476 underflowed result.
23477 * math/s_ccoshf.c (__ccoshf): Likewise.
23478 * math/s_ccoshl.c (__ccoshl): Likewise.
23479 * math/s_csin.c (__csin): Likewise.
23480 * math/s_csinf.c (__csinf): Likewise.
23481 * math/s_csinh.c (__csinh): Likewise.
23482 * math/s_csinhf.c (__csinhf): Likewise.
23483 * math/s_csinhl.c (__csinhl): Likewise.
23484 * math/s_csinl.c (__csinl): Likewise.
23485 * math/libm-test.inc (ccos_test): Add more tests.
23486 (ccosh_test): Likewise.
23487 (csin_test): Likewise.
23488 (csinh_test): Likewise.
23489
aa630f59
AZ
234902013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23491
23492 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23493 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23494 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23495 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23496 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23497 powerpc/power5+/fpu folders.
23498 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23499
23500
1b835983
MT
235012013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
23502
23503 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23504
73709b26
JM
235052013-04-25 Joseph Myers <joseph@codesourcery.com>
23506
23507 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23508 additions to variable.
23509 [$(config-machine) = x86_64] (modules-names): Likewise.
23510 ($(objpfx)tst-audit3): Remove dependency.
23511 ($(objpfx)tst-audit3.out): Likewise.
23512 ($(objpfx)tst-audit4): Likewise.
23513 ($(objpfx)tst-audit4.out): Likewise.
23514 ($(objpfx)tst-audit5): Likewise.
23515 ($(objpfx)tst-audit5.out): Likewise.
23516 ($(objpfx)tst-audit6): Likewise.
23517 ($(objpfx)tst-audit6.out): Likewise.
23518 ($(objpfx)tst-audit7): Likewise.
23519 ($(objpfx)tst-audit7.out): Likewise.
23520 (tst-audit3-ENV): Remove variable.
23521 (tst-audit4-ENV): Likewise.
23522 (tst-audit5-ENV): Likewise.
23523 (tst-audit6-ENV): Likewise.
23524 (tst-audit7-ENV): Likewise.
23525 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23526 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23527 addition to variable.
23528 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23529 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23530 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23531 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23532 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23533 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23534 tst-audit3, tst-audit4 and tst-audit5.
23535 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23536 tst-audit6 and tst-audit7.
23537 [$(subdir) = elf] (modules-names): Add audit modules for those
23538 tests.
23539 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23540 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23541 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23542 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23543 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23544 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23545 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23546 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23547 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23548 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23549 [$(subdir) = elf] (tst-audit3-ENV): New variable.
23550 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23551 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23552 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23553 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23554 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23555 Likewise.
23556 [$(subdir) = elf && $(config-cflags-avx) = yes]
23557 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23558 [$(subdir) = elf && $(config-cflags-avx) = yes]
23559 (CFLAGS-tst-auditmod4a.c): Likewise.
23560 [$(subdir) = elf && $(config-cflags-avx) = yes]
23561 (CFLAGS-tst-auditmod4b.c): Likewise.
23562 [$(subdir) = elf && $(config-cflags-avx) = yes]
23563 (CFLAGS-tst-auditmod6b.c): Likewise.
23564 [$(subdir) = elf && $(config-cflags-avx) = yes]
23565 (CFLAGS-tst-auditmod6c.c): Likewise.
23566 [$(subdir) = elf && $(config-cflags-avx) = yes]
23567 (CFLAGS-tst-auditmod7b.c): Likewise.
23568 * elf/tst-audit3.c: Move to ...
23569 * sysdeps/x86_64/tst-audit3.c: ... here.
23570 * elf/tst-audit4.c: Move to ...
23571 * sysdeps/x86_64/tst-audit4.c: ... here.
23572 * elf/tst-audit5.c: Move to ...
23573 * sysdeps/x86_64/tst-audit5.c: ... here.
23574 * elf/tst-audit6.c: Move to ...
23575 * sysdeps/x86_64/tst-audit6.c: ... here.
23576 * elf/tst-audit7.c: Move to ...
23577 * sysdeps/x86_64/tst-audit7.c: ... here.
23578 * elf/tst-auditmod3a.c: Move to ...
23579 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23580 * elf/tst-auditmod3b.c: Move to ...
23581 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23582 * elf/tst-auditmod4a.c: Move to ...
23583 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23584 * elf/tst-auditmod4b.c: Move to ...
23585 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23586 * elf/tst-auditmod5a.c: Move to ...
23587 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23588 * elf/tst-auditmod5b.c: Move to ...
23589 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23590 * elf/tst-auditmod6a.c: Move to ...
23591 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23592 * elf/tst-auditmod6b.c: Move to ...
23593 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23594 * elf/tst-auditmod6c.c: Move to ...
23595 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23596 * elf/tst-auditmod7a.c: Move to ...
23597 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23598 * elf/tst-auditmod7b.c: Move to ...
23599 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23600
1ef74943
PP
236012013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
23602
23603 [BZ #15366]
23604 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23605 define unconditionally.
23606 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23607 define unconditionally.
23608 (INT8_C, INT16_C, etc.): Likewise.
23609
93fd48c5
MR
236102013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
23611
ae9552cf
MR
23612 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23613 __ehdr_start with hidden visibility.
23614
93fd48c5
MR
23615 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23616
418601aa
CD
236172013-04-24 Carlos O'Donell <carlos@redhat.com>
23618
23619 * math/libm-test.inc (cos_test): Use accurate hex constants.
23620 (sincost_test): Likewise.
23621
2f38fbfe
JM
236222013-04-24 Joseph Myers <joseph@codesourcery.com>
23623
5e221800
JM
23624 * math/libm-test.inc (catan_test): Add more tests.
23625 (catanh_test): Likewise.
23626
77f143fd
JM
23627 * math/s_catanf.c (__catanf): Use suffixed floating-point
23628 constants.
23629 * math/s_catanhf.c (__catanhf): Likewise.
23630 * math/s_catanhl.c (__catanhl): Likewise.
23631 * math/s_catanl.c (__catanl): Likewise.
23632
2f38fbfe
JM
23633 [BZ #15394]
23634 * math/s_catan.c (__catan): Calculate imaginary part of result
23635 with log1p not log unless computing log of number close to 0.
23636 * math/s_catanf.c (__catanf): Likewise.
23637 * math/s_catanl.c (__catanl): Likewise.
23638 * math/s_catanh.c (__catanh): Calculate real part of result with
23639 log1p not log unless computing log of number close to 0.
23640 * math/s_catanhf.c (__catanhf): Likewise.
23641 * math/s_catanhl.c (__catanhl): Likewise.
23642 * math/libm-test.inc (catan_test): Add more tests.
23643 (catanh_test): Likewise.
23644 * sysdeps/i386/fpu/libm-test-ulps: Update.
23645 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23646
45d69176
SP
236472013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
23648
23649 * benchtests/Makefile: Mention files in which fast and slow
23650 paths of math functions are implemented.
23651
87f51853
RM
236522013-04-23 Roland McGrath <roland@hack.frob.com>
23653
23654 * sysdeps/posix/timespec_get.c: New file.
23655
3c026539
AZ
236562013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23657
23658 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23659 POWER.
23660 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23661 for POWER.
23662 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23663 powerpc/power5/fpu folders.
23664 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23665 * benchtests/Makefile: Add modf testcase.
23666 * benchtests/bench-modf.c: New file: Benchmark test for mo
23667
ff491d14
SP
236682013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
23669
23670 [BZ #14888]
23671 * time/Makefile (tests): Add tst-strptime-whitespace.
23672 * time/strptime_l.c (get_number): Use ISSPACE.
23673 (__strptime_internal): Likewise.
23674 * time/tst-strptime-whitespace.c: New test case.
23675
7ed3f4e8
AS
236762013-04-23 Andreas Schwab <schwab@linux-m68k.org>
23677
23678 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23679 member.
23680 (_nss_files_init): Set it here.
23681
5c95f7b6
HC
236822013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
23683
23684 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23685 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23686 unsigned.
23687
d34c9158
JBG
236882013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
23689
23690 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23691
2169712d
SP
236922013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
23693
23694 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23695 size just once.
23696
29c5de99
DM
236972013-04-21 David S. Miller <davem@davemloft.net>
23698
23699 * po/ru.po: Update Russion translation from translation project.
23700
ccdad15d
AC
237012013-04-17 Adam Conrad <adconrad@0c3.net>
23702
23703 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23704 and setfsgid.
23705
0f122b8d
CD
237062013-04-17 Carlos O'Donell <carlos@redhat.com>
23707
5c5b07da 23708 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 23709 * configure: Regenerate.
5c5b07da 23710 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
23711 Add example to error message.
23712 * sysdeps/i386/configure: Regenerate.
23713
037714dd
SP
237142013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
23715
23716 * benchtests/Makefile (bench): Add cos, tan, slowcos and
23717 slowtan.
23718 * benchtests/cos-inputs: New file.
23719 * benchtests/slowcos-inputs: New file.
23720 * benchtests/slowcos.c: New file.
23721 * benchtests/slowtan-inputs: New file.
23722 * benchtests/slowtan.c: New file.
23723 * benchtests/tan-inputs: New file.
23724
e913141d
RM
237252013-04-16 Roland McGrath <roland@hack.frob.com>
23726
23727 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23728 considered kosher.
23729
a2964074
SP
237302013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
23731
4856bcd2
SP
23732 * benchtests/Makefile: Include cppflags-iterator.mk to add
23733 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23734
a2964074
SP
23735 * Makefile.in (bench-clean): New target.
23736 * benchtests/Makefile (bench-clean): Likewise.
23737
9fbf9aca
DH
237382013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
23739
23740 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23741
207d1e2a
TS
237422013-04-15 Thomas Schwinge <thomas@codesourcery.com>
23743
23744 * stdio-common/tstdiomisc.c: Fix coding-style violation.
23745
306dfba9
AS
237462013-04-15 Andreas Schwab <schwab@suse.de>
23747
23748 * nscd/grpcache.c (cache_addgr): Properly check for short write.
23749 * nscd/initgrcache.c (addinitgroupsX): Likewise.
23750 * nscd/pwdcache.c (cache_addpw): Likewise.
23751 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
23752 more than recsize.
23753
206a6699
SP
237542013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23755
23756 * benchtests/Makefile (bench): Write all output to
23757 bench-out.tmp together.
23758
0582f6b3
AS
237592013-04-15 Andreas Schwab <schwab@suse.de>
23760
23761 * nscd/nscd.c (main): Don't fork again after closing files.
23762
acb4325f
SP
237632013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23764
5cb26d0a
SP
23765 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23766
acb4325f
SP
23767 * benchtests/Rules (bench-deps): Collect dependencies into a
23768 single variable. Add Makefile to dependencies.
23769 ($(objpfx)bench-%.c): Depend on bench-deps.
23770
47792506
RM
237712013-04-12 Roland McGrath <roland@hack.frob.com>
23772 Xavier Roche <roche+kml2@exalead.com>
23773
23774 [BZ #15361]
23775 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23776 just that it's a file descriptor.
23777 * manual/llio.texi (Synchronizing AIO Operations): Update description
23778 for EBADF error from aio_fsync.
23779
8fc1bee5
SP
237802013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23781
23782 * Rules (bench): Move target definition...
23783 * benchtests/Makefile: ... here.
23784
aba5e333
CD
237852013-04-11 Carlos O'Donell <carlos@redhat.com>
23786
23787 * math/libm-test.inc (cos_test): Fix PI/2 test.
23788 (sincos_test): Likewise.
23789 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23790 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23791
273cdee8
AS
237922013-04-11 Andreas Schwab <schwab@suse.de>
23793
6ecec3b6
AS
23794 [BZ #13988]
23795 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23796 accept exponent character only when digits were seen.
23797 * stdio-common/Makefile (tests): Add bug26.
23798 * stdio-common/bug26.c: New file.
23799
273cdee8
AS
23800 [BZ #14293]
23801 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23802 non-freeable.
23803
8da491f5
SP
238042013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23805
01dc6df9
SP
23806 * Makeconfig (rtld-prefix): Define built linker prefix.
23807 * Rules (run-bench): Use it.
23808 * math/Makefile (run-regen-ulps): Likewise.
23809
8da491f5
SP
23810 * Rules (bench): Remove eval.
23811
abe7f530
SP
238122013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23813 Roland McGrath <roland@hack.frob.com>
23814 Ondrej Bilka <neleai@seznam.cz>
23815
23816 [BZ #15346]
23817 * time/getdate.c: Include ctype.h and alloca.h.
23818 (__getdate_r): Trim leading and trailing spaces of input.
23819 * time/tst-getdate.c (tests): Add tests with leading and
23820 trailing spaces.
23821
61c23e62
RM
238222013-04-08 Roland McGrath <roland@hack.frob.com>
23823
23824 [BZ #14280]
23825 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23826 when computing value.
23827
7208a313
CD
238282013-04-06 Carlos O'Donell <carlos@redhat.com>
23829
085b2d41
CD
23830 * math/README.libm-test (How can I generate "libm-test-ulps"?):
23831 Use testrun.sh to run libm tests.
23832
7208a313
CD
23833 [BZ #15309]
23834 * elf/dl-open.c (dl_open_worker): memset all of seen array.
23835
872c0acd
MM
238362013-04-06 Marko Myllynen <myllynen@redhat.com>
23837
23838 [BZ #15264]
23839 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23840
26510bdd
CD
238412013-04-06 Carlos O'Donell <carlos@redhat.com>
23842
23843 * Makefile.in (regen-ulps): New target.
23844 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23845 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23846 [ifneq (no,$(PERL)] (regen-ulps): New target.
23847 [ifeq (no,$(PERL)] (regen-ulps): New target.
23848 * math/libm-test.inc (ulps_file_name): Define.
23849 (output_dir): New variable.
23850 (options): Add "output-dir" option.
23851 (parse_opt): Handle 'o' case.
23852 (main): If output_dir is non-NULL use it as a prefix
23853 otherwise use "".
23854 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23855
a01f19c8
CD
238562013-04-06 Carlos O'Donell <carlos@redhat.com>
23857
23858 [BZ #10060, #10062]
23859 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23860 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23861 fail configure if __sync_val_compare_and_swap is not inlined.
23862 * sysdeps/i386/configure: Regenerate.
23863 * configure.in: Build for i686 when configured for i386.
23864 * configure: Regenerate.
23865 * README: Remove i386 reference.
23866
b7a329a5
CD
238672013-04-06 Carlos O'Donell <carlos@redhat.com>
23868
23869 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23870 * sysdeps/s390/s390-64/sysdep.h: Likewise.
23871
bf0f50df
TS
238722013-04-05 Thomas Schwinge <thomas@codesourcery.com>
23873
ee091edf
TS
23874 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23875 (lmsnanval): New variables.
23876 (F): Add conversion tests.
23877 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23878 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23879
a8b792d6
TS
23880 * stdio-common/tstdiomisc.c (F): Properly collect individual
23881 tests' results.
23882
a1cbf437
TS
23883 [BZ #14686, #15336]
23884 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23885 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23886 Instead, use input NaN values or generate a qNaN by arithmetic
23887 operation. Also fix bugs to comply with the standard.
23888 * math/libm-test.inc (remainder_test): Add more tests.
23889
8b43a0c9
TS
23890 [BZ #15335, #15342]
23891 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23892 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23893 input NaN values or generate a qNaN by arithmetic operation.
23894
d91da4ce
TS
23895 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23896 unreachable code.
23897
bf0f50df
TS
23898 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23899 definitions.
23900
05e166c8
JM
239012013-04-03 Joseph Myers <joseph@codesourcery.com>
23902
23903 [BZ #14478]
23904 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23905 underflowed result.
23906 * math/s_cexpf.c (__cexpf): Likewise.
23907 * math/s_cexpl.c (__cexpl): Likewise.
23908 * math/libm-test.inc (cexp_test): Add more tests.
23909
1cef1b19
AS
239102013-04-03 Andreas Schwab <schwab@suse.de>
23911
23912 [BZ #15330]
23913 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23914 order arrays from heap if bigger than alloca cutoff.
23915
74d87055
TS
239162013-04-03 Thomas Schwinge <thomas@codesourcery.com>
23917
23918 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23919 (SNAN_TESTS_double): Refer to GCC PR56831.
23920 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23921 GCC PR56828.
23922
d755bba4
SP
239232013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23924
90d5d5bb
SP
23925 * Rules (bench): Move bench.out after the run is complete.
23926
73e0cd5d
SP
23927 * Rules (bench): Echo currently running benchmark.
23928
64aabd4b
SP
23929 * benchtests/Makefile (bench): Add atan and slowatan.
23930 * benchtests/atan-inputs: New file.
23931 * benchtests/slowatan-inputs: New file.
23932 * benchtests/slowatan.c: New file.
23933
c871eccd
SP
23934 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23935 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23936 its value.
23937
d755bba4
SP
23938 [BZ #15305]
23939 * sysdeps/unix/sysv/linux/kernel-features.h
23940 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23941 __ASSUME_XFS_RESTRICTED_CHOWN.
23942 * sysdeps/unix/sysv/linux/pathconf.c
23943 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23944 Save and restore errno.
23945
52ce4860
JM
239462013-04-02 Joseph Myers <joseph@codesourcery.com>
23947
23948 [BZ #15327]
23949 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23950 arguments using __kernel_casinh.
23951 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23952 arguments using __kernel_casinhf.
23953 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23954 arguments using __kernel_casinhl.
23955 * math/libm-test.inc (cacosh_test): Add more tests.
23956 * sysdeps/i386/fpu/libm-test-ulps: Update.
23957 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23958
81f311c2
SP
239592013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
23960
e7906a47
SP
23961 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23962 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23963
92e3664b
SP
23964 * bench/Makefile (bench): Add sin and slowsin.
23965 * benchtests/sin-inputs: New file.
23966 * benchtests/slowsin-inputs: New file.
23967 * benchtests/slowsin.c: New file.
23968
81f311c2
SP
23969 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23970 (bench): Add slowexp and slowpow.
23971 (exp-ITER): Increase iterations.
23972 (pow-ITER): Likewise.
23973 * benchtests/exp-inputs: Change input.
23974 * benchtests/pow-inputs: Likewise.
23975 * benchtests/slowexp-inputs: New file.
23976 * benchtests/slowexp.c: New file.
23977 * benchtests/slowpow-inputs: New file.
23978 * benchtests/slowpow.c: New file.
23979
ab0f1aa9
AZ
239802013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23981
23982 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23983 instructions.
23984 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23985 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23986 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23987 * benchtests/Makefile: Add rint benchtest.
23988 * benchtests/rint-inputs: Input for rint benchtest.
23989
57267616
TS
239902013-04-02 Thomas Schwinge <thomas@codesourcery.com>
23991
23992 * Versions.def (libm): Add GLIBC_2.18.
23993 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23994 hidden libm prototypes.
23995 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23996 * math/Makefile (libm-calls): Add s_issignaling.
23997 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23998 __issignalingf, __issignalingl. Adjust all libm.abilist files.
23999 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
24000 declaration.
24001 * math/math.h [__USE_GNU] (issignaling): New macro.
24002 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
24003 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
24004 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
24005 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
24006 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
24007 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
24008 * manual/arith.texi (issignaling): New section.
24009 * manual/libm-err-tab.pl (@all_functions): Update comment.
24010 * math/gen-libm-test.pl (parse_args): Apply special handling for
24011 issignaling.
24012 * math/libm-test.inc (print_float, issignaling_test): New
24013 functions.
24014 (check_float_internal): Add issignaling checks.
24015 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
24016 default definition.
24017 * sysdeps/powerpc/math-tests.h: New file.
24018 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
24019 tests.
24020 * math/test-snan.c (TEST_FUNC): Likewise.
24021
6142896d
DM
240222013-03-30 David S. Miller <davem@davemloft.net>
24023
24024 * po/de.po: Update from translation team.
24025
ccc8cadf
JM
240262013-03-30 Joseph Myers <joseph@codesourcery.com>
24027
24028 [BZ #10357]
24029 * math/k_casinh.c (__kernel_casinh): Handle arguments with
24030 imaginary part less than 1.0 and real part less than 0.5
24031 specially.
24032 * math/k_casinhf.c (__kernel_casinhf): Likewise.
24033 * math/k_casinhl.c (__kernel_casinhl): Likewise.
24034 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
24035 (cacos_test): Add more tests.
24036 (casin_test): Likewise.
24037 (casinh_test): Likewise.
24038 * sysdeps/i386/fpu/libm-test-ulps: Update.
24039 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24040
0f6a8d4b
SP
240412013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
24042
0d1029de
SP
24043 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
24044 ONE with its value.
24045
c2d94018
SP
24046 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
24047 (__pow_mp): Replace ONE and MONE with their values.
24048 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24049 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
24050 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
24051 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
24052 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24053 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24054
27ec37f1
SP
24055 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
24056
a64d7e0e
SP
24057 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
24058 (__pow_mp): Replace ZERO and MZERO with their values.
24059 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24060 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24061 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
24062 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
24063 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24064 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
24065 (__sqr): Likewise.
24066
d26dd3eb
SP
24067 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
24068
0f6a8d4b
SP
24069 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
24070
e57b0c61
RM
240712013-03-28 Roland McGrath <roland@hack.frob.com>
24072
24073 * include/stdlib.h [!SHARED] (__call_tls_dtors):
24074 Declare with __attribute__ ((weak)).
24075 * stdlib/exit.c (__libc_atexit) [!SHARED]:
24076 Call __call_tls_dtors only if it's not NULL.
24077
356b3480
RM
240782013-03-28 Roland McGrath <roland@hack.frob.com>
24079
288f7d79
RM
24080 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
24081 didn't do it already, then set _dl_phdr and _dl_phnum based on the
24082 magic __ehdr_start linker symbol if it's defined.
24083 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
24084 them up here if it was already done.
24085
dc0a0263
RM
24086 * elf/dl-support.c (_dl_phdr): Make pointer to const.
24087 (_dl_aux_init): Use const in cast when setting it.
24088 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
24089 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
24090 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
24091
3d3436ae
RM
24092 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
24093 Declare them here.
24094 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
24095 * csu/libc-tls.c: Nor here.
24096 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
24097
356b3480
RM
24098 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
24099 (__libc_message): Never call vsyslog.
24100
b0f1246a
AM
241012013-03-28 Alan Modra <amodra@gmail.com>
24102
24103 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
24104 Define as empty.
24105 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
24106 Likewise.
24107
fbbe2b9a
AZ
241082013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24109
24110 [BZ #15214]
24111 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
24112 underflow.
24113 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24114
1728ab37
SP
241152013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24116
7a86be6e
SP
24117 [BZ #15304]
24118 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
24119 Don't add gid passed as argument.
24120
1728ab37
SP
24121 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
24122
3a7182a1
JM
241232013-03-27 Joseph Myers <joseph@codesourcery.com>
24124
24125 [BZ #15307]
24126 * math/k_casinh.c (__kernel_casinh): Handle arguments with
24127 imaginary part between 1.0 and 1.5 and real part less than 0.5
24128 specially.
24129 * math/k_casinhf.c (__kernel_casinhf): Likewise.
24130 * math/k_casinhl.c (__kernel_casinhl): Likewise.
24131 * math/libm-test.inc (cacos_test): Add more tests.
24132 (casin_test): Likewise.
24133 (casinh_test): Likewise.
24134 * sysdeps/i386/fpu/libm-test-ulps: Update.
24135 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24136
6f2e90e7
SP
241372013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24138
5739f705
SP
24139 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
24140 constants.
24141 (norm): Likewise.
24142 (denorm): Likewise.
24143 (__dbl_mp): Likewise.
24144 (add_magnitudes): Likewise.
24145 (sub_magnitudes): Likewise.
24146 (__add): Likewise.
24147 (__sub): Likewise.
24148 (__mul): Likewise.
24149 (__sqr): Likewise.
24150 (__inv): Likewise.
24151 (__dvd): Likewise.
24152
e375e83d
SP
24153 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
24154 commented code.
24155 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
24156 (__dubcos): Likewise.
24157 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
24158 (__ieee754_acos): Likewise.
24159 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24160 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
24161 (__exp1): Likewise.
24162 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24163 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
24164 (log1): Likewise.
24165 (my_log2): Likewise.
24166 (checkint): Likewise.
24167 * sysdeps/ieee754/dbl-64/e_remainder.c
24168 (__ieee754_remainder): Likewise.
24169 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24170 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
24171 (bsloww): Likewise.
24172 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24173
6f2e90e7
SP
24174 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24175 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
24176 MANTISSA_STORE_T to store computations on mantissa. Use
24177 macros for rounding and division.
24178 (denorm): Likewise.
24179 (__dbl_mp): Likewise.
24180 (add_magnitudes): Likewise.
24181 (sub_magnitudes): Likewise.
24182 (__mul): Likewise.
24183 (__sqr): Likewise.
24184 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
24185 powers of two in terms of TWOPOW macro.
24186 (mp_no): Make type of mantissa as MANTISSA_T.
24187 [!RADIXI]: Define RADIXI.
24188 [!TWO52]: Define TWO52.
24189 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24190
fce14d4e
AZ
241912013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24192
24193 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
24194 llroundl symbol when building for PPC32.
24195
9ad027fb
MW
241962013-03-24 Mark H Weaver <mhw@netris.org>
24197
24198 * manual/arith.texi (Normalization Functions): Fix prototypes for
24199 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
24200
e42a38dd
AZ
242012013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24202
24203 [BZ #13889]
24204 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
24205 high value to check if expl overflow.
24206 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
24207 to check for underflow and overflow.
24208 * math/libm-test.inc: Add exp test.
24209
2e0fb521
DL
242102013-03-21 Dmitry V. Levin <ldv@altlinux.org>
24211
24212 [BZ #11120]
24213 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
24214 with NOT_IN_libc.
24215
b5784d95
AZ
242162013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24217
24218 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
24219 symbol.
24220
5aa4a1a1
TS
242212013-03-21 Thomas Schwinge <thomas@codesourcery.com>
24222
bdef0be7
TS
24223 * math/gen-libm-test.pl (parse_args, special_functions): Properly
24224 wrap blocks consisting of several statements.
24225
5aa4a1a1
TS
24226 * sysdeps/generic/math-tests.h: New file.
24227 * sysdeps/i386/fpu/math-tests.h: Likewise.
24228 * math/test-snan.c: Include it.
24229 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
24230
98c48fe5
JM
242312013-03-21 Joseph Myers <joseph@codesourcery.com>
24232
24233 [BZ #15285]
24234 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
24235 (__ieee754_j0l): Do not improve calculations using cos of twice
24236 input for inputs above LDBL_MAX / 2.0L.
24237 (__ieee754_y0l): Likewise.
24238 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
24239 (__ieee754_j1l): Do not improve calculations using cos of twice
24240 input for inputs above LDBL_MAX / 2.0L.
24241 (__ieee754_y1l): Likewise.
24242 * math/libm-test.inc (j0_test): Add another test.
24243 (j1_test): Likewise.
24244 (y0_test): Likewise.
24245 (y1_test): Likewise.
24246 * sysdeps/i386/fpu/libm-test-ulps: Update.
24247
3775a8bc
SP
242482013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24249
24250 * Rules ($(objpfx)bench-%.c): Include code from a C source
24251 file.
24252
0a1b2ae6
JM
242532013-03-21 Joseph Myers <joseph@codesourcery.com>
24254
24255 [BZ #15287]
24256 * math/k_casinh.c (__kernel_casinh): Handle arguments with
24257 imaginary part 1.0 and real part less than 0.5 specially.
24258 * math/k_casinhf.c (__kernel_casinhf): Likewise.
24259 * math/k_casinhl.c (__kernel_casinhl): Likewise.
24260 * math/libm-test.inc (cacos_test): Add more tests.
24261 (casin_test): Likewise.
24262 (casinh_test): Likewise.
24263 * sysdeps/i386/fpu/libm-test-ulps: Update.
24264 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24265
b33d4ce4
SP
242662013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24267
24268 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
24269 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
24270
bef0b507
JM
242712013-03-20 Joseph Myers <joseph@codesourcery.com>
24272
24273 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
24274 * config.make.in (config-cflags-sse4): Remove variable.
24275 (config-cflags-avx): Likewise.
24276 (config-cflags-sse2avx): Likewise.
24277 (config-cflags-novzeroupper): Likewise.
24278 (config-asflags-i686): Likewise.
24279 (have-mfma4): Likewise.
24280 (have-as-vis3): Likewise.
24281 (MIG): Likewise.
24282 * configure.in (MIG): Do not AC_SUBST.
24283 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
24284 (libc_cv_cc_sse4): Do not AC_SUBST.
24285 (libc_cv_cc_avx): Likewise.
24286 (libc_cv_cc_sse2avx): Likewise.
24287 (libc_cv_cc_novzeroupper): Likewise.
24288 (libc_cv_cc_fma4): Likewise.
24289 (libc_cv_as_i686): Likewise.
24290 (libc_cv_sparc_as_vis3): Likewise.
24291 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
24292 LIBC_CONFIG_VAR.
24293 (config-asflags-i686): Likewise.
24294 (config-cflags-avx): Likewise.
24295 (config-cflags-sse2avx): Likewise.
24296 (have-mfma4): Likewise.
24297 (config-cflags-novzeroupper): Likewise.
24298 * sysdeps/mach/configure.in (MIG): Likewise.
24299 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
24300 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
24301 LIBC_CONFIG_VAR.
24302 (config-cflags-avx): Likewise.
24303 (config-cflags-sse2avx): Likewise.
24304 (have-mfma4): Likewise.
24305 (config-cflags-novzeroupper): Likewise.
24306 * configure: Regenerated.
24307 * sysdeps/i386/configure: Likewise.
24308 * sysdeps/mach/configure: Likewise.
24309 * sysdeps/sparc/configure: Likewise.
24310 * sysdeps/x86_64/configure: Likewise.
24311
912cc4b3
RM
243122013-03-20 Roland McGrath <roland@hack.frob.com>
24313
24314 [BZ #14812]
24315 * locale/programs/localedef.c (options): Put N_ translation marker
24316 on argument names, not just descriptions.
24317
04eed2b0
MS
243182013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
24319
24320 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
24321
a065ceff
OB
243222013-03-20 Ondřej Bílka <neleai@seznam.cz>
24323
9bb2a810 24324 [BZ #14176]
a065ceff
OB
24325 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
24326
a600e5ce
RM
243272013-03-19 Roland McGrath <roland@hack.frob.com>
24328
24329 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
24330 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
24331 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
24332 [!BEFORE_ABORT] (before_abort): New function.
24333 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
24334 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
24335 (writev_for_fatal): New function.
24336 (WRITEV_FOR_FATAL): New macro; call that.
24337 (backtrace_and_maps): New function.
24338 (BEFORE_ABORT): New macro; call that.
24339 (struct str_list): Type removed.
24340 (__libc_message, __libc_fatal): Functions removed.
24341 Include <sysdeps/posix/libc_fatal.c> instead.
24342
6b18bea6
JM
243432013-03-19 Joseph Myers <joseph@codesourcery.com>
24344
24345 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
24346 constants.
24347 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
24348 double constants.
24349
aaa8cb4b
AS
243502013-03-19 Andreas Schwab <schwab@suse.de>
24351
44673770
AS
24352 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
24353 * sysdeps/gnu/configure: Regenerate.
24354
aaa8cb4b
AS
24355 * configure.in: Substitute libc_cv_rtlddir.
24356 * configure: Regenerate.
24357 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
24358 * Makeconfig (rtlddir, inst_rtlddir): New variables.
24359 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
24360 * elf/Makefile (install-others, CFLAGS-interp.c)
24361 (ldso_install, common-ldd-rewrite): Likewise.
24362 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
24363 $(inst_slibdir)/$(rtld-installed-name).
24364 * scripts/rellns-sh: Add -p option.
24365 * Makerules (make-shlib-link): Use rellns-sh to get relative name
24366 for source.
24367
d3cfc668
SP
243682013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24369
24370 * manual/nptl.texi: Renamed to ...
24371 * manual/threads.texi: ... this.
24372 * manual/Makefile (chapters): Update.
24373
0e2b9cdd
RM
243742013-03-18 Roland McGrath <roland@hack.frob.com>
24375
24376 [BZ #14812]
24377 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
24378 on argument names, not just descriptions.
0e2b9cdd
RM
24379 * malloc/memusagestat.c (options): Likewise.
24380 * nss/getent.c (options): Likewise.
63270c24
RM
24381
243822013-03-18 Benno Schulenberg <bensberg@justemail.net>
24383
24384 [BZ #14812]
24385 * iconv/iconv_prog.c (options): Put N_ translation marker
24386 on argument names, not just descriptions.
24387 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 24388
b2e1393c
OB
243892013-03-18 Ondrej Bilka <neleai@seznam.cz>
24390
24391 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
24392 implementation which is faster on all x86_64 architectures.
24393 Tested on AMD, Intel Nehalem, SNB, IVB.
24394 * sysdeps/x86_64/strnlen.S: Likewise.
24395
24396 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24397 Remove all multiarch strlen and strnlen versions.
24398 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24399 Remove strlen and strnlen related parts.
24400
24401 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
24402 Inline strlen part.
24403 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
24404
24405 * sysdeps/x86_64/multiarch/strlen.S: Remove.
24406 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
24407 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
24408 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
24409 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24410 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24411
ec4ff04d
CD
244122013-03-17 Carlos O'Donell <carlos@redhat.com>
24413
24414 * manual/memory.texi (Malloc Tunable Parameters):
24415 Sort parameters alphabetically. Add comments for missing entries.
24416
cd18e90a
DM
244172013-03-17 David S. Miller <davem@davemloft.net>
24418
24419 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24420
2a185d32
JM
244212013-03-16 Joseph Myers <joseph@codesourcery.com>
24422
d2f9799e
JM
24423 [BZ #15283]
24424 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24425 for arguments at most half maximum finite value.
24426 * math/libm-test.inc (j0_test): Add more tests.
24427 (j1_test): Likewise.
24428 (y0_test): Likewise.
24429 (y1_test): Likewise.
24430 * sysdeps/i386/fpu/libm-test-ulps: Update.
24431 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24432
2a185d32
JM
24433 [BZ #14155]
24434 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24435 1 / x and functions P and Q for arguments above 0x1p256L.
24436 (__ieee754_y0l): Likewise.
24437 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24438 (__ieee754_y1l): Likewise.
24439 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24440 (j1_test): Likewise.
24441 (y0_test): Likewise.
24442 (y1_test): Likewise.
24443
6cbec759
TS
244442013-03-16 Thomas Schwinge <thomas@codesourcery.com>
24445
24446 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24447 variable.
24448
bc16e260
RM
244492013-03-15 Roland McGrath <roland@hack.frob.com>
24450
aefc9b8c
RM
24451 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24452 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24453 zero since it's initialized to EXEC_PAGESIZE.
24454
bc16e260
RM
24455 * sysdeps/unix/sysv/linux/ldsodefs.h
24456 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24457 * sysdeps/generic/ldsodefs.h: ... here.
24458
a57da955
TS
244592013-03-15 Thomas Schwinge <thomas@codesourcery.com>
24460
af00a34d
TS
24461 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24462
495ded2c
TS
24463 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24464 math/test-snan.c.
24465 * math/test-snan.c: Renamed from
24466 sysdeps/powerpc/fpu/test-powerpc-snan.c.
24467 * math/Makefile (tests): Add test-snan.
24468 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24469 test-powerpc-snan.
24470
777b0332
TS
24471 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24472 SUFFIX. Initialize qNaN_var with __builtin_nan family of
24473 functions.
24474 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
24475 __builtin_nan family of functions.
24476 * math/libm-test.inc (initialize): Initialize qnan_value with
24477 __builtin_nan family of functions.
24478 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24479 Remove variables.
24480 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24481 Remove functions.
24482 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
24483 storage class. Initialize qNaN_var and sNaN_var with
24484 __builtin_nan and __builtin_nans families of functions,
24485 respectively.
24486
64d063b8
TS
24487 * math/libm-test.inc (acosh_test): Also test with qNaN input.
24488 (sqrt_test): Remove duplicate test with qNaN input.
24489 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24490 (round_test, signbit_test, significand_test): Note missing +/-Inf
24491 as well as qNaN tests.
24492
67e971f1
TS
24493 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24494 qNaN_var. Fix a few strings, too.
24495 * math/libm-test.inc (nan_value): Rename to qnan_value.
24496 * math/gen-libm-test.pl (%beautify): Adjust to that.
24497 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24498 * math/test-misc.c (main): Likewise.
24499 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24500 to __qnan_bytes, and __qnan_union, respectively.
24501 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24502 Likewise.
24503 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24504 and lqnanval, respectively.
24505 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24506 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24507 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24508 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24509
64487e12
TS
24510 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24511 * math/test-misc.c (main) [__x86_64__]: Enable test for long
24512 doubles.
24513
e015e27b
TS
24514 * math/test-misc.c (main): Fix copy'n'pastos.
24515 * misc/tst-efgcvt.c (special): Likewise.
24516
a57da955
TS
24517 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24518 Remove declarations.
24519
1e380345
SP
245202013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24521
24522 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24523 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24524 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24525 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24526
ef26eece
AZ
245272013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24528
24529 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24530 macro to return vdso values correctly in IFUNC implementations.
24531 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24532 Optimization by using IFUNC.
24533
8cfdb7e0
SP
245342013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24535 Richard Henderson <rth@redhat.com>
24536 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
24537
24538 * Makefile.in (bench): New target.
24539 * NEWS: Mention the benchmark framework.
24540 * Rules (bench): Likewise.
24541 (binaries-bench): Generate binaries for functions to
24542 benchmark.
24543 * benchtests/Makefile: New makefile for benchmark tests.
24544 * benchtests/bench-skeleton.c: New skeleton file for benchmark
24545 programs.
24546 * benchtests/exp-inputs: New input file for EXP function.
24547 * benchtests/pow-inputs: New input file for POW function.
24548 * scripts/bench.pl: New script to generate source files for
24549 benchmark programs.
24550
bcda9880
SP
245512013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24552
d22ca8cd
SP
24553 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24554 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24555 computations on mantissa. Use macros for rounding and
24556 division.
24557 (denorm): Likewise.
24558 (__dbl_mp): Likewise.
24559 (add_magnitudes): Likewise.
24560 (sub_magnitudes): Likewise.
24561 (__mul): Likewise.
24562 (__sqr): Likewise.
24563 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
24564 powers of two in terms of TWOPOW macro.
24565 (mp_no): Make type of mantissa as MANTISSA_T.
24566 [!RADIXI]: Define RADIXI.
24567 [!TWO52]: Define TWO52.
24568 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24569
bcda9880
SP
24570 * manual/nptl.texi (cindex): Modify threads to pthreads.
24571
06d5adfb
JM
245722013-03-15 Joseph Myers <joseph@codesourcery.com>
24573
24574 * sysdeps/x86_64/preconfigure: Regenerated.
24575
41c7328e
JM
245762013-03-14 Joseph Myers <joseph@codesourcery.com>
24577
24578 [BZ #14155]
24579 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24580 0x1p28 and above.
24581 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24582 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24583 0x1p28 and above.
24584 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24585 * math/libm-test.inc (j0_test): Do not allow one spurious
24586 underflow exception.
24587 (y1_test): Likewise.
24588
e25cfa60
SP
245892013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
24590
0409959c
SP
24591 * manual/Makefile (chapters): Add nptl.
24592 * manual/debug.texi (Debugging Support): Add link to Threads
24593 chapter.
24594 * manual/nptl.texi: New file.
24595
e25cfa60
SP
24596 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24597
58a1335e
PB
245982013-03-14 Petr Baudis <pasky@ucw.cz>
24599
24600 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24601 for non-NULL pointer before the memory validity test. Pointed
24602 out by Holger Brunck <holger.brunck@keymile.com>.
24603
9dc7c64f
AS
246042013-03-13 Andreas Schwab <schwab@suse.de>
24605
24606 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24607 instead of .os.
24608
54206aa6
JM
246092013-03-13 Joseph Myers <joseph@codesourcery.com>
24610
24611 * timezone/zic.c: Update from tzcode 2013b.
24612
e98cdb38
CD
246132013-03-12 Carlos O'Donell <carlos@redhat.com>
24614
24615 * manual/install.texi (Configuring and compiling):
24616 Mention i686 and i586.
24617 * INSTALL: Regenerate.
24618
9967e003
RM
246192013-03-12 Roland McGrath <roland@hack.frob.com>
24620
24621 * sysdeps/init_array/elf-init.c: New file.
24622 * csu/elf-init.c
24623 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24624 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24625
24626 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24627 __gmon_start__ as global, but as static with a .preinit_array pointer.
24628 * sysdeps/init_array/gmon-start.c: New file. Use that.
24629 * sysdeps/init_array/crti.S: New file, empty except for comments.
24630 * sysdeps/init_array/crtn.S: Likewise.
24631
e6b5a293 246322013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
24633
24634 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24635 definining bcopy.
80f844c9
OB
24636 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24637 Remove Prefer_SSE_for_memop.
24638 * sysdeps/x86_64/multiarch/init-arch.h: Remove
24639 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24640 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
24641 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24642 memset-x86-64.
80f844c9 24643 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 24644 Remove bzero, memset ifunc support.
80f844c9
OB
24645 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24646 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24647 * sysdeps/x86_64/multiarch/memset.S: Likewise.
24648 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24649
fb6b0fcb
AS
246502013-03-11 Andreas Schwab <schwab@suse.de>
24651
24652 [BZ #15234]
24653 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24654 by SHLIB_COMPAT.
24655 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24656 (GLIBC_2.16): Remove pthread_atfork.
24657
3e6bd4b1
PP
246582013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
24659
24660 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24661 (ptestcases.h): Likewise.
24662
222d7f00
RM
246632013-03-08 Roland McGrath <roland@hack.frob.com>
24664
24665 * Makeconfig ($(common-objpfx)config.status): Depend on
24666 sysdeps/*/preconfigure{,.in} too.
24667
1ba4f030
JM
246682013-03-08 Joseph Myers <joseph@codesourcery.com>
24669
a222d91a
JM
24670 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24671 (__free_hook): Use void * instead of __malloc_ptr_t.
24672 (__malloc_hook): Likewise.
24673 (__realloc_hook): Likewise.
24674 (__memalign_hook): Likewise.
24675 (__after_morecore_hook): Likewise.
24676 * malloc/arena.c (save_malloc_hook): Likewise.
24677 (save_free_hook): Likewise.
24678 * malloc/hooks.c (malloc_hook_ini): Likewise.
24679 (realloc_hook_ini): Likewise.
24680 (memalign_hook_ini): Likewise.
24681 * malloc/malloc.c (malloc_hook_ini): Likewise.
24682 (realloc_hook_ini): Likewise.
24683 (memalign_hook_ini): Likewise.
24684 (__free_hook): Likewise.
24685 (__malloc_hook): Likewise.
24686 (__realloc_hook): Likewise.
24687 (__memalign_hook): Likewise.
24688 (__libc_malloc): Likewise.
24689 (__libc_free): Likewise.
24690 (__libc_realloc): Likewise.
24691 (__libc_memalign): Likewise.
24692 (__libc_valloc): Likewise.
24693 (__libc_pvalloc): Likewise.
24694 (__libc_calloc): Likewise.
24695 (__posix_memalign): Likewise.
24696 * malloc/morecore.c (__sbrk): Likewise.
24697 (__default_morecore): Likewise.
24698
5cc45e10
JM
24699 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24700
dd54b864
JM
24701 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24702 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24703 __malloc_ptrdiff_t.
24704
1ba4f030
JM
24705 * malloc/malloc.h (__malloc_size_t): Remove macro.
24706 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24707 __malloc_size_t.
24708 (old_memalign_hook): Likewise.
24709 (old_realloc_hook): Likewise.
24710 (struct hdr): Likewise.
24711 (flood): Likewise.
24712 (mallochook): Likewise.
24713 (memalignhook): Likewise.
24714 (reallochook): Likewise.
24715 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24716 (tr_old_realloc_hook): Likewise.
24717 (tr_old_memalign_hook): Likewise.
24718 (tr_mallochook): Likewise.
24719 (tr_reallochook): Likewise.
24720 (tr_memalignhook): Likewise.
24721
edf66e57
AZ
247222013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24723
24724 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24725 default_ldbl_pack and using as default implementation.
24726 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24727 implementation.
24728 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24729 redundant definition.
24730 (ldbl_insert_mantissa): Likewise.
24731 (ldbl_canonicalize): Likewise.
24732 (ldbl_nearbyint): Likewise.
24733 (ldbl_pack): Rename to ldbl_pack_ppc.
24734 (ldbl_unpack): Rename to ldbl_unpack_ppc.
24735 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24736 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24737
6d9145d8
SP
247382013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
24739
24740 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24741 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24742 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24743 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24744 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24745 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24746 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24747 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24748
4dd4e157
AJ
247492013-03-07 Andreas Jaeger <aj@suse.de>
24750
24751 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24752 bits/mman-linux.h.
24753
adbb8027
SP
247542013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
24755
ce544b5b
SP
24756 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24757 Include mpa.h and declare __MPEXP.
24758 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24759 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24760 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24761 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24762 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24763 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24764 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24765
4cc149fd
SP
24766 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24767 (__slowpow): Use long double EXPL and LOGL functions to
24768 compute POW.
24769 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24770 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24771 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24772 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24773 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24774 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24775
e6ebd4a7
SP
24776 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24777 intermediate variable to calculate exponent.
24778 (__sqr): Likewise.
24779 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24780 Likewise.
24781 (__sqr): Likewise.
24782
82a9811d
SP
24783 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24784 [!NO__SQR]: Define __sqr.
24785 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24786 and NO__SQR. Remove all code except __mul and __sqr. Include
24787 sysdeps/ieee754/dbl-64/mpa.c.
24788 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24789
adbb8027
SP
24790 [BZ #12723]
24791 * posix/Makefile (tests): Add tst-pathconf.
24792 * posix/tst-pathconf.c: New test case.
24793 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24794 _PC_PIPE_BUF.
24795 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24796
39120df9
PF
247972013-03-06 Patsy Franklin <pfrankli@redhat.com>
24798
24799 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24800
67525cb8
AJ
248012013-03-06 Andreas Jaeger <aj@suse.de>
24802
664a9ce4
AJ
24803 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24804 definition via __MAP_ANONYMOUS.
24805
8e39047d
AJ
24806 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24807 it's not part of Linux headers.
24808
67525cb8
AJ
24809 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24810 (MAP_HUGE_MASK): Define.
24811
24812 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24813 Define.
24814 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24815 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24816 Define.
24817 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24818 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24819 Define.
24820 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24821 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24822 Define.
24823 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24824
24825 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24826 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24827 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24828 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24829 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24830 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24831
24832 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24833 Handle f2fs.
24834
24835 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24836 Handle f2fs and efivarfs.
24837
24838 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24839 f2fs.
24840
24841 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24842 (EFIVARFS_MAGIC): Add.
24843 (F2FS_LINK_MAX): Add.
24844
e1b42695
PP
248452013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
24846
24847 * stdio-common/vfprintf.c: Replace __builtin_expect with
24848 __glibc_unlikely.
24849
2d67d91a
JM
248502013-03-06 Joseph Myers <joseph@codesourcery.com>
24851
24852 [BZ #13550]
24853 * sysdeps/generic/bp-sym.h: Remove file.
24854 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24855 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24856 <bp-sym.h> and <bp-asm.h>.
24857 (__longjmp): Don't use BP_SYM.
24858 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24859 and <bp-asm.h>.
24860 (memcpy): Don't use BP_SYM.
24861 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24862 <bp-sym.h> and <bp-asm.h>.
24863 (memcpy): Don't use BP_SYM.
24864 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24865 <bp-asm.h>.
24866 (memcpy): Don't use BP_SYM.
24867 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24868 <bp-asm.h>.
24869 (memset): Don't use BP_SYM.
24870 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24871 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24872 (__bzero): Don't use BP_SYM.
24873 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24874 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24875 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24876 <bp-sym.h> and <bp-asm.h>.
24877 (memcmp): Don't use BP_SYM. Remove comment about bounded
24878 pointers.
24879 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24880 <bp-sym.h> and <bp-asm.h>.
24881 (memcpy): Don't use BP_SYM.
24882 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24883 <bp-sym.h> and <bp-asm.h>.
24884 (memset): Don't use BP_SYM.
24885 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24886 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24887 (__bzero): Don't use BP_SYM.
24888 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24889 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24890 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24891 <bp-sym.h> and <bp-asm.h>.
24892 (strncmp): Don't use BP_SYM. Remove comment about bounded
24893 pointers.
24894 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24895 <bp-sym.h> and <bp-asm.h>.
24896 (memcpy): Don't use BP_SYM.
24897 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24898 <bp-sym.h> and <bp-asm.h>.
24899 (memset): Don't use BP_SYM.
24900 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24901 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24902 (__bzero): Don't use BP_SYM.
24903 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24904 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24905 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24906 <bp-sym.h> and <bp-asm.h>.
24907 (__memchr): Don't use BP_SYM.
24908 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24909 <bp-sym.h> and <bp-asm.h>.
24910 (memcmp): Don't use BP_SYM. Remove comment about bounded
24911 pointers.
24912 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24913 <bp-sym.h> and <bp-asm.h>.
24914 (memcpy): Don't use BP_SYM.
24915 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24916 <bp-sym.h> and <bp-asm.h>.
24917 (__mempcpy): Don't use BP_SYM.
24918 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24919 <bp-sym.h> and <bp-asm.h>.
24920 (__memrchr): Don't use BP_SYM.
24921 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24922 <bp-sym.h> and <bp-asm.h>.
24923 (memset): Don't use BP_SYM.
24924 (__bzero): Likewise.
24925 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24926 <bp-sym.h> and <bp-asm.h>.
24927 (__rawmemchr): Don't use BP_SYM.
24928 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24929 <bp-sym.h> and <bp-asm.h>.
24930 (__STRCMP): Don't use BP_SYM.
24931 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24932 <bp-sym.h> and <bp-asm.h>.
24933 (strchr): Don't use BP_SYM.
24934 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24935 <bp-sym.h> and <bp-asm.h>.
24936 (__strchrnul): Don't use BP_SYM.
24937 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24938 <bp-sym.h> and <bp-asm.h>.
24939 (strlen): Don't use BP_SYM.
24940 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24941 <bp-sym.h> and <bp-asm.h>.
24942 (strncmp): Don't use BP_SYM. Remove comment about bounded
24943 pointers.
24944 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24945 <bp-sym.h> and <bp-asm.h>.
24946 (__strnlen): Don't use BP_SYM.
24947 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24948 <bp-sym.h> and <bp-asm.h>.
24949 (__GI__setjmp): Don't use BP_SYM.
24950 (_setjmp): Likewise.
24951 (__sigsetjmp): Likewise.
24952 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24953 (L(start_addresses)): Don't use BP_SYM.
24954 (_start): Likewise.
24955 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24956 <bp-asm.h>.
24957 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24958 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24959 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24960 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24961 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24962 <bp-asm.h>.
24963 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24964 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
24965 about bounded pointers.
24966 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24967 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24968 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24969 <bp-asm.h>.
24970 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24971 about bounded pointers. Remove GKM FIXME comments.
24972 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24973 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24974 <bp-asm.h>.
24975 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24976 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
24977 Remove GKM FIXME comments.
24978 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24979 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24980 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24981 <bp-asm.h>.
24982 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24983 about bounded pointers. Remove GKM FIXME comment.
24984 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24985 and <bp-asm.h>.
24986 (strncmp): Don't use BP_SYM. Remove comment about bounded
24987 pointers.
24988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24989 <bp-sym.h> and <bp-asm.h>.
24990 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24991 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24992 <bp-sym.h> and <bp-asm.h>.
24993 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
24994 comment.
24995
cdcf361f
PP
249962013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
24997
24998 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24999 call free(NULL).
25000
3c4a2b15
DM
250012013-03-05 David S. Miller <davem@davemloft.net>
25002
25003 * po/es.po: Update from translation team.
25004
cdcf361f 250052013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
25006
25007 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
25008 <bits/mman-linux.h>.
25009 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
25010 is fine.
25011 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
25012 <bits/mman-linux.h> to end of file.
25013 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
25014 is fine.
25015 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
25016 <bits/mman-linux.h> to end of file.
25017 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
25018 is fine.
25019 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
25020 <bits/mman-linux.h> to end of file.
25021
25022 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
25023 (MCL_CURRENT, MCL_FUTURE): Define here.
25024
5f67c04f
AK
250252013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25026
8a4473cc 25027 [BZ #15232]
5f67c04f
AK
25028 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
25029 attribute_hidden.
25030 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
25031
c3e94a95
AK
250322013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25033
25034 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
25035 fourth parameter needed for rt_sigprocmask syscall.
25036 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
25037 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
25038 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
25039 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
25040 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
25041 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
25042
cfb6382a
JM
250432013-03-04 Joseph Myers <joseph@codesourcery.com>
25044
25045 [BZ #13550]
25046 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
25047 comment about bounded pointers.
25048 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
25049 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
25050
539d8e01
AJ
250512013-03-04 Andreas Jaeger <aj@suse.de>
25052
25053 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
25054 common definitions.
25055
25056 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
25057 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
25058 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
25059 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
25060 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
25061 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
25062
2e167a70 250632013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
25064
25065 [BZ #15055]
25066 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
25067 __ieee754_sqrl instead of __sqrl.
25068
68508633
JM
250692013-03-01 Joseph Myers <joseph@codesourcery.com>
25070
25071 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
25072 * sysdeps/powerpc/fpu_control.h: ... here.
25073 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
25074 * sysdeps/powerpc/bits/fenvinline.h: ... here.
25075 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
25076 * sysdeps/powerpc/bits/mathinline.h: ... here.
25077
7775448e
RM
250782013-03-01 Roland McGrath <roland@hack.frob.com>
25079
25080 * elf/dl-hwcaps.c (_dl_important_hwcaps):
25081 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
25082 to just [NEED_DL_SYSINFO_DSO].
25083 * elf/dl-support.c: Likewise.
25084 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
25085 * elf/rtld.c (dl_main): Likewise.
25086 * elf/setup-vdso.h (setup_vdso): Likewise.
25087 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
25088 * sysdeps/unix/sysv/linux/dl-sysdep.c
25089 (_dl_discover_osversion): Likewise.
25090
4e9b5995
CD
250912013-03-01 Carlos O'Donell <carlos@redhat.com>
25092
25093 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
25094 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25095
e23872c8
SP
250962013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
25097
e5c74c63
SP
25098 * NEWS: Mention libm performance improvements and non-x86 PI
25099 futex support.
25100
e23872c8
SP
25101 * csu/libc-start.c (__pthread_initialize_minimal): Change
25102 function arguments.
25103 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25104
b5510883
JM
251052013-02-28 Joseph Myers <joseph@codesourcery.com>
25106
25107 [BZ #13550]
25108 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
25109 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
25110 <bp-sym.h> and <bp-asm.h>.
25111 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25112 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
25113 and <bp-asm.h>.
25114 (memcpy): Don't use BP_SYM.
25115 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
25116 <bp-asm.h>.
25117 (__mpn_add_n): Don't use BP_SYM.
25118 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
25119 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
25120 and <bp-asm.h>.
25121 (__mpn_addmul_1): Don't use BP_SYM.
25122 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25123 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
25124 <bp-sym.h>.
25125 (_setjmp): Don't use BP_SYM.
25126 (__novmx_setjmp): Likewise.
25127 (__GI__setjmp): Likewise.
25128 (__vmx_setjmp): Likewise.
25129 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
25130 <bp-sym.h>.
25131 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
25132 (__bzero): Don't use BP_SYM.
25133 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25134 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25135 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
25136 <bp-sym.h> and <bp-asm.h>.
25137 (memcpy): Don't use BP_SYM.
25138 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
25139 <bp-sym.h> and <bp-asm.h>.
25140 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25141 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
25142 <bp-sym.h> and <bp-asm.h>.
25143 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25144 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
25145 <bp-asm.h>.
25146 (__mpn_lshift): Don't use BP_SYM.
25147 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25148 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
25149 <bp-asm.h>.
25150 (memset): Don't use BP_SYM.
25151 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25152 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25153 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
25154 <bp-asm.h>.
25155 (__mpn_mul_1): Don't use BP_SYM.
25156 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25157 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
25158 <bp-sym.h> and <bp-asm.h>.
25159 (memcmp): Don't use BP_SYM.
25160 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
25161 <bp-sym.h> and <bp-asm.h>.
25162 (memcpy): Don't use BP_SYM.
25163 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
25164 <bp-sym.h> and <bp-asm.h>.
25165 (memset): Don't use BP_SYM.
25166 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
25167 <bp-sym.h> and <bp-asm.h>.
25168 (strncmp): Don't use BP_SYM.
25169 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
25170 <bp-sym.h> and <bp-asm.h>.
25171 (memcpy): Don't use BP_SYM.
25172 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
25173 <bp-sym.h> and <bp-asm.h>.
25174 (memset): Don't use BP_SYM.
25175 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
25176 <bp-sym.h> and <bp-asm.h>.
25177 (__memchr): Don't use BP_SYM.
25178 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
25179 <bp-sym.h> and <bp-asm.h>.
25180 (memcmp): Don't use BP_SYM.
25181 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
25182 <bp-sym.h> and <bp-asm.h>.
25183 (memcpy): Don't use BP_SYM.
25184 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
25185 <bp-sym.h> and <bp-asm.h>.
25186 (__mempcpy): Don't use BP_SYM.
25187 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
25188 <bp-sym.h> and <bp-asm.h>.
25189 (__memrchr): Don't use BP_SYM.
25190 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
25191 <bp-sym.h> and <bp-asm.h>.
25192 (memset): Don't use BP_SYM.
25193 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
25194 <bp-sym.h> and <bp-asm.h>.
25195 (__rawmemchr): Don't use BP_SYM.
25196 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
25197 <bp-sym.h> and <bp-asm.h>.
25198 (__STRCMP): Don't use BP_SYM.
25199 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
25200 <bp-sym.h> and <bp-asm.h>.
25201 (strchr): Don't use BP_SYM.
25202 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
25203 <bp-sym.h> and <bp-asm.h>.
25204 (__strchrnul): Don't use BP_SYM.
25205 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
25206 <bp-sym.h> and <bp-asm.h>.
25207 (strlen): Don't use BP_SYM.
25208 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
25209 <bp-sym.h> and <bp-asm.h>.
25210 (strncmp): Don't use BP_SYM.
25211 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
25212 <bp-sym.h> and <bp-asm.h>.
25213 (__strnlen): Don't use BP_SYM.
25214 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
25215 <bp-asm.h>.
25216 (__mpn_rshift): Don't use BP_SYM.
25217 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25218 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
25219 <bp-sym.h> and <bp-asm.h>.
25220 (__sigsetjmp): Don't use BP_SYM.
25221 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
25222 (L(start_addresses)): Don't use BP_SYM.
25223 (_start): Likewise.
25224 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
25225 <bp-asm.h>.
25226 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
25227 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25228 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25229 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
25230 <bp-asm.h>.
25231 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
25232 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25233 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25234 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
25235 <bp-asm.h>.
25236 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
25237 comments.
25238 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25239 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
25240 <bp-asm.h>.
25241 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
25242 FIXME comments.
25243 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25244 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25245 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
25246 <bp-asm.h>.
25247 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
25248 comment.
25249 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
25250 and <bp-asm.h>.
25251 (strncmp): Don't use BP_SYM,
25252 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
25253 <bp-asm.h>.
25254 (__mpn_sub_n): Don't use BP_SYM.
25255 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25256 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
25257 and <bp-asm.h>.
25258 (__mpn_submul_1): Don't use BP_SYM.
25259 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25260 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
25261 <bp-sym.h> and <bp-asm.h>.
25262 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
25264 <bp-sym.h> and <bp-asm.h>.
25265 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
25266 comment.
25267
8d19fe64
SP
252682013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25269
25270 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
25271 Use ZK to minimize writes to Z.
25272 (sub_magnitudes): Simplify code a bit.
25273 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
25274 Use ZK to minimize writes to Z.
25275 (sub_magnitudes): Simplify code a bit.
25276
85bd816a
RM
252772013-02-27 Roland McGrath <roland@hack.frob.com>
25278
25279 * csu/gmon-start.c: Add special exception to license text.
25280
b5977bf2
RH
252812013-02-27 Richard Henderson <rth@redhat.com>
25282
25283 * scripts/config.guess: Update from config.git.
25284 * scripts/config.sub: Likewise.
25285
11d6e2f2
SP
252862013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
25287
09c14ed2
SP
25288 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
25289
a688864e
SP
25290 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
25291
6295157a
SP
25292 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
25293
b8de2202
SP
25294 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
25295
11d6e2f2
SP
25296 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
25297
7e80ddb8
RM
252982013-02-26 Roland McGrath <roland@hack.frob.com>
25299
25300 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
25301 [$(build-shared = yes].
7e80ddb8 25302
7da6d9ed
SP
253032013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25304
45f05884
SP
25305 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
25306 (__mul): Reduce iterations for calculating mantissa.
25307
2236d359
SP
25308 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
25309 MPTWO.
25310 (__mpranred): Likewise.
25311
7da6d9ed
SP
25312 [BZ #15160]
25313 * malloc/memusagestat.c (main): Draw graphs for heap and stack
25314 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
25315
b7688c42
PE
253162013-02-26 Paul Eggert <eggert@cs.ucla.edu>
25317
25318 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
25319 Define __attribute__.
25320
53a5c423
SP
253212013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25322
25323 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
25324 unused.
25325 * posix/regex_internal.h (__attribute): Remove.
25326 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
25327 (re_string_context_at): Likewise.
25328 (bitset_not): Use __attribute__ and mark function as possibly
25329 unused.
25330 (bitset_merge): Likewise.
25331 (bitset_mask): Likewise.
25332 (re_string_char_size_at): Likewise.
25333 (re_string_wchar_at): Likewise.
25334 (re_string_elem_size_at): Likewise.
25335
60f5a8b5
SP
253362013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
25337
2a983a2e
SP
25338 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
25339 code.
25340 (cc32): Likewise.
25341
e69804d1
SP
25342 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
25343 (__acr): Likewise.
25344 (__cpy): Likewise.
25345 (norm): Likewise.
25346 (denorm): Likewise.
25347 (__dbl_mp): Likewise.
25348 (add_magnitudes): Likewise.
25349 (sub_magnitudes): Likewise.
25350 (__mul): Likewise.
25351 (__inv): Likewise.
25352
2f22a1e8
SP
25353 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
25354 style.
25355
8930ddc7
SP
25356 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
25357 style.
25358
dc60cb11
SP
25359 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
25360 code.
25361
60f5a8b5
SP
25362 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
25363 up changes with default code.
25364 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
25365 Likewise.
25366
b4d1fd33
AM
253672013-02-24 Allan McRae <allan@archlinux.org>
25368
faf6f8bc
AM
25369 * manual/socket.texi (The Internet Namespace): Order menu items
25370 to match that in the file.
25371
b4d1fd33
AM
25372 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
25373 node listing of the info page menu.
25374
2366713d
JM
253752013-02-21 Joseph Myers <joseph@codesourcery.com>
25376
25377 [BZ #13550]
25378 * sysdeps/i386/bp-asm.h: Remove file.
25379 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25380 (PARMS): Do not use macros from bp-asm.h.
25381 (S1): Likewise.
25382 (S2): Likewise.
25383 (SIZE): Likewise.
25384 (__mpn_add_n): Do not use BP_SYM
25385 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
25386 "bp-asm.h".
25387 (PARMS): Do not use macros from bp-asm.h.
25388 (S1): Likewise.
25389 (SIZE): Likewise.
25390 (__mpn_addmul_1): Do not use BP_SYM
25391 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
25392 "bp-asm.h".
25393 (PARMS): Do not use macros from bp-asm.h.
25394 (SIGMSK): Likewise.
25395 (_setjmp): Likewise. Do not use BP_SYM.
25396 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
25397 "bp-asm.h".
25398 (PARMS): Do not use macros from bp-asm.h.
25399 (SIGMSK): Likewise.
25400 (setjmp): Likewise. Do not use BP_SYM.
25401 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
25402 "bp-asm.h".
25403 (PARMS): Do not use macros from bp-asm.h.
25404 (__frexp): Do not use BP_SYM.
25405 (frexp): Likewise.
25406 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
25407 "bp-asm.h".
25408 (PARMS): Do not use macros from bp-asm.h.
25409 (__frexpf): Do not use BP_SYM.
25410 (frexpf): Likewise.
25411 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25412 "bp-asm.h".
25413 (PARMS): Do not use macros from bp-asm.h.
25414 (__frexpl): Do not use BP_SYM.
25415 (frexpl): Likewise.
25416 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25417 "bp-asm.h".
25418 (PARMS): Do not use macros from bp-asm.h.
25419 (__remquo): Do not use BP_SYM.
25420 (remquo): Likewise.
25421 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25422 "bp-asm.h".
25423 (PARMS): Do not use macros from bp-asm.h.
25424 (__remquof): Do not use BP_SYM.
25425 (remquof): Likewise.
25426 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25427 "bp-asm.h".
25428 (PARMS): Do not use macros from bp-asm.h.
25429 (__remquol): Do not use BP_SYM.
25430 (remquol): Likewise.
25431 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
25432 "bp-asm.h".
25433 (PARMS): Do not use macros from bp-asm.h.
25434 (DEST): Likewise.
25435 (SRC): Likewise.
25436 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
25437 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25438 "bp-asm.h".
25439 (PARMS): Do not use macros from bp-asm.h.
25440 (strlen): Do not use BP_SYM.
25441 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25442 "bp-asm.h".
25443 (PARMS): Do not use macros from bp-asm.h.
25444 (S1): Likewise.
25445 (S2): Likewise.
25446 (SIZE): Likewise.
25447 (__mpn_add_n): Do not use BP_SYM.
25448 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
25449 "bp-asm.h".
25450 (PARMS): Do not use macros from bp-asm.h.
25451 (S1): Likewise.
25452 (SIZE): Likewise.
25453 (__mpn_addmul_1): Do not use BP_SYM.
25454 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25455 weak_alias.
25456 (bzero): Likewise.
25457 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25458 "bp-asm.h".
25459 (PARMS): Do not use macros from bp-asm.h.
25460 (S): Likewise.
25461 (SIZE): Likewise.
25462 (__mpn_lshift): Do not use BP_SYM.
25463 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25464 "bp-asm.h".
25465 (PARMS): Do not use macros from bp-asm.h.
25466 (DEST): Likewise.
25467 (SRC): Likewise.
25468 (LEN): Likewise.
25469 (memcpy): Likewise. Do not use BP_SYM.
25470 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25471 libc_hidden_def and weak_alias.
25472 (mempcpy): Do not use BP_SYM in weak_alias.
25473 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25474 "bp-asm.h".
25475 (PARMS): Do not use macros from bp-asm.h.
25476 (DEST): Likewise.
25477 (LEN): Likewise.
25478 [!BZERO_P] (CHR): Likewise.
25479 (memset): Likewise. Do not use BP_SYM.
25480 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25481 "bp-asm.h".
25482 (PARMS): Do not use macros from bp-asm.h.
25483 (S1): Likewise.
25484 (SIZE): Likewise.
25485 (__mpn_mul_1): Do not use BP_SYM.
25486 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25487 "bp-asm.h".
25488 (PARMS): Do not use macros from bp-asm.h.
25489 (S): Likewise.
25490 (SIZE): Likewise.
25491 (__mpn_rshift): Do not use BP_SYM.
25492 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25493 "bp-asm.h".
25494 (PARMS): Do not use macros from bp-asm.h.
25495 (STR): Likewise.
25496 (CHR): Likewise.
25497 (strchr): Likewise. Do not use BP_SYM.
25498 (index): Do not use BP_SYM in weak_alias.
25499 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25500 "bp-asm.h".
25501 (PARMS): Do not use macros from bp-asm.h.
25502 (DEST): Likewise.
25503 (SRC): Likewise.
25504 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
25505 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25506 "bp-asm.h".
25507 (PARMS): Do not use macros from bp-asm.h.
25508 (strlen): Do not use BP_SYM.
25509 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25510 "bp-asm.h".
25511 (PARMS): Do not use macros from bp-asm.h.
25512 (S1): Likewise.
25513 (S2): Likewise.
25514 (SIZE): Likewise.
25515 (__mpn_sub_n): Do not use BP_SYM.
25516 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25517 "bp-asm.h".
25518 (PARMS): Do not use macros from bp-asm.h.
25519 (S1): Likewise.
25520 (SIZE): Likewise.
25521 (__mpn_submul_1): Do not use BP_SYM.
25522 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25523 "bp-asm.h".
25524 (PARMS): Do not use macros from bp-asm.h.
25525 (S1): Likewise.
25526 (S2): Likewise.
25527 (SIZE): Likewise.
25528 (__mpn_add_n): Do not use BP_SYM.
25529 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25530 weak_alias.
25531 (bzero): Likewise.
25532 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25533 "bp-asm.h".
25534 (PARMS): Do not use macros from bp-asm.h.
25535 (BLK2): Likewise.
25536 (LEN): Likewise.
25537 (memcmp): Do not use BP_SYM.
25538 (bcmp): Do not use BP_SYM in weak_alias.
25539 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25540 "bp-asm.h".
25541 (PARMS): Do not use macros from bp-asm.h.
25542 (DEST): Likewise.
25543 (SRC): Likewise.
25544 (LEN): Likewise.
25545 (memcpy): Likewise. Do not use BP_SYM.
25546 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25547 "bp-asm.h".
25548 (PARMS): Do not use macros from bp-asm.h.
25549 (DEST): Likewise.
25550 (SRC): Likewise.
25551 (LEN): Likewise.
25552 (memmove): Likewise. Do not use BP_SYM.
25553 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25554 "bp-asm.h".
25555 (PARMS): Do not use macros from bp-asm.h.
25556 (DEST): Likewise.
25557 (SRC): Likewise.
25558 (LEN): Likewise.
25559 (__mempcpy): Likewise. Do not use BP_SYM.
25560 (mempcpy): Do not use BP_SYM in weak_alias.
25561 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25562 "bp-asm.h".
25563 (PARMS): Do not use macros from bp-asm.h.
25564 (DEST): Likewise.
25565 (LEN): Likewise.
25566 [!BZERO_P] (CHR): Likewise.
25567 (memset): Likewise. Do not use BP_SYM.
25568 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25569 "bp-asm.h".
25570 (PARMS): Do not use macros from bp-asm.h.
25571 (STR2): Likewise.
25572 (strcmp): Do not use BP_SYM.
25573 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25574 "bp-asm.h".
25575 (PARMS): Do not use macros from bp-asm.h.
25576 (STR): Likewise.
25577 (DELIM): Likewise.
25578 [USE_AS_STRTOK_R] (SAVE): Likewise.
25579 (FUNCTION): Likewise. Do not use BP_SYM.
25580 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25581 aliases.
25582 (strtok_r): Likewise.
25583 (__GI___strtok_r): Likewise.
25584 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25585 (PARMS): Do not use macros from bp-asm.h.
25586 (S): Likewise.
25587 (SIZE): Likewise.
25588 (__mpn_lshift): Do not use BP_SYM.
25589 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25590 (PARMS): Do not use macros from bp-asm.h.
25591 (STR): Likewise.
25592 (CHR): Likewise.
25593 (__memchr): Do not use BP_SYM.
25594 (memchr): Do not use BP_SYM in weak_alias.
25595 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25596 (PARMS): Do not use macros from bp-asm.h.
25597 (BLK2): Likewise.
25598 (LEN): Likewise.
25599 (memcmp): Do not use BP_SYM.
25600 (bcmp): Do not use BP_SYM in weak_alias.
25601 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25602 (PARMS): Do not use macros from bp-asm.h.
25603 (S1): Likewise.
25604 (SIZE): Likewise.
25605 (__mpn_mul_1): Do not use BP_SYM.
25606 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25607 "bp-asm.h".
25608 (PARMS): Do not use macros from bp-asm.h.
25609 (STR): Likewise.
25610 (CHR): Likewise.
25611 (__rawmemchr): Do not use BP_SYM.
25612 (rawmemchr): Do not use BP_SYM in weak_alias.
25613 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25614 (PARMS): Do not use macros from bp-asm.h.
25615 (S): Likewise.
25616 (SIZE): Likewise.
25617 (__mpn_rshift): Do not use BP_SYM.
25618 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25619 (PARMS): Do not use macros from bp-asm.h.
25620 (SIGMSK): Likewise.
25621 (__sigsetjmp): Likewise. Do not use BP_SYM.
25622 * sysdeps/i386/start.S: Do not include "bp-sym.h".
25623 (_start): Do not use BP_SYM.
25624 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25625 (PARMS): Do not use macros from bp-asm.h.
25626 (DEST): Likewise.
25627 (SRC): Likewise.
25628 (__stpcpy): Likewise. Do not use BP_SYM.
25629 (stpcpy): Do not use BP_SYM in weak_alias.
25630 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25631 "bp-asm.h".
25632 (PARMS): Do not use macros from bp-asm.h.
25633 (DEST): Likewise.
25634 (SRC): Likewise.
25635 (LEN): Likewise.
25636 (__stpncpy): Likewise. Do not use BP_SYM.
25637 (stpncpy): Do not use BP_SYM in weak_alias.
25638 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25639 (PARMS): Do not use macros from bp-asm.h.
25640 (STR): Likewise.
25641 (CHR): Likewise.
25642 (strchr): Likewise. Do not use BP_SYM.
25643 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25644 "bp-asm.h".
25645 (PARMS): Do not use macros from bp-asm.h.
25646 (STR): Likewise.
25647 (CHR): Likewise.
25648 (__strchrnul): Likewise. Do not use BP_SYM.
25649 (strchrnul): Do not use BP_SYM in weak_alias.
25650 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25651 "bp-asm.h".
25652 (PARMS): Do not use macros from bp-asm.h.
25653 (STOP): Likewise.
25654 (strcspn): Do not use BP_SYM.
25655 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25656 "bp-asm.h".
25657 (PARMS): Do not use macros from bp-asm.h.
25658 (STR): Likewise.
25659 (STOP): Likewise.
25660 (strpbrk): Likewise. Do not use BP_SYM.
25661 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25662 "bp-asm.h".
25663 (PARMS): Do not use macros from bp-asm.h.
25664 (STR): Likewise.
25665 (CHR): Likewise.
25666 (strrchr): Likewise. Do not use BP_SYM.
25667 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25668 (PARMS): Do not use macros from bp-asm.h.
25669 (SKIP): Likewise.
25670 (strspn): Do not use BP_SYM.
25671 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25672 (PARMS): Do not use macros from bp-asm.h.
25673 (STR): Likewise.
25674 (DELIM): Likewise.
25675 (SAVE): Likewise.
25676 (FUNCTION): Likewise. Do not use BP_SYM.
25677 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25678 aliases.
25679 (strtok_r): Likewise.
25680 (__GI___strtok_r): Likewise.
25681 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25682 (PARMS): Do not use macros from bp-asm.h.
25683 (S1): Likewise.
25684 (S2): Likewise.
25685 (SIZE): Likewise.
25686 (__mpn_sub_n): Do not use BP_SYM.
25687 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25688 "bp-asm.h".
25689 (PARMS): Do not use macros from bp-asm.h.
25690 (S1): Likewise.
25691 (SIZE): Likewise.
25692 (__mpn_submul_1): Do not use BP_SYM.
25693 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25694 <bp-sym.h>.
25695 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25696 and <bp-asm.h>.
25697 (PARMS): Do not use macros from bp-asm.h.
25698 (FLAGS): Likewise.
25699 (PTID): Likewise.
25700 (TLS): Likewise.
25701 (CTID): Likewise.
25702 (__clone): Do not use BP_SYM.
25703 (clone): Do not use BP_SYM in weak_alias.
25704 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25705 and <bp-asm.h>.
25706 (PARMS): Do not use macros from bp-asm.h.
25707 (LEN): Likewise.
25708 (__mmap64): Do not use BP_SYM.
25709 (mmap64): Do not use BP_SYM in weak_alias.
25710 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25711 <bp-sym.h> and <bp-asm.h>.
25712 (PARMS): Do not use macros from bp-asm.h.
25713 (__posix_fadvise64_l64): Do not use BP_SYM.
25714 * sysdeps/unix/sysv/linux/i386/semtimedop.S
25715 (PARMS): Do not use macros from bp-asm.h.
25716 (NSOPS): Likewise.
25717 (semtimedop): Do not use BP_SYM.
25718 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25719 and <bp-asm.h>.
25720
582a3cff
AM
257212013-02-21 Allan McRae <allan@archlinux.org>
25722
25723 * manual/message.texi (Charset conversion in gettext):
25724 Move @end statement to beginning of line.
25725
bab8a695
SP
257262013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25727
80945231
SP
25728 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25729 static.
25730 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25731 Likewise.
25732
bab8a695
SP
25733 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25734 (denorm): Likewise.
25735 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25736 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25737
e21d7aa7
AK
257382013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25739
25740 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25741 tail-call to the resolved function if pltexit isn't needed.
25742
4c7a4263
SP
257432013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25744
25745 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25746 or Y being zero as being unlikely.
25747 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25748 Likewise.
25749
41f49342
CD
257502013-02-20 Carlos O'Donell <carlos@redhat.com>
25751
25752 * manual/nss.texi (System Databases and Name Service Switch):
25753 Remove frobnicate @pxref.
25754
50022a93
TS
257552013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25756
25757 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25758 __attribute__ ((unused)) to __attribute__ ((__unused__)).
25759
08cbd996
PM
257602013-02-20 Petr Machata <pmachata@redhat.com>
25761
25762 * elf/elf.h (R_ARM_TARGET1): New macro.
25763 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25764 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25765 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25766 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25767 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25768 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25769 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25770 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25771 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25772 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25773 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25774 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25775 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25776 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25777 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25778 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25779 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25780 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25781 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25782 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25783 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25784 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25785 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25786 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25787 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25788 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25789 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25790 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25791 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25792 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25793 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25794 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25795 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25796 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25797 (R_ARM_THM_GOT_BREL12): Likewise.
25798 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25799 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25800 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25801 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25802 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25803 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25804 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25805 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25806 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25807
c7b275d6
TS
258082013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25809
25810 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25811 __attribute_used__ to __attribute__ ((unused)).
25812
20cd7fb3
SP
258132013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
25814
25815 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25816 powerpc mpa.c.
25817 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25818 comment formatting.
25819 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25820
92945b52
JM
258212013-02-19 Joseph Myers <joseph@codesourcery.com>
25822
25823 [BZ #13550]
25824 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25825 Remove macro.
25826 (ENTER): Remove both macro definitions.
25827 (LEAVE): Likewise.
25828 (CHECK_BOUNDS_LOW): Likewise.
25829 (CHECK_BOUNDS_HIGH): Likewise.
25830 (CHECK_BOUNDS_BOTH): Likewise.
25831 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25832 (RETURN_BOUNDED_POINTER): Likewise.
25833 (RETURN_NULL_BOUNDED_POINTER): Likewise.
25834 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25835 (POP_ERRNO_LOCATION_RETURN): Likewise.
25836 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25837 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25838 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25839 macros.
25840 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25841 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25842 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25843 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25844 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25845 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25846 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25847 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25848 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25849 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25850 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25851 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25852 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25853 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25854 removed macros.
25855 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25856 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25857 macros.
25858 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25859 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25860 * sysdeps/i386/i586/memset.S (memset): Likewise.
25861 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25862 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25863 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25864 macros.
25865 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25866 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25867 Change uses of L(2) to L(out).
25868 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25869 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25870 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25871 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25872 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25873 removed macros.
25874 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25875 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25876 macros.
25877 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25878 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25879 (RETURN): Do not use macro LEAVE.
25880 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25881 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25882 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25883 * sysdeps/i386/i686/memset.S (memset): Likewise.
25884 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25885 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25886 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25887 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25888 Likewise.
25889 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25890 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
25891 L(1_2) and L(1_3) into L(1).
25892 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25893 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25894 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25895 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25896 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25897 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25898 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25899 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25900 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25901 macros.
25902 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25903 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25904 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25905 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25906 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25907 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25908 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25909 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25910 * sysdeps/i386/strcspn.S (strcspn): Likewise.
25911 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25912 * sysdeps/i386/strrchr.S (strrchr): Likewise.
25913 * sysdeps/i386/strspn.S (strspn): Likewise.
25914 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25915 conditional code.
25916 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25917 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25918 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25919 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
25920 L(1_3) into L(1_1).
25921 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25922 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25923 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25924 macros.
25925 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25926
2389741a
JJ
259272013-02-19 Jakub Jelinek <jakub@redhat.com>
25928
25929 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25930 macro.
25931
2016b3cd
SP
259322013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25933
e4f22324
SP
25934 * math/atest-exp.c (exp_mpn): Remove ROUND.
25935 * math/atest-exp2.c (exp_mpn): Likewise.
25936 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25937
2016b3cd
SP
25938 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25939 * stdlib/tst-tls-atexit-lib.c: Likewise.
25940 * stdlib/tst-tls-atexit.c: Likewise.
25941
4be9b544
MF
259422013-02-18 Mike Frysinger <vapier@gentoo.org>
25943
25944 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25945 and __attribute_alloc_size__.
25946
2f62b9ee
MF
259472013-02-18 Mike Frysinger <vapier@gentoo.org>
25948
25949 * include/programs/xmalloc.h: Change __attribute_alloc_size to
25950 __attribute_alloc_size__.
25951 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25952 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25953
6ff444c4
MF
259542013-02-18 Mike Frysinger <vapier@gentoo.org>
25955
25956 * include/programs/xmalloc.h: New file.
25957 * catgets/gencat.c: Include it.
25958 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25959 * elf/pldd.c: Likewise.
25960 * iconv/iconv_charmap.c: Likewise.
25961 * iconv/iconvconfig.c: Likewise.
25962 * iconv/strtab.c: Likewise.
25963 * locale/programs/locale.c: Likewise.
25964 * locale/programs/localedef.h: Likewise.
25965 * locale/programs/simple-hash.c: Likewise.
25966 * nscd/nscd.h: Likewise.
25967 * nss/makedb.c: Likewise.
25968 * sysdeps/generic/ldconfig.h: Likewise.
25969
be179c8a
SP
259702013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25971
ba384f6e
SP
25972 * Versions.def: Add GLIBC_2.18.
25973 * include/link.h (struct link_map): New member l_tls_dtor_count.
25974 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25975 (__call_tls_dtors): Likewise.
25976 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25977 __cxa_thread_atexit_impl.
25978 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25979 Likewise.
25980 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25981 Likewise.
25982 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25983 Likewise.
25984 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25985 Likewise.
25986 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25987 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25988 Likewise.
25989 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25990 Likewise.
25991 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25992 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25993 Likewise.
25994 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25995 (tests): Add test case tst-tls-atexit.
25996 (modules-names): Add shared library for tst-tls-atexit.
85891aca 25997 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
25998 (GLIBC_PRIVATE): Add __call_tls_dtors.
25999 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
26000 for libstdc++.
26001 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
26002 * stdlib/tst-tls-atexit.c: New test case.
26003 * stdlib/tst-tls-atexit-lib.c: New test case.
26004
ffaa74cf 26005 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 26006
be179c8a
SP
26007 * elf/Versions (ld): Add _dl_find_dso_for_object.
26008 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
26009 * elf/dl-open.c (_dl_find_dso_for_object): New function.
26010 (dl_open_worker): Use _dl_find_dso_for_object.
26011 * elf/dl-sym.c (do_sym): Likewise.
26012 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
26013
f78b5caa
AK
260142013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26015
26016 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
26017 Syntactic changes only.
26018 (_dl_runtime_profile): Do a tail-call to the resolved function.
26019
29691210
JM
260202013-02-17 Joseph Myers <joseph@codesourcery.com>
26021
26022 [BZ #13550]
26023 * sysdeps/x86_64/bp-asm.h: Remove file.
26024 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
26025 <bp-sym.h> and <bp-asm.h>.
26026 (__clone): Do not use BP_SYM.
26027 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
26028 <bp-sym.h> and <bp-asm.h>.
26029 * sysdeps/unix/x86_64/sysdep.S: Likewise.
26030 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
26031 "bp-asm.h".
26032 (_setjmp): Do not use BP_SYM.
26033 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
26034 "bp-asm.h".
26035 (setjmp): Do not use BP_SYM.
26036 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
26037 libc_hidden_def.
26038 (mempcpy): Do not use BP_SYM in weak_alias.
26039 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
26040 "bp-asm.h".
26041 (strchr): Do not use BP_SYM.
26042 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
26043 "bp-asm.h".
26044 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
26045 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
26046 (_start): Do not use BP_SYM.
26047 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
26048 "bp-asm.h".
26049 (strcat): Do not use BP_SYM.
26050 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
26051 "bp-asm.h".
26052 (STRCMP): Do not use BP_SYM.
26053 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
26054 "bp-asm.h".
26055 (STRCPY): Do not use BP_SYM.
26056 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
26057 "bp-asm.h".
26058 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
26059 "bp-asm.h".
26060 (FUNCTION): Do not use BP_SYM.
26061 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
26062 weak_alias.
26063 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
26064
f238fd19
AJ
260652013-02-17 Andreas Jaeger <aj@suse.de>
26066
26067 * time/Versions: Sort entries.
26068 * string/Versions: Likewise.
26069 * resolv/Versions: Likewise.
26070 * posix/Versions: Likewise.
26071 * iconv/Versions: Likewise.
26072 * elf/Versions: Likewise.
26073 * wcsmbs/Versions: Likewise.
26074
bd07f23c 260752013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 26076
22af19f9
SP
26077 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
26078 loop termination condition.
26079
4709fe76
SP
26080 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
26081 variable to calculate EZ.
26082 (__sqr): Likewise.
2d0e0f29
SP
26083
26084 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
26085 the lower precision input.
26086
daaa7713
JM
260872013-02-15 Joseph Myers <joseph@codesourcery.com>
26088
26089 [BZ #13550]
26090 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
26091 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
26092 (run-via-rtld-prefix): Do not handle %-bp tests.
26093 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
26094 (all-object-suffixes): Remove .ob.
26095 (bppfx): Remove variable.
26096 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
26097 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
26098 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
26099 [$(build-bounded) = yes] (libtype.ob): Likewise.
26100 * Makerules (elide-routines.ob): Remove variable.
26101 (do-tests-clean): Do not handle *-bp.out.
26102 (common-mostlyclean): Do not handle *-bp and *-bp.out.
26103 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
26104 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
26105 (tests): Do not include $(tests-bp.out).
26106 (xtests): Do not include $(xtests-bp.out).
26107 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
26108 [$(build-bounded) = yes] ($(addprefix
26109 $(objpfx),$(binaries-bounded))): Remove rule.
26110 ($(objpfx)%-bp.out): Remove rule.
26111 * config.make.in (build-bounded): Remove variable.
26112 * crypt/Makefile [$(build-bounded) = yes]
26113 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
26114 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
26115 append to variable.
26116 [$(build-bounded) = yes] (install-lib): Likewise.
26117 [$(build-bounded) = yes] (generated): Likewise.
26118 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
26119 Remove rule.
26120 * intl/Makefile [$(build-bounded) = yes]
26121 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
26122 * math/Makefile [$(build-bounded) = yes]
26123 ($(tests:%=$(objpfx)%-bp): Likewise.
26124 * misc/Makefile [$(build-bounded) = yes]
26125 ($(objpfx)tst-tsearch-bp): Likewise.
26126 * nptl/Makeconfig (bounded-thread-library): Remove variable.
26127 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
26128 Remove dependency.
26129 * string/Makefile (o-objects.ob): Remove variable.
26130 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
26131 (CFLAGS-.ob): Remove variable.
26132 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
26133 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
26134 both definitions of variable.
26135 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
26136 (ASFLAGS-.ob): Remove variable.
26137
e97ed6dd
JM
261382013-02-14 Joseph Myers <joseph@codesourcery.com>
26139
2bdd4ca6
JM
26140 [BZ #13550]
26141 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
26142 Remove __BOUNDED_POINTERS__ from condition.
26143 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
26144 * string/bits/string2.h [!__NO_STRING_INLINES &&
26145 !__BOUNDED_POINTERS__]: Likewise.
26146 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
26147 Likewise.
26148 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
26149 Remove conditional code.
26150 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
26151 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
26152 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
26153 condition.
26154
e97ed6dd
JM
26155 [BZ #13550]
26156 * csu/libc-start.c: Do not include <bp-sym.h>.
26157 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
26158 * elf/dl-open.c: Do not include <bp-sym.h>.
26159 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
26160 * math/fegetenv.c: Do not include <bp-sym.h>.
26161 (fegetenv): Do not use BP_SYM in versioned symbols.
26162 * nptl/sysdeps/pthread/bits/libc-lockP.h
26163 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
26164 <bp-sym.h>.
26165 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26166 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
26167 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26168 (__pthread_mutex_destroy): Likewise.
26169 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26170 (__pthread_mutex_lock): Likewise.
26171 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26172 (__pthread_mutex_trylock): Likewise.
26173 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26174 (__pthread_mutex_unlock): Likewise.
26175 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26176 (__pthread_mutexattr_init): Likewise.
26177 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26178 (__pthread_mutexattr_destroy): Likewise.
26179 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26180 (__pthread_mutexattr_settype): Likewise.
26181 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26182 (__pthread_rwlock_init): Likewise.
26183 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26184 (__pthread_rwlock_destroy): Likewise.
26185 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26186 (__pthread_rwlock_rdlock): Likewise.
26187 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26188 (__pthread_rwlock_tryrdlock): Likewise.
26189 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26190 (__pthread_rwlock_wrlock): Likewise.
26191 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26192 (__pthread_rwlock_trywrlock): Likewise.
26193 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26194 (__pthread_rwlock_unlock): Likewise.
26195 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26196 (__pthread_key_create): Likewise.
26197 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26198 (__pthread_setspecific): Likewise.
26199 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26200 (__pthread_getspecific): Likewise.
26201 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
26202 Likewise.
26203 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26204 (_pthread_cleanup_push_defer): Likewise.
26205 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26206 (_pthread_cleanup_pop_restore): Likewise.
26207 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26208 (pthread_setcancelstate): Likewise.
26209 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
26210 <bp-sym.h>.
26211 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
26212 (memchr): Do not use BP_SYM in weak_alias.
26213 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
26214 (fegetenv): Do not use BP_SYM in versioned symbols.
26215 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
26216 (fesetenv): Do not use BP_SYM in versioned symbols.
26217 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26218 (feupdateenv): Do not use BP_SYM in versioned symbols.
26219 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26220 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26221 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
26222 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
26223 (open64): Do not use BP_SYM in weak_alias.
26224 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
26225 (fegetenv): Do not use BP_SYM in versioned symbols.
26226 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
26227 (fesetenv): Do not use BP_SYM in versioned symbols.
26228 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26229 (feupdateenv): Do not use BP_SYM in versioned symbols.
26230 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
26231 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
26232 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
26233 (feraiseexcept): Do not use BP_SYM in versioned symbols.
26234 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26235 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26236 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
26237 <bp-sym.h>.
26238 (__libc_start_main): Do not use BP_SYM.
26239
d6752ccd
SP
262402013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26241
cb57ce60
SP
26242 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
26243 redundant return line.
26244 (norm): Likewise.
26245 (denorm): Likewise.
26246 (dbl_mp): Likewise.
26247 (sub_magnitudes): Likewise.
26248 (__add): Likewise.
26249 (__sub): Likewise.
26250 (__mul): Likewise.
26251 (__inv): Likewise.
26252 (__dvd): Likewise.
26253 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
26254 (norm): Likewise.
26255 (denorm): Likewise.
26256 (dbl_mp): Likewise.
26257 (sub_magnitudes): Likewise.
26258 (__add): Likewise.
26259 (__sub): Likewise.
26260 (__mul): Likewise.
26261 (__inv): Likewise.
26262 (__dvd): Likewise.
26263
f414520d
SP
26264 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
26265 instead of __mul.
26266 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
26267 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
26268 (cc32): Likewise.
26269
d6752ccd
SP
26270 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
26271 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
26272 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
26273 of __mul for squares.
26274 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
26275 function
26276 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
26277 Likewise.
26278 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
26279 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26280
70d9946a
JM
262812013-02-13 Joseph Myers <joseph@codesourcery.com>
26282
26283 [BZ #13550]
26284 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
26285 code.
26286 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
26287 prototype or function definition. Rename ubp_* variables and
26288 parameters. Remove argv definitions conditional on
26289 [__BOUNDED_POINTERS__].
26290 * debug/backtrace.c (__backtrace): Do not use __unbounded.
26291 * elf/dl-runtime.c (_dl_fixup): Likewise.
26292 * include/set-hooks.h (RUN_HOOK): Likewise.
26293 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
26294 definition.
26295 * string/strcpy.c (strcpy): Do not use __unbounded.
26296 * sysdeps/generic/frame.h (struct layout): Likewise.
26297 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
26298 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
26299 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
26300 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
26301 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
26302 (__backtrace): Likewise.
26303 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
26304 use __ptrvalue.
26305 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
26306 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
26307 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
26308 Likewise.
26309 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
26310 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
26311 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
26312 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26313 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
26314 Do not use __unbounded.
26315 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
26316 Rename __unboundedrlimits parameter to rlimits in prototype.
26317 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
26318 Do not use __unbounded.
26319 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
26320 not use __ptrvalue.
26321 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26322 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
26323 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26324 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
26325 __ptrvalue or __unbounded.
26326 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
26327 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
26328 use __unbounded.
26329 (__new_msgctl): Do not use __ptrvalue.
26330 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
26331 __unbounded.
26332 (__libc_msgrcv): Do not use __ptrvalue.
26333 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
26334 startup_info): Do not use __unbounded.
26335 (__libc_start_main): Likewise. Rename ubp_* variables and
26336 parameters. Remove argv definitions conditional on
26337 [__BOUNDED_POINTERS__].
26338 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
26339 __ptrvalue.
26340 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
26341 use __unbounded.
26342 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
26343 or __ptrvalue.
26344 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
26345 use __unbounded.
26346 (__new_shmctl): Do not use __ptrvalue.
26347 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
26348 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
26349 Likewise.
26350 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
26351 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
26352 (__libc_sigaction): Likewise.
26353 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
26354 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
26355 Likewise.
26356 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26357
cc7834d6
OB
263582013-02-13 Ondřej Bílka <neleai@seznam.cz>
26359
ffb1ec7b 26360 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
26361
26362 * string/mempcpy.c: Implement by calling memcpy.
26363
bdf02814
SP
263642013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26365
c2af38aa
SP
26366 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
26367
4e92d59e
SP
26368 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
26369 evaluation.
26370
909279a5
SP
26371 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
26372 values in the mantissa.
26373
bdf02814
SP
26374 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
26375 minimize writes to Z.
26376 (sub_magnitudes): Simplify code a bit.
26377
cd525923
RM
263782013-02-12 Roland McGrath <roland@hack.frob.com>
26379
26380 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
26381 from the message. The linker prefixes all warnings with that already.
26382
7e2f0d2d
AS
263832013-02-12 Andreas Schwab <schwab@suse.de>
26384
a445af0b
AS
26385 [BZ #15078]
26386 * posix/regexec.c (extend_buffers): Add parameter min_len.
26387 (check_matching): Pass minimum needed length.
26388 (clean_state_log_if_needed): Likewise.
26389 (get_subexp): Likewise.
26390 * posix/Makefile (tests): Add bug-regex34.
26391 (bug-regex34-ENV): Define.
26392 * posix/bug-regex34.c: New file.
26393
7e2f0d2d
AS
26394 [BZ #11561]
26395 * posix/regcomp.c (parse_bracket_exp): When looking up collating
26396 elements compare against the byte sequence of it, not its name.
26397 * posix/Makefile (tests): Add bug-regex35.
26398 (bug-regex35-ENV): Define.
26399 * posix/bug-regex35.c: New file.
26400
a175b684
TV
264012013-02-11 Tom de Vries <tom@codesourcery.com>
26402
26403 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
26404 comment.
26405 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
26406 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
26407 (CHECK_EOL): Add undef.
26408
310998fe 264092013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
26410
26411 * bits/stdlib-bsearch.h: New file.
26412 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 26413 * stdlib/stdlib.h: Likewise.
41eda41d 26414
8ded91fb
RM
264152013-02-11 Roland McGrath <roland@hack.frob.com>
26416
26417 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26418 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26419 declaration.
26420 * manual/search.texi (Array Search Function): Add missing const in
26421 lfind prototype.
26422 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26423 declaration to use rlim_t.
26424 (Basic Scheduling Functions): Remove erroneous const from
26425 sched_getparam prototype. Remove erroneous * from
26426 sched_get_priority_max and sched_get_priority_min prototypes.
26427 (Resource Usage): Fix summary @comment on vtimes to refer to
26428 sys/vtimes.h rather than vtimes.h.
26429 Add missing *s in vtimes prototype.
26430 (Limits on Resources): Fix ulimit prototype to return long int.
26431 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26432 prototypes to use long int rather than double.
26433 (BSD Random): Fix initstate and setstate to use char *, not void *.
26434 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26435 prototype to make second argument 'struct aiocb64 *const[]'.
26436 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26437 (Status of AIO Operations): Remove erroneous const in aio_return and
26438 aio_return64 prototypes.
26439 (Synchronizing I/O): Fix sync prototype to return void.
26440 * manual/startup.texi (Suboptions): Remove an erroneous const in
26441 getsubopt prototype.
26442 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26443 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26444 use size_t rather than int.
26445 (Scanning All Users): Likewise for getpwent_r.
26446 (Setting Groups): Add missing const to setgroups prototype.
26447 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26448 * manual/socket.texi (Host Names): Fix gethostbyaddr and
26449 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26450 'const void *' rather than 'const char *'.
26451 (Host Address Functions): Likewise for inet_ntop.
26452 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26453 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26454 ssize_t for return value.
26455 (Sending Data): Likewise for send, sendto, sendmsg.
26456 (Socket Option Functions): Add a missing const in setsockopt prototype.
26457 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26458 use wchar_t for the argument.
26459 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26460 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26461 take no arguments.
26462 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26463 double/float/long double for second argument.
26464 Fix return types of significand, significandf, significandl.
26465 * manual/filesys.texi (Setting Permissions): Use mode_t for second
26466 argument in fchmod prototype.
26467 (File Owner): Use uid_t and gid_t in fchown prototype.
26468 (File Times): Add const to utimes, futimes, and lutimes prototypes.
26469 (Making Special Files): Use mode_t and dev_t in mknod prototype.
26470 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26471 use 'const struct dirent **' as argument types to CMP function pointer
26472 argument.
26473 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26474 (File Times): Fix summary magic @comment for struct utimbuf and utime
26475 to refer to utime.h, not time.h.
26476 * manual/string.texi (Argz Functions): Add missing const in
26477 argz_extract and argz_next prototypes.
26478 (Finding Tokens in a String): Likewise for basename.
26479 (String/Array Comparison): Fix typo in wcscasecmp prototype.
26480 (Copying and Concatenation): Fix typo in wmemmove prototype.
26481 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26482 (Signal Stack): Remove erroneous const in sigstack prototype.
26483 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26484 prototype.
26485 (Simple Calendar Time): Likewise for stime.
26486 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26487 prototype.
26488 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26489 say sys/sysctl.h instead.
26490 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26491 and vsyslog prototypes.
26492
fe77fe6d
TV
264932013-02-11 Tom de Vries <tom@codesourcery.com>
26494
26495 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26496 Remove.
26497
3a09b620
RM
264982013-02-11 Roland McGrath <roland@hack.frob.com>
26499
26500 * misc/sys/mman.h: Fix typo in mremap comment.
26501
550a0b89
RM
265022013-02-08 Roland McGrath <roland@hack.frob.com>
26503
26504 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26505 the '\0' terminator.
26506
a2da1673
JM
265072013-02-08 Joseph Myers <joseph@codesourcery.com>
26508
26509 [BZ #13550]
26510 * debug/segfault.c: Don't include <bp-checks.h>.
26511 * sysdeps/generic/bp-checks.h: Remove file.
26512 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26513 (__GETDENTS): Don't use CHECK_N.
26514 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26515 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26516 (__getgroups): Don't use CHECK_N.
26517 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26518 (setgroups): Don't use CHECK_N.
26519 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26520 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26521 (__libc_msgrcv): Don't use CHECK_N.
26522 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26523 (__libc_msgsnd): Don't use CHECK_N.
26524 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26525 <bp-checks.h>.
26526 (__libc_pread): Don't use CHECK_N.
26527 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26528 include <bp-checks.h>.
26529 (__libc_pread64): Don't use CHECK_N.
26530 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26531 include <bp-checks.h>.
26532 (__libc_pwrite): Don't use CHECK_N.
26533 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26534 include <bp-checks.h>.
26535 (__libc_pwrite64): Don't use CHECK_N.
26536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26537 <bp-checks.h>.
26538 (__libc_pread): Don't use CHECK_N.
26539 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26540 include <bp-checks.h>.
26541 (__libc_pread64): Don't use CHECK_N.
26542 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26543 include <bp-checks.h>.
26544 (__libc_pwrite): Don't use CHECK_N.
26545 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26546 include <bp-checks.h>.
26547 (__libc_pwrite64): Don't use CHECK_N.
26548 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26549 (do_pread): Don't use CHECK_N.
26550 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26551 (do_pread64): Don't use CHECK_N.
26552 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26553 (do_pwrite): Don't use CHECK_N.
26554 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26555 (do_pwrite64): Don't use CHECK_N.
26556 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26557 (__libc_readv): Don't use CHECK_N.
26558 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26559 (semop): Don't use CHECK_N.
26560 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26561 <bp-checks.h>.
26562 (semtimedop): Don't use CHECK_N.
26563 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26564 (__libc_pread): Don't use CHECK_N.
26565 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26566 <bp-checks.h>.
26567 (__libc_pread64): Don't use CHECK_N.
26568 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26569 <bp-checks.h>.
26570 (__libc_pwrite): Don't use CHECK_N.
26571 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26572 <bp-checks.h>.
26573 (__libc_pwrite64): Don't use CHECK_N.
26574 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26575 <bp-checks.h>.
26576 (__libc_msgrcv): Don't use CHECK_N.
26577 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26578 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
26579 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26580 (__libc_writev): Don't use CHECK_N.
26581
b84660a8
RM
265822013-02-08 Roland McGrath <roland@hack.frob.com>
26583
7f3e75f8
RM
26584 * string/strcpy.c: Removed unused variable.
26585
b84660a8
RM
26586 * Makeconfig (+sysdep-includes): Define with := rather than =.
26587 Use an existing include/ subdir of each sysdeps dir before it.
26588
471514d3
CD
265892013-02-08 Carlos O'Donell <carlos@redhat.com>
26590
26591 * nscd/connection.c (register_traced_file): Comment function.
26592 [HAVE_INOTIFY] (union __inev): Define.
26593 [HAVE_INOTIFY] (inotify_check_files): New function.
26594 [HAVE_INOTIFY] (clear_db_cache): Likewise.
26595 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26596 clear_db_cache.
26597 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26598
b2d3c3be
CD
265992013-02-08 Carlos O'Donell <carlos@redhat.com>
26600
26601 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26602 loaded if not already and that a failure is permanent.
26603
b39949d2
CD
266042013-02-08 Carlos O'Donell <carlos@redhat.com>
26605
ddacd1db 26606 [BZ #15006]
b39949d2
CD
26607 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26608 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26609
b2c9eff4
JM
266102013-02-08 Joseph Myers <joseph@codesourcery.com>
26611
f3aae3f3
JM
26612 [BZ #13550]
26613 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26614 (CHECK_1_NULL_OK): Likewise.
26615 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26616 (__fxstat): Do not use CHECK_1.
26617 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26618 <bp-checks.h>.
26619 (___fxstat64): Do not use CHECK_1.
26620 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26621 <bp-checks.h>.
26622 (__fxstatat): Do not use CHECK_1.
26623 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26624 <bp-checks.h>.
26625 (__fxstatat64): Do not use CHECK_1.
26626 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26627 <bp-checks.h>.
26628 (__fxstat): Do not use CHECK_1.
26629 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26630 <bp-checks.h>.
26631 (__fxstatat): Do not use CHECK_1.
26632 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26633 <bp-checks.h>.
26634 (__getresgid): Do not use CHECK_1.
26635 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26636 <bp-checks.h>.
26637 (__getresuid): Do not use CHECK_1.
26638 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26639 <bp-checks.h>.
26640 (__lxstat): Do not use CHECK_1.
26641 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26642 <bp-checks.h>.
26643 (__old_msgctl): Do not use CHECK_1.
26644 (__new_msgctl): Likewise.
26645 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26646 <bp-checks.h>.
26647 (__new_setrlimit): Do not use CHECK_1.
26648 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26649 <bp-checks.h>.
26650 (__old_shmctl): Do not use CHECK_1.
26651 (__new_shmctl): Likewise.
26652 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26653 <bp-checks.h>.
26654 (__xstat): Do not use CHECK_1.
26655 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26656 (__lxstat): Do not use CHECK_1.
26657 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26658 <bp-checks.h>.
26659 (___lxstat64): Do not use CHECK_1.
26660 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26661 (__old_msgctl): Do not use CHECK_1.
26662 (__new_msgctl): Likewise.
26663 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26664 <bp-checks.h>.
26665 (__gettimeofday): Do not use CHECK_1.
26666 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26667 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26668 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26669 <bp-checks.h>.
26670 (__gettimeofday): Do not use CHECK_1.
26671 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26672 (__old_shmctl): Do not use CHECK_1_NULL_OK.
26673 (__new_shmctl): Do not use CHECK_1.
26674 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26675 <bp-checks.h>.
26676 (do_sigtimedwait): Do not use CHECK_1.
26677 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26678 <bp-checks.h>.
26679 (do_sigwaitinfo): Do not use CHECK_1.
26680 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26681 <bp-checks.h>.
26682 (msgctl): Do not use CHECK_1.
26683 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26684 <bp-checks.h>.
26685 (shmctl): Do not use CHECK_1.
26686 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26687 (ustat): Do not use CHECK_1.
26688 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26689 <bp-checks.h>.
26690 (__fxstat): Do not use CHECK_1.
26691 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26692 <bp-checks.h>.
26693 (__fxstatat): Do not use CHECK_1.
26694 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26695 <bp-checks.h>.
26696 (__lxstat): Do not use CHECK_1.
26697 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26698 <bp-checks.h>.
26699 (__xstat): Do not use CHECK_1.
26700 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26701 (__xstat): Do not use CHECK_1.
26702 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26703 (___xstat64): Do not use CHECK_1.
26704
b2c9eff4
JM
26705 [BZ #13550]
26706 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26707 definitions.
26708 (CHECK_BOUNDS_HIGH): Likewise.
26709 * string/strcpy.c: Do not include <bp-checks.h>.
26710 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26711
f1d70dad
RM
267122013-02-07 Roland McGrath <roland@hack.frob.com>
26713
26714 * nscd/nscd-client.h (__nscd_drop_map_ref):
26715 Add __attribute__ ((unused)).
26716 * nis/nss-nisplus.h (niserr2nss): Likewise.
26717
26718 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26719 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26720
26721 * csu/libc-tls.c (init_static_tls, init_slotinfo):
26722 Remove inline keyword.
26723 * include/rounding-mode.h (round_away): Likewise.
26724 * libio/wfileops.c (adjust_wide_data): Likewise.
26725 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26726 (__m128i_strloadu_tolower): Likewise.
26727 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26728 (__m128i_strloadu_tolower): Likewise.
26729 * time/mktime.c (ydhms_diff): Likewise.
26730 * locale/elem-hash.h (elem_hash): Likewise.
26731 * locale/setlocale.c (setdata): Likewise.
26732 * posix/regex_internal.h (re_string_char_size_at): Likewise.
26733 (re_string_wchar_at): Likewise.
26734 (bitset_not, bitset_merge, bitset_mask): Likewise.
26735 [!(__GNUC__ > 3)] (inline): Remove macro.
26736 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26737 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26738 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26739 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26740 * string/memcmp.c (memcmp_bytes): Likewise.
26741 * locale/programs/locarchive.c (compute_hashval): Likewise.
26742 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26743 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26744 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26745 * nss/getent.c (print_rpc, print_protocols): Likewise.
26746 (print_passwd, print_group, print_aliases): Likewise.
26747 * nis/nss-nisplus.h (niserr2nss): Likewise.
26748 * nscd/connections.c (restart_p): Likewise.
26749 Change return type to bool.
26750
eab55bfb
RM
267512013-02-05 Roland McGrath <roland@hack.frob.com>
26752
7bd642f5
RM
26753 * Makeconfig (all-Depend-files): Add existing
26754 $(sorted-subdirs:=/Depend) files.
26755 (all-subdirs): Remove nss.
26756 * sysdeps/unix/inet/Subdirs: Add it here instead.
26757 * hesiod/Depend: New file.
26758
573c29b2
RM
26759 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26760 instead of calling alloca.
26761
b2e25af0
RM
26762 * io/lseek.c (__lseek): Rename to __libc_lseek.
26763 Define __lseek as an alias.
26764
eab55bfb
RM
26765 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26766
9a0d1941
CD
267672013-02-04 Carlos O'Donell <carlos@redhat.com>
26768
26769 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26770 else clause and remove check for non-standard endianness.
26771
b83bbec4
DM
267722013-02-04 David S. Miller <davem@davemloft.net>
26773
26774 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26775
6277fdab
JM
267762013-02-04 Joseph Myers <joseph@codesourcery.com>
26777
26778 [BZ #13550]
26779 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26780 (__ubp_memchr): Remove prototype.
26781 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26782 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26783 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26784 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26785 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26786 Remove alias.
26787 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26788 (__ubp_memchr): Likewise.
26789 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26790 (__ubp_memchr): Likewise.
26791 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26792 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26793 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26794 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26795 CHECK_STRING.
26796 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26797 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26798 (__getcwd): Do not use CHECK_STRING.
26799 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26800 <bp-checks.h>.
26801 (__real_chown): Do not use CHECK_STRING.
26802 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26803 <bp-checks.h>.
26804 (fchownat): Do not use CHECK_STRING.
26805 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26806 CHECK_STRING.
26807 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26808 <bp-checks.h>.
26809 (__lchown): Do not use CHECK_STRING.
26810 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26811 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26812 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26813 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26814 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26815 include <bp-checks.h>.
26816 (truncate64): Do not use CHECK_STRING.
26817 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26818 <bp-checks.h>.
26819 (__real_chown): Do not use CHECK_STRING.
26820 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26821 <bp-checks.h>.
26822 (__lchown): Do not use CHECK_STRING.
26823 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26824 <bp-checks.h>.
26825 (__chown): Do not use CHECK_STRING.
26826 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26827 <bp-checks.h>.
26828 (truncate64): Do not use CHECK_STRING.
26829 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26830 Likewise.
26831 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26832 (__xmknod): Do not use CHECK_STRING.
26833 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26834 <bp-checks.h>.
26835 (__xmknodat): Do not use CHECK_STRING.
26836 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26837 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26838
903ae060
AS
268392013-02-04 Andreas Schwab <schwab@suse.de>
26840
26841 [BZ #14142]
26842 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26843 * include/netdb.h: Likewise for h_errno.
26844 * elf/tst-stackguard1.c: Include <tls.h>.
26845
542f9466
JK
268462013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
26847
26848 * elf/link.h (struct link_map): Extend the l_addr comment.
26849 * include/link.h (struct link_map): Likewise.
26850
e782a927
JM
268512013-02-01 Joseph Myers <joseph@codesourcery.com>
26852
26853 [BZ #13550]
26854 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26855 (BOUNDED_1): Remove macro.
26856 * debug/backtrace.c: Don't include <bp-checks.h>.
26857 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26858 (__backtrace): Likewise.
26859 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26860 <bp-checks.h>.
26861 (__backtrace): Don't use BOUNDED_1.
26862 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26863 <bp-checks.h>.
26864 (__backtrace): Don't use BOUNDED_1.
26865 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26866 (__backtrace): Don't use BOUNDED_1.
26867 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26868 (shmat): Don't use BOUNDED_N.
26869
8cf28c5e
JM
268702013-01-31 Joseph Myers <joseph@codesourcery.com>
26871
3a7ac8a0
JM
26872 [BZ #13550]
26873 * sysdeps/generic/bp-start.h: Remove file.
26874 * csu/libc-start.c: Don't include <bp-start.h>.
26875 (LIBC_START_MAIN): Set up __environ directly instead of using
26876 INIT_ARGV_and_ENVIRON.
26877 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26878 <bp-start.h>.
26879
f3499f95
JM
26880 [BZ #13550]
26881 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26882 definitions.
26883 (CHECK_FCNTL): Likewise.
26884 (CHECK_N_PAGES): Likewise.
26885
32a45bea
JM
26886 [BZ #13550]
26887 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26888 definitions.
26889 (CHECK_SIGSET_NULL_OK): Likewise.
26890 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26891 <bp-checks.h>.
26892 (sigpending): Don't use CHECK_SIGSET.
26893 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26894 <bp-checks.h>.
26895 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26896 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26897 <bp-checks.h>.
26898 (do_sigsuspend): Don't use CHECK_SIGSET.
26899 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26900 use CHECK_SIGSET.
26901 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26902 (do_sigwait): Don't use CHECK_SIGSET.
26903 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26904 use CHECK_SIGSET.
26905 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26906 include <bp-checks.h>.
26907 (sigpending): Don't use CHECK_SIGSET.
26908 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26909 include <bp-checks.h>.
26910 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26911 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26912 <bp-checks.h>.
26913 (sigpending): Don't use CHECK_SIGSET.
26914 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26915 <bp-checks.h>.
26916 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26917
2e8a5c8c
JM
26918 [BZ #13550]
26919 * sysdeps/generic/bp-semctl.h: Remove file.
26920 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26921 <bp-checks.h> and <bp-semctl.h>.
26922 (__old_semctl): Don't use CHECK_SEMCTL.
26923 (__new_semctl): Likewise.
26924 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26925 and <bp-semctl.h>.
26926 (__old_semctl): Don't use CHECK_SEMCTL.
26927 (__new_semctl): Likewise.
26928 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26929 <bp-checks.h> and <bp-semctl.h>.
26930 (__old_semctl): Don't use CHECK_SEMCTL.
26931 (__new_semctl): Likewise.
26932 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26933 <bp-checks.h> and <bp-semctl.h>.
26934 (semctl): Don't use CHECK_SEMCTL.
26935
c2d54929
JM
26936 [BZ #13550]
26937 * Makerules (elide-bp-thunks): Remove variable.
26938 (elide-routines.oS): Don't use $(elide-bp-thunks).
26939 (elide-routines.os): Likewise.
26940 (elide-routines.o): Likewise.
26941 (elide-routines.op): Likewise.
26942 (elide-routines.og): Likewise.
26943 (objects): Don't use $(bp-thunks).
26944 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26945 include.
26946 (common-generated): Do not add s-proto-bp.d.
26947 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26948 (int): Likewise.
26949 (typ): Likewise.
26950 Do not generate makefile rules for bounded-pointer thunks.
26951 * sysdeps/generic/bp-thunks.h: Remove file.
26952 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26953 * sysdeps/unix/s-proto-bp.S: Likewise.
26954
8cf28c5e
JM
26955 [BZ #15062]
26956 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26957 parts of result separately when argument is not close to line from
26958 -i to i and one part of argument is small.
26959 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26960 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26961 * math/libm-test.inc (cacos_test): Add more tests.
26962 (casin_test): Likewise.
26963 (casinh_test): Likewise.
26964 * sysdeps/i386/fpu/libm-test-ulps: Update.
26965 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26966
c4e33b8d
DM
269672013-01-31 David S. Miller <davem@davemloft.net>
26968
26969 * po/de.po: Update from translation team.
26970
3b60b421
MK
269712013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
26972
26973 * time/tzfile.c: Include stdint.h for SIZE_MAX.
26974
bb931195
TS
269752013-01-25 Thomas Schwinge <thomas@codesourcery.com>
26976
b5a5da23
TS
26977 * configure.in (_AC_PROG_CC_C89): New definition.
26978 * configure: Regenerate.
26979
bb931195
TS
26980 * configure.in (AC_PROG_CPP): New definition.
26981 * configure: Regenerate.
26982
8c53a12c
JM
269832013-01-23 Joseph Myers <joseph@codesourcery.com>
26984
26985 * debug/tst-backtrace.h: New file.
26986 * debug/tst-backtrace2.c: Include tst-backtrace.h.
26987 (ret): Remove variable.
26988 (x): Likewise.
26989 (FAIL): Remove macro.
26990 (NO_INLINE): Likewise.
26991 (fn1): Use match function instead of strstr.
26992 * debug/tst-backtrace3.c: Include tst-backtrace.h.
26993 (ret): Remove variable.
26994 (x): Likewise.
26995 (FAIL): Remove macro.
26996 (NO_INLINE): Likewise.
26997 (fn): Use match function instead of strstr.
26998 * debug/tst-backtrace4.c: Include tst-backtrace.h.
26999 (ret): Remove variable.
27000 (x): Likewise.
27001 (FAIL): Remove macro.
27002 (NO_INLINE): Likewise.
27003 (handle_signal): Use match function instead of strstr.
27004 * debug/tst-backtrace5.c: Include tst-backtrace.h.
27005 (ret): Remove variable.
27006 (x): Likewise.
27007 (FAIL): Remove macro.
27008 (NO_INLINE): Likewise.
27009 (handle_signal): Use match function instead of strstr.
27010
4858fa2a
RM
270112013-01-23 Roland McGrath <roland@hack.frob.com>
27012
27013 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
27014
bae8e7f5
DM
270152013-01-23 David S. Miller <davem@davemloft.net>
27016
27017 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
27018 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
27019 argument of CAS if possible.
27020 * sysdeps/sparc/sparc64/bits/atomic.h
27021 (__arch_compare_and_exchange_val_32_acq): Likewise.
27022 (__arch_compare_and_exchange_val_64_acq): Likewise.
27023
9cbbc4ae
PT
270242013-01-23 Pino Toscano <toscano.pino@tiscali.it>
27025
27026 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
27027 * sysdeps/posix/ulimit.c: ... this.
92a601b8 27028 Include <limits.h>.
67b3f58c 27029 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 27030
5655a0b5
AC
270312013-01-23 Adam Conrad <adconrad@0c3.net>
27032
27033 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
27034 (LDFLAGS-tst-array5): Likewise.
27035
052aff95
JM
270362013-01-23 Joseph Myers <joseph@codesourcery.com>
27037
27038 [BZ #15036]
27039 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
27040 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
27041 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
27042 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
27043
7c1e01aa
DM
270442013-01-21 David S. Miller <davem@davemloft.net>
27045
27046 * sysdeps/sparc/backtrace.c: New file.
27047 * sysdeps/sparc/sparc32/backtrace.h: New file.
27048 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
27049 * sysdeps/sparc/sparc64/backtrace.h: New file.
27050 * sysdeps/sparc/sparc64/backtrace.c: Delete.
27051 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
27052 -funwind-tables.
27053
ab087e0a
AS
270542013-01-21 Andreas Schwab <schwab@suse.de>
27055
27056 [BZ #15020]
27057 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
27058 closed its stdout.
27059
ed689c2f
AS
270602013-01-20 Andreas Schwab <schwab@linux-m68k.org>
27061
27062 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
27063 "mpa2.h".
27064 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27065
31d470ac
JM
270662013-01-18 Joseph Myers <joseph@codesourcery.com>
27067 Mark Mitchell <mark@codesourcery.com>
27068 Tom de Vries <tom@codesourcery.com>
27069 Paul Pluzhnikov <ppluzhnikov@google.com>
27070
27071 * debug/tst-backtrace2.c: New file.
27072 * debug/tst-backtrace3.c: Likewise.
27073 * debug/tst-backtrace4.c: Likewise.
27074 * debug/tst-backtrace5.c: Likewise.
27075 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
27076 (CFLAGS-tst-backtrace3.c): Likewise.
27077 (CFLAGS-tst-backtrace4.c): Likewise.
27078 (CFLAGS-tst-backtrace5.c): Likewise.
27079 (LDFLAGS-tst-backtrace2): Likewise.
27080 (LDFLAGS-tst-backtrace3): Likewise.
27081 (LDFLAGS-tst-backtrace4): Likewise.
27082 (LDFLAGS-tst-backtrace5): Likewise.
27083 (tests): Add new tests tst-backtrace2, tst-backtrace3,
27084 tst-backtrace4 and tst-backtrace5.
27085
90567f30 270862013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
27087 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27088
27089 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
27090 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
27091 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
27092 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
27093 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27094 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
27095 "+r" and remove output regs list as redundant. Add explicit inline
27096 asm to specify register of return val to work around compiler codegen
27097 bug. Remove (int) cast on return value. Add return type parameter to
27098 use in macro so that this macro does not truncate return value for
27099 64-bit values.
27100 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
27101 pass to INTERNAL_VSYSCALL_NCS.
27102 (INLINE_VSYSCALL): Add 'long int' as return type to
27103 INTERNAL_VSYSCALL_NCS macro invocation.
27104 (INTERNAL_VSYSCALL): Add 'long int' as return type to
27105 INTERNAL_VSYSCALL_NCS macro invocation.
27106 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27107
d3b9ea61
SP
271082013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
27109
0b57daeb
SP
27110 [BZ #14496]
27111 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
27112 Fix application of SIMD FP exception mask.
27113
caa99d06
SP
27114 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
27115 mp_no from a power of two.
27116 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
27117 __mpexp_twomm1. Use __pow_mp.
27118
d3b9ea61
SP
27119 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
27120 multiplication.
27121
1dbaee3c
DM
271222013-01-17 David S. Miller <davem@davemloft.net>
27123
27124 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27125
728d7b43
JM
271262013-01-17 Joseph Myers <joseph@codesourcery.com>
27127
27128 [BZ #15023]
27129 * include/complex.h: Condition contents on [!_COMPLEX_H].
27130 (__kernel_casinhf): New prototype.
27131 (__kernel_casinh): Likewise.
27132 (__kernel_casinhl): Likewise.
27133 * math/Makefile (libm_calls): Add k_casinh.
27134 * math/k_casinh.c: New file.
27135 * math/k_casinhf.c: Likewise.
27136 * math/k_casinhl.c: Likewise.
27137 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
27138 finite nonzero arguments.
27139 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
27140 finite nonzero arguments.
27141 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
27142 finite nonzero arguments.
27143 * math/s_casinh.c: Do not include <float.h>.
27144 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
27145 * math/s_casinhf.c: Do not include <float.h>.
27146 (__casinhf): Move code for finite nonzero arguments to
27147 k_casinhf.c.
27148 * math/s_casinhl.c: Do not include <float.h>.
27149 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
27150 redefine.
27151 (__casinhl): Move code for finite nonzero arguments to
27152 k_casinhl.c.
27153 * math/libm-test.inc (cacos_test): Add more tests.
27154 * sysdeps/i386/fpu/libm-test-ulps: Update.
27155 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27156
2a26ef3a
PT
271572013-01-17 Pino Toscano <toscano.pino@tiscali.it>
27158
27159 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
27160 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
27161 [!HAVE_MREMAP]: Remove [defined linux] case.
27162 * malloc/arena.c: Do not include <malloc-sysdep.h>.
27163
a897655d
SP
271642013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
27165
27166 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
27167
881ebe89 271682013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
27169
27170 * elf/elf.h (R_386_SIZE32): New relocation.
27171 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
27172 R_386_SIZE32.
27173 (elf_machine_rela): Likewise.
27174 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
27175 R_X86_64_SIZE64 and R_X86_64_SIZE32.
27176
59981e9b
JM
271772013-01-17 Joseph Myers <joseph@codesourcery.com>
27178
27179 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
27180 (FP_FAST_FMA): Do not define.
27181 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
27182 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
27183 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
27184 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
27185 !_SOFT_FLOAT]: Likewise.
27186 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
27187 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
27188 value.
27189 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
27190 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
27191 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
27192 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
27193 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
27194 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
27195 file.
27196
cfa8054f
AS
271972013-01-16 Andreas Schwab <schwab@suse.de>
27198
27199 [BZ #14327]
27200 * include/stdlib.h (__mktemp): Add declaration.
27201 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
27202 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
27203
dd930cc5
SP
272042013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
27205
881ebe89
SP
27206 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
27207 definitions.
27208 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27209 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
27210 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
27211 definitions here.
27212 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
27213 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
27214 definitions.
27215 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
27216 and ONE.
27217 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
27218 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
27219 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
27220 definitions.
27221 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
27222 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
27223 definitions.
27224 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 27225
dd930cc5
SP
27226 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
27227
c19a9f89
DM
272282013-01-15 David S. Miller <davem@davemloft.net>
27229
1aa61767
DM
27230 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27231 trunc{,f} to libm-sysdep_routes.
27232 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27233 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
27234 file.
27235 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
27236 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
27237 file.
27238 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
27239 file.
27240 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
27241 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
27242 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
27243 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
27244 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
27245 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
27246 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
27247 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
27248
c42d5e98
DM
27249 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27250 nearbyint{,f} to libm-sysdep_routes.
27251 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27252 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
27253 New file.
27254 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
27255 file.
27256 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
27257 New file.
27258 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
27259 file.
27260 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
27261 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
27262 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
27263 file.
27264 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
27265 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
27266 file.
27267 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
27268 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
27269 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
27270
c19a9f89
DM
27271 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27272 libc_feholdexcept and libc_fesetenv.
27273
357679d2
MF
272742013-01-15 Mike Frysinger <vapier@gentoo.org>
27275
27276 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
27277
65a82e3d
DM
272782013-01-14 David S. Miller <davem@davemloft.net>
27279
8b954ab9
DM
27280 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
27281 (SPARC_ASM_VIS2_IFUNC): Likewise.
27282 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
27283 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
27284 use of 'siam' instruction.
27285 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
27286 Likewise.
27287 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
27288 Likewise.
27289 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
27290 Likewise.
27291 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
27292 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
27293 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
27294 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
27295 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
27296 file.
27297 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
27298 file.
27299 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
27300 file.
27301 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
27302 file.
27303 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
27304 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
27305 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
27306 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
27307 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
27308 new VIS2 routines.
27309 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
27310 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
27311 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
27312 Likewise.
27313 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
27314 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
27315 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
27316 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
27317 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
27318 routines to libm-sysdep_routines.
27319 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27320
65a82e3d
DM
27321 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27322 fdim/fdimf to libm-sysdep_routines.
27323 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
27324 file.
27325 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
27326 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
27327 file.
27328 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
27329 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
27330 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
27331 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
27332 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
27333 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
27334 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
27335
e34ab705
SP
273362013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27337
2a91b573
SP
27338 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
27339 to optimize copies.
27340
1066a534
SP
27341 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
27342 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27343 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27344
e34ab705
SP
27345 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
27346 local variable MPTWO.
27347 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27348 Likewise.
27349
aba5e596
MF
273502013-01-13 Mike Frysinger <vapier@gentoo.org>
27351
27352 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
27353 GLOB_NOESCAPE.
27354
e557e9e5
MF
273552013-01-13 Mike Frysinger <vapier@gentoo.org>
27356
27357 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
27358
0428cec9
MF
273592013-01-13 Mike Frysinger <vapier@gentoo.org>
27360
27361 * manual/pattern.texi (glob_t): Document gl_flags.
27362 (glob64_t): Likewise.
27363
8794a964
DM
273642013-01-11 David S. Miller <davem@davemloft.net>
27365
66438c3f
RM
27366 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
27367 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
27368 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
27369 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
27370 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
27371 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
27372 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
27373 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
27374 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
27375 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
27376 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
27377 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
27378 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
27379
4ae4244d
DM
27380 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27381 sparc V9 rather than using V8 code.
27382 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27383 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27384
8794a964
DM
27385 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
27386 Move to...
27387 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
27388 Here.
27389
6270516e
RM
273902013-01-11 Roland McGrath <roland@hack.frob.com>
27391
27392 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
27393 not in the main loop.
27394 * configure: Regenerated.
27395
6a57d931
JM
273962013-01-11 Joseph Myers <joseph@codesourcery.com>
27397
27398 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
27399 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
27400 to just #else.
27401 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
27402 [!__GLIBC_HAVE_LONG_LONG] case.
27403 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
27404 condition to just #else.
27405 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
27406 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
27407 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
27408 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
27409 unconditional.
27410 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27411 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27412 #elif condition to just #else.
27413 * sysdeps/unix/sysv/linux/sys/sysmacros.h
27414 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27415 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27416 #elif condition to just #else.
27417
0e8529e9
SE
274182013-01-11 Steve Ellcey <sellcey@mips.com>
27419
27420 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27421 (EF_MIPS_ARCH_64): Fix value.
27422 (EF_MIPS_ARCH_32R2): New.
27423 (EF_MIPS_ARCH_64R2): New.
27424
740b3dbe
L
274252013-01-11 H.J. Lu <hongjiu.lu@intel.com>
27426
27427 * Makeconfig (+link-pie-before-libc): New.
27428 (+link-pie-after-libc): Likewise.
27429 (+link-pie-tests): Likewise.
27430 (+link-pie): Rewritten.
27431 (link-before-libc): Remove $(config-LDFLAGS).
27432 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27433 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27434 (config-LDFLAGS): Renamed to ...
27435 (rtld-LDFLAGS): This.
27436 (rtld-tests-LDFLAGS): New macro.
27437 (link-libc-rpath-link): Likewise.
27438 (link-libc-tests-rpath-link): Likewise.
27439 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27440 (link-libc): Prepand $(link-libc-rpath-link).
27441 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27442 (test-program-prefix): New macro.
27443 (test-via-rtld-prefix): Likewise.
27444 (test-program-cmd): Likewise.
27445 (host-test-program-cmd): Likewise.
27446 * Makefile ($(common-objpfx)testrun.sh): Replace
27447 $(run-program-prefix) with $(test-program-prefix).
27448 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27449 $(rtld-LDFLAGS).
27450 ($(common-objpfx)shlib.lds): Likewise.
27451 (build-module-helper): Likewise.
27452 ($(common-objpfx)format.lds): Likewise.
27453 * Rules (binaries-pie-tests): New.
27454 (binaries-pie-notests): Likewise.
27455 (binaries-pie): Rewritten.
27456 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27457 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27458 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27459 (make-test-out): Replace $(host-built-program-cmd) with
27460 $(host-test-program-cmd).
27461 * config.make.in (build-hardcoded-path-in-tests): New variable.
27462 * configure.in (--enable-hardcoded-path-in-tests): New configure
27463 option.
27464 (hardcoded_path_in_tests): New AC_SUBST.
27465 * configure: Regenerated.
27466 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27467 $(built-program-cmd) with $(test-program-cmd).
27468 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27469 (test_program_cmd): This.
27470 * elf/Makefile ($(objpfx)order.out): Run test with
27471 $(test-program-prefix).
27472 ($(objpfx)order2.out): Likewise.
27473 ($(objpfx)tst-initorder.out): Likewise.
27474 ($(objpfx)tst-initorder2.out): Likewise.
27475 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27476 $(test-program-cmd).
27477 ($(objpfx)tst-array1-static.out): Likewise.
27478 ($(objpfx)tst-array2.out): Likewise.
27479 ($(objpfx)tst-array3.out): Likewise.
27480 ($(objpfx)tst-array4.out): Likewise.
27481 ($(objpfx)tst-array5.out): Likewise.
27482 ($(objpfx)tst-array5-static.out): Likewise.
27483 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27484 $(test-program-cmd).
27485 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27486 $(run-program-prefix) with $(test-program-prefix).
27487 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27488 (test_program_prefix): This.
27489 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27490 $(run-program-prefix) with $(test-program-prefix).
27491 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27492 (test_program_prefix): This.
27493 * iconvdata/tst-tables.sh: Likewise.
27494 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27495 $(run-program-prefix) with $(test-program-prefix).
27496 ($(objpfx)tst-translit.out): Likewise.
27497 ($(objpfx)tst-gettext2.out): Likewise.
27498 ($(objpfx)tst-gettext4.out): Likewise.
27499 ($(objpfx)tst-gettext6.out): Likewise.
27500 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27501 (test_program_prefix): This.
27502 * intl/tst-gettext2.sh: Likewise.
27503 * intl/tst-gettext4.sh Likewise.
27504 * intl/tst-gettext6.sh: Likewise.
27505 * intl/tst-translit.sh: Likewise.
27506 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27507 with $(test-program-cmd).
27508 * libio/Makefile ($(objpfx)test-freopen.out): Replace
27509 $(run-program-prefix) with $(test-program-prefix).
27510 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27511 (test_program_prefix): This.
27512 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27513 $(run-program-prefix) with $(test-program-prefix).
27514 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27515 (test_program_prefix): This.
27516 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27517 * posix/Makefile ($(objpfx)globtest.out): Replace
27518 $(run-via-rtld-prefix) and $(test-wrapper) with
27519 $(test-program-prefix) and $(test-via-rtld-prefix).
27520 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27521 $(test-program-prefix).
27522 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27523 $(host-test-program-cmd).
27524 (tst-spawn-ARGS): Likewise.
27525 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27526 $(test-program-prefix).
27527 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27528 (test_via_rtld_prefix): This.
27529 (test_wrapper): Renamed to ...
27530 (test_program_prefix): This.
27531 (run_program_prefix): Replaced by test_program_prefix.
27532 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27533 (test_program_prefix): This.
27534 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27535 with $(host-test-program-cmd).
27536 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27537 $(run-program-prefix) with $(test-program-prefix).
27538 ($(objpfx)tst-printf.out): Likewise.
27539 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27540 $(test-program-cmd).
27541 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27542 (test_program_prefix): This.
27543 * stdio-common/tst-unbputc.sh: Likewise.
27544 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27545 $(run-program-prefix) with $(test-program-prefix).
27546 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27547 (test_program_prefix): This.
27548 * string/Makefile ($(objpfx)tst-svc.out): Replace
27549 $(built-program-cmd) with $(test-program-cmd).
27550
c6fe55cf
AJ
275512013-01-11 Andreas Jaeger <aj@suse.de>
27552
27553 [BZ #15003]
27554 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27555 value. Sync with Linux 3.7.
27556
9e6919c8
DM
275572013-01-10 David S. Miller <davem@davemloft.net>
27558
27559 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27560 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27561 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27562
1c9f1a02
RM
275632013-01-10 Roland McGrath <roland@hack.frob.com>
27564
27565 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27566 never set.
27567 * configure: Regenerated.
27568
b9de2dde
DM
275692013-01-10 David S. Miller <davem@davemloft.net>
27570
27571 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27572 sparc V9 rather than using V8 code.
27573 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27574 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27575
e7f68ef4
RM
275762013-01-10 Roland McGrath <roland@hack.frob.com>
27577
27578 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27579 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27580 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27581 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27582 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27583 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27584 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27585 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27586 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27587 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27588 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27589 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27590 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27591 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27592 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27593 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27594 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27595 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27596 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27597 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27598 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27599 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27600 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27601 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27602 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27603 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27604 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27605
5a47cc9c
DM
276062013-01-10 David S. Miller <davem@davemloft.net>
27607
27608 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27609
4cf8f209
L
276102013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27611
27612 * posix/Makefile (tests-static): New variable.
27613 (tests): Add $(tests-static).
27614 (tst-exec-static-ARGS): New variable.
27615 (tst-spawn-static-ARGS): Likewise.
27616 * posix/tst-exec-static.c: New file.
27617 * posix/tst-spawn-static.c: Likewise.
27618 * posix/tst-exec.c: Support run directly.
27619 * posix/tst-spawn.c: Likewise.
27620
fed0faa1
JM
276212013-01-10 Joseph Myers <joseph@codesourcery.com>
27622
828beb13
JM
27623 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27624 long.
27625 * math/bits/mathcalls.h (llrint): Likewise.
27626 (llround): Likewise.
27627 * stdlib/stdlib.h (struct drand48_data): Likewise.
27628 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27629 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27630 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27631 Likewise.
27632 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27633 Likewise.
27634 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27635 (elf_greg_t): Likewise.
27636 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27637 (__jmp_buf): Likewise.
27638 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27639 definitions.
27640 (llrint): Likewise, for all definitions.
27641 (llrintl): Likewise.
27642
fed0faa1
JM
27643 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27644 Remove [__GNUC__] condition.
27645 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27646 condition to just [__USE_ISOC99].
27647 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27648
1a20cb20
L
276492013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27650
27651 [BZ #14200]
27652 * sysdeps/unix/sysv/linux/x86/bits/environments.h
27653 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27654 defined.
27655 (_POSIX_V6_ILP32_OFF32): Likewise.
27656 (_XBS5_ILP32_OFF32): Likewise.
27657 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27658 (__ILP32_OFFBIG_LDFLAGS): Likewise.
27659
751b85f7
SP
276602013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27661
7490eb81
SP
27662 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27663
751b85f7
SP
27664 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27665 doubles __mpexp_twomm1. Adjust usage.
27666 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27667 Remove.
27668
988197f0
AS
276692013-01-10 Andreas Schwab <schwab@suse.de>
27670
27671 [BZ #14964]
27672 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27673 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27674
e83d7298
DM
276752013-01-09 David S. Miller <davem@davemloft.net>
27676
034ed64b 27677 [BZ #15003]
57f41c40
AS
27678 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27679 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27680 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27681 (TCP_FASTOPEN): Define.
e83d7298
DM
27682 (tcp_repair_opt): New structure.
27683 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27684 enum values.
57f41c40
AS
27685 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27686 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27687 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
27688 (tcp_cookie_transactions): New structure.
27689
d5e0b9bd
AB
276902013-01-09 Anton Blanchard <anton@samba.org>
27691
27692 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27693 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27694 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27695 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27696
0c07e3ea
JM
276972013-01-09 Joseph Myers <joseph@codesourcery.com>
27698
27699 * include/features.h (__USE_ANSI): Remove.
27700
232f7002
RM
277012013-01-09 Roland McGrath <roland@hack.frob.com>
27702
ad98e30c
RM
27703 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27704
232f7002
RM
27705 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27706
950c99ca
SP
277072013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
27708
b5792741
SP
27709 * sysdeps/s390/fpu/libm-test-ulps: Update.
27710
47cf2278
SP
27711 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27712
950c99ca
SP
27713 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27714 (__acr): Likewise.
27715 (__cpy): Likewise.
27716 (norm): Likewise.
27717 (denorm): Likewise.
27718 (__mp_dbl): Likewise.
27719 (__dbl_mp): Likewise.
27720 (add_magnitudes): Likewise.
27721 (sub_magnitudes): Likewise.
27722 (__add): Likewise.
27723 (__sub): Likewise.
27724 (__mul): Likewise.
27725 (__inv): Likewise.
27726 (__dvd): Likewise.
27727 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27728 (__acr): Likewise.
27729 (__cpy): Likewise.
27730 (norm): Likewise.
27731 (denorm): Likewise.
27732 (__mp_dbl): Likewise.
27733 (__dbl_mp): Likewise.
27734 (add_magnitudes): Likewise.
27735 (sub_magnitudes): Likewise.
27736 (__add): Likewise.
27737 (__sub): Likewise.
27738 (__mul): Likewise.
27739 (__inv): Likewise.
27740 (__dvd): Likewise.
27741 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27742 (__acr): Likewise.
27743 (__cpy): Likewise.
27744 (norm): Likewise.
27745 (denorm): Likewise.
27746 (__mp_dbl): Likewise.
27747 (__dbl_mp): Likewise.
27748 (add_magnitudes): Likewise.
27749 (sub_magnitudes): Likewise.
27750 (__add): Likewise.
27751 (__sub): Likewise.
27752 (__mul): Likewise.
27753 (__inv): Likewise.
27754 (__dvd): Likewise.
27755
eede9df9
JM
277562013-01-08 Joseph Myers <joseph@codesourcery.com>
27757
27758 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27759 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27760 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27761 2 && __USE_EXTERN_INLINES]: Likewise.
27762
c40ea3d9
AJ
277632013-01-08 Andreas Jaeger <aj@suse.de>
27764
27765 [BZ# 14985]
27766 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27767 Remove.
27768 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27769 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27770
2ccdea26
AB
277712013-01-07 Anton Blanchard <anton@samba.org>
27772
27773 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27774 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27775 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27776 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27777 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27778 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27779 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27780 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27781 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27782 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27783 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27784 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27785 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27786 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27787 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27788 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27789 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27790 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27791 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27792 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27793 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27794 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27795 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27796 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27797 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27798 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27799 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27800 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27801 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27802 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27803 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27804 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27805 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27806 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27807 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27808 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27809 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27810 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27811 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27812 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27813 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27814 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27815 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27816
a9708fed
JM
278172013-01-07 Joseph Myers <joseph@codesourcery.com>
27818
375607b9
JM
27819 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27820 (__MALLOC_PMT): Likewise.
27821 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27822 [__GNUC__], only on [_LIBC].
27823 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27824 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27825 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27826 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27827 forward declaration.
27828 (realloc_hook_ini): Likewise.
27829 (memalign_hook_ini): Likewise.
27830 (__libc_memalign): Do not use __MALLOC_PMT in variable
27831 declaration.
27832 (__libc_valloc): Likewise.
27833 (__libc_pvalloc): Likewise.
27834 (__libc_calloc): Likewise.
27835 (__posix_memalign): Likewise.
27836
a9708fed
JM
27837 [BZ #14996]
27838 * math/s_casinh.c: Include <float.h>.
27839 (__casinh): Do not do computation with squaring and square root
27840 for large arguments.
27841 * math/s_casinhf.c: Include <float.h>.
27842 (__casinhf): Do not do computation with squaring and square root
27843 for large arguments.
27844 * math/s_casinhl.c: Include <float.h>.
27845 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27846 (__casinhl): Do not do computation with squaring and square root
27847 for large arguments.
27848 * math/libm-test.inc (casin_test): Add more tests.
27849 (casinh_test): Likewise.
27850 * sysdeps/i386/fpu/libm-test-ulps: Update.
27851 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27852
afec409a
L
278532013-01-04 H.J. Lu <hongjiu.lu@intel.com>
27854
27855 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27856 (__x86_64_raw_data_cache_size): Likewise.
27857 (__x86_64_data_cache_size_half): Likewise.
27858 (__x86_64_raw_data_cache_size_half): Likewise.
27859 (__x86_64_shared_cache_size): Likewise.
27860 (__x86_64_raw_shared_cache_size): Likewise.
27861 (__x86_64_shared_cache_size_half): Likewise.
27862 (__x86_64_raw_shared_cache_size_half): Likewise.
27863 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27864 to ...
27865 (__x86_data_cache_size): This.
27866 (__x86_64_raw_data_cache_size): Renamed to ...
27867 (__x86_raw_data_cache_size): This.
27868 (__x86_64_data_cache_size_half): Renamed to ...
27869 (__x86_data_cache_size_half): This.
27870 (__x86_64_raw_data_cache_size_half): Renamed to ...
27871 (__x86_raw_data_cache_size_half): This.
27872 (__x86_64_shared_cache_size): Renamed to ...
27873 (__x86_shared_cache_size): This.
27874 (__x86_64_raw_shared_cache_size): Renamed to ...
27875 (__x86_raw_shared_cache_size): This.
27876 (__x86_64_shared_cache_size_half): Renamed to ...
27877 (__x86_shared_cache_size_half): This.
27878 (__x86_64_raw_shared_cache_size_half): Renamed to ...
27879 (__x86_raw_shared_cache_size_half): This.
27880 * sysdeps/x86_64/memcpy.S: Updated.
27881 * sysdeps/x86_64/memset.S: Likewise.
27882 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27883 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27884 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27885
0b3986d0
DM
278862013-01-04 David S. Miller <davem@davemloft.net>
27887
27888 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27889
e47686e9
AS
278902013-01-04 Andreas Schwab <schwab@linux-m68k.org>
27891
d643bac1
AS
27892 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27893 1 to avoid redefinition warning.
27894 (__USE_GNU): Don't define.
27895 (init_signaling_nan): Protoize.
27896
e47686e9
AS
27897 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27898
b18decba
SP
278992013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27900
fffb407f
SP
27901 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27902 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27903 (__cpymn): Likewise.
27904 (norm): Remove commented code.
27905 (denorm): Likewise.
27906 (__mp_dbl): Likewise.
27907 (__inv): Likewise.
27908 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27909 (__cpymn): Likewise.
27910 (norm): Remove commented code.
27911 (denorm): Likewise.
27912 (__mp_dbl): Likewise.
27913 (__inv): Likewise.
27914
b18decba
SP
27915 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27916 mp_no value for 1.0 and 2.0.
27917 (norm): Use RADIXI instead of radixi.d.
27918 (denorm): Likewise.
27919 (__mul): Use 0.0 instead of zero.d.
27920 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27921 mp_no value for 1.0 and 2.0.
27922 (norm): Use RADIXI instead of radixi.d.
27923 (denorm): Likewise.
27924 (__mul): Use 0.0 instead of zero.d.
27925
cdc1c96f
JM
279262013-01-04 Joseph Myers <joseph@codesourcery.com>
27927
27928 [BZ #14994]
27929 * math/s_casinh.c (__casinh): Reduce finite argument to first
27930 quadrant then set signs of results at the end.
27931 * math/s_casinhf.c (__casinhf): Likewise.
27932 * math/s_casinhl.c (__casinhl): Likewise.
27933 * math/libm-test.inc (casin_test): Add more tests.
27934 (casinh_test): Likewise.
27935 * sysdeps/i386/fpu/libm-test-ulps: Update.
27936 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27937
302913e1
SP
279382013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27939
6420d207
SP
27940 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27941
a9e48ab4
SP
27942 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27943
b7837264
SP
27944 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27945 declarations.
27946 (denorm): Likewise.
27947 (__mp_dbl): Likewise.
27948 (__inv): Likewise.
27949
f8af25d2
SP
27950 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27951 and adjust the header comment.
27952
302913e1
SP
27953 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27954 variable name from declaration.
27955
5d7dd1ca
L
279562013-01-03 H.J. Lu <hongjiu.lu@intel.com>
27957
27958 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27959 Initialize COMMON_CPUID_INDEX_7 element.
27960 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27961 (CPUID_RTM): Likewise.
27962 (HAS_RTM): Likewise.
27963 (COMMON_CPUID_INDEX_7): New enum.
27964
2f5f40f4
AS
279652013-01-03 Andreas Schwab <schwab@linux-m68k.org>
27966
27967 [BZ #14981]
27968 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27969 size is zero, record memory as freed.
27970
4056f4a0
AJ
279712013-01-03 Andreas Jaeger <aj@suse.de>
27972
27973 * po/ia.po: Add new Interlingua translation.
27974
ab15736f 279752012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
27976
27977 * locale/programs/localedef.c: Fix description of '--posix' flag.
27978
568035b7
JM
279792013-01-02 Joseph Myers <joseph@codesourcery.com>
27980
e6898b8d
JM
27981 * NEWS: Update dates in second copyright notice.
27982 * README: Update copyright dates in example.
27983 * manual/libc.texinfo: Update copyright dates.
27984 * scripts/test-installation.pl: Update copyright date in --version
27985 output.
27986
0e2f9562
JM
27987 * hurd/ctty-input.c: Fix copyright notice formatting.
27988 * hurd/ctty-output.c: Likewise.
27989 * hurd/dtable.c: Likewise.
27990 * hurd/hurd-raise.c: Likewise.
27991 * hurd/hurdprio.c: Likewise.
27992 * hurd/msgportdemux.c: Likewise.
27993 * misc/sys/file.h: Likewise.
27994 * misc/sys/ioctl.h: Likewise.
27995 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27996 * sysdeps/mach/hurd/chdir.c: Likewise.
27997 * sysdeps/mach/hurd/fchdir.c: Likewise.
27998 * sysdeps/mach/hurd/rename.c: Likewise.
27999 * sysdeps/mach/hurd/rmdir.c: Likewise.
28000 * sysdeps/mach/hurd/seekdir.c: Likewise.
28001 * sysdeps/mach/hurd/setsid.c: Likewise.
28002 * sysdeps/posix/wait3.c: Likewise.
28003
568035b7
JM
28004 * All files with FSF copyright notices: Update copyright dates
28005 using scripts/update-copyrights.
28006 * intl/plural.c: Regenerated.
28007 * locale/programs/charmap-kw.h: Likewise.
28008 * locale/programs/locfile-kw.h: Likewise.
28009
da08f647
SP
280102013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
28011
0f5477af
SP
28012 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
28013 four values.
28014
44e0d4c2
SP
28015 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
28016 calculation loop and add branch prediction.
28017
4d55b4e5
SP
28018 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
28019 check access beyond bounds of m1np.
28020
da08f647
SP
28021 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
28022 MPTWO.
28023 (__inv): Remove local variable MPTWO to use the global
28024 constant.
28025 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
28026 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
28027 variable MPTWO.
28028 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
28029 MP3HALFS static const.
28030
8e051029
DM
280312013-01-01 David S. Miller <davem@davemloft.net>
28032
28033 * po/ca.po: Update from translation team.
28034
f4cf5f2d
JM
280352013-01-01 Joseph Myers <joseph@codesourcery.com>
28036
28037 * scripts/update-copyrights: New file.
28038 * Makeconfig: Reformat copyright notice.
28039 * ctype/ctype.h: Likewise.
28040 * debug/swprintf_chk.c: Likewise.
28041 * elf/dl-cache.c: Likewise.
28042 * elf/dl-debug.c: Likewise.
28043 * elf/dl-object.c: Likewise.
28044 * grp/initgroups.c: Likewise.
28045 * hurd/Makefile: Likewise.
28046 * hurd/hurd/signal.h: Likewise.
28047 * hurd/hurdfault.c: Likewise.
28048 * hurd/hurdioctl.c: Likewise.
28049 * hurd/hurdlookup.c: Likewise.
28050 * hurd/intr-msg.c: Likewise.
28051 * iconv/gconv_open.c: Likewise.
28052 * libio/swprintf.c: Likewise.
28053 * locale/lc-ctype.c: Likewise.
28054 * locale/nl_langinfo.c: Likewise.
28055 * mach/Machrules: Likewise.
28056 * mach/Makefile: Likewise.
28057 * malloc/obstack.h: Likewise.
28058 * manual/Makefile: Likewise.
28059 * manual/tsort.awk: Likewise.
28060 * misc/bits/stab.def: Likewise.
28061 * nis/nis_print_group_entry.c: Likewise.
28062 * nis/nis_table.c: Likewise.
28063 * nis/nss_compat/compat-pwd.c: Likewise.
28064 * nis/nss_compat/compat-spwd.c: Likewise.
28065 * po/Makefile: Likewise.
28066 * posix/fnmatch.c: Likewise.
28067 * posix/regex.h: Likewise.
28068 * resolv/Makefile: Likewise.
28069 * resolv/nss_dns/dns-network.c: Likewise.
28070 * resolv/res_hconf.c: Likewise.
28071 * scripts/gen-sorted.awk: Likewise.
28072 * soft-fp/soft-fp.h: Likewise.
28073 * stdio-common/printf.h: Likewise.
28074 * stdlib/monetary.h: Likewise.
28075 * stdlib/random.c: Likewise.
28076 * stdlib/random_r.c: Likewise.
28077 * sysdeps/generic/Makefile: Likewise.
28078 * sysdeps/gnu/Makefile: Likewise.
28079 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
28080 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
28081 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
28082 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
28083 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
28084 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
28085 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
28086 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
28087 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
28088 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
28089 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
28090 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
28091 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
28092 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
28093 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
28094 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
28095 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
28096 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
28097 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
28098 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
28099 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
28100 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
28101 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
28102 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28103 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
28104 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
28105 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
28106 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
28107 * sysdeps/mach/hurd/errnos.awk: Likewise.
28108 * sysdeps/mach/hurd/fork.c: Likewise.
28109 * sysdeps/mach/hurd/getcwd.c: Likewise.
28110 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
28111 * sysdeps/mach/hurd/mmap.c: Likewise.
28112 * sysdeps/mach/hurd/utimes.c: Likewise.
28113 * sysdeps/mach/hurd/xmknod.c: Likewise.
28114 * sysdeps/posix/profil.c: Likewise.
28115 * sysdeps/posix/readdir_r.c: Likewise.
28116 * sysdeps/powerpc/bits/mathdef.h: Likewise.
28117 * sysdeps/powerpc/bits/setjmp.h: Likewise.
28118 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
28119 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
28120 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
28121 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
28122 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
28123 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
28124 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28125 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
28126 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
28127 * sysdeps/pthread/lio_listio.c: Likewise.
28128 * sysdeps/sparc/dl-procinfo.h: Likewise.
28129 * sysdeps/unix/i386/sysdep.S: Likewise.
28130 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
28131 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
28132 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
28133 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
28134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28135 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
28136 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
28137 * sysdeps/unix/sysv/linux/speed.c: Likewise.
28138 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
28139 * sysdeps/wordsize-32/divdi3.c: Likewise.
28140 * time/sys/time.h: Likewise.
28141 * wcsmbs/Makefile: Likewise.
28142
0549fbba
DM
281432013-01-01 David S. Miller <davem@davemloft.net>
28144
a141f1a7
DM
28145 * po/fr.po: Update from translation team.
28146
0549fbba
DM
28147 * catgets/gencat.c: Update copyright year.
28148 * csu/version.c: Likewise.
28149 * debug/catchsegv.sh: Likewise.
28150 * debug/pcprofiledump.c: Likewise.
28151 * debug/xtrace.sh: Likewise.
28152 * elf/ldconfig.c: Likewise.
28153 * elf/ldd.bash.in: Likewise.
28154 * elf/pldd.c: Likewise.
28155 * elf/sotruss.ksh: Likewise.
28156 * elf/sprof.c: Likewise.
28157 * iconv/iconv_prog.c: Likewise.
28158 * iconv/iconvconfig.c: Likewise.
28159 * locale/programs/locale.c: Likewise.
28160 * locale/programs/localedef.c: Likewise.
28161 * login/programs/pt_chown.c: Likewise.
28162 * malloc/memusage.sh: Likewise.
28163 * malloc/memusagestat.c: Likewise.
28164 * malloc/mtrace.pl: Likewise.
28165 * nscd/nscd.c: Likewise.
28166 * nss/getent.c: Likewise.
28167 * nss/makedb.c: Likewise.
28168 * posix/getconf.c: Likewise.
28169
18ea052c
SP
281702012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
28171
28172 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
28173 numbers.
28174
9c89fca6
MF
281752012-12-30 Mike Frysinger <vapier@gentoo.org>
28176
28177 * math/bits/mathcalls.h (modf): Use __nonnull.
28178
085ec079
SP
281792012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
28180
28181 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
28182 (split): Use macro CN instead of the bare value.
28183 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
28184 could be used.
28185 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
28186 instead of the bare value.
28187 (power1): Likewise.
28188
6d9f97e1
SP
281892012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28190
d63f73be
SP
28191 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
28192 __ATAN_TWOM.
28193 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28194
6d9f97e1
SP
28195 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
28196 their values.
28197 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
28198 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28199 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
28200 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
28201
4c4febf5
AJ
282022012-12-28 Andreas Jaeger <aj@suse.de>
28203
af5843ef
AJ
28204 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
28205 values are from Linux 3.7.
28206
4c4febf5
AJ
28207 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
28208 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
28209
99136f82
SP
282102012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28211
2f216c3c 28212 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
28213 TRUE case.
28214
99136f82
SP
28215 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
28216 (norm): Likewise.
28217 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
28218 variables with preprocessor constants.
28219 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28220 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
28221 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
28222
7fffbdff
BH
282232012-12-27 Bruno Haible <bruno@clisp.org>
28224
28225 [BZ #14317]
28226 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
28227 only if needed.
28228
b76eb5f0
SP
282292012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28230
31a7fe5c
SP
28231 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
28232 and use variable directly.
28233 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
28234
b76eb5f0
SP
28235 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
28236 MPONE.
28237 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
28238 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
28239 variable MPONE.
28240 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28241 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28242 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
28243 include directive. Remove local variable MPONE.
28244 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
28245 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
28246 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28247
2c8bfe7d
DM
282482012-12-25 David S. Miller <davem@davemloft.net>
28249
28250 * version.h (RELEASE): Set to "development".
28251 (VERSION): Set to "2.17.90".
28252 * NEWS: Add 2.18 section.
28253
147d03b0
DM
282542012-12-21 David S. Miller <davem@davemloft.net>
28255
28256 * po/hr.po: Update from translation team.
28257
a8ebb2b9
AK
282582012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28259
28260 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
28261
95b4f1b6
SE
282622012-12-19 Steve Ellcey <sellcey@mips.com>
28263
b2d94007 28264 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 28265
cedb2a90
MS
282662012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28267
28268 * manual/contrib.texi (Contributors): Spelling correction.
28269
bbf527d6
DM
282702012-12-15 David S. Miller <davem@davemloft.net>
28271
28272 * po/ru.po: Update from translation team.
28273
bc38c906
DM
282742012-12-13 David S. Miller <davem@davemloft.net>
28275
85429b1a
DM
28276 * NEWS: Mention IFUNC testsuite enhancements.
28277
d283e353
DM
28278 * po/pl.po: Update from translation team.
28279 * po/bg.po: Likewise.
28280
bc38c906
DM
28281 * manual/contrib.texi (Contributors): Update entries for Hongjiu
28282 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
28283
a181b0d7
DM
282842012-12-11 David S. Miller <davem@davemloft.net>
28285
4641d57e
DM
28286 * po/sv.po: Update from translation team.
28287
f7bc6495
DM
28288 * po/vi.po: Update from translation team.
28289
6fc9048f
DM
28290 * po/cs.po: Update from translation team.
28291
a181b0d7
DM
28292 * po/de.po: Update from translation team.
28293 * po/eo.po: Likewise.
28294 * po/nl.po: Likewise.
28295
f70bfe80
SP
282962012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
28297
3c8b4190
SP
28298 [BZ #14246]
28299 * manual/argp.texi (Argp Helper Functions): Move node to follow
28300 Argp Parsing State.
28301
f70bfe80
SP
28302 [BZ #14872]
28303 * manual/conf.texi (Limits on File System Capacity): Mention if
28304 terminating null is included in the max size.
28305
188f0adf
AJ
283062012-12-10 Andreas Jaeger <aj@suse.de>
28307
28308 * po/cs.po: Update from translation team.
28309
56e7d3ad
SP
283102012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
28311
28312 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
28313 void pointer and cast to uintptr_t.
28314 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
28315 path.
28316 * sysdeps/s390/s390-64/memcpy.S: Likewise.
28317 * sysdeps/s390/s390-64/memset.S: Likewise.
28318
76f2d2ea 283192012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
28320
28321 [BZ #14833]
28322 * menual/message.texi (Message Translation): Fix typos.
28323 (Helper programs for gettext): Likewise.
28324
67cbf9a2
AS
283252012-12-07 Andreas Schwab <schwab@linux-m68k.org>
28326
28327 [BZ #14898]
28328 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
28329 Change to -1.
28330
682d0e9a
DM
283312012-12-07 David S. Miller <davem@davemloft.net>
28332
28333 * po/libc.pot: Update.
28334
573cd484
RH
283352012-12-07 Richard Henderson <rth@redhat.com>
28336
7e9da188 28337 [BZ #10114]
573cd484
RH
28338 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
28339 normal/normal case to before the switch.
28340 (_FP_DIV): Likewise.
28341
e933a943
MF
283422012-12-06 Carlos O'Donell <carlos@systemhalted.org>
28343 Mike Frysinger <vapier@gentoo.org>
28344
28345 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
28346 check for __NR_fadvise64_64.
28347
82123268
CM
283482012-12-06 Chris Metcalf <cmetcalf@tilera.com>
28349
28350 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
28351 0, not just to plain "0" as a statement.
28352 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
28353 with cw.
28354
d9814526
JM
283552012-12-06 Joseph Myers <joseph@codesourcery.com>
28356
28357 * NEWS: Use sourceware.org in Bugzilla URL.
28358
7728c574
SP
283592012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
28360
f16946dd
SP
28361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
28362 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28363
5704bbcb
SP
28364 * stdio-common/tst-put-error.c (do_test): Add newline to the
28365 padded test to ensure flush.
28366
17aa0516
JL
283672012-12-05 Jeff Law <law@redhat.com>
28368
28369 * sunrpc/etc.rpc (fedfs_admin): Add entry.
28370
363313b5
JM
283712012-12-05 Joseph Myers <joseph@codesourcery.com>
28372
effbd42a
JM
28373 * README: Don't refer to ports add-on as distributed separately.
28374 Mention AArch64 in list of systems supported in the ports add-on.
28375
87600365
JM
28376 * LICENSES: Add more non-FSF copyright and license notices.
28377
a0d7066a
JM
28378 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
28379 ((unused)).
28380
66ca5a5b
JM
28381 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
28382
363313b5
JM
28383 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
28384 10000 as width of padded output.
28385
b37984ad
JM
283862012-12-04 Joseph Myers <joseph@codesourcery.com>
28387
9003570a
JM
28388 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
28389
b37984ad
JM
28390 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
28391 variable LX with __attribute__ ((unused)).
28392 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28393 Likewise.
28394 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28395 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28396 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
28397 with __attribute__ ((unused)).
28398
c8df52ec
DM
283992012-12-04 David S. Miller <davem@abraco.davemloft.net>
28400
28401 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
28402
b3b099af
JM
284032012-12-04 Joseph Myers <joseph@codesourcery.com>
28404
c33aa6e3
JM
28405 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
28406 (CFLAGS-nldbl-acos.c): New variable.
28407 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
28408 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
28409 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
28410 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28411 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28412 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28413 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28414 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28415 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28416 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28417 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28418 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28419 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28420 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28421 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28422 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28423 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28424 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28425 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28426 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28427 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28428 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28429 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28430 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28431 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28432 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28433 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28434 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28435 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28436 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28437 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28438 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28439 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28440 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28441 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28442 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28443 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28444 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28445 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28446 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28447 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28448 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28449 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28450 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28451 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28452 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28453 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28454 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28455 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28456 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28457 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28458 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28459 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28460 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28461 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28462 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28463 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28464 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28465 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28466 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28467 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28468 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28469 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28470 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28471 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28472 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28473 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28474 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28475 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28476 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28477 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28478 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28479 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28480 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28481 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28482 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28483 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28484 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28485 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28486 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28487 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28488 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28489 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28490 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28491 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28492 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28493 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28494 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28495 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28496 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28497 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28498 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28499 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28500 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28501 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28502 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28503 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28504
20f0018d
JM
28505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28506 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28507
b3b099af
JM
28508 [BZ #14914]
28509 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28510 whole low double instead of just low 47 bits when splitting values
28511 into two parts.
28512
029264d1
AM
285132012-12-03 Allan McRae <allan@archlinux.org>
28514
28515 * manual/stdio.texi (Predefined Printf Handlers): Remove
28516 @hsep and @vsep usage.
28517
c9d6789e
MF
285182012-12-03 Mike Frysinger <vapier@gentoo.org>
28519
28520 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28521 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28522
4b7634a5
JL
285232012-12-03 Jeff Law <law@redhat.com>
28524
28525 * time/sys/time.h (settimeofday): Do not mark TV argument
28526 as __nonnull.
28527
eb6cbd24
MF
285282012-12-01 Mike Frysinger <vapier@gentoo.org>
28529
28530 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28531 when currently writing and seek to current position when not.
28532 * libio/Makefile (tests): Remove bug-fclose1.
28533 * libio/bug-fclose1.c: Delete.
28534
f638872a
JM
285352012-12-01 Joseph Myers <joseph@codesourcery.com>
28536
28537 * manual/arith.texi (feenableexcept): Fix typo.
28538 (fedisableexcept): Likewise.
28539
48085d14
RM
285402012-11-30 Roland McGrath <roland@hack.frob.com>
28541
28542 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28543 second, differently-typed declaration, rather than a cast.
28544
1a538b9f
SP
285452012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
28546
28547 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28548 * include/rpc/svc.h: ... here.
28549
d07f2ff1 285502012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
28551
28552 [BZ #13013]
28553 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28554 depending n and resplen2 to catch cases where answer
28555 equals answerp2.
28556
c93ec1f0
CD
285572012-11-29 Carlos O'Donell <carlos@systemhalted.org>
28558
28559 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28560 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28561
37db69de
MF
285622012-11-29 Mike Frysinger <vapier@gentoo.org>
28563
28564 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28565
e10c4e4f
RM
285662012-11-29 Roland McGrath <roland@hack.frob.com>
28567
28568 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28569
2af1b328
JL
285702012-11-28 Jeff Law <law@redhat.com>
28571
28572 [BZ #13761]
28573 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28574 dataset_temporary. Track alloca usage into alloca_used.
28575 If dataset is large allocate and release it via malloc/free.
28576
111db5b1
FW
285772012-06-04 Florian Weimer <fweimer@redhat.com>
28578
f06cc227 28579 [BZ #14197]
111db5b1
FW
28580 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28581
dd694abd
DM
285822012-11-28 David S. Miller <davem@davemloft.net>
28583
28584 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28585
9984dd01
JM
285862012-11-28 Joseph Myers <joseph@codesourcery.com>
28587
28588 [BZ #14803]
28589 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28590 of pi/2 rounded to nearest to 64 bits.
28591 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28592 nearest to 64 bits.
28593 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28594 bits.
28595
14bc93a9
JL
285962012-11-28 Jeff Law <law@redhat.com>
28597 Martin Osvald <mosvald@redhat.com>
28598
28599 [BZ #14889]
28600 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28601 * sunrpc/svc.c: Include time.h.
28602 (__svc_accept_failed): New function.
28603 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28604 any reason other than EINTR, call __svc_accept_failed.
28605 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28606 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28607
e3c6aa3a
AS
286082012-11-28 Andreas Schwab <schwab@suse.de>
28609
28610 * scripts/abilist.awk: Also handle indirect functions in .opd
28611 section.
28612
1bead169
JM
286132012-11-28 Joseph Myers <joseph@codesourcery.com>
28614
28615 [BZ #13881]
28616 * sysdeps/x86/fpu/powl_helper.c: New file.
28617 * sysdeps/x86/fpu/Makefile: Likewise.
28618 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28619 (p3): New object.
28620 (__ieee754_powl): Use __powl_helper for finite arguments except
28621 integer exponents below 8.
28622 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28623 (p3): New object.
28624 (__ieee754_powl): Use __powl_helper for finite arguments except
28625 integer exponents below 8.
28626 * math/libm-test.inc (pow_test): Add more tests and enable some
28627 previously disabled tests.
28628 * sysdeps/i386/fpu/libm-test-ulps: Update.
28629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28630
0817d63d
SP
286312012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28632 Carlos O'Donell <carlos_odonell@mentor.com>
28633
28634 * nss/makedb.c (is_prime): Assert that input is odd and greater
28635 than 4. Note that fact in a comment too.
28636 (next_prime): Add 4 to input.
28637
de2fd463
SP
286382012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28639
28640 [BZ #11741]
28641 * libio/Makefile (tests): Add test case tst-fwrite-error.
28642 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28643 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28644 * libio/tst-fwrite-error.c: New test case.
28645
c515fb51
L
286462012-11-26 H.J. Lu <hongjiu.lu@intel.com>
28647
28648 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28649 before casting to void *.
28650 * include/libc-internal.h (__pointer_type): New macro.
28651 (__integer_if_pointer_type_sub): Likewise.
28652 (__integer_if_pointer_type): Likewise.
28653 (cast_to_integer): Likewise.
28654 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28655 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28656 before casting to atomic64_t.
28657 (atomic_exchange_acq): Likewise.
28658 (__arch_exchange_and_add_body): Likewise.
28659 (__arch_add_body): Likewise.
28660 (atomic_add_negative): Likewise.
28661 (atomic_add_zero): Likewise.
28662
4cf77aa9
JM
286632012-11-26 Joseph Myers <joseph@codesourcery.com>
28664
28665 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28666 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28667 (add_fdes): Likewise.
28668 (linear_search_fdes): Likewise.
28669 (binary_search_unencoded_fdes): Likewise.
28670
d260b3b4
AS
286712012-11-26 Andreas Schwab <schwab@linux-m68k.org>
28672
28673 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28674
67060746
AC
286752012-11-24 Adam Conrad <adconrad@0c3.net>
28676
28677 * configure.in: Autodetect C++ header directories.
28678 * configure: Regenerated.
28679
800938a1
MF
286802012-11-23 Mike Frysinger <vapier@gentoo.org>
28681
28682 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28683
4e6e34e6
AS
286842012-11-23 Andreas Schwab <schwab@linux-m68k.org>
28685
28686 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28687
7c7feb47
JM
286882012-11-22 Joseph Myers <joseph@codesourcery.com>
28689
7184dcdf
JM
28690 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28691 LDBL_MANT_DIG == 106]: Disable some tests.
28692 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28693 Likewise.
28694 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28695 Likewise.
28696
0a42601f
JM
28697 [BZ #14871]
28698 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28699 input for small inputs. Return +/- pi/2 for large inputs.
28700 * math/libm-test.inc (atan_test): Add more tests.
28701
79c9b9fe
JM
28702 * sysdeps/generic/unwind-dw2-fde-glibc.c
28703 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28704 __attribute__ ((unused)).
28705
c60d3bf2
JM
28706 [BZ #14645]
28707 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28708 x * y if x and y are nonzero and z is zero.
28709
ef1e0867
JM
28710 [BZ #14811]
28711 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28712 nonzero exponents with absolute value below 0x1p-117 to +/-
28713 0x1p-117.
28714
1468ded3
JM
28715 [BZ #14869]
28716 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28717 up arguments below 2**-450, not just those below 2**-500.
28718 * math/libm-test.inc (hypot_test): Add another test.
28719
8e27e3cc
JM
28720 [BZ #14868]
28721 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28722 Return a+b for ratio over 2**120, not 2**60.
28723 * math/libm-test.inc (hypot_test): Add another test.
28724
c9c0279b
JM
28725 * math/libm-test.inc (clog_test): Use
28726 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28727 (clog10_test): Likewise.
28728
7c7feb47
JM
28729 [BZ #6778]
28730 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28731
fff1530e
AS
287322012-11-22 Andreas Schwab <schwab@suse.de>
28733
28734 * sysdeps/i386/fpu/libm-test-ulps: Update.
28735
94558d30
PT
287362012-11-22 Pino Toscano <toscano.pino@tiscali.it>
28737
28738 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28739 printf output with newline.
28740
7e1be741
L
287412012-11-21 H.J. Lu <hongjiu.lu@intel.com>
28742
6bfea974
L
28743 [BZ #14865]
28744 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28745 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28746 -z nodlopen, -z initfirst and -z execstack support.
28747 * configure: Regenerated.
28748
7e1be741
L
28749 * elf/elf.h (DF_1_NODIRECT): New macro.
28750 (DF_1_IGNMULDEF): Likewise.
28751 (DF_1_NOKSYMS): Likewise.
28752 (DF_1_NOHDR): Likewise.
28753 (DF_1_EDITED): Likewise.
28754 (DF_1_NORELOC): Likewise.
28755 (DF_1_SYMINTPOSE): Likewise.
28756 (DF_1_GLOBAUDIT): Likewise.
28757 (DF_1_SINGLETON): Likewise.
28758 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28759 DT_1_SUPPORTED_MASK bits.
28760 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28761
105ce2ce
CD
287622012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
28763
28764 * sysdeps/unix/make-syscalls.sh: Document prefixes.
28765
123be9de
TS
287662012-11-20 Thomas Schwinge <thomas@codesourcery.com>
28767
d072f3f7
TS
28768 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28769 macro.
28770
123be9de
TS
28771 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28772 (sendmmsg): Move declarations...
28773 * socket/sys/socket.h: ... here.
28774 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28775 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28776 include it from...
28777 * socket/recvmmsg.c: ... this new file.
28778 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28779 (sendmmsg): Rename to __sendmmsg, create weak alias and make
28780 definition of __sendmmsg hidden.
28781 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28782 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28783 Move ENOSYS stub into and include it from...
28784 * socket/sendmmsg.c: ... this new file.
28785 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28786 (sysdep_routines): Move recvmmsg and sendmmsg...
28787 * socket/Makefile (routines): ... here.
28788 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28789 (GLIBC_PRIVATE): Add __sendmmsg.
28790 * include/sys/socket.h (__sendmmsg): Add declarations.
28791 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28792 sendmmsg.
28793
cf9a5d18
JM
287942012-11-20 Joseph Myers <joseph@codesourcery.com>
28795
28796 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28797 variable I1 with __attribute__ ((unused)).
28798 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28799
ecd4caf9
JM
288002012-11-19 Joseph Myers <joseph@codesourcery.com>
28801
be14d48f
JM
28802 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28803 DUMMY variables with __attribute__ ((unused)).
28804
ecd4caf9
JM
28805 * bits/byteswap.h: Include <bits/types.h>.
28806 (__bswap_64): Use __uint64_t instead of unsigned long long int.
28807
986cab95
PT
288082012-11-19 Pino Toscano <toscano.pino@tiscali.it>
28809
28810 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28811 string_t. Do not manually set errno.
28812 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28813 length with __strnlen. Make sure to both set errno and return it on
28814 failure.
28815
6d33cc9d
DM
288162012-11-19 David S. Miller <davem@davemloft.net>
28817
28818 With help from Joseph Myers.
28819 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28820 very large arguments properly.
28821 * math/libm-test.inc (atan_test): New tests.
28822 (atan2_test): New tests.
28823 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28824 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28825
ee663277
JM
288262012-11-19 Joseph Myers <joseph@codesourcery.com>
28827
877f2d8e
JM
28828 [BZ #14856]
28829 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28830 Define to 3.
28831
116fc08a
JM
28832 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28833 [POSIX] (EADDRNOTAVAIL): Likewise.
28834 [POSIX] (EAFNOSUPPORT): Likewise.
28835 [POSIX] (EALREADY): Likewise.
28836 [POSIX] (ECONNABORTED): Likewise.
28837 [POSIX] (ECONNREFUSED): Likewise.
28838 [POSIX] (ECONNRESET): Likewise.
28839 [POSIX] (EDESTADDRREQ): Likewise.
28840 [POSIX] (EDQUOT): Likewise.
28841 [POSIX] (EHOSTUNREACH): Likewise.
28842 [POSIX] (EIDRM): Likewise.
28843 [POSIX] (EISCONN): Likewise.
28844 [POSIX] (ELOOP): Likewise.
28845 [POSIX] (EMULTIHOP): Likewise.
28846 [POSIX] (ENETDOWN): Likewise.
28847 [POSIX] (ENETUNREACH): Likewise.
28848 [POSIX] (ENOBUFS): Likewise.
28849 [POSIX] (ENODATA): Likewise.
28850 [POSIX] (ENOLINK): Likewise.
28851 [POSIX] (ENOMSG): Likewise.
28852 [POSIX] (ENOPROTOOPT): Likewise.
28853 [POSIX] (ENOSR): Likewise.
28854 [POSIX] (ENOSTR): Likewise.
28855 [POSIX] (ENOTCONN): Likewise.
28856 [POSIX] (ENOTSOCK): Likewise.
28857 [POSIX] (EOPNOTSUPP): Likewise.
28858 [POSIX] (EOVERFLOW): Likewise.
28859 [POSIX] (EPROTO): Likewise.
28860 [POSIX] (EPROTONOSUPPORT): Likewise.
28861 [POSIX] (EPROTOTYPE): Likewise.
28862 [POSIX] (ESTALE): Likewise.
28863 [POSIX] (ETIME): Likewise.
28864 [POSIX] (ETXTBSY): Likewise.
28865 [POSIX] (EWOULDBLOCK): Likewise.
28866 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28867 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28868 [POSIX] (SEEK_CUR): Likewise.
28869 [POSIX] (SEEK_END): Likewise.
28870 [POSIX || UNIX98] (mode_t): Do not require.
28871 [POSIX] (off_t): Likewise.
28872 [POSIX] (pid_t): Likewise.
28873 [POSIX] (sys/stat.h): Do not allow header.
28874 [POSIX] (unistd.h): Likewise.
28875 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28876 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28877 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28878 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28879 require.
28880 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28881 sigevent): Specify elements.
28882 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28883 entry.
28884 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28885 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28886
a483863f
JM
28887 * conform/data/cpio.h-data [POSIX]: Disable whole file.
28888 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28889 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28890 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28891 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28892 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28893 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28894 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28895 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28896 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28897 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28898 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28899 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28900 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28901 Likewise.
28902 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28903 Likewise.
28904 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28905 Likewise.
28906 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28907 Likewise.
28908 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28909 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28910 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28911 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28912 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28913 Specify lower bound on value.
28914 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28915 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28916 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28917 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28918 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28919 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28920 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28921 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28922 value.
28923 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28924 as optional.
28925 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28926 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28927 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28928 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28929 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28930 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28931 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28932 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28933 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28934 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28935 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28936 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28937 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28938 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28939 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28940 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28941 entry.
28942 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28943 optional.
28944 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28945 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28946 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28947 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28948 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28949 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28950 Likewise.
28951 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28952 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28953 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28954 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28955 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
28956 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28957 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28958 as optional.
28959 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28960 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28961 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28962 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28963 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28964 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28965 specify as optional.
28966 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28967 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28968 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28969 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28970 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28971 [XPG3] (NL_LANGMAX): Likewise.
28972 [POSIX || XPG3] (NL_MSGMAX): Likewise.
28973 [POSIX || XPG3] (NL_NMAX): Likewise.
28974 [POSIX || XPG3] (NL_SETMAX): Likewise.
28975 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28976 [XPG3] (NZERO): Likewise.
28977 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28978 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28979 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28980 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28981 (REG_ERANGE): Expect.
28982 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28983 optional-constant.
28984 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28985 Use (void) in prototype.
28986 [POSIX] (*_t): Allow.
28987 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28988 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28989 (WRDE_BADVAL): Expect.
28990
5ba924e3
JM
28991 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28992 expect.
28993 [XPG3 || XPG4] (O_RSYNC): Likewise.
28994 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28995 Likewise.
28996 [XPG3 || XPG4] (pthread_sigmask): Likewise.
28997 [XPG3 || XPG4] (sigqueue): Likewise.
28998 [XPG3 || XPG4] (sigtimedwait): Likewise.
28999 [XPG3 || XPG4] (sigwaitinfo): Likewise.
29000 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
29001 [XPG3 || XPG4] (vsnprintf): Likewise.
29002 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
29003 Likewise.
29004 [XPG3 || XPG4] (blksize_t): Likewise.
29005 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
29006 Likewise.
29007 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
29008 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
29009 [XPG3 || XPG4] (struct itimerspec): Likewise.
29010 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
29011 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
29012 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
29013 [XPG3 || XPG4] (clockid_t): Likewise.
29014 [XPG3 || XPG4] (timer_t): Likewise.
29015 [XPG3 || XPG4] (clock_getres): Likewise.
29016 [XPG3 || XPG4] (clock_gettime): Likewise.
29017 [XPG3 || XPG4] (clock_settime): Likewise.
29018 [XPG3 || XPG4] (nanosleep): Likewise.
29019 [XPG3 || XPG4] (timer_create): Likewise.
29020 [XPG3 || XPG4] (timer_delete): Likewise.
29021 [XPG3 || XPG4] (timer_gettime): Likewise.
29022 [XPG3 || XPG4] (timer_getoverrun): Likewise.
29023 [XPG3 || XPG4] (timer_settime): Likewise.
29024 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
29025 [XPG3 || XPG4] (getlogin_r): Likewise.
29026 [XPG3 || XPG4] (pread): Likewise.
29027 [XPG3 || XPG4] (pthread_atfork): Likewise.
29028 [XPG3 || XPG4] (pwrite): Likewise.
29029
ee663277
JM
29030 [BZ #14835]
29031 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
29032 <bits/siginfo.h>.
29033
942caa16
PT
290342012-11-19 Pino Toscano <toscano.pino@tiscali.it>
29035
e19af380
PT
29036 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
29037 finalizing MALLSTREAM.
29038
942caa16
PT
29039 * sysdeps/mach/hurd/syncfs.c: New file.
29040
cfde9b46
SP
290412012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
29042
29043 [BZ #14719]
29044 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
29045 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
29046 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
29047 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
29048 (_nss_dns_gethostbyname4_r): Likewise.
29049 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
29050 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
29051
f6da27e5
PH
290522012-11-19 Peng Haitao <penght@cn.fujitsu.com>
29053
29054 [BZ #13763]
29055 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
29056
6665d4a2
SM
290572012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
29058
1f51ee92
SM
29059 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
29060 * elf/cache.c (print_entry): Print ",AArch64" for
29061 FLAG_AARCH64_LIB64
29062
6665d4a2
SM
29063 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
29064 * elf/cache.c (print_entry): Print ",hard-float" for
29065 FLAG_ARM_LIBHF.
29066
05b227bd
DM
290672012-11-18 David S. Miller <davem@davemloft.net>
29068
29069 With help from Joseph Myers.
29070 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
29071 cutoff to 2**-13.
29072 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
29073 cutoff to 2**-25.
29074 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
29075 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
29076 small.
29077 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
29078 * math/libm-test.inc (y0_test): New tests.
29079 (y1_test): New tests.
29080 * sysdeps/i386/fpu/libm-test-ulps: Update.
29081 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29082 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29083
786b0b67
AS
290842012-11-18 Andreas Schwab <schwab@linux-m68k.org>
29085
29086 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
29087 64-bit targets.
29088 * configure: Regenerated.
29089
8e18b86d
DM
290902012-11-17 David S. Miller <davem@davemloft.net>
29091
29092 [BZ #14811]
29093 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
29094 nonzero exponents with absolute value below 0x1p-128 to +/-
29095 0x1p-128.
29096
531f1ae0
JM
290972012-11-17 Joseph Myers <joseph@codesourcery.com>
29098
12df29e2
JM
29099 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
29100
150dc1a0
JM
29101 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
29102
531f1ae0
JM
29103 * posix/getconf-speclist.c: New file.
29104 * posix/posix-envs.def: Likewise.
29105 * posix/confstr.c (START_ENV_GROUP): New macro.
29106 (END_ENV_GROUP): Likewise.
29107 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29108 (KNOWN_PRESENT_ENV_STRING): Likewise.
29109 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29110 (UNKNOWN_ENVIRONMENT): Likewise.
29111 (confstr): Include posix-envs.def instead of handling
29112 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
29113 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
29114 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
29115 (END_ENV_GROUP): Likewise.
29116 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29117 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29118 (UNKNOWN_ENVIRONMENT): Likewise.
29119 (__sysconf): Include posix-envs.def instead of handling associated
29120 cases directly here.
29121 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
29122 preprocessing getconf-speclist.c rather than running getconf or
29123 generating empty file.
29124
a93f9cbc
PT
291252012-11-16 Pino Toscano <toscano.pino@tiscali.it>
29126
29127 * scripts/check-local-headers.sh: Ignore 'mach' headers.
29128
d64d9f87
AL
291292012-11-16 Andrej Lajovic <natrij@gmail.com>
29130
29131 [BZ #14672]
29132 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
29133
447885eb
DM
291342012-11-16 David S. Miller <davem@davemloft.net>
29135
29136 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
29137 smaller than LDBL_EPSILON/2.0L, just return xm1.
29138
bcbf9830
L
291392012-11-16 H.J. Lu <hongjiu.lu@intel.com>
29140
29141 * elf/tst-array1.c (init): Set constructor priority to 1000.
29142 (fini): Set destructor priority to 1000.
29143 * elf/tst-array2dep.c: Likewise.
29144
2b766585
SP
291452012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29146
29147 [BZ #11741]
29148 * libio/fileops.c (_IO_new_file_write): Correctly return error.
29149 (_IO_new_file_xsputn): Also return EOF if none of the input
29150 data was written when overflow failed.
29151 * libio/iopadn.c (_IO_padn): Likewise.
29152 * libio/iowpadn.c (_IO_wpadn): Likewise.
29153 * stdio-common/tst-put-error.c: Add copyright notice.
29154 (do_test): Add case for printing padded string.
29155 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
29156 _IO_padn returned error.
29157 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
29158 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
29159 return EOF.
29160
b1848fde
SP
291612012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29162
29163 * libio/libioP.h: Add comment note that the references to C++
29164 bits are now obsolete.
29165
2fd89785
MS
291662012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29167
29168 * math/libm-test.inc (check_complex): Use asprintf.
29169
e3ea5409
JM
291702012-11-14 Joseph Myers <joseph@codesourcery.com>
29171
29172 * debug/pcprofiledump.c (print_version): Update copyright year.
29173 * malloc/memusagestat.c (print_version): Likewise.
29174
2e64d265
L
291752012-11-14 H.J. Lu <hongjiu.lu@intel.com>
29176
29177 [BZ #14831]
29178 * elf/Makefile (tests): Add tst-audit8.
29179 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
29180 ($(objpfx)tst-audit8.out): New target.
29181 (tst-audit8-ENV): New variable.
29182 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
29183 audit if l_reloc_result is NULL.
29184 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
29185 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
29186 * elf/tst-audit8.c: New file.
29187
c485e4d2
MS
291882012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29189
29190 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
29191 * misc/Makefile (CFLAGS-select.c): Define.
29192 * posix/Makefile (CFLAGS-pause.c): Define.
29193
3a0d900a
DM
291942012-11-13 David S. Miller <davem@davemloft.net>
29195
29196 * crypt/Makefile: Move test targets after toplevel Rules
29197 inclusion. Grab any necessary sysdep routines when linking.
29198 * crypt/md5.c (md5_process_block): Remove define, we will always
29199 name it __md5_process_block.
29200 (md5_finish_ctx): Update md5_process_block call.
29201 (md5_stream): Likewise.
29202 (md5_process_bytes): Likewise.
29203 (md5_process_block): Rename to __md5_process_block and move to ...
29204 * crypt/md5-block.c: ... here.
29205 * crypt/sha256.c (sha256_process_block): Move to ...
29206 * crypt/sha256-block.c: ... here.
29207 * crypt/sha512.c (sha512_process_block): Move to ...
29208 * crypt/sha512-block.c: ... here.
29209 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
29210 path.
29211 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
29212 * sysdeps/sparc/sparc64/multiarch/Makefile
29213 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
29214 crypt subdir.
29215 (localedef-aux): Add md5 crypto assembler when in locale subdir.
29216 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
29217 multiarch changes.
29218 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
29219 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
29220 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
29221 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
29222 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
29223 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
29224 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
29225 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
29226 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
29227 file.
29228 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
29229 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
29230 file.
29231 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
29232
8ca89318
JM
292332012-11-13 Joseph Myers <joseph@codesourcery.com>
29234
e27d476a
JM
29235 * timezone/tzselect.ksh: Update from tzcode git revision
29236 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
29237 * timezone/zdump.c: Likewise.
29238 * timezone/zic.c: Likewise.
29239 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
29240 in TZVERSION setting, not $(PKGVERSION).
29241 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
29242 REPORT_BUGS_TO settings.
29243
8ca89318
JM
29244 [BZ #14838]
29245 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
29246 macro.
29247
47594329
MS
292482012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29249
29250 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
29251 detection to immediately after _FP_ROUND().
29252 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
29253 bits are 0.
29254
640ac3f1
DM
292552012-11-11 David S. Miller <davem@davemloft.net>
29256
29257 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
29258 inttypes.h
29259 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
29260 __close rather than their public counterparts.
29261
3d2577bb
JM
292622012-11-10 Joseph Myers <joseph@codesourcery.com>
29263
29264 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
29265 file.
29266 [UNIX98] (sem_timedwait): Do not expect.
29267 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
29268 [XPG4 || UNIX98] (sockatmark): Do not expect.
29269 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
29270 (clock_getcpuclockid): Do not expect.
29271 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
29272 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
29273 Do not expect.
29274 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
29275 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
29276 [UNIX98] (vwscanf): Likewise.
29277 [UNIX98] (vswscanf): Likewise.
29278
fb1ae1ee
JM
292792012-11-09 Joseph Myers <joseph@codesourcery.com>
29280
9ec6f8bd
JM
29281 * timezone/version.h: Remove file.
29282 * timezone/README: Do not refer to version.h.
29283 * timezone/Makefile ($(objpfx)zic.o): New dependency on
29284 $(objpfx)version.h.
29285 ($(objpfx)zdump.o): Likewise.
c3f81911 29286 ($(objpfx)version.h): New target.
9ec6f8bd 29287
0aa8f8a1
JM
29288 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
29289 2012i.
29290 * timezone/README: Don't mention modification to tzselect.ksh.
29291 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
29292 work on unmodified tzselect.ksh. Substitute version numbers in
29293 tzselect.ksh.
29294
4e87147f
JM
29295 * Makefile (format-me): Remove.
29296 (INSTALL): Adjust indentation. Use commands directly instead of
29297 using $(format-me).
29298
8b748aed
JM
29299 * aclocal.m4 (ACX_PKGVERSION): New macro.
29300 (ACX_BUGURL): Likewise.
29301 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
29302 (PKGVERSION): New AC_DEFINE_UNQUOTED.
29303 (REPORT_BUGS_TO): Likewise.
29304 * configure: Regenerated.
29305 * config.h.in (PKGVERSION): New macro.
29306 (REPORT_BUGS_TO): Likewise.
29307 * config.make.in (PKGVERSION): New variable.
29308 (PKGVERSION_TEXI): Likewise.
29309 (REPORT_BUGS_TO): Likewise.
29310 (REPORT_BUGS_TEXI): Likewise.
29311 * Makefile (format-me): Use -I$(common-objpfx)manual.
29312 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
29313 ($(common-objpfx)manual/%): New target.
29314 (manual/%): Remove target.
29315 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
29316 (print_version): Use PKGVERSION.
29317 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
29318 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
29319 and REPORT_BUGS_TO.
29320 ($(objpfx)xtrace): Likewise.
29321 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
29322 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
29323 (print_version): Use PKGVERSION.
29324 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
29325 (do_version): Use PKGVERSION.
29326 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
29327 REPORT_BUGS_TO.
29328 (common-ldd-rewrite): Likewise.
29329 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
29330 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
29331 (print_version): Use PKGVERSION.
29332 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
29333 * elf/pldd.c (argp_program_bug_address): Remove variable.
29334 (more_help): New function.
29335 (argp): Use more_help.
29336 (print_version): Use PKGVERSION.
29337 * elf/sln.c (main): Use PKGVERSION.
29338 (usage): Use REPORT_BUGS_TO.
29339 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
29340 (top level): Use PKGVERSION.
29341 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
29342 (print_version): Use PKGVERSION.
29343 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
29344 (print_version): Use PKGVERSION.
29345 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
29346 (print_version): Use PKGVERSION.
29347 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
29348 (print_version): Use PKGVERSION.
29349 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
29350 (print_version): Use PKGVERSION.
29351 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
29352 (print_version): Use PKGVERSION.
29353 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
29354 and BUGURL.
29355 ($(objpfx)memusage): Likewise.
29356 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
29357 (do_version): Use PKGVERSION.
29358 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
29359 (print_version): Use PKGVERSION.
29360 * malloc/mtrace.pl ($PACKAGE): Remove variable.
29361 ($PKGVERSION): New variable.
29362 ($REPORT_BUGS_TO): Likewise.
29363 (usage): Use $REPORT_BUGS_TO.
29364 (top level): Use $PKGVERSION.
29365 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
29366 ($(objpfx)pkgvers.texi): New rule.
29367 ($(objpfx)stamp-pkgvers): Likewise.
29368 * manual/install.texi: Include pkgvers.texi.
29369 (--with-pkgversion): Document new configure option.
29370 (--with-bugurl): Likewise.
29371 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
29372 than necessarily for this particular distribution. Use
29373 REPORT_BUGS_TO for where to report bugs.
29374 * INSTALL: Regenerated.
29375 * manual/libc.texinfo: Include pkgvers.texi.
29376 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
29377 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
29378 (print_version): Use PKGVERSION.
29379 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
29380 (print_version): Use PKGVERSION.
29381 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
29382 (print_version): Use PKGVERSION.
29383 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
29384 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
29385 macro.
29386 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
29387 (print_version): Use PKGVERSION.
29388 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
29389 (print_version): Use PKGVERSION.
29390 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
29391 and PKGVERSION.
29392
92e4b6a9
JM
29393 * timezone/checktab.awk: Update from tzcode 2012i.
29394 * timezone/ialloc.c: Likewise.
29395 * timezone/private.h: Likewise.
29396 * timezone/scheck.c: Likewise.
29397 * timezone/tzfile.h: Likewise.
29398 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
29399 (TZVERSION): Hardcode tzcode version number.
29400 * timezone/zdump.c: Update from tzcode 2012i.
29401 * timezone/zic.c: Likewise.
29402 * timezone/version.h: New file.
29403 * timezone/README: Describe version.h. Update upstream location.
29404
9bde902c
JM
29405 [BZ #14824]
29406 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
29407 (mktemp): Enable declaration.
29408 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
29409 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
29410 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29411 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29412 Likewise.
29413 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29414 Likewise.
29415 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29416 Likewise.
29417 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29418 Likewise.
29419 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29420 Likewise.
29421 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29422 Likewise.
29423
fb1ae1ee
JM
29424 [BZ #14821]
29425 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29426 offset in buffer as u_int32_t not u_long. Consistently use memcpy
29427 for copies of such integer values.
29428 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29429 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29430
2c1adbcb
AJ
294312012-11-09 Andreas Jaeger <aj@suse.de>
29432
29433 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29434 definitions and declarations that are provided by
29435 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29436
d0f8457e
AK
294372012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29438
3a235abb 29439 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
29440 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29441 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29442 definition.
29443
57241e26
MS
294442012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29445
29446 * elf/elf.h: Update comment before AArch64 relocations.
29447
60e8270d
DM
294482012-11-07 David S. Miller <davem@davemloft.net>
29449
29450 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29451 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29452 (__start_context): Declare.
29453 (__makecontext_ret): Delete.
29454 (__makecontext): Hook up __start_context instead of
29455 __makecontext_ret.
29456 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29457 (sysdep_routines): Add __start_context when in stdlib.
29458
0fbb0fbc
JM
294592012-11-07 Joseph Myers <joseph@codesourcery.com>
29460
29461 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29462 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29463 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
29464 hardcoded "nm".
29465 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
29466 (READELF): New variable. Use it instead of hardcoded "readelf".
29467
eb48db7e
L
294682012-11-07 H.J. Lu <hongjiu.lu@intel.com>
29469
29470 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29471 * sysdeps/x86/Makefile: Here.
29472 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29473 * sysdeps/x86/tst-xmmymm.sh: This.
29474
05bcf62a
JM
294752012-11-07 Joseph Myers <joseph@codesourcery.com>
29476
c4b6cf53
JM
29477 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29478 expectations.
29479 [UNIX98] (pthread_barrier_t): Do not expect.
29480 [UNIX98] (pthread_barrierattr_t): Likewise.
29481 [UNIX98] (pthread_spinlock_t): Likewise.
29482 [UNIX98] (pthread_barrier_destroy): Likewise.
29483 [UNIX98] (pthread_barrier_init): Likewise.
29484 [UNIX98] (pthread_barrier_wait): Likewise.
29485 [UNIX98] (pthread_barrierattr_destroy): Likewise.
29486 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29487 [UNIX98] (pthread_barrierattr_init): Likewise.
29488 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29489 [UNIX98] (pthread_getcpuclockid): Likewise.
29490 [UNIX98] (pthread_mutex_timedlock): Likewise.
29491 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29492 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29493 [UNIX98] (pthread_sigmask): Likewise.
29494 [UNIX98] (pthread_spin_destroy): Likewise.
29495 [UNIX98] (pthread_spin_init): Likewise.
29496 [UNIX98] (pthread_spin_lock): Likewise.
29497 [UNIX98] (pthread_spin_trylock): Likewise.
29498 [UNIX98] (pthread_spin_unlock): Likewise.
29499 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29500 Do not expect.
29501 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29502 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29503 [XPG3 || XPG4] (pthread_cond_t): Likewise.
29504 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29505 [XPG3 || XPG4] (pthread_key_t): Likewise.
29506 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29507 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29508 [XPG3 || XPG4] (pthread_once_t): Likewise.
29509 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29510 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29511 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29512 [XPG3 || XPG4] (pthread_t): Likewise.
29513
cbe6e120
JM
29514 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29515 not expect.
29516 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29517
1b126443
JM
29518 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29519 Change function return type to int.
29520
b961a573
JM
29521 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29522 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29523 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29524 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29525 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29526 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29527 [!POSIX] (posix_madvise): Likewise.
29528 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29529 && !UNIX98].
29530 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29531 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29532 (mode_t): Likewise.
29533 (posix_mem_offset): Likewise.
29534 (posix_typed_mem_get_info): Likewise.
29535 (posix_typed_mem_open): Likewise.
29536
9e188909
JM
29537 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29538 Change condition to [XOPEN2K8].
29539
05bcf62a
JM
29540 * conform/conformtest.pl: Preprocess allow-header data with -x c
29541 instead of from stdin.
29542 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29543 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29544 [C99-based standards] (cerfc): Likewise.
29545 [C99-based standards] (cexp2): Likewise.
29546 [C99-based standards] (cexpm1): Likewise.
29547 [C99-based standards] (clog10): Likewise.
29548 [C99-based standards] (clog1p): Likewise.
29549 [C99-based standards] (clog2): Likewise.
29550 [C99-based standards] (clgamma): Likewise.
29551 [C99-based standards] (ctgamma): Likewise.
29552 [C99-based standards] (cerff): Likewise.
29553 [C99-based standards] (cerfcf): Likewise.
29554 [C99-based standards] (cexp2f): Likewise.
29555 [C99-based standards] (cexpm1f): Likewise.
29556 [C99-based standards] (clog10f): Likewise.
29557 [C99-based standards] (clog1pf): Likewise.
29558 [C99-based standards] (clog2f): Likewise.
29559 [C99-based standards] (clgammaf): Likewise.
29560 [C99-based standards] (ctgammaf): Likewise.
29561 [C99-based standards] (cerfl): Likewise.
29562 [C99-based standards] (cerfcl): Likewise.
29563 [C99-based standards] (cexp2l): Likewise.
29564 [C99-based standards] (cexpm1l): Likewise.
29565 [C99-based standards] (clog10l): Likewise.
29566 [C99-based standards] (clog1pl): Likewise.
29567 [C99-based standards] (clog2l): Likewise.
29568 [C99-based standards] (clgammal): Likewise.
29569 [C99-based standards] (ctgammal): Likewise.
29570 * conform/data/inttypes.h-data [C99-based standards]: Include
29571 stdint.h-data. Remove all expectations for stdint.h contents.
29572 [C99-based standards] (PRI*): Do not allow.
29573 [C99-based standards] (SCN*): Likewise.
29574 [C99-based standards] (*_t): Likewise.
29575 [C99-based-standards] (PRId8): Expect macro.
29576 [C99-based-standards] (PRIi8): Likewise.
29577 [C99-based-standards] (PRIo8): Likewise.
29578 [C99-based-standards] (PRIu8): Likewise.
29579 [C99-based-standards] (PRIx8): Likewise.
29580 [C99-based-standards] (PRIX8): Likewise.
29581 [C99-based-standards] (SCNd8): Likewise.
29582 [C99-based-standards] (SCNi8): Likewise.
29583 [C99-based-standards] (SCNo8): Likewise.
29584 [C99-based-standards] (SCNu8): Likewise.
29585 [C99-based-standards] (SCNx8): Likewise.
29586 [C99-based-standards] (PRIdLEAST8): Likewise.
29587 [C99-based-standards] (PRIiLEAST8): Likewise.
29588 [C99-based-standards] (PRIoLEAST8): Likewise.
29589 [C99-based-standards] (PRIuLEAST8): Likewise.
29590 [C99-based-standards] (PRIxLEAST8): Likewise.
29591 [C99-based-standards] (PRIXLEAST8): Likewise.
29592 [C99-based-standards] (SCNdLEAST8): Likewise.
29593 [C99-based-standards] (SCNiLEAST8): Likewise.
29594 [C99-based-standards] (SCNoLEAST8): Likewise.
29595 [C99-based-standards] (SCNuLEAST8): Likewise.
29596 [C99-based-standards] (SCNxLEAST8): Likewise.
29597 [C99-based-standards] (PRIdFAST8): Likewise.
29598 [C99-based-standards] (PRIiFAST8): Likewise.
29599 [C99-based-standards] (PRIoFAST8): Likewise.
29600 [C99-based-standards] (PRIuFAST8): Likewise.
29601 [C99-based-standards] (PRIxFAST8): Likewise.
29602 [C99-based-standards] (PRIXFAST8): Likewise.
29603 [C99-based-standards] (SCNdFAST8): Likewise.
29604 [C99-based-standards] (SCNiFAST8): Likewise.
29605 [C99-based-standards] (SCNoFAST8): Likewise.
29606 [C99-based-standards] (SCNuFAST8): Likewise.
29607 [C99-based-standards] (SCNxFAST8): Likewise.
29608 [C99-based-standards] (PRId16): Likewise.
29609 [C99-based-standards] (PRIi16): Likewise.
29610 [C99-based-standards] (PRIo16): Likewise.
29611 [C99-based-standards] (PRIu16): Likewise.
29612 [C99-based-standards] (PRIx16): Likewise.
29613 [C99-based-standards] (PRIX16): Likewise.
29614 [C99-based-standards] (SCNd16): Likewise.
29615 [C99-based-standards] (SCNi16): Likewise.
29616 [C99-based-standards] (SCNo16): Likewise.
29617 [C99-based-standards] (SCNu16): Likewise.
29618 [C99-based-standards] (SCNx16): Likewise.
29619 [C99-based-standards] (PRIdLEAST16): Likewise.
29620 [C99-based-standards] (PRIiLEAST16): Likewise.
29621 [C99-based-standards] (PRIoLEAST16): Likewise.
29622 [C99-based-standards] (PRIuLEAST16): Likewise.
29623 [C99-based-standards] (PRIxLEAST16): Likewise.
29624 [C99-based-standards] (PRIXLEAST16): Likewise.
29625 [C99-based-standards] (SCNdLEAST16): Likewise.
29626 [C99-based-standards] (SCNiLEAST16): Likewise.
29627 [C99-based-standards] (SCNoLEAST16): Likewise.
29628 [C99-based-standards] (SCNuLEAST16): Likewise.
29629 [C99-based-standards] (SCNxLEAST16): Likewise.
29630 [C99-based-standards] (PRIdFAST16): Likewise.
29631 [C99-based-standards] (PRIiFAST16): Likewise.
29632 [C99-based-standards] (PRIoFAST16): Likewise.
29633 [C99-based-standards] (PRIuFAST16): Likewise.
29634 [C99-based-standards] (PRIxFAST16): Likewise.
29635 [C99-based-standards] (PRIXFAST16): Likewise.
29636 [C99-based-standards] (SCNdFAST16): Likewise.
29637 [C99-based-standards] (SCNiFAST16): Likewise.
29638 [C99-based-standards] (SCNoFAST16): Likewise.
29639 [C99-based-standards] (SCNuFAST16): Likewise.
29640 [C99-based-standards] (SCNxFAST16): Likewise.
29641 [C99-based-standards] (PRId32): Likewise.
29642 [C99-based-standards] (PRIi32): Likewise.
29643 [C99-based-standards] (PRIo32): Likewise.
29644 [C99-based-standards] (PRIu32): Likewise.
29645 [C99-based-standards] (PRIx32): Likewise.
29646 [C99-based-standards] (PRIX32): Likewise.
29647 [C99-based-standards] (SCNd32): Likewise.
29648 [C99-based-standards] (SCNi32): Likewise.
29649 [C99-based-standards] (SCNo32): Likewise.
29650 [C99-based-standards] (SCNu32): Likewise.
29651 [C99-based-standards] (SCNx32): Likewise.
29652 [C99-based-standards] (PRIdLEAST32): Likewise.
29653 [C99-based-standards] (PRIiLEAST32): Likewise.
29654 [C99-based-standards] (PRIoLEAST32): Likewise.
29655 [C99-based-standards] (PRIuLEAST32): Likewise.
29656 [C99-based-standards] (PRIxLEAST32): Likewise.
29657 [C99-based-standards] (PRIXLEAST32): Likewise.
29658 [C99-based-standards] (SCNdLEAST32): Likewise.
29659 [C99-based-standards] (SCNiLEAST32): Likewise.
29660 [C99-based-standards] (SCNoLEAST32): Likewise.
29661 [C99-based-standards] (SCNuLEAST32): Likewise.
29662 [C99-based-standards] (SCNxLEAST32): Likewise.
29663 [C99-based-standards] (PRIdFAST32): Likewise.
29664 [C99-based-standards] (PRIiFAST32): Likewise.
29665 [C99-based-standards] (PRIoFAST32): Likewise.
29666 [C99-based-standards] (PRIuFAST32): Likewise.
29667 [C99-based-standards] (PRIxFAST32): Likewise.
29668 [C99-based-standards] (PRIXFAST32): Likewise.
29669 [C99-based-standards] (SCNdFAST32): Likewise.
29670 [C99-based-standards] (SCNiFAST32): Likewise.
29671 [C99-based-standards] (SCNoFAST32): Likewise.
29672 [C99-based-standards] (SCNuFAST32): Likewise.
29673 [C99-based-standards] (SCNxFAST32): Likewise.
29674 [C99-based-standards] (PRId64): Likewise.
29675 [C99-based-standards] (PRIi64): Likewise.
29676 [C99-based-standards] (PRIo64): Likewise.
29677 [C99-based-standards] (PRIu64): Likewise.
29678 [C99-based-standards] (PRIx64): Likewise.
29679 [C99-based-standards] (PRIX64): Likewise.
29680 [C99-based-standards] (SCNd64): Likewise.
29681 [C99-based-standards] (SCNi64): Likewise.
29682 [C99-based-standards] (SCNo64): Likewise.
29683 [C99-based-standards] (SCNu64): Likewise.
29684 [C99-based-standards] (SCNx64): Likewise.
29685 [C99-based-standards] (PRIdLEAST64): Likewise.
29686 [C99-based-standards] (PRIiLEAST64): Likewise.
29687 [C99-based-standards] (PRIoLEAST64): Likewise.
29688 [C99-based-standards] (PRIuLEAST64): Likewise.
29689 [C99-based-standards] (PRIxLEAST64): Likewise.
29690 [C99-based-standards] (PRIXLEAST64): Likewise.
29691 [C99-based-standards] (SCNdLEAST64): Likewise.
29692 [C99-based-standards] (SCNiLEAST64): Likewise.
29693 [C99-based-standards] (SCNoLEAST64): Likewise.
29694 [C99-based-standards] (SCNuLEAST64): Likewise.
29695 [C99-based-standards] (SCNxLEAST64): Likewise.
29696 [C99-based-standards] (PRIdFAST64): Likewise.
29697 [C99-based-standards] (PRIiFAST64): Likewise.
29698 [C99-based-standards] (PRIoFAST64): Likewise.
29699 [C99-based-standards] (PRIuFAST64): Likewise.
29700 [C99-based-standards] (PRIxFAST64): Likewise.
29701 [C99-based-standards] (PRIXFAST64): Likewise.
29702 [C99-based-standards] (SCNdFAST64): Likewise.
29703 [C99-based-standards] (SCNiFAST64): Likewise.
29704 [C99-based-standards] (SCNoFAST64): Likewise.
29705 [C99-based-standards] (SCNuFAST64): Likewise.
29706 [C99-based-standards] (SCNxFAST64): Likewise.
29707 [C99-based-standards] (PRIdMAX): Likewise.
29708 [C99-based-standards] (PRIiMAX): Likewise.
29709 [C99-based-standards] (PRIoMAX): Likewise.
29710 [C99-based-standards] (PRIuMAX): Likewise.
29711 [C99-based-standards] (PRIxMAX): Likewise.
29712 [C99-based-standards] (PRIXMAX): Likewise.
29713 [C99-based-standards] (SCNdMAX): Likewise.
29714 [C99-based-standards] (SCNiMAX): Likewise.
29715 [C99-based-standards] (SCNoMAX): Likewise.
29716 [C99-based-standards] (SCNuMAX): Likewise.
29717 [C99-based-standards] (SCNxMAX): Likewise.
29718 [C99-based-standards] (PRIdPTR): Likewise.
29719 [C99-based-standards] (PRIiPTR): Likewise.
29720 [C99-based-standards] (PRIoPTR): Likewise.
29721 [C99-based-standards] (PRIuPTR): Likewise.
29722 [C99-based-standards] (PRIxPTR): Likewise.
29723 [C99-based-standards] (PRIXPTR): Likewise.
29724 [C99-based-standards] (SCNdPTR): Likewise.
29725 [C99-based-standards] (SCNiPTR): Likewise.
29726 [C99-based-standards] (SCNoPTR): Likewise.
29727 [C99-based-standards] (SCNuPTR): Likewise.
29728 [C99-based-standards] (SCNxPTR): Likewise.
29729 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29730 allow.
29731 * conform/data/stdint.h-data: Update comments to clarify
29732 requirements.
29733 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
29734 type.
29735 [C99-based standards] (INT8_MAX): Likewise.
29736 [C99-based standards] (INT16_MIN): Likewise.
29737 [C99-based standards] (INT16_MAX): Likewise.
29738 [C99-based standards] (INT32_MIN): Likewise.
29739 [C99-based standards] (INT32_MAX): Likewise.
29740 [C99-based standards] (INT64_MIN): Likewise.
29741 [C99-based standards] (INT64_MAX): Likewise.
29742 [C99-based standards] (UINT8_MAX): Likewise.
29743 [C99-based standards] (UINT16_MAX): Likewise.
29744 [C99-based standards] (UINT32_MAX): Likewise.
29745 [C99-based standards] (UINT64_MAX): Likewise.
29746 [C99-based standards] (INT_LEAST8_MIN): Likewise.
29747 [C99-based standards] (INT_LEAST8_MAX): Likewise.
29748 [C99-based standards] (INT_LEAST16_MIN): Likewise.
29749 [C99-based standards] (INT_LEAST16_MAX): Likewise.
29750 [C99-based standards] (INT_LEAST32_MIN): Likewise.
29751 [C99-based standards] (INT_LEAST32_MAX): Likewise.
29752 [C99-based standards] (INT_LEAST64_MIN): Likewise.
29753 [C99-based standards] (INT_LEAST64_MAX): Likewise.
29754 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29755 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29756 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29757 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29758 [C99-based standards] (INT_FAST8_MIN): Likewise.
29759 [C99-based standards] (INT_FAST8_MAX): Likewise.
29760 [C99-based standards] (INT_FAST16_MIN): Likewise.
29761 [C99-based standards] (INT_FAST16_MAX): Likewise.
29762 [C99-based standards] (INT_FAST32_MIN): Likewise.
29763 [C99-based standards] (INT_FAST32_MAX): Likewise.
29764 [C99-based standards] (INT_FAST64_MIN): Likewise.
29765 [C99-based standards] (INT_FAST64_MAX): Likewise.
29766 [C99-based standards] (UINT_FAST8_MAX): Likewise.
29767 [C99-based standards] (UINT_FAST16_MAX): Likewise.
29768 [C99-based standards] (UINT_FAST32_MAX): Likewise.
29769 [C99-based standards] (UINT_FAST64_MAX): Likewise.
29770 [C99-based standards] (INTPTR_MIN): Likewise.
29771 [C99-based standards] (INTPTR_MAX): Likewise.
29772 [C99-based standards] (UINTPTR_MAX): Likewise.
29773 [C99-based standards] (INTMAX_MIN): Likewise.
29774 [C99-based standards] (INTMAX_MAX): Likewise.
29775 [C99-based standards] (UINTMAX_MAX): Likewise.
29776 [C99-based standards] (PTRDIFF_MIN): Likewise.
29777 [C99-based standards] (PTRDIFF_MAX): Likewise.
29778 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29779 [C99-based standards] (SIZE_MAX): Likewise.
29780 [C99-based standards] (WCHAR_MAX): Likewise.
29781 [C99-based standards] (WINT_MAX): Likewise.
29782 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
29783 constraint on value.
29784 [C99-based standards] (WCHAR_MIN): Likewise.
29785 [C99-based standards] (WINT_MIN): Likewise.
29786 [C99-based standards] (*_t): Allow.
29787 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29788 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29789 Include math.h-data and complex.h-data. Remove all expectations
29790 of math.h and complex.h contents.
29791 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29792 at end of line.
29793 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29794 (struct tm): Expect tag.
29795 [C99-based-standards] (wcstof): Expect function.
29796 [C99-based-standards] (wcstold): Likewise.
29797 [C99-based-standards] (wcstoll): Likewise.
29798 [C99-based-standards] (wcstoull): Likewise.
29799 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29800 macro-int-constant. Specify type.
29801 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
29802 constraint on value.
29803 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29804 Specify type.
29805 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29806 Specify value.
29807 [ISO C standards]: Do not allow headers.
29808 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29809 wcs[abcdefghijklmnopqrstuvwxyz]*.
29810 [ISO C standards] (*_t): Do not allow.
29811 * conform/data/wctype.h-data [C99-based standards] (iswblank):
29812 Expect function.
29813 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29814 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29815 Specify type.
29816 [ISO C standards]: Do not allow headers.
29817 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29818 is[abcdefghijklmnopqrstuvwxyz]*.
29819 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29820 to[abcdefghijklmnopqrstuvwxyz]*.
29821 [ISO C standards] (*_t): Do not allow.
29822 * conform/data/stdalign.h-data: New file.
29823 * conform/data/stdbool.h-data: Likewise.
29824 * conform/data/stdnoreturn.h-data: Likewise.
29825
7514feb8
RM
298262012-11-07 Roland McGrath <roland@hack.frob.com>
29827
29828 [BZ #14815]
29829 * manual/filesys.texi (Directory Entries): Typo fix.
29830 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29831
19b2ecfc
MS
298322012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29833
29834 * elf/elf.h (EM_AARCH64): New macro.
29835 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29836 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29837 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29838 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29839 (R_AARCH64_TLSDESC): Likewise.
29840 (NT_ARM_TLS): Likewise.
29841 (NT_ARM_HW_BREAK): Likewise.
29842 (NT_ARM_HW_WATCH): Likewise.
29843
60e235ee
JM
298442012-11-07 Joseph Myers <joseph@codesourcery.com>
29845
29846 [BZ #14811]
29847 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29848 (__ieee754_powl): Saturate nonzero exponents with absolute value
29849 below 0x1p-79 to +/- 0x1p-79.
29850 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29851 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29852 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29853 nonzero exponents with absolute value below 0x1p-32 to +/-
29854 0x1p-32.
29855 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29856 (__ieee754_powl): Saturate nonzero exponents with absolute value
29857 below 0x1p-79 to +/- 0x1p-79.
29858 * math/libm-test.inc (pow_test): Add more tests.
29859
0ab234b7
AK
298602012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29861
29862 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29863 _dl_s390_cap_flags with kernel. Increase string length.
29864 (_dl_s390_platforms): Add z196 and zEC12.
29865
45832f74
JM
298662012-11-07 Joseph Myers <joseph@codesourcery.com>
29867
29868 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29869 Change XOPEN21K to XOPEN2K.
29870
19218757
MK
298712012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
29872
29873 * string/memmove.c: Use memcpy when possible.
29874
c5f45721
AJ
298752012-11-06 Andreas Jaeger <aj@suse.de>
29876
29877 * po/eo.po: Update from translation team.
29878
82477c28
JM
298792012-11-06 Joseph Myers <joseph@codesourcery.com>
29880
29881 [BZ #14793]
29882 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29883 exponent and small x and y exponents, scale x or y up. Increase
29884 by 2 the exponent used in scaling up.
29885 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29886 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29887 * math/libm-test.inc (fma_test): Add more tests.
29888 (fma_test_towardzero): Likewise.
29889 (fma_test_downward): Likewise.
29890 (fma_test_upward): Likewise.
29891
99252c8c
JM
298922012-11-05 Joseph Myers <joseph@codesourcery.com>
29893
acfa885f
JM
29894 [BZ #14805]
29895 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29896 fenv_t *.
29897
99252c8c
JM
29898 [BZ #14801]
29899 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29900 namespace for names of struct fields.
29901 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29902 fenv_t fields.
29903 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29904 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29905
d6d98dea
ST
299062012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
29907
29908 [BZ #3665]
29909 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29910
e10bb107
TS
299112012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29912
29913 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29914 PTR_DEMANGLE.
29915
29916 [BZ #5246]
29917 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29918 PTR_DEMANGLE.
29919
a0c2940d
JM
299202012-11-04 Joseph Myers <joseph@codesourcery.com>
29921
29922 [BZ #14797]
29923 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29924 definitely overflow as x * y not x * y + z.
29925 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29926 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29927 * math/libm-test.inc (fma_test): Add more tests.
29928 (fma_test_towardzero): Likewise.
29929 (fma_test_downward): Likewise.
29930 (fma_test_upward): Likewise.
29931
b830319d
TS
299322012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29933
29934 [BZ #157]
29935
29936 * include/stub-tag.h: Remove file.
29937 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29938 '#include' of it.
29939 * manual/maint.texi (Porting): Don't reference it.
29940 * Makerules ($(objpfx)stubs): Likewise.
29941 * dirent/closedir.c: Don't include <stub-tag.h>.
29942 * dirent/dirfd.c: Likewise.
29943 * dirent/fdopendir.c: Likewise.
29944 * dirent/getdents.c: Likewise.
29945 * dirent/getdents64.c: Likewise.
29946 * dirent/opendir.c: Likewise.
29947 * dirent/readdir.c: Likewise.
29948 * dirent/readdir64.c: Likewise.
29949 * dirent/readdir64_r.c: Likewise.
29950 * dirent/readdir_r.c: Likewise.
29951 * dirent/rewinddir.c: Likewise.
29952 * dirent/seekdir.c: Likewise.
29953 * dirent/telldir.c: Likewise.
29954 * gmon/profil.c: Likewise.
29955 * grp/setgroups.c: Likewise.
29956 * inet/if_index.c: Likewise.
29957 * io/access.c: Likewise.
29958 * io/chdir.c: Likewise.
29959 * io/chmod.c: Likewise.
29960 * io/chown.c: Likewise.
29961 * io/close.c: Likewise.
29962 * io/dup.c: Likewise.
29963 * io/dup2.c: Likewise.
29964 * io/dup3.c: Likewise.
29965 * io/euidaccess.c: Likewise.
29966 * io/faccessat.c: Likewise.
29967 * io/fchdir.c: Likewise.
29968 * io/fchmod.c: Likewise.
29969 * io/fchmodat.c: Likewise.
29970 * io/fchown.c: Likewise.
29971 * io/fchownat.c: Likewise.
29972 * io/fcntl.c: Likewise.
29973 * io/flock.c: Likewise.
29974 * io/fstatfs.c: Likewise.
29975 * io/fstatfs64.c: Likewise.
29976 * io/fstatvfs.c: Likewise.
29977 * io/fstatvfs64.c: Likewise.
29978 * io/futimens.c: Likewise.
29979 * io/fxstat.c: Likewise.
29980 * io/fxstat64.c: Likewise.
29981 * io/fxstatat.c: Likewise.
29982 * io/fxstatat64.c: Likewise.
29983 * io/getcwd.c: Likewise.
29984 * io/isatty.c: Likewise.
29985 * io/lchmod.c: Likewise.
29986 * io/lchown.c: Likewise.
29987 * io/link.c: Likewise.
29988 * io/linkat.c: Likewise.
29989 * io/lseek.c: Likewise.
29990 * io/lseek64.c: Likewise.
29991 * io/lxstat64.c: Likewise.
29992 * io/mkdir.c: Likewise.
29993 * io/mkdirat.c: Likewise.
29994 * io/mkfifo.c: Likewise.
29995 * io/mkfifoat.c: Likewise.
29996 * io/open.c: Likewise.
29997 * io/open64.c: Likewise.
29998 * io/openat.c: Likewise.
29999 * io/openat64.c: Likewise.
30000 * io/pipe.c: Likewise.
30001 * io/pipe2.c: Likewise.
30002 * io/poll.c: Likewise.
30003 * io/posix_fadvise.c: Likewise.
30004 * io/posix_fadvise64.c: Likewise.
30005 * io/posix_fallocate.c: Likewise.
30006 * io/posix_fallocate64.c: Likewise.
30007 * io/read.c: Likewise.
30008 * io/readlink.c: Likewise.
30009 * io/readlinkat.c: Likewise.
30010 * io/rmdir.c: Likewise.
30011 * io/sendfile.c: Likewise.
30012 * io/sendfile64.c: Likewise.
30013 * io/statfs.c: Likewise.
30014 * io/statfs64.c: Likewise.
30015 * io/statvfs.c: Likewise.
30016 * io/statvfs64.c: Likewise.
30017 * io/symlink.c: Likewise.
30018 * io/symlinkat.c: Likewise.
30019 * io/ttyname.c: Likewise.
30020 * io/ttyname_r.c: Likewise.
30021 * io/umask.c: Likewise.
30022 * io/unlink.c: Likewise.
30023 * io/unlinkat.c: Likewise.
30024 * io/utime.c: Likewise.
30025 * io/utimensat.c: Likewise.
30026 * io/write.c: Likewise.
30027 * io/xmknod.c: Likewise.
30028 * io/xmknodat.c: Likewise.
30029 * io/xstat.c: Likewise.
30030 * io/xstat64.c: Likewise.
30031 * login/getpt.c: Likewise.
30032 * login/grantpt.c: Likewise.
30033 * login/unlockpt.c: Likewise.
30034 * math/e_acoshl.c: Likewise.
30035 * math/e_acosl.c: Likewise.
30036 * math/e_asinl.c: Likewise.
30037 * math/e_atan2l.c: Likewise.
30038 * math/e_atanhl.c: Likewise.
30039 * math/e_coshl.c: Likewise.
30040 * math/e_expl.c: Likewise.
30041 * math/e_fmodl.c: Likewise.
30042 * math/e_gammal_r.c: Likewise.
30043 * math/e_hypotl.c: Likewise.
30044 * math/e_j0l.c: Likewise.
30045 * math/e_j1l.c: Likewise.
30046 * math/e_jnl.c: Likewise.
30047 * math/e_lgammal_r.c: Likewise.
30048 * math/e_log10l.c: Likewise.
30049 * math/e_log2l.c: Likewise.
30050 * math/e_logl.c: Likewise.
30051 * math/e_powl.c: Likewise.
30052 * math/e_rem_pio2l.c: Likewise.
30053 * math/e_sinhl.c: Likewise.
30054 * math/e_sqrtl.c: Likewise.
30055 * math/fclrexcpt.c: Likewise.
30056 * math/fedisblxcpt.c: Likewise.
30057 * math/feenablxcpt.c: Likewise.
30058 * math/fegetenv.c: Likewise.
30059 * math/fegetexcept.c: Likewise.
30060 * math/fegetround.c: Likewise.
30061 * math/feholdexcpt.c: Likewise.
30062 * math/fesetenv.c: Likewise.
30063 * math/fesetround.c: Likewise.
30064 * math/feupdateenv.c: Likewise.
30065 * math/fgetexcptflg.c: Likewise.
30066 * math/fraiseexcpt.c: Likewise.
30067 * math/fsetexcptflg.c: Likewise.
30068 * math/ftestexcept.c: Likewise.
30069 * math/k_cosl.c: Likewise.
30070 * math/k_rem_pio2l.c: Likewise.
30071 * math/k_sinl.c: Likewise.
30072 * math/k_tanl.c: Likewise.
30073 * math/s_asinhl.c: Likewise.
30074 * math/s_atanl.c: Likewise.
30075 * math/s_cbrtl.c: Likewise.
30076 * math/s_erfl.c: Likewise.
30077 * math/s_expm1l.c: Likewise.
30078 * math/s_log1pl.c: Likewise.
30079 * math/s_tanhl.c: Likewise.
30080 * misc/acct.c: Likewise.
30081 * misc/brk.c: Likewise.
30082 * misc/chflags.c: Likewise.
30083 * misc/chroot.c: Likewise.
30084 * misc/fchflags.c: Likewise.
30085 * misc/fgetxattr.c: Likewise.
30086 * misc/flistxattr.c: Likewise.
30087 * misc/fremovexattr.c: Likewise.
30088 * misc/fsetxattr.c: Likewise.
30089 * misc/fsync.c: Likewise.
30090 * misc/ftruncate.c: Likewise.
30091 * misc/futimes.c: Likewise.
30092 * misc/futimesat.c: Likewise.
30093 * misc/getdomain.c: Likewise.
30094 * misc/getdtsz.c: Likewise.
30095 * misc/gethostid.c: Likewise.
30096 * misc/gethostname.c: Likewise.
30097 * misc/getloadavg.c: Likewise.
30098 * misc/getpagesize.c: Likewise.
30099 * misc/getsysstats.c: Likewise.
30100 * misc/getxattr.c: Likewise.
30101 * misc/gtty.c: Likewise.
30102 * misc/ioctl.c: Likewise.
30103 * misc/lgetxattr.c: Likewise.
30104 * misc/listxattr.c: Likewise.
30105 * misc/llistxattr.c: Likewise.
30106 * misc/lremovexattr.c: Likewise.
30107 * misc/lsetxattr.c: Likewise.
30108 * misc/lutimes.c: Likewise.
30109 * misc/madvise.c: Likewise.
30110 * misc/mincore.c: Likewise.
30111 * misc/mlock.c: Likewise.
30112 * misc/mlockall.c: Likewise.
30113 * misc/mmap.c: Likewise.
30114 * misc/mprotect.c: Likewise.
30115 * misc/msync.c: Likewise.
30116 * misc/munlock.c: Likewise.
30117 * misc/munlockall.c: Likewise.
30118 * misc/munmap.c: Likewise.
30119 * misc/preadv.c: Likewise.
30120 * misc/preadv64.c: Likewise.
30121 * misc/ptrace.c: Likewise.
30122 * misc/pwritev.c: Likewise.
30123 * misc/pwritev64.c: Likewise.
30124 * misc/readv.c: Likewise.
30125 * misc/reboot.c: Likewise.
30126 * misc/remap_file_pages.c: Likewise.
30127 * misc/removexattr.c: Likewise.
30128 * misc/revoke.c: Likewise.
30129 * misc/select.c: Likewise.
30130 * misc/setdomain.c: Likewise.
30131 * misc/setegid.c: Likewise.
30132 * misc/seteuid.c: Likewise.
30133 * misc/sethostid.c: Likewise.
30134 * misc/sethostname.c: Likewise.
30135 * misc/setregid.c: Likewise.
30136 * misc/setreuid.c: Likewise.
30137 * misc/setxattr.c: Likewise.
30138 * misc/sstk.c: Likewise.
30139 * misc/stty.c: Likewise.
30140 * misc/swapoff.c: Likewise.
30141 * misc/swapon.c: Likewise.
30142 * misc/sync.c: Likewise.
30143 * misc/syncfs.c: Likewise.
30144 * misc/syscall.c: Likewise.
30145 * misc/truncate.c: Likewise.
30146 * misc/ualarm.c: Likewise.
30147 * misc/usleep.c: Likewise.
30148 * misc/ustat.c: Likewise.
30149 * misc/utimes.c: Likewise.
30150 * misc/vhangup.c: Likewise.
30151 * misc/writev.c: Likewise.
30152 * posix/_exit.c: Likewise.
30153 * posix/alarm.c: Likewise.
30154 * posix/execve.c: Likewise.
30155 * posix/fexecve.c: Likewise.
30156 * posix/fork.c: Likewise.
30157 * posix/fpathconf.c: Likewise.
30158 * posix/getaddrinfo.c: Likewise.
30159 * posix/getegid.c: Likewise.
30160 * posix/geteuid.c: Likewise.
30161 * posix/getgid.c: Likewise.
30162 * posix/getgroups.c: Likewise.
30163 * posix/getlogin.c: Likewise.
30164 * posix/getlogin_r.c: Likewise.
30165 * posix/getpgid.c: Likewise.
30166 * posix/getpid.c: Likewise.
30167 * posix/getppid.c: Likewise.
30168 * posix/getresgid.c: Likewise.
30169 * posix/getresuid.c: Likewise.
30170 * posix/getsid.c: Likewise.
30171 * posix/getuid.c: Likewise.
30172 * posix/glob64.c: Likewise.
30173 * posix/nanosleep.c: Likewise.
30174 * posix/pathconf.c: Likewise.
30175 * posix/pause.c: Likewise.
30176 * posix/posix_madvise.c: Likewise.
30177 * posix/pread.c: Likewise.
30178 * posix/pread64.c: Likewise.
30179 * posix/pwrite.c: Likewise.
30180 * posix/pwrite64.c: Likewise.
30181 * posix/sched_getaffinity.c: Likewise.
30182 * posix/sched_getp.c: Likewise.
30183 * posix/sched_gets.c: Likewise.
30184 * posix/sched_primax.c: Likewise.
30185 * posix/sched_primin.c: Likewise.
30186 * posix/sched_rr_gi.c: Likewise.
30187 * posix/sched_setaffinity.c: Likewise.
30188 * posix/sched_setp.c: Likewise.
30189 * posix/sched_sets.c: Likewise.
30190 * posix/sched_yield.c: Likewise.
30191 * posix/setgid.c: Likewise.
30192 * posix/setlogin.c: Likewise.
30193 * posix/setpgid.c: Likewise.
30194 * posix/setresgid.c: Likewise.
30195 * posix/setresuid.c: Likewise.
30196 * posix/setsid.c: Likewise.
30197 * posix/setuid.c: Likewise.
30198 * posix/sleep.c: Likewise.
30199 * posix/spawni.c: Likewise.
30200 * posix/sysconf.c: Likewise.
30201 * posix/times.c: Likewise.
30202 * posix/wait.c: Likewise.
30203 * posix/wait3.c: Likewise.
30204 * posix/wait4.c: Likewise.
30205 * posix/waitpid.c: Likewise.
30206 * resolv/gai_sigqueue.c: Likewise.
30207 * resource/getpriority.c: Likewise.
30208 * resource/getrlimit.c: Likewise.
30209 * resource/getrusage.c: Likewise.
30210 * resource/nice.c: Likewise.
30211 * resource/setpriority.c: Likewise.
30212 * resource/setrlimit.c: Likewise.
30213 * resource/ulimit.c: Likewise.
30214 * rt/aio_cancel.c: Likewise.
30215 * rt/aio_fsync.c: Likewise.
30216 * rt/aio_read.c: Likewise.
30217 * rt/aio_sigqueue.c: Likewise.
30218 * rt/aio_suspend.c: Likewise.
30219 * rt/aio_write.c: Likewise.
30220 * rt/clock_getres.c: Likewise.
30221 * rt/clock_gettime.c: Likewise.
30222 * rt/clock_nanosleep.c: Likewise.
30223 * rt/clock_settime.c: Likewise.
30224 * rt/lio_listio.c: Likewise.
30225 * rt/mq_close.c: Likewise.
30226 * rt/mq_getattr.c: Likewise.
30227 * rt/mq_notify.c: Likewise.
30228 * rt/mq_open.c: Likewise.
30229 * rt/mq_receive.c: Likewise.
30230 * rt/mq_send.c: Likewise.
30231 * rt/mq_setattr.c: Likewise.
30232 * rt/mq_timedreceive.c: Likewise.
30233 * rt/mq_timedsend.c: Likewise.
30234 * rt/mq_unlink.c: Likewise.
30235 * rt/shm_open.c: Likewise.
30236 * rt/shm_unlink.c: Likewise.
30237 * rt/timer_create.c: Likewise.
30238 * rt/timer_delete.c: Likewise.
30239 * rt/timer_getoverr.c: Likewise.
30240 * rt/timer_gettime.c: Likewise.
30241 * rt/timer_settime.c: Likewise.
30242 * setjmp/__longjmp.c: Likewise.
30243 * setjmp/setjmp.c: Likewise.
30244 * signal/kill.c: Likewise.
30245 * signal/killpg.c: Likewise.
30246 * signal/raise.c: Likewise.
30247 * signal/sigaction.c: Likewise.
30248 * signal/sigaltstack.c: Likewise.
30249 * signal/sigblock.c: Likewise.
30250 * signal/sigignore.c: Likewise.
30251 * signal/sigintr.c: Likewise.
30252 * signal/signal.c: Likewise.
30253 * signal/sigpause.c: Likewise.
30254 * signal/sigpending.c: Likewise.
30255 * signal/sigqueue.c: Likewise.
30256 * signal/sigreturn.c: Likewise.
30257 * signal/sigset.c: Likewise.
30258 * signal/sigsetmask.c: Likewise.
30259 * signal/sigstack.c: Likewise.
30260 * signal/sigsuspend.c: Likewise.
30261 * signal/sigtimedwait.c: Likewise.
30262 * signal/sigvec.c: Likewise.
30263 * signal/sigwait.c: Likewise.
30264 * signal/sigwaitinfo.c: Likewise.
30265 * signal/sysv_signal.c: Likewise.
30266 * socket/accept.c: Likewise.
30267 * socket/accept4.c: Likewise.
30268 * socket/bind.c: Likewise.
30269 * socket/connect.c: Likewise.
30270 * socket/getpeername.c: Likewise.
30271 * socket/getsockname.c: Likewise.
30272 * socket/getsockopt.c: Likewise.
30273 * socket/isfdtype.c: Likewise.
30274 * socket/listen.c: Likewise.
30275 * socket/recv.c: Likewise.
30276 * socket/recvfrom.c: Likewise.
30277 * socket/recvmsg.c: Likewise.
30278 * socket/send.c: Likewise.
30279 * socket/sendmsg.c: Likewise.
30280 * socket/sendto.c: Likewise.
30281 * socket/setsockopt.c: Likewise.
30282 * socket/shutdown.c: Likewise.
30283 * socket/sockatmark.c: Likewise.
30284 * socket/socket.c: Likewise.
30285 * socket/socketpair.c: Likewise.
30286 * stdio-common/ctermid.c: Likewise.
30287 * stdio-common/cuserid.c: Likewise.
30288 * stdio-common/remove.c: Likewise.
30289 * stdio-common/rename.c: Likewise.
30290 * stdio-common/renameat.c: Likewise.
30291 * stdio-common/tempname.c: Likewise.
30292 * stdlib/getcontext.c: Likewise.
30293 * stdlib/makecontext.c: Likewise.
30294 * stdlib/setcontext.c: Likewise.
30295 * stdlib/swapcontext.c: Likewise.
30296 * stdlib/system.c: Likewise.
30297 * streams/fattach.c: Likewise.
30298 * streams/fdetach.c: Likewise.
30299 * streams/getmsg.c: Likewise.
30300 * streams/getpmsg.c: Likewise.
30301 * streams/putmsg.c: Likewise.
30302 * streams/putpmsg.c: Likewise.
30303 * sysdeps/unix/bsd/getpt.c: Likewise.
30304 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
30305 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
30306 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30308 Likewise.
30309 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
30310 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30311 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
30312 * sysvipc/msgctl.c: Likewise.
30313 * sysvipc/msgget.c: Likewise.
30314 * sysvipc/msgrcv.c: Likewise.
30315 * sysvipc/msgsnd.c: Likewise.
30316 * sysvipc/semctl.c: Likewise.
30317 * sysvipc/semget.c: Likewise.
30318 * sysvipc/semop.c: Likewise.
30319 * sysvipc/semtimedop.c: Likewise.
30320 * sysvipc/shmat.c: Likewise.
30321 * sysvipc/shmctl.c: Likewise.
30322 * sysvipc/shmdt.c: Likewise.
30323 * sysvipc/shmget.c: Likewise.
30324 * termios/tcdrain.c: Likewise.
30325 * termios/tcflow.c: Likewise.
30326 * termios/tcflush.c: Likewise.
30327 * termios/tcgetattr.c: Likewise.
30328 * termios/tcgetpgrp.c: Likewise.
30329 * termios/tcsendbrk.c: Likewise.
30330 * termios/tcsetattr.c: Likewise.
30331 * termios/tcsetpgrp.c: Likewise.
30332 * time/adjtime.c: Likewise.
30333 * time/clock.c: Likewise.
30334 * time/getitimer.c: Likewise.
30335 * time/gettimeofday.c: Likewise.
30336 * time/setitimer.c: Likewise.
30337 * time/settimeofday.c: Likewise.
30338 * time/stime.c: Likewise.
30339 * time/time.c: Likewise.
30340
303412012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 30342
a20492cf
PT
30343 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
30344 /usr/old/bin.
30345
72e182e3
PT
30346 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
30347 instead of spaces.
30348 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
30349
fbeafede
JM
303502012-11-03 Joseph Myers <joseph@codesourcery.com>
30351
5b5b04d6
JM
30352 [BZ #14796]
30353 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
30354 FE_TONEAREST before applying Dekker multiplication and Knuth
30355 addition. Clear inexact exceptions and check for exact zero
30356 results afterwards.
30357 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30358 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30359 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30360 * math/libm-test.inc (fma_test): Add more tests.
30361 (fma_test_towardzero): Likewise.
30362 (fma_test_downward): Likewise.
30363 (fma_test_upward): Likewise.
30364 * sysdeps/generic/math_private.h (default_libc_fesetround): New
30365 function.
30366 (libc_fesetround): New macro.
30367 (libc_fesetroundf): Likewise.
30368 (libc_fesetroundl): Likewise.
30369 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
30370 function.
30371 (libc_fesetround_387): Likewise.
30372 (libc_fesetroundf): New macro.
30373 (libc_fesetround): Likewise.
30374 (libc_fesetroundl): Likewise.
30375 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
30376 function.
30377 (libc_fesetroundf): New macro.
30378 (libc_fesetround): Likewise.
30379 (libc_fesetroundl): Likewise.
30380 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
30381 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
30382 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
30383 libm_hidden_ver.
30384 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
30385 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
30386 libm_hidden_def.
30387 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
30388 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
30389 libm_hidden_ver.
30390 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
30391 libm_hidden_def.
30392
fbeafede
JM
30393 [BZ #3439]
30394 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
30395 integer constant usable in #if and use that to give value to enum
30396 constant.
30397 (FE_DIVBYZERO): Likewise.
30398 (FE_UNDERFLOW): Likewise.
30399 (FE_OVERFLOW): Likewise.
30400 (FE_INVALID): Likewise.
30401 (FE_INVALID_SNAN): Likewise.
30402 (FE_INVALID_ISI): Likewise.
30403 (FE_INVALID_IDI): Likewise.
30404 (FE_INVALID_ZDZ): Likewise.
30405 (FE_INVALID_IMZ): Likewise.
30406 (FE_INVALID_COMPARE): Likewise.
30407 (FE_INVALID_SOFTWARE): Likewise.
30408 (FE_INVALID_SQRT): Likewise.
30409 (FE_INVALID_INTEGER_CONVERSION): Likewise.
30410 (FE_TONEAREST): Likewise.
30411 (FE_TOWARDZERO): Likewise.
30412 (FE_UPWARD): Likewise.
30413 (FE_DOWNWARD): Likewise.
30414 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30415 (FE_DIVBYZERO): Likewise.
30416 (FE_OVERFLOW): Likewise.
30417 (FE_UNDERFLOW): Likewise.
30418 (FE_INEXACT): Likewise.
30419 (FE_TONEAREST): Likewise.
30420 (FE_DOWNWARD): Likewise.
30421 (FE_UPWARD): Likewise.
30422 (FE_TOWARDZERO): Likewise.
30423 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30424 (FE_UNDERFLOW): Likewise.
30425 (FE_OVERFLOW): Likewise.
30426 (FE_DIVBYZERO): Likewise.
30427 (FE_INVALID): Likewise.
30428 (FE_TONEAREST): Likewise.
30429 (FE_TOWARDZERO): Likewise.
30430 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30431 (FE_OVERFLOW): Likewise.
30432 (FE_UNDERFLOW): Likewise.
30433 (FE_DIVBYZERO): Likewise.
30434 (FE_INEXACT): Likewise.
30435 (FE_TONEAREST): Likewise.
30436 (FE_TOWARDZERO): Likewise.
30437 (FE_UPWARD): Likewise.
30438 (FE_DOWNWARD): Likewise.
30439 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30440 (FE_DIVBYZERO): Likewise.
30441 (FE_OVERFLOW): Likewise.
30442 (FE_UNDERFLOW): Likewise.
30443 (FE_INEXACT): Likewise.
30444 (FE_TONEAREST): Likewise.
30445 (FE_DOWNWARD): Likewise.
30446 (FE_UPWARD): Likewise.
30447 (FE_TOWARDZERO): Likewise.
30448
105ca950
CM
304492012-11-02 Chris Metcalf <cmetcalf@tilera.com>
30450
30451 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30452
a542b389
AS
304532012-11-03 Andreas Schwab <schwab@linux-m68k.org>
30454
30455 * scripts/cross-test-ssh.sh (command): Use newlines to separate
30456 commands. Quote $PWD.
30457 (blacklist_exports): Don't use remove_newlines. Replace "declare
30458 -x" by "export".
30459 (remove_newlines): Remove.
30460
f62c8abc
L
304612012-11-02 H.J. Lu <hongjiu.lu@intel.com>
30462
30463 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30464 * stdlib/stdlib.h (atof): Moved to ...
30465 * include/bits/stdlib-float.h: Here. New file.
30466 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30467 * stdlib/bits/stdlib-float.h: New file.
30468 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30469 -mno-sse -mno-mmx.
30470 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30471 <xmmintrin.h>.
30472
0155d5b2
JM
304732012-11-02 Joseph Myers <joseph@codesourcery.com>
30474
a68d0680
JM
30475 * conform/conformtest.pl (@headers): Add fenv.h.
30476 * conform/data/fenv.h-data: New file.
30477 * include/fenv.h [_ISOMAC]: Disable all contents of file except
30478 include of <math/fenv.h>.
30479
caf7f573
JM
30480 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30481 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30482 && !UNIX98]. Enables tests for XOPEN2K8.
30483 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30484 POSIX2008]: Likewise.
30485
6c073ad6
JM
30486 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30487 (struct rusage): Do not expect type or its members.
30488
0155d5b2
JM
30489 [BZ #3439]
30490 * math/math.h (FP_NAN): Define macro to integer constant usable in
30491 #if and use that to give value to enum constant.
30492 (FP_INFINITE): Likewise.
30493 (FP_ZERO): Likewise.
30494 (FP_SUBNORMAL): Likewise.
30495 (FP_NORMAL): Likewise.
30496
b5dcacb4
AS
304972012-11-02 Andreas Schwab <schwab@linux-m68k.org>
30498
30499 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30500 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30501 arguments.
30502
f7934be8
RM
305032012-11-02 Roland McGrath <roland@hack.frob.com>
30504
30505 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30506 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30507 autoconf-time if not.
30508 * configure.in: Remove AC_PREREQ.
30509
d7d08bde
TMQMF
305102012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30511
30512 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30513 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30514 of the internal implementation.
30515
dcdae19a
JM
305162012-11-02 Joseph Myers <joseph@codesourcery.com>
30517
30518 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30519 except include of <misc/sys/syslog.h>.
30520
d6cffd3e
AS
305212012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30522
30523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30524 function returns with a NULL context exit with zero.
30525
b3563932
TMQMF
305262012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30527
30528 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30529
b288a93d
L
305302012-11-01 H.J. Lu <hongjiu.lu@intel.com>
30531
30532 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30533 (run_program_cmd): This.
30534 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30535 (tst_langinfo): New variable. Use it.
30536
a2421a68
SAS
305372012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
30538
30539 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30540 floating point opcodes.
30541
6f796e1b
TS
305422012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30543
7402596b
TS
30544 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30545 variable.
30546
d0d4f868
TS
30547 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30548
6f796e1b
TS
30549 * sysdeps/mach/hurd/powerpc: Remove directory.
30550 * sysdeps/mach/powerpc: Likewise.
30551
4da224a2
AS
305522012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30553
30554 * scripts/check-local-headers.sh: Ignore c++ headers.
30555
341dd673
TS
305562012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30557
30558 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30559 __libc_cleanup_region_start argument.
30560
473611b2
JM
305612012-11-01 Joseph Myers <joseph@codesourcery.com>
30562
30563 [BZ #14784]
30564 [BZ #14785]
30565 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30566 x * y using scaling, not as x * y + z.
30567 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30568 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30569 * math/libm-test.inc (fma_test): Add more tests.
30570 (fma_test_towardzero): Likewise.
30571 (fma_test_downward): Likewise.
30572 (fma_test_upward): Likewise.
30573
4078da3d
TS
305742012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30575
30576 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30577
903252aa
JM
305782012-10-31 Joseph Myers <joseph@codesourcery.com>
30579
30580 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30581 New variable.
30582
cbc818d0
TS
305832012-10-31 Thomas Schwinge <thomas@codesourcery.com>
30584
30585 * rt/tst-shm.c (worker): Correct checking for mmap failure.
30586
5a03cb1e
AS
305872012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30588
30589 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30590 Fix sort order.
30591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30592 Likewise.
30593
90aff2ff
TMQMF
305942012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30595
30596 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30597 Fix the order of the list for glibc 2.17.
30598 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30599 Likewise.
30600
1818fcb7
AS
306012012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30602
30603 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30604
ef82f4da
JM
306052012-10-31 Joseph Myers <joseph@codesourcery.com>
30606
16a0e2ec
JM
30607 [BZ #14610]
30608 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30609 for low part of x being zero before using __atanl (y).
30610 * math/libm-test.inc (atan2_test): Add another test.
30611
0eb69512
JM
30612 * manual/install.texi (Configuring and compiling): Document
30613 general use of test-wrapper and test-wrapper-env.
30614 * INSTALL: Regenerated.
30615
ef82f4da
JM
30616 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30617 (__fma): Do not extract and scale down low bits on after-rounding
30618 systems when result rounded to normal precision would have normal
30619 exponent.
30620 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30621 (__fmal): Do not extract and scale down low bits on after-rounding
30622 systems when result rounded to normal precision would have normal
30623 exponent.
30624 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30625 (__fmal): Do not extract and scale down low bits on after-rounding
30626 systems when result rounded to normal precision would have normal
30627 exponent.
30628 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30629 macro.
30630 (fma_test): Add more tests.
30631 (fma_test_towardzero): Likewise.
30632 (fma_test_downward): Likewise.
30633 (fma_test_upward): Likewise.
30634
954ef0d9
L
306352012-10-30 H.J. Lu <hongjiu.lu@intel.com>
30636
30637 * sysdeps/i386/tininess.h: Renamed to ...
30638 * sysdeps/x86/tininess.h: This.
30639 * sysdeps/x86_64/tininess.h: Removed.
30640
df61ffb2
JM
306412012-10-30 Joseph Myers <joseph@codesourcery.com>
30642
30643 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30644 input. Use $(build-program-cmd).
30645 ($(objpfx)tst-array1-static.out): Likewise.
30646 ($(objpfx)tst-array2.out): Likewise.
30647 ($(objpfx)tst-array3.out): Likewise.
30648 ($(objpfx)tst-array4.out): Likewise.
30649 ($(objpfx)tst-array5.out): Likewise.
30650 ($(objpfx)tst-array5-static.out): Likewise.
30651
01767843
CM
306522012-10-30 Chris Metcalf <cmetcalf@tilera.com>
30653
47cc1490
CM
30654 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30655 if defined.
30656
01767843
CM
30657 * nss/nsswitch.h (nss_interface_function): Provide new
30658 macro for use with NSS functions.
30659 * grp/initgroups.c: Use new macro.
30660 * nss/getXXbyYY.c: Likewise.
30661 * nss/getXXbyYY_r.c: Likewise.
30662 * nss/getXXent.c: Likewise.
30663 * nss/getXXent_r.c: Likewise.
30664 * sysdeps/posix/getaddrinfo.c: Likewise.
30665
8321aa97
AJ
306662012-10-30 Andreas Jaeger <aj@suse.de>
30667
30668 * po/ru.po: Update Russion translation from translation project.
30669
2a27fd6d
JM
306702012-10-30 Joseph Myers <joseph@codesourcery.com>
30671
8627a232
JM
30672 [BZ #14152]
30673 [BZ #14783]
30674 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30675 result and shift together with sticky bit instead of replicating
30676 round-to-nearest rounding.
30677 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30678 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30679 * math/libm-test.inc (fma_test): Add more tests. Do not permit
30680 missing underflow exceptions.
30681 (fma_test_towardzero): Add more tests.
30682 (fma_test_downward): Likewise.
30683 (fma_test_upward): Likewise.
30684
2a27fd6d
JM
30685 [BZ #14047]
30686 * sysdeps/generic/tininess.h: New file.
30687 * sysdeps/i386/tininess.h: Likewise.
30688 * sysdeps/sh/tininess.h: Likewise.
30689 * sysdeps/x86_64/tininess.h: Likewise.
30690 * stdlib/tst-strtod-underflow.c: Likewise.
30691 * stdlib/tst-tininess.c: Likewise.
30692 * stdlib/strtod_l.c: Include <tininess.h>.
30693 (round_and_return): Do not set errno for exact underflow cases.
30694 Force an underflow exception when setting errno for underflow.
30695 Determine underflow based on rounding to normal precision if
30696 TININESS_AFTER_ROUNDING.
30697 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30698 ERANGE for exact underflow cases.
30699 * stdlib/Makefile (tests): Add tst-tininess and
30700 tst-strtod-underflow.
30701 ($(objpfx)tst-tininess): Use $(link-libm).
30702 ($(objpfx)tst-strtod-underflow): Likewise.
30703
e7170363
AJ
307042012-10-30 Andreas Jaeger <aj@suse.de>
30705
e5088dc6
AJ
30706 [BZ#14767]
30707 * elf/Makefile (tests): Remove conditional for have-initfini-array
30708 since this is now always required and the variable does not exist
30709 anymore.
30710 (tests-static): Likewise.
30711 (modules-names): Likewise.
30712
e7170363 30713 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
30714
30715 * elf/tst-array1.c (fini_array): Make writeable so that it can be
30716 merged with constructor/destructor.
30717 (init_array): Likewise.
30718 * elf/tst-array2dep.c (fini_array): Likewise.
30719 (init_array): Likewise.
30720
60457d8a
MF
307212012-10-29 Mike Frysinger <vapier@gentoo.org>
30722
30723 * manual/message.texi: Delete @cartouche tags.
30724
8bece752
PT
307252012-10-29 Pino Toscano <toscano.pino@tiscali.it>
30726
94ce799f
PT
30727 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30728 EOPNOTSUPP.
30729 * sysdeps/mach/hurd/fsync.c: Likewise.
30730
8bece752
PT
30731 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30732 [_POSIX_REALTIME_SIGNALS]: Change condition to
30733 [_POSIX_REALTIME_SIGNALS > 0].
30734
86ebe6b1
AJ
307352012-10-27 Andreas Jaeger <aj@suse.de>
30736
30737 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30738 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30739 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30740 [__WORDSIZE != 64]: Likewise.
30741
54399c08
L
307422012-10-26 H.J. Lu <hongjiu.lu@intel.com>
30743
30744 * iconvdata/tst-table.sh: Remove ${SHELL}.
30745 * iconvdata/tst-tables.sh: Likewise.
30746
e2211bed
DM
307472012-10-25 David S. Miller <davem@davemloft.net>
30748
30749 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30750 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30751 of strtoull.
30752
f303f97c
DM
30753 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30754 ifunc-impl-list.c
30755 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30756 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30757 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30758 file.
30759
1e9d84cd
RM
307602012-10-25 Roland McGrath <roland@hack.frob.com>
30761
30762 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30763 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30764 __getdirentries.
30765
df381762
JM
307662012-10-25 Joseph Myers <joseph@codesourcery.com>
30767 Jim Blandy <jimb@codesourcery.com>
30768
30769 * scripts/cross-test-ssh.sh: New file.
30770 * manual/install.texi (Configuring and compiling): Document use of
30771 cross-test-ssh.sh.
30772 * INSTALL: Regenerated.
30773
bff64913
PT
307742012-10-25 Pino Toscano <toscano.pino@tiscali.it>
30775
30776 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30777 EOPNOTSUPP.
30778
25fe8932
JM
307792012-10-25 Joseph Myers <joseph@codesourcery.com>
30780
30781 * Makeconfig (run-program-prefix): Fix comment.
30782
cc1290d0
JM
307832012-10-24 Joseph Myers <joseph@codesourcery.com>
30784 Jim Blandy <jimb@codesourcery.com>
30785
30786 * Makeconfig (test-wrapper): New variable,
30787 (test-wrapper-env): Likewise.
30788 [$(cross-compiling) = yes && $(test-wrapper) != ""]
30789 (run-built-tests): Define to yes.
30790 (run-program-prefix): Use $(test-wrapper).
30791 (built-program-cmd): Likewise.
30792 * Rules (make-test-out): Use $(test-wrapper-env) and
30793 $(host-built-program-cmd).
30794 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30795 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30796 tst-pathopt.sh.
30797 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30798 $(test-wrapper-env) to tst-rtld-load-self.sh.
30799 ($(objpfx)order2.out): Use $(test-wrapper).
30800 ($(objpfx)tst-initorder.out): Likewise.
30801 ($(objpfx)tst-initorder2.out): Likewise.
30802 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30803 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30804 (test_wrapper_env): New variable. Use it to run ld.so.
30805 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30806 Use it to run ld.so.
30807 (test_wrapper_env): Likewise.
30808 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30809 $(test-wrapper) to run-iconv-test.sh.
30810 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30811 (ICONV): Use $test_wrapper.
30812 * posix/Makefile ($(objpfx)globtest.out): Pass
30813 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30814 globtest.sh, not $(run-program-prefix).
30815 * posix/globtest.sh (run_via_rtld_prefix): New variable.
30816 (test_wrapper): Likewise.
30817 (test_wrapper_env): Likewise. Use it to run globtest with HOME
30818 set together with run_via_rtld_prefix.
30819 (run_program_prefix): Define in terms of test_wrapper and
30820 run_via_rtld_prefix.
30821
6e6249d0
RM
308222012-10-24 Roland McGrath <roland@hack.frob.com>
30823
30824 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30825 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30826 Targets removed.
30827
30828 [BZ #14743]
30829 * include/time.h: Remove librt_hidden_proto (clock_gettime).
30830 Declare __clock_getres, __clock_gettime, __clock_settime,
30831 __clock_nanosleep, and __clock_getcpuclockid.
30832 * rt/clock_gettime.c: Define __clock_gettime as an alias.
30833 Remove librt_hidden_def (clock_gettime).
30834 * sysdeps/unix/clock_gettime.c: Likewise.
30835 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30836 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30837 * rt/clock_getres.c: Define __clock_getres as an alias.
30838 * sysdeps/posix/clock_getres.c: Likewise.
30839 * rt/clock_settime.c: Define __clock_settime as an alias.
30840 * sysdeps/unix/clock_settime.c: Likewise.
30841 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30842 * sysdeps/unix/clock_nanosleep.c: Likewise.
30843 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30844 * rt/clock-compat.c: New file.
30845 * rt/Makefile (librt-routines): Add clock-compat and move
30846 $(clock-routines) to ...
30847 (routines): ... here, new variable.
30848 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30849 Don't add get_clockfreq here.
30850 * rt/Versions (libc: GLIBC_2.17): New version set.
30851 Add clock_* symbols here.
30852 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
30853 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30854 (GLIBC_2.17): Add clock_* symbols.
30855 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30856 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30857 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30858 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30859 Likewise.
30860 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30861 Likewise.
30862 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30863 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30864 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30865 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30866 * NEWS: Mention the move.
30867
30868 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30869 Use __open, __read, __close rather than their public counterparts.
30870 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30871 (__get_clockfreq_via_cpuinfo): Likewise.
30872 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30873 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30874
30875 * config.h.in (HAVE_IFUNC): New #undef.
30876 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30877 was successful.
30878 * configure: Regenerated.
30879
0cae3f4b
MF
308802012-10-24 Mike Frysinger <vapier@gentoo.org>
30881
30882 * configure.in: Move READELF check to start of file.
30883 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30884 libc_cv_asm_gnu_indirect_function in the process.
30885 * configure: Regenerated.
30886
8175a253
MF
308872012-10-24 Mike Frysinger <vapier@gentoo.org>
30888
30889 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30890 send the output to /dev/null.
30891 (libc_cv_cc_with_libunwind): Likewise.
30892 (libc_cv_as_noexecstack): Likewise.
30893 * configure: Regenerate.
30894
0708a7d1
JM
308952012-10-24 Joseph Myers <joseph@codesourcery.com>
30896
10b40d85
JM
30897 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30898
0708a7d1
JM
30899 * posix/globtest.sh (TMPDIR): Do not set.
30900 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30901 (testout): Likewise.
30902
9fddec1a
AJ
309032012-10-24 Andreas Jaeger <aj@suse.de>
30904
3a8db22f
AJ
30905 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30906 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30907 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30908 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30909 posix_fadvise64, posix_fallocate64.
30910
9fddec1a
AJ
30911 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30912 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30913 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30914 Likewise.
30915 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30916 Likewise.
30917 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30918
30919 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30920 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30921 <bits/fcntl-linux.h>.
30922 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30923
30924 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30925 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30926 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30927 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30928 [__WORDSIZE != 64]: Likewise.
30929
ebfd1bbd
JM
309302012-10-23 Joseph Myers <joseph@codesourcery.com>
30931
03ac099f
JM
30932 * Makeconfig (run-built-tests): New variable.
30933 * Rules [$(cross-compiling) = yes]: Change condition to
30934 [$(run-built-tests) = no].
30935 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30936 to [$(run-built-tests) = yes].
30937 * elf/Makefile [$(cross-compiling) = no]: Likewise
30938 * grp/Makefile [$(cross-compiling) = no]: Likewise.
30939 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30940 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30941 * intl/Makefile [$(cross-compiling) = no]: Likewise.
30942 * io/Makefile [$(cross-compiling) = no]: Likewise.
30943 * libio/Makefile [$(cross-compiling) = no]: Likewise.
30944 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30945 * misc/Makefile [$(cross-compiling) = no]: Likewise.
30946 * posix/Makefile [$(cross-compiling) = no]: Likewise.
30947 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30948 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30949 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30950 * string/Makefile [$(cross-compiling) = no]: Likewise.
30951
ebfd1bbd
JM
30952 * posix/Makefile ($(objpfx)globtest.out): Pass
30953 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30954 $(rtld-installed-name).
30955 * posix/globtest.sh (elf_objpfx): Remove variable.
30956 (rtld_installed_name): Likewise.
30957 (library_path): Likewise.
30958 (run_program_prefix): New variable. Use for running globtest
30959 binary.
30960
166bca24
JB
309612012-10-23 Jim Blandy <jimb@codesourcery.com>
30962 Joseph Myers <joseph@codesourcery.com>
30963
30964 * Makeconfig (host-built-program-cmd): New variable.
30965 * elf/Makefile (tst-stackguard1-ARGS): Use
30966 $(host-built-program-cmd).
30967 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30968 (tst-spawn-ARGS): Likewise.
30969 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30970
88866099
JM
309712012-10-23 Joseph Myers <joseph@codesourcery.com>
30972 Jim Blandy <jimb@codesourcery.com>
30973
30974 * Makeconfig (run-via-rtld-prefix): New variable.
30975 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30976 (built-program-cmd): Likewise.
30977
b4b4c296
AJ
309782012-10-22 Andreas Jaeger <aj@suse.de>
30979
30980 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30981 __O_RSYNC if it exists, otherwise to O_SYNC.
30982
6fb54a22
JB
309832012-10-22 Jim Blandy <jimb@codesourcery.com>
30984 Joseph Myers <joseph@codesourcery.com>
30985
30986 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30987 /dev/null.
30988 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30989 from /dev/null
30990 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30991 /dev/null.
30992
481b90b9
AJ
309932012-10-22 Andreas Jaeger <aj@suse.de>
30994
2a0e2669
AJ
30995 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30996 Define always.
30997 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30998
76e38f9a
AJ
30999 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31000 bits/fcntl-linux.h.
31001
7cd37b43
AJ
31002 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
31003 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
31004
481b90b9
AJ
31005 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
31006 to __O_LARGEFILE.
31007 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
31008 to __O_LARGEFILE.
31009
aba75984
JB
310102012-10-21 Jim Blandy <jimb@codesourcery.com>
31011 Joseph Myers <joseph@codesourcery.com>
31012
31013 * config.make.in (NM): New variable.
31014
88d4247f
AJ
310152012-10-21 Andreas Jaeger <aj@suse.de>
31016
31017 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
31018 definitions and declarations that are provided by
31019 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31020
f2eed205
L
310212012-10-20 H.J. Lu <hongjiu.lu@intel.com>
31022
31023 [BZ #14683]
31024 * elf/Makefile (tests-static): Add tst-leaks1-static.
31025 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
31026 ($(objpfx)tst-leaks1-static): New rule.
31027 ($(objpfx)tst-leaks1-static-mem): Likewise.
31028 (tst-leaks1-static-ENV): New macro.
31029 * elf/dl-open.c (dl_open_worker): Check the main application
31030 only if SHARED is defined.
31031 * elf/tst-leaks1-static.c: New file.
31032
335e6931
AJ
310332012-10-20 Andreas Jaeger <aj@suse.de>
31034
31035 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
31036 generic values for Linux.
31037 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
31038 and declarations that are provided by <bits/fcntl-linux.h> and
31039 include <bits/fcntl-linux.h>.
31040 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
31041 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
31042
ac5c94d3
RM
310432012-10-20 Roland McGrath <roland@hack.frob.com>
31044
31045 * io/fcntl.h: Move include of <bits/types.h> to the top and
31046 include it unconditionally.
31047
de54b33a
L
310482012-10-20 H.J. Lu <hongjiu.lu@intel.com>
31049
228cfb01
L
31050 * wcsmbs/Makefile (tests-ifunc): New variable.
31051 (tests): Add $(tests-ifunc).
31052 * wcsmbs/test-wcschr-ifunc.c: New file.
31053 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
31054 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
31055 * wcsmbs/test-wcslen-ifunc.c: Likewise.
31056 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
31057 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
31058
69f07e5f
L
31059 * string/Makefile (tests-ifunc): New variable.
31060 (tests): Add $(tests-ifunc).
31061 * string/test-memccpy.c (TEST_NAME): New macro.
31062 * string/test-memchr.c (TEST_NAME): Likewise.
31063 * string/test-memcmp.c (TEST_NAME): Likewise.
31064 * string/test-memcpy.c (TEST_NAME): Likewise.
31065 * string/test-memmem.c (TEST_NAME): Likewise.
31066 * string/test-memmove.c (TEST_NAME): Likewise.
31067 * string/test-memset.c (TEST_NAME): Likewise.
31068 * string/test-rawmemchr.c (TEST_NAME): Likewise.
31069 * string/test-stpcpy.c (TEST_NAME): Likewise.
31070 * string/test-stpncpy.c (TEST_NAME): Likewise.
31071 * string/test-strcasecmp.c (TEST_NAME): Likewise.
31072 * string/test-strcasestr.c (TEST_NAME): Likewise.
31073 * string/test-strcat.c (TEST_NAME): Likewise.
31074 * string/test-strchr.c (TEST_NAME): Likewise.
31075 * string/test-strcmp.c(TEST_NAME): Likewise.
31076 * string/test-strcpy.c (TEST_NAME): Likewise.
31077 * string/test-strcspn.c (TEST_NAME): Likewise.
31078 * string/test-strlen.c (TEST_NAME): Likewise.
31079 * string/test-strncasecmp.c (TEST_NAME): Likewise.
31080 * string/test-strncmp.c (TEST_NAME): Likewise.
31081 * string/test-strncpy.c (TEST_NAME): Likewise.
31082 * string/test-strnlen.c (TEST_NAME): Likewise.
31083 * string/test-strpbrk.c (TEST_NAME): Likewise.
31084 * string/test-strrchr.c (TEST_NAME): Likewise.
31085 * string/test-strspn.c (TEST_NAME): Likewise.
31086 * string/test-strstr.c (TEST_NAME): Likewise.
31087 * string/test-bcopy-ifunc.c: New file.
31088 * string/test-bzero-ifunc.c: Likewise.
31089 * string/test-memccpy-ifunc.c: Likewise.
31090 * string/test-memchr-ifunc.c: Likewise.
31091 * string/test-memcmp-ifunc.c: Likewise.
31092 * string/test-memcpy-ifunc.c: Likewise.
31093 * string/test-memmem-ifunc.c: Likewise.
31094 * string/test-memmove-ifunc.c: Likewise.
31095 * string/test-mempcpy-ifunc.c: Likewise.
31096 * string/test-memset-ifunc.c: Likewise.
31097 * string/test-rawmemchr-ifunc.c: Likewise.
31098 * string/test-stpcpy-ifunc.c: Likewise.
31099 * string/test-stpncpy-ifunc.c: Likewise.
31100 * string/test-strcasecmp-ifunc.c: Likewise.
31101 * string/test-strcasestr-ifunc.c: Likewise.
31102 * string/test-strcat-ifunc.c: Likewise.
31103 * string/test-strchr-ifunc.c: Likewise.
31104 * string/test-strchrnul-ifunc.c: Likewise.
31105 * string/test-strcmp-ifunc.c: Likewise.
31106 * string/test-strcpy-ifunc.c: Likewise.
31107 * string/test-strcspn-ifunc.c: Likewise.
31108 * string/test-strlen-ifunc.c: Likewise.
31109 * string/test-strncasecmp-ifunc.c: Likewise.
31110 * string/test-strncat-ifunc.c: Likewise.
31111 * string/test-strncmp-ifunc.c: Likewise.
31112 * string/test-strncpy-ifunc.c: Likewise.
31113 * string/test-strnlen-ifunc.c: Likewise.
31114 * string/test-strpbrk-ifunc.c: Likewise.
31115 * string/test-strrchr-ifunc.c: Likewise.
31116 * string/test-strspn-ifunc.c: Likewise.
31117 * string/test-strstr-ifunc.c: Likewise.
31118
de54b33a
L
31119 * debug/Makefile (tests-ifunc): New variable.
31120 (tests): Add $(tests-ifunc).
31121 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
31122 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
31123 * debug/test-stpcpy_chk-ifunc.c: New file.
31124 * debug/test-strcpy_chk-ifunc.c: Likewise.
31125
88481c16
SP
311262012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
31127
31128 [BZ #13601]
31129 * elf/dl-load.c (open_verify): Retry read if the entire ELF
31130 header is not read in.
31131
135948bd
JM
311322012-10-19 Joseph Myers <joseph@codesourcery.com>
31133
89f1c388
JM
31134 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
31135 script to $(SHELL) as $<. Pass $(common-objpfx) to script
31136 directly. Pass built executable to script as
31137 $(built-program-cmd).
31138 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
31139 $testprogram without using LD_LIBRARY_PATH and $ldso.
31140
e40a0d21
JM
31141 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
31142 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
31143 $(rtld-installed-name).
31144 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
31145 (rtld_installed_name): Likewise.
31146 (library_path): Likewise.
31147 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
31148 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
31149 $(run-program-prefix) to tst-tables.sh.
31150 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
31151 it to run tst-table-from and tst-table-to.
31152 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
31153 Pass it to tst-table.sh.
31154 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
31155 $(run-program-prefix) to tst-gettext.sh.
31156 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
31157 tst-translit.sh.
31158 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
31159 tst-gettext2.sh.
31160 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
31161 to run tst-gettext.
31162 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
31163 to run tst-gettext2.
31164 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
31165 to run tst-translit.
31166 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
31167 $(run-program-prefix) to tst-mtrace.sh.
31168 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
31169 to run tst-mtrace.
31170 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
31171 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
31172 $(rtld-installed-name).
31173 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
31174 (rtld_installed_name): Likewise.
31175 (run_program_prefix): New variable. Use it to run wordexp-test.
31176
728e272a
JM
31177 * Makeconfig (ARCH): Remove all definitions.
31178 (machine): Likewise.
31179 [ARCH]: Remove conditional code.
31180 [!objdir]: Give error.
31181 [!objdir] (objpfx): Remove.
31182 [!objdir] (common-objpfx): Likewise.
31183 [!objdir] (common-objdir): Likewise.
31184 * configure.in (config_makefile): Remove. Hardcode Makefile in
31185 AC_CONFIG_FILES call.
31186 * configure: Regenerated.
31187
d528cdcf
JM
31188 [BZ #13888]
31189 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
31190 or TMPDIR.
31191 (testout): Likewise.
31192
135948bd
JM
31193 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
31194 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
31195 $(rtld-installed-name).
31196 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
31197 (rtld_installed_name): Likwise.
31198 (runit): Remove function.
31199 (run_getconf): New variable, Use it for running getconf binary.
31200
38c78296
L
312012012-10-18 H.J. Lu <hongjiu.lu@intel.com>
31202
31203 [BZ #14716]
31204 * string/test-memmem.c (check_result): New function.
31205 (do_one_test): Use it.
31206 (check1): New function.
31207 (test_main): Use it.
31208
d077f65f
MT
312092012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
31210
31211 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
31212
ced52c71
JM
312132012-10-18 Joseph Myers <joseph@codesourcery.com>
31214
31215 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
31216 (_G_LSEEK64): Likewise.
31217 (_G_MMAP64): Likewise.
31218 (_G_FSTAT64): Likewise.
31219 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
31220 (_G_LSEEK64): Likewise.
31221 (_G_MMAP64): Likewise.
31222 (_G_FSTAT64): Likewise.
31223 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
31224 unconditional. Call __mmap64 directly.
31225 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
31226 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
31227 __lseek64 directly.
31228 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
31229 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
31230 __mmap64 directly.
31231 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
31232 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
31233 __lseek64 directly.
31234 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
31235 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
31236 __lseek64 directly.
31237 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
31238 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
31239 __lseek64 directly.
31240 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
31241 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
31242 __fxstat64 directly.
31243 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
31244 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
31245 unconditional.
31246 (freopen64) [!_G_OPEN64]: Remove conditional code.
31247 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
31248 unconditional.
31249 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
31250 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
31251 unconditional.
31252 (ftello64) [!_G_LSEEK64]: Remove conditional code.
31253 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
31254 unconditional.
31255 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31256 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
31257 unconditional.
31258 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
31259 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
31260 unconditional.
31261 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31262 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
31263 unconditional.
31264 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31265 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
31266 unconditional.
31267 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31268
b741de23
SP
312692012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
31270
31271 [BZ #12140]
31272 * manual/memory.texi (Malloc Tunable Parameters): Add note
31273 about free list pointers overwriting some perturb bytes.
31274 Wording suggested by Roland McGrath.
31275
f9b9d9c9
JM
312762012-10-17 Joseph Myers <joseph@codesourcery.com>
31277
31278 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
31279 (lgamma_test): Likewise.
31280 (tgamma_test): Likewise.
31281
172a631a
FW
312822012-10-16 Florian Weimer <fweimer@redhat.com>
31283
31284 [BZ #14700]
31285 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
31286 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
31287
e9f37252
MK
312882012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
31289
31290 * NEWS: Mention BZ #14716.
31291 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
31292 when removing AVAILABLE1_USES_J macro.
31293
d394eb74
L
312942012-10-12 H.J. Lu <hongjiu.lu@intel.com>
31295
31296 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
31297 (__bswap_64): __uint64_t for unsigned 64-bit int.
31298
ca38dc17
AS
312992012-10-12 Andreas Schwab <schwab@linux-m68k.org>
31300
31301 * include/string.h (memmem): Declare libc hidden alias.
31302 * string/memmem.c (memmem): Define libc hidden alias.
31303 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
31304 __read, __close instead of open, read, close.
31305
9a387d1f
L
313062012-10-11 H.J. Lu <hongjiu.lu@intel.com>
31307
ac49ecaf
L
31308 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
31309 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
31310 global and hidden.
31311 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
31312 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
31313 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
31314 Likewise.
31315 (__rawmemchr_sse2): Likewise.
31316 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
31317 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
31318 (__strchr_sse2): Likewise.
31319 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
31320 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
31321 (__strcasecmp_sse2): Likewise.
31322 (__strncasecmp_sse2): Likewise.
31323 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
31324 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
31325 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
31326 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
31327 (__strrchr_sse2): Likewise.
31328 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
31329 ifunc-impl-list.c.
31330 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
31331 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
31332 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
31333 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31334 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
31335 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
31336 * sysdeps/x86_64/multiarch/memset.S: Likewise.
31337 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31338 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
31339 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
31340 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
31341 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
31342 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
31343 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
31344 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
31345 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31346 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
31347 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
31348 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
31349 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
31350 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
31351 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
31352 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
31353 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31354 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
31355 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31356 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
31357 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31358 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
31359 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
31360
b090e8ea
L
31361 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
31362 global and hidden.
31363 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
31364 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
31365 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
31366 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
31367 Likewise.
31368 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
31369 Likewise.
31370 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
31371 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
31372 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
31373 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
31374 ifunc-impl-list.c.
31375 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31376 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31377 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31378 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31379 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31380 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31381 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31382 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31383 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31384 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31385 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31386 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31387 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31388 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31389 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31390 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31391 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31392 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
31393 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31394 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31395 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31396 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31397 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31398 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31399 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31400 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31401 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31402 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31403 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31404 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31405 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31406 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31407 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31408 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
31409 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31410 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31411 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31412 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31413 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31414 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31415 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31416
11dd4af6
L
31417 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31418 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31419 * include/ifunc-impl-list.h: New file.
31420 * misc/ifunc-impl-list.c: Likewise.
31421 * misc/Makefile (routines): Add ifunc-impl-list.
31422 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31423 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
31424 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31425 TEST_NAME]: New variables.
11dd4af6
L
31426 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31427 are defined.
31428 (test_init): Call __libc_ifunc_impl_list to initialize
31429 func_list if TEST_IFUNC and TEST_NAME are defined.
31430
9a387d1f
L
31431 * string/Makefile (strop-tests): Add bcopy and bzero.
31432 * string/test-bcopy.c: New file.
31433 * string/test-bzero.c: Likewise.
31434 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31435 defined.
31436 * string/test-memset.c: Support bzero test if TEST_BZERO is
31437 defined.
31438 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31439 __libc_memmove.
31440 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31441 __libc_memset.
31442 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31443 of memset.
31444
472371b9
JM
314452012-10-10 Joseph Myers <joseph@codesourcery.com>
31446
1e4a9536
JM
31447 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31448 * configure: Regenerated.
31449
d173d12e
JM
31450 * Makeconfig (+link-static-before-libc): Don't include
31451 $(link-static-libc).
31452
472371b9
JM
31453 * libio/libio.h (_IO_pos_t): Remove.
31454
89a3ad0b
AO
314552012-10-10 Alexandre Oliva <aoliva@redhat.com>
31456
31457 * NEWS: Add note about FIPS mode. Wording suggested by Roland
31458 McGrath.
31459
e7451425
AO
314602012-10-10 Alexandre Oliva <aoliva@redhat.com>
31461
31462 * crypt/crypt-entry.c: Include fips-private.h.
31463 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31464 * crypt/md5c-test.c (main): Tolerate disabled MD5.
31465 * sysdeps/unix/sysv/linux/fips-private.h: New file.
31466 * sysdeps/generic/fips-private.h: New file, dummy fallback.
31467
4ba74a35
AO
314682012-10-10 Alexandre Oliva <aoliva@redhat.com>
31469
31470 * crypt/crypt-private.h: Include stdbool.h.
31471 (_ufc_setup_salt_r): Return bool.
31472 * crypt/crypt-entry.c: Include errno.h.
31473 (__crypt_r): Return NULL with EINVAL for bad salt.
31474 * crypt/crypt_util.c (bad_for_salt): New.
31475 (_ufc_setup_salt_r): Check that salt is long enough and within
31476 the specified alphabet.
31477 * crypt/badsalttest.c: New file.
31478 * crypt/Makefile (tests): Add it.
31479 ($(objpfx)badsalttest): New.
31480
f96f1242
MK
314812012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
31482
31483 * NEWS: Add entry for BZ #14602.
31484
0e8e0c1c
JM
314852012-10-09 Joseph Myers <joseph@codesourcery.com>
31486
31487 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31488 type-generic.
31489 * math/libm-test.inc: Update comment listing what functions and
31490 macros are tested.
31491 (isgreater_test): New function.
31492 (isgreaterequal_test): Likewise.
31493 (isless_test): Likewise.
31494 (islessequal_test): Likewise.
31495 (islessgreater_test): Likewise.
31496 (isunordered_test): Likewise.
31497 (main): Call the new functions.
31498
273edc5e
RM
314992012-10-09 Roland McGrath <roland@hack.frob.com>
31500
b8493de0
RM
31501 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31502 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31503 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31504 * sysdeps/i386/configure: Regenerated.
31505 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31506 * sysdeps/mach/configure: Regenerated.
31507 * sysdeps/mach/hurd/configure: Regenerated.
31508 * sysdeps/powerpc/configure: Regenerated.
31509 * sysdeps/powerpc/powerpc32/configure: Regenerated.
31510 * sysdeps/powerpc/powerpc64/configure: Regenerated.
31511 * sysdeps/s390/s390-32/configure: Regenerated.
31512 * sysdeps/s390/s390-64/configure: Regenerated.
31513 * sysdeps/sh/configure: Regenerated.
31514 * sysdeps/sparc/configure: Regenerated.
31515 * sysdeps/unix/sysv/linux/configure: Regenerated.
31516 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31517 * sysdeps/x86_64/configure: Regenerated.
31518
273edc5e
RM
31519 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31520 defined. Don't check if MAP is NULL.
31521
c8450f70
JM
315222012-10-09 Joseph Myers <joseph@codesourcery.com>
31523
31524 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31525 (_G_stat64): Likewise.
31526 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31527 (_G_stat64): Likewise.
31528 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31529 instead of struct _G_stat64.
31530 * libio/fileops.c (mmap_remap_check): Likewise.
31531 (decide_maybe_mmap): Likewise.
31532 (_IO_new_file_seekoff): Likewise.
31533 (_IO_file_stat): Likewise.
31534 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31535 _G_off64_t.
31536 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31537 instead of struct _G_stat64.
31538 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31539
57e605ba
MK
315402012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
31541
31542 [BZ #14602]
31543 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31544 Replace with ...
31545 (CHECK_EOL): New macro.
31546 (two_way_short_needle): Check beginning of haystack for EOL. Use
31547 CHECK_EOL.
31548 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31549 Replace with CHECK_EOL.
31550 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31551 Replace with CHECK_EOL.
31552
ef1bb361
JM
315532012-10-08 Joseph Myers <joseph@codesourcery.com>
31554
31555 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31556 type-generic.
31557 * math/libm-test.inc: Update comment listing what functions and
31558 macros are tested.
31559 (finite_test): New function.
31560 (isinf_test): Likewise.
31561 (isnan_test): Likewise.
31562 (fpclassify_test): Test subnormal input.
31563 (isfinite_test): Likewise.
31564 (isnormal_test): Likewise.
31565 (main): Call the new functions.
31566
55f11534
JN
315672012-10-08 Jonathan Nieder <jrnieder@gmail.com>
31568
31569 [BZ #14660]
31570 * Makerules (%.dynsym): Force C locale when running
31571 $(OBJDUMP) --dynamic-syms.
31572
1ab29350
AS
315732012-10-08 Andreas Schwab <schwab@linux-m68k.org>
31574
31575 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31576 <stdint.h>.
31577
f1ecb7ef
DM
315782012-10-06 David S. Miller <davem@davemloft.net>
31579
31580 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31581 upper 32-bits of the length value in %o2 since we use branch-on-register
31582 tests which consider the entire 64-bit register.
31583
5d41d91a
L
315842012-10-06 H.J. Lu <hongjiu.lu@intel.com>
31585
31586 * string/test-strstr.c (check2): Add a test for page boundary.
31587
3baddb72
DM
315882012-10-05 David S. Miller <davem@davemloft.net>
31589
31590 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31591 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31592 file.
31593 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31594 sysdep_routines.
31595 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31596 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31597 and bzero when HWCAP_SPARC_CRYPTO is present.
31598
9cee5585
L
315992012-10-05 H.J. Lu <hongjiu.lu@intel.com>
31600
d7e0dab9
L
31601 [BZ #14602]
31602 * string/test-strstr.c (check2): New function.
31603 (test_main): Call check2.
31604
03759f47
L
31605 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31606 and bug-strchr1.
31607 * string/bug-strcasestr1.c (do_test): Moved to ...
31608 * string/test-strcasestr.c (check1): Here. New function.
31609 (do_one_test): Break out result checking code into ...
31610 (check_result): This. New function.
31611 (do_one_test): Call check_result.
31612 (test_main): Call check1.
31613 * string/bug-strchr1.c (do_test): Moved to ...
31614 * string/test-strchr.c (check1): Here. New function.
31615 (do_one_test): Break out result checking code into ...
31616 (check_result): This. New function.
31617 (do_one_test): Call check_result.
31618 (test_main): Call check1.
31619 * string/bug-strstr1.c (main): Moved to ...
046f153e 31620 * string/test-strstr.c (check1): Here. New function.
03759f47
L
31621 (do_one_test): Break out result checking code into ...
31622 (check_result): This. New function.
31623 (do_one_test): Call check_result.
31624 (test_main): Call check1.
31625 * string/bug-strcasestr1.c: Removed.
31626 * string/bug-strchr1.c: Likewise.
31627 * string/bug-strstr1.c: Likewise.
31628
53cea63e
L
31629 * elf/Makefile (dl-routines): Add hwcaps.
31630 * elf/dl-support.c (_dl_important_hwcaps): Removed.
31631 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31632 (_dl_important_hwcaps): Moved to ...
31633 * elf/dl-hwcaps.c: Here. New file.
31634 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31635
9cee5585 31636 [BZ #14557]
bb859b06
L
31637 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31638 if IS_IN_rtld isn't defined.
31639
9cee5585
L
31640 * elf/dl-support.c (_dl_sysinfo_map): New.
31641 Include "get-dynamic-info.h" and "setup-vdso.h".
31642 (_dl_non_dynamic_init): Call setup_vdso.
31643 * elf/dynamic-link.h: Don't include <assert.h>.
31644 (elf_get_dynamic_info): Moved to ...
31645 * elf/get-dynamic-info.h: Here. New file.
31646 * elf/dynamic-link.h: Include "get-dynamic-info.h".
31647 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31648 * elf/setup-vdso.h: Here. New file.
31649 * elf/rtld.c: Include "setup-vdso.h".
31650 (dl_main): Call setup_vdso.
31651
23c31b76
JM
316522012-10-05 Joseph Myers <joseph@codesourcery.com>
31653
28234b07
JM
31654 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31655 creal in comment listing functions tested. List finite, isinf,
31656 isnan, isless, islessequal, isgreater, isgreaterequal,
31657 islessgreater, isunordered, lgamma_r and pow10 as functions and
31658 macros not tested. Mention which functions not tested are aliases
31659 for other functions. Fix typo. Note that signs of NaNs are not
31660 tested.
31661
23c31b76
JM
31662 * scripts/config.guess: Update from config.git.
31663 * scripts/config.sub: Likewise.
31664
9043e228
RM
316652012-10-04 Roland McGrath <roland@hack.frob.com>
31666
31667 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31668 * misc/madvise.c (madvise): Renamed to __madvise.
31669 Make madvise a weak alias.
31670 * include/sys/mman.h: Declare __madvise.
31671 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31672 * sysdeps/unix/syscalls.list
31673 (madvise): Make __madvise the strong name, and madvise a weak alias.
31674 * sysdeps/unix/sysv/linux/syscalls.list
31675 (madvise, mmap): Remove redundant entries.
31676 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31677 * malloc/malloc.c (mtrim): Likewise.
31678 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31679
f57f8055
RM
316802012-10-03 Roland McGrath <roland@hack.frob.com>
31681
31682 * sysdeps/mach/hurd/dl-cache.c: File removed.
31683 * config.h.in (USE_LDCONFIG): New #undef.
31684 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31685 * configure: Regenerated.
31686 * elf/Makefile (dl-routines): Add dl-cache only under
31687 [$(use-ldconfig) = yes].
31688 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31689 cache on [USE_LDCONFIG].
31690 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31691 [USE_LDCONFIG].
31692 * elf/rtld.c (dl_main): Likewise.
31693
5bb0c10a
PT
316942012-10-03 Pino Toscano <toscano.pino@tiscali.it>
31695
31696 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31697 _SC_LEVEL4_CACHE_LINESIZE.
31698
010188c6
RM
316992012-10-03 Roland McGrath <roland@hack.frob.com>
31700
31701 * sysdeps/unix/bsd/confstr.h: File removed.
31702
b6c5ec07
AO
317032012-10-02 Alexandre Oliva <aoliva@redhat.com>
31704
31705 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31706 sys/sdt-config.h.
31707
408223d4
RM
317082012-10-02 Roland McGrath <roland@hack.frob.com>
31709
31710 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31711 Make 'mapoff' field ElfW(Off) rather than off_t.
31712
bb9510dc
DL
317132012-10-02 Dmitry V. Levin <ldv@altlinux.org>
31714
fc997c6e
DL
31715 * nscd/Makefile: Remove nscd-cflags and all its users.
31716 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31717 (CFLAGS-nonlib): Add compiler flags for nscd modules.
31718
bb9510dc
DL
31719 [BZ #10631]
31720 * malloc.c (malloc_printerr): Clarify error message.
31721
05699367
L
317222012-10-02 H.J. Lu <hongjiu.lu@intel.com>
31723
31724 [BZ #14648]
31725 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31726 Set bit_FMA_Usable if FMA is supported.
31727 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31728 macro.
31729 (bit_FMA4_Usable): Updated.
31730 (index_FMA_Usable): New macro.
31731 (CPUID_FMA): Likewise
31732 (HAS_FMA): Defined with bit_FMA_Usable.
31733
51367701
RM
317342012-10-01 Roland McGrath <roland@hack.frob.com>
31735
31736 * bits/types.h (__swblk_t): Type removed.
31737 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31738 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31739 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31740 (__SWBLK_T_TYPE): Likewise.
31741 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31742 (__SWBLK_T_TYPE): Likewise.
31743 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31744 (__SWBLK_T_TYPE): Likewise.
31745 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31746 (__SWBLK_T_TYPE): Likewise.
31747
4d57bf63 317482012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 31749 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
31750
31751 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31752 (xdr_mapname): Use YPMAXMAP as maxsize.
31753 (xdr_peername): Use YPMAXPEER as maxsize.
31754 (xdr_keydat): Use YPAXRECORD as maxsize.
31755 (xdr_valdat): Use YPMAXRECORD as maxsize.
31756
93c65d43
RM
317572012-10-01 Roland McGrath <roland@hack.frob.com>
31758
497a03d6
RM
31759 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31760
93c65d43
RM
31761 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31762 * csu/init-first.c: ... here.
31763 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31764 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31765 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31766 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31767 * sysdeps/i386/init-first.c: File removed.
31768 * sysdeps/sh/init-first.c: File removed.
31769
bec749fd
JM
317702012-10-01 Joseph Myers <joseph@codesourcery.com>
31771
31772 [BZ #14645]
31773 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31774 if x * y might underflow to zero and z is zero.
31775 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31776 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31777 * math/libm-test.inc (min_subnorm_value): New variable.
31778 (fma_test): Add more tests.
31779 (fma_test_towardzero): Likewise.
31780 (fma_test_downward): Likewise
31781 (fma_test_upward): Likewise.
31782 (initialize): Set min_subnorm_value.
31783
8ec5b013
JM
317842012-09-29 Joseph Myers <joseph@codesourcery.com>
31785
31786 [BZ #14638]
31787 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31788 0 + 0.
31789 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31790 mode for addition resulting in exact zero.
31791 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31792 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31793 exact 0 + 0.
31794 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31795 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31796 * math/libm-test.inc (fma_test): Add more tests.
31797 (fma_test_towardzero): New function.
31798 (fma_test_downward): Likewise.
31799 (fma_test_upward): Likewise.
31800 (main): Call the new functions.
31801
b1fa802e
DM
318022012-09-28 David S. Miller <davem@davemloft.net>
31803
31804 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31805
d3b9fd9e
RM
318062012-09-28 Roland McGrath <roland@hack.frob.com>
31807
ea4d37b3
RM
31808 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31809 instead of SIGALRM.
31810
ac51c949
RM
31811 * sysdeps/gnu/_G_config.h: Moved to ...
31812 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31813 * sysdeps/mach/hurd/_G_config.h: Moved to ...
31814 * sysdeps/generic/_G_config.h: ... here.
31815
28c195f7
RM
31816 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
31817
848917f9
RM
31818 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31819
6bacf05b
RM
31820 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31821 Conditionalize target on [libnss_test1.so-version].
31822
91363dbb
RM
31823 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31824
cc87f7d8
RM
31825 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31826 (elfobjdir): Move out of conditionals.
31827
b1c608fe
RM
31828 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31829 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31830 (__nss_lookup_function): Conditionalize label remove_from_tree on
31831 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 31832
1d9a6d96
DM
318332012-09-28 David S. Miller <davem@davemloft.net>
31834
31835 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31836 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31837 file.
31838 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31839 sysdep_routines.
31840 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31841 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31842 when HWCAP_SPARC_CRYPTO is present.
31843
72581615
PT
318442012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31845
31846 * io/tst-mknodat.c: Create a FIFO instead of a socket.
31847
715a900c
JL
318482012-09-28 Andreas Schwab <schwab@linux-m68k.org>
31849
31850 [BZ #6530]
31851 * stdio-common/vfprintf.c (process_string_arg): Revert
31852 2000-07-22 change.
31853
318542011-09-28 Jonathan Nieder <jrnieder@gmail.com>
31855
31856 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31857 for testcase.
31858 * stdio-common/tst-sprintf.c: Include <locale.h>
31859 (main): Test sprintf's handling of incomplete multibyte
31860 characters.
31861
9bac1d86
L
318622012-09-28 H.J. Lu <hongjiu.lu@intel.com>
31863
31864 * elf/dl-runtime.c (VERSYMIDX): Removed.
31865 * elf/dl-version.c (VERSYMIDX): Likewise.
31866 * elf/do-rel.h (VERSYMIDX): Likewise.
31867 (VALIDX): Likewise.
31868 * elf/dynamic-link.h (VERSYMIDX): Likewise.
31869 * elf/rtld.c (VALIDX): Likewise.
31870 (ADDRIDX): Likewise.
9bac1d86
L
31871 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31872 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31873 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
31874 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31875 (VALIDX): Likewise.
31876 (ADDRIDX): Likewise.
9bac1d86 31877
b31606c0
PT
318782012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31879
31880 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31881
11541177
JL
318822012-09-28 Dmitry V. Levin <ldv@altlinux.org>
31883
31884 [BZ #11438]
31885 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31886 to global scope.
31887 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31888 addresses are in the same scope as 192.0.2/24.
31889 * posix/gai.conf: Document new scope table defaults.
31890
adb26fae
SP
318912012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31892
31893 [BZ #5298]
31894 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31895 for ftell. Compute offsets from write pointers instead.
31896 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31897
4573c6b0
SP
318982012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31899
31900 [BZ #14543]
31901 * libio/Makefile (tests): New test case tst-fseek.
31902 * libio/tst-fseek.c: New test case to verify that fseek/ftell
31903 combination works in wide mode.
31904 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31905 state when the external buffer state changes.
31906
aa9bbfe6
DM
319072012-09-27 David S. Miller <davem@davemloft.net>
31908
31909 [BZ #14376]
31910 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31911 pass reloc->r_addend in as the 'high' argument to
31912 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31913
784421e7
DM
31914 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31915
c39bc8b8
PT
319162012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31917
31918 * rt/tst-aio2.c: Include <pthread.h>.
31919 * rt/tst-aio3.c: Likewise.
31920
1ccc2399
SE
319212012-09-27 Steve Ellcey <sellcey@mips.com>
31922
31923 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31924
31ed4153
L
319252012-09-27 H.J. Lu <hongjiu.lu@intel.com>
31926
25f5f885
L
31927 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31928 contents on [SHARED].
31ed4153 31929
b7bfe116
MP
319302012-09-26 Marek Polacek <polacek@redhat.com>
31931
31932 [BZ #14530]
31933 [BZ #13741]
31934 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31935 for C++ and GCC <4.3 as well as for non GCC compilers.
31936
43c4edba
MT
319372012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
31938
31939 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31940
6a1bf82f
RM
319412012-09-25 Roland McGrath <roland@hack.frob.com>
31942
31943 * Makefile.in (all, install): Declare with .PHONY.
31944 Reported by Michael Hope <michael.hope@linaro.org>.
31945
8ad11b9a
TMQMF
319462012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31947
31948 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31949 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31950 system header.
31951 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31952 Likewise.
31953 (sydep_routines): Add the new and the internal functions.
31954 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31955 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31956 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31957 (GLIBC_2.17): Add the new function.
31958 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31959 (GLIBC_2.17): Likewise.
31960 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31961 (GLIBC_2.17): Likewise.
31962 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31963 (GLIBC_2.17): Likewise.
31964 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31965
7e2fca8d
AM
319662012-09-25 Alan Modra <amodra@gmail.com>
31967
31968 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31969 Add release barrier before setting once_control to say
31970 initialisation is done. Add hints on lwarx. Use macro in
31971 place of isync.
31972 (clear_once_control): Add release barrier.
31973
b87c4b24
JM
319742012-09-25 Joseph Myers <joseph@codesourcery.com>
31975
d032e0d2
JM
31976 [BZ #13629]
31977 * math/s_clog.c (__clog): Handle more values close to |z| = 1
31978 specially.
31979 * math/s_clog10.c (__clog10): Likewise.
31980 * math/s_clog10f.c (__clog10f): Likewise.
31981 * math/s_clog10l.c (__clog10l): Likewise.
31982 * math/s_clogf.c (__clogf): Likewise.
31983 * math/s_clogl.c (__clogl): Likewise.
31984 * math/Makefile (libm-calls): Add x2y2m1.
31985 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31986 (__x2y2m1): Likewise.
31987 (__x2y2m1l): Likewise.
31988 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31989 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31990 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31991 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31992 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31993 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31994 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31995 * sysdeps/i386/fpu/libm-test-ulps: Update.
31996 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31997
b87c4b24
JM
31998 [BZ #14621]
31999 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
32000 int as type of variable DEPTH.
32001 (glob): Use size_t instead of int as type of variables NEWCOUNT
32002 and OLD_PATHC.
32003
6d3bf199
LD
320042012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32005
22bf5c17
LD
32006 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32007 Add s_sincosf-sse2.
32008 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
32009 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
32010 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
32011 macros for using routine as __sincosf_ia32.
32012 Use macro for function declaration and weak_alias.
32013 * sysdeps/i386/fpu/libm-test-ulps: Update.
32014
32015 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
32016 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32017
32018 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
32019 subnormal argument.
32020 * math/s_cexpf.c (__cexpf): Likewise.
32021 * math/s_csinf.c (__csinf): Likewise.
32022 * math/s_csinhf.c (__csinhf): Likewise.
32023 * math/s_ctanf.c (__ctanf): Likewise.
32024 * math/s_ctanhf.c (__ctanhf): Likewise.
32025 * math/s_ccosh.c (__ccoshf): Likewise.
32026 * math/s_cexp.c (__cexpl): Likewise.
32027 * math/s_csin.c (__csin): Likewise.
32028 * math/s_csinh.c (__csinh): Likewise.
32029 * math/s_ctan.c (__ctan): Likewise.
32030 * math/s_ctanh.c (ctanh): Likewise.
32031 * math/s_ccoshl.c (__ccoshl): Likewise.
32032 * math/s_cexpl.c (__cexpl): Likewise.
32033 * math/s_csinl.c (__csinl): Likewise.
32034 * math/s_csinhl.c (__csinhl): Likewise.
32035 * math/s_ctanl.c (__ctanl): Likewise.
32036 * math/s_ctanhl.c (__ctanhl): Likewise.
32037
203e5603
JM
320382012-09-25 Joseph Myers <joseph@codesourcery.com>
32039
32040 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
32041 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
32042 (_IO_off_t): Define to __off_t, not _G_off_t.
32043 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
32044 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
32045 (_IO_wint_t): Define to wint_t, not _G_wint_t.
32046 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
32047 type of __dummy and __dummy2 fields.
32048 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
32049 (_G_ssize_t): Likewise.
32050 (_G_off_t): Likewise.
32051 (_G_pid_t): Likewise.
32052 (_G_uid_t): Likewise.
32053 (_G_wchar_t): Likewise.
32054 (_G_wint_t): Likewise.
32055 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
32056 (_G_ssize_t): Likewise.
32057 (_G_off_t): Likewise.
32058 (_G_pid_t): Likewise.
32059 (_G_uid_t): Likewise.
32060 (_G_wchar_t): Likewise.
32061 (_G_wint_t): Likewise.
32062 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
32063 (_G_ssize_t): Likewise.
32064 (_G_off_t): Likewise.
32065 (_G_pid_t): Likewise.
32066 (_G_uid_t): Likewise.
32067 (_G_wchar_t): Likewise.
32068 (_G_wint_t): Likewise.
32069
9fab36eb
SP
320702012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
32071
32072 * malloc/arena.c: Include malloc-sysdep.h.
32073 (shrink_heap): Use check_may_shrink_heap to decide if madvise
32074 is sufficient to shrink the heap or an unmap is needed.
32075 * sysdeps/generic/malloc-sysdep.h: New file. Define
32076 new function check_may_shrink_heap.
32077 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
32078 new function check_may_shrink_heap.
32079
2b4f00d1
SP
320802012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
32081
32082 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
32083 comments.
32084
9a9028b1
DL
320852012-09-24 Dmitry V. Levin <ldv@altlinux.org>
32086
57c69bef
DL
32087 * catgets/test-gencat.sh: Add "set -e".
32088 * elf/tst-pathopt.sh: Likewise.
32089 * grp/tst_fgetgrent.sh: Likewise.
32090 * iconvdata/run-iconv-test.sh: Likewise.
32091 * intl/tst-gettext.sh: Likewise.
32092 * intl/tst-gettext2.sh: Likewise.
32093 * intl/tst-gettext4.sh: Likewise.
32094 * intl/tst-gettext6.sh: Likewise.
32095 * intl/tst-translit.sh: Likewise.
32096 * io/ftwtest-sh: Likewise.
32097 * libio/test-freopen.sh: Likewise.
32098 * malloc/tst-mtrace.sh: Likewise.
32099 * posix/globtest.sh: Likewise.
32100 * posix/tst-getconf.sh: Likewise.
32101 * posix/wordexp-tst.sh: Likewise.
32102 * stdio-common/tst-printf.sh: Likewise.
32103 * stdio-common/tst-unbputc.sh: Likewise.
32104 * stdlib/tst-fmtmsg.sh: Likewise.
32105 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32106 * catgets/Makefile: Do not specify -e option when running
32107 testsuite shell scripts.
32108 * elf/Makefile: Likewise.
32109 * grp/Makefile: Likewise.
32110 * iconvdata/Makefile: Likewise.
32111 * intl/Makefile: Likewise.
32112 * io/Makefile: Likewise.
32113 * libio/Makefile: Likewise.
32114 * malloc/Makefile: Likewise.
32115 * posix/Makefile: Likewise.
32116 * stdio-common/Makefile: Likewise.
32117 * stdlib/Makefile: Likewise.
32118 * sysdeps/x86_64/Makefile: Likewise.
32119
9a9028b1
DL
32120 * io/ftwtest-sh: Add copyright header.
32121 * posix/globtest.sh: Likewise.
32122 * posix/tst-getconf.sh: Likewise.
32123 * posix/wordexp-tst.sh: Likewise.
32124 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32125
ced6f16e
L
321262012-09-24 H.J. Lu <hongjiu.lu@intel.com>
32127
94b32c39
L
32128 [BZ #13679]
32129 * Makeconfig (+link): Defined as $(+link-static) if
32130 $(build-shared) isn't yes.
32131 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
32132 isn't yes.
32133 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
32134
189e935b
L
32135 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
32136
ced6f16e
L
32137 [BZ #14562]
32138 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
32139 new chunk size with MALLOC_ALIGN_MASK.
32140
a9f8e53a
JM
321412012-09-24 Joseph Myers <joseph@codesourcery.com>
32142
32143 [BZ #5044]
32144 * stdio-common/printf_fphex.c: Include <stdbool.h> and
32145 <rounding-mode.h>.
32146 (__printf_fphex): Determine rounding using get_rounding_mode and
32147 round_away.
32148 * stdio-common/tst-printf-round.c (struct hex_test): New
32149 structure.
32150 (hex_tests): New variable.
32151 (test_hex_in_one_mode): New function.
32152 (do_test): Also run tests for hex float output.
32153
43153109
JM
321542012-09-21 Joseph Myers <joseph@codesourcery.com>
32155
32156 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32157 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32158 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
32159 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32160 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32161 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
32162 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32163 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32164
8a26625d
JM
321652012-09-20 Joseph Myers <joseph@codesourcery.com>
32166
32167 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
32168 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
32169 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
32170 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
32171
f3fd569c
DL
321722012-09-19 Dmitry V. Levin <ldv@altlinux.org>
32173
32174 [BZ #14579]
32175 * elf/rtld.c (dl_main): Limit the check for self loading to normal
32176 mode only.
32177 * elf/tst-rtld-load-self.sh: New test.
32178 * elf/Makefile: Run it.
32179
63bbedd4
JM
321802012-09-18 Joseph Myers <joseph@codesourcery.com>
32181
32182 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
32183 (tst-writev-ENV): Remove.
32184 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
32185
626f8b6a
CM
321862012-09-17 Chris Metcalf <cmetcalf@tilera.com>
32187
32188 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
32189
b7aaa4d6
JM
321902012-09-17 Joseph Myers <joseph@codesourcery.com>
32191
32192 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
32193 unconditional.
32194 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
32195 Likewise.
32196 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
32197 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
32198 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
32199 Likewise.
32200
65513990
L
322012012-09-14 H.J. Lu <hongjiu.lu@intel.com>
32202
32203 [BZ #14587]
32204 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
32205 * config.make.in (have-cpp-asm-debuginfo): Removed.
32206 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
32207 * configure: Regenerated.
32208
784761be
JM
322092012-09-14 Joseph Myers <joseph@codesourcery.com>
32210
32211 [BZ #5044]
32212 * stdio-common/printf_fp.c: Include <stdbool.h> and
32213 <rounding-mode.h>.
32214 (___printf_fp): Determine rounding using get_rounding_mode and
32215 round_away.
32216 * stdio-common/tst-printf-round.c: New file.
32217 * stdio-common/Makefile (tests): Add tst-printf-round.
32218 (link-libm): New variable.
32219 ($(objpfx)tst-printf-round): Depend in $(link-libm).
32220
9503345f
L
322212012-09-13 H.J. Lu <hongjiu.lu@intel.com>
32222
32223 [BZ #14576]
32224 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
32225 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
32226 Likewise.
32227 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
32228 Likewise.
32229
ad35fc00
JM
322302012-09-13 Joseph Myers <joseph@codesourcery.com>
32231
32232 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
32233 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32234 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32235 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32236
6c9b0f68
JM
322372012-09-12 Joseph Myers <joseph@codesourcery.com>
32238
32239 [BZ #14518]
32240 * include/rounding-mode.h: New file.
32241 * sysdeps/generic/get-rounding-mode.h: Likewise.
32242 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
32243 * stdlib/strtod_l.c: Include <rounding-mode.h>.
32244 (MAX_VALUE): New macro.
32245 (MIN_VALUE): Likewise.
32246 (overflow_value): New function.
32247 (underflow_value): Likewise.
32248 (round_and_return): Use overflow_value and underflow_value to
32249 determine return values in overflow and underflow cases. Use
32250 round_away to determine rounding depending on rounding mode.
32251 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
32252 determine return values in overflow and underflow cases.
32253 * stdlib/tst-strtod-round.c: Include <fenv.h>.
32254 (struct test_results): New structure.
32255 (struct test): Use struct test_results to store expected results
32256 for all rounding modes.
32257 (TEST): Include expected results for all rounding modes.
32258 (test_in_one_mode): New function.
32259 (do_test): Use test_in_one_mode to compute and check results.
32260 Check results for all rounding modes.
32261 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
32262 $(link-libm).
32263
19fcedd5
AM
322642012-12-09 Allan McRae <allan@archlinux.org>
32265
1e9d84cd 32266 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 32267
8bbfd2f1
JM
322682012-09-11 Joseph Myers <joseph@codesourcery.com>
32269
32270 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
32271 (_G_int32_t): Likewise.
32272 (_G_uint16_t): Likewise.
32273 (_G_uint32_t): Likewise.
32274 (_G_HAVE_BOOL): Likewise.
32275 (_G_HAVE_ATEXIT): Likewise.
32276 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32277 (_G_HAVE_IO_FILE_OPEN): Likewise.
32278 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
32279 (_G_int32_t): Likewise.
32280 (_G_uint16_t): Likewise.
32281 (_G_uint32_t): Likewise.
32282 (_G_HAVE_BOOL): Likewise.
32283 (_G_HAVE_ATEXIT): Likewise.
32284 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32285 (_G_HAVE_IO_FILE_OPEN): Likewise.
32286 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
32287 (_G_int32_t): Likewise.
32288 (_G_uint16_t): Likewise.
32289 (_G_uint32_t): Likewise.
32290 (_G_HAVE_BOOL): Likewise.
32291 (_G_HAVE_ATEXIT): Likewise.
32292 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32293 (_G_HAVE_IO_FILE_OPEN): Likewise.
32294
b1dc5912
L
322952012-09-11 H.J. Lu <hongjiu.lu@intel.com>
32296
32297 * csu/libc-tls.c: Update copyright years.
32298
0e886ef9
JM
322992012-09-10 Joseph Myers <joseph@codesourcery.com>
32300
28361c5e
JM
32301 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
32302 [!_G_USING_THUNKS]: Remove conditional code.
32303 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
32304 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
32305
0e886ef9
JM
32306 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
32307 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
32308 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32309 (_G_VTABLE_LABEL_PREFIX): Likewise.
32310 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32311 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32312 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32313 (_G_VTABLE_LABEL_PREFIX): Likewise.
32314 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32315 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32316 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32317 (_G_VTABLE_LABEL_PREFIX): Likewise.
32318 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32319
bcba7aa2
L
323202012-09-10 H.J. Lu <hongjiu.lu@intel.com>
32321
32322 * libio/Makefile: Include ../Makeconfig before tests.
32323 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
32324 only if $(build-shared) is yes.
32325
06585ee8
L
32326 * iconv/gconv_db.c: Update copyright years.
32327
80ccd52c
LD
323282012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32329
32330 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
32331 unwind info if defined PIC. Fix special cases description.
32332 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
32333
32334 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
32335 DP_HI_MASK entry.
32336 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
32337
691bc9c1
L
323382012-09-07 H.J. Lu <hongjiu.lu@intel.com>
32339
3d9b46b3
L
32340 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
32341
de2139a9
L
32342 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
32343 is NULL.
32344
5ca78dd0
L
32345 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
32346 (LDLIBS-tst-chk4): This.
32347 (LDFLAGS-tst-chk5): Renamed to ...
32348 (LDLIBS-tst-chk5): This.
32349 (LDFLAGS-tst-chk6): Renamed to ...
32350 (LDLIBS-tst-chk6): This.
32351 (LDFLAGS-tst-lfschk4): Renamed to ...
32352 (LDLIBS-tst-lfschk4): This.
32353 (LDFLAGS-tst-lfschk5): Renamed to ...
32354 (LDLIBS-tst-lfschk5): This.
32355 (LDFLAGS-tst-lfschk6): Renamed to ...
32356 (LDLIBS-tst-lfschk6): This.
32357
691bc9c1
L
32358 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
32359 on $(common-objpfx)soversions.mk.
32360
65cafb1c
JM
323612012-09-07 Joseph Myers <joseph@codesourcery.com>
32362
32363 [BZ #10014]
32364 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
32365 example host name.
32366
c78ab094
SP
323672012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
32368
32369 * malloc/arena.c (arena_get_retry): New function that gets
32370 another arena for the caller to try its request on.
32371 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
32372 current arena cannot fulfill the request.
32373 (__libc_memalign): Likewise.
32374 (__libc_memalign): Likewise.
32375 (__libc_pvalloc): Likewise.
32376 (__libc_calloc): Likewise.
32377
01f49f59
JT
323782012-09-05 John Tobey <john.tobey@gmail.com>
32379
32380 [BZ #13542]
32381 * manual/arith.texi (Operations on Complex): Fix description
32382 of carg branch cut.
32383
4c23fed5
JM
323842012-09-06 Joseph Myers <joseph@codesourcery.com>
32385
1d3c8572
JM
32386 [BZ #10014]
32387 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
32388 host name.
32389
4c23fed5
JM
32390 [BZ #10038]
32391 * manual/memory.texi (Memory): Make order of menu items match
32392 order of sections.
32393
04570aaa
L
323942012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32395
32396 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
32397 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
32398 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
32399
b80af2f4
L
324002012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32401
32402 * csu/libc-tls.c (static_dtv): Renamed to ...
32403 (_dl_static_dtv): This. Make it global.
32404 (_dl_initial_dtv): Removed.
32405 (__libc_setup_tls): Updated.
32406 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
32407 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
32408 DL_INITIAL_DTV.
32409
2abe9f15
PM
324102012-09-06 Petr Machata <pmachata@redhat.com>
32411
32412 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32413 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32414 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32415 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32416
0948c3af
L
324172012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32418
32419 [BZ #14545]
32420 * csu/libc-tls.c (_dl_initial_dtv): New variable.
32421 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32422 freeing dtv[-1].
32423
a5055ad1
L
324242012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32425
32426 [BZ #14544]
32427 * Makeconfig (link-static-before-libc): Replace $(+prector)
32428 with $(+prectorT).
32429 (link-static-after-libc): Replace $(+postctor) with
32430 $(+postctorT).
32431 (link-bounded): Replace $(+prector)/$(+postctor) with
32432 $(+prectorT)/$(+postctorT).
32433 (+prectorT): New macro.
32434 (+postctorT): Likewise.
32435
ed8c2ecd
JM
324362012-09-06 Joseph Myers <joseph@codesourcery.com>
32437
32438 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32439 (round_str): Handle values above the maximum for IBM long double
32440 as inexact.
32441 * stdlib/tst-strtod-round.c (tests): Regenerated.
32442
14c996c8
AK
324432012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32444
32445 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32446 assembler flag.
32447 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32448 zarch_nohighgprs around the zarch optimized routines.
32449 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32450 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32451 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32452 for zarch.
32453
430d6ce6
DM
324542012-09-05 David S. Miller <davem@davemloft.net>
32455
32456 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32457
57f41c40
AS
32458 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32459 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
32460 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32461 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32462 entries.
32463
24d4e01b
AO
324642012-09-05 Alexandre Oliva <aoliva@redhat.com>
32465
32466 * malloc/arena.c: Fold copyright years.
32467 * malloc/mcheck.c, malloc/memusage.c: Likewise.
32468
61d58174
AO
324692012-09-05 Alexandre Oliva <aoliva@redhat.com>
32470
32471 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32472
20196a5e
AO
324732012-09-05 Alexandre Oliva <aoliva@redhat.com>
32474
32475 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
32476
5c447383
AO
324772012-09-05 Alexandre Oliva <aoliva@redhat.com>
32478
32479 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32480 change internal state upon failure.
32481
fad64255
AO
324822012-09-05 Alexandre Oliva <aoliva@redhat.com>
32483
32484 * malloc/mcheck.c (mcheck_check_all): Fix typo.
32485 * malloc/memusage.c (mmap): Likewise.
32486 (mmap64, mremap): Likewise. Adjust name in comment.
32487
1ffb8c90
SP
324882012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
32489
32490 * libio/fileops.c: Fix typos in comments.
32491 * libio/oldfileops.c: Likewise.
32492 * libio/wfileops.c: Likewise.
32493
6ef9cc37
SP
324942012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
32495
32496 [BZ #1349]
32497 * malloc/Makefile (tests): Add tst-malloc-usable test case.
32498 (tst-malloc-usable-ENV): Set environment for test case.
32499 * malloc/hooks.c (malloc_check_get_size): New function to get
32500 requested size.
32501 * malloc/malloc.c (musable): Use malloc_check_get_size.
32502 * malloc/tst-malloc-usable.c: New test case.
32503
4d038ae3
AS
325042012-09-05 Andreas Schwab <schwab@linux-m68k.org>
32505
32506 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32507
c4e85184
AM
325082012-09-05 Allan McRae <allan@archlinux.org>
32509
b9dafc56 32510 [BZ #13966]
c4e85184
AM
32511 * configure.in (CXX_SYSINCLUDES): Use compiler output to
32512 determine header location.
32513 * configure: Regenerated.
32514
e1343020
AS
325152012-09-05 Andreas Schwab <schwab@linux-m68k.org>
32516
32517 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32518 float format.
32519 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
32520 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32521 format.
e1343020
AS
32522 (test): Regenerate.
32523
0a9f1987
DM
325242012-09-04 David S. Miller <davem@davemloft.net>
32525
32526 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32527 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32528 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32529
29237804
FW
325302012-09-04 Florian Weimer <fweimer@redhat.com>
32531
32532 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32533 failures.
32534
edb3cb88
FW
32535 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32536
60160d83
JM
325372012-09-04 Joseph Myers <joseph@codesourcery.com>
32538
32539 [BZ #9914]
32540 * libio/iogetdelim.c: Include <limits.h>.
32541 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32542 + len + 1 would overflow.
32543
bcd6c8dc
AJ
325442012-09-03 Andreas Jaeger <aj@suse.de>
32545
32546 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32547 * sysdeps/i386/fpu/libm-test-ulps: Update.
32548
4ffffbd2
LD
325492012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32550
32551 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32552 Add s_sinf-sse2, s_conf-sse2.
32553
32554 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32555 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32556 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32557 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32558
32559 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32560 for using routine as __sinf_ia32.
32561 Use macro for function declaration and weak_alias.
32562 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32563 for using routine as __cosf_ia32.
32564 Use macro for function declaration and weak_alias.
32565
32566 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32567 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32568
32569 * sysdeps/x86_64/fpu/s_sinf.S: New file.
32570 * sysdeps/x86_64/fpu/s_cosf.S: New file.
32571 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32572
32573 * math/libm-test.inc (cos_test): Add more test cases.
32574 (sin_test): Likewise.
32575 (sincos_test): Likewise.
32576
511fa286
AK
325772012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32578
32579 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32580 (IFUNC_RESOLVE): Make pointers to the specialized implementations
32581 hidden.
32582 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32583
5f30cfec
L
325842012-09-02 H.J. Lu <hongjiu.lu@intel.com>
32585
32586 [BZ #14538]
32587 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32588 first element of the GOT.
32589 (elf_machine_load_address): Return the difference between
32590 the runtime address of _DYNAMIC and elf_machine_dynamic ().
32591
0786794f
AM
325922012-09-01 Allan McRae <allan@archlinux.org>
32593
5f30cfec
L
32594 [BZ #13412]
32595 * configure.in (AWK): Require gawk version 3.0 or later.
32596 * configure: Regenerated.
0786794f 32597
26889eac
JM
325982012-09-01 Joseph Myers <joseph@codesourcery.com>
32599
32600 * sysdeps/unix/sysv/linux/kernel-features.h
32601 (__ASSUME_POSIX_CPU_TIMERS): Remove.
32602 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32603 [__NR_clock_getres]: Make code unconditional.
32604 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32605 (clock_getcpuclockid): Remove code left unreachable by removal of
32606 conditionals.
32607 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32608 code unconditional.
32609 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32610 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32611 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32612 Make code unconditional.
32613 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32614 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32615 * sysdeps/unix/sysv/linux/clock_settime.c
32616 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32617 conditional code.
32618 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32619 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32620
d22e28b0
L
326212012-08-29 H.J. Lu <hongjiu.lu@intel.com>
32622
32623 [BZ #14476]
32624 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32625 scripts/test-installation.pl.
32626
32627 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32628 and $ld_so_version if it is set.
32629
050af9c4
SP
326302012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
32631
32632 [BZ #14516]
32633 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32634 failure if reading from procfs failed.
32635 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32636
ad845c0b
JM
326372012-08-27 Joseph Myers <joseph@codesourcery.com>
32638
32639 * sysdeps/unix/sysv/linux/kernel-features.h
32640 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32641 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32642 Remove conditional code.
32643 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32644 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32645 Remove conditional code.
32646 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32647 * sysdeps/unix/sysv/linux/i386/fxstat.c
32648 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32649 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32650 * sysdeps/unix/sysv/linux/i386/fxstatat.c
32651 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32652 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32653 * sysdeps/unix/sysv/linux/i386/lxstat.c
32654 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32655 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32656 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32657 Remove conditional code.
32658 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32659 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32660 Remove conditional code.
32661 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32662 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32663 <kernel-features.h>.
32664 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32665 Remove.
32666 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32667 Remove conditional code.
32668 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32669 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32670 Remove conditional.
32671
5dbf56af
MF
326722012-08-27 Mike Frysinger <vapier@gentoo.org>
32673
32674 [BZ #5400]
32675 * NEWS: Add fixed bug number.
32676
d6e70f43
JM
326772012-08-27 Joseph Myers <joseph@codesourcery.com>
32678
7efb4737
JM
32679 [BZ #14519]
32680 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32681 underflowing exponent in case of negative sign.
32682 * stdlib/tst-strtod-round-data: Add more tests.
32683 * stdlib/tst-strtod-round.c (tests): Regenerated.
32684
af92131a
JM
32685 [BZ #3479]
32686 * stdlib/strtod_l.c (NDIG): Remove.
32687 (HEXNDIG): Likewise.
32688 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32689 smallest representable value.
32690 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32691 lie within an exact representation of 1/2 ulp of the result.
32692 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32693 unconditionally.
32694 (TENS_P9_IDX): Define unconditionally.
32695 (TENS_P9_SIZE): Likewise.
32696 (TENS_P10_IDX): Likewise.
32697 (TENS_P10_SIZE): Likewise.
32698 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32699 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32700 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32701 entries for 10^2^13 and 10^2^14.
32702 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32703 (TENS_P13_IDX): Define.
32704 (TENS_P13_SIZE): Likewise.
32705 (TENS_P14_IDX): Likewise.
32706 (TENS_P14_SIZE): Likewise.
32707 (_fpioconst_pow10): Change array size to
32708 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
32709 unconditional.
32710 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32711 1024]: Add entries for 10^2^13 and 10^2^14.
32712 [LAST_POW10 > _LAST_POW10]: Remove #error.
32713 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32714 (_fpioconst_pow10): Change array size to
32715 FPIOCONST_POW10_ARRAY_SIZE.
32716 * stdlib/gen-fpioconst.c: New file.
32717 * stdlib/gen-tst-strtod-round.c: Likewise.
32718 * stdlib/tst-strtod-round-data: Likewise.
32719 * stdlib/tst-strtod-round.c: Likewise.
32720 * stdlib/Makefile (tests): Add tst-strtod-round.
32721
d6e70f43
JM
32722 [BZ #14459]
32723 * stdlib/strtod_l.c: Include <stdint.h>.
32724 (NDEBUG): Do not define.
32725 (round_and_return): Change EXPONENT parameter to type intmax_t.
32726 Rearrange calculations to avoid internal overflow possibilities.
32727 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32728 Rearrange calculations to avoid internal overflow possibilities.
32729 Assert that number fits inside MPNSIZE limbs.
32730 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32731 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
32732 calculations and add assertions to avoid internal overflow
32733 possibilities. Add casts to avoid signed/unsigned operations.
32734 * stdlib/tst-strtod-overflow.c: New file.
32735 * stdlib/Makefile (tests): Add tst-strtod-overflow.
32736
1f529f7d
MP
327372012-08-25 Marek Polacek <polacek@redhat.com>
32738
32739 * time/time.h: Fix some typos in comments.
32740
59a629f1
RM
327412012-08-23 Roland McGrath <roland@hack.frob.com>
32742
32743 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32744 * posix/tst-rfc3484-2.c: Likewise.
32745 * posix/tst-rfc3484-3.c: Likewise.
32746
d3bafbc9
SM
327472012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
32748
32749 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32750 (EF_ARM_ABI_FLOAT_HARD): Likewise.
32751
4efcc022
JM
327522012-08-23 Joseph Myers <joseph@codesourcery.com>
32753
32754 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32755 #include of fxstatat64.c.
32756
3cc3ef96
RM
327572012-08-22 Roland McGrath <roland@hack.frob.com>
32758
f04e2132
RM
32759 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32760 * shadow/getspent_r.c: Likewise.
32761 * shadow/getspnam.c: Likewise.
32762 * shadow/getspnam_r.c: Likewise.
32763 * gshadow/getsgent.c: Likewise.
32764 * gshadow/getsgent_r.c: Likewise.
32765 * gshadow/getsgnam.c: Likewise.
32766 * gshadow/getsgnam_r.c: Likewise.
32767 * inet/getnetbyad.c: Likewise.
32768 * inet/getnetbyad_r.c: Likewise.
32769 * inet/getnetbynm.c: Likewise.
32770 * inet/getnetbynm_r.c: Likewise.
32771 * inet/getnetent.c: Likewise.
32772 * inet/getnetent_r.c: Likewise.
32773 * inet/getproto.c: Likewise.
32774 * inet/getproto_r.c: Likewise.
32775 * inet/getprtent.c: Likewise.
32776 * inet/getprtent_r.c: Likewise.
32777 * inet/getprtname.c: Likewise.
32778 * inet/getprtname_r.c: Likewise.
32779 * inet/getrpcbyname.c: Likewise.
32780 * inet/getrpcbyname_r.c: Likewise.
32781 * inet/getrpcbynumber.c: Likewise.
32782 * inet/getrpcbynumber_r.c: Likewise.
32783 * inet/getrpcent.c: Likewise.
32784 * inet/getrpcent_r.c: Likewise.
32785 * inet/getaliasent.c: Likewise.
32786 * inet/getaliasent_r.c: Likewise.
32787 * inet/getaliasname.c: Likewise.
32788 * inet/getaliasname_r.c: Likewise.
32789 * nscd/getgrgid_r.c: Likewise.
32790 * nscd/getgrnam_r.c: Likewise.
32791 * nscd/gethstbyad_r.c: Likewise.
32792 * nscd/gethstbynm3_r.c: Likewise.
32793 * nscd/getpwnam_r.c: Likewise.
32794 * nscd/getpwuid_r.c: Likewise.
32795 * nscd/getsrvbynm_r.c: Likewise.
32796 * nscd/getsrvbypt_r.c: Likewise.
32797 * nscd/gai.c: Likewise.
32798
c53d909c
RM
32799 * configure.in (build_nscd): New substituted variable, set
32800 by --disable-build-nscd and defaults to $use_nscd.
32801 * configure: Regenerated.
32802 * config.make.in (build-nscd): New substituted variable.
32803 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32804 Change conditional to require [$(build-nscd) = yes] as well.
32805 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32806
3cc3ef96
RM
32807 [BZ# 13696]
32808 * configure.in (use_nscd): New substituted variable, set by
32809 --disable-nscd. If enabled, define USE_NSCD.
32810 * configure: Regenerated.
32811 * config.h.in: Add USE_NSCD.
32812 * config.make.in (use-nscd): New substituted variable.
32813 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32814 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32815 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32816 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32817 (CFLAGS-getgrnam_r.c): Likewise.
32818 (CFLAGS-initgroups.c): Likewise.
32819 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32820 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32821 Variables removed.
32822 * inet/getnetgrent_r.c
32823 (nscd_setnetgrent): New function, broken out of ...
32824 (setnetgrent): ... here. Call it.
32825 (innetgr): Conditionalize nscd bits on [USE_NSCD].
32826 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32827 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32828 * nscd/Makefile (routines, aux): Move definitions after include of
32829 Makeconfig. Conditionalize on [$(use-nscd) != no].
32830 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32831 Conditionalize on [USE_NSCD].
32832 (is_nscd, nscd_init_cb): Likewise.
32833 (nss_load_library): Conditionalize init callback on [USE_NSCD].
32834 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32835 * nss/nss_db/db-init.c: Likewise.
32836 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32837 [USE_NSCD].
32838 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32839 (make_request): Use it.
32840 (cache_valid_p): New function.
32841 (__check_pf): Use it.
32842 * NEWS: Add item for --disable-nscd.
32843
07e51550
DL
328442012-08-22 Dmitry V. Levin <ldv@altlinux.org>
32845
32846 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32847 to support sed >= 4.2.1-20-ga9bf076.
32848 * configure: Regenerated.
32849
35a5b08b
RM
328502012-08-22 Roland McGrath <roland@hack.frob.com>
32851
32852 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32853 Conditionalize whole body on [IREL].
32854
8479f23a
JL
328552012-08-22 Jeff Law <law@redhat.com>
32856
32857 [BZ #14505]
32858 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32859 if the family is PF_UNSPEC.
32860
48da0b21
MF
328612012-08-22 Mike Frysinger <vapier@gentoo.org>
32862
32863 * Makerules (lib-version): Rename from V.
32864 (install-lib-nosubdir): Change V to lib-version.
32865
15d0da8c
WS
328662012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
32867
32868 [BZ #14252]
32869 * powerpc32/power6/wcschr.c: New file.
32870 * powerpc32/power6/wcscpy.c: New file.
32871 * powerpc32/power6/wcsrchr.c: New file.
32872 * powerpc64/power6/wcschr.c: New file.
32873 * powerpc64/power6/wcscpy.c: New file.
32874 * powerpc64/power6/wcsrchr.c: New file.
32875
bcca0895
MK
328762012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32877
32878 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32879 (two_way_short_needle): Use it.
5a4aaa33
RM
32880 * string/strstr.c (AVAILABLE1_USES_J): Define.
32881 * string/strcasestr.c: Likewise.
99677e57
MK
32882
32883 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32884 array references.
32885 * string/strcasestr.c (TOLOWER): Make side-effect safe.
32886
400726de
MK
32887 [BZ #11607]
32888 * NEWS: Add an entry.
32889 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32890 define their defaults.
32891 (two_way_short_needle): Detect end-of-string on-the-fly.
32892 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32893 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32894 * string/bug-strcasestr1.c: New test.
32895 * string/Makefile: Run it.
32896
20a71f2c
MK
328972012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32898
32899 [BZ #11607]
32900 * string/str-two-way.h (two_way_short_needle): Optimize matching of
32901 the first character.
32902
21ad0558
RM
329032012-08-21 Roland McGrath <roland@hack.frob.com>
32904
32905 * csu/elf-init.c (__libc_csu_irel): Function removed.
32906 * csu/libc-start.c (apply_irel): New function.
32907 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32908
0e1d9911
JM
329092012-08-21 Joseph Myers <joseph@codesourcery.com>
32910
32911 * sysdeps/unix/sysv/linux/kernel-features.h
32912 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32913 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32914 <kernel-features.h>.
32915 [__NR_fadvise64_64]: Make code unconditional.
32916 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32917 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32918 !__NR_fadvise64_64)]: Likewise.
32919 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32920 !__NR_fadvise64_64))]: Likewise.
32921 [__NR_fadvise64]: Make code unconditional.
32922 [!__NR_fadvise64]: Remove conditional code.
32923 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32924 <kernel-features.h>.
32925 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32926 unconditional.
32927 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32928 conditional code.
32929 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32930 not include <kernel-features.h>.
32931 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32932 unconditional.
32933 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32934 conditional code.
32935 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32936 include <kernel-features.h>.
32937 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32938 unconditional.
32939 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32940 conditional code.
32941
14a50c9d
WS
329422012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
32943
32944 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32945 slight instruction rearrangements per scrollpipe analysis.
32946 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32947
c0f4faf0
RM
329482012-08-20 Roland McGrath <roland@hack.frob.com>
32949
696da859
RM
32950 * manual/syslog.texi (syslog; vsyslog, closelog):
32951 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32952 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32953
c0f4faf0
RM
32954 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32955 DSOCAPS to match condition on defining it.
32956
348363b2
JM
329572012-08-20 Joseph Myers <joseph@codesourcery.com>
32958
a35cbf28
JM
32959 * sysdeps/unix/sysv/linux/kernel-features.h
32960 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32961 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32962 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32963 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32964 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32965 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32966 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32967 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32968 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32969 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32970
445f7ecd
JM
32971 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32972 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32973
348363b2
JM
32974 * sysdeps/unix/sysv/linux/kernel-features.h
32975 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32976 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32977 unconditional.
32978 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32979 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32980 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32981 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32982 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32983 Make code unconditional.
32984 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32985 (__mmap64) [!__NR_mmap2]: Likewise.
32986 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32987 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32988 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32989 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32990 [__NR_mmap2]: Make code unconditional.
32991 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32992 (__mmap64) [!__NR_mmap2]: Likewise.
32993
bc5bc0e5
AK
329942012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32995
32996 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32997
88d506de
AJ
329982012-08-18 Andreas Jaeger <aj@suse.de>
32999
33000 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
33001
493387d2
MF
330022012-08-18 Mike Frysinger <vapier@gentoo.org>
33003
33004 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
33005 * include/unistd.h (__have_sock_cloexec): Likewise.
33006 (__have_pipe2): Likewise.
33007 (__have_dup3): Likewise.
33008
a277af22
MF
330092012-08-18 Mike Frysinger <vapier@gentoo.org>
33010
33011 [BZ #9685]
33012 * include/unistd.h (__have_pipe2): Change define into an extern int.
33013 (__have_dup3): Likewise.
33014 * socket/have_sock_cloexec.c: Include fcntl.h.
33015 (__have_pipe2): New variable.
33016 (__have_dup3): Likewise.
33017
fdab8fd3
MF
330182012-08-17 Mike Frysinger <vapier@gentoo.org>
33019
33020 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
33021
31035e80
MP
330222012-08-17 Marek Polacek <polacek@redhat.com>
33023
33024 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
33025 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
33026
3bd9e993
RM
330272012-08-17 Roland McGrath <roland@hack.frob.com>
33028
c91c505f
RM
33029 * configure.in: Add AC_SUBST for sysheaders.
33030 * configure: Regenerated.
33031 * config.make.in (sysheaders): New substituted variable.
33032
7c6f9d53
RM
33033 * sysdeps/unix/mkfifo.c: Moved ...
33034 * sysdeps/posix/mkfifo.c: ... here.
33035 * sysdeps/unix/mkfifoat.c: Moved ...
33036 * sysdeps/posix/mkfifoat.c: ... here.
33037
33038 * sysdeps/unix/utime.c: Moved ...
33039 * sysdeps/posix/utime.c: ... here.
33040
33041 * sysdeps/unix/time.c: Moved ...
33042 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
33043 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
33044 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
33045
33046 * sysdeps/unix/nice.c: Moved ...
33047 * sysdeps/posix/nice.c: ... here.
33048
33049 * sysdeps/unix/alarm.c: Moved ...
33050 * sysdeps/posix/alarm.c: ... here.
33051
3bd9e993
RM
33052 * intl/Makefile ($(codeset_mo)): Depend on the input file.
33053
d1f09384
JL
330542012-08-17 Jeff Law <law@redhat.com>
33055
33056 * intl/Makefile (codeset_mo): New variable.
33057 ($(codeset_mo)): New target.
33058 (tst-codeset.out): Depend on that. Remove explicit rule.
33059 (tst-gettext3.out, tst-gettext5.out): Likewise.
33060 (LOCPATH-ENV, tst-codeset-ENV): New variables.
33061 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
33062 * intl/tst-codeset.sh: Remove.
33063 * intl/tst-gettext3.sh: Likewise.
33064 * intl/tst-gettext5.sh: Likewise.
33065
2ae1ae5c
RM
330662012-08-17 Roland McGrath <roland@hack.frob.com>
33067
c31fdb83
RM
33068 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
33069 * sysdeps/unix/syscalls.list: ... here.
33070
a0844057
RM
33071 * sysdeps/posix/getaddrinfo.c
33072 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
33073 (gaiconf_init, gaiconf_reload): Use them.
33074 [!_STATBUF_ST_NSEC]
33075 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
33076 Define using time_t rather than struct timespec.
33077
750c1f2a
RM
33078 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
33079 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
33080 Macros removed.
33081 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
33082 [!NO_THREADS].
33083 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
33084 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
33085 Likewise.
33086
2ae1ae5c
RM
33087 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
33088 __libc_cleanup_push argument.
33089
e66a42f5
RM
33090 * bits/param.h: New file.
33091 * misc/sys/param.h: New file.
33092 * include/sys/param.h: New file.
33093 * misc/Makefile (headers): Add bits/param.h.
33094 * sysdeps/generic/sys/param.h: File removed.
33095 * sysdeps/unix/sysv/linux/bits/param.h: New file.
33096 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
33097 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 33098 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 33099
b7c08a66
RM
33100 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
33101 last change.
33102
b2e1c562
RM
33103 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
33104 [_IO_MTSAFE_IO].
33105 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
33106 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
33107 New macros.
33108
c75ccd4c
RM
33109 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
33110 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
33111 rather than -D_IO_MTSAFE_IO conditionally.
33112 * stdio-common/Makefile (CPPFLAGS): Likewise.
33113 * wcsmbs/Makefile (CPPFLAGS): Likewise.
33114 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
33115 Use $(libio-mtsafe).
33116 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
33117 of -D_IO_MTSAFE_IO.
33118 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
33119 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
33120 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
33121 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
33122 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
33123 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
33124 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
33125 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
33126 (CFLAGS-fread_u_chk.c): Likewise.
33127 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
33128 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
33129 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
33130 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
33131 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
33132 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
33133 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
33134 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
33135 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
33136
33137 * libio/Makefile: Test [$(libc-reentrant) = yes]
33138 instead of [$(filter %REENTRANT, $(defines)) nonempty].
33139
33140 * Makeconfig
33141 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
33142 * sysdeps/pthread/configure: File removed.
33143 * sysdeps/pthread/Makeconfig: New file.
33144 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
33145 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
33146
d9195db8
GB
331472012-08-16 Gary Benson <gbenson@redhat.com>
33148
33149 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
33150 unmapping the first object in a namespace.
33151
86466cd9
RM
331522012-08-16 Roland McGrath <roland@hack.frob.com>
33153
33154 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
33155 (__internal_setnetgrent): ... this. Add internal_function to
33156 definition. Add libc_hidden_def.
33157 (setnetgrent): Update caller.
33158 (internal_endnetgrent): Renamed to ...
33159 (__internal_endnetgrent): ... this. Add internal_function to
33160 definition. Add libc_hidden_def.
33161 (endnetgrent): Update caller.
33162 (internal_getnetgrent_r): Renamed to ...
33163 (__internal_getnetgrent_r): ... this. Add internal_function to
33164 definition. Add libc_hidden_def.
33165 (__getnetgrent_r): Update caller.
33166 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
33167
c3c8283c
JM
331682012-08-16 Joseph Myers <joseph@codesourcery.com>
33169
33170 * stdlib/longlong.h: Update from GCC.
33171
db1ee0a8
RM
331722012-08-16 Roland McGrath <roland@hack.frob.com>
33173
33174 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
33175 on _QL, which is set by umul_ppmm but never used.
33176 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
33177 variables, which are set by GMP macros but never used.
33178 * stdio-common/_itowa.c (_itowa): Likewise.
33179 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
33180 * stdlib/mod_1.c (mpn_mod_1): Likewise.
33181
30f69637
CD
331822012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
33183
33184 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
33185 struct La_sh_regs is not constant.
33186 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
33187 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
33188 and struct La_sparc64_regs are not constant.
33189
93a78ac4
JM
331902012-08-16 Joseph Myers <joseph@codesourcery.com>
33191
33192 * sysdeps/unix/sysv/linux/kernel-features.h
33193 (__ASSUME_POSIX_TIMERS): Remove.
33194 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
33195 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33196 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
33197 Make code unconditional.
33198 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33199 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
33200 Make code unconditional.
33201 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33202 * sysdeps/unix/sysv/linux/clock_nanosleep.c
33203 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
33204 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33205 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
33206 Make code unconditional.
33207 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33208 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
33209 (__libc_missing_posix_timers): Remove.
33210
dd924cd7
RM
332112012-08-15 Roland McGrath <roland@hack.frob.com>
33212
4b4f2771
RM
33213 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
33214 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
33215
601c888b
RM
33216 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
33217
176790a7
RM
33218 * elf/dl-sym.c: Include <stdlib.h>.
33219
329bc018
RM
33220 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
33221 constants, which avoids warnings in 32-bit builds.
33222
e04e272d
RM
33223 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
33224 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
33225
952bf94a
RM
33226 * misc/lseek.c: File moved to ...
33227 * io/lseek.c: ... here.
33228
7c99b50a
RM
33229 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
33230
dd924cd7
RM
33231 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
33232 shifting LEN more than 31 bits at once.
33233
b3f479a8
LD
332342012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33235
33236 [BZ #14195]
8c4ae0d4
RM
33237 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
33238 segmentation fault for a case of two empty input strings.
b3f479a8
LD
33239 * string/test-strncasecmp.c (check1): Renamed to...
33240 (bz12205): ...this.
33241 (bz14195): Add new testcase for two empty input strings and N > 0.
33242 (test_main): Call new testcase, adapt for renamed function.
33243
9c55864e
AJ
332442012-08-15 Andreas Jaeger <aj@suse.de>
33245
33246 [BZ #14090]
33247 * crypt/md5test2.c: New test, based on test supplied by Serge
33248 Belyshev <belyshev@depni.sinp.msu.ru>.
33249 * crypt/Makefile (xtests): Add md5test-giant..
33250 * crypt/Makefile ($(objpfx)md5test-giant): Add.
33251
02dcb6c5
PE
332522012-08-15 Paul Eggert <eggert@cs.ucla.edu>
33253
33254 [BZ #14090]
33255 * crypt/md5.c (md5_process_block): Don't assume the buffer
33256 length is less than 2**32.
33257 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
33258 length is less than 2**64.
33259
a3f95dcc
RM
332602012-08-15 Roland McGrath <roland@hack.frob.com>
33261
be75d758
RM
33262 * string/str-two-way.h: Include <sys/param.h>.
33263 (MAX): Macro removed.
33264
7312ca90
RM
33265 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
33266 Move #define and #undef of memmove to just before and after
33267 including <string.h>.
33268
9a0a5486
RM
33269 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
33270 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
33271 and after including <string.h>. Move declarations of
33272 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
33273 to before #include "string/memmove.c".
33274
67cc348d
RM
33275 * include/dirent.h: Declare __getdirentries.
33276
a3f95dcc
RM
33277 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
33278 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
33279
ca98e171
MF
332802012-08-14 Mike Frysinger <vapier@gentoo.org>
33281
33282 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
33283 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
33284 * sysdeps/i386/configure: Regenerated.
33285 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
33286 STABS_CURRENT_FILE, and STABS_FUN.
33287 (END): Remove call to STABS_FUN_END.
33288 (STABS_CURRENT_FILE1): Delete.
33289 (STABS_CURRENT_FILE): Likewise.
33290 (STABS_FUN): Likewise.
33291 (STABS_FUN_END): Likewise.
33292 (STABS_FUN2): Likewise.
33293 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
33294 * sysdeps/x86_64/configure: Regenerated.
33295
5908bf46
RM
332962012-08-14 Roland McGrath <roland@hack.frob.com>
33297
33298 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 33299 * elf/dl-lookup.c: Likewise.
5908bf46 33300
f2c05b9e
JM
333012012-08-14 Joseph Myers <joseph@codesourcery.com>
33302
33303 * sysdeps/unix/sysv/linux/kernel-features.h
33304 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
33305 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
33306 unconditionally.
33307 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
33308 unconditionally.
33309 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
33310 condition on __ASSUME_CLONE_THREAD_FLAGS.
33311
e11f5155
AJ
333122012-08-14 Andreas Jaeger <aj@suse.de>
33313
33314 * sysdeps/i386/fpu/libm-test-ulps: Update.
33315
51a9ba86
MK
333162012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
33317
2fdd4f78
AJ
33318 * include/atomic.h (atomic_exchange_and_add): Split into ...
33319 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
33320 New atomic macros.
51a9ba86 33321
ba6cba9e
MT
333222012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
33323
33324 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33325
42443a47
JL
333262012-08-13 Jeff Law <law@redhat.com>
33327
33328 * manual/stdio.texi (snprintf): Clarify handling of the trailing
33329 null byte in the output string.
33330
121dce05
JM
333312012-08-10 Joseph Myers <joseph@codesourcery.com>
33332
33333 * sysdeps/unix/sysv/linux/kernel-features.h
33334 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
33335 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
33336 (__ASSUME_ARG_MAX_STACK_BASED): Define.
33337 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
33338 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
33339 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
33340 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
33341
bf51f568
JL
333422012-08-09 Jeff Law <law@redhat.com>
33343
33344 [BZ #13939]
33345 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
33346 When avoid_arena is set, don't retry in the that arena. Pick the
33347 next one, whatever it might be.
33348 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
33349 (arena_lock): Pass in new parameter to arena_get2.
33350 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
33351 arena_get2.
33352 (__libc_malloc): Unify retrying after main arena failure with
33353 __libc_memalign version.
33354 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
33355
f85fa270
L
333562012-08-09 H.J. Lu <hongjiu.lu@intel.com>
33357
33358 [BZ #14166]
33359 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
33360 to __redirect_strstr.
33361 (__strstr_sse42): Use typeof __redirect_strstr.
33362 (__strstr_ia32): Likewise.
33363 (__libc_strstr): New prototype.
33364 (strstr): Renamed to ...
33365 (__libc_strstr): This.
33366 (strstr): New strong alias of __libc_strstr.
33367 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33368 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
33369 __redirect_time.
33370 Include <time.h>.
33371 (__libc_time): New prototype.
33372 (time_ifunc): Replace time with __libc_time.
33373 (time): New strong alias and hidden definition of __libc_time.
33374 (__GI_time): Remove strong alias.
33375 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
33376 Include <stddef.h>.
33377 (memmove): Redefined to __redirect_memmove.
33378 (__memmove_sse2): Use typeof __redirect_memmove.
33379 (__memmove_ssse3): Likewise.
33380 (__memmove_ssse3_back): Likewise.
33381 (__libc_memmove): New prototype.
33382 (memmove): Renamed to ...
33383 (__libc_memmove): This.
33384 (memmove): New strong alias of __libc_memmove.
33385
33b4a91e
MS
333862012-08-08 Mark Salter <msalter@redhat.com>
33387
33388 * elf/elf.h
33389 (R_MN10300_TLS_GD): Define.
33390 (R_MN10300_TLS_LD): Likewise.
33391 (R_MN10300_TLS_LDO): Likewise.
33392 (R_MN10300_TLS_GOTIE): Likewise.
33393 (R_MN10300_TLS_IE): Likewise.
33394 (R_MN10300_TLS_LE): Likewise.
33395 (R_MN10300_TLS_DTPMOD): Likewise.
33396 (R_MN10300_TLS_DTPOFF): Likewise.
33397 (R_MN10300_TLS_TPOFF): Likewise.
33398 (R_MN10300_SYM_DIFF): Likewise.
33399 (R_MN10300_ALIGN): Likewise.
33400 (R_MN10300_NUM): Update.
33401
b36137f1
JM
334022012-08-08 Joseph Myers <joseph@codesourcery.com>
33403
33404 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
33405 Remove.
33406
cdd915fd
RM
334072012-08-08 Roland McGrath <roland@hack.frob.com>
33408
a2433aac
RM
33409 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33410
cdd915fd
RM
33411 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33412 sysdeps/unix -> sysdeps/posix move.
33413 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33414
bf9b740a
AM
334152012-08-07 Allan McRae <allan@archlinux.org>
33416
33417 [BZ #14303]
33418 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33419 (SUNOS_CPP): Likewise.
33420 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33421 not found.
33422 (open_input): Call CPP using execvp.
33423
93df14ee
JM
334242012-08-07 Joseph Myers <joseph@codesourcery.com>
33425
33426 * sysdeps/unix/sysv/linux/kernel-features.h
33427 (__ASSUME_PROT_GROWSUPDOWN): Remove.
33428 (__ASSUME_NO_CLONE_DETACHED): Likewise.
33429 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33430 (__ASSUME_WAITID_SYSCALL): Likewise.
33431 * sysdeps/unix/sysv/linux/dl-execstack.c
33432 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33433 code unconditional.
33434 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33435 conditional code.
33436 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33437 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33438 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33439 code.
33440 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33441 unconditional.
33442 [__ASSUME_WAITID_SYSCALL]: Likewise.
33443 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33444
d34689de
RM
334452012-08-07 Roland McGrath <roland@hack.frob.com>
33446
a281decc
RM
33447 * sysdeps/unix/closedir.c: Renamed to ...
33448 * sysdeps/posix/closedir.c: ... here.
33449 * sysdeps/unix/dirfd.c: Renamed to ...
33450 * sysdeps/posix/dirfd.c: ... here.
33451 * sysdeps/unix/dirstream.h: Renamed to ...
33452 * sysdeps/posix/dirstream.h: ... here.
33453 * sysdeps/unix/fdopendir.c: Renamed to ...
33454 * sysdeps/posix/fdopendir.c: ... here.
33455 * sysdeps/unix/opendir.c: Renamed to ...
33456 * sysdeps/posix/opendir.c: ... here.
33457 * sysdeps/unix/readdir.c: Renamed to ...
33458 * sysdeps/posix/readdir.c: ... here.
33459 * sysdeps/unix/readdir_r.c: Renamed to ...
33460 * sysdeps/posix/readdir_r.c: ... here.
33461 * sysdeps/unix/rewinddir.c: Renamed to ...
33462 * sysdeps/posix/rewinddir.c: ... here.
33463 * sysdeps/unix/seekdir.c: Renamed to ...
33464 * sysdeps/posix/seekdir.c: ... here.
33465 * sysdeps/unix/telldir.c: Renamed to ...
33466 * sysdeps/posix/telldir.c: ... here.
33467 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33468 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33469 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33470 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33471
22895b47
RM
33472 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33473 * bits/fcntl.h: ... here.
33474
707a53b6
RM
33475 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33476 not 0.
33477 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33478 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33479 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33480 (struct flock): Move l_start, l_len to the beginning.
33481 Use __pid_t for l_pid.
33482 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33483 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33484 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33485 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33486 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33487 [__USE_LARGEFILE64] (struct flock64): New type.
33488 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33489
f0bd3e25
RM
33490 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33491 * bits/dirent.h: ... here.
33492
d34689de
RM
33493 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33494 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33495
6dad2c06
JM
334962012-08-07 Joseph Myers <joseph@codesourcery.com>
33497
33498 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33499 Change from 2.6.0 to 2.6.16.
33500 * sysdeps/unix/sysv/linux/configure: Regenerated.
33501 * sysdeps/unix/sysv/linux/kernel-features.h
33502 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33503 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33504 version.
33505 (__ASSUME_UTIMES): Likewise.
33506 (__ASSUME_CLONE_STOPPED): Remove.
33507 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33508 architectures, not kernel version.
33509 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33510 (__ASSUME_NO_CLONE_DETACHED): Likewise.
33511 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33512 (__ASSUME_WAITID_SYSCALL): Likewise.
33513 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33514 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33515 * README: State 2.6.16 as minimum Linux kernel version. Do not
33516 refer to older versions.
33517
03af9520
RM
335182012-08-06 Roland McGrath <roland@hack.frob.com>
33519
8e49df1d
RM
33520 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33521 Define alphasort64 as an alias.
33522 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33523 Define versionsort64 as an alias.
33524 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33525 Define scandir64 as an alias.
33526 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33527 Define scandirat64 as an alias.
33528 * dirent/alphasort64.c (alphasort64):
33529 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33530 * dirent/versionsort64.c: Likewise.
33531 * dirent/scandir64.c: Likewise.
33532 * dirent/scandirat64.c: Likewise.
33533 * sysdeps/wordsize-64/alphasort.c: File removed.
33534 * sysdeps/wordsize-64/alphasort64.c: File removed.
33535 * sysdeps/wordsize-64/scandir.c: File removed.
33536 * sysdeps/wordsize-64/scandir64.c: File removed.
33537 * sysdeps/wordsize-64/scandirat.c: File removed.
33538 * sysdeps/wordsize-64/scandirat64.c: File removed.
33539 * sysdeps/wordsize-64/versionsort.c: File removed.
33540 * sysdeps/wordsize-64/versionsort64.c: File removed.
33541 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33542 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33543 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33544 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33545 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33546 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33547 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33548 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33549
33550 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33551 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33552 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33553 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33554 [defined __arch64__ || defined __sparcv9]
33555 (__INO_T_MATCHES_INO64_T): New macro.
33556 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33557 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33558 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33559 * sysdeps/unix/sysv/linux/bits/dirent.h
33560 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33561 (_DIRENT_MATCHES_DIRENT64): New macro.
33562
03af9520
RM
33563 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33564 Define lockf64 as an alias.
33565 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33566 Define fseeko64 as an alias.
33567 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33568 Define ftello64 as an alias.
33569 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33570 Define _IO_fgetpos64 and fgetpos64 as aliases.
33571 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33572 Define _IO_fsetpos64 and fsetpos64 as aliases.
33573 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33574 Conditionalize body on this.
33575 * libio/fseeko64.c: Likewise.
33576 * libio/ftello64.c: Likewise.
33577 * libio/iofgetpos64.c: Likewise.
33578 * libio/iofsetpos64.c: Likewise.
33579 * sysdeps/wordsize-64/lockf.c: File removed.
33580 * sysdeps/wordsize-64/lockf64.c: File removed.
33581 * sysdeps/wordsize-64/fseeko.c: File removed.
33582 * sysdeps/wordsize-64/fseeko64.c: File removed.
33583 * sysdeps/wordsize-64/ftello.c: File removed.
33584 * sysdeps/wordsize-64/ftello64.c: File removed.
33585 * sysdeps/wordsize-64/iofgetpos.c: File removed.
33586 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33587 * sysdeps/wordsize-64/iofsetpos.c: File removed.
33588 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33589 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33590 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33591 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33592 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33593 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33594 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33595 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33596 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33597 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33598 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33599
33600 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33601 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33602 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33603 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33604 [defined __arch64__ || defined __sparcv9]
33605 (__OFF_T_MATCHES_OFF64_T): New macro.
33606 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33607 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33608 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33609 (__OFF_T_MATCHES_OFF64_T): New macro.
33610
c5757acd
L
336112012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33612
33613 * stdlib/secure-getenv.c (__secure_getenv): Replace
33614 GLIBC_2_16 with GLIBC_2_17.
33615
3a31811e
L
336162012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33617
33618 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33619 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33620
faa2bccb
DM
336212012-08-03 David S. Miller <davem@davemloft.net>
33622
33623 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33624
85fe1997
JM
336252012-08-03 Joseph Myers <joseph@codesourcery.com>
33626
33627 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33628 Remove.
33629 (__ASSUME_CORRECT_SI_PID): Likewise.
33630 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33631 (__ASSUME_TMPFS_NAME): Likewise.
33632 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33633 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33634 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33635 (HAVE_AUX_SECURE): Make definition unconditional.
33636 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33637 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33638
4f75b7a0
RM
336392012-08-03 Roland McGrath <roland@hack.frob.com>
33640
33641 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33642 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33643 * sysdeps/mach/hurd/eloop-threshold.h: New file.
33644 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33645 __eloop_threshold instead of SYMLOOP_MAX.
33646
33647 * sysdeps/generic/eloop-threshold.h: New file.
33648 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33649 of MAXSYMLINKS.
33650 * elf/chroot_canon.c (chroot_canon): Likewise.
33651
7aab07e4
JM
336522012-08-03 Joseph Myers <joseph@codesourcery.com>
33653
33654 [BZ #13717]
33655 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33656 Change to 2.6.0 everywhere.
33657 * sysdeps/unix/sysv/linux/configure: Regenerated.
33658 * sysdeps/unix/sysv/linux/kernel-features.h
33659 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33660 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33661 kernel versions.
33662 (__ASSUME_POSIX_TIMERS): Define unconditionally.
33663 (__ASSUME_FUTEX_REQUEUE): Remove.
33664 (__ASSUME_STATFS64): Define unconditionally.
33665 (__ASSUME_AT_SECURE): Likewise.
33666 (__ASSUME_CORRECT_SI_PID): Likewise.
33667 (__ASSUME_TGKILL): Define without depending on kernel version for
33668 i386.
33669 (__ASSUME_UTIMES): Likewise.
33670 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33671 kernel version.
33672 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33673 (__ASSUME_TMPFS_NAME): Likewise.
33674 * README: Update reference to Linux kernel versions.
33675
b67e9372
MP
336762012-08-02 Marek Polacek <polacek@redhat.com>
33677
1f529f7d 33678 [BZ# 14150]
b67e9372
MP
33679 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
33680 libc_cv_asm_type_prefix with %.
33681 * configure: Regenerated.
d2441631
RM
33682 * include/libc-symbols.h: Remove comment about
33683 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
33684 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33685 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33686 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33687 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33688 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33689 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33690 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33691 * elf/tst-unique2mod1.c: Likewise.
33692 * elf/tst-unique1mod2.c: Likewise.
33693 * elf/tst-unique1mod1.c: Likewise.
33694 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33695 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33696 Replace ASM_TYPE_DIRECTIVE with .type.
33697 * sysdeps/s390/s390-64/sysdep.h: Likewise.
33698 * sysdeps/i386/sysdep.h: Likewise.
33699 * sysdeps/x86_64/sysdep.h: Likewise.
33700 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
33701 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33702 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 33703 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
33704 * sysdeps/powerpc/powerpc32/sysdep.h:
33705 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
33706 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33707 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33708 * sysdeps/i386/fpu/e_powf.S: Likewise.
33709 * sysdeps/i386/fpu/e_expl.S: Likewise.
33710 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33711 * sysdeps/i386/fpu/e_acosh.S: Likewise.
33712 * sysdeps/i386/fpu/e_pow.S: Likewise.
33713 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33714 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33715 * sysdeps/i386/fpu/s_expm1.S: Likewise.
33716 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33717 * sysdeps/i386/fpu/e_log2.S: Likewise.
33718 * sysdeps/i386/fpu/e_log2l.S: Likewise.
33719 * sysdeps/i386/fpu/e_scalb.S: Likewise.
33720 * sysdeps/i386/fpu/e_powl.S: Likewise.
33721 * sysdeps/i386/fpu/e_log10f.S: Likewise.
33722 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33723 * sysdeps/i386/fpu/e_logl.S: Likewise.
33724 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33725 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33726 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33727 * sysdeps/i386/fpu/e_log2f.S: Likewise.
33728 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33729 * sysdeps/i386/fpu/e_log.S: Likewise.
33730 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33731 * sysdeps/i386/fpu/e_logf.S: Likewise.
33732 * sysdeps/i386/fpu/e_log10l.S: Likewise.
33733 * sysdeps/i386/fpu/e_atanh.S: Likewise.
33734 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33735 * sysdeps/i386/fpu/e_log10.S: Likewise.
33736 * sysdeps/i386/fpu/s_frexp.S: Likewise.
33737 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33738 * sysdeps/i386/fpu/s_asinh.S: Likewise.
33739 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33740 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33741 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33742 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33743 * sysdeps/i386/i686/strtok.S: Likewise.
33744 * sysdeps/i386/i386-mcount.S: Likewise.
33745 * sysdeps/i386/strtok.S: Likewise.
33746 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33747 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33748 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33749 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33750 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33751 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33752 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33753 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33754 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33755 * sysdeps/x86_64/_mcount.S: Likewise.
33756 * sysdeps/x86_64/strtok.S: Likewise.
33757 * sysdeps/sh/_mcount.S: Likewise.
33758
2747bf9a
RM
337592012-08-01 Roland McGrath <roland@hack.frob.com>
33760
33761 * libio/iofopen.c: Include <fcntl.h>.
33762 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33763 (_IO_fopen64, fopen64): Define as aliases.
33764 * libio/iofopen64.c: Include <fcntl.h>.
33765 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33766 Conditionalize body on this.
33767 * sysdeps/wordsize-64/iofopen.c: File removed.
33768 * sysdeps/wordsize-64/iofopen64.c: File removed.
33769
3fb791b8
MP
337702012-08-01 Marek Polacek <polacek@redhat.com>
33771
33772 * libc/Makeconfig: Use elf in place of binfmt-subdir.
33773 Use dlfcn directly instead of a variable.
33774 (binfmt-subdir): Do not define.
33775 (dlfcn): Likewise.
33776
a9f1039f
JM
337772012-08-01 Joseph Myers <joseph@codesourcery.com>
33778
23bddc06
JM
33779 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33780 Remove all definitions.
33781 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33782 <kernel-features.h>.
33783 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33784 (miss_F_GETOWN_EX): Remove all definitions.
33785 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33786 macro definition.
33787 [!__ASSUME_FCNTL64]: Remove conditional code.
33788 [__ASSUME_FCNTL64]: Make code unconditional.
33789 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33790 <kernel-features.h>.
33791 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33792 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33793 (lockf64) [__NR_fcntl64]: Make code unconditional.
33794 (lockf64) [__ASSUME_FCNTL64]: Likewise.
33795
a9f1039f
JM
33796 * sysdeps/unix/sysv/linux/kernel-features.h
33797 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33798 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33799 Make code unconditional.
33800 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33801 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33802 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33803 [__NR_vfork]: Make code unconditional.
33804 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33805 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33807 [__NR_vfork]: Make code unconditional.
33808 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33809 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33810
09c0ee5f
RM
338112012-08-01 Roland McGrath <roland@hack.frob.com>
33812
48aec5b9
RM
33813 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33814 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33815
cd97c966
RM
33816 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33817 Define mkstemp64 as an alias.
3f55550c
RM
33818 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33819 Define mkstemps64 as an alias.
cd97c966
RM
33820 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33821 Define mkostemp64 as an alias.
b8625cfc
RM
33822 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33823 Define mkostemps64 as an alias.
cd97c966
RM
33824 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33825 Conditionalize body on this.
33826 * misc/mkostemp64.c: Likewise.
b8625cfc 33827 * misc/mkostemps64.c: Likewise.
3f55550c 33828 * misc/mkstemps64.c: Likewise.
cd97c966
RM
33829 * sysdeps/wordsize-64/mkstemp64.c: File removed.
33830 * sysdeps/wordsize-64/mkostemp64.c: File removed.
33831 * sysdeps/wordsize-64/mkostemp.c: File removed.
33832 * sysdeps/wordsize-64/mkstemp.c: File removed.
33833 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33834 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33835 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33836 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33837
09c0ee5f
RM
33838 [BZ #14138]
33839 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33840 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33841 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33842 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33843
33844 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33845 compat_symbol macros from <shlib-compat.h> rather than the underlying
33846 default_symbol_version and symbol_version macros, so that DEFAULT
33847 lines in shlib-versions are respected.
33848 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33849
7e66ee51
FW
338502012-08-01 Florian Weimer <fweimer@redhat.com>
33851
33852 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33853 Declare with warn_unused_result.
33854 (setgid, setregid, setegid, setresgid): Likewise.
33855 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33856 Likewise.
33857 * WUR-REPORT: Remove set*id functions.
33858
d2a54255
PT
338592012-07-31 Pino Toscano <toscano.pino@tiscali.it>
33860
33861 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33862
7ecdb005
RM
338632012-07-31 Roland McGrath <roland@hack.frob.com>
33864
b4180a5e 33865 [BZ #10191]
789bd351
RM
33866 * include/sys/socket.h (__libc_accept, __libc_accept4):
33867 Add attribute_hidden.
33868 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33869
40ce302d
RM
33870 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33871 use of PTR_MANGLE.
33872 * inet/getnetgrent_r.c (setup): Likewise.
33873
7ecdb005
RM
33874 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33875
e2eabb2c
DM
338762012-07-31 David S. Miller <davem@davemloft.net>
33877
33878 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33879
d0419dbf
JM
338802012-07-31 Joseph Myers <joseph@codesourcery.com>
33881
33882 [BZ #13629]
33883 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33884 value between 1.0 and 2.0 and smaller part has absolute value less
33885 than 1.0.
33886 * math/s_clog10.c (__clog10): Likewise.
33887 * math/s_clog10f.c (__clog10f): Likewise.
33888 * math/s_clog10l.c (__clog10l): Likewise.
33889 * math/s_clogf.c (__clogf): Likewise.
33890 * math/s_clogl.c (__clogl): Likewise.
33891 * math/libm-test.inc (clog_test): Add more tests.
33892 (clog10_test): Likewise.
33893 * sysdeps/i386/fpu/libm-test-ulps: Update.
33894 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33895
2bc13872
FW
338962012-07-31 Florian Weimer <fweimer@redhat.com>
33897
33898 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33899 Exit with zero in case no suitable GID is found, and write a
33900 message to standard error.
33901
bea9b193
RM
339022012-07-30 Roland McGrath <roland@hack.frob.com>
33903
33904 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33905 rather than to 1.
33906 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33907 (MAXPATHLEN): Removed.
33908 (NOGROUP, NODEV): New macros.
33909 (setbit, clrbit, isset, isclr): New macros.
33910 (howmany, roundup, powerof2): New macros.
33911 (DEV_BSIZE): New macro.
33912
33913 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33914 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33915
33916 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33917 definition on [!__NO_LONG_DOUBLE_MATH].
33918
33919 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33920 PTR_MANGLE and PTR_DEMANGLE.
33921
33922 * socket/accept4.c (accept4): Rename to __libc_accept4.
33923 Define accept4 as a weak alias.
33924
33925 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33926 on [_DIRENT_HAVE_D_TYPE].
33927 * io/ftw.c (ftw_dir): Likewise.
33928
33929 * io/xmknod.c (__xmknod): Don't check PATH for being null.
33930
33931 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33932
33933 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33934 Use the BSD numbers rather than the arbitrary ones we had.
33935 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33936 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33937 (SIGXCPU, SIGXFSZ): New macros.
33938 (_NSIG): Now 32.
33939
33940 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33941 initializer on [_LIBC_REENTRANT].
33942
33943 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33944 definitions inside [_POSIX_MAPPED_FILES].
33945
33946 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33947
33948 * dirent/opendir.c: Include <fcntl.h>.
33949
33950 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33951 (__libc_getspecific): Likewise.
33952 (__libc_key_create): Likewise.
33953
33954 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33955 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33956 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33957 (tmpfile64): Define as alias.
33958 * sysdeps/wordsize-64/tmpfile.c: File removed.
33959 * sysdeps/wordsize-64/tmpfile64.c: File removed.
33960 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33961 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33962
33963 * stdio-common/vfscanf.c: Include <stdbool.h>.
33964 * nss/makedb.c: Likewise.
33965 * stdio-common/_i18n_number.h: Likewise.
33966 * argp/argp-help.c: Likewise.
33967 * posix/wordexp.c: Likewise.
33968 * sysdeps/posix/spawni.c: Likewise.
33969 * nss/nss_files/files-initgroups.c: Likewise.
33970 * stdio-common/reg-modifier.c: Include <stdlib.h>.
33971 * nss/nss_files/files-initgroups.c: Likewise.
33972 * nss/nss_db/db-netgrp.c: Likewise.
33973 * nss/nss_db/db-initgroups.c: Likewise.
33974 * io/fchmodat.c: Include <sys/stat.h>.
33975
33976 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33977 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33978
33979 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33980 [HAVE_MMAP].
33981
33982 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33983 Add multiple inclusion protection.
33984
e5abc686
DM
339852012-07-27 David S. Miller <davem@davemloft.net>
33986
33987 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33988
815e6fa3
GB
339892012-07-27 Gary Benson <gbenson@redhat.com>
33990
33991 [BZ #14298]
33992 * elf/rtld.c: Include <stap-probe.h>.
33993 (dl_main): Added static probes "init_start" and "init_complete".
33994 * elf/dl-load.c: Include <stap-probe.h>.
33995 (lose): Take new parameter "nsid".
33996 Added static probe "map_failed".
33997 (_dl_map_object_from_fd): Pass namespace id to lose.
33998 Added static probe "map_start".
33999 (open_verify): Pass namespace id to lose.
34000 * elf/dl-open.c: Include <stap-probe.h>.
34001 (dl_open_worker) Added static probes "map_complete", "reloc_start"
34002 and "reloc_complete".
34003 * elf/dl-close.c: Include <stap-probe.h>.
34004 (_dl_close_worker): Added static probes "unmap_start" and
34005 "unmap_complete".
34006 * elf/rtld-debugger-interface.txt: New file documenting the above.
34007
9f98c16c
RM
340082012-07-26 Roland McGrath <roland@hack.frob.com>
34009
34010 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
34011 rather than a string variable.
34012 * sunrpc/rpc_main.c (h_output): Likewise.
34013 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
34014
f3c22df3
PT
340152012-07-26 Pino Toscano <toscano.pino@tiscali.it>
34016
34017 * inet/check_native.c: New file.
34018
3129cfc6
JM
340192012-07-26 Joseph Myers <joseph@codesourcery.com>
34020
da865e95
JM
34021 [BZ #13629]
34022 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
34023 if larger part has absolute value 1.0.
34024 * math/s_clog10.c (__clog10): Likewise.
34025 * math/s_clog10f.c (__clog10f): Likewise.
34026 * math/s_clog10l.c (__clog10l): Likewise.
34027 * math/s_clogf.c (__clogf): Likewise.
34028 * math/s_clogl.c (__clogl): Likewise.
34029 * math/libm-test.inc (clog_test): Add more tests.
34030 (clog10_test): Likewise.
34031 * sysdeps/i386/fpu/libm-test-ulps: Update.
34032 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34033
3129cfc6
JM
34034 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
34035 (pltexit): Likewise.
34036 (La_regs): Likewise.
34037 (La_retval): Likewise.
34038 (int_retval): Likewise.
34039 Update #error for removed macros to refer only to definitions in
34040 tst-audit.h.
34041 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
34042 macro.
34043 (pltexit): Likewise.
34044 (La_regs): Likewise.
34045 (La_retval): Likewise.
34046 (int_retval): Likewise.
34047 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
34048 macro.
34049 (pltexit): Likewise.
34050 (La_regs): Likewise.
34051 (La_retval): Likewise.
34052 (int_retval): Likewise.
34053 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
34054 macro.
34055 (pltexit): Likewise.
34056 (La_regs): Likewise.
34057 (La_retval): Likewise.
34058 (int_retval): Likewise.
34059 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
34060 macro.
34061 (pltexit): Likewise.
34062 (La_regs): Likewise.
34063 (La_retval): Likewise.
34064 (int_retval): Likewise.
34065 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
34066 macro.
34067 (pltexit): Likewise.
34068 (La_regs): Likewise.
34069 (La_retval): Likewise.
34070 (int_retval): Likewise.
34071 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
34072 macro.
34073 (pltexit): Likewise.
34074 (La_regs): Likewise.
34075 (La_retval): Likewise.
34076 (int_retval): Likewise.
34077 * sysdeps/generic/tst-audit.h: Update comment to refer only to
34078 macro definitions in tst-audit.h.
34079 * sysdeps/i386/tst-audit.h: New file.
34080 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
34081 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
34082 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
34083 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
34084 * sysdeps/sh/tst-audit.h: Likewise.
34085 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
34086 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
34087 * sysdeps/x86_64/tst-audit.h: Likewise.
34088
bfc07087
AJ
340892012-07-26 Andreas Jaeger <aj@suse.de>
34090
b1b2aaf8
AJ
34091 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
34092 ptrace.
34093
34094 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
34095 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
34096 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
34097 PTRACE_O_MASK.
34098 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
34099 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
34100 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
34101
bfc07087
AJ
34102 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
34103 value.
34104
34105 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
34106 _sigsys.
34107 (si_call_addr, si_syscall, si_arch): Define new macro.
34108 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
34109 _sigsys.
34110 (si_call_addr, si_syscall, si_arch): Define new marcro.
34111 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
34112 _sigsys.
34113 (si_call_addr, si_syscall, si_arch): Define new macro.
34114 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
34115 _sigsys.
34116 (si_call_addr, si_syscall, si_arch): Define new macro.
34117
89b4b02f
JM
341182012-07-25 Joseph Myers <joseph@codesourcery.com>
34119
34120 [BZ #13717]
34121 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34122 Change to 2.4.21 where previously 2.4.1.
34123 * sysdeps/unix/sysv/linux/configure: Regenerated.
34124 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
34125 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
34126 Linux kernel version.
34127 (__ASSUME_STD_AUXV): Remove.
34128 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
34129 kernel version.
34130 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
34131 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
34132 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
34133 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
34134 (__ASSUME_NETLINK_SUPPORT): Likewise.
34135 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
34136 (__no_netlink_support): Remove conditional definition.
34137 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
34138 Remove.
34139 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34140 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
34141 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
34142 (if_nameindex_ioctl): Remove.
34143 (if_nameindex_netlink): Do not handle __no_netlink_support.
34144 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34145 code.
34146 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
34147 Remove conditional code.
34148 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34149 code.
34150 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
34151 unconditional.
34152 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34153 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
34154 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
34155 Remove.
34156 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
34157 [!__ASSUME_STD_AUXV]: Remove conditional code.
34158 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
34159 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
34160 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
34161 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
34162 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
34163 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34164 code.
34165 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
34167 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
34168 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34169 conditional code.
34170 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
34172 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34173 code.
34174 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
34175 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34176 conditional code.
34177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
34178 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34179 code unconditional.
34180 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34181 conditional code.
34182 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34183 unconditional.
34184 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34185 conditional code.
34186 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
34187 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34188 unconditional.
34189 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34190 conditional code.
34191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
34192 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34193 code unconditional.
34194 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34195 conditional code.
34196 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34197 unconditional.
34198 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34199 conditional code.
34200 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
34201 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34202 code unconditional.
34203 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34204 conditional code.
34205 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34206 unconditional.
34207 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34208 conditional code.
34209
842a39cd
AS
342102012-07-25 Andreas Schwab <schwab@linux-m68k.org>
34211
34212 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
34213 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
34214 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
34215 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
34216 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
34217 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
34218 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
34219 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
34220 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
34221 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
34222 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
34223 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
34224 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
34225 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
34226 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
34227 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
34228 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
34229 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
34230 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
34231 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
34232 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
34233 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
34234 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34235
84b3fd84
FW
342362012-07-25 Florian Weimer <fweimer@redhat.com>
34237
34238 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
34239 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
34240 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
34241 Introduce __libc_secure_getenv.
0c7936d5
FW
34242 * stdlib/Versions (2.17): Add secure_getenv
34243 (GLIBC_PRIVATE): Add __libc_secure_getenv.
34244 * stdlib/secure-getenv.c: Rename __secure_getenv to
34245 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
34246 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
34247 * stdlib/tst-secure-getenv.c: New.
34248 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
34249 * manual/startup.texi (Environment Access): Document
34250 secure_getenv.
84b3fd84
FW
34251 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
34252 __libc_secure_getenv.
34253 * inet/ruserpass.c (ruserpass): Likewise.
34254 * malloc/mtrace.c (mtrace): Likewise.
34255 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 34256 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
34257 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
34258 * sysdeps/posix/tempname.c: Likewise. Evaluate
34259 HAVE_SECURE_GETENV.
34260 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 34261 __secure_getenv to __libc_secure_getenv.
84b3fd84 34262 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
34263 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34264 Likewise.
34265 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34266 Likewise.
34267 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34268 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34269 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34270 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34271 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34272 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34273 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 34274
56e49b71
JM
342752012-07-25 Joseph Myers <joseph@codesourcery.com>
34276
34277 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
34278 (struct La_i86_retval): Likewise.
34279 (struct La_x86_64_regs): Likewise.
34280 (struct La_x86_64_retval): Likewise.
34281 (struct La_x32_regs): Likewise.
34282 (struct La_x32_retval): Likewise.
34283 (struct La_ppc32_regs): Likewise.
34284 (struct La_ppc32_retval): Likewise.
34285 (struct La_ppc64_regs): Likewise.
34286 (struct La_ppc64_retval): Likewise.
34287 (struct La_sh_regs): Likewise.
34288 (struct La_sh_retval): Likewise.
34289 (struct La_s390_32_regs): Likewise.
34290 (struct La_s390_32_retval): Likewise.
34291 (struct La_s390_64_regs): Likewise.
34292 (struct La_s390_64_retval): Likewise.
34293 (struct La_sparc32_regs): Likewise.
34294 (struct La_sparc32_retval): Likewise.
34295 (struct La_sparc64_regs): Likewise.
34296 (struct La_sparc64_retval): Likewise.
34297 (struct audit_ifaces): Remove architecture-specific pltenter and
34298 pltexit members.
34299 * sysdeps/i386/ldsodefs.h: New file.
34300 * sysdeps/powerpc/ldsodefs.h: Likewise.
34301 * sysdeps/s390/ldsodefs.h: Likewise.
34302 * sysdeps/sh/ldsodefs.h: Likewise.
34303 * sysdeps/sparc/ldsodefs.h: Likewise.
34304 * sysdeps/x86_64/ldsodefs.h: Likewise.
34305
354691b7
MP
343062012-07-25 Marek Polacek <polacek@redhat.com>
34307
34308 [BZ #6808]
34309 * math/libm-test.inc (yn_test): Add another test.
34310 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
34311 to ERANGE when the result is +-Inf.
34312 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
34313 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
34314 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
34315 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
34316
bf9e2071
JM
343172012-07-24 Joseph Myers <joseph@codesourcery.com>
34318
34319 * conform/data/time.h-data (NULL): Use macro-constant. Require
34320 equal to 0.
34321 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
34322 clock_t.
34323 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
34324
57633811
TS
343252012-07-23 Thomas Schwinge <thomas@codesourcery.com>
34326
34327 * configure.in <sysdeps resolving>: Correct printing
34328 Implies_before.
34329 * configure: Regenerate.
34330
c23c33b0
TS
343312012-07-22 Thomas Schwinge <thomas@codesourcery.com>
34332
34333 * math/w_ilogb.c: Include <limits.h>.
34334 * math/w_ilogbl.c: Likewise.
34335
b5982523
JM
343362012-07-20 Joseph Myers <joseph@codesourcery.com>
34337
34338 * manual/lang.texi (__va_copy): Document primarily as ISO C99
34339 va_copy. Document allowing for unavailable va_copy only as
34340 pre-C99 compatibility.
34341 * manual/string.texi (Copying and Concatenation): Use va_copy
34342 instead of __va_copy in concat example.
34343
ac4ea442
PT
343442012-07-20 Pino Toscano <toscano.pino@tiscali.it>
34345
34346 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
34347 (__sendto): Use create_address_port. Initialize APORT and deallocate
34348 it if not null.
34349
f98eafbd
PT
34350 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
34351 with O_NOLINK passed to __file_name_lookup.
34352
898c7aab
PT
34353 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
34354 with O_NOLINK passed to __file_name_lookup.
34355
0ced335a
PT
34356 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
34357 negative N or less than NGIDS.
34358
b3404dbd
PT
34359 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
34360 type to string_t. Set ERANGE as errno and return it if NAME is not big
34361 enough. Use memcpy instead of strncpy.
34362
0f48659e
JM
343632012-07-20 Joseph Myers <joseph@codesourcery.com>
34364
34365 * elf/Makefile (check-data): Remove.
34366 (localplt.data): New vpath directive.
34367 ($(objpfx)check-localplt.out): Use localplt.data from vpath
34368 instead of $(check-data).
34369 * scripts/data/localplt-generic.data: Move to ...
34370 * sysdeps/generic/localplt.data: ... here.
34371 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
34372 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
34373 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
34374 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
34375 ... here.
34376 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
34377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
34378 ... here.
34379 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
34380 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
34381 ... here.
34382 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
34383 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
34384 ... here.
34385 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
34386 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
34387 ... here.
34388 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
34389 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
34390 ... here.
34391
d37cbdaa
AZ
343922012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34393
34394 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
34395 PPC32 and PPC64 files.
34396 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
34397 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
34398
46f85fc2
AK
343992012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34400
34401 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
34402 __makecontext_ret to ...
34403 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34404 ... here and call exit if uc_link is NULL. New file.
34405 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
34406 __makecontext_ret.S.
34407 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
34408 __makecontext_ret to ...
34409 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34410 ... here and call exit if uc_link is NULL. New file.
34411 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34412 __makecontext_ret.S.
34413
08f43f9b
AK
344142012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34415
34416 * elf/elf.h (R_390_IRELATIVE): New definition.
34417 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34418 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
34419 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34420 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34421 (elf_machine_lazy_rel): Likewise.
34422 * sysdeps/s390/dl-irel.h: New file.
34423 * sysdeps/s390/s390-64/memcpy.S: New asm code.
34424 * sysdeps/s390/s390-64/memset.S: New asm code.
34425 * sysdeps/s390/s390-64/memcmp.S: New asm code.
34426 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34427 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34428 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34429 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34430 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34431 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34432 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34433 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34434 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34435 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34436 * sysdeps/s390/s390-32/memcpy.S: New asm code.
34437 * sysdeps/s390/s390-32/memset.S: New asm code.
34438 * sysdeps/s390/s390-32/memcmp.S: New asm code.
34439
3b05db33
MP
344402012-07-17 Marek Polacek <polacek@redhat.com>
34441
34442 [BZ #14349]
34443 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34444 * sysdeps/s390/s390-64/configure.in: Likewise.
34445 * sysdeps/sparc/configure.in: Likewise.
34446 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34447 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34448 * sysdeps/i386/configure.in: Likewise.
34449 * sysdeps/x86_64/configure.in: Likewise.
34450 * sysdeps/sh/configure.in: Likewise.
34451 * sysdeps/s390/s390-32/configure: Regenerated.
34452 * sysdeps/s390/s390-64/configure: Likewise.
34453 * sysdeps/x86_64/configure: Likewise.
34454 * sysdeps/sh/configure: Likewise.
34455 * sysdeps/powerpc/powerpc64/configure: Likewise.
34456 * sysdeps/powerpc/powerpc32/configure: Likewise.
34457 * sysdeps/sparc/configure: Likwise.
34458 * sysdeps/i386/configure: Likewise.
34459
a66877c6
MP
34460 * elf/dl-open.c: Comment fixes.
34461
cfc82fd8
JM
344622012-07-17 Joseph Myers <joseph@codesourcery.com>
34463
bd29910a
JM
34464 * Makefile [CXX] (check-data): Remove.
34465 [CXX] (c++-types.data): New vpath directive.
34466 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34467 vpath. Do not allow for C++ type data being missing.
34468 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34469 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34470 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34471 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34472 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34473 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34474 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34475 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34476 ... here.
34477 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34479 ... here.
34480 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34481 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34482 ... here.
34483 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34484 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34485 ... here.
34486 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34487 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34488 ... here.
34489 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34490 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34491 ... here.
34492 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34493 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34494 ... here.
34495 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34496 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34497
cfc82fd8
JM
34498 * elf/tls-macros.h (TLS_LE): Move architecture-specific
34499 definitions to architecture-specific files.
34500 (TLS_IE): Likewise.
34501 (TLS_LD): Likewise.
34502 (TLS_GD): Likewise.
34503 * sysdeps/i386/tls-macros.h: New file.
34504 * sysdeps/powerpc/tls-macros.h: Likewise.
34505 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34506 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34507 * sysdeps/sh/tls-macros.h: Likewise.
34508 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34509 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34510 * sysdeps/x86_64/tls-macros.h: Likewise.
34511
f7db3170
TS
345122012-07-17 Thomas Schwinge <thomas@codesourcery.com>
34513
07cbfc23
TS
34514 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34515 zero value for regular exit case.
34516
f7db3170
TS
34517 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34518 (__start_context): Preserve zero value for regular exit case.
34519
dc97c227
TS
345202012-07-17 Thomas Schwinge <thomas@codesourcery.com>
34521 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34522
34523 * manual/setjmp.texi (setcontext): Clarify normal process
34524 termination when uc_link is the null pointer.
34525 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34526 exit call.
34527
d0cd7d02
AS
345282012-07-16 Andreas Schwab <schwab@linux-m68k.org>
34529
34530 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34531 preprocessor. Test for each exception mask separately.
34532
dd318934
AJ
345332012-07-16 Andreas Jaeger <aj@suse.de>
34534
34535 * po/ru.po: Update from translation team.
34536
8048311a
JM
345372012-07-15 Joseph Myers <joseph@codesourcery.com>
34538
34539 * conform/data/string.h-data (NULL): Use macro-constant. Require
34540 equal to 0.
34541 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34542 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34543 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34544 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34545 [ISO || ISO99 || ISO11] (*_t): Do not allow.
34546
b637d46e
AJ
345472012-07-13 Andreas Jaeger <aj@suse.de>
34548
34549 * po/fr.po: Update from translation team.
34550
541428fe
MP
345512012-07-12 Marek Polacek <polacek@redhat.com>
34552
34553 [BZ #14173]
34554 * math/libm-test.inc (yn_test): Add test for BZ #14173.
34555 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34556 loop condition.
34557
ec332e94
JM
345582012-07-12 Joseph Myers <joseph@codesourcery.com>
34559
34560 [BZ #13717]
34561 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34562 Change to 2.4.1 where previously 2.4.0.
34563 * sysdeps/unix/sysv/linux/configure: Regenerated.
34564 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34565 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34566 version.
34567 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34568 (__ASSUME_AT_CLKTCK): Remove.
34569 (__ASSUME_AT_PAGESIZE): Likewise.
34570 (__ASSUME_AT_XID): Likewise.
34571 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34572 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34573 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34574 unconditionally.
34575 (HAVE_AUX_PAGESIZE): Likewise.
34576 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34577 [__ASSUME_AT_CLKTCK]: Make code unconditional.
34578 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34579
7b6e99be
JB
345802012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
34581
34582 [BZ #14307]
34583 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34584 the temporary buffer used to invoke __gethostbyname2_r,
34585 __gethostbyaddr_r and gethostbyname4_r to make room for struct
34586 host_data / struct gaih_addrtuple.
34587 * resolv/nss_dns/dns-host.c (global scope): Move definition of
34588 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34589 header file nss/nsswitch.h.
34590 * nss/nsswitch.h (global scope): Add definition of implementation
34591 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34592 resolv/nss_dns/dns-host.c).
34593
608404eb
AJ
345942012-07-11 Andreas Jaeger <aj@suse.de>
34595
34596 * po/fr.po: Update from translation team.
34597
71220aca
AJ
34598 * po/sv.po: Update from translation team
34599 * po/fr.po: Another update from translation team.
34600
28cfe843
AZ
346012012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34602
34603 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34604 for subnormals or multiply small sinh result by itself.
34605 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34606 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34607
6b90f981
DM
346082012-07-11 David S. Miller <davem@davemloft.net>
34609
34610 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34611
c6825772
AS
346122012-07-10 Andreas Schwab <schwab@linux-m68k.org>
34613
34614 [BZ #14347]
34615 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34616 (INTERNAL_MARK): Shift it here.
34617
7b8e0d49
MP
346182012-07-10 Marek Polacek <polacek@redhat.com>
34619
34620 [BZ #14151]
34621 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
34622 libc_cv_asm_global_directive with .globl.
34623 * configure: Regenerated.
34624 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34625 with .globl.
34626 * sysdeps/i386/configure: Regenerated.
34627 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34628 with .globl.
34629 * sysdeps/x86_64/configure: Regenerated.
34630 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34631 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34632 * elf/tst-unique2mod2.c: Likewise.
34633 * elf/tst-unique2mod1.c: Likewise.
34634 * elf/tst-unique1mod2.c: Likewise.
34635 * elf/tst-unique1mod1.c: Likewise.
34636 * sysdeps/s390/s390-32/sysdep.h: Likewise.
34637 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34638 * sysdeps/s390/s390-64/sysdep.h: Likewise.
34639 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34640 * sysdeps/mach/sysdep.h: Likewise.
34641 * sysdeps/i386/sysdep.h: Likewise.
34642 * sysdeps/i386/i386-mcount.S: Likewise.
34643 * sysdeps/x86_64/_mcount.S: Likewise.
34644 * sysdeps/x86_64/sysdep.h: Likewise.
34645 * sysdeps/sh/_mcount.S: Likewise.
34646 * sysdeps/sh/sysdep.h: Likewise.
34647 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34648 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34649 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34650 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34651 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34652 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34653 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34654 * locale/localeinfo.h: Likewise.
34655 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34656 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34657
6c55cda3
RM
346582012-07-09 Roland McGrath <roland@hack.frob.com>
34659
34660 [BZ #14336]
34661 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34662 system".
34663 * manual/message.texi (The Uniforum approach): Likewise.
34664 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34665 (glibc iconv Implementation): Likewise.
34666
638a572e
JM
346672012-07-09 Joseph Myers <joseph@codesourcery.com>
34668
34669 [BZ #14337]
34670 * math/s_clog.c (__clog): Avoid scaling a value down where that
34671 could result in underflow.
34672 * math/s_clog10.c (__clog10): Likewise.
34673 * math/s_clog10f.c (__clog10f): Likewise.
34674 * math/s_clog10l.c (__clog10l): Likewise.
34675 * math/s_clogf.c (__clogf): Likewise.
34676 * math/s_clogl.c (__clogl): Likewise.
34677 * math/libm-test.inc (clog_test): Add more tests.
34678 (clog10_test): Likewise.
34679 * sysdeps/i386/fpu/libm-test-ulps: Update.
34680 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34681
261f4859
AS
346822012-07-06 Andreas Schwab <schwab@linux-m68k.org>
34683
0abaf3e4
AS
34684 [BZ #14283]
34685 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34686 by 7 not 8 to examine high bit of fractional part.
34687
261f4859
AS
34688 [BZ #14042]
34689 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34690 for call to __mcount_internal.
34691 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34692 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34693 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34694
f17ac40d
JM
346952012-07-06 Joseph Myers <joseph@codesourcery.com>
34696
9ad63c23
JM
34697 [BZ #14154]
34698 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34699 approximation for values within 0x1p-13f of an odd multiple of
34700 pi/4.
34701 * math/libm-test.inc (tan_test): Do not allow spurious underflow
34702 exception. Add more tests.
34703 * sysdeps/i386/fpu/libm-test-ulps: Update.
34704
f17ac40d
JM
34705 [BZ #6778]
34706 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34707 inputs and return -1 for them. Do not check for +Inf in case not
34708 reachable for +Inf.
34709 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34710 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34711 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34712 and return -1 for them. Do not check for +Inf in case not
34713 reachable for +Inf.
34714 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34715 define.
34716 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34717 and return -1 for them. Do not check for +Inf in case not
34718 reachable for +Inf.
34719 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
34720 spurious underflow.
34721 * sysdeps/i386/fpu/libm-test-ulps: Update.
34722 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34723
fb21f89b
MF
347242012-07-06 Mike Frysinger <vapier@gentoo.org>
34725
34726 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34727
cdfe2c5e
JM
347282012-07-05 Joseph Myers <joseph@codesourcery.com>
34729
34730 [BZ #14157]
34731 [BZ #14331]
34732 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34733 could result in spurious underflow. Scale down values above
34734 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34735 * math/s_csqrtf.c (__csqrtf): Likewise.
34736 * math/s_csqrtl.c (__csqrtl): Likewise.
34737 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
34738 spurious underflow.
34739 * sysdeps/i386/fpu/libm-test-ulps: Update.
34740 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34741
70d35b67
AS
347422012-07-04 Andreas Schwab <schwab@linux-m68k.org>
34743
704bc459
AS
34744 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34745 xopen-msg.sed.
34746 * catgets/xopen-msg.awk: New file.
34747 * catgets/xopen-msg.sed: Removed.
34748
70d35b67
AS
34749 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34750 po2text.sed.
34751 * intl/po2test.awk: New file.
34752 * intl/po2test.sed: Removed.
34753
ca61cf32
JM
347542012-07-04 Joseph Myers <joseph@codesourcery.com>
34755
34756 [BZ #14328]
34757 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34758 or multiply small sinh result by itself.
34759 * math/s_ctanf.c (__ctanf): Likewise.
34760 * math/s_ctanh.c (__ctanh): Likewise.
34761 * math/s_ctanhf.c (__ctanhf): Likewise.
34762 * math/s_ctanhl.c (__ctanhl): Likewise.
34763 * math/s_ctanl.c (__ctanl): Likewise.
34764 * math/libm-test.inc (ctan_test_tonearest): New function.
34765 (ctan_test_towardzero): Likewise.
34766 (ctan_test_downward): Likewise.
34767 (ctan_test_upward): Likewise.
34768 (ctanh_test_tonearest): Likewise.
34769 (ctanh_test_towardzero): Likewise.
34770 (ctanh_test_downward): Likewise.
34771 (ctanh_test_upward): Likewise.
34772 (main): Call these new functions.
34773 * sysdeps/i386/fpu/libm-test-ulps: Update.
34774 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34775
ca48a46a
MF
347762012-07-03 Mike Frysinger <vapier@gentoo.org>
34777
34778 * .gitignore: Delete /ports entry.
34779
9d63d37d
AJ
347802012-07-03 Andreas Jaeger <aj@suse.de>
34781
34782 * po/bg.po: Update from translation team.
34783 * po/cs.po: Likewise.
34784 * po/de.po: Likewise.
34785 * po/hr.po: Likewise.
34786 * po/nl.pl: Likewise.
34787 * po/pl.po: Likewise.
34788 * po/vi.po: Likewise.
34789
370ca3d2
JM
347902012-07-03 Joseph Myers <joseph@codesourcery.com>
34791
95f5a9a8
JM
34792 * Makeconfig [!+link] (+link-before-libc): New variable.
34793 [!+link] (+link-after-libc): Likewise.
34794 [!+link] (+link-tests): Likewise.
34795 [!+link] (+link): Define in terms of $(+link-before-libc) and
34796 $(+link-after-libc).
34797 [!+link-static] (+link-static-before-libc): New variable.
34798 [!+link-static] (+link-static-after-libc): Likewise.
34799 [!+link-static] (+link-static-tests): Likewise.
34800 [!+link-static] (+link-static): Define in terms of
34801 $(+link-static-before-libc) and $(+link-static-after-libc).
34802 [build-shared] (link-libc-before-gnulib): New variable.
34803 [build-shared] (link-libc-tests): Likewise.
34804 [build-shared] (link-libc): Define in terms of
34805 $(link-libc-before-gnulib).
34806 [!build-shared] (link-libc-tests): New variable.
34807 (link-libc-static-tests): New variable.
34808 [!gnulib] (gnulib-arch): New variable.
34809 [!gnulib] (gnulib-tests): Likewise.
34810 [!gnulib] (static-gnulib-arch): Likewise.
34811 [!gnulib] (static-gnulib-tests): Likewise.
34812 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
34813 Define with "=" instead of ":=".
34814 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
34815 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
34816 * Rules (binaries-all-notests): New variable.
34817 (binaries-all-tests): Likewise.
34818 (binaries-static-notests): Likewise.
34819 (binaries-static-tests): Likewise.
34820 (binaries-all): Define using $(binaries-all-notests) and
34821 $(binaries-all-tests).
34822 (binaries-static): Define using $(binaries-static-notests) and
34823 $(binaries-static-tests).
34824 (binaries-shared-tests): New variable.
34825 (binaries-shared-notests): Likewise.
34826 (binaries-shared): Remove variable.
34827 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34828 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34829 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34830 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34831 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34832 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34833 * elf/Makefile (sln-modules): New variable.
34834 (extra-objs): Add $(sln-modules:=.o).
34835 (ldconfig-modules): Add static-stubs.
34836 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34837 * elf/static-stubs.c: New file.
34838
7a845b2c
JM
34839 [BZ #14283]
34840 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34841 by 7 not 8 to examine high bit of fractional part. Use volatile
34842 variables when splitting into final array of floats if
34843 __FLT_EVAL_METHOD__ != 0.
34844 * math/libm-test.inc (cos_test): Add another test.
34845 (sin_test): Likewise.
34846 * sysdeps/i386/fpu/libm-test-ulps: Update.
34847
e2283f38
JM
34848 [BZ #14273]
34849 * math/libm-test.inc (cosh_test): Add more tests.
34850
370ca3d2
JM
34851 * version.h (RELEASE): Set to "development".
34852 (VERSION): Set to "2.16.90".
34853
ee9247c3
CD
348542012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
34855
34856 * NEWS: Update copyright. Remove last-updated date.
34857 Mention math library bug fixes and timezone data changes.
34858 * README: Mention GNU/Hurd, x32, and HPPA support status.
34859
4648c381
TS
348602012-06-28 Thomas Schwinge <thomas@codesourcery.com>
34861
34862 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34863
aac78a43
AJ
348642012-06-27 Andreas Jaeger <aj@suse.de>
34865
34866 * manual/contrib.texi (Contributors): Add Samuel Thibault.
34867
ed3dbfad
AJ
348682012-06-25 Andreas Jaeger <aj@suse.de>
34869
34870 * sysdeps/s390/fpu/libm-test-ulps: Update.
34871
4d0ee855
AS
348722012-06-23 Andreas Schwab <schwab@linux-m68k.org>
34873 Thomas Schwinge <thomas@codesourcery.com>
34874
34875 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34876 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34877 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34878 fanotify_mark.
34879
af1bce34
TS
348802012-06-23 Thomas Schwinge <thomas@codesourcery.com>
34881
a9fa33ba
TS
34882 * sysdeps/mach/start.c: Remove file.
34883 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34884 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34885 * sysdeps/sh/init-first.c: Likewise.
34886
58f902b8
TS
34887 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34888 registers for frame unwinding purposes, add CFI directives.
34889 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34890 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34891 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34892 Likewise.
34893
1518f58b
TS
34894 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34895 __fortify_fail returning.
34896 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34897
db9b5059
TS
34898 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34899 sysdeps/sh/____longjmp_chk.S.
34900 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34901 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34902 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34903 (gen-as-const-headers): Append sigaltstack-offsets.sym.
34904
967705fe
TS
34905 * sysdeps/sh/abort-instr.h: New file.
34906 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34907 process in case exit returns.
34908
a9def8c4
TS
34909 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34910 initialize the GOT register before use.
34911
2a649725
TS
34912 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34913 calculation of ARGC > 4.
34914
af1bce34
TS
34915 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34916 meaningful names to some local labels.
34917
d230f50a
KK
349182012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34919 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34920
34921 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34922 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34923 (__arch_compare_and_exchange_val_16_acq): Likewise.
34924 (__arch_compare_and_exchange_val_32_acq): Likewise.
34925 (atomic_exchange_and_add): Fix gUSA sequence.
34926 (atomic_add): Likewise.
34927 (atomic_add_negative): Likewise.
34928 (atomic_add_zero): Likewise.
34929 (atomic_bit_test_set): Likewise.
34930
0479b305
AS
349312012-06-22 Andreas Schwab <schwab@redhat.com>
34932
34933 [BZ #13579]
34934 * include/link.h (struct link_map): Add l_free_initfini.
34935 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34936 l_initfini.
34937 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34938 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34939 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34940 set.
34941
0e3933b9
CD
349422012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
34943
34944 * configure.in: Use AC_LANG_SOURCE.
34945 * configure: Regenerate.
34946
4248b1b1
RM
349472012-06-22 Roland McGrath <roland@hack.frob.com>
34948
34949 * configure.in (libc_cv_localstatedir): New substituted variable.
34950 * configure: Regenerated.
34951 * config.make.in (localstatedir): New variable, substituted from
34952 libc_cv_localstatedir.
34953 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34954 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34955 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34956 * sysdeps/gnu/configure: Regenerated.
34957
006dd861
JL
349582012-06-21 Jeff Law <law@redhat.com>
34959
34960 [BZ #14277]
34961 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34962 free. Simplify list management for _LIBC case.
34963
79662d42
JM
349642012-06-21 Joseph Myers <joseph@codesourcery.com>
34965
b7abb4bf
JM
34966 [BZ #14273]
34967 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34968 Clear sign bit of 64-bit integer value before comparing against
34969 overflow value.
34970
79662d42
JM
34971 * sysdeps/mach/configure: Regenerated.
34972
1f150908
L
349732012-06-21 H.J. Lu <hongjiu.lu@intel.com>
34974
34975 [BZ #14278]
34976 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34977
28363bbf
JL
349782012-06-21 Jeff Law <law@redhat.com>
34979
34980 [BZ #13882]
34981 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
34982 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 34983 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
34984 * elf/dl-open.c (dl_open_worker): Likewise.
34985
09615db4
CD
349862012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
34987
34988 * scripts/list-sources.sh: Scan PORTS for translations.
34989 * po/libc.pot: Regenerated.
34990
2174c6dd
AJ
349912012-06-21 Andreas Jaeger <aj@suse.de>
34992
34993 [BZ #12194]
34994 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34995 warning.
34996 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34997 * bits/byteswap-16.h (__bswap_16): Likewise.
34998 * bits/byteswap.h (__bswap_constant_16): Likewise.
34999
3ee947b1
L
350002012-06-18 H.J. Lu <hongjiu.lu@intel.com>
35001
35002 [BZ #14117]
a2f34833
L
35003 * sysdeps/i386/fpu_control.h: Removed.
35004 * sysdeps/x86_64/fpu_control.h: Moved to ...
35005 * sysdeps/x86/fpu_control.h: Here.
35006
3ee947b1
L
35007 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
35008 (_FPU_SETCW): Likewise.
35009
ed1825f8
L
350102012-06-15 H.J. Lu <hongjiu.lu@intel.com>
35011
25f1282a
L
35012 [BZ #14117]
35013 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
35014 * sysdeps/x86/fpu/bits/mathinline.h: This.
35015 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
35016
ed1825f8
L
35017 [BZ #14050]
35018 [BZ #14117]
35019 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
35020 functions if __x86_64__ is defined.
35021
36d54b74
CLT
350222012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
35023
35024 * string/endian.h: Add !__ASSEMBLER__ condition for including
35025 conversion interfaces.
35026
10285c21
JM
350272012-06-15 Joseph Myers <joseph@codesourcery.com>
35028
35029 [BZ #14241]
35030 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
35031 of ABS(x) in calculating zero to negative powers other than odd
35032 integers.
35033 * math/libm-test.inc (pow_test): Add more tests.
35034
06c5abbd
AJ
350352012-06-15 Andreas Jaeger <aj@suse.de>
35036
35037 * manual/contrib.texi (Contributors): Update entry of Liubov
35038 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
35039 Machado Filho.
35040
a3aeac40
CH
350412012-06-15 Cyril Hrubis <metan@ucw.cz>
35042
35043 * string/string.h: Add __wur to GNU version of strerror_r.
35044
49bdf4c1
L
350452012-06-14 H.J. Lu <hongjiu.lu@intel.com>
35046
35047 [BZ #14229]
35048 * string/Makefile (tests): Add tst-strtok_r.
35049 * string/tst-strtok_r.c: New file.
35050 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
35051 RAX_LP/RDX_LP on SAVE_PTR.
35052
834f9b8d
RM
350532012-06-14 Roland McGrath <roland@hack.frob.com>
35054
35055 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
35056
75fa1921
JM
350572012-06-14 Joseph Myers <joseph@codesourcery.com>
35058
35059 * libm_test.inc (csqrt_test): Allow more spurious underflow
35060 exceptions.
35061 (j0_test): Likewise.
35062 (j1_test): Likewise.
35063 (y0_test): Likewise.
35064 (y1_test): Likewise.
35065
771766df
CD
350662012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
35067
35068 * po/Makefile (libc.pot): Use UTF-8 charset.
35069
ceb9e56b
PP
350702012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
35071
35072 [BZ #14210]
35073 Suppress sign-conversion warning from FD_SET.
35074 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
35075 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
35076 not unsigned long int.
35077 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
35078
ddb28975
L
350792012-06-12 H.J. Lu <hongjiu.lu@intel.com>
35080
35081 [BZ #14050]
35082 [BZ #14117]
35083 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
35084 __extern_always_inline instead of __extern_inline.
35085 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
35086 (__signbit): Likewise.
35087 (__signbitl): Support C++ namespace.
35088 (lrintf): New inline function.
35089 (lrint): Likewise.
35090 (llrintf): Likewise.
35091 (llrint): Likewise.
35092 (fmaxf): Likewise.
35093 (fmax): Likewise.
35094 (fminf): Likewise.
35095 (fmin): Likewise.
35096 (rint): Likewise.
35097 (rintf): Likewise.
35098 (ceil): Likewise.
35099 (ceilf): Likewise.
35100 (floor): Likewise.
35101 (floorf): Likewise.
35102 (nearbyint): Likewise.
35103 (nearbyintf): Likewise.
35104
d7b4fb26
TS
351052012-06-12 Thomas Schwinge <thomas@codesourcery.com>
35106
35107 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
35108 non-default versions.
35109
eb55f5c2
RM
351102012-06-11 Roland McGrath <roland@hack.frob.com>
35111
35112 [BZ #14218]
35113 * manual/argp.texi (Argp): Reword argp_parse description slightly.
35114
366af02c
TS
351152012-06-09 Thomas Schwinge <thomas@codesourcery.com>
35116
99ff6e5c
TS
35117 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
35118 (FE_UPWARD, FE_DOWNWARD): Don't define.
35119 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
35120 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35121
366af02c
TS
35122 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
35123 reading it.
35124 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35125 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35126
793ea851
KK
351272012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
35128
35129 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
35130 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
35131 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
35132 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
35133
a728a38f
L
351342012-06-06 H.J. Lu <hongjiu.lu@intel.com>
35135
35136 [BZ #14117]
c08010c7
L
35137 * sysdeps/i386/fpu/bits/fenv.h: Removed.
35138 * sysdeps/i386/fpu/Implies: New file.
35139 * sysdeps/x86_64/fpu/Implies: Likewise.
35140 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
35141 * sysdeps/x86/fpu/bits/fenv.h: This.
35142
a728a38f
L
35143 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
35144 __SSE_MATH__.
35145
6e230d11
SP
351462012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
35147
35148 [BZ #14134]
35149 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
35150 character 0xffff that matches the last element of the
35151 conversion table.
35152
1b671feb
AZ
351532012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35154
35155 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
35156 fmodl commit.
35157
6043738b
AZ
351582012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35159
35160 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
35161 values higher than 25.6283.
35162
34ae0b32
AZ
351632012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35164
35165 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
35166 subnormal exponent extraction and add some __builtin_expect.
35167 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
35168 Fix for subnormal mantissa calculation.
35169
1214ec8f
MF
351702012-06-04 Mike Frysinger <vapier@gentoo.org>
35171
35172 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
35173 cpu2 is -1 and errno is not ENOSYS.
35174
f3d1f93c
L
351752012-06-04 H.J. Lu <hongjiu.lu@intel.com>
35176
35177 [BZ #14117]
0e4a3cd7
L
35178 * sysdeps/i386/i486/bits/string.h: Renamed to ...
35179 * sysdeps/x86/bits/string.h: This.
35180 * sysdeps/x86_64/bits/string.h: Removed.
35181
6704c645
L
35182 * sysdeps/i386/i486/bits/string.h: Define inline functions only
35183 if not compiling for x86-64, but compiling for >= i486.
35184
48495318
L
35185 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
35186 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
35187
14adcbfc
L
35188 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
35189 New macro from Linux kernel 3.4.0.
35190 (FP_XSTATE_MAGIC2): Likewise.
35191 (FP_XSTATE_MAGIC2_SIZE): Likewise.
35192 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
35193 (struct _fpx_sw_bytes): New struct.
35194 (struct _xsave_hdr): Likewise.
35195 (struct _ymmh_state): Likewise.
35196 (struct _xstate): Likewise.
35197
68e408ab
L
35198 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
35199 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
35200 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
35201 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
35202 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
35203 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
35204
f3d1f93c
L
35205 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
35206 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
35207 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
35208 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
35209 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
35210 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
35211
d9dc34cd
TMQMF
352122012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35213
35214 [BZ #13743]
35215 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
35216 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
35217 (sysdep_headers): Include sys/platform/ppc.h.
35218 * sysdeps/powerpc/test-gettimebase.c: Test for
35219 __ppc_get_timebase() to catch future ISA opcode/insn changes.
35220 * manual/Makefile (appendices): Include platform.texi.
35221 * manual/contrib.texi (Contributors): Update @node pointers.
35222 * manual/maint.texi (Maintenance): Likewise.
35223 (Platform): New node.
35224 * manual/platform.texi: New file. Document the new features.
35225
4af3879c
SP
352262012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
35227 Jakub Jelinek <jakub@redhat.com>
35228
35229 [BZ #14188]
35230 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
35231 where __builtin_expect is unavailable.
35232
2fd6ff13
DM
352332012-06-03 David S. Miller <davem@davemloft.net>
35234
35235 * stdlib/longlong.h: Updated from GCC.
35236
173f7220
AS
352372012-06-02 Andreas Schwab <schwab@linux-m68k.org>
35238
35239 [BZ #14042]
35240 * sysdeps/powerpc/powerpc32/mcount.c: New file.
35241 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
35242 __mcount_internal.
35243 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35244 (GLIBC_2.16): Likewise.
35245
f34a1c6f
L
352462012-06-01 H.J. Lu <hongjiu.lu@intel.com>
35247
35248 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
35249
88a4576f
JM
352502012-06-01 Joseph Myers <joseph@codesourcery.com>
35251
ea32bcdd
JM
35252 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
35253 (default-abi): New variable.
35254 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
35255 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
35256 variable.
35257 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
35258 Likewise.
35259 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
35260 Likewise.
35261 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
35262 Likewise.
35263
88a4576f
JM
35264 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
35265 definition. Document in comment.
35266
402fe938
DM
352672012-06-01 David S. Miller <davem@davemloft.net>
35268
35269 * stdlib/longlong.h: Updated from GCC.
35270
3553723f
L
352712012-06-01 H.J. Lu <hongjiu.lu@intel.com>
35272
35273 [BZ #14117]
3bd872c4
L
35274 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
35275 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
35276 sys/debugreg.h sys/io.h here.
35277 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
35278 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
35279 sys/io.h.
35280 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
35281 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
35282 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
35283 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
35284 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
35285 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
35286
3553723f
L
35287 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
35288 Define only if __x86_64__ is defined.
35289
4842e4fe
JM
352902012-06-01 Joseph Myers <joseph@codesourcery.com>
35291
c5bfe3d5
JM
35292 [BZ #14048]
35293 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
35294 Use int64_t for variable i.
35295 * math/libm-test.inc (fmod_test): Add more tests.
35296
4842e4fe
JM
35297 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
35298 z computation is not scheduled after fetestexcept.
35299 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
35300 Use math_force_eval instead of asm to ensure calculation scheduled
35301 before exception test.
35302 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
35303 Ensure a1 + u.d computation is not scheduled after fetestexcept.
35304
efb73488
AJ
353052012-06-01 Aurelien Jarno <aurelien@aurel32.net>
35306
35307 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
35308 computation is not scheduled after fetestexcept.
35309
29bcce7c
L
353102012-06-01 H.J. Lu <hongjiu.lu@intel.com>
35311
35312 [BZ #14117]
35313 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
35314 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
35315
73a68f94
AZ
353162012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35317
35318 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
35319 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35320
67b6df78
L
353212012-05-31 H.J. Lu <hongjiu.lu@intel.com>
35322
edf2933a 35323 [BZ #14117]
ebc64a18
L
35324 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
35325 <bits/wordsize.h>.
35326 (__WCHAR_MIN): Support __WORDSIZE == 64.
35327 (__WCHAR_MAX): Likewise.
35328
edf2933a
L
35329 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
35330 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
35331
57c6cf40
L
35332 [BZ #14183]
35333 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
35334 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
35335
67b6df78 35336 [BZ #14117]
8eb6281e
L
35337 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
35338 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
35339
aac639f4
L
35340 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
35341 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
35342
67b6df78
L
35343 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
35344 Defined to 1 if __x86_64__ isn't defined.
35345 (_STAT_VER_LINUX_OLD): New.
35346 (st_atime): Remove duplicate.
35347 (st_mtime): Likewise.
35348 (st_ctime): Likewise.
35349
1c2cfe81
DM
353502012-05-31 David S. Miller <davem@davemloft.net>
35351
35352 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
35353 entries.
35354
5be8418c
AS
353552012-06-01 Andreas Schwab <schwab@linux-m68k.org>
35356
e7725326
AS
35357 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
35358 gen-libm-test.pl.
35359
5be8418c
AS
35360 [BZ #14132]
35361 * elf/dl-reloc.c: Include <_itoa.h>.
35362 (_dl_reloc_bad_type): Remove use of INTUSE.
35363 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
35364 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
35365 * stdio-common/psiginfo.c (psiginfo): Likewise.
35366 * stdio-common/psignal.c (psignal): Likewise.
35367 * string/strsignal.c (strsignal): Likewise.
35368 * include/signal.h (_sys_siglist): Declare hidden proto.
35369 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
35370 INTVARDEF with libc_hidden_data_def.
35371 * stdio-common/itoa-udigits.c: Likewise.
35372 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
35373 (_itoa_lower_digits_internal): Remove declaration.
35374 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
35375 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
35376 (_sys_sigabbrev_internal): Remove aliases.
35377 (_sys_siglist): Define hidden alias.
35378
507352f1
MT
353792012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
35380
35381 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35382 bits/sysctl.h.
35383
42bbb1c3
L
353842012-05-31 H.J. Lu <hongjiu.lu@intel.com>
35385
35386 [BZ #14117]
6bd784b6
L
35387 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
35388 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
35389
8bca20f0
L
35390 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
35391 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
35392 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
35393 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
35394 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
35395 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
35396
f9e890a9
L
35397 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
35398 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
35399 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
35400
471101a1
L
35401 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
35402 with __addr.
35403 (insw): Likewise.
35404 (insl): Likewise.
35405 (outsb): Likewise.
35406 (outsw): Likewise.
35407 (outsl): Likewise.
35408
6451c862
L
35409 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
35410 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35411 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35412
a254b8c9
L
35413 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35414 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35415 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35416 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35417 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35418 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35419
b8dfdd92
L
35420 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35421 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35422
578cd270
L
35423 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35424 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35425
de662f5f
L
35426 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35427 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35428 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35429
25653439
L
35430 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35431 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35432 to ...
35433 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35434
6bad24a0
L
35435 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35436 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35437 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35438
42bbb1c3
L
35439 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35440 for x86-64.
35441 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35442
2d10d547
JM
354432012-05-31 Joseph Myers <joseph@codesourcery.com>
35444
35445 * math/math.h (M_El): Use two more decimal places.
35446 (M_LOG2El): Likewise.
35447 (M_LOG10El): Likewise.
35448 (M_LN2l): Likewise.
35449 (M_LN10l): Likewise.
35450 (M_PIl): Likewise.
35451 (M_PI_2l): Likewise.
35452 (M_PI_4l): Likewise.
35453 (M_1_PIl): Likewise.
35454 (M_2_PIl): Likewise.
35455 (M_2_SQRTPIl): Likewise.
35456 (M_SQRT2l): Likewise.
35457 (M_SQRT1_2l): Likewise.
35458
f230c29b
DM
354592012-05-31 David S. Miller <davem@davemloft.net>
35460
35461 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35462 values between float registers.
35463 * sysdeps/sparc/sparc64/memset.S: Likewise.
35464 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35465
fed806c3
MF
354662012-05-31 Mike Frysinger <vapier@gentoo.org>
35467
35468 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35469 -D_FORTIFY_SOURCE=1.
35470 (CPPFLAGS-tst-longjmp_chk.c): Define.
35471 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35472 (CPPFLAGS-tst-longjmp_chk2.c): Define.
35473 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35474 CFLAGS-tst-wchar-h.c.
35475
30917259
MP
354762012-05-31 Marek Polacek <polacek@redhat.com>
35477
35478 [BZ #14132]
35479 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35480 __endmntent_internal): Remove declaration.
35481 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35482 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35483 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35484
1c58d5dc
DM
354852012-05-30 David S. Miller <davem@davemloft.net>
35486
35487 * sysdeps/sparc/sparc32/soft-fp/q_util.c
35488 (___Q_simulate_exceptions): Use real FP ops rather than writing
35489 into the %fsr.
35490 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35491 Likewise.
35492
7dc00e0d
L
354932012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35494
35495 [BZ #14117]
0bd53985
L
35496 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35497 * sysdeps/x86/bits/xtitypes.h: This.
35498
3a257e66
L
35499 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35500 * sysdeps/x86/bits/wordsize.h: This.
35501
62f62904
L
35502 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35503 * sysdeps/x86/bits/huge_vall.h: This.
35504
404fe9d9
L
35505 * sysdeps/i386/bits/select.h: Removed.
35506 * sysdeps/x86_64/bits/select.h: Renamed to ...
35507 * sysdeps/x86/bits/select.h: This.
35508
d48d0446
L
35509 * sysdeps/i386/bits/setjmp.h: Removed.
35510 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35511 * sysdeps/x86/bits/setjmp.h: This.
35512
7dc00e0d
L
35513 * sysdeps/i386/bits/mathdef.h: Removed.
35514 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35515 * sysdeps/x86/bits/mathdef.h: This.
35516
03277f8f
AS
355172012-05-30 Andreas Schwab <schwab@linux-m68k.org>
35518
35519 [BZ #14132]
35520 * include/sys/socket.h (__connect_internal)
35521 (__libc_sa_len_internal): Remove declaration.
35522 (__connect, __libc_sa_len): Declare hidden_proto.
35523 (SA_LEN): Remove use of INTUSE.
35524 * socket/connect.c: Add libc_hidden_def.
35525 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35526 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35527 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35528 alias.
35529 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35530 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35531 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35532 of adding _internal alias.
35533
13764867
L
355342012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35535
35536 [BZ #14117]
6bd97696
L
35537 * sysdeps/i386/bits/link.h: Removed.
35538 * sysdeps/i386/bits/linkmap.h: Likewise.
35539 * sysdeps/x86_64/bits/link.h: Renamed to ...
35540 * sysdeps/x86/bits/link.h: This.
35541 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35542 * sysdeps/x86/bits/linkmap.h: This.
35543
f726f0bb
L
35544 * sysdeps/i386/bits/endian.h: Removed.
35545 * sysdeps/x86_64/bits/endian.h: Renamed to ...
35546 * sysdeps/x86/bits/endian.h: This.
35547
13764867
L
35548 * sysdeps/i386/bits/byteswap.h: Removed.
35549 * sysdeps/i386/bits/byteswap-16.h: Likewise.
35550 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35551 * sysdeps/x86/bits/byteswap.h: This.
35552 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35553 * sysdeps/x86/bits/byteswap-16.h: This.
35554 * sysdeps/i386/Implies: Add x86.
35555 * sysdeps/x86_64/Implies: Likewise.
35556
ae251b0b
DM
355572012-05-30 David S. Miller <davem@davemloft.net>
35558
35559 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35560 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35561 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35562 (FP_TRAPPING_EXCEPTIONS): Define.
35563 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35564 (FP_TRAPPING_EXCEPTIONS): Define.
35565 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35566 subnormals only when inexact has been signalled or underflow
35567 exceptions are enabled.
35568 (_FP_PACK_CANONICAL): Likewise.
35569
d5c90867
L
355702012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35571
35572 [BZ #14183]
35573 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35574 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35575
63f1549e
RH
355762012-05-30 Richard Henderson <rth@twiddle.net>
35577
8d8f2279
RH
35578 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35579 with #ifndef NOT_IN_libc.
35580
63f1549e
RH
35581 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
35582 marked to avoid plt entry.
35583
0ab0291b
L
355842012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35585
35586 [BZ #14112]
35587 * Makeconfig (default-abi): New macro.
35588 (abi-includes): Likewise.
35589 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
35590 $(abi-$(default-abi)-lib-soname) for soname if defined.
35591 ($(common-objpfx)gnu/lib-names.stmp): Generate from
35592 abi-variants.
35593 * Makefile (installed-stubs): Likewise.
35594 * include/stubs-biarch.h: Removed.
35595 * scripts/lib-names.awk: Only handle one library at a time.
35596 * scripts/soversions.awk: Remove WORDSIZE support.
35597 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35598 entries.
35599 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35600 Removed.
35601 (syscall-list-default-condition): Likewise.
35602 (syscall-list-default-condition): Likewise.
35603 (syscall-list-includes): Likewise.
35604 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35605 syscall-list-* with abi-*. Handle undefined abi-variants.
35606 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35607 * sysdeps/unix/sysv/linux/i386/Implies: New file.
35608 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35609 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35610 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35611 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35612 Removed.
35613 (syscall-list-32-options): Likewise.
35614 (syscall-list-32-condition): Likewise.
35615 (syscall-list-64-options): Likewise.
35616 (syscall-list-64-condition): Likewise.
35617 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35618 macro.
35619 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35620 Renamed to ...
35621 (abi-*): This.
35622 (abi-64-ld-soname): New macro.
35623 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35624 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35625 Renamed to ...
35626 (abi-*): This.
35627 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35628 * sysdeps/x86_64/x32/shlib-versions: Likewise.
35629
4da0431d
JM
356302012-05-30 Joseph Myers <joseph@codesourcery.com>
35631
3a85279c
JM
35632 * sysdeps/unix/sysv/linux/kernel-features.h
35633 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35634 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35635 include <kernel-features.h>.
35636 [!__NR_ftruncate64]: Remove conditional code.
35637 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35638 [__NR_ftruncate64]: Make code unconditional.
35639 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35640 * sysdeps/unix/sysv/linux/truncate64.c: Do not
35641 include <kernel-features.h>.
35642 [!__NR_ftruncate64]: Remove conditional code.
35643 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35644 [__NR_ftruncate64]: Make code unconditional.
35645 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35646 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35647 include <kernel-features.h>.
35648 [!__NR_ftruncate64]: Remove conditional code.
35649 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35650 [__NR_ftruncate64]: Make code unconditional.
35651 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35652 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35653 include <kernel-features.h>.
35654 [!__NR_ftruncate64]: Remove conditional code.
35655 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35656 [__NR_ftruncate64]: Make code unconditional.
35657 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35658
4da0431d
JM
35659 * configure.in (libc_cv_fpie): Weaken to a compile test using
35660 LIBC_TRY_CC_OPTION.
35661 * configure: Regenerated.
35662
11ef492c
AK
356632012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35664
35665 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35666 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35667 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35668 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35669 Refreshed.
35670 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35671 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35672 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35673 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35674 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35675 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35676 Refreshed.
35677
d66ef399
DM
356782012-05-27 David S. Miller <davem@davemloft.net>
35679
35680 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35681 (___Q_zero): New.
35682 (__Q_simulate_exceptions): Return void. Change to simulate
35683 exceptions by writing into the %fsr.
35684 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35685 (__Qp_handle_exceptions): Likewise.
35686 (numbers): Delete.
35687 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35688 __Qp_handle_exceptions.
35689 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35690 __Qp_handle_exceptions.
35691 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35692 as unused and give dummy FP_RND_NEAREST initializer.
35693 (FP_INHIBIT_RESULTS): Define.
35694 (___Q_simulate_exceptions): Update declaration.
35695 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35696 formatting.
35697 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35698 as unused and give dummy FP_RND_NEAREST initializer.
35699 (__Qp_handle_exceptions): Update declaration.
35700 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35701 formatting.
35702
04fb54b5
TS
357032012-05-27 Thomas Schwinge <thomas@codesourcery.com>
35704
35705 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35706 the temporary FPU control word.
35707 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35708 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35709 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35710 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35711 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35712 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35713 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35714 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35715 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35716 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35717 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35718
3f99608f
KK
357192012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
35720
35721 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35722 fields.
35723
65a4de4e
CLT
357242012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
35725
35726 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35727 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35728 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35729 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35730 Likewise.
35731 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35732 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35733 Likewise.
35734
15749d40
UD
357352012-05-27 Ulrich Drepper <drepper@gmail.com>
35736
35737 * po/h.po: Update from translation team.
35738
25dbcb27
AS
357392012-05-26 Andreas Schwab <schwab@linux-m68k.org>
35740
3d3f8e55
AS
35741 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35742
25dbcb27
AS
35743 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35744 handling of denormals.
35745 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35746 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35747 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35748 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35749 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35750 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35751 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35752 Likewise.
35753
7ad47a80 357542012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
35755
35756 [BZ #14152]
35757 * math/libm-test.inc (fma_test): Don't always expect underflow
35758 exception.
35759
9c6ea9fa
SP
357602012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
35761
35762 [BZ #12416]
35763 * elf/tst-execstack.c: Include stackinfo.h.
35764 (do_test): Adjust test case to ensure that pthread_getattr_np
35765 behaviour remains the same after marking stack executable.
35766
a8239222
JM
357672012-05-25 Joseph Myers <joseph@codesourcery.com>
35768
35769 * sysdeps/unix/sysv/linux/kernel-features.h
35770 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35771 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35772 kernel-features.h.
35773 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35774 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35775 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35776 kernel-features.h.
35777 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35778 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35779
918b5606
L
357802012-05-25 H.J. Lu <hongjiu.lu@intel.com>
35781
35782 * configure.in: Define the default includes to being none.
35783 * configure: Regenerated.
35784
3a097cc7
RM
357852012-05-25 Roland McGrath <roland@hack.frob.com>
35786
8422c9a5
RM
35787 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35788 * sysdeps/x86_64/setjmp.S: Likewise.
35789 * sysdeps/i386/bsd-setjmp.S: Likewise.
35790 * sysdeps/i386/bsd-_setjmp.S: Likewise.
35791 * sysdeps/i386/setjmp.S: Likewise.
35792 * sysdeps/i386/__longjmp.S: Likewise.
35793 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35794 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35795
3a097cc7
RM
35796 * include/stap-probe.h: New file.
35797 * configure.in: Handle --enable-systemtap.
35798 * configure: Regenerated.
35799 * config.h.in (USE_STAP_PROBE): New #undef.
35800 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35801 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35802 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35803
21708942
JM
358042012-05-25 Joseph Myers <joseph@codesourcery.com>
35805
35806 [BZ #13717]
35807 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35808 to 2.4.0 where earlier.
35809 * sysdeps/unix/sysv/linux/configure: Regenerated.
35810 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35811 <kernel-features.h>.
35812 [__ASSUME_32BITUIDS]: Make code unconditional.
35813 [!__ASSUME_32BITUIDS]: Remove conditional code.
35814 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35815 <kernel-features.h>.
35816 [__ASSUME_32BITUIDS]: Make code unconditional.
35817 [!__ASSUME_32BITUIDS]: Remove conditional code.
35818 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35819 [__ASSUME_32BITUIDS]: Make code unconditional.
35820 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35821 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35822 <kernel-features.h>.
35823 [__ASSUME_32BITUIDS]: Make code unconditional.
35824 [!__ASSUME_32BITUIDS]: Remove conditional code.
35825 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35826 <kernel-features.h>.
35827 [__ASSUME_32BITUIDS]: Make code unconditional.
35828 [!__ASSUME_32BITUIDS]: Remove conditional code.
35829 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35830 <kernel-features.h>.
35831 [__ASSUME_32BITUIDS]: Make code unconditional.
35832 [!__ASSUME_32BITUIDS]: Remove conditional code.
35833 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35834 <kernel-features.h>.
35835 [__ASSUME_32BITUIDS]: Make code unconditional.
35836 [!__ASSUME_32BITUIDS]: Remove conditional code.
35837 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35838 <kernel-features.h>.
35839 [__ASSUME_32BITUIDS]: Make code unconditional.
35840 [!__ASSUME_32BITUIDS]: Remove conditional code.
35841 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35842 <kernel-features.h>.
35843 [__ASSUME_32BITUIDS]: Make code unconditional.
35844 [!__ASSUME_32BITUIDS]: Remove conditional code.
35845 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35846 <kernel-features.h>.
35847 [__ASSUME_32BITUIDS]: Make code unconditional.
35848 [!__ASSUME_32BITUIDS]: Remove conditional code.
35849 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35850 <kernel-features.h>.
35851 [__ASSUME_32BITUIDS]: Make code unconditional.
35852 [!__ASSUME_32BITUIDS]: Remove conditional code.
35853 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35854 <kernel-features.h>.
35855 [__ASSUME_32BITUIDS]: Make code unconditional.
35856 [!__ASSUME_32BITUIDS]: Remove conditional code.
35857 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35858 <kernel-features.h>.
35859 [__ASSUME_32BITUIDS]: Make code unconditional.
35860 [!__ASSUME_32BITUIDS]: Remove conditional code.
35861 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35862 <kernel-features.h>.
35863 [__NR_setresgid] (__setresgid): Do not declare.
35864 [__ASSUME_32BITUIDS]: Make code unconditional.
35865 [!__ASSUME_32BITUIDS]: Remove conditional code.
35866 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35867 <kernel-features.h>.
35868 [__NR_setresuid] (__setresuid): Do not declare.
35869 [__ASSUME_32BITUIDS]: Make code unconditional.
35870 [!__ASSUME_32BITUIDS]: Remove conditional code.
35871 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35872 <kernel-features.h>.
35873 [__ASSUME_32BITUIDS]: Make code unconditional.
35874 [!__ASSUME_32BITUIDS]: Remove conditional code.
35875 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35876 <kernel-features.h>.
35877 [__ASSUME_32BITUIDS]: Make code unconditional.
35878 [!__ASSUME_32BITUIDS]: Remove conditional code.
35879 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35880 <kernel-features.h>.
35881 [__ASSUME_32BITUIDS]: Make code unconditional.
35882 [!__ASSUME_32BITUIDS]: Remove conditional code.
35883 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35884 <kernel-features.h>.
35885 [__ASSUME_32BITUIDS]: Make code unconditional.
35886 [!__ASSUME_32BITUIDS]: Remove conditional code.
35887 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35888 <kernel-features.h>.
35889 [__ASSUME_32BITUIDS]: Make code unconditional.
35890 [!__ASSUME_32BITUIDS]: Remove conditional code.
35891 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35892 <kernel-features.h>.
35893 [__ASSUME_32BITUIDS]: Make code unconditional.
35894 [!__ASSUME_32BITUIDS]: Remove conditional code.
35895 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35896 <kernel-features.h>.
35897 [__ASSUME_32BITUIDS]: Make code unconditional.
35898 [!__ASSUME_32BITUIDS]: Remove conditional code.
35899 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35900 <kernel-features.h>.
35901 [__ASSUME_32BITUIDS]: Make code unconditional.
35902 [!__ASSUME_32BITUIDS]: Remove conditional code.
35903 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35904 <kernel-features.h>.
35905 [__ASSUME_32BITUIDS]: Make code unconditional.
35906 [!__ASSUME_32BITUIDS]: Remove conditional code.
35907 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35908 <kernel-features.h>.
35909 [__ASSUME_32BITUIDS]: Make code unconditional.
35910 [!__ASSUME_32BITUIDS]: Remove conditional code.
35911 * sysdeps/unix/sysv/linux/kernel-features.h
35912 (__ASSUME_SETRESUID_SYSCALL): Remove.
35913 (__ASSUME_SETRESGID_SYSCALL): Likewise.
35914 (__ASSUME_32BITUIDS): Likewise.
35915 (__ASSUME_LDT_WORKS): Likewise.
35916 (__ASSUME_O_DIRECTORY): Likewise.
35917 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35918 architecture but not kernel version.
35919 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35920 (__ASSUME_MMAP2_SYSCALL): Likewise.
35921 (__ASSUME_STAT64_SYSCALL): Likewise.
35922 (__ASSUME_IPC64): Likewise.
35923 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35924 <kernel-features.h>.
35925 [__ASSUME_32BITUIDS]: Make code unconditional.
35926 [!__ASSUME_32BITUIDS]: Remove conditional code.
35927 * sysdeps/unix/sysv/linux/opendir.c: Do not include
35928 <kernel-features.h>.
35929 [__ASSUME_O_DIRECTORY]: Make code unconditional.
35930 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35931 132096]: Remove conditional code.
35932 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35933 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35934 <kernel-features.h>.
35935 [__ASSUME_32BITUIDS]: Make code unconditional.
35936 [!__ASSUME_32BITUIDS]: Remove conditional code.
35937 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35938 <kernel-features.h>.
35939 [__ASSUME_32BITUIDS]: Make code unconditional.
35940 [!__ASSUME_32BITUIDS]: Remove conditional code.
35941 * sysdeps/unix/sysv/linux/setegid.c: Do not include
35942 <kernel-features.h>.
35943 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35944 unconditional.
35945 (__setresgid): Do not declare.
35946 [__ASSUME_32BITUIDS]: Make code unconditional.
35947 [!__ASSUME_32BITUIDS]: Remove conditional code.
35948 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35949 <kernel-features.h>.
35950 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35951 unconditional.
35952 (__setresuid): Do not declare.
35953 [__ASSUME_32BITUIDS]: Make code unconditional.
35954 [!__ASSUME_32BITUIDS]: Remove conditional code.
35955 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
35956 <kernel-features.h>.
35957 [__ASSUME_32BITUIDS]: Make code unconditional.
35958 [!__ASSUME_32BITUIDS]: Remove conditional code.
35959 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
35960 <kernel-features.h>.
35961 [__ASSUME_32BITUIDS]: Make code unconditional.
35962 [!__ASSUME_32BITUIDS]: Remove conditional code.
35963
a386f1cc
RH
359642012-05-25 Richard Henderson <rth@twiddle.net>
35965
35966 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35967 dl_hwcap to ifunc resolver.
35968 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35969 elf_ifunc_invoke.
35970 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35971 dl_hwcap to ifunc resolver.
35972 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35973
b6550497
JM
359742012-05-24 Joseph Myers <joseph@codesourcery.com>
35975
35976 [BZ #14153]
35977 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35978 for |x| <= 2**-26, not 2**-57.
35979 * math/libm-test.inc (acos_test): Do not allow spurious underflow
35980 exception.
35981
b0bc23a1
JL
359822012-05-24 Jeff Law <law@redhat.com>
35983
35984 * stdio-common/Makefile (tests): Add bug25.
35985 * stdio-common/bug25.c: New test.
35986
347c92e9
L
359872012-05-24 H.J. Lu <hongjiu.lu@intel.com>
35988
35989 [BZ #13576]
35990 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35991 multiple of MALLOC_ALIGNMENT in size.
35992 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35993
6bcc8b3f
JM
359942012-05-24 Joseph Myers <joseph@codesourcery.com>
35995
35996 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35997 Require >= 256.
35998 (FILENAME_MAX): Use macro-int-constant.
35999 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
36000 (_IOFBF): Use macro-int-constant.
36001 (_IOLBF): Likewise.
36002 (_IONBF): Likewise.
36003 (SEEK_CUR): Likewise.
36004 (SEEK_END): Likewise.
36005 (SEEK_SET): Likewise.
36006 (TMP_MAX): Likewise.
36007 (EOF): Use macro-int-constant. Require < 0.
36008 (NULL): Use macro-constant. Require == 0.
36009 (stdin): Require type to be FILE *.
36010 (stdout): Likewise.
36011 (stderr): Likewise.
36012 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
36013 macro-int-constant.
36014 (EXIT_SUCCESS): Likewise.
36015 (NULL): Use macro-constant. Require == 0.
36016 (RAND_MAX): Use macro-int-constant.
36017 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
36018 [C99-based standards] (strtof): Require function.
36019 [C99-based standards] (strtold): Likewise.
36020 [C99-based standards] (strtoll): Likewise.
36021 [C99-based standards] (strtoull): Likewise.
36022 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36023 [ISO || ISO99 || ISO11] (limits.h): Likewise.
36024 [ISO || ISO99 || ISO11] (math.h): Likewise.
36025 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
36026 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36027 [ISO || ISO99 || ISO11] (*_t): Do not allow.
36028
d18ea0c5
AS
360292012-05-24 Andreas Schwab <schwab@linux-m68k.org>
36030
36031 [BZ #14132]
56d25bb8
AS
36032 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
36033 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
36034 * intl/dgettext.c (DCGETTEXT): Likewise.
36035 * intl/gettext.c (DCGETTEXT): Likewise.
36036 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
36037 * posix/regex_internal.h (gettext): Likewise.
36038 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
36039 Remove declaration.
36040 * include/argz.h (__argz_count_internal)
36041 (__argz_stringify_internal): Remove declaration.
36042 (__argz_count, __argz_stringify): Declare hidden proto.
36043 * intl/dcgettext.c: Remove use of INTDEF.
36044 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
36045 * string/argz-stringify.c: Likewise.
36046 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
36047 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
36048 Declare hidden proto.
d18ea0c5
AS
36049 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
36050 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
36051 Declare hidden proto.
36052 * include/stdio.h (__asprintf_internal): Don't declare.
36053 (__asprintf): Don't define as macro. Declare hidden proto.
36054 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
36055 (__fsetlocking): Declare hidden proto.
36056 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
36057 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
36058 hidden proto.
36059 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
36060 (_IO_setlinebuf): Remove use of INTUSE.
36061 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
36062 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
36063 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
36064 Remove declaration.
36065 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
36066 (_IO_do_flush): Remove use of INTUSE.
36067 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
36068 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
36069 (_IO_adjust_column, _IO_least_wmarker)
36070 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
36071 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
36072 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
36073 (_IO_default_doallocate, _IO_wdefault_doallocate)
36074 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
36075 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
36076 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
36077 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
36078 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
36079 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
36080 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
36081 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
36082 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
36083 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
36084 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
36085 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
36086 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
36087 proto.
36088 (_IO_flush_all_internal, _IO_adjust_column_internal)
36089 (_IO_default_uflow_internal, _IO_default_finish_internal)
36090 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
36091 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
36092 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
36093 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
36094 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
36095 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
36096 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
36097 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
36098 (_IO_file_close_internal, _IO_file_close_it_internal)
36099 (_IO_file_underflow_internal, _IO_file_overflow_internal)
36100 (_IO_file_init_internal, _IO_file_attach_internal)
36101 (_IO_file_fopen_internal, _IO_file_read_internal)
36102 (_IO_file_sync_internal, _IO_file_seek_internal)
36103 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
36104 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
36105 (_IO_str_underflow_internal, _IO_str_overflow_internal)
36106 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
36107 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
36108 (_IO_list_all_internal, _IO_link_in_internal)
36109 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
36110 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
36111 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
36112 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
36113 (_IO_do_write_internal, _IO_padn_internal)
36114 (_IO_getline_info_internal, _IO_getline_internal)
36115 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
36116 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
36117 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
36118 (_IO_vfscanf_internal, _IO_vfprintf_internal)
36119 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
36120 (_IO_init_internal, _IO_un_link_internal): Don't declare.
36121 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
36122 with libc_hidden_ver, remove use of INTUSE.
36123 * libio/genops.c: Likewise.
36124 * libio/freopen.c: Likewise.
36125 * libio/freopen64.c: Likewise.
36126 * libio/iofclose.c: Likewise.
36127 * libio/iofdopen.c: Likewise.
36128 * libio/iofflush.c: Likewise.
36129 * libio/iofflush_u.c: Likewise.
36130 * libio/iofgets.c: Likewise.
36131 * libio/iofgets_u.c: Likewise.
36132 * libio/iofopen.c: Likewise.
36133 * libio/iofopncook.c: Likewise.
36134 * libio/iofread.c: Likewise.
36135 * libio/iofread_u.c: Likewise.
36136 * libio/ioftell.c: Likewise.
36137 * libio/iofwrite.c: Likewise.
36138 * libio/iogetline.c: Likewise.
36139 * libio/iogets.c: Likewise.
36140 * libio/iogetwline.c: Likewise.
36141 * libio/iopadn.c: Likewise.
36142 * libio/iopopen.c: Likewise.
36143 * libio/ioseekoff.c: Likewise.
36144 * libio/ioseekpos.c: Likewise.
36145 * libio/iosetbuffer.c: Likewise.
36146 * libio/iosetvbuf.c: Likewise.
36147 * libio/ioungetc.c: Likewise.
36148 * libio/ioungetwc.c: Likewise.
36149 * libio/iovdprintf.c: Likewise.
36150 * libio/iovsprintf.c: Likewise.
36151 * libio/iovsscanf.c: Likewise.
36152 * libio/memstream.c: Likewise.
36153 * libio/obprintf.c: Likewise.
36154 * libio/oldfileops.c: Likewise.
36155 * libio/oldiofclose.c: Likewise.
36156 * libio/oldiofdopen.c: Likewise.
36157 * libio/oldiofopen.c: Likewise.
36158 * libio/oldiopopen.c: Likewise.
36159 * libio/oldstdfiles.c: Likewise.
36160 * libio/putc.c: Likewise.
36161 * libio/setbuf.c: Likewise.
36162 * libio/setlinebuf.c: Likewise.
36163 * libio/stdfiles.c: Likewise.
36164 * libio/strops.c: Likewise.
36165 * libio/vasprintf.c: Likewise.
36166 * libio/vscanf.c: Likewise.
36167 * libio/vsnprintf.c: Likewise.
36168 * libio/vswprintf.c: Likewise.
36169 * libio/wfiledoalloc.c: Likewise.
36170 * libio/wfileops.c: Likewise.
36171 * libio/wgenops.c: Likewise.
36172 * libio/wmemstream.c: Likewise.
36173 * libio/wstrops.c: Likewise.
36174 * libio/__fpurge.c: Likewise.
36175 * libio/__fsetlocking.c: Likewise.
36176 * assert/assert.c: Likewise.
36177 * debug/fgets_chk.c: Likewise.
36178 * debug/fgets_u_chk.c: Likewise.
36179 * debug/fread_chk.c: Likewise.
36180 * debug/fread_u_chk.c: Likewise.
36181 * debug/gets_chk.c: Likewise.
36182 * debug/obprintf_chk.c: Likewise.
36183 * debug/vasprintf_chk.c: Likewise.
36184 * debug/vdprintf_chk.c: Likewise.
36185 * debug/vsnprintf_chk.c: Likewise.
36186 * debug/vsprintf_chk.c: Likewise.
36187 * malloc/mtrace.c: Likewise.
36188 * misc/error.c: Likewise.
36189 * misc/syslog.c: Likewise.
36190 * stdio-common/asprintf.c: Likewise.
36191 * stdio-common/fxprintf.c: Likewise.
36192 * stdio-common/getw.c: Likewise.
36193 * stdio-common/isoc99_fscanf.c: Likewise.
36194 * stdio-common/isoc99_scanf.c: Likewise.
36195 * stdio-common/isoc99_vfscanf.c: Likewise.
36196 * stdio-common/isoc99_vscanf.c: Likewise.
36197 * stdio-common/isoc99_vsscanf.c: Likewise.
36198 * stdio-common/printf-prs.c: Likewise.
36199 * stdio-common/printf_fp.c: Likewise.
36200 * stdio-common/printf_fphex.c: Likewise.
36201 * stdio-common/printf_size.c: Likewise.
36202 * stdio-common/putw.c: Likewise.
36203 * stdio-common/scanf.c: Likewise.
36204 * stdio-common/sprintf.c: Likewise.
36205 * stdio-common/tmpfile.c: Likewise.
36206 * stdio-common/vfprintf.c: Likewise.
36207 * stdio-common/vfscanf.c: Likewise.
36208 * stdlib/strfmon_l.c: Likewise.
36209 * sunrpc/openchild.c: Likewise.
36210 * sunrpc/xdr_stdio.c: Likewise.
36211 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
36212 * sysdeps/mach/hurd/tmpfile.c: Likewise.
36213
d6c33fda
RM
362142012-05-24 Roland McGrath <roland@hack.frob.com>
36215
c1487492
RM
36216 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36217
36218 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
36219 in the third column, to generate for the shared library an IFUNC
36220 that uses _dl_vdso_vsym.
36221 * Makerules (COMPILE.c, compile-stdin.c): New variables.
36222 * Makeconfig (object-suffixes-noshared): New variable.
36223
36224 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
36225 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
36226 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
36227 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
36228
d6c33fda
RM
36229 [BZ #14132]
36230 * include/sys/time.h (__gettimeofday): Remove macro.
36231 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
36232 * time/gettimeofday.c (__gettimeofday): Remove #undef.
36233 Remove INTDEF.
36234 (__gettimeofday): Add libc_hidden_def.
36235 (gettimeofday): Add libc_hidden_weak.
36236 * sysdeps/mach/gettimeofday.c: Likewise.
36237 * sysdeps/posix/gettimeofday.c: Likewise.
36238 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
36239 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
36240 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
36241 (__gettimeofday_internal): Remove strong_alias.
36242 (__gettimeofday): Add libc_hidden_def.
36243 (gettimeofday): Add libc_hidden_weak.
36244 * sysdeps/unix/syscalls.list (gettimeofday):
36245 Remove __gettimeofday_internal alias.
36246
b5a2bbe6
L
362472012-05-24 Daniel Jacobowitz <drow@false.org>
36248 H.J. Lu <hongjiu.lu@intel.com>
36249
36250 [BZ #12495]
36251 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
36252 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
36253 (largebin_index_32_big): New.
36254 (largebin_index): Use it for 16-byte alignment.
36255 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
36256 correction with front_misalign.
36257
cfba4fda
L
362582012-05-24 H.J. Lu <hongjiu.lu@intel.com>
36259
7f907421
L
36260 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
36261 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
36262 Likewise.
36263 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
36264 Likewise.
36265 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36266 Likewise.
36267 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
36268 Likewise.
36269 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
36270 Likewise.
36271 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
36272 Likewise.
36273 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
36274 Likewise.
36275 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
36276 Likewise.
36277 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
36278 Likewise.
36279 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
36280 Likewise.
36281 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
36282 Likewise.
36283 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
36284 Likewise.
36285
cfba4fda
L
36286 * scripts/data/c++-types-x32-linux-gnu.data: New file.
36287 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
36288
80bad0cc
JM
362892012-05-24 Joseph Myers <joseph@codesourcery.com>
36290
7a25eb06
JM
36291 [BZ #10846]
36292 [BZ #14036]
36293 * math/libm-test.inc (exp_test): Add test from bug 14036.
36294 (pow_test): Add test from bug 10846.
36295
795405f9
JM
36296 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
36297 and other flags.
36298 (special_function): Do not include flags in test name.
36299 (parse_args): Likewise.
36300 * sysdeps/i386/fpu/libm-test-ulps: Update.
36301 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36302 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
36303 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
36304 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36305
80bad0cc
JM
36306 * math/gen-libm-test.pl (%beautify): Add entries for underflow
36307 exceptions.
36308 * math/libm-test.inc ("Philosophy"): Update comment about
36309 exception testing.
36310 (UNDERFLOW_EXCEPTION): New macro.
36311 (UNDERFLOW_EXCEPTION_OK): Likewise.
36312 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
36313 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
36314 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
36315 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
36316 (INVALID_EXCEPTION_OK): Update value.
36317 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36318 (OVERFLOW_EXCEPTION_OK): Likewise.
36319 (IGNORE_ZERO_INF_SIGN): Likewise.
36320 (test_exceptions): Handle underflow exceptions.
36321 (acos_test): Update for underflow exception expectations.
36322 (cexp_test): Likewise.
36323 (clog_test): Likewise.
36324 (clog10_test): Likewise.
36325 (csqrt_test): Likewise.
36326 (ctan_test): Likewise.
36327 (ctanh_test): Likewise.
36328 (exp_test): Likewise.
36329 (exp10_test): Likewise.
36330 (exp2_test): Likewise.
36331 (expm1_test): Likewise.
36332 (fma_test): Likewise.
36333 (j0_test): Likewise.
36334 (jn_test): Likewise.
36335 (nexttoward_test): Likewise.
36336 (pow_test): Likewise.
36337 (scalbn_test): Likewise.
36338 (scalbln_test): Likewise.
36339 (tan_test): Likewise.
36340 (y1_test): Likewise.
36341 * sysdeps/i386/fpu/libm-test-ulps: Update.
36342 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36343
9e0e3d0b
DM
363442012-05-23 David S. Miller <davem@davemloft.net>
36345
36346 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36347 (__libc_sigaction): Remove unused local variables.
36348
ccd0a08f
L
363492012-05-23 H.J. Lu <hongjiu.lu@intel.com>
36350
36351 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
36352
62bdf9a6
PE
363532012-05-23 Paul Eggert <eggert@cs.ucla.edu>
36354
f8591f80
PE
36355 mktime: avoid signed integer overflow
36356 * time/mktime.c (__mktime_internal): Do not mishandle the case
36357 where diff == INT_MIN.
36358
94c7d826
PE
36359 mktime: simplify computation of average
36360 * time/mktime.c (ranged_convert): Use new time_t_avg function
36361 instead of rolling our own (probably-slower) code.
36362
ce73d683
PE
36363 mktime: do not assume signed right shift propagates sign bit
36364 * time/mktime.c (isdst_differ): New static function.
36365 (__mktime_internal): No need to normalize tm_isdst now.
36366 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
36367 tm_isdst values.
36368
72a22e59
PE
36369 mktime: merge another wrapv change from gnulib
36370 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
36371 from some compilers.
36372
68605433
PE
36373 mktime: remove incorrect attempt at unusual arithmetics
36374 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
36375 The code didn't really work on such machines anyway.
36376 (TYPE_MINIMUM): Assume two's complement.
36377 (twos_complement_arithmetic): Verify that long_int and time_t
36378 are two's complement (or unsigned, in the latter case).
36379
03cf7fe3
PE
36380 mktime: check signed shifts on long_int and time_t, too
36381 * time/mktime.c (SHR): Check that shifts work as desired
36382 on the types long_int and time_t too, as SHR is used on
36383 such types.
36384
f04dfbc2
PE
36385 mktime: do not assume 'long' is wide enough
36386 * time/mktime.c (verify): Move decl up.
36387 (long_int): New type.
36388 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
36389 to remove assumption in the code that 'long' is wide enough to
36390 store year values. This assumption is not true on x32 and on
36391 some non-glibc platforms.
36392
62bdf9a6
PE
36393 mktime: merge wrapv change from gnulib
36394 * time/mktime.c (WRAPV): New macro.
36395 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
36396 (guess_time_tm, __mktime_internal): Do not assume that signed
36397 integer overflow wraps around; modern compilers generate code
36398 where this assumption is no longer valid.
36399
5e292e4f
L
364002012-05-23 H.J. Lu <hongjiu.lu@intel.com>
36401
36402 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36403 Replace "jmp L(pseudo_end)" with "ret".
36404 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
36405 Likewise.
36406
8caf8c87
AJ
364072012-05-23 Andreas Jaeger <aj@suse.de>
36408
36409 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
36410 * sysdeps/unix/sysv/linux/poll.c: Remove file.
36411
1a09dc56
AJ
364122012-05-23 Andreas Jaeger <aj@suse.de>
36413 Maximilian Attems <max@stro.at>
36414
36415 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36416 New macros.
36417
1c87aba0
L
364182012-05-23 H.J. Lu <hongjiu.lu@intel.com>
36419
36420 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36421 code so that pseudo_end is just ret and the stack pointer is
36422 correct also for static library in error case.
36423
40e45bd5
JM
364242012-05-23 Joseph Myers <joseph@codesourcery.com>
36425
c2670533
JM
36426 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36427 move to syscalls.list.
36428 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36429 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36430 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36431 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36432
40e45bd5
JM
36433 * manual/install.texi (Running make install): Do not mention Linux
36434 kernel version for which pt_chown is not needed.
36435 (Linux): Do not mention problems with nscd with 2.0 kernels.
36436 * INSTALL: Regenerated.
36437
be08eda5
AJ
364382012-05-23 Andreas Jaeger <aj@suse.de>
36439
36440 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36441 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36442 macro.
36443 * sysdeps/unix/sysv/linux/s390/bits/mman.h
36444 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36445 * sysdeps/unix/sysv/linux/sh/bits/mman.h
36446 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36447 * sysdeps/unix/sysv/linux/i386/bits/mman.h
36448 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36449 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36450 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36451 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36452 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36453 * sysdeps/unix/sysv/linux/bits/in.h
36454 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36455
a6a056bb
RM
364562012-05-22 Roland McGrath <roland@hack.frob.com>
36457
36458 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36459 (PREPARE_VERSION): Just use assert instead, it will be elided
36460 under [NDEBUG] anyway.
36461
c9009328
L
364622012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36463
36464 * sysdeps/unix/sysv/linux/Makefile: Include
36465 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 36466 (sysdep_routines): Remove sysctl.
c9009328
L
36467 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36468 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36469 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36470 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36471 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36472
73338355
AJ
364732012-05-22 Andreas Jaeger <aj@suse.de>
36474
36475 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36476 that pseudo_end is just ret and the stack pointer is correct also
36477 for static library in error case.
36478
d44638b0
PP
364792012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
36480
36481 [BZ #14122]
36482 * nss/nsswitch.c (defconfig_entries): New variable.
36483 (__nss_database_lookup): Don't leak defconfig entries.
36484 (nss_parse_service_list): Don't leak on error paths.
36485 (free_database_entries): New function.
36486 (free_defconfig): New function.
36487 (free_mem): Move common code to free_database_entries.
36488
31a39bd8
L
364892012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36490
da0331a8
L
36491 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36492 Add arch_prctl.
36493 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36494
31a39bd8
L
36495 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36496 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36497 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36498 New macro.
36499 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36500 (INTERNAL_SYSCALL_TYPES): Likewise.
36501 (LOAD_ARGS_TYPES_[1-6]): Likewise.
36502 (LOAD_REGS_TYPES_[1-6]): Likewise.
36503 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36504 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36505
45470df3
AZ
365062012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36507
36508 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36509 copysignl for GLIBC_2_0.
36510 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36511 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36512 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36513 logbl for GLIBC_2_0.
36514 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36515 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36516
98a61bcb
L
365172012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36518
a4f6e481
L
36519 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36520 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36521
f63d5db6
L
36522 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36523 Use "neg %eax".
36524
98a61bcb
L
36525 * time/mktime.c: Update copyright years.
36526
95770f14
PE
365272012-05-22 Paul Eggert <eggert@cs.ucla.edu>
36528
6226efbd
PE
36529 mktime: merge comment-quoting-style change from gnulib
36530 * time/mktime.c: Quote 'like this' in comments.
36531 The GNU coding standards suggest that we no longer quote `like this',
36532 as "`" and "'" are typically rendered asymmetrically nowadays.
36533 The typical gnulib style is to quote 'like this' when quoting
36534 code, and "like this" when quoting English.
36535
b99e4f78
PE
36536 * time/mktime.c (compile-command): Add "-I.".
36537
643e01e6
PE
36538 mktime: merge mktime-internal.h change from gnulib
36539 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36540
2554247d
PE
36541 mktime: merge time_r change from gnulib
36542 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36543
826dd0ab
PE
36544 mktime: merge DEBUG change from gnulib
36545 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36546 case system <time.h> has a #define.
36547
bd83aabe
PE
36548 mktime: merge <sys/types.h> change from gnulib
36549 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36550 since <time.t> is now guaranteed to define time_t.
36551
95770f14
PE
36552 mktime: merge HAVE_CONFIG_H change from gnulib
36553 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36554
5e1a27a9
L
365552012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36556
0e44a77e
L
36557 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36558 Use "neg %eax".
36559
5e1a27a9
L
36560 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36561 __rlim_t cast.
36562 (struct rusage): Use anonymous union to pad each field to
36563 __syscall_slong_t.
36564
46259bec
DM
365652012-05-21 David S. Miller <davem@davemloft.net>
36566
36567 * Makefules (o-iterator): Remove .s cases.
36568 (compile-command.s): Delete.
36569 (COMPILE.s): Delete.
36570 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36571
59f0c22e
JM
365722012-05-21 Joseph Myers <joseph@codesourcery.com>
36573
36574 * configure.in (libc_cv_predef_stack_protector): Only consider
36575 "foobar" and "__stack_chk_fail" lines in libc_undefs.
36576 * configure: Regenerated.
36577
20c07380
L
365782012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36579
bbb3154b
L
36580 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36581 New macro. Use R*LP on int and pointer.
36582 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
36583 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36584 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
36585 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36586
20c07380
L
36587 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36588 [__WORDSIZE_TIME64_COMPAT32] instead of
36589 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36590 (struct utmp): Likewise.
36591 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36592 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36593 Renamed to ...
36594 (__WORDSIZE_TIME64_COMPAT32): This.
36595 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36596 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36597 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36598 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36599 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36600 (__WORDSIZE_TIME64_COMPAT32): New macro.
36601
d8d1017e
AJ
366022012-05-21 Andreas Jaeger <aj@suse.de>
36603
36604 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36605 only if [SHARED]. Add prototype for __wcschr_ia32.
36606
6c7fb145
RM
366072012-05-21 Roland McGrath <roland@hack.frob.com>
36608
36609 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36610 of %rbp unmolested in the jmp_buf while mangling the low bits.
36611 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36612 unmolested high bits of %rbp while demangling the low bits.
36613 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36614
66274218
AJ
366152012-05-21 Andreas Jaeger <aj@suse.de>
36616
07c58f8f
AJ
36617 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36618 * sunrpc/svc_simple.c: Use it for registerrpc.
36619 * sunrpc/xcrypt.c: Use it for passwd2des.
36620
66274218
AJ
36621 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36622
61f65140
L
366232012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36624
36625 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36626 Don't define if [__SYSCALL_WORDSIZE != 32].
36627 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36628 New macro.
36629
5fefb436
AJ
366302012-05-21 Bruno Haible <bruno@clisp.org>
36631 Andreas Jaeger <aj@suse.de>
36632
36633 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36634 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36635 inptr and inend for must_buffer_ch.
36636 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36637 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36638 * stdio-common/Makefile (tests): Remove bug15.
36639 (bug15-ENV): Remove macro.
36640 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36641 anymore.
36642
d8e272ab
AJ
366432012-05-19 Andreas Jaeger <aj@suse.de>
36644 Roland McGrath <roland@hack.frob.com>
36645
36646 * manual/contrib.texi: Completely rewritten. It contains now an
36647 alphabetical list of contributors and their contributions.
36648
4a56a162
RH
366492012-05-21 Richard Henderson <rth@twiddle.net>
36650
36651 * misc/getauxval.c (__getauxval): Use unsigned long int.
36652 * misc/sys/auxv.h: Include <sys/cdefs.h>.
36653 (getauxval): Use unsigned long int.
36654
d024d23c
L
366552012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36656
36657 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36658
cbc00a03
RM
366592012-05-21 Roland McGrath <roland@hack.frob.com>
36660
36661 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36662 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36663 __alignof__ (long double).
36664
478143fa
AZ
366652012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36666
36667 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36668
c7683a6d
RH
366692012-05-20 Richard Henderson <rth@twiddle.net>
36670
36671 * misc/getauxval.c: New file.
36672 * misc/sys/auxv.h: New file.
36673 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36674 (routines): Add getauxval.
36675 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36676 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36677 * elf/dl-sysdep.c (_dl_auxv): Remove.
36678 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36679 * elf/dl-support.c (_dl_auxv): New variable.
36680 (_dl_aux_init): Initialize it.
36681 * manual/startup.texi (Auxiliary Vector): New node.
36682 * sysdeps/generic/bits/hwcap.h: New file.
36683 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36684 * sysdeps/powerpc/sysdep.h: ... here. Include it.
36685 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36686 * sysdeps/sparc/sysdep.h: ... here. Include it.
36687 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36688 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
36689 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36690 Update.
c7683a6d
RH
36691 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36692 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36693 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36694 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36695 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36696 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36697 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36698 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36699
a6f1845d
AZ
367002012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36701
36702 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36703
cbcbe830
DM
367042012-05-19 David S. Miller <davem@davemloft.net>
36705
36706 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36707
e0b16cc2
JM
367082012-05-19 Joseph Myers <joseph@codesourcery.com>
36709
36710 [BZ #14123]
36711 * math/s_ccosh.c: Include <float.h>
36712 (__ccosh): Avoid internal overflow calculating sinh and cosh
36713 values before multiplying by sin and cos values.
36714 * math/s_ccoshf.c: Likewise.
36715 * math/s_ccoshl.c: Likewise.
36716 * math/s_csin.c: Likewise.
36717 * math/s_csinf.c: Likewise.
36718 * math/s_csinl.c: Likewise.
36719 * math/s_csinh.c: Likewise.
36720 * math/s_csinhf.c: Likewise.
36721 * math/s_csinhl.c: Likewise.
36722 * math/libm-test.inc (ccos_test): Add more tests.
36723 (ccosh_test): Likewise.
36724 (csin_test): Likewise.
36725 (csinh_test): Likewise.
36726 * sysdeps/i386/fpu/libm-test-ulps: Update.
36727 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36728
6ad13e08
L
367292012-05-19 H.J. Lu <hongjiu.lu@intel.com>
36730
f66f0ce8
L
36731 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36732 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36733
6ad13e08
L
36734 * sysdeps/x86_64/x32/_itoa.h: Add comment.
36735
b1d072a7
JM
367362012-05-19 Joseph Myers <joseph@codesourcery.com>
36737
36738 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36739 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36740 * sysdeps/powerpc/soft-fp/Versions: Likewise.
36741 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36742 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36743 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36744 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36745 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36746 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36747 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36748 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36749 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36750 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36751 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36752 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36753 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36754 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36755 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36756 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36757 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36758 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36759 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36760 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36761 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36762 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36763 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36764 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36765 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36766 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36767 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36768 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36769
9eae47cb
AJ
367702012-05-18 Andreas Jaeger <aj@suse.de>
36771
36772 * csu/.gitignore: Delete.
36773
bb07f69f
L
367742012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36775
36776 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36777 (timex): Use __syscall_slong_t.
36778
e6bdb741
AJ
367792012-05-18 Andreas Jaeger <aj@suse.de>
36780 Carlos O'Donell <carlos_odonell@mentor.com>
36781
36782 * manual/install.texi (Configuring and compiling): Update
36783 description about files modified in the source directory.
d6c33fda 36784 * INSTALL: Regenerated.
e6bdb741 36785
1b74487e
L
367862012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36787
36788 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36789 value. Use "or" to set return value to -1.
36790 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36791 negate return value.
36792
a88b64b9
TMQMF
367932012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36794
57f41c40
AS
36795 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36796 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
36797 failure if the compiler has Graphite support disabled.
36798 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36799 Likewise.
57f41c40
AS
36800 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36801 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
36802 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36803 Likewise.
36804
3707636e
L
368052012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36806
610b8622
L
36807 * sysdeps/x86_64/x32/_itoa.h: New file.
36808
7cd195df
L
36809 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36810 getdents system call only if kernel and user dirents have the
36811 same d_ino and d_off.
36812
94b07d20
L
36813 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36814 LLONG_MAX != LONG_MAX.
36815 (_itoa_word): Use _ITOA_WORD_TYPE on value.
36816 (_fitoa_word): Likewise.
36817
18298070
L
36818 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36819 years.
36820 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36821 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36822 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36823
553c7ea4
L
36824 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36825 include <bits/wordsize.h>. Check __x86_64__ instead of
36826 __WORDSIZE.
36827 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36828 if __x86_64__ is defined. Use anonymous union on fpstate.
36829
3707636e
L
36830 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36831 anonymous union.
36832
b53ef01a
AS
368332012-05-18 Andreas Schwab <schwab@linux-m68k.org>
36834
37fb1dc0
AS
36835 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36836 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36837 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36838 Refer to _rtld_local_ro instead of _rtld_global_ro.
36839 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36840 Likewise.
36841 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36842 Likewise.
36843 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36844 Likewise.
36845 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36846 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36847 of _rtld_global, and rtld_progname instead of _dl_argv[0].
36848
b53ef01a
AS
36849 * sysdeps/powerpc/powerpc32/dl-machine.c
36850 (__elf_machine_runtime_setup) [PROF]: Don't reference
36851 _dl_prof_resolve.
36852
7a185db2
AJ
368532012-05-18 Andreas Jaeger <aj@suse.de>
36854
36855 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36856 function only available for GCCs before 3.4 since GCC 3.4
36857 introduced a builtin.
36858 (lrint): Likewise.
36859 (llrintf): Likewise.
36860 (llrint): Likewise.
36861 (fmaxf): Likewise.
36862 (fmax): Likewise.
36863 (fminf): Likewise.
36864 (fmin): Likewise.
36865 (rint): Likewise.
36866 (rintf): Likewise.
36867 (nearbyint): Likewise.
36868 (nearbyintf): Likewise.
36869 (ceil): Likewise.
36870 (ceilf): Likewise.
36871 (floor): Likewise.
36872 (floorf): Likewise.
36873
3e5aef87
L
368742012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36875
428bd707
L
36876 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36877 on both fields and cast pointer to __syscall_ulong_t.
36878
3e5aef87
L
36879 * bits/types.h (__fsword_t): New type.
36880 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36881 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36882 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36883 (__FSWORD_T_TYPE): Likewise.
36884 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36885 (__FSWORD_T_TYPE): Likewise.
36886 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36887 (__FSWORD_T_TYPE): Likewise.
36888 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36889 (__FSWORD_T_TYPE): Likewise.
36890 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36891 __SWORD_TYPE with __fsword_t.
36892 (statfs64): Likewise.
36893
1ba7c3dc
DM
368942012-05-17 David S. Miller <davem@davemloft.net>
36895
36896 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36897
59910343
AJ
368982012-05-17 Andreas Jaeger <aj@suse.de>
36899
36900 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36901 warning.
36902
2e4c1e9e
L
369032012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36904
36905 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36906
de7f5ce7
AJ
369072012-05-17 Andreas Jaeger <aj@suse.de>
36908
36909 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36910 when it is used.
36911
286abc3d
CM
369122012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36913
36914 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36915
477cc68e
L
369162012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36917
36918 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36919 * sysdeps/x86_64/tst-mallocalign1.c: New file.
36920
1a0994f5
CD
369212012-05-17 Andreas Jaeger <aj@suse.de>
36922 Carlos O'Donell <carlos_odonell@mentor.com>
36923
36924 [BZ #14059]
36925 * sysdeps/x86_64/multiarch/init-arch.h
36926 (bit_YMM_Usable): Rename to...
36927 (bit_AVX_Usable): ... this.
36928 (bit_FMA4_Usable): New macro.
36929 (bit_XMM_state): New macro.
36930 (bit_YMM_state): New macro.
36931 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36932 [__ASSEMBLER__] (index_AVX_Usable): ... this.
36933 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36934 (CPUID_OSXSAVE): New macro.
36935 (CPUID_AVX): New macro.
36936 (CPUID_FMA4): New macro.
36937 (index_YMM_Usable): Rename to...
36938 (index_AVX_Usable): ... this.
36939 (HAS_AVX): Use HAS_ARCH_FEATURE.
36940 (HAS_FMA4): Likewise.
36941 (HAS_YMM_USABLE): Remove.
36942 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36943 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36944 are present.
36945 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36946 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36947 * sysdeps/x86_64/multiarch/Makefile: Likewise.
36948 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36949 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36950
0af797de
CM
369512012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36952
36953 * math/libm-test.c: Support platforms without multiple rounding modes.
36954 * math/bug-nextafter.c: Support platforms without FP exceptions.
36955 * math/bug-nexttoward.c: Likewise.
36956 * math/test-fenv.c: Likewise.
36957 * math/test-misc.c: Likewise.
36958 * stdlib/bug-getcontext.c: Likewise.
36959
e39745ff
AJ
369602012-05-17 Andreas Jaeger <aj@suse.de>
36961
36962 * manual/examples/search.c (critter_cmp): Change signature to
36963 avoid warnings.
36964 * manual/string.texi (Collation Functions): Likewise.
36965
48970aba
L
369662012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36967
36968 * bits/types.h: Fold copyright years.
36969 * bits/typesizes.h: Likewise.
36970 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36971 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36972 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36973 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36974 * time/time.h: Likewise.
36975
bedee953
PP
369762012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
36977
36978 [BZ #208]
36979 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36980 in instead of returning them. Return void.
36981 (__libc_mallinfo): Accumulate over all arenas.
36982 (__malloc_stats): Adjust for change in int_mallinfo interface.
36983
61653dfb
RM
369842012-05-16 Roland McGrath <roland@hack.frob.com>
36985
30b99d79
RM
36986 [BZ #10375]
36987 * configure.in (NM): Add AC_CHECK_TOOL for it.
36988 (libc_extra_cflags): New substituted variable.
36989 Check for -fstack-protector being used implicitly.
36990 * configure: Regenerated.
36991 * config.make.in (config-extra-cflags): New variable,
36992 gets @libc_extra_cflags@.
36993 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36994
61653dfb
RM
36995 [BZ #10375]
36996 * configure.in: Check for _FORTIFY_SOURCE being predefined.
36997 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36998 * configure: Regenerated.
36999 * config.make.in (CPPUNDEFS): New substituted variable.
37000 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
37001 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
37002 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
37003
661768bb
L
370042012-05-16 H.J. Lu <hongjiu.lu@intel.com>
37005
37006 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
37007 (mq_attr): Use __syscall_slong_t.
37008
d4261567
L
370092012-05-16 H.J. Lu <hongjiu.lu@intel.com>
37010
37011 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
37012 Check __x86_64__ instead of __WORDSIZE.
37013 (_STAT_VER_LINUX): Likewise.
37014 (stat): Check __x86_64__ instead of __WORDSIZE. Use
37015 __syscall_ulong_t and __syscall_slong_t.
37016 (stat64): Likewise.
37017
cf3ff365
L
370182012-05-16 H.J. Lu <hongjiu.lu@intel.com>
37019
37020 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
37021
76cf3e4d
L
370222012-05-16 H.J. Lu <hongjiu.lu@intel.com>
37023
37024 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
37025
a637753a
L
370262012-05-16 H.J. Lu <hongjiu.lu@intel.com>
37027
37028 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
37029 __syscall_ulong_t.
37030
d5e05119
L
37031 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
37032 include <bits/wordsize.h>. Check __x86_64__ instead of
37033 __WORDSIZE.
37034 (greg_t): Use "__extension__ long long int" if __x86_64__ is
37035 defined.
37036 (mcontext_t): Replace "unsigned long" with "unsigned long long".
37037
f62ee380
L
37038 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
37039 include <bits/wordsize.h>. Check __x86_64__ instead of
37040 __WORDSIZE.
37041 (user_regs_struct): Use "__extension__ unsigned long long"
37042 instead of "unsigned long" if __x86_64__ is defined.
37043 (user): Likewise. Pad after pointer field if __ILP32__ is
37044 defined.
37045
4e124ced
JM
370462012-05-16 Joseph Myers <joseph@codesourcery.com>
37047
6a3951a0
JM
37048 * configure.in (makeinfo): Require version 4.5 or later. Allow
37049 versions 5 to 9.
37050 * configure: Regenerated.
37051 * manual/install.texi (texinfo): Increase version requirement to
37052 4.5 or later.
37053 * INSTALL: Regenerated.
37054
4e124ced
JM
37055 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
37056
953ca31a
L
370572012-05-16 H.J. Lu <hongjiu.lu@intel.com>
37058
37059 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
37060
617aca05
L
37061 * sysdeps/x86_64/x32/ffs.c: New file.
37062
5762f7ae
L
37063 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
37064 __syscall_ulong_t.
37065 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
37066 defined. Use __syscall_ulong_t.
37067 (shminfo): Use __syscall_ulong_t.
37068 (shm_info): Likewise.
37069
a26b6856
L
37070 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
37071 __syscall_ulong_t.
37072
cb2b9ef7
L
37073 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
37074 <bits/wordsize.h>.
37075 (msgqnum_t): Use __syscall_ulong_t.
37076 (msglen_t): Likewise.
37077 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
37078 __syscall_ulong_t.
37079
34683bb0
L
37080 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
37081 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
37082
84a68786
L
37083 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
37084
48baa5f1
L
37085 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
37086 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
37087
180be88b
L
37088 * sysvipc/sys/msg.h (msgbuf): Replace long int with
37089 __syscall_slong_t.
37090
5e90c8ad
L
37091 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
37092 include <bits/wordsize.h>. Check __x86_64__ instead of
37093 __WORDSIZE.
37094
23dfb58b
L
37095 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
37096 "unsigned long long int" if __x86_64__ is defined.
37097 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
37098
ce5d54b0
L
37099 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
37100 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
37101 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
37102
13dc9eac
L
37103 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
37104 <stdint.h>.
37105 (GET_PC): Cast to uintptr_t first.
37106 (GET_FRAME): Likewise.
37107 (GET_STACK): Likewise.
37108
a7895d15
L
37109 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
37110 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
37111 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
37112 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
37113 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
37114 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
37115 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
37116 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
37117 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
37118 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
37119 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
37120 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
37121 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
37122 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
37123 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
37124 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
37125 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
37126 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
37127 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
37128 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
37129 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
37130 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
37131 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
37132 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
37133 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
37134 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
37135 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
37136 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
37137 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
37138
656416c9
AS
371392012-05-16 Andreas Schwab <schwab@linux-m68k.org>
37140
5bd66283
AS
37141 * Makerules (+depfiles): Also collect depfiles from .oS in
37142 $(extra-objs).
37143 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
37144 .oS, $(libnldbl-routines)).
37145
656416c9
AS
37146 * Makerules (native-compile-mkdep-flags): Define.
37147 * sunrpc/Makefile (extra-objs): Add $(addprefix
37148 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
37149 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
37150 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
37151 calling $(make-target-directory).
37152
a46f2169
L
371532012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37154
37155 * bits/types.h (__snseconds_t): Removed.
37156 * time/time.h (struct timespec): Replace __snseconds_t with
37157 __syscall_slong_t.
37158 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
37159 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
37160 Likewise.
37161 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37162 (__SNSECONDS_T_TYPE): Likewise.
37163 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37164 (__SNSECONDS_T_TYPE): Likewise.
37165 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37166 (__SNSECONDS_T_TYPE): Likewise.
37167
6af6528b
L
371682012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37169
37170 * sysdeps/mach/hurd/bits/typesizes.h
37171 (__SYSCALL_SLONG_TYPE): New macro.
37172 (__SYSCALL_ULONG_TYPE): Likewise.
37173
de986b56
L
371742012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37175
37176 * bits/types.h (__syscall_slong_t): New type.
37177 (__syscall_ulong_t): Likewise.
37178
37179 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
37180 (__SYSCALL_ULONG_TYPE): Likewise.
37181 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37182 (__SYSCALL_SLONG_TYPE): Likewise.
37183 (__SYSCALL_ULONG_TYPE): Likewise.
37184 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37185 (__SYSCALL_SLONG_TYPE): Likewise.
37186 (__SYSCALL_ULONG_TYPE): Likewise.
37187 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37188 (__SYSCALL_SLONG_TYPE): Likewise.
37189 (__SYSCALL_ULONG_TYPE): Likewise.
37190
85736dc7
L
371912012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37192
37193 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
37194 Add sigaltstack-offsets.sym.
37195 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
37196 <sigaltstack-offsets.h>.
37197 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
37198 longjmp_msg pointer.
37199 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
37200 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
37201 signal stack.
37202 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
37203
cc03b296
JM
372042012-05-15 Joseph Myers <joseph@codesourcery.com>
37205
a9538892
JM
37206 * elf/stackguard-macros.h: Remove file.
37207 * sysdeps/generic/stackguard-macros.h: New file.
37208 * sysdeps/i386/stackguard-macros.h: Likewise.
37209 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
37210 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
37211 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
37212 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
37213 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
37214 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
37215 * sysdeps/x86_64/stackguard-macros.h: Likewise.
37216 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
37217 <elf/stackguard-macros.h>.
37218
cc03b296
JM
37219 [BZ #14109]
37220 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
37221 __aligned__ in attribute.
37222 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
37223 (gregset_t): Likewise.
37224
93171016
L
372252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37226
37227 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
37228 * sysdeps/x86_64/64/Implies-after: Here. New file.
37229 * sysdeps/x86_64/x32/Implies-after: New file.
37230
d86813a0
L
372312012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37232
37233 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
37234 and access return value for _dl_profile_fixup. Use R10_LP to
37235 load frame size.
37236
2953ec75
L
372372012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37238
37239 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
37240
3b550e9e
L
372412012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37242
37243 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
37244 * sysdeps/x86_64/x32/sysdep.h: New file.
37245
eda41706
L
372462012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37247
37248 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
37249 * sysdeps/x86_64/setjmp.S: Likewise.
37250
9ea01d93
AZ
372512012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37252
37253 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
37254 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
37255 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
37256 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
37257 remove unused global constant.
37258
02a91938
CM
372592012-05-15 Chris Metcalf <cmetcalf@tilera.com>
37260
37261 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
37262 include of <not-cancel.h>.
37263
6540185f
RM
372642012-05-15 Roland McGrath <roland@hack.frob.com>
37265
37266 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
37267
509072a0
AJ
372682012-05-15 Jeff Law <law@redhat.com>
37269 Andreas Jaeger <aj@suse.de>
37270
37271 [BZ #13594]
37272 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
37273 out from...
37274 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
37275 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
37276 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
37277 code changing __hst_map_handle.map.
37278
ba75122d
RM
372792012-05-15 Roland McGrath <roland@hack.frob.com>
37280
37281 * configure.in (sysnames): Look for Implies-before and Implies-after
37282 files.
37283 * configure: Regenerated.
37284
890d8bd8
L
372852012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37286
37287 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
37288 8-byte data alignment with LP_SIZE alignment.
37289
f6ee6623
L
372902012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37291
37292 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
37293 into R10_LP.
37294
ea2626f6
L
372952012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37296
37297 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
37298
085f715e
L
372992012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37300
37301 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
37302 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
37303 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
37304 Likewise.
37305 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37306
be8498fc
L
373072012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37308
37309 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
37310 (stackinfo_sub_sp): Likewise.
37311
70bc83b9
L
373122012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37313
37314 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
37315 RAX_LP.
37316
9bc0b730
L
373172012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37318
37319 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
37320 into R*_LP.
37321
6d2850e7
L
373222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37323
37324 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
37325 sizes into R*_LP.
37326
3cb84561
L
373272012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37328
37329 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
37330
54e2ed81
L
373312012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37332
37333 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
37334 into R11_LP and load __x86_64_shared_cache_size_half into
37335 R8_LP.
37336
8a17f349
L
373372012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37338
37339 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
37340 R8_LP.
37341
777b1eea
AZ
373422012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37343
37344 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
37345 logb for POWER7.
37346 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
37347 logbf for POWER7.
37348 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
37349 logbl for POWER7.
37350 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
37351 powerpc32/power7/fpu/s_logb.c via #include.
37352 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
37353 powerpc32/power7/fpu/s_logbf.c via #include.
37354 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
37355 powerpc32/power7/fpu/s_logbl.c via #include.
37356
d20d4ac2
JM
373572012-05-15 Joseph Myers <joseph@codesourcery.com>
37358
37359 * README.libm: Remove file.
37360
6cdef1ab
L
373612012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37362
37363 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
37364 count for x32. Use R*_LP and omit operand-size suffix.
37365
0b254d8f
L
373662012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37367
37368 * shlib-versions: Move x86_64-.*-linux.* entries to ...
37369 * sysdeps/x86_64/64/shlib-versions: Here. New file.
37370 * sysdeps/x86_64/x32/shlib-versions: New file.
37371
ceb809dc
RM
373722012-05-14 Roland McGrath <roland@hack.frob.com>
37373
37374 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
37375 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
37376 Use _dl_fatal_printf instead.
37377
37f1abd4
JM
373782012-05-14 Joseph Myers <joseph@codesourcery.com>
37379
37380 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
37381 set if not set by the user. Do not allow for being unset.
37382 * sysdeps/unix/sysv/linux/configure: Regenerated.
37383
11de3a33
L
373842012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37385
37386 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
37387 the `q' suffix from lea and replace .quad with ASM_ADDR.
37388
e02f153a
L
373892012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37390
37391 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
37392 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
37393 instead of $17.
37394 (PTR_DEMANGLE): Likewise.
37395
520ae0fd
L
373962012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37397
37398 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
37399 (LP_OP): Likewise.
37400 (ASM_ADDR): Likewise.
37401 (RAX_LP): Likewise.
37402 (RBP_LP): Likewise.
37403 (RBX_LP): Likewise.
37404 (RCX_LP): Likewise.
37405 (RDI_LP): Likewise.
37406 (RSI_LP): Likewise.
37407 (RSP_LP): Likewise.
37408 (R8_LP): Likewise.
37409 (R9_LP): Likewise.
37410 (R10_LP): Likewise.
37411 (R10_LP): Likewise.
37412 (R11_LP): Likewise.
37413 (R12_LP): Likewise.
37414 (R13_LP): Likewise.
37415 (R14_LP): Likewise.
37416 (R15_LP): Likewise.
37417
b985be81
L
374182012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37419
37420 * sysdeps/x86_64/x32/dl-machine.h: New file.
37421
6a4888ff
AJ
374222012-05-14 Andreas Jaeger <aj@suse.de>
37423
37424 * manual/Makefile (subdir): Remove export of subdir.
37425 (all): Remove target.
37426 (.PHONY): Remove all from list.
37427 (mkinstalldirs): Remove.
37428 (.PHONY): Remove installdirs from list.
37429 ($(inst_infodir)/libc.info): Use make-target-directory.
37430 (installdirs): Remove.
37431 (subdir_%): Remove.
37432 (glibc-targets): Remove.
37433 (lib): Remove.
37434 (stubs): Remove.
37435 ($(objpfx)stubs ../po/manual.pot): Remove.
37436 ($(objpfx)stamp%): Remove.
37437 (make-target-directory): Remove.
37438 (subdir_install): Remove.
37439 (routines): Remove.
37440 (aux): Remove.
37441 (sources): Remove.
37442 (objects): Remove.
37443 (headers): Remove.
37444
37445 [BZ #13750]
37446 * manual/.gitignore: Remove, it's not needed anymore.
37447 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37448 all files in it.
37449 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37450 directory.
37451 (texis): Renamed to $(objpfx)texis.
37452 (texis-path): New, contains path to generated files.
37453 (chapters.%): Use texis-path for complete path, add extra argument
37454 libc-texinfo.sh.
37455 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37456 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37457 (summary,texi, stamp-summary): Use complete path of
37458 files. Generate files in build dir.
37459 (dir-add.texi): Build in build dir.
37460 (libm-err.texi,stamp-libm-err): Likewise.
37461 (version.texi, stamp-version): Likewise.
37462 (.%c.texi): Likewise.
37463 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37464 (mostlyclean): Remove target.
37465 (realclean): Remove target.
37466 (generated): Add new variable with contents from mostlyclean and
37467 realclean, remove entries duplicated in common-mostlyclean, add
37468 stamp-libm-err and stamp-version.
37469 (generated-dirs): Add libc directory.
37470 ($(inst_infodir)/libc.info): Install files from build dir.
37471
37472 * manual/install.texi (Configuring and compiling): Adjust since
37473 the info files are not part of the tar ball anymore.
37474
7ac77294
AJ
374752012-05-14 Andreas Jaeger <aj@suse.de>
37476
37477 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37478 variable.
37479
ffb7875d
JM
374802012-05-14 Joseph Myers <joseph@codesourcery.com>
37481
37482 [BZ #13717]
37483 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37484 to 2.2.0 where earlier.
37485 * sysdeps/unix/sysv/linux/configure: Regenerated.
37486 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37487 Remove conditional code.
37488 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37489 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37490 Remove conditional code.
37491 [!__NR_lchown]: Likewise.
37492 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37493 [__NR_lchown]: Likewise.
37494 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37495 comment referencing __ASSUME_LCHOWN_SYSCALL.
37496 * sysdeps/unix/sysv/linux/i386/sigaction.c
37497 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37498 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37499 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37500 Remove conditional code.
37501 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37502 (__protocol_available): Remove #if 0 code.
37503 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37504 conditional code.
37505 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37506 * sysdeps/unix/sysv/linux/kernel-features.h
37507 (__ASSUME_GETCWD_SYSCALL): Don't define.
37508 (__ASSUME_REALTIME_SIGNALS): Likewise.
37509 (__ASSUME_PREAD_SYSCALL): Likewise.
37510 (__ASSUME_PWRITE_SYSCALL): Likewise.
37511 (__ASSUME_POLL_SYSCALL): Likewise.
37512 (__ASSUME_LCHOWN_SYSCALL): Likewise.
37513 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37514 non-SPARC.
37515 (__ASSUME_SIOCGIFNAME): Don't define.
37516 (__ASSUME_MSG_NOSIGNAL): Likewise.
37517 (__ASSUME_SENDFILE): Define unconditionally.
37518 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37519 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37520 conditional code.
37521 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37522 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37523 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37524 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37525 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37526 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37527 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37528 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37529 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37530 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37531 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37532 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37533 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37534 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37535 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37536 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37537 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37538 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37539 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37541 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37542 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37543 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37544 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37545 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37547 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37548 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37550 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37551 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37552 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37553 Remove conditional code.
37554 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37555 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37556 Remove conditional code.
37557 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37558 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37559 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37560 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37561 Remove conditional code.
37562 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37563 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37564 Remove conditional code.
37565 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37566 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37567 Remove conditional code.
37568 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37569 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37570 Remove conditional code.
37571 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37572 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37573 Remove conditional code.
37574 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37575 * sysdeps/unix/sysv/linux/sh/pwrite64.c
37576 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37577 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37578 * sysdeps/unix/sysv/linux/sigaction.c
37579 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37580 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37581 * sysdeps/unix/sysv/linux/sigpending.c
37582 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37583 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37584 * sysdeps/unix/sysv/linux/sigprocmask.c
37585 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37586 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37587 * sysdeps/unix/sysv/linux/sigsuspend.c
37588 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37589 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37590 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37591 (__libc_missing_rt_sigs): Remove.
37592 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37593 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37594 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37595 Remove conditional code.
37596 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37597 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37598 return 1.
37599 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37600 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37601 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37602 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37603
1bfb7291
AJ
376042012-05-14 Andreas Jaeger <aj@suse.de>
37605
caae5a81
AJ
37606 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37607 it's not used in glibc.
37608 (__coshm1): Likewise.
37609 (__acosh1p): Likewise.
37610 (__sgn): Likewise.
37611
1bfb7291
AJ
37612 * manual/string.texi (Copying and Concatenation): Add missing
37613 variable in concat example.
37614 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37615
c044d724
L
376162012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37617
144c5467 37618 [BZ #14103]
c044d724
L
37619 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37620 __builtin_clzl with __builtin_clzll.
37621
2523c62b
L
376222012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37623
37624 [BZ #14104]
37625 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37626 libc_freeres_ptr.
37627
d7bb4c42
LD
376282012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37629
37630 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37631 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37632 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37633 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37634
9dc4e1fb
MF
376352012-05-14 Mike Frysinger <vapier@gentoo.org>
37636
37637 * NEWS: Update ia64 info.
37638
c7df0112
AS
376392012-05-12 Andreas Schwab <schwab@linux-m68k.org>
37640
37641 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37642 used as bcopy.
37643
dc70356c
TS
376442012-05-12 Thomas Schwinge <thomas@codesourcery.com>
37645
37646 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37647 * sysdeps/unix/syscalls.list (dup3): Likewise.
37648 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37649 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37650
9fb1a21f
L
376512012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37652
37653 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37654 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37655
4822a2a5
L
376562012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37657
37658 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37659 thread pointer.
37660 (TLS_IE): Use mov/add instead of movq/addq to load thread
37661 pointer.
37662 (TLS_GD_PREFIX): New.
37663 (TLS_GD): Use it.
37664
842b81d6
DM
376652012-05-11 David S. Miller <davem@davemloft.net>
37666
37667 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37668 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37669 (_FPU_SETCW): Likewise.
37670
1cf463cd
L
376712012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37672
37673 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37674 is 32-byte aligned.
37675
60cc4a18
AS
376762012-05-11 Andreas Schwab <schwab@linux-m68k.org>
37677
37678 [BZ #11837]
37679 * iconvdata/gb18030.c: Update tables.
37680 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
37681 characters specially.
37682 (BODY for TO_LOOP): Add encoding of missing ranges.
37683
febb44a4
TS
376842012-05-11 Thomas Schwinge <thomas@codesourcery.com>
37685
37686 [BZ #13673]
37687 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37688 * sysdeps/mach/hurd/dup3.c: Likewise.
37689 * sysdeps/mach/hurd/readlinkat.c: Likewise.
37690 * sysdeps/powerpc/memmove.c:: Likewise.
37691
0a10fb9e
L
376922012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37693
37694 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37695 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37696
df8a552f
L
376972012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37698
37699 * elf/elf.h (R_X86_64_RELATIVE64): New.
37700 (R_X86_64_NUM): Updated.
37701 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37702 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
37703 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37704 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37705 tst-quad1pie tst-quad2pie
37706 (modules-names): Add tst-quadmod1 tst-quadmod2.
37707 ($(objpfx)tst-quad1): New dependency.
37708 ($(objpfx)tst-quad2): Likewise.
37709 ($(objpfx)tst-quad1pie): Likewise.
37710 ($(objpfx)tst-quad2pie): Likewise.
37711 * sysdeps/x86_64/tst-quad1.c: New file.
37712 * sysdeps/x86_64/tst-quad1pie.c: New file.
37713 * sysdeps/x86_64/tst-quad2.c: Likewise.
37714 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37715 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37716 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37717 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37718 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37719
f34d6f84
ST
377202012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37721
f42d41d1
ST
37722 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37723 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37724 * streams/stropts.h (t_scalar_t): Define type.
37725
3c3571fc
ST
37726 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37727 (_PATH_PRESERVE): Set to "/var/lib".
37728 (_PATH_RWHODIR): Set to "/var/spool/rwho".
37729
61f06bd3
ST
37730 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37731 instead of int.
37732
918d4d71
ST
37733 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37734 if __dir_mkfile succeeded.
37735
f34d6f84
ST
37736 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37737 checking for _hurd_dtablesize. Unlock it right after having
37738 finished _hurd_dtable allocation.
37739
10589b4a
TS
377402012-05-10 Thomas Schwinge <thomas@schwinge.name>
37741
674cdbc7
TS
37742 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37743 * sysdeps/mach/hurd/configure: Regenerated.
37744 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37745 special-casing to...
37746 * sysdeps/gnu/configure.in: ... this new file.
37747 * sysdeps/unix/sysv/linux/configure: Regenerated.
37748 * sysdeps/gnu/configure: New generated file.
37749
8e41b99f
TS
37750 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37751 for Linux: use nsec instead of usec, as well as:
37752 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37753 members of type struct timespec.
37754 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37755 New macros.
37756 (struct stat64): Likewise.
37757 (_STATBUF_ST_NSEC): New macro.
37758 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37759
10589b4a
TS
37760 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37761 __strtoul_internal rather than strtoul.
37762
63643c85
PT
377632012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37764
37765 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37766 and reject them.
37767
3faebe6a
ST
377682012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37769
37770 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37771 which preserves existing values.
37772 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37773
c6474b07
PT
377742012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37775
37776 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37777 TIMEOUT values. Return EINVAL for NFDS values either negative or
37778 greater than FD_SETSIZE.
37779
1043890b
ST
377802012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37781
37782 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37783 allocated, call __vm_protect to finish enabling the existing space, and
37784 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37785 allocate the remainder.
37786
37ed8b9b
PT
377872012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37788
37789 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37790 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
37791
db653660
ST
377922012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37793
37ed8b9b
PT
37794 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37795 sysdeps/mach/hurd/readlink.c.
b29d4053 37796
db653660
ST
37797 * posix/tst-sysconf.c (posix_options): Only use
37798 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37799 _POSIX_SYNCHRONIZED_IO when they are defined
37800 * sysdeps/mach/hurd/bits/posix_opt.h:
37801 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37802 (_XOPEN_REALTIME): Undefine macro.
37803 (_XOPEN_REALTIME_THREADS): Undefine macro.
37804 (_XOPEN_SHM): Undefine macro.
37805 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37806 macro to -1.
37807 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37808 macro to -1.
37809 (_POSIX_ASYNC_IO): Undefine macro.
37810 (_POSIX_PRIORITIZED_IO): Undefine macro.
37811 (_POSIX_SPIN_LOCKS): Define macro to -1.
37812
ee16e894
ST
37813 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37814 SA_NODEFER, SA_RESETHAND.
37815 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37816 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37817 F_DUPFD_CLOEXEC.
37818
6103ae3b
TS
378192012-05-10 Thomas Schwinge <thomas@schwinge.name>
37820
37821 * elf/Makefile (pldd-modules): Define unconditionally.
37822
80b4e5f3
TS
378232012-05-10 Thomas Schwinge <thomas@schwinge.name>
37824
37825 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37826
edadcbd6
ST
378272012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37828
37829 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37830 Return ENOENT when name is empty.
37831 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37832
80694780
TS
378332012-05-10 Thomas Schwinge <thomas@schwinge.name>
37834
1792c087
TS
37835 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37836
80694780
TS
37837 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37838
6b645f0d
ST
378392012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37840
80694780
TS
37841 Fix mlock in all cases except non-readable pages.
37842 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37843 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 37844
6b645f0d
ST
37845 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37846 (__mkdir): When path is `/', just fail with EEXIST.
37847 * sysdeps/mach/hurd/mkdirat.c: Likewise.
37848
e468f8a3
TS
378492012-05-10 Thomas Schwinge <thomas@schwinge.name>
37850
37851 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37852 <sys/uio.h> (for writev).
37853 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37854 and <sys/param.h> (for MIN).
37855
a4186cff
PT
378562012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37857
37858 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37859 REQUESTED_TIME. Properly set the remaining time and return EINTR
37860 if interrupted.
37861
510bbf14
TS
378622012-05-10 Thomas Schwinge <thomas@schwinge.name>
37863
37864 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37865 Depend on against $(link-rpcuserlibs).
37866
5d5722e8
ST
378672012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37868
a4186cff
PT
37869 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37870 (__libc_stack_end): Do not use attribute_relro.
37871 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37872 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 37873 to libthread-provided value.
a4186cff
PT
37874 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37875 attribute_relro.
5d5722e8 37876
37233df9
TS
378772012-05-10 Thomas Schwinge <thomas@schwinge.name>
37878
be971a2b
TS
37879 [BZ #3748]
37880 * bits/libc-lock.h (__libc_once_get): New macro.
37881 * sysdeps/mach/bits/libc-lock.h: Likewise.
37882 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37883 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37884 instead of using implementation details.
37885
37233df9
TS
37886 * libio/fileops.c: Unconditionally include <kernel-features.h>.
37887 * libio/freopen.c: Likewise.
37888 * libio/freopen64.c: Likewise.
37889 * misc/syslog.c: Likewise.
37890 * nscd/connections.c: Likewise.
37891 * nscd/netgroupcache.c: Likewise.
37892 * sysdeps/posix/getcwd.c: Likewise.
37893
38de94a5
RM
378942012-05-10 Roland McGrath <roland@hack.frob.com>
37895
37896 * math/w_ilogbf.c: Add #include <limits.h>.
37897
67530489
ST
378982012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37899
a4186cff 37900 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
37901 path instead of returning without unlocking.
37902
67530489
ST
37903 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37904 immediate-write ioctls.
37905 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37906
5aa3a74a
TS
379072012-05-10 Thomas Schwinge <thomas@schwinge.name>
37908
18bad2ae
TS
37909 * sysdeps/mach/hurd/i386/init-first.c (init): Use
37910 __builtin_frame_address instead of making assumptions about the
37911 location of the return address relative to DATA. Force early load of
37912 the return address.
37913 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37914 __builtin_frame_address.
37915
5aa3a74a
TS
37916 dup3 for GNU Hurd.
37917 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37918 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
37919 implement dup3 and do some further code clean-ups.
37920 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37921 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37922
ecd0de9a
ST
379232012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37924
cd9fa985
ST
37925 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37926
a4186cff
PT
37927 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37928 HURD_CRITICAL_END around holding _hurd_dtable_lock.
37929 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37930 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37931 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37932 d->port.lock.
802ca5a5 37933
a4186cff
PT
37934 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37935 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
37936 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 37937
bcf55240
TS
379382012-05-10 Thomas Schwinge <thomas@schwinge.name>
37939
6960eb42
TS
37940 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37941 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37942 definitions.
37943
eb43375f
TS
37944 accept4 for GNU Hurd.
37945 * include/sys/socket.h (__libc_accept4): New prototype.
37946 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
37947 to implement __libc_accept4.
37948 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37949 __libc_accept4.
37950 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37951
bcf55240
TS
37952 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37953 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37954 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37955 signal-defines.sym.
37956
6178c55b
ST
379572012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37958
a4186cff 37959 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 37960
6f080c2f
TS
379612012-05-10 Thomas Schwinge <thomas@schwinge.name>
37962
37963 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37964 assertion on O_CLOEXEC flag.
37965 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37966 * hurd/intern-fd.c: Likewise.
37967 * hurd/port2fd.c: Likewise.
37968
bcfe3a54
ST
379692012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37970
37971 [BZ #3906]
37972 * bits/in.h (IPV6_PKTINFO): Define new macro.
37973 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37974
89c9aa49
AZ
379752012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37976
37977 [BZ #13954]
37978 [BZ #13955]
37979 [BZ #13956]
37980 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37981 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37982 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37983 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37984 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37985 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37986 * math/libm-test.inc (logb_test) : Additional logb tests.
37987
021db4be
AJ
379882012-05-09 Andreas Schwab <schwab@linux-m68k.org>
37989 Andreas Jaeger <aj@suse.de>
37990
37991 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37992 * configure: Regenerated.
37993 * config.h.in (LINK_OBSOLETE_RPC): New macro.
37994 * config.make.in (link-obsolete-rpc): New substituted variable.
37995 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37996 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37997 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37998 (shared-only-routines): Don't set it under [link-obsolete-rpc],
37999 so that libc.a contains the symbols.
38000 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
38001 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
38002 * sunrpc/auth_none.c: Likewise.
38003 * sunrpc/auth_unix.c: Likewise.
38004 * sunrpc/authdes_prot.c: Likewise.
38005 * sunrpc/authuxprot.c: Likewise.
38006 * sunrpc/clnt_gen.c: Likewise.
38007 * sunrpc/clnt_perr.c: Likewise.
38008 * sunrpc/clnt_raw.c: Likewise.
38009 * sunrpc/clnt_simp.c: Likewise.
38010 * sunrpc/clnt_tcp.c: Likewise.
38011 * sunrpc/clnt_udp.c: Likewise.
38012 * sunrpc/clnt_unix.c: Likewise.
38013 * sunrpc/des_crypt.c: Likewise.
38014 * sunrpc/des_soft.c: Likewise.
38015 * sunrpc/get_myaddr.c: Likewise.
38016 * sunrpc/key_call.c: Likewise.
38017 * sunrpc/key_prot.c: Likewise.
38018 * sunrpc/netname.c: Likewise.
38019 * sunrpc/pm_getmaps.c: Likewise.
38020 * sunrpc/pm_getport.c: Likewise.
38021 * sunrpc/pmap_clnt.c: Likewise.
38022 * sunrpc/pmap_prot.c: Likewise.
38023 * sunrpc/pmap_prot2.c: Likewise.
38024 * sunrpc/pmap_rmt.c: Likewise.
38025 * sunrpc/publickey.c: Likewise.
38026 * sunrpc/rpc_cmsg.c: Likewise.
38027 * sunrpc/rpc_common.c: Likewise.
38028 * sunrpc/rpc_dtable.c: Likewise.
38029 * sunrpc/rpc_prot.c: Likewise.
38030 * sunrpc/rpc_thread.c: Likewise.
38031 * sunrpc/rtime.c: Likewise.
38032 * sunrpc/svc.c: Likewise.
38033 * sunrpc/svc_auth.c: Likewise.
38034 * sunrpc/svc_raw.c: Likewise.
38035 * sunrpc/svc_run.c: Likewise.
38036 * sunrpc/svc_tcp.c: Likewise.
38037 * sunrpc/svc_udp.c: Likewise.
38038 * sunrpc/svc_unix.c: Likewise.
38039 * sunrpc/svcauth_des.c: Likewise.
38040 * sunrpc/xcrypt.c: Likewise.
38041 * sunrpc/xdr.c: Likewise.
38042 * sunrpc/xdr_array.c: Likewise.
38043 * sunrpc/xdr_float.c: Likewise.
38044 * sunrpc/xdr_intXX_t.c: Likewise.
38045 * sunrpc/xdr_mem.c: Likewise.
38046 * sunrpc/xdr_rec.c: Likewise.
38047 * sunrpc/xdr_ref.c: Likewise.
38048 * sunrpc/xdr_sizeof.c: Likewise.
38049 * sunrpc/xdr_stdio.c: Likewise.
38050
b5c086a2
RM
380512012-05-10 Roland McGrath <roland@hack.frob.com>
38052
38053 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
38054 change. Update copyright years.
38055
6d74dd09
JM
380562012-05-10 Joseph Myers <joseph@codesourcery.com>
38057
38058 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
38059
28e72501
MK
380602012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
38061 Joseph Myers <joseph@codesourcery.com>
38062 Paul Pluzhnikov <ppluzhnikov@google.com>
38063
38064 [BZ #14012]
38065 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
38066 requiring rpcgen.
38067 [cross-compiling] (extra-libs): Likewise.
38068 [cross-compiling] (extra-libs-others): Likewise.
38069 [cross-compiling] (librpcsvc-routines): Likewise.
38070 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
38071 [cross-compiling] (omit-deps): Likewise.
38072 (sunrpc-CPPFLAGS): New variable.
38073 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
38074 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
38075 (cross-rpcgen-objs): New variable.
38076 (extra-objs): Append $(cross-rpcgen-objs).
38077 ($(cross-rpcgen-objs)): New rule.
38078 ($(objpfx)cross-rpcgen): Likewise.
38079 (rpcgen-cmd): Define to use $(built-program-file). Expand
38080 comment.
38081 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
38082 ($(objpfx)x%.stmp): Likewise.
38083 * sunrpc/proto.h [IS_IN_build] (_): Define.
38084 [IS_IN_build] (_libc_intl_domainname): Likewise.
38085
c8c59454
L
380862012-05-10 H.J. Lu <hongjiu.lu@intel.com>
38087
38088 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
38089 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
38090 and R_X86_64_TPOFF64.
38091
6f27cd16
JM
380922012-05-10 Joseph Myers <joseph@codesourcery.com>
38093
38094 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
38095 sysdeps/unix/sysv/syscalls.list.
38096 (stime): Likewise.
38097 (utime): Likewise.
38098 * sysdeps/unix/sysv/syscalls.list: Remove file.
38099
02467e1c
PE
381002012-05-10 Paul Eggert <eggert@cs.ucla.edu>
38101
38102 [BZ #3440]
38103 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
38104 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
38105 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
38106 (__LC_IDENTIFICATION): Make these macros useful in #if
38107 expressions, as required by C99.
38108
da392631
AS
381092012-05-10 Andreas Schwab <schwab@linux-m68k.org>
38110
38111 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
38112 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
38113 after this.
38114
8115f29b
L
381152012-05-09 H.J. Lu <hongjiu.lu@intel.com>
38116
38117 * stdlib/longlong.h: Updated from GCC.
38118
bdd74070
AJ
381192012-05-09 Andreas Jaeger <aj@suse.de>
38120
edfe0dbe
AJ
38121 * nscd/nscd.c (run_modes): Make named enum, reorder so that
38122 default is first entry.
38123 (run_mode): Set type.
38124 (main): Remove informal message about syslog.
38125 (options): Fix typo.
38126
bcfe3a54
ST
38127 [BZ #14053]
38128 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 38129 to asm.
bcfe3a54
ST
38130 (lrint): Likewise.
38131 (llrintf): Likewise.
38132 (llrint): Likewise.
38133 (rint): Likewise.
38134 (rintf): Likewise.
38135 (nearbyint): Likewise.
38136 (nearbyintf): Likewise.
bdd74070 38137
91d8d69e
AJ
381382012-05-09 Andreas Jaeger <aj@suse.de>
38139 Pedro Alves <palves@redhat.com>
38140
38141 * nscd/nscd.c (run_mode): Use enum.
38142 (main): Cleanup coding style issue.
38143
bb90b80b
AJ
381442012-05-09 Alexandre Oliva <aoliva@redhat.com>
38145 Andreas Jaeger <aj@suse.de>
38146
bcfe3a54
ST
38147 * nscd/nscd.c (go_background): Replaced with...
38148 (run_mode): ... this.
bb90b80b 38149 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
38150 (options): Add -F --foreground.
38151 (main): Implement it.
38152 (parse_opt): Parse it.
bb90b80b 38153
1a4b75a1
AJ
381542012-05-09 Andreas Jaeger <aj@suse.de>
38155
38156 [BZ #14083]
38157 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
38158 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
38159 -Wconversion warning.
38160 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
38161 Likewise.
38162
b1cc2472
JM
381632012-05-09 Joseph Myers <joseph@codesourcery.com>
38164
38165 * conform/data/locale.h-data (NULL): Use macro-constant. Require
38166 == 0.
38167 (LC_ALL): Use macro-int-constant.
38168 (LC_COLLATE): Likewise.
38169 (LC_CTYPE): Likewise.
38170 (LC_MESSAGES): Likewise.
38171 (LC_MONETARY): Likewise.
38172 (LC_NUMERIC): Likewise.
38173 (LC_TIME): Likewise.
38174 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
38175 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38176 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38177 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
38178 Specify type.
38179 [C99-based standards] (float_t): Expect type.
38180 [C99-based standards] (double_t): Expect type.
38181 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
38182 type.
38183 [C99-based standards] (HUGE_VALL): Likewise.
38184 [C99-based standards] (INFINITY): Likewise.
38185 [C99-based standards] (NAN): Likewise.
38186 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
38187 [C99-based standards] (FP_NAN): Likewise.
38188 [C99-based standards] (FP_NORMAL): Likewise.
38189 [C99-based standards] (FP_SUBNORMAL): Likewise.
38190 [C99-based standards] (FP_ZERO): Likewise.
38191 [C99-based standards] (FP_FAST_FMA): Use
38192 optional-macro-int-constant. Specify type. Require == 1.
38193 [C99-based standards] (FP_FAST_FMAF): Likewise.
38194 [C99-based standards] (FP_FAST_FMAL): Likewise.
38195 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
38196 [C99-based standards] (FP_ILOGBNAN): Likewise.
38197 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
38198 Specify type.
38199 [C99-based standards] (MATH_ERREXCEPT): Likewise.
38200 [C99-based standards] (math_errhandling): Specify type.
38201 [ISO99 || ISO11] (signgam): Do not allow.
38202 [non-C99-based standards] (copysignf): Do not allow.
38203 [non-C99-based standards] (exp2f): Likewise.
38204 [non-C99-based standards] (log2f): Likewise.
38205 [non-C99-based standards] (modff): Allow.
38206 [non-C99-based standards] (erff): Do not allow.
38207 [non-C99-based standards] (erfcf): Likewise.
38208 [non-C99-based standards] (gammaf): Likewise.
38209 [non-C99-based standards] (hypotf): Likewise.
38210 [non-C99-based standards] (j0f): Likewise.
38211 [non-C99-based standards] (j1f): Likewise.
38212 [non-C99-based standards] (jnf): Likewise.
38213 [non-C99-based standards] (lgammaf): Likewise.
38214 [non-C99-based standards] (tgammaf): Likewise.
38215 [non-C99-based standards] (y0f): Likewise.
38216 [non-C99-based standards] (y1f): Likewise.
38217 [non-C99-based standards] (ynf): Likewise.
38218 [non-C99-based standards] (isnanf): Likewise.
38219 [non-C99-based standards] (acoshf): Likewise.
38220 [non-C99-based standards] (asinhf): Likewise.
38221 [non-C99-based standards] (atanhf): Likewise.
38222 [non-C99-based standards] (cbrtf): Likewise.
38223 [non-C99-based standards] (expm1f): Likewise.
38224 [non-C99-based standards] (ilogbf): Likewise.
38225 [non-C99-based standards] (log1pf): Likewise.
38226 [non-C99-based standards] (logbf): Likewise.
38227 [non-C99-based standards] (nextafterf): Likewise.
38228 [non-C99-based standards] (remainderf): Likewise.
38229 [non-C99-based standards] (rintf): Likewise.
38230 [non-C99-based standards] (scalbf): Likewise.
38231 [non-C99-based standards] (copysignl): Likewise.
38232 [non-C99-based standards] (exp2l): Likewise.
38233 [non-C99-based standards] (log2l): Likewise.
38234 [non-C99-based standards] (modfl): Allow.
38235 [non-C99-based standards] (erfl): Do not allow.
38236 [non-C99-based standards] (erfcl): Likewise.
38237 [non-C99-based standards] (gammal): Likewise.
38238 [non-C99-based standards] (hypotl): Likewise.
38239 [non-C99-based standards] (j0l): Likewise.
38240 [non-C99-based standards] (j1l): Likewise.
38241 [non-C99-based standards] (jnl): Likewise.
38242 [non-C99-based standards] (lgammal): Likewise.
38243 [non-C99-based standards] (tgammal): Likewise.
38244 [non-C99-based standards] (y0l): Likewise.
38245 [non-C99-based standards] (y1l): Likewise.
38246 [non-C99-based standards] (ynl): Likewise.
38247 [non-C99-based standards] (isnanl): Likewise.
38248 [non-C99-based standards] (acoshl): Likewise.
38249 [non-C99-based standards] (asinhl): Likewise.
38250 [non-C99-based standards] (atanhl): Likewise.
38251 [non-C99-based standards] (cbrtl): Likewise.
38252 [non-C99-based standards] (expm1l): Likewise.
38253 [non-C99-based standards] (ilogbl): Likewise.
38254 [non-C99-based standards] (log1pl): Likewise.
38255 [non-C99-based standards] (logbl): Likewise.
38256 [non-C99-based standards] (nextafterl): Likewise.
38257 [non-C99-based standards] (remainderl): Likewise.
38258 [non-C99-based standards] (rintl): Likewise.
38259 [non-C99-based standards] (scalbl): Likewise.
38260 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38261 [non-C99-based standards] (FP_*): Do not allow.
38262 [C99-based standards] (FP_*): Change to
38263 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38264 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38265 allow.
38266 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
38267 (SIG_ERR): Likewise.
38268 [X/Open-based standards] (SIG_HOLD): Likewise.
38269 (SIG_IGN): Likewise.
38270 (SIGABRT): Use macro-int-constant. Specify type. Require
38271 positive value.
38272 (SIGFPE): Likewise.
38273 (SIGILL): Likewise.
38274 (SIGINT): Likewise.
38275 (SIGSEGV): Likewise.
38276 (SIGTER): Likewise.
38277 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
38278 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
38279 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
38280 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
38281 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
38282 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
38283 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
38284 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
38285 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
38286 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
38287 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
38288 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
38289 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
38290 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
38291 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
38292 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
38293 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
38294 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
38295 [X/Open-based standards] (SIGTRAP): Likewise.
38296 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
38297 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
38298 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
38299 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
38300 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38301 allow.
38302
b9f1922d
IW
383032012-05-08 Ian Wienand <ianw@vmware.com>
38304
38305 [BZ #14080]
38306 * time/tzset.c (__tzset_parse_tz): Update default rules for
38307 daylight time changes in the Energy Policy Act of 2005.
38308
1db86e88
AJ
383092012-05-09 Andreas Jaeger <aj@suse.de>
38310
38311 [BZ #13983]
38312 * elf/ldconfig.c (parse_conf): Change string to make clear that
38313 ldconfig only issued a warning if ld.so.conf does not exist.
38314
dee4a4e3
DM
383152012-05-08 David S. Miller <davem@davemloft.net>
38316
ee0db190
DM
38317 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
38318 movxtod instead of popping the value on the stack.
38319
dee4a4e3
DM
38320 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38321
6a43ec98
CD
383222012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
38323
38324 * config.h.in: Add HAVE_ARM_PCS_VFP.
38325
05c2c961
RMG
383262012-05-08 Roland Mc Grath <roland@hack.frob.com>
38327
bcfe3a54
ST
38328 [BZ #13979]
38329 * include/features.h: Warn if user requests __FORTIFY_SOURCE
38330 checking but the checks are disabled for any reason.
05c2c961 38331
4b30f61a
L
383322012-05-08 H.J. Lu <hongjiu.lu@intel.com>
38333
38334 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
38335 and ELF64_R_TYPE with ELFW(R_TYPE).
38336
eee2bc67
JM
383372012-05-08 Joseph Myers <joseph@codesourcery.com>
38338
7ea5391a
JM
38339 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
38340 (ulimit): Likewise.
38341
eee2bc67
JM
38342 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
38343 (settimeofday): Likewise.
38344
abb66a67
MF
383452012-05-08 Mike Frysinger <vapier@gentoo.org>
38346
38347 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
38348 a struct th_u2 inside the union, and move tu_block/tu_code into
38349 a new th_u3 union of tu_block/tu_code inside of that. Move
38350 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
38351 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
38352 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
38353 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
38354 (th_stuff): Change to th_u1.tu_stuff.
38355 (th_data): Define.
38356 (th_msg): Change to th_u1.th_u2.tu_data.
38357
7f18b530
DM
383582012-05-07 David S. Miller <davem@davemloft.net>
38359
05760585
DM
38360 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38361
7f18b530
DM
38362 [BZ #14074]
38363 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
38364 (SETUP_PIC_REG): Use it.
38365 (SETUP_PIC_REG_LEAF): Use it.
38366
495fd99f
JM
383672012-05-07 Joseph Myers <joseph@codesourcery.com>
38368
38369 [BZ #13885]
38370 [BZ #13923]
38371 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38372 USE_AS_EXPM1L.
38373 (EXPL_FINITE): Likewise.
38374 (FLDLOG): Likewise.
38375 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38376 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38377 e_expl.S.
38378 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38379 USE_AS_EXPM1L.
38380 (EXPL_FINITE): Likewise.
38381 (FLDLOG): Likewise.
38382 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38383 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38384 e_expl.S.
38385 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
38386 test of -max_value argument for long double.
38387 * sysdeps/i386/fpu/libm-test-ulps: Update.
38388 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38389
6693d694
DM
383902012-05-06 David S. Miller <davem@davemloft.net>
38391
38392 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
38393 quad soft-float symbols whose references which are compiler
38394 generated.
38395 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38396
6c23e11c
JM
383972012-05-06 Joseph Myers <joseph@codesourcery.com>
38398
d8b82cad
JM
38399 [BZ #13884]
38400 [BZ #13914]
38401 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38402 USE_AS_EXP10L.
38403 (EXPL_FINITE): Likewise.
38404 (FLDLOG): Likewise.
38405 (c0): Likewise.
38406 (c1): Likewise.
38407 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
38408 Adjust comments for base varying.
38409 (__expl_finite): Change alias to EXPL_FINITE.
38410 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38411 e_expl.S.
38412 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38413 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38414 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38415 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38416 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38417 USE_AS_EXP10L.
38418 (EXPL_FINITE): Likewise.
38419 (FLDLOG): Likewise.
38420 (c0): Likewise.
38421 (c1): Likewise.
38422 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
38423 Adjust comments for base varying.
38424 (__expl_finite): Change alias to EXPL_FINITE.
38425 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
38426 tests for bugs.
38427 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38428
6c23e11c
JM
38429 [BZ #14064]
38430 * math/libm-test.inc (check_float_internal): Correct ulp
38431 calculation for subnormal expected results.
38432
29ba805c
AJ
384332012-05-06 Andreas Jaeger <aj@suse.de>
38434
38435 * Makeconfig (+math-flags): New, set to -frounding-math.
38436 (+cflags): Add +math-flags so that all of glibc gets compiled with
38437 it.
38438
38439 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38440
7b17aeda
JM
384412012-05-05 Joseph Myers <joseph@codesourcery.com>
38442
5779f134
JM
38443 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38444 Disable one test.
38445
41498f4d
JM
38446 [BZ #13787]
38447 [BZ #13922]
38448 [BZ #14036]
38449 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38450 (__ieee754_expl): Allow for and saturate large arguments.
38451 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38452 (u_threshold): Likewise.
38453 (__exp): Call __ieee754_exp before checking for overflow and
38454 underflow.
38455 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38456 (u_threshold): Likewise.
38457 (__expf): Call __ieee754_expf before checking for overflow and
38458 underflow.
38459 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38460 (u_threshold): Likewise.
38461 (__expl): Call __ieee754_expl before checking for overflow and
38462 underflow.
38463 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38464 (__ieee754_expl): Allow for and saturate large arguments.
38465 * math/libm-test.inc (exp_test): Add another test. Do not allow
38466 missing overflow exception on overflow.
38467 (expm1_test): Do not allow missing overflow exception on overflow.
38468
6698b8bf
JM
38469 * sysdeps/i386/fpu/e_expl.c: Move to ...
38470 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
38471 rather than using inline asm.
38472 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38473 * sysdeps/x86_64/fpu/e_expl.S: Copy from
38474 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38475
7b17aeda
JM
38476 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38477 (nice): Likewise.
38478 (poll): Likewise.
38479 (signal): Likewise.
38480 (time): Likewise.
38481 (times): Likewise.
38482
f7c85819
JM
384832012-05-04 Joseph Myers <joseph@codesourcery.com>
38484
38485 * sysdeps/unix/syscalls.list (adjtime): Add entry from
38486 sysdeps/unix/common/syscalls.list.
38487 (fchmod): Likewise.
38488 (fchown): Likewise.
38489 (ftruncate): Likewise.
38490 (getrusage): Likewise.
38491 (gettimeofday): Likewise.
38492 (setpgid): Likewise.
38493 (setregid): Likewise.
38494 (setreuid): Likewise.
38495 (sigaction): Likewise.
38496 (truncate): Likewise.
38497 (vhangup): Likewise.
38498 * sysdeps/unix/common/syscalls.list: Remove file.
38499 * sysdeps/unix/bsd/Implies: Don't include unix/common.
38500 * sysdeps/unix/sysv/linux/Implies: Likewise.
38501
336270d0
L
385022012-05-04 H.J. Lu <hongjiu.lu@intel.com>
38503
38504 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38505 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38506 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38507 Moved to ...
38508 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38509 Here.
38510 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38511 to ...
38512 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38513 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38514 to ...
38515 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38516 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38517 to ...
38518 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38519 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38520 to ...
38521 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38522 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38523 to ...
38524 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38525 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38526 to ...
38527 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38528 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38529 to ...
38530 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38531 Here.
38532 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38533 to ...
38534 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38535 Here.
38536 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38537 to ...
38538 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38539 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38540 Moved to ...
38541 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38542 Here.
38543 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38544 to ...
38545 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38546
d128e450
JM
385472012-05-04 Joseph Myers <joseph@codesourcery.com>
38548
fa8ee516
JM
38549 * sysdeps/unix/common/bits/dirent.h: Remove file.
38550 * sysdeps/unix/common/bits/fcntl.h: Likewise.
38551
d128e450
JM
38552 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38553 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38554 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38555 * sysdeps/unix/bsd/isatty.c: Likewise.
38556 * sysdeps/unix/bsd/tcdrain.c: Likewise.
38557 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38558 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38559
ff8faaf0 385602012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 38561
62881be4 38562 [BZ #13563]
31dc8730
AZ
38563 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38564 long double comparison inaccuracies.
38565 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38566 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38567
6fef930c
AS
385682012-05-04 Andreas Schwab <schwab@linux-m68k.org>
38569
38570 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38571 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38572
8f203e6c
JM
385732012-05-04 Joseph Myers <joseph@codesourcery.com>
38574
38575 [BZ #14049]
38576 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38577 nonzero digits before rounding a hex value.
38578 * stdlib/tst-strtod.c (tests): Add another test.
38579
5197d9c2
AK
385802012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38581
38582 * sysdeps/s390/fpu/libm-test-ulps: Update.
38583
f0c1dedf
AJ
385842012-05-03 Andreas Jaeger <aj@suse.de>
38585
38586 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38587 does not get optimized out.
38588 (malloc_opt_barrier): New.
38589
a65ef2ae 385902012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 38591 Roland McGrath <roland@hack.frob.com>
a65ef2ae 38592
2b942cb7 38593 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 38594 intermediate file deletion.
2b942cb7 38595 (generated): Add .symlist files.
a65ef2ae 38596
54b71e02
JM
385972012-05-03 Joseph Myers <joseph@codesourcery.com>
38598
38599 [BZ #13775]
38600 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38601 Redirect under this condition.
38602 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38603 [__USE_GNU] (__dprintf_chk): Not under this condition.
38604 [__USE_GNU] (__vdprintf_chk): Likewise.
38605 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38606 under this condition.
38607 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38608 [__USE_XOPEN2K8] (dprintf): Define under this condition.
38609 [__USE_XOPEN2K8] (vdprintf): Likewise.
38610 [__USE_GNU] (__dprintf_chk): Not under this condition.
38611 [__USE_GNU] (__vdprintf_chk): Likewise.
38612 [__USE_GNU] (dprintf): Likewise.
38613 [__USE_GNU] (vdprintf): Likewise.
38614
d3dfcc41
RM
386152012-05-03 Roland McGrath <roland@hack.frob.com>
38616
38617 * elf/Makefile (common-generated): Set this instead of generated for
38618 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
38619 $(all-built-dso)-derived lists.
38620
7ac30cc5
AJ
386212012-05-03 Andreas Jaeger <aj@suse.de>
38622
0c51e550
AJ
38623 * sysdeps/i386/fpu/libm-test-ulps: Update.
38624
7ac30cc5
AJ
38625 * FAQ: Removed.
38626 * FAQ.in: Likewise.
38627 * scripts/gen-FAQ.pl: Likewise.
38628 * manual/install.texi (Installation): Point to online location of
38629 FAQ.
38630 * Makefile (files-for-dist): Remove FAQ.
38631 (FAQ): Remove.
38632
d4c2917f
AM
386332012-05-02 Allan McRae <allan@archlinux.org>
38634
38635 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38636 (LDFLAGS-reldepmod5.so): Likewise.
38637 (LDFLAGS-reldep6mod1.so): Likewise.
38638 (LDFLAGS-reldep6mod4.so): Likewise.
38639 (LDFLAGS-reldep8mod3.so): Likewise.
38640 (LDFLAGS-unload4mod1.so): Likewise.
38641 (LDFLAGS-unload4mod2.so): Likewise.
38642 (LDFLAGS-tst-initorder): Likewise.
38643 (LDFLAGS-tst-initordera2.so): Likewise.
38644 (LDFLAGS-tst-initordera3.so): Likewise.
38645 (LDFLAGS-tst-initordera4.so): Likewise.
38646 (LDFLAGS-tst-initorderb2.so): Likewise.
38647 (LDFLAGS-noload): Likewise.
38648 (LDFLAGS-next): Likewise.
38649 (LDFLAGS-order2mod1.so): Likewise.
38650 (LDFLAGS-order2mod2.so): Likewise.
38651 (LDFLAGS-tst-initorder2): Likewise.
38652 (LDFLAGS-tst-initorder2a.so): Likewise.
38653 (LDFLAGS-tst-initorder2b.so): Likewise.
38654 (LDFLAGS-tst-initorder2c.so): Likewise.
38655 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38656
d77f993f
DM
386572012-05-02 David S. Miller <davem@davemloft.net>
38658
38659 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38660
171a70b4
PP
386612012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
38662
38663 [BZ #14055]
38664 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38665
0be196ad
AJ
386662012-05-02 Andreas Jaeger <aj@suse.de>
38667
38668 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38669 since we manipulate rounding mode.
38670 (CPPFLAGS-test-idouble.c): Likewise.
38671 (CPPFLAGS-test-ifloat.c): Likewise.
38672 (CFLAGS-test-ldouble.c): Likewise.
38673 (CFLAGS-test-double.c): Likewise.
38674 (CFLAGS-test-float.c): Likewise.
38675 (CFLAGS-test-misc.c): Likewise.
38676 (CFLAGS-test-test-fenv.c): Likewise.
38677
4f9d04aa
AZ
386782012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38679
2b942cb7
RM
38680 [BZ #2550]
38681 [BZ #2570]
38682 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38683 comparisons to determine direction to adjust input.
4f9d04aa 38684
82a79e7d
RM
386852012-05-01 Roland McGrath <roland@hack.frob.com>
38686
f5a01ca9
RM
38687 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38688 output to the target.
38689
90fe4186
RM
38690 * scripts/localplt.awk: New file.
38691 * elf/Makefile ($(objpfx)check-localplt): Target removed.
38692 (check-localplt-CFLAGS): Variable removed.
38693 ($(all-built-dso:=.jmprel)): New static pattern rule.
38694 (generated): Add those targets.
38695 (localplt-built-dso): New variable.
38696 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38697
38698 * elf/check-localplt.c: File removed.
38699
82397ed6
RM
38700 * scripts/check-execstack.awk: New file.
38701 * elf/Makefile ($(objpfx)check-execstack): Target removed.
38702 (check-execstack-CFLAGS): Variable removed.
38703 ($(objpfx)check-execstack.h): Target removed.
38704 ($(objpfx)execstack-default): New target.
38705 (generated): Add that instead of check-execstack.h.
38706 ($(all-built-dso:=.phdr)): New static pattern rule.
38707 (generated): Add those targets.
38708 * elf/check-execstack.c: File removed.
38709
82a79e7d
RM
38710 * scripts/check-textrel.awk: New file.
38711 * elf/Makefile ($(objpfx)check-textrel): Target removed.
38712 (check-textrel-CFLAGS): Variable removed.
38713 (all-built-dso): Use := to define.o
38714 ($(all-built-dso:=.dyn)): New static pattern rule.
38715 (generated): Add those targets.
38716 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38717 * config.make.in (READELF): New substituted variable.
38718 * elf/check-textrel.c: File removed.
38719
62fde54f 387202012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 38721
615605c9
JM
38722 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38723 allow.
38724 * conform/data/ctype.h-data [C99-based standards] (isblank):
38725 Expect function.
38726 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38727 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38728 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38729 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38730 Specify type. Require positive value.
38731 (EILSEQ): Likewise.
38732 (ERANGE): Likewise.
38733 [ISO || POSIX] (EILSEQ): Do not expect.
38734 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38735 Specify type. Require positive value.
38736 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38737 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38738 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38739 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38740 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38741 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38742 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38743 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38744 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38745 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38746 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38747 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38748 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38749 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38750 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38751 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38752 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38753 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38754 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38755 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38756 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38757 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38758 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38759 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38760 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38761 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38762 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38763 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38764 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38765 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38766 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38767 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38768 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38769 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38770 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38771 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38772 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38773 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38774 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38775 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38776 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38777 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38778 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38779 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38780 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38781 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38782 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38783 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38784 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38785 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38786 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38787 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38788 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38789 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38790 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38791 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38792 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38793 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38794 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38795 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38796 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38797 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38798 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38799 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38800 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38801 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38802 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38803 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38804 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38805 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38806 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38807 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38808 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38809 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38810 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38811 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38812 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38813 Require >= 2.
38814 (FLT_ROUNDS): Expect as macro, not constant.
38815 (FLT_MANT_DIG): Use macro-int-constant.
38816 (DBL_MANT_DIG): Likewise.
38817 (LDBL_MANT_DIG): Likewise.
38818 (FLT_DIG): Likewise.
38819 (DBL_DIG): Likewise.
38820 (LDBL_DIG): Likewise.
38821 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
38822 (DBL_MIN_EXP): Likewise.
38823 (LDBL_MIN_EXP): Likewise.
38824 (FLT_MAX_EXP): Use macro-int-constant.
38825 (DBL_MAX_EXP): Likewise.
38826 (LDBL_MAX_EXP): Likewise.
38827 (FLT_MAX_10_EXP): Likewise.
38828 (DBL_MAX_10_EXP): Likewise.
38829 (LDBL_MAX_10_EXP): Likewise.
38830 (FLT_MAX): Use macro-constant.
38831 (DBL_MAX): Likewise.
38832 (LDBL_MAX): Likewise.
38833 (FLT_EPSILON): Use macro-constant. Give upper bound.
38834 (DBL_EPSILON): Likewise.
38835 (LDBL_EPSILON): Likewise.
38836 (FLT_MIN): Likewise.
38837 (DBL_MIN): Likewise.
38838 (LDBL_MIN): Likewise.
38839 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38840 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38841 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38842 [ISO11] (FLT_HAS_SUBNORM): Likewise.
38843 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38844 [ISO11] (DBL_DECIMAL_DIG): Likewise.
38845 [ISO11] (FLT_DECIMAL_DIG): Likewise.
38846 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38847 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38848 [ISO11] (FLT_TRUE_MIN): Likewise.
38849 [ISO11] (LDBL_TRUE_MIN): Likewise.
38850 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38851 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38852 (SCHAR_MIN): Use macro-int-constant. Specify type.
38853 (SCHAR_MAX): Likewise.
38854 (UCHAR_MAX): Likewise.
38855 (CHAR_MIN): Likewise.
38856 (CHAR_MAX): Likewise.
38857 (MB_LEN_MAX): Use macro-int-constant.
38858 (SHRT_MIN): Use macro-int-constant. Specify type.
38859 (SHRT_MAX): Likewise.
38860 (USHRT_MAX): Likewise.
38861 (INT_MAX): Likewise.
38862 (INT_MIN): Use macro-int-constant. Specify type. Make upper
38863 bound negative.
38864 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
38865 bound with "U".
38866 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38867 bound with "L".
38868 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
38869 bound negative. Suffix upper bound with "L".
38870 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38871 bound with "UL".
38872 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38873 Specify type.
38874 [C99-based standards] (LLONG_MAX): Likewise.
38875 [C99-based standards] (ULLONG_MAX): Likewise.
38876 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
38877 == 0.
38878 [ISO11] (max_align_t): Require type.
38879 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38880
c9140a62
JM
38881 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38882 from $CFLAGS, without defining away __attribute__ calls.
38883 (checknamespace): Use $CFLAGS_namespace.
38884
9af0bf29
JM
38885 * conform/conformtest.pl (@keywords): Only include C99 keywords
38886 for standards based on C99 or C11.
38887
343222a2
JM
38888 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38889 Disable tests.
38890 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38891 UNIX98]: Likewise.
38892
661f8cf0
JM
38893 * conform/conformtest.pl: Handle "macro-int-constant" and test for
38894 usability of symbols in #if.
38895
ee74b9cb
JM
38896 * conform/conformtest.pl: If macro or constant types start
38897 "promoted:", expect the symbol to be of the following type
38898 promoted by the integer promotions.
62fde54f 38899
aafc49b3
JM
38900 * conform/conformtest.pl: Parse all "constant" and "macro" lines
38901 in one place. Also handle "macro-constant".
38902
fefdf574
JM
38903 * conform/conformtest.pl: Only accept expected macro values with
38904 "==". Parse all "macro" lines in one place.
38905 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38906
f2d922fe
JM
38907 * conform/conformtest.pl: Handle braced types on "constant" lines
38908 instead of handling "typed-constant".
38909 * conform/data/signal.h-data: Use "constant" instead of
38910 "typed-constant".
38911
d22956c9
JM
38912 * conform/conformtest.pl: Handle "optional-" at start of lines in
38913 one place rather than duplicating several cases. Handle each
38914 format of "macro" line with initial "optional-".
38915
028e2e38
JM
38916 * conform/conformtest.pl: Only accept expected constant or
38917 optional-constant values with "==". Parse all "constant" lines in
38918 one place. Parse all "optional-constant" lines in one place.
38919 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38920 * conform/data/fmtmsg.h-data: Likewise.
38921 * conform/data/netinet/in.h-data: Likewise.
38922 * conform/data/tar.h-data: Likewise.
38923 * conform/data/limits.h-data: Use "==" form on "constant" and
38924 "optional-constant" lines.
38925
1b8f2850
JM
38926 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38927 Use -std=c99 for XOPEN2K.
38928 (@knownproblems): Remove.
38929 (newtoken): Don't check %isknown.
38930
a05a144b
JM
38931 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38932 Do not expect macro.
38933 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38934 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38935 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38936 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38937 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38938 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38939 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38940 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38941 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38942 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38943 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38944 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38945 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38946 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38947 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38948 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38949 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38950 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38951 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38952 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38953 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38954 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38955 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38956 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38957 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38958 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38959 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38960 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38961 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38962 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38963 [XPG3] (acosh): Likewise.
38964 [XPG3] (asinh): Likewise.
38965 [XPG3] (atanh): Likewise.
38966 [XPG3] (cbrt): Likewise.
38967 [XPG3] (expm1): Likewise.
38968 [XPG3] (ilogb): Likewise.
38969 [XPG3] (log1p): Likewise.
38970 [XPG3] (logb): Likewise.
38971 [XPG3] (nextafter): Likewise.
38972 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38973 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38974 [XPG3] (remainder): Likewise.
38975 [XPG3] (rint): Likewise.
38976 [XPG3 || XPG4 || UNIX98] (round): Likewise.
38977 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38978 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38979 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38980 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38981 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38982 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38983 [UNIX98 || XOPEN2K] (scalb): Expect.
38984 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38985 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38986 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38987 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38988 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38989 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38990 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38991 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38992 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38993 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38994 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38995 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38996 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38997 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38998 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38999 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
39000 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
39001 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
39002 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
39003 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
39004 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
39005 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
39006 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
39007 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
39008 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
39009 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
39010 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
39011 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
39012 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
39013 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
39014 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
39015 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
39016 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
39017 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
39018 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
39019 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
39020 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
39021 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
39022 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
39023 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
39024 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
39025 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
39026 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
39027 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
39028 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
39029 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
39030 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
39031 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
39032 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
39033 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
39034 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
39035 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
39036 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
39037 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
39038 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
39039 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
39040 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
39041 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
39042 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
39043 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
39044 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
39045 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
39046 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
39047 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
39048 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
39049 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
39050 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
39051 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
39052 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
39053 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
39054 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
39055 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
39056 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
39057 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
39058 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
39059 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
39060 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
39061 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
39062 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
39063 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
39064 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
39065 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
39066 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
39067 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
39068 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
39069 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
39070 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
39071 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
39072 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
39073 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
39074 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
39075 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
39076 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
39077 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
39078 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
39079 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
39080 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
39081 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
39082 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
39083 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
39084 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
39085 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
39086 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
39087 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
39088 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
39089 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
39090 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
39091 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
39092 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
39093 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
39094 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
39095 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
39096 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
39097 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
39098 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
39099 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
39100 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
39101 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
39102 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
39103 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
39104 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
39105 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
39106 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
39107 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
39108 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
39109 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
39110 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
39111 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
39112 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
39113 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
39114 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
39115 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
39116 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
39117 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
39118 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
39119 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
39120 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
39121
73c5ebe3
JM
39122 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
39123 _XOPEN_SOURCE_EXTENDED for XPG4.
39124
39c33b6c
JM
39125 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
39126
62fde54f
JM
39127 * Makeconfig (localtime): Remove variable.
39128 (inst_localtime-file): Likewise.
39129
0741d64c
AS
391302012-05-01 Andreas Schwab <schwab@linux-m68k.org>
39131
39132 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
39133 Update.
39134 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39135 Update.
39136 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
39137 Update.
39138 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
39139 Update.
39140 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
39141 Update.
39142 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
39143 Update.
39144 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39145 Update.
39146 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
39147 Update.
39148 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39149 Update.
39150
7cb029ee
JM
391512012-05-01 Joseph Myers <joseph@codesourcery.com>
39152
39153 [BZ #2550]
39154 [BZ #2570]
39155 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
39156 comparisons to determine direction to adjust input.
39157 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
39158 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
39159 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
39160 Likewise.
39161 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
39162 Likewise.
39163 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
39164 Likewise.
39165 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
39166 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
39167 Likewise.
39168 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
39169 Likewise.
39170 * math/libm-test.inc (nexttoward_test): Add more tests.
39171
412bd966
AS
391722012-05-01 Andreas Schwab <schwab@linux-m68k.org>
39173
39174 [BZ #14040]
39175 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
39176 in version GLIBC_2.1, not GLIBC_2.0.
39177 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
39178 Likewise.
39179
9568c0c2
JM
391802012-04-30 Joseph Myers <joseph@codesourcery.com>
39181
adfbc8ac
JM
39182 [BZ #13942]
39183 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
39184 (1 - x) * (1 + x).
39185 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39186 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
39187 * math/libm-test.inc (acos_test): Add more tests.
39188 (asin_test): Likewise.
39189 * sysdeps/i386/fpu/libm-test-ulps: Update.
39190 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39191
5ba3cc69
JM
39192 [BZ #14034]
39193 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
39194 of square root.
39195 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
39196 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39197 * math/libm-test.inc (acos_test_tonearest): New function.
39198 (acos_test_towardzero): Likewise.
39199 (acos_test_downward): Likewise.
39200 (acos_test_upward): Likewise.
39201 (asin_test_tonearest): Likewise.
39202 (asin_test_towardzero): Likewise.
39203 (asin_test_downward): Likewise.
39204 (asin_test_upward): Likewise.
39205 (main): Call the new functions.
39206 * sysdeps/i386/fpu/libm-test-ulps: Update.
39207 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39208
9568c0c2
JM
39209 [BZ #13884]
39210 [BZ #13924]
39211 * math/e_exp10.c: Include <float.h>.
39212 (__ieee754_exp10): Handle underflow here rather than multiplying
39213 large negative argument by M_LN10.
39214 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
39215 of __ieee754_expf.
39216 * math/e_exp10l.c: Include <float.h>.
39217 (__ieee754_exp10l): Handle underflow here rather than multiplying
39218 large negative argument by M_LN10l.
39219 * math/libm-test.inc (exp10_test): Add another test. Do not allow
39220 spurious overflow exception on underflow.
39221
5ac3ea17
MP
392222012-04-29 Marek Polacek <polacek@redhat.com>
39223
39224 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
39225 (__fortify_function): New macro.
39226 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
39227 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
39228 __extern_always_inline.
39229 * libio/bits/stdio2.h: Likewise.
39230 * libio/bits/stdio.h: Likewise.
39231 * string/string.h: Likewise.
39232 * string/bits/string3.h: Likewise.
39233 * include/stdio.h: Likewise.
39234 * stdlib/bits/stdlib.h: Likewise.
39235 * stdlib/stdlib.h: Likewise.
39236 * rt/bits/mqueue2.h: Likewise.
39237 * rt/mqueue.h: Likewise.
39238 * posix/bits/unistd.h: Likewise.
39239 * posix/unistd.h: Likewise.
39240 * io/bits/poll2.h: Likewise.
39241 * io/bits/fcntl2.h: Likewise.
39242 * io/fcntl.h: Likewise.
39243 * io/sys/poll.h: Likewise.
39244 * misc/bits/syslog.h: Likewise.
39245 * misc/bits/syslog-ldbl.h: Likewise.
39246 * misc/sys/syslog.h: Likewise.
39247 * socket/bits/socket2.h: Likewise.
39248 * socket/sys/socket.h: Likewise.
39249 * debug/tst-chk1.c: Likewise.
39250 * wcsmbs/bits/wchar2.h: Likewise.
39251 * wcsmbs/bits/wchar-ldbl.h: Likewise.
39252 * wcsmbs/wchar.h: Likewise.
39253
ecf0ebfb
AJ
392542012-04-29 Andreas Jaeger <aj@suse.de>
39255
39256 * Makerules (tests): Remove enable-check-abi protection.
39257 (check-abi-warn): Remove.
39258 (check-abi-%): Remove check-abi-warn usage.
39259
39260 * configure.in: Remove check-abi configure option.
39261 * configure: Regenerated.
39262 * config.make.in (enable-check-abi): Remove.
39263
6d5c57fa
AS
392642012-04-28 Andreas Schwab <schwab@linux-m68k.org>
39265
24c5d07e 39266 [BZ #14033]
ded5180a
AS
39267 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
39268 double functions to double *_finite functions.
39269
7e0d315d
AS
39270 [BZ #13941]
39271 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
39272 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
39273 LDBL_MIN_EXP.
39274 * stdio-common/Makefile (tests): Add tst-sprintf3.
39275 * stdio-common/tst-sprintf3.c: New file.
39276
6d5c57fa
AS
39277 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
39278 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
39279
0749ff8b
JM
392802012-04-28 Joseph Myers <joseph@codesourcery.com>
39281
39282 * conform/conformtest.pl: Remove duplicate typed-constant
39283 handling.
39284
8dbd5d7b
DM
392852012-04-28 David S. Miller <davem@davemloft.net>
39286
39287 * Makerules (%.abilist): Add vpath on sysdep_dirs.
39288 (check-abi-%): Remove AWK script prerequisite and explicit
39289 abilist directory.
39290 (check-abi): Rewrite to just diff the symlist with the abilist.
39291 (config-tls, config-abi-config): Delete, no longer used.
39292 (update-abi-%): Remove AWK script and explicit abilist directory.
39293 (update-abi): Rewrite to simply compare and conditionally copy the
39294 symlist and the sysdep abilist file. Remove update-abi-config
39295 checks.
39296 * abilist/ld.abilist: Remove.
39297 * abilist/libBrokenLocale.abilist: Remove.
39298 * abilist/libanl.abilist: Remove.
39299 * abilist/libcrypt.abilist: Remove.
39300 * abilist/libdl.abilist: Remove.
39301 * abilist/librt.abilist: Remove.
39302 * abilist/libthread_db.abilist: Remove.
39303 * abilist/libutil.abilist: Remove.
39304 * scripts/extract-abilist.awk: Remove.
39305 * scripts/merge-abilist.awk: Remove.
39306 * sysdeps/generic/libcidn.abilist: New file.
39307 * sysdeps/generic/libnss_compat.abilist: New file.
39308 * sysdeps/generic/libnss_db.abilist: New file.
39309 * sysdeps/generic/libnss_dns.abilist: New file.
39310 * sysdeps/generic/libnss_files.abilist: New file.
39311 * sysdeps/generic/libnss_hesiod.abilist: New file.
39312 * sysdeps/generic/libnss_nis.abilist: New file.
39313 * sysdeps/generic/libnss_nisplus.abilist: New file.
39314 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
39315 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
39316 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
39317 file.
39318 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
39319 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
39320 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
39321 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
39322 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
39323 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
39324 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
39325 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
39326 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
39327 file.
39328 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
39329 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
39330 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
39331 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
39332 file.
39333 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
39334 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
39335 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
39336 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
39337 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
39338 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
39339 file.
39340 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
39341 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
39342 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
39343 file.
39344 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
39345 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
39346 New file.
39347 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
39348 New file.
39349 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
39350 New file.
39351 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
39352 New file.
39353 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
39354 New file.
39355 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
39356 New file.
39357 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
39358 New file.
39359 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
39360 New file.
39361 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
39362 New file.
39363 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
39364 New file.
39365 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
39366 New file.
39367 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
39368 New file.
39369 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
39370 New file.
39371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
39372 file.
39373 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
39374 New file.
39375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
39376 New file.
39377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
39378 file.
39379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
39380 New file.
39381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
39382 New file.
39383 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
39384 file.
39385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
39386 New file.
39387 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39388 New file.
39389 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
39390 New file.
39391 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
39392 New file.
39393 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
39394 New file.
39395 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
39396 New file.
39397 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
39398 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
39399 file.
39400 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
39401 New file.
39402 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
39403 file.
39404 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
39405 file.
39406 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
39407 file.
39408 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
39409 file.
39410 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39411 file.
39412 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39413 New file.
39414 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39415 file.
39416 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39417 file.
39418 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39419 New file.
39420 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39421 file.
39422 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39423 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39424 file.
39425 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39426 New file.
39427 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39428 file.
39429 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39430 file.
39431 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39432 file.
39433 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39434 file.
39435 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39436 file.
39437 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39438 New file.
39439 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39440 file.
39441 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39442 file.
39443 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39444 New file.
39445 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39446 file.
39447 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39448 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39449 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39450 file.
39451 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39452 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39453 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39454 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39455 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39456 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39457 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39458 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39459 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39460 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39461 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39462 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39463 file.
39464 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39465 New file.
39466 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39467 file.
39468 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39469 file.
39470 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39471 file.
39472 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39473 file.
39474 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39475 file.
39476 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39477 New file.
39478 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39479 New file.
39480 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39481 file.
39482 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39483 New file.
39484 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39485 file.
39486 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39487 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39488 file.
39489 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39490 New file.
39491 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39492 file.
39493 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39494 file.
39495 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39496 file.
39497 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39498 file.
39499 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39500 file.
39501 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39502 New file.
39503 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39504 New file.
39505 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39506 file.
39507 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39508 New file.
39509 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39510 file.
39511
41d73a1b
JM
395122012-04-28 Joseph Myers <joseph@codesourcery.com>
39513
39514 * conform/conformtest.pl: Fix typo in handling typed-constant from
39515 allow-header.
39516
28aeeda4
JM
395172012-04-27 Joseph Myers <joseph@codesourcery.com>
39518
adae8f5e
JM
39519 * README: Cut down references to pre-2.6 Linux kernels and
39520 Linuxthreads. Update lists of configurations in libc and ports
39521 and sort alphabetically. Say "or newer" with Linux kernel version
39522 requirements.
39523
28aeeda4
JM
39524 * config.h.in [IS_IN_build]: Allow compiling without optimization.
39525
a462cb63
RA
395262012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
39527
39528 [BZ #887]
39529 * math/libm-test.inc (logb_test_downward): New test to expose
39530 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39531 rounding mode.
39532
6ad3493e
JM
395332012-04-27 Joseph Myers <joseph@codesourcery.com>
39534
39535 [BZ #14027]
39536 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39537 to be done.
39538 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39539 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39540
2ce4f015
JM
395412012-04-26 Joseph Myers <joseph@codesourcery.com>
39542
5aeb141a
JM
39543 * sysdeps/unix/i386/brk.S: Remove file.
39544 * sysdeps/unix/i386/dl-brk.S: Likewise.
39545 * sysdeps/unix/i386/pipe.S: Likewise.
39546 * sysdeps/unix/i386/sigreturn.S: Likewise.
39547 * sysdeps/unix/i386/syscall.S: Likewise.
39548 * sysdeps/unix/i386/vfork.S: Likewise.
39549 * sysdeps/unix/i386/wait.S: Likewise.
39550
7143acae
JM
39551 * sysdeps/unix/common/tcsendbrk.c: Move to ...
39552 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39553
2ce4f015
JM
39554 * configure.in (arm*-none*): Do not allow without
39555 --enable-hacker-mode.
39556 (netbsd*): Remove case setting base_os.
39557 (386bsd*): Likewise.
39558 (freebsd*): Likewise.
39559 (bsdi*): Likewise.
39560 (osf*): Likewise.
39561 (sunos*): Likewise.
39562 (ultrix*): Likewise.
39563 (newsos*): Likewise.
39564 (dynix*): Likewise.
39565 (*bsd*): Likewise.
39566 (sysv*): Likewise.
39567 (isc*): Likewise.
39568 (esix*): Likewise.
39569 (sco*): Likewise.
39570 (minix*): Likewise.
39571 (irix4*): Likewise.
39572 (irix6*): Likewise.
39573 (solaris[2-9]*): Likewise.
39574 (none): Likewise.
39575 * configure: Regenerated.
39576
0ac229c8
AZ
395772012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39578
39579 [BZ #11521]
39580 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39581 overflow or cancellation in calculating denominator.
39582 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39583 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39584 down expression to avoid unexpected rounding in newer GCCs.
39585 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39586
33f244f4
DM
395872012-04-26 David S. Miller <davem@davemloft.net>
39588
39589 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39590 long-double compat symbols.
39591 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39592 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39593 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39594 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39595 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39596 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39597 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39598 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39599 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39600 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39601 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39602 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39603 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39604
cfa1f3e8
DM
396052012-04-25 David S. Miller <davem@davemloft.net>
39606
39607 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39608 HWCAP_* values only after the memory barriers have been defined.
39609 (atomic_full_barrier): Define.
39610 (atomic_read_barrier): Define.
39611 (atomic_write_barrier): Define.
39612
6e236b92
SP
396132012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
39614
39615 * shlib-versions: Add libgcc_s version information.
39616 * sysdeps/generic/libgcc_s.h: Remove.
39617 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39618 libgcc_s.h.
39619 * sysdeps/gnu/unwind-resume.c: Likewise.
39620 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39621
aab39a09
DM
396222012-04-25 David S. Miller <davem@davemloft.net>
39623
39624 * sysdeps/unix/sparc/brk.S: Delete.
39625 * sysdeps/unix/sparc/dl-brk.S: Delete.
39626 * sysdeps/unix/sparc/pipe.S: Delete.
39627 * sysdeps/unix/sparc/sysdep.S: Delete.
39628 * sysdeps/unix/sparc/sysdep.h: Delete.
39629 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
39630 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39631 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39632 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39633 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
39634 (JUMPTARGET): Remove.
39635 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39636 sysdeps/unix/sparc/sysdep.h
39637 (ENTRY, END): Remove.
39638 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39639
a3cc4f48
JM
396402012-04-25 Joseph Myers <joseph@codesourcery.com>
39641
2ed8cda2
JM
39642 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39643 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39644 -DIS_IN_build.
39645
35d76d59
JM
39646 * timezone/README: Update upstream location and email address for
39647 tzcode and tzdata.
39648 * timezone/zdump.c: Update from tzcode 2012b.
39649 * timezone/zic.c: Likewise.
39650
a3cc4f48
JM
39651 * configure.in (libc_cv_as_needed): Remove test.
39652 * configure: Regenerated.
39653 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39654 conditional definition.
39655 [$(have-as-needed) != yes] (no-as-needed): Likewise.
39656 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39657 * config.make.in (have-as-needed): Remove variable.
39658
ceab42c3
SP
396592012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39660 Paul Pluzhnikov <ppluzhnikov@google.com>
39661
39662 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39663 strings correctly.
39664
3ce2865f
CLT
396652012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
39666
39667 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39668 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39669 * sysdeps/sh/strlen.S: Likewise.
39670
f37e0d68
JM
396712012-04-24 Joseph Myers <joseph@codesourcery.com>
39672
ae186e9a
JM
39673 * sysdeps/unix/fork.S: Remove file.
39674 * sysdeps/unix/i386/fork.S: Likewise.
39675 * sysdeps/unix/sparc/fork.S: Likewise.
39676
b96914af
JM
39677 * sysdeps/unix/system.c: Remove file.
39678 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39679
f37e0d68
JM
39680 * sysdeps/unix/getegid.S: Remove file.
39681 * sysdeps/unix/geteuid.S: Likewise.
39682
87ef29ca
RM
396832012-04-24 Roland McGrath <roland@hack.frob.com>
39684
83bcd236
RM
39685 * scripts/check-localplt.awk: New file.
39686 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39687 of diff.
39688 * scripts/data/localplt-generic.data: Add a comment.
39689
87ef29ca
RM
39690 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39691 NODE when __dir_mkfile failed.
39692 * sysdeps/mach/hurd/symlinkat.c: Likewise.
39693 Reported by Ludovic Courtès <ludo@gnu.org>.
39694
e5a6e567
AJ
396952012-04-24 Andreas Jaeger <aj@suse.de>
39696
39697 * Makerules (common-clean): Also remove gen-as-const-headers
39698 files.
39699
c1820385
JM
397002012-04-24 Joseph Myers <joseph@codesourcery.com>
39701
39702 * Makerules (native-compile): Do not change working directory for
39703 build. Use $(OUTPUT_OPTION) in command.
39704 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39705
94e02fc4
AZ
397062012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39707
39708 [BZ #13886]
39709 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39710 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39711 * math/libm-test.inc (floor_test): Add more tests.
39712 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39713
3a533ca3
JM
397142012-04-24 Joseph Myers <joseph@codesourcery.com>
39715
940ab4b3
JM
39716 * sysdeps/unix/getdents.c: Remove file.
39717 * sysdeps/unix/sysv/getdents.c: Likewise.
39718 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39719
90e037bd
JM
39720 * sysdeps/unix/syscalls.list (madvise): Add syscall from
39721 sysdeps/unix/mman/syscalls.list.
39722 (mmap): Likewise.
39723 (mprotect): Likewise.
39724 (msync): Likewise.
39725 (munmap): Likewise.
39726 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39727 * sysdeps/unix/mman/syscalls.list: Remove.
39728 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39729
3a533ca3
JM
39730 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39731 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39732 * configure: Regenerated.
39733 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39734 $(libgcc_s_suffix).
39735 * config.make.in (libgcc_s_suffix): Remove variable.
39736
1ad743de
JM
397372012-04-23 Joseph Myers <joseph@codesourcery.com>
39738
4ad451e2
JM
39739 * sysdeps/unix/sysv/gethostname.c: Move to ...
39740 * sysdeps/posix/gethostname.c: ... here.
39741
5e37ce39
JM
39742 * sysdeps/unix/execve.S: Remove file.
39743
1ad743de
JM
39744 * sysdeps/unix/_exit.S: Remove file.
39745
4e681b5b
AJ
397462012-04-23 Andreas Jaeger <aj@suse.de>
39747
39748 [BZ #13739]
39749 * manual/Makefile: Remove make dist support, there's no
39750 need for a stand-alone documentation tar ball.
39751 (TEXI2DVI): Define always, it's not in Makeconfig.
39752 (dist): Removed.
39753 (tar-it): Removed.
39754 (edition): Removed.
39755 (glibc-doc-$(edition).tar): Removed
39756 (%.Z): Removed.
39757 (%.gz): Removed.
39758 (%.uu): Removed.
39759 (ETAGS): Remove, it's in Makeconfig.
39760 (move-if-change): Remove, it's in Makeconfig.
39761
38686a03 397622012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
39763
39764 [BZ #13970]
39765 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39766 (strtod, strtof, strtold, strtol, strtoul, strtoq)
39767 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39768 (strtod_l, strtof_l, strtold_l): Remove __wur.
39769 It is not necessarily an error to ignore strtol's return value.
39770 One can reliably look at the stored endptr to decide whether
39771 the number had valid syntax.
39772
7c0616fa
AJ
397732012-04-21 Andreas Jaeger <aj@suse.de>
39774
803cb6b7 39775 [BZ #13739]
7c0616fa
AJ
39776 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39777
b0fe253f
JM
397782012-04-21 Joseph Myers <joseph@codesourcery.com>
39779
39780 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39781 * sysdeps/unix/sysv/Versions: Remove file.
39782
8280f22d
MT
397832012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
39784
39785 [BZ #13927]
39786 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39787
75ce411f 397882012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
39789
39790 [BZ #7064]
39791 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39792 version from __vm86.
39793
097d59fa
JM
397942012-04-20 Joseph Myers <joseph@codesourcery.com>
39795
a90f3bcb
JM
39796 * sysdeps/unix/common/lxstat.c: Remove file.
39797 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39798
edc7ea78
JM
39799 * sysdeps/unix/sysv/Makefile: Remove file.
39800
cb78c221
JM
39801 * sysdeps/unix/sysv/direct.h: Remove file.
39802
efa6a45f
JM
39803 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39804 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39805 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39806 * sysdeps/unix/sysv/bits/signum.h: Likewise.
39807 * sysdeps/unix/sysv/bits/stat.h: Likewise.
39808 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39809 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39810
9c9f2d0c
JM
39811 * sysdeps/unix/sysv/setrlimit.c: Remove file.
39812
4541c83b
JM
39813 * sysdeps/unix/xmknod.c: Remove file.
39814 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39815
f5d153a0
JM
39816 * sysdeps/unix/sysv/settimeofday.c: Remove file.
39817
aa746595
JM
39818 * sysdeps/unix/sysv/i386/time.S: Remove file.
39819
cce5905e
JM
39820 * sysdeps/unix/fxstat.c: Remove file.
39821 * sysdeps/unix/xstat.c: Likewise.
39822 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39823
37fa3841
JM
39824 * sysdeps/unix/sysv/sigaction.c: Remove file.
39825
ff1962a3
JM
39826 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39827 (sysdep_headers): Remove variable.
39828 [termio.h not in sysdep_headers] (generated): Likewise.
39829 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39830 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39831 * sysdeps/unix/sysv/tcdrain.c: Likewise.
39832 * sysdeps/unix/sysv/tcflow.c: Likewise.
39833 * sysdeps/unix/sysv/tcflush.c: Likewise.
39834 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39835 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39836 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39837 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39838 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39839
e7740d31
JM
39840 * sysdeps/unix/siglist.c: Remove file.
39841
ee06f18b
JM
39842 * sysdeps/unix/getppid.S: Remove file.
39843
097d59fa
JM
39844 * sysdeps/unix/mkdir.c: Remove file.
39845 * sysdeps/unix/rmdir.c: Likewise.
39846
ff3d51ec
AS
398472012-04-19 Andreas Schwab <schwab@linux-m68k.org>
39848
39849 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39850 ERR_MAX value.
39851 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39852 errlist-compat value.
39853
50f81fd7
DM
398542012-04-18 David S. Miller <davem@davemloft.net>
39855
39856 * sysdeps/generic/memcopy.h (reg_char): Delete.
39857 * debug/strcat_chk.c: Use char, not reg_char.
39858 * debug/strcpy_chk.c: Likewise.
39859 * debug/strncat_chk.c: Likewise.
39860 * debug/strncpy_chk.c: Likewise.
39861 * string/memchr.c: Likewise.
39862 * string/memrchr.c: Likewise.
39863 * string/rawmemchr.c: Likewise.
39864 * string/strcat.c: Likewise.
39865 * string/strchr.c: Likewise.
39866 * string/strchrnul.c: Likewise.
39867 * string/strcmp.c: Likewise.
39868 * string/strcpy.c: Likewise.
39869 * string/strncat.c: Likewise.
39870 * string/strncmp.c: Likewise.
39871 * string/strncpy.c: Likewise.
39872
8ff41c46
WS
398732012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39874
39875 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39876 __builtin_memcopy is called when src and dest ranges are known to not
39877 overlap.
39878
6b652f46
WS
398792012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39880
39881 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39882 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39883 fwd_align_merge macro call.
39884 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39885 bwd_align_merge macro call.
39886 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39887
b282631e
WS
398882012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39889
39890 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39891 bwd_align_merge macros.
39892 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39893 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39894 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39895
95aa737c
DM
398962012-04-18 David S. Miller <davem@davemloft.net>
39897
39898 * sysdeps/sparc/sparc64/memcopy.h: Delete.
39899
7a99a614
AJ
399002012-04-18 Andreas Jaeger <aj@suse.de>
39901
39902 [BZ# 6794]
39903 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39904 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39905 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39906
39907 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39908 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39909 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39910
39911 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39912 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39913 Adjust for changed ldbl-128 files.
39914
39915 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39916 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39917 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39918
e5270c23
DM
399192012-04-17 David S. Miller <davem@davemloft.net>
39920
39921 * sysdeps/sparc/sparc32/memcopy.h: Delete.
39922
fb5e92c9
AS
399232012-04-17 Andreas Schwab <schwab@linux-m68k.org>
39924
39925 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39926 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39927 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39928 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39929 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39930 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39931
76da7265
AZ
399322012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39933
39934 [BZ #6794]
39935 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39936 * math/libm-test.inc: Add ilogb errno and exception tests.
39937 * math/w_ilogb.c: New file: ilogb wrapper.
39938 * math/w_ilogbf.c: New file: ilogbf wrapper.
39939 * math/w_ilogbl.c: New file: ilogbl wrapper.
39940 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39941 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39942 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39943 exception being thrown with 0.0 as argument.
39944 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39945 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39946 exception being thrown with 0.0 as argument.
39947 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39948 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39949 exception being thrown with 0.0 as argument.
39950 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39951 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39952 exception being thrown with 0.0 as argument.
39953 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39954 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 39955 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
39956 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39957 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39958 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39959 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39960 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39961 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39962
0396e69d
PB
399632012-04-17 Petr Baudis <pasky@ucw.cz>
39964
39965 * include/sys/uio.h: Change __vector to __iovec to avoid clash
39966 with altivec.
39967
750b5926
MP
399682012-04-16 Marek Polacek <polacek@redhat.com>
39969
39970 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39971
751728a1
MP
399722012-04-16 Marek Polacek <polacek@redhat.com>
39973
39974 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39975 operands of fdivp instruction.
39976
34a27407
L
399772012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39978
39979 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39980 * elf/tst-auditmod3b.c: Likewise.
39981 * elf/tst-auditmod4b.c: Likewise.
39982 * elf/tst-auditmod5b.c: Likewise.
39983 * elf/tst-auditmod6b.c: Likewise.
39984 * elf/tst-auditmod6c.c: Likewise.
39985 * elf/tst-auditmod7b.c: Likewise.
39986 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39987 * sysdeps/x86_64/preconfigure.in: Likewise.
39988 * sysdeps/x86_64/preconfigure: Regenerated.
39989
7e73e17d
L
399902012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39991
39992 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39993 __ILP32__.
39994
c7a6ab72
AB
399952012-04-13 Antoine Balestrat <merkil33@gmail.com>
39996
39997 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39998 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39999
a9e8e0e0
CL
400002012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
40001
40002 [BZ #13973]
40003 * locale/iso-639.def: Fix gl language name. Spotted by
40004 Yaron Shahrabani.
40005
ec98af7d
RM
400062012-04-12 Roland McGrath <roland@hack.frob.com>
40007
40008 [BZ #2074]
40009 * libio/libio.h (__io_write_fn): Update comment.
40010
247c3ede
PB
400112012-04-12 Petr Baudis <pasky@ucw.cz>
40012
40013 [BZ #2074]
40014 * stdio.texi (Hook Functions): The user provided writer function
40015 is not allowed to return -1.
40016
55939d6d
DM
400172012-04-11 David S. Miller <davem@davemloft.net>
40018
40019 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40020
90020f5a
MF
400212012-04-11 Mike Frysinger <vapier@gentoo.org>
40022
40023 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
40024 Add a leading slash to rtkaio.
40025
288f9098
JM
400262012-04-11 Jim Meyering <meyering@redhat.com>
40027
90020f5a
MF
40028 [BZ #11959]
40029 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
40030 It is not necessarily an error to ignore fwrite's return
40031 value. One can reliably use ferror to test for errors after
40032 the fact.
288f9098 40033
4be2b570
L
400342012-04-10 H.J. Lu <hongjiu.lu@intel.com>
40035
40036 * bits/types.h (__snseconds_t): New type.
40037 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
40038
40039 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
40040 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40041 (__SNSECONDS_T_TYPE): Likewise.
40042 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
40043 (__SNSECONDS_T_TYPE): Likewise.
40044 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40045 (__SNSECONDS_T_TYPE): Likewise.
40046
288f9098 400472012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
40048
40049 [BZ #2636]
40050 * manual/time.texi (Processor Time): Return type of times is
40051 elapsed real time since an arbitrary point in the past.
40052 (CPU Time): Move CLK_TCK from here...
40053 (Processor Time): ...to here. Correct description.
40054 * manual/conf.texi (Constants for Sysconf): Correct description of
40055 _SC_CLK_TCK.
40056
d7dd4413
DM
400572012-04-10 David S. Miller <davem@davemloft.net>
40058
40059 [BZ #13967]
40060 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
40061 where the is a gap between DT_REL(A) and DT_JMPREL.
40062
b46068fc
L
400632012-04-10 H.J. Lu <hongjiu.lu@intel.com>
40064
40065 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
40066 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40067 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40068
73d65cc3
SP
400692012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
40070
40071 * elf/dl-support.c (_dl_inhibit_cache): New variable.
40072 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
40073 (dl_main): Handle --inhibit-cache.
40074 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
40075 _dl_inhibit_cache.
40076 * elf/dl-load.c (_dl_map_object): Use it.
40077 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
40078
bcc8d661
JM
400792012-04-09 Joseph Myers <joseph@codesourcery.com>
40080
8f9a2fae
JM
40081 [BZ #13872]
40082 * sysdeps/i386/fpu/e_powl.S (p78): New object.
40083 (__ieee754_powl): Saturate large exponents rather than testing for
40084 overflow of y*log2(x).
40085 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40086 * math/libm-test.inc (pow_test): Do not permit spurious overflow
40087 exceptions.
40088
bcc8d661
JM
40089 [BZ #11521]
40090 * math/s_ctan.c: Include <float.h>.
40091 (__ctan): Avoid internal overflow or cancellation in calculating
40092 denominator.
40093 * math/s_ctanf.c: Likewise.
40094 * math/s_ctanl.c: Likewise.
40095 * math/s_ctanh.c: Likewise.
40096 * math/s_ctanhf.c: Likewise.
40097 * math/s_ctanhl.c: Likewise.
40098 * math/libm-test.inc (ctan_test): Add more tests.
40099 (ctanh_test): Likewise.
40100 * sysdeps/i386/fpu/libm-test-ulps: Update.
40101 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40102
823fbbb4
AJ
401032012-04-09 Andreas Jaeger <aj@suse.de>
40104
03879793
AJ
40105 [BZ #6894]
40106 * manual/filesys.texi (Directory Entries): Mention that d_namlen
40107 is an optional BSD extension.
40108
823fbbb4
AJ
40109 [BZ #10254]
40110 * manual/stdio.texi (Opening Streams): Document additional fopen
40111 parameters.
40112
8de131cb
RM
401132012-04-09 Roland McGrath <roland@hack.frob.com>
40114
40115 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
40116 %eax without telling the compiler.
40117
c0ed9d7d
CD
401182012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
40119
40120 [BZ # 13963]
40121 * manual/install.texi: Use sourceware.org.
40122
c483f6b4
JM
401232012-04-09 Joseph Myers <joseph@codesourcery.com>
40124
d7dd9453
JM
40125 [BZ #13873]
40126 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
40127 (__ieee754_pow): Generate overflow and underflow using huge*huge
40128 and tiny*tiny rather than just returning constant infinity or zero
40129 for large exponents.
40130 * math/libm-test.inc (pow_test): Require overflow exceptions for
40131 applicable cases of large exponents.
40132
c483f6b4
JM
40133 [BZ #706]
40134 * sysdeps/i386/fpu/e_pow.S (p10): New object.
40135 (__ieee754_pow): Use iterative multiplication algorithm only for
40136 integer exponents with absolute value below 1024. Check for odd
40137 integer exponents when using algorithm for real exponents.
40138 * math/libm-test.inc (pow_test): Add more tests.
40139 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40140
d2de7579
JM
401412012-04-08 Joseph Myers <joseph@codesourcery.com>
40142
40143 [BZ #13705]
40144 * math/libm-test.inc (exp_test): Do not allow overflow exception
40145 on underflow test.
40146
f77f1232
AJ
401472012-04-08 Aurelien Jarno <aurelien@aurel32.net>
40148
40149 [BZ #13705]
40150 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
40151 instead of __kernel_standard_f.
40152
3884932b
MF
401532012-04-08 Mike Frysinger <vapier@gentoo.org>
40154
40155 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
40156 * sysdeps/x86_64/memset_chk.S: Likewise.
40157
54472e9c
AJ
401582012-04-08 Andreas Jaeger <aj@suse.de>
40159
6ab0fbfc
AJ
40160 [BZ #10153]
40161 * manual/startup.texi (Environment Access): Describe return value
40162 for putenv and setenv.
40163
61efba8c
AJ
40164 [BZ #6895]
40165 * manual/filesys.texi (Directory Entries): Add description for
40166 DT_LNK.
40167
95c3f29a
AJ
40168 [BZ #6890]
40169 * manual/filesys.texi (Directory Entries): Clarify that it's file
40170 system not operating system in the description of DT_UNKNOWN.
40171
54472e9c
AJ
40172 [BZ #6578]
40173 * manual/syslog.texi (closelog): Fix reference, it's openlog.
40174
624254b1
SC
401752012-04-08 Stephen Compall <s11@member.fsf.org>
40176
40177 [BZ #6649]
40178 * manual/llio.texi (Opening and Closing Files): Add cross
40179 reference to explain mode argument.
40180
1e4920e0
MF
401812012-04-07 Mike Frysinger <vapier@gentoo.org>
40182
40183 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
40184 * sysdeps/x86_64/memset_chk.S: Likewise.
40185
5ed848f3
DM
401862012-04-07 David S. Miller <davem@davemloft.net>
40187
40188 * elf/elf.h (R_SPARC_WDISP10): Define.
40189 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
40190 R_SPARC_SIZE32.
40191 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
40192 R_SPARC_SIZE64 and R_SPARC_H34.
40193
96154cd8
CD
401942012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
40195
40196 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
40197 conditions and remove no longer applicable assertion.
40198
9904dc47
L
401992012-04-06 H.J. Lu <hongjiu.lu@intel.com>
40200
40201 * bits/byteswap.h: Include <features.h>.
40202 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40203 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40204
f8887d0a
L
402052012-04-06 H.J. Lu <hongjiu.lu@intel.com>
40206
40207 * bits/byteswap.h (__bswap_16): Removed.
40208 Include <bits/byteswap-16.h> to get __bswap_16.
40209 * sysdeps/i386/bits/byteswap.h: Likewise.
40210 * sysdeps/s390/bits/byteswap.h: Likewise.
40211 * sysdeps/x86_64/bits/byteswap.h: Likewise.
40212 * bits/byteswap-16.h: New file.
40213 * sysdeps/i386/bits/byteswap-16.h: Likewise.
40214 * sysdeps/s390/bits/byteswap-16.h: Likewise.
40215 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
40216 * string/Makefile (headers): Add bits/byteswap-16.h.
40217
62470f60
PP
402182012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
40219
40220 [BZ #13895]
40221 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
40222 extra indirection.
40223 * nss/Makefile (tests-static, tests): Add tst-nss-static.
40224 * nss/tst-nss-static.c: New.
40225
4dad7bab
RM
402262012-04-06 Robert Millan <rmh@gnu.org>
40227
40228 [BZ #6486]
40229 * manual/llio.texi (File Position Primitive): lseek
40230 refers to WHENCE when it really means OFFSET.
40231
e9142a17
AJ
402322012-04-06 Andreas Jaeger <aj@suse.de>
40233
2c040eff
AJ
40234 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
40235 strncmp declarations.
40236
e9142a17
AJ
40237 * abilist/libc.abilist: Add __poll and __ppoll.
40238
ff9f1c5f
DM
402392012-04-05 David S. Miller <davem@davemloft.net>
40240
dcd2ae90
DM
40241 * scripts/check-local-headers.sh: Accept a host triplet in the
40242 path matched by the exclude regexp.
40243
993eb054
DM
40244 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
40245 definition.
40246 * sysdeps/powerpc/powerpc32/dl-machine.h
40247 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
40248 * sysdeps/s390/s390-32/dl-machine.h
40249 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40250 * sysdeps/sparc/sparc32/dl-machine.h
40251 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40252 * sysdeps/sparc/sparc64/dl-machine.h
40253 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40254
ff9f1c5f
DM
40255 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
40256 lazy binding.
48e2e132 40257 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
40258 undefined symbol errors.
40259
48e2e132 40260 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
40261 DT_NEEDED entries.
40262
e80d6f94
MM
402632012-04-05 Michael Matz <matz@suse.de>
40264
40265 [BZ #13592]
40266 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
40267
349fa79f
AJ
402682012-04-05 Andreas Jaeger <aj@suse.de>
40269
40270 [BZ #13908]
40271 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
40272 comment.
40273
f402708f
KK
402742012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40275
40276 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
40277 which ROUND is no valid rounding mode.
40278
2ecccfc9
KK
402792012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40280
40281 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
40282 read again.
40283 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
40284
8a53f50f
KK
402852012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40286
40287 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
40288 an exception using FPU order intentionally.
40289
402902012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40291
40292 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
40293 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
40294 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
40295 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
40296
d653abb7
SJ
402972012-04-05 Simon Josefsson <simon@josefsson.org>
40298
40299 [BZ #12340]
40300 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
40301 EINVAL when BUFLEN is too smal.
40302
c3b1bf7d
TS
403032012-04-05 Thomas Schwinge <thomas@codesourcery.com>
40304
40305 [BZ #13553]
40306 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
40307 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
40308
b1aa60f3
AJ
403092012-04-03 Andreas Jaeger <aj@suse.de>
40310
c3b1bf7d 40311 [BZ #13938]
67f60a26
AJ
40312 * manual/setjmp.texi (System V contexts): Fix sentence.
40313
b1aa60f3
AJ
40314 [BZ #13926]
40315 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
40316 New macro for this case.
40317 [!__GNUC__] (__bswap_64): New inline function for this case.
40318 * sysdeps/x86_64/bits/byteswap.h: Likewise.
40319 * bits/byteswap.h: Likewise.
40320 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
40321 ull, guard with __GLIBC_HAVE_LONG_LONG.
40322
40323 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
40324 __GLIBC_HAVE_LONG_LONG.
40325
40326 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
40327 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
40328
39c59c35
TMQMF
403292012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40330
40331 [BZ #13691]
40332 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
40333 inptr and inend, rather than using last_ch.
40334
135ffda8
DM
403352012-04-02 David S. Miller <davem@davemloft.net>
40336
40337 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
40338 * stdio-common/printf-parse.h (read_int): Change return type to
40339 'int', return -1 on INT_MAX overflow.
40340 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
40341 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
40342 overflows INT_MAX. Check for overflow of in-format-string precision
40343 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
40344 SIZE_MAX not INT_MAX for integer overflow test.
40345 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
40346 skip the construct in the format string but do not record anything.
40347 * stdio-common/bug22.c: Adjust to test both width/prevision
40348 INT_MAX overflow as well as total length INT_MAX overflow. Check
40349 explicitly for proper errno values.
40350
228c019e
TS
403512012-04-02 Thomas Schwinge <thomas@codesourcery.com>
40352
302cadd3
TS
40353 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
40354 CHAR_MAX.
40355 * string/test-strcmp.c [! WIDE]: Likewise.
40356 * time/tst-mktime2.c: Likewise for INT_MAX.
40357 * string/test-string.h: #include <sys/param.h> for MIN.
40358
228c019e
TS
40359 * csu/init-first.c (__libc_init_first): Call __ctype_init.
40360 * sysdeps/i386/init-first.c (init): Likewise.
40361 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
40362 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
40363 * sysdeps/sh/init-first.c (init): Likewise.
40364
cfa633f5
UD
403652012-04-01 Ulrich Drepper <drepper@gmail.com>
40366
40367 * po/ru.po: Update from translation team.
d1635ef8 40368 * po/vi.po: Likewise.
cfa633f5 40369
6cd0a5ea
SP
403702012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
40371
40372 * resolv/nss_dns/dns-host.c: Merge copyright years.
40373
4b43400f
LD
403742012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40375
40376 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
40377 Optimize memcpy with prefetch if
40378 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
40379 src, dst pointers have unequal 16 byte alignments.
40380
48c41d04
SP
403812012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
40382
40383 [BZ #13928]
40384 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
40385 from a CNAME entry and return the minimum ttl for the query.
40386 (gaih_getanswer_slice): Likewise.
40387
b8dc394d
JL
403882012-03-30 Jeff Law <law@redhat.com>
40389
40390 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
40391 due to long keys.
40392 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
40393 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
40394
2f5a5ed0
JL
40395 * resolv/nss_dns/dns-host.c: Update copyright year.
40396
1d39e359
UD
403972012-03-30 Ulrich Drepper <drepper@gmail.com>
40398
c030f70c 40399 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 40400 requests to save a system call. Fix check that all bytes are sent.
c030f70c 40401
1d39e359
UD
40402 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
40403 comments for sendmmsg.
40404
404052012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
40406
40407 [BZ #13691]
40408 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
40409 with only 1 character between 0x0041 and 0x01b0.
40410 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40411 * wcsmbs/tst-mbsnrtowcs.c: New file.
40412
20fde227
DM
404132012-03-29 David S. Miller <davem@davemloft.net>
40414
40415 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40416 small copies by hand.
40417
984a4237
JL
404182012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
40419
40420 [BZ #13761]
57f41c40
AS
40421 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40422 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40423 group memberships.
984a4237 40424
18c9d62b
DM
404252012-03-28 David S. Miller <davem@davemloft.net>
40426
88d85d4f
DM
40427 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40428 that branches into memcpy.
40429 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40430 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40431 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40432 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40433 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40434 bits.
40435 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40436 implementation too.
40437 * sysdeps/sparc/mempcpy.S: New file.
40438
e5aa83e1
DM
40439 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40440 the IFUNC routine in the libc case.
40441 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40442
88570753
DM
40443 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40444 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40445 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40446 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40447 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40448 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40449 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40450 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40451
249d7567
DM
40452 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40453 loop to 256 bytes instead of 64 bytes and fix test signedness.
40454
18c9d62b
DM
40455 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40456 * sysdeps/sparc/sparc32/Makefile: rather than here...
40457 * sysdeps/sparc/sparc64/Makefile: and here.
40458
05f3d1f6
UD
404592012-03-28 Ulrich Drepper <drepper@gmail.com>
40460
40461 * malloc/mallocbug.c: Avoid warnings about unused variables.
40462
86ae07a8
JL
404632012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
40464
40465 [BZ #13760]
40466 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40467 in the right place. Discard and retry query if response is
40468 larger than input buffer size.
40469
41bf21a1
JM
404702012-03-28 Joseph Myers <joseph@codesourcery.com>
40471
d6270972
JM
40472 [BZ #369]
40473 [BZ #2678]
40474 [BZ #3866]
40475 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40476 x for large integer exponent.
40477 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40478 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
40479 sign of result as needed afterwards.
40480 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40481 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40482 result for underflowing pow the same as for overflow.
40483 (__kernel_standard_l): Handle powl overflow and underflow here
40484 rather than calling __kernel_standard.
40485 * math/libm-test.inc (pow_test): Add more tests.
40486
414fca03 40487 [BZ #3868]
41bf21a1
JM
40488 [BZ #13879]
40489 [BZ #13910]
40490 [BZ #13911]
40491 [BZ #13912]
40492 [BZ #13913]
40493 [BZ #13915]
40494 [BZ #13916]
40495 [BZ #13917]
40496 [BZ #13918]
40497 [BZ #13919]
40498 [BZ #13920]
40499 [BZ #13921]
40500 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40501 * sysdeps/ieee754/k_standard.c: Include <float.h>.
40502 (__kernel_standard_l): New function.
40503 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40504 __kernel_standard.
40505 * math/w_acosl.c (__acosl): Likewise.
40506 * math/w_asinl.c (__asinl): Likewise.
40507 * math/w_atan2l.c (__atan2l): Likewise.
40508 * math/w_atanhl.c (__atanhl): Likewise.
40509 * math/w_coshl.c (__coshl): Likewise.
40510 * math/w_exp10l.c (__exp10l): Likewise.
40511 * math/w_exp2l.c (__exp2l): Likewise.
40512 * math/w_fmodl.c (__fmodl): Likewise.
40513 * math/w_hypotl.c (__hypotl): Likewise.
40514 * math/w_j0l.c (__j0l, __y0l): Likewise.
40515 * math/w_j1l.c (__j1l, __y1l): Likewise.
40516 * math/w_jnl.c (__jnl, __ynl): Likewise.
40517 * math/w_lgammal.c (__lgammal): Likewise.
40518 * math/w_log10l.c (__log10l): Likewise.
40519 * math/w_log2l.c (__log2l): Likewise.
40520 * math/w_logl.c (__logl): Likewise.
40521 * math/w_powl.c (__powl): Likewise.
40522 * math/w_remainderl.c (__remainderl): Likewise.
40523 * math/w_scalbl.c (sysv_scalbl): Likewise.
40524 * math/w_sinhl.c (__sinhl): Likewise.
40525 * math/w_sqrtl.c (__sqrtl): Likewise.
40526 * math/w_tgammal.c (__tgammal): Likewise.
40527 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40528 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40529 * math/libm-test.inc (acos_test): Add more tests.
40530 (acosh_test): Likewise.
40531 (asin_test): Likewise.
40532 (atanh_test): Likewise.
40533 (exp_test): Likewise.
40534 (exp10_test): Likewise.
40535 (exp2_test): Likewise.
40536 (expm1_test): Likewise.
40537 (lgamma_test): Likewise.
40538 (log_test): Likewise.
40539 (log10_test): Likewise.
40540 (log1p_test): Likewise.
40541 (log2_test): Likewise.
40542 (pow_test): Do not allow some spurious overflow exceptions.
40543 (sqrt_test): Add more tests.
40544 (tgamma_test): Likewise.
40545 (y0_test): Likewise.
40546 (y1_test): Likewise.
40547 (yn_test): Likewise.
40548
dd62fda6
AB
405492012-03-27 Anton Blanchard <anton@samba.org>
40550
40551 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40552 MAP_HUGETLB.
40553 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40554 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40555 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40556
1e3cdfda
AJ
405572012-03-27 David S. Miller <davem@davemloft.net>
40558
b855ab85
DM
40559 * conform/Makefile: Run run-conformtest.sh using $(BASH).
40560
1e3cdfda
AJ
40561 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40562 have-as-vis3 check.
40563
405642012-03-27 Andreas Jaeger <aj@suse.de>
40565
40566 * sysdeps/x86_64/elf/configure.in: Moved to ...
40567 * sysdeps/x86_64/configure.in: ... here.
40568 * sysdeps/x86_64/elf/start.S: Moved to ...
40569 * sysdeps/x86_64/start.S: ... here.
40570 * sysdeps/x86_64/elf/configure: Delete.
40571
40572 * sysdeps/x86_64/configure.in: Merge contents from
40573 sysdeps/i386/configure.in (without i686 check).
40574
40575 * sysdeps/i386/elf/Versions: Merge into ...
40576 * sysdeps/i386/Versions: ... this.
40577 * sysdeps/i386/elf/Versions: Delete file.
40578 * sysdeps/i386/elf/start.S: Moved to ...
40579 * sysdeps/i386/start.S: ...here.
40580 * sysdeps/i386/elf/configure.in: Merge into...
40581 * sysdeps/i386/configure.in: ...here.
40582 * sysdeps/i386/elf/configure.in: Delete file.
40583 * sysdeps/i386/elf/configure: Delete file.
40584
40585 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40586 * debug/backtracesyms.c: ... here.
40587 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40588 * debug/backtracesymsfd.c: ... here.
40589 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40590 * sysdeps/generic/ifunc-sel.h: ... here.
40591
40592 * sysdeps/unix/i386/start.c: Delete file.
40593 * sysdeps/unix/sparc/start.c: Delete file.
40594 * sysdeps/unix/start.c: Delete file.
40595
40596 * sysdeps/sh/elf/configure.in: Moved to ...
40597 * sysdeps/sh/configure.in: ... here.
40598 * sysdeps/sh/elf/start.S: Moved to ...
40599 * sysdeps/sh/start.S: ... here.
40600 * sysdeps/sh/elf/configure: Delete file.
40601
40602 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40603 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40604 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40605 * sysdeps/powerpc/powerpc64/entry.h: ... here.
40606 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40607 * sysdeps/powerpc/powerpc64/start.S: here.
40608 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40609 * sysdeps/powerpc/powerpc64/Makefile: ... this.
40610 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40611 * sysdeps/powerpc/powerpc64/configure.in: ... this.
40612 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40613
40614 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40615 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40616 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40617 * sysdeps/powerpc/powerpc32/start.S: ... here.
40618 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40619 * sysdeps/powerpc/powerpc32/configure.in: ... this.
40620 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40621
40622 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40623 * sysdeps/powerpc/ifunc-sel.h: ... here.
40624 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40625 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40626
40627 * sysdeps/sparc/elf/configure.in: Moved to ...
40628 * sysdeps/sparc/configure.in: ... here.
40629 * sysdeps/sparc/elf/configure: Delete file.
40630 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40631 * sysdeps/sparc/sparc32/start.S: ... here.
40632 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40633 * sysdeps/sparc/sparc64/start.S: ... here.
40634 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40635 * sysdeps/sparc/sparc32/Makefile: ... this.
40636 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40637 * sysdeps/sparc/sparc64/Makefile: ... this.
40638
40639 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40640 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40641 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40642 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40643 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40644 * sysdeps/s390/s390-32/setjmp.S: ... here.
40645 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40646 * sysdeps/s390/s390-32/configure.in: ... here.
40647 * sysdeps/s390/s390-32/elf/configure: Delete file.
40648 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40649 * sysdeps/s390/s390-32/start.S: ... here.
40650
40651 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40652 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40653 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40654 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40655 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40656 * sysdeps/s390/s390-64/setjmp.S: ... here.
40657 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40658 * sysdeps/s390/s390-64/configure.in: ... here
40659 * sysdeps/s390/s390-64/elf/configure: Delete file.
40660 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40661 * sysdeps/s390/s390-64/start.S: ... here.
40662 * sysdeps/s390/s390-64/elf/configure: Delete.
40663
40664 * configure.in: Remove support for elf directories in sysdeps.
40665
40666 * configure: Regenerated.
40667 * sysdeps/i386/configure: Regenerated.
40668 * sysdeps/powerpc/powerpc32/configure: Regenerated.
40669 * sysdeps/powerpc/powerpc64/configure: Regenerated.
40670 * sysdeps/s390/s390-32/configure: Regenerated.
40671 * sysdeps/s390/s390-64/configure: Regenerated.
40672 * sysdeps/sh/configure: Regenerated.
40673 * sysdeps/sparc/configure: Regenerated.
40674 * sysdeps/x86_64/configure: Regenerated.
40675
a3f61311
AS
406762012-03-26 Andreas Schwab <schwab@linux-m68k.org>
40677
c876e002
AS
40678 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40679
a3f61311
AS
40680 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40681 denormal result into account.
40682
ac4c54f0
RM
406832012-03-25 Roland McGrath <roland@hack.frob.com>
40684
40685 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40686 Reported by Allan McRae <allan@archlinux.org>.
40687
6a9b9c02
JL
406882012-03-23 Jeff Law <law@redhat.com>
40689
40690 * nss/getnssent.c (__nss_getent): Fix typo.
40691
4c42a0c1
DM
406922012-03-23 David S. Miller <davem@davemloft.net>
40693
40694 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40695
1532c7ac
L
406962012-03-23 H.J. Lu <hongjiu.lu@intel.com>
40697
40698 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40699 to pad to uint64_t for each field.
40700 (dl_tls_index): Replace unsigned long with uint64_t.
40701
3ff42526
PP
407022012-03-23 Daniel Jacobowitz <dmj@google.com>
40703 Paul Pluzhnikov <ppluzhnikov@google.com>
40704
40705 [BZ #6528]
40706 * grp/Makefile (otherlibs): Don't set it.
40707 * inet/Makefile (otherlibs): Likewise.
40708 * login/Makefile (otherlibs): Likewise.
40709 * nscd/Makefile (otherlibs): Likewise.
40710 * posix/Makefile (otherlibs): Likewise.
40711 * pwd/Makefile (otherlibs): Likewise.
40712 * rt/Makefile (otherlibs): Likewise.
40713 * sunrpc/Makefile (otherlibs): Likewise.
40714 * nss/Makefile (otherlibs): Likewise.
40715 Add libnss_files to routines and static-only-routines.
40716 ($(objpfx)getent): Remove rule.
40717 * resolv/Makefile: Add libnss_dns and libresolv to routines and
40718 static-only-routines.
40719
7c69cd14
JM
407202012-03-22 Joseph Myers <joseph@codesourcery.com>
40721
40722 [BZ #13892]
40723 * math/s_cexp.c: Include <float.h>.
40724 (__cexp): Handle exp result overflowing not necessarily
40725 overflowing both real and imaginary parts of result.
40726 * math/s_cexpf.c: Likewise.
40727 * math/s_cexpl.c: Likewise.
40728 * math/libm-test.inc (cexp_test): Add more tests.
40729 * sysdeps/i386/fpu/libm-test-ulps: Update.
40730 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40731
81b035fe
L
407322012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40733
40734 * include/link.h (ELFW): New macro.
40735 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40736 Replace ELF64_R_TYPE with ELFW(R_TYPE).
40737
1da7940c
L
407382012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40739
40740 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40741 with uint64_t.
40742
b749dbb9
L
407432012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40744
40745 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40746 declaration.
40747 (struct La_x32_retval): Likewise.
40748
2ff87f3f
L
407492012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40750
40751 * sysdeps/x86_64/preconfigure.in: New file.
40752 * sysdeps/x86_64/preconfigure: New generated file.
40753
c0df8e69
JM
407542012-03-22 Joseph Myers <joseph@codesourcery.com>
40755
48e44791
JM
40756 [BZ #13824]
40757 * math/e_exp2l.c: Include <float.h>.
40758 (__ieee754_exp2l): Handle overflow and underflow cases
40759 separately. Only pass fractional part of argument to
40760 __ieee754_expl.
40761 * math/libm-test.inc (exp2_test): Add more tests.
40762
c0df8e69
JM
40763 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40764 negating x to take absolute value.
40765 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40766 Likewise.
40767 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40768 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40769 Likewise.
40770 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40771 computing low part if x was negated.
40772 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40773
c8e43ba7
L
407742012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40775
40776 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40777 la_x32_gnu_pltexit.
40778 (pltexit): Cast int_retval to ptrdiff_t.
40779 * elf/tst-auditmod3b.c: Likewise.
40780 * elf/tst-auditmod4b.c: Likewise.
40781 * elf/tst-auditmod5b.c: Likewise.
40782 * elf/tst-auditmod6b.c: Likewise.
40783 * elf/tst-auditmod6c.c: Likewise.
40784 * elf/tst-auditmod7b.c: Likewise.
40785
40786 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40787 and x32_gnu_pltexit.
40788
40789 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40790 __ELF_NATIVE_CLASS.
40791 (La_x32_regs): New macro.
40792 (La_x32_retval): Likewise.
40793 (la_x32_gnu_pltenter): New function prototype.
40794 (la_x32_gnu_pltexit): Likewise.
40795
7998fa78
AS
407962012-03-21 Andreas Schwab <schwab@linux-m68k.org>
40797
dcb33988
AS
40798 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40799 exponent.
40800
233fc563
AS
40801 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40802
7998fa78
AS
40803 * configure.in (libc_cv_cc_nofma): Check for option to disable
40804 generation of FMA instructions.
40805 * configure: Regenerate.
40806 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40807 * sysdeps/ieee754/dbl-64/Makefile: New file.
40808 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40809 Remove brandred-fma4.
40810 (CFLAGS-brandred-fma4.c): Remove.
40811 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40812 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40813 define.
40814 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40815 define.
40816
8e95c99a
L
408172012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40818
40819 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40820 LLONG_MAX != LONG_MAX.
40821 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40822 (_fitoa_word): Likewise.
40823 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40824 LLONG_MAX != LONG_MAX.
40825 * stdio-common/_itowa.h: Include <_itoa.h>.
40826 (_itowa_word): Use _ITOA_WORD_TYPE on value.
40827 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
40828 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
40829 only if not defined.
40830 (_ITOA_WORD_TYPE): Likewise.
40831 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40832 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40833
6f4db457
DM
408342012-03-21 David S. Miller <davem@davemloft.net>
40835
40836 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40837
7785fe5a
L
408382012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40839
40840 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40841 of x86_64 when setting libc_cv_slibdir, libdir and
40842 libc_cv_localedir.
40843 * sysdeps/unix/sysv/linux/configure: Regenerated.
40844
4535cd55
JM
408452012-03-21 Joseph Myers <joseph@codesourcery.com>
40846
40847 * manual/lang.texi (Old Varargs): Remove section.
40848 (How Variadic): Update menu.
40849 (va_start): Do not mention varargs.h.
40850
17228132
TS
408512012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40852 Joseph Myers <joseph@codesourcery.com>
40853
40854 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40855 link test.
40856 * configure: Regenerated.
40857
8149f976
TS
408582012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40859
05f3d1f6
UD
40860 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40861 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40862 conformtest.pl
8149f976 40863
1a4ac776
JM
408642012-03-21 Joseph Myers <joseph@codesourcery.com>
40865
be22ce65
JM
40866 * NOTES: Remove.
40867 * Makefile (files-for-dist): Remove NOTES.
40868 (NOTES): Remove rule.
40869 * README: Don't refer to NOTES.
40870 * manual/creature.texi: Don't include macros.texi.
40871 * manual/intro.texi (creature.texi): Remove comment referring to
40872 NOTES.
40873
40b601fb
JM
40874 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40875 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40876 * configure: Regenerated.
40877 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40878 LIBC_TRY_CC_OPTION.
40879 (libc_cv_as_i686): Likewise.
40880 (libc_cv_cc_avx): Likewise.
40881 (libc_cv_cc_sse2avx): Likewise.
40882 (libc_cv_cc_fma4): Likewise.
40883 (libc_cv_cc_novzeroupper): Likewise.
40884 * sysdeps/i386/configure: Regenerated.
40885
1a4ac776
JM
40886 [BZ #13883]
40887 * sysdeps/i386/fpu/s_cexp.S: Remove.
40888 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40889 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40890 * math/libm-test.inc (cexp_test): Add more tests.
40891 * sysdeps/i386/fpu/libm-test-ulps: Update.
40892 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40893
a458e7fe
AM
408942012-03-21 Allan McRae <allan@archlinux.org>
40895
40896 * timezone/Makefile: Do not install iso3166.tab and zone.tab
40897
0cb7efc5
JM
408982012-03-21 Joseph Myers <joseph@codesourcery.com>
40899
40900 [BZ #13871]
40901 * math/w_exp2.c: Do not include <float.h>.
40902 (o_threshold, u_threshold): Remove.
40903 (__exp2): Calculate result before checking finiteness and calling
40904 __kernel_standard.
40905 * math/w_exp2f.c: Likewise.
40906 * math/w_exp2l.c: Likewise.
40907 * math/libm-test.inc (exp2_test): Require overflow exception for
40908 1e6 input.
2460d3aa
JM
40909
40910 [BZ #3866]
40911 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40912 range of signed 64-bit integers before using fistpll. Remove
40913 checks for whether integers fit in mantissa bits.
40914 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40915 the range of signed 32-bit integers before using fistpl. Remove
40916 checks for whether integers fit in mantissa bits.
40917 * sysdeps/i386/fpu/e_powl.S (p64): New object.
40918 (__ieee754_powl): Test for y outside the range of signed 64-bit
40919 integers before using fistpll. Reduce 64-bit values to 63-bit
40920 ones as needed.
40921 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40922 divide-by-zero is raised for zero to large negative powers.
40923 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40924 (__ieee754_powl): Test for y outside the range of signed 64-bit
40925 integers before using fistpll. Reduce 64-bit values to 63-bit
40926 ones as needed.
40927 * math/libm-test.inc (pow_test): Add more tests.
40928
eb96ffb0
L
409292012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40930
40931 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40932 <stdio-common/_itoa.h>.
40933 * debug/segfault.c: Likewise.
40934 * elf/dl-cache.c: Likewise.
40935 * elf/dl-minimal.c: Likewise.
40936 * elf/dl-misc.c: Likewise.
40937 * elf/dl-sysdep.c: Likewise.
40938 * elf/dl-version.c: Likewise.
40939 * elf/rtld.c: Likewise.
40940 * hurd/hurdsock.c: Likewise.
40941 * hurd/lookup-retry.c: Likewise.
40942 * malloc/malloc.c: Likewise.
40943 * malloc/mtrace.c: Likewise.
40944 * nscd/nscd_getgr_r.c: Likewise.
40945 * nscd/nscd_getpw_r.c: Likewise.
40946 * nscd/nscd_getserv_r.c: Likewise.
40947 * posix/getopt_init.c: Likewise.
40948 * posix/wordexp.c: Likewise.
40949 * stdio-common/_itoa.c: Likewise.
40950 * stdio-common/printf_fphex.c: Likewise.
40951 * stdio-common/vfprintf.c: Likewise.
40952 * string/_strerror.c: Likewise.
40953 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40954 * sysdeps/i386/i686/hp-timing.h: Likewise.
40955 * sysdeps/mach/_strerror.c: Likewise.
40956 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40957 * sysdeps/mach/hurd/sethostid.c: Likewise.
40958 * sysdeps/mach/hurd/xmknodat.c: Likewise.
40959 * sysdeps/mach/xpg-strerror.c: Likewise.
40960 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40961 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40962 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40963 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40964 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40965 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40966 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40967 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40968 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40969 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40970 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40971 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40972 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40973 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40974 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40975 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40976 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40977 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40978 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40979 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40980 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40981
40982 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40983
40984 * stdio-common/_itoa.h: Moved to ...
40985 * sysdeps/generic/_itoa.h: Here.
40986
40987 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40988
40989 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40990 instead of "_itoa.h" and "_itowa.h".
40991 * stdio-common/vfprintf.: Likewise.
40992
d1af992d
L
409932012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40994
40995 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40996 <bits/wordsize.h>.
40997 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40998 (__signbit): Likwise.
40999 (llrintf): Likwise.
41000 (llrint): Likwise.
41001
114883e0
L
410022012-03-20 H.J. Lu <hongjiu.lu@intel.com>
41003
41004 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
41005 __WORDSIZE != 64.
41006
c135cc1b
JM
410072012-03-20 Joseph Myers <joseph@codesourcery.com>
41008
41009 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
41010 OVERFLOW_EXCEPTION_OK.
41011 * math/libm-test.inc ("Philosophy"): Update comment about
41012 exception testing.
41013 (OVERFLOW_EXCEPTION): Define.
41014 (OVERFLOW_EXCEPTION_OK): Likewise.
41015 (INVALID_EXCEPTION_OK): Renumber.
41016 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
41017 (IGNORE_ZERO_INF_SIGN): Likewise.
41018 (test_exceptions): Handle FE_OVERFLOW.
41019 (exp10_test): Expect overflow exceptions.
41020 (exp2_test): Likewise.
41021 (expm1_test): Likewise.
41022 (nextafter_test): Likewise.
41023 (pow_test): Likewise.
41024 (scalbn_test): Likewise.
41025 (scalbln_test): Likewise.
41026
95443d88
L
410272012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41028
41029 * sysdeps/x86_64/bits/atomic.h
41030 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
41031 64bit integer.
41032 (atomic_exchange_acq): Likewise.
41033 (__arch_exchange_and_add_body): Likewise.
41034 (__arch_add_body): Likewise.
41035 (atomic_add_negative): Likewise.
41036 (atomic_add_zero): Likewise.
41037
490df6c4
L
410382012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41039
c2722551 41040 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
41041 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
41042
5e52b189
L
410432012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41044
41045 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
41046 Check __x86_64__ instead of __WORDSIZE.
41047
a9879d4c
L
410482012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41049
41050 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
41051
5df98260
DM
410522012-03-19 David S. Miller <davem@davemloft.net>
41053
e1497744
DM
41054 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41055
5df98260
DM
41056 * sysdeps/sparc/fpu/fenv_private.h: New file.
41057 * sysdeps/sparc/fpu/math_private.h: Use it.
41058 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
41059 Remove.
57f41c40 41060 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
41061 (libc_feholdexcept_setroundl): Remove.
41062 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
41063 Remove.
41064 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
41065 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
41066
b4c35121
L
410672012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41068
41069 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
41070 int64_t instead of long int.
41071 (INSERT_WORDS64): Likwise.
41072
56965fd7
L
410732012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41074
41075 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
41076 _Unwind_GetCFA return to _Unwind_Ptr first.
41077
83d1aec8
JM
410782012-03-19 Joseph Myers <joseph@codesourcery.com>
41079
1897ad44
JM
41080 [BZ #13629]
41081 * math/s_clog.c: Include <float.h>.
41082 (__clog): Scale large or subnormal inputs.
41083 * math/s_clogf.c: Likewise.
41084 * math/s_clogl.c: Likewise.
41085 * math/s_clog10.c: Include <float.h>.
41086 (M_LOG10_2): Define.
41087 (__clog10): Scale large or subnormal inputs.
41088 * math/s_clog10f.c: Likewise.
41089 * math/s_clog10l.c: Likewise.
41090 * math/libm-test.inc (clog_test): Add more tests.
41091 (clog10_test): Likewise.
41092 * sysdeps/i386/fpu/libm-test-ulps: Update.
41093 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41094
7726d6a9
JM
41095 [BZ #11451]
41096 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
41097 x and y.
41098 * math/libm-test.inc (atan2_test): Add another test.
41099
83d1aec8
JM
41100 * Makerules (common-objdir-compile): Remove.
41101 * sysdeps/unix/Makefile (config-generated): Do not add
41102 $(unix-generated) to variable.
41103 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
41104 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
41105 Remove rule.
41106 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
41107 Likewise.
41108 [generic bits/local_lim.h] (before-compile): Do not append to
41109 variable.
41110 [generic bits/local_lim.h] (common-generated): Likewise.
41111 [generic sys/param.h] (before-compile): Do not append to variable.
41112 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
41113 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
41114 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
41115 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
41116 include.
41117 [generic sys/param.h] (sys/param.h-includes): Remove variable.
41118 [generic sys/param.h] (sys/param.h-includes): Remove rule.
41119 [generic sys/param.h] ($(addprefix
41120 $(common-objpfx),$(sys/param.h-includes))): Likewise.
41121 [generic sys/param.h] (common-generated): Do not append to
41122 variable.
41123 [generic sys/param.h] (sysdep_headers): Likewise.
41124 [generic bits/errno.h] (before-compile): Do not append to
41125 variable.
41126 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
41127 rule.
41128 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
41129 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
41130 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
41131 [generic bits/errno.h] (common-generated): Do not append to
41132 variable.
41133 [generic bits/ioctls.h] (before-compile): Do not append to
41134 variable.
41135 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
41136 rule.
41137 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
41138 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
41139 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
41140 rule.
41141 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
41142 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
41143 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
41144 [generic bits/ioctls.h] (common-generated): Do not append to
41145 variable.
41146 [generic sys/syscall.h] (syscall.h): Remove variable.
41147 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
41148 rule.
41149 [generic sys/syscall.h] (before-compile): Do not append to
41150 variable.
41151 [generic sys/syscall.h] (common-generated): Likewise.
41152 * sysdeps/unix/errnos-tmpl.c: Remove file.
41153 * sysdeps/unix/errnos.awk: Likewise.
41154 * sysdeps/unix/ioctls-tmpl.c: Likewise.
41155 * sysdeps/unix/ioctls.awk: Likewise.
41156 * sysdeps/unix/mk-local_lim.c: Likewise.
41157 * sysdeps/unix/snarf-ioctls: Likewise.
41158
4851a949
RH
411592012-03-19 Richard Henderson <rth@twiddle.net>
41160
bd37f2ee
RH
41161 * sysdeps/i386/fpu/fenv_private.h: New file.
41162 * sysdeps/i386/fpu/math_private.h: Use it.
41163 (math_opt_barrier, math_force_eval): Remove.
41164 (libc_feholdexcept_setround_53bit): Remove.
41165 (libc_feupdateenv_53bit): Remove.
41166 * sysdeps/x86_64/fpu/math_private.h: Likewise.
41167 (math_opt_barrier, math_force_eval): Remove.
41168 (libc_feholdexcept): Remove.
41169 (libc_feholdexcept_setround): Remove.
41170 (libc_fetestexcept, libc_fesetenv): Remove.
41171 (libc_feupdateenv_test): Remove.
41172 (libc_feupdateenv, libc_feholdsetround): Remove.
41173 (libc_feresetround): Remove.
41174
d0adc922
RH
41175 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
41176 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41177
0fe0f1f8
RH
41178 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
41179 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
41180 (libc_feupdateenv_testl): New.
41181 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
41182 (libc_feupdateenv_testf): New.
41183 (libc_feupdateenv): Use libc_feupdateenv_test.
41184 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
41185 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
41186
eb92c487
RH
41187 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
41188 (libc_feholdsetroundf, libc_feholdsetroundl): New.
41189 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
41190 (libc_feresetround_noex): New.
41191 (libc_feresetround_noexf): New.
41192 (libc_feresetround_noexl): New.
41193 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
41194 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
41195 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
41196 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
41197 SET_RESTORE_ROUND.
41198 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
41199 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
41200 (__cos): Likewise.
41201 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
41202 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
41203 SET_RESTORE_ROUND_NOEX.
41204 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
41205 SET_RESTORE_ROUND_NOEXF.
41206 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
41207 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
41208 (libc_feholdsetroundf): New.
41209 (libc_feresetround, libc_feresetroundf): New.
41210
7d2e8012
RH
41211 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
41212 (libc_feholdexcept_setround_53bit): Convert from macro to function.
41213 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
41214
b4dabbb4
RH
41215 * sysdeps/generic/math_private.h: Include <fenv.h>.
41216 (default_libc_feholdexcept): New.
41217 (default_libc_feholdexcept_setround): New.
41218 (default_libc_fesetenv, default_libc_feupdateenv): New.
41219 (libc_feholdexcept): Only define if undefined.
41220 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
41221 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
41222 (libc_feholdexcept_setroundl): Likewise.
41223 (libc_feholdexcept_setround_53bit): Likewise.
41224 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
41225 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
41226 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
41227 (libc_feupdateenv_53bit): Likewise.
41228 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
41229 (libc_feholdexcept): Convert from macro to inline function.
41230 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
41231 (libc_fesetenv, libc_feupdateenv): Likewise.
41232
4851a949
RH
41233 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
41234 not previously defined.
41235 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
41236 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
41237 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
41238 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
41239 * sysdeps/ieee754/flt-32/math_private.h: New file.
41240 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
41241 math_private.h below SET_FLOAT_WORD.
41242 (__isnan, __isinf_ns, __finite): Remove.
41243 (__isnanf, __isinf_nsf, __finitef): Remove.
41244
e79d442e
AS
412452012-03-18 Andreas Schwab <schwab@linux-m68k.org>
41246
41247 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41248
90b80344
DM
412492012-03-17 David S. Miller <davem@davemloft.net>
41250
41251 [BZ #6471]
41252 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
41253 for 2.16.
41254
edc21804
DM
412552012-03-16 David S. Miller <davem@davemloft.net>
41256
77e927af
DM
41257 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
41258 warnings.
41259
374976dd
DM
41260 [BZ #6471]
41261 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
41262 properly.
41263 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
41264 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
41265 sysdep_routines when subdir is sysvipc.
41266 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
41267 __getshmlba helper.
41268
edc21804
DM
41269 * sysdeps/sparc/fpu/libm-test/ulps: Update.
41270
473c3ef3
L
412712012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41272
41273 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
41274 [__LP64__].
41275
eb0f39b6
L
412762012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41277
41278 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
41279 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
41280 (__lround): Renamed to ...
41281 (__llround): This. Replace long int with long long int.
41282 Define lround functions as aliases of llround functions.
41283 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
41284
6b6cd74b
L
412852012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41286
41287 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
41288 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
41289 adresses to uintptr_t. Replace "long int" and "unsigned long
41290 int" with "greg_t" on va_arg.
41291
f1a77b01
L
412922012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41293
41294 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
41295 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
41296
41297 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
41298 Move e_machine check before EI_CLASS check. Handle x32
41299 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
41300 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
41301 SKIP_EM_IA_64 and include
41302 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
41303
41304 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
41305 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
41306 (add_system_dir): New macro.
41307
41308 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
41309 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
41310
11b90b9f
JM
413112012-03-16 Joseph Myers <joseph@codesourcery.com>
41312
c36e1d23
JM
41313 [BZ #2551]
41314 [BZ #2552]
41315 [BZ #2553]
41316 [BZ #2554]
41317 [BZ #2562]
41318 [BZ #2563]
41319 [BZ #2565]
41320 [BZ #2566]
41321 [BZ #2576]
41322 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
41323 (y0): Likewise.
41324 * math/w_j0f.c (j0f): Likewise.
41325 (y0f): Likewise.
41326 * math/w_j0l.c (__j0l): Likewise.
41327 (__y0l): Likewise.
41328 * math/w_j1.c (j1): Likewise.
41329 (y1): Likewise.
41330 * math/w_j1f.c (j1f): Likewise.
41331 (y1f): Likewise.
41332 * math/w_j1l.c (__j1l): Likewise.
41333 (__y1l): Likewise.
41334 * math/w_jn.c (jn): Likewise.
41335 (yn): Likewise.
41336 * math/w_jnf.c (jnf): Likewise.
41337 (ynf): Likewise.
41338 * math/w_jnl.c (__jnl): Likewise.
41339 (__ynl): Likewise.
41340 * math/libm-test.inc (j0_test): Add more tests.
41341 (j1_test): Likewise.
41342 (jn_test): Likewise. Add trailing semicolon to existing test.
41343 (y0_test): Likewise.
41344 (y1_test): Likewise.
41345 * sysdeps/i386/fpu/libm-test-ulps: Update.
41346 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41347
11b90b9f
JM
41348 [BZ #13851]
41349 [BZ #13854]
41350 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
41351 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
41352 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
41353 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
41354 (__tanl): Set errno for infinite argument.
41355 * sysdeps/i386/fpu/mptan.c: Remove.
41356 * sysdeps/i386/fpu/s_tan.S: Likewise.
41357 * sysdeps/i386/fpu/s_tanl.S: Likewise.
41358 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
41359 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
41360 * math/libm-test.inc (tan_test): Add more tests and enable more
41361 tests for double and long double.
41362 * sysdeps/i386/fpu/libm-test-ulps: Update.
41363 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41364
6a1bd2a1
JK
413652012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
41366
41367 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
41368 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
41369
10a803e0
RM
413702012-03-16 Roland McGrath <roland@hack.frob.com>
41371
41372 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
41373 * configure.in: Use it for both main tree and add-ons.
41374 * configure: Regenerated.
41375
f196c7f7
L
413762012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41377
41378 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
41379
8848d99d
JM
413802012-03-16 Joseph Myers <joseph@codesourcery.com>
41381
96cbe7f4
JM
41382 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
41383 in comment.
41384
8848d99d
JM
41385 [BZ #13851]
41386 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
41387 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
41388 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
41389 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
41390 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
41391 infinite argument.
41392 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
41393 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
41394 != 0 for prec == 2.
41395 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
41396 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
41397 * sysdeps/i386/fpu/s_cosl.S: Likewise.
41398 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
41399 * sysdeps/i386/fpu/s_sinl.S: Likewise.
41400 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
41401 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
41402 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
41403 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
41404 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
41405 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
41406 * math/libm-test.inc (cos_test): Add more tests and enable more
41407 tests for long double.
41408 (sin_test): Likewise.
41409 (sincos_test): Likewise.
41410 * sysdeps/i386/fpu/libm-test-ulps: Update.
41411 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41412
dd7f4703
DM
414132012-03-16 David S. Miller <davem@davemloft.net>
41414
41415 * sysdeps/sparc/fpu/math_private.h: New file.
41416
006f1daa
DM
414172012-03-15 David S. Miller <davem@davemloft.net>
41418
c0c83bc8
DM
41419 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41420 file.
e6a62e18 41421 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
41422 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41423 file.
e6a62e18
DM
41424 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41425 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41426 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41427 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41428 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41429 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41430 sysdep routines.
41431 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41432
88cb87d9
DM
41433 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41434 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41435
006f1daa 41436 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
41437 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41438 sparc-ifunc.h
006f1daa 41439 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
41440 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41441 Likewise.
41442 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41443 Likewise.
006f1daa
DM
41444 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41445 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41446 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
41447 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41448 Likewise.
006f1daa
DM
41449 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41450 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41451 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41452 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
41453 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41454 Likewise.
41455 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41456 Likewise.
006f1daa
DM
41457 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41458 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41459 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41460 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41461 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41462 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41463 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41464 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41465 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41466 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41467 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41468 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41469 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41470 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41471 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41472 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41473 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41474 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41475 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41476 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41477 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41478 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41479 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41480 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41481
11e0098e
AS
414822012-03-15 Andreas Schwab <schwab@linux-m68k.org>
41483
41484 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41485 scaling.
41486 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41487
e85b09d0
AJ
414882012-03-15 Andreas Jaeger <aj@suse.de>
41489
41490 [BZ #13852]
41491 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41492 ieee754/flt-32 implementation for sin, cos and sincos.
41493 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41494 * sysdeps/i386/fpu/s_cosf.S: Likewise.
41495 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41496 * sysdeps/i386/fpu/s_sinf.S: Likewise.
41497 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41498 ieee754/flt-32 implementation for tan.
41499
41500 * math/libm-test.inc (cos_test): Enable some large input tests for
41501 float as well
41502 (sin_test): Likewise.
41503 (sincos_test): Likewise.
41504 (tan_test): Add tests for large input.
41505
41506 * sysdeps/i386/fpu/libm-test-ulps: Update.
41507
81c64153
AJ
415082012-03-15 Andreas Jaeger <aj@suse.de>
41509
41510 [BZ #13658]
41511 * math/libm-test.inc (cos_test): Add more test cases.
41512 (sin_test): Likewise.
41513 (sincos_test): Likewise.
41514
7bbfa5c6
AJ
415152012-03-15 Andreas Jaeger <aj@suse.de>
41516
41517 [BZ #13837]
41518 * math/libm-test.inc (cos_test): Add a test case for large input
41519 value.
41520 (sin_test): Likewise.
41521 (sincos_test): Likewise.
41522
57f41c40
AS
415232012-03-15 Andreas Jaeger <aj@suse.de>
41524 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
41525
41526 [BZ #13658]
0671f479 41527 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
41528 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41529 * sysdeps/i386/fpu/branred.c: Likewise.
41530 * sysdeps/i386/fpu/dosincos.c: Likewise.
41531 * sysdeps/i386/fpu/mpa.c: Likewise.
41532 * sysdeps/i386/fpu/s_cos.S: Likewise.
41533 * sysdeps/i386/fpu/s_sin.S: Likewise.
41534 * sysdeps/i386/fpu/s_sincos.S: Likewise.
41535 * sysdeps/i386/fpu/sincos32.c: Likewise.
41536
41537 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41538 Define.
41539 (libc_feupdateenv_53bit): Define.
41540 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41541 Define.
41542 (libc_feupdateenv_53bit): Define.
41543
41544 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41545 53 bit (without extend i386 double precision).
41546
41547 * math/libm-test.inc (sincos_test): Add tests for large input.
41548 (sin): Likewise.
41549 (cos): Likewise.
41550
41551 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41552
9cad04ea
AS
415532012-03-15 Andreas Schwab <schwab@linux-m68k.org>
41554
41555 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41556
f7062b9a
DM
415572012-03-15 David S. Miller <davem@davemloft.net>
41558
41559 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41560 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41561 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41562 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41563 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41564 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41565 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41566 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41567 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41568 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41569 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41570 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41571 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41572 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41573 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
41574 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41575 file.
f7062b9a 41576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
41577 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41578 file.
f7062b9a 41579 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
41580 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41581 file.
f7062b9a 41582 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
41583 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41584 file.
f7062b9a
DM
41585 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41586 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41587 fmin/fmax sysdep routines.
41588 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41589
7bd951ff
DM
415902012-03-14 David S. Miller <davem@davemloft.net>
41591
559398ab
DM
41592 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41593 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41594 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41595 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41596 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41597 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41598 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41599 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41600 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41601 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41602 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41603 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41604 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41605 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41606 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41607 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41608 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41609 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41610 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41611 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41612 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41613 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41614 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41615 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41616 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41617 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41618 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41619 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41620 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41621 routines.
41622 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41623 file.
559398ab 41624 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
41625 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41626 file.
559398ab 41627 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
41628 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41629 file.
559398ab 41630 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
41631 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41632 file.
559398ab 41633 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
41634 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41635 file.
559398ab 41636 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
41637 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41638 file.
41639 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41640 file.
41641 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41642 file.
41643 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41644 file.
41645 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41646 New file.
41647 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41648 file.
41649 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41650 file.
559398ab 41651 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
41652 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41653 file.
559398ab 41654 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41655 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41656 file.
559398ab 41657 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
41658 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41659 file.
559398ab 41660 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
41661 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41662 VIS3 routines.
559398ab
DM
41663
41664 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41665 New file.
41666
5a1c1e32
DM
41667 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41668
eae47a36
DM
41669 * sysdeps/sparc/configure.in: New file.
41670 * sysdeps/sparc/configure: Generate.
41671 * configure.in (libc_cv_sparc_as_vis3): Substitute.
41672 * configure: Regenerate.
41673 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41674 * config.make.in (have-as-vis3): New.
41675 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41676 available use -Av9d instead of -Av9a.
41677 * sysdeps/sparc/sparc64/Makefile: Likewise.
41678 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
41679 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41680 New file.
41681 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41682 file.
41683 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41684 New file.
41685 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41686 file.
eae47a36
DM
41687 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41688 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41689 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41690 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41691 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41692
c0c83bc8
DM
41693 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41694 fzeros/fnegs to load 0x80000000 into a float register instead of
41695 using the stack.
7bd951ff
DM
41696 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41697
bd951ccb
JM
416982012-03-14 Joseph Myers <joseph@codesourcery.com>
41699
41700 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41701 bits/syscall.h.
41702 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41703 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41704 ($(inst_includedir)/bits/syscall.h): Remove rule.
41705 ($(objpfx)bits/syscall.d): Include instead of
41706 $(objpfx)syscall-list.d.
41707 (generated): Change syscall-list.h and syscall-list.d to
41708 bits/syscall.h and bits/syscall.d.
41709
bb4e6db2
RM
417102012-03-14 Roland McGrath <roland@hack.frob.com>
41711
41712 [BZ #13846]
41713 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41714
aa4a2ae1
JM
417152012-03-14 Joseph Myers <joseph@codesourcery.com>
41716
e456826d
JM
41717 [BZ #13841]
41718 * math/s_csqrt.c: Include <float.h>.
41719 (__csqrt): Scale large or subnormal inputs.
41720 * math/s_csqrtf.c: Likewise.
41721 * math/s_csqrtl.c: Likewise.
41722 * math/libm-test.inc (csqrt_test): Add more tests.
41723 * sysdeps/i386/fpu/libm-test-ulps: Update.
41724 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41725
aa4a2ae1
JM
41726 [BZ #13840]
41727 * math/libm-test.inc (hypot_test): Add more tests.
41728
7c10fd35
DM
417292012-03-13 David S. Miller <davem@davemloft.net>
41730
41731 [BZ #13840]
41732 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41733 double-precision for the calculation instead of scaling.
41734
f453b98b
JM
417352012-03-13 Joseph Myers <joseph@codesourcery.com>
41736
41737 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41738 manipulate bits before adding and subtracting TWO52[sx].
41739 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41740 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41741 Likewise.
41742 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41743
09a3453f
DM
417442012-03-13 David S. Miller <davem@davemloft.net>
41745
8e59da90
DM
41746 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41747 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41748 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41749 rtld-global-offsets.h
41750 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41751
2a8ab7f2
DM
41752 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41753 large parameters.
41754
10f62770
DM
41755 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41756
5f0bdb18
DM
41757 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41758 'err' in the ifdef scope in which it is actually used.
41759
09a3453f
DM
41760 * nss/nss_db/db-init.c: Include string.h
41761
b4b2eb5e
DM
417622012-03-12 David S. Miller <davem@davemloft.net>
41763
98bb2f1c
DM
41764 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41765 masking out of the most significant byte of random value used.
41766 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41767 Fix coding style in previous change.
41768
b4b2eb5e
DM
41769 * sysdeps/unix/sysv/linux/kernel-features.h
41770 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41771 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41772 expression.
41773 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41774 later.
41775
6e226b09
DM
417762012-03-11 David S. Miller <davem@davemloft.net>
41777
a1bcbd40
DM
41778 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41779 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41780 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41781 for 'resultvar' otherwise things get truncated on 64-bit.
41782
cb9d6174
DM
41783 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41784 Fix masking out of the most significant byte of random value used.
41785
6e226b09
DM
41786 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41787
058c132d
AS
417882012-03-10 Andreas Schwab <schwab@linux-m68k.org>
41789
41790 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41791
2d2cd515
DM
417922012-03-09 David S. Miller <davem@davemloft.net>
41793
41794 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41795 variables with appropriate CPP guards.
57f41c40
AS
41796 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41797 from the frame pointer, not the stack pointer. Correct layout
41798 comments. Fix test on resulting framesize and the management of
41799 the outregs buffer for pltexit. Preserve floating point return
41800 values across _dl_call_pltexit call.
2d2cd515
DM
41801 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41802 framesize and the management of the outregs buffer for pltexit.
41803 Preserve floating point return values across _dl_call_pltexit
41804 call.
57f41c40
AS
41805 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41806 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41807 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
41808 (print_exit): Fix format string for return register value.
41809
9a07f9d0
JM
418102012-03-10 Joseph Myers <joseph@codesourcery.com>
41811
41812 * sunrpc/Makefile (others): Add rpcgen.
41813 ($(objpfx)rpcgen): Remove special build rule and dependency on
41814 libc.
41815 * sunrpc/rpcgen.c: New file.
41816
547b5e30
PE
418172012-03-09 Paul Eggert <eggert@cs.ucla.edu>
41818
c524201a
PE
41819 [BZ #13673]
41820 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41821 * stdio-common/bug-vfprintf-nargs.c: Likewise.
41822 * sysdeps/i386/crti.S: Likewise.
41823 * sysdeps/i386/crtn.S: Likewise.
41824 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41825 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41826 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41827 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41828 * sysdeps/sh/crti.S: Likewise.
41829 * sysdeps/sh/crtn.S: Likewise.
41830 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41831
7b6235f2
PE
41832 [BZ #13673]
41833 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41834 with URL.
41835 * locale/programs/locfile-kw.gperf: Likewise.
41836 * locale/programs/charmap-kw.h: Regenerated.
41837 * locale/programs/locfile-kw.h: Likewise.
41838
547b5e30
PE
41839 [BZ #13673]
41840 * intl/plural.y: Replace FSF snail mail address with URL.
41841 * intl/plural.c: Regenerated.
41842
5f0a5dae
RH
418432012-03-09 Richard Henderson <rth@twiddle.net>
41844
41845 * include/math_private.h: Remove file.
41846 * math/math_private.h: Move file ...
41847 * sysdeps/generic/math_private.h: ... here.
41848
b8c03620
RH
41849 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41850 * sysdeps/powerpc/fpu/math_private.h: Likewise.
41851 * sysdeps/x86_64/fpu/math_private.h: Likewise.
41852
4e234f5d 41853 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
41854 and <math_private.h>.
41855 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41856 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41857 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41858 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41859 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41860 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41861 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41862 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41863 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41864 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41865 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41866 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41867 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41868 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41869 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41870 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41871 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41872 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41873 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41874 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41875 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41876 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41877 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41878 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41879 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41880 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41881 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41882 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41883 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41884 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41885 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41886 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41887 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41888 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41889 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41890 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41891 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41892 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41893 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41894 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41895 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41896 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41897 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41898 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41899 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41900 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41901 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41902 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41903 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41904 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41905 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41906 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41907 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41908 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41909 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41910 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41911 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41912 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41913 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41914 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41915 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41916 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41917 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41918 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41919 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41920 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41921 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41922 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41923 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41924 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41925 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41926 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41927 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41928 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41929 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41930 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41931 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41932 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41933 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41934 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41935 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41936 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41937 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41938 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41939 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41940 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41941 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41942 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41943 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41944 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41945 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41946 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41947 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41948 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41949 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41950 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41951 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41952 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41953 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41954 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41955 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41956 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41957 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41958 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41959 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41960 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41961 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41962 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41963 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41964 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41965 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41966 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41967 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41968 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41969 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41970 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41971 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41972 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41973 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41974 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41975 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41976 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41977 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41978 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41979 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41980 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41981 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41982 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41983 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41984 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41985 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41986 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41987 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41988 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41989 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41990 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41991 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41992 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41993 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41994 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41995 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41996 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41997 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41998 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41999 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
42000 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42001 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42002 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42003 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
42004 * sysdeps/ieee754/k_standard.c: Likewise.
42005 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
42006 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
42007 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42008 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
42009 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
42010 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
42011 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
42012 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
42013 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
42014 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
42015 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
42016 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
42017 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
42018 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
42019 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
42020 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
42021 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
42022 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
42023 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
42024 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
42025 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
42026 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
42027 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42028 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42029 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
42030 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
42031 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42032 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42033 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42034 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42035 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
42036 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42037 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42038 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42039 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
42040 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42041 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42042 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
42043 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
42044 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42045 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
42046 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
42047 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
42048 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42049 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
42050 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
42051 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42052 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42053 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42054 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42055 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42056 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
42057 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42058 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
42059 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42060 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42061 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
42062 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
42063 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42064 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42065 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42066 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
42067 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42068 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
42069 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42070 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42071 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
42072 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
42073 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
42074 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
42075 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
42076 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42077 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
42078 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
42079 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
42080 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
42081 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
42082 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
42083 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42084 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
42085 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
42086 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
42087 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42088 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42089 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
42090 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42091 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42092 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
42093 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42094 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42095 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
42096 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42097 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
42098 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
42099 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42100 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42101 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
42102 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
42103 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
42104 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
42105 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42106 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42107 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42108 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42109 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
42110 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42111 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42112 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
42113 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
42114 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42115 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42116 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42117 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
42118 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42119 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
42120 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
42121 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
42122 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42123 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
42124 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
42125 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
42126 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
42127 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
42128 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
42129 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42130 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
42131 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42132 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42133 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42134 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42135 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42136 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42137 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42138 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
42139 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42140 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42141 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
42142 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
42143 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42144 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
42145 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
42146 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42147 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
42148 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
42149 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42150 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42151 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42152 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42153 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42154 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
42155 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42156 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
42157 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42158 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42159 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
42160 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
42161 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42162 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42163 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42164 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
42165 * sysdeps/ieee754/s_lib_version.c: Likewise.
42166 * sysdeps/ieee754/s_matherr.c: Likewise.
42167 * sysdeps/ieee754/s_signgam.c: Likewise.
42168 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42169 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42170 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
42171 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
42172 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
42173 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42174 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
42175 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
42176 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
42177 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
42178 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
42179 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
42180 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42181 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42182 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
42183 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
42184 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
42185 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
42186 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
42187 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42188 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 42189
1991fa03
JM
421902012-03-09 Joseph Myers <joseph@codesourcery.com>
42191
42192 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
42193 * sunrpc/rpc_main.c: Likewise.
42194 * sunrpc/rpc_svcout.c: Likewise.
42195
60d6f5a6
DM
421962012-03-09 David S. Miller <davem@davemloft.net>
42197
42198 * include/math_private.h: New file.
42199
4962050e
JM
422002012-03-09 Joseph Myers <joseph@codesourcery.com>
42201
02a6f887
JM
42202 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
42203 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
42204 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
42205 from <bits/socket_type.h>.
42206 (enum __socket_type): Don't define here.
42207 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
42208 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42209 bits/socket_type.h.
42210
c6e013c1
JM
42211 [BZ #13566]
42212 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
42213 checking __USE_GNU.
42214
4962050e
JM
42215 * Makerules ($(inst_includedir)/%.h): New rule.
42216 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
42217 (install-others): Remove variable setting.
42218 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
42219
38842f45
RH
422202012-03-08 Richard Henderson <rth@twiddle.net>
42221
67bb6da6
RH
42222 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
42223 from macro to inline function; merge with the
42224 !__LIBC_INTERNAL_MATH_INLINES version.
42225 (__ieee754_sqrtf): Likewise.
42226
15194b4b
RH
42227 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
42228 to inline function.
42229 (__rintf, __floor, __floorf): Likewise.
42230
64e21ede
RH
42231 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
42232 macro to inline function.
42233 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
42234
38842f45
RH
42235 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
42236 not <math/math_private.h>.
42237
c64bf5fe
DM
422382012-03-08 David S. Miller <davem@davemloft.net>
42239
42240 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
42241 copyright year.
42242 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
42243
82d86f28
TS
422442012-03-08 Thomas Schwinge <thomas@codesourcery.com>
42245
42246 * resolv/gai_misc.c (handle_requests): Fix struct timespec
42247 normalization.
42248 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
42249 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
42250
aea5d727
UD
422512012-03-08 Ulrich Drepper <drepper@gmail.com>
42252
42253 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
42254 be defined individually, they must be defined as a block. Define
42255 S for printing a string instead of hidint the different by using a
42256 macro for adding the 'l'.
42257 * stdio-common/tst-fphex-wide.c: Adjust.
42258
70bca0a3
MP
422592012-03-07 Marek Polacek <polacek@redhat.com>
42260
42261 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
42262
65b81130
MP
422632012-03-08 Marek Polacek <polacek@redhat.com>
42264
42265 [BZ #13806]
42266 * stdio-common/Makefile (tests): Add tst-fphex-wide.
42267 * stdio-common/tst-fphex.c: Define a few macros to make the
42268 test reusable. Use them.
42269 * stdio-common/tst-fphex-wide.c: New file.
42270
07037eeb
JM
422712012-03-08 Joseph Myers <joseph@codesourcery.com>
42272
a7a93d50
JM
42273 [BZ #6911]
42274 * manual/macros.texi (gnusystems): New macro.
42275 (nongnusystems): Likewise.
42276 (gnulinuxhurdsystems): Likewise.
42277 (gnuhurdsystems): Likewise..
42278 (gnulinuxsystems): Likewise.
42279 * manual/charset.texi: Use new macros or @theglibc{} to refer to
42280 variants of the GNU system, not "GNU system".
42281 * manual/conf.texi: Likewise.
42282 * manual/errno.texi: Likewise. Update example of errno macro
42283 expansion.
42284 * manual/filesys.texi: Likewise.
42285 (getumask): Document as specific to GNU/Hurd.
42286 * manual/install.texi: Likewise. Reword some references to
42287 GNU/Linux.
42288 * manual/intro.texi: Likewise.
42289 * manual/io.texi: Likewise.
42290 (File Name Portability): Detail which constraints are inapplicable
42291 to all GNU systems and which are only inapplicable to GNU/Hurd.
42292 * manual/job.texi: Likewise.
42293 * manual/llio.texi: Likewise.
42294 (O_NOCTTY): Document as present on GNU/Linux.
42295 * manual/maint.texi: Likewise.
42296 * manual/memory.texi: Likewise.
42297 * manual/pattern.texi: Likewise.
42298 * manual/pipe.texi: Likewise.
42299 * manual/process.texi: Likewise.
42300 * manual/resource.texi: Likewise.
42301 (RUSAGE_CHILDREN): Remove statement about specifying a particular
42302 child on GNU/Hurd.
42303 * manual/setjmp.texi: Likewise.
42304 * manual/signal.texi: Likewise.
42305 * manual/startup.texi: Likewise.
42306 * manual/stdio.texi: Likewise.
42307 * manual/terminal.texi: Likewise.
42308 (ONLCR): Document as POSIX.
42309 (OXTABS): Document availability on GNU/Linux as XTABS.
42310 (ONOEOT): Document availability separately from other bits.
42311 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
42312 * manual/time.texi: Likewise.
42313 * manual/users.texi: Likewise.
42314 * INSTALL: Regenerated.
42315 * sysdeps/gnu/errlist.c: Regenerated.
42316
07037eeb
JM
42317 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
42318 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
42319 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
42320 puts.
42321 * configure: Regenerated.
42322
d1d3431a
JM
423232012-03-07 Joseph Myers <joseph@codesourcery.com>
42324
af6a1e37
JM
42325 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
42326 default includes instead of AC_HEADER_CHECK.
42327 * sysdeps/i386/configure: Regenerated.
42328
d1d3431a
JM
42329 [BZ #10716]
42330 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
42331 * math/s_cacoshf.c (__cacoshf): Likewise.
42332 * math/s_cacoshl.c (__cacoshl): Likewise.
42333 * math/s_casinh.c (__casinh): Set signs of result from argument.
42334 * math/s_casinhf.c (__casinhf): Likewise.
42335 * math/s_casinhl.c (__casinhl): Likewise.
42336 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
42337 (casinh_test): Add more tests.
42338 * sysdeps/i386/fpu/libm-test-ulps: Update.
42339 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42340
482ff4da
UD
423412012-03-07 Ulrich Drepper <drepper@gmail.com>
42342
872fda05
UD
42343 * po/zh_TW.po: Update from translation team.
42344
a4300c7a
UD
42345 * login/Makefile (distribute): Remove variable.
42346 * catgets/Makefile: Likewise.
42347 * mach/Makefile: Likewise.
42348 * malloc/Makefile: Likewise.
42349 * misc/Makefile: Likewise.
42350 * iconv/Makefile: Likewise.
42351 * nscd/Makefile: Likewise.
42352 * hurd/Makefile: Likewise.
42353 * manual/Makefile: Likewise.
42354 * locale/Makefile: Likewise.
42355 * intl/Makefile: Likewise.
42356 * conform/Makefile: Likewise.
42357 * nss/Makefile: Likewise.
42358 * time/Makefile: Likewise.
42359 * soft-fp/Makefile: Likewise.
42360 * dirent/Makefile: Likewise.
42361 * gmon/Makefile: Likewise.
42362 * po/Makefile: Likewise.
42363 * rt/Makefile: Likewise.
42364 * socket/Makefile: Likewise.
42365 * math/Makefile: Likewise.
42366 * signal/Makefile: Likewise.
42367 * debug/Makefile: Likewise.
42368 * elf/Makefile: Likewise.
42369 * timezone/Makefile: Likewise.
42370 * stdlib/Makefile: Likewise.
42371 * iconvdata/Makefile: Likewise.
42372 * sunrpc/Makefile: Likewise.
42373 * io/Makefile: Likewise.
42374 * argp/Makefile: Likewise.
42375 * inet/Makefile: Likewise.
42376 * hesiod/Makefile: Likewise.
42377 * grp/Makefile: Likewise.
42378 * csu/Makefile: Likewise.
42379 * wctype/Makefile: Likewise.
42380 * crypt/Makefile: Likewise.
42381 * libio/Makefile: Likewise.
42382 * string/Makefile: Likewise.
42383 * nis/Makefile: Likewise.
42384 * resolv/Makefile: Likewise.
42385 * stdio-common/Makefile: Likewise.
42386 * wcsmbs/Makefile: Likewise.
42387 * dlfcn/Makefile: Likewise.
42388 * posix/Makefile: Likewise.
42389
3b7c4e74 42390 [BZ #6959]
482ff4da
UD
42391 * timezone/Makefile: Don't install timezone files, just the programs
42392 and scripts.
42393
f72ed77d
UD
423942012-03-06 Ulrich Drepper <drepper@gmail.com>
42395
a000466f
UD
42396 * nss/databases.def: Add missing gshadow entry.
42397
f72ed77d
UD
42398 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
42399
a53b7a4e
MP
424002012-03-06 Marek Polacek <polacek@redhat.com>
42401
42402 [BZ #13726]
42403 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
42404 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
42405 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
42406 * stdio-common/tst-long-dbl-fphex.c: New file.
42407
e9258400
DM
424082012-03-06 David S. Miller <davem@davemloft.net>
42409
42410 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42411 (set_obp_int): New function.
42412 (get_obp_int): New function.
42413 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
42414 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42415 Avoid unused variable warnings on 'val' and use builtin_expect.
42416 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42417 __builtin_expect.
e9258400
DM
42418 (INLINE_CLONE_SYSCALL): Likewise.
42419
3bd2c723
DM
424202012-03-05 David S. Miller <davem@davemloft.net>
42421
42422 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42423
bbb78d03
AS
424242012-03-05 Andreas Schwab <schwab@linux-m68k.org>
42425
884c5db4
AS
42426 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42427
bbb78d03
AS
42428 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42429 only for |x| >= 40.
42430 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42431
1c9f702a 424322012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
42433
42434 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42435 Replace gettimeofday with __vdso_gettimeofday.
42436
7be16f82
RM
42437 * sysdeps/unix/sysv/linux/x86_64/init-first.c
42438 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42439 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
42440
42441 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42442 time with __vdso_time.
42443
ed58a00f
JM
424442012-03-05 Joseph Myers <joseph@codesourcery.com>
42445
42446 * manual/lang.texi (size_t): Note types to which size_t may be
42447 equivalent with the GNU C Library, but do not describe when
42448 differences between them are significant.
42449
30ee4ced
AJ
424502012-03-05 Andreas Jaeger <aj@suse.de>
42451
42452 * sysdeps/i386/fpu/libm-test-ulps: Update.
42453
b7cd39e8
JM
424542012-03-05 Joseph Myers <joseph@codesourcery.com>
42455
42456 [BZ #3976]
42457 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42458 (__ieee754_pow): Save and restore rounding mode and use
42459 round-to-nearest for main computations.
42460 * math/libm-test.inc (pow_test_tonearest): New function.
42461 (pow_test_towardzero): Likewise.
42462 (pow_test_downward): Likewise.
42463 (pow_test_upward): Likewise.
42464 (main): Call the new functions.
42465 * sysdeps/i386/fpu/libm-test-ulps: Update.
42466 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
42467
42468 [BZ #3976]
42469 * math/libm-test.inc (cosh_test_tonearest): New function.
42470 (cosh_test_towardzero): Likewise.
42471 (cosh_test_downward): Likewise.
42472 (cosh_test_upward): Likewise.
42473 (sinh_test_tonearest): Likewise.
42474 (sinh_test_towardzero): Likewise.
42475 (sinh_test_downward): Likewise.
42476 (sinh_test_upward): Likewise.
42477 (main): Call the new functions.
42478 * sysdeps/i386/fpu/libm-test-ulps: Update.
42479 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42480
6c6a98c9
TV
424812012-03-05 Tom de Vries <tom@codesourcery.com>
42482
42483 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42484 default stack guard is set in last bytes.
42485 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42486
21bb2d2e 424872012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 42488
21bb2d2e 42489 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 42490
21bb2d2e
AJ
42491 [BZ #13656]
42492 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42493 possibly allocate from heap instead of stack.
42494 * stdio-common/bug-vfprintf-nargs.c: New file.
42495 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 42496
c6922934
AS
424972012-03-03 Andreas Schwab <schwab@linux-m68k.org>
42498
42499 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42500
bc957d53
MP
425012012-03-03 Marek Polacek <polacek@redhat.com>
42502
42503 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42504 * math/math_private.h: Likewise.
42505 * stdlib/tst-strtod.c: Likewise.
42506 * sysdeps/i386/i486/bits/atomic.h: Likewise.
42507 * sysdeps/x86_64/bits/atomic.h: Likewise.
42508
6358490d
DM
425092012-03-02 David S. Miller <davem@davemloft.net>
42510
42511 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42512 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42513 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42514 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42515 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42516 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42517 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42518 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42519
01ae168d
RM
425202012-03-02 Roland McGrath <roland@hack.frob.com>
42521
d9a17c07
RM
42522 [BZ #13792]
42523 * manual/examples/README: New file, says the example source files
42524 can be used under GPL>=2.
42525 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42526 line containing just "*/".
42527 * manual/examples/add.c: Add copyright header (GPL>=2).
42528 * manual/examples/argp-ex1.c: Likewise.
42529 * manual/examples/argp-ex2.c: Likewise.
42530 * manual/examples/argp-ex3.c: Likewise.
42531 * manual/examples/argp-ex4.c: Likewise.
42532 * manual/examples/atexit.c: Likewise.
42533 * manual/examples/db.c: Likewise.
42534 * manual/examples/dir.c: Likewise.
42535 * manual/examples/dir2.c: Likewise.
42536 * manual/examples/execinfo.c: Likewise.
42537 * manual/examples/filecli.c: Likewise.
42538 * manual/examples/filesrv.c: Likewise.
42539 * manual/examples/fmtmsgexpl.c: Likewise.
42540 * manual/examples/genpass.c: Likewise.
42541 * manual/examples/inetcli.c: Likewise.
42542 * manual/examples/inetsrv.c: Likewise.
42543 * manual/examples/isockad.c: Likewise.
42544 * manual/examples/longopt.c: Likewise.
42545 * manual/examples/memopen.c: Likewise.
42546 * manual/examples/memstrm.c: Likewise.
42547 * manual/examples/mkfsock.c: Likewise.
42548 * manual/examples/mkisock.c: Likewise.
42549 * manual/examples/mygetpass.c: Likewise.
42550 * manual/examples/pipe.c: Likewise.
42551 * manual/examples/popen.c: Likewise.
42552 * manual/examples/rprintf.c: Likewise.
42553 * manual/examples/search.c: Likewise.
42554 * manual/examples/select.c: Likewise.
42555 * manual/examples/setjmp.c: Likewise.
42556 * manual/examples/sigh1.c: Likewise.
42557 * manual/examples/sigusr.c: Likewise.
42558 * manual/examples/stpcpy.c: Likewise.
42559 * manual/examples/strdupa.c: Likewise.
42560 * manual/examples/strftim.c: Likewise.
42561 * manual/examples/strncat.c: Likewise.
42562 * manual/examples/subopt.c: Likewise.
42563 * manual/examples/swapcontext.c: Likewise.
42564 * manual/examples/termios.c: Likewise.
42565 * manual/examples/testopt.c: Likewise.
42566 * manual/examples/testpass.c: Likewise.
42567 * manual/examples/timeval_subtract.c: Likewise.
42568
01ae168d
RM
42569 [BZ #13792]
42570 * manual/time.texi (Elapsed Time): Move timeval_subtract example
42571 function to ...
42572 * manual/timeval_subtract.c.texi: ... here, new file.
42573
49efa33d
DM
425742012-03-02 David S. Miller <davem@davemloft.net>
42575
42576 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42577
28afd92d
JM
425782012-03-02 Joseph Myers <joseph@codesourcery.com>
42579
804360ed
JM
42580 [BZ #3976]
42581 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42582 (__sin): Save and restore rounding mode and use round-to-nearest
42583 for all computations.
42584 (__cos): Save and restore rounding mode and use round-to-nearest
42585 for all computations.
42586 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42587 <fenv.h>.
42588 (tan): Save and restore rounding mode and use round-to-nearest for
42589 all computations.
42590 * math/libm-test.inc (cos_test_tonearest): New function.
42591 (cos_test_towardzero): Likewise.
42592 (cos_test_downward): Likewise.
42593 (cos_test_upward): Likewise.
42594 (sin_test_tonearest): Likewise.
42595 (sin_test_towardzero): Likewise.
42596 (sin_test_downward): Likewise.
42597 (sin_test_upward): Likewise.
42598 (tan_test_tonearest): Likewise.
42599 (tan_test_towardzero): Likewise.
42600 (tan_test_downward): Likewise.
42601 (tan_test_upward): Likewise.
42602 (main): Call the new functions.
42603 * sysdeps/i386/fpu/libm-test-ulps: Update.
42604 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42605
a6d06d7b
JM
42606 [BZ #10135]
42607 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42608 small n, then large n, before computing and testing k+n.
42609 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42610 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42611 Likewise.
42612 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42613 Likewise.
42614 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42615 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42616 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42617 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42618 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42619 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42620 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42621 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42622 * math/libm-test.inc (scalbn_test): Add more tests.
42623 (scalbln_test): Likewise.
42624
07e12bb3
JM
42625 * manual/filesys.texi (mode_t): Describe constraints on size and
42626 signedness, not exact equivalence to a particular type.
42627 (ino_t): Likewise.
42628 (ino64_t): Likewise.
42629 (dev_t): Likewise.
42630 (nlink_t): Likewise.
42631 (blkcnt_t): Likewise.
42632 (blkcnt64_t): Likewise.
42633 * manual/llio.texi (off_t): Likewise.
42634
28afd92d
JM
42635 [BZ #3976]
42636 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42637 (__ieee754_exp): Save and restore rounding mode and use
42638 round-to-nearest for all computations.
42639 * math/libm-test.inc (exp_test_tonearest): New function.
42640 (exp_test_towardzero): Likewise.
42641 (exp_test_downward): Likewise.
42642 (exp_test_upward): Likewise.
42643 (main): Call the new functions.
42644 * sysdeps/i386/fpu/libm-test-ulps: Update.
42645 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42646
b1eeb65d
CD
426472012-03-01 Chris Demetriou <cgd@google.com>
42648
42649 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42650 have predictable order.
42651
53362a4b
DM
426522012-03-01 David S. Miller <davem@davemloft.net>
42653
3c969083
DM
42654 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42655
759707de
DM
42656 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42657 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42658 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42659 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42660
dfdb8ff2
DM
42661 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42662 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42663 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42664 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42665 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42666 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42667 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42668 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42669 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42670
ead89f96
DM
42671 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42672
7f66bd07
DM
42673 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42674 * sysdeps/sparc/fpu/libm-test-ulps: to here.
42675 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42676
53362a4b
DM
42677 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42678 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42679 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42680 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42681 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42682 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42683 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42684 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42685 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42686 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42687 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42688 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42689 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42690 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42691 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42692 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42693 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42694 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42695 * sysdeps/sparc/elf/configure: Regenerated.
42696
7b1902cb
JM
426972012-03-01 Joseph Myers <joseph@codesourcery.com>
42698
bec039bc
JM
42699 * configure.in (AS, LD): Require binutils 2.20 or later.
42700 * configure: Regenerated.
42701 * manual/install.texi (Tools for Compilation): Give binutils 2.20
42702 as required minimum version.
42703 * INSTALL: Regenerated.
42704
7b1902cb
JM
42705 [BZ #2541]
42706 [BZ #4108]
42707 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42708 before squaring exponent.
42709 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42710 bottom long double and 27 bits of top long double before squaring
42711 exponent.
42712 * math/libm-test.inc (erfc_test): Add more tests.
42713 * sysdeps/i386/fpu/libm-test-ulps: Update.
42714 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42715 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42716
f775c276
KT
427172012-03-01 Kai Tietz <ktietz@redhat.com>
42718
42719 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42720 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42721 containing bit-fields.
42722 * soft-fp/extended.h (_FP_UNION_E): Likewise.
42723 * soft-fp/single.h (_FP_UNION_S): Likewise.
42724 * soft-fp/double.h (_FP_UNION_D): Likewise.
42725
5b8a4d4a
JM
427262012-02-29 Joseph Myers <joseph@codesourcery.com>
42727
0bab47b6
JM
42728 [BZ #13786]
42729 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42730 not include ../strcmp.S.
42731 [USE_AS_STRNCASECMP_L]: Likewise.
42732 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42733 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42734 * sysdeps/i386/i686/multiarch/strncase_l-c.c
42735 (__strncasecmp_l_ia32): Define as alias to
42736 __strncasecmp_l_nonascii.
42737
0fcad3e2
JM
42738 [BZ #5794]
42739 * math/libm-test.inc (expm1_test): Add test for bug 5794.
42740 * sysdeps/i386/fpu/libm-test-ulps: Update.
42741 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42742
5b8a4d4a
JM
42743 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42744 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42745
8fdceb2e
JL
427462012-02-29 Jeff Law <law@redhat.com>
42747
42748 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42749 out of bounds read.
42750
1f393a11
MP
427512012-02-29 Marek Polacek <polacek@redhat.com>
42752
42753 [BZ #13706]
42754 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42755 * elf/Makefile: Add rules to run tst-unused-dep.out.
42756
8847f037
DM
427572012-02-28 David S. Miller <davem@davemloft.net>
42758
42759 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42760 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42761 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42762 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42763 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42764 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42765
169d7f11
JM
427662012-02-29 Joseph Myers <joseph@codesourcery.com>
42767
42768 * math/libm-test.inc (llround_test): Move one test from
42769 lround_test. Use TEST_f_L in moved test.
42770 (lround_test): Move misplaced test to llround_test. Add testcase
42771 from bug 2561.
42772
39adf059
UD
427732012-02-28 Ulrich Drepper <drepper@gmail.com>
42774
42775 * sysdeps/x86_64/fpu/e_expf.S: New file.
42776 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42777
71b5d1c5
SB
427782012-02-28 Stanislav Brabec <sbrabec@suse.cz>
42779
42780 [BZ #13637]
42781 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42782 of remain_len that may cause incomplete multi-byte character and
42783 false match.
42784 * posix/bug-regex33.c: New file.
42785 * posix/Makefile (tests): Add bug-regex33.
42786
1f77f049
JM
427872012-02-28 Joseph Myers <joseph@codesourcery.com>
42788
42789 * manual/macros.texi: New file.
42790 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42791 * manual/libc.texinfo: Include macros.texi.
42792 * manual/creatute.texi: Likewise.
42793 * manual/install.texi: Likewise.
42794 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42795 @glibcadj{} in references to the GNU C Library.
42796 * manual/charset.texi: Likewise.
42797 * manual/conf.texi: Likewise.
42798 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
42799 when not using those macros.
42800 * manual/creature.texi: Likewise.
42801 * manual/crypt.texi: Likewise.
42802 * manual/errno.texi: Likewise.
42803 * manual/filesys.texi: Likewise.
42804 * manual/header.texi: Likewise.
42805 * manual/install.texi: Likewise.
42806 * manual/intro.texi: Likewise.
42807 * manual/io.texi: Likewise.
42808 * manual/job.texi: Likewise.
42809 * manual/lang.texi: Likewise.
42810 * manual/libc.texiinfo: Likewise.
42811 * manual/llio.texi: Likewise.
42812 * manual/locale.texi: Likewise.
42813 * manual/maint.texi: Likewise.
42814 * manual/math.texi: Likewise.
42815 * manual/memory.texi: Likewise.
42816 * manual/message.texi: Likewise.
42817 * manual/nss.texi: Likewise.
42818 * manual/pattern.texi: Likewise.
42819 * manual/process.texi: Likewise.
42820 * manual/resource.texi: Likewise.
42821 * manual/search.texi: Likewise.
42822 * manual/setjmp.texi: Likewise.
42823 * manual/signal.texi: Likewise.
42824 * manual/socket.texi: Likewise.
42825 * manual/startup.texi: Likewise.
42826 * manual/stdio.texi: Likewise.
42827 * manual/string.texi: Likewise.
42828 * manual/sysinfo.texi: Likewise.
42829 * manual/syslog.texi: Likewise.
42830 * manual/terminal.texi: Likewise.
42831 * manual/time.texi: Likewise.
42832 * manual/users.texi: Likewise.
42833 * INSTALL: Regenerated.
42834 * NOTES: Regenerated.
d40c5d54 42835 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 42836
450bf206
AS
428372012-02-28 Andreas Schwab <schwab@linux-m68k.org>
42838
42839 * include/dirent.h: Include <dirstream.h> before
42840 <dirent/dirent.h>.
42841
741a235b
DM
428422012-02-28 David S. Miller <davem@davemloft.net>
42843
42844 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42845 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42846 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42847 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42848
d6b5aa58
DM
428492012-02-27 David S. Miller <davem@davemloft.net>
42850
1aff59a3
DM
42851 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42852 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42853 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42854 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42855
d6b5aa58
DM
42856 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42857 frame pointer instead of stack pointer relative arg slot.
42858 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42859 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42860 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42861
433f48bf
CD
428622012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
42863
42864 [BZ #3992]
42865 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42866
d674b76d
DM
428672012-02-27 David S. Miller <davem@davemloft.net>
42868
42869 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42870 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42871 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42872 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42873 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42874 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42875 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42876 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42877
0e7727f7
JM
428782012-02-27 Joseph Myers <joseph@codesourcery.com>
42879
42880 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42881 later. Allow versions 5-9.
43be4ca2 42882 * configure: Regenerated.
0e7727f7
JM
42883 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42884 required minimum version and 4.6 as recommended version. Do not
42885 mention bugs in GCC 2.7 and 2.8.
43be4ca2 42886 * INSTALL: Regenerated.
0e7727f7 42887
a78bc654
DM
428882012-02-27 David S. Miller <davem@davemloft.net>
42889
428d5830
DM
42890 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42891 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42892 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42893 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42894 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42895 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42896 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42897 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42898
a78bc654
DM
42899 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42900 manipulate bits before adding and subtracting TWO112[sx].
42901 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42902
4579f81c
RM
429032012-02-27 Roland McGrath <roland@hack.frob.com>
42904
36c8acb4
RM
42905 [BZ #13775]
42906 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42907 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42908 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42909 being in POSIX, because they are in 1003.1-2008.
42910
84ad622b
RM
42911 * rt/tst-aio.c: Include <fcntl.h>.
42912 * rt/tst-aio7.c: Likewise.
42913 * rt/tst-aio64.c: Likewise.
42914
4579f81c
RM
42915 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42916
abd923db
JM
429172012-02-27 Joseph Myers <joseph@codesourcery.com>
42918
42919 * manual/install.texi (--with-headers): Describe headers as
42920 interface headers, not private headers.
42921 (Specific advice for GNU/Linux systems): Describe use of headers
42922 from "make headers_install", not private headers from older
42923 kernels.
43be4ca2 42924 * INSTALL: Regenerated.
abd923db
JM
42925 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42926 Change to 2.6.19.
42927 * sysdeps/unix/sysv/linux/configure: Regenerated.
42928
6664049b
JM
42929 * manual/llio.texi (fclean): Remove documentation.
42930
bb8b6697
JM
42931 * manual/Makefile (libc-texi-generated): New variable. Include
42932 version.texi.
42933 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42934 $(libc-texi-generated), not duplicated list of files.
42935 (version.texi, stamp-version): New rules.
42936 (realclean): Remove $(libc-texi-generated), not individual files
42937 from that list. Do not remove dir-add.texinfo.
42938 * manual/libc.texinfo: Comment out uses of edition numbers and
42939 references to printed manual. Remove last-updated dates.
42940 (EDITION): Comment out.
42941 (ISBN): Likewise.
42942 (VERSION, UPDATED): Remove.
42943 (version.texi): Include.
42944
12e5c3b9
AS
429452012-02-27 Andreas Schwab <schwab@linux-m68k.org>
42946
42947 * sysdeps/posix/spawni.c: Include <signal.h>.
42948 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42949 * sysdeps/pthread/aio_fsync.c: Likewise.
42950
4efeffc1 429512012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 42952
ba63ba08
UD
42953 * conform/Makefile (tests): Run only when not cross-compiling and
42954 when fast-check is not defined.
42955
d94a4670
UD
42956 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42957 * conform/data/limits.h-data: Fixes for POSIX2008.
42958 * conform/run-conformtest.sh: Run all tests.
42959 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42960 headers.
42961 * include/bits/dlfcn.h: Likewise.
42962 * include/langinfo.h: Likewise.
42963 * include/monetary.h: Likewise.
42964 * include/sys/poll.h: Likewise.
42965
42966 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42967 for __USE_GNU.
42968 * posix/spawn.h: Define __need_sigset_t.
42969 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42970 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42971 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
42972 to get sigevent_t only.
42973 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42974 only for __USE_GNU.
42975 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42976 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42977 process_vm_writev only for __USE_GNU.
42978 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
42979
42980 * conform/Makefile: For now ignore errors from run-conformtest.
42981 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
42982 POSIX to avoid namespace pollution. Don't prepend headers.
42983 * conform/data/aio.h-data: Fixes for POSIX testing.
42984 * conform/data/fcntl.h-data: Likewise.
42985 * conform/data/glob.h-data: Likewise.
42986 * conform/data/grp.h-data: Likewise.
42987 * conform/data/pthread.h-data: Likewise.
42988 * conform/data/pwd.h-data: Likewise.
42989 * conform/data/signal.h-data: Likewise.
42990 * conform/data/spawn.h-data: Likewise.
42991 * conform/data/stdio.h-data: Likewise.
42992 * conform/data/stdlib.h-data: Likewise.
42993 * conform/data/stropts.h-data: Likewise.
42994 * conform/data/sys/mman.h-data: Likewise.
42995 * conform/data/sys/stat.h-data: Likewise.
42996 * conform/data/sys/types.h-data: Likewise.
42997 * conform/data/sys/wait.h-data: Likewise.
42998 * conform/data/time.h-data: Likewise.
42999 * conform/data/unistd.h-data: Likewise.
43000 * conform/data/utime.h-data: Likewise.
43001
43002 * io/sys/stat.h: fchmod was always in POSIX.
43003 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
43004 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
43005 * rt/aio.h: Define __need_timespec before including <time.h>.
43006 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
43007 struct. Add forward declaration of pthread_attr_t and use it in
43008 sigevent.
43009 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
43010 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
43011 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
43012 always remove CLK_TCK definition.
43013
c20105c3
AS
430142012-02-26 Andreas Schwab <schwab@linux-m68k.org>
43015
43016 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
43017
7a270350
UD
430182012-02-25 Ulrich Drepper <drepper@gmail.com>
43019
31341567
UD
43020 * conform/run-conformtest.sh: New file.
43021 * conform/Makefile: Run run-conformtest for tests.
43022 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
43023 support.
43024
43025 * conform/data/uchar.h-data: New file.
43026 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
43027 * conform/data/arpa/inet.h-data: Likewise.
43028 * conform/data/assert.h-data: Likewise.
43029 * conform/data/complex.h-data: Likewise.
43030 * conform/data/cpio.h-data: Likewise.
43031 * conform/data/ctype.h-data: Likewise.
43032 * conform/data/dirent.h-data: Likewise.
43033 * conform/data/dlfcn.h-data: Likewise.
43034 * conform/data/errno.h-data: Likewise.
43035 * conform/data/fcntl.h-data: Likewise.
43036 * conform/data/float.h-data: Likewise.
43037 * conform/data/fmtmsg.h-data: Likewise.
43038 * conform/data/fnmatch.h-data: Likewise.
43039 * conform/data/ftw.h-data: Likewise.
43040 * conform/data/glob.h-data: Likewise.
43041 * conform/data/grp.h-data: Likewise.
43042 * conform/data/iconv.h-data: Likewise.
43043 * conform/data/inttypes.h-data: Likewise.
43044 * conform/data/langinfo.h-data: Likewise.
43045 * conform/data/libgen.h-data: Likewise.
43046 * conform/data/limits.h-data: Likewise.
43047 * conform/data/locale.h-data: Likewise.
43048 * conform/data/math.h-data: Likewise.
43049 * conform/data/monetary.h-data: Likewise.
43050 * conform/data/mqueue.h-data: Likewise.
43051 * conform/data/ndbm.h-data: Likewise.
43052 * conform/data/net/if.h-data: Likewise.
43053 * conform/data/netdb.h-data: Likewise.
43054 * conform/data/netinet/in.h-data: Likewise.
43055 * conform/data/nl_types.h-data: Likewise.
43056 * conform/data/poll.h-data: Likewise.
43057 * conform/data/pthread.h-data: Likewise.
43058 * conform/data/pwd.h-data: Likewise.
43059 * conform/data/regex.h-data: Likewise.
43060 * conform/data/sched.h-data: Likewise.
43061 * conform/data/search.h-data: Likewise.
43062 * conform/data/semaphore.h-data: Likewise.
43063 * conform/data/setjmp.h-data: Likewise.
43064 * conform/data/signal.h-data: Likewise.
43065 * conform/data/spawn.h-data: Likewise.
43066 * conform/data/stdarg.h-data: Likewise.
43067 * conform/data/stdio.h-data: Likewise.
43068 * conform/data/stdlib.h-data: Likewise.
43069 * conform/data/string.h-data: Likewise.
43070 * conform/data/strings.h-data: Likewise.
43071 * conform/data/stropts.h-data: Likewise.
43072 * conform/data/sys/ipc.h-data: Likewise.
43073 * conform/data/sys/mman.h-data: Likewise.
43074 * conform/data/sys/msg.h-data: Likewise.
43075 * conform/data/sys/resource.h-data: Likewise.
43076 * conform/data/sys/select.h-data: Likewise.
43077 * conform/data/sys/sem.h-data: Likewise.
43078 * conform/data/sys/shm.h-data: Likewise.
43079 * conform/data/sys/socket.h-data: Likewise.
43080 * conform/data/sys/stat.h-data: Likewise.
43081 * conform/data/sys/statvfs.h-data: Likewise.
43082 * conform/data/sys/time.h-data: Likewise.
43083 * conform/data/sys/timeb.h-data: Likewise.
43084 * conform/data/sys/times.h-data: Likewise.
43085 * conform/data/sys/types.h-data: Likewise.
43086 * conform/data/sys/uio.h-data: Likewise.
43087 * conform/data/sys/un.h-data: Likewise.
43088 * conform/data/sys/utsname.h-data: Likewise.
43089 * conform/data/sys/wait.h-data: Likewise.
43090 * conform/data/syslog.h-data: Likewise.
43091 * conform/data/tar.h-data: Likewise.
43092 * conform/data/termios.h-data: Likewise.
43093 * conform/data/utime.h-data: Likewise.
43094 * conform/data/utmpx.h-data: Likewise.
43095 * conform/data/varargs.h-data: Likewise.
43096 * conform/data/wchar.h-data: Likewise.
43097 * conform/data/wctype.h-data: Likewise.
43098 * conform/data/wordexp.h-data: Likewise.
43099
43100 * include/stropts.h: New file.
43101 * include/uchar.h: New file.
43102 * include/aio.h: Changes to allow conformtest.pl to use the headers.
43103 * include/assert.h: Likewise.
43104 * include/ctype.h: Likewise.
43105 * include/dirent.h: Likewise.
43106 * include/dlfcn.h: Likewise.
43107 * include/fcntl.h: Likewise.
43108 * include/fnmatch.h: Likewise.
43109 * include/glob.h: Likewise.
43110 * include/grp.h: Likewise.
43111 * include/libio.h: Likewise.
43112 * include/locale.h: Likewise.
43113 * include/math.h: Likewise.
43114 * include/net/if.h: Likewise.
43115 * include/netdb.h: Likewise.
43116 * include/netinet/in.h: Likewise.
43117 * include/pthread.h: Likewise.
43118 * include/pwd.h: Likewise.
43119 * include/regex.h: Likewise.
43120 * include/sched.h: Likewise.
43121 * include/search.h: Likewise.
43122 * include/setjmp.h: Likewise.
43123 * include/signal.h: Likewise.
43124 * include/stdio.h: Likewise.
43125 * include/stdlib.h: Likewise.
43126 * include/string.h: Likewise.
43127 * include/sys/cdefs.h: Likewise.
43128 * include/sys/mman.h: Likewise.
43129 * include/sys/msg.h: Likewise.
43130 * include/sys/resource.h: Likewise.
43131 * include/sys/select.h: Likewise.
43132 * include/sys/socket.h: Likewise.
43133 * include/sys/stat.h: Likewise.
43134 * include/sys/statvfs.h: Likewise.
43135 * include/sys/time.h: Likewise.
43136 * include/sys/times.h: Likewise.
43137 * include/sys/uio.h: Likewise.
43138 * include/sys/utsname.h: Likewise.
43139 * include/sys/wait.h: Likewise.
43140 * include/termios.h: Likewise.
43141 * include/time.h: Likewise.
43142 * include/ulimit.h: Likewise.
43143 * include/unistd.h: Likewise.
43144 * include/utime.h: Likewise.
43145 * include/wchar.h: Likewise.
43146 * include/wctype.h: Likewise.
43147 * include/wordexp.h: Likewise.
43148
43149 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
43150
7a270350
UD
43151 * time/time.h: TIME_UTC must be a macro.
43152 Make timespec_get available for ISO C11 only as well.
43153
7724defc
UD
431542012-02-24 Ulrich Drepper <drepper@gmail.com>
43155
43156 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
43157 Reported by Peng Haitao <penght@cn.fujitsu.com>.
43158
6b1d1d46
JM
431592012-02-24 Joseph Myers <joseph@codesourcery.com>
43160
43161 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 43162
0f8bbd69
JM
431632012-02-24 Joseph Myers <joseph@codesourcery.com>
43164
43165 * manual/texinfo.tex: Update to version 2012-01-19.16.
43166
66ab80bc
JM
431672012-02-24 Joseph Myers <joseph@codesourcery.com>
43168
43169 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
43170
74981cc5
RM
431712012-02-24 Roland McGrath <roland@hack.frob.com>
43172
ee968201
RM
43173 [BZ #13738]
43174 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
43175 * manual/fdl-1.3.texi: New file.
43176 * manual/fdl-1.1.texi: File removed.
43177
74981cc5
RM
43178 [BZ #13738]
43179 * manual/libc.texinfo (FDL_VERSION): New @set.
43180 Use it for mention of FDL in cover text.
43181 (Documentation License): Use it in @include file name.
43182
7bb764bc
JM
431832012-02-22 Joseph Myers <joseph@codesourcery.com>
43184 Roland McGrath <roland@hack.frob.com>
43185
43186 [BZ #5461]
57f41c40
AS
43187 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
43188 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
43189 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
43190 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
43191 name.
43192 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
43193
6cbeae47
JM
431942012-02-22 Joseph Myers <joseph@codesourcery.com>
43195
43196 [BZ #2547]
43197 [BZ #11365]
43198 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
43199 manipulate bits before adding and subtracting TWO23[sx].
43200 * math/libm-test.inc (nearbyint_test): Add more tests.
43201
fe45ce09
JM
432022012-02-22 Joseph Myers <joseph@codesourcery.com>
43203
43204 [BZ #2548]
43205 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
43206 bits before adding and subtracting TWO23[sx].
43207 * math/libm-test.inc (rint_test): Add more tests.
43208 (rint_test_tonearest): Likewise.
43209 (rint_test_towardzero): Likewise.
43210 (rint_test_downward): Likewise.
43211 (rint_test_upward: Likewise.
43212
ff3b3d82
JM
432132012-02-22 Joseph Myers <joseph@codesourcery.com>
43214
43215 [BZ #10110]
43216 * include/stdc-predef.h: New file. Extracted from features.h.
43217 * include/features.h: Include stdc-predef.h.
43218 * Makefile (headers): Add stdc-predef.h.
43219 * CONFORMANCE (Compiler limitations): Update.
43220
ef0aab35
JM
432212012-02-22 Joseph Myers <joseph@codesourcery.com>
43222
43223 * manual/libc.texinfo (VERSION, UPDATED): Revert.
43224
58639409
DM
432252012-02-21 David S. Miller <davem@davemloft.net>
43226
43227 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
43228 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43229
c0e70b25
DM
432302012-02-20 David S. Miller <davem@davemloft.net>
43231
43232 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
43233 using a normal save/restore sequence, rather than allocating a
43234 dummy stack frame just to store a frame pointer and restore.
43235 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43236
fb06851d
JM
432372012-02-21 Joseph Myers <joseph@codesourcery.com>
43238
43239 * manual/install.texi: Fix stray word in line-wrapped comment.
43240
7a8b71c3
DM
432412012-02-20 David S. Miller <davem@davemloft.net>
43242
d510c123
DM
43243 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
43244 both binutils and gcc support GOTDATA.
43245
0722d7c2
DM
43246 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
43247 "rd %pc" in the PIC register setup sequences.
43248
3d2b3019
DM
43249 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
43250 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
43251 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
43252 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
43253 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
43254 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43255 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43256 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43257 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
43258 (SYSCALL_ERROR_HANDLER): Likewise.
43259 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
43260 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43261 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
43262 (SYSCALL_ERROR_HANDLER): Likewise.
43263
c80098a9
DM
43264 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
43265 (HAVE_GCC_GOTDATA): New.
43266 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
43267 relocation support in both binutils and gcc.
43268 * sysdeps/sparc/elf/configure: Regenerate.
43269
3a2545a0
DM
43270 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
43271 * sysdeps/sparc/sparc32/elf/configure: Delete.
43272 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
43273 * sysdeps/sparc/sparc64/elf/configure: Delete.
43274 * sysdeps/sparc/elf/configure.in: New file.
43275 * sysdeps/sparc/elf/configure: Generate.
43276
7a8b71c3
DM
43277 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
43278 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
43279 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
43280 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
43281 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
43282
f1e86fca
JM
432832012-02-21 Joseph Myers <joseph@codesourcery.com>
43284
43285 * manual/install.texi: Do not mention specific glibc version
43286 numbers.
43287 * manual/libc.texinfo (VERSION, UPDATED): Update.
43288 (@copying): Use @copyright{} and range of years.
43289
0e7dfaef
JM
432902012-02-21 Joseph Myers <joseph@codesourcery.com>
43291
43292 [BZ #13695]
43293 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
43294 [crti.S not in sysdirs] (generated): Do not append.
43295 [crti.S not in sysdirs] (omit-deps): Likewise.
43296 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
43297 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
43298 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
43299 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
43300 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
43301 Likewise.
43302 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
43303 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
43304 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
43305 * csu/defs.awk: Remove file.
43306 * sysdeps/generic/initfini.c: Likewise.
43307 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
43308 variable.
43309 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
43310 Likewise.
43311
599af3ca
JM
433122012-02-20 Joseph Myers <joseph@codesourcery.com>
43313
43314 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
43315 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
43316 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
43317 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
43318 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43319 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
43320 <bits/epoll.h>.
43321 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
43322 (__EPOLL_PACKED): Define to empty if not defined by
43323 <bits/epoll.h>.
43324 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
43325 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43326 bits/epoll.h.
43327
0e499750
JM
433282012-02-20 Joseph Myers <joseph@codesourcery.com>
43329
43330 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
43331 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
43332 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
43333 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
43334 <bits/timerfd.h>.
43335 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
43336 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43337 bits/timerfd.h.
43338
5ad91f6e
JM
433392012-02-20 Joseph Myers <joseph@codesourcery.com>
43340
43341 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
43342 in C locale.
43343 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43344 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
43345 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
43346 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43347
06b99b02
AJ
433482012-02-20 Aurelien Jarno <aurelien@aurel32.net>
43349
43350 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43351 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43352
7638c0fd
AS
433532012-02-19 Andreas Schwab <schwab@linux-m68k.org>
43354
43355 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
43356 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
43357 defined.
43358 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
43359 Likewise.
43360 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
43361 entry for 2.16.
43362
92221550
AJ
433632012-02-19 Aurelien Jarno <aurelien@aurel32.net>
43364
43365 * math/w_acos.c: Use non-signaling floating-point comparisons.
43366 * math/w_acosf.c: Likewise.
43367 * math/w_acosh.c: Likewise.
43368 * math/w_acoshf.c: Likewise.
43369 * math/w_acoshl.c: Likewise.
43370 * math/w_acosl.c: Likewise.
43371 * math/w_asin.c: Likewise.
43372 * math/w_asinf.c: Likewise.
43373 * math/w_asinl.c: Likewise.
43374 * math/w_atanh.c: Likewise.
43375 * math/w_atanhf.c: Likewise.
43376 * math/w_atanhl.c: Likewise.
43377 * math/w_exp2.c: Likewise.
43378 * math/w_exp2f.c: Likewise.
43379 * math/w_exp2l.c: Likewise.
43380 * math/w_j0.c: Likewise.
43381 * math/w_j0f.c: Likewise.
43382 * math/w_j0l.c: Likewise.
43383 * math/w_j1.c: Likewise.
43384 * math/w_j1f.c: Likewise.
43385 * math/w_j1l.c: Likewise.
43386 * math/w_jn.c: Likewise.
43387 * math/w_jnf.c: Likewise.
43388 * math/w_log.c: Likewise.
43389 * math/w_log10.c: Likewise.
43390 * math/w_log10f.c: Likewise.
43391 * math/w_log10l.c: Likewise.
43392 * math/w_log2.c: Likewise.
43393 * math/w_log2f.c: Likewise.
43394 * math/w_log2l.c: Likewise.
43395 * math/w_logf.c: Likewise.
43396 * math/w_logl.c: Likewise.
43397 * math/w_sqrt.c: Likewise.
43398 * math/w_sqrtf.c: Likewise.
43399 * math/w_sqrtl.c: Likewise.
43400 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43401 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
43402 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43403 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43404 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43405
ebaf36eb
JM
434062012-02-19 Joseph Myers <joseph@codesourcery.com>
43407
43408 [BZ #9739]
43409 * manual/string.texi (strnlen): Use correct parameter name in
43410 equivalent expression.
43411
71c254a6
JM
434122012-02-19 Joseph Myers <joseph@codesourcery.com>
43413
43414 [BZ #11174]
43415 * manual/users.texi (seteuid): Consistently use neweuid for
43416 argument name.
43417
16d2c631
JM
434182012-02-19 Joseph Myers <joseph@codesourcery.com>
43419
43420 [BZ #13704]
43421 * manual/nss.texi (Services in the NSS configuration): Correct
43422 list of services in example configuration file.
43423
cd837b09
NB
434242012-02-19 Nick Bowler <nbowler@draconx.ca>
43425
43426 [BZ #11322]
43427 * manual/arith.texi: Remove statements about negative zero
43428 behaving identically to zero.
43429
02c4bbad
JM
434302012-02-18 Joseph Myers <joseph@codesourcery.com>
43431
43432 [BZ #5993]
43433 * manual/install.texi: Do not document upgrading from libc5.
43434
366842e7
JM
434352012-02-18 Joseph Myers <joseph@codesourcery.com>
43436
43437 [BZ #4596]
43438 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43439
dd54084d
DM
434402012-02-18 David S. Miller <davem@davemloft.net>
43441
43442 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43443 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43444 %o7 across the call.
43445 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43446 instead.
43447 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43448 SETUP_PIC_REG_LEAF.
43449 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43450 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43451 * sysdeps/sparc/crtn.S: Likewise.
43452
2bcc53a3
UD
434532012-02-17 Ulrich Drepper <drepper@gmail.com>
43454
43455 * aout/Makefile: Remove.
43456
09c093b5
RK
434572012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
43458
43459 [BZ #13058]
43460 * manual/examples/argp-ex1.c (main): Format definition in GNU
43461 style.
43462 * manual/examples/argp-ex2.c (main): Likewise.
43463 * manual/examples/argp-ex3.c (main): Likewise.
43464 * manual/examples/argp-ex4.c (main): Likewise.
43465 * manual/examples/longopt.c (main): Use new-style prototype
43466 definition.
43467 * manual/examples/strncat.c (main): Specify return type and use
43468 (void) for arguments.
43469 * manual/examples/subopt.c (main): Use char **argv argument.
43470
2ee633a2
JM
434712012-02-17 Joseph Myers <joseph@codesourcery.com>
43472
43473 [BZ #5077]
43474 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43475 rounding modes.
43476
0520adde
FB
434772012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
43478
43479 [BZ #6907]
43480 * manual/string.texi (strchr): Change when strchrnul is
43481 recommended.
43482
3f4081cd
DGM
434832012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
43484
43485 [BZ #174]
43486 * manual/locale.texi (setlocale): Document LOCPATH.
43487
d1b10e78
JM
434882012-02-17 Joseph Myers <joseph@codesourcery.com>
43489
43490 [BZ #10210]
43491 * manual/process.texi (execle): Move @dots{} before last argument.
43492
79c6869c
PB
434932012-02-17 Paul Bolle <pebolle@tiscali.nl>
43494
43495 [BZ #12047]
43496 * manual/charset.texi (Generic Charset Conversion): Fix typo
43497 (LC_TYPE -> LC_CTYPE).
43498
cc6e48bc
NB
434992012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
43500
43501 [BZ #5805]
43502 * manual/arith.texi (scalbn): Use @var{} on parameter names.
43503 (scalbnf): Likewise.
43504 (scalbnl): Likewise.
43505 (scalbln): Likewise.
43506 (scalblnf): Likewise.
43507 (scalblnl): Likewise.
43508 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43509 (vwarnx): Likewise.
43510 (verr): Likewise.
43511 (verrx): Likewise.
43512 * manual/filesys.texi (telldir): Use braces around return type.
43513 * manual/llio.texi (mmap): Add space after comma.
43514 (mmap64): Likewise.
43515 * manual/math.texi (jn): Use @var{} on parameter names.
43516 (jnf): Likewise.
43517 (jnl): Likewise.
43518 (yn): Likewise.
43519 (ynf): Likewise.
43520 (ynl): Likewise.
43521 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43522 line.
43523 * manual/resource.texi (ulimit): Use @dots{} instead of literal
43524 "...".
43525 (sched_get_priority_min): Remove semicolon on @deftypefun line.
43526 (sched_get_priority_max): Likewise.
43527 * manual/signal.texi (sigvec): Add space after comma.
43528 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43529 names.
43530 (if_indextoname): Likewise.
43531 (if_freenameindex): Likewise.
43532 (sendto): Use ',' instead of '.' in prototype.
43533 * manual/startup.texi (syscall): Use @dots{} instead of literal
43534 "...".
43535 * manual/stdio.texi (__fpending): Separate initial words of
43536 paragraph from @deftypefun line.
43537 * manual/syslog.texi (syslog): Use @dots{} instead of literal
43538 "...".
43539 (vsyslog): Use @var{} on parameter names.
43540 * manual/terminal.texi (stty): Use @var{} on parameter names.
43541 * manual/users.texi (getutmp): Use @var{} on parameter names.
43542 (getutmpx): Likewise.
43543
5b23062f
JM
435442012-02-17 Joseph Myers <joseph@codesourcery.com>
43545
43546 [BZ #6884]
43547 * manual/stdio.texi (fopen): Fix typos in description of
43548 ",ccs=STRING".
43549
8dee4833
AJ
435502012-02-17 Aurelien Jarno <aurelien@aurel32.net>
43551
43552 [BZ #4026]
43553 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43554 get clock_id definition.
43555
9078ce93
TS
435562012-02-17 Thomas Schwinge <thomas@schwinge.name>
43557
43558 [BZ #4822]
43559 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43560 (madvise): Cast every argument to void on its own.
43561
3835c55f
JM
435622012-02-17 Joseph Myers <joseph@codesourcery.com>
43563
43564 [BZ #9902]
43565 * manual/startup.texi (Exit Status): Fix typo.
43566
35c47e37
JM
435672012-02-17 Joseph Myers <joseph@codesourcery.com>
43568
43569 [BZ #10140]
43570 * manual/examples/argp-ex1.c: Include <stdlib.h>.
43571 * manual/examples/argp-ex2.c: Likewise.
43572 * manual/examples/argp-ex3.c: Likewise.
43573
e3b69ca7
RH
435742012-02-16 Richard Henderson <rth@redhat.com>
43575
43576 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43577 * sysdeps/s390/s390-32/initfini.c: Remove.
43578 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43579 * sysdeps/s390/s390-64/initfini.c: Remove.
43580
df83af67
KK
435812012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
43582
43583 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43584 compiler output for sysdeps/generic/initfini.c.
43585 * sysdeps/sh/elf/initfini.c: Remove file.
43586
f63f3380
DM
435872012-02-16 David S. Miller <davem@davemloft.net>
43588
fb59b3a4
DM
43589 [BZ #11494]
43590 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43591
f63f3380
DM
43592 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43593 * sysdeps/sparc/crti.S: New file.
43594 * sysdeps/sparc/crtn.S: New file.
43595 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43596 * sysdeps/sparc/sparc64/Makefile: Likewise.
43597
df6a4a4a
MF
435982012-02-15 Mike Frysinger <vapier@gentoo.org>
43599
6dd8f3dc 43600 [BZ #3335]
df6a4a4a
MF
43601 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43602
1cac7236
RM
436032012-02-15 Roland McGrath <roland@hack.frob.com>
43604
d2c736f8
RM
43605 [BZ #4822]
43606 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43607
1cac7236
RM
43608 * mach/devstream.c (cookie_io_functions_t): Macro removed.
43609 (write, read, close): Likewise.
43610 Patch by Aurelien Jarno <aurelien@aurel32.net>.
43611
8e475601
JM
436122012-02-15 Joseph Myers <joseph@codesourcery.com>
43613
43614 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43615 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43616 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43617 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43618 <bits/signalfd.h>.
43619 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43620 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43621 bits/signalfd.h.
43622
ed656b40
MP
436232012-02-14 Marek Polacek <polacek@redhat.com>
43624
43625 * sysdeps/x86_64/crti.S: New file.
43626 * sysdeps/x86_64/crtn.S: New file.
43627 * sysdeps/x86_64/elf/initfini.c: Remove file.
43628
2a979d3a
JM
436292012-02-13 Joseph Myers <joseph@codesourcery.com>
43630
43631 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43632 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43633 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43634 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43635 <bits/inotify.h>.
43636 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43637 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43638 bits/inotify.h.
43639
2a418ac3
JM
436402012-02-13 Joseph Myers <joseph@codesourcery.com>
43641
43642 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43643 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43644 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43645 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43646 <bits/eventfd.h>.
43647 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43648 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43649 bits/eventfd.h.
43650
fb779be7
TS
436512012-02-10 Thomas Schwinge <thomas@codesourcery.com>
43652
e19e83c5
RM
43653 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43654 __feraiseexcept instead of feraiseexcept.
7c35ffed 43655
fb779be7
TS
43656 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43657 nanosleep invocations.
43658 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43659 strings, and add error checking for a nanosleep invocations.
43660
59ba27a6
PE
436612012-02-09 Paul Eggert <eggert@cs.ucla.edu>
43662
43663 Replace FSF snail mail address with URLs, as per GNU coding standards.
43664 Most of the snail mail addresses were wrong anyway, and omitting
43665 them makes the source code easier to maintain. Almost all of the
43666 changes are to license notices and to locale LC_IDENTIFICATION
43667 addresses, except for this one:
43668 * manual/libc.texinfo: In "Published by", give the FSF's URL,
43669 not its snail mail address.
43670
57b957eb
RH
436712012-02-09 Richard Henderson <rth@twiddle.net>
43672
af850b1c
RH
43673 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43674 of kernel-features.h.
43675
57b957eb
RH
43676 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43677
6b73181a
MP
436782012-02-08 Marek Polacek <polacek@redhat.com>
43679
43680 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43681 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43682 * sysdeps/gnu/_G_config.h: Likewise.
43683 * sysdeps/generic/_G_config.h: Likewise.
43684
26ecc33a
AS
436852012-02-08 Andreas Schwab <schwab@linux-m68k.org>
43686
6c6dbc63
AS
43687 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43688 tests.
43689 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43690
e216c012
AS
43691 * sysdeps/powerpc/powerpc32/crti.S: New file.
43692 * sysdeps/powerpc/powerpc32/crtn.S: New file.
43693 * sysdeps/powerpc/powerpc64/crti.S: New file.
43694 * sysdeps/powerpc/powerpc64/crtn.S: New file.
43695
26ecc33a
AS
43696 * Makeconfig (have-initfini): Don't set.
43697 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43698 * configure.in (nopic_initfini): Don't substitute.
43699 * config.h.in (HAVE_INITFINI): Don't #undef.
43700 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43701 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43702
3add8e13
JM
437032012-02-08 Joseph Myers <joseph@codesourcery.com>
43704
43705 Support crti.S and crtn.S provided directly by architectures.
43706 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43707 [crti.S in sysdirs] (omit-deps): Likewise.
43708 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43709 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43710 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43711 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43712 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43713 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43714 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43715 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43716 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43717 compiler output for sysdeps/generic/initfini.c.
43718 * sysdeps/i386/elf/Makefile: Remove file.
43719 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43720
a22f12b4
MP
437212012-02-07 Marek Polacek <polacek@redhat.com>
43722
43723 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43724 * sysdeps/gnu/_G_config.h: Likewise.
43725 * sysdeps/mach/hurd/_G_config.h: Likewise.
43726
148cf100
MP
437272012-02-07 Marek Polacek <polacek@redhat.com>
43728
43729 * math/Makefile (tests): Add tst-CMPLX2.
43730 * math/tst-CMPLX2.c: New file.
43731
cfdc0dd7
AS
437322012-02-07 Andreas Schwab <schwab@linux-m68k.org>
43733
84ba42c4
AS
43734 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43735
cfdc0dd7
AS
43736 * math/libm-test.inc (jn_test): Add missing L suffix.
43737
622c86f4
MP
437382012-02-06 Marek Polacek <polacek@redhat.com>
43739
43740 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43741 * sysdeps/i386/fpu/e_powf.S: Likewise.
43742 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43743 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43744 * sysdeps/i386/fpu/e_acosh.S: Likewise.
43745 * sysdeps/i386/fpu/e_pow.S: Likewise.
43746 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43747 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43748 * sysdeps/i386/fpu/s_expm1.S: Likewise.
43749 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43750 * sysdeps/i386/fpu/e_log2.S: Likewise.
43751 * sysdeps/i386/fpu/e_log2l.S: Likewise.
43752 * sysdeps/i386/fpu/e_scalb.S: Likewise.
43753 * sysdeps/i386/fpu/e_powl.S: Likewise.
43754 * sysdeps/i386/fpu/s_log1p.S: Likewise.
43755 * sysdeps/i386/fpu/e_log10f.S: Likewise.
43756 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43757 * sysdeps/i386/fpu/e_logl.S: Likewise.
43758 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43759 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43760 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43761 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43762 * sysdeps/i386/fpu/e_log2f.S: Likewise.
43763 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43764 * sysdeps/i386/fpu/e_log.S: Likewise.
43765 * sysdeps/i386/fpu/s_cexp.S: Likewise.
43766 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43767 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43768 * sysdeps/i386/fpu/e_logf.S: Likewise.
43769 * sysdeps/i386/fpu/e_log10l.S: Likewise.
43770 * sysdeps/i386/fpu/e_atanh.S: Likewise.
43771 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43772 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43773 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43774 * sysdeps/i386/fpu/e_log10.S: Likewise.
43775 * sysdeps/i386/fpu/s_frexp.S: Likewise.
43776 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43777 * sysdeps/i386/fpu/s_asinh.S: Likewise.
43778 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43779 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43780 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43781 * sysdeps/i386/asm-syntax.h: Likewise.
43782 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43783 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43784 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43785 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43786 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43787 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43788 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43789 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43790 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43791 * sysdeps/powerpc/sysdep.h: Likewise.
43792 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43793 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43794
d4a54ac6
JM
437952012-02-06 Joseph Myers <joseph@codesourcery.com>
43796
43797 [BZ #411]
43798 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43799
314054ea
JM
438002012-02-06 Joseph Myers <joseph@codesourcery.com>
43801
43802 * sysdeps/i386/sysdep.h: Include <features.h>.
43803 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43804 version.
43805
d8e0ca50
JM
438062012-02-05 Joseph Myers <joseph@codesourcery.com>
43807
43808 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43809 Define.
43810 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43811 LOAD_PIC_REG_STR.
43812
b1da7dd9
JM
438132012-02-03 Joseph Myers <joseph@codesourcery.com>
43814
43815 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43816 (SETUP_PIC_REG): Use GET_PC_THUNK.
43817 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43818 macro.
43819
9a1d9254
JM
438202012-02-03 Joseph Myers <joseph@codesourcery.com>
43821
43822 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43823 for non-PIC compilation.
43824 (SETUP_PIC_REG): Add .p2align directive.
43825 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43826 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43827 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43828 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43829 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43830 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43831 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43832 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43833 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43834 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43835 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43836 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43837 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43838 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43839 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43840 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43841 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43842 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43843 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43844 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43845 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43846 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43847 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43848 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43849 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43850 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43851 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43852 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43853 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43854 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43855 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43856 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43857 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43858 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43859 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43860 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43861 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43862 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43863 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43864 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43865 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43866
65dc3b75
JM
438672012-02-03 Joseph Myers <joseph@codesourcery.com>
43868
43869 * math/tst-CMPLX.c: Include <stdio.h>.
43870
d55bf177
JM
438712012-01-31 Joseph Myers <joseph@codesourcery.com>
43872
43873 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43874 float.
43875 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43876 * sysdeps/sparc/bits/mathdef.h: Likewise.
43877
69db4f8f
MP
438782012-01-31 Marek Polacek <polacek@redhat.com>
43879
43880 * libio/libio.h: Don't define _PARAMS.
43881 * locale/programs/config.h: Don't define PARAMS.
43882 * stdlib/strtol_l.c: Likewise.
43883 (__strtol_l): Remove PARAMS from the prototype.
43884
41b81892
UD
438852012-01-31 Ulrich Drepper <drepper@gmail.com>
43886
3b49edc0
UD
43887 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
43888 names. Just use the correct names. Remove unnecessary wrapper
43889 functions.
43890 * malloc/arena.c: Likewise.
43891 * malloc/hooks.c: Likewise.
43892
41b81892
UD
43893 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43894 ARENA_TEST says not to. Simplify test for creation of a new arena.
43895 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43896
27a25b6e
UD
438972012-01-30 Ulrich Drepper <drepper@gmail.com>
43898
43899 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43900 into tail calls.
43901 (update_get_addr): New function.
43902 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43903 GET_ADDR_MODULE parameter.
43904
c8a89e7d
JM
439052012-01-30 Joseph Myers <joseph@codesourcery.com>
43906
43907 * crypt/cert.c: Remove __STDC__ conditionals.
43908 * crypt/crypt-entry.c: Likewise.
43909 * crypt/crypt_util.c: Likewise.
43910 * libio/filedoalloc.c: Likewise.
43911 * libio/fileops.c: Likewise.
43912 * libio/genops.c: Likewise.
43913 * libio/iofclose.c: Likewise.
43914 * libio/iofdopen.c: Likewise.
43915 * libio/iofopen.c: Likewise.
43916 * libio/iofopen64.c: Likewise.
43917 * libio/iogetdelim.c: Likewise.
43918 * libio/iopopen.c: Likewise.
43919 * libio/obprintf.c: Likewise.
43920 * libio/oldfileops.c: Likewise.
43921 * libio/oldiofclose.c: Likewise.
43922 * libio/oldiofdopen.c: Likewise.
43923 * libio/oldiofopen.c: Likewise.
43924 * libio/oldiopopen.c: Likewise.
43925 * libio/wfiledoalloc.c: Likewise.
43926 * libio/wgenops.c: Likewise.
43927 * locale/programs/xmalloc.c: Likewise.
43928 * misc/syslog.c: Likewise.
43929 * stdio-common/xbug.c: Likewise.
43930 * string/memchr.c: Likewise.
43931 * string/memcmp.c: Likewise.
43932 * string/memrchr.c: Likewise.
43933 * string/rawmemchr.c: Likewise.
43934 * sysdeps/posix/getcwd.c: Likewise.
43935 * time/strftime_l.c: Likewise.
43936
3b100462
JM
439372012-01-30 Joseph Myers <joseph@codesourcery.com>
43938
43939 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
43940 * config.make.in (config-cflags-sse2avx): Define.
43941 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43942 Fix typo.
43943
607998af
CM
439442012-01-29 Chris Metcalf <cmetcalf@tilera.com>
43945
43946 * scripts/config.guess: Update from upstream config git repository.
43947 * scripts/config.sub: Likewise.
43948
3601428f
CM
439492012-01-28 Chris Metcalf <cmetcalf@tilera.com>
43950
3ac8b282
CM
43951 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43952 (EM_NUM): Update.
43953 (R_TILEPRO_*, R_TILEGX_*): New macros.
43954
e034841e
CM
43955 * scripts/firstversions.awk: Fix bug in version range handling.
43956
540d7568
CM
43957 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43958
3601428f
CM
43959 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43960
463de862
CM
43961 * include/sys/epoll.h: New file.
43962 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43963 libc_hidden_def.
43964
73139a76
UD
439652012-01-28 Ulrich Drepper <drepper@gmail.com>
43966
96bc5b45
UD
43967 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43968 Avoid unnecessary __WORDSIZE == 64 test.
43969 (fmaxf): Use VEX format if possible.
43970 (fmax): Likewise.
43971 (fminf): Likewise.
43972 (fmin): Likewise.
43973
56f6f6a2
UD
43974 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43975 * math/math_private.h: Remove libc_fegetround* and
43976 libc_fesetround*.
43977 * sysdeps/i386/configure.in: Check for -msse2avx.
43978 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43979 also if SSE2AVX is defined.
43980 Remove libc_fegetround* and libc_fesetround*.
43981 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43982 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
43983 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43984 of HAS_YMM_USABLE.
43985 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43986 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43987 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43988 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43989 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43990
73139a76
UD
43991 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43992
d73f93a4
AZ
439932012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43994
43995 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43996 size is not set.
43997 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43998
6ee65ed6
UD
439992012-01-27 Ulrich Drepper <drepper@gmail.com>
44000
44001 [BZ #13618]
44002 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
44003 relocation.
44004 * Makeconfig (libm): Define.
44005 * elf/Makefile: Add rules to build and run tst-relsort1.
44006 * elf/tst-relsort1.c: New file.
44007 * elf/tst-relsort1mod1.c: New file.
44008 * elf/tst-relsort1mod2.c: New file.
44009
8db21882
JM
440102012-01-27 Joseph Myers <joseph@codesourcery.com>
44011
44012 * math/s_ldexp.c: Remove __STDC__ conditionals.
44013 * math/s_ldexpf.c: Likewise.
44014 * math/s_ldexpl.c: Likewise.
44015 * math/s_nextafter.c: Likewise.
44016 * math/s_nexttowardf.c: Likewise.
44017 * math/s_significand.c: Likewise.
44018 * math/s_significandf.c: Likewise.
44019 * math/s_significandl.c: Likewise.
44020 * math/w_jnl.c: Likewise.
44021 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44022 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44023 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44024 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44025 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44026 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44027 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
44028 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44029 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44030 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44031 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44032 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44033 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44034 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44035 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44036 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44037 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44038 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44039 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44040 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44041 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44042 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44043 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44044 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44045 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44046 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44047 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44048 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44049 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44050 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44051 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44052 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44053 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44054 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44055 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44056 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44057 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44058 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44059 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44060 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44061 * sysdeps/ieee754/k_standard.c: Likewise.
44062 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44063 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44064 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44065 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44066 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44067 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44068 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44069 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44070 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44071 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44072 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44073 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44074 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44075 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44076 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44077 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44078 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44079 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44080 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44081 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44082 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44083 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44084 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44085 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44086 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44087 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44088 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44089 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44090 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44091 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44092 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44093 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
44094 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44095 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44096 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44097 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44098 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
44099 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44100 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44101 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
44102 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
44103 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44104 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
44105 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
44106 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44107 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
44108 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
44109 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44110 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44111 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
44112 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
44113 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44114 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44115 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44116 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44117 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44118 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
44119 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44120 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44121 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44122 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44123 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44124 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44125 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44126 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44127 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44128 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44129 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44130 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44131 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44132 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44133 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44134 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44135 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44136 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44137 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44138 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44139 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44140 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44141 * sysdeps/ieee754/s_matherr.c: Likewise.
44142 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44143 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44144 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44145 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44146
965a54a4
JM
441472012-01-26 Joseph Myers <joseph@codesourcery.com>
44148
44149 * crypt/md5.h: Remove __STDC__ conditionals.
44150 * libio/libioP.h: Likewise.
44151 * locale/programs/config.h: Likewise.
44152 * sysdeps/generic/sysdep.h: Likewise.
44153 * sysdeps/i386/asm-syntax.h: Likewise.
44154 * sysdeps/s390/asm-syntax.h: Likewise.
44155 * sysdeps/unix/sysdep.h: Likewise.
44156 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
44157 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
44158
7071ad79
JM
441592012-01-26 Joseph Myers <joseph@codesourcery.com>
44160
44161 * libio/libio.h: Remove __STDC__ conditionals.
44162 * malloc/obstack.h: Likewise.
44163 * math/complex.h: Likewise.
44164 * math/math.h: Likewise.
44165 * sysdeps/generic/_G_config.h: Likewise.
44166 * sysdeps/gnu/_G_config.h: Likewise.
44167 * sysdeps/mach/hurd/_G_config.h: Likewise.
44168 * sysdeps/powerpc/bits/mathdef.h: Likewise.
44169 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
44170 * sysdeps/sparc/bits/mathdef.h: Likewise.
44171
afc5ed09
UD
441722012-01-26 Ulrich Drepper <drepper@gmail.com>
44173
44174 [BZ #13583]
44175 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 44176 Clean up HAS_* macros.
afc5ed09 44177 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
44178 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
44179 possible.
44180 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
44181 HAS_AVX.
44182 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44183 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44184 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44185 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44186 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 44187
bdb6de1d
JM
441882012-01-25 Joseph Myers <joseph@codesourcery.com>
44189
44190 * elf/tst-unique3.cc (gets): Remove declaration.
44191 * elf/tst-unique3lib.cc (gets): Likewise.
44192 * elf/tst-unique3lib2.cc (gets): Likewise.
44193 * elf/tst-unique4.cc (gets): Likewise.
44194
b15549e6
UD
441952012-01-24 Ulrich Drepper <drepper@gmail.com>
44196
44197 * include/stdio.h: Add C++ protection. Add gets declarations and
44198 definitions.
44199 * debug/tst-chk1.c: Don't declare gets here.
44200 * stdio-common/tst-gets.c: Likewise.
44201
a037381f
JM
442022012-01-24 Joseph Myers <joseph@codesourcery.com>
44203
44204 * posix/glob: Remove directory.
44205
f1d4aa75
JM
442062012-01-24 Joseph Myers <joseph@codesourcery.com>
44207
44208 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
44209
81c0c964
PT
442102012-01-22 Pino Toscano <toscano.pino@tiscali.it>
44211
44212 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
44213 of the non-standard EPFNOSUPPORT.
44214
0ea698ae
ST
442152011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
44216
44217 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
44218 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
44219 ANYWHERE set to 1 only on KERN_NO_SPACE error.
44220
d220b117
UD
442212012-01-21 Ulrich Drepper <drepper@gmail.com>
44222
44223 * wcsmbs/uchar.h: Test __STDC_VERSION__.
44224
3e1aa84e
UD
442252012-01-20 Ulrich Drepper <drepper@gmail.com>
44226
44227 * nscd/aicache.c (addhstaiX): Do not cache negative results of
44228 transient errors.
44229 * nscd/grpcache.c (cache_addgr): Likewise.
44230 * nscd/hstcache.c (cache_addhst): Likewise.
44231 * nscd/initgrcache.c (addinitgroupsX): Likewise.
44232 * nscd/pwdcache.c (cache_addpw): Likewise.
44233 * nscd/servicescache.c (cache_addserv): Likewise.
44234
400aa020
UD
442352012-01-16 Ulrich Drepper <drepper@gmail.com>
44236
d77e7869
UD
44237 * malloc/malloc.c: Various cleanups.
44238 * malloc/hooks.c: Likewise.
44239
400aa020
UD
44240 * stdlib/Makefile (tests): Add bug-fmtmsg1.
44241 * stdlib/bug-fmtmsg1.c: New file.
44242
44243 * stdlib/fmtmsg.c (init): Add missing unlock.
44244 Patch by Peng Haitao <penght@cn.fujitsu.com>.
44245
e0a309cf
MP
442462012-01-12 Marek Polacek <polacek@redhat.com>
44247
44248 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
44249 and _GNU_SOURCE.
44250
929d11c7
WS
442512012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
44252
44253 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
44254 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
44255 macro to ensure uniqueness of label name.
44256 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44257 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44258
41d0e869
UD
442592012-01-11 Ulrich Drepper <drepper@gmail.com>
44260
0cc5ed3b
UD
44261 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
44262
41d0e869
UD
44263 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
44264 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44265 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44266 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
44267
a47a831a
UD
442682012-01-10 Ulrich Drepper <drepper@gmail.com>
44269
daa891c0
UD
44270 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
44271
44272 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
44273 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44274 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44275
e58ef0f2
UD
44276 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
44277
a47a831a 44278 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
44279 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44280 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 44281 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
44282
44283 * math/bits/math-finite.h: Add ldexp support.
44284
a0bfc9c7
MP
442852012-01-10 Marek Polacek <polacek@redhat.com>
44286
44287 * locale/programs/localedef.h (show_archive_content): Add noreturn
44288 attribute.
44289
d6e97a1d
UD
442902012-01-09 Ulrich Drepper <drepper@gmail.com>
44291
44292 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
44293
d5835c26
UD
442942012-01-08 Ulrich Drepper <drepper@gmail.com>
44295
e5f484c6
UD
44296 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
44297
d5835c26
UD
44298 * io/Makefile (headers): Add bits/poll2.h.
44299
d1f741e9
WS
443002011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
44301
44302 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
44303 typo #include statement.
44304
ec09c1c4
UD
443052012-01-08 Ulrich Drepper <drepper@gmail.com>
44306
44307 * include/sys/cdefs.h: Define __attribute_alloc_size.
44308 * catgets/gencat.c: Add alloc_size attribute and apply consistently
44309 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
44310 * elf/pldd.c: Likewise.
44311 * iconv/iconv_charmap.c: Likewise.
44312 * iconv/iconvconfig.c: Likewise.
44313 * iconv/strtab.c: Likewise.
44314 * locale/programs/locale.c: Likewise.
44315 * locale/programs/localedef.h: Likewise.
44316 * locale/programs/simple-hash.c: Likewise.
44317 * nscd/nscd.h: Likewise.
44318 * nss/makedb.c: Likewise.
44319 * sysdeps/generic/ldconfig.h: Likewise.
44320 * locale/programs/localedef.c: Remove xmalloc prototype.
44321 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
44322
20b38e03
PP
443232012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
44324
44325 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
44326 appropriate.
44327
a0da5fe1
UD
443282012-01-08 Ulrich Drepper <drepper@gmail.com>
44329
1d5a644a 44330 * math/Makefile (tests): Add tst-CMPLX.
669704fd 44331 * math/tst-CMPLX.c: New file.
1d5a644a 44332
8784a6db
UD
44333 * math/complex.h (CMPLXL): Fix typo.
44334
d9a216c0
UD
44335 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
44336 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
44337 GLIBC_2.16.
44338 * debug/tst-chk1.c: Add poll and ppoll tests.
44339 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
44340 * include/sys/poll.h: Add hidden proto for ppoll.
44341 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
44342 * sysdeps/mach/hurd/ppoll.c: Likewise.
44343 * io/ppoll.c: Likewise.
44344 * debug/poll_chk.c: New file.
44345 * debug/ppoll_chk.c: New file.
44346 * include/bits/poll2.h: New file.
44347 * io/bits/poll2.h: New file.
44348
ac097f5c
UD
44349 [BZ #1350]
44350 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
44351
2119dcfa
UD
44352 * configure.in: static is always set to yes. Remove.
44353 * config.make.in: Don't set build-static.
44354 * Makeconfig: Remove use of build-static.
44355 * dlfcn/Makefile: Likewise.
44356 * elf/Makefile: Likewise.
44357 * math/Makefile: Likewise.
44358 * misc/Makefile: Likewise.
44359 * nptl/Makefile: Likewise.
44360 * sysdeps/mach/hurd/Makefile: Likewise.
44361
121766a9
UD
44362 * configure.in: PWD_P is not used anymore.
44363 * config.make.in: Remove PWD_P entry.
44364
51a1d39c 44365 * configure.in: Remove last remnants of RANLIB.
8720d066 44366 No need to check for signed size_t anymore.
215f4bdc
UD
44367 Don't set libc_commonpagesize and libc_relro_required here for Alpha
44368 and IA-64.
3857022a 44369 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
44370 * aclocal.m4: Likewise.
44371
d3ed7225
UD
44372 * wcsmbs/mbrtoc16.c: Implement using towc function.
44373 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
44374 * wcsmbs/wcsmbsload.c: Likewise.
44375 * iconv/gconv_simple.c: Likewise.
44376 * iconv/gconv_int.h: Likewise.
44377 * iconv/gconv_builtin.h: Likewise.
44378 * iconv/iconv_prog.c: Remove CHAR16 handling.
44379
44380 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
44381
44382 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
44383
a0da5fe1
UD
44384 * configure.in: Remove --with-elf and --enable-bounded options.
44385 Dont set base_machine for ia64. More non-ELF conditions removed.
44386 Remove testing and setting of leading underscore information.
44387 * config.make.in (build-bounded): Set to no.
44388 * config.h.in: Remove NO_UNDERSCORES entry.
44389 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
44390 them.
44391 * csu/start.c: Remove !NO_UNDERSCORE code.
44392 * locale/localeinfo.h: Likewise.
44393 * sysdeps/generic/machine-gmon.h: Likewise.
44394 * sysdeps/generic/sysdep.h: Likewise.
44395 * sysdeps/i386/sysdep.h: Likewise.
44396 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44397 * sysdeps/mach/sysdep.h: Likewise.
44398 * sysdeps/s390/s390-32/sysdep.h: Likewise.
44399 * sysdeps/s390/s390-64/sysdep.h: Likewise.
44400 * sysdeps/sh/sysdep.h: Likewise.
44401 * sysdeps/sparc/sparc32/alloca.S: Likewise.
44402 * sysdeps/unix/i386/sysdep.S: Likewise.
44403 * sysdeps/unix/sparc/start.c: Likewise.
44404 * sysdeps/unix/sparc/sysdep.S: Likewise.
44405 * sysdeps/unix/sparc/sysdep.h: Likewise.
44406 * sysdeps/unix/start.c: Likewise.
44407 * sysdeps/unix/x86_64/sysdep.S: Likewise.
44408 * sysdeps/x86_64/sysdep.h: Likewise.
44409
df78418a
UD
444102012-01-07 Ulrich Drepper <drepper@gmail.com>
44411
a784e502
UD
44412 [BZ #13553]
44413 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44414 for non-gcc.
44415 * argp/argp-fmtstream.h: Use const instead __const.
44416 * argp/argp.h: Likewise.
44417 * assert/assert.h: Likewise.
44418 * bits/fenv.h: Likewise.
44419 * bits/sched.h: Likewise.
44420 * bits/sigset.h: Likewise.
44421 * bits/sigthread.h: Likewise.
44422 * catgets/nl_types.h: Likewise.
44423 * conform/data/pthread.h-data: Likewise.
44424 * crypt/crypt-private.h: Likewise.
44425 * crypt/crypt.h: Likewise.
44426 * crypt/crypt_util.c: Likewise.
44427 * ctype/ctype.h: Likewise.
44428 * debug/execinfo.h: Likewise.
44429 * debug/mbsnrtowcs_chk.c: Likewise.
44430 * debug/mbsrtowcs_chk.c: Likewise.
44431 * debug/wcsnrtombs_chk.c: Likewise.
44432 * debug/wcsrtombs_chk.c: Likewise.
44433 * debug/wcstombs_chk.c: Likewise.
44434 * dirent/dirent.h: Likewise.
44435 * dlfcn/dlfcn.h: Likewise.
44436 * elf/neededtest4.c: Likewise.
44437 * grp/grp.h: Likewise.
44438 * gshadow/gshadow.h: Likewise.
44439 * iconv/gconv.h: Likewise.
44440 * iconv/gconv_int.h: Likewise.
44441 * iconv/gconv_simple.c: Likewise.
44442 * iconv/iconv.h: Likewise.
44443 * iconv/loop.c: Likewise.
44444 * iconv/skeleton.c: Likewise.
44445 * include/aio.h: Likewise.
44446 * include/aliases.h: Likewise.
44447 * include/argz.h: Likewise.
44448 * include/arpa/inet.h: Likewise.
44449 * include/assert.h: Likewise.
44450 * include/dirent.h: Likewise.
44451 * include/dlfcn.h: Likewise.
44452 * include/execinfo.h: Likewise.
44453 * include/fcntl.h: Likewise.
44454 * include/fenv.h: Likewise.
44455 * include/glob.h: Likewise.
44456 * include/grp.h: Likewise.
44457 * include/libintl.h: Likewise.
44458 * include/mntent.h: Likewise.
44459 * include/netdb.h: Likewise.
44460 * include/pwd.h: Likewise.
44461 * include/rpc/netdb.h: Likewise.
44462 * include/sched.h: Likewise.
44463 * include/search.h: Likewise.
44464 * include/shadow.h: Likewise.
44465 * include/signal.h: Likewise.
44466 * include/stdio.h: Likewise.
44467 * include/stdlib.h: Likewise.
44468 * include/string.h: Likewise.
44469 * include/sys/socket.h: Likewise.
44470 * include/sys/stat.h: Likewise.
44471 * include/sys/statfs.h: Likewise.
44472 * include/sys/statvfs.h: Likewise.
44473 * include/sys/syslog.h: Likewise.
44474 * include/sys/time.h: Likewise.
44475 * include/sys/uio.h: Likewise.
44476 * include/time.h: Likewise.
44477 * include/unistd.h: Likewise.
44478 * include/utmp.h: Likewise.
44479 * include/wchar.h: Likewise.
44480 * include/wctype.h: Likewise.
44481 * inet/aliases.h: Likewise.
44482 * inet/arpa/inet.h: Likewise.
44483 * inet/netinet/ether.h: Likewise.
44484 * inet/netinet/in.h: Likewise.
44485 * intl/libintl.h: Likewise.
44486 * io/bits/fcntl2.h: Likewise.
44487 * io/fcntl.h: Likewise.
44488 * io/ftw.h: Likewise.
44489 * io/sys/poll.h: Likewise.
44490 * io/sys/stat.h: Likewise.
44491 * io/sys/statfs.h: Likewise.
44492 * io/sys/statvfs.h: Likewise.
44493 * io/utime.h: Likewise.
44494 * libio/bits/stdio.h: Likewise.
44495 * libio/bits/stdio2.h: Likewise.
44496 * libio/libio.h: Likewise.
44497 * libio/libioP.h: Likewise.
44498 * libio/stdio.h: Likewise.
44499 * locale/lc-ctype.c: Likewise.
44500 * locale/locale.h: Likewise.
44501 * login/utmp.h: Likewise.
44502 * malloc/arena.c: Likewise.
44503 * malloc/malloc.c: Likewise.
44504 * malloc/malloc.h: Likewise.
44505 * malloc/mcheck.c: Likewise.
44506 * malloc/mtrace.c: Likewise.
44507 * math/bits/mathcalls.h: Likewise.
44508 * math/fenv.h: Likewise.
44509 * math/math_private.h: Likewise.
44510 * misc/bits/error.h: Likewise.
44511 * misc/bits/syslog.h: Likewise.
44512 * misc/err.h: Likewise.
44513 * misc/error.h: Likewise.
44514 * misc/fstab.h: Likewise.
44515 * misc/mntent.h: Likewise.
44516 * misc/regexp.h: Likewise.
44517 * misc/search.h: Likewise.
44518 * misc/sgtty.h: Likewise.
44519 * misc/sys/mman.h: Likewise.
44520 * misc/sys/syslog.h: Likewise.
44521 * misc/sys/uio.h: Likewise.
44522 * misc/sys/xattr.h: Likewise.
44523 * misc/ttyent.h: Likewise.
44524 * nis/rpcsvc/ypclnt.h: Likewise.
44525 * nss/nss.h: Likewise.
44526 * posix/bits/unistd.h: Likewise.
44527 * posix/fnmatch.h: Likewise.
44528 * posix/glob.h: Likewise.
44529 * posix/sched.h: Likewise.
44530 * posix/spawn.h: Likewise.
44531 * posix/sys/wait.h: Likewise.
44532 * posix/unistd.h: Likewise.
44533 * posix/wordexp.h: Likewise.
44534 * pwd/pwd.h: Likewise.
44535 * resolv/netdb.h: Likewise.
44536 * resource/sys/resource.h: Likewise.
44537 * rt/aio.h: Likewise.
44538 * rt/bits/mqueue2.h: Likewise.
44539 * rt/mqueue.h: Likewise.
44540 * shadow/shadow.h: Likewise.
44541 * signal/signal.h: Likewise.
44542 * socket/send.c: Likewise.
44543 * socket/sendto.c: Likewise.
44544 * socket/sys/socket.h: Likewise.
44545 * stdio-common/printf.h: Likewise.
44546 * stdlib/bits/stdlib.h: Likewise.
44547 * stdlib/fmtmsg.h: Likewise.
44548 * stdlib/monetary.h: Likewise.
44549 * stdlib/stdlib.h: Likewise.
44550 * stdlib/ucontext.h: Likewise.
44551 * streams/stropts.h: Likewise.
44552 * string/argz.h: Likewise.
44553 * string/bits/string2.h: Likewise.
44554 * string/string.h: Likewise.
44555 * string/strings.h: Likewise.
44556 * sunrpc/rpc/auth.h: Likewise.
44557 * sunrpc/rpc/auth_des.h: Likewise.
44558 * sunrpc/rpc/clnt.h: Likewise.
44559 * sunrpc/rpc/netdb.h: Likewise.
44560 * sunrpc/rpc/pmap_clnt.h: Likewise.
44561 * sunrpc/rpc/xdr.h: Likewise.
44562 * sysdeps/generic/inttypes.h: Likewise.
44563 * sysdeps/generic/net/if.h: Likewise.
44564 * sysdeps/generic/sys/swap.h: Likewise.
44565 * sysdeps/gnu/net/if.h: Likewise.
44566 * sysdeps/gnu/utmpx.h: Likewise.
44567 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44568 * sysdeps/i386/i486/bits/string.h: Likewise.
44569 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44570 * sysdeps/s390/bits/string.h: Likewise.
44571 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44572 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44573 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44574 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44575 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44576 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44577 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44578 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44579 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44580 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44581 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44582 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44583 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44584 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44585 * sysdeps/unix/sysv/linux/readv.c: Likewise.
44586 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44587 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44588 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44589 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44590 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44591 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44592 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44593 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44594 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44595 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44596 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44597 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44598 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44599 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44600 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44601 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44602 * sysvipc/sys/ipc.h: Likewise.
44603 * sysvipc/sys/msg.h: Likewise.
44604 * sysvipc/sys/sem.h: Likewise.
44605 * sysvipc/sys/shm.h: Likewise.
44606 * termios/termios.h: Likewise.
44607 * time/sys/time.h: Likewise.
44608 * time/time.h: Likewise.
44609 * wcsmbs/bits/wchar2.h: Likewise.
44610 * wcsmbs/uchar.h: Likewise.
44611 * wcsmbs/wchar.h: Likewise.
44612 * wctype/wctype.h: Likewise.
44613
0269750c
UD
44614 [BZ #13551]
44615 * Makeconfig: Remove all but ELF support including AIX support.
44616 * Makerules: Likewise.
44617 * config.h.in: Likewise.
44618 * config.make.in: Likewise.
44619 * configure: Likewise.
44620 * configure.in: Likewise.
44621 * csu/Makefile: Likewise.
44622 * csu/version.c: Likewise.
44623 * debug/Makefile: Likewise.
44624 * dlfcn/Makefile: Likewise.
44625 * elf/Makefile: Likewise.
44626 * extra-lib.mk: Likewise.
44627 * iconv/Makefile: Likewise.
44628 * include/libc-symbols.h: Likewise.
44629 * include/shlib-compat.h: Likewise.
44630 * resolv/Makefile: Likewise.
44631 * resolv/res_libc.c: Likewise.
44632 * rt/Makefile: Likewise.
44633 * sysdeps/i386/asm-syntax.h: Likewise.
44634 * sysdeps/i386/sysdep.h: Likewise.
44635 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44636 * sysdeps/mach/sysdep.h: Likewise.
44637 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44638 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44639 * sysdeps/s390/asm-syntax.h: Likewise.
44640 * sysdeps/s390/s390-32/sysdep.h: Likewise.
44641 * sysdeps/s390/s390-64/sysdep.h: Likewise.
44642 * sysdeps/sh/sysdep.h: Likewise.
44643 * sysdeps/unix/sparc/sysdep.h: Likewise.
44644 * sysdeps/wordsize-32/divdi3.c: Likewise.
44645 * sysdeps/x86_64/sysdep.h: Likewise.
44646
00bbd29b
UD
44647 * argp/Versions: Remove _argp_unlock_xxx.
44648
44649 [BZ #13559]
44650 * abilist/ld.abilist: Update. Adjust for removal of tls option.
44651 * abilist/libBrokenLocale.abilist: Likewise.
44652 * abilist/libanl.abilist: Likewise.
44653 * abilist/libc.abilist: Likewise.
44654 * abilist/libcrypt.abilist: Likewise.
44655 * abilist/libdl.abilist: Likewise.
44656 * abilist/libm.abilist: Likewise.
44657 * abilist/libnsl.abilist: Likewise.
44658 * abilist/libpthread.abilist: Likewise.
44659 * abilist/libresolv.abilist: Likewise.
44660 * abilist/librt.abilist: Likewise.
44661 * abilist/libthread_db.abilist: Likewise.
44662 * abilist/libutil.abilist: Likewise.
44663 * abilist/libnss_db.abilist: New file.
44664
44665 * scripts/abilist.awk: Add support for indirect functions.
44666
a2693a0e
UD
44667 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44668
3f05895f
UD
44669 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44670
ecb6fb48
UD
44671 * shlib-versions: Remove entries for ports architectures.
44672
664f8cb9
UD
44673 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
44674 files in ports.
44675 * elf/stackguard-macros.h: Remove support for IA-64.
44676 * elf/tst-auditmod1.c: Likewise.
44677 * sysdeps/generic/ldsodefs.h: Likewise.
44678
7ae81d88
UD
44679 * sysdeps/unix/sysv/linux/configure.in: Ports should define
44680 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44681 configure files.
44682
bdeba135
UD
44683 [BZ #13552]
44684 * configure.in: Remove --enable-omitfp support.
44685 * FAQ.in: Adjust.
44686 * config.make.in: Likewise.
44687 * Makeconfig: Likewise.
44688 * manual/install.texi: Likewise.
44689
d75a0a62
UD
44690 In case anyone cares, the IA-64 architecture could move to ports.
44691 * sysdeps/ia64/*: Removed.
44692 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 44693 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 44694
dcc9756b
UD
44695 [BZ #13555]
44696 * configure.in: Remove entries for unsupported architectures.
44697
d3761ebc 44698 [BZ #13533]
9954432e
UD
44699 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44700 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
44701 routines.
44702 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44703 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44704 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
44705 fall back to using wcrtomb.
44706 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44707 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
44708 renaming.
44709 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44710 * wcsmbs/tst-c16c32-1.c: New file.
44711
44712 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44713 local variable.
44714
c3a87236
UD
44715 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44716
28926a1b
UD
44717 * elf/tst-unique3.cc: Add explicit declaration of gets.
44718 * elf/tst-unique3lib.cc: Likewise.
44719 * elf/tst-unique3lib2.cc: Likewise.
44720 * elf/tst-unique4.cc: Likewise.
44721
df78418a
UD
44722 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44723
8ecd6b2a
JM
447242012-01-06 Joseph Myers <joseph@codesourcery.com>
44725
44726 [BZ #13566]
44727 * assert/assert.h (static_assert): Don't define for C++.
44728 * libio/stdio.h (gets): Do declare for C++ <= C++11.
44729 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44730
9f115170
UD
447312012-01-03 Ulrich Drepper <drepper@gmail.com>
44732
5e0d0300
UD
44733 * iconv/loop.c (single loop): Fix assertion in storing of
44734 remaining bytes.
44735
9f115170
UD
44736 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44737
81fb02b0
UD
447382012-01-01 Ulrich Drepper <drepper@gmail.com>
44739
44740 * posix/getconf.c: Update copyright year.
44741 * nss/getent.c: Likewise.
a316c1f6 44742 * nss/makedb.c: Likewise.
81fb02b0
UD
44743 * iconv/iconvconfig.c: Likewise.
44744 * iconv/iconv_prog.c: Likewise.
44745 * elf/ldconfig.c: Likewise.
a316c1f6
UD
44746 * elf/pldd.c: Likewise.
44747 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
44748 * catgets/gencat.c: Likewise.
44749 * csu/version.c: Likewise.
44750 * elf/ldd.bash.in: Likewise.
44751 * elf/sprof.c (print_version): Likewise.
44752 * locale/programs/locale.c: Likewise.
44753 * locale/programs/localedef.c: Likewise.
a316c1f6 44754 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
44755 * nscd/nscd.c (print_version): Likewise.
44756 * debug/xtrace.sh: Likewise.
44757 * malloc/memusage.sh: Likewise.
44758 * malloc/mtrace.pl: Likewise.
44759 * debug/catchsegv.sh: Likewise.
44760
2ba92745
JJ
447612011-12-30 Jakub Jelinek <jakub@redhat.com>
44762
44763 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44764 pure attribute.
44765
dadebdae
UD
447662011-12-24 Ulrich Drepper <drepper@gmail.com>
44767
d3761ebc 44768 [BZ #13533]
db6af3eb
UD
44769 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44770 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44771 transformations.
44772 * iconv/gconv_int.h: Likewise.
44773 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44774 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44775 from libc for GLIBC_2.16.
44776 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44777 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44778 * wcsmbs/uchar.h: Really define mbstate_t.
44779 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44780 * wcsmbs/c16rtomb.c: New file.
44781 * wcsmbs/mbrtoc16.c: New file.
44782 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44783 for C/POSIX locale.
44784 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44785 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44786
dadebdae
UD
44787 * wcsmbs/wchar.h: Add missing __restrict.
44788
67371b56
UD
447892011-12-23 Ulrich Drepper <drepper@gmail.com>
44790
74033a25
UD
44791 [BZ #13532]
44792 * time/Makefile (routines): Add timespec_get.
44793 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44794 * time/time.h: Define TIME_UTC and declare timespec_get. Define
44795 timespec for ISO C11.
44796 * time/timespec_get.c: New file.
44797 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44798 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44799
380d7e87
UD
44800 [BZ #13531]
44801 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44802 * stdlib/stdlib.h: Declare aligned_alloc.
44803 * Versions.def: Add GLIBC_2.16 for libc.
44804 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44805
4e9e7a35
UD
44806 [BZ 13527]
44807 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44808 ISO C11.
44809
380d7e87 44810 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
44811 code.
44812
03a71829
UD
44813 [BZ #13528]
44814 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44815
839e283e
UD
44816 [BZ #13529]
44817 * assert/assert.h (static_assert): Define.
44818
ce5294e2 44819 * version.h: Update for 2.16 development version.
90fa7312 44820
8d44e150 44821 [BZ #13526]
d7809905
UD
44822 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44823 _ISOC11_SOURCE.
44824
c0da14cd
UD
44825 * version.h (RELEASE): Bump for 2.15 release.
44826 * include/features.h (__GLIBC_MINOR__): Bump to 15.
44827
530a3249
MP
44828 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44829 Patch by Marek Polacek <mpolacek@redhat.com>.
44830
67371b56
UD
44831 * bits/byteswap.h: Protect long long constants with __extension__.
44832 * sysdeps/i386/bits/byteswap.h: Likewise.
44833 * sysdeps/ia64/bits/byteswap.h: Likewise.
44834 * sysdeps/s390/bits/byteswap.h: Likewise.
44835 * sysdeps/x86_64/bits/byteswap.h: Likewise.
44836
15db4de1
LD
448372011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44838
44839 [BZ #13540]
bbe315ea
LD
44840 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44841 destination buffer.
15db4de1
LD
44842 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44843
2b2596b1
MP
448442011-12-23 Marek Polacek <polacek@redhat.com>
44845
44846 * elf/dl-addr.c (determine_info): Add inline keyword.
44847 * elf/tst-auditmod4b.c (check_avx): Likewise.
44848 * elf/tst-auditmod6b.c (check_avx): Likewise.
44849 * elf/tst-auditmod6c.c (check_avx): Likewise.
44850 * elf/tst-auditmod7b.c (check_avx): Likewise.
44851
70c6c246
UD
448522011-12-23 Ulrich Drepper <drepper@gmail.com>
44853
44854 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44855 !__SSE_MATH__.
44856
c044cf14
LD
448572011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44858
15db4de1 44859 [BZ #13540]
c044cf14
LD
44860 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44861 processing for last bytes.
44862
6b13d9d9
BH
448632011-08-06 Bruno Haible <bruno@clisp.org>
44864
d455f537
BH
44865 [BZ #13061]
44866 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44867 U+0385, not to U+1FEE.
44868
6b13d9d9
BH
44869 [BZ #13062]
44870 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44871 entry for U+00A5 U+0301.
44872
db910efd
UD
448732011-12-22 Ulrich Drepper <drepper@gmail.com>
44874
27deeafc
UD
44875 [BZ #13166]
44876 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44877 buffer for the output is too small.
44878
aed9d171
UD
44879 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44880 optimization.
44881
db910efd
UD
44882 [BZ #13185]
44883 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44884 SSE flags if possible.
44885
2bd779ae
LD
448862011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44887
e7f9dac3 44888 [BZ #13540]
2bd779ae
LD
44889 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44890 processing for last bytes.
44891
154bfc16
JM
448922011-12-22 Joseph Myers <joseph@codesourcery.com>
44893
44894 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44895 (syscall-list-default-options, syscall-list-default-condition)
44896 (syscall-list-includes): Define.
44897 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44898 list of ABIs and options and #if conditions for each ABI. Do not
44899 handle common syscalls between ABIs specially.
44900 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44901 Remove.
44902 (syscall-list-variants, syscall-list-32bit-options)
44903 (syscall-list-32bit-condition, syscall-list-64bit-options)
44904 (syscall-list-64bit-condition): Define.
44905 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44906 (syscall-list-variants, syscall-list-32bit-options)
44907 (syscall-list-32bit-condition, syscall-list-64bit-options)
44908 (syscall-list-64bit-condition): Define.
44909 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44910 Remove.
44911 (syscall-list-variants, syscall-list-32bit-options)
44912 (syscall-list-32bit-condition, syscall-list-64bit-options)
44913 (syscall-list-64bit-condition): Define.
44914 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44915 Remove.
44916 (syscall-list-variants, syscall-list-32bit-options)
44917 (syscall-list-32bit-condition, syscall-list-64bit-options)
44918 (syscall-list-64bit-condition): Define.
44919
21eaf3a5
UD
449202011-12-22 Ulrich Drepper <drepper@gmail.com>
44921
16c6f992
UD
44922 * locale/iso-639.def: Add brx entry.
44923
41043168
UD
44924 [BZ #13328]
44925 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44926 Proposed by Mariusz_Cukr <marcukr@op.pl>.
44927
21eaf3a5
UD
44928 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44929 __feraiseexcept_renamed.
44930
e3a851a2
UD
449312011-12-21 Ulrich Drepper <drepper@gmail.com>
44932
4920765e
UD
44933 [BZ #13538]
44934 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44935 EPOLLET with unsigned values.
44936 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44937 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44938
e3a851a2
UD
44939 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44940 to large cancellation.
44941 * math/s_cacoshf.c: Likewise.
44942 * math/s_cacoshl.c: Likewise.
44943
b27e24b8
RK
449442011-11-18 Richard B. Kreckel <kreckel@ginac.de>
44945
44946 [BZ #13305]
aebefeee 44947 [BZ #12786]
b27e24b8
RK
44948 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44949 * math/s_cacoshf.c: Likewise.
44950 * math/s_cacoshl.c: Likewise.
44951
ee190f67
UD
449522011-12-21 Ulrich Drepper <drepper@gmail.com>
44953
44954 [BZ #13439]
44955 * iconv/gconv.h: Define __GCONV_SWAP.
44956 * iconvdata/unicode.c: The swap bit must be stored in __flags.
44957 * iconvdata/utf-16.c: Likewise.
44958 * iconvdata/utf-32.c: Likewise.
44959
707f25df
AS
449602011-12-21 Andreas Schwab <schwab@linux-m68k.org>
44961
44962 [BZ #13524]
44963 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44964 numerator after shifting it by one limb.
44965
d2daaa1e
RÁE
449662011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
44967
44968 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44969 under [__USE_EXTERN_INLINES].
44970
a4647e72
UD
449712011-12-17 Ulrich Drepper <drepper@gmail.com>
44972
44973 [BZ #13446]
44974 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44975
f0b264f1
AZ
449762011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44977
44978 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44979 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44980 optimized code.
44981 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44982 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44983 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44984 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44985 for strncasecmp/strncasecmp_l compilation.
44986 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44987 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44988
8ef4f244
MP
449892011-12-08 Marek Polacek <mpolacek@redhat.com>
44990
44991 [BZ #13484]
44992 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44993 of __asm__.
44994
97ac2654
UD
449952011-12-17 Ulrich Drepper <drepper@gmail.com>
44996
44997 [BZ #13506]
44998 * time/tzfile.c (__tzfile_read): Check values from file header.
44999
91d2a845
WS
450002011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
45001
45002 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
45003 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
45004 * powerpc/powerpc32/dl-start.S: Likewise.
45005 * powerpc/powerpc32/elf/start.S: Likewise.
45006 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
45007 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
45008 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
45009 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
45010 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
45011 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
45012 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
45013 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
45014 * powerpc/powerpc32/fpu/s_round.S: Likewise.
45015 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
45016 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
45017 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
45018 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
45019 * powerpc/powerpc32/memset.S: Likewise.
45020 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
45021 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
45022 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
45023 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
45024 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
45025 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
45026 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
45027 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
45028 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
45029 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
45030 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
45031 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
45032 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
45033
a1267ba1
AZ
450342011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45035
45036 * math/libm-test.inc: Added more nearbyint tests.
45037 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
45038 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
45039 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
45040 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
45041
ad8ac1bd
RL
450422011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
45043
45044 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
45045 FD_CLOEXEC.
45046
1d3e4b61
UD
450472011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45048
45049 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
45050 Add wcscpy-ssse3 wcscpy-c.
45051 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
45052 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
45053 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
45054 * sysdeps/x86_64/wcschr.S: New file.
45055 * sysdeps/x86_64/wcsrchr.S: New file.
45056 * string/test-strcmp.c: Remove checking of wcscmp function for
45057 wrong alignments.
45058 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
45059 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
45060 wcsrchr-sse2 wcsrchr-c.
45061 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
45062 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
45063 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
45064 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
45065 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
45066 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
45067 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
45068 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
45069 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
45070 * wcsmbc/wcschr.c (WCSCHR): New macro.
45071
5b330a2d
UD
450722011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45073
45074 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
45075 * wcsmbs/test-wcsrchr.c: New file.
45076 * string/test-strrchr.c: Add wcsrchr support.
45077 (WIDE): New macro.
45078 * wcsmbs/test-wcscpy.c: New file.
45079 * string/test-strcpy.c: Add wcscpy support.
45080 (WIDE): New macro.
26428b7c 45081
f039c043
UD
450822011-12-10 Ulrich Drepper <drepper@gmail.com>
45083
45084 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
45085 the inner loop.
45086
850fb039
AS
450872011-12-06 Andreas Schwab <schwab@linux-m68k.org>
45088
45089 [BZ #13472]
45090 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
45091
4efbd5cb
UD
450922011-12-04 Ulrich Drepper <drepper@gmail.com>
45093
52ff5dd0 45094 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 45095 Minor optimizations.
52ff5dd0 45096
4efbd5cb
UD
45097 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
45098 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
45099 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
45100
8a426e12
UD
451012011-12-03 Ulrich Drepper <drepper@gmail.com>
45102
aff2453d
UD
45103 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
45104 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
45105 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
45106 for gcc to avoid warnings.
45107 * inet/Makefile (tests): Add tst-checks.
45108 * inet/tst-checks.c: New file.
45109
45110 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
45111 warning.
45112
45113 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
45114 __wmemcmp_sse2.
45115
45116 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
45117 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
45118
8a426e12
UD
45119 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
45120
9bea3473
UD
451212011-12-02 Ulrich Drepper <drepper@gmail.com>
45122
3a965496
UD
45123 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
45124 problem.
45125
9bea3473
UD
45126 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
45127
f101631b
UD
451282011-11-29 Joseph Myers <joseph@codesourcery.com>
45129
45130 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
45131 conditional on GCC version.
45132 (__arch_compare_and_exchange_val_8_acq)
45133 (__arch_compare_and_exchange_val_16_acq)
45134 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
45135 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
45136 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
45137
a98275aa
UD
451382011-12-02 Joseph Myers <joseph@codesourcery.com>
45139
45140 * sysdeps/sh/backtrace.c: New file.
45141
d4cc29a2
AS
451422011-12-02 Andreas Schwab <schwab@redhat.com>
45143
45144 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
45145 parenthesis.
45146
6257af2d
AS
451472011-12-01 Andreas Schwab <schwab@redhat.com>
45148
45149 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
45150 falling back to utime.
45151
b5f44c1a
AS
451522011-11-30 Andreas Schwab <schwab@redhat.com>
45153
45154 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
45155 expectations for float.
45156
f3a6cc0a
AS
451572011-11-29 Andreas Schwab <schwab@redhat.com>
45158
45159 * locale/weight.h (findidx): Add parameter len.
45160 * locale/weightwc.h (findidx): Likewise.
45161 * posix/fnmatch_loop.c (FCT): Adjust caller.
45162 * posix/regcomp.c (build_equiv_class): Likewise.
45163 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
45164 * posix/regexec.c (check_node_accept_bytes): Likewise.
45165 * string/strcoll_l.c (STRCOLL): Likewise.
45166 * string/strxfrm_l.c (STRXFRM): Likewise.
45167
9d65ea3a
UD
451682011-11-17 Ulrich Drepper <drepper@gmail.com>
45169
45170 * Makefile.in: Remove CVSOPT handling.
45171 * configure.in: Remove use of AC_REVISION.
45172 * iconvdata/Makefile (distribute): No need to filter out CVS.
45173 * scripts/list-sources.sh: Remove CVS, subversion and monotone
45174 handling.
45175
5583a086
AS
451762011-11-16 Andreas Schwab <schwab@redhat.com>
45177
45178 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
45179 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
45180 [USE_AS_STRNCASECMP_L]: Likewise.
45181 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
45182 NO_TLS_DIRECT_SEG_REFS.
45183 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
45184 Fix argument offsets for non-PIC.
45185 [USE_AS_STRNCASECMP_L]: Likewise.
45186 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
45187 NO_TLS_DIRECT_SEG_REFS.
45188
d62a8200
UD
451892011-11-15 Ulrich Drepper <drepper@gmail.com>
45190
9d65ea3a 45191 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
45192 O_CLOEXEC.
45193 * locale/loadlocale.c (_nl_load_locale): Likewise.
45194
09f93bd3
AS
451952011-11-15 Andreas Schwab <schwab@redhat.com>
45196
446514f9
AS
45197 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
45198 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
45199 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
45200 (SYSCALL_GETTIME): Set errno on error.
45201
09f93bd3
AS
45202 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
45203 count references to noai6ai_cached.
45204
312be3f9
UD
452052011-11-15 Ulrich Drepper <drepper@gmail.com>
45206
45207 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
45208
45209 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
45210 FD_CLOEXEC for /proc/self/maps.
45211
45212 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
45213 FD_CLOEXEC for /proc/meminfo.
45214
45215 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
45216 gai.conf.
45217
45218 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
45219 FD_CLOEXEC for given file.
45220
45221 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
45222
45223 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
45224 FD_CLOEXEC for /etc/hosts.
45225 (_gethtent): Likewise.
45226
45227 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
45228
45229 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
45230 cancellation and set FD_CLOEXEC for /etc/netgroup.
45231
45232 * nss/nss_files/files-key.c (search): Don't allow cancellation when
45233 reading /etc/publickey.
45234
45235 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
45236 allow cancellation when reading /etc/group.
45237
45238 * nss/nss_files/files-alias.c (internal_setent): Don't allow
45239 cancellation.
45240 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
45241
45242 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
45243 when using data file.
45244
45245 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
45246
45247 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
45248 (write_nis_obj): Use "c" and "e" in fopen.
45249
45250 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
45251
45252 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
45253
45254 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
45255
45256 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
45257
45258 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
45259 locale.alias.
45260
45261 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
45262
45263 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
45264
45265 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
45266
45267 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
45268 file parsing and set FD_CLOEXEC.
45269
82af0fa8
UD
452702011-11-14 Ulrich Drepper <drepper@gmail.com>
45271
45272 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
45273
a5fb313c
AS
452742011-11-14 Andreas Schwab <schwab@redhat.com>
45275
45276 * malloc/arena.c (arena_get2): Don't call reused_arena when
45277 _int_new_arena failed.
45278
6abf3465
UD
452792011-11-14 Ulrich Drepper <drepper@gmail.com>
45280
45281 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
45282 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
45283 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
45284 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45285 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45286 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
45287 to compile strcasecmp and strncasecmp.
45288 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
45289 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
45290
45291 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
45292
76e3966e
UD
452932011-11-13 Ulrich Drepper <drepper@gmail.com>
45294
45295 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
45296 locale-defines.sym to gen-as-const-headers.
45297 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
45298 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
45299 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
45300 to compile strcasecmp and strncasecmp.
45301 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
45302 strcasecmp_l and strncasecmp_l.
45303 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
45304 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
45305 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
45306 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
45307 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
45308 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
45309 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
45310 * sysdeps/i386/i686/multiarch/strncase.S: New file.
45311 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
45312 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
45313 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
45314
ab26144e
UD
453152011-11-12 Ulrich Drepper <drepper@gmail.com>
45316
7edb22ef
UD
45317 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
45318 result of SYSDEP_GETTIME_CPU to retval.
45319 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
45320 parameter list to macro. Remove trailing semicolon. Adjust users.
45321
9694fc44
UD
45322 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
45323 variable.
45324
8ad89ef8
UD
45325 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
45326 mantissa words.
45327 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
45328
0c822ef9
UD
45329 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
45330 from unused variable.
45331
874e0564
UD
45332 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
45333 DWARF definitions.
45334 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
45335 for assembling.
45336
3a2edc79
UD
45337 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
45338 over namespaces.
45339
f3c2577f
UD
45340 * sunrpc/rpc_prot.c (rejected): Fix case value.
45341
294ce126
UD
45342 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
45343 unsigned long long int to avoid warnings in shift.
45344
5e2b63c6
UD
45345 * posix/regex_internal.c (re_string_reconstruct): Actually use result
45346 of use of trans.
45347 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
45348 variable tmp.
45349
e7f4b08e
UD
45350 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
45351 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
45352 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
45353
ab26144e
UD
45354 * nis/nis_table.c (nis_list): Use variable of correct type for
45355 result of __follow_path call.
45356
8a6d5255
AZ
453572011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45358
45359 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
45360 of math functions ceil, trunc, floor, round, and sqrt, when
45361 avaliable on the platform.
45362 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
45363 name clash.
45364 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45365 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45366 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45367
aaddc98c
MP
453682011-10-30 Marek Polacek <mpolacek@redhat.com>
45369
45370 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
45371 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
45372
95b7042b
RM
453732011-11-11 Roland McGrath <roland@hack.frob.com>
45374
45375 * include/unistd.h: Fix __readlink return type.
45376 Reported by Chris Metcalf <cmetcalf@tilera.com>.
45377
57769839
UD
453782011-11-11 Ulrich Drepper <drepper@gmail.com>
45379
45380 * stdlib/ucontext.h: Undo last change for makecontext.
45381
edc5984d
AS
453822011-11-11 Andreas Schwab <schwab@redhat.com>
45383
98591e58
AS
45384 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
45385
edc5984d
AS
45386 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
45387 * setjmp/setjmp.h: Mark functions as non-leaf.
45388 * setjmp/bits/setjmp2.h: Likewise.
45389 * stdlib/ucontext.h: Likewise.
45390
77cdc054
AS
453912011-11-10 Andreas Schwab <schwab@redhat.com>
45392
45393 * malloc/arena.c (_int_new_arena): Don't increment narenas.
45394 (reused_arena): Don't check arena limit.
45395 (arena_get2): Atomically check arena limit.
45396
fe72eebd
UD
453972011-11-08 Ulrich Drepper <drepper@gmail.com>
45398
5f078c32
UD
45399 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
45400 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
45401
fe72eebd
UD
45402 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
45403 instructions.
45404
ae1bc2fa
AS
454052011-11-07 Andreas Schwab <schwab@redhat.com>
45406
7583a88d
AS
45407 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
45408 handler when locking.
45409
ae1bc2fa
AS
45410 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45411 Fix size of allocated buffer.
45412
10fb0bfa
AS
454132011-11-04 Andreas Schwab <schwab@redhat.com>
45414
998832a4
AS
45415 [BZ #10103]
45416 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45417 declarations for long double functions.
45418 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45419
10fb0bfa
AS
45420 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45421
3d7ba52b
AS
454222011-11-03 Andreas Schwab <schwab@redhat.com>
45423
a9ae54a1
AS
45424 * nscd/nscd.c (main): Don't start AVC thread until credentials are
45425 installed.
45426
3d7ba52b
AS
45427 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45428 is disabled.
45429
bc8db248
ST
454302011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
45431
45432 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45433
45b96dd6
AS
454342011-11-01 Andreas Schwab <schwab@linux-m68k.org>
45435
647776f6
AS
45436 * include/alloca.h (stackinfo_alloca_round): Define.
45437 (extend_alloca): Use it.
45438 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45439 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45440 here.
45441
d91a8b93
AS
45442 * scripts/check-local-headers.sh: Ignore libaudit.h.
45443
45b96dd6
AS
45444 * nscd/Makefile (extra-objs): Make recursively expanded.
45445
432d41ce
UD
454462011-11-01 Ulrich Drepper <drepper@gmail.com>
45447
34372fc6
UD
45448 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45449 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45450
fadb59f8
UD
45451 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45452 * posix/tst-rfc3484-2.c: Likewise.
45453 * posix/tst-rfc3484-3.c: Likewise.
45454
78239589
UD
45455 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45456 process_vm_writev.
45457 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45458 process_vm_writev.
45459 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45460 process_vm_writev from libc using GLIBC_2.15 version.
45461
432d41ce
UD
45462 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45463
02f9c6cf
PP
454642011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
45465
45466 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45467 stack usage.
45468
3a2c0242
UD
454692011-10-31 Ulrich Drepper <drepper@gmail.com>
45470
f4ec4833
UD
45471 [BZ #13367]
45472 * nss/getent.c (initgroups_keys): Show error message in case no group
45473 names are given.
45474
3a2c0242
UD
45475 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45476 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45477 __bump_nl_timestamp.
45478 * nscd/connections (nscd_init): When host database is served open
45479 netlink socket and request notification about configuration changes.
45480 (main_loop_poll): Track netlink file descriptor and bump timestamp
45481 in case data becomes available.
45482 (main_loop_epoll): Likewise.
45483 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45484 (database_pers_head): Add extra_data fileds.
45485 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45486 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45487 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45488 Adjust caller.
45489 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45490 in6ai data, call __free_in6ai.
45491 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45492 Add -DHAVE_NETLINK.
45493 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
45494 interface information. Reuse previous data if netlink timestamp
45495 is not changed.
45496 (__bump_nl_timestamp): New function.
45497 (__free_in6ai): New function.
45498
636064eb
UD
454992011-10-30 Ulrich Drepper <drepper@gmail.com>
45500
45501 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45502 close_not_cancel_no_status here.
45503 (__check_pf): Reorganize code a bit to not call close twice if OOM.
45504
9beb2334
UD
455052011-10-29 Ulrich Drepper <drepper@gmail.com>
45506
6ef76f3b
UD
45507 [BZ #13276]
45508 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45509 return value.
45510
0ffc4f3e 45511 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
45512 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45513 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45514
cb95113e
UD
455152011-07-03 Andreas Jaeger <aj@suse.de>
45516
45517 [BZ #10709]
45518 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45519 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45520 * math/libm-test.inc (sin_test): Add test case.
45521
a1b560ff
UD
455222011-10-29 Ulrich Drepper <drepper@gmail.com>
45523
c9aaface
UD
45524 [BZ #13337]
45525 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45526 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45527
d272e7f1
UD
45528 * elf/chroot_canon.c (chroot_canon): Cleanups.
45529
1bc33071
UD
45530 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45531
1760874d
TJ
45532 [BZ #13335]
45533 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45534 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45535
51d91b18
UD
45536 * string/test-strchr.c: Make usable for strchrnul testing.
45537 * string/test-strchrnul.c: New file.
45538 * string/Makefile (strop-tests): Add strchrnul.
45539
a1b560ff 45540 * po/it.po: Update from translation team.
b611fb81 45541 * po/es.po: Likewise.
a1b560ff 45542
a5b81e1f
UD
455432011-10-28 Ulrich Drepper <drepper@gmail.com>
45544
fd52bc6d
UD
45545 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45546 the three constants needed as parameters. Drop the others.
45547 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45548 __m128i_strloadu_tolower.
52e4b9eb
UD
45549 Create and initialize variable zero and use it in all the places
45550 where _mm_setzero_si128 was used.
fd52bc6d 45551
a5b81e1f
UD
45552 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45553 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45554 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45555 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45556 anymore.
45557 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45558 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45559 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45560 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45561 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45562 __mpranred, __mptan.
45563 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45564 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45565 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45566 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45567 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45568 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45569 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45570 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45571 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45572
b4343346
AS
455732011-10-28 Andreas Schwab <schwab@redhat.com>
45574
0c92d8a8
AS
45575 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45576 redefine if SHARED.
45577 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45578
b4343346
AS
45579 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45580 wide char related routines to wcsmbs subdir.
45581
3871f58f
AS
455822011-10-27 Andreas Schwab <schwab@redhat.com>
45583
45584 [BZ #13344]
45585 * misc/sys/cdefs.h (__THROWNL): Define.
45586 * posix/unistd.h: Use __THREADNL instead of __THREAD
45587 for memory synchronization functions.
45588
94d44d9f
RM
455892011-10-26 Roland McGrath <roland@hack.frob.com>
45590
21b64b15 45591 [BZ #13349]
94d44d9f
RM
45592 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45593 doesn't exist.
45594 * manual/stdio.texi (Obstack Streams): Node removed.
45595
f6ce9294
AS
455962011-10-26 Andreas Schwab <schwab@redhat.com>
45597
80479147
AS
45598 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45599 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45600 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45601
f6ce9294
AS
45602 * math/math_private.h (math_force_eval): Allow non-addressable
45603 arguments.
45604 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45605
618280a1
UD
456062011-10-25 Ulrich Drepper <drepper@gmail.com>
45607
e0016b11
UD
45608 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45609 file is not needed.
45610
45611 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45612 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45613 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45614 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45615 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45616 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45617 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45618 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45619 Add AVX variants.
45620 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45621 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45622 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45623 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45624 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45625 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45626 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45627 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45628 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45629 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45630 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45631 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45632 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45633 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45634 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45635 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45636 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45637 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45638 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45639
45640 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45641 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
45642
618280a1
UD
45643 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45644 place. Use VEX encoding when compiling for AVX.
45645
37822576
AS
456462011-10-25 Andreas Schwab <schwab@redhat.com>
45647
1f1e1947
AS
45648 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45649 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45650
37822576
AS
45651 * string/test-strchr.c (do_test): Don't generate NUL bytes.
45652
31ea014d
UD
456532011-10-25 Ulrich Drepper <drepper@gmail.com>
45654
d7826aa1 45655 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 45656 useless if() expression.
d7826aa1
UD
45657 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45658 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45659 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45660 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45661 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45662 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45663 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45664 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45665 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45666 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45667 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45668 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45669 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45670 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45671 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45672 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45673 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45674 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45675 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45676
31ea014d
UD
45677 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45678
16437fec
AS
456792011-10-25 Andreas Schwab <schwab@redhat.com>
45680
45681 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45682 condition.
45683 * elf/dl-fini.c (_dl_sort_fini): Likewise.
45684
31d3cc00
UD
456852011-10-25 Ulrich Drepper <drepper@gmail.com>
45686
45687 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45688 .text section. Avoid duplicate constants.
45689 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45690 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45691 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45692 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45693 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45694 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45695 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45696 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45697 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45698 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45699 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45700 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45701 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45702 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45703 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45704 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45705 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45706 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45707 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45708 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45709 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45710 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45711 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45712 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45713 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45714 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45715 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45716 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45717 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45718 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45719 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45720 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45721 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45722 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45723 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45724 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45725 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45726 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45727 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45728 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45729 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45730 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45731 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45732 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45733 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45734
58985aa9
UD
457352011-10-24 Ulrich Drepper <drepper@gmail.com>
45736
202c9deb
UD
45737 * sysdeps/x86_64/dla.h: Move to ...
45738 * sysdeps/x86_64/fpu/dla.h: ...here.
45739 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45740 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 45741
af968f62
UD
45742 * config.make.in: Add have-mfma4 entry.
45743 * configure.in: Substitute libc_cv_cc_fma4.
45744 * math/Makefile (dbl-only-routines): Add sincostab.
45745 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45746 Use __sincostab not sincos.
45747 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45748 name is a macro.
45749 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45750 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45751 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45752 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
45753 using __copysign.
45754 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
45755 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
45756 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45757 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45758 and __inv.
45759 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45760 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45761 __copysign.
45762 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
45763 define aliases when function name is a macro.
45764 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45765 sysdeps/ieee754/dbl-64/sincos.tbl.
45766 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45767 fma4-enabled routines.
45768 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45769 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45770 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45771 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45772 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45773 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45774 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45775 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45776 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45777 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45778 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45779 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45780 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45781 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45782 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45783 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45784 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45785 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45786 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45787 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45788 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45789 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45790 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45791 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45792 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45793 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45794 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45795 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45796 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45797 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45798
58985aa9
UD
45799 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45800 rename.
45801 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45802 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45803 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45804 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45805 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45806 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45807 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45808 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45809
a201fbcf
AS
458102011-10-24 Andreas Schwab <schwab@redhat.com>
45811
45812 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45813
fc2ee42a
LD
458142011-10-23 Ulrich Drepper <drepper@gmail.com>
45815
bb3129bd
UD
45816 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45817
0275fff8
UD
45818 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45819 prediction.
45820 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45821
2fa2ae85
UD
45822 * string/strnlen.c: Don't define STRNLEN, reverse logic.
45823 Remove unused variable magic_bits.
45824 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45825
fc2ee42a
LD
45826 * string/strnlen.c: Define and use STRNLEN macro.
45827 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45828 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45829 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45830 * wcsmbs/wcslen.c: Define and use WCSLEN.
45831 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45832 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45833 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45834 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45835 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45836 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45837 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45838
ce7dd29f
LD
458392011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45840
45841 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45842 strnlen-sse2-no-bsf.
45843 Rename strlen-no-bsf to strlen-sse2-no-bsf.
45844 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45845 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45846 Add strnlen support.
45847 (USE_AS_STRNLEN): New macro.
45848 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45849 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45850 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45851 * sysdeps/x86_64/wcslen.S: New file.
45852
979c70a3
MZ
458532011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
45854
45855 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45856 XMM-moves are used for copying on small sizes.
45857
2d09f82f
LD
458582011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45859
45860 * wcsmbs/Makefile (strop-tests): Add wcschr.
45861 * wcsmbs/test-wcschr.c: New file.
45862 * string/test-strchr.c: Update.
45863 Add wcschr support.
45864 (WIDE): New macro.
45865
619fccca
LD
458662011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45867
2d09f82f 45868 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
45869 * wcsmbs/test-wcslen.c: New file.
45870 * string/test-strlen.c: Update.
45871 Add wcslen support.
45872 (WIDE): New macro.
45873
09f699ea
UD
458742011-10-23 Ulrich Drepper <drepper@gmail.com>
45875
45876 * po/it.po: Update from translation team.
45877
95584d3b
LD
458782011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45879
45880 * sysdeps/x86_64/wcscmp.S: Update.
45881 Fix wrong comparison semantics.
45882 wcscmp shall use signed comparison not unsigned.
45883 Don't use substraction to avoid overflow bug.
45884 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45885 * wcsmbc/wcscmp.c: Likewise.
45886 * string/test-strcmp.c: Likewise.
45887 Add new tests to check cases with negative values.
45888
c8b3296b
UD
458892011-10-23 Ulrich Drepper <drepper@gmail.com>
45890
45891 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45892 * sysdeps/x86_64/dla.h: ...here. New file.
45893 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45894 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45895 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45896 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45897 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45898 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45899 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45900 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45901 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45902
246ad57a
AS
459032011-10-23 Andreas Schwab <schwab@linux-m68k.org>
45904
45905 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45906 __ynl_finite aliases.
45907
a1a87169
UD
459082011-10-22 Ulrich Drepper <drepper@gmail.com>
45909
0d355eb7
UD
45910 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45911
a1a87169
UD
45912 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45913 define DLA_FMA.
45914 [DLA_FMA] (EMULV): Use DLA_FMA.
45915 [DLA_FMA] (MUL12): Use EMULV.
45916 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45917 that are not needed.
45918 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45919 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45920 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45921 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45922 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45923 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45924 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45925
ee2aafe0
AS
459262011-10-22 Andreas Schwab <schwab@linux-m68k.org>
45927
45928 * math/s_nan.c: Undef __nan.
45929 * math/s_nanf.c: Undef __nanf.
45930 * math/s_nanl.c: Undef __nanl.
45931 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45932 "math_private.h".
45933
bc62c2fb
UD
459342011-10-22 Ulrich Drepper <drepper@gmail.com>
45935
77425c63
UD
45936 * math/s_catan.c: Add branch predictions.
45937 * math/s_catanf.c: Likewise.
45938 * math/s_catanh.c: Likewise.
45939 * math/s_catanhf.c: Likewise.
45940 * math/s_catanhl.c: Likewise.
45941 * math/s_catanl.c: Likewise.
45942 * math/s_cexp.c: Likewise.
45943 * math/s_cexpf.c: Likewise.
45944 * math/s_cexpl.c: Likewise.
45945 * math/s_clog.c: Likewise.
45946 * math/s_clog10.c: Likewise.
45947 * math/s_clog10f.c: Likewise.
45948 * math/s_clog10l.c: Likewise.
45949 * math/s_clogf.c: Likewise.
45950 * math/s_clogl.c: Likewise.
45951 * math/s_csqrt.c: Likewise.
45952 * math/s_csqrtf.c: Likewise.
45953 * math/s_csqrtl.c: Likewise.
45954 * math/s_ctanf.c: Likewise.
45955 * math/s_ctanh.c: Likewise.
45956 * math/s_ctanhf.c: Likewise.
45957 * math/s_ctanhl.c: Likewise.
45958 * math/s_ctanl.c: Likewise.
45959
bc62c2fb
UD
45960 * math/math_private.h: Define __nan, __nanf, __nanl.
45961 * math/s_cacosh.c: Include <math_private.h>.
45962 * math/s_cacoshl.c: Likewise.
45963 * math/s_casinh.c: Likewise.
45964 * math/s_casinhf.c: Likewise.
45965 * math/s_casinhl.c: Likewise.
45966 * math/s_ccos.c: Rely entire on ccosh.
45967 * math/s_ccosf.c: Rely entire on ccoshf.
45968 * math/s_ccosl.c: Rely entirely on ccoshl.
45969 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
45970 Remove tests for FE_INVALID.
45971 * math/s_ccoshf.c: Likewise.
45972 * math/s_ccoshl.c: Likewise.
45973 * math/s_csin.c: Likewise.
45974 * math/s_csinf.c: Likewise.
45975 * math/s_csinh.c Likewise.
45976 * math/s_csinhf.c: Likewise.
45977 * math/s_csinhl.c: Likewise.
45978 * math/s_csinl.c: Likewise.
45979 * math/s_ctan.c: Likewise.
45980 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45981 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45982 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45983
8ec250a4
UD
459842011-10-21 Ulrich Drepper <drepper@gmail.com>
45985
c196fed8
UD
45986 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45987 compilation problems.
45988
8ec250a4
UD
45989 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45990 __builtin_expect.
45991
8d4f46c6
UD
459922011-10-20 Ulrich Drepper <drepper@gmail.com>
45993
ed72b654
UD
45994 * sysdeps/i386/configure.in: Test for -mfma4 option.
45995 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45996 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45997 COMMON_CPUID_INDEX_80000001.
45998 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45999 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
46000 use it if FMA3 is not supported.
46001 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
46002
8d4f46c6
UD
46003 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
46004 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
46005
d45c60c2
AS
460062011-10-20 Andreas Schwab <schwab@redhat.com>
46007
46008 [BZ #12892]
46009 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
46010 it would create a cycle with a link time dependency.
46011
d9a4d2ab
UD
460122011-10-19 Ulrich Drepper <drepper@gmail.com>
46013
855d1560
UD
46014 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
46015 instruction.
46016 * string/Makefile (strop-tests): Add rawmemchr.
46017 * string/test-rawmemchr.c: New file.
46018
d9a4d2ab
UD
46019 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
46020 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
46021 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
46022 when compiling str{,n}casecmp and when AVX is available. Hook up
46023 new optimized code in initializers.
46024
8f3b1ffe
AS
460252011-10-19 Andreas Schwab <schwab@redhat.com>
46026
46027 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
46028 __feraiseexcept instead of feraiseexcept.
46029
d38f1dba
UD
460302011-10-18 Ulrich Drepper <drepper@gmail.com>
46031
d9a8d0ab
UD
46032 * math/math_private.h: Define defaults for libc_fetestexcept and
46033 libc_feupdateenv.
46034 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
46035 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
46036 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46037 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
46038 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
46039 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
46040 libc_fetestexcept and libc_feupdateenv.
46041
4855e3dd
UD
46042 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
46043 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
46044 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
46045 * sysdeps/x86_64/fpu/math_private.h: Define special version of
46046 libc_feholdexcept_setround.
46047
581d30e3
UD
46048 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
46049 Add s_nearbyint-c and s_nearbyintf-c.
46050 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
46051 nearbyintf inlines.
46052 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
46053 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
46054 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
46055 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
46056
d38f1dba
UD
46057 * math/math_private.h: Define defaults for libc_fegetround,
46058 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
46059 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
46060 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
46061 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
46062 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
46063 standard functions.
46064 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46065 Remove comments and hacks for old compiler versions.
46066 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
46067 libc_fegetround, libc_fesetround, libc_feholdexcept, and
46068 libc_feholdexceptl.
46069
caa6c9d8
AS
460702011-10-18 Andreas Schwab <schwab@redhat.com>
46071
46072 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
46073 (__feraiseexcept_renamed): Add __NTH.
46074 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
46075 namespace violations.
46076
97c066e6
UD
460772011-10-17 Ulrich Drepper <drepper@gmail.com>
46078
99ce7b04
UD
46079 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
46080
1004d182
UD
46081 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
46082
228a984d
UD
46083 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
46084 recently added interfaces.
46085 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
46086
c8553a6a
UD
46087 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
46088 about macro parameter expansion.
46089
ed22dcf6
UD
46090 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
46091 __NO_MATH_INLINES is defined. Cleanups.
46092
46093 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
46094 and __floorf is target has SSE4.1.
46095 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
46096 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
46097 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
46098 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
46099
b171c137
UD
46100 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
46101 name.
46102 (floorf): Likewise.
46103
97c066e6
UD
46104 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
46105
629f62ef
AS
461062011-10-17 Andreas Schwab <schwab@redhat.com>
46107
49a43d80
AS
46108 * misc/sys/cdefs.h: Fix last change.
46109
629f62ef
AS
46110 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
46111 database lookup.
46112
e453f6cd
UD
461132011-10-16 Ulrich Drepper <drepper@gmail.com>
46114
aa78043a
UD
46115 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
46116
ad0f5cad
UD
46117 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
46118 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46119 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46120 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46121 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46122 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46123 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46124 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46125 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46126 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
46127 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
46128 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
46129 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
46130 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
46131 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
46132 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
46133 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
46134 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
46135 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
46136 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
46137 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
46138 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
46139
46140 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
46141 ceil, ceilf, floor, floorf.
46142
46143 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
46144 Perform IRELATIVE relocations last.
46145
e453f6cd
UD
46146 * elf/do-rel.h: Add another parameter nrelative, replacing the
46147 local variable with the same name. Change name of the function
46148 to end in Rel or Rela (uppercase).
46149 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
46150 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
46151 elf_dynamic_do_##reloc function.
46152
fd5bdc09
UD
461532011-10-15 Ulrich Drepper <drepper@gmail.com>
46154
79b195b5
UD
46155 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
46156 is sufficient, at least on modern CPUs.
46157
d4a28569
UD
46158 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
46159
b61099b5
UD
46160 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
46161 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
46162
bcf01e6d
UD
46163 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
46164 __expl_finite.
46165 * math/bits/math-finite.h: Add entries for exp.
46166 * math/e_expl.c: Add __*_finite alias.
46167 * sysdeps/i386/fpu/e_exp.S: Likewise.
46168 * sysdeps/i386/fpu/e_expf.S: Likewise.
46169 * sysdeps/i386/fpu/e_expl.c: Likewise.
46170 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46171 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
46172 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
46173 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
46174 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
46175 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46176 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46177
ba1a0d59
UD
46178 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
46179 is sufficient, at least on modern CPUs.
46180
fd5bdc09
UD
46181 * ctype/ctype-info.c (__ctype_init): Define.
46182 * include/ctype.h (__ctype_init): Declare.
46183 (__ctype_b_loc): The variable is always initialized.
46184 (__ctype_toupper_loc): Likewise.
46185 (__ctype_tolower_loc): Likewise.
46186 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
46187 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
46188
7872cfb0
AS
461892011-10-15 Andreas Schwab <schwab@linux-m68k.org>
46190
b468825a
AS
46191 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
46192
7872cfb0
AS
46193 * configure.in: Also look in $cxxmachine/include for C++ system
46194 headers.
46195
be13f7bf
LD
461962011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46197
46198 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
46199 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
46200 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
46201 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
46202 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
46203 (USE_AS_WMEMCMP): New macro.
46204 Fixing indents.
46205 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
46206 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
46207 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
46208 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
46209 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46210 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
46211 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
46212 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
46213 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
46214 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
46215 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
46216 (USE_AS_WMEMCMP): New macro.
46217 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
46218 * sysdeps/string/test-memcmp.c: Update.
46219 Fix simple_wmemcmp.
46220 Add new tests.
46221 * wcsmbs/wmemcmp.c: Update.
46222 (WMEMCMP): New macro.
46223 Fix overflow bug.
46224
556a2007
AJ
462252011-10-12 Andreas Jaeger <aj@suse.de>
46226
46227 [BZ #13268]
46228 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
46229
538faaa7
UD
462302011-10-15 Ulrich Drepper <drepper@gmail.com>
46231
ab6737ff
UD
46232 * libio/iofwide.c (do_length): Avoid warning.
46233
538faaa7
UD
46234 * ctype/ctype.h (__isctype_f): Add missing __THROW.
46235
396a21b1
UD
462362011-10-14 Ulrich Drepper <drepper@gmail.com>
46237
cdf2901f
UD
46238 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
46239
38ad40ce
UD
46240 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
46241 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
46242 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
46243 * sysdeps/i386/i686/fpu/e_log.S: New file.
46244 * sysdeps/i386/i686/fpu/e_logf.S: New file.
46245 * sysdeps/i386/i686/fpu/e_logl.S: New file.
46246
396a21b1
UD
46247 * ctype/ctype.h: Add support for inlined isXXX functions when
46248 compiling C++ code.
46249
6b1f68c9
AS
462502011-10-14 Andreas Schwab <schwab@redhat.com>
46251
349290c0
AS
46252 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46253
6b1f68c9
AS
46254 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
46255
f2282d42
RM
462562011-10-13 Roland McGrath <roland@hack.frob.com>
46257
46258 [BZ #13291]
46259 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
46260
5298ffa8
AS
462612011-10-13 Andreas Schwab <schwab@redhat.com>
46262
714fad23
AS
46263 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
46264 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
46265 feraiseexcept.
46266
81dcc7fb
AS
46267 * sysdeps/x86_64/memrchr.S: Check for zero size.
46268
5298ffa8
AS
46269 * string/stratcliff.c: Add memrchr tests.
46270
951fbcec
LD
462712011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46272
46273 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46274 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
46275 rawmemchr-sse2 rawmemchr-sse2-bsf.
46276 * sysdeps/i386/i686/multiarch/memchr.S: New file.
46277 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
46278 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
46279 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
46280 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
46281 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
46282 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
46283 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
46284 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
46285 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
46286 * string/memrchr.c (MEMRCHR): New macro.
46287
0ac5ae23
UD
462882011-10-12 Ulrich Drepper <drepper@gmail.com>
46289
46290 Add integration with gcc's -ffinite-math-only and optimize wrapper
46291 functions in libm.
46292 * Versions.def: Define GLIBC_2.15 version for libm.
46293 * math/Makefile (headers): Add bits/math-finite.h.
46294 * math/bits/math-finite.h: New file.
46295 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
46296 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
46297 * math/e_acoshl.c: Add __*_finite alias.
46298 * math/e_acosl.c: Likewise.
46299 * math/e_asinl.c: Likewise.
46300 * math/e_atan2l.c: Likewise.
46301 * math/e_atanhl.c: Likewise.
46302 * math/e_coshl.c: Likewise.
46303 * math/e_exp10.c: Likewise.
46304 * math/e_exp10f.c: Likewise.
46305 * math/e_exp10l.c: Likewise.
46306 * math/e_exp2l.c: Likewise.
46307 * math/e_fmodl.c: Likewise.
46308 * math/e_gammal_r.c: Likewise.
46309 * math/e_hypotl.c: Likewise.
46310 * math/e_j0l.c: Likewise.
46311 * math/e_j1l.c: Likewise.
46312 * math/e_jnl.c: Likewise.
46313 * math/e_lgammal_r.c: Likewise.
46314 * math/e_log10l.c: Likewise.
46315 * math/e_log2l.c: Likewise.
46316 * math/e_logl.c: Likewise.
46317 * math/e_powl.c: Likewise.
46318 * math/e_sinhl.c: Likewise.
46319 * math/e_sqrtl.c: Likewise.
46320 * math/e_scalb.c: Completely rewritten and optimized.
46321 * math/e_scalbf.c: Likewise.
46322 * math/e_scalbl.c: Likewise.
46323 * math/w_acos.c: Likewise.
46324 * math/w_acosf.c: Likewise.
46325 * math/w_acosl.c: Likewise.
46326 * math/w_acosh.c: Likewise.
46327 * math/w_acoshf.c: Likewise.
46328 * math/w_acoshl.c: Likewise.
46329 * math/w_asin.c: Likewise.
46330 * math/w_asinf.c: Likewise.
46331 * math/w_asinl.c: Likewise.
46332 * math/w_atan2.c: Likewise.
46333 * math/w_atan2f.c: Likewise.
46334 * math/w_atan2l.c: Likewise.
46335 * math/w_atanh.c: Likewise.
46336 * math/w_atanhf.c: Likewise.
46337 * math/w_atanhl.c: Likewise.
46338 * math/w_exp10.c: Likewise.
46339 * math/w_exp10f.c: Likewise.
46340 * math/w_exp10l.c: Likewise.
46341 * math/w_fmod.c: Likewise.
46342 * math/w_fmodf.c: Likewise.
46343 * math/w_fmodl.c: Likewise.
46344 * math/w_j0.c: Likewise.
46345 * math/w_j0f.c: Likewise.
46346 * math/w_j0l.c: Likewise.
46347 * math/w_j1.c: Likewise.
46348 * math/w_j1f.c: Likewise.
46349 * math/w_j1l.c: Likewise.
46350 * math/w_jn.c: Likewise.
46351 * math/w_jnf.c: Likewise.
46352 * math/w_log.c: Likewise.
46353 * math/w_logf.c: Likewise.
46354 * math/w_logl.c: Likewise.
46355 * math/w_log10.c: Likewise.
46356 * math/w_log10f.c: Likewise.
46357 * math/w_log10l.c: Likewise.
46358 * math/w_log2.c: Likewise.
46359 * math/w_log2f.c: Likewise.
46360 * math/w_log2l.c: Likewise.
46361 * math/w_pow.c: Likewise.
46362 * math/w_powf.c: Likewise.
46363 * math/w_powl.c: Likewise.
46364 * math/w_remainder.c: Likewise.
46365 * math/w_remainderf.c: Likewise.
46366 * math/w_remainderl.c: Likewise.
46367 * math/w_scalb.c: Likewise.
46368 * math/w_scalbf.c: Likewise.
46369 * math/w_scalbl.c: Likewise.
46370 * math/w_sqrt.c: Likewise.
46371 * math/w_sqrtf.c: Likewise.
46372 * math/w_sqrtl.c: Likewise.
46373 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
46374 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
46375 used.
46376 * math/math_private.h: Declare __kernel_standard_f.
46377 * math/w_cosh.c: Remove cruft and optimize a bit.
46378 * math/w_coshf.c: Likewise.
46379 * math/w_coshl.c: Likewise.
46380 * math/w_exp2.c: Likewise.
46381 * math/w_exp2f.c: Likewise.
46382 * math/w_exp2l.c: Likewise.
46383 * math/w_hypot.c: Likewise.
46384 * math/w_hypotf.c: Likewise.
46385 * math/w_hypotl.c: Likewise.
46386 * math/w_lgamma.c: Likewise.
46387 * math/w_lgamma_r.c: Likewise.
46388 * math/w_lgammaf.c: Likewise.
46389 * math/w_lgammaf_r.c: Likewise.
46390 * math/w_lgammal.c: Likewise.
46391 * math/w_lgammal_r.c: Likewise.
46392 * math/w_sinh.c: Likewise.
46393 * math/w_sinhf.c: Likewise.
46394 * math/w_sinhl.c: Likewise.
46395 * math/w_tgamma.c: Likewise.
46396 * math/w_tgammaf.c: Likewise.
46397 * math/w_tgammal.c: Likewise.
46398 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46399 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46400 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
46401 Minor optimizations. Pretty printing. Remove cruft.
46402 * sysdeps/i386/fpu/e_acosf.S: Likewise.
46403 * sysdeps/i386/fpu/e_acosh.S: Likewise.
46404 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46405 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46406 * sysdeps/i386/fpu/e_acosl.c: Likewise.
46407 * sysdeps/i386/fpu/e_asin.S: Likewise.
46408 * sysdeps/i386/fpu/e_asinf.S: Likewise.
46409 * sysdeps/i386/fpu/e_atan2.S: Likewise.
46410 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46411 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46412 * sysdeps/i386/fpu/e_atanh.S: Likewise.
46413 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46414 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46415 * sysdeps/i386/fpu/e_exp10.S: Likewise.
46416 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46417 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46418 * sysdeps/i386/fpu/e_exp2.S: Likewise.
46419 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46420 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46421 * sysdeps/i386/fpu/e_fmod.S: Likewise.
46422 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46423 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46424 * sysdeps/i386/fpu/e_hypot.S: Likewise.
46425 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46426 * sysdeps/i386/fpu/e_log.S: Likewise.
46427 * sysdeps/i386/fpu/e_log10.S: Likewise.
46428 * sysdeps/i386/fpu/e_log10f.S: Likewise.
46429 * sysdeps/i386/fpu/e_log10l.S: Likewise.
46430 * sysdeps/i386/fpu/e_log2.S: Likewise.
46431 * sysdeps/i386/fpu/e_log2f.S: Likewise.
46432 * sysdeps/i386/fpu/e_log2l.S: Likewise.
46433 * sysdeps/i386/fpu/e_logf.S: Likewise.
46434 * sysdeps/i386/fpu/e_logl.S: Likewise.
46435 * sysdeps/i386/fpu/e_pow.S: Likewise.
46436 * sysdeps/i386/fpu/e_powf.S: Likewise.
46437 * sysdeps/i386/fpu/e_powl.S: Likewise.
46438 * sysdeps/i386/fpu/e_remainder.S: Likewise.
46439 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46440 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46441 * sysdeps/i386/fpu/e_scalb.S: Likewise.
46442 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46443 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46444 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46445 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46446 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46447 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46448 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46449 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46450 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46451 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46452 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46453 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46454 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46455 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46456 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46457 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46458 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46459 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46460 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46461 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46462 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46463 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46464 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46465 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46466 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46467 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46468 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46469 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46470 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46471 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46472 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46473 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46474 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46475 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46476 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46477 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46478 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46479 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46480 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46481 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46482 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46483 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46484 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46485 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46486 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46487 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46488 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46489 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46490 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46491 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46492 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46493 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46494 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46495 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46496 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46497 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46498 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46499 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46500 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46501 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46502 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46503 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46504 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46505 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46506 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46507 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46508 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46509 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46510 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46511 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46512 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46513 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46514 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46515 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46516 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46517 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46518 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46519 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46520 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46521 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46522 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46523 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46524 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46525 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46526 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46527 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46528 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46529 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46530 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46531 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46532 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46533 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46534 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46535 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46536 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46537 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46538 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46539 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46540 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46541 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46542 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46543 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46544 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46545 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46546 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46547 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46548 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46549 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46550 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46551 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46552 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46553 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46554 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46555 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46556 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46557 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
46558 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46559 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46560 (__isnanf): Likewise.
46561 (__isinf_ns): Likewise.
46562 (__isinf_nsf): Likewise.
46563 (__finite): Likewise.
46564 (__finitef): Likewise.
46565 (__ieee754_sqrt): Define as macro.
46566 (__ieee754_sqrtf): Define as macro.
46567 (__ieee754_sqrtl): Define as macro.
46568 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46569 inlined copy.
46570 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46571 __FINITE_MATH_ONLY__ consistent.
46572 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46573
12cc2fcd
AS
465742011-10-10 Andreas Schwab <schwab@linux-m68k.org>
46575
a843a204
AS
46576 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46577 of rawmemchr.
46578
12cc2fcd
AS
46579 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46580
c853acd5
UD
465812011-10-09 Ulrich Drepper <drepper@gmail.com>
46582
46583 * po/ja.po: Update from translation team.
46584
c658d255
RM
465852011-10-08 Roland McGrath <roland@hack.frob.com>
46586
110946e4
RM
46587 * locale/programs/locarchive.c (prepare_address_space): New function.
46588 (create_archive, enlarge_archive, open_archive): Use it.
46589
50604220
RM
46590 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46591 inside [SHARED], where it is used.
46592
c658d255
RM
46593 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46594
46595 * nss/getent.c (netgroup_keys): Remove unused variable.
46596 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46597
6a621eb7
UD
465982011-10-08 Ulrich Drepper <drepper@gmail.com>
46599
7edb55ce
UD
46600 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46601 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46602 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46603 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46604 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46605 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46606 * math/Makefile (libm-calls): Add s_isinf_ns.
46607 * math/divtc3.c: Use __isinf_nsl instead of isinf.
46608 * math/multc3.c: Likewise.
46609 * math/s_casin.c: Likewise.
46610 * math/s_casinf.c: Likewise.
46611 * math/s_casinl.c: Likewise.
46612 * math/s_ccos.c: Likewise.
46613 * math/s_ccosf.c: Likewise.
46614 * math/s_ccosl.c: Likewise.
46615 * math/s_ctan.c: Likewise.
46616 * math/s_ctanf.c: Likewise.
46617 * math/s_ctanh.c: Likewise.
46618 * math/s_ctanhf.c: Likewise.
46619 * math/s_ctanhl.c: Likewise.
46620 * math/s_ctanl.c: Likewise.
46621 * math/w_fmod.c: Likewise.
46622 * math/w_fmodf.c: Likewise.
46623 * math/w_fmodl.c: Likewise.
46624 * math/w_remainder.c: Likewise.
46625 * math/w_remainderf.c: Likewise.
46626 * math/w_remainderl.c: Likewise.
46627 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46628 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46629 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46630 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46631 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46632 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46633 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46634 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46635
187da0ae
UD
46636 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46637 of the number.
46638 * stdio-common/printf_fphex.c: Likewise.
46639 * stdio-common/printf_size.c: Likewise.
46640
9277c064
UD
46641 * math/e_exp10.c: Include math_private.h using <...> not "...".
46642 * math/e_exp10f.c: Likewise.
46643 * math/e_exp10l.c: Likewise.
46644 * math/e_exp2l.c: Likewise.
46645 * math/e_j0l.c: Likewise.
46646 * math/e_j1l.c: Likewise.
46647 * math/e_jnl.c: Likewise.
46648 * math/e_lgammal_r.c: Likewise.
46649 * math/e_rem_pio2l.c: Likewise.
46650 * math/e_scalb.c: Likewise.
46651 * math/e_scalbf.c: Likewise.
46652 * math/e_scalbl.c: Likewise.
46653 * math/k_cosl.c: Likewise.
46654 * math/k_sinl.c: Likewise.
46655 * math/k_tanl.c: Likewise.
46656 * math/s_cacoshf.c: Likewise.
46657 * math/s_catan.c: Likewise.
46658 * math/s_catanf.c: Likewise.
46659 * math/s_catanh.c: Likewise.
46660 * math/s_catanhf.c: Likewise.
46661 * math/s_catanhl.c: Likewise.
46662 * math/s_catanl.c: Likewise.
46663 * math/s_ccosh.c: Likewise.
46664 * math/s_ccoshf.c: Likewise.
46665 * math/s_ccoshl.c: Likewise.
46666 * math/s_cexp.c: Likewise.
46667 * math/s_cexpf.c: Likewise.
46668 * math/s_cexpl.c: Likewise.
46669 * math/s_clog.c: Likewise.
46670 * math/s_clog10.c: Likewise.
46671 * math/s_clog10f.c: Likewise.
46672 * math/s_clog10l.c: Likewise.
46673 * math/s_clogf.c: Likewise.
46674 * math/s_clogl.c: Likewise.
46675 * math/s_csin.c: Likewise.
46676 * math/s_csinf.c: Likewise.
46677 * math/s_csinh.c: Likewise.
46678 * math/s_csinhf.c: Likewise.
46679 * math/s_csinhl.c: Likewise.
46680 * math/s_csinl.c: Likewise.
46681 * math/s_csqrt.c: Likewise.
46682 * math/s_csqrtf.c: Likewise.
46683 * math/s_csqrtl.c: Likewise.
46684 * math/s_ctan.c: Likewise.
46685 * math/s_ctanf.c: Likewise.
46686 * math/s_ctanh.c: Likewise.
46687 * math/s_ctanhf.c: Likewise.
46688 * math/s_ctanhl.c: Likewise.
46689 * math/s_ctanl.c: Likewise.
46690 * math/s_ldexp.c: Likewise.
46691 * math/s_ldexpf.c: Likewise.
46692 * math/s_ldexpl.c: Likewise.
46693 * math/s_significand.c: Likewise.
46694 * math/s_significandf.c: Likewise.
46695 * math/s_significandl.c: Likewise.
46696 * math/w_acos.c: Likewise.
46697 * math/w_acosf.c: Likewise.
46698 * math/w_acosh.c: Likewise.
46699 * math/w_acoshf.c: Likewise.
46700 * math/w_acoshl.c: Likewise.
46701 * math/w_acosl.c: Likewise.
46702 * math/w_asin.c: Likewise.
46703 * math/w_asinf.c: Likewise.
46704 * math/w_asinl.c: Likewise.
46705 * math/w_atan2.c: Likewise.
46706 * math/w_atan2f.c: Likewise.
46707 * math/w_atan2l.c: Likewise.
46708 * math/w_atanh.c: Likewise.
46709 * math/w_atanhf.c: Likewise.
46710 * math/w_atanhl.c: Likewise.
46711 * math/w_cosh.c: Likewise.
46712 * math/w_coshf.c: Likewise.
46713 * math/w_coshl.c: Likewise.
46714 * math/w_dremf.c: Likewise.
46715 * math/w_exp10.c: Likewise.
46716 * math/w_exp10f.c: Likewise.
46717 * math/w_exp10l.c: Likewise.
46718 * math/w_exp2.c: Likewise.
46719 * math/w_exp2f.c: Likewise.
46720 * math/w_fmod.c: Likewise.
46721 * math/w_fmodf.c: Likewise.
46722 * math/w_fmodl.c: Likewise.
46723 * math/w_hypot.c: Likewise.
46724 * math/w_hypotf.c: Likewise.
46725 * math/w_hypotl.c: Likewise.
46726 * math/w_j0.c: Likewise.
46727 * math/w_j0f.c: Likewise.
46728 * math/w_j0l.c: Likewise.
46729 * math/w_j1.c: Likewise.
46730 * math/w_j1f.c: Likewise.
46731 * math/w_j1l.c: Likewise.
46732 * math/w_jn.c: Likewise.
46733 * math/w_jnf.c: Likewise.
46734 * math/w_jnl.c: Likewise.
46735 * math/w_lgamma.c: Likewise.
46736 * math/w_lgamma_r.c: Likewise.
46737 * math/w_lgammaf.c: Likewise.
46738 * math/w_lgammaf_r.c: Likewise.
46739 * math/w_lgammal.c: Likewise.
46740 * math/w_lgammal_r.c: Likewise.
46741 * math/w_log.c: Likewise.
46742 * math/w_log10.c: Likewise.
46743 * math/w_log10f.c: Likewise.
46744 * math/w_log10l.c: Likewise.
46745 * math/w_log2.c: Likewise.
46746 * math/w_log2f.c: Likewise.
46747 * math/w_log2l.c: Likewise.
46748 * math/w_logf.c: Likewise.
46749 * math/w_logl.c: Likewise.
46750 * math/w_pow.c: Likewise.
46751 * math/w_powf.c: Likewise.
46752 * math/w_powl.c: Likewise.
46753 * math/w_remainder.c: Likewise.
46754 * math/w_remainderf.c: Likewise.
46755 * math/w_remainderl.c: Likewise.
46756 * math/w_scalb.c: Likewise.
46757 * math/w_scalbf.c: Likewise.
46758 * math/w_scalbl.c: Likewise.
46759 * math/w_sinh.c: Likewise.
46760 * math/w_sinhf.c: Likewise.
46761 * math/w_sinhl.c: Likewise.
46762 * math/w_sqrt.c: Likewise.
46763 * math/w_sqrtf.c: Likewise.
46764 * math/w_sqrtl.c: Likewise.
46765 * math/w_tgamma.c: Likewise.
46766 * math/w_tgammaf.c: Likewise.
46767 * math/w_tgammal.c: Likewise.
46768
6a621eb7
UD
46769 * po/ja.po: Update from translation team.
46770
bf582445
AJ
467712011-09-29 Andreas Jaeger <aj@suse.de>
46772
f9efbf3a
AJ
46773 [BZ #13179]
46774 * sunrpc/netname.c (netname2host): Fix logic.
46775
bf582445
AJ
46776 [BZ #6779]
46777 [BZ #6783]
46778 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46779 correctly.
46780 * math/w_remainder.c (__remainder): Likewise.
46781 * math/w_remainderf.c (__remainderf): Likewise.
46782 * math/libm-test.inc (remainder_test): Add test cases.
46783
48693bea
AK
467842011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
46785
46786 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
46787 sdiv_qrnnd.
46788
42622229
LD
467892011-10-07 Ulrich Drepper <drepper@gmail.com>
46790
46791 * string/test-memcmp.c: Avoid unncessary #defines.
46792 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46793
093ecf92
LD
467942011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46795
46796 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46797 Use new sse2 version for core i3 - i7 as it's faster
46798 than sse42 version.
46799 (bit_Prefer_PMINUB_for_stringop): New.
46800 * sysdeps/x86_64/rawmemchr.S: Update.
46801 Replace with faster SSE2 version.
46802 * sysdeps/x86_64/memrchr.S: New file.
46803 * sysdeps/x86_64/memchr.S: Update.
46804 Replace with faster SSE2 version.
46805
fde56e5c
MP
468062011-09-12 Marek Polacek <mpolacek@redhat.com>
46807
46808 * elf/dl-load.c (lose): Add cast to avoid warning.
46809
21fd49a9
UD
468102011-10-07 Ulrich Drepper <drepper@gmail.com>
46811
5a06e643
UD
46812 * po/ca.po: Update from translation team.
46813
684ae515
UD
46814 * inet/getnetgrent_r.c: Hook up nscd.
46815 * nscd/Makefile (routines): Add nscd_netgroup.
46816 (nscd-modules): Add netgroupcache.
46817 (CFLAGS-netgroupcache.c): Define.
46818 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46819 (cache_search): Add const to second parameter.
46820 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46821 INNETGR.
46822 (dbs): Add netgrdb entry.
46823 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46824 (verify_persistent_db): Handle netgrdb.
46825 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46826 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46827 GETFDNETGR.
46828 (netgroup_response_header): Define.
46829 (innetgroup_response_header): Define.
46830 (datahead): Add netgroup_response_header and innetgroup_response_header
46831 elements.
46832 * nscd/nscd.conf: Add entries for netgroup cache.
46833 * nscd/nscd.h (dbtype): Add netgrdb.
46834 (_PATH_NSCD_NETGROUP_DB): Define.
46835 (netgroup_iov_disabled): Declare.
46836 (xmalloc, xcalloc, xrealloc): Move declarations here.
46837 (cache_search): Adjust prototype.
46838 Add netgroup-related prototypes.
46839 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46840 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46841 (__nscd_innetgr): Declare.
46842 * nscd/selinux.c (perms): Use access_vector_t as element type and
46843 add netgroup-related initializers.
46844 * nscd/netgroupcache.c: New file.
46845 * nscd/nscd_netgroup.c: New file.
46846 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46847 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46848 For four parameters use innetgr.
46849 * nss/nss_files/files-init.c: Add definition and callback for netgr.
46850 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46851 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46852 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46853
21fd49a9
UD
46854 * nscd/connections.c (register_traced_file): Don't register file
46855 for disabled databases.
46856
054c0457
UD
468572011-10-06 Ulrich Drepper <drepper@gmail.com>
46858
32b63198
UD
46859 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46860
054c0457
UD
46861 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46862 from tree and freeing node.
46863
64031225
JO
468642011-09-25 Jiri Olsa <jolsa@redhat.com>
46865
46866 * nss/nsswitch.c (__nss_database_lookup): Handle
46867 nss_parse_service_list out of memory case.
46868
0490345c
JO
468692011-09-15 Jiri Olsa <jolsa@redhat.com>
46870
46871 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46872 out of memory case.
46873
3a62d00d
AS
468742011-10-04 Andreas Schwab <schwab@redhat.com>
46875
46876 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46877 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46878 pass it down.
46879 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46880 elf_machine_rela, elf_machine_lazy_rel.
46881 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46882 (ELF_DYNAMIC_DO_REL): Likewise.
46883 (ELF_DYNAMIC_DO_RELA): Likewise.
46884 (ELF_DYNAMIC_RELOCATE): Likewise.
46885 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46886 to ELF_DYNAMIC_DO_REL.
46887 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46888 (dl_main): In trace mode always set __RTLD_NOIFUNC.
46889 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46890 elf_machine_rela.
46891 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46892 skip_ifunc, don't call ifunc function if non-zero.
46893 (elf_machine_rela): Likewise.
46894 (elf_machine_lazy_rel): Likewise.
46895 (elf_machine_lazy_rela): Likewise.
46896 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46897 (elf_machine_lazy_rel): Likewise.
46898 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46899 Likewise.
46900 (elf_machine_lazy_rel): Likewise.
46901 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46902 Likewise.
46903 (elf_machine_lazy_rel): Likewise.
46904 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46905 (elf_machine_lazy_rel): Likewise.
46906 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46907 (elf_machine_lazy_rel): Likewise.
46908 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46909 (elf_machine_lazy_rel): Likewise.
46910 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46911 (elf_machine_lazy_rel): Likewise.
46912 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46913 (elf_machine_lazy_rel): Likewise.
46914 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46915 (elf_machine_lazy_rel): Likewise.
46916
68577918
UD
469172011-09-28 Ulrich Drepper <drepper@gmail.com>
46918
46919 * nss/nss_files/files-init.c (_nss_files_init): Use static
46920 initialization for all the *_traced_file variables.
46921
68822d74
AS
469222011-09-28 Andreas Schwab <schwab@redhat.com>
46923
46924 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46925
2056100b
RM
469262011-09-27 Roland McGrath <roland@hack.frob.com>
46927
46928 [BZ #13226]
46929 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46930
32c76b63
AS
469312011-09-27 Andreas Schwab <schwab@redhat.com>
46932
46933 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46934 Reread the line before reparsing it.
46935
bf972c9d
AS
469362011-09-26 Andreas Schwab <schwab@redhat.com>
46937
46938 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46939
e057a1b5
JM
469402011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
46941 Maxim Kuvyrkov <maxim@codesourcery.com>
46942 Joseph Myers <joseph@codesourcery.com>
46943
46944 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46945 if needed for __stack_chk_guard.
46946
bc7e1c36
RM
469472011-09-19 Roland McGrath <roland@hack.frob.com>
46948
ecb1482f
RM
46949 * sysdeps/posix/spawni.c (script_execute): Always define it.
46950 It will be optimized away if unused.
46951 (maybe_script_execute): New function.
46952 (__spawni): Call it.
46953
bc7e1c36
RM
46954 * Makerules: Don't include tls.make.
46955 (config-tls): Always set to thread.
46956 * tls.make.c: File removed.
46957
1c3b002b
MF
469582011-09-19 Mike Frysinger <vapier@gentoo.org>
46959
46960 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46961 * config.make.in (CPPFLAGS-config): New substituted variable.
46962
2840865d
UD
469632011-09-15 Ulrich Drepper <drepper@gmail.com>
46964
88738eb6
UD
46965 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46966
cbf645a6 46967 [BZ #13192]
2840865d
UD
46968 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46969 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46970
b402e91a
RM
469712011-09-15 Roland McGrath <roland@hack.frob.com>
46972
46973 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46974 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46975 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46976 (CALL_FAIL): Likewise.
46977 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46978 (CALL_FAIL): Macro removed.
46979 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46980
4c1a1f71
UD
469812011-09-15 Ulrich Drepper <drepper@gmail.com>
46982
46983 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46984 for __FINITE_MATH_ONLY__ == 1.
46985
edc121be
AS
469862011-09-15 Andreas Schwab <schwab@redhat.com>
46987
46988 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46989 __ieee754_sqrt instead of sqrt.
46990 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46991 __ieee754_sqrtf instead of sqrtf.
46992 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46993 __floorf instead of floorf.
46994 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46995 __floorf, __truncf instead of floorf, truncf.
46996
cd205654
UD
469972011-09-14 Ulrich Drepper <drepper@gmail.com>
46998
ee4d0315
UD
46999 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
47000
cd205654
UD
47001 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
47002 __extern_always_inline.
47003 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
47004 32-bit.
47005
48b67d71
AS
470062011-09-14 Andreas Schwab <schwab@redhat.com>
47007
47008 * elf/rtld.c (dl_main): Also relocate in dependency order when
47009 doing symbol dependency testing.
47010
1ae12c75
AS
470112011-09-13 Andreas Schwab <schwab@linux-m68k.org>
47012
47013 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
47014 Always define `refsym'.
47015
995a80df
AS
470162011-09-13 Andreas Schwab <schwab@redhat.com>
47017
e529793b
AS
47018 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
47019 (__FD_ELT): Renamed from __FDELT.
47020 * misc/bits/select2.h (__FD_ELT): Likewise.
47021 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
47022 __FD_MASK instead of __FDELT, __FDMASK.
47023 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
47024 Likewise.
47025 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
47026 Likewise.
47027
52d4fef8
AS
47028 * elf/Makefile (gen-ldd): Fix pattern.
47029
995a80df
AS
47030 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
47031 (init_tls): Likewise.
47032
8682f8b0
UD
470332011-09-12 Ulrich Drepper <drepper@gmail.com>
47034
47035 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
47036
de82006d
AS
470372011-09-12 Andreas Schwab <schwab@redhat.com>
47038
a7c8e6a1
AS
47039 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
47040 `struct cmsghdr *' instead of `void *'.
47041 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
47042 Likewise.
47043
0f31fe77
AS
470442011-09-11 Andreas Schwab <schwab@linux-m68k.org>
47045
47046 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
47047 if non-absolute.
47048 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
47049 ldd_rewrite_script.
0f31fe77 47050
32b4c839
UD
470512011-09-11 Ulrich Drepper <drepper@gmail.com>
47052
83cd1420
UD
47053 * configure.in: Remove --with-tls option.
47054 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
47055 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
47056 out in case it is missing.
47057 * sysdeps/ia64/elf/configure.in: Likewise.
47058 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
47059 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
47060 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
47061 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
47062 * sysdeps/sh/elf/configure.in: Likewise.
47063 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
47064 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47065 * sysdeps/x86_64/elf/configure.in: Likewise.
47066 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
47067 * sysdeps/mach/hurd/tls.h: Likewise.
47068
633f745d
UD
47069 [BZ #13067]
47070 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
47071
f318beb8
UD
47072 [BZ #13090]
47073 * configure.in: Fix use of AC_INIT.
47074
32b4c839
UD
47075 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
47076
3ce1f295
UD
470772011-09-10 Ulrich Drepper <drepper@gmail.com>
47078
bb016596
UD
47079 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
47080 __set_errno.
8e58439c
UD
47081 * malloc/hooks.c: Likewise.
47082
aebae053 47083 [BZ #11929]
02d46fc4
UD
47084 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
47085 variables statically.
47086 (narenas): Initialize.
47087 (list_lock): Initialize.
bb016596
UD
47088 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
47089 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
47090 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
47091 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
47092 Add initializers to main_arena and mp_.
47093 (malloc_state): Remove pagesize member. Change all users to use
47094 GLRO(dl_pagesize).
47095
47096 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
47097 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
47098 is always initialized.
47099
22a89187
UD
47100 * malloc/malloc.c: Removed unused configurations and dead code.
47101 * malloc/arena.c: Likewise.
47102 * malloc/hooks.c: Likewise.
02d46fc4 47103 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 47104
d063d164
UD
47105 * include/tls.h: Removed. USE___THREAD must always be defined.
47106 * bits/libc-tsd.h: Don't handle !USE___THREAD.
47107 * elf/dl-libc.c: Likewise.
47108 * elf/dl-tsd.c: Likewise.
47109 * include/errno.h: Likewise.
47110 * include/netdb.h: Likewise.
47111 * include/resolv.h: Likewise.
47112 * inet/herrno-loc.c: Likewise.
47113 * inet/herrno.c: Likewise.
47114 * malloc/arena.c: Likewise.
47115 * malloc/hooks.c: Likewise.
47116 * malloc/malloc.c: Likewise.
47117 * resolv/res-state.c: Likewise.
47118 * resolv/res_libc.c: Likewise.
47119 * sysdeps/i386/dl-machine.h: Likewise.
47120 * sysdeps/ia64/dl-machine.h: Likewise.
47121 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
47122 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
47123 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
47124 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
47125 * sysdeps/sh/dl-machine.h: Likewise.
47126 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47127 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47128 * sysdeps/unix/i386/sysdep.S: Likewise.
47129 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
47130 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
47131 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
47132 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
47133 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
47134 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
47135 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
47136 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47137 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47138 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
47139 * sysdeps/unix/x86_64/sysdep.S: Likewise.
47140 * sysdeps/x86_64/dl-machine.h: Likewise.
47141 * tls.make.c: Likewise.
47142
3ce1f295
UD
47143 * configure.in: Remove --with-__thread option. Make tests for
47144 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
47145 tls_model attribute fail if no support is available. Remove
47146 USE_IN_LIBIO.
47147 * Makeconfig: Adjust for dropped configure option. All features are
47148 now mandatory.
47149 * Makerules: Likewise.
47150 * Versions.def: Likewise.
47151 * argp/argp-fmtstream.c: Likewise.
47152 * argp/argp-fmtstream.h: Likewise.
47153 * argp/argp-help.c: Likewise.
47154 * assert/assert.c: Likewise.
47155 * config.h.in: Likewise.
47156 * config.make.in: Likewise.
47157 * configure: Likewise.
47158 * configure.in: Likewise.
47159 * csu/Versions: Likewise.
47160 * csu/init.c: Likewise.
47161 * elf/tst-audit2.c: Likewise.
47162 * elf/tst-tls10.c: Likewise.
47163 * elf/tst-tls10.h: Likewise.
47164 * elf/tst-tls11.c: Likewise.
47165 * elf/tst-tls12.c: Likewise.
47166 * elf/tst-tls14.c: Likewise.
47167 * elf/tst-tlsmod11.c: Likewise.
47168 * elf/tst-tlsmod12.c: Likewise.
47169 * elf/tst-tlsmod13.c: Likewise.
47170 * elf/tst-tlsmod13a.c: Likewise.
47171 * elf/tst-tlsmod14a.c: Likewise.
47172 * elf/tst-tlsmod15b.c: Likewise.
47173 * elf/tst-tlsmod16a.c: Likewise.
47174 * elf/tst-tlsmod16b.c: Likewise.
47175 * elf/tst-tlsmod7.c: Likewise.
47176 * elf/tst-tlsmod8.c: Likewise.
47177 * elf/tst-tlsmod9.c: Likewise.
47178 * gmon/gmon.c: Likewise.
47179 * grp/fgetgrent_r.c: Likewise.
47180 * grp/putgrent.c: Likewise.
47181 * hurd/fopenport.c: Likewise.
47182 * include/libc-symbols.h: Likewise.
47183 * include/tls.h: Likewise.
47184 * intl/gettextP.h: Likewise.
47185 * intl/loadinfo.h: Likewise.
47186 * locale/global-locale.c: Likewise.
47187 * locale/localeinfo.h: Likewise.
47188 * mach/devstream.c: Likewise.
47189 * malloc/arena.c: Likewise.
47190 * malloc/set-freeres.c: Likewise.
47191 * misc/err.c: Likewise.
47192 * misc/getttyent.c: Likewise.
47193 * misc/mntent_r.c: Likewise.
47194 * posix/getopt.c: Likewise.
47195 * posix/wordexp.c: Likewise.
47196 * pwd/fgetpwent_r.c: Likewise.
47197 * resolv/Versions: Likewise.
47198 * resolv/res_hconf.c: Likewise.
47199 * shadow/fgetspent_r.c: Likewise.
47200 * shadow/putspent.c: Likewise.
47201 * stdio-common/printf_fphex.c: Likewise.
47202 * stdio-common/tmpfile.c: Likewise.
47203 * stdlib/abort.c: Likewise.
47204 * stdlib/fmtmsg.c: Likewise.
47205 * sunrpc/auth_unix.c: Likewise.
47206 * sunrpc/clnt_perr.c: Likewise.
47207 * sunrpc/clnt_tcp.c: Likewise.
47208 * sunrpc/clnt_udp.c: Likewise.
47209 * sunrpc/clnt_unix.c: Likewise.
47210 * sunrpc/openchild.c: Likewise.
47211 * sunrpc/svc_simple.c: Likewise.
47212 * sunrpc/svc_tcp.c: Likewise.
47213 * sunrpc/svc_udp.c: Likewise.
47214 * sunrpc/svc_unix.c: Likewise.
47215 * sunrpc/xdr.c: Likewise.
47216 * sunrpc/xdr_array.c: Likewise.
47217 * sunrpc/xdr_rec.c: Likewise.
47218 * sunrpc/xdr_ref.c: Likewise.
47219 * sunrpc/xdr_stdio.c: Likewise.
47220
1248c1c4
PB
472212011-09-09 Ulrich Drepper <drepper@gmail.com>
47222
47223 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47224
472252011-07-03 Andreas Jaeger <aj@suse.de>
47226
47227 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
47228 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
47229 regenerate with gen-libm-tests.pl.
47230
472312010-05-12 Petr Baudis <pasky@suse.cz>
47232
47233 [BZ #11589]
47234 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
47235 around j0() zero points by switching to j1().
47236 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47237 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47238 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47239 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47240
f22e1074
UD
472412011-09-09 Ulrich Drepper <drepper@gmail.com>
47242
f19009c1
UD
47243 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
47244 instead of 0.
47245 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 47246 instead of 0.
f19009c1
UD
47247 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47248 Patch in part by Pavel Roskin <proski@gnu.org>.
47249
3f8cc204
UD
47250 [BZ #13138]
47251 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
47252 realloc.
47253 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
47254 Free memory block if necessary.
47255
f22e1074
UD
47256 [BZ #12847]
47257 * libio/genops.c (INTDEF): For string streams the _lock pointer can
47258 be NULL. Don't lock in this case.
47259
0a2349f9
RM
472602011-09-09 Roland McGrath <roland@hack.frob.com>
47261
47262 * elf/elf.h (ELFOSABI_GNU): New macro.
47263 (ELFOSABI_LINUX): Define to that.
47264
f3cdd467
DZ
472652011-07-29 Denis Zaitceff <zaitceff@gmail.com>
47266
47267 * string/strncat.c (strncat): Undef the symbol in case it has been
47268 defined in bits/string.h.
47269
74718d13
UD
472702011-09-09 Ulrich Drepper <drepper@gmail.com>
47271
633e9e0f
UD
47272 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
47273
0a2349f9 47274 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
47275 link map.
47276
f9924780
AJ
472772011-08-17 Andreas Jaeger <aj@suse.de>
47278
47279 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
47280
7f5517aa
PP
472812011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
47282 Ian Lance Taylor <iant@google.com>
47283
47284 * math/libm-test.inc (lround_test): New testcase.
47285 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
47286
762011fe
UD
472872011-09-08 Ulrich Drepper <drepper@gmail.com>
47288
92963737
UD
47289 * Makefile: Remove support for automatic cvs check-ins.
47290 * Makerules: Likewise.
47291 * config.make.in: Likewise.
47292 * configure.in: Likewise.
47293 * intl/Makefile: Likewise.
47294 * locale/Makefile: Likewise.
47295 * po/Makefile: Likewise.
47296 * posix/Makefile: Likewise.
47297 * sysdeps/gnu/Makefile: Likewise.
47298 * sysdeps/mach/hurd/Makefile: Likewise.
47299 * sysdeps/sparc/sparc32/Makefile: Likewise.
47300
b0727fd8
JS
47301 [BZ #13118]
47302 * posix/Makefile (bug-regex32-ENV): Define.
47303 Patch by John Stanley <jpsinthemix@verizon.net>.
47304
a0f33f99
UD
47305 * misc/Makefile (headers): Add bits/select2.h.
47306 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
47307 * misc/bits/select2.h: New file.
47308 * include/bits/select2.h: New file.
47309 * debug/Makefile (routines): Add fdelt_chk.
47310 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
47311 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
47312 FD_ISSET.
47313 * debug/fdelt_chk.c: New file.
47314
762011fe
UD
47315 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
47316 * wcsmbs/test-wmemcmp.c: Likewise.
47317 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 47318 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
47319
473202011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47321
47322 * string/Makefile (strop-tests): Add memcmp.
47323 * string/test-wmemcmp.c: New file.
47324 * string/test-memcmp.c: Add wmemcmp support.
47325
7f513ec8
RM
473262011-09-08 Roland McGrath <roland@hack.frob.com>
47327
0442afb4
RM
47328 [BZ #13153]
47329 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
47330 2011-07-19 change.
47331
7f513ec8
RM
47332 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
47333 garbage value in a __mach_port_mod_refs call in the cases of the
47334 task-self and thread-self ports.
47335
a12b2239
ST
473362011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
47337
47338 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
47339
610f9ab4
AS
473402011-09-08 Andreas Schwab <schwab@redhat.com>
47341
7f513ec8 47342 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 47343
48882a1a
LD
473442011-09-07 Ulrich Drepper <drepper@gmail.com>
47345
b49865be
UD
47346 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
47347
fdc86bc9
UD
47348 * elf/dl-libc.c (dlerror_run): Pass back error code from
47349 dl_catch_error.
47350
c966526a
UD
47351 [BZ #13123]
47352 * elf/dl-load.c (lose): Free l_origin if it is valid.
47353
48882a1a
LD
47354 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
47355 names.
47356 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
47357 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47358 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47359 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47360 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
47361 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
47362
77a2a8b4
AZ
473632011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47364
47365 * sysdeps/powerpc/fpu/e_hypot.c: New file.
47366 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
47367 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
47368 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
47369 * sysdeps/powerpc/fpu/k_cosf.c: New file.
47370 * sysdeps/powerpc/fpu/k_sinf.c: New file.
47371 * sysdeps/powerpc/fpu/s_cosf.c: New file.
47372 * sysdeps/powerpc/fpu/s_sinf.c: New file.
47373 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
47374 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
47375
24f579d8
AM
473762011-08-15 Alan Modra <amodra@gmail.com>
47377
47378 [BZ #13092]
47379 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
47380 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
47381 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
47382 ppc_mcount to static-only-routines.
47383 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
47384 __mcount_internal.
47385 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
47386 __mcount_internal with usual JUMPTARGET. Remove useless nop.
47387
3d4837df
UD
473882011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
47389
47390 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
47391 for finite and infinity parameters.
47392
22700377
WS
473932011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
47394
47395 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
47396 and add nop instructions for throughput optimization.
47397 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47398
5025581e
WS
473992011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
47400
47401 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
47402 aligned copy for power7 with vector-scalar instructions.
47403 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
47404
08a300c9
L
474052011-07-24 H.J. Lu <hongjiu.lu@intel.com>
47406
47407 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
47408 AVX check.
47409
59178ef9
AS
474102011-09-07 Andreas Schwab <schwab@redhat.com>
47411
47412 [BZ #13144]
47413 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47414 last change.
47415
e38ba7ab
UD
474162011-09-07 Ulrich Drepper <drepper@gmail.com>
47417
47418 * sysdeps/unix/sysv/linux/x86_64/init-first.c
47419 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47420 syscall wrapper around clock_gettime in __vdso_clock_gettime.
47421 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47422 clock_gettime.
47423
d53a73ac
UD
474242011-09-06 Ulrich Drepper <drepper@gmail.com>
47425
fc8bffcc
UD
47426 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47427 Forgot to demangle the pointer.
47428
ceaa0c5d
UD
47429 * sysdeps/i386/sysdep.h: Define atom_text_section.
47430 * sysdeps/x86_64/sysdep.h: Likewise.
47431 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47432 section with atom_text_section.
47433 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47434 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47435 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47436 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47437 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47438
a77d3c17
UD
47439 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47440 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47441 already be defined. Change to take two parameters and don't assign
47442 result to variable. Adjust all users.
47443 Define INTERNAL_GETTIME if not already defined.
47444 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47445 call.
47446 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47447 HAVE_CLOCK_GETTIME_VSYSCALL.
47448 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47449
d53a73ac
UD
47450 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47451 gettimeofday vsyscall, just use time.
47452
a8f84144
AS
474532011-09-06 Andreas Schwab <schwab@redhat.com>
47454
47455 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47456 <errno.h>.
47457
ef606249
UD
474582011-09-06 Ulrich Drepper <drepper@gmail.com>
47459
47460 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47461 syscall on x86-64.
47462 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47463 syscall.
47464 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47465 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47466 syscall if possible.
47467
6585cb60
UD
474682011-09-05 Ulrich Drepper <drepper@gmail.com>
47469
47470 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47471 e_ident. Don't pass to find_mapsXX.
47472 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47473
a5f524e4
LD
474742011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47475
47476 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47477 strchr-sse2-no-bsf strrchr-sse2-no-bsf
47478 * sysdeps/x86_64/multiarch/strchr.S: Update.
47479 Check bit_slow_BSF bit.
47480 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47481 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47482 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47483
554881ef
UD
474842011-09-05 Ulrich Drepper <drepper@gmail.com>
47485
d96de963
UD
47486 [BZ #13134]
47487 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47488 before glibc 2.15.
47489 (tryshell): Define.
47490 (__spawni): Change last parameter to be flag. Test
47491 SPAWN_XFLAGS_USE_PATH flag to use path or not.
47492 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47493 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47494 * posix/spawni.c: Likewise.
47495 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47496 * posix/spawnp.c: Likewise. Change normal version to use
47497 SPAWN_XFLAGS_USE_PATH.
47498 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47499 SPAWN_XFLAGS_TRY_SHELL.
47500
d48e5868
UD
47501 [BZ #13150]
47502 * posix/glob.h: Remove gcc 1.x support.
47503
554881ef
UD
47504 [BZ #13068]
47505 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47506
693fb948
LD
475072011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47508
47509 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47510 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47511 strrchr-sse2-bsf
47512 * sysdeps/i386/i686/multiarch/strchr.S: New file.
47513 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47514 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47515 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47516 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47517 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47518
1b48c537
UD
475192011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47520
49d42c37
UD
47521 * sysdeps/x86_64/wcscmp.S: New file.
47522
1b48c537
UD
47523 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47524 wcscmp-c wcscmp-sse2
47525 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47526 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47527 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47528 * wcsmbs/wcscmp.c: Allow renaming.
47529
15c95c5d
DM
475302011-09-05 David S. Miller <davem@davemloft.net>
47531
47532 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47533 stack slot, rather than the struct return pointer slot.
47534 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47535 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47536 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47537 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47538
2f0ad8f3
UD
475392011-09-05 Ulrich Drepper <drepper@gmail.com>
47540
d88ae418
UD
47541 * po/ja.po: Update from translation team.
47542
2f0ad8f3
UD
47543 [BZ #13144]
47544 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47545 kernel in 64-bit binaries.
47546
5f4318d1
DM
475472011-09-01 David S. Miller <davem@davemloft.net>
47548
47549 * elf/elf.h (HWCAP_SPARC_*): Move to..
47550 * sysdeps/sparc/sysdep.h: this new file and add new values.
47551 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47552 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47553 _DL_HWCAP_COUNT to 24.
47554 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47555 entries.
47556 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47557 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47558 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47559 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47560 instead of magic constants.
47561 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47562
3ba57516
DM
475632011-08-31 David S. Miller <davem@davemloft.net>
47564
47565 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47566 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47567 Reimplement to do errno handling inline.
47568 (SYSCALL_ERROR_HANDLER): New macro.
47569 (__SYSCALL_STRING): Do not do errno handling in asm.
47570 (__CLONE_SYSCALL_STRING): Delete.
47571 (__INTERNAL_SYSCALL_STRING): Delete.
47572 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47573 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47574 (PSEUDO): Reimplement to do errno handling inline.
47575 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47576 (SYSCALL_ERROR_HANDLER): New macro.
47577 (__SYSCALL_STRING): Do not do errno handling in asm.
47578 (__CLONE_SYSCALL_STRING): Delete.
47579 (__INTERNAL_SYSCALL_STRING): Delete.
47580 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47581 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47582 i386.
47583 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47584 (inline_syscall*): Add 'err' argument.
47585 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47586 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47587 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47588 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47589
47590 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47591 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47592
2bc17433
AS
475932011-08-30 Andreas Schwab <schwab@redhat.com>
47594
47595 * elf/rtld.c (dl_main): Relocate objects in dependency order.
47596
fbeb5f4d
JO
475972011-08-29 Jiri Olsa <jolsa@redhat.com>
47598
47599 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47600 directive.
47601
ad69cc26
DM
476022011-08-24 David S. Miller <davem@davemloft.net>
47603
47604 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47605
39dd69df
AS
476062011-08-24 Andreas Schwab <schwab@redhat.com>
47607
47608 * elf/Makefile: Add rules to build and run unload8 test.
47609 * elf/unload8.c: New file.
47610 * elf/unload8mod1.c: New file.
47611 * elf/unload8mod1x.c: New file.
47612 * elf/unload8mod2.c: New file.
47613 * elf/unload8mod3.c: New file.
47614
47615 * elf/dl-close.c (_dl_close_worker): Reset private search list if
47616 it wasn't used.
47617
2c0b250a
DM
476182011-08-23 David S. Miller <davem@davemloft.net>
47619
47620 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47621 subtract stack bias.
47622 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47623 %sp not %fp in calculations.
47624 (_JMPBUF_UNWINDS_ADJ): Likewise.
47625
22044b48
DM
47626 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47627 (aio_suspend): Call it to force an exception region around the
47628 AIO_MISC_WAIT() invocation.
47629
2cae4995
AS
476302011-08-23 Andreas Schwab <schwab@redhat.com>
47631
47632 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47633 backslash.
47634
873a772e
AJ
476352011-07-04 Aurelien Jarno <aurelien@aurel32.net>
47636
47637 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47638 protection macro.
47639 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47640 and <dl-machine.h>.
47641 (Elf64_FuncDesc): Remove.
47642
25ad0df1
DM
476432011-08-22 David S. Miller <davem@davemloft.net>
47644
47645 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47646 sigaltstack check, add missing cfi directives.
47647 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47648 missing cfi directives, and sigaltstack handling.
47649
e888bcbe
AS
476502011-08-16 Andreas Schwab <schwab@redhat.com>
47651
47652 [BZ #11724]
47653 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47654 object is seen twice.
47655 * elf/dl-fini.c (_dl_sort_fini): Likewise.
47656
47657 * elf/Makefile (distribute): Add tst-initorder2.c.
47658 (tests): Add tst-initorder2.
47659 (modules-names): Add tst-initorder2a tst-initorder2b
47660 tst-initorder2c tst-initorder2d. Add rules to build them.
47661 ($(objpfx)tst-initorder2.out): New rule.
47662 * elf/tst-initorder2.c: New file.
47663 * elf/tst-initorder2.exp: New file.
47664
87162f46
AS
476652011-08-22 Andreas Schwab <schwab@redhat.com>
47666
70538b7f
AS
47667 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47668
f55ffe58
AS
47669 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47670 dependencies back to end of function.
47671
87162f46
AS
47672 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47673 $(elfobjdir)/ld.so.
47674
91b392a4
UD
476752011-08-21 Ulrich Drepper <drepper@gmail.com>
47676
47677 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47678 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47679 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47680 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47681 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47682 of __vdso_gettimeofday.
47683 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47684 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
47685 attribute_hidden.
47686 (_libc_vdso_platform_setup): Remove initialization of
47687 __vdso_gettimeofday and __vdso_time.
47688
5c43483f
UD
476892011-08-20 Ulrich Drepper <drepper@gmail.com>
47690
775a77e7
UD
47691 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47692 and fgetc_unlocked.
47693 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47694 getc_unlocked.
89f447ed 47695
49c74ba9
UD
47696 * elf/dl-open.c (add_to_global): Report additions to the global scope
47697 for LD_DEBUG=scopes.
47698 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 47699 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 47700
5c43483f
UD
47701 [BZ #13114]
47702 * stdio-common/Makefile (tests): Add bug24.
47703 * stdio-common/bug24.c: New file.
47704
a101b025
AJ
477052011-08-19 Andreas Jaeger <aj@suse.de>
47706
47707 [BZ #13114]
47708 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47709 non-existant file when using close-on-exec mode.
47710
c88f1766
UD
477112011-08-20 Ulrich Drepper <drepper@gmail.com>
47712
0276a718
UD
47713 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47714 the very first instruction.
47715
c88f1766
UD
47716 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47717 the CFI state in the end.
47718 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47719 inclusion of dl-trampoline.h.
47720 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47721
51ccffa0
AS
477222011-08-19 Andreas Schwab <schwab@redhat.com>
47723
94d7165f
AS
47724 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47725 expectations for long double.
47726
51ccffa0
AS
47727 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47728 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47729
fd708658 477302011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
47731
47732 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47733 artificual limit depends upon the system page size.
47734
44f0a71e
UD
477352011-08-17 Ulrich Drepper <drepper@gmail.com>
47736
47737 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47738 * resolv/Makefile: Define CFLAGS-libresolv.
47739
8de79a24
AS
477402011-08-17 Andreas Schwab <schwab@redhat.com>
47741
47742 * nss/makedb.c (compute_tables): Make variables used in nested
47743 function static.
47744
27724598
UD
477452011-08-17 Ulrich Drepper <drepper@gmail.com>
47746
c5305d88
UD
47747 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47748 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47749 if buffer was too small.
47750
27724598
UD
47751 * elf/pldd.c (main): Attach to all threads in the process.
47752 Rewrite /proc handling to use *at functions.
47753
076fe015
UD
477542011-08-16 Ulrich Drepper <drepper@gmail.com>
47755
174baab3
UD
47756 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47757 specifies first scope to show.
47758 (dl_open_worker): Update callers. Move printing scope of new
47759 object to before the relocation.
44f0a71e 47760 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
47761 * sysdeps/generic/ldsodefs.h: Update declaration.
47762
076fe015
UD
47763 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47764 string for the scope number.
47765
a60df2c3
UD
477662011-08-14 Ulrich Drepper <drepper@gmail.com>
47767
47768 * nscd/servicescache.c (cache_addserv): Make sure written is always
47769 initialized.
47770
5e4287d1
RM
477712011-08-14 Roland McGrath <roland@hack.frob.com>
47772
85ae0589
RM
47773 * sysdeps/i386/i486/bits/atomic.h
47774 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47775 statement expression, so as to suppress "set but not used" warning.
47776 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47777
69f63097
RM
47778 * string/strncat.c (STRNCAT): Use prototype definition.
47779
675456ef
RM
47780 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47781 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47782 -Iprograms here.
47783 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47784 (localedef-modules): Add localedef.
47785 (locale-modules): Add locale.
47786
5e4287d1
RM
47787 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47788 * elf/rtld.c (dl_main): Invert order of assignment in last change,
47789 to avoid a warning.
47790
9c96ff23
DM
477912011-08-14 David S. Miller <davem@davemloft.net>
47792
47793 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47794 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47795
f9ddf089
UD
477962011-08-13 Ulrich Drepper <drepper@gmail.com>
47797
44f0a71e 47798 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
47799 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47800 * elf/rtld.c (dl_main): Set l_name of vDSO.
47801 Call _dl_show_scope when DL_DEBUG_SCOPES.
47802 (process_dl_debug): Recognize scopes flag and also set it for all.
47803 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47804 Declare _dl_show_scope.
47805
1dc27704
UD
47806 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47807 (do_dlopen): Pass caller_dlopen to dl_open.
47808 (__libc_dlopen_mode): Initialize caller_dlopen.
47809
f9ddf089
UD
47810 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47811 of libc. Make tolower call locale-independent. Optimize a bit by
47812 using isdigit instead of isalnum.
47813 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47814
9ac533d3
UD
478152011-08-12 Ulrich Drepper <drepper@gmail.com>
47816
47817 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47818 was a dependency or dynamically loaded.
47819
89edf2e9
UD
478202011-08-11 Ulrich Drepper <drepper@gmail.com>
47821
8e999d29
UD
47822 * intl/l10nflist.c: Allow architecture-specific pop function.
47823 * sysdeps/x86_64/l10nflist.c: New file.
47824
89edf2e9
UD
47825 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47826 classification.
47827
14d96785
AS
478282011-08-10 Andreas Schwab <schwab@redhat.com>
47829
47830 * include/dirent.h: Add libc_hidden_proto for scandirat and
47831 scandirat64. Don't declare __scandirat64.
47832 * dirent/scandirat.c: Add libc_hidden_def.
47833 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47834 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47835
6761ac04
DM
478362011-08-10 David S. Miller <davem@davemloft.net>
47837
47838 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47839 enum.
47840 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47841 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47842 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47843
c55fbd1e
UD
478442011-08-09 Ulrich Drepper <drepper@gmail.com>
47845
47846 * Versions.def [libc]: Add GLIBC_2.15.
47847 * dirent/Makefile (routines): Add scandirat and scandirat64.
47848 * dirent/Versions [libc]: Export scandirat and scandirat64 for
47849 GLIBC_2.15.
47850 * dirent/dirent.h: Declare scandirat and scandirat64.
47851 * dirent/scandirat.c: New file.
47852 * dirent/scandirat64.c: New file.
47853 * sysdeps/wordsize-64/scandirat.c: New file.
47854 * sysdeps/wordsize-64/scandirat64.c: New file.
47855 * dirent/opendir.c: Define opendirat.
47856 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
47857 using scandirat.
47858 * dirent/scandir64.c: Adjust for scandir.c change.
47859 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
47860 __scandirat64, and __scandir_cancel_handler.
47861 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
47862 additional parameter and use openat instead of open (outside of ld.so).
47863 Add new __opendir as wrapper around __opendirat.
47864 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47865 here without requiring old scandirat implementation.
47866
879165f2
UD
478672011-08-08 Ulrich Drepper <drepper@gmail.com>
47868
47869 * dirent/scandir.c (cancel_handler): Renamed to
47870 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
47871 defined. Adjust users.
47872 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47873 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47874
cb7e923b
UD
478752011-08-04 Ulrich Drepper <drepper@gmail.com>
47876
16292edd
UD
47877 * string/test-string.h (IMPL): Use __STRING to expand name and then
47878 stringify it.
47879
cb7e923b
UD
47880 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
47881 of cleanups.
47882
cff82933
LD
478832011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47884
47885 * string/Makefile: Update.
47886 (strop-tests): Append strncat.
47887 * string/test-wcscmp.c: New file.
47888 New comprehensive test for wcscmp.
47889 * string/test-strcmp.c: Update.
47890 (WIDE): New define.
47891
9be9bfcc
AS
478922011-07-22 Andreas Schwab <schwab@redhat.com>
47893
47894 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47895 line.
47896
2e96f1c7
AS
478972011-07-26 Andreas Schwab <schwab@redhat.com>
47898
47899 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47900 encoding to ACE if AI_IDN.
47901
85188888
JJ
479022011-08-01 Jakub Jelinek <jakub@redhat.com>
47903
47904 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47905 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47906
5fa16e9b
LD
479072011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47908
47909 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47910 Fix overflow bug in strncat.
47911 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47912
47913 * string/test-strncat.c: Update.
47914 Add new tests for checking overflow bugs.
47915
479162011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47917
47918 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47919 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47920 * sysdeps/i386/i686/multiarch/strcat.S: New file.
47921 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47922 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47923 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47924 * sysdeps/i386/i686/multiarch/strncat.S: New file.
47925 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47926 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47927
47928 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47929 (USE_AS_STRCAT): Define.
47930 Add strcat and strncat support.
47931 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47932
8c1a459f
AS
479332011-07-25 Andreas Schwab <schwab@redhat.com>
47934
47935 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47936 __n bigger than INT_MAX+1.
47937 (__strncmp_g): Likewise.
47938
bba33c28
UD
479392011-07-23 Ulrich Drepper <drepper@gmail.com>
47940
798be72d
UD
47941 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47942 * libio/stido.h: Likewise.
47943
8accd4dc
UD
47944 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47945 (AF_NFC): Define.
47946 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47947 (AF_NFC): Define.
47948
cbff0d96
UD
47949 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47950 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47951 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47952 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47953 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47954
9191c04a
UD
47955 [BZ #13021]
47956 * scripts/test-installation.pl: Don't expect libnss_test1 to be
47957 installed.
47958
bba33c28
UD
47959 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47960 typo.
47961 (_dl_x86_64_save_sse): Likewise.
47962
90f139dd
UD
479632011-07-22 Ulrich Drepper <drepper@gmail.com>
47964
1aae088a
UD
47965 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47966 OSXSAVE.
47967 (_dl_x86_64_save_sse): Likewise.
47968
8e2045f5
UD
47969 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47970
90f139dd
UD
47971 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47972
1d002f25
AS
479732011-07-21 Andreas Schwab <schwab@redhat.com>
47974
47975 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47976 change.
47977 (_dl_x86_64_save_sse): Use correct AVX check.
47978
21137f89
UD
479792011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47980
47981 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47982 bug in strncpy/strncat.
47983 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47984
a65c0b7a
UD
479852011-07-21 Ulrich Drepper <drepper@gmail.com>
47986
47987 * string/tester.c (test_strcat): Add tests for different alignments
47988 of source and destination.
47989 (test_strncat): Likewise.
47990
6986b98a
UD
479912011-07-20 Ulrich Drepper <drepper@gmail.com>
47992
90bb2039
UD
47993 [BZ #12852]
47994 * posix/glob.c (glob): Check passed in values before using them in
47995 expressions to avoid some overflows.
47996 (glob_in_dir): Likewise.
47997
5644ef54
UD
47998 [BZ #13007]
47999 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
48000 check for AVX enablement so that we don't crash with old kernels and
48001 new hardware.
48002 * elf/tst-audit4.c: Add same checks here.
48003 * elf/tst-audit6.c: Likewise.
48004
48005 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 48006
bfc9dc9b
AS
480072011-07-09 Andreas Schwab <schwab@linux-m68k.org>
48008
48009 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
48010
702e64bb
UD
480112011-07-20 Ulrich Drepper <drepper@gmail.com>
48012
48013 * po/cs.po: Update from translation team.
48014 * po/bg.po: Likewise.
48015
295e904f
MP
480162011-07-12 Marek Polacek <mpolacek@redhat.com>
48017
48018 * misc/sys/cdefs.h: Add support for const attribute.
48019 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
48020 to gnu_dev_{major,minor,makedev} functions.
48021
3ff94596
MP
480222011-07-20 Marek Polacek <mpolacek@redhat.com>
48023
48024 * intl/dcigettext.c (get_output_charset): Add missing bracket.
48025
28b59fca
AS
480262011-07-20 Andreas Schwab <schwab@redhat.com>
48027
48028 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
48029 strlen results.
48030
19df733e
AK
480312011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48032
48033 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
48034 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
48035 register in order to avoid conflicts with the soft frame pointer
48036 being held in r11 when necessary.
48037 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
48038 (INTERNAL_VSYSCALL_NCS): Likewise.
48039
c8835729
MP
480402011-07-14 Marek Polacek <mpolacek@redhat.com>
48041
48042 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
48043 * elf/dl-fini.c (_dl_fini): Adjust caller.
48044 * elf/dl-close.c (_dl_close_worker): Likewise.
48045 * sysdeps/generic/ldsodefs.h: Adjust declaration.
48046
b902330c
MP
480472011-07-15 Marek Polacek <mpolacek@redhat.com>
48048
8991e135
MP
48049 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
48050 "aux_cache->nlibs < 0".
48051
b902330c
MP
48052 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
48053 in the reload-count case.
48054
99710781
LD
480552011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
48056
48057 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48058 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
48059 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
48060 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
48061 * sysdeps/x86_64/multiarch/strcat.S: New file.
48062 * sysdeps/x86_64/multiarch/strncat.S: New file.
48063 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
48064 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
48065 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
48066 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
48067 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
48068 (USE_AS_STRCAT): Define.
48069 Add strcat and strncat support.
48070 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
48071 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
48072 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
48073 * string/strncat.c: Update.
48074 (USE_AS_STRNCAT): Define.
48075 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48076 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
48077 and i7.
48078 * sysdeps/x86_64/multiarch/init-arch.h
48079 (bit_Prefer_PMINUB_for_stringop): New.
48080 (index_Prefer_PMINUB_for_stringop): Likewise.
48081 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
48082 bit_Prefer_PMINUB_for_stringop.
48083
7dc6bd90
UD
480842011-07-19 Ulrich Drepper <drepper@gmail.com>
48085
48086 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
48087 buffer64.
48088 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
48089 of casting of buffer.
48090 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
48091 buffer32 and buffer64.
48092 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
48093 writes instead of casting of buffer.
48094 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
48095 buffer32.
48096 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
48097 casting of buffer.
48098
e0e72284
AS
480992011-07-19 Andreas Schwab <schwab@redhat.com>
48100
48101 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
48102
feb1eb0b
UD
481032011-07-19 Ulrich Drepper <drepper@gmail.com>
48104
48105 * nscd/nscd.c (termination_handler): Don't do anything for a database
48106 if it has not yet been initialized.
48107
298711ff
UD
481082011-07-18 Ulrich Drepper <drepper@gmail.com>
48109
48110 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48111
481122011-07-15 Marek Polacek <mpolacek@redhat.com>
48113
48114 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48115
f9d68389
UD
481162011-07-18 Ulrich Drepper <drepper@gmail.com>
48117
48118 * po/nl.po: Update from translation team.
48119 * po/sv.po: Likewise.
48120
db290cf5
RM
481212011-07-16 Roland McGrath <roland@hack.frob.com>
48122
48123 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
48124 now disallowed by GCC.
5c550700 48125
fd5e21c7
RM
48126 * configure.in (use-default-link): Default to yes if a test -shared
48127 link meets our qualifications.
48128 * configure: Regenerated.
48129
5c550700
RM
48130 * config.make.in (output-format): New variable.
48131 * configure.in: Check for ld --print-output-format support.
48132 * configure: Regenerated.
48133 * Makerules ($(common-objpfx)format.lds)
48134 [$(output-format) != unknown]: Just use $(output-format),
48135 instead of the linker-script munging.
48136
9fa2c032
RM
481372011-07-14 Roland McGrath <roland@hack.frob.com>
48138
a6928d51
RM
48139 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
48140 of $(common-objpfx)shlib.lds.
48141 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
48142
661607b3
RM
48143 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
48144 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
48145
9fa2c032
RM
48146 * configure.in (-z relro check): Adjust test code to add a large
48147 writable data section after it.
48148 * configure: Regenerated.
48149
defe9061
RM
481502011-07-11 Roland McGrath <roland@hack.frob.com>
48151
48152 * configure.in (-z relro check): Fix test code to make the variable
48153 truly const.
48154 * configure: Regenerated.
48155
319b9ad4
UD
481562011-07-11 Ulrich Drepper <drepper@gmail.com>
48157
48158 * nscd/nscd.h (struct traced_file): Define.
48159 (struct database_dyn): Remove inotify_descr, reset_res, and filename
48160 elements. Add traced_files.
48161 (inotify_fd): Declare.
48162 (register_traced_file): Declare.
48163 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
48164 (inotify_fd): Export.
48165 (resolv_conf_descr): Remove.
48166 (nscd_init): Move inotify descriptor creation to main.
48167 Don't register files for notification here.
48168 (register_traced_file): New function.
48169 (invalidate_cache): Don't use reset_res to determine whether to call
48170 res_init, go through the list of registered files.
48171 (main_loop_poll): The inotify descriptors are now stored in the
48172 structures for the traced files.
48173 (main_loop_epoll): Likewise
48174 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
48175 to __nss_disable_nscd.
48176 * nscd/cache.c (prune_cache): There is no single inotify descriptor
48177 for a database anymore. Check the records for all the registered
48178 files instead.
48179 * nss/Makefile (libnss_files-routines): Add files-init.
48180 (libnss_db-routines): Add db-init.
48181 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
48182 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
48183 * nss/nss_db/db-init.c: New file.
48184 * nss/nss_files/files-init.c: New file.
48185 * nss/nsswitch.c (nss_load_library): New function. Broken out of
48186 __nss_lookup_function.
48187 (__nss_lookup_function): Call nss_load_library.
48188 (nss_load_all_libraries): New function.
48189 (__nss_disable_nscd): Take parameter with callback function for files
48190 to register. Set is_nscd. Load all the DSOs for the NSS modules
48191 used for the cached services.
48192 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
48193 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
48194 options for features to all the files in nscd.
48195
48196 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
48197
23bee3e8
RM
481982011-07-10 Roland McGrath <roland@hack.frob.com>
48199
48200 * csu/elf-init.c (__libc_csu_init): Comment typo.
48201
46a5b7f0
UD
482022011-07-09 Ulrich Drepper <drepper@gmail.com>
48203
48204 * po/pl.po: Update from translation team.
48205 * po/ja.po: Likewise.
48206 * po/ru.po: Likewise.
48207 * po/ko.po: Likewise.
48208 * po/fr.po: Likewise.
48209
d30cf5bb
RM
482102011-07-09 Roland McGrath <roland@hack.frob.com>
48211
113ddea4
RM
48212 * configure.in (.ctors/.dtors header and trailer check):
48213 Use an empirical test on a built program.
48214 * configure: Regenerated.
48215
574920b4
RM
48216 * configure.in (-z relro check): Use an empirical test on a built DSO.
48217 Detect, but do not require, on ia64.
48218 * configure: Regenerated.
48219
d30cf5bb
RM
48220 * configure.in (READELF): Find it with AC_CHECK_TOOL.
48221 Update tests that use readelf to use $READELF instead.
48222 * configure: Regenerated.
48223
8538fdb3
UD
482242011-07-08 Ulrich Drepper <drepper@gmail.com>
48225
48226 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
48227 if the result is not used.
48228
04d08991
AJ
482292011-07-05 Andreas Jaeger <aj@suse.de>
48230
48231 [BZ#9696]
48232 * stdlib/tst-strtod.c: Add testcase.
48233
de283087
AD
482342011-07-07 Ulrich Drepper <drepper@gmail.com>
48235
4e5f31c8 48236 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 48237 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
48238 The latter has a higher limit. Take additional parameter to pass to
48239 the new function.
48240 (__pathconf): Pass file to __statfs_link_max.
48241 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
48242 __statfs_link_max.
48243 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
48244 __statfs_link_max.
48245
de283087
AD
48246 [BZ #12868]
48247 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
48248 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48249 Handle Lustre.
48250 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
48251 (__statfs_filesize_max): Likewise.
48252 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
48253
c75fa153
AJ
482542011-07-05 Andreas Jaeger <aj@suse.de>
48255
48256 * resolv/res_comp.c (dn_skipname): Remove unused variable.
48257
1a544854
UD
482582011-07-06 Marek Polacek <mpolacek@redhat.com>
48259
48260 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
48261 `status' variable.
48262 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
48263 Likewise.
48264
6f0eec67
UD
482652011-07-04 H.J. Lu <hongjiu.lu@intel.com>
48266
48267 * Makefile (strop-tests): Add strncat.
48268 * string/test-strncat.c: New file.
48269
aae30307
UD
482702011-06-30 Marek Polacek <mpolacek@redhat.com>
48271
48272 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
48273
c0cfb5eb
UD
482742011-06-21 Andreas Jaeger <aj@suse.de>
48275
48276 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
48277 Copy rule from iconvdata/Makefile.
48278
01636b21
UD
482792011-07-06 Ulrich Drepper <drepper@gmail.com>
48280
48281 [BZ #12922]
48282 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
48283 but no long options are defined, just return 'W'.
48284
9895c8bc
UD
482852011-06-22 Marek Polacek <mpolacek@redhat.com>
48286
48287 [BZ #9696]
48288 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
48289
5d4cf042
UD
482902011-07-06 Ulrich Drepper <drepper@gmail.com>
48291
48292 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
48293 netgroups to read.
960e5535 48294 (innetgr): Likewise.
5d4cf042 48295
751eb97e
RM
482962011-07-05 Roland McGrath <roland@hack.frob.com>
48297
48298 * config.make.in (install_root): Default to $(DESTDIR).
48299
f15f1e45
UD
483002011-07-05 Ulrich Drepper <drepper@gmail.com>
48301
48302 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
48303
4e34ac6a
RM
483042011-07-02 Roland McGrath <roland@hack.frob.com>
48305
5e9b6af4
RM
48306 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
48307
84f9ea0f
RM
48308 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
48309 containing directory rather than embedding absolute directory names.
48310
ea5ee9f7
RM
48311 * scripts/check-local-headers.sh: Rewritten using awk.
48312 Match by word, not by line. Print error messages for matches.
48313 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
48314
1b74661a
RM
48315 * Makerules [shlib-lds-flags empty]:
48316 ($(common-objpfx)libc_pic.opts): New target.
48317 ($(common-objpfx)libc_pic.os.clean): New target.
48318 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
48319
48320 * config.make.in (OBJCOPY): New variable.
48321 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
48322 * configure: Regenerated.
48323
f781ef40
RM
48324 * config.make.in (use-default-link): New variable.
48325 * configure.in (use_default_link): Grok --with-default-link to set it.
48326 * configure: Regenerated.
48327 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
48328 (shlib-lds, shlib-lds-flags): Define to empty.
48329
2d4fa81e
RM
48330 * Makerules (shlib-lds): New variable.
48331 (shlib-lds-flags): New variable.
48332 (build-shlib, build-moduile, build-module-asneeded): Use it.
48333 ($(common-objpfx)libc.so): Use $(shlib-lds).
48334 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
48335 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
48336
31fffa6b
RM
48337 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
48338 DT_FLAGS/DT_FLAGS_1 with zero flags.
48339
4e34ac6a
RM
48340 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
48341 linker script munging.
48342
fcfc776b
UD
483432011-07-02 Ulrich Drepper <drepper@gmail.com>
48344
48345 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
48346 as 128-bit value.
48347 * crypt/sha512.c (sha512_process_block): Perform total addition using
48348 128-bit if possible.
48349 (__sha512_finish_ctx): Likewise.
48350 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
48351 as 64-bit value.
48352 * crypt/sha256.c (SWAP64): Define.
48353 (sha256_process_block): Perform total addition using 64-bit if
48354 possible.
48355 (__sha256_finish_ctx): Likewise.
48356
99231d9a
UD
483572011-07-01 Ulrich Drepper <drepper@gmail.com>
48358
48359 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
48360 * nscd/initgrcache.c (addinitgroupsX): Likewise.
48361 * nscd/hstcache.c (cache_addhst): Likewise.
48362 * nscd/grpcache.c (cache_addgr): Likewise.
48363 * nscd/aicache.c (addhstaiX): Likewise
48364 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
48365
445b4a53
TK
483662011-07-01 Thorsten Kukuk <kukuk@suse.de>
48367
48368 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
48369 * nscd/initgrcache.c (addinitgroupsX): Likewise.
48370 * nscd/hstcache.c (cache_addhst): Likewise.
48371 * nscd/grpcache.c (cache_addgr): Likewise.
48372 * nscd/aicache.c (addhstaiX): Likewise
48373
6d4d8e8e
AS
483742011-07-01 Andreas Schwab <schwab@redhat.com>
48375
48376 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
48377 domain only when needed.
48378
89f654c5
AS
483792011-06-30 Andreas Schwab <schwab@redhat.com>
48380
48381 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
48382 is always restored.
48383
cf3b23ff
UD
483842011-06-29 Ulrich Drepper <drepper@gmail.com>
48385
48386 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
48387 are re-adding the entry.
48388 * nscd/servicescache.c (cache_addserv): Likewise.
48389
751626f9
AJ
483902011-06-30 Aurelien Jarno <aurelien@aurel32.net>
48391
48392 * sysdeps/generic/dl-irel.h: fix protection against multiple
48393 inclusions.
48394 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
48395
9113ea1f
UD
483962011-06-28 Ulrich Drepper <drepper@gmail.com>
48397
5c0b8d90
UD
48398 [BZ #12935]
48399 * malloc/memusage.sh: Fix quoting in message.
48400 * debug/xtrace.sh: Likewise.
48401
9113ea1f
UD
48402 * configure.in: Remove support for --experimental-malloc option, make
48403 it the default.
48404 * config.make.in: Likewise.
48405 * malloc/Makefile: Likewise.
48406
a4172181
AS
484072011-06-27 Andreas Schwab <schwab@redhat.com>
48408
48409 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
48410 two-byte characters.
48411
78a7eee7
RM
484122011-06-27 Roland McGrath <roland@hack.frob.com>
48413
62bede13
RM
48414 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48415 AC_CACHE_CHECK invocation.
48416 * configure: Regenerated.
48417
78a7eee7
RM
48418 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48419
5ce33a62
UD
484202011-06-27 Ulrich Drepper <drepper@gmail.com>
48421
034807a9
UD
48422 [BZ #12350]
48423 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
48424 bit from old_res_options.
48425
4902da17
UD
48426 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48427
5ce33a62
UD
48428 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48429 value type for setfct.
48430
c2344f56
L
484312011-06-23 H.J. Lu <hongjiu.lu@intel.com>
48432
48433 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48434 __gettimeofday instead of gettimeofday.
48435
68468076
UD
484362011-06-26 Ulrich Drepper <drepper@gmail.com>
48437
48438 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48439
acb0d739
L
484402011-06-24 H.J. Lu <hongjiu.lu@intel.com>
48441
48442 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48443
48444 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48445 info.
48446
8912479f
L
484472011-06-22 H.J. Lu <hongjiu.lu@intel.com>
48448
48449 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48450 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48451 strcpy-sse2-unaligned strncpy-sse2-unaligned
48452 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48453 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48454 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48455 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48456 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48457 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48458 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48459 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48460 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48461 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48462 (STRCPY): Support SSE2 and SSSE3 versions.
48463
d5495a11
UD
484642011-06-24 Ulrich Drepper <drepper@gmail.com>
48465
48466 [BZ #12874]
48467 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48468 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48469 kernels which artificially limit size of requests.
48470
0b1cbaae
L
484712011-06-22 H.J. Lu <hongjiu.lu@intel.com>
48472
48473 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48474 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48475 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48476 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48477 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48478 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48479 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48480 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48481 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48482 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48483 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48484 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48485 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48486 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48487 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48488 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48489 Enable unaligned load optimization for Intel Core i3, i5 and i7
48490 processors.
48491 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48492 Define.
48493 (index_Fast_Unaligned_Load): Define.
48494 (HAS_FAST_UNALIGNED_LOAD): Define.
48495
07f494a0
MP
484962011-06-23 Marek Polacek <mpolacek@redhat.com>
48497
48498 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48499
fa3fc0fe
UD
485002011-06-22 Ulrich Drepper <drepper@gmail.com>
48501
48502 [BZ #12907]
48503 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48504 until it is clear that the information is realy needed.
48505 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48506
e12df166
AS
485072011-06-22 Andreas Schwab <schwab@redhat.com>
48508
48509 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48510
852eb34d
UD
485112011-06-22 Ulrich Drepper <drepper@gmail.com>
48512
84e2a551
UD
48513 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48514 /sys/devices/system/cpu/online if it is usable.
48515
852eb34d
UD
48516 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48517 reading the information from the /proc filesystem to once a second.
48518
6e502e19
UD
485192011-06-21 Andreas Jaeger <aj@suse.de>
48520
48521 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48522 NULL after inclusion of kernel headers.
48523
75d39ff2
UD
485242011-06-21 Ulrich Drepper <drepper@gmail.com>
48525
51f9aa6a
UD
48526 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48527 calls to internal_setent.
48528
c0244a9d
UD
48529 [BZ #12885]
48530 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48531 addresses using gethostbyname4_r ignore IPv4 addresses.
48532
c5e3c2ae
UD
48533 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48534 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
48535
75d39ff2
UD
48536 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48537
42675c6f
DM
485382011-06-20 David S. Miller <davem@davemloft.net>
48539
48540 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48541 inclusions.
48542 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48543
48544 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48545 (elf_irel): Use it.
48546 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48547 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48548 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48549 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48550 * sysdeps/x86_64/dl-irel.h: Likewise.
48551
48552 * elf/dl-runtime.c: Use elf_ifunc_invoke.
48553 * elf/dl-sym.c: Likewise.
48554
57912a71
UD
485552011-06-15 Ulrich Drepper <drepper@gmail.com>
48556
48557 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
48558 need to dereference resplen2.
48559
ee22793d
AS
485602011-06-14 Andreas Schwab <schwab@redhat.com>
48561
48562 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48563
a9e836b0
UD
485642011-06-15 Ulrich Drepper <drepper@gmail.com>
48565
77fb9117
UD
48566 * Makeconfig: Define vardbdir and inst_vardbdir.
48567 * nss/Makefile: Add rules to install db-Makefile.
48568
40c1b22c
UD
48569 * nss/nss_db/db-XXX.c: Cleanup.
48570
9f2da732
UD
48571 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48572 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48573 GLIBC_PRIVATE.
48574 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48575 * nss/makedb.c: Implement -g option to specify that value strings
48576 are generated and should not be added to table iterated over for
48577 get*ent calls.
48578 * nss/nss_db/db-initgroups.c: New file.
48579
82e9a1f7
UD
48580 * nss/getent.c: Add support for initgroups lookups through getgrouplist
48581 interface.
48582
c41af17e
UD
48583 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48584 (internal_getgrouplist): Adjust to name change.
48585 Update use_initgroups_entry if this is not the first call.
48586 * nss/databases.def: Add initgroups entry.
48587
a9e836b0
UD
48588 * nss/makedb.c (compute_tables): Check result of multiple hash table
48589 sizes to minimize maximum chain length.
48590
2666d441
UD
485912011-06-14 Ulrich Drepper <drepper@gmail.com>
48592
48593 * Versions.def: Add entry for libnss_db.
48594 * shlib-versions: Likewise.
48595 * nss/Makefile: Add rules to build libnss_db.
48596 * nss/Versions: Add libnss_db information. Organize libnss_files
48597 entries better.
48598 * nss/db-Makefile: Add gshadow support. Change rules for the new
48599 makedb progra. Some minor improvements to generate smaller files.
48600 * nss/nss_db/nss_db.h: Move NSS database header data structures to
48601 here from...
48602 * nss/makedb.c: ...here.
48603 Improve database format to be smaller and require less memory at
48604 runtime.
48605 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
48606 db anymore.
48607 * nss/nss_db/db-netgrp.c: Likewise.
48608 * nss/nss_db/db-open.c: Likewise.
48609 * nss/nss_files/flies-XXX.x: Adjust comments.
48610 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48611 * nss/nss_files/files-grp.c: Likewise.
48612 * nss/nss_files/files-hosts.c: Likewise.
48613 * nss/nss_files/files-network.c: Likewise.
48614 * nss/nss_files/files-proto.c: Likewise.
48615 * nss/nss_files/files-pwd.c: Likewise.
48616 * nss/nss_files/files-rpc.c: Likewise.
48617 * nss/nss_files/files-service.c: Likewise.
48618 * nss/nss_files/files-sgrp.c: Likewise.
48619 * nss/nss_files/files-spwd.c: Likewise.
48620 * nss/nss_db/db-alias.c: Removed.
48621 * nss/nss_db/dummy-db.h: Removed.
48622
9ee76b5a
UD
486232011-06-02 Ulrich Drepper <drepper@gmail.com>
48624
48625 * nss/makedb.c: Rewritten to not use database library.
48626 * nss/Makefile: Update to build new makedb program.
48627
c71ca1f8
AJ
486282011-06-14 Andreas Jaeger <aj@suse.de>
48629
48630 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48631 memset declaration.
48632
3154bfb8
UD
486332011-06-10 Andreas Schwab <schwab@redhat.com>
48634
48635 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48636 tmpbuf.
48637
b350afab
RM
486382011-06-10 Roland McGrath <roland@hack.frob.com>
48639
decd4e50
RM
48640 * Makerules (shlib.lds): Fail if the linker script comes out empty.
48641 * elf/Makefile ($(objpfx)ld.so): Likewise.
48642
5615eaf2
RM
48643 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48644 Don't list ld.so twice in dependencies.
48645
48646 * posix/bug-regex31.c: Include <stdlib.h>.
48647
48648 * nscd/hstcache.c (cache_addhst): Remove unused variable.
48649
48650 * nis/nss_compat/compat-spwd.c
48651 (getspent_next_nss_netgr): Remove unused variable.
48652 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48653
48654 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48655 nonmembers" output to use the right array.
48656
48657 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48658
48659 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48660
48661 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48662 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48663 * catgets/gencat.c (read_input_file): Likewise.
48664 * locale/programs/locarchive.c (enlarge_archive): Likewise.
48665
48666 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48667 variable definition inside #if's controlling its use.
48668
48669 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48670
48671 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48672
48673 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48674
48675 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48676 unreachable code.
48677
48678 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48679
b68e08db
RM
48680 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48681 * configure: Regenerated.
48682
b350afab
RM
48683 * Makerules: Revert last change.
48684 * elf/Makefile: Likewise.
48685
28368601
RM
486862011-06-09 Roland McGrath <roland@hack.frob.com>
48687
48688 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48689 * elf/Makefile ($(objpfx)librtld.os): Likewise.
48690 (reloc-link): Likewise.
48691
11988f8f
UD
486922011-06-09 Ulrich Drepper <drepper@gmail.com>
48693
48694 * elf/Makefile: Add rules to build pldd.
48695 * elf/pldd.c: New file.
48696 * elf/pldd-xx.c: New file.
48697
e80fab37
UD
486982011-06-07 Ulrich Drepper <drepper@gmail.com>
48699
48700 * version.h: Update for 2.15 development version.
48701
9b849836
DM
487022011-06-07 David S. Miller <davem@davemloft.net>
48703
48704 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48705 ifuncs.
48706 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48707 elf_machine_lazy_rel): Likewise.
48708 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48709 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48710 elf_machine_lazy_rel): Likewise.
48711 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48712 dl_hwcap via passed in argument.
48713 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48714 Likewise.
48715
5a31b283
AK
487162011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48717
48718 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
48719
069e52f8
RM
487202011-06-06 Roland McGrath <roland@hack.frob.com>
48721
48722 [BZ #12849]
48723 * manual/fdl-1.1.texi: New file, verbatim from:
48724 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48725 * manual/lgpl-2.1.texi: New file, verbatim from:
48726 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48727 * manual/Makefile (licenses): New variable, list those new file names.
48728 (texis): Use it.
48729 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48730
48731 * manual/fdl.texi: File removed.
48732 * manual/lesser.texi: File removed.
48733 * manual/libc.texinfo (Copying, Documentation License):
48734 Use new @include file names, put @appendix directive before @include.
48735
f16846a5
JJ
487362011-06-04 Jakub Jelinek <jakub@redhat.com>
48737
48738 [BZ #12841]
48739 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48740 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48741 (mq_open): Add __NTH.
48742
3d29045b
L
487432011-06-02 H.J. Lu <hongjiu.lu@intel.com>
48744
48745 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48746 Assume Intel Core i3/i5/i7 processor if AVX is available.
48747
8c297311
UD
487482011-05-31 Ulrich Drepper <drepper@gmail.com>
48749
48750 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48751 typo.
48752
c8fc0c91
UD
487532011-05-31 Andreas Schwab <schwab@redhat.com>
48754
48755 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48756 memory. Use alloca_account. Fix memory leak when retrying.
48757
5b27a807
UD
487582011-05-31 Ulrich Drepper <drepper@gmail.com>
48759
356f8bc6
UD
48760 * version.h (RELEASE): Bump for 2.14 release.
48761 * include/features.h (__GLIBC_MINOR__): Bump to 14.
48762
5b27a807
UD
48763 * config.make.in (RANLIB): Remove entry.
48764
01f16ab0
UD
487652011-05-30 Ulrich Drepper <drepper@gmail.com>
48766
41fce8bd
UD
48767 * po/Makefile (po-sed-cmd): Add ksh to extensions.
48768 (libc.pot): Work around missing support for .ksh extension in xgettext.
48769
4769ae77
UD
48770 [BZ #12684]
48771 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48772 if both request failed.
48773 (send_dg): In case of server errors clear resplen or *resplen2.
48774
6b1e7d19
UD
48775 [BZ #12454]
48776 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48777 when there are multiple maps.
48778 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48779 (_dl_fini): Remove test here.
48780
01f16ab0
UD
48781 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48782
b1ebd700
UD
487832011-05-29 Ulrich Drepper <drepper@gmail.com>
48784
7ae22829
UD
48785 [BZ #12350]
48786 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48787 bit from old_res_options.
48788 (gaih_inet): Likewise.
48789
553149f6 48790 [BZ #11099]
18a84741 48791 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
48792 as signed.
48793
652ffab1
UD
48794 * resolv/res_init.c (res_setoptions): Make the code more compact.
48795
16985fd0
UD
48796 [BZ #11558]
48797 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48798 set RES_USEVC.
48799
0464f746
UD
48800 [BZ #11634]
48801 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48802
7d17596c
UD
48803 * malloc/malloc.h: Mark malloc hook variables as deprecated.
48804
cf6bbbd7
UD
48805 [BZ #11781]
48806 * malloc/malloc.h: Declare malloc hook variables as volatile.
48807
13f1ab36
UD
48808 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48809 in last patch.
48810
b1ebd700
UD
48811 [BZ #11799]
48812 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 48813 raise in the comment.
80e2212d
UD
48814 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48815 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48816 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 48817
ce67228d
UD
488182011-05-28 Ulrich Drepper <drepper@gmail.com>
48819
8887a920
UD
48820 [BZ #12811]
48821 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48822 grow the buffers more if it already has to be sufficient.
48823 (build_wcs_upper_buffer): Likewise.
48824 * posix/regexec.c (check_matching): Likewise.
48825 (clean_state_log_if_needed): Likewise.
48826 (extend_buffers): Don't enlarge buffers beyond size of the input
48827 buffer.
48828 Patches mostly by Emil Wojak <emil@wojak.eu>.
48829 * posix/bug-regex32.c: New file.
48830 * posix/Makefile (tests): Add bug-regex32.
48831
4f031072
UD
48832 * locale/findlocale.c (_nl_find_locale): Return right away if
48833 _nl_explode_name failed.
48834 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48835
d0478f0c
UD
48836 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48837
de81b246
UD
48838 * debug/xtrace.sh: Unify messages.
48839 * malloc/memusage.sh: Likewise.
48840
c738465a
UD
48841 [BZ #12813]
48842 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48843 time symbol from vDSO. Substitute with vsyscall if not available.
48844 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48845 __vdso_time.
48846
f1f929d7
UD
48847 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48848 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48849 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48850 Add sendmmsg and internal_sendmmsg.
48851 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48852 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48853 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48854
ce67228d
UD
48855 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48856 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48857 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48858
e57420c6
UD
488592011-05-27 Ulrich Drepper <drepper@gmail.com>
48860
a8509ca5
UD
48861 [BZ #12813]
48862 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48863 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
48864 available.
48865 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48866 __vdso_getcpu.
48867
e57420c6
UD
48868 [BZ #12814]
48869 * iconvdata/Makefile (tests): Add bug-iconv9.
48870 * iconvdata/bug-iconv9.c: New file.
48871
4d07db15
AS
488722011-05-27 Andreas Schwab <schwab@redhat.com>
48873
48874 [BZ #12814]
48875 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48876
ea486f69
JJ
488772011-05-25 Jakub Jelinek <jakub@redhat.com>
48878
48879 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48880 (struct user_regs_struct): Change intcs field back to cs.
48881
6f038433
UD
488822011-05-25 Ulrich Drepper <drepper@gmail.com>
48883
48884 * po/ja.po: Update from translation team.
48885
67f86a25
UD
488862011-05-23 Ulrich Drepper <drepper@gmail.com>
48887
48888 [BZ #12795]
48889 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48890 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48891
def7fbd6
AS
488922011-05-20 Andreas Schwab <schwab@redhat.com>
48893
48894 * stdlib/longlong.h: Update from GCC.
48895
f50ef8f1
AS
488962011-05-23 Andreas Schwab <schwab@redhat.com>
48897
48898 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48899 parameter name.
48900 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48901 Add parameter name.
48902 (__sysconf): Pass it down.
48903
de7ce8f1
UD
489042011-05-22 Ulrich Drepper <drepper@gmail.com>
48905
f2962a71
UD
48906 [BZ #12671]
48907 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48908 some situations.
48909 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48910 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48911 add in in __libc_use_alloca calls. Adjust callers.
48912 (glob): Use malloc in some situations.
48913
de7ce8f1
UD
48914 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48915 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48916 pltexit.
48917
aec84f53
UD
489182011-05-21 Ulrich Drepper <drepper@gmail.com>
48919
05bb4a68
UD
48920 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48921 and CLOCK_BOOTTIME_ALARM.
48922
7ea72f99
UD
48923 [BZ #12782]
48924 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48925 is returned.
48926
7e4afad5
UD
48927 * string/_strerror.c (__strerror_r): Print negative errors as signed
48928 numbers.
48929
8e211fec
UD
48930 [BZ #12777]
48931 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48932 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48933 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48934
f7d82dc9
UD
48935 * configure.in: Fix typo in redirection and correct removal of test
48936 files in two cases.
48937
cc9e536d
UD
48938 [BZ #12788]
48939 * locale/setlocale.c (new_composite_name): Fix test to check for
48940 identical name of all categories.
48941
aec84f53
UD
48942 [BZ #12792]
48943 * libio/filedoalloc.c (local_isatty): New function.
48944 (_IO_file_doallocate): Use local_isatty.
48945 * stdio-common/perror.c (perror): In case a new stream is used
48946 forward the stream error.
48947 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48948 error flag.
48949
78e64fdc
RT
489502011-05-20 Ulrich Drepper <drepper@gmail.com>
48951
34a9094f
UD
48952 [BZ #11869]
48953 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48954 alloca.
48955 * include/alloca.h (extend_alloca_account): Define.
48956
78e64fdc
RT
48957 [BZ #11857]
48958 * posix/regex.h: Fix comments with documentation of user-accessible
48959 fields after compilation and describe correct free'ing of pattern
48960 after re_compile_pattern.
48961 Patch by Reuben Thomas <rrt@sc3d.org>.
48962
457bddfc
RA
489632011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
48964
48965 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48966 and -mno-altivec to prevent the compiler from using Altivec and/or
48967 VSX instructions when the corresponding registers are not available.
48968
a4527b51
AS
489692011-05-19 Andreas Schwab <schwab@redhat.com>
48970
48971 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48972
ed690b2f
UD
489732011-05-19 Ulrich Drepper <drepper@gmail.com>
48974
48975 * libio/freopen.c (freopen): Use __dup2, not dup2.
48976 * libio/freopen64.c (freopen64): Likewise.
48977
8db73634
L
489782011-05-17 H.J. Lu <hongjiu.lu@intel.com>
48979
48980 [BZ #12775]
48981 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48982 * math/Makefile (tests): Add test-powl.
48983 (CFLAGS-test-powl.c): Define.
48984 * math/test-powl.c: New file.
48985
0a197a9d
L
489862011-05-16 H.J. Lu <hongjiu.lu@intel.com>
48987
48988 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48989
ee30c380
UD
489902011-05-17 Ulrich Drepper <drepper@gmail.com>
48991
48992 [BZ #11837]
48993 * iconvdata/gb18030.c: Update to GB18020-2005.
48994
6ce75379
UD
489952011-05-16 Ulrich Drepper <drepper@gmail.com>
48996
a4b89fd8
AR
48997 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48998 RE_SYNTAX_POSIX_AWK): Update to match recent development.
48999 Patch by Aharon Robbins <arnold@skeeve.com>.
49000
ea389b12
UD
49001 [BZ #11892]
49002 * stdlib/putenv.c (putenv): Don't always create copy of the variable
49003 on the stack.
49004
68a3f91f
UD
49005 [BZ #11895]
49006 * misc/pselect.c (__pselect): Handle timeout value errors hidden
49007 through underflows.
49008
15cc7dd1
UD
49009 [BZ #12766]
49010 * misc/error.c (error_at_line): Ensure file_name and old_file_name
49011 point to strings before performing equality test for error_one_per_line
49012 mode.
49013
f3799213
UD
49014 [BZ #11697]
49015 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
49016
d79a9c94
UD
49017 [BZ #11820]
49018 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
49019 (struct user_fpregs_struct): Avoid __uint*_t types.
49020
56e5eb46
UD
49021 [BZ #6420]
49022 * malloc/mtrace.c (tr_where): Add additional parameter to point to
49023 symbol info. Use it instead of calling _dl_addr locally.
49024 (lock_and_info): New function.
49025 (tr_freehook): Call lock_and_info and pass symbol info as additional
49026 parameter to tr_where.
49027 (tr_mallochook): Likewise.
49028 (tr_reallochook): Likewise.
49029 (tr_memalignhook): Likewise.
49030
6ce75379
UD
49031 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
49032 used and couldn't be at all thread-safe.
49033
f8a3b5bf
UD
490342011-05-15 Ulrich Drepper <drepper@gmail.com>
49035
94b7cc37
UD
49036 * libio/freopen.c (freopen): Don't close old file descriptor
49037 before the new one is opened. Instead dup the new file descriptor
49038 to the old one after the new stream is created.
49039 * libio/freopen64.c (freopen64): Likewise.
49040 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
49041 * libio/fileops.c (_IO_new_file_close_it): Handle new
49042 _IO_FLAGS2_NOCLOSE flag.
49043 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
49044 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
49045 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
49046 _IO_FLAGS2_NOCLOSE flag.
49047 * include/unistd.h: Add hidden_proto for dup3.
49048 Define __have_dup3.
49049 * io/dup3.c: Define hidden symbol.
49050 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
49051
bd25564e
UD
49052 [BZ #7101]
49053 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
49054 when an incomplete long option is used.
49055 * posix/tst-getopt_long1.c: New file.
49056 * posix/Makefile (tests): Add tst-getopt_long1.
49057
c84cfef4
UD
49058 [BZ #10138]
49059 * scripts/config.guess: Update from autoconf-2.68.
49060 * scripts/config.sub: Likewise.
49061
3b85df27
UD
49062 [BZ #10157]
49063 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
49064 tests into ...
49065 (has_cpuclock): ...this. New function.
49066 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
49067 macro here based on has_cpuclock code.
49068
15a856b1
UD
49069 [BZ #10149]
49070 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49071 First byte (not low byte) is now always NUL.
49072 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
49073
05f399e6
UD
49074 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49075 Use non-cancelable interfaces.
49076
10a52685 49077 [BZ #9809]
94ecc67d
UD
49078 * locale/iso-639.def: Add entry for Sorani.
49079
f8a3b5bf
UD
49080 [BZ #11901]
49081 * include/stdlib.h: Move include protection to the right place.
49082 Define abort_msg_s. Declare __abort_msg with it.
49083 * stdlib/abort.c (__abort_msg): Adjust type.
49084 * assert/assert.c (__assert_fail_base): New function. Majority
49085 of code from __assert_fail. Allocate memory for __abort_msg with
49086 mmap.
49087 (__assert_fail): Now call __assert_fail_base.
49088 * assert/assert-perr.c: Remove bulk of implementation. Use
49089 __assert_fail_base.
49090 * include/assert.hL Declare __assert_fail_base.
49091 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
49092 mmap.
49093 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
49094
1af4e298
UD
490952011-05-14 Ulrich Drepper <drepper@gmail.com>
49096
f8a3b5bf 49097 [BZ #11952]
d26dfc60
MG
49098 [BZ #12453]
49099 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
49100 until all modules are registered in the DTV.
49101 * elf/Makefile: Add rules to build and run tst-tls19.
49102 * elf/tst-tls19.c: New file.
49103 * elf/tst-tls19mod1.c: New file.
49104 * elf/tst-tls19mod2.c: New file.
49105 * elf/tst-tls19mod3.c: New file.
49106 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
49107
2fc54d6f
UD
49108 [BZ #12083]
49109 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
49110 correctly.
49111
98d76b46
UD
49112 [BZ #12601]
49113 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
49114 two-byte sequence errors.
49115 * iconvdata/Makefile (tests): Add bug-iconv8.
49116 * iconvdata/bug-iconv8.c: New file.
49117
da3c19ef
UD
49118 [BZ #12626]
49119 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
49120 buf2 definition.
49121
ca408c15
UD
49122 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
49123
d6f67f7d
UD
49124 [BZ #12432]
49125 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
49126 (dummy_getcfa): New function.
49127 (init): Get _Unwind_GetCFA address, use dummy if not found.
49128 (backtrace_helper): In recursion check, also check whether CFA changes.
49129 (__backtrace): Completely initialize arg.
49130
1af4e298 49131 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
49132 storing incomplete byte sequence in state object. Avoid testing for
49133 guaranteed too small input if we know there is enough data available.
1af4e298 49134
da62f81b
AS
491352011-05-11 Andreas Schwab <schwab@redhat.com>
49136
49137 * Makeconfig (+link-pie): Indent.
49138 * Rules (binaries-pie): Define if $(have-fpie) and
49139 $(build-shared).
49140 (binaries-shared): Also filter out $(binaries-pie).
49141 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
49142 * nscd/Makefile (others-pie): Add nscd.
49143 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
49144 ($(objpfx)nscd): Remove command override.
49145 * login/Makefile (others-pie): Add pt_chown.
49146 ($(objpfx)pt_chown): Remove command override.
49147 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
49148 remove command overrides.
49149
fcabc0f8
UD
491502011-05-13 Ulrich Drepper <drepper@gmail.com>
49151
20030ae6
UD
49152 * libio/tst_putwc.c: Fix error messages.
49153
fcabc0f8
UD
49154 [BZ #12724]
49155 * libio/fileops.c (_IO_new_file_close_it): Always flush when
49156 currently writing and seek to current position when not.
49157 * libio/Makefile (tests): Add bug-fclose1.
49158 * libio/bug-fclose1.c: New file.
49159
320a5dc0
PB
491602011-05-12 Ulrich Drepper <drepper@gmail.com>
49161
49162 [BZ #12511]
49163 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
49164 don't set DF_1_NODELETE here.
49165 (do_lookup_x): When entering new entry test for copy relocation
49166 and if necessary set DF_1_NODELETE flag.
49167 * elf/tst-unique4.cc: New file.
49168 * elf/tst-unique4.h: New file.
49169 * elf/tst-unique4lib.cc: New file.
49170 * elf/Makefile: Add rules to build and run tst-unique4.
49171 Patch by Piotr Bury <pbury@goahead.com>.
49172
22836f52
UD
491732011-05-11 Ulrich Drepper <drepper@gmail.com>
49174
f574184a
UD
49175 [BZ #12052]
49176 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
49177
e1fb097f
UD
49178 [BZ #12625]
49179 * misc/mntent_r.c (addmntent): Flush the stream after the output
49180
22836f52
UD
49181 [BZ #12393]
49182 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
49183 (is_trusted_path_normalize): Skip initial colon. Append slash
49184 to empty buffer. Duplicate is_trusted_path code but allow
49185 constructed patch to be prefix.
49186 (is_dst): Allow $ORIGIN followed by /.
49187 (_dl_dst_substitute): Correct clearing of check_for_trusted.
49188 Correct testing of result of is_trusted_path_normalize
49189 (decompose_rpath): Fix warning.
49190
7b3b0b2a
UD
491912011-05-10 Ulrich Drepper <drepper@gmail.com>
49192
49193 [BZ #11257]
49194 * grp/initgroups.c (internal_getgrouplist): When we found the service
49195 list through the initgroups entry in nsswitch.conf do not always
49196 continue on a successful lookup. Don't always use the
eac80ce2 49197 __nss_group_database value if it is set.
7b3b0b2a
UD
49198 * nss/nsswitch.conf (initgroups): Change action for successful db
49199 lookup to continue for compatibility.
49200
2a81eaa5
UD
492012011-05-09 Ulrich Drepper <drepper@gmail.com>
49202
be97a69e
UD
49203 [BZ #11532]
49204 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
49205 and CP774 modules.
49206 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
49207 and CP774 modules.
49208 * iconvdata/tst-tables.sh: Likewise.
49209 * iconvdata/cp770.c: New file.
49210 * iconvdata/cp771.c: New file.
49211 * iconvdata/cp772.c: New file.
49212 * iconvdata/cp773.c: New file.
49213 * iconvdata/cp774.c: New file.
49214 * iconvdata/testdata/CP770: New file.
49215 * iconvdata/testdata/CP770..UTF8: New file.
49216 * iconvdata/testdata/CP771: New file.
49217 * iconvdata/testdata/CP771..UTF8: New file.
49218 * iconvdata/testdata/CP772: New file.
49219 * iconvdata/testdata/CP772..UTF8: New file.
49220 * iconvdata/testdata/CP773: New file.
49221 * iconvdata/testdata/CP773..UTF8: New file.
49222 * iconvdata/testdata/CP774: New file.
49223 * iconvdata/testdata/CP774..UTF8: New file.
49224
49225 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
49226 END CHARMAP line.
49227 * iconvdata/gen-8bit-gap.sh: Likewise.
49228 * iconvdata/gen-8bit.sh: Likewise.
49229
c1e9e399
UD
49230 * locale/iso-639.def: Add ary entry.
49231
24c55fb3 49232 [BZ #11258]
96b4b1b0
UD
49233 * locale/C-translit.h.in: Add U20A1 transliteration.
49234
bdc2f971
KB
49235 [BZ #12178]
49236 * locale/iso-639.def: Add wae entry.
49237 Patch by Kevin Bortis <bortis@translate-wae.ch>.
49238
2952b117
UD
49239 [BZ #12545]
49240 * locale/programs/localedef.c (construct_output_path): Use ssize_t
49241 for n.
49242
2a81eaa5
UD
49243 [BZ #12711]
49244 * locale/C-translit.h.in: Add entry for U20B9.
49245 Patch by pravin.d.s@gmail.com.
49246
28377d1b
UD
492472011-05-08 Ulrich Drepper <drepper@gmail.com>
49248
7fb90fb8
UD
49249 [BZ #12713]
49250 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
49251 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
49252 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
49253 in rtld. Use *stat64.
7fb90fb8 49254 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 49255 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 49256 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
49257 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
49258 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
49259 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
49260 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
49261 __fstatat64 macros.
7fb90fb8
UD
49262 * include/dirent.h: Add libc_hidden_proto for rewinddir.
49263 * dirent/rewinddir.c: Add libc_hidden_def.
49264 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 49265 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 49266
28377d1b
UD
49267 * include/dirent.h (__alloc_dir): Add flags parameter.
49268 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
49269 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
49270 __alloc_dir.
49271 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
49272 from fdopendir if O_CLOEXEC is already set.
49273
66bdbaa4
AM
492742011-03-15 Alan Modra <amodra@gmail.com>
49275
49276 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
49277 l_tls_firstbyte_offset non-zero. Save padding offset in
49278 l_tls_firstbyte_offset for later use.
49279 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
49280 freeing static tls block.
49281
95721191
JN
492822011-03-05 Jonathan Nieder <jrnieder@gmail.com>
49283
49284 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
49285 where #ifdef was intended. The intent is to prevent ARG_MAX from
49286 being defined by the kernel headers.
49287
f87dfb1f
UD
492882011-05-07 Ulrich Drepper <drepper@gmail.com>
49289
49290 [BZ #12734]
49291 * resolv/resolv.h: Define RES_NOTLDQUERY.
49292 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
49293 no-tld-query and set RES_NOTLDQUERY.
49294 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
49295 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
49296 modern BIND to search name as TLD unless forbidden.
49297
47c3cd7a
UD
492982011-05-07 Petr Baudis <pasky@suse.cz>
49299 Ulrich Drepper <drepper@gmail.com>
49300
49301 [BZ #12393]
49302 * elf/dl-load.c (fillin_rpath): Move trusted path check...
49303 (is_trusted_path): ...to here.
c1e9ea35 49304 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 49305 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 49306 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 49307
8a35c912
PP
493082011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
49309
49310 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
49311 __BEGIN/__END_DECLS.
49312
acd41f47
UD
493132011-05-06 Ulrich Drepper <drepper@gmail.com>
49314
49315 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
49316 NSS_STATUS_NOTFOUND if no record was found.
49317
597df647
AS
493182011-05-05 Andreas Schwab <schwab@redhat.com>
49319
49320 * sunrpc/Makefile (headers): Add rpc/netdb.h.
49321 (headers-not-in-tirpc): Remove rpc/netdb.h
49322 * resolv/netdb.h: Revert last change.
49323
b9af1301
PP
493242011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
49325
49326 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
49327 circular dependency between libgcc.a and libc.a.
49328
4e34d5f5
AS
493292011-05-05 Andreas Schwab <schwab@redhat.com>
49330
49331 * resolv/netdb.h: Don't include <rpc/netdb.h>.
49332 * nis/Makefile: Don't install rpcsvc/*.
49333 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
49334 instead of <rpc/types.h>.
49335 (MAXHOSTNAMELEN): Define.
49336
00ee369c
AS
493372011-05-03 Andreas Schwab <schwab@redhat.com>
49338
49339 * elf/ldconfig.c (add_dir): Don't crash on empty path.
49340
0b592a30
MB
493412011-04-28 Maciej Babinski <mbabinski@google.com>
49342
49343 [BZ #12714]
49344 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
49345 gethostbyname4_r when IPv6 results are possible.
49346
6e04cbbe
UD
493472011-05-02 Ulrich Drepper <drepper@gmail.com>
49348
49349 [BZ #12723]
49350 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
49351 _PC_PIPE_BUF handling.
49352
e4ecafe0
BH
493532011-04-30 Bruno Haible <bruno@clisp.org>
49354
49355 [BZ #12717]
49356 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
49357 * resolv/netdb.h (getnameinfo): Change type of flags parameter
49358 to 'int'.
49359 * inet/getnameinfo.c (getnameinfo): Likewise.
49360
125ee683
UD
493612011-04-29 Ulrich Drepper <drepper@gmail.com>
49362
49363 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
49364 to groups setting in database lookup.
49365 * nss/nsswitch.conf: Add initgroups entry.
49366
b722481a
EB
493672011-04-22 Ulrich Drepper <drepper@gmail.com>
49368
49369 [BZ #12685]
49370 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
49371 mode string.
49372 Patch by Eric Blake <eblake@redhat.com>.
49373
4df46dbd
L
493742011-04-20 H.J. Lu <hongjiu.lu@intel.com>
49375
49376 * sunrpc/Makefile (need-export-routines): Add svc_run.
49377 (routines): Remove svc_run.
49378 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
49379 * sunrpc/clnt_perr.c (clnt_perrno): Export.
49380 * sunrpc/svc_run.c (svc_run): Likewise.
49381 * sunrpc/svc_udp.c (svcudp_create): Likewise.
49382
e84142d2
UD
493832011-04-21 Ulrich Drepper <drepper@gmail.com>
49384
49385 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
49386 problem in reallocation in last patch.
49387
877175d8
UD
493882011-04-20 Ulrich Drepper <drepper@gmail.com>
49389
49390 * sunrpc/Makefile: Move inclusion of Rules.
49391
ab8eed78
UD
493922011-04-19 Ulrich Drepper <drepper@gmail.com>
49393
49394 * nss/nss_files/files-initgroups.c: New file.
49395 * nss/Makefile (libnss_files-routines): Add files-initgroups.
49396 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
49397 _nss_files_initgroups_dyn.
49398
e3d8f584
RS
493992011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
49400
49401 * elf/elf.h (R_ARM_IRELATIVE): Define.
49402
af190f45
UD
494032011-04-19 Ulrich Drepper <drepper@gmail.com>
49404
49405 * po/ru.po: Update from translation team.
49406
53cf59ef
UD
494072011-04-17 Ulrich Drepper <drepper@gmail.com>
49408
49409 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
49410 dependencies.
49411
4c559bcd
MF
494122011-02-06 Mike Frysinger <vapier@gentoo.org>
49413
49414 [BZ #12653]
49415 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49416 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49417 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49418 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49419 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49420
4420675c
AS
494212011-03-28 Andreas Schwab <schwab@linux-m68k.org>
49422
49423 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49424 differing bytes.
49425 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49426 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49427 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49428
75ea32ab
UD
494292011-04-17 Ulrich Drepper <drepper@gmail.com>
49430
49431 [BZ #12420]
49432 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49433 storing it.
49434 * stdlib/bug-getcontext.c: New file.
49435 * stdlib/Makefile: Add rules to build and run bug-getcontext.
49436
27390476
AK
494372011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49438
49439 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49440 instructions into .machine "z9-109".
49441 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49442 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49443
10442705
AK
494442011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49445
49446 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49447 between environment variables and auxiliary vector.
49448
7b57bfe5
UD
494492011-04-16 Ulrich Drepper <drepper@gmail.com>
49450
49451 * Makefile: Add rules to build linkobj/libc.so.
49452 * include/libc-symbols.h: Define libc_hidden_nolink.
49453 * include/rpc/auth.h: Mark functions which are to be hidden.
49454 * include/rpc/auth_des.h: Likewise.
49455 * include/rpc/auth_unix.h: Likewise.
49456 * include/rpc/clnt.h: Likewise.
49457 * include/rpc/des_crypt.h: Likewise.
49458 * include/rpc/key_prot.h: Likewise.
49459 * include/rpc/pmap_clnt.h: Likewise.
49460 * include/rpc/pmap_prot.h: Likewise.
49461 * include/rpc/pmap_rmt.h: Likewise.
49462 * include/rpc/rpc_msg.h: Likewise.
49463 * include/rpc/svc.h: Likewise.
49464 * include/rpc/svc_auth.h: Likewise.
49465 * include/rpc/xdr.h: Likewise.
49466 * nis/Makefile: Link all DSOs against linkobj/libc.so.
49467 * nss/Makefile: Likewise.
49468 * sunrpc/Makefile: Don't install headers. Build library with normal
49469 entry points. Don't build rpcinfo. Link RPC tests appropriately.
49470 * sunrpc/auth_des.c: Hide exported symbols by default, export some
49471 for the compat linking library. Remove use of INTDEF/INTUSE.
49472 * sunrpc/auth_none.c: Likewise.
49473 * sunrpc/auth_unix.c: Likewise.
49474 * sunrpc/authdes_prot.c: Likewise.
49475 * sunrpc/authuxprot.c: Likewise.
49476 * sunrpc/clnt_gen.c: Likewise.
49477 * sunrpc/clnt_perr.c: Likewise.
49478 * sunrpc/clnt_raw.c: Likewise.
49479 * sunrpc/clnt_simp.c: Likewise.
49480 * sunrpc/clnt_tcp.c: Likewise.
49481 * sunrpc/clnt_udp.c: Likewise.
49482 * sunrpc/clnt_unix.c: Likewise.
49483 * sunrpc/des_crypt.c: Likewise.
49484 * sunrpc/des_soft.c: Likewise.
49485 * sunrpc/get_myaddr.c: Likewise.
49486 * sunrpc/key_call.c: Likewise.
49487 * sunrpc/key_prot.c: Likewise.
49488 * sunrpc/netname.c: Likewise.
49489 * sunrpc/pm_getmaps.c: Likewise.
49490 * sunrpc/pm_getport.c: Likewise.
49491 * sunrpc/pmap_clnt.c: Likewise.
49492 * sunrpc/pmap_prot.c: Likewise.
49493 * sunrpc/pmap_prot2.c: Likewise.
49494 * sunrpc/pmap_rmt.c: Likewise.
49495 * sunrpc/publickey.c: Likewise.
49496 * sunrpc/rpc_cmsg.c: Likewise.
49497 * sunrpc/rpc_common.c: Likewise.
49498 * sunrpc/rpc_dtable.c: Likewise.
49499 * sunrpc/rpc_prot.c: Likewise.
49500 * sunrpc/rpc_thread.c: Likewise.
49501 * sunrpc/rtime.c: Likewise.
49502 * sunrpc/svc.c: Likewise.
49503 * sunrpc/svc_auth.c: Likewise.
49504 * sunrpc/svc_authux.c: Likewise.
49505 * sunrpc/svc_raw.c: Likewise.
49506 * sunrpc/svc_run.c: Likewise.
49507 * sunrpc/svc_simple.c: Likewise.
49508 * sunrpc/svc_tcp.c: Likewise.
49509 * sunrpc/svc_udp.c: Likewise.
49510 * sunrpc/svc_unix.c: Likewise.
49511 * sunrpc/svcauth_des.c: Likewise.
49512 * sunrpc/xcrypt.c: Likewise.
49513 * sunrpc/xdr.c: Likewise.
49514 * sunrpc/xdr_array.c: Likewise.
49515 * sunrpc/xdr_float.c: Likewise.
49516 * sunrpc/xdr_intXX_t.c: Likewise.
49517 * sunrpc/xdr_mem.c: Likewise.
49518 * sunrpc/xdr_rec.c: Likewise.
49519 * sunrpc/xdr_ref.c: Likewise.
49520 * sunrpc/xdr_sizeof.c: Likewise.
49521 * sunrpc/xdr_stdio.c: Likewise.
49522
e6c61494
UD
495232011-04-10 Ulrich Drepper <drepper@gmail.com>
49524
49525 [BZ #12650]
49526 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49527 * sysdeps/ia64/dl-tls.h: Likewise.
49528 * sysdeps/powerpc/dl-tls.h: Likewise.
49529 * sysdeps/s390/dl-tls.h: Likewise.
49530 * sysdeps/sh/dl-tls.h: Likewise.
49531 * sysdeps/sparc/dl-tls.h: Likewise.
49532 * sysdeps/x86_64/dl-tls.h: Likewise.
49533 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49534
34fe483e
AS
495352011-03-14 Andreas Schwab <schwab@redhat.com>
49536
49537 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49538 rpath element also skip the following colon.
49539 (expand_dynamic_string_token): Add is_path parameter and pass
49540 down to DL_DST_REQUIRED and _dl_dst_substitute.
49541 (decompose_rpath): Call expand_dynamic_string_token with
49542 non-zero is_path. Ignore empty rpaths.
49543 (_dl_map_object_from_fd): Call expand_dynamic_string_token
49544 with zero is_path.
49545
f12a32e6
AS
495462011-04-08 Andreas Schwab <schwab@linux-m68k.org>
49547
49548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49549 Make cancelable.
49550
38a7d692
UD
495512011-04-09 Ulrich Drepper <drepper@gmail.com>
49552
49553 [BZ #12655]
49554 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49555 Patch by Filipe David Manana <fdmanana@apache.org>.
49556
e451d22b
AS
495572011-04-07 Andreas Schwab <schwab@redhat.com>
49558
49559 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49560 Maintain aligned stack.
49561 (CHECK_RSP): Remove unused macro.
49562
dedc7c7b
UD
495632011-04-03 Ulrich Drepper <drepper@gmail.com>
49564
49565 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49566 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49567
94521213
UD
495682011-04-02 Ulrich Drepper <drepper@gmail.com>
49569
49570 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49571
8cb700c0 49572 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 49573
0354e355
L
495742011-03-26 H.J. Lu <hongjiu.lu@intel.com>
49575
49576 [BZ #12518]
49577 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49578 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49579 * sysdeps/x86_64/memmove.c: New file.
49580 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49581 (memcpy): Renamed to ...
49582 (__new_memcpy): This.
49583 (memcpy): Provide GLIBC_2_14 memcpy.
49584 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49585 (memcpy): Provide GLIBC_2_2_5 memcpy.
49586
8593482f
UD
495872011-04-01 Ulrich Drepper <drepper@gmail.com>
49588
49589 [BZ #12631]
49590 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49591
81a5726b
AS
495922011-03-30 Andreas Schwab <schwab@redhat.com>
49593
49594 * misc/syncfs.c: New file.
49595 * misc/Makefile (routines): Add syncfs.
49596 * posix/unistd.h: Declare syncfs.
49597 * sysdeps/unix/syscalls.list: Add syncfs.
49598
00e5419f
AS
495992011-04-01 Andreas Schwab <schwab@redhat.com>
49600
49601 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49602 open_by_handle_at.
49603 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49604 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49605 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49606 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49607 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49608 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49609 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49610
748876bf
UD
496112011-04-01 Ulrich Drepper <drepper@gmail.com>
49612
658e451d
UD
49613 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49614 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49615 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49616 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49617 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49618 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49619 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49620
748876bf
UD
49621 * io/Makefile: Compile fallocate.c, fallocate64.c, and
49622 sync_file_range.c with -fexceptions.
49623 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49624 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49625 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49626 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49627 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49628 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49629 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
49630 sync_file_range as cancellation point
49631 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
49632 now a wrapper around __call_sync_file_range with cancellation handling.
49633 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49634 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
49635 function name to __call_sync_file_range.
49636 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49637 Add call_sync_file_range.
748876bf 49638
6e63d5e1
AS
496392011-04-01 Andreas Schwab <schwab@redhat.com>
49640
49641 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 49642 bits/timex.h.
6e63d5e1 49643
46998f74
UD
496442011-04-01 Ulrich Drepper <drepper@gmail.com>
49645
4c1423ed
UD
49646 * iconv/iconv.h: Fix typo in comment.
49647 * io/fcntl.h: Likewise.
49648 * libio/stdio.h: Likewise.
49649 * posix/spawn.h: Likewise.
49650 * posix/unistd.h: Likewise.
49651 * stdlib/stdlib.h: Likewise.
49652 * time/time.h: Likewise.
49653 * wcsmbs/wchar.h: Likewise.
49654
158648c0
UD
49655 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49656 open_by_handle): Add.
49657 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49658 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
49659 Augment a few comments.
49660 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49661 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49662 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49663 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49664 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49665 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49666 open_by_handle.
49667
46998f74
UD
49668 * io/fcntl.h (AT_EMPTY_PATH): Define.
49669
83fe108b
UD
496702011-03-30 Ulrich Drepper <drepper@gmail.com>
49671
49672 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49673 * sysdeps/unix/sysv/linux/bits/time.h: New file.
49674 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49675 to...
49676 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
49677 * Versions.def: Add GLIBC_2.14.
49678 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49679 Export.
83fe108b 49680
bb242059
UD
496812011-03-22 Ulrich Drepper <drepper@gmail.com>
49682
49683 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49684 round counter.
49685 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49686
c97a1282
L
496872011-03-20 H.J. Lu <hongjiu.lu@intel.com>
49688
49689 [BZ #12597]
49690 * string/test-strncmp.c (do_page_test): New function.
49691 (check2): Likewise.
49692 (test_main): Call check2.
49693 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49694
2a115601
UD
496952011-03-20 Ulrich Drepper <drepper@gmail.com>
49696
49697 [BZ #12587]
49698 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49699 Handle cache information in CPU leaf 4.
49700 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49701
8126d904
UD
497022011-03-18 Ulrich Drepper <drepper@gmail.com>
49703
042c49c6 49704 [BZ #12583]
8126d904
UD
49705 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49706 character representation.
49707 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49708
ccfe366e
RA
497092011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
49710
49711 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49712 END(__isnan) to END(__isnanf) to match function entry point/label
49713 EALIGN(__isnanf,...).
49714
c6e13027
JJ
497152011-03-10 Jakub Jelinek <jakub@redhat.com>
49716
49717 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49718
33f85a3f
UD
497192011-03-10 Ulrich Drepper <drepper@gmail.com>
49720
028478fa
UD
49721 [BZ #12510]
49722 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49723 copy from the symbol referenced in the relocation to initialize the
49724 used variable.
49725 Patch by Piotr Bury <pbury@goahead.com>.
49726 * elf/Makefile: Add rules to build and tst-unique3.
49727 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49728 * elf/tst-unique3.cc: New file.
49729 * elf/tst-unique3.h: New file.
49730 * elf/tst-unique3lib.cc: New file.
49731 * elf/tst-unique3lib2.cc: New file.
49732
33f85a3f
UD
49733 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49734
03592fc7
MF
497352011-03-10 Mike Frysinger <vapier@gentoo.org>
49736
49737 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49738 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
49739 to _start.
03592fc7 49740
6a5ee102
UD
497412011-03-06 Ulrich Drepper <drepper@gmail.com>
49742
49743 * elf/dl-load.c (_dl_map_object): If we are looking for the first
49744 to-be-loaded object along a path to loader is ld.so.
49745
7e4ba49c
HJ
497462011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49747 Ulrich Drepper <drepper@gmail.com>
49748
49749 * sysdeps/x86_64/memset.S: After aligning destination, code
49750 branches to different locations depending on the value of
49751 misalignment, when multiarch is enabled. Fix this.
49752
497532011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49754
49755 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49756 Set _x86_64_preferred_memory_instruction for AMD processsors.
49757 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49758 Set bit_Prefer_SSE_for_memop for AMD processors.
49759
13a804de
UD
497602011-03-04 Ulrich Drepper <drepper@gmail.com>
49761
49762 * libio/fmemopen.c (fmemopen): Optimize a bit.
49763
9d25c392
AS
497642011-03-03 Andreas Schwab <schwab@redhat.com>
49765
49766 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49767
a5543c6a
RM
497682011-03-03 Roland McGrath <roland@redhat.com>
49769
49770 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49771
012d35f7
DM
497722011-02-28 Aurelien Jarno <aurelien@aurel32.net>
49773
7e4ba49c 49774 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
49775 __bzero_ultra1 instead of __memset_ultra1.
49776
4bff6e01
AS
497772011-02-23 Andreas Schwab <schwab@redhat.com>
49778 Ulrich Drepper <drepper@gmail.com>
49779
49780 [BZ #12509]
49781 * include/link.h (struct link_map): Add l_orig_initfini.
49782 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49783 returning unsuccessfully.
49784 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49785 close of a file loaded at startup, restore the original l_initfini
49786 list.
49787 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49788 list, store the pointer.
49789 * elf/Makefile ($(objpfx)noload-mem): New rule.
49790 (noload-ENV): Define.
49791 (tests): Add $(objpfx)noload-mem.
49792 * elf/noload.c: Include <memcheck.h>.
49793 (main): Call mtrace. Close all opened handles.
49794
f2092faf
AS
497952011-02-17 Andreas Schwab <schwab@redhat.com>
49796
49797 [BZ #12454]
49798 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49799 dependencies are missing.
49800
6c8a2e88
ST
498012011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
49802
f2092faf 49803 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
49804 Hurd needs munmap.
49805 * sysdeps/mach/hurd/ifreq.h: New file.
49806
84a42118
PB
498072011-01-27 Petr Baudis <pasky@suse.cz>
49808 Ulrich Drepper <drepper@gmail.com>
49809
071f805e 49810 [BZ 12445]#
84a42118
PB
49811 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49812 to extend_alloca().
49813 * stdio-common/bug23.c: New file.
49814 * stdio-common/Makefile (tests): Add bug23.
49815
e23fe25b
AS
498162010-09-28 Andreas Schwab <schwab@redhat.com>
49817 Ulrich Drepper <drepper@gmail.com>
49818
49819 [BZ #12489]
49820 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49821 before performing relro protection. At old place add assertion
49822 to make sure nothing changed.
49823
d3f02e10
NS
498242011-02-17 Nathan Sidwell <nathan@codesourcery.com>
49825 Glauber de Oliveira Costa <glommer@gmail.com>
49826
49827 * elf/elf.h: Add new ARM TLS relocs.
49828
d55fd7a5
RA
498292011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
49830
49831 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49832 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49833 cast from r3.
49834 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
49835 'tests' variable.
49836 * sysdeps/wordsize-64/tst-writev.c: New file.
49837
2206397e
RA
498382011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
49839
49840 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49841 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49842 insns in _dl_start to prevent a TOC reference before relocs are
49843 resolved.
49844
e9433893
UD
498452011-02-15 Ulrich Drepper <drepper@gmail.com>
49846
49847 [BZ #12469]
49848 * Makeconfig: Remove RANLIB definition.
49849 * Makerules: Don't use RANLIB.
49850 * aclocal.m4: Remove ranlib test.
49851 * configure.in: No need to check for ranlib.
49852 * elf/rtld-Rules: Don't use RANLIB.
49853
f75286c6
ST
498542011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
49855
8e31c82d
ST
49856 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49857 protection macro.
49858 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49859 inclusion protection macro.
49860
f75286c6
ST
49861 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49862 SIGRTMIN and SIGRTMAX and print information in that case only when
49863 SIGRTMIN is defined.
49864
c1d0e639
JJ
498652011-02-11 Jakub Jelinek <jakub@redhat.com>
49866
49867 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49868 arginfo fn returning -1.
49869
49870 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49871 and thousands string is zero terminated.
49872
edf9294e
AS
498732011-02-03 Andreas Schwab <schwab@redhat.com>
49874
49875 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49876 sysdeps/unix/sysv/linux/bits/socket.h.
49877
2b7e92df
ST
498782011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
49879
edf9294e
AS
49880 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49881 (__CPU_COUNT): Remove old macros.
49882 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49883 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49884 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
49885 (__sched_cpualloc, __sched_cpufree): Add declarations.
49886
a4c7ea7b
UD
498872011-02-05 Ulrich Drepper <drepper@gmail.com>
49888
49889 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49890 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49891 * nscd/aicache.c (addhstaiX): Return timeout of added value.
49892 (readdhstai): Return value of addhstaiX call.
49893 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49894 (addgrbyX): Return value returned by cache_addgr.
49895 (readdgrbyname): Return value returned by addgrbyX.
49896 (readdgrbygid): Likewise.
49897 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49898 (addpwbyX): Return value returned by cache_addpw.
49899 (readdpwbyname): Return value returned by addhstbyX.
49900 (readdpwbyuid): Likewise.
49901 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49902 (addservbyX): Return value returned by cache_addserv.
49903 (readdservbyname): Return value returned by addservbyX:
49904 (readdservbyport): Likewise.
49905 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49906 (addhstbyX): Return value returned by cache_addhst.
49907 (readdhstbyname): Return value returned by addhstbyX.
49908 (readdhstbyaddr): Likewise.
49909 (readdhstbynamev6): Likewise.
49910 (readdhstbyaddrv6): Likewise.
49911 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49912 (readdinitgroups): Return value returned by addinitgroupsX.
49913 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49914 (prune_cache): Keep track of timeout value of re-added entries.
49915 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49916 * nscd/nscd.h: Adjust prototypes of readd* functions.
49917
a0bf67cc
RM
499182011-02-04 Roland McGrath <roland@redhat.com>
49919
49920 * nis/nis_server.c (nis_servstate): Use the right name for 0.
49921 (nis_stats): Likewise.
49922 * nis/nis_modify.c (nis_modify): Likewise.
49923 * nis/nis_remove.c (nis_remove): Likewise.
49924 * nis/nis_add.c (nis_add): Likewise.
49925
49926 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49927
49928 * posix/fnmatch_loop.c: Add some consts.
49929
49930 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49931
435b95eb
L
499322011-02-02 H.J. Lu <hongjiu.lu@intel.com>
49933
49934 [BZ #12460]
49935 * config.make.in (config-cflags-novzeroupper): Define.
49936 * configure.in: Substitute libc_cv_cc_novzeroupper.
49937 * elf/Makefile (AVX-CFLAGS): Define.
49938 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49939 (CFLAGS-tst-auditmod4a.c): Likewise.
49940 (CFLAGS-tst-auditmod4b.c): Likewise.
49941 (CFLAGS-tst-auditmod6b.c): Likewise.
49942 (CFLAGS-tst-auditmod6c.c): Likewise.
49943 (CFLAGS-tst-auditmod7b.c): Likewise.
49944 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49945
8517b15e
UD
499462011-02-02 Ulrich Drepper <drepper@gmail.com>
49947
49948 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49949 function to the callback.
49950 Patch partly by Jiri Olsa <jolsa@redhat.com>.
49951
10a656fe
AS
499522011-02-02 Andreas Schwab <schwab@redhat.com>
49953
49954 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49955 of errno.
49956
968dad0a
UD
499572011-01-19 Ulrich Drepper <drepper@gmail.com>
49958
9f94d2ea 49959 [BZ #11724]
968dad0a
UD
49960 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49961 of constructors.
49962 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49963 of destructors.
49964 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49965
49966 [BZ #11724]
49967 * elf/Makefile: Add rules to build and run new test.
49968 * elf/tst-initorder.c: New file.
49969 * elf/tst-initorder.exp: New file.
49970 * elf/tst-initordera1.c: New file.
49971 * elf/tst-initordera2.c: New file.
49972 * elf/tst-initordera3.c: New file.
49973 * elf/tst-initordera4.c: New file.
49974 * elf/tst-initorderb1.c: New file.
49975 * elf/tst-initorderb2.c: New file.
49976 * elf/tst-order-a1.c: New file.
49977 * elf/tst-order-a2.c: New file.
49978 * elf/tst-order-a3.c: New file.
49979 * elf/tst-order-a4.c: New file.
49980 * elf/tst-order-b1.c: New file.
49981 * elf/tst-order-b2.c: New file.
49982 * elf/tst-order-main.c: New file.
49983 New test case by George Gensure <werkt0@gmail.com>.
49984
86e92359
UD
499852010-10-01 Andreas Schwab <schwab@redhat.com>
49986
49987 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49988 decoding ACE if AI_CANONIDN.
49989
5d5732b0
UD
499902011-01-18 Ulrich Drepper <drepper@gmail.com>
49991
49992 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49993
a77e8cbc
UD
499942011-01-17 Ulrich Drepper <drepper@gmail.com>
49995
6392473f
UD
49996 * version.h (RELEASE): Bump for 2.13 release.
49997 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49998
620a0529
UD
49999 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
50000
18ba70a5
UD
50001 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
50002 MADV_NOHUGEPAGE.
32465c3e
UD
50003 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
50004 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
50005 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
50006 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
50007 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
50008 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50009
c0dafcf1
UD
50010 * posix/getconf.c: Update copyright year.
50011 * catgets/gencat.c: Likewise.
50012 * csu/version.c: Likewise.
50013 * debug/catchsegv.sh: Likewise.
50014 * debug/xtrace.sh: Likewise.
50015 * elf/ldconfig.c: Likewise.
50016 * elf/ldd.bash.in: Likewise.
50017 * elf/sprof.c (print_version): Likewise.
50018 * iconv/iconv_prog.c: Likewise.
50019 * iconv/iconvconfig.c: Likewise.
50020 * locale/programs/locale.c: Likewise.
50021 * locale/programs/localedef.c: Likewise.
50022 * malloc/memusage.sh: Likewise.
50023 * malloc/mtrace.pl: Likewise.
50024 * nscd/nscd.c (print_version): Likewise.
50025 * nss/getent.c: Likewise.
50026
a77e8cbc
UD
50027 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
50028 PF_CAIF, and PF_ALG.
50029 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50030
77e8bddf
AS
500312011-01-16 Andreas Schwab <schwab@linux-m68k.org>
50032
1f20b93a
AS
50033 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
50034 (modules-names): Use them.
50035 (ifunc-test-modules, ifunc-pie-tests): Define.
50036 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
50037 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
50038 (test-extras): Likewise.
50039 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
50040 $(compile-command.c).
50041 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
50042 (all-built-dso): Define.
50043 (check-textrel.out, check-execstack.out): Depend on it.
50044
77e8bddf
AS
50045 * configure.in: Don't override --enable-multi-arch.
50046
bc425b33
UD
500472011-01-15 Ulrich Drepper <drepper@gmail.com>
50048
50049 [BZ #6812]
50050 * nscd/hstcache.c (tryagain): Define.
50051 (cache_addhst): Return tryagain not notfound for temporary errors.
50052 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
50053 failed.
50054
794c3ad3
UD
500552011-01-14 Ulrich Drepper <drepper@gmail.com>
50056
70181fdd
UD
50057 [BZ #10563]
50058 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
50059 to make the syscall.
50060 * sysdeps/unix/sysv/linux/setgroups.c: New file.
50061
794c3ad3
UD
50062 [BZ #12378]
50063 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
50064 and fall back to matching as normal character if the string ends before
50065 the matching ']' is found. This is what POSIX requires.
50066 * posix/testfnm.c: Adjust test result.
50067 * posix/globtest.sh: Adjust test result. Add new test.
50068 * posix/tst-fnmatch.input: Likewise.
50069 * posix/tst-fnmatch2.c: Add new test.
50070
68dc9497
AS
500712010-12-28 Andreas Schwab <schwab@linux-m68k.org>
50072
50073 * elf/Makefile (check-execstack): Revert last change. Depend on
50074 check-execstack.h.
50075 (check-execstack.h): New target.
50076 (generated): Add check-execstack.h.
50077 * elf/check-execstack.c: Include "check-execstack.h".
50078 (main): Revert last change.
50079 (handle_file): Return zero if GNU_STACK is absent and
50080 DEFAULT_STACK_PERMS doesn't include PF_X.
50081
451f001b
UD
500822011-01-13 Ulrich Drepper <drepper@gmail.com>
50083
cfa28e56
UD
50084 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
50085 in child fails because the descriptor is already closed.
8cf8ce17
UD
50086 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
50087 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
50088 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 50089
1086d70d
UD
50090 [BZ #12397]
50091 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
50092 syscall.
50093
451f001b
UD
50094 [BZ #10484]
50095 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
50096 temporary buffer used to handle multi lookups locally.
a85b5cb4 50097 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 50098
08769175
UD
500992011-01-12 Ulrich Drepper <drepper@gmail.com>
50100
50101 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
50102 loader is ld.so.
50103
5e49c52e
UD
501042011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
50105
50106 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
50107 alignment for SSE2.
50108
60522a5f
UD
501092011-01-12 Ulrich Drepper <drepper@gmail.com>
50110
50111 [BZ #12394]
50112 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
50113 characters. When rounding increased number of integer digits recompute
50114 number of groups.
50115 * stdio-common/tst-grouping.c: New file.
50116 * stdio-common/Makefile: Add rules to build and run tst-grouping.
50117
f257bbd7
UD
501182011-01-09 Ulrich Drepper <drepper@gmail.com>
50119
50120 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
50121 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
50122
50123 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
50124 void.
50125 * bits/select.h: Likewise.
50126
fa9c15cb
UD
501272011-01-08 Ulrich Drepper <drepper@gmail.com>
50128
50129 * po/ja.po: Update from translation team.
50130
16c2895f
DM
501312011-01-04 David S. Miller <davem@sunset.davemloft.net>
50132
50133 [BZ #11155]
50134 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
50135 implementation just like for lxstat, fxstatat, et al.
50136
2543fef2
JM
501372010-12-27 Jim Meyering <meyering@redhat.com>
50138
50139 [BZ #12348]
50140 * posix/regexec.c (build_trtable): Return failure indication upon
50141 calloc failure. Otherwise, re_search_internal could infloop on OOM.
50142
98727dbe
UD
501432010-12-25 Ulrich Drepper <drepper@gmail.com>
50144
5bd6dc5c
UD
50145 [BZ #12201]
50146 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
50147 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
50148 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
50149 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
50150
97983464
UD
50151 [BZ #12207]
50152 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
50153
98727dbe
UD
50154 [BZ #12204]
50155 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
50156 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
50157
4a531bb0
L
501582010-12-15 H.J. Lu <hongjiu.lu@intel.com>
50159
50160 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
50161 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
50162 script has SORT_BY_INIT_PRIORITY.
50163 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
50164 NO_CTORS_DTORS_SECTIONS is defined.
50165 * elf/soinit.c: Likewise.
50166 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
50167 NO_CTORS_DTORS_SECTIONS is defined.
50168 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
50169 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
50170 * sysdeps/sh/init-first.c: Likewise.
50171 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
50172
07eb4b71
UD
501732010-12-24 Ulrich Drepper <drepper@gmail.com>
50174
50175 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
50176 always use the slow path.
50177
30950a5f
RA
501782010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
50179
50180 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
50181 similar rule which adds the sysdep directories to the header search in
50182 order to pick up the correct platform stackinfo.h.
50183 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
50184 perform test if it is, otherwise return successfully without testing.
50185 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
50186 DEFAULT_STACK_PERMS define in stackinfo.h.
50187 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
50188 defined in stackinfo.h.
50189 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
50190 DEFAULT_STACK_PERMS defined in stackinfo.h.
50191 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
50192 * sysdeps/ia64/stackinfo.h: Likewise.
50193 * sysdeps/s390/stackinfo.h: Likewise.
50194 * sysdeps/sh/stackinfo.h: Likewise.
50195 * sysdeps/sparc/stackinfo.h: Likewise.
50196 * sysdeps/x86_64/stackinfo.h: Likewise.
50197 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
50198 PF_X for powerpc64. Retain PF_X for powerpc32.
50199
db753e2c
UD
502002010-12-19 Ulrich Drepper <drepper@gmail.com>
50201
14b697f7
UD
50202 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
50203 accurately.
db753e2c
UD
50204 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
50205 GETDENTS_64BIT_ALIGNED.
50206
28300719
UD
502072010-12-14 Ulrich Drepper <dreper@gmail.com>
50208
14b697f7 50209 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 50210
4f197237
AS
502112010-12-10 Andreas Schwab <schwab@redhat.com>
50212
dbb0472f
AS
50213 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
50214 _GNU_SOURCE.
50215
4f197237
AS
50216 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
50217 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
50218 Remove __restrict.
50219 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
50220 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
50221
fb88ac72
UD
502222010-12-09 Ulrich Drepper <drepper@gmail.com>
50223
50224 [BZ #11655]
50225 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
50226 are initialized.
50227
42acbb92
JJ
502282010-12-09 Jakub Jelinek <jakub@redhat.com>
50229
50230 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
50231
c038d98d
UD
502322010-12-03 Ulrich Drepper <drepper@gmail.com>
50233
50234 * po/it.po: Update from translation team.
50235
3a4a2499
L
502362010-12-01 H.J. Lu <hongjiu.lu@intel.com>
50237
50238 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
50239 unused codes.
50240
1e24cf6e
UD
502412010-11-30 Ulrich Drepper <drepper@gmail.com>
50242
50243 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
50244
a7690819
AS
502452010-11-24 Andreas Schwab <schwab@redhat.com>
50246
50247 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
50248 specially.
50249 (gaih_getanswer_slice): Likewise.
50250
3bf8d1b1
JJ
502512010-10-20 Jakub Jelinek <jakub@redhat.com>
50252
50253 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
50254
6db52fbb
PB
502552010-05-31 Petr Baudis <pasky@suse.cz>
50256
50257 [BZ #11149]
50258 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
50259 silently even in the chroot mode.
50260
eaca7569
UD
502612010-11-22 Ulrich Drepper <drepper@gmail.com>
50262
50263 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
50264 last patch a bit. Pretty printing
50265
3056dcdb
UD
502662010-05-31 Petr Baudis <pasky@suse.cz>
50267
50268 [BZ #10085]
50269 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
50270 initialization of skip_initgroups_dyn.
50271
cf7c9078
UD
502722010-11-19 Ulrich Drepper <drepper@gmail.com>
50273
50274 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
50275 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50276
a1fb5e3e
UD
502772010-11-16 Ulrich Drepper <drepper@gmail.com>
50278
50279 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
50280
3540d66b
AS
502812010-11-11 Andreas Schwab <schwab@redhat.com>
50282
50283 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
50284 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
50285 (tst-fnmatch-ENV): Set MALLOC_TRACE.
50286 ($(objpfx)tst-fnmatch-mem): New rule.
50287 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
50288 * posix/tst-fnmatch.c (main): Call mtrace.
50289
13b69574
L
502902010-11-11 H.J. Lu <hongjiu.lu@intel.com>
50291
50292 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50293 Support Intel processor model 6 and model 0x2c.
50294
da93d214
LM
502952010-11-10 Luis Machado <luisgpm@br.ibm.com>
50296
50297 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
50298 signed comparison.
50299
8ca52c6e
L
503002010-11-09 H.J. Lu <hongjiu.lu@intel.com>
50301
50302 [BZ #12205]
50303 * string/test-strncasecmp.c (check_result): New function.
50304 (do_one_test): Use it.
50305 (check1): New function.
50306 (test_main): Use it.
50307 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
50308 Support strcasecmp and strncasecmp.
50309
69da074d
UD
503102010-11-08 Ulrich Drepper <drepper@gmail.com>
50311
50312 [BZ #12194]
50313 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
50314 * sysdeps/x86_64/bits/byteswap.h: Likewise.
50315
ff02d528
L
503162010-11-07 H.J. Lu <hongjiu.lu@intel.com>
50317
50318 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
50319 IFUNC support.
50320 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50321 memset-x86-64.
50322 * sysdeps/x86_64/multiarch/bzero.S: New file.
50323 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
50324 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
50325 * sysdeps/x86_64/multiarch/memset.S: New file.
50326 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
50327 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50328 Set bit_Prefer_SSE_for_memop for Intel processors.
50329 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
50330 Define.
50331 (index_Prefer_SSE_for_memop): Define.
50332 (HAS_PREFER_SSE_FOR_MEMOP): Define.
50333
344d0b54
LM
503342010-11-04 Luis Machado <luisgpm@br.ibm.com>
50335
50336 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
50337 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
50338
c0dde15b
UD
503392010-11-03 H.J. Lu <hongjiu.lu@intel.com>
50340
50341 [BZ #12191]
50342 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50343 (__x86_64_raw_data_cache_size_half): Likewise.
50344 (__x86_64_raw_shared_cache_size): Likewise.
50345 (__x86_64_raw_shared_cache_size_half): Likewise.
50346
50347 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50348 (__x86_64_raw_data_cache_size_half): Likewise.
50349 (__x86_64_raw_shared_cache_size): Likewise.
50350 (__x86_64_raw_shared_cache_size_half): Likewise.
50351 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
50352 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
50353 and __x86_64_raw_shared_cache_size_half. Round
50354 __x86_64_data_cache_size_half, __x86_64_data_cache_size
50355 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
50356 to multiple of 256 bytes.
50357
0e516e0e
MS
503582010-11-03 Ulrich Drepper <drepper@gmail.com>
50359
50360 [BZ #12167]
50361 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
50362 of inacessible symlinks. Verify result of symlink before returning it.
50363 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
50364 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
50365
0e012e87
ER
503662010-10-28 Erich Ritz <erichritz@gmail.com>
50367
50368 * math/math.h (isinf): Fix typo in comment.
50369
de0ff7bc
UD
503702010-11-01 Ulrich Drepper <drepper@gmail.com>
50371
50372 * po/da.po: Update from translation team.
50373
fa41c84d
UD
503742010-10-26 Ulrich Drepper <drepper@gmail.com>
50375
50376 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
50377 is added to the list.
50378
f0967738
AK
503792010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50380 Ulrich Drepper <drepper@gmail.com>
50381
50382 * elf/dl-object.c (_dl_new_object): Don't append the new object to
50383 the global list here. Move code to...
50384 (_dl_add_to_namespace_list): ...here. New function.
50385 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
50386 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
50387 * elf/dl-load.c (lose): Don't remove the element from the list.
50388 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
50389 (_dl_map_object): Likewise.
50390
503912010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
50392
50393 [BZ #12159]
50394 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
50395 into all bytes of SSE register.
50396 Patch by Richard Li <richardpku@gmail.com>.
50397
f0967738 503982010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
50399
50400 [BZ #12140]
50401 * malloc/malloc.c (_int_free): Fill correct number of bytes when
50402 perturbing.
50403
d0b9e94f
MB
504042010-10-20 Michael B. Brutman <brutman@us.ibm.com>
50405
50406 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
50407 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
50408 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
50409 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50410 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50411 submachine.
50412 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50413
8e9f92e9
AS
504142010-10-22 Andreas Schwab <schwab@redhat.com>
50415
50416 * include/dlfcn.h (__RTLD_SECURE): Define.
50417 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
50418 mode & __RTLD_SECURE instead.
50419 (open_path): Rename preloaded parameter to secure.
50420 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50421 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50422 * elf/dl-deps.c (openaux): Likewise.
50423 * elf/rtld.c (struct map_args): Remove is_preloaded.
50424 (map_doit): Don't use it.
50425 (dl_main): Likewise.
50426 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50427 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50428
bc96fbda
AS
504292010-09-09 Andreas Schwab <schwab@redhat.com>
50430
50431 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50432 (sysd-rules-targets): Remove duplicates.
50433 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50434 rtld-%.$o dependency.
50435
22cd1c9b
AS
504362010-10-18 Andreas Schwab <schwab@redhat.com>
50437
50438 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50439 _dl_map_object do it.
50440
18edac48
UD
504412010-10-19 Ulrich Drepper <drepper@gmail.com>
50442
50443 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50444 fast fma builtins, define the macros in the C99 standard.
50445 (FP_FAST_FMAF): Likewise.
50446 (FP_FAST_FMAL): Likewise.
50447 * sysdeps/x86_64/bits/mathdef.h: Likewise.
50448
50449 * bits/mathdef.h: Update copyright year.
50450 * sysdeps/powerpc/bits/mathdef.h: Likewise.
50451
d2050124
MM
504522010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
50453
50454 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50455 builtins, define the macros in the C99 standard.
50456 (FP_FAST_FMAF): Likewise.
50457 (FP_FAST_FMAL): Likewise.
50458 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50459 multiply/add.
50460 (FP_FAST_FMAF): Likewise.
50461
475facd1
JJ
504622010-10-15 Jakub Jelinek <jakub@redhat.com>
50463
50464 [BZ #3268]
50465 * math/libm-test.inc (fma_test): Some new testcases.
50466 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50467 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50468 y and infinite z. Do multiplication by C already in long double.
50469 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50470 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50471 y and infinite z. Do bitwise or of inexact bit into u.d.
50472 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50473 * sysdeps/i386/fpu/s_fmaf.S: Removed.
50474 * sysdeps/i386/fpu/s_fma.S: Removed.
50475 * sysdeps/i386/fpu/s_fmal.S: Removed.
50476
7c08a05c
JJ
504772010-10-16 Jakub Jelinek <jakub@redhat.com>
50478
50479 [BZ #3268]
50480 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50481 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50482 computation is not scheduled after fetestexcept. Fix value
50483 of minimum denormal long double.
50484
f3f7372d
JJ
504852010-10-14 Jakub Jelinek <jakub@redhat.com>
50486
50487 [BZ #3268]
50488 * math/libm-test.inc (fma_test): Add some more tests.
50489 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50490 correctly.
50491
14d43591
AS
504922010-10-15 Andreas Schwab <schwab@redhat.com>
50493
50494 * scripts/data/localplt-s390-linux-gnu.data: New file.
50495 * scripts/data/localplt-s390x-linux-gnu.data: New file.
50496
5e908464
JJ
504972010-10-13 Jakub Jelinek <jakub@redhat.com>
50498
50499 [BZ #3268]
50500 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50501 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50502 instead of dbl-64.
50503 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50504 inlines.
50505 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50506 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50507 if one of x and y is very large and the other is subnormal.
50508 * sysdeps/s390/fpu/s_fmaf.c: New file.
50509 * sysdeps/s390/fpu/s_fma.c: New file.
50510 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50511 * sysdeps/powerpc/fpu/s_fma.S: New file.
50512 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50513 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50514 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50515
505162010-10-12 Jakub Jelinek <jakub@redhat.com>
50517
50518 [BZ #3268]
50519 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50520 fma tests.
50521 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50522 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50523 * sysdeps/i386/i686/multiarch/s_fma.c: Include
50524 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50525 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50526 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50527 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50528
b833d51f
UD
505292010-10-12 Ulrich Drepper <drepper@redhat.com>
50530
50531 [BZ #12078]
50532 * posix/regcomp.c (parse_branch): One more memory leak plugged.
50533 * posix/bug-regex31.input: Add test case.
50534
1751705d
UD
505352010-10-11 Ulrich Drepper <drepper@gmail.com>
50536
e9b9cbf5
UD
50537 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50538 * posix/bug-regex31.input: New file.
50539
50540 [BZ #12078]
50541 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50542 (parse_sub_exp): Fix last change, use postorder.
50543
ef06edbe
UD
50544 * posix/bug-regex31.c: New file.
50545 * posix/Makefile: Add rules to build and run bug-regex31.
50546
a129c80d
UD
50547 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50548
50549 [BZ #12078]
50550 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50551
b76b818e
UD
50552 [BZ #12108]
50553 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50554 to have entries in sys_siglist.
50555
1751705d
UD
50556 [BZ #12093]
50557 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50558 be NULL.
50559
9ff8d36f
JJ
505602010-10-07 Jakub Jelinek <jakub@redhat.com>
50561
50562 [BZ #3268]
50563 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50564 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50565 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50566 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50567 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50568 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50569 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50570 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50571 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50572 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50573 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50574 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50575 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50576 * math/ftestexcept.c (fetestexcept): Likewise.
50577 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50578 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50579 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50580 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50581 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50582 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50583 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50584
af325969
UD
505852010-10-11 Ulrich Drepper <drepper@gmail.com>
50586
c579b202 50587 [BZ #12107]
af325969
UD
50588 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50589 newline.
50590
67a67b95
UD
505912010-10-06 Ulrich Drepper <drepper@gmail.com>
50592
50593 * string/bug-strstr1.c: New file.
50594 * string/Makefile: Add rules to build and run bug-strstr1.
50595
5fb308bc
EB
505962010-10-05 Eric Blake <eblake@redhat.com>
50597
50598 [BZ #12092]
50599 * string/str-two-way.h (two_way_long_needle): Always clear memory
50600 when skipping input due to the shift table.
50601
45db99c7
UD
506022010-10-03 Ulrich Drepper <drepper@gmail.com>
50603
3b111893
UD
50604 [BZ #12005]
50605 * malloc/mcheck.c: Handle large requests.
50606
45db99c7
UD
50607 [BZ #12077]
50608 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50609 for strncmp and strncasecmp.
50610 * string/stratcliff.c: Add tests for strcmp and strncmp.
50611 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50612
cf7a1eb8
NI
506132010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50614
50615 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50616 __set_fpscr.
50617
6484ba5e
AJ
506182010-09-30 Andreas Jaeger <aj@suse.de>
50619
50620 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50621 (CGROUP_SUPER_MAGIC): Define.
50622 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50623 Handle btrfs and cgroup file systems.
50624 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50625 Likewise.
50626
91c42559
LM
506272010-09-27 Luis Machado <luisgpm@br.ibm.com>
50628
50629 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50630 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50631
87a97932
AK
506322010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50633
50634 [BZ #12067]
50635 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50636 trying to locate the ELF header.
50637
c21cc9bc
AS
506382010-09-27 Andreas Schwab <schwab@redhat.com>
50639
50640 [BZ #11611]
50641 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50642 Mask out sign-bit copies when constructing f_fsid.
50643
315970f6
PB
506442010-09-24 Petr Baudis <pasky@suse.cz>
50645
50646 * debug/stack_chk_fail_local.c: Add missing licence exception.
50647 * debug/warning-nop.c: Likewise.
50648
1ac7a2c7
JM
506492010-09-15 Joseph Myers <joseph@codesourcery.com>
50650
50651 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50652 implementing getdents64 using getdents syscall, set d_type if
50653 __ASSUME_GETDENTS32_D_TYPE.
50654
56801c50
AS
506552010-09-16 Andreas Schwab <schwab@redhat.com>
50656
50657 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50658 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50659
dda51327
UD
506602010-09-21 Ulrich Drepper <drepper@redhat.com>
50661
50662 [BZ #12037]
50663 * posix/unistd.h: Undo change of feature selection for ftruncate from
50664 2010-01-11.
50665
8ffcee4a
UD
506662010-09-20 Ulrich Drepper <drepper@redhat.com>
50667
a545ecd9 50668 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
50669 detection.
50670
e24f0a8b
AS
506712010-09-20 Andreas Schwab <schwab@redhat.com>
50672
50673 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50674 fanotify_mark.
50675 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50676
7291c56f
AS
506772010-09-14 Andreas Schwab <schwab@redhat.com>
50678
50679 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50680 variables after CHECK_SP call.
50681 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50682
bc5fb037
AS
506832010-09-13 Andreas Schwab <schwab@redhat.com>
50684 Ulrich Drepper <drepper@redhat.com>
50685
50686 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50687 re-relocationg ld.so.
50688 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50689 _dl_init_paths call.
50690 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
50691 here anymore.
50692
e66e7419
UD
506932010-09-14 Ulrich Drepper <drepper@redhat.com>
50694
50695 * resolv/res_init.c (__res_vinit): Count the default server we added.
50696
c044aa75
CLT
506972010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
50698 Ulrich Drepper <drepper@redhat.com>
50699
50700 [BZ #11968]
50701 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50702 (____longjmp_chk): Use %ebx for saving value across system call.
50703 Add unwind info.
50704
32cf4069
AS
507052010-09-06 Andreas Schwab <schwab@redhat.com>
50706
50707 * manual/Makefile: Don't mix pattern rules with normal rules.
50708
817328ee
AS
507092010-09-05 Andreas Schwab <schwab@linux-m68k.org>
50710
50711 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50712 operation.
50713 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50714 * libio/iofopncook.c (_IO_cookie_init): Likewise.
50715 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50716 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50717 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50718 Likewise.
50719
29fddf61
UD
507202010-09-04 Ulrich Drepper <drepper@redhat.com>
50721
50722 [BZ #11979]
50723 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50724 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50725
0959ffc9
UD
507262010-09-02 Ulrich Drepper <drepper@redhat.com>
50727
50728 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50729 * sysdeps/x86_64/addmul_1.S: Likewise.
50730 * sysdeps/x86_64/lshift.S: Likewise.
50731 * sysdeps/x86_64/mul_1.S: Likewise.
50732 * sysdeps/x86_64/rshift.S: Likewise.
50733 * sysdeps/x86_64/sub_n.S: Likewise.
50734 * sysdeps/x86_64/submul_1.S: Likewise.
50735
ece29840
ST
507362010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
50737
0959ffc9
UD
50738 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50739 Define __sched_param instead of SCHED_* and sched_param when
ece29840 50740 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 50741 * bits/sched.h [__need_schedparam]
ece29840 50742 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
50743 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50744 (__defined_schedparam): Define to 1.
ece29840
ST
50745 (__sched_param): New structure, identical to sched_param.
50746 (__need_schedparam): Undefine.
50747
e53a31fe
MF
507482010-08-31 Mike Frysinger <vapier@gentoo.org>
50749
fdc0c10d
MF
50750 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50751 (epoll_create1): Declare.
50752
e53a31fe
MF
50753 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50754
a726d796
AS
507552010-08-31 Andreas Schwab <schwab@redhat.com>
50756
50757 [BZ #7066]
50758 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50759 shifting retval into place.
50760
2f3e3dc7
UD
507612010-09-01 Ulrich Drepper <drepper@redhat.com>
50762
f2933da9
UD
50763 * nis/rpcsvc/nis.h: Update copyright notice.
50764 * nis/rpcsvc/nis.x: Likewise.
50765 * nis/rpcsvc/nis_callback.h: Likewise.
50766 * nis/rpcsvc/nis_callback.x: Likewise.
50767 * nis/rpcsvc/nis_object.x: Likewise.
50768 * nis/rpcsvc/nis_tags.h: Likewise.
50769 * nis/rpcsvc/yp.h: Likewise.
50770 * nis/rpcsvc/yp.x: Likewise.
50771 * nis/rpcsvc/ypupd.h: Likewise.
50772 * nis/yp_xdr.c: Likewise.
50773 * nis/ypupdate_xdr.c: Likewise.
50774
2f3e3dc7
UD
50775 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
50776 mainly the body of pmap_getport. Add parameters to specify timeouts.
50777 (pmap_getport): Use __libc_rpc_getport.
50778 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50779 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50780 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50781
f3dcc2f9
AS
507822010-08-31 Andreas Schwab <schwab@linux-m68k.org>
50783
50784 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50785 fanotify_mark.
50786
6d34eb5b
RM
507872010-08-27 Roland McGrath <roland@redhat.com>
50788
50789 * sysdeps/i386/i686/multiarch/Makefile
50790 (CFLAGS-varshift.c): New variable.
50791
9ea3de11
UD
507922010-08-27 Ulrich Drepper <drepper@redhat.com>
50793
c96d23fc
UD
50794 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50795 * sysdeps/i386/i686/multiarch/varshift.c: New file.
50796
9ea3de11
UD
50797 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50798
50799 * sysdeps/x86_64/strlen.S: Minimal code improvement.
50800
623aac7f
L
508012010-08-26 H.J. Lu <hongjiu.lu@intel.com>
50802
50803 * sysdeps/x86_64/strlen.S: Unroll the loop.
50804 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50805 strlen-sse2 strlen-sse2-bsf.
50806 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50807 __strlen_no_bsf if bit_Slow_BSF is set.
50808 (__strlen_sse42): Removed.
50809 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50810 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50811
8b2b7715
RM
508122010-08-25 Roland McGrath <roland@redhat.com>
50813
50814 * sysdeps/x86_64/multiarch/varshift.S: File removed.
50815 * sysdeps/x86_64/multiarch/varshift.c: New file.
50816 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50817 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50818 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50819 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50820
e73015f2
L
508212010-08-25 H.J. Lu <hongjiu.lu@intel.com>
50822
50823 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50824 strlen-sse2 strlen-sse2-bsf.
50825 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50826 __strlen_sse2_bsf if bit_Slow_BSF is unset.
50827 (__strlen_sse2): Removed.
50828 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50829 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50830 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50831 bit_Slow_BSF for Atom.
50832 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50833 (index_Slow_BSF): Define.
50834 (HAS_SLOW_BSF): Define.
50835
df24a73e
UD
508362010-08-25 Ulrich Drepper <drepper@redhat.com>
50837
50838 [BZ #10851]
50839 * resolv/res_init.c (__res_vinit): When no server address at all
50840 is given default to loopback.
50841
f2ac4868
RM
508422010-08-24 Roland McGrath <roland@redhat.com>
50843
09055553
RM
50844 * configure.in: Remove config-name.h generation.
50845 * configure: Regenerated.
50846 * config-name.in: File removed.
50847 * scripts/config-uname.sh: New file.
50848 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50849 ($(objdir)config-name.h): New target.
50850
f2ac4868
RM
50851 * sunrpc/rpc_parse.h: Avoid nested comment.
50852
73f27d5e
RH
508532010-08-24 Richard Henderson <rth@redhat.com>
50854 Ulrich Drepper <drepper@redhat.com>
50855 H.J. Lu <hongjiu.lu@intel.com>
50856
50857 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50858 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50859 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50860 Replace _mm_srli_si128 with __m128i_shift_right. Replace
50861 _mm_alignr_epi8 with _mm_loadu_si128.
50862 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50863 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50864 (__m128i_shift_right): Removed.
50865 * sysdeps/i386/i686/multiarch/varshift.h: New file.
50866 * sysdeps/i386/i686/multiarch/varshift.S: New file.
50867 * sysdeps/x86_64/multiarch/varshift.h: New file.
50868 * sysdeps/x86_64/multiarch/varshift.S: New file.
50869
84b9230c
MF
508702010-08-21 Mike Frysinger <vapier@gentoo.org>
50871
50872 * configure.in: Move assembler checks to before sysdep dir checking.
50873
9bbd0ddc
PB
508742010-08-20 Petr Baudis <pasky@suse.cz>
50875
50876 * LICENSES: Sync the sunrpc license.
50877
9da4bb31
UD
508782010-08-19 Ulrich Drepper <drepper@redhat.com>
50879
a7ab6ec8
UD
50880 * sunrpc/auth_des.c: Update copyright notice once again.
50881 * sunrpc/auth_none.c: Likewise.
50882 * sunrpc/auth_unix.c: Likewise.
50883 * sunrpc/authdes_prot.c: Likewise.
50884 * sunrpc/authuxprot.c: Likewise.
50885 * sunrpc/bindrsvprt.c: Likewise.
50886 * sunrpc/clnt_gen.c: Likewise.
50887 * sunrpc/clnt_perr.c: Likewise.
50888 * sunrpc/clnt_raw.c: Likewise.
50889 * sunrpc/clnt_simp.c: Likewise.
50890 * sunrpc/clnt_tcp.c: Likewise.
50891 * sunrpc/clnt_udp.c: Likewise.
50892 * sunrpc/clnt_unix.c: Likewise.
50893 * sunrpc/des_crypt.c: Likewise.
50894 * sunrpc/des_soft.c: Likewise.
50895 * sunrpc/get_myaddr.c: Likewise.
50896 * sunrpc/getrpcport.c: Likewise.
50897 * sunrpc/key_call.c: Likewise.
50898 * sunrpc/key_prot.c: Likewise.
50899 * sunrpc/openchild.c: Likewise.
50900 * sunrpc/pm_getmaps.c: Likewise.
50901 * sunrpc/pm_getport.c: Likewise.
50902 * sunrpc/pmap_clnt.c: Likewise.
50903 * sunrpc/pmap_prot.c: Likewise.
50904 * sunrpc/pmap_prot2.c: Likewise.
50905 * sunrpc/pmap_rmt.c: Likewise.
50906 * sunrpc/rpc/auth.h: Likewise.
50907 * sunrpc/rpc/auth_unix.h: Likewise.
50908 * sunrpc/rpc/clnt.h: Likewise.
50909 * sunrpc/rpc/des_crypt.h: Likewise.
50910 * sunrpc/rpc/key_prot.h: Likewise.
50911 * sunrpc/rpc/netdb.h: Likewise.
50912 * sunrpc/rpc/pmap_clnt.h: Likewise.
50913 * sunrpc/rpc/pmap_prot.h: Likewise.
50914 * sunrpc/rpc/pmap_rmt.h: Likewise.
50915 * sunrpc/rpc/rpc.h: Likewise.
50916 * sunrpc/rpc/rpc_des.h: Likewise.
50917 * sunrpc/rpc/rpc_msg.h: Likewise.
50918 * sunrpc/rpc/svc.h: Likewise.
50919 * sunrpc/rpc/svc_auth.h: Likewise.
50920 * sunrpc/rpc/types.h: Likewise.
50921 * sunrpc/rpc/xdr.h: Likewise.
50922 * sunrpc/rpc_clntout.c: Likewise.
50923 * sunrpc/rpc_cmsg.c: Likewise.
50924 * sunrpc/rpc_common.c: Likewise.
50925 * sunrpc/rpc_cout.c: Likewise.
50926 * sunrpc/rpc_dtable.c: Likewise.
50927 * sunrpc/rpc_hout.c: Likewise.
50928 * sunrpc/rpc_main.c: Likewise.
50929 * sunrpc/rpc_parse.c: Likewise.
50930 * sunrpc/rpc_parse.h: Likewise.
50931 * sunrpc/rpc_prot.c: Likewise.
50932 * sunrpc/rpc_sample.c: Likewise.
50933 * sunrpc/rpc_scan.c: Likewise.
50934 * sunrpc/rpc_scan.h: Likewise.
50935 * sunrpc/rpc_svcout.c: Likewise.
50936 * sunrpc/rpc_tblout.c: Likewise.
50937 * sunrpc/rpc_util.c: Likewise.
50938 * sunrpc/rpc_util.h: Likewise.
50939 * sunrpc/rpcinfo.c: Likewise.
50940 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50941 * sunrpc/rpcsvc/key_prot.x: Likewise.
50942 * sunrpc/rpcsvc/klm_prot.x: Likewise.
50943 * sunrpc/rpcsvc/mount.x: Likewise.
50944 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50945 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50946 * sunrpc/rpcsvc/rex.x: Likewise.
50947 * sunrpc/rpcsvc/rstat.x: Likewise.
50948 * sunrpc/rpcsvc/rusers.x: Likewise.
50949 * sunrpc/rpcsvc/sm_inter.x: Likewise.
50950 * sunrpc/rpcsvc/spray.x: Likewise.
50951 * sunrpc/rpcsvc/yppasswd.x: Likewise.
50952 * sunrpc/rtime.c: Likewise.
50953 * sunrpc/svc.c: Likewise.
50954 * sunrpc/svc_auth.c: Likewise.
50955 * sunrpc/svc_authux.c: Likewise.
50956 * sunrpc/svc_raw.c: Likewise.
50957 * sunrpc/svc_run.c: Likewise.
50958 * sunrpc/svc_simple.c: Likewise.
50959 * sunrpc/svc_tcp.c: Likewise.
50960 * sunrpc/svc_udp.c: Likewise.
50961 * sunrpc/svc_unix.c: Likewise.
50962 * sunrpc/svcauth_des.c: Likewise.
50963 * sunrpc/xcrypt.c: Likewise.
50964 * sunrpc/xdr.c: Likewise.
50965 * sunrpc/xdr_array.c: Likewise.
50966 * sunrpc/xdr_float.c: Likewise.
50967 * sunrpc/xdr_mem.c: Likewise.
50968 * sunrpc/xdr_rec.c: Likewise.
50969 * sunrpc/xdr_ref.c: Likewise.
50970 * sunrpc/xdr_sizeof.c: Likewise.
50971 * sunrpc/xdr_stdio.c: Likewise.
50972
9da4bb31
UD
50973 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50974 handling.
50975
bdaa77bc
AS
509762010-08-19 Andreas Schwab <schwab@redhat.com>
50977
50978 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50979
fe2f79db
LM
509802010-08-19 Luis Machado <luisgpm@br.ibm.com>
50981
50982 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50983 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50984 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50985 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50986 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50987 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50988 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50989 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50990 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50991 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50992 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50993 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50994 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50995 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50996
b9b42ee0
AB
509972010-07-26 Anton Blanchard <anton@samba.org>
50998
50999 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
51000 * malloc/arena.c (heap_trim): Likewise.
51001
1c06ba31
UD
510022010-08-16 Ulrich Drepper <drepper@redhat.com>
51003
51004 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
51005 here. Not...
51006 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
51007 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
51008
f8392f40
L
510092010-08-12 H.J. Lu <hongjiu.lu@intel.com>
51010
51011 * sysdeps/i386/elf/Makefile: New file.
51012
3162f12e
AS
510132010-08-14 Andreas Schwab <schwab@linux-m68k.org>
51014
51015 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
51016 from fanotify_init.
51017 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
51018 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
51019
28c90b2c
UD
510202010-08-15 Ulrich Drepper <drepper@redhat.com>
51021
51022 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
51023 of strncasecmp_l.
1feccb6c 51024 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 51025
ca6bb004
UD
510262010-08-14 Ulrich Drepper <drepper@redhat.com>
51027
e9f82e0d
UD
51028 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
51029 strncase_l-nonascii.
51030 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
51031 Add strncase_l-ssse3.
51032 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
51033 * sysdeps/x86_64/strcmp.S: Likewise.
51034 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
51035 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
51036 * sysdeps/x86_64/strncase.S: New file.
51037 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
51038 * sysdeps/x86_64/strncase_l.S: New file.
51039 * string/Makefile (strop-tests): Add strncasecmp.
51040 * string/test-strncasecmp.c: New file.
51041
51042 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
51043 warning.
51044
ca6bb004
UD
51045 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
51046 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
51047
052fa7b3
AS
510482010-08-14 Andreas Schwab <schwab@linux-m68k.org>
51049
51050 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
51051
962dba78
UD
510522010-08-12 Ulrich Drepper <drepper@redhat.com>
51053
51054 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
51055 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
51056 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
51057
bebff237
AM
510582010-05-01 Alan Modra <amodra@gmail.com>
51059
51060 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
51061 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
51062 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
51063 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
51064 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
51065 tidying. Don't tail-call __sigjmp_save for static lib.
51066 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
51067 save location.
51068 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
51069 (CALL_MCOUNT): Add eh info, and nop after bl.
51070 (TAIL_CALL_SYSCALL_ERROR): New macro.
51071 (PSEUDO_RET): Use it.
51072 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
51073 Correct save location of integer regs and cr.
51074 (_dl_profile_resolve): Correct cr save location. Delete nops
51075 after bl when SHARED. Reduce cfi size a little by better
51076 placement of cfi directives.
51077 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
51078 make a stack frame. Instead use parm save area as a temp.
51079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
51080 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
51081 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
51082 Don't make a stack frame for parent, use parm save area.
51083 Increase child stack frame to 112 bytes. Don't save unused reg,
51084 and adjust reg usage. Set up cfi on error recovery and
51085 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
51086 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
51087 (__makecontext): Add dummy nop after jump to exit.
51088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
51089 Use correct parm save area and cr save, reduce stack frame.
51090 Correct cfi for possible PSEUDO_RET frame setup.
51091 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
51092 Branch to local label emitted by PSEUDO_RET rather than
51093 __syscall_error.
51094
02637374
AS
510952010-08-12 Andreas Schwab <schwab@redhat.com>
51096
51097 [BZ #11904]
51098 * locale/programs/locale.c (print_assignment): New function.
51099 (show_locale_vars): Use it.
51100
c3e2f19b
UD
511012010-08-11 Ulrich Drepper <drepper@redhat.com>
51102
3cdaa6ad
UD
51103 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
51104 field.
51105 (struct statfs64): Likewise.
51106 (_STATFS_F_FLAGS): Define.
51107 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
51108 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51109 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
51110 (ST_VALID): Define locally.
51111 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
51112 __statvfs_getflags, use the provided value.
51113 * sysdeps/unix/sysv/linux/kernel-features.h: Define
51114 __ASSUME_STATFS_F_FLAGS.
51115
754f7da3
UD
51116 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
51117
10b3bedc
UD
51118 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
51119 Add sys/fanotify.h.
51120 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
51121 fanotify_mask for GLIBC_2.13.
51122 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
51123 fanotify_init and fanotify_mark.
51124 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
51125 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
51126
c08fb0d7
UD
51127 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
51128 Add prlimit.
51129 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
51130 prlimit64 for GLIBC_2.13.
51131 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
51132 prlimit64.
51133 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
51134 syscall.
51135 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
51136 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
51137 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
51138 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
51139 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
51140 add prlimit alias.
51141 * sysdeps/unix/sysv/linux/prlimit.c: New file.
51142
15bac72b
UD
51143 [BZ #11903]
51144 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
51145 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
51146
c3e2f19b
UD
51147 * nss/Makefile: Add rules to build and run tst-nss-test1.
51148 * shlib-versions: Add entry for libnss_test1.
51149 * nss/nss_test1.c: New file.
51150 * nss/tst-nss-test1.c: New file.
51151
51152 * nss/nsswitch.c (__nss_database_custom): Define new variable.
51153 (__nss_configure_lookup): Set appropriate entry in
51154 __nss_configure_lookup to true.
51155 * nss/nsswitch.h: Define enum with indeces of databases in
51156 databases and __nss_database_custom arrays. Declare
51157 __nss_database_custom.
51158 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
51159 to avoid using nscd when custom rules are installed.
51160 * nss/getXXbyYY_r.c: Likewise.
51161 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
51162
51163 * nss/nss_files/files-parse.c: Whitespace fixes.
51164
f15ce4d8
UD
511652010-08-09 Ulrich Drepper <drepper@redhat.com>
51166
51167 [BZ #11883]
51168 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
51169 * posix/fnmatch_loop.c: Likewise.
51170
d22e4cc9
AK
511712010-07-17 Andi Kleen <ak@linux.intel.com>
51172
51173 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
51174 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
51175 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
51176 * Versions.def [GLIBC_2.13]: Add.
51177
805bc17d
UD
511782010-08-06 Ulrich Drepper <drepper@redhat.com>
51179
51180 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51181 Also fail if tpwd after pwuid call is NULL.
51182
5a42321d
ST
511832010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
51184
51185 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
51186 when converting to ms.
51187
fd3ebeda
ST
511882010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
51189
51190 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
51191 EOPNOTSUPP errors with ENOTTY.
51192 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
51193 EOPNOTSUPP errors with ENOTTY.
51194
73507d3a
UD
511952010-07-31 Ulrich Drepper <drepper@redhat.com>
51196
51197 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
51198 Add strcasecmp_l-ssse3.
51199 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
51200 strcasecmp.
51201 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
51202 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
51203 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
51204
fe36dd02
UD
512052010-07-30 Ulrich Drepper <drepper@redhat.com>
51206
66f6765a
UD
51207 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
51208
42e08a54
UD
51209 * string/Makefile (strop-tests): Add strcasecmp.
51210 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
51211 strcasecmp_l-nonascii.
51212 (gen-as-const-headers): Add locale-defines.sym.
51213 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
51214 * sysdeps/x86_64/strcasecmp.S: New file.
51215 * sysdeps/x86_64/strcasecmp_l.S: New file.
51216 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
51217 * sysdeps/x86_64/locale-defines.sym: New file.
51218 * string/test-strcasecmp.c: New file.
51219
fe36dd02
UD
51220 * string/test-strcasestr.c: Test both ends of the range of characters.
51221 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
51222
48cbc0d6
RM
512232010-07-29 Roland McGrath <roland@redhat.com>
51224
76e6d6bc 51225 [BZ #11856]
48cbc0d6
RM
51226 * manual/locale.texi (Yes-or-No Questions): Fix example code.
51227
880113d9
UD
512282010-07-27 Ulrich Drepper <drepper@redhat.com>
51229
51230 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
51231 for ld.so.
51232
deb9cabb
AS
512332010-07-27 Andreas Schwab <schwab@redhat.com>
51234
51235 * manual/memory.texi (Malloc Tunable Parameters): Document
51236 M_PERTURB.
51237
1c7570ff
RM
512382010-07-26 Roland McGrath <roland@redhat.com>
51239
51240 [BZ #11840]
51241 * configure.in (-fgnu89-inline check): Set and substitute
51242 gnu89_inline, not libc_cv_gnu89_inline.
51243 * configure: Regenerated.
51244 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
51245
24fb0f88
UD
512462010-07-26 Ulrich Drepper <drepper@redhat.com>
51247
51248 * string/test-strnlen.c: New file.
51249 * string/Makefile (strop-tests): Add strnlen.
51250 * string/tester.c (test_strnlen): Add a few more test cases.
51251 * string/tst-strlen.c: Better error reporting.
51252
51253 * sysdeps/x86_64/strnlen.S: New file.
51254
8e96b93a
UD
512552010-07-24 Ulrich Drepper <drepper@redhat.com>
51256
51257 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
51258 lower-latency instructions.
51259
dbc676d4
UD
512602010-07-23 Ulrich Drepper <drepper@redhat.com>
51261
51262 * string/test-strcasestr.c: New file.
51263 * string/test-strstr.c: New file.
51264 * string/Makefile (strop-tests): Add strstr and strcasestr.
51265 * string/str-two-way.h: Don't undefine MAX.
51266 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
51267
f6a31e0e
AS
512682010-07-21 Andreas Schwab <schwab@redhat.com>
51269
51270 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51271 strcasestr-nonascii.
51272 (CFLAGS-strcasestr-nonascii.c): Define.
51273 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
51274 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
51275 Remove unused attribute.
51276
5dbc3b6c
RM
512772010-07-20 Roland McGrath <roland@redhat.com>
51278
51279 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
51280 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
51281 ld.so.cache was broken. With it, there is no way to disable dsocaps
51282 like LD_HWCAP_MASK can disable hwcaps.
51283
23d101d8
EPM
512842010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
51285
51286 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
51287
cc9f2e47
UD
512882010-07-16 Ulrich Drepper <drepper@redhat.com>
51289
51290 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
51291 call in strcasestr.
51292 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
51293 __strcasestr_sse42_nonascii.
51294 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
51295 strcasestr-nonascii.c.
51296 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
51297
77c1b069
LM
512982010-06-15 Luis Machado <luisgpm@br.ibm.com>
51299
51300 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
51301 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
51302 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
51303 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
51304
440566c3
UD
513052010-07-09 Ulrich Drepper <drepper@redhat.com>
51306
51307 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
51308 fcntl.
51309
5be9d05d
AS
513102010-07-06 Andreas Schwab <schwab@redhat.com>
51311
c30b7ee2 51312 [BZ #11577]
5be9d05d
AS
51313 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
51314 dl_signal_cerror.
51315
8a492a67
UD
513162010-07-06 Ulrich Drepper <drepper@redhat.com>
51317
51318 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
51319 _PC_PIPE_BUF using F_GETPIPE_SZ.
51320
713df3d5
RM
513212010-07-05 Roland McGrath <roland@redhat.com>
51322
51323 * manual/arith.texi (Rounding Functions): Fix rint description
51324 implicit in round description.
51325
702e8f14
UD
513262010-07-02 Ulrich Drepper <drepper@redhat.com>
51327
51328 * elf/Makefile: Fix linking for a few tests to make recent linker
51329 happy.
51330
52ed8be9
AS
513312010-06-30 Andreas Schwab <schwab@redhat.com>
51332
51333 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51334 $(common-objpfx)libc_nonshared.a.
51335
f47c9a11
LM
513362010-06-21 Luis Machado <luisgpm@br.ibm.com>
51337
51338 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
51339 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
51340 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51341 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51342 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
51343 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
51344 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51345 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51346 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
51347 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
51348 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
51349 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51350 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
51351 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51352 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
51353 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
51354 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
51355 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
51356 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
51358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
51360 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
51361 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
51362 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
51363 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
51364 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
51365 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
51366 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
51367 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
51368 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
51369 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
51370 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
51371 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
51372 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
51373 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
51374 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
51375 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
51376 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
51377 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
51378 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
51379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
51380 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
51381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
51382 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
51383 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
51384 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
51385 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
51386
6fb8cbcb
L
513872010-06-25 H.J. Lu <hongjiu.lu@intel.com>
51388
51389 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
51390 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
51391 * string/memmove.c (memmove): Renamed to ...
51392 (MEMMOVE): ...this. Default to memmove.
51393 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
51394 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
51395 (END_CHK): Define.
51396 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51397 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
51398 mempcpy-ssse3-back memmove-ssse3-back.
51399 * sysdeps/x86_64/multiarch/bcopy.S: New file .
51400 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
51401 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
51402 * sysdeps/x86_64/multiarch/memcpy.S: New file.
51403 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
51404 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
51405 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
51406 * sysdeps/x86_64/multiarch/memmove.c: New file.
51407 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
51408 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
51409 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
51410 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51411 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51412 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51413 Define.
51414 (index_Fast_Copy_Backward): Define.
51415 (HAS_ARCH_FEATURE): Define.
51416 (HAS_FAST_REP_STRING): Define.
51417 (HAS_FAST_COPY_BACKWARD): Define.
51418
4e733bac 514192010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
51420
51421 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51422 Restore proper fallback handling.
51423
63c4ed22
UD
514242010-06-19 Ulrich Drepper <drepper@redhat.com>
51425
ac2b484c
UD
51426 [BZ #11701]
51427 * posix/group_member.c (__group_member): Correct checking loop.
51428
63c4ed22
UD
51429 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51430 OOM in getpwuid_r correctly. Return error number when the caller
51431 should return, otherwise -1.
51432 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51433 call returning > 0 value.
51434 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51435
765ade4b
AS
514362010-06-07 Andreas Schwab <schwab@redhat.com>
51437
51438 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51439 libc_nonshared.a from targets in modules-names.
51440
80da2e09
KS
514412010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
51442
51443 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51444 requires it.
51445
158db122
LM
514462010-06-10 Luis Machado <luisgpm@br.ibm.com>
51447
51448 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51449 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51450 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51451 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51452
caa78cf8
AS
514532010-06-02 Andreas Schwab <schwab@redhat.com>
51454
51455 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51456
b2ef2c01
UD
514572010-06-14 Ulrich Drepper <drepper@redhat.com>
51458
51459 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51460 and F_GETPIPE_SZ.
51461 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51462 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51463 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51464 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51465 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51466 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51467
fbd643b6
RM
514682010-06-14 Roland McGrath <roland@redhat.com>
51469
51470 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51471
f32f2869
JJ
514722010-06-07 Jakub Jelinek <jakub@redhat.com>
51473
51474 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51475 __REDIRECT followed by __THROW.
51476 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51477 * posix/getopt.h (getopt): Likewise.
51478
2a50c078
EPM
514792010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
51480
51481 * hurd/lookup-at.c (__file_name_lookup_at): Accept
51482 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
51483 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51484 in AT_FLAGS.
51485 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51486 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51487
eb5ad2eb
LM
514882010-05-28 Luis Machado <luisgpm@br.ibm.com>
51489
51490 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51491
3c88fe1e
L
514922010-05-26 H.J. Lu <hongjiu.lu@intel.com>
51493
51494 [BZ #11640]
51495 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51496 Properly check family and model.
51497
d2f73151
TY
514982010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
51499
51500 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51501
ebd2e13d
LM
515022010-05-24 Luis Machado <luisgpm@br.ibm.com>
51503
51504 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51505
b32b8b45
UD
515062010-05-21 Ulrich Drepper <drepper@redhat.com>
51507
51508 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51509 symbol reference.
51510
9acbe24d
AS
515112010-05-19 Andreas Schwab <schwab@redhat.com>
51512
51513 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51514 symbol reference.
51515
f0ccf6ea
AS
515162010-05-21 Andreas Schwab <schwab@redhat.com>
51517
3d04ff3a
AS
51518 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51519 and internal_recvmmsg.
51520 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51521 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51522 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51523 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51524
f0ccf6ea
AS
51525 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51526 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51527 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51528
5b08ac57
AS
515292010-05-20 Andreas Schwab <schwab@redhat.com>
51530
51531 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51532
4828935d
LM
515332010-05-17 Luis Machado <luisgpm@br.ibm.com>
51534
51535 POWER7 optimizations.
51536 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51537 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51538
373d545e
UD
515392010-05-19 Ulrich Drepper <drepper@redhat.com>
51540
51541 * version.h: Update for 2.13 development version.
51542
21a2b1ae
AS
515432010-05-12 Andrew Stubbs <ams@codesourcery.com>
51544
51545 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51546 exceptions. Return 0.
51547
3f7dcb2b
RM
515482010-05-07 Roland McGrath <roland@redhat.com>
51549
51550 * elf/ldconfig.c (main): Add a const.
51551
5f24d53a 515522010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 51553
a160f8d8
UD
51554 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51555 (args_options): Add no-idn option.
51556 (ahosts_keys_int): Add idn_flags to ai_flags.
51557 (parse_option): Handle 'i' option to clear idn_flags.
51558
5f24d53a
UD
51559 * malloc/malloc.c (_int_free): Possible race in the most recently
51560 added check. Only act on the data if no current modification
51561 happened.
265bb1ce
UD
51562
51563See ChangeLog.17 for earlier changes.