]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Remove __libc_pselect alias.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
94a42455 12014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286
JM
2
3 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
4 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
5 (__libc_pselect): Likewise.
94a42455
JM
6
7 [BZ #14138]
8 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
9 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
11 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
12
ff9dbdc0
TR
132014-10-31 Torvald Riegel <triegel@redhat.com>
14
15 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
16 correct barrier instruction.
17 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
18 Likewise.
19 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
20 Likewise.
21
b4f66884
RM
222014-10-30 Roland McGrath <roland@hack.frob.com>
23
24 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
25 after defining inlines. Instead, just use parens to defeat macro
26 expansion of __isctype in its declaration.
27
e19c95fd
JM
282014-10-30 Joseph Myers <joseph@codesourcery.com>
29
30 * include/sys/uio.h (__libc_readv): Remove declaration.
31 (__libc_writev): Likewise.
32 * misc/readv.c (__libc_readv): Rename to __readv.
33 (__readv): Do not define as alias.
34 (readv): Define as alias of __readv.
35 * misc/writev.c (__libc_writev): Rename to __writev.
36 (__writev): Do not define as alias.
37 (writev): Define as alias of __writev.
38 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
39 (__readv): Do not define as alias.
40 (readv): Define unconditionally as alias of __readv.
41 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
42 (__writev): Do not define as alias.
43 (writev): Define unconditionally as alias of __writev.
44 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
45 name.
46 (writev): Do not define __libc_writev name.
47
65b00b6c
RM
482014-10-30 Roland McGrath <roland@hack.frob.com>
49
50 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
51 (convert_charseq): New function, broken out of ...
52 (use_from_charmap): ... here. Call it.
53 (use_to_charmap): Use convert_charseq and free instead of duplicating
54 its code with a variable-length stack struct.
55
d4e157aa
JM
562014-10-30 Joseph Myers <joseph@codesourcery.com>
57
58 * include/fcntl.h (__libc_creat): Remove declaration.
59 * io/creat.c (__libc_creat): Rename to creat.
60 (creat): Do not define as alias.
61 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
62 of creat instead of __libc_creat.
63 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
64 to creat.
65 (creat): Do not define as alias.
66 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
67 __libc_creat.
68 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
69 __libc_creat name.
70 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
71 Likewise.
72
0c6891a0
CD
732014-10-29 Carlos O'Donell <carlos@redhat.com>
74
75 * manual/llio.texi: Add comments discussing why write() may be
76 considered MT-unsafe on Linux.
77
cc00cece
CD
782014-10-28 Carlos O'Donell <carlos@redhat.com>
79
80 * dl-load.c (local_strdup): Remove.
81 (expand_dynamic_string_token): Use __strdup.
82 (decompose_rpath): Likewise.
83 (_dl_map_object): Likewise.
84
51e623f2
JM
852014-10-28 Joseph Myers <joseph@codesourcery.com>
86
87 [BZ #14132]
88 * sysdeps/generic/unwind-dw2-fde.c
89 (__register_frame_info_bases_internal): Do not declare.
90 (__register_frame_info_table_bases_internal): Likewise.
91 (__deregister_frame_info_bases_internal): Likewise.
92 (__register_frame_info_bases): Declare and use hidden_proto before
93 definition. Use hidden_def instead of INTDEF.
94 (__register_frame_info_table_bases): Likewise.
95 (__deregister_frame_info_bases): Likewise.
96 (__register_frame_info): Do not use INTUSE.
97 (__register_frame): Likewise.
98 (__register_frame_info_table): Likewise.
99 (__register_frame_table): Likewise.
100 (__deregister_frame_info): Likewise.
101 (__deregister_frame): Likewise.
102
03d41216
GC
1032014-10-27 Gratian Crisan <gratian.crisan@ni.com>
104
105 * sysdeps/unix/sysv/linux/arm/kernel-features.h
106 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
107 not undefine.
108 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
109 Likewise.
110 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
111 Likewise.
112
a4b3624d
JM
1132014-10-27 Joseph Myers <joseph@codesourcery.com>
114
115 [BZ #14138]
116 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
117 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
118 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
119 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
120 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
121 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
122 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
123 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
124 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
125 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
126 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
127 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
128 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
129 syscall.
130 (setfsuid): Likewise.
131 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
132 (setfsuid): Likewise.
133 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
134 (setfsuid): Likewise.
135 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
136 Likewise.
137 (setfsuid): Likewise.
138 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
139 (setfsuid): Likewise.
140 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
141 Likewise.
142 (setfsuid): Likewise.
143
3574f2fd
AS
1442014-10-27 Andreas Schwab <schwab@suse.de>
145
146 [BZ #17501]
147 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
148 check for Slow_SSE4_2 feature bit.
149 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
150 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
151 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
152 Likewise. Fix check for Fast_Unaligned_Load feature bit.
153
70996a37
RM
1542014-10-24 Roland McGrath <roland@hack.frob.com>
155
461a7b1e
RM
156 * configure.ac: Validate compiler version with a empirical test of
157 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
158 $CC -v output.
159 * configure: Regenerated.
160
70996a37
RM
161 * inet/htons.c (htons): Prototypify.
162 * inet/htonl.c (htonl): Likewise.
163
e80514b5
WD
1642014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
165
166 * string/strncat.c (strncat): Improve performance by using strlen.
167
6e46de42
WD
1682014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
169
170 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
171
6a9ad2fa
WD
1722014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
173
174 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
175 Call libc_fetestexcept_aarch64.
176
1c8810ed
WD
1772014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
178
179 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
180 Call libc_feholdexcept_aarch64.
181
8b1af712
WD
1822014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
183
184 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
185 Call get_rounding_mode.
186
a7b00c11
WD
1872014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
188
189 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
190 Simplify logic.
191
3a84f1a6
WD
1922014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
193
194 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
195 Simplify logic.
196
48eb7a94
JM
1972014-10-24 Joseph Myers <joseph@codesourcery.com>
198
c8bc4038
JM
199 [BZ #14138]
200 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
201 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
202 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
203 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
204 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
205 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
206 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
207 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
208 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
209 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
210 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
211 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
212 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
213 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
214 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
215 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
216 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
217 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
218 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
219 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
220 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
221 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
222 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
223 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
224 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
225 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
226 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
227 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
228 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
229 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
230 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
231 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
232 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
233 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
234 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
235 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
236 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
237 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
238 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
239 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
240 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
241 syscall.
242 (geteuid): Likewise.
243 (getgid): Likewise.
244 (getuid): Likewise.
245 (getresgid): Likewise.
246 (getresuid): Likewise.
247 (getgroups): Likewise.
248 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
249 (geteuid): Likewise.
250 (getgid): Likewise.
251 (getuid): Likewise.
252 (getresgid): Likewise.
253 (getresuid): Likewise.
254 (getgroups): Likewise.
255 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
256 (geteuid): Likewise.
257 (getgid): Likewise.
258 (getuid): Likewise.
259 (getresgid): Likewise.
260 (getresuid): Likewise.
261 (getgroups): Likewise.
262 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
263 Likewise.
264 (geteuid): Likewise.
265 (getgid): Likewise.
266 (getuid): Likewise.
267 (getresgid): Likewise.
268 (getresuid): Likewise.
269 (getgroups): Likewise.
270 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
271 (geteuid): Likewise.
272 (getgid): Likewise.
273 (getuid): Likewise.
274 (getresgid): Likewise.
275 (getresuid): Likewise.
276 (getgroups): Likewise.
277 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
278 Likewise.
279 (geteuid): Likewise.
280 (getgid): Likewise.
281 (getuid): Likewise.
282 (getgroups): Likewise.
283
48eb7a94
JM
284 [BZ #14138]
285 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
286 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
287 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
288 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
289 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
290 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
291 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
292 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
293 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
294 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
295 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
296 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
297 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
298 __chown.
299 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
300 (lchown): Likewise.
301 (fchown): Likewise.
302 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
303 Likewise.
304 (lchown): Likewise.
305 (fchown): Likewise.
306 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
307 (lchown): Likewise.
308 (fchown): Likewise.
309 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
310 Likewise.
311 (lchown): Likewise.
312 (fchown): Likewise.
313
ea9a7c8b
WD
3142014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
315
316 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
317 Simplify logic.
318
e226de33
WD
3192014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
320
321 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
322 Cleanup logic.
323
6e3d8ed3
WD
3242014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
325
326 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
327 Remove unused include.
328
eb04247d
WD
3292014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
330
331 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
332 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
333 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
334 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
335
13d84554
CD
3362014-10-23 Carlos O'Donell <carlos@systemhalted.org>
337 Helge Deller <deller@gmx.de>
338
339 [BZ #17508]
340 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
341 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
342 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
343
15f9c5df
JM
3442014-10-23 Joseph Myers <joseph@codesourcery.com>
345
346 [BZ #14132]
347 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
348 Remove macro definition.
349 (__ashrdi3_v_glibc20): Likewise.
350 (__lshrdi3_v_glibc20): Likewise.
351 (__cmpdi2_v_glibc20): Likewise.
352 (__ucmpdi2_v_glibc20): Likewise.
353 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
354 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
355 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
356 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
357 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
358 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
359
c6dfed24
RM
3602014-10-22 Roland McGrath <roland@hack.frob.com>
361
362 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
363 old GNU extension [0] syntax.
364 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
365 alloca rather than an array member with variable length.
366 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
367 * nscd/nscd.c (invalidate_db): New function, broken out of ...
368 (parse_opt): ... here. Likewise use alloca there.
369 Validate the -i argument before checking for rootness.
370 (send_shutdown): New function, broken out of ...
371 (parse_opt): ... here.
372
8c2b1ed8
RM
3732014-10-22 Roland McGrath <roland@hack.frob.com>
374
375 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
376 macro to get at the _rt_local_ro field.
377 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
378 ([PIC] case) or _dl_hwcap ([!PIC] case).
379 * sysdeps/arm/setjmp.S: Likewise.
380
381 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
382 * sysdeps/arm/configure.ac: New check to define it.
383 * sysdeps/arm/configure: Regenerated.
384 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
385 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
386 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
387 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
388 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
389 Use move/movt pair instead of a load.
390 (LDST_GLOBAL): Macro removed.
391 (LDR_GLOBAL): New macro replaces it.
392 (LDR_HIDDEN): New macro.
393 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
394 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
395
396 * setjmp/tst-setjmp-static.c: New file.
397 * setjmp/Makefile (tests): Add it.
398 (tests-static): New variable.
399
b5af9297
MR
4002014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
401
402 [BZ #17485]
403 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
404
a13d0d74
JM
4052014-10-21 Joseph Myers <joseph@codesourcery.com>
406
407 [BZ #14132]
408 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
409
f05e73f6
RM
4102014-10-21 Roland McGrath <roland@hack.frob.com>
411
412 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
413
6ab1d1ea
RM
4142014-10-20 Roland McGrath <roland@hack.frob.com>
415
416 * io/fts.c (dirent_not_directory): New function.
417 (fts_build): Call it.
418
ab49e763
RM
4192014-10-20 Roland McGrath <roland@hack.frob.com>
420
e436eb79
RM
421 * nptl/version.c (__nptl_main): Use normal __write rather than
422 INTERNAL_SYSCALL.
423 (banner): Update copyright years.
424
6af246cf
RM
425 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
426 gettimeofday.
427 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
428 * nptl/pthread_cond_timedwait.c: Likewise.
429 * nptl/pthread_mutex_timedlock.c: Likewise.
430 * nptl/sem_timedwait.c: Likewise.
431
ab49e763
RM
432 * sysdeps/nptl/bits/libc-lock.h
433 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
434 (__libc_lock_init_recursive): Return void, not 0.
435 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
436 (__libc_rwlock_init): Likewise.
437 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
438
f50277c1
TR
4392014-10-20 Torvald Riegel <triegel@redhat.com>
440
441 [BZ #15215]
442 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
443 (__pthread_once_slow): ... here.
444 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
445 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
446
63668b70
TR
4472014-10-20 Torvald Riegel <triegel@redhat.com>
448
449 [BZ #15215]
450 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
451 __PTHREAD_ONCE_FORK_GEN_INCR): New.
452 * sysdeps/nptl/fork.c (__libc_fork): Use them.
453 * nptl/pthread_once.c (__pthread_once): Likewise.
454 Update comments.
455
42b7f5d4
JM
4562014-10-20 Joseph Myers <joseph@codesourcery.com>
457
458 [BZ #14138]
459 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
460 name.
461 (writev): Use __libc_writev as strong name.
462 * sysdeps/unix/sysv/linux/readv.c: Remove file.
463 * sysdeps/unix/sysv/linux/writev.c: Likewise.
464
b0643088
RM
4652014-10-17 Roland McGrath <roland@hack.frob.com>
466
114c4e09
RM
467 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
468
674b8978
RM
469 * sysdeps/i386/nptl/tls.h
470 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
471 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
472 New macros.
473 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
474 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
475 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
476 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
477 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
478 Call CHECK_THREAD_SYSINFO instead of doing an assert.
479
184ee940
RM
480 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
481 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
482 on [__NR_futex].
483 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
484 broken out of ...
485 (__pthread_mutex_init): ... here. Call it.
486 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
487 Conditionalize PI cases on [__NR_futex].
488 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
489 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
490 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
491
327ae257
RM
492 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
493 conditional on [SIGSETXID].
494 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
495 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
496 is defined. Likewise for SIGSETXID.
497 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
498 Conditionalize definitions on [SIGSETXID].
499 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
500 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
501 unblocking on [SIGCANCEL].
502
b0643088
RM
503 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
504 [__NR_set_robust_list].
505
33cc770b
SP
5062014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
507
508 * string/strcoll_l.c (get_next_seq): Fix up formatting.
509 (do_compare): Likewise.
510
0742aef6
LH
5112014-10-17 Leonhard Holz <leonhard.holz@web.de>
512
513 [BZ #15884]
514 * string/strcoll_l.c: Don't include stdio.h.
515 (coll_seq): Remove members idxarr and rulearr.
516 (get_next_seq_cached): Remove function.
517 (get_next_seq): Likewise.
518 (get_next_seq_nocache): Rename to get_next_seq.
519 (do_compare): Remove function.
520 (do_compare_nocache): Rename to do_compare.
521 (STRCOLL): Remove weight and rules cache.
522
ee54ce44
RM
5232014-10-16 Roland McGrath <roland@hack.frob.com>
524
525 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
526 * sysdeps/arm/sfp-machine.h: ... to here.
527 * sysdeps/arm/Implies: Remove arm/soft-fp.
528
a75d3b02
JM
5292014-10-14 Joseph Myers <joseph@codesourcery.com>
530
531 * conform/data/sys/utsname.h-data (*_t): Allow.
532 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
533 [POSIX] (WEXITED): Do not expect constant.
534 [POSIX] (WSTOPPED): Likewise.
535 [POSIX] (WNOHANG): Likewise.
536 [POSIX] (WNOWAIT): Likewise.
537 [POSIX] (siginfo_t): Do not expect type or elements.
538 [POSIX] (pid_t): Do not expect type.
539 [POSIX] (signal.h): Do not allow header.
540 [POSIX] (sys/resource.h): Likewise.
541 [POSIX] (si_*): Do not allow pattern.
542 [POSIX] (W*): Likewise.
543 [POSIX] (P_*): Likewise.
544 [POSIX] (BUS_*): Likewise.
545 [POSIX] (CLD_*): Likewise.
546 [POSIX] (FPE_*): Likewise.
547 [POSIX] (ILL_*): Likewise.
548 [POSIX] (POLL_*): Likewise.
549 [POSIX] (SEGV_*): Likewise.
550 [POSIX] (SI_*): Likewise.
551 [POSIX] (TRAP_*): Likewise.
552 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
553 variable.
554
fda389c8
SP
5552014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
556
557 [BZ #12926]
558 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
559 infinite loop when __recvmsg returns 0.
560
6bc6bd3b
JM
5612014-10-10 Joseph Myers <joseph@codesourcery.com>
562
fcb32af1
JM
563 * CANCEL-FCT-WAIVE: Remove file.
564 * CANCEL-FILE-WAIVE: Likewise.
565
6bc6bd3b
JM
566 [BZ #14132]
567 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
568 instead of INTVARDEF.
569 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
570 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
571 rtld_hidden_data_def instead of INTVARDEF.
572 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
573 * elf/dl-deps.c (expand_dst): Likewise.
574 * elf/dl-load.c (_dl_dst_count): Likewise.
575 (_dl_dst_substitute): Likewise.
576 (decompose_rpath): Likewise.
577 (_dl_init_paths): Likewise.
578 (open_path): Likewise.
579 (_dl_map_object): Likewise.
580 * elf/rtld.c (dl_main): Likewise.
581 (process_dl_audit): Likewise.
582 (process_envvars): Likewise.
583 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
584 Remove declaration.
585 (__libc_enable_secure): Use rtld_hidden_proto.
586
b8c80a7e
KS
5872014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
588
589 * elf/dl-load.c
590 (add_path): New function broken out of _dl_rtld_di_serinfo.
591 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
592
ff12c11f
JM
5932014-10-09 Joseph Myers <joseph@codesourcery.com>
594
5c0508a3
JM
595 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
596 parentheses around macro arguments.
597 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
598 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
599 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
600 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
601 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
602 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
603 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
604 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
605 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
606 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
607 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
608 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
609 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
610 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
611 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
612 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
613 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
614 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
615 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
616 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
617 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
618 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
619 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
620 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
621 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
622 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
623 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
624 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
625 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
626 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
627 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
628 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
629 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
630 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
631 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
632 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
633 Likewise.
634 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
635 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
636 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
637 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
638 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
639 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
640 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
641 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
642 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
643 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
644 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
645 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
646 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
647 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
648 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
649 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
650 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
651 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
652 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
653 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
654 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
655 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
656 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
657 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
658 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
659 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
660 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
661 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
662 (_FP_FRAC_SRS_1): Likewise.
663 (_FP_FRAC_CLZ_1): Likewise.
664 (_FP_MUL_MEAT_1_imm): Likewise.
665 (_FP_MUL_MEAT_1_wide): Likewise.
666 (_FP_MUL_MEAT_1_hard): Likewise.
667 (_FP_SQRT_MEAT_1): Likewise.
668 (_FP_FRAC_ASSEMBLE_1): Likewise.
669 (_FP_FRAC_DISASSEMBLE_1): Likewise.
670 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
671 (__FP_CLZ_2): Likewise.
672 (_FP_MUL_MEAT_2_wide): Likewise.
673 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
674 (_FP_MUL_MEAT_2_gmp): Likewise.
675 (_FP_MUL_MEAT_2_120_240_double): Likewise.
676 (_FP_SQRT_MEAT_2): Likewise.
677 (_FP_FRAC_ASSEMBLE_2): Likewise.
678 (_FP_FRAC_DISASSEMBLE_2): Likewise.
679 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
680 (_FP_FRAC_CLZ_4): Likewise.
681 (_FP_MUL_MEAT_4_wide): Likewise.
682 (_FP_MUL_MEAT_4_gmp): Likewise.
683 (_FP_SQRT_MEAT_4): Likewise.
684 (_FP_FRAC_ASSEMBLE_4): Likewise.
685 (_FP_FRAC_DISASSEMBLE_4): Likewise.
686 * soft-fp/op-common.h (_FP_CMP): Likewise.
687 (_FP_CMP_EQ): Likewise.
688 (_FP_CMP_UNORD): Likewise.
689 (_FP_TO_INT): Likewise.
690 (_FP_FROM_INT): Likewise.
691 [!__FP_CLZ] (__FP_CLZ): Likewise.
692 (_FP_DIV_HELP_imm): Likewise.
693 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
694 Likewise.
695 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
696 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
697 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
698 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
699 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
700 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
701 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
702 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
703 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
704 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
705 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
706 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
707 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
708 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
709 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
710 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
711 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
712 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
713 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
714 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
715 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
716 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
717 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
718 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
719 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
720 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
721 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
722 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
723 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
724 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
725 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
726 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
727 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
728 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
729 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
730 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
731 (FP_UNPACK_RAW_SP): Likewise.
732 (FP_PACK_RAW_S): Likewise.
733 (FP_PACK_RAW_SP): Likewise.
734 (FP_UNPACK_S): Likewise.
735 (FP_UNPACK_SP): Likewise.
736 (FP_UNPACK_SEMIRAW_S): Likewise.
737 (FP_UNPACK_SEMIRAW_SP): Likewise.
738 (FP_PACK_S): Likewise.
739 (FP_PACK_SP): Likewise.
740 (FP_PACK_SEMIRAW_S): Likewise.
741 (FP_PACK_SEMIRAW_SP): Likewise.
742 (_FP_SQRT_MEAT_S): Likewise.
743 (FP_CMP_S): Likewise.
744 (FP_CMP_EQ_S): Likewise.
745 (FP_CMP_UNORD_S): Likewise.
746 (FP_TO_INT_S): Likewise.
747 (FP_FROM_INT_S): Likewise.
748
a736ec37
JM
749 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
750
ff12c11f
JM
751 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
752 (FP_EX_INVALID_IMZ): Likewise.
753 (FP_EX_INVALID_IMZ_FMA): Likewise.
754 (FP_EX_INVALID_ISI): Likewise.
755 (FP_EX_INVALID_ZDZ): Likewise.
756 (FP_EX_INVALID_IDI): Likewise.
757 (FP_EX_INVALID_SQRT): Likewise.
758 (FP_EX_INVALID_CVI): Likewise.
759 (FP_EX_INVALID_VC): Likewise.
760 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
761 "invalid" exceptions.
762 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
763 (_FP_ADD_INTERNAL): Likewise.
764 (_FP_MUL): Likewise.
765 (_FP_FMA): Likewise.
766 (_FP_DIV): Likewise.
767 (_FP_CMP_CHECK_NAN): Likewise.
768 (_FP_SQRT): Likewise.
769 (_FP_TO_INT): Likewise.
770 (FP_EXTEND): Likewise.
771
b6dcfe8c
AM
7722014-10-09 Allan McRae <allan@archlinux.org>
773
774 * po/fr.po: Update French translation from translation project.
775
2d6a47ba
JM
7762014-10-09 Joseph Myers <joseph@codesourcery.com>
777
cb831245
JM
778 [BZ #14132]
779 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
780 of INTDEF.
781 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
782 (__cxa_atexit): Use libc_hidden_proto.
783 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
784
5deeb190
JM
785 [BZ #14132]
786 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
787 declaration.
788 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
789 [!_ISOMAC] (__iswspace_l_internal): Likewise.
790 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
791 [!_ISOMAC] (__iswctype_internal): Likewise.
792 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
793 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
794 alias.
795 (fcntl): Remove __fcntl_internal alias.
796 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
797 __connect_internal alias.
798 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
799 Likewise.
800
454ac701
JM
801 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
802 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
803 FP_DENORM_ZERO.
804 (_FP_CHECK_FLUSH_ZERO): New macro.
805 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
806 (_FP_CMP): Likewise.
807 (_FP_CMP_EQ): Likewise.
808 (_FP_TO_INT): Do not set inexact for subnormal arguments if
809 FP_DENORM_ZERO.
810 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
811 (FP_TRUNC): Likewise.
812
0022e688
JM
813 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
814 treated as invalid conversion, not as normal exponent.
815
73e28d9c
JM
816 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
817 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
818 (_FP_CMP_EQ): Likewise.
819 (_FP_CMP_UNORD): Likewise.
820 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
821 (FP_CMP_EQ_D): Likewise.
822 (FP_CMP_UNORD_D): Likewise.
823 * soft-fp/extended.h (FP_CMP_E): Likewise.
824 (FP_CMP_EQ_E): Likewise.
825 (FP_CMP_UNORD_E): Likewise.
826 * soft-fp/quad.h (FP_CMP_Q): Likewise.
827 (FP_CMP_EQ_Q): Likewise.
828 (FP_CMP_UNORD_Q): Likewise.
829 * soft-fp/single.h (FP_CMP_S): Likewise.
830 (FP_CMP_EQ_S): Likewise.
831 (FP_CMP_UNORD_S): Likewise.
832 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
833 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
834 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
835 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
836 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
837 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
838 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
839 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
840 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
841 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
842 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
843 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
844 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
845 to FP_CMP_Q.
846 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
847 FP_CMP_Q.
848 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
849 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
850 FP_CMP_EQ_Q.
851 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
852 FP_CMP_Q.
853 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
854 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
855 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
856 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
857 FP_CMP_EQ_Q.
858 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
859 FP_CMP_Q.
860 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
861 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
862 FP_CMP_EQ_Q.
863 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
864 FP_CMP_Q.
865 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
866 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
867 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
868 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
869 FP_CMP_EQ_Q.
870
43059f42
JM
871 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
872 a subnormal result, set the underflow exception if trapping on
873 underflow is enabled.
874 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
875 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
876 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
877 redefine to 0.
878 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
879 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
880 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
881 * soft-fp/extendxftf2.c (__extendxftf2): Use
882 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
883
2d6a47ba
JM
884 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
885 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
886 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
887 FP_HANDLE_EXCEPTIONS.
888 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
889 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
890 FP_HANDLE_EXCEPTIONS.
891 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
892 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
893 FP_HANDLE_EXCEPTIONS.
894 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
895 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
896 FP_HANDLE_EXCEPTIONS.
897
620f462e
JM
8982014-10-08 Joseph Myers <joseph@codesourcery.com>
899
900 [BZ #14132]
901 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
902 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
903 use INTUSE.
904 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
905 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
906 Remove alias.
907 (__adjtimex): Define using libc_hidden_ver.
908 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
909 Remove declaration.
910 (ntp_gettime): Call __adjtimex directly.
911 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
912 Remove declaration.
913 (ntp_gettimex): Call __adjtimex directly.
914 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
915 __adjtimex_internal alias.
916
c763c5d2
RM
9172014-10-08 Roland McGrath <roland@hack.frob.com>
918
919 [BZ #17460]
920 * nscd/nscd.c (more_help): Rewrite list of tables collection
921 using xstrdup and asprintf.
922
923 * nscd/nscd_conf.c: Remove local xstrdup declaration.
924
7b8fb2b8
RM
9252014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
926 Roland McGrath <roland@hack.frob.com>
927
928 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
929 (do_lookup_unique): ... local function 'enter' here; update callers.
930
abb280f7
JM
9312014-10-06 Joseph Myers <joseph@codesourcery.com>
932
f7b42517
JM
933 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
934 compat_symbol calls on [SHARED].
935 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
936 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
937 Remove.
938 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
939 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
940 (oldsetrlimit): Remove.
941 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
942 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
943 (lchown): New syscall entry.
944 (oldsetrlimit): Remove.
945 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
946 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
947 (oldsetrlimit): Remove.
948 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
949
abb280f7
JM
950 [BZ #14138]
951 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
952 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
953 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
954 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
955 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
956 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
957 (fchown): Likewise.
958 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
959 (fchown): Likewise.
960 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
961 Likewise.
962
47d46237
AZ
9632014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
964
965 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
966 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
967 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
968 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
969 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
970 Likewise.
971 (__old_sem_post): Likewise.
972
9732014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 974
845a7343
CM
975 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
976 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
977 HAVE_CLOCK_GETTIME_VSYSCALL macros.
978 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
979 Use INLINE_VSYSCALL macro.
980 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
981 __vdso_clock_gettime.
982 * sysdeps/unix/sysv/linux/tile/init-first.c
983 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
984 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
985 __vdso_clock_gettime.
986
83d641ef
CM
987 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
988 to set up frame more cleanly.
989
d9cd52e6
CM
990 * sysdeps/tile/memcmp.c: New file.
991
4b68ea11
CM
992 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
993
c86f7b80
CM
994 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
995 * sysdeps/tile/tilegx/strcasestr.c: New file.
996 * sysdeps/tile/tilegx/strnlen.c: New file.
997 * sysdeps/tile/tilegx/strstr.c: New file.
998
1c4c1a6f
CM
999 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
1000
99d86ea3
AS
10012014-10-06 Arjun Shankar <arjun.is@lostca.se>
1002
1003 * nptl/tst-setuid3.c: Write errors to stdout.
1004
06210a44
KS
10052014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
1006
1007 * elf/dl-deps.c
1008 (preload): New functions broken out of _dl_map_object_deps.
1009 (_dl_map_object_deps): Remove a nested function. Update call sites.
1010
6268f532
JM
10112014-10-01 Joseph Myers <joseph@codesourcery.com>
1012
1013 [BZ #14138]
1014 * sysdeps/unix/sysv/linux/execve.c: Remove file.
1015 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
1016
b925285f
SE
10172014-10-01 Steve Ellcey <sellcey@mips.com>
1018
1019 * sysdeps/mips/strcmp.S: New.
1020
754a15c6
JM
10212014-09-30 Joseph Myers <joseph@codesourcery.com>
1022
1023 [BZ #14138]
1024 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
1025 (linkat): Likewise.
1026 (mkdirat): Likewise.
1027 (readlinkat): Likewise.
1028 (renameat): Likewise.
1029 (symlinkat): Likewise.
1030 (unlinkat): Likewise.
1031 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
1032 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
1033 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
1034 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
1035 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
1036 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
1037 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
1038
85bb81c9
WN
10392014-09-30 Will Newton <will.newton@linaro.org>
1040
dc6fe23b
WN
1041 * math/math.h: Define long double math functions if
1042 _LIBC_TEST is defined.
1043 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
1044
85bb81c9
WN
1045 * localedata/Makefile: Move assignment to tests-special
1046 into an ifdef testing run-built-tests.
1047 * timezone/Makefile: Likewise.
1048
b7e02da4
JM
10492014-09-29 Joseph Myers <joseph@codesourcery.com>
1050
1051 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
1052 with $(BASH) not $(SHELL).
1053
62058ce6
CD
10542014-09-29 Carlos O'Donell <carlos@redhat.com>
1055 Matthew LeGendre <legendre1@llnl.gov>
1056
1057 [BZ #17411]
1058 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
1059 l_reloc_result.
1060
8e257a29
KS
10612014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
1062
1063 * stdio-common/printf_fp.c
1064 (hack_digit): New function, broken out of ...
1065 (__printf_fp): ... local function here. Update call sites.
1066 hack_digit now takes an additional parameter that is a pointer
1067 to a struct of the referenced locals. Those locals moved inside
1068 the struct and references updated.
1069
f4a58f0d
L
10702014-09-29 H.J. Lu <hongjiu.lu@intel.com>
1071
1072 * aclocal.m4: Require autoconf 2.69.
1073 * configure: Regenerated.
1074 * sysdeps/aarch64/configure: Likewise.
1075 * sysdeps/alpha/configure: Likewise.
1076 * sysdeps/arm/armv7/configure: Likewise.
1077 * sysdeps/arm/configure: Likewise.
1078 * sysdeps/ia64/configure: Likewise.
1079 * sysdeps/mach/configure: Likewise.
1080 * sysdeps/mips/configure: Likewise.
1081 * sysdeps/s390/configure: Likewise.
1082 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
1083 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
1084
1085 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
1086 file.
1087 * sysdeps/ia64/configure.ac: Likewise.
1088
93ae1eba
JM
10892014-09-26 Joseph Myers <joseph@codesourcery.com>
1090
1810d3ab
JM
1091 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
1092 specify symbol version for ld.so. Do not include entry for
1093 libpthread.
1094 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1095 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1096 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1097
93ae1eba
JM
1098 [BZ #14171]
1099 * Makeconfig [$(build-shared) = yes]
1100 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
1101 makefiles.
1102 [$(build-shared) = yes && $(soversions.mk-done) = t]
1103 ($(common-objpfx)gnu/lib-names.h): Remove rule.
1104 [$(build-shared) = yes && $(soversions.mk-done) = t]
1105 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
1106 to Makerules.
1107 [$(build-shared) = yes && $(soversions.mk-done) = t]
1108 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
1109 here.
1110 [$(build-shared) = yes && $(soversions.mk-done) = t]
1111 (common-generated): Don't append gnu/lib-names.h and
1112 gnu/lib-names.stmp here.
1113 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
1114 (lib-names-h-abi): New variable.
1115 [$(build-shared) = yes && $(soversions.mk-done) = t]
1116 (lib-names-stmp-abi): Likewise.
1117 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1118 abi-variants] (before-compile): Append
1119 $(common-objpfx)$(lib-names-h-abi).
1120 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1121 abi-variants] (common-generated): Append gnu/lib-names.h.
1122 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1123 abi-variants] (install-others-nosubdir): Depend on
1124 $(inst_includedir)/$(lib-names-h-abi).
1125 [$(build-shared) = yes && $(soversions.mk-done) = t &&
1126 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
1127 [$(build-shared) = yes && $(soversions.mk-done) = t]
1128 ($(common-objpfx)$(lib-names-h-abi)): New rule.
1129 [$(build-shared) = yes && $(soversions.mk-done) = t]
1130 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
1131 [$(build-shared) = yes && $(soversions.mk-done) = t]
1132 (common-generated): Append $(lib-names-h-abi) and
1133 $(lib-names-stmp-abi).
1134 * scripts/lib-names.awk: Do not handle multi being set.
1135 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
1136 Remove variable.
1137 (abi-lp64_be-ld-soname): Likewise.
1138 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
1139 Likewise.
1140 (abi-hard-ld-soname): Likewise.
1141 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
1142 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
1143 Remove variable.
1144 (abi-o32_hard-ld-soname): Likewise.
1145 (abi-o32_soft_2008-ld-soname): Likewise.
1146 (abi-o32_hard_2008-ld-soname): Likewise.
1147 (abi-n32_soft-ld-soname): Likewise.
1148 (abi-n32_hard-ld-soname): Likewise.
1149 (abi-n32_soft_2008-ld-soname): Likewise.
1150 (abi-n32_hard_2008-ld-soname): Likewise.
1151 (abi-n64_soft-ld-soname): Likewise.
1152 (abi-n64_hard-ld-soname): Likewise.
1153 (abi-n64_soft_2008-ld-soname): Likewise.
1154 (abi-n64_hard_2008-ld-soname): Likewise.
1155 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
1156 Likewise.
1157 (abi-64-v2-ld-soname): Likewise.
1158 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
1159 ld.so entries.
1160 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
1161 variable.
1162 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
1163 entry.
1164 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
1165 variable.
1166 (abi-64-ld-soname): Likewise.
1167 (abi-x32-ld-soname): Likewise.
1168 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
1169 entry.
1170 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1171
68870f12
JM
11722014-09-23 Joseph Myers <joseph@codesourcery.com>
1173
1174 [BZ #14138]
1175 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
1176 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
1177 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
1178 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
1179 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
1180 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
1181 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
1182 syscall entry for GLIBC_2.2 symbol version.
1183 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
1184 Likewise.
1185 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
1186 (setrlimit): Likewise.
1187 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
1188 Likewise.
1189
ea58f202
WN
11902014-09-23 Will Newton <will.newton@linaro.org>
1191
1192 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
1193 _LINUX_ARM_SYSDEP_H include guard too.
1194 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
1195 define.
1196
69eb9a18
RV
11972014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1198
1199 * sysdeps/unix/sysv/linux/eventfd.c:
1200 Make first argument unsigned.
1201 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
1202 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
1203
20e5a5f7
OB
12042014-09-20 Ondřej Bílka <neleai@seznam.cz>
1205
1206 * socket/recvmmsg.c (recvmmsg): Drop const argument.
1207 * socket/sys/socket.h: Likewise
1208 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
1209
d3c827e7
AK
12102014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1211
1212 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
1213
fe1cc35a
AS
12142014-09-17 Arjun Shankar <arjun.is@lostca.se>
1215
1216 * time/tst-ftime.c: New test.
1217 * time/Makefile (tests): Add tst-ftime.
1218
4e8afe69
JM
12192014-09-17 Joseph Myers <joseph@codesourcery.com>
1220
c4fe3ea7
JM
1221 * soft-fp/extended.h: Fix comment formatting.
1222 * soft-fp/op-1.h: Likewise.
1223 * soft-fp/op-2.h: Likewise.
1224 * soft-fp/op-4.h: Likewise.
1225 * soft-fp/op-8.h: Likewise.
1226 * soft-fp/op-common.h: Likewise.
1227 * soft-fp/soft-fp.h: Likewise.
1228
4e8afe69
JM
1229 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
1230
af296fcd
JM
12312014-09-16 Joseph Myers <joseph@codesourcery.com>
1232
1233 [BZ #6652]
1234 * Makeconfig (soversions-default-setname): Remove variable.
1235 ($(common-objpfx)soversions.i): Don't pass default_setname to
1236 soversions.awk.
1237 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
1238 oldest_abi to abi-versions.awk.
1239 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
1240 * config.make.in (oldest-abi): Remove variable.
1241 * configure.ac (--enable-oldest-abi): Remove configure option.
1242 * configure: Regenerated.
1243 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
1244 text.
1245 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
1246 * scripts/soversions.awk: Do not handle default_setname variable.
1247 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
1248 variable.
1249 * sysdeps/mach/hurd/configure: Regenerated.
1250 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
1251 variable.
1252 * sysdeps/unix/sysv/linux/configure: Regenerated.
1253
545583d6
SP
12542014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
1255
d330b980
SP
1256 * elf/Makefile (CFLAGS-interp.c): Remove.
1257 ($(elf-objpfx)runtime-linker.h): Generate header with linker
1258 path string.
1259 * elf/interp.c: Include generated runtime-linker.h
1260
02657da2
SP
1261 * Makerules (lib%.so): Don't include $(+interp) in
1262 prerequisites.
1263 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
1264 * dlfcn/eval.c: Remove file.
1265
653b1080
SP
1266 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
1267 macros.
1268
602f80ec
SP
1269 [BZ #17266]
1270 * misc/sys/cdefs.h: Define __extern_always_inline for clang
1271 4.2 and newer.
1272
545583d6
SP
1273 [BZ #17370]
1274 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
1275
884ddc50
SP
12762014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
1277 Jakub Jelinek <jakub@redhat.com>
1278
1279 [BZ #17266]
1280 * libio/stdio.h: Check definition of __fortify_function
1281 instead of __extern_always_inline to include bits/stdio2.h.
1282 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
1283 check if __extern_always_inline is defined.
1284 [__USE_MISC || __USE_XOPEN]: Likewise.
1285 [__USE_ISOC99] Likewise.
1286 * misc/sys/cdefs.h (__fortify_function): Define only if
1287 __extern_always_inline is defined.
1288 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
1289 __extern_always_inline and __extern_inline only for g++-4.3
1290 and newer or a compatible gcc.
1291
a7b87268
AS
12922014-09-15 Andreas Schwab <schwab@linux-m68k.org>
1293
1294 [BZ #17371]
1295 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
1296 last change to handle zero prefix length.
1297
3f41521d
SP
12982014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
1299
61fe374a
SP
1300 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
1301 _SC_REGEX_VERSION.
1302
3f41521d
SP
1303 * posix/getconf.c (vars): Add _POSIX_IPV6 and
1304 _POSIX_RAW_SOCKETS.
1305
d8f879ee
AM
13062014-09-13 Allan McRae <allan@archlinux.org>
1307
1308 * po/ru.po: Update Russian translation from translation project.
1309
c079afb7
RM
13102014-09-12 Roland McGrath <roland@hack.frob.com>
1311
a62b3c15
RM
1312 * locale/programs/locale.c (show_locale_vars): Inline local function
1313 into its sole call site. Clean up some style nits.
1314 (print_item): New function, broken out of ...
1315 (show_info): ... local function here. Clean up style nits.
1316
d7e49b19
RM
1317 * locale/programs/ld-ctype.c (set_one_default): New function, broken
1318 out of ...
1319 (set_class_defaults): ... local function set_default here.
1320 Define set_default as a macro locally to pass constant parameters.
1321 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
1322 rather than a shared local.
1323
c079afb7
RM
1324 * stdlib/rpmatch.c (try): New function, broken out of ...
1325 (rpmatch): ... local function here. Also, prototypify definition.
1326
0bd72468
JM
13272014-09-12 Joseph Myers <joseph@codesourcery.com>
1328
ba90e050
JM
1329 * scripts/soversions.awk: Do not handle configuration names.
1330 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
1331 vendor and os variables to soversions.awk.
1332 * configure.ac: Do not modify gnu-* host_os.
1333 * configure: Regenerated
1334 * shlib-versions: Remove first column with configuration names.
1335 * nptl/shlib-versions: Likewise.
1336 * nptl_db/shlib-versions: Likewise.
1337 * sysdeps/hppa/shlib-versions: Likewise.
1338 * sysdeps/m68k/shlib-versions: Likewise.
1339 * sysdeps/mach/hurd/shlib-versions: Likewise.
1340 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
1341 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
1342 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
1343 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
1344 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
1345 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
1346 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
1347 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
1348 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1349 Likewise.
1350 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1351 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1352 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1353 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1354 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1355 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
1356 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
1357 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
1358
73a39112
JM
1359 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
1360 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
1361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
1362 Regenerated.
1363 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
1364 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
1365 Condition symbol version definitions on [HAVE_ELFV2_ABI].
1366
c729e7c1
JM
1367 * shlib-versions: Remove OS-specific entries. Moved to files in
1368 sysdeps.
1369 * sysdeps/mach/hurd/shlib-versions: New file.
1370 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
1371
dc932a24
JM
1372 * nptl/shlib-versions: Remove architecture-specific entries.
1373 Moved to files in sysdeps.
1374 * shlib-versions: Likewise.
1375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
1376 file.
1377 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
1378 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
1379 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
1380 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
1381
0bd72468
JM
1382 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
1383 (UDP_NO_CHECK6_RX): Likewise.
1384
920238e0
SP
13852014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
1386
1387 * sysdeps/posix/sysconf.c (__sysconf): Spell
1388 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
1389
ba7b4d29
FW
13902014-08-12 Florian Weimer <fweimer@redhat.com>
1391
1392 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
1393 loading.
1394 * iconv/Versions (__gconv_transliterate): Export for use from
1395 gconv modules.
1396 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
1397 (struct __gconv_trans_data, __gconv_trans_fct,
1398 __gconv_trans_context_fct, __gconv_trans_query_fct,
1399 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
1400 definitions.
1401 (struct __gconv_step_data): Remove __trans member.
1402 (__gconv_transliterate): Declaration moved from gconv_int.h. No
1403 longer hidden. Remove unused trans_data argument.
1404 * iconv/gconv_int.h (struct trans_struct): Remove definition.
1405 (__gconv_translit_find): Remove declaration.
1406 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
1407 prototype.
1408 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
1409 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
1410 trans_data argument. Add hidden definition.
1411 (__gconv_translit_find): Remove.
1412 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
1413 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
1414 * iconv/skeleton.c: Remove transliteration initialization.
1415 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
1416 __gconv_step_data initialization.
1417 * libio/iofwide.c (__libio_translit_): Remove.
1418 (_IO_fwide): Adjust struct __gconv_step_data initialization.
1419 * wcsmbs/btowc.c (__btowc): Likewise.
1420 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
1421 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1422 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1423 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
1424 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1425 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1426 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1427 * wcsmbs/wctob.c (wctob): Likewise.
1428
5379aebd
SP
14292014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
1430
1431 [BZ #16194]
1432 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
1433 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
1434 register usage.
1435 * sysdeps/x86/Makefile: Adjust.
1436
8c0ab919
RM
14372014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
1438 Roland McGrath <roland@hack.frob.com>
1439
1440 * locale/weight.h: Add include guard.
1441 (findidx): Make static rather than auto; take new parameters
1442 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
1443 * locale/weightwc.h: Likewise.
1444 * posix/fnmatch_loop.c
1445 (FCT): Change type of EXTRA from int32_t to wint_t.
1446 Don't include either header inside the function.
1447 Call FINDIDX rather than findidx, and pass new arguments.
1448 #undef FINDIDX at the end of the file.
1449 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
1450 FINDIDX before including fnmatch_loop.c for the non-wide version.
1451 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
1452 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
1453 for the wide version.
1454 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
1455 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
1456 Pass new arguments to findidx.
1457 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
1458 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
1459 Don't #include it inside the function. Pass new arguments to findidx.
1460 * posix/regex_internal.h
1461 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
1462 (re_string_elem_size_at): Don't #include it inside the function.
1463 Pass new arguments to findidx.
1464 * string/strcoll_l.c: #include WEIGHT_H at top level.
1465 (get_next_seq): Don't #include it inside the function.
1466 Pass new arguments to findidx.
1467 (get_next_seq_nocache): Likewise.
1468 * string/strxfrm_l.c: #include WEIGHT_H at top level.
1469 (STRXFRM): Don't #include it inside the function.
1470 Pass new arguments to findidx.
1471
52ffbdf2
FW
14722014-09-11 Florian Weimer <fweimer@redhat.com>
1473
1474 [BZ #17344]
1475 * malloc/malloc.c (unlink): Turn asserts into a call to
1476 malloc_printerr.
1477
984c0ea9
TL
14782014-09-11 Tim Lammens <tim.lammens@gmail.com>
1479
1480 [BZ #17370]
1481 * libio/wfileops (do_ftell_wide): Free OUT.
1482
3daee107
CM
14832014-09-10 Chris Metcalf <cmetcalf@tilera.com>
1484
1485 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
1486
58b930ae
SP
14872014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
1488
1489 [BZ #17363]
1490 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
1491 group if the current group is empty.
1492
3b473fec
AZ
14932014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1494
71ae8647
AZ
1495 * benchtests/bench-memset.c (test_main): Add more test from size
1496 from 32 to 512 bytes.
1497 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1498 Add POWER8 memset object.
1499 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1500 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
1501 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
1502 implementation.
1503 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
1504 Likewise.
1505 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
1506 multiarch POWER8 memset optimization.
1507 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
1508 POWER8 memset optimization.
1509
3b473fec
AZ
1510 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1511 Remove bzero multiarch objects.
1512 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
1513 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
1514 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
1515 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
1516 Remove define.
1517 [__bzero]: Redefine to specific name.
1518 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
1519 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
1520 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
1521 define.
1522 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1523 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1524
e6fb9587
FW
15252014-09-10 Florian Weimer <fweimer@redhat.com>
1526
1527 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
1528 warnings into errors.
1529
1530 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
1531 __cxa_thread_atexit_impl prototype.
1532
9d3a350b
SE
15332014-09-09 Steve Ellcey <sellcey@mips.com>
1534
1535 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
1536 Fix capitalization of error message.
1537
0febba23
SE
15382014-09-09 Steve Ellcey <sellcey@mips.com>
1539
1540 * sysdeps/mips/preconfigure: Modify ABI tests.
1541
645a0e9c
CD
15422014-09-07 Carlos O'Donell <carlos@systemhalted.org>
1543
1544 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
1545
d83f0734
CD
15462014-09-07 Roland McGrath <roland@hack.frob.com>
1547 Carlos O'Donell <carlos@systemhalted.org>
1548
1549 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
1550 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
1551 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
1552 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
1553 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
1554 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
1555 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
1556 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
1557 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
1558 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
1559 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
1560 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
1561 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
1562 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
1563 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
1564 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
1565 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
1566 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
1567 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
1568 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
1569 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
1570 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
1571 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
1572 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
1573 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
1574 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
1575 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
1576 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
1577 Deconditionalize the code that was previously under [RESET_PID].
1578 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
1579 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
1580 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
1581 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
1582 include sysdep.h.
1583
21c83793
AM
15842014-09-08 Allan McRae <allan@archlinux.org>
1585
1586 * version.h (RELEASE): Set to "development".
1587 (VERSION): Set to "2.20.90"
1588
1cd9b65c
AM
15892014-09-07 Allan McRae <allan@archlinux.org
1590
b8079dd0
AM
1591 * version.h (RELEASE): Set to "stable".
1592 (VERSION): Set to "2.20"
1593 * include/features.h (__GLIBC_MINOR__): Set to 20.
1594
c46303ef
AM
1595 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
1596 Liebler.
1597
1cd9b65c
AM
1598 * po/ko.po: Update Korean translation from translation project.
1599
8622092d
CM
16002014-09-06 Chris Metcalf <cmetcalf@tilera.com>
1601
1602 [BZ #17354]
1603 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
1604 macro for handling signed relocations.
1605
41488498
FW
16062014-09-03 Florian Weimer <fweimer@redhat.com>
1607
1608 [BZ #17325]
1609 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
1610 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
1611 assert.
1612 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
1613 * iconvdata/ibm935.c (BODY): Likewise.
1614 * iconvdata/ibm937.c (BODY): Likewise.
1615 * iconvdata/ibm939.c (BODY): Likewise.
1616 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
1617 assert.
1618 * iconvdata/Makefile (iconv-test.out): Pass module list to test
1619 script.
1620 * iconvdata/run-iconv-test.sh: New test loop for checking for
1621 decoder crashers.
1622
a78b712d
KR
16232014-09-02 Khem Raj <raj.khem@gmail.com>
1624
1625 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
1626 libm_hidden_ver.
1627
cb08abc6
AM
16282014-09-01 Allan McRae <allan@archlinux.org>
1629
2c31e102
AM
1630 * po/eo.po: Update Esperanto translation from translation project.
1631
cb08abc6
AM
1632 * po/ca.po: Update Catalan translation from translation project.
1633
17a62de1
ST
16342014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
1635
1636 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
1637 __proc_dostop call.
1638
9570bc53
MW
16392014-08-27 Mark Wielaard <mjw@redhat.com>
1640
1641 [BZ #17319]
1642 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
1643 to call set_thread_area instead of hand written asm.
1644 (__NR_set_thread_area): Removed define.
1645 (TLS_FLAG_WRITABLE): Likewise.
1646 (__ASSUME_SET_THREAD_AREA): Remove check.
1647 (TLS_EBX_ARG): Remove define.
1648 (TLS_LOAD_EBX): Likewise.
1649
b0f955c9
ST
16502014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
1651
1652 Simplify atomicity of socket creation in bind.
1653
1654 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
1655 looking up the name after linking the file.
1656
529bf515
AM
16572014-08-27 Allan McRae <allan@archlinux.org>
1658
1659 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1660
a1a6a401
FW
16612014-08-26 Florian Weimer <fweimer@redhat.com>
1662
1663 [BZ #17187]
1664 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
1665 trans_compare, open_translit, __gconv_translit_find):
1666 Remove module loading code.
1667
686ab290
AM
16682014-08-26 Allan McRae <allan@archlinux.org>
1669
e4e7cfd2
AM
1670 * po/vi.po: Update Vietnamese translation from translation project.
1671
6aa09f71
AM
1672 * po/uk.po: Update Ukrainian translation from translation project.
1673
edc0660e
AM
1674 * po/fr.po: Update French translation from translation project.
1675
7eea72ac
AM
1676 * po/ru.po: Update Russian translation from translation project.
1677
93c49eff
AM
1678 * po/pl.po: Update Polish translation from translation project.
1679
46acaf63
AM
1680 * po/cs.po: Update Czech translation from translation project.
1681
a9f5ce98
AM
1682 * po/de.po: Update German translation from translation project.
1683
373f2b78
AM
1684 * po/bg.po: Update Bulgarian translation from translation project.
1685
e7548bd8
AM
1686 * po/sv.po: Update Sweedish translation from translation project.
1687
c526bf4d
AM
1688 * po/nl.po: Update Dutch translation from translation project.
1689
686ab290
AM
1690 * po/es.po: Update Spanish translation from translation project.
1691
eb72478a
SP
16922014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
1693
dd763fdb
SP
1694 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
1695
318c7a58
SP
1696 * catgets/Makefile (CPPFLAGS-gencat): Remove.
1697 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
1698 (CPPFLAGS-iconvconfig): Likewise.
1699 * timezone/Makefile (CPPFLAGS-zic): Likewise.
1700
eb72478a
SP
1701 * include/libc-symbols.h: Remove unnecessary check for
1702 NOT_IN_libc.
1703 * nptl/pthreadP.h: Likewise.
1704 * sysdeps/aarch64/setjmp.S: Likewise.
1705 * sysdeps/alpha/setjmp.S: Likewise.
1706 * sysdeps/arm/sysdep.h: Likewise.
1707 * sysdeps/i386/setjmp.S: Likewise.
1708 * sysdeps/m68k/setjmp.c: Likewise.
1709 * sysdeps/posix/getcwd.c: Likewise.
1710 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1711 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1712 * sysdeps/s390/s390-32/setjmp.S: Likewise.
1713 * sysdeps/s390/s390-64/setjmp.S: Likewise.
1714 * sysdeps/sh/sh3/setjmp.S: Likewise.
1715 * sysdeps/sh/sh4/setjmp.S: Likewise.
1716 * sysdeps/unix/alpha/sysdep.h: Likewise.
1717 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1718 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1719 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1720 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1721 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1723 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1724 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1725 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1726 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1727 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1728 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1729 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1730 * sysdeps/x86_64/setjmp.S: Likewise.
1731
d44a052c
JM
17322014-08-13 Joseph Myers <joseph@codesourcery.com>
1733
1734 [BZ #17263]
1735 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
1736 <stdint.h>.
1737 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
1738 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
1739
508ce3ac
SP
17402014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
1741
e44c8b0e
SP
1742 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
1743
508ce3ac
SP
1744 [BZ #17262]
1745 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
1746 and __x86_64__ when disabling x87 inline functions.
1747
b4acef1f
L
17482014-08-12 H.J. Lu <hongjiu.lu@intel.com>
1749
1750 [BZ #17259]
1751 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
1752 asm statement with __cpuid_count.
1753
61b1ef6e
MF
17542014-08-12 Mike Frysinger <vapier@gentoo.org>
1755
1756 * configure.ac: Change __ehdr_start code to dereference the struct.
1757 Run readelf on the output to look for relocations.
1758 * configure: Regenerated.
1759
898c62f4
JM
17602014-08-12 Joseph Myers <joseph@codesourcery.com>
1761
1762 [BZ #17261]
1763 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
1764 value to 0.
1765 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
1766
9a8a5720
RM
17672014-08-12 Roland McGrath <roland@hack.frob.com>
1768
1769 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
1770
4e75751c
BO
17712014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
1772
1773 [BZ #16892]
1774 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
1775 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
1776
bb2ce416
SA
17772014-08-12 Sean Anderson <seanga2@gmail.com>
1778
1779 * malloc/malloc.c: Fix typo in comment.
1780
7950a4ee
AM
17812014-08-09 Allan McRae <allan@archlinux.org>
1782
1783 * Regenerate libc.po.
1784
f469c49f
MF
17852014-08-08 Mike Frysinger <vapier@gentoo.org>
1786
1787 * intl/tst-gettext2.sh: Check every lang file for creation.
1788
656b84c2
WD
17892014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1790
1791 * sysdeps/aarch64/fpu/math_private.h
1792 (libc_feholdsetround_noex_aarch64_ctx): New function.
1793
538e9e45
W
17942014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
1795
1796 * sysdeps/arm/armv6/strcpy.S (strcpy):
1797 Fix performance issue in misaligned cases.
1798
d4795e4a
AZ
17992014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1800
1801 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
1802 Move definition from termios.h.
1803 (struct termio): Likewise.
1804 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1805 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1806 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1807 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1808 Likewise.
1809 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
1810 Move definition to ioctl-types.h
1811 (struct termio): Likewise.
1812 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
1813 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
1814 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
1815 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
1816 Likewise.
1817
64accb62
RH
18182014-08-05 Richard Henderson <rth@redhat.com>
1819
27bb6dc0
RH
1820 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
1821 exceptions.
1822 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
1823 Add fraiseexcpt.
1824 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
1825 Use __feraiseexcept.
1826 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
1827 Protect libm symbols with IS_IN_libm.
1828
64accb62
RH
1829 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
1830
e5292691
BO
18312014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
1832
1833 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
1834
5b4bd2d4
WN
18352014-08-04 Will Newton <will.newton@linaro.org>
1836
1837 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
1838 file.
1839
fcadaeef
MF
18402014-08-04 Mike Frysinger <vapier@gentoo.org>
1841
1842 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
1843 variants for each function.
1844
43a94c64
RM
18452014-08-04 Roland McGrath <roland@hack.frob.com>
1846
1847 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
1848 appended ...
1849 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
1850 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
1851 appended ...
1852 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
1853 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
1854 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
1855 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
1856 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
1857 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
1858 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
1859 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
1860 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
1861 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
1862 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
1863 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
1864 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
1865 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
1866 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
1867 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
1868 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
1869 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
1870 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
1871 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
1872 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
1873 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
1874 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
1875 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
1876 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
1877 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
1878 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
1879 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
1880 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
1881 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
1882 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
1883 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
1884 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
1885 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
1886 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
1887 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
1888 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
1889 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
1890 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
1891 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
1892 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
1893 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
1894 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
1895 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
1896 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
1897 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
1898 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
1899 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
1900 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
1901 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
1902 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
1903 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
1904 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
1905 Update #include.
1906 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
1907 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
1908
8f3c1fa4
RM
19092014-08-04 Roland McGrath <roland@hack.frob.com>
1910
1911 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
1912 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
1913 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
1914 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
1915 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
1916 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
1917
ca08746f
RM
19182014-08-04 Roland McGrath <roland@hack.frob.com>
1919
1920 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
1921 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
1922 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
1923 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
1924
9c925ff9
RM
19252014-08-04 Roland McGrath <roland@hack.frob.com>
1926
1927 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
1928 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
1929 (__libc_vfork): Define function under this name.
1930 (__vfork): Define as an alias.
1931 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
1932 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
1933
e641054c
RM
19342014-08-04 Roland McGrath <roland@hack.frob.com>
1935
1936 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
1937 that was previously under [RESET_PID].
1938 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
1939
dacdc867
AS
19402014-08-04 Andreas Schwab <schwab@suse.de>
1941
1942 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
1943
41f725ff
MF
19442014-08-03 Mike Frysinger <vapier@gentoo.org>
1945
1946 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
1947 (main): Likewise.
1948
277cfb31
RM
19492014-08-01 Roland McGrath <roland@hack.frob.com>
1950
1951 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
1952
4896f049
RH
19532014-08-01 Richard Henderon <rth@redhat.com>
1954
1955 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
1956 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
1957 typo in exact zero test.
1958 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
1959 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
1960 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
1961
6f64e7d7
RM
19622014-08-01 Roland McGrath <roland@hack.frob.com>
1963
1964 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
1965 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
1966 * sysdeps/arm/sysdep.h: ... here.
1967 [!__ASSEMBLER__]: Include <stdint.h>.
1968
3f3dd810
SP
19692014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
1970
a476ac4b
SP
1971 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
1972 (HAVE_WCTYPE_H): Likewise.
1973 (HAVE_ISWCTYPE): Likewise.
1974 (ENABLE_NLS): Likewise.
1975 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
1976 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
1977
78dd658a
SP
1978 * posix/regex_internal.c: Check if DEBUG is defined and is
1979 set.
1980
3f3dd810
SP
1981 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
1982 (HAVE_MBSRTOWCS): Likewise.
1983 * posix/fnmatch.c: Include string.h unconditionally.
1984
95ee7fb1
SL
19852014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
1986
1987 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
1988 reversal.
1989
23fe486b
RM
19902014-07-31 Roland McGrath <roland@hack.frob.com>
1991
f61a113f
RM
1992 * sysdeps/generic/safe-fatal.h: New file.
1993 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
1994 * nptl/forward.c: Include it.
1995 (__pthread_unwind): Use __safe_fatal as default action, rather
1996 than a bogus use of INTERNAL_SYSCALL that could never work.
1997
9fe7e787
RM
1998 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
1999 * configure.ac (libc_cv_builtin_trap): New test.
2000 * configure: Regenerated.
2001 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
2002 (ABORT_INSTRUCTION): Define using __builtin_trap.
2003
23fe486b
RM
2004 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
2005 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
2006 * sysdeps/nptl/nptl-signals.h: New file.
2007 * nptl/pthreadP.h: Include <nptl-signals.h>.
2008
f349489e
SL
20092014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
2010
2011 * sysdeps/s390/s390-64/utf16-utf32-z9.c
2012 (ONE_DIRECTION): Define.
2013 * sysdeps/s390/s390-64/utf8-utf16-z9.c
2014 (ONE_DIRECTION): Define.
2015 * sysdeps/s390/s390-64/utf8-utf32-z9.c
2016 (ONE_DIRECTION): Define.
2017
2f438e20
SL
20182014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
2019
2020 * sysdeps/s390/Makefile: Delete file.
2021 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
2022 * sysdeps/s390/__longjmp.c: Delete file.
2023 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
2024 Remove fields __flags and __reserved.
2025 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
2026 and add versioning.
2027 * sysdeps/s390/rtld-__longjmp.c: Delete file.
2028 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
2029 * sysdeps/s390/rtld-setjmp.S: Likewise.
2030 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
2031 * sysdeps/s390/s390-32/__longjmp.c: ... here.
2032 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
2033 * sysdeps/s390/s390-32/setjmp.S: ... here.
2034 Add versioning.
2035 (__sigsetjmp): Remove setting __flags field.
2036 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
2037 * sysdeps/s390/s390-64/__longjmp.c: ... here.
2038 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
2039 * sysdeps/s390/s390-64/setjmp.S: ... here.
2040 Add versioning.
2041 (__sigsetjmp): Remove setting __flags field.
2042 * sysdeps/s390/setjmp.S: Delete file.
2043 * sysdeps/s390/sigjmp.c: Likewise.
2044 * sysdeps/s390/v1-longjmp.c: Likewise.
2045 * sysdeps/s390/v1-setjmp.h: Likewise.
2046 * sysdeps/s390/v1-sigjmp.c: Likewise.
2047 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
2048 Remove v1-longjmp_chk.
2049 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
2050 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
2051 Include debug/longjmp_chk.c and add versioning.
2052 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
2053 Include nptl/pt-longjmp.c and add versioning.
2054 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
2055 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
2056 Include __longjmp.c.
2057 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
2058 Move to ...
2059 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
2060 (__getcontext): Remove setting __flags field.
2061 Add versioning.
2062 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
2063 Don't restore upper high grps.
2064 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
2065 Likewise.
2066 (__swapcontext): Remove setting uc_flags field.
2067 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
2068 Delete file.
2069 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
2070 Include __longjmp.c.
2071 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
2072 Move to ...
2073 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
2074 (__getcontext): Remove setting __flags field.
2075 Add versioning.
2076 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
2077 (__swapcontext): Remove setting uc_flags field.
2078 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
2079 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
2080 Remove fields uc_high_gprs and __reserved.
2081 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
2082 New file with reverted content.
2083 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
2084 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
2085 Regenerated.
2086 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
2087 Regenerated.
2088
6c9578a2
AS
20892014-07-31 Andreas Schwab <schwab@suse.de>
2090
2091 * config.h.in (HAVE_IFUNC): Define to 0.
2092 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
2093 definedness.
2094
05f3633d
LM
20952014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
2096
2097 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2098 memmove-avx-unaligned, memcpy-avx-unaligned and
2099 mempcpy-avx-unaligned.
2100 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2101 Add tests for AVX memcpy functions.
2102 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
2103 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
2104 memcpy_chk.
2105 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
2106 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
2107 memmove_chk.
2108 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
2109 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
2110 mempcpy_chk.
2111 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
2112 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
2113 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
2114
a53fbd8e
AZ
21152013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2116
2117 [BZ #17213]
2118 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
2119 powerpc64le.
2120
0961f7e1
JL
21212014-07-29 Jeff Layton <jlayton@poochiereds.net>
2122
2123 [BZ #16839]
2124 * manual/llio.texi: Add section about open file description locks.
2125 * manual/examples/ofdlocks.c: Example of open file description
2126 lock usage.
2127 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
2128 F_OFD_SETLK, and F_OFD_SETLKW.
2129
cc5fb300
AM
21302014-07-23 Allan McRae <allan@archlinux.org>
2131
2132 * po/es.po: Update Spanish translation from translation project.
2133
23329dca
AS
21342014-07-18 Andreas Schwab <schwab@linux-m68k.org>
2135
2136 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
2137
9c82da17
MR
21382014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
2139
2140 [BZ #17078]
2141 * sysdeps/arm/dl-machine.h (elf_machine_rela)
2142 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
2143 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
2144
29c4f53e
JM
21452014-07-17 Joseph Myers <joseph@codesourcery.com>
2146
831b9896
JM
2147 [BZ #17088]
2148 * math/fesetenv.c (__fesetenv)
2149 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
2150 * math/feupdateenv.c (__feupdateenv)
2151 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
2152
b21c2d50
JM
2153 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
2154 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
2155 (__ASSUME_SOCKETCALL): Do not define.
2156
067764ef
JM
2157 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
2158 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
2159 (__ASSUME_SOCKETCALL): Do not define.
2160 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
2161 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2162 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2163 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
2164 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2165 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
2166 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2167 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2168
642530c1
JM
2169 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
2170 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
2171 (__ASSUME_SOCKETCALL): Do not define.
2172 (__ASSUME_IPC64): Define unconditionally.
2173 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2174 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2175 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
2176 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2177 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
2178 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2179 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
2180 Likewise.
2181
03f77315
JM
2182 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
2183 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
2184 (__ASSUME_SOCKETCALL): Do not define.
2185 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
2186 (__ASSUME_FUTEX_LOCK_PI): Likewise.
2187 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2188 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
2189 (__ASSUME_REQUEUE_PI): Define unconditionally.
2190 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
2191 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
2192 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2193 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
2194 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2195 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2196
083b1f7c
JM
2197 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
2198 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
2199 (__ASSUME_SOCKETCALL): Do not define.
2200 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
2201 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2202 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2203 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
2204 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2205 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
2206
5be44ea6
JM
2207 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
2208 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
2209 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
2210 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
2211 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
2212 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
2213 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
2214 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
2215 (__ASSUME_GETCPU_SYSCALL): Likewise.
2216
d95ffd4c
JM
2217 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
2218 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
2219 cases for individual architectures.
2220 * sysdeps/gnu/configure: Regenerated.
2221 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
2222 LIBC_SLIBDIR_RTLDDIR.
2223 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
2224 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
2225 LIBC_SLIBDIR_RTLDDIR.
2226 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
2227 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
2228 LIBC_SLIBDIR_RTLDDIR.
2229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
2230 Regenerated.
2231 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
2232 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
2233 file.
2234 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
2235 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
2236 file.
2237 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
2238 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
2239 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
2240 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
2241
29c4f53e
JM
2242 * sysdeps/aarch64/shlib-versions: Move to ...
2243 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
2244 * sysdeps/alpha/shlib-versions: Move to ...
2245 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
2246 * sysdeps/arm/shlib-versions: Move to ...
2247 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
2248 * sysdeps/hppa/shlib-versions: Move all contents except for
2249 libgcc_s entry to ...
2250 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
2251 entry from ...
2252 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
2253 * sysdeps/ia64/shlib-versions: Move to ...
2254 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
2255 entry from ...
2256 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
2257 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
2258 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
2259 * sysdeps/microblaze/shlib-versions: Move to ...
2260 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
2261 * sysdeps/mips/shlib-versions: Move to ...
2262 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
2263 entry from ...
2264 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
2265 * sysdeps/tile/shlib-versions: Move to ...
2266 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
2267 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
2268 from ...
2269 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
2270 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
2271 entry from ...
2272 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
2273
32bead5b
WN
22742014-07-17 Will Newton <will.newton@linaro.org>
2275
57977c4b
WN
2276 * sysdeps/arm/bits/atomic.h
2277 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
2278 (__arch_compare_and_exchange_bool_16_int): Likewise.
2279 (__arch_compare_and_exchange_bool_64_int): Likewise.
2280
32bead5b
WN
2281 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
2282 into an #else block.
2283
37fccd41
RM
22842014-07-16 Roland McGrath <roland@hack.frob.com>
2285
2286 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
2287 just Linux configurations. Test empirically that the compiler sets
2288 __ARM_EABI__, rather than using the tuple to decide.
2289 * sysdeps/arm/preconfigure: Regenerated.
2290 * sysdeps/unix/sysv/linux/arm/configure: File removed.
2291 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
2292 contents appended ...
2293 * sysdeps/arm/configure.ac: ... here.
2294 * sysdeps/arm/configure: Regenerated.
2295
b365f3ec
RM
22962014-07-15 Roland McGrath <roland@hack.frob.com>
2297
8badf496
RM
2298 * nptl/pthread_kill.c: New file.
2299 * nptl/pthread_sigmask.c: New file.
2300 * nptl/pthread_sigqueue.c: New file.
2301
3df6f22e
RM
2302 * sysdeps/nptl/lowlevellock.h: New file.
2303 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
2304 * sysdeps/nptl/lowlevellock-futex.h: New file.
2305
b365f3ec
RM
2306 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
2307 Remove dead declarations.
2308
f2fef657
L
23092014-07-14 H.J. Lu <hongjiu.lu@intel.com>
2310
2311 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
2312 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
2313 config-cflags-avx2.
2314 * sysdeps/x86_64/configure.ac: Likewise.
2315 * sysdeps/i386/configure: Regenerated.
2316 * sysdeps/x86_64/configure: Likewise.
2317 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
2318 memset-avx2 only if config-cflags-avx2 is yes.
2319 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2320 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
2321 defined.
2322 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
2323 only if HAVE_AVX2_SUPPORT is defined.
2324 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
2325
f6c44d47
AM
23262014-07-14 Alan Modra <amodra@gmail.com>
2327
2328 [BZ #17153]
2329 * elf/elf.h (DT_PPC64_NUM): Correct value.
2330 * NEWS: Add to fixed bug list.
2331
7ee03f00
JM
23322014-07-13 Jim Meyering <meyering@fb.com>
2333
2334 [BZ 17150]
2335 regex: don't deref NULL upon heap allocation failure
2336 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
2337 failure in one more place.
2338 To trigger the segfault, configure grep -with-included-regex,
2339 build it, and run these commands:
2340 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
2341
9d39d517
AS
23422014-07-13 Andreas Schwab <schwab@linux-m68k.org>
2343
2344 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
2345
a75b89b7
RH
23462014-07-11 Richard Henderson <rth@redhat.com>
2347
2348 * sysdeps/aarch64/libm-test-ulps: Update.
2349
771eb141
FW
23502014-07-10 Florian Weimer <fweimer@redhat.com>
2351
2352 [BZ #17135]
2353 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
2354 * nptl/allocatestack.c (__nptl_setxid_error): New function.
2355 (__nptl_setxid): Initialize error member. Call
2356 __nptl_setxid_error.
2357 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
2358 * nptl/descr.h (struct xid_command): Add error member.
2359 * nptl/tst-setuid3.c: New file.
2360 * nptl/Makefile (tests): Add it.
2361
bc1da176
AZ
23622014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2363
2364 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
2365 New define.
2366 (__lll_trylock): Use __lll_base_trylock.
2367 (__lll_cond_trylock): Likewise.
2368
887865fc
RM
23692014-07-10 Roland McGrath <roland@hack.frob.com>
2370
c0c6bac9
RM
2371 * nptl/pthread_create.c (start_thread): Use atomic_or and
2372 lll_futex_wake directly rather than lll_robust_dead.
2373 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2374 (lll_robust_dead): Macro removed.
6a42be57 2375 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
2376 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2377 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2378 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2379 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2380 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2381 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2382 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2383 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2384 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2385 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2386 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2387 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2388 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2389 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2390
887865fc
RM
2391 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
2392 Use atomic_compare_and_exchange_val_acq directly rather than
2393 lll_robust_trylock.
2394 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
2395 (__lll_robust_trylock, lll_robust_trylock): Removed.
2396 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
2397 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
2398 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
2399 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
2400 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
2401 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
2402 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
2403 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
2404 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
2405 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
2406 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
2407 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
2408 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
2409 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
2410
58536726
FW
24112014-07-02 Florian Weimer <fweimer@redhat.com>
2412
2413 * manual/locale.texi (Locale Names): New section documenting
2414 locale name syntax. Adjust menu and node chaining accordingly.
2415 (Choosing Locale): Reference Locale Names, Locale Categories.
2416 Mention setting LC_ALL=C. Reflect that name syntax is now
2417 documented.
2418 (Locale Categories): New section title. Reference Locale Names.
2419 LC_ALL is an environment variable, but not a category.
2420 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
2421 description, now in Locale Name. Reference that section. Locale
2422 name syntax is now documented.
2423
4e8f95a0
FW
24242014-07-02 Florian Weimer <fweimer@redhat.com>
2425
2426 [BZ #17137]
2427 * locale/findlocale.c (name_present, valid_locale_name): New
2428 functions.
2429 (_nl_find_locale): Use the loc_name variable to store name
2430 candidates. Call name_present and valid_locale_name to check and
2431 validate locale names. Return an error if the locale is invalid.
2432
d1836456
FW
24332014-07-02 Florian Weimer <fweimer@redhat.com>
2434
2435 * locale/setlocale.c (setlocale): Use strdup for allocating
2436 composite name copy.
2437
d69b7f5a
SP
24382014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
2439
888c679b
SP
2440 Sync up with gnulib.
2441 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
2442 [!_LIBC && ENABLE_NLS]: Include gettext.h.
2443 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
2444 and _GL_ARG_NONNULL.
2445 [USE_UNLOCKED_IO]: Include unlocked-io.h.
2446 [!_LIBC]: Include code for Windows and Cygwin.
2447 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
2448 Include prototype for int strerror_r.
2449 [!_LIBC] (is_open): New function.
2450 (flush_stdout): New function.
2451 (print_errno_message): Use it.
2452 (error): Likewise.
2453 (error_at_line): Likewise.
2454 (error_tail) Add function attribute macros. Use
2455 __builtin_expect.
2456
180e0e4b
SP
2457 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
2458
d22f1fe2
SP
2459 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
2460
12f2254b
SP
2461 * io/ftw.c: Include sys/param.h unconditionally.
2462
c3c7c360
SP
2463 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
2464
d62aa75a
SP
2465 [BZ #17125]
2466 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
2467 libc_freeres_ptr.
2468 (freecache): New function to free CACHE on exit.
2469
d69b7f5a
SP
2470 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
2471 initialization.
2472
5efe06a1
DM
24732014-07-09 David S. Miller <davem@davemloft.net>
2474
2475 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2476
7000d82e
DM
2477 * sysdeps/sparc/nptl/internaltypes.h: Delete.
2478 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
2479 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
2480 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
2481 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
2482 * sysdeps/sparc/nptl/sem_init.c: Likewise.
2483 * sysdeps/sparc/nptl/sem_post.c: Likewise.
2484 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
2485 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
2486 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
2487 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
2488 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
2489 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
2490
c213442d
AS
24912014-07-09 Andreas Schwab <schwab@suse.de>
2492
4a2552c3
AS
2493 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
2494 output.
2495 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
2496 (do_test): Likewise.
2497
c213442d
AS
2498 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
2499
82374e65
WN
25002014-07-09 Will Newton <will.newton@linaro.org>
2501
2502 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
2503 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
2504 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
2505 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
2506 * sysdeps/hppa/start.S (_start): Likewise.
2507
6680738a
SP
25082014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
2509
6ee3eab4
SP
2510 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
2511
6680738a
SP
2512 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
2513 defined.
2514
80b5c505
SP
25152014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2516
e35c53e3
SP
2517 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
2518 after checking that it is non-NULL.
2519
80b5c505
SP
2520 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
2521
91f4b564
AZ
25222014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2523
27b75f56
AZ
2524 * sysdeps/powerpc/memmove.c: Remove file.
2525 * sysdeps/powerpc/powerpc32/power4/memcopy.h
2526 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
2527 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2528 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
2529 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
2530 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
2531 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
2532 string memmove instead of removed powerpc one.
2533
e7f95bb5
AZ
2534 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
2535 [weak_alias]: Fix compiler warning due trailing data.
2536 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
2537 [weak_alias]: Likewise.
2538 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
2539 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
2540
91f4b564
AZ
2541 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
2542 (__libc_ifunc_impl_list): Add memmove functions.
2543
7c33f1e5
SP
25442014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
2545
2546 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
2547 Remove code.
2548 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
2549 Likewise
2550 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
2551 Likewise
2552 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
2553 Likewise
2554 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
2555 Likewise
2556 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
2557 Likewise
2558 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
2559 Likewise
2560 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
2561 Likewise
2562 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
2563 Likewise
2564 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
2565 Likewise
2566 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
2567 Likewise
2568 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
2569 Likewise
2570 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
2571 Likewise
2572 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
2573 Likewise
2574 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
2575 Likewise
2576 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
2577 Likewise
2578 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
2579 Likewise
2580
3f17b03b
AZ
25812014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2582
87868c24
AZ
2583 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
2584 to avoid alignment traps in non-cacheable memory.
2585 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
2586
07aedd78
AZ
2587 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
2588 multiarch objects.
2589 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
2590 file: multiarch power7 memmove.
2591 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
2592 multiarch default memmove.
2593 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
2594 multiarch memove for powerpc32/power4.
2595
17762f66
AZ
2596 * string/bcopy.c: Use full path to include memmove.c.
2597 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
2598 multiarch objects.
2599 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
2600 bcopy for powerpc64.
2601 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
2602 bcopy for powerpc64.
2603 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
2604 and memmove implementations.
2605 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
2606 optimized multiarch memmove for POWER7/powerpc64.
2607 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
2608 default multiarch memmove for powerpc64.
2609 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
2610 multiarch for powerpc64.
2611 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
2612 for POWER7/powerpc64.
2613 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
2614 memmove for POWER7/powerpc64.
2615
d6f68bbe
AZ
2616 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
2617 glibc default one.
2618
3f17b03b
AZ
2619 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
2620 __ELF_NATIVE_CLASS equal to 64.
2621
08192659
RM
26222014-07-07 Roland McGrath <roland@hack.frob.com>
2623
f4c4021b
RM
2624 * sysdeps/nptl/lowlevellock.h: File removed.
2625
f083450f
RM
2626 * NEWS: NPTL is no longer an add-on!
2627 * nptl/internaltypes.h: Moved ...
2628 * sysdeps/nptl/internaltypes.h: ... here.
2629 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
2630 * sysdeps/nptl/fork.c: Likewise.
2631 * sysdeps/nptl/gai_misc.h: Likewise.
2632 * sysdeps/nptl/librt-cancellation.c: Likewise.
2633 * sysdeps/nptl/jmp-unwind.c: Likewise.
2634 * sysdeps/nptl/setxid.h: Likewise.
2635 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
2636 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
2637 * sysdeps/unix/sysv/linux/arm/Implies: New file.
2638 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
2639 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
2640 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
2641 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
2642 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
2643 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
2644 * sysdeps/unix/sysv/linux/mips/Implies: New file.
2645 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
2646 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
2647 * sysdeps/unix/sysv/linux/sh/Implies: New file.
2648 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
2649 * sysdeps/unix/sysv/linux/tile/Implies: New file.
2650 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
2651 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
2652 * nptl/Makeconfig: Moved ...
2653 * sysdeps/nptl/Makeconfig: ... here.
2654 * nptl/configure: File removed.
2655 * nptl/ANNOUNCE: File removed.
2656 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
2657 * sysdeps/unix/sysv/linux/configure: Regenerated.
2658
08192659
RM
2659 * nptl/Makefile (routines): Add libc_pthread_init,
2660 libc_multiple_threads, register-atfork and unregister-atfork.
2661 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
2662 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
2663 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
2664 pthread-pi-defines.sym, structsem.sym.
2665 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
2666 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
2667 [$(subdir) = nptl] (tests): Add tst-setgetname.
2668 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
2669 * sysdeps/unix/sysv/linux/sigaction.c: Just include
2670 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
2671 [!LIBC_SIGACTION]: Remove aliases.
2672 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2673 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2674 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2675 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
2676 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2677 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
2678 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
2679 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
2680 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2681 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
2682 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
2683 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
2684 __libc_allocate_rtsig_private.
2685 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
2686 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
2687 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
2688 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
2689 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2690 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
2691 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
2692 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
2693 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
2694 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
2695 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
2696 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
2697 * nptl/internaltypes.h: ... here.
2698 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
2699 * sysdeps/nptl/jmp-unwind.c: ... here.
2700 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
2701 * nptl/libc-lowlevellock.c: ... here.
2702 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
2703 * nptl/libc_multiple_threads.c: ... here.
2704 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
2705 * nptl/libc_pthread_init.c: ... here.
2706 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
2707 * nptl/lowlevelbarrier.sym: ... here.
2708 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
2709 * nptl/lowlevelcond.sym: ... here.
2710 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
2711 * nptl/lowlevellock.c: ... here.
2712 * nptl/lowlevellock.h: Moved ...
2713 * sysdeps/nptl/lowlevellock.h: ... here.
2714 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
2715 * nptl/lowlevelrobustlock.c: ... here.
2716 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
2717 * nptl/lowlevelrobustlock.sym: ... here.
2718 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
2719 * nptl/lowlevelrwlock.sym: ... here.
2720 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
2721 * nptl/pt-fork.c: ... here.
2722 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
2723 * nptl/pthread-pi-defines.sym: ... here.
2724 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
2725 * nptl/pthread_attr_getaffinity.c: ... here.
2726 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
2727 * nptl/pthread_attr_setaffinity.c: ... here.
2728 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
2729 * nptl/pthread_mutex_cond_lock.c: ... here.
2730 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
2731 Update #include.
2732 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
2733 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
2734 * nptl/pthread_once.c: ... here, replacing old file.
2735 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
2736 * nptl/pthread_yield.c: ... here.
2737 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
2738 * nptl/register-atfork.c: ... here.
2739 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
2740 * nptl/sem_post.c: ... here.
2741 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
2742 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
2743 * nptl/sem_timedwait.c: ... here.
2744 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
2745 * nptl/sem_trywait.c: ... here.
2746 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
2747 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
2748 * nptl/sem_wait.c: ... here.
2749 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
2750 * nptl/structsem.sym: ... here.
2751 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
2752 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
2753 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
2754 * nptl/unregister-atfork.c: ... here.
2755 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
2756 * nptl/unwindbuf.sym: ... here.
2757 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
2758 * sysdeps/nptl/fork.c: ... here.
2759 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
2760 * sysdeps/nptl/fork.h: ... here.
2761 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
2762 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
2763 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
2764 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
2765 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
2766 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
2767 * sysdeps/unix/sysv/linux/getpid.c: ... here.
2768 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
2769 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
2770 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
2771 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
2772 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
2773 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
2774 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
2775 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
2776 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
2777 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
2778 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
2779 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
2780 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
2781 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
2782 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
2783 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
2784 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
2785 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
2786 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
2787 * sysdeps/unix/sysv/linux/raise.c: ... here.
2788 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
2789 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
2790 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
2791 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
2792 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
2793 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
2794 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
2795 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
2796 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
2797 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
2798 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
2799 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
2800 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
2801 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
2802 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
2803
96baf6ff
SP
28042014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
2805
2806 * sysdeps/generic/memcopy.h: Add comment for
2807 MEMCPY_OK_FOR_FWD_MEMMOVE.
2808
6b7b14b2
WN
28092014-07-04 Will Newton <will.newton@linaro.org>
2810
1570a72b
WN
2811 * string/memchr.c: Merge from gnulib.
2812 [_LIBC]: Remove conditionals.
2813 (__ptr_t): Remove define.
2814 (LONG_MAX_32_BITS): Likewise.
2815 (LONG_MAX): Likewise.
2816 (MEMCHR): Use ANSI prototype and optimize algorithm.
2817
6b7b14b2
WN
2818 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
2819
38851324
SP
28202014-07-03 Roland McGrath <roland@hack.frob.com>
2821
3d9eb57c
RM
2822 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
2823 (lll_futex_timed_wait_bitset): Fix syscall argument count.
2824
78b984ae
RM
2825 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
2826 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
2827 in a bare environment with no <stdlib.h> installed.
2828 * sysdeps/nptl/configure: Regenerated.
2829
2d5976a5
RM
2830 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
2831
c1f5acd4
RM
2832 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
2833 AC_EGREP_CPP for kernel header checks, so they only succeed if
2834 including <linux/version.h> actually works right.
2835 * sysdeps/unix/sysv/linux/configure: Regenerated.
2836
4d614fe5
RM
2837 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
2838 value so it's not diagnosed as unused.
2839
38851324
SP
2840 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
2841 thing) with "ifeq ($(subdir),rt)".
2842
b3ec00e5
RH
28432014-07-03 Richard Henderson <rth@redhat.com>
2844
69862e25
RH
2845 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
2846 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
2847 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
2848
d5e16ade
RH
2849 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
2850 (math_force_eval): New.
2851
ca7b945c
RH
2852 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
2853 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
2854
cd1175a3
RH
2855 * sysdeps/alpha/fpu/s_round.c: Remove file.
2856 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
2857
b3ec00e5
RH
2858 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
2859 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
2860 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
2861 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
2862 (_dl_start, print_statistics): Likewise.
2863 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
2864 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
2865
2866 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2867 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2868 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2869 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2870 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2871 (HP_SMALL_TIMING_AVAIL): Define.
2872 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2873 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2874 (HP_SMALL_TIMING_AVAIL): Define.
2875 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2876 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
2877
2878 * sysdeps/aarch64/hp-timing.h: New file.
2879
2880 * sysdeps/generic/hp-timing.h: Remove dead comment.
2881 * sysdeps/generic/hp-timing-common.h: New file.
2882 * sysdeps/alpha/hp-timing.h: Include it.
2883 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
2884 * sysdeps/i386/i686/hp-timing.h: Likewise.
2885 * sysdeps/ia64/hp-timing.h: Likewise.
2886 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
2887 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
2888 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
2889 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
2890 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
2891 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
2892 (hp_timing_t): New.
2893
2894 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
2895 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
2896 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
2897 * elf/rtld.c (_dl_start_final): Likewise.
2898 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
2899 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2900 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2901 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2902 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2903 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2904 (HP_TIMING_DIFF_INIT): Remove.
2905 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2906 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
2907 (HP_TIMING_DIFF_INIT): Remove.
2908 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
2909 * sysdeps/i386/i686/hp-timing.c: Remove file.
2910 * sysdeps/x86_64/hp-timing.c: Remove file.
2911 * sysdeps/ia64/hp-timing.c: Remove file.
2912 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
2913 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
2914 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
2915 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
2916
2917 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
2918 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
2919 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
2920 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2921 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
2922 (HP_TIMING_ACCUM): Remove.
2923 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2924 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
2925 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
2926
2927 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
2928 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
2929 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
2930 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
2931 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
2932 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2933 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
2934 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
2935
2936 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
2937
225f410f
MR
29382014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
2939
2940 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
2941
3247f285
SP
29422014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2943
2944 Sync up with gettext.
2945 * intl/loadmsgcat.c: Define O_BINARY if not defined.
2946 [_MSC_VER]: Include malloc.h
2947 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
2948 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
2949 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
2950 TEMP_FAILURE_RETRY. Cast return of alloca.
2951 [!_LIBC] Call gl_rwlock_init.
2952 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
2953
d12704c7
SP
29542014-07-02 Roland McGrath <roland@hack.frob.com>
2955
2956 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
2957 before checking its value.
2958
99f8dc92
SP
29592014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2960
05fdac77
SP
2961 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
2962
99f8dc92
SP
2963 * debug/memcpy_chk.c: Don't include pagecopy.h.
2964 * debug/mempcpy_chk.c: Likewise.
2965 * string/memcpy.c: Likewise.
2966 * string/memmove.c: Likewise.
2967 * sysdeps/powerpc/memmove.c: Likewise.
2968 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
2969 definition of PAGE_COPY_FWD_MAYBE here...
2970 * sysdeps/generic/pagecopy.h: ... from here.
2971 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
2972
bc8ea385
VR
29732014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
2974 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2975
2976 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
2977 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
2978 optimizations.
2979 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
2980 (__libc_ifunc_impl_list): Likewise.
2981 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
2982 multiarch strcat for PPC64.
2983 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
2984 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
2985
fe5f34e4
RM
29862014-07-02 Roland McGrath <roland@hack.frob.com>
2987
2988 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2989
256aa665
SP
29902014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2991
d4eb8195
SP
2992 * intl/loadmsgcat.c: Remove declaration of
2993 get_sysdep_segment_value.
2994 (get_sysdep_segment_value): Use ISO C style.
2995 (_nl_load_domain): Use ISO C style. Get rid of redundant
2996 semicolon. Fix typo and formatting in comment.
2997 (_nl_unload_domain): Use ISO C style.
2998
256aa665
SP
2999 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
3000
b100f9aa
WN
30012014-07-02 Will Newton <will.newton@linaro.org>
3002
3003 * malloc/obstack.c: Merge from gnulib master.
3004 [HAVE_CONFIG_H]: Remove conditional code.
3005 [!_LIBC]: Include config.h.
3006 [!ELIDE_CODE]: Don't include inttypes.h, include
3007 stdint.h unconditionally.
3008 (print_and_abort): Mark as _Noreturn.
3009 (_obstack_allocated_p): Mark as __attribute_pure__.
3010 (obstack_free): Rename to __obstack_free.
3011 [!__attribute__]: Remove conditional code.
3012 * malloc/obstack.h: Merge from gnulib master.
3013 [__cplusplus]: Move conditional down.
3014 [!__attribute_pure__]: Define __attribute_pure__ here
3015 if it is not already defined.
3016 (_obstack_memory_used): Mark as __attribute_pure__.
3017 [!__obstack_free]: Define as obstack_free.
3018 [__GNUC__]: Remove check for ancient NeXT gcc.
3019
c4c41244
PE
30202014-07-02 Will Newton <will.newton@linaro.org>
3021 Paul Eggert <eggert@cs.ucla.edu>
3022
3023 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
3024
e1e041c4
SP
30252014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3026
3027 * resolv/gethnamaddr.c: Add comment warning that the file is
3028 not maintained.
3029
ccf431ff
CD
30302014-07-01 Carlos O'Donell <carlos@redhat.com>
3031
d34570a6
CD
3032 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
3033 entries.
3034
ccf431ff
CD
3035 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
3036 entry for aio_cancel and aio_cancel64.
3037 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
3038 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
3039 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
3040 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
3041 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
3042 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
3043 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
3044 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
3045 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
3046 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
3047 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
3048 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
3049 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
3050
ca06321d
RM
30512014-07-01 Roland McGrath <roland@hack.frob.com>
3052
3053 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
3054 * nptl/pthread_mutex_lock.c: Likewise.
3055 * nptl/pthread_mutex_timedlock.c: Likewise.
3056 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
3057
a1ac3184
RH
30582014-07-01 Richard henderson <rth@redhat.com>
3059
631021e0
RH
3060 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
3061 (__isnan, __isnanl): Remove.
3062 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
3063
a1ac3184
RH
3064 * sysdeps/alpha/fpu/libm-test-ulps: Update.
3065
0c1d731f
SL
30662014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
3067
3068 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
3069
76985d3e
SP
30702014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
3071
3072 * resolv/nss_dns/dns-host.c (getanswer_r)
3073 [MULTI_PTRS_ARE_ALIASES]: Remove code.
3074
b0cb3096
JM
30752014-07-01 Joseph Myers <joseph@codesourcery.com>
3076
3077 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
3078 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
3079 undefine.
3080 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
3081 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
3082
4d76cb39
RM
30832014-07-01 Roland McGrath <roland@hack.frob.com>
3084
3085 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
3086 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
3087
3088 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
3089 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
3090
3091 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
3092 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
3093 ... here.
3094 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
3095 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
3096
3097 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
3098 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
3099 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
3100 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
3101
3102 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
3103 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
3104 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
3105 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
3106 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
3107 Moved ...
3108 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
3109 ... here.
3110 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
3111 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
3112 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
3113 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
3114 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
3115 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
3116 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
3117 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
3118 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
3119 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
3120 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
3121 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
3122 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
3123 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
3124 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
3125 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
3126 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
3127 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
3128 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
3129 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
3130 ... here.
3131 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
3132 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
3133 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
3134 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
3135 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
3136 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
3137 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
3138 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
3139
0cdcad17
DH
31402014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
3141
3142 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
3143 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
3144 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
3145 Add sysdep.
3146
9b71d0e3
AZ
31472014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3148
3149 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3150
665390c2
JM
31512014-06-30 Joseph Myers <joseph@codesourcery.com>
3152
ae05a9d7
JM
3153 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
3154 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
3155
a7672a2f
JM
3156 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
3157
665390c2
JM
3158 * sysdeps/arm/libm-test-ulps: Regenerated.
3159
d7a05d07
MR
31602014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
3161 Roland McGrath <roland@hack.frob.com>
3162
3163 * test-skeleton.c (signal_handler): Kill the whole process group
3164 before killing the child individually.
3165 (main): Report any failure on `setpgid'.
3166
46f1d8a6
RM
31672014-06-30 Roland McGrath <roland@hack.frob.com>
3168
3169 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
3170 from _TLS_H to _ARM_NPTL_TLS_H.
3171 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
3172 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
3173
9c37ec0b
JM
31742014-06-30 Joseph Myers <joseph@codesourcery.com>
3175
ce9c5b3e
JM
3176 [BZ #16539]
3177 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
3178 (__expm1l): Return argument unchanged when small but not
3179 subnormal.
3180
3a6e9887
JM
3181 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
3182 include macro name.
3183 (_FP_UNPACK_RAW_1_P): Likewise.
3184 (_FP_PACK_RAW_1): Likewise.
3185 (_FP_PACK_RAW_1_P): Likewise.
3186 (_FP_MUL_MEAT_1_wide): Likewise.
3187 (_FP_MUL_MEAT_DW_1_hard): Likewise.
3188 (_FP_MUL_MEAT_1_hard): Likewise.
3189 (_FP_DIV_MEAT_1_imm): Likewise.
3190 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
3191 (_FP_DIV_MEAT_1_udiv): Likewise.
3192 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
3193 (_FP_UNPACK_RAW_2): Likewise.
3194 (_FP_UNPACK_RAW_2_P): Likewise.
3195 (_FP_PACK_RAW_2): Likewise.
3196 (_FP_PACK_RAW_2_P): Likewise.
3197 (_FP_MUL_MEAT_DW_2_wide): Likewise.
3198 (_FP_MUL_MEAT_2_wide): Likewise.
3199 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
3200 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3201 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
3202 (_FP_MUL_MEAT_2_gmp): Likewise.
3203 (_FP_DIV_MEAT_2_udiv): Likewise.
3204 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
3205 (_FP_FRAC_SRL_4): Likewise.
3206 (_FP_FRAC_SRST_4): Likewise.
3207 (_FP_FRAC_SRS_4): Likewise.
3208 (_FP_UNPACK_RAW_4): Likewise.
3209 (_FP_UNPACK_RAW_4_P): Likewise.
3210 (_FP_PACK_RAW_4): Likewise.
3211 (_FP_PACK_RAW_4_P): Likewise.
3212 (_FP_MUL_MEAT_DW_4_wide): Likewise.
3213 (_FP_MUL_MEAT_4_wide): Likewise.
3214 (_FP_MUL_MEAT_4_gmp): Likewise.
3215 (umul_ppppmnnn): Likewise.
3216 (_FP_DIV_MEAT_4_udiv): Likewise.
3217 (__FP_FRAC_ADD_4): Likewise.
3218 (__FP_FRAC_SUB_3): Likewise.
3219 (__FP_FRAC_SUB_4): Likewise.
3220 (__FP_FRAC_DEC_3): Likewise.
3221 (__FP_FRAC_DEC_4): Likewise.
3222 (__FP_FRAC_ADDI_4): Likewise.
3223 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
3224 (_FP_FRAC_SRL_8): Likewise.
3225 (_FP_FRAC_SRS_8): Likewise.
3226
9c37ec0b
JM
3227 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
3228 include macro name.
3229 (FP_UNPACK_RAW_EP): Likewise.
3230 (FP_PACK_RAW_E): Likewise.
3231 (FP_PACK_RAW_EP): Likewise.
3232 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
3233 (_FP_ISSIGNAN): Likewise.
3234 (_FP_ADD_INTERNAL): Likewise.
3235 (_FP_FMA): Likewise.
3236 (_FP_CMP): Likewise.
3237 (_FP_SQRT): Likewise.
3238 (_FP_TO_INT): Likewise.
3239 (_FP_FROM_INT): Likewise.
3240 (FP_EXTEND): Likewise.
3241 (_FP_DIV_MEAT_N_loop): Likewise.
3242
2125f674
MR
32432014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
3244
3245 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
3246 throughout.
3247
edea4028
JM
32482014-06-29 Joseph Myers <joseph@codesourcery.com>
3249
3250 [BZ #17097]
3251 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
3252 result with correct sign in case of exponents that produce
3253 overflow except for X very close to 1.
3254
dd0ba018
PE
32552014-06-28 Paul Eggert <eggert@cs.ucla.edu>
3256
3257 mktime: merge #if/#ifdef usage from glibc
3258 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
3259 as that works with both Glibc's and Gnulib's style.
3260 See thread starting at Siddhesh Poyarekar's bug report at:
3261 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
3262
64df73c2
SP
32632014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
3264
3265 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
3266 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
3267 * sysdeps/tile/tilegx/memmove.c: Remove file.
3268
f1eafb41
JM
32692014-06-27 Joseph Myers <joseph@codesourcery.com>
3270
3271 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
3272 abi-name definition.
3273 * scripts/soversions.awk: Do not handle or generate ABI lines.
3274 * shlib-versions: Remove ABI entries.
3275 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
3276 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
3277
58eb0862
RM
32782014-06-27 Roland McGrath <roland@hack.frob.com>
3279
37caf178
RM
3280 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
3281 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
3282 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
3283 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
3284 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
3285 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
3286 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
3287 Moved ...
3288 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
3289 ... here.
3290 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
3291 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
3292 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
3293 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
3294 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
3295 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
3296 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
3297 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
3298 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
3299 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
3300 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
3301 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
3302 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
3303 Moved ...
3304 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
3305 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
3306 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
3307 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
3308 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
3309 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
3310 Moved ...
3311 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
3312 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
3313 Moved ...
3314 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
3315 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
3316 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
3317 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
3318 Moved ...
3319 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
3320 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
3321 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
3322 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
3323 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
3324 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
3325 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
3326 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
3327 Moved ...
3328 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
3329 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
3330 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
3331 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
3332 Moved ...
3333 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
3334 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
3335 Moved ...
3336 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
3337 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
3338 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
3339 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
3340 Moved ...
3341 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
3342 ... here.
3343 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
3344 Identical file removed.
3345 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
3346 Moved ...
3347 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
3348 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
3349 Identical file removed.
3350 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
3351 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
3352 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
3353 Moved ...
3354 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
3355 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
3356 Identical file removed.
3357 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
3358 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
3359 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
3360 Identical file removed.
3361 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
3362 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
3363 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
3364 Identical file removed.
3365 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
3366 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
3367 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
3368 Identical file removed.
3369 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
3370 Moved ...
3371 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
3372 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
3373 Identical file removed.
3374 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
3375 Moved ...
3376 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
3377 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
3378 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
3379 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
3380 Identical file removed.
3381 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
3382 Moved ...
3383 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
3384 ... here.
3385 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
3386 Identical file removed.
3387 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
3388 Moved ...
3389 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
3390 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
3391 Identical file removed.
3392 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
3393 Moved ...
3394 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
3395 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
3396 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
3397 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
3398 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
3399 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
3400 Moved ...
3401 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
3402 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
3403 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
3404
58eb0862
RM
3405 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
3406 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
3407 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
3408 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
3409 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
3410
6f12d062
AS
34112014-06-27 Arjun Shankar <arjun.is@lostca.se>
3412
3413 [BZ #17092]
3414 * nscd/nscd.c (monitor_child): Return exit status of child
3415 instead of return value from wait syscall.
3416
be254932
JM
34172014-06-27 Joseph Myers <joseph@codesourcery.com>
3418
cb403c34
JM
3419 * configure.ac (libc_commonpagesize): Remove variable.
3420 (libc_relro_required): Likewise.
3421 (libc_cv_z_relro): Remove configure test.
3422 * configure: Regenerated.
3423 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
3424 variable.
3425 (libc_relro_required): Likewise.
3426 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
3427 (libc_relro_required): Likewise.
3428 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
3429 (libc_relro_required): Likewise.
3430 * sysdeps/arm/preconfigure: Regenerated.
3431 * sysdeps/ia64/preconfigure: Remove file.
3432 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
3433 variable.
3434 (libc_relro_required): Likewise.
3435
be254932
JM
3436 [BZ #16561]
3437 [BZ #16562]
3438 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
3439 (__ieee754_yn): Set FE_TONEAREST mode internally and then
3440 recompute overflowing results in original rounding mode.
3441 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
3442 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
3443 recompute overflowing results in original rounding mode.
3444 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
3445 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3446 recompute overflowing results in original rounding mode.
3447 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
3448 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3449 recompute overflowing results in original rounding mode.
3450 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
3451 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
3452 recompute overflowing results in original rounding mode.
3453 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
3454 (libc_feholdsetround_ctx): New macro.
3455 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
3456 * sysdeps/i386/fpu/libm-test-ulps: Update.
3457 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
3458
b351d85a
JM
34592014-06-26 Joseph Myers <joseph@codesourcery.com>
3460
3461 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
3462 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
3463 corresponding .cpsetup call.
3464
3cb4de47
RM
34652014-06-26 Roland McGrath <roland@hack.frob.com>
3466
3467 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
3468 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
3469 * sysdeps/arm/Makefile [$(subdir) = csu]
3470 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
3471 (static-only-routines): Add aeabi_read_tp here.
3472 (shared-only-routines): Add libc-aeabi_read_tp here.
3473 (CFLAGS-libc-start.c): Add -fexceptions here.
3474 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
3475 (sysdep_routines, static-only-routines, shared-only-routines):
3476 Don't add to these here.
3477 (CFLAGS-libc-start.c): Likewise.
3478
3479 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
3480 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
3481 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
3482 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
3483 * sysdeps/arm/Makefile [$(subdir) = rt]
3484 (librt-sysdep_routines, librt-shared-only-routines):
3485 Append rt-aeabi_unwind_cpp_pr1 here.
3486 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
3487 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
3488 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
3489 (libpthread-sysdep_routines, libpthread-shared-only-routines):
3490 Append nptl-aeabi_unwind_cpp_pr1 here.
3491 (tests): Filter out tst-cleanupx4 here.
3492 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
3493 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
3494 Don't do those here.
3495
354426bb
JM
34962014-06-26 Joseph Myers <joseph@codesourcery.com>
3497
3498 * scripts/list-sources.sh: Do not handle ports specially.
3499
28b0a8c9
RM
35002014-06-26 Roland McGrath <roland@hack.frob.com>
3501
a3dd035d
RM
3502 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
3503 * sysdeps/arm/feupdateenv.c: Likewise.
3504
28b0a8c9
RM
3505 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
3506
e66a8203
JM
35072014-06-26 Joseph Myers <joseph@codesourcery.com>
3508
3509 * manual/texinfo.tex: Update to version 2014-05-05.10 with
3510 trailing whitespace removed.
3511 * scripts/config.guess: Update to version 2014-03-23.
3512 * scripts/config.sub: Update to version 2014-05-01
3513 * scripts/install-sh: Update to version 2013-12-25.23.
3514 * scripts/move-if-change: Update from gnulib.
3515
74171115
SP
35162014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3517
b97c9ce5
SP
3518 * debug/memmove_chk.c: Remove pagecopy.h include.
3519
4000f892
SP
35202014-06-26 Paul Eggert <eggert@cs.ucla.edu>
3521
74171115
SP
3522 * time/mktime.c (leapyear): Remove inline keyword. The code is now
3523 identical to gnulib mktime.
3524
a8779c28
JM
35252014-06-26 Joseph Myers <joseph@codesourcery.com>
3526
e64708de
JM
3527 * configure.ac: Do not test for machine being rs6000. Do not test
3528 for powerpc*-*soft.
3529 * configure: Regenerated.
3530
a8779c28
JM
3531 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
3532 test.
3533 * configure: Regenerated.
3534 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
3535 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
3536 Remove configure test.
3537 * sysdeps/arm/configure: Regenerated.
3538 * sysdeps/nptl/configure.ac: Do not check
3539 libc_cv_asm_cfi_directives.
3540 * sysdeps/nptl/configure: Regenerated.
3541 * sysdeps/x86_64/nptl/configure.ac: Remove file.
3542 * sysdeps/x86_64/nptl/configure: Remove generated file.
3543 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
3544 unconditional.
3545 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
3546
2aac0a86
SP
35472014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
3548
059bf913
SP
3549 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
3550 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
3551 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
3552 it is defined.
3553
4cf5b6d0
SP
3554 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
3555 instead of whether it is defined.
3556 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
3557 * sysdeps/hppa/dl-machine.h: Likewise.
3558 * sysdeps/ia64/dl-machine.h: Likewise.
3559 * sysdeps/m68k/dl-machine.h: Likewise.
3560 * sysdeps/microblaze/dl-machine.h: Likewise.
3561 * sysdeps/mips/dl-machine.: Likewise.
3562 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
3563 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
3564 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3565 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3566 * sysdeps/sh/dl-machine.h: Likewise.
3567 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3568 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3569 * sysdeps/tile/dl-machine.h: Likewise.
3570 * sysdeps/x86_64/dl-machine.h: Likewise.
3571
2aac0a86
SP
3572 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
3573 code.
3574 (verify_persistent_db): Likewise.
3575
6ad2df0b
RM
35762014-06-26 Roland McGrath <roland@hack.frob.com>
3577
d8a483f3
RM
3578 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
3579 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
3580 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
3581 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
3582 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
3583 Moved ...
3584 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
3585 ... here.
3586 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
3587 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
3588 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
3589 Identical file removed.
3590 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
3591 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
3592 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
3593 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
3594 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
3595 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
3596 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
3597 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
3598 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
3599 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
3600 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3601 Moved ...
3602 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
3603 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
3604 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
3605 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
3606 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
3607 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
3608 Moved ...
3609 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
3610 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
3611 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
3612 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
3613 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
3614 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
3615 Identical file removed.
3616 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
3617 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
3618 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
3619 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
3620 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
3621 Moved ...
3622 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
3623 ... here.
3624 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
3625 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
3626 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
3627 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
3628 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
3629 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
3630 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
3631 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
3632 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
3633 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
3634 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3635 Moved ...
3636 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
3637 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
3638 Moved ...
3639 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
3640 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
3641 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
3642 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
3643 Moved ...
3644 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
3645 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
3646 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
3647
52ae23b4
RM
3648 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
3649 folded into ...
3650 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
3651 * sysdeps/unix/sysv/linux/s390/Versions
3652 (libpthread: GLIBC_2.19): New version set.
3653 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
3654 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
3655 (librt: GLIBC_2.3.3): New version set.
3656 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
3657 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
3658 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
3659 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
3660 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
3661 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
3662 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
3663 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
3664 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
3665 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
3666 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
3667 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
3668 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
3669 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
3670 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
3671 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
3672 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
3673 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
3674 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
3675 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
3676 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
3677 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
3678 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
3679 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
3680 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
3681 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
3682 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
3683 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
3684 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
3685 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
3686 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
3687 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
3688 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
3689 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
3690 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
3691 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
3692 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
3693 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
3694 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
3695 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
3696 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
3697 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
3698 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
3699 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
3700 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
3701
39507e4a
RM
3702 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
3703 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
3704 (__libc_vfork): Define the function under this name.
3705 [!NOT_IN_libc] (__vfork): Make this an alias.
3706 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3707 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
3708 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
3709 (__libc_vfork): Define the function under this name.
3710 [!NOT_IN_libc] (__vfork): Make this an alias.
3711 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
3712 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
3713 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
3714 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
3715 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
3716 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3717
e549ee56
RM
3718 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
3719 code that was previously under [RESET_PID].
3720 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
3721 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
3722 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
3723
6ad2df0b
RM
3724 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
3725 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
3726 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
3727 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
3728 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
3729 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
3730 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
3731 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
3732 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
3733 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
3734 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
3735 Moved ...
3736 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
3737 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
3738 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
3739 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
3740 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
3741 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
3742 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
3743 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
3744 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
3745 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
3746 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
3747 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
3748 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
3749 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
3750 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
3751 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
3752 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
3753 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
3754 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
3755 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
3756 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
3757 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
3758 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
3759 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
3760 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
3761 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
3762 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
3763 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
3764 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
3765
7c1c1d8e
RM
37662014-06-25 Roland McGrath <roland@hack.frob.com>
3767
3768 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
3769 that was previously under [RESET_PID].
3770 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
3771
3e239be6
JM
37722014-06-25 Joseph Myers <joseph@codesourcery.com>
3773
74385da5
JM
3774 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
3775 not undefine and redefine.
3776 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
3777 [O_CLOEXEC]: Make code unconditional.
3778 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
3779 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
3780 <kernel-features.h>.
3781 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
3782 conditional variable definition.
3783 (shm_open) [O_CLOEXEC]: Make code unconditional.
3784 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
3785 code.
3786
c2570a0b
JM
3787 * configure.ac (USE_REGPARMS): Don't define here.
3788 * configure: Regenerated.
3789 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
3790 * sysdeps/i386/configure: Regenerated.
3791
11b076bb
JM
3792 * nptl/createthread.c: Don't include kernel-features.h.
3793 * nptl/pthread_cancel.c: Likewise.
3794 * nptl/pthread_condattr_setclock.c: Likewise.
3795 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
3796 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
3797 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
3798 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
3799 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
3800 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
3801 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
3802 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
3803 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
3804 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
3805 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
3806 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
3807 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
3808 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
3809 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
3810 * nscd/gai.c: Likewise.
3811 * nss/nss_db/db-open.c: Likewise.
3812 * sysdeps/generic/ldsodefs.h: Likewise.
3813 * sysdeps/sh/nptl/tls.h: Likewise.
3814 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
3815 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
3816 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
3817 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
3818 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
3819 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
3820 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
3821 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
3822 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
3823 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
3824 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3825 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
3826 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
3827 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
3828 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
3829 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
3830 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
3831 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
3832 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
3833 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
3834 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
3835 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
3836 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
3837 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
3838 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
3839 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
3840 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
3841 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
3842 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
3843 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
3844 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
3845 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
3846 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
3847 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3848 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3849 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
3850 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3851 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
3852 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
3853 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3854 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
3855 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
3856 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
3857 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
3858 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
3859 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
3860 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
3861 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
3862 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
3863 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3864 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
3865 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3866 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
3867 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
3868 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
3869 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
3870 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3871 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
3872 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
3873 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
3874 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
3875 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
3876 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
3877 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
3878 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
3879 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
3880 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
3881 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
3882 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
3883 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
3884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
3885 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
3886 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
3887 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
3888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
3889 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
3890 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
3891 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
3892 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
3893 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
3894 * sysdeps/unix/sysv/linux/pread.c: Likewise.
3895 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
3896 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
3897 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3898 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
3899 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
3900 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
3901 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
3902 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
3903 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
3904 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
3905 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
3906 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
3907 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
3908 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
3909 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
3910 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
3911 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
3912 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
3913 * sysdeps/unix/sysv/linux/system.c: Likewise.
3914 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
3915 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
3916 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3917 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3918 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
3919 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
3920 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
3921
92072d57
JM
3922 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
3923 * configure: Regenerated.
3924 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
3925
3e239be6
JM
3926 * configure.ac (base_machine): Do not set specially for particular
3927 machines here.
3928 * configure: Regenerated.
3929 * sysdeps/powerpc/preconfigure: Move machine and base_machine
3930 settings from configure.ac.
3931 * sysdeps/i386/preconfigure: New file.
3932 * sysdeps/s390/preconfigure: Likewise.
3933 * sysdeps/sh/preconfigure: Likewise.
3934 * sysdeps/sparc/preconfigure: Likewise.
3935
06d50baa
RM
39362014-06-25 Roland McGrath <roland@hack.frob.com>
3937
74836003
RM
3938 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
3939 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
3940 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
3941 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
3942 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
3943 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
3944 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
3945 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
3946 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
3947 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
3948 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
3949 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
3950 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
3951 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
3952 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
3953 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
3954 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
3955 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
3956 * sysdeps/sparc/sparc64/Makefile: ... appended here.
3957
3958 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
3959 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
3960 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
3961 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
3962 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
3963 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
3964 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
3965 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
3966 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
3967 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
3968 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
3969 * sysdeps/sparc/sparc32/sem_post.c: ... here.
3970 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
3971 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
3972 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
3973 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
3974 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
3975 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
3976 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
3977 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
3978 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
3979 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
3980 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
3981 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
3982 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
3983 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
3984 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
3985 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
3986 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
3987 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
3988 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
3989 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
3990 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
3991 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
3992 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
3993 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
3994 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
3995 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
3996
06d50baa
RM
3997 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
3998 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
3999 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
4000 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
4001 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4002 Moved ...
4003 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
4004 ... here.
4005 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
4006 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
4007 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
4008 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
4009 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
4010 Moved ...
4011 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
4012 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
4013 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
4014 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
4015 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
4016 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
4017 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
4018 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4019 Moved ...
4020 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
4021 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4022 Moved ...
4023 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
4024 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
4025 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
4026 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4027 Moved ...
4028 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
4029 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
4030 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
4031 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
4032 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
4033 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
4034 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
4035 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
4036 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
4037 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4038 Moved ...
4039 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
4040 ... here.
4041 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
4042 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
4043 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
4044 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
4045 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
4046 Moved ...
4047 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
4048 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
4049 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
4050 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
4051 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
4052 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
4053 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
4054 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4055 Moved ...
4056 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
4057 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4058 Moved ...
4059 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
4060 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
4061 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
4062 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4063 Moved ...
4064 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
4065 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
4066 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
4067 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
4068 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
4069
a4ccbc9b
JM
40702014-06-25 Joseph Myers <joseph@codesourcery.com>
4071
0828edbf
JM
4072 * timezone/checktab.awk: Update from tzcode 2014e.
4073 * timezone/private.h: Likewise.
4074 * timezone/tzfile.h: Likewise.
4075 * timezone/zdump.c: Likewise.
4076 * timezone/zic.c: Likewise.
4077
a4ccbc9b
JM
4078 * sysdeps/unix/sysv/linux/kernel-features.h
4079 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
4080 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
4081 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
4082 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
4083 Remove conditional code.
4084
9aea0cb8
WN
40852014-06-25 Will Newton <will.newton@linaro.org>
4086
4087 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
4088 (_dl_arm_cap_flags): Add HWCAP2 values.
4089 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
4090 (_DL_HWCAP_COUNT): Increase to 37.
4091 (_DL_HWCAP_LAST): New define.
4092 (_DL_HWCAP2_LAST): New define.
4093 (_dl_procinfo): Add support for printing
4094 AT_HWCAP2 entries.
4095 (_dl_string_hwcap): Use _dl_hwcap_string.
4096
6eaa65ce
AZ
40972014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4098
4099 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4100
0f5b7185
JM
41012014-06-25 Joseph Myers <joseph@codesourcery.com>
4102
cfd2ea50
JM
4103 * README: Do not mention ports directory.
4104
cecf2ed4
JM
4105 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
4106 Remove macro.
4107 * sysdeps/unix/sysv/linux/futimes.c: Do not include
4108 <kernel-features.h>.
4109 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
4110 conditional variable definition.
4111 (__futimes): Update comment.
4112 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
4113 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
4114
a638de82
JM
4115 [BZ #16560]
4116 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
4117 arguments close to 0.
4118 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
4119 Likewise.
4120 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
4121 Likewise.
4122 * math/auto-libm-test-in: Add more tests of exp10.
4123 * math/auto-libm-test-out: Regenerated.
4124 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4125
0f5b7185
JM
4126 * sysdeps/unix/sysv/linux/kernel-features.h
4127 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
4128 * sysdeps/unix/sysv/linux/readv.c: Do not include
4129 <kernel-features.h>.
4130 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4131 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4132 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4133 unconditional.
4134 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4135 conditional code.
4136 * sysdeps/unix/sysv/linux/writev.c: Do not include
4137 <kernel-features.h>.
4138 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
4139 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
4140 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
4141 unconditional.
4142 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
4143 conditional code.
4144
c7aec4be
WN
41452014-06-25 Will Newton <will.newton@linaro.org>
4146
4147 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
4148 comment changes throughout the file. Remove checks
4149 for HAVE_*_H definitions that are not required.
4150 (__gen_tempname): Call abort if an unknown kind value is
4151 passed.
4152
c5241f95
AS
41532014-06-25 Andreas Schwab <schwab@suse.de>
4154
4155 [BZ #17086]
4156 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
4157 scalbln, scalblnf, scalblnl in libc.
4158
911422da
SP
41592014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4160
4161 [BZ #17086]
4162 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
4163 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
4164 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
4165
0d749bbe
RM
41662014-06-24 Roland McGrath <roland@hack.frob.com>
4167
4168 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
4169 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
4170 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
4171 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
4172 Update #include.
4173 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
4174 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
4175 Update #include.
4176 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
4177 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
4178 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
4179 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
4180 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
4181 * sysdeps/x86/bits/pthreadtypes.h: ... here.
4182 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
4183 * sysdeps/x86/bits/semaphore.h: ... here.
4184 * sysdeps/x86/nptl/elide.h: Moved ...
4185 * sysdeps/x86/elide.h: ... here.
4186 * sysdeps/x86_64/nptl/Implies: File removed.
4187 * sysdeps/i386/nptl/Implies: File removed.
4188
0ea5d373
JM
41892014-06-24 Joseph Myers <joseph@codesourcery.com>
4190
4060283d
JM
4191 [BZ #16539]
4192 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
4193 return the argument for normal arguments with exponent below -64.
4194 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
4195 Likewise.
4196 * math/auto-libm-test-in: Add another test of expm1.
4197 * math/auto-libm-test-out: Regenerated.
4198
e7dd3c8c
JM
4199 [BZ #16287]
4200 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
4201 calling __erfcl for arguments at least 16.
4202 * math/auto-libm-test-in: Add more tests of erf.
4203 * math/auto-libm-test-out: Regenerated.
4204
0ea5d373
JM
4205 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
4206 individual architectures.
4207 * sysdeps/unix/sysv/linux/configure: Regenerated.
4208 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
4209 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
4210 * sysdeps/unix/sysv/linux/powerpc/configure.ac
4211 (ldd_rewrite_script): Define variable.
4212 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
4213 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
4214 file.
4215 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
4216 generated file.
4217 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
4218 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
4219 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
4220 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
4221 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
4222 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
4223 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
4224 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
4225
2307e126
SP
42262014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4227
4228 [BZ #17084]
4229 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
4230 Rename member __data.d to __data.__elision_data.
4231
c0a4ed77
W
42322014-06-24 Wilco <wdijkstr@arm.com>
4233
4234 * NEWS: Add 16918 to fixed bug list.
4235
b8c00573
W
42362014-06-24 Wilco <wdijkstr@arm.com>
4237
4238 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
4239
b5570d92
W
42402014-06-24 Wilco <wdijkstr@arm.com>
4241
4242 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
4243 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
4244 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
4245 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
4246 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
4247 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
4248 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
4249 Use _FPU_MASK_RM.
4250
947bdca2
W
42512014-06-24 Wilco <wdijkstr@arm.com>
4252
4253 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
4254
00f669ed
W
42552014-06-24 Wilco <wdijkstr@arm.com>
4256
4257 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
4258 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
4259 * sysdeps/arm/fesetround.c (fesetround): Remove space.
4260 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
4261
db59bad3
W
42622014-06-24 Wilco <wdijkstr@arm.com>
4263
4264 [BZ #16918]
4265 * sysdeps/arm/feupdateenv.c (feupdateenv):
4266 Rewrite to reduce FPSCR accesses and fix return value.
4267
001f7b77
W
42682014-06-24 Wilco <wdijkstr@arm.com>
4269
4270 * sysdeps/arm/fclrexcpt.c (feclearexcept):
4271 Optimize to avoid unnecessary FPSCR writes.
4272 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
4273 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
4274 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
4275 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
4276
4841e6a6
W
42772014-06-24 Wilco <wdijkstr@arm.com>
4278
4279 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
4280 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
4281 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
4282 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
4283 Call libc_fetestexcept_vfp.
4284 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
4285 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
4286 __SOFTFP__ ifdef so that they can be built for softfp.
4287
0813022c
SP
42882014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4289
08e5862f
SP
4290 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
4291 argument type signed char.
4292
0813022c
SP
4293 * Makerules (check-abi): Dump diff of symlist if the test
4294 fails.
4295
3fc7236a
RM
42962014-06-23 Roland McGrath <roland@hack.frob.com>
4297
aba8ef95
RM
4298 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
4299 using abort.
4300
3fc7236a
RM
4301 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4302 Remove unused variable ST.
4303
4da6db51
JM
43042014-06-23 Joseph Myers <joseph@codesourcery.com>
4305
4648909d
JM
4306 [BZ #16354]
4307 [BZ #17061]
4308 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
4309 small arguments before calling __expm1.
4310 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
4311 small arguments before calling __expm1f.
4312 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
4313 small arguments before calling __expm1l.
4314 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
4315 Likewise.
4316 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
4317 * math/auto-libm-test-in: Add more cosh tests. Do not allow
4318 spurious underflow for some cosh tests.
4319 * math/auto-libm-test-out: Regenerated.
4320 * sysdeps/i386/fpu/libm-test-ulps: Update.
4321
46a3d3c7
JM
4322 [BZ #17050]
4323 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
4324 (__ieee754_y1): Set errno if return value overflows.
4325 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
4326 (__ieee754_y1f): Set errno if return value overflows.
4327 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
4328 (__ieee754_y1l): Set errno if return value overflows.
4329 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
4330 (__ieee754_y1l): Set errno if return value overflows.
4331 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
4332 * math/auto-libm-test-out: Regenerated.
4333
863893ec
JM
4334 * math/gen-auto-libm-tests.c: Document use of
4335 ignore-zero-inf-sign.
4336 (input_flag_type): Add value flag_ignore_zero_inf_sign.
4337 (input_flags): Add ignore-zero-inf-sign.
4338 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
4339 * math/gen-libm-test.pl (generate_testfile): Handle
4340 ignore-zero-inf-sign.
4341 * math/auto-libm-test-in: Mark some cpow tests with
4342 ignore-zero-inf-sign and some with xfail-rounding.
4343 * math/auto-libm-test-out: Regenerated.
4344 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
4345 * sysdeps/i386/fpu/libm-test-ulps: Update.
4346 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4347
4da6db51
JM
4348 [BZ #16315]
4349 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
4350 overflowing or underflowing operations take place with sign of
4351 result.
4352 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
4353 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
4354 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
4355 (__ieee754_pow): Recompute overflowing and underflowing results in
4356 original rounding mode.
4357 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
4358 (__powl_helper): Allow negative argument X and scale negated value
4359 as needed. Avoid passing value outside [-1, 1] to f2xm1.
4360 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
4361 overflowing or underflowing operations take place with sign of
4362 result.
4363 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
4364 Include <math.h>.
4365 * math/auto-libm-test-in: Add more tests of pow.
4366 * math/auto-libm-test-out: Regenerated.
4367 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
4368 (pow_tonearest_test_data): Remove.
4369 (pow_test_tonearest): Likewise.
4370 (pow_towardzero_test_data): Likewise.
4371 (pow_test_towardzero): Likewise.
4372 (pow_downward_test_data): Likewise.
4373 (pow_test_downward): Likewise.
4374 (pow_upward_test_data): Likewise.
4375 (pow_test_upward): Likewise.
4376 (main): Don't call removed functions.
4377 * sysdeps/i386/fpu/libm-test-ulps: Update.
4378 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4379
5686b236
RM
43802014-06-23 Roland McGrath <roland@hack.frob.com>
4381
4382 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
4383 Moved ...
4384 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
4385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4386 Moved ...
4387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
4388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4389 Moved ...
4390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
4391 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
4392 Moved ...
4393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
4394 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
4395 File removed.
4396 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4397 File removed.
4398 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
4399 File removed.
4400 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
4401 File removed.
4402 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
4403 File removed.
4404 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
4405 File removed.
4406 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
4407 File removed.
4408 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4409 File removed.
4410 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
4411 File removed.
4412 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4413 File removed.
4414 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
4415 File removed.
4416 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
4417 File removed.
4418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
4419 Moved ...
4420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
4421 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
4422 Moved ...
4423 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
4424 ... here.
4425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
4426 Moved ...
4427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
4428 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
4429 Moved ...
4430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
4431 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
4432 Moved ...
4433 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
4434 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
4435 Moved ...
4436 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
4437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
4438 Moved ...
4439 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
4440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
4441 Moved ...
4442 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
4443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
4444 Moved ...
4445 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
4446 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
4447 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
4448 ... here.
4449 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
4450 Moved ...
4451 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
4452 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
4453 Moved ...
4454 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
4455 ... here.
4456 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
4457 Moved ...
4458 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
4459 ... here.
4460 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
4461 Moved ...
4462 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
4463 ... here.
4464 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
4465 Moved ...
4466 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
4467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
4468 Moved ...
4469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
4470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
4471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
4472 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
4473 Moved ...
4474 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
4475 ... here.
4476 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4477 Moved ...
4478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
4479 ... here.
4480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
4481 Moved ...
4482 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
4483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4484 Moved ...
4485 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
4486 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
4487 Moved ...
4488 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
4489 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4490 Moved ...
4491 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
4492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
4493 Moved ...
4494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
4495 ... here.
4496 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4497 Moved ...
4498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
4499 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
4500 Moved ...
4501 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
4502 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4503 Moved ...
4504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
4505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
4506 Moved ...
4507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
4508 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
4509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
4510 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
4511 Moved ...
4512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
4513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4514 Moved ...
4515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
4516 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
4517 Moved ...
4518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
4519 ... here.
4520 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4521 Moved ...
4522 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
4523 ... here.
4524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
4525 Moved ...
4526 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
4527 ... here.
4528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4529 Moved ...
4530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
4531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
4532 Moved ...
4533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
4534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4535 Moved ...
4536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
4537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
4538 Moved ...
4539 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
4540 ... here.
4541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4542 Moved ...
4543 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
4544 ... here.
4545 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
4546 Moved ...
4547 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
4548 ... here.
4549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4550 Moved ...
4551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
4552 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
4553 Moved ...
4554 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
4555
e6d90d67
WD
45562014-06-23 Will Newton <will.newton@linaro.org>
4557 Wilco <wdijkstr@arm.com>
4558
4559 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
4560 implementation. Include get-rounding-mode.h.
4561 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
4562 [!libc_feholdsetround_noex_ctx]: Define
4563 libc_feholdsetround_noex_ctx.
4564 [!libc_feholdsetround_noexf_ctx]: Define
4565 libc_feholdsetround_noexf_ctx.
4566 [!libc_feholdsetround_noexl_ctx]: Define
4567 libc_feholdsetround_noexl_ctx.
4568 (libc_feholdsetround_ctx): New function.
4569 (libc_feresetround_ctx): New function.
4570 (libc_feholdsetround_noex_ctx): New function.
4571 (libc_feresetround_noex_ctx): New function.
4572
d42df555
RM
45732014-06-23 Roland McGrath <roland@hack.frob.com>
4574
88a46474
RM
4575 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
4576 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
4577 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
4578 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
4579 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
4580 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
4581
15bed472
RM
4582 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
4583 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
4584 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
4585 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
4586 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
4587 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
4588 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
4589 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
4590 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
4591 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
4592 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
4593 Moved ...
4594 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
4595 ... here.
4596 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
4597 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
4598 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
4599 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
4600 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
4601 Moved ...
4602 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
4603 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
4604 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
4605 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
4606 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
4607 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
4608 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
4609 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
4610 Moved ...
4611 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
4612 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
4613 Moved ...
4614 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
4615 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
4616 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
4617 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
4618 Moved ...
4619 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
4620 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
4621 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
4622 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
4623 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
4624 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
4625 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
4626 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
4627 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
4628 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
4629 Moved ...
4630 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
4631 ... here.
4632 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
4633 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
4634 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
4635 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
4636 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
4637 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
4638 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
4639 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
4640 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
4641 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
4642 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
4643 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
4644 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
4645 Moved ...
4646 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
4647 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
4648 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
4649 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
4650 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
4651 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
4652 Moved ...
4653 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
4654 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
4655 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
4656 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
4657 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
4658
d42df555
RM
4659 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
4660 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
4661 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
4662 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
4663 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
4664 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
4665 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
4666 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
4667 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
4668 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
4669 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
4670 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
4671 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
4672 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
4673 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
4674 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
4675 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
4676 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
4677 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
4678 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
4679 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
4680 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
4681 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
4682 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
4683 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
4684 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
4685 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
4686 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
4687
76e5216e
JM
46882014-06-23 Joseph Myers <joseph@codesourcery.com>
4689
4690 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
4691 (FALLOC_FL_COLLAPSE_RANGE): New macro.
4692 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
4693 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
4694 (IPV6_PMTUDISC_INTERFACE): Likewise.
4695 (IPV6_PMTUDISC_OMIT): Likewise.
4696
7a81cbcc
AS
46972014-06-23 Andreas Schwab <schwab@suse.de>
4698
4699 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
4700 Remove unused errout label.
4701
db224009
AZ
47022014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4703
4704 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
4705 macro: hardware supports Vector Crypto instructions.
4706
f393b4aa
WN
47072014-06-23 Will Newton <will.newton@linaro.org>
4708
cc7d0447
WN
4709 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
4710 rather than __builtin_expect.
4711
d6d06225
WN
4712 * elf/dl-lookup.c (undefined_msg): Remove variable.
4713 (_dl_lookup_symbol_x): Replace undefined_msg with string
4714 literal.
4715
f393b4aa
WN
4716 * elf/dl-lookup.c (do_lookup_unique): New function.
4717 (do_lookup_x): Move STB_GNU_UNIQUE handling code
4718 to a separate function.
4719
ac60763e
AS
47202014-06-23 Andreas Schwab <schwab@suse.de>
4721
4722 [BZ #17079]
4723 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
4724 before reading the next line.
4725
c5c13355
WN
47262014-06-23 Will Newton <will.newton@linaro.org>
4727
4728 * test-skeleton.c (signal_handler): Use printf and %m
4729 rather than perror. Use printf rather than fprintf to
4730 stderr. Use puts rather than fputs to stderr.
4731 (main): Likewise.
4732
bd3675f9
LC
47332014-06-22 Ludovic Courtès <ludo@gnu.org>
4734
4735 * nscd/nscd.c (thread_info_t): Remove typedef.
4736 (thread_info): Remove variable.
4737
d03efb2f
AM
47382014-06-21 Allan McRae <allan@archlinux.org>
4739
4740 * NEWS: Mention CVE-2014-4043.
4741
bc4a86fa
RM
47422014-06-20 Roland McGrath <roland@hack.frob.com>
4743
dc9a54f8
RM
4744 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
4745 * nptl/smp.h: ... here.
4746
bd7022c4
RM
4747 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
4748
26ffd5e6
RM
4749 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
4750 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
4751 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
4752 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
4753
93a6d082
RM
4754 * nptl/allocatestack.c: Include <stack-aliasing.h>.
4755 * nptl/stack-aliasing.h: New file.
4756 * sysdeps/i386/i686/stack-aliasing.h: New file.
4757 * sysdeps/i386/i686/nptl/Makefile: File removed.
4758 * sysdeps/x86_64/stack-aliasing.h: New file.
4759 * sysdeps/x86_64/nptl/Makefile
4760 (CFLAGS-pthread_create.c): Variable removed.
4761
bc4a86fa
RM
4762 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
4763 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
4764 old file.
4765 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
4766 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
4767 old file.
4768
2272ffc1
JM
47692014-06-21 Joseph Myers <joseph@codesourcery.com>
4770
4771 * sysdeps/unix/sysv/linux/arm/kernel-features.h
4772 (__ASSUME_SIGFRAME_V2): Remove macro.
4773 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
4774 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
4775 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
4776 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
4777 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
4778 Declare as function. Remove conditional macro definitions.
4779 (__default_rt_sa_restorer): Likewise.
4780 (__default_sa_restorer_v1): Remove declaration.
4781 (__default_sa_restorer_v2): Likewise.
4782 (__default_rt_sa_restorer_v1): Likewise.
4783 (__default_rt_sa_restorer_v2): Likewise.
4784 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
4785 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
4786 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
4787
4b88139b
RM
47882014-06-20 Roland McGrath <roland@hack.frob.com>
4789
4790 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
4791 (libpthread-routines): Add sysdep.
4792 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
4793 * sysdeps/unix/sysv/linux/sparc/Versions
4794 (libpthread: GLIBC_2.3.3): New version set.
4795 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
4796 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
4797 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
4798 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
4799 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
4800 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
4801 Moved ...
4802 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
4803 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
4804 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
4805 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
4806 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
4807 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
4808 * sysdeps/sparc/nptl/sem_init.c: ... here.
4809 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
4810 * sysdeps/sparc/nptl/sem_post.c: ... here.
4811 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
4812 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
4813 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
4814 * sysdeps/sparc/nptl/sem_wait.c: ... here.
4815 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
4816 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
4817 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
4818 (libpthread-routines): Add cpu_relax.
4819 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
4820 File removed.
4821 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
4822 (librt: GLIBC_2.3.3): New version set.
4823 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
4824 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
4825 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
4826 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
4827 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
4828 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
4829 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
4830 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
4831 Moved ...
4832 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
4833 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
4834 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
4835 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
4836 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
4837 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
4838 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
4839 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
4840 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
4841 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
4842 Moved ...
4843 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
4844 Update #include.
4845 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
4846 Moved ...
4847 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
4848 Update #include.
4849 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
4850 Moved ...
4851 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
4852 Update #include.
4853 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
4854 Moved ...
4855 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
4856 Update #include.
4857 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
4858 Moved ...
4859 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
4860 Update #include.
4861 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
4862 Moved ...
4863 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
4864 Update #include.
4865 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
4866 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
4867 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
4868 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
4869 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
4870 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
4871 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
4872 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
4873 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
4874 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
4875 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
4876 Moved ...
4877 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
4878 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
4879 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
4880 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
4881 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
4882
d7109027
JM
48832014-06-20 Joseph Myers <joseph@codesourcery.com>
4884
9bc6103d
JM
4885 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
4886 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
4887 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
4888 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
4889 * nscd/nscd.c: Likewise.
4890 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
4891 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
4892 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
4893 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
4894
d7109027
JM
4895 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
4896 <kernel-features.h>.
4897 (init_mq_netlink): Remove conditional have_sock_cloexec
4898 definitions. Remove code conditional on have_sock_cloexec < 0.
4899 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
4900 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
4901 * sysdeps/unix/sysv/linux/opensock.c: Do not include
4902 <kernel-features.h>.
4903 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
4904 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
4905
d92d8f8a
L
49062014-06-20 H.J. Lu <hongjiu.lu@intel.com>
4907
4908 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4909 Add tests for memset_chk and memset.
4910
4911 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
4912 with AVX2_Usable.
4913
4e6d2347
MR
49142014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4915
257ce712
MR
4916 [BZ #16046]
4917 * elf/tst-dl-iter-static.c: New file.
4918 * elf/Makefile (tests-static): Add tst-dl-iter-static.
4919
4e6d2347
MR
4920 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
4921 error.
4922
a2a76afe
JM
49232014-06-20 Joseph Myers <joseph@codesourcery.com>
4924
7fd00f99
JM
4925 * sysdeps/unix/sysv/linux/kernel-features.h
4926 (__ASSUME_F_GETOWN_EX): Remove macro.
4927 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
4928 <kernel-features.h>.
4929 (miss_F_GETOWN_EX): Remove variable or macro.
4930 (do_fcntl): Do not check miss_F_GETOWN_EX.
4931 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
4932
4a103975
JM
4933 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
4934 Remove macro.
4935 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
4936 [!__ASSUME_AT_RANDOM]: Remove conditional code.
4937 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
4938
a2a76afe
JM
4939 * sysdeps/unix/sysv/linux/kernel-features.h
4940 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
4941 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
4942 [ADJ_OFFSET_SS_READ]: Make code unconditional.
4943 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
4944
90e5dd48
MR
49452014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
4946
4947 [BZ #17075]
4948 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
4949 Fix calculation of the symbol's value.
4950 * sysdeps/arm/tst-armtlsdescloc.c: New file.
4951 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
4952 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
4953 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
4954 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
4955 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
4956 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
4957 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
4958 (modules-names): Add `tst-armtlsdescmod',
4959 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
4960 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
4961 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4962 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
4963 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
4964 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
4965 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
4966 ($(objpfx)tst-armtlsdescloc): New dependency.
4967 ($(objpfx)tst-armtlsdescextnow): Likewise.
4968 ($(objpfx)tst-armtlsdescextlazy): Likewise.
4969 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
4970 TLS scheme support.
4971 * sysdeps/arm/configure: Regenerate.
4972
809fdf0d
JM
49732014-06-20 Joseph Myers <joseph@codesourcery.com>
4974
4975 * include/fcntl.h (__atfct_seterrno): Remove prototype.
4976 (__atfct_seterrno_2): Likewise.
4977 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
4978 <kernel-features.h>.
4979 (__ASSUME_ATFCTS): Do not undefine and redefine.
4980 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
4981 (__have_atfcts): Remove conditional definition.
4982 (__fxstatat([__NR_fstatat64]: Make code unconditional.
4983 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
4984 unreachable if [__ASSUME_ATFCTS].
4985 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
4986 not undefine and redefine.
4987 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
4988 <kernel-features.h>.
4989 (faccessat) [__NR_faccessat]: Make code unconditional.
4990 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
4991 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
4992 <kernel-features.h>.
4993 (fchmodat) [__NR_fchmodat]: Make code unconditional.
4994 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
4995 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
4996 <kernel-features.h>.
4997 (fchownat) [__NR_fchownat]: Make code unconditional.
4998 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
4999 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
5000 <kernel-features.h>.
5001 (futimesat) [__NR_futimesat]: Make code unconditional.
5002 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
5003 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
5004 <kernel-features.h>.
5005 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5006 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5007 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
5008 <kernel-features.h>.
5009 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
5010 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5011 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
5012 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
5013 <kernel-features.h>.
5014 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
5015 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5016 * sysdeps/unix/sysv/linux/linkat.c: Do not include
5017 <kernel-features.h>.
5018 (linkat) [__NR_linkat]: Make code unconditional.
5019 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5020 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
5021 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
5022 <kernel-features.h>.
5023 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
5024 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
5025 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
5026 <kernel-features.h>.
5027 (mkdirat) [__NR_mkdirat]: Make code unconditional.
5028 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
5029 * sysdeps/unix/sysv/linux/openat.c: Do not include
5030 <kernel-features.h>.
5031 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
5032 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
5033 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
5034 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
5035 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
5036 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
5037 <kernel-features.h>.
5038 (readlinkat) [__NR_readlinkat]: Make code unconditional.
5039 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
5040 result of INLINE_SYSCALL directly, not via int variable.
5041 * sysdeps/unix/sysv/linux/renameat.c: Do not include
5042 <kernel-features.h>.
5043 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
5044 (renameat) [__NR_renameat]: Make code unconditional.
5045 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
5046 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
5047 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
5048 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
5049 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
5050 (__ASSUME_ATFCTS): Do not undefine and redefine.
5051 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
5052 <kernel-features.h>.
5053 (symlinkat) [__NR_symlinkat]: Make code unconditional.
5054 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5055 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
5056 <kernel-features.h>.
5057 (unlinkat) [__NR_unlinkat]: Make code unconditional.
5058 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
5059 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
5060 (__ASSUME_ATFCTS): Do not undefine and redefine.
5061 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
5062 <kernel-features.h>.
5063 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
5064 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
5065 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
5066 <kernel-features.h>.
5067 (__xmknodat) [__NR_mknodat]: Make code unconditional.
5068 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
5069
224c6c51
L
50702014-06-20 H.J. Lu <hongjiu.lu@intel.com>
5071
5072 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
5073
aa6ec754
AS
50742014-06-20 Andreas Schwab <schwab@linux-m68k.org>
5075
5076 [BZ #17069]
5077 * posix/regcomp.c (parse_reg_exp): Deallocate partially
5078 constructed tree before returning error.
5079 * posix/bug-regexp36.c: Expand test case.
5080
d8c2869d
SL
50812014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
5082
3ef6b850
SL
5083 [BZ #6803]
5084 * math/libm-test.inc (scalbln_test_date):
5085 Add errno expectations.
5086 * math/w_scalblnf.c: New File.
5087 Add wrapper which checks for setting errno to ERANGE.
5088 Add weak_alias for corresponding scalbln function.
5089 * math/w_scalbln.c: Likewise.
5090 * math/w_scalblnl.c: Likewise.
5091 * math/Makefile (libm-calls): Add w_scalbln.
5092 * sysdeps/ieee754/flt-32/s_scalblnf.c:
5093 Remove weak_alias for corresponding scalbln function.
5094 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
5095 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
5096 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
5097 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
5098 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
5099 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
5100 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
5101 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
5102 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
5103 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
5104 Remove long_double_symbol for scalblnl function in libm, libc.
5105 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
5106 Add wrapper which checks for setting errno to ERANGE.
5107 Add long_double_symbol for scalblnl function in libm, libc.
5108 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
5109 Remove long_double_symbol for scalblnl in libm.
5110 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
5111 Add wrapper which checks for setting errno to ERANGE.
5112 Add long_double_symbol for scalblnl function in libm.
5113 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
5114 Do not use wrapper because of own implementation.
5115
c8daec5c
L
51162014-06-19 H.J. Lu <hongjiu.lu@intel.com>
5117
5118 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
5119 3 bytes for __pad1 for x32.
5120 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
5121
5c74e47c
LM
51222014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
5123 H.J. Lu <hongjiu.lu@intel.com>
5124
5125 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
5126 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
5127 * sysdeps/x86_64/multiarch/memset.S: Likewise.
5128 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5129 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
5130
4d43ef1e
AS
51312014-06-19 Andreas Schwab <schwab@linux-m68k.org>
5132
5133 [BZ #17069]
5134 * posix/regcomp.c (parse_expression): Deallocate partially
5135 constructed tree before returning error.
5136 * posix/Makefile.c (tests): Add bug-regex36.
5137 (generated): Add bug-regex36.mtrace.
5138 (tests-special): Add $(objpfx)bug-regex36-mem.out
5139 (bug-regex36-ENV): New variable.
5140 ($(objpfx)bug-regex36-mem.out): New rule.
5141 * posix/bug-regex36.c: New file.
5142
51a7380b
WN
51432014-06-19 Will Newton <will.newton@linaro.org>
5144
5145 * malloc/malloc.c (systrim): If extra is zero then return
5146 early.
5147
91b84fe5
SP
51482014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5149
5150 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
5151
f940b965
RE
51522014-06-19 Richard Earnshaw <rearnsha@arm.com>
5153
5154 * sysdeps/aarch64/strchr.S: New file.
5155
4ba7a00f
JM
51562014-06-18 Joseph Myers <joseph@codesourcery.com>
5157
5158 [BZ #17022]
5159 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
5160 from arguments -2 or below.
5161 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
5162 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
5163
b3a9f56b
AS
51642014-06-18 Andreas Schwab <schwab@suse.de>
5165
5166 [BZ #17062]
5167 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
5168 of a bracket expr not to run off the end of the string.
5169 * posix/Makefile (tests): Add tst-fnmatch3.
5170 * posix/tst-fnmatch3.c: New file.
5171
85d89278
JM
51722014-06-18 Joseph Myers <joseph@codesourcery.com>
5173
5174 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
5175 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5176 [$(cross-compiling) = no]: Likewise.
5177 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5178 [$(cross-compiling) = no]: Likewise.
5179
754c5a08
RS
51802014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5181
5182 [BZ #17031]
5183 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
5184 double, adjusted for any remainder from the high double.
5185 * math/libm-test.inc (nearbyint): Add tests.
5186 (rint): Likewise.
5187
556f529d
AZ
51882014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5189
5190 * nptl/sysdeps/powerpc/Makefile: Moved ...
5191 * sysdeps/powerpc/nptl/Makefile: ... here.
5192 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
5193 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
5194 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
5195 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
5196 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
5197 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
5198 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
5199 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
5200 * nptl/sysdeps/powerpc/tls.h: Moved ...
5201 * sysdeps/powerpc/nptl/tls.h: ... here.
5202
91c03c53
JM
52032014-06-16 Joseph Myers <joseph@codesourcery.com>
5204
5205 [BZ #16681]
5206 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
5207 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
5208 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
5209 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
5210 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
5211 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
5212 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
5213 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
5214 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
5215
a76e63c5
AS
52162014-06-17 Andreas Schwab <schwab@linux-m68k.org>
5217
5218 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5219
f2f6d82f
AS
52202014-06-16 Andreas Schwab <schwab@linux-m68k.org>
5221
ea8a15f6
AS
5222 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
5223 defined operator.
5224
f2f6d82f
AS
5225 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
5226 $TIMEOUTFACTOR.
5227
a7291117
FW
52282014-06-16 Florian Weimer <fweimer@redhat.com>
5229
5230 [BZ #17058]
5231 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
5232 non-executed part of the test.
5233
3d7c00e3
AS
52342014-06-16 Andreas Schwab <schwab@suse.de>
5235
5236 * string/bits/string2.h (strdup, strndup): Update feature guard.
5237
6957fb31
DM
52382014-06-14 David S. Miller <davem@davemloft.net>
5239
5240 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5241
11b9e55b
AS
52422014-06-14 Andreas Schwab <schwab@linux-m68k.org>
5243
1d2a0492
AS
5244 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
5245 that was previously under [RESET_PID].
5246 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
5247
11b9e55b
AS
5248 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
5249 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
5250 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
5251 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5252 (__libc_vfork): New strong alias.
5253 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
5254
0f6901d0
AK
52552014-06-14 Andi Kleen <ak@linux.intel.com>
5256
5257 * sysdeps/generic/elide.h: New file.
5258
38bbbb9f
SL
52592014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5260
5261 * Makefile (installed-headers): Adjust path of pthread.h header.
5262
45193bb8
RM
52632014-06-13 Roland McGrath <roland@hack.frob.com>
5264
9a25fd1e
RM
5265 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
5266 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
5267 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
5268 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
5269
4004f7e4
RM
5270 * nptl/sysdeps/s390/Makefile: Moved ...
5271 * sysdeps/s390/nptl/Makefile: ... here.
5272 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
5273 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
5274 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
5275 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
5276 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
5277 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
5278 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
5279 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
5280 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
5281 * sysdeps/s390/nptl/pthreaddef.h: ... here.
5282 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
5283 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
5284 * nptl/sysdeps/s390/tls.h: Moved ...
5285 * sysdeps/s390/nptl/tls.h: ... here.
5286
45193bb8
RM
5287 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
5288 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
5289
f6fdf533
DM
52902014-06-13 David S. Miller <davem@davemloft.net>
5291
5292 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
5293 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
5294 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
5295 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
5296 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
5297 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
5298 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
5299 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
5300 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
5301 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
5302 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
5303 Remove RESET_PID cpp guards.
5304 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
5305 Remove RESET_PID cpp guards.
5306 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
5307
f5d71e14
AS
53082014-06-13 Andreas Schwab <schwab@linux-m68k.org>
5309
5310 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
5311 __sp to uintptr_t.
5312
b7aa8caa
AK
53132014-06-13 Andi Kleen <ak@linux.intel.com>
5314
4b266200
AZ
5315 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
5316 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
5317 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
5318 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
5319 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
5320 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
5321 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
5322 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
5323 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
5324 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
5325 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
5326 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
5327 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
5328 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
5329 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
5330 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
5331 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
5332 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
5333 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
5334 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
5335
5336 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
5337 (pthread_rwlock_rdlock): Add elision.
5338 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
5339 (pthread_rwlock_wrlock): Add elision.
5340 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
5341 (pthread_rwlock_trywrlock): Add elision.
5342 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
5343 (pthread_rwlock_tryrdlock): Add elision.
5344 * nptl/pthread_rwlock_unlock.c: Include elide.h.
5345 (pthread_rwlock_tryrdlock): Add elision unlock.
5346 * nptl/sysdeps/pthread/pthread.h:
5347 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
5348 (PTHREAD_RWLOCK_INITIALIZER,
5349 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
5350 Handle new elision field.
5351 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
5352 * sysdeps/arm/nptl/bits/pthreadtypes.h
5353 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5354 * sysdeps/sh/nptl/bits/pthreadtypes.h
5355 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5356 * sysdeps/tile/nptl/bits/pthreadtypes.h
5357 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5358 * sysdeps/a/nptl/bits/pthreadtypes.h
5359 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5360 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
5361 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5362 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
5363 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5364 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
5365 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5366 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
5367 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5368 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
5369 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5370 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
5371 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5372 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
5373 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5374 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
5375 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
5376 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
5377 (elision_init): Set try_xbegin to zero when no RTM.
5378 * sysdeps/x86/nptl/bits/pthreadtypes.h
5379 (pthread_rwlock_t): Change __pad1 to __rwelision.
5380 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 5381
a832bdd3
AK
53822014-06-13 Andi Kleen <ak@linux.intel.com>
5383
5384 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
5385 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
5386 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
5387 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
5388
995a46bb
MI
53892014-06-13 Meador Inge <meadori@codesourcery.com>
5390
5391 [BZ #16996]
03ed7738 5392 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
5393 that the cached result has been set before returning it.
5394
45262aee
RM
53952014-06-12 Roland McGrath <roland@hack.frob.com>
5396
febf6cc5
RM
5397 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
5398 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
5399 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
5400 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
5401 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
5402 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
5403
e2682246
RM
5404 * nptl/sysdeps/sparc/Makefile: Moved ...
5405 * sysdeps/sparc/nptl/Makefile: ... here.
5406 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
5407 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
5408 * nptl/sysdeps/sparc/tls.h: Moved ...
5409 * sysdeps/sparc/nptl/tls.h: ... here.
5410 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
5411 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
5412 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
5413 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
5414 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
5415 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
5416 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
5417 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
5418 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
5419 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
5420 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
5421 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
5422 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
5423 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
5424 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
5425 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
5426 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
5427 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
5428 Update #include.
5429 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
5430 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
5431 Update #include.
5432 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
5433 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
5434 Update #include.
5435 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
5436 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
5437 Update #include.
5438
b0725f43
RM
5439 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5440
b14368b8
RM
5441 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
5442 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
5443
c5620eb3
RM
5444 * sysdeps/pthread/posix-timer.h: Include <list.h>.
5445 (struct list_links): Type removed.
5446 (struct thread_node, struct timer_node): Replace struct list_links
5447 with struct list_head.
5448 (list_unlink_ip): Likewise.
5449 * sysdeps/pthread/timer_routines.c
5450 (timer_free_list, thread_free_list, thread_active_list): Likewise.
5451 (list_append, list_insbefore): Likewise.
5452 (list_init): Function removed.
5453 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
5454 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
5455 * sysdeps/pthread/Makefile: ... here, new file.
5456
5457 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
5458 * sysdeps/nptl/Implies: ... here.
5459 * sysdeps/unix/sysv/linux/Implies: Add nptl.
5460 * nptl/sysdeps/pthread/list.h: Moved ...
5461 * include/list.h: ... here.
5462 * nptl/sysdeps/pthread/createthread.c: Moved ...
5463 * nptl/createthread.c: ... here.
5464 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
5465 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
5466 * nptl/pt-longjmp.c: ... here.
5467 * nptl/sysdeps/pthread/Makefile: Moved ...
5468 * sysdeps/nptl/Makefile: ... here.
5469 * nptl/sysdeps/pthread/Subdirs: Moved ...
5470 * sysdeps/nptl/Subdirs: ... here.
5471 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
5472 * sysdeps/nptl/aio_misc.h: ... here.
5473 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
5474 * sysdeps/nptl/bits/libc-lock.h: ... here.
5475 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
5476 * sysdeps/nptl/bits/libc-lockP.h: ... here.
5477 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
5478 * sysdeps/nptl/bits/stdio-lock.h: ... here.
5479 * nptl/sysdeps/pthread/configure: Moved ...
5480 * sysdeps/nptl/configure: ... here.
5481 * nptl/sysdeps/pthread/configure.ac: Moved ...
5482 * sysdeps/nptl/configure.ac: ... here.
5483 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
5484 * sysdeps/nptl/gai_misc.h: ... here.
5485 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
5486 * sysdeps/nptl/librt-cancellation.c: ... here.
5487 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
5488 * sysdeps/nptl/malloc-machine.h: ... here.
5489 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
5490 * sysdeps/nptl/pthread-functions.h: ... here.
5491 * nptl/sysdeps/pthread/pthread.h: Moved ...
5492 * sysdeps/nptl/pthread.h: ... here.
5493 * nptl/sysdeps/pthread/setxid.h: Moved ...
5494 * sysdeps/nptl/setxid.h: ... here.
5495 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
5496 * sysdeps/nptl/sigfillset.c: ... here.
5497 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
5498 * sysdeps/nptl/tcb-offsets.h: ... here.
5499 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
5500 * sysdeps/nptl/tst-mqueue8x.c: ... here.
5501 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
5502 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
5503 * nptl/sysdeps/pthread/allocalim.h: Moved ...
5504 * sysdeps/pthread/allocalim.h: ... here.
5505 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
5506 * sysdeps/pthread/bits/sigthread.h: ... here.
5507 * nptl/sysdeps/pthread/flockfile.c: Moved ...
5508 * sysdeps/pthread/flockfile.c: ... here.
5509 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
5510 * sysdeps/pthread/ftrylockfile.c: ... here.
5511 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
5512 * sysdeps/pthread/funlockfile.c: ... here.
5513 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
5514 * sysdeps/pthread/posix-timer.h: ... here.
5515 * nptl/sysdeps/pthread/timer_create.c: Moved ...
5516 * sysdeps/pthread/timer_create.c: ... here.
5517 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
5518 * sysdeps/pthread/timer_delete.c: ... here.
5519 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
5520 * sysdeps/pthread/timer_getoverr.c: ... here.
5521 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
5522 * sysdeps/pthread/timer_gettime.c: ... here.
5523 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
5524 * sysdeps/pthread/timer_routines.c: ... here.
5525 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
5526 * sysdeps/pthread/timer_settime.c: ... here.
5527 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
5528 * sysdeps/pthread/tst-timer.c: ... here.
5529 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
5530 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
5531
e876b090
RM
5532 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
5533 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
5534
f6b07b3d
RM
5535 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
5536 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
5537 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
5538 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
5539 Update #include target.
5540 * nptl/sysdeps/i386/i686/Makefile: Moved ...
5541 * sysdeps/i386/i686/nptl/Makefile: ... here.
5542 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
5543 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
5544 Update #include target.
5545 * nptl/sysdeps/i386/i686/tls.h: Moved ...
5546 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
5547 * nptl/sysdeps/i386/Makefile: Moved ...
5548 * sysdeps/i386/nptl/Makefile: ... here.
5549 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
5550 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
5551 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
5552 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
5553 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
5554 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
5555 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
5556 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
5557 * sysdeps/i386/nptl/pthreaddef.h: ... here.
5558 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
5559 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
5560 * nptl/sysdeps/i386/tls.h: Moved ...
5561 * sysdeps/i386/nptl/tls.h: ... here.
5562
45262aee
RM
5563 * sysdeps/sh/Makefile [$(subdir) = csu]
5564 (gen-as-const-headers): Add tcb-offsets.sym.
5565 * nptl/sysdeps/sh/Makefile: File removed.
5566 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
5567 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
5568 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
5569 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
5570 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
5571 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
5572 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
5573 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
5574 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
5575 * sysdeps/sh/nptl/pthreaddef.h: ... here.
5576 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
5577 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
5578 * nptl/sysdeps/sh/tls.h: Moved ...
5579 * sysdeps/sh/nptl/tls.h: ... here.
5580 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
5581 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
5582 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
5583 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
5584 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
5585 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
5586 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
5587 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
5588 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
5589 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
5590 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
5591 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
5592 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
5593 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
5594 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
5595 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
5596 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
5597 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
5598 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
5599 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
5600 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
5601 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
5602 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
5603 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
5604 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
5605 Moved ...
5606 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
5607 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
5608 Moved ...
5609 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
5610 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
5611 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
5612 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
5613 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
5614 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
5615 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
5616 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
5617 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
5618 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
5619 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
5620 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
5621 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
5622 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
5623 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
5624 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
5625 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
5626 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
5627 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
5628
35a5e3e3
SL
56292014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
5630
5631 * posix/spawn_faction_addopen.c: Include string.h.
5632
14642b85
RM
56332014-06-11 Roland McGrath <roland@hack.frob.com>
5634
5635 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
5636 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
5637 * nptl/sysdeps/x86_64/Makefile: Moved ...
5638 * sysdeps/x86_64/nptl/Makefile: ... here.
5639 * nptl/sysdeps/x86_64/configure: Moved ...
5640 * sysdeps/x86_64/nptl/configure: ... here.
5641 * nptl/sysdeps/x86_64/configure.ac: Moved ...
5642 * sysdeps/x86_64/nptl/configure.ac: ... here.
5643 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
5644 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
5645 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
5646 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
5647 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
5648 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
5649 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
5650 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
5651 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
5652 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
5653 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
5654 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
5655 * nptl/sysdeps/x86_64/tls.h: Moved ...
5656 * sysdeps/x86_64/nptl/tls.h: ... here.
5657 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
5658 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
5659 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
5660 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
5661
5662 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
5663
31c44fea
AZ
56642014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5665
5666 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5667
e81a4f9a
JM
56682014-06-11 Joseph Myers <joseph@codesourcery.com>
5669
5670 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
5671 type.
5672 [POSIX] (off_t): Likewise.
5673 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
5674 [POSIX] (S_ISBLK): Require macro.
5675 [POSIX] (S_ISCHR): Likewise.
5676 [POSIX] (S_ISDIR): Likewise.
5677 [POSIX] (S_ISFIFO): Likewise.
5678 [POSIX] (S_ISREG): Likewise.
5679 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
5680 optional-macro.
5681 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
5682 type.
5683 [POSIX] (time_t): Likewise.
5684 [POSIX] (timer_t): Likewise.
5685
89e435f3
FW
56862014-06-11 Florian Weimer <fweimer@redhat.com>
5687
5688 [BZ #17048]
5689 * posix/spawn_int.h (struct __spawn_action): Make the path string
5690 non-const to support deallocation.
5691 * posix/spawn_faction_addopen.c
5692 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
5693 * posix/spawn_faction_destroy.c
5694 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
5695 path in all spawn_do_open actions.
5696 * posix/tst-spawn.c (do_test): Exercise the copy operation in
5697 posix_spawn_file_actions_addopen.
5698
c3a2ebe1
CM
56992014-06-11 Chris Metcalf <cmetcalf@tilera.com>
5700
5701 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
5702 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
5703 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
5704 conditional code always true.
5705 (__libc_vfork): New alias.
5706
9503784a
RM
57072014-06-11 Roland McGrath <roland@hack.frob.com>
5708
c9cab3d2
RM
5709 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5710 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
5711
d3996c79
RM
5712 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
5713
ba5ec611
RM
5714 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5715 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
5716
f12b4814
RM
5717 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
5718 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
5719
9503784a
RM
5720 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5721 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
5722
e23d3d26
VR
57232014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
5724
5725 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
5726 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
5727 multiarch strcmp for PPC64.
5728 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
5729 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
5730 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
5731 multiarch optimizations.
5732 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5733 (__libc_ifunc_impl_list): Likewise.
5734
42b1161e
SP
57352014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
5736
5737 * benchtests/scripts/validate_benchout.py: New script.
5738 * benchtests/Makefile (bench-func): Call it.
5739 * benchtests/scripts/benchout.schema.json: New file.
5740
2d0fc4dc
CM
57412014-06-10 Chris Metcalf <cmetcalf@tilera.com>
5742
4a594c34
AZ
5743 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
5744 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
5745 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
5746 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
5747 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
5748 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
5749 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
5750 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
5751 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
5752 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
5753 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
5754 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
5755 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
5756 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
5757 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
5758 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
5759 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 5760 Moved ...
4a594c34 5761 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 5762 ... here.
4a594c34 5763 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 5764 Moved ...
4a594c34
AZ
5765 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
5766 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 5767 Moved ...
4a594c34 5768 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 5769 ... here.
4a594c34 5770 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 5771 Moved ...
4a594c34 5772 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 5773 ... here.
4a594c34 5774 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 5775 Moved ...
4a594c34
AZ
5776 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
5777 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 5778 Moved ...
4a594c34 5779 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 5780 ... here.
4a594c34 5781 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 5782 Moved ...
4a594c34 5783 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 5784 ... here.
4a594c34 5785 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 5786 Moved ...
4a594c34
AZ
5787 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
5788 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 5789 Moved ...
4a594c34 5790 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 5791 ... here.
4a594c34 5792 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 5793 Moved ...
4a594c34 5794 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 5795 ... here.
4a594c34 5796 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 5797 Moved ...
4a594c34 5798 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 5799 ... here.
4a594c34 5800 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 5801 Moved ...
4a594c34
AZ
5802 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
5803 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 5804 Moved ...
4a594c34 5805 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 5806 ... here.
4a594c34 5807 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 5808 Moved ...
4a594c34 5809 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 5810 ... here.
4a594c34 5811 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 5812 Moved ...
4a594c34 5813 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 5814 ... here.
4a594c34 5815 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 5816 Moved ...
4a594c34
AZ
5817 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
5818 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 5819 Moved ...
4a594c34 5820 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 5821 ... here.
4a594c34 5822 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 5823 Moved ...
4a594c34 5824 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 5825 ... here.
4a594c34 5826 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 5827 Moved ...
4a594c34
AZ
5828 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
5829 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 5830 Moved ...
4a594c34 5831 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 5832 ... here.
4a594c34 5833 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 5834 Moved ...
4a594c34
AZ
5835 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
5836 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 5837 Moved ...
4a594c34
AZ
5838 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
5839 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 5840 Moved ...
4a594c34 5841 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 5842 ... here.
4a594c34 5843 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 5844 Moved ...
4a594c34 5845 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 5846 ... here.
4a594c34 5847 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 5848 Moved ...
4a594c34 5849 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 5850 ... here.
4a594c34 5851 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 5852 Moved ...
4a594c34
AZ
5853 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
5854 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 5855 Moved ...
4a594c34 5856 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 5857 ... here.
4a594c34 5858 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 5859 Moved ...
4a594c34 5860 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 5861 ... here.
4a594c34
AZ
5862 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
5863 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
5864 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
5865 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
5866 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 5867 Moved ...
4a594c34 5868 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 5869 ... here.
4a594c34
AZ
5870 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
5871 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
5872 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
5873 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
5874 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
5875 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
5876 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
5877 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
5878 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
5879 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
5880 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
5881 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
5882 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 5883 Moved ...
4a594c34
AZ
5884 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
5885 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 5886 Moved ...
4a594c34
AZ
5887 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
5888 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
5889 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
5890 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 5891 Moved ...
4a594c34
AZ
5892 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
5893 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
5894 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
5895 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
5896 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
5897 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
5898 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 5899
0570cfed
W
59002014-06-10 Wilco <wdijkstr@arm.com>
5901
5902 * math/test-fenv-return.c: New file.
5903 * math/Makefile: Add new test test-fenv-return.
5904
f8ba1b56
JM
59052014-06-10 Joseph Myers <joseph@codesourcery.com>
5906
5907 [BZ #17042]
5908 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
5909 when x - 1 is zero.
5910 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
5911 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
5912 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
5913 0.0L for an argument of 1.0L.
5914 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
5915 Likewise.
5916 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
5917 value when x - 1 is zero.
5918 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
5919 * sysdeps/i386/fpu/libm-test-ulps: Update.
5920 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5921
2c3520d9
BO
59222014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
5923
5924 [BZ #15119]
5925 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
5926
acaa4d24
RM
59272014-06-09 Roland McGrath <roland@hack.frob.com>
5928
5929 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
5930 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
5931
962b744d
RM
59322014-06-09 Roland McGrath <roland@hack.frob.com>
5933
d752f0cc
RM
5934 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5935 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
5936
34eda6d1
RM
5937 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5938 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
5939
50f0a637
RM
5940 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5941 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
5942
08f41f04
RM
5943 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
5944 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
5945
962b744d
RM
5946 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
5947 if not already defined.
5948 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
5949 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
5950 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
5951 (TLS_INIT_TP): Use it.
5952 (TLS_DEFINE_INIT_TP): New macro.
5953 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
5954
09f19b05
JM
59552014-06-09 Joseph Myers <joseph@codesourcery.com>
5956
5957 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
5958 constant.
5959 [POSIX] (IXANY): Likewise.
5960 [POSIX] (OLCUC): Likewise.
5961 [POSIX || POSIX2008] (CBAUD): Do not allow.
5962 [POSIX || POSIX2008] (DEFECHO): Likewise.
5963 [POSIX || POSIX2008] (ECHOCTL): Likewise.
5964 [POSIX || POSIX2008] (ECHOKE): Likewise.
5965 [POSIX || POSIX2008] (ECHOPRT): Likewise.
5966 [POSIX || POSIX2008] (EXTA): Likewise.
5967 [POSIX || POSIX2008] (EXTB): Likewise.
5968 [POSIX || POSIX2008] (FLUSHO): Likewise.
5969 [POSIX || POSIX2008] (LOBLK): Likewise.
5970 [POSIX || POSIX2008] (PENDIN): Likewise.
5971 [POSIX || POSIX2008] (SWTCH): Likewise.
5972 [POSIX || POSIX2008] (VDISCARD): Likewise.
5973 [POSIX || POSIX2008] (VDSUSP): Likewise.
5974 [POSIX || POSIX2008] (VLNEXT): Likewise.
5975 [POSIX || POSIX2008] (VREPRINT): Likewise.
5976 [POSIX || POSIX2008] (VSTATUS): Likewise.
5977 [POSIX || POSIX2008] (VWERASE): Likewise.
5978 (B*): Change to B[0123456789]*.
5979 * conform/data/time.h-data [POSIX || UNIX98]
5980 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
5981 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
5982 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
5983 [POSIX] (tm_*): Do not allow.
5984
686554bf
JM
59852014-06-07 Joseph Myers <joseph@codesourcery.com>
5986
5987 * Makefile (install): Don't set LANGUAGE.
5988 * Makefile.in (install): Likewise.
5989 * assert/Makefile (test-assert-ENV): Remove variable.
5990 (test-assert-perr-ENV): Likewise.
5991 * elf/Makefile (neededtest4-ENV): Likewise.
5992 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5993 [$(cross-compiling) = no]: Don't set LANGUAGE.
5994 * io/ftwtest-sh (LANG): Remove variable.
5995 * libio/Makefile (tst-widetext-ENV): Likewise.
5996 * manual/install.texi (Running make install): Don't refer to
5997 environment settings for make install.
5998 * INSTALL: Regenerated.
5999 * nptl/tst-tls6.sh: Don't set LANG.
6000 * posix/globtest.sh (LANG): Remove variable.
6001 * string/Makefile (tester-ENV): Likewise.
6002 (inl-tester-ENV): Likewise.
6003 (noinl-tester-ENV): Likewise.
6004 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6005 [$(cross-compiling) = no]: Don't set LANGUAGE.
6006 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
6007 without explicit environment settings.
6008
68e6b6b1
RM
60092014-06-06 Roland McGrath <roland@hack.frob.com>
6010
6011 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
6012 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
6013 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
6014 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
6015
4d3ae034
CM
60162014-06-06 Chris Metcalf <cmetcalf@tilera.com>
6017
6018 * crypt/crypt-private.h [DOS]: Add some includes taken from the
6019 other files in the crypt directory.
6020 * crypt/crypt.c: Remove duplicate includes.
6021 * crypt/crypt-entry.c: Likewise.
6022 * crypt/crypt_util.c: Likewise.
6023
8540f6d2
JM
60242014-06-06 Joseph Myers <joseph@codesourcery.com>
6025
6026 * Makeconfig (run-program-env): New variable.
6027 (run-program-prefix-before-env): Likewise.
6028 (run-program-prefix-after-env): Likewise.
6029 (run-program-prefix): Define in terms of new variables.
6030 (built-program-cmd-before-env): New variable.
6031 (built-program-cmd-after-env): Likewise.
6032 (built-program-cmd): Define in terms of new variables.
6033 (test-program-prefix-before-env): New variable.
6034 (test-program-prefix-after-env): Likewise.
6035 (test-program-prefix): Define in terms of new variables.
6036 (test-program-cmd-before-env): New variable.
6037 (test-program-cmd-after-env): Likewise.
6038 (test-program-cmd): Define in terms of new variables.
6039 * Rules (make-test-out): Use $(run-program-env).
6040 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
6041 (help): Do not mention environment variables. Mention
6042 --timeoutfactor option.
6043 (timeoutfactor): New variable.
6044 (blacklist_exports): Remove function.
6045 (exports): Remove variable.
6046 (command): Do not include ${exports}.
6047 * manual/install.texi (Configuring and compiling): Do not mention
6048 test wrappers preserving environment variables. Mention that last
6049 assignment to a variable must take precedence.
6050 * INSTALL: Regenerated.
6051 * benchtests/Makefile (run-bench): Use $(run-program-env).
6052 * catgets/Makefile ($(objpfx)test1.cat): Use
6053 $(built-program-cmd-before-env), $(run-program-env) and
6054 $(built-program-cmd-after-env).
6055 ($(objpfx)test2.cat): Do not specify environment variables
6056 explicitly.
6057 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
6058 $(run-program-env) and $(built-program-cmd-after-env).
6059 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
6060 $(run-program-env) and $(test-program-cmd-after-env).
6061 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
6062 explicitly.
6063 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
6064 run_program_env and test_program_cmd_after_env arguments.
6065 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
6066 * elf/tst-pathopt.sh: Use run_program_env argument.
6067 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
6068 $(test-wrapper-env) and $(run-program-env).
6069 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
6070 run_program_env arguments.
6071 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
6072 * intl/Makefile ($(objpfx)tst-gettext.out): Use
6073 $(test-program-prefix-before-env), $(run-program-env) and
6074 $(test-program-prefix-after-env).
6075 ($(objpfx)tst-gettext2.out): Likewise.
6076 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
6077 run_program_env and test_program_prefix_after_env arguments.
6078 * intl/tst-gettext2.sh: Likewise.
6079 * intl/tst-gettext4.sh: Do not set environment variables
6080 explicitly.
6081 * intl/tst-gettext6.sh: Likewise.
6082 * intl/tst-translit.sh: Likewise.
6083 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
6084 $(test-program-prefix-before-env), $(run-program-env) and
6085 $(test-program-prefix-after-env).
6086 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
6087 run_program_env and test_program_prefix_after_env arguments.
6088 * math/Makefile (run-regen-ulps): Use $(run-program-env).
6089 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
6090 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
6091 explicitly with each use of ${test_wrapper_env}.
6092 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
6093 $(test-program-prefix-before-env), $(run-program-env) and
6094 $(test-program-prefix-after-env).
6095 * posix/tst-getconf.sh: Do not set environment variables
6096 explicitly.
6097 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
6098 run_program_env and test_program_prefix_after_env arguments.
6099 * stdio-common/tst-printf.sh: Do not set environment variables
6100 explicitly.
6101 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
6102 $(test-program-prefix-before-env), $(run-program-env) and
6103 $(test-program-prefix-after-env).
6104 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
6105 run_program_env and test_program_prefix_after_env arguments.
6106 Split $test calls into $test_pre and $test.
6107 * timezone/Makefile (build-testdata): Use
6108 $(built-program-cmd-before-env), $(run-program-env) and
6109 $(built-program-cmd-after-env).
6110
ed36bfa1
AZ
61112014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6112
6113 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
6114 strlen for non SHARED builds.
6115
fc75bf46
SP
61162014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
6117
6118 * nptl/allocatestack.c (check_list): Inlined function...
6119 (__reclaim_stacks): ... here.
6120
d89b3d80
OB
61212014-06-05 Ondřej Bílka <neleai@seznam.cz>
6122
6123 [BZ #15698]
6124 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
6125 memory overrun.
6126
2bf18041
JM
61272014-06-05 Joseph Myers <joseph@codesourcery.com>
6128
6129 * Rules (make-test-out): Include
6130 LOCPATH=$(common-objpfx)localedata in default environment.
6131 * debug/Makefile (tst-chk1-ENV): Remove variable.
6132 (tst-chk2-ENV): Likewise.
6133 (tst-chk3-ENV): Likewise.
6134 (tst-chk4-ENV): Likewise.
6135 (tst-chk5-ENV): Likewise.
6136 (tst-chk6-ENV): Likewise.
6137 (tst-lfschk1-ENV): Likewise.
6138 (tst-lfschk2-ENV): Likewise.
6139 (tst-lfschk3-ENV): Likewise.
6140 (tst-lfschk4-ENV): Likewise.
6141 (tst-lfschk5-ENV): Likewise.
6142 (tst-lfschk6-ENV): Likewise.
6143 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
6144 (tst-iconv7-ENV): Likewise.
6145 * intl/Makefile (LOCPATH-ENV): Likewise.
6146 (tst-codeset-ENV): Likewise.
6147 (tst-gettext3-ENV): Likewise.
6148 (tst-gettext5-ENV): Likewise.
6149 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
6150 (tst-fopenloc-ENV): Likewise.
6151 (tst-fgetws-ENV): Remove variable.
6152 (tst-ungetwc1-ENV): Likewise.
6153 (tst-ungetwc2-ENV): Likewise.
6154 (bug-ungetwc2-ENV): Likewise.
6155 (tst-swscanf-ENV): Likewise.
6156 (bug-ftell-ENV): Likewise.
6157 (tst-fgetwc-ENV): Likewise.
6158 (tst-fseek-ENV): Likewise.
6159 (tst-ftell-partial-wide-ENV): Likewise.
6160 (tst-ftell-active-handler-ENV): Likewise.
6161 (tst-ftell-append-ENV): Likewise.
6162 * posix/Makefile (tst-fnmatch-ENV): Likewise.
6163 (tst-regexloc-ENV): Likewise.
6164 (bug-regex1-ENV): Likewise.
6165 (tst-regex-ENV): Likewise.
6166 (tst-regex2-ENV): Likewise.
6167 (bug-regex5-ENV): Likewise.
6168 (bug-regex6-ENV): Likewise.
6169 (bug-regex17-ENV): Likewise.
6170 (bug-regex18-ENV): Likewise.
6171 (bug-regex19-ENV): Likewise.
6172 (bug-regex20-ENV): Likewise.
6173 (bug-regex22-ENV): Likewise.
6174 (bug-regex23-ENV): Likewise.
6175 (bug-regex25-ENV): Likewise.
6176 (bug-regex26-ENV): Likewise.
6177 (bug-regex30-ENV): Likewise.
6178 (bug-regex32-ENV): Likewise.
6179 (bug-regex33-ENV): Likewise.
6180 (bug-regex34-ENV): Likewise.
6181 (bug-regex35-ENV): Likewise.
6182 (tst-rxspencer-ENV): Likewise.
6183 (tst-rxspencer-no-utf8-ENV): Likewise.
6184 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
6185 (tst-sscanf-ENV): Likewise.
6186 (tst-swprintf-ENV): Likewise.
6187 (tst-swscanf-ENV): Likewise.
6188 (test-vfprintf-ENV): Likewise.
6189 (scanf13-ENV): Likewise.
6190 (bug14-ENV): Likewise.
6191 (tst-grouping-ENV): Likewise.
6192 * stdlib/Makefile (tst-strtod-ENV): Likewise.
6193 (tst-strtod3-ENV): Likewise.
6194 (tst-strtod4-ENV): Likewise.
6195 (tst-strtod5-ENV): Likewise.
6196 (testmb2-ENV): Likewise./
6197 * string/Makefile (tst-strxfrm-ENV): Likewise.
6198 (tst-strxfrm2-ENV): Likewise.
6199 (bug-strcoll1-ENV): Likewise.
6200 (test-strcasecmp-ENV): Likewise.
6201 (test-strncasecmp-ENV): Likewise.
6202 * time/Makefile (tst-strptime-ENV): Likewise.
6203 (tst-ftime_l-ENV): Likewise.
6204 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
6205 (tst-mbrtowc-ENV): Likewise.
6206 (tst-wcrtomb-ENV): Likewise.
6207 (tst-mbrtowc2-ENV): Likewise.
6208 (tst-c16c32-1-ENV): Likewise.
6209 (tst-mbsnrtowcs-ENV): Likewise.
6210
cd1fb604
OB
62112014-06-05 Ondřej Bílka <neleai@seznam.cz>
6212
6213 * manual/resource.texi (How to get information about the memory
6214 subsystem?): Fix typo.
6215 Reported by Peon de la Parra Ivan <peon@keba.com>
6216
b42eca7d
GY
62172014-06-03 Guo Yixuan <culu.gyx@gmail.com>
6218
6219 [BZ #16882]
6220 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
6221 (pthread_spin_lock): Branch out of spin loop to proper location.
6222 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
6223 (pthread_spin_lock): Likewise.
6224
902b71f9
DM
6225 * nptl/tst-spin4.c: New test.
6226 * nptl/Makefile (tests): Add tst-spin4.
6227
f9d2d032
AS
62282014-06-03 Andreas Schwab <schwab@suse.de>
6229
6230 [BZ #15946]
6231 * resolv/res_send.c (send_dg): Reload file descriptor after
6232 calling reopen.
6233
cf7bfd28
SL
62342014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
6235
6236 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6237
111cc714
RH
62382014-06-03 Richard Henderson <rth@redhat.com>
6239
89b4bd6b
RH
6240 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
6241 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
6242 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
6243 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
6244 in the SAVE_PID block.
6245 (__libc_vfork): New alias.
71840409 6246 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 6247
111cc714
RH
6248 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
6249 child in registers, not on the stack. Remove RESET_PID conditionals.
6250 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
6251
ccc39911
MS
62522014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
6253
6254 * sysdeps/aarch64/libm-test-ulps: Regenerate.
6255
693096cc
W
62562014-06-03 Wilco <wdijkstr@arm.com>
6257
6258 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
6259 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
6260 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6261 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
6262 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
6263 Likewise.
6264
0b4366bc
W
62652014-06-03 Wilco <wdijkstr@arm.com>
6266
6267 * sysdeps/aarch64/fpu/math_private.h
6268 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
6269 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
6270 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
6271 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
6272 Fix declarations.
6273
8747cd03
KS
62742014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6275
6276 * crypt/crypt-private.h: Include ufc-crypt.h.
6277 (__b64_from_24bit): Declare extern.
6278 * crypt/crypt_util.c(__b64_from_24bit): New function.
6279 (b64t): New static const variable.
6280 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
6281 (b64t): Remove variable.
6282 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
6283 * crypt/sha256-crypt.c: Include crypt-private.h.
6284 (b64t): Remove variable.
6285 (__sha256_crypt_r): Remove b64_from_24bit and replace
6286 with __b64_from_24bit.
6287 * crypt/sha512-crypt.c: Likewise.
6288
d936d379
RM
62892014-06-02 Roland McGrath <roland@hack.frob.com>
6290
6291 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
6292 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
6293 Label the code __libc_vfork rather than __vfork.
6294 [!NOT_IN_libc] (vfork): Define as weak alias.
6295 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
6296 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
6297 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
6298
9fa76613
SP
62992014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
6300
6301 * malloc/malloc.c (malloc_info): Fix format specifier for
6302 n_mmaps.
6303
a88dadbe
W
63042014-06-02 Wilco <wdijkstr@arm.com>
6305
6306 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
6307 FPCR write.
6308
c95b3011
W
63092014-06-02 Wilco <wdijkstr@arm.com>
6310
6311 [BZ #17009]
6312 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
6313 Rewrite to reduce FPCR/FPSR accesses.
6314
6b4d7a90
DM
63152014-06-01 David S. Miller <davem@davemloft.net>
6316
6317 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6318
30f3d07c
DM
63192014-05-31 David S. Miller <davem@davemloft.net>
6320
6321 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
6322 to occur in round to nearest mode when |x| >= 2.0
6323
74f31c18
RH
63242014-05-30 Richard Henderson <rth@twiddle.net>
6325
f0712b54
RH
6326 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
6327 (PSEUDO_RET_NOERRNO): Remove.
6328 (ret): Don't redefine.
6329 (ret_NOERRNO): Define in terms of ret.
6330 (ret_ERRVAL): Likewise.
6331
74f31c18
RH
6332 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
6333 use of PSEUDO_RET; perform the error check directly.
6334
30477995
MM
63352014-05-30 Marko Myllynen <myllynen@redhat.com>
6336
6337 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
6338 with __int128_t.
6339
62a58816
SP
63402014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
6341
6342 * malloc/malloc (malloc_info): Fix formatting.
6343
4d653a59
SP
63442014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
6345 Roland McGrath <roland@hack.frob.com>
6346
6347 * malloc/malloc (malloc_info): Also print mmapped statistics.
6348
5190c17f
RM
63492014-05-30 Roland McGrath <roland@hack.frob.com>
6350
6351 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
6352 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
6353
987c0269
OB
63542014-05-30 Ondřej Bílka <neleai@seznam.cz>
6355
6356 * malloc/malloc.c (malloc_info): Inline mi_arena.
6357
af4e8ef9
RH
63582014-05-29 Richard Henderson <rth@twiddle.net>
6359
1670e207
RH
6360 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
6361 Remove comma before expanding ASM_ARGS_##nr.
6362 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
6363 Make _x0 a strict output; make _x8 a strict input; adjust expansion
6364 of ASM_ARGS_##nr.
6365 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
6366 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
6367 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
6368 (ASM_ARGS_1): Add leading comma.
6369
11a28aee
RH
6370 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
6371 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
6372 to __errno_location.
6373 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
6374 Remove the expected plt for __errno_location.
6375
a17e5ffb 6376 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 6377 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
6378 call to __read_tp.
6379
b5be4597
RH
6380 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6381 Always allocate 64 bytes of stack frame. Use ldp/stp to create
6382 it and break it down.
6383 (DOCARGS_0, DOCARGS_1): Do nothing.
6384 (DOCARGS_2): Update to store into the new stack frame.
6385 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
6386 (UNDOCARGS_1): Update to restore from the new stack frame.
6387 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
6388 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
6389
645d44ab
RH
6390 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6391 (SINGLE_THREAD_P): New parameter for result regno.
6392 (PSEUDO): Update to match; use cbz instead of beq.
6393
a8b4f04a
RH
6394 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6395 Use ENTRY to define the _nocancel entry point. Share the syscall
6396 and syscall error check paths with the cancel path.
6397 (PSEUDO_END): New.
6398
af4e8ef9
RH
6399 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
6400 whitespace; tabs before and after asm mnemonics.
6401
26b0d2e1
EW
64022014-05-29 Eric Wong <normalperson@yhbt.net>
6403
6404 [BZ #15132]
6405 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
6406 Call fstat64 or stat64 internally, depending on arguments passed.
6407 Replace stat buffer argument with file descriptor argument.
6408 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
6409 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6410 Pass fd to __internal_statvfs instead of calling fstat64.
6411 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
6412 Pass fd to __internal_statvfs64 instead of calling fstat64.
6413 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
6414 Pass -1 to __internal_statvfs instead of calling stat64.
6415 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
6416 Pass -1 to __internal_statvfs64 instead of calling stat64.
6417
1efe2bd9
RM
64182014-05-28 Roland McGrath <roland@hack.frob.com>
6419
0d3b7a19
RM
6420 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
6421 that was previously under [RESET_PID].
6422 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
6423
1efe2bd9
RM
6424 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
6425 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
6426
a6bea3ca
RM
64272014-05-27 Roland McGrath <roland@hack.frob.com>
6428
30b6629e
RM
6429 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
6430
a6bea3ca
RM
6431 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
6432 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
6433
3dfb9a5c
OB
64342014-05-27 Ondřej Bílka <neleai@seznam.cz>
6435
6436 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
6437
774f9285
AS
64382014-05-27 Andreas Schwab <schwab@suse.de>
6439
6440 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
6441 TLS_INIT_TP macro.
6442 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
6443 * elf/rtld.c (init_tls, dl_main): Likewise.
6444 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
6445 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
6446 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
6447 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
6448 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
6449 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
6450 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
6451 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
6452 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
6453 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
6454 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
6455 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
6456 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
6457 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
6458 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
6459 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
6460 * sysdeps/generic/tls.h: Update description.
6461
36ffe739
WN
64622014-05-27 Will Newton <will.newton@linaro.org>
6463
6464 [BZ #16990]
6465 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
6466 and restore r2 rather than just restoring.
6467
2482ae43
SP
64682014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
6469
6470 [BZ #16724]
6471 * libio/tst-ftell-append.c: New test case.
6472 * libio/Makefile (tests): Add test case.
6473 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
6474 append mode.
6475 * libio/wfileops.c (do_ftell_wide): Likewise.
6476
3d1024e8
AZ
64772014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6478
bab90016
AZ
6479 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6480
c7a8d667
AZ
6481 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
6482 ...
6483 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
6484 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
6485 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
6486 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
6487 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
6488 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
6489 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
6490 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
6491 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
6492 Moved ...
6493 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
6494 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
6495 Moved ...
6496 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
6497 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
6498 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
6499 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
6500 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
6501 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
6502 ...
6503 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
6504 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
6505 Moved ...
6506 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
6507 here.
6508 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
6509 ...
6510 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
6511 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
6512 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
6513
daee7851
AZ
6514 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
6515 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
6516 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
6517 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
6518
50a40819
AZ
6519 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
6520 merge into ...
6521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
6522 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
6523 ...
6524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
6525 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
6526 ...
6527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
6528 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
6529 Moved ...
6530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
6531 here.
6532 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
6533 Moved ...
6534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
6535 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
6536 Moved ...
6537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
6538
8464c2a1
AZ
6539 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
6540 conditional [RESET_PID].
6541 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
6542 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
6543 removed.
6544 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
6545 removed.
6546
3d1024e8
AZ
6547 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
6548 <tcb-offsets.h>.
6549 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
6550 (__libc_vfork): New strong alias.
6551 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
6552 removed.
6553 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
6554 Removed.
6555
6556 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
6557 <tcb-offsets.h>.
6558 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
6559 (__libc_vfork): New strong alias.
6560 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
6561 removed.
6562 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
6563 removed.
6564
fdfd175d
CD
65652014-05-26 Carlos O'Donell <carlos@redhat.com>
6566
6567 * malloc/malloc.c (mi_arena): New function.
6568 (malloc_info): Remove nested function mi_arena. Call non-nosted
6569 function mi_arena.
6570
d298c416
AZ
65712014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6572
6573 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
6574 by insrwi.
6575 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
6576 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
6577 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
6578 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
6579 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
6580 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
6581 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
6582
b60ea6ff
AS
65832014-05-26 Andreas Schwab <schwab@suse.de>
6584
6585 [BZ #16984]
6586 * locale/programs/repertoire.c (repertoire_read): Add slash
6587 between I18NPATH element and file name.
6588 * locale/programs/locfile.c (locfile_read): Likewise.
6589
67365926
SL
65902014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6591
6592 * nptl/pthread_mutexattr_settype.c
6593 (__pthread_mutexattr_settype):
6594 Disable lock elision for PTHREAD_MUTEX_NORMAL.
6595
f8bdf1f0
SL
65962014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
6597
6598 * nptl/tst-mutex5 (do_test):
6599 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
6600
15eaf6ff
SP
66012014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6602
6603 * benchtests/README: Document 'init' directive.
6604 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
6605 BENCH_INIT.
6606 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
6607 (parse_file): Recognize 'init' directive.
6608
75f11331
KM
66092014-05-26 Kyle McMartin <kyle@redhat.com>
6610
6611 [BZ #16796]
6612 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
6613 alignment of struct pthread.
6614
c3ec475c
SP
66152014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
6616
6617 [BZ #16878]
6618 * nscd/netgroupcache.c (addgetnetgrentX): Look for
6619 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6620 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
6621 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
6622
82aab97c
RH
66232014-05-25 Richard Henderson <rth@twiddle.net>
6624
aa2f176d
RH
6625 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6626 (SINGLE_THREAD_P_PIC): Remove.
6627 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
6628 (SINGLE_THREAD_P_PIC): Remove.
6629
ca3cfa40
RH
6630 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
6631 branch to syscall error ...
6632 (PSEUDO): ... here.
6633 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
6634 from __local_syscall_error to .Lsyscall_error.
6635 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
6636 (SYSCALL_ERROR): Update label name.
6637
6e6c2d01
RH
6638 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6639 Do not use DOARGS/UNDOARGS.
6640 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
6641 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
6642 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
6643 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
6644 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
6645
c69abcee
RH
6646 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
6647 block comment.
6648
82aab97c
RH
6649 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
6650 define if !NOT_IN_libc.
6651 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
6652 define with non-default symbol versions.
6653
8820e3ac
RH
66542014-05-23 Richard Henderson <rth@twiddle.net>
6655
900e445f
RH
6656 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
6657 (vfork, __vfork): Define via compat_symbol.
6658
8820e3ac
RH
6659 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
6660 [!HAVE_IFUNC] (vfork_compat): Remove.
6661 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
6662
e59252a5
JM
66632014-05-23 Joseph Myers <joseph@codesourcery.com>
6664
6665 [BZ #16978]
6666 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
6667 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
6668 variable.
6669
132c7f5f
RH
66702014-05-23 Richard Henderson <rth@twiddle.net>
6671
bc89e962
RH
6672 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
6673 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
6674 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
6675 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
6676
6677 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
6678 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
6679 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
6680 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
6681 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
6682 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
6683 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
6684 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
6685 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
6686 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
6687 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
6688 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
6689 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
6690 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
6691 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
6692 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
6693 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
6694 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
6695 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
6696 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
6697 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
6698 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
6699 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
6700 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
6701 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
6702 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
6703 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
6704 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
6705 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
6706 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
6707 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
6708 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
6709 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
6710 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
6711 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
6712 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
6713 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
6714 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
6715 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
6716 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
6717 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
6718 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
6719 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
6720 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
6721 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
6722 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
6723 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
6724 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
6725 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
6726 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
6727 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
6728 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
6729 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
6730 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
6731 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
6732 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
6733
e2fa4bc2
RH
6734 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
6735 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
6736 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
6737 before exiting on error.
6738 (__libc_vfork): New strong alias.
6739 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
6740 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
6741
279b24e2
RH
6742 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
6743 that was previously under [RESET_PID].
6744 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
6745
132c7f5f
RH
6746 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
6747
b72592e7
JM
67482014-05-23 Joseph Myers <joseph@codesourcery.com>
6749
6750 [BZ #16977]
6751 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
6752 value when x - 1 is zero.
6753 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
6754 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
6755 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
6756 0.0L for an argument of 1.0L.
6757 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
6758 Likewise.
6759 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
6760 value when x - 1 is zero.
6761 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
6762 * sysdeps/i386/fpu/libm-test-ulps: Update.
6763 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6764
2302d679
RV
67652014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
6766
6767 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
6768 alphasort and versionsort.
6769
32999d63
AZ
67702014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6771
6772 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
6773 macro.
6774 [copysignf]: Likewise.
6775
019324d0
SP
67762014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
6777
6778 * crypt/md5-crypt.c: Fix formatting.
6779
34fff5c2
KS
67802014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6781
6782 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
6783 (b64_from_24bit): New function.
6784
3d2badac
AZ
67852014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6786
6787 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
6788 libc_hidden_builtin_def to ifunc.
6789 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6790 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
6791
f7bb179f 67922014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
6793
6794 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
6795 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
6796
4134b50d
JM
67972014-05-21 Joseph Myers <joseph@codesourcery.com>
6798
bb7d0337
JM
6799 * nscd/Depend (linuxthreads): Remove.
6800 (nptl): Add.
6801 * resolv/Depend (linuxthreads): Remove.
6802 * rt/Depend (linuxthreads): Remove.
6803
4134b50d
JM
6804 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
6805 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
6806 $(common-objpfx)elf/.
6807 (link-libc-before-gnulib): Likewise.
6808 (elfobjdir): Remove variable.
6809 * Makefile (install): Use $(elf-objpfx) instead of
6810 $(common-objpfx)elf/.
6811 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
6812 $(elfobjdir)/.
6813 (link-libc-deps): Likewise.
6814 ($(common-objpfx)libc.so): Likewise.
6815 ($(common-objpfx)linkobj/libc.so): Likewise.
6816 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
6817 instead of $(common-objpfx)elf/.
6818 (symbolic-link-list): Likewise.
6819 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
6820 [$(cross-compiling) = no]: Likewise.
6821 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
6822 $(elfobjdir)/.
6823 (static-gnulib-arch): Likewise.
6824 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
6825 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
6826 $(common-objpfx)elf/.
6827
3612eb8f
RH
68282014-05-21 Richard Henderson <rth@redhat.com>
6829
a6b3657b
RH
6830 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
6831 (SINGLE_THREAD_P): Use the correct width load. Fold
6832 into the ldr offset.
6833
3612eb8f
RH
6834 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
6835 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
6836
175cef41
JM
68372014-05-20 Joseph Myers <joseph@codesourcery.com>
6838
6839 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
6840 (libgcc_s_resume): Use __attribute_used__.
6841 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
6842 Likewise.
6843
e13bccd3
AZ
68442014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6845
6846 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
6847 optimization when used with float constants.
6848
7c112a38
AZ
6849 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6850
ae75a883
AJ
68512014-05-20 Aurelien Jarno <aurelien@aurel32.net>
6852
6853 [BZ #16915]
6854 * locale/nl_langinfo_l.c: Make direct reference to every
6855 _nl_current_CATEGORY symbol.
6856 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
6857 (tests-static): Add tst-langinfo-static.
6858 (tests-special): Add tst-langinfo-static.out.
6859 ($(objpfx)tst-langinfo.out): Redirect output.
6860 ($(objpfx)tst-langinfo-static.out): New.
6861 * localedata/tst-langinfo.sh: Send output to stdout.
6862 * localedata/tst-langinfo-static.c: New file.
6863
4406c41c
AJ
6864 [BZ #16965]
6865 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
6866 when the shift amount is modulo the limb size.
6867
4c0a1e63
RH
68682014-05-20 Richard Henderson <rth@redhat.com>
6869
de9d8f20
RH
6870 [BZ #16967]
6871 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
6872 Change type of sa_flags from unsigned int to int.
6873
4c0a1e63
RH
6874 [BZ #16966]
6875 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
6876
6877 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
6878
a60339aa
WN
68792014-05-20 Will Newton <will.newton@linaro.org>
6880
6881 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
6882 Test the return value of the system call in the nocancel case.
6883
7d05a816
YR
68842014-05-20 Will Newton <will.newton@linaro.org>
6885 Yvan Roux <yvan.roux@linaro.org>
6886
6887 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
6888 #include of asm/ptrace.h.
6889 (PTRACE_GET_THREAD_AREA): Remove #undef.
6890 (PTRACE_GETHBPREGS): Likewise.
6891 (PTRACE_SETHBPREGS): Likewise.
6892 (struct user_regs_struct): New structure.
6893 (struct user_fpsimd_struct): New structure.
6894 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
6895 #include of asm/ptrace.h and second #include of sys/user.h.
6896 (PTRACE_GET_THREAD_AREA): Remove #undef.
6897 (PTRACE_GETHBPREGS): Likewise.
6898 (PTRACE_SETHBPREGS): Likewise.
6899 (ELF_NGREG): Use new struct user_regs_struct.
6900 (elf_fpregset_t): Use new struct user_fpsimd_struct.
6901
af121e37
AZ
69022014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6903
6904 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
6905 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
6906
834caf06
JM
69072014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
6908
6909 [BZ #16958]
6910 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
6911 membar to avoid block loads/stores to overlap previous stores.
6912
e184a918
RH
69132014-05-17 Richard Henderson <rth@redhat.com>
6914
6915 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
6916 Create the __##syscall_name##_nocancel entry point.
6917 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
6918 Remove; let the sysdep-cancel.h code create it.
6919
f56c7a6a
DM
69202014-05-17 David S. Miller <davem@davemloft.net>
6921
6922 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
6923 Protect with __USE_GNU.
6924 (TIOCSET_TEMPT): Likewise.
6925 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
6926 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
6927 these are already provided in bits/ioctl-types.h
6928
f75616b2
RM
69292014-05-16 Roland McGrath <roland@hack.frob.com>
6930
3edeca86
RM
6931 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
6932 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
6933
f75616b2
RM
6934 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
6935 Use wait4 regardless of [__NR_waitpid].
6936
deb0f7f6
MR
69372014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6938
6939 PR libgcc/60166
6940 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
6941 (_FP_NANSIGN_Q): Set the quiet bit.
6942
79520f4b
JM
69432014-05-16 Joseph Myers <joseph@codesourcery.com>
6944
6945 * benchtests/Makefile
6946 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
6947 not $(common-objpfx)math/libm.so.
6948 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
6949 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
6950 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
6951 $(common-objpfx)dlfcn/libdl.so.
6952 ($(objpfx)tst-audit8): Depend on $(libm), not
6953 $(common-objpfx)math/libm.so.
6954 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
6955 not $(common-objpfx)dlfcn/libdl.so.
6956 * math/Makefile
6957 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
6958 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
6959 [$(build-shared) = yes].
6960 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
6961 $(common-objpfx)nptl/libpthread.so.
6962 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
6963 $(common-objpfx)math/libm.so$(libm.so-version) or
6964 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
6965 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
6966 $(common-objpfx)dlfcn/libdl.so.
6967 * setjmp/Makefile (link-libm): Remove variable.
6968 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
6969 * stdio-common/Makefile (link-libm): Remove variable.
6970 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
6971 * stdlib/Makefile (link-libm): Remove variable.
6972 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
6973 ($(objpfx)tst-strtod-round): Likewise.
6974 ($(objpfx)tst-tininess): Likewise.
6975 ($(objpfx)tst-strtod-underflow): Likewise.
6976 ($(objpfx)tst-strtod6): Likewise.
6977 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
6978 $(libdl), not $(common-objpfx)nptl/libpthread.so and
6979 $(common-objpfx)dlfcn/libdl.so.
6980
026b0fe4
AZ
69812014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6982
6983 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
6984 BSD terminal modes definitions.
6985
def4bcb2
RM
69862014-05-16 Roland McGrath <roland@hack.frob.com>
6987
fe39b021
RM
6988 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
6989 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
6990
1d1fc46e 6991 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
6992 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
6993 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
6994 Don't do #include_next.
6995 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
6996 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
6997 Don't do #include_next.
6998 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
6999 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
7000 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
7001 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
7002
c72399fb
AM
70032014-05-16 Allan McRae <allan@archlinux.org>
7004
d51d659d
AM
7005 * po/sv.po: Update Swedish translation from translation project.
7006
c72399fb
AM
7007 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
7008 in sed expression.
7009
d0583c40
AJ
70102014-05-16 Aurelien Jarno <aurelien@aurel32.net>
7011
7012 [BZ #16917]
7013 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
7014 errno if the TIOCGPTN ioctl fails with an error different than
7015 EINVAL.
7016 * login/tst-ptsname.c: New file.
7017 * login/Makefile (tests): Add tst-ptsname.
7018
d16e6ec7
AJ
7019 [BZ #16943]
7020 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
7021 and prlimit64.
7022
cf26a0cb
SP
70232014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7024
7025 [BZ #16849]
7026 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
7027 herrno to return EAI_AGAIN.
7028
5675da1e
RM
70292014-05-14 Roland McGrath <roland@hack.frob.com>
7030
a5d87b3d
RM
7031 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
7032 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
7033 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
7034 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
7035 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
7036 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
7037 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
7038 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
7039 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
7040 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
7041 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
7042 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
7043 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
7044 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
7045 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
7046 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
7047 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
7048 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
7049 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
7050 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
7051 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
7052 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
7053 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
7054 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
7055 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
7056 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
7057 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
7058 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
7059 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
7060 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
7061 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
7062 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
7063 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
7064 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
7065 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
7066 Moved ...
7067 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
7068 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
7069 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
7070 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
7071 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
7072 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
7073 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
7074 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
7075 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
7076 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
7077 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
7078 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
7079 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
7080 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
7081 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
7082 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
7083 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
7084 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
7085 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
7086 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
7087 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
7088 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
7089 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
7090 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
7091 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
7092 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
7093 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
7094 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
7095 Moved ...
7096 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
7097 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
7098 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
7099 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
7100 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
7101 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
7102 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
7103 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
7104 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
7105 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
7106 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
7107 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
7108 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
7109 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
7110 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
7111 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
7112 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
7113 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
7114 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
7115 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
7116 Moved ...
7117 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
7118 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
7119 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
7120
039890a6
RM
7121 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
7122 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
7123 (libpthread-sysdep_routines): Add elision-related stuff here instead.
7124 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
7125 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
7126 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
7127 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
7128 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
7129 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
7130 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
7131 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
7132 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
7133 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
7134 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
7135 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
7136 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
7137 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
7138 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
7139 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
7140 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
7141 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
7142 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
7143 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
7144 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
7145 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
7146 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
7147 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
7148 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
7149 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
7150 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
7151 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
7152
65c89320
RM
7153 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
7154 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
7155
348f8e8c
RM
7156 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
7157 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
7158 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
7159 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
7160 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
7161 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
7162 Moved ...
7163 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
7164 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
7165 Moved ...
7166 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
7167 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
7168 Moved ...
7169 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
7170 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
7171 Moved ...
7172 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
7173 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
7174 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
7175 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
7176 Moved ...
7177 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
7178 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
7179 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
7180 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
7181 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
7182 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
7183 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
7184 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
7185 Moved ...
7186 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
7187 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7188 Moved ...
7189 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
7190 ... here.
7191 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
7192 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
7193 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
7194 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
7195 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7196 Moved ...
7197 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
7198 ... here.
7199 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
7200 Moved ...
7201 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
7202 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
7203 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
7204 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
7205 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
7206 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
7207 Moved ...
7208 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
7209 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
7210 Moved ...
7211 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
7212 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
7213 Moved ...
7214 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
7215 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
7216 Moved ...
7217 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
7218 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
7219 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
7220 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
7221 Moved ...
7222 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
7223 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
7224 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
7225 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
7226 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
7227 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
7228 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
7229 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
7230 Moved ...
7231 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
7232 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7233 Moved ...
7234 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
7235 ... here.
7236 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
7237 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
7238 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
7239 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
7240 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7241 Moved ...
7242 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
7243 ... here.
7244 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
7245 Moved ...
7246 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
7247 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
7248 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
7249 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
7250 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
7251 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
7252 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
7253 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
7254 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
7255 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
7256 Moved ...
7257 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
7258 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
7259 Moved ...
7260 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
7261 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
7262 Moved ...
7263 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
7264 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
7265 Moved ...
7266 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
7267 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
7268 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
7269 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
7270 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
7271 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
7272 Moved ...
7273 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
7274 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
7275 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
7276 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
7277 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
7278 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
7279 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
7280 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
7281 Moved ...
7282 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
7283 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7284 Moved ...
7285 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
7286 ... here.
7287 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
7288 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
7289 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
7290 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
7291 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7292 Moved ...
7293 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
7294 ... here.
7295 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
7296 Moved ...
7297 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
7298 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
7299 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
7300 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
7301 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
7302 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
7303 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
7304 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
7305 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
7306 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
7307 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
7308
5085af05
RM
7309 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
7310 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
7311
708f0813
RM
7312 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
7313 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
7314
c96067bc
RM
7315 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
7316 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
7317 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
7318 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
7319 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
7320 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
7321 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
7322 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
7323 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
7324 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
7325 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
7326 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
7327 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
7328 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
7329 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
7330 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
7331 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
7332 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
7333 Moved ...
7334 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
7335 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
7336 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
7337 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
7338 Moved ...
7339 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
7340 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
7341 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
7342 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
7343 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
7344 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
7345 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
7346 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
7347 Moved ...
7348 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
7349 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
7350 Moved ...
7351 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
7352 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
7353 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
7354 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
7355 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
7356 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
7357 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
7358 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
7359 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
7360 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
7361 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
7362 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
7363 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
7364 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
7365 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
7366 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
7367 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
7368
ec136444
RM
7369 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
7370 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
7371 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
7372 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
7373 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
7374
2fbdf533
RM
7375 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
7376 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
7377 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
7378 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
7379 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
7380 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
7381 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
7382 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
7383 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
7384 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
7385
4c68138b
RM
7386 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
7387 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
7388
4eaae765
RM
7389 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
7390 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
7391 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
7392 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
7393 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
7394 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
7395 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
7396 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
7397 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
7398 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
7399 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
7400 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
7401 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
7402 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
7403 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
7404 Update #include.
7405 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
7406 Likewise.
7407 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
7408 Likewise.
7409 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
7410 Likewise.
7411 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
7412 Likewise.
7413 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
7414 Likewise.
7415 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
7416 Likewise.
7417 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7418 Likewise.
7419 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
7420 Likewise.
7421 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
7422 Likewise.
4ef6befa
RM
7423 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
7424 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
7425 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
7426 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
7427 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
7428 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
7429 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
7430 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
7431 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
7432 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
7433 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
7434 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
7435 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
7436 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
7437 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 7438
941d7dfd
RM
7439 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
7440 that was previously under [RESET_PID].
7441 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
7442 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
7443 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
7444
1b731c35
RM
7445 * sysdeps/i386/nptl/Implies: New file.
7446 * sysdeps/x86_64/nptl/Implies: New file.
7447 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
7448 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
7449 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
7450 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
7451
e2787137
RM
7452 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
7453 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7454 (__libc_vfork): New strong alias.
7455 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
7456 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
7457
7458 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
7459 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7460 (__libc_vfork): New strong alias.
7461 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
7462 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
7463
5675da1e
RM
7464 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
7465 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7466 (__libc_vfork): New strong alias.
7467 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
7468 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
7469 * nptl/pt-vfork.c: New file.
7470 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
7471 (libpthread: GLIBC_2.20): New version set (empty).
7472
4f02e2b8
WN
74732014-05-14 Will Newton <will.newton@linaro.org>
7474
7475 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
7476 rather than #if.
7477
0bf061d3
JM
74782014-05-14 Joseph Myers <joseph@codesourcery.com>
7479
1a84c3d6
JM
7480 [BZ #16564]
7481 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
7482 arguments with exponent 65 or above.
7483 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
7484 arguments 0x1p113L or above.
7485 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
7486 to arguments 0x1p107L or above.
7487 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
7488 positive arguments with exponent 65 or above.
7489 * math/auto-libm-test-in: Add more tests of log1p.
7490 * math/auto-libm-test-out: Regenerated.
7491
01dbacd2
JM
7492 [BZ #16928]
7493 * math/s_cacos.c (__cacos): Ensure zero real part of result from
7494 non-finite arguments is +0.
7495 * math/s_cacosf.c (__cacosf): Likewise.
7496 * math/s_cacosl.c (__cacosl): Likewise.
7497 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
7498 * sysdeps/i386/fpu/libm-test-ulps: Update.
7499 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7500
913d03c8
JM
7501 [BZ #16927]
7502 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
7503 value.
7504 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
7505 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
7506 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
7507 for explicit high bit of mantissa when testing for argument equal
7508 to 1.
7509 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
7510 * sysdeps/i386/fpu/libm-test-ulps: Update.
7511 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7512
0bf061d3
JM
7513 [BZ #16516]
7514 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
7515 (__erf): Scale by 16 instead of 8 in potentially underflowing
7516 case. Ensure exception if result actually underflows.
7517 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
7518 (__erff): Scale by 16 instead of 8 in potentially underflowing
7519 case. Ensure exception if result actually underflows.
7520 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
7521 (efx8): Remove variable.
7522 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7523 case. Ensure exception if result actually underflows.
7524 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
7525 (efx8): Remove variable.
7526 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7527 case. Ensure exception if result actually underflows.
7528 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
7529 (efx8): Remove variable.
7530 (__erfl): Scale by 16 instead of 8 in potentially underflowing
7531 case. Ensure exception if result actually underflows.
7532 * math/auto-libm-test-in: Add more tests of erf.
7533 * math/auto-libm-test-out: Regenerated.
7534
73ba67cb
AS
75352014-05-14 Andreas Schwab <schwab@suse.de>
7536
3d8c8bff
AS
7537 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
7538 Remove code conditionalized on USE___THREAD.
7539
73ba67cb
AS
7540 * config.h.in (HAVE_PT_CHOWN): Define as 0.
7541 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
7542 not definedness.
7543
5c521ecd
JM
75442014-05-14 Joseph Myers <joseph@codesourcery.com>
7545
5e7698c6
JM
7546 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
7547 Define unconditionally.
7548 (__ASSUME_O_CLOEXEC): Likewise.
7549 (__ASSUME_SOCK_CLOEXEC): Likewise.
7550 (__ASSUME_IN_NONBLOCK): Likewise.
7551 (__ASSUME_PIPE2): Likewise.
7552 (__ASSUME_EVENTFD2): Likewise.
7553 (__ASSUME_SIGNALFD4): Likewise.
7554 (__ASSUME_DUP3): Likewise.
7555 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
7556 (__ASSUME_DUP3): Do not define.
7557 (__ASSUME_EVENTFD2): Likewise.
7558 (__ASSUME_IN_NONBLOCK): Likewise.
7559 (__ASSUME_O_CLOEXEC): Likewise.
7560 (__ASSUME_PIPE2): Likewise.
7561 (__ASSUME_SIGNALFD4): Likewise.
7562 (__ASSUME_SOCK_CLOEXEC): Likewise.
7563 (__ASSUME_UTIMES): Undefine.
7564 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7565 (__ASSUME_UTIMES): Do not define.
7566 (__ASSUME_O_CLOEXEC): Likewise.
7567 (__ASSUME_SOCK_CLOEXEC): Likewise.
7568 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
7569 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
7570 0x020621].
7571 (__ASSUME_PIPE2): Likewise.
7572 (__ASSUME_EVENTFD2): Likewise.
7573 (__ASSUME_SIGNALFD4): Likewise.
7574 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
7575 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
7576 Do not define.
7577 (__ASSUME_EVENTFD2): Likewise.
7578 (__ASSUME_SIGNALFD4): Likewise.
7579 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
7580 (__ASSUME_32BITUIDS): Likewise.
7581 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
7582 (__ASSUME_IPC64): Likewise.
7583 (__ASSUME_ST_INO_64_BIT): Likewise.
7584 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
7585 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
7586 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7587 (__ASSUME_UTIMES): Do not define.
7588 (__ASSUME_PSELECT): Likewise.
7589 (__ASSUME_PPOLL): Likewise.
7590 (__ASSUME_O_CLOEXEC): Likewise.
7591 (__ASSUME_SOCK_CLOEXEC): Likewise.
7592 (__ASSUME_IN_NONBLOCK): Likewise.
7593 (__ASSUME_PIPE2): Likewise.
7594 (__ASSUME_EVENTFD2): Likewise.
7595 (__ASSUME_SIGNALFD4): Likewise.
7596 (__ASSUME_DUP3): Likewise.
7597 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7598 (__ASSUME_UTIMES): Likewise.
7599 (__ASSUME_O_CLOEXEC): Likewise.
7600 (__ASSUME_SOCK_CLOEXEC): Likewise.
7601 (__ASSUME_IN_NONBLOCK): Likewise.
7602 (__ASSUME_PIPE2): Likewise.
7603 (__ASSUME_EVENTFD2): Likewise.
7604 (__ASSUME_SIGNALFD4): Likewise.
7605 (__ASSUME_DUP3): Likewise.
7606 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7607 (__ASSUME_UTIMES): Likewise.
7608 (__ASSUME_O_CLOEXEC): Likewise.
7609 (__ASSUME_SOCK_CLOEXEC): Likewise.
7610 (__ASSUME_IN_NONBLOCK): Likewise.
7611 (__ASSUME_PIPE2): Likewise.
7612 (__ASSUME_EVENTFD2): Likewise.
7613 (__ASSUME_SIGNALFD4): Likewise.
7614 (__ASSUME_DUP3): Likewise.
7615 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
7616 Likewise.
7617 (__ASSUME_UTIMES): Likewise.
7618 (__ASSUME_EVENTFD2): Likewise.
7619 (__ASSUME_SIGNALFD4): Likewise.
7620 * sysdeps/unix/sysv/linux/tile/kernel-features.h
7621 (__ASSUME_O_CLOEXEC): Likewise.
7622 (__ASSUME_SOCK_CLOEXEC): Likewise.
7623 (__ASSUME_IN_NONBLOCK): Likewise.
7624 (__ASSUME_PIPE2): Likewise.
7625 (__ASSUME_EVENTFD2): Likewise.
7626 (__ASSUME_SIGNALFD4): Likewise.
7627 (__ASSUME_DUP3): Likewise.
7628 (__ASSUME_UTIMES): Undefine.
7629
5c521ecd
JM
7630 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
7631 feclearexcept. Remove symbol versioning code.
7632 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
7633 symbol versioning code.
7634 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
7635 symbol versioning code.
7636 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
7637 feupdateenv. Remove symbol versioning code.
7638 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
7639 fegetexceptflag. Remove symbol versioning code.
7640 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
7641 fesetexceptflag. Remove symbol versioning code.
7642 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
7643 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
7644 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
7645 (__posix_fadvise64_l32): Remove prototype.
7646 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
7647 code.
7648
5da9dfad
RM
76492014-05-13 Roland McGrath <roland@hack.frob.com>
7650
7651 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
7652 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
7653 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
7654 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
7655
893b4f37
SK
76562014-05-13 Sami Kerola <kerolasa@iki.fi>
7657
7658 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
7659 current working directory
7660
e0db6517
RM
76612014-05-13 Roland McGrath <roland@hack.frob.com>
7662
58aa195d
RM
7663 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
7664 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
7665 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
7666 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
7667 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
7668 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
7669 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
7670 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
7671 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
7672 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
7673 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
7674 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
7675 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
7676 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
7677 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
7678 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
7679 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
7680 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
7681 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
7682 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
7683 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
7684 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
7685 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
7686 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
7687 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
7688 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
7689 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
7690 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
7691 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
7692 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
7693 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
7694 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
7695 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
7696 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
7697 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
7698 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
7699 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
7700 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
7701 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
7702 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
7703 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
7704 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
7705
8c6d01f0
RM
7706 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
7707 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
7708
7709 * sysdeps/unix/sysv/linux/arm/Makefile
7710 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
7711 Add rt-aeabi_unwind_cpp_pr1.
7712 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
7713 Add nptl-aeabi_unwind_cpp_pr1.
7714 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
7715 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
7716 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
7717 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
7718 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
7719 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
7720
7721 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
7722 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
7723 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
7724 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
7725
bba6da4e
RM
7726 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
7727 Deconditionalize the code that was previously under [RESET_PID].
7728 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
7729
e0db6517
RM
7730 * sysdeps/generic/exit-thread.h: New file.
7731 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
7732 * include/unistd.h (__exit_thread): Remove declaration.
7733 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
7734 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
7735 * csu/libc-start.c: Include <exit-thread.h>.
7736 (LIBC_START_MAIN): Pass no argument to __exit_thread.
7737 * nptl/pthread_create.c: Include <exit-thread.h>.
7738 (start_thread): Call __exit_thread in place of __exit_thread_inline.
7739 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
7740 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
7741 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
7742 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
7743 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
7744 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
7745 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
7746 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
7747 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
7748 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
7749 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
7750 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
7751 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
7752 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
7753 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
7754 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
7755
01eb16fd
AS
77562014-05-13 Andreas Schwab <schwab@suse.de>
7757
7758 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
7759
637461d9
JM
77602014-05-12 Joseph Myers <joseph@codesourcery.com>
7761
7762 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
7763 (__ASSUME_UTIMES): Do not condition on kernel version.
7764 (__ASSUME_PSELECT): Define unconditionally.
7765 (__ASSUME_PPOLL): Likewise.
7766 (__ASSUME_ATFCTS): Likewise.
7767 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
7768 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
7769 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
7770 (__ASSUME_UTIMENSAT): Define unconditionally.
7771 (__ASSUME_PRIVATE_FUTEX): Likewise.
7772 (__ASSUME_FALLOCATE): Likewise.
7773 (__ASSUME_O_CLOEXEC): Likewise.
7774 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
7775 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
7776 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
7777 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
7778 (__ASSUME_IN_NONBLOCK): Likewise.
7779 (__ASSUME_PIPE2): Likewise.
7780 (__ASSUME_EVENTFD2): Likewise.
7781 (__ASSUME_SIGNALFD4): Likewise.
7782 (__ASSUME_DUP3): Likewise.
7783 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7784 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
7785 (__ASSUME_AT_RANDOM): Likewise.
7786 (__ASSUME_PREADV): Likewise.
7787 (__ASSUME_PWRITEV): Likewise.
7788 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
7789 (__ASSUME_F_GETOWN_EX): Define unconditionally.
7790 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
7791 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
7792 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
7793 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7794 (__ASSUME_O_CLOEXEC): Define unconditionally.
7795 (__ASSUME_PSELECT): Do not undefine conditionally.
7796 (__ASSUME_PPOLL): Likewise.
7797 (__ASSUME_ATFCTS): Likewise.
7798 (__ASSUME_SET_ROBUST_LIST): Likewise.
7799 (__ASSUME_UTIMENSAT): Likewise.
7800 (__ASSUME_FDATASYNC): Define unconditionally.
7801 * sysdeps/unix/sysv/linux/arm/kernel-features.h
7802 (__ASSUME_SIGFRAME_V2): Likewise.
7803 )__ASSUME_EVENTFD2): Likewise.
7804 (__ASSUME_SIGNALFD4): Likewise.
7805 (__ASSUME_PSELECT): Do not undefine conditionally.
7806 (__ASSUME_PPOLL): Likewise.
7807 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
7808 (__ASSUME_PSELECT): Define unconditionally.
7809 (__ASSUME_PPOLL): Likewise.
7810 (__ASSUME_O_CLOEXEC): Likewise.
7811 (__ASSUME_SOCK_CLOEXEC): Likewise.
7812 (__ASSUME_IN_NONBLOCK): Likewise.
7813 (__ASSUME_PIPE2): Likewise.
7814 (__ASSUME_EVENTFD2): Likewise.
7815 (__ASSUME_SIGNALFD4): Likewise.
7816 (__ASSUME_DUP3): Likewise.
7817 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7818 (__ASSUME_O_CLOEXEC): Likewise.
7819 (__ASSUME_SOCK_CLOEXEC): Likewise.
7820 (__ASSUME_IN_NONBLOCK): Likewise.
7821 (__ASSUME_PIPE2): Likewise.
7822 (__ASSUME_EVENTFD2): Likewise.
7823 (__ASSUME_SIGNALFD4): Likewise.
7824 (__ASSUME_DUP3): Likewise.
7825 * sysdeps/unix/sysv/linux/mips/kernel-features.h
7826 (__ASSUME_EVENTFD2): Likewise.
7827 (__ASSUME_SIGNALFD4): Likewise.
7828 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
7829
315eb1d8
AS
78302014-05-12 Andreas Schwab <schwab@suse.de>
7831
7832 [BZ #16932]
7833 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
7834 (_nss_nis_gethostbyname4_r): Return error if item length is larger
7835 than maximum RPC packet size.
7836 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
7837 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
7838 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
7839 (_nss_nis_getservbyport_r): Likewise.
7840
91df99f7
WN
78412014-05-12 Will Newton <will.newton@linaro.org>
7842
7843 * malloc/Makefile (tests): Add tst-mallopt.
7844 * malloc/tst-mallopt.c: New file.
7845
0a982a29
RM
78462014-05-09 Roland McGrath <roland@hack.frob.com>
7847
7848 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
7849 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
7850
0ded08a5
AZ
78512014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7852
7853 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
7854 (tst-tlsmod6.so): Likewise.
7855
55d4d550
RM
78562014-05-09 Roland McGrath <roland@hack.frob.com>
7857
7858 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
7859
77d08aca
JM
78602014-05-09 Joseph Myers <joseph@codesourcery.com>
7861
7862 [BZ #16064]
7863 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
7864 and <dl-procinfo.h>.
7865 (__fegetenv): Save SSE state in envp->__eip if supported.
7866 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
7867 envp->__eip if supported.
7868 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
7869 and <dl-procinfo.h>.
7870 (__fesetenv): Always set __eip, __cs_selector, __opcode,
7871 __data_offset and __data_selector in environment to 0. Set SSE
7872 state if supported.
7873 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
7874 test-fenv-sse.
7875 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
7876 -mfpmath=sse.
7877 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
7878
28162f4d
WN
78792014-05-09 Will Newton <will.newton@linaro.org>
7880
7881 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
7882 and libc_relro_required for ARM.
7883 * sysdeps/arm/preconfigure: Regenerate.
7884
5a414ff7
DV
78852014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
7886 Stefan Liebler <stli@linux.vnet.ibm.com>
7887
7888 * config.make.in (enable-lock-elision): New Makefile variable.
7889 * configure.ac: Likewise.
7890 * configure: Regenerate.
7891 * sysdeps/s390/configure.ac:
7892 Add check for gcc transactions support.
7893 * sysdeps/s390/configure: Regenerate.
7894 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
7895 Build elision files if enabled.
7896 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
7897 Add lock elision support for s390.
7898 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
7899 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
7900 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
7901 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
7902 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
7903 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
7904 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
7905 Likewise.
7906 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
7907 Likewise.
7908 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
7909 Likewise.
7910 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
7911 Likewise.
7912 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
7913 (__lll_timedlock_elision, __lll_lock_elision)
7914 (__lll_unlock_elision, __lll_trylock_elision)
7915 (lll_timedlock_elision, lll_lock_elision)
7916 (lll_unlock_elision, lll_trylock_elision): Add.
7917 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7918 (pthread_mutex_t): Add lock elision support for s390.
7919
1a2f40e5
W
79202014-05-14 Wilco <wdijkstr@arm.com>
7921
7922 * sysdeps/arm/fclrexcpt.c: Cleanup.
7923 * sysdeps/arm/fedisblxcpt.c: Cleanup.
7924 * sysdeps/arm/feenablxcpt.c: Cleanup.
7925 * sysdeps/arm/fegetenv.c: Cleanup.
7926 * sysdeps/arm/fegetexcept.c: Cleanup.
7927 * sysdeps/arm/fegetround.c: Cleanup.
7928 * sysdeps/arm/feholdexcpt.c: Cleanup.
7929 * sysdeps/arm/fesetenv.c: Cleanup.
7930 * sysdeps/arm/fesetround.c: Cleanup.
7931 * sysdeps/arm/feupdateenv.c: Cleanup.
7932 * sysdeps/arm/fgetexcptflg.c: Cleanup.
7933 * sysdeps/arm/fraiseexcpt.c: Cleanup.
7934 * sysdeps/arm/fsetexcptflg.c: Cleanup.
7935 * sysdeps/arm/ftestexcept.c: Cleanup.
7936 * sysdeps/arm/get-rounding-mode.h: Cleanup.
7937 * sysdeps/arm/setfpucw.c: Cleanup.
7938
f63c86fe
WN
79392014-05-09 Will Newton <will.newton@linaro.org>
7940
7941 * sysdeps/arm/armv7/strcmp.S: New file.
7942 * NEWS: Mention addition of ARMv7 optimized strcmp.
7943
7a1a51b5
RM
79442014-05-08 Roland McGrath <roland@hack.frob.com>
7945
95afbbe5
RM
7946 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
7947 look for %.ac rather than %.in.
7948
7949 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
7950 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
7951 * sysdeps/mach/hurd/configure: Regenerated.
7952 * sysdeps/unix/sysv/linux/configure: Regenerated.
7953
7a1a51b5
RM
7954 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
7955
5057ad3b
SE
79562014-05-07 Steve Ellcey <sellcey@mips.com>
7957
7958 [BZ# 16922]
7959 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
7960 (LONG_SUB): Ditto.
7961 (PTR_SUB): Ditto.
7962
8dc97517
AS
79632014-05-07 Andreas Schwab <schwab@suse.de>
7964
7965 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
7966 when skipping over non-matching result from nscd.
7967
ce0c5b8f
OB
79682014-05-07 Ondřej Bílka <neleai@seznam.cz>
7969
7970 [BZ #16876]
7971 * nptl/sockperf.c (client): Check socket return value.
8dc97517 7972
a1189263
OB
7973 [BZ #16877]
7974 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
7975 nscd security class.
ce0c5b8f 7976
0f58d252
RM
79772014-05-06 Roland McGrath <roland@hack.frob.com>
7978
7979 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
7980 * sysdeps/arm/unwind.h: ... here.
7981
83df9ad0
AJ
79822014-05-06 Aurelien Jarno <aurelien@aurel32.net>
7983
ce0c5b8f
OB
7984 [BZ# 16916]
7985 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
7986 Define.
83df9ad0 7987
f360f94a
VR
79882014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
7989
7990 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
7991 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
7992 multiarch strncpy for PPC64.
7993 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
7994 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
7995 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
7996 multiarch optimizations.
7997 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7998 (__libc_ifunc_impl_list): Likewise.
7999 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
8000 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
8001 multiarch stpncpy for PPC64.
8002 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
8003 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
8004
978a41c3
AS
80052014-05-06 Andreas Schwab <schwab@suse.de>
8006
8007 [BZ #16912]
8008 * gmon/mcount.c (_MCOUNT_DECL): Use
8009 atomic_compare_and_exchange_bool_acq instead of
8010 catomic_compare_and_exchange_bool_acq.
8011
eb1ed03d
RM
80122014-05-05 Roland McGrath <roland@hack.frob.com>
8013
fe658845
RM
8014 * elf/Makefile (others, install-bin): Remove pldd.
8015 (pldd-modules): Variable removed.
8016 ($(objpfx)pldd): Target removed.
8017 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
8018 (others, install-bin): Append pldd here.
8019 ($(objpfx)pldd): New target.
8020
eb1ed03d
RM
8021 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
8022 to 0, so the first #if test emitted later doesn't see it undefined.
8023 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
8024 * sysdeps/gnu/errlist.c: Regenerated.
8025
19c4bec0
AZ
80262014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8027
8028 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8029 [libc_hidden_builtin_def]: Define to empty value.
8030 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
8031 [libc_hidden_builtin_def]: Likewise.
8032 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
8033 [libc_hidden_builtin_def]: Likewise.
8034 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
8035 [libc_hidden_builtin_def]: Likewise.
8036 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
8037 __redirect_memcpy and define ifunc as default hidden symbol.
8038 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
8039 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
8040
7776e669
AC
80412014-05-04 Adam Conrad <adconrad@0c3.net>
8042
8043 * locale/iso-4217.def: Reintroduce XDR currency.
8044
d69aeb12
AM
80452014-05-04 Allan McRae <allan@archlinux.org>
8046
8047 * po/eo.po: Update Esperanto translation from translation project.
8048
8f1df5cf
CD
80492014-05-02 Carlos O'Donell <carlos@redhat.com>
8050
8051 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
8052 and FEATURE_INDEX_MAX to 1.
8053 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
8054
13e402e7
SE
80552014-05-01 Steve Ellcey <sellcey@mips.com>
8056
8057 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
8058 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
8059 * iconvdata/big5.c (ONE_DIRECTION): Define.
8060 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
8061 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
8062 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
8063 * iconvdata/cp932.c (ONE_DIRECTION): Define.
8064 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
8065 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
8066 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
8067 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
8068 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
8069 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
8070 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
8071 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
8072 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
8073 * iconvdata/gbk.c (ONE_DIRECTION): Define.
8074 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
8075 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
8076 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
8077 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
8078 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
8079 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
8080 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
8081 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
8082 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
8083 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
8084 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
8085 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
8086 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
8087 * iconvdata/iso646.c (ONE_DIRECTION): Define.
8088 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
8089 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
8090 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
8091 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
8092 * iconvdata/johab.c (ONE_DIRECTION): Define.
8093 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
8094 * iconvdata/sjis.c (ONE_DIRECTION): Define.
8095 * iconvdata/t.61.c (ONE_DIRECTION): Define.
8096 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
8097 * iconvdata/tscii.c (ONE_DIRECTION): Define.
8098 * iconvdata/uhc.c (ONE_DIRECTION): Define.
8099 * iconvdata/unicode.c (ONE_DIRECTION): Define.
8100 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
8101 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
8102 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
8103
c727f032
RM
81042014-05-01 Roland McGrath <roland@hack.frob.com>
8105
8f2f08d0
RM
8106 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
8107 (_IO_JUMPS_OFFSET): Define to 0.
8108
c727f032
RM
8109 * nptl/sysdeps/pthread/bits/libc-lock.h
8110 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
8111 (__libc_lock_define_initialized_recursive): Always define using
8112 initializer. Modern compilers treat uninitialized (implicit zero) and
8113 explicit zero initializers the same (i.e. put the datum in bss).
8114
a849e800
AS
81152014-05-01 Andreas Schwab <schwab@linux-m68k.org>
8116
8117 * nscd/nscd-client.h: Include <string.h>.
8118
5331255b
DM
81192014-05-01 David S. Miller <davem@davemloft.net>
8120
8121 [BZ #16885]
8122 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
8123 multiple zero bytes exist at the end of a string.
8124 Reported by Aurelien Jarno <aurelien@aurel32.net>
8125
8126 * string/test-strcmp.c (check): Add explicit test for situations where
8127 there are multiple zero bytes after the first.
8128
4fdfe821
AS
81292014-05-01 Andreas Schwab <schwab@linux-m68k.org>
8130
8131 [BZ #16890]
8132 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
8133 when compiling wprintf.
8134 * stdio-common/tstdiomisc.c (t3): New function.
8135 (main): Call it.
8136
0cdddc25
SE
81372014-05-01 Steve Ellcey <sellcey@mips.com>
8138
8139 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
8140 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
8141 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
8142 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
8143
6426d77e
SE
81442014-05-01 Steve Ellcey <sellcey@mips.com>
8145
8146 * stdlib/longlong.h: Updated from GCC.
8147
6d96f5e4
WN
81482014-05-01 Will Newton <will.newton@linaro.org>
8149 Bernard Ogden <bernie.ogden@linaro.org>
8150
7470db0c
WN
8151 * NEWS: Update fixed bug list.
8152
6d96f5e4
WN
8153 [BZ #15119]
8154 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
8155
211d653c
DM
81562014-04-30 David S. Miller <davem@davemloft.net>
8157
4fa262fa
DM
8158 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
8159 (libc_feholdexcept_setround_sparc_ctx): New function.
8160 (libc_fesetenv_sparc_ctx): Likewise.
8161 (libc_feupdateenv_sparc_ctx): Likewise.
8162 (libc_feholdsetround_sparc_ctx): Likewise.
8163 (libc_feholdexcept_setround_ctx): Define.
8164 (libc_feholdexcept_setroundf_ctx): Likewise.
8165 (libc_feholdexcept_setroundl_ctx): Likewise.
8166 (libc_fesetenv_ctx): Likewise.
8167 (libc_fesetenvf_ctx): Likewise.
8168 (libc_fesetenvl_ctx): Likewise.
8169 (libc_feupdateenv_ctx): Likewise.
8170 (libc_feupdateenvf_ctx): Likewise.
8171 (libc_feupdateenvl_ctx): Likewise.
8172 (libc_feresetround_ctx): Likewise.
8173 (libc_feresetroundf_ctx): Likewise.
8174 (libc_feresetroundl_ctx): Likewise.
8175 (libc_feholdsetround_ctx): Likewise.
8176 (libc_feholdsetroundf_ctx): Likewise.
8177 (libc_feholdsetroundl_ctx): Likewise.
8178
1d3d93ef
DM
8179 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8180 with __USE_GNU instead of XOPEN cpp guards.
8181
8aa583c3
DM
8182 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
8183 0.
8184
211d653c
DM
8185 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
8186 with XOPEN cpp guards.
8187
60c8f1f6
JB
81882014-04-30 Julian Brown <julian@codesourcery.com>
8189
8190 [BZ #16888]
8191 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
8192 handling.
8193
9a461d46
JM
81942014-04-30 Joseph Myers <joseph@codesourcery.com>
8195
d0f5b3f8
JM
8196 [BZ #9894]
8197 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
8198 Change to 2.6.32.
8199 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
8200 * sysdeps/unix/sysv/linux/configure: Regenerated.
8201 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
8202 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
8203 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
8204 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
8205 * README: Update reference to required Linux kernel version.
8206 * manual/install.texi (Linux): Update reference to required Linux
8207 kernel headers version.
8208 * INSTALL: Regenerated.
8209
9a461d46
JM
8210 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
8211 header inclusion.
8212 [POSIX] (limits.h): Likewise.
8213 [POSIX] (math.h): Likewise.
8214 [POSIX] (sys/wait.h): Likewise.
8215 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
8216 function.
8217 [POSIX] (stddef.h): Do not allow header inclusion.
8218
1775babf
AZ
82192014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8220
57f41c40 8221 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 8222
8f630cca
YY
82232014-04-30 Yang Yingliang <yangyingliang@huawei.com>
8224
8225 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
8226 Return immediately after lll_futex_wake.
8227
1cdeb237
SP
82282014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8229
bc8f194c
SP
8230 [BZ #16791]
8231 * nscd/nscd-client.h (datahead_init_common): Initialize entire
8232 structure.
8233 (datahead_init_pos): Call datahead_init_common early.
8234 (datahead_init_neg): Likewise.
8235
1cdeb237
SP
8236 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
8237 datahead_init_neg): New functions.
8238 * nscd/aicache.c (addhstaiX): Use them.
8239 * nscd/grpcache.c (cache_addgr): Likewise.
8240 * nscd/hstcache.c (cache_addhst): Likewise.
8241 * nscd/initgrcache.c (addinitgroupsX): Likewise.
8242 * nscd/netgroupcache.c (do_notfound): Likewise.
8243 (addgetnetgrentX): Likewise.
8244 (addinnetgrX): Likewise.
8245 * nscd/pwdcache.c (cache_addpw): Likewise.
8246 * nscd/servicescache.c (cache_addserv): Likewise.
8247
16b293a7
SP
82482014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8249 Atsushi Onoe <atsushi@onoe.org>
8250
8251 [BZ #14308]
8252 [BZ #12994]
8253 [BZ #13651]
8254 * resolv/res_query.c (__libc_res_nsearch): Return if at least
8255 one response is valid.
8256 * resolv/res_send.c (send_dg): Check for validity of other
8257 response if the current response is a referral.
8258
a28a9b94
SE
82592014-04-29 Steve Ellcey <sellcey@mips.com>
8260
8261 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
8262
2ca180e9
SL
82632014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
8264
8265 [BZ #16823]
8266 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
8267 Always divide by positive zero when computing -Inf result.
8268 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
8269 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
8270
18f2945a
AZ
82712014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8272
8273 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
8274 FPSCR if value do not change.
8275 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
8276 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
8277 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
8278 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
8279 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
8280 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
8281 function.
8282
5abebba4
CD
82832014-05-29 Carlos O'Donell <carlos@systemhalted.org>
8284
8285 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
8286 * sysdeps/unix/sysv/linux/hppa: Move directory from
8287 ports/systeps/unix/sysv/linux/hppa.
8288 * README: Update listing for hppa-*-linux-gnu.
8289
f7ed60c2
OB
82902014-04-28 Ondřej Bílka <neleai@seznam.cz>
8291
fff763a5
OB
8292 [BZ #16754]
8293 * manual/stdio.texi (Hook functions): Fix types of stream hook
8294 functions.
f7ed60c2
OB
8295 [BZ #16854]
8296 * socket/sys/socket.h: Fix typo in comment.
8297
df639d73
WD
82982014-04-28 Wilco <wdijkstr@arm.com>
8299
f7ed60c2 8300 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
8301 * sysdeps/arm/math_private.h: New file.
8302 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
8303
48332d82
L
83042014-04-25 H.J. Lu <hongjiu.lu@intel.com>
8305
8306 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
8307 with __int128_t.
8308 (La_x86_64_retval): Likewise.
8309
e5e0d9a4
IB
83102014-04-24 Ian Bolton <ian.bolton@arm.com>
8311
8312 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
8313 fpsr if value didn't change.
8314 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
8315 to fpcr if value didn't change.
8316 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
8317 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
8318 fpsr or fpcr if value didn't change.
8319 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8320 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
8321 fpcr if value didn't change.
8322 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
8323 to fpsr if value didn't change.
8324
bacc75f7
SP
83252014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
8326
8327 * nptl/tst-sem3.c: Use test-skeleton.c
8328 (main): Rename to do_test. Use return instead of
8329 exit.
8330 * nptl/tst-sem4.c: Use test-skeleton.c
8331 (main): Rename to do_test.
8332
a059d359
DM
83332014-04-22 David S. Miller <davem@davemloft.net>
8334
8335 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
8336 (struct sigaction): New struct member __glibc_reserved0, change
8337 type of sa_flags to int.
8338
ea6c92f3
YZ
83392014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
8340
8341 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
8342 (COUNT_LEADING_ZEROS_0): Define for AArch64.
8343
766c4a36
SP
83442014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
8345
8346 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
8347 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
8348
140cc7ab
VK
83492014-04-22 Will Newton <will.newton@linaro.org>
8350 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
8351
8352 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
8353 (__longjmp): Add longjmp and longjmp_target SystemTap
8354 probes.
8355 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
8356 (__sigsetjmp): Add setjmp SystemTap probe.
8357
c54e5cf7
CD
83582014-04-17 Carlos O'Donell <carlos@redhat.com>
8359
8360 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
8361 match manual order.
8362
75ffb047
AZ
83632014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8364
8365 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
8366
2cd925f7
AZ
8367 * sysdeps/powerpc/fpu/fenv_private.h
8368 (libc_feholdexcept_setroundl_ctx): Define to
8369 libc_feholdexcept_setround_ppc_ctx.
8370 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
8371 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
8372 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
8373 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
8374
39e6cd8d
IB
83752014-04-17 Ian Bolton <ian.bolton@arm.com>
8376
8377 * sysdeps/aarch64/math-tests.h: New file.
8378
f9281df9
SY
83792014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
8380
8381 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
8382 New.
8383 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8384 Check and set bit_AVX2_Usable.
8385 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
8386 macro.
8387 (bit_AVX2): Likewise.
8388 (index_AVX2_Usable): Likewise.
8389 (CPUID_AVX2): Likewise.
8390 (HAS_AVX2): Likewise.
8391
37d35007
WN
83922014-04-17 Will Newton <will.newton@linaro.org>
8393
7c677662
WN
8394 * manual/setjmp.texi (System V contexts): Add note that
8395 calling setcontext on a context created by a call to a
8396 signal handler is undefined. Update text to note that
8397 setcontext from a signal handler is possible but not
8398 recommended.
8399
37d35007 8400 [BZ #16629]
e04a4e9d
WN
8401 * stdlib/tst-setcontext.c: Include signal.h.
8402 (main): Check that the signal stack before and
8403 after swapcontext is the same.
8404
37d35007
WN
8405 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
8406 Re-implement to restore registers in user code and avoid
8407 rt_sigreturn system call.
8408
423a7160
W
84092014-04-17 Wilco <wdijkstr@arm.com>
8410
8411 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
8412 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
8413 * math/test-fenv.c: Skip exception trap tests on targets which only
8414 support non-stop mode.
8415
bc93ab29
IB
84162014-04-17 Ian Bolton <ian.bolton@arm.com>
8417 Wilco Dijkstra <wilco.dijkstra@arm.com>
8418
8419 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
8420 (libc_feholdsetround_aarch64_ctx)
8421 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
8422 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
8423 (libc_feresetround_ctx, libc_feresetroundf_ctx)
8424 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
8425 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
8426 (libc_feresetround_noexl_ctx): Define.
8427
95fc5fa3
RH
84282014-04-16 Richard Henderson <rth@redhat.com>
8429
ddb04724
RH
8430 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
8431
d77c0899
RH
8432 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
8433 unwind tables.
8434
a3df56fc
RH
8435 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
8436 const from the non-libc, non-ldso copy.
8437
95fc5fa3
RH
8438 * sysdeps/alpha/libm-test-ulps: Regenerate.
8439
7e0b6763
IB
84402014-04-16 Ian Bolton <ian.bolton@arm.com>
8441 Wilco Dijkstra <wilco.dijkstra@arm.com>
8442
8443 * sysdeps/aarch64/fpu/math_private.h: New file.
8444
a9ea2e0c
MS
84452014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
8446
8447 * sysdeps/aarch64/libm-test-ulps: Regenerate.
8448
ea8ba7cd
IZ
84492014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
8450
7e54fd04 8451 [BZ #16275]
ea8ba7cd
IZ
8452 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
8453 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
8454 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
8455 Intel MPX bound registers before _dl_profile_fixup.
8456 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
8457 registers after _dl_profile_fixup. Save and restore bound
8458 registers bnd0/bnd1 when calling _dl_call_pltexit.
8459 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
8460 (LR_BND_OFFSET): Likewise.
8461 (LRV_BND0_OFFSET): Likewise.
8462 (LRV_BND1_OFFSET): Likewise.
8463
9f2a4fbc
ST
84642014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
8465
8466 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
8467 to...
8468 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
8469 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
8470 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
8471 fields.
9f2a4fbc 8472
fd15a59b
ST
84732014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
8474
8475 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
8476
f19dfa0a
SL
84772014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8478
8479 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8480
4fa8bc3b
SL
84812014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
8482
8483 [BZ #14770]
8484 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
8485 * sysdeps/s390/configure: Regenerate.
8486
8ea587db
SL
8487 [BZ #16824]
8488 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
8489 Set round-to-nearest internally to reduce error accumulation.
8490
aa5f0ff1
AM
84912014-04-16 Alan Modra <amodra@gmail.com>
8492
8493 [BZ #16740]
8494 [BZ #16619]
8495 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
8496 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 8497 * NEWS: Update fixed bug list.
aa5f0ff1 8498
bb9c256f
SP
84992014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
8500
8501 * benchtests/Makefile: Depend on libraries in build directory.
8502 (bench-math): Separate out math tests.
8503 (bench-pthread): Separate out pthread tests.
8504 (bench): Include math and pthread tests.
8505
f737dfd0
CD
85062014-04-14 Carlos O'Donell <carlos@redhat.com>
8507
8508 [BZ #16831]
8509 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
8510 _dl_debug_initialize.
8511
0699f766
CD
8512 * configure.ac: Remove SELinux header check.
8513 * configure: Regenerate.
8514 * nscd/selinux.c (perms): Array of const char* to permission names.
8515 (nscd_request_avc_has_perm): Call security_deny_unknown to find
8516 default policy. Call string_to_security_class and string_to_av_perm to
8517 translate strings. Enforce default policy and call avs_has_perm with
8518 results of translated strings.
8519
809bd45f
DM
85202014-04-13 David S. Miller <davem@davemloft.net>
8521
8522 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8523
89e691f2
AM
85242014-04-12 Allan McRae <allan@archlinux.org>
8525
8526 [BZ #16838]
8527 * manual/string.texi (Collation Functions): Fix qsort argument
8528 order in example.
8529 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
8530
9c9daaeb
CM
85312014-04-11 Chris Metcalf <cmetcalf@tilera.com>
8532
8533 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
8534 Make the test a no-op if there are no exceptions defined.
8535
95561fb9
PP
85362014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
8537
fe8d072c 8538 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
8539 enable-hardcoded-path-in-tests
8540
970c602a
WN
85412014-04-11 Will Newton <will.newton@linaro.org>
8542
8543 * benchtests/Makefile (extra-objs): Add json-lib.o.
8544 (bench-func): Tidy up JSON output.
8545 * benchtests/bench-skeleton.c: Include json-lib.h.
8546 (main): Use JSON library functions to do output of
8547 benchmark results.
8548 * benchtests/bench-timing-type.c (main): Output the
8549 timing type simply, leaving formatting to the user.
8550 * benchtests/json-lib.c: New file.
8551 * benchtests/json-lib.h: Likewise.
8552
36875b06
TR
85532014-04-11 Torvald Riegel <triegel@redhat.com>
8554
8555 [BZ #15215]
8556 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
8557 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
8558 memory barriers. Add comments.
8559 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
8560 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
8561 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
8562 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
8563 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
8564 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
8565
579db35a
SL
85662014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
8567
8568 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
8569 * sysdeps/s390/s390-64/configure.ac: ... this ...
8570 * sysdeps/s390/configure.ac: ... to here.
8571 * sysdeps/s390/s390-32/configure: Delete file.
8572 * sysdeps/s390/s390-64/configure: Delete file.
8573 * sysdeps/s390/configure: Regenerate.
8574
c12e9f37
JAPH
85752014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
8576
8577 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
8578
439bda32
WN
85792014-04-11 Will Newton <will.newton@linaro.org>
8580
8581 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
8582 to zero if it is not defined elsewhere. (mtrim): Test
8583 the value of MALLOC_DEBUG with #if rather than #ifdef.
8584
6a5d6ea1
TR
85852014-04-10 Torvald Riegel <triegel@redhat.com>
8586
8587 * benchtests/pthread_once-inputs: New file.
8588 * benchtests/pthread_once-source.c: New file.
8589 * benchtests/README: Update documentation.
8590
a4c75cfd
IZ
85912014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
8592 H.J. Lu <hongjiu.lu@intel.com>
8593
7e54fd04 8594 [BZ #16275]
a4c75cfd
IZ
8595 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
8596 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
8597 * sysdeps/x86_64/configure: Regenerated.
8598 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
8599 macro.
8600 (REGISTER_SAVE_RAX): Likewise.
8601 (REGISTER_SAVE_RCX): Likewise.
8602 (REGISTER_SAVE_RDX): Likewise.
8603 (REGISTER_SAVE_RSI): Likewise.
8604 (REGISTER_SAVE_RDI): Likewise.
8605 (REGISTER_SAVE_R8): Likewise.
8606 (REGISTER_SAVE_R9): Likewise.
8607 (REGISTER_SAVE_BND0): Likewise.
8608 (REGISTER_SAVE_BND1): Likewise.
8609 (REGISTER_SAVE_BND2): Likewise.
8610 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
8611 bound registers when calling _dl_fixup.
8612
27822ce6
AZ
86132014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8614
8615 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
8616 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
8617 of its definition.
27822ce6
AZ
8618 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
8619 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
8620 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
8621 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
8622 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
8623 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
8624 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
8625
a88ddc90
PTB
86262014-04-09 Peter Brett <peter@peter-b.co.uk>
8627
8628 [BZ #15514]
8629 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
8630 pathconf(_PC_NAME_MAX).
8631
01f8eac2
AZ
86322014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8633
8634 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
8635 Remove macro usage.
8636 (__PTHREAD_SPINS): Move definition to ...
8637 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
8638 (__PTHREAD_SPINS): ... here.
8639 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
8640 (__PTHREAD_SPIN): Likewise.
8641 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
8642 (__PTHREAD_SPIN): Likewise.
8643 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
8644 (__PTHREAD_SPIN): Likewise.
8645 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
8646 (__PTHREAD_SPIN): Likewise.
8647 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8648 (__PTHREAD_SPIN): Likewise.
8649 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8650 (__PTHREAD_SPIN): Likewise.
8651 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
8652 (__PTHREAD_SPIN): Likewise.
8653 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8654 (__PTHREAD_SPIN): Likewise.
8655 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8656 (__PTHREAD_SPIN): Likewise.
8657 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8658 (__PTHREAD_SPIN): Likewise.
8659 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8660 (__PTHREAD_SPIN): Likewise.
8661 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
8662 (__PTHREAD_SPIN): Likewise.
8663
de21c33c
AZ
8664 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
8665 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
8666 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
8667 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
8668 imply folder.
8669 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
8670 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
8671 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
8672 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
8673 correct imply path.
8674 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
8675 strlen symbol for non multi-arch builds.
8676 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
8677 missing hidden_def and weak_alias.
8678
862c472e
CD
86792014-04-08 Carlos O'Donell <carlos@redhat.com>
8680
8681 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
8682
8667f90e
WN
86832014-04-07 Will Newton <will.newton@linaro.org>
8684
8685 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
8686 and contents. [!_LIBC] Remove #ifndef and contents.
8687 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
8688 * string/memccpy.c (__memccpy): Use ANSI prototype.
8689 * string/memfrob.c (memfrob): Likewise.
8690 * string/strcoll.c (STRCOLL): Likewise.
8691 * string/strlen.c (strlen): Likewise.
8692 * string/strtok.c (STRTOK): Likewise.
8693 * string/strcat.c: Remove unused #include of memcopy.h.
8694 (strcat): Use ANSI prototype.
8695 * string/strchr.c: Remove unused #include of memcopy.h.
8696 (strchr): Use ANSI prototype.
8697 * string/strcmp.c: Remove unused #include of memcopy.h.
8698 (strcmp): Use ANSI prototype.
8699 * string/strcpy.c: Remove unused #include of memcopy.h.
8700 (strcpy): Use ANSI prototype.
8701
7ffa9423
AZ
87022014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8703
8704 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
8705 * config.make.in (config-extra-cppflags): Set it from
8706 libc_extra_cppflags.
8707 * configure.ac (libc_extra_cflags): Make it accumulate over
8708 configure fragments.
8709 (libc_extra_cppflags): New flag.
8710 * configure. Regenerate.
8711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
8712 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
8713 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
8714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
8715
8bd70862
AZ
8716 [BZ #16815]
8717 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
8718 result for FE_DOWNWARD rounding mode.
8719 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
8720 Likewise.
8721 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8722
d42f3448
CM
87232014-04-04 Chris Metcalf <cmetcalf@tilera.com>
8724
8725 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
8726 in function argument name.
8727
1c21d115
DS
87282014-04-03 David Svoboda <svoboda@cert.org>
8729
8730 [BZ #5666]
8731 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
8732 explicitly.
8733
fcccd512
RM
87342014-04-03 Roland McGrath <roland@hack.frob.com>
8735
8736 * elf/dl-unmap-segments.h: New file.
8737 * sysdeps/generic/ldsodefs.h
8738 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
8739 * elf/dl-close.c: Include <dl-unmap-segments.h>.
8740 * elf/dl-fptr.c: Likewise.
8741 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
8742 * sysdeps/aarch64/tlsdesc.c: Likewise.
8743 * sysdeps/arm/tlsdesc.c: Likewise.
8744 * sysdeps/i386/tlsdesc.c: Likewise.
8745 * sysdeps/tile/dl-runtime.c: Likewise.
8746 * sysdeps/x86_64/tlsdesc.c: Likewise.
8747 * elf/dl-load.h: New file.
8748 * elf/dl-load.c: Include it.
8749 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
8750 Macros moved to dl-load.h.
8751 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
8752 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
8753 Use _dl_unmap_segments in place of __munmap.
8754 Break out segment-mapping loop into ...
8755 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
8756
f6488e2b
WN
87572014-04-03 Will Newton <will.newton@linaro.org>
8758
8759 * elf/dl-lookup.c (do_lookup_x): Remove comment
8760 referring to nested function and move variable
8761 declarations down to before first use.
8762
6f05bafe
JM
87632014-04-02 Joseph Myers <joseph@codesourcery.com>
8764
a84e78c8
JM
8765 [BZ #16799]
8766 [BZ #16800]
8767 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
8768 with 0 numerator.
8769 * math/s_catanf.c (__catanf): Likewise.
8770 * math/s_catanh.c (__catanh): Likewise.
8771 * math/s_catanhf.c (__catanhf): Likewise.
8772 * math/s_catanhl.c (__catanhl): Likewise.
8773 * math/s_catanl.c (__catanl): Likewise.
8774 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
8775 by positive zero when computing -Inf result.
8776 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
8777 (catanh_test): Likewise.
8778 * sysdeps/i386/fpu/libm-test-ulps: Update.
8779 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8780
6f05bafe
JM
8781 [BZ #16789]
8782 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
8783 instead of using underflowing value in computing result.
8784 * math/s_clog10.c (__clog10): Likewise.
8785 * math/s_clog10f.c (__clog10f): Likewise.
8786 * math/s_clog10l.c (__clog10l): Likewise.
8787 * math/s_clogf.c (__clogf): Likewise.
8788 * math/s_clogl.c (__clogl): Likewise.
8789 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
8790 (clog10_test): Likewise.
8791 * sysdeps/i386/fpu/libm-test-ulps: Update.
8792 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8793
b0abbc21
AM
87942014-04-02 Alan Modra <amodra@gmail.com>
8795
8796 [BZ #16739]
8797 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
8798 output when value is near a power of two. Use int64_t for lx and
8799 remove casts. Use decimal rather than hex exponent constants.
8800 Don't use long double multiplication when double will suffice.
8801 * math/libm-test.inc (nextafter_test_data): Add tests.
8802 * NEWS: Add 16739 and 16786 to bug list.
8803
af6b1797
AM
8804 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
8805
483818d7
AM
8806 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
8807
f6c55796
WN
88082014-04-01 Will Newton <will.newton@linaro.org>
8809
8810 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
8811 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
8812
13f7fe35
FW
88132014-04-01 Florian Weimer <fweimer@redhat.com>
8814
8815 [BZ #13347]
8816 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
8817 * nptl/tst-setuid2.c: New file.
8818 * nptl/Makefile (xtests): Add tst-setuid2.
8819
c859b32e
AM
88202014-04-01 Alan Modra <amodra@gmail.com>
8821
8822 [BZ #16786]
8823 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
8824
54fa2475
JM
88252014-03-31 Joseph Myers <joseph@codesourcery.com>
8826
8795b4a4
JM
8827 [BZ #6803]
8828 [BZ #6804]
8829 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
8830 set errno as appropriate.
8831 * math/w_scalbf.c (__scalbf): Likewise.
8832 * math/w_scalbl.c (__scalbl): Likewise.
8833 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
8834 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
8835 * math/libm-test.inc (scalb_test_data): Add errno expectations.
8836 Add more NaN tests.
8837
54fa2475
JM
8838 [BZ #16349]
8839 * math/w_atan2.c: Include <errno.h>.
8840 (__atan2): Set errno for result underflowing to zero.
8841 * math/w_atan2f.c: Include <errno.h>.
8842 (__atan2f): Set errno for result underflowing to zero.
8843 * math/w_atan2l.c: Include <errno.h>.
8844 (__atan2l): Set errno for result underflowing to zero.
8845 * math/auto-libm-test-in: Don't allow missing errno for some atan2
8846 tests.
8847 * math/auto-libm-test-out: Regenerated.
8848
757d9dd5
AZ
88492014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8850
8851 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
8852 Encode instruction correctly in little endian.
8853 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
8854 Likewise.
8855 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
8856 Likewise.
8857 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
8858 Likewise.
8859 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
8860 Likewise.
8861
d7a68734
JM
88622014-03-31 Joseph Myers <joseph@codesourcery.com>
8863
47c5adeb
JM
8864 [BZ #9894]
8865 * sysdeps/unix/sysv/linux/kernel-features.h
8866 [__sparc__ && !__arch64__ && !__sparc_v9__]
8867 (__ASSUME_SET_ROBUST_LIST): Do not define.
8868 [__sparc__ && !__arch64__ && !__sparc_v9__]
8869 (__ASSUME_FUTEX_LOCK_PI): Likewise.
8870 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
8871 Likewise.
8872 * sysdeps/unix/sysv/linux/arm/kernel-features.h
8873 (__ASSUME_FUTEX_LOCK_PI): Undefine.
8874 (__ASSUME_REQUEUE_PI): Likewise.
8875 (__ASSUME_SET_ROBUST_LIST): Likewise.
8876 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
8877 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
8878 Undefine.
8879 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8880 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
8881 Likewise.
8882 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
8883 Likewise.
8884 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
8885 Likewise.
8886 * sysdeps/unix/sysv/linux/mips/kernel-features.h
8887 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
8888 Undefine.
8889 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
8890 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
8891 Likewise.
8892
d7a68734
JM
8893 [BZ #16648]
8894 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8895 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
8896 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
8897
c760f5c2
WN
88982014-03-31 Will Newton <will.newton@linaro.org>
8899
8900 * benchtests/Makefile (bench): Add ffs and ffsll to list
8901 of tests.
8902 * benchtests/ffs-inputs: New file.
8903 * benchtests/ffsll-inputs: Likewise.
8904
ea6029b1
JM
89052014-03-29 Joseph Myers <joseph@codesourcery.com>
8906
8907 [BZ #16770]
8908 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
8909 too large before casting to int.
8910 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
8911 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
8912 * math/libm-test.inc (scalb_test_data): Add more tests.
8913
cf806aff
SP
89142014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
8915
56737508
SP
8916 * benchtests/Makefile (DETAILED_OPT): New make option.
8917 (bench-func): Run benchmark program with -d if DETAILED_OPT is
8918 set.
8919 * benchtests/bench-skeleton.c: Include stdbool.h.
8920 (main): Store and print timings per input.
8921 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
8922 member to each argument value.
8923 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
8924 (_print_arg_data): Initialize per-input timing to 0.
8925
cb5e4aad
SP
8926 * benchtests/Makefile (timing-type): New binary.
8927 (bench-clean): Also remove bench-timing-type.
8928 (bench): New target for timing-type.
8929 (bench-func): Print output in JSON format.
8930 * benchtests/bench-skeleton.c (main): Print output in JSON
8931 format.
8932 * benchtests/bench-timing-type.c: New file.
8933 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
8934 (TIMING_PRINT_STATS): Remove.
8935 * benchtests/scripts/bench.py (_print_arg_data): Store variant
8936 name separately.
8937
cf806aff
SP
8938 * benchtests/bench-modf.c: Remove.
8939 * benchtests/modf-inputs: New inputs file.
8940
289e0779
JM
89412014-03-28 Joseph Myers <joseph@codesourcery.com>
8942
8943 [BZ #16362]
8944 * math/s_clog10.c (M_PI_LOG10E): New macro.
8945 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
8946 imaginary parts are 0.
8947 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
8948 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
8949 imaginary parts are 0.
8950 * math/s_clog10l.c (M_PI_LOG10El): New macro.
8951 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
8952 imaginary parts are 0.
8953 * math/libm-test.inc (clog10_test_data): Update expected results
8954 for when real and imaginary parts are 0.
8955
277ae3f1
PP
89562014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
8957
8958 * elf/dl-load.c: Finish conversion of __builtin_expect into
8959 __glibc_{un}likely.
8960
03a7091f
JM
89612014-03-27 Joseph Myers <joseph@codesourcery.com>
8962
8963 [BZ #16348]
8964 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
8965 1+x for argument with exponent below -67.
8966 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
8967 Likewise.
8968 * math/auto-libm-test-in: Add more tests of exp.
8969 * math/auto-libm-test-out: Regenerated.
8970
ea7d8b95
SP
89712014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8972
dd3022d7
SP
8973 [BZ #16759]
8974 * inet/getnetgrent_r.c (get_nonempty_val): New function.
8975 (nscd_getnetgrent): Use it.
8976
ea7d8b95
SP
8977 [BZ #16760]
8978 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
8979 of stpcpy.
8980
df5b85da
AK
89812014-03-27 Andi Kleen <ak@linux.intel.com>
8982
57f41c40
AS
8983 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
8984 (lll_robust_lock, lll_cond_lock, lll_timedlock)
8985 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8986 (lll_robust_unlock): Remove out of line section. Use cfi
8987 intrinsics.
df5b85da 8988 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
8989 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
8990 (lll_robust_lock, lll_cond_lock, lll_timedlock)
8991 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
8992 (lll_robust_unlock): Remove out of line section. Use cfi
8993 intrinsics.
df5b85da
AK
8994 (LLL_STUB_UNWIND_INFO*): Remove.
8995
fbd6b5a4
SP
89962014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
8997
8998 [BZ #16758]
8999 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
9000 blank values.
9001
1b26b855
PP
90022014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
9003
9004 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
9005
9be36fb8
JM
90062014-03-26 Joseph Myers <joseph@codesourcery.com>
9007
9008 [BZ #16198]
9009 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
9010 fnstenv.
9011 * math/test-fenv-preserve.c: New file.
9012 * math/Makefile (tests): Add test-fenv-preserve.
9013
60a2f3c1
WN
90142014-03-26 Will Newton <will.newton@linaro.org>
9015
9016 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
9017
a5e5f1e2
RM
90182014-03-25 Roland McGrath <roland@hack.frob.com>
9019
9020 * scripts/versionlist.awk: Partition the version sets and emit all
9021 GLIBC_* (sorted) before all others (sorted).
9022
00f4012a
JM
90232014-03-25 Joseph Myers <joseph@codesourcery.com>
9024
9025 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
9026 GLIBC_2.2.5 version.
9027
7bc5a741
AZ
90282014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9029
9030 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
9031 calls.
9032
7578473b
AZ
9033 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
9034 previous change.
9035
f3f1dab3
AZ
9036 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9037
6da36183
AS
90382014-03-25 Andreas Schwab <schwab@suse.de>
9039
9040 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
9041 label to be used after in6ailist is initialized.
9042
f3f1dab3 90432014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 9044
7578473b 9045 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
9046 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9047
046651c1
JM
90482014-03-25 Joseph Myers <joseph@codesourcery.com>
9049
9050 [BZ #16357]
9051 [BZ #16599]
9052 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
9053 min_plus_half.
9054 (fp_formats): Update initializers.
9055 (init_fp_formats): Initialize new field.
9056 (output_for_one_input_case): Allow underflow for results up to
9057 min_plus_half.
9058 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
9059 * math/auto-libm-test-in: Don't mark some underflows from asin and
9060 atanh as spurious.
9061 * math/auto-libm-test-out: Regenerated.
9062 * sysdeps/i386/fpu/libm-test-ulps: Update.
9063 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9064
003e49ed
AS
90652014-03-25 Andreas Schwab <schwab@suse.de>
9066
9067 * libio/Makefile (tst-ftell-partial-wide-ENV)
9068 (tst-ftell-active-handler-ENV): Define.
9069
de031874
SL
90702014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
9071
9072 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
9073
55a81e3b
PP
90742014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
9075
9076 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
9077
f3426898
JM
90782014-03-24 Joseph Myers <joseph@codesourcery.com>
9079
9080 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
9081 * sysdeps/x86_64/fpu/multiarch/e_exp.c
9082 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
9083
a42faf59
PP
90842014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
9085
9086 [BZ #16634]
a42faf59 9087 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
9088 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
9089 (open_path): Change from boolean 'secure' to complete flag 'mode'
9090 (_dl_map_object): Adjust.
a42faf59
PP
9091 * elf/Makefile (tests): Add tst-dlopen-aout.
9092 * elf/tst-dlopen-aout.c: New test.
9093
50936127
SL
90942014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
9095
9096 [BZ #16714]
9097 * sysdeps/unix/sysv/linux/s390/bits/stat.h
9098 (struct stat): Rename member pad0 to __glibc_reserved0.
9099
26011b5c
SL
9100 [BZ #16712]
9101 * sysdeps/s390/s390-32/bits/wordsize.h
9102 (__WORDSIZE32_SIZE_ULONG): New define.
9103 * sysdeps/s390/s390-64/bits/wordsize.h
9104 (__WORDSIZE32_SIZE_ULONG): Likewise.
9105 * sysdeps/generic/stdint.h (SIZE_MAX):
9106 Define as UL if __WORDSIZE32_SIZE_ULONG.
9107
a2d86bf1
SL
9108 [BZ #16713]
9109 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
9110 (__glibc_reserved0): New variable.
9111 (sa_flags): Change type to int.
9112
78b6eebc
SL
9113 * posix/Makefile (before-compile): Use += before-compile instead
9114 of a :=.
9115
f1399b5a
SL
9116 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
9117 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
9118
a071766e
AS
91192014-03-20 Andreas Schwab <schwab@suse.de>
9120
9121 [BZ #16743]
9122 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
9123 non-matching result from nscd.
9124
27c673b8
SP
91252014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
9126
9127 * scripts/bench.py: Moved to ...
9128 * benchtests/scripts/bench.py: ... here.
9129 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
9130
44152e4b
AS
91312014-03-24 Andreas Schwab <schwab@suse.de>
9132
9133 [BZ #16002]
9134 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
9135 alloca_account and account alloca use for struct in6ailist.
9136
b376a11a
JM
91372014-03-24 Joseph Myers <joseph@codesourcery.com>
9138
9139 [BZ #16284]
9140 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
9141 rounding mode to recompute results that overflow to infinity or
9142 underflow to zero.
9143 * math/auto-libm-test-in: Don't mark tests as expected to fail for
9144 bug 16284.
9145 * math/auto-libm-test-out: Regenerated.
9146 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
9147 (ccosh_test): Likewise.
9148 (csin_test_data): Use plus_oflow.
9149 (csin_test): Use ALL_RM_TEST.
9150 (csinh_test_data): Use plus_oflow.
9151 (csinh_test): Use ALL_RM_TEST.
9152 * sysdeps/i386/fpu/libm-test-ulps: Update.
9153 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9154
f7be7376
JM
91552014-03-21 Joseph Myers <joseph@codesourcery.com>
9156
1ca2d03e
JM
9157 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
9158 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
9159 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
9160
f7be7376
JM
9161 [BZ #16731]
9162 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
9163 when x - 1 is zero.
9164 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
9165 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
9166 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
9167 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
9168 argument is 1.
9169 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
9170 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
9171 zero.
9172 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
9173 * sysdeps/i386/fpu/libm-test-ulps: Update.
9174 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9175
fdf4534d
SP
91762014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
9177
df26ea53
SP
9178 * scripts/bench.pl: Remove file.
9179 * scripts/bench.py: New benchmark script.
9180 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
9181 * benchtests/README: Mention python dependency.
9182 * scripts/pylintrc: New file.
9183 * scripts/pylint: New file.
9184
fdf4534d
SP
9185 * bits/mathdef.h: Use #ifdef instead of #if.
9186 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
9187 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9188 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
9189 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9190 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
9191 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
9192
6f23d093
AZ
91932014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9194 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9195
9196 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
9197 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
9198 and strpbrk-ppc64 objects.
9199 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9200 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
9201 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
9202 multiarch strpbrk for POWER7.
9203 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
9204 multiarch strpbrk for PPC64.
9205 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
9206 ifunc selector.
9207 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
9208 strpbrk for POWER7.
9209
8c92dfff
JM
92102014-03-20 Joseph Myers <joseph@codesourcery.com>
9211
9212 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
9213 (atan_test): Likewise.
9214 (atanh_test_data): Use NO_TEST_INLINE for two tests.
9215 (atanh_test): Use ALL_RM_TEST.
9216 (atan2_test_data): Likewise.
9217 (cabs_test): Likewise.
9218 (cacosh_test): Likewise.
9219 (carg_test): Likewise.
9220 (casin_test): Likewise.
9221 (casinh_test): Likewise.
9222 (cbrt_test): Likewise.
9223 (csqrt_test): Likewise.
9224 (erf_test): Likewise.
9225 (erfc_test): Likewise.
9226 (pow10_test): Likewise.
9227 (exp2_test): Likewise.
9228 (hypot_test): Likewise.
9229 (j0_test): Likewise.
9230 (j1_test): Likewise.
9231 (lgamma_test): Likewise.
9232 (gamma_test): Likewise.
9233 (sincos_test): Likewise.
9234 (tanh_test): Likewise.
9235 (y0_test): Likewise.
9236 (y1_test): Likewise.
9237 * sysdeps/i386/fpu/libm-test-ulps: Update.
9238 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9239
6eaf95cb
AZ
92402014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9241
a387428c
SP
9242 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
9243 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
9244 and strcspn-ppc64 objects.
9245 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
9246 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
9247 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
9248 multiarch strcspn for POWER7.
9249 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
9250 multiarch strcspn for PPC64.
9251 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
9252 ifunc selector.
9253 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
9254 strcspn for POWER7.
9255
ae3a5dff
JM
92562014-03-20 Joseph Myers <joseph@codesourcery.com>
9257
9258 * math/gen-libm-test.pl (generate_testfile): Expect only function
9259 name as argument to AUTO_TESTS_* and pass results for all rounding
9260 modes to parse_args.
9261 (parse_auto_input): Separate inputs of automatic tests from
9262 outputs before storing in %auto_tests.
9263 * math/libm-test.inc (acos_test_data): Update call to
9264 AUTO_TESTS_f_f.
9265 (acos_test): Use ALL_RM_TEST.
9266 (acos_tonearest_test_data): Remove.
9267 (acos_test_tonearest): Likewise.
9268 (acos_towardzero_test_data): Likewise.
9269 (acos_test_towardzero): Likewise.
9270 (acos_downward_test_data): Likewise.
9271 (acos_test_downward): Likewise.
9272 (acos_upward_test_data): Likewise.
9273 (acos_test_upward): Likewise.
9274 (acosh_test_data): Update call to AUTO_TESTS_f_f.
9275 (asin_test_data): Likewise.
9276 (asin_test): Use ALL_RM_TEST.
9277 (asin_tonearest_test_data): Remove.
9278 (asin_test_tonearest): Likewise.
9279 (asin_towardzero_test_data): Likewise.
9280 (asin_test_towardzero): Likewise.
9281 (asin_downward_test_data): Likewise.
9282 (asin_test_downward): Likewise.
9283 (asin_upward_test_data): Likewise.
9284 (asin_test_upward): Likewise.
9285 (asinh_test_data): Update call to AUTO_TESTS_f_f.
9286 (atan_test_data): Likewise.
9287 (atanh_test_data): Likewise.
9288 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
9289 (cabs_test_data): Update call to AUTO_TESTS_c_f.
9290 (carg_test_data): Likewise.
9291 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
9292 (ccos_test_data): Update call to AUTO_TESTS_c_c.
9293 (ccosh_test_data): Likewise.
9294 (cexp_test_data): Likewise.
9295 (clog_test_data): Likewise.
9296 (clog10_test_data): Likewise.
9297 (cos_test_data): Update call to AUTO_TESTS_f_f.
9298 (cos_test): Use ALL_RM_TEST.
9299 (cos_tonearest_test_data): Remove.
9300 (cos_test_tonearest): Likewise.
9301 (cos_towardzero_test_data): Likewise.
9302 (cos_test_towardzero): Likewise.
9303 (cos_downward_test_data): Likewise.
9304 (cos_test_downward): Likewise.
9305 (cos_upward_test_data): Likewise.
9306 (cos_test_upward): Likewise.
9307 (cosh_test_data): Update call to AUTO_TESTS_f_f.
9308 (cosh_test): Use ALL_RM_TEST.
9309 (cosh_tonearest_test_data): Remove.
9310 (cosh_test_tonearest): Likewise.
9311 (cosh_towardzero_test_data): Likewise.
9312 (cosh_test_towardzero): Likewise.
9313 (cosh_downward_test_data): Likewise.
9314 (cosh_test_downward): Likewise.
9315 (cosh_upward_test_data): Likewise.
9316 (cosh_test_upward): Likewise.
9317 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
9318 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
9319 (ctan_test_data): Likewise.
9320 (ctan_test): Use ALL_RM_TEST.
9321 (ctan_tonearest_test_data): Remove.
9322 (ctan_test_tonearest): Likewise.
9323 (ctan_towardzero_test_data): Likewise.
9324 (ctan_test_towardzero): Likewise.
9325 (ctan_downward_test_data): Likewise.
9326 (ctan_test_downward): Likewise.
9327 (ctan_upward_test_data): Likewise.
9328 (ctan_test_upward): Likewise.
9329 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
9330 (ctanh_test): Use ALL_RM_TEST.
9331 (ctanh_tonearest_test_data): Remove.
9332 (ctanh_test_tonearest): Likewise.
9333 (ctanh_towardzero_test_data): Likewise.
9334 (ctanh_test_towardzero): Likewise.
9335 (ctanh_downward_test_data): Likewise.
9336 (ctanh_test_downward): Likewise.
9337 (ctanh_upward_test_data): Likewise.
9338 (ctanh_test_upward): Likewise.
9339 (erf_test_data): Update call to AUTO_TESTS_f_f.
9340 (erfc_test_data): Likewise.
9341 (exp_test_data): Likewise.
9342 (exp_test): Use ALL_RM_TEST.
9343 (exp_tonearest_test_data): Remove.
9344 (exp_test_tonearest): Likewise.
9345 (exp_towardzero_test_data): Likewise.
9346 (exp_test_towardzero): Likewise.
9347 (exp_downward_test_data): Likewise.
9348 (exp_test_downward): Likewise.
9349 (exp_upward_test_data): Likewise.
9350 (exp_test_upward): Likewise.
9351 (exp10_test_data): Update call to AUTO_TESTS_f_f.
9352 (exp10_test): Use ALL_RM_TEST.
9353 (exp10_tonearest_test_data): Remove.
9354 (exp10_test_tonearest): Likewise.
9355 (exp10_towardzero_test_data): Likewise.
9356 (exp10_test_towardzero): Likewise.
9357 (exp10_downward_test_data): Likewise.
9358 (exp10_test_downward): Likewise.
9359 (exp10_upward_test_data): Likewise.
9360 (exp10_test_upward): Likewise.
9361 (exp2_test_data): Update call to AUTO_TESTS_f_f.
9362 (expm1_test_data): Likewise.
9363 (expm1_test): Use ALL_RM_TEST.
9364 (expm1_tonearest_test_data): Remove.
9365 (expm1_test_tonearest): Likewise.
9366 (expm1_towardzero_test_data): Likewise.
9367 (expm1_test_towardzero): Likewise.
9368 (expm1_downward_test_data): Likewise.
9369 (expm1_test_downward): Likewise.
9370 (expm1_upward_test_data): Likewise.
9371 (expm1_test_upward): Likewise.
9372 (fma_test_data): Update call to AUTO_TESTS_fff_f.
9373 (fma_test): Use ALL_RM_TEST.
9374 (fma_towardzero_test_data): Remove.
9375 (fma_test_towardzero): Likewise.
9376 (fma_downward_test_data): Likewise.
9377 (fma_test_downward): Likewise.
9378 (fma_upward_test_data): Likewise.
9379 (fma_test_upward): Likewise.
9380 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
9381 (j0_test_data): Update call to AUTO_TESTS_f_f.
9382 (j1_test_data): Likewise.
9383 (jn_test_data): Update call to AUTO_TESTS_if_f.
9384 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
9385 (log_test_data): Update call to AUTO_TESTS_f_f.
9386 (log10_test_data): Likewise.
9387 (log1p_test_data): Likewise.
9388 (log2_test_data): Likewise.
9389 (pow_test_data): Update call to AUTO_TESTS_ff_f.
9390 (pow_tonearest_test_data): Likewise.
9391 (sin_test_data): Update call to AUTO_TESTS_f_f.
9392 (sin_test): Use ALL_RM_TEST.
9393 (sin_tonearest_test_data): Remove.
9394 (sin_test_tonearest): Likewise.
9395 (sin_towardzero_test_data): Likewise.
9396 (sin_test_towardzero): Likewise.
9397 (sin_downward_test_data): Likewise.
9398 (sin_test_downward): Likewise.
9399 (sin_upward_test_data): Likewise.
9400 (sin_test_upward): Likewise.
9401 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
9402 (sinh_test_data): Update call to AUTO_TESTS_f_f.
9403 (sinh_test): Use ALL_RM_TEST.
9404 (sinh_tonearest_test_data): Remove.
9405 (sinh_test_tonearest): Likewise.
9406 (sinh_towardzero_test_data): Likewise.
9407 (sinh_test_towardzero): Likewise.
9408 (sinh_downward_test_data): Likewise.
9409 (sinh_test_downward): Likewise.
9410 (sinh_upward_test_data): Likewise.
9411 (sinh_test_upward): Likewise.
9412 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
9413 (sqrt_test): Use ALL_RM_TEST.
9414 (sqrt_tonearest_test_data): Remove.
9415 (sqrt_test_tonearest): Likewise.
9416 (sqrt_towardzero_test_data): Likewise.
9417 (sqrt_test_towardzero): Likewise.
9418 (sqrt_downward_test_data): Likewise.
9419 (sqrt_test_downward): Likewise.
9420 (sqrt_upward_test_data): Likewise.
9421 (sqrt_test_upward): Likewise.
9422 (tan_test_data): Update call to AUTO_TESTS_f_f.
9423 (tan_test): Use ALL_RM_TEST.
9424 (tan_tonearest_test_data): Remove.
9425 (tan_test_tonearest): Likewise.
9426 (tan_towardzero_test_data): Likewise.
9427 (tan_test_towardzero): Likewise.
9428 (tan_downward_test_data): Likewise.
9429 (tan_test_downward): Likewise.
9430 (tan_upward_test_data): Likewise.
9431 (tan_test_upward): Likewise.
9432 (tanh_test_data): Update call to AUTO_TESTS_f_f.
9433 (tgamma_test_data): Likewise.
9434 (y0_test_data): Likewise.
9435 (y1_test_data): Likewise.
9436 (yn_test_data): Update call to AUTO_TESTS_if_f.
9437 (main): Do not call removed functions.
9438
d71aeee8
JM
94392014-03-19 Joseph Myers <joseph@codesourcery.com>
9440
9441 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
9442 (ldexp_test_data): Remove.
9443 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
9444 scalbn_test_data.
9445 (scalb_test): Use ALL_RM_TEST.
9446
baaf1ded
AS
94472014-03-19 Andreas Schwab <schwab@suse.de>
9448
9449 * nscd/nscd.service: Also invalidate netgroup cache on reload.
9450
b1115e91
JM
94512014-03-19 Joseph Myers <joseph@codesourcery.com>
9452
9453 [BZ #16649]
9454 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9455 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
9456 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
9457 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9458 (__ASSUME_PREADV): Undefine.
9459 (__ASSUME_PWRITEV): Likewise.
9460
0283ecca
RM
94612014-03-18 Roland McGrath <roland@hack.frob.com>
9462
7d375303
RM
9463 * bits/mman-linux.h: Add comment about non-Linux use.
9464 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
9465 bits/mman-linux.h resting place.
9466
0283ecca
RM
9467 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
9468 * bits/mman-linux.h: ... here.
9469
aebe1003
AZ
94702014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9471
9472 * conform/conformtest.pl: Add standard definition when calling C
9473 preprocessor on data files.
9474 (checknamespace): Remove unused variable.
9475
b29b6bb8
JM
94762014-03-18 Joseph Myers <joseph@codesourcery.com>
9477
9478 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
9479 minus_oflow, plus_uflow and minus_uflow in expected results.
9480 * math/libm-test.inc (scalbn_test_data): Add more tests of
9481 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
9482 minus_uflow.
9483 (scalbn_test): Use ALL_RM_TEST.
9484 (scalbln_test_data): Add more tests of negative arguments. Use
9485 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
9486 (scalbln_test): Use ALL_RM_TEST.
9487
c8f8fa15
RM
94882014-03-18 Roland McGrath <roland@hack.frob.com>
9489
9490 * scripts/abilist.awk: Ignore symbols marked with .hidden.
9491
fede7a5f
WN
94922014-03-18 Will Newton <will.newton@linaro.org>
9493
9494 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
9495 inaccurate comment.
9496
80cf0a58
JM
94972014-03-18 Joseph Myers <joseph@codesourcery.com>
9498
9499 * Makerules [!subdir] (check-abi): Exit with error status if a
9500 test failed.
9501
b3620862
JM
95022014-03-17 Joseph Myers <joseph@codesourcery.com>
9503
9504 * math/libm-test.inc (nearbyint_test_data): Include all tests used
9505 for rint. Include results for all rounding modes.
9506 (nearbyint_test): Use ALL_RM_TEST.
9507 (rint_test_data): Include all tests used for nearbyint.
9508
788bba36
WN
95092014-03-17 Will Newton <will.newton@linaro.org>
9510
04ec140a
WN
9511 * nptl/sysdeps/pthread/pthread.h: Revert previous
9512 change.
9513
7579d8d5
WN
9514 * sysdeps/generic/ldsodefs.h: Revert previous
9515 change.
9516
c15cf13a
WN
9517 * libio/genops.c: Revert previous change.
9518 * libio/libioP.h: Likewise.
9519 * stdio-common/vfprintf.c: Likewise.
9520
d0ac1324
WN
9521 * sysdeps/generic/math_private.h: Revert previous
9522 change.
9523
9290130a
WN
9524 * sysdeps/generic/math_private.h: Check whether
9525 HAVE_RM_CTX is defined with #ifdef rather
9526 than #if.
9527
afb466fc
WN
9528 * argp/argp-fmtstream.h: Check whether
9529 __STRICT_ANSI__ is defined with #ifdef rather
9530 than #if.
9531 * argp/argp.h: Likewise.
9532
f7efd7c3
WN
9533 * libio/genops.c: Check whether
9534 _IO_JUMPS_OFFSET is defined with #ifdef rather
9535 than #if.
9536 * libio/libioP.h: Likewise.
9537 * stdio-common/vfprintf.c: Likewise.
9538
53f1bed3
WN
9539 * sysdeps/generic/ldsodefs.h: Check whether
9540 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
9541 than #if.
9542
788bba36
WN
9543 * nptl/sysdeps/pthread/pthread.h: Check
9544 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
9545 its value.
9546
fcd89ebe
SP
95472014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
9548
ae42bbc5
SP
9549 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
9550 setting O_APPEND.
9551 * libio/tst-ftell-active-handler.c (do_append_test): Add a
9552 test case.
9553
ea33158c
SP
9554 [BZ #16680]
9555 * libio/fileops.c (_IO_file_open): Seek to end of file but
9556 don't cache the offset.
9557 (get_file_offset): Remove function.
9558 (do_ftell): Use cached offset when available.
9559 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
9560 don't cache the offset.
9561 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
9562 case.
9563 (do_one_test): Call it.
9564 (do_ftell_test): Fix up expected old offset for a+ mode.
9565 * libio/wfileops.c (do_ftell_wide): Used cached offset when
9566 available.
9567
b1dbb426
SP
9568 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
9569 up test status with function return status.
9570 (do_write_test): Likewise.
9571 (do_append_test): Likewise.
9572
fcd89ebe
SP
9573 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
9574 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
9575 Remove.
9576
9962a2d3
JM
95772014-03-17 Joseph Myers <joseph@codesourcery.com>
9578
9579 * math/gen-libm-test.pl (parse_args): Handle results specified for
9580 each rounding mode separately.
9581 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
9582 tests and results from lrint_tonearest_test_data,
9583 lrint_towardzero_test_data, lrint_downward_test_data and
9584 lrint_upward_test_data.
9585 (lrint_test): Use ALL_RM_TEST.
9586 (lrint_tonearest_test_data): Remove.
9587 (lrint_test_tonearest): Likewise.
9588 (lrint_towardzero_test_data): Likewise.
9589 (lrint_test_towardzero): Likewise.
9590 (lrint_downward_test_data): Likewise.
9591 (lrint_test_downward): Likewise.
9592 (lrint_upward_test_data): Likewise.
9593 (lrint_test_upward): Likewise.
9594 (llrint_test_data): Merge in per-rounding-mode tests and results
9595 from llrint_tonearest_test_data, llrint_towardzero_test_data,
9596 llrint_downward_test_data and llrint_upward_test_data.
9597 (llrint_test): Use ALL_RM_TEST.
9598 (llrint_tonearest_test_data): Remove.
9599 (llrint_test_tonearest): Likewise.
9600 (llrint_towardzero_test_data): Likewise.
9601 (llrint_test_towardzero): Likewise.
9602 (llrint_downward_test_data): Likewise.
9603 (llrint_test_downward): Likewise.
9604 (llrint_upward_test_data): Likewise.
9605 (llrint_test_upward): Likewise.
9606 (rint_test_data): Merge in per-rounding-mode tests and results
9607 from rint_tonearest_test_data, rint_towardzero_test_data,
9608 rint_downward_test_data and rint_upward_test_data. Add
9609 per-rounding-mode results for tests not in those arrays.
9610 (rint_test): Use ALL_RM_TEST.
9611 (rint_tonearest_test_data): Remove.
9612 (rint_test_tonearest): Likewise.
9613 (rint_towardzero_test_data): Likewise.
9614 (rint_test_towardzero): Likewise.
9615 (rint_downward_test_data): Likewise.
9616 (rint_test_downward): Likewise.
9617 (rint_upward_test_data): Likewise.
9618 (rint_test_upward): Likewise.
9619 (main): Don't call removed functions.
9620
5006148e
RM
96212014-03-14 Roland McGrath <roland@hack.frob.com>
9622
9623 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
9624 "Compiled on ..." crapola. It is anti-useful.
9625
d6fe5e58
JM
96262014-03-14 Joseph Myers <joseph@codesourcery.com>
9627
9628 * scripts/evaluate-test.sh: Handle fourth argument to determine
9629 whether test run should stop on failure.
9630 * Makeconfig (stop-on-test-failure): New variable.
9631 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
9632 $(stop-on-test-failure).
9633 * Makefile (tests): Give a summary of results from testing and
9634 exit with failure status if they include an ERROR or FAIL.
9635 (xtests): Likewise.
9636 * manual/install.texi (Configuring and compiling): Mention
9637 stop-on-test-failure=y.
9638 * INSTALL: Regenerated.
9639
498a2233
RM
96402014-03-14 Roland McGrath <roland@hack.frob.com>
9641
22dbc19d
RM
9642 * scripts/versionlist.awk: New file.
9643 * Makerules [$(build-shared) = yes]
9644 (postclean-generated): Add Versions.def, not Versions.def.v and
9645 Versions.def.v.i.
9646 ($(common-objpfx)Versions.def.v.i): Target removed.
9647 ($(common-objpfx)Versions.def): New target.
9648 ($(common-objpfx)Versions.all): Depend on that rather that
9649 $(common-objpfx)Versions.def.v.
9650 * Versions.def: File removed.
9651
498a2233
RM
9652 * Makeconfig (+gccwarn): Add -Wundef.
9653 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
9654 a dl-sysdep.h breaking its contract.
9655 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
9656 * include/stackinfo.h: New file.
9657 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
9658 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
9659 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
9660 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
9661 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
9662 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
9663 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9664 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9665 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9666 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9667 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9668 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
9669 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9670 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9671 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
9672
c7de5025
AZ
96732014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9674
9675 [BZ #16707]
9676 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
9677 implementation.
9678 * math/libm-test.inc (round_test_data): Add more tests.
9679
98fb27a3
AZ
9680 [BZ #16706]
9681 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
9682 implementation.
9683 * math/libm-test.inc (nearbyint_test_data): Add more tests.
9684
374f7f61
AZ
9685 [BZ #16701]
9686 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
9687 implementation.
9688 * math/libm-test.inc (ceil_test_data): Add more tests.
9689
4655c291
AZ
9690 * math/libm-test.inc (trunc_test_data): Add more tests related to
9691 BZ#16414.
9692
d7329d4b
RM
96932014-03-14 Roland McGrath <roland@hack.frob.com>
9694
9695 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
9696 with #if rather than #ifdef.
9697 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
9698
aa4de9ce
L
96992014-03-14 H.J. Lu <hongjiu.lu@intel.com>
9700
9701 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
9702 first. Disable AVX-512 GCC support if assembler doesn't support
9703 it.
9704 * sysdeps/x86_64/configure: Regenerated.
9705
2e03fae7
CD
97062014-03-13 Carlos O'Donell <carlos@redhat.com>
9707
9708 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
9709 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
9710 (__old_pthread_attr_setstack): Likewise.
9711 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
9712 [!_STACK_GROWS_DOWN]: Likewise.
9713
43ca83ec
MF
97142014-03-13 Mike Frysinger <vapier@gentoo.org>
9715
9716 * config.make.in (have-bash2): Delete.
9717 * configure.ac (libc_cv_have_bash2): Delete.
9718 * configure: Regenerate.
9719 * elf/Makefile (common-ldd-rewrite): Rename to ...
9720 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
9721 (sh-ldd-rewrite): Delete.
9722 (bash-ldd-rewrite): Delete.
9723 (have-bash2): Delete checks.
57f41c40
AS
9724 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
9725 ldd-rewrite.
c66e48b4
MF
9726
9727 * config.make.in (have-ksh): Delete.
9728 (KSH): Delete.
9729 * configure.ac (libc_cv_have_ksh): Delete.
9730 * configure: Regenerate.
9731
b93834ef
MF
9732 * elf/Makefile: Delete $(have-ksh) check.
9733 ($(objpfx)sotruss): Change KSH to BASH.
9734 * elf/sotruss.ksh: Rename to ...
9735 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
9736 function style to match POSIX. Drop ksh vim mode setting.
9737
f3a4632a
MF
9738 * manual/time.texi (Specifying the Time Zone with TZ): Change
9739 Tuesday to Thursday.
9740
5896c8bd
MF
9741 * debug/tst-longjmp_chk2.c: Update header comment.
9742 (stackoverflow_handler): Add comment. Call assert on pass value.
9743
2d63a517
IZ
97442014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
9745
7e54fd04 9746 [BZ #16194]
2d63a517
IZ
9747 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
9748 (HAVE_AVX512_ASM_SUPPORT): Likewise.
9749 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
9750 (La_x86_64_vector): Add zmm.
9751 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
9752 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
9753 ($(objpfx)tst-audit10): New target.
9754 ($(objpfx)tst-audit10.out): Likewise.
9755 (tst-audit10-ENV): New.
9756 (AVX512-CFLAGS): Likewise.
9757 (CFLAGS-tst-audit10.c): Likewise.
9758 (CFLAGS-tst-auditmod10a.c): Likewise.
9759 (CFLAGS-tst-auditmod10b.c): Likewise.
9760 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
9761 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
9762 * sysdeps/x86_64/configure: Regenerated.
9763 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
9764 AVX-512 zmm register support.
9765 (_dl_x86_64_save_sse): Likewise.
9766 (_dl_x86_64_restore_sse): Likewise.
9767 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
9768 size vector registers.
9769 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
9770 (ZMM_SIZE): Likewise.
9771 * sysdeps/x86_64/tst-audit10.c: New file.
9772 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
9773 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
9774
44c4e5d5
RM
97752014-03-13 Roland McGrath <roland@hack.frob.com>
9776
9777 * configure.ac (HAVE_EHDR_START): New check.
9778 * configure: Regenerated.
9779 * config.h.in (HAVE_EHDR_START): New #undef.
9780 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
9781 assuming the lowest-addressed segment maps the start of the file.
9782
acd6e389
JM
97832014-03-13 Joseph Myers <joseph@codesourcery.com>
9784
9785 * INSTALL: Regenerated.
9786
6f918f36
WN
97872014-03-13 Will Newton <will.newton@linaro.org>
9788
9789 * manual/setjmp.texi (System V contexts): Improve
9790 clarity and grammar of documentation.
9791
798212a0
PP
97922014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
9793
9794 [BZ #16381]
798212a0 9795 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 9796 (tests-pie): Add tst-pie2.
798212a0
PP
9797 * elf/tst-pie2.c: New file.
9798 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
9799 for ET_EXEC.
9800 * elf/rtld.c (map_doit): Load executable as lt_executable.
9801 (dl_main): Likewise.
9802
abe6d90c
JM
98032014-03-12 Joseph Myers <joseph@codesourcery.com>
9804
9805 [BZ #16642]
9806 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9807 (__ASSUME_PSELECT): Undefine.
9808
dd3946c6
AZ
98092014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9810
9811 [BZ #16689]
9812 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
9813 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
9814 static build.
9815 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
9816 selector for static builds.
9817
c44496df
SP
98182014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
9819
9820 [BZ #16695]
9821 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
9822 key in the buffer.
9823
27c7220a
AZ
98242014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9825
57f41c40
AS
9826 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
9827 IFUNC selector for static builds.
27c7220a 9828
600fa361
JM
98292014-03-11 Joseph Myers <joseph@codesourcery.com>
9830
76c96cf7
JM
9831 * sysdeps/mips/math_private.h [__mips_hard_float]
9832 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
9833 libc_feresetround_mips_ctx.
9834 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
9835 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
9836 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
9837
600fa361
JM
9838 [BZ #16677]
9839 * math/s_nextafter.c (__nextafter): Do not return value from
9840 overflowing computation.
9841 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
9842 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
9843 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
9844 Likewise.
9845 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
9846 Likewise.
9847 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
9848 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
9849
d7706c32
RM
98502014-03-11 Roland McGrath <roland@hack.frob.com>
9851
9852 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
9853 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
9854 Move sfi_sp use from the load-multiple (that no longer sets sp) to
9855 the new mov targetting sp.
9856
4facea47
AZ
98572014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9858
9859 [BZ #16683]
9860 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
9861 Define it for static builds as well.
9862 (NO_BZERO_IMPL): Likewise.
9863
e65caf1f
VR
98642014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9865
9866 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
9867 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
9868 multiarch strspn for PPC64.
9869 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
9870 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
9871 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9872 (__libc_ifunc_impl_list): Likewise.
9873 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
9874 multiarch optimizations
9875 * string/strspn.c (strspn): Using macro to redefine symbol name.
9876
ba9cc071
AZ
98772014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9878 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9879
9880 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
9881 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
9882 multiarch strncat for PPC64.
9883 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
9884 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
9885 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9886 (__libc_ifunc_impl_list): Likewise.
9887 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
9888 multiarch optimizations
9889
8b4ff974
SP
98902014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9891
9892 [BZ #16639]
9893 * nscd/nscd.service: Make service type forking.
9894
54b46a4b
AZ
98952014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9896
9897 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
9898 sign in non default rounding modes.
9899 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
9900
e9996ef7
JM
99012014-03-08 Joseph Myers <joseph@codesourcery.com>
9902
9903 * math/libm-test.inc (ALL_RM_TEST): New macro.
9904 (ceil_test): Use ALL_RM_TEST.
9905 (cimag_test): Likewise.
9906 (conj_test): Likewise.
9907 (copysign_test): Likewise.
9908 (cproj_test): Likewise.
9909 (creal_test): Likewise.
9910 (fabs_test): Likewise.
9911 (floor_test): Likewise.
9912 (fmax_test): Likewise.
9913 (fmin_test): Likewise.
9914 (fmod_test): Likewise.
9915 (fpclassify_test): Likewise.
9916 (frexp_test): Likewise.
9917 (ilogb_test): Likewise.
9918 (isfinite_test): Likewise.
9919 (finite_test): Likewise.
9920 (isgreater_test): Likewise.
9921 (isgreaterequal_test): Likewise.
9922 (isinf_test): Likewise.
9923 (isless_test): Likewise.
9924 (islessequal_test): Likewise.
9925 (islessgreater_test): Likewise.
9926 (isnan_test): Likewise.
9927 (isnormal_test): Likewise.
9928 (issignaling_test): Likewise.
9929 (isunordered_test): Likewise.
9930 (logb_test): Likewise.
9931 (logb_downward_test_data): Remove.
9932 (logb_test_downward): Likewise.
9933 (lround_test): Use ALL_RM_TEST.
9934 (llround_test): Likewise.
9935 (modf_test): Likewise.
9936 (nexttoward_test): Likewise.
9937 (remainder_test): Likewise.
9938 (drem_test): Likewise.
9939 (remainder_tonearest_test_data): Likewise.
9940 (remainder_test_tonearest): Likewise.
9941 (drem_test_tonearest): Likewise.
9942 (remainder_towardzero_test_data): Likewise.
9943 (remainder_test_towardzero): Likewise.
9944 (drem_test_towardzero): Likewise.
9945 (remainder_downward_test_data): Likewise.
9946 (remainder_test_downward): Likewise.
9947 (drem_test_downward): Likewise.
9948 (remainder_upward_test_data): Likewise.
9949 (remainder_test_upward): Likewise.
9950 (drem_test_upward): Likewise.
9951 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
9952 (round_test): Use ALL_RM_TEST.
9953 (signbit_test): Likewise.
9954 (trunc_test): Likewise.
9955 (significand_test): Likewise.
9956 (main): Don't call removed functions.
9957
bc61d27c
JM
99582014-03-07 Joseph Myers <joseph@codesourcery.com>
9959
5c780849
JM
9960 [BZ #16674]
9961 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
9962 || __USE_XOPEN2K8].
9963 (ILL_ILLOPN): Likewise.
9964 (ILL_ILLADR): Likewise.
9965 (ILL_ILLTRP): Likewise.
9966 (ILL_PRVOPC): Likewise.
9967 (ILL_PRVREG): Likewise.
9968 (ILL_COPROC): Likewise.
9969 (ILL_BADSTK): Likewise.
9970 (FPE_INTDIV): Likewise.
9971 (FPE_INTOVF): Likewise.
9972 (FPE_FLTDIV): Likewise.
9973 (FPE_FLTOVF): Likewise.
9974 (FPE_FLTUND): Likewise.
9975 (FPE_FLTRES): Likewise.
9976 (FPE_FLTINV): Likewise.
9977 (FPE_FLTSUB): Likewise.
9978 (SEGV_MAPERR): Likewise.
9979 (SEGV_ACCERR): Likewise.
9980 (BUS_ADRALN): Likewise.
9981 (BUS_ADRERR): Likewise.
9982 (BUS_OBJERR): Likewise.
9983 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
9984 (TRAP_TRACE): Likewise.
9985 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
9986 __USE_XOPEN2K8].
9987 (CLD_KILLED): Likewise.
9988 (CLD_DUMPED): Likewise.
9989 (CLD_TRAPPED): Likewise.
9990 (CLD_STOPPED): Likewise.
9991 (CLD_CONTINUED): Likewise.
9992 (POLL_IN): Likewise.
9993 (POLL_OUT): Likewise.
9994 (POLL_MSG): Likewise.
9995 (POLL_ERR): Likewise.
9996 (POLL_PRI): Likewise.
9997 (POLL_HUP): Likewise.
9998 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
9999 Likewise.
10000 (ILL_ILLOPN): Likewise.
10001 (ILL_ILLADR): Likewise.
10002 (ILL_ILLTRP): Likewise.
10003 (ILL_PRVOPC): Likewise.
10004 (ILL_PRVREG): Likewise.
10005 (ILL_COPROC): Likewise.
10006 (ILL_BADSTK): Likewise.
10007 (FPE_INTDIV): Likewise.
10008 (FPE_INTOVF): Likewise.
10009 (FPE_FLTDIV): Likewise.
10010 (FPE_FLTOVF): Likewise.
10011 (FPE_FLTUND): Likewise.
10012 (FPE_FLTRES): Likewise.
10013 (FPE_FLTINV): Likewise.
10014 (FPE_FLTSUB): Likewise.
10015 (SEGV_MAPERR): Likewise.
10016 (SEGV_ACCERR): Likewise.
10017 (BUS_ADRALN): Likewise.
10018 (BUS_ADRERR): Likewise.
10019 (BUS_OBJERR): Likewise.
10020 (BUS_MCEERR_AR): Likewise.
10021 (BUS_MCEERR_AO): Likewise.
10022 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10023 (TRAP_TRACE): Likewise.
10024 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10025 __USE_XOPEN2K8].
10026 (CLD_KILLED): Likewise.
10027 (CLD_DUMPED): Likewise.
10028 (CLD_TRAPPED): Likewise.
10029 (CLD_STOPPED): Likewise.
10030 (CLD_CONTINUED): Likewise.
10031 (POLL_IN): Likewise.
10032 (POLL_OUT): Likewise.
10033 (POLL_MSG): Likewise.
10034 (POLL_ERR): Likewise.
10035 (POLL_PRI): Likewise.
10036 (POLL_HUP): Likewise.
10037 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
10038 (ILL_ILLOPN): Likewise.
10039 (ILL_ILLADR): Likewise.
10040 (ILL_ILLTRP): Likewise.
10041 (ILL_PRVOPC): Likewise.
10042 (ILL_PRVREG): Likewise.
10043 (ILL_COPROC): Likewise.
10044 (ILL_BADSTK): Likewise.
10045 (FPE_INTDIV): Likewise.
10046 (FPE_INTOVF): Likewise.
10047 (FPE_FLTDIV): Likewise.
10048 (FPE_FLTOVF): Likewise.
10049 (FPE_FLTUND): Likewise.
10050 (FPE_FLTRES): Likewise.
10051 (FPE_FLTINV): Likewise.
10052 (FPE_FLTSUB): Likewise.
10053 (SEGV_MAPERR): Likewise.
10054 (SEGV_ACCERR): Likewise.
10055 (BUS_ADRALN): Likewise.
10056 (BUS_ADRERR): Likewise.
10057 (BUS_OBJERR): Likewise.
10058 (BUS_MCEERR_AR): Likewise.
10059 (BUS_MCEERR_AO): Likewise.
10060 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10061 (TRAP_TRACE): Likewise.
10062 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10063 __USE_XOPEN2K8].
10064 (CLD_KILLED): Likewise.
10065 (CLD_DUMPED): Likewise.
10066 (CLD_TRAPPED): Likewise.
10067 (CLD_STOPPED): Likewise.
10068 (CLD_CONTINUED): Likewise.
10069 (POLL_IN): Likewise.
10070 (POLL_OUT): Likewise.
10071 (POLL_MSG): Likewise.
10072 (POLL_ERR): Likewise.
10073 (POLL_PRI): Likewise.
10074 (POLL_HUP): Likewise.
10075 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
10076 Likewise.
10077 (ILL_ILLOPN): Likewise.
10078 (ILL_ILLADR): Likewise.
10079 (ILL_ILLTRP): Likewise.
10080 (ILL_PRVOPC): Likewise.
10081 (ILL_PRVREG): Likewise.
10082 (ILL_COPROC): Likewise.
10083 (ILL_BADSTK): Likewise.
10084 (ILL_BADIADDR): Likewise.
10085 (ILL_BREAK): Likewise.
10086 (FPE_INTDIV): Likewise.
10087 (FPE_INTOVF): Likewise.
10088 (FPE_FLTDIV): Likewise.
10089 (FPE_FLTOVF): Likewise.
10090 (FPE_FLTUND): Likewise.
10091 (FPE_FLTRES): Likewise.
10092 (FPE_FLTINV): Likewise.
10093 (FPE_FLTSUB): Likewise.
10094 (FPE_DECOVF): Likewise.
10095 (FPE_DECDIV): Likewise.
10096 (FPE_DECERR): Likewise.
10097 (FPE_INVASC): Likewise.
10098 (FPE_INVDEC): Likewise.
10099 (SEGV_MAPERR): Likewise.
10100 (SEGV_ACCERR): Likewise.
10101 (SEGV_PSTKOVF): Likewise.
10102 (BUS_ADRALN): Likewise.
10103 (BUS_ADRERR): Likewise.
10104 (BUS_OBJERR): Likewise.
10105 (BUS_MCEERR_AR): Likewise.
10106 (BUS_MCEERR_AO): Likewise.
10107 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10108 (TRAP_TRACE): Likewise.
10109 (TRAP_BRANCH): Likewise.
10110 (TRAP_HWBKPT): Likewise.
10111 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10112 __USE_XOPEN2K8].
10113 (CLD_KILLED): Likewise.
10114 (CLD_DUMPED): Likewise.
10115 (CLD_TRAPPED): Likewise.
10116 (CLD_STOPPED): Likewise.
10117 (CLD_CONTINUED): Likewise.
10118 (POLL_IN): Likewise.
10119 (POLL_OUT): Likewise.
10120 (POLL_MSG): Likewise.
10121 (POLL_ERR): Likewise.
10122 (POLL_PRI): Likewise.
10123 (POLL_HUP): Likewise.
10124 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
10125 (ILL_ILLOPN): Likewise.
10126 (ILL_ILLADR): Likewise.
10127 (ILL_ILLTRP): Likewise.
10128 (ILL_PRVOPC): Likewise.
10129 (ILL_PRVREG): Likewise.
10130 (ILL_COPROC): Likewise.
10131 (ILL_BADSTK): Likewise.
10132 (FPE_INTDIV): Likewise.
10133 (FPE_INTOVF): Likewise.
10134 (FPE_FLTDIV): Likewise.
10135 (FPE_FLTOVF): Likewise.
10136 (FPE_FLTUND): Likewise.
10137 (FPE_FLTRES): Likewise.
10138 (FPE_FLTINV): Likewise.
10139 (FPE_FLTSUB): Likewise.
10140 (SEGV_MAPERR): Likewise.
10141 (SEGV_ACCERR): Likewise.
10142 (BUS_ADRALN): Likewise.
10143 (BUS_ADRERR): Likewise.
10144 (BUS_OBJERR): Likewise.
10145 (BUS_MCEERR_AR): Likewise.
10146 (BUS_MCEERR_AO): Likewise.
10147 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10148 (TRAP_TRACE): Likewise.
10149 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10150 __USE_XOPEN2K8].
10151 (CLD_KILLED): Likewise.
10152 (CLD_DUMPED): Likewise.
10153 (CLD_TRAPPED): Likewise.
10154 (CLD_STOPPED): Likewise.
10155 (CLD_CONTINUED): Likewise.
10156 (POLL_IN): Likewise.
10157 (POLL_OUT): Likewise.
10158 (POLL_MSG): Likewise.
10159 (POLL_ERR): Likewise.
10160 (POLL_PRI): Likewise.
10161 (POLL_HUP): Likewise.
10162 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
10163 (ILL_ILLOPN): Likewise.
10164 (ILL_ILLADR): Likewise.
10165 (ILL_ILLTRP): Likewise.
10166 (ILL_PRVOPC): Likewise.
10167 (ILL_PRVREG): Likewise.
10168 (ILL_COPROC): Likewise.
10169 (ILL_BADSTK): Likewise.
10170 (FPE_INTDIV): Likewise.
10171 (FPE_INTOVF): Likewise.
10172 (FPE_FLTDIV): Likewise.
10173 (FPE_FLTOVF): Likewise.
10174 (FPE_FLTUND): Likewise.
10175 (FPE_FLTRES): Likewise.
10176 (FPE_FLTINV): Likewise.
10177 (FPE_FLTSUB): Likewise.
10178 (SEGV_MAPERR): Likewise.
10179 (SEGV_ACCERR): Likewise.
10180 (BUS_ADRALN): Likewise.
10181 (BUS_ADRERR): Likewise.
10182 (BUS_OBJERR): Likewise.
10183 (BUS_MCEERR_AR): Likewise.
10184 (BUS_MCEERR_AO): Likewise.
10185 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10186 (TRAP_TRACE): Likewise.
10187 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10188 __USE_XOPEN2K8].
10189 (CLD_KILLED): Likewise.
10190 (CLD_DUMPED): Likewise.
10191 (CLD_TRAPPED): Likewise.
10192 (CLD_STOPPED): Likewise.
10193 (CLD_CONTINUED): Likewise.
10194 (POLL_IN): Likewise.
10195 (POLL_OUT): Likewise.
10196 (POLL_MSG): Likewise.
10197 (POLL_ERR): Likewise.
10198 (POLL_PRI): Likewise.
10199 (POLL_HUP): Likewise.
10200 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
10201 (ILL_ILLOPN): Likewise.
10202 (ILL_ILLADR): Likewise.
10203 (ILL_ILLTRP): Likewise.
10204 (ILL_PRVOPC): Likewise.
10205 (ILL_PRVREG): Likewise.
10206 (ILL_COPROC): Likewise.
10207 (ILL_BADSTK): Likewise.
10208 (FPE_INTDIV): Likewise.
10209 (FPE_INTOVF): Likewise.
10210 (FPE_FLTDIV): Likewise.
10211 (FPE_FLTOVF): Likewise.
10212 (FPE_FLTUND): Likewise.
10213 (FPE_FLTRES): Likewise.
10214 (FPE_FLTINV): Likewise.
10215 (FPE_FLTSUB): Likewise.
10216 (SEGV_MAPERR): Likewise.
10217 (SEGV_ACCERR): Likewise.
10218 (BUS_ADRALN): Likewise.
10219 (BUS_ADRERR): Likewise.
10220 (BUS_OBJERR): Likewise.
10221 (BUS_MCEERR_AR): Likewise.
10222 (BUS_MCEERR_AO): Likewise.
10223 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10224 (TRAP_TRACE): Likewise.
10225 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10226 __USE_XOPEN2K8].
10227 (CLD_KILLED): Likewise.
10228 (CLD_DUMPED): Likewise.
10229 (CLD_TRAPPED): Likewise.
10230 (CLD_STOPPED): Likewise.
10231 (CLD_CONTINUED): Likewise.
10232 (POLL_IN): Likewise.
10233 (POLL_OUT): Likewise.
10234 (POLL_MSG): Likewise.
10235 (POLL_ERR): Likewise.
10236 (POLL_PRI): Likewise.
10237 (POLL_HUP): Likewise.
10238 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
10239 (ILL_ILLOPN): Likewise.
10240 (ILL_ILLADR): Likewise.
10241 (ILL_ILLTRP): Likewise.
10242 (ILL_PRVOPC): Likewise.
10243 (ILL_PRVREG): Likewise.
10244 (ILL_COPROC): Likewise.
10245 (ILL_BADSTK): Likewise.
10246 (ILL_DBLFLT): Likewise.
10247 (ILL_HARDWALL): Likewise.
10248 (FPE_INTDIV): Likewise.
10249 (FPE_INTOVF): Likewise.
10250 (FPE_FLTDIV): Likewise.
10251 (FPE_FLTOVF): Likewise.
10252 (FPE_FLTUND): Likewise.
10253 (FPE_FLTRES): Likewise.
10254 (FPE_FLTINV): Likewise.
10255 (FPE_FLTSUB): Likewise.
10256 (SEGV_MAPERR): Likewise.
10257 (SEGV_ACCERR): Likewise.
10258 (BUS_ADRALN): Likewise.
10259 (BUS_ADRERR): Likewise.
10260 (BUS_OBJERR): Likewise.
10261 (BUS_MCEERR_AR): Likewise.
10262 (BUS_MCEERR_AO): Likewise.
10263 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10264 (TRAP_TRACE): Likewise.
10265 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10266 __USE_XOPEN2K8].
10267 (CLD_KILLED): Likewise.
10268 (CLD_DUMPED): Likewise.
10269 (CLD_TRAPPED): Likewise.
10270 (CLD_STOPPED): Likewise.
10271 (CLD_CONTINUED): Likewise.
10272 (POLL_IN): Likewise.
10273 (POLL_OUT): Likewise.
10274 (POLL_MSG): Likewise.
10275 (POLL_ERR): Likewise.
10276 (POLL_PRI): Likewise.
10277 (POLL_HUP): Likewise.
10278 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
10279 (ILL_ILLOPN): Likewise.
10280 (ILL_ILLADR): Likewise.
10281 (ILL_ILLTRP): Likewise.
10282 (ILL_PRVOPC): Likewise.
10283 (ILL_PRVREG): Likewise.
10284 (ILL_COPROC): Likewise.
10285 (ILL_BADSTK): Likewise.
10286 (FPE_INTDIV): Likewise.
10287 (FPE_INTOVF): Likewise.
10288 (FPE_FLTDIV): Likewise.
10289 (FPE_FLTOVF): Likewise.
10290 (FPE_FLTUND): Likewise.
10291 (FPE_FLTRES): Likewise.
10292 (FPE_FLTINV): Likewise.
10293 (FPE_FLTSUB): Likewise.
10294 (SEGV_MAPERR): Likewise.
10295 (SEGV_ACCERR): Likewise.
10296 (BUS_ADRALN): Likewise.
10297 (BUS_ADRERR): Likewise.
10298 (BUS_OBJERR): Likewise.
10299 (BUS_MCEERR_AR): Likewise.
10300 (BUS_MCEERR_AO): Likewise.
10301 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
10302 (TRAP_TRACE): Likewise.
10303 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
10304 __USE_XOPEN2K8].
10305 (CLD_KILLED): Likewise.
10306 (CLD_DUMPED): Likewise.
10307 (CLD_TRAPPED): Likewise.
10308 (CLD_STOPPED): Likewise.
10309 (CLD_CONTINUED): Likewise.
10310 (POLL_IN): Likewise.
10311 (POLL_OUT): Likewise.
10312 (POLL_MSG): Likewise.
10313 (POLL_ERR): Likewise.
10314 (POLL_PRI): Likewise.
10315 (POLL_HUP): Likewise.
10316 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
10317 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10318
bc61d27c
JM
10319 [BZ #16670]
10320 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
10321 before #include of <time.h>.
10322 [!__USE_XOPEN2K] (__need_timespec): Likewise.
10323 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
10324 (test-xfail-UNIX98/sched.h/conform): Likewise.
10325
302949e2
MS
103262014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10327
10328 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
10329 error absence of trapping exception support.
10330 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10331
a00f522a
JM
103322014-03-07 Joseph Myers <joseph@codesourcery.com>
10333
6f99f280
JM
10334 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
10335 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
10336 * timezone/Makefile (testdata): Move definition above include of
10337 Rules.
10338 (test-zones): New variable.
10339 (tests-special): Add zone files.
10340 (build-testdata): Use $(evaluate-test).
10341
0b20a9e8
JM
10342 * elf/Makefile (tests-special): Rename tests to end with .out.
10343 ($(objpfx)noload-mem): Likewise.
10344 ($(objpfx)tst-leaks1-mem): Likewise.
10345 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
10346 * iconv/Makefile (xtests-special): Change test-iconvconfig to
10347 $(objpfx)test-iconvconfig.out.
10348 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
10349 set -e inside subshell and redirect output to file.
10350 * iconvdata/Makefile (generated): Rename tests to end with .out.
10351 Correct type.
10352 (tests-special): Rename tests to end with .out.
10353 ($(objpfx)mtrace-tst-loading): Likewise.
10354 * intl/Makefile (generated): Likewise.
10355 (tests-special): Likewise.
10356 ($(objpfx)mtrace-tst-gettext): Likewise.
10357 * misc/Makefile (generated): Likewise.
10358 (tests-special): Likewise.
10359 ($(objpfx)tst-error1-mem): Likewise.
10360 * nptl/Makefile (tests-special): Likewise.
10361 ($(objpfx)tst-stack3-mem): Likewise.
10362 (generated): Likewise.
10363 * posix/Makefile (generated): Likewise.
10364 (tests-special): Likewise.
10365 (xtests-special): Likewise.
10366 ($(objpfx)tst-fnmatch-mem): Likewise.
10367 ($(objpfx)bug-regex2-mem): Likewise.
10368 ($(objpfx)bug-regex14-mem): Likewise.
10369 ($(objpfx)bug-regex21-mem): Likewise.
10370 ($(objpfx)bug-regex31-mem): Likewise.
10371 ($(objpfx)tst-vfork3-mem): Likewise.
10372 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10373 ($(objpfx)tst-pcre-mem): Likewise.
10374 ($(objpfx)tst-boost-mem): Likewise.
10375 ($(objpfx)bug-ga2-mem): Likewise.
10376 ($(objpfx)bug-glob2-mem): Likewise.
10377 * resolv/Makefile (generate): Likewise.
10378 (tests-special): Likewise.
10379 (xtests-special): Likewise.
10380 (generated): Likewise.
10381 ($(objpfx)mtrace-tst-leaks): Likewise.
10382 ($(objpfx)mtrace-tst-leaks2): Likewise.
10383
265d52ab
JM
10384 * scripts/merge-test-results.sh: New file.
10385 * Makefile (tests-special-notdir): New variable.
10386 (tests): Run merge-test-results.sh.
10387 (xtests): Likewise.
10388 * Rules (tests-special-notdir): New variable.
10389 (xtests-special-notdir): Likewise.
10390 (tests): Run merge-test-results.sh
10391 (xtests): Likewise.
10392
54ee292d
JM
10393 * Makeconfig (test-xfail-name): New variable.
10394 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
10395 compute variable name for expected failures.
10396 * conform/Makefile (conformtest-headers-data): New variable.
10397 (conformtest-standards): Likewise.
10398 (conformtest-headers-ISO): Likewise.
10399 (conformtest-headers-ISO99): Likewise.
10400 (conformtest-headers-ISO11): Likewise.
10401 (conformtest-headers-POSIX): Likewise.
10402 (conformtest-headers-XPG3): Likewise.
10403 (conformtest-headers-XPG4): Likewise.
10404 (conformtest-headers-UNIX98): Likewise.
10405 (conformtest-headers-XOPEN2K): Likewise.
10406 (conformtest-headers-POSIX2008): Likewise.
10407 (conformtest-headers-XOPEN2K8): Likewise.
10408 (conformtest-header-list-base): Likewise.
10409 (conformtest-header-list-tests): Likewise.
10410 (conformtest-header-base): Likewise.
10411 (conformtest-header-tests): Likewise.
10412 (tests-special): Add $(conformtest-header-list-tests). If
10413 [$(fast-check) && !$(cross-compiling)], add
10414 $(conformtest-header-tests) instead of
10415 $(objpfx)run-conformtest.out.
10416 (generated): Add $(conformtest-header-list-base). If
10417 [$(fast-check) && !$(cross-compiling)], add
10418 $(conformtest-header-base). Remove previous setting.
10419 ($(conformtest-header-list-tests)): New target.
10420 (test-xfail-run-conformtest): Remove variable.
10421 ($(objpfx)run-conformtest.out): Remove target.
10422 (test-xfail-ISO11/complex.h/conform): New variable.
10423 (test-xfail-ISO11/stdalign.h/conform): Likewise.
10424 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
10425 (test-xfail-XPG3/varargs.h/conform): Likewise.
10426 (test-xfail-XPG4/varargs.h/conform): Likewise.
10427 (test-xfail-UNIX98/varargs.h/conform): Likewise.
10428 (test-xfail-XPG4/ndbm.h/conform): Likewise.
10429 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
10430 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
10431 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
10432 (test-xfail-XPG3/fcntl.h/conform): Likewise.
10433 (test-xfail-XPG3/ftw.h/conform): Likewise.
10434 (test-xfail-XPG3/grp.h/conform): Likewise.
10435 (test-xfail-XPG3/langinfo.h/conform): Likewise.
10436 (test-xfail-XPG3/limits.h/conform): Likewise.
10437 (test-xfail-XPG3/pwd.h/conform): Likewise.
10438 (test-xfail-XPG3/search.h/conform): Likewise.
10439 (test-xfail-XPG3/signal.h/conform): Likewise.
10440 (test-xfail-XPG3/stdio.h/conform): Likewise.
10441 (test-xfail-XPG3/stdlib.h/conform): Likewise.
10442 (test-xfail-XPG3/string.h/conform): Likewise.
10443 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
10444 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
10445 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
10446 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
10447 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
10448 (test-xfail-XPG3/sys/types.h/conform): Likewise.
10449 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
10450 (test-xfail-XPG3/termios.h/conform): Likewise.
10451 (test-xfail-XPG3/time.h/conform): Likewise.
10452 (test-xfail-XPG3/unistd.h/conform): Likewise.
10453 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
10454 (test-xfail-XPG4/fcntl.h/conform): Likewise.
10455 (test-xfail-XPG4/langinfo.h/conform): Likewise.
10456 (test-xfail-XPG4/netdb.h/conform): Likewise.
10457 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
10458 (test-xfail-XPG4/signal.h/conform): Likewise.
10459 (test-xfail-XPG4/stdio.h/conform): Likewise.
10460 (test-xfail-XPG4/stdlib.h/conform): Likewise.
10461 (test-xfail-XPG4/stropts.h/conform): Likewise.
10462 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
10463 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
10464 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
10465 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
10466 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
10467 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
10468 (test-xfail-XPG4/sys/time.h/conform): Likewise.
10469 (test-xfail-XPG4/sys/types.h/conform): Likewise.
10470 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
10471 (test-xfail-XPG4/termios.h/conform): Likewise.
10472 (test-xfail-XPG4/ucontext.h/conform): Likewise.
10473 (test-xfail-XPG4/unistd.h/conform): Likewise.
10474 (test-xfail-XPG4/utmpx.h/conform): Likewise.
10475 (test-xfail-POSIX/sched.h/conform): Likewise.
10476 (test-xfail-POSIX/signal.h/conform): Likewise.
10477 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
10478 (test-xfail-POSIX/tar.h/conform): Likewise.
10479 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
10480 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
10481 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
10482 (test-xfail-UNIX98/netdb.h/conform): Likewise.
10483 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
10484 (test-xfail-UNIX98/sched.h/conform): Likewise.
10485 (test-xfail-UNIX98/signal.h/conform): Likewise.
10486 (test-xfail-UNIX98/stdio.h/conform): Likewise.
10487 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
10488 (test-xfail-UNIX98/stropts.h/conform): Likewise.
10489 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
10490 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
10491 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
10492 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
10493 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
10494 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
10495 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
10496 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
10497 (test-xfail-UNIX98/unistd.h/conform): Likewise.
10498 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
10499 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
10500 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
10501 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
10502 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
10503 (test-xfail-XOPEN2K/math.h/conform): Likewise.
10504 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
10505 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
10506 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
10507 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
10508 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
10509 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
10510 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
10511 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
10512 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
10513 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
10514 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
10515 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
10516 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
10517 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
10518 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
10519 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
10520 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
10521 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
10522 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
10523 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
10524 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
10525 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
10526 (test-xfail-POSIX2008/signal.h/conform): Likewise.
10527 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
10528 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
10529 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
10530 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
10531 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
10532 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
10533 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
10534 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
10535 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
10536 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
10537 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
10538 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
10539 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
10540 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
10541 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
10542 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
10543 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
10544 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
10545 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
10546 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
10547 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
10548 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
10549 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
10550 (conformtest-cc-flags): Likewise.
10551 ($(conformtest-header-tests): New target.
10552 * conform/check-header-lists.sh: New file.
10553 * conform/run-conformtest.sh: Remove.
10554
a00f522a
JM
10555 * conform/conformtest.pl: Allow ' and \ in values given for
10556 constants.
10557 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
10558 inclusion.
10559 [POSIX] (sys/types.h): Likewise.
10560 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
10561 inclusion.
10562 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
10563 inclusion.
10564 * conform/data/signal.h-data (SIGIO): Remove expectation.
10565 [XPG3] (SIGBUS): Do not expect.
10566 [POSIX || XPG3] (SIGPOLL): Likewise.
10567 [POSIX || XPG3] (SIGPROF): Likewise.
10568 [POSIX || XPG3] (SIGSYS): Likewise.
10569 [XPG3] (SIGTRAP): Likewise.
10570 [POSIX || XPG3] (SIGURG): Likewise.
10571 [POSIX || XPG3] (SIGVTALRM): Likewise.
10572 [POSIX || XPG3] (SIGXCPU): Likewise.
10573 [POSIX || XPG3] (SIGXFSZ): Likewise.
10574 [POSIX] (SA_SIGINFO): Expect.
10575 [XPG3] (siginfo_t): Do not expect type or contents.
10576 [POSIX] (si_pid): Do not expect element.
10577 [POSIX] (si_uid): Likewise.
10578 [POSIX] (si_addr): Likewise.
10579 [POSIX] (si_status): Likewise.
10580 [POSIX] (si_band): Likewise.
10581 [XPG4] (si_value): Likewise.
10582 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
10583 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
10584 [POSIX || XPG3] (ILL_ILLADR): Likewise.
10585 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
10586 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
10587 [POSIX || XPG3] (ILL_PRVREG): Likewise.
10588 [POSIX || XPG3] (ILL_COPROC): Likewise.
10589 [POSIX || XPG3] (ILL_BADSTK): Likewise.
10590 [POSIX || XPG3] (FPE_INTDIV): Likewise.
10591 [POSIX || XPG3] (FPE_INTOVF): Likewise.
10592 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
10593 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
10594 [POSIX || XPG3] (FPE_FLTUND): Likewise.
10595 [POSIX || XPG3] (FPE_FLTRES): Likewise.
10596 [POSIX || XPG3] (FPE_FLTINV): Likewise.
10597 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
10598 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
10599 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
10600 [POSIX || XPG3] (BUS_ADRALN): Likewise.
10601 [POSIX || XPG3] (BUS_ADRERR): Likewise.
10602 [POSIX || XPG3] (BUS_OBJERR): Likewise.
10603 [POSIX || XPG3] (CLD_EXITED): Likewise.
10604 [POSIX || XPG3] (CLD_KILLED): Likewise.
10605 [POSIX || XPG3] (CLD_DUMPED): Likewise.
10606 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
10607 [POSIX || XPG3] (CLD_STOPPED): Likewise.
10608 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
10609 [POSIX || XPG3] (POLL_IN): Likewise.
10610 [POSIX || XPG3] (POLL_OUT): Likewise.
10611 [POSIX || XPG3] (POLL_MSG): Likewise.
10612 [POSIX || XPG3] (POLL_ERR): Likewise.
10613 [POSIX || XPG3] (POLL_PRI): Likewise.
10614 [POSIX || XPG3] (POLL_HUP): Likewise.
10615 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
10616 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
10617 (SIG*): Do not allow.
10618 [XPG3] (si_*): Likewise.
10619 [XPG3] (SI_*): Likewise.
10620 [XPG3 || XPG4] (sigev_*): Likewise.
10621 [XPG3 || XPG4] (SIGEV_*): Likewise.
10622 [XPG3 || XPG4] (sival_*): Likewise.
10623 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
10624 [POSIX || XPG3] (BUS_*): Likewise.
10625 [POSIX || XPG3] (CLD_*): Likewise.
10626 [POSIX || XPG3] (FPE_*): Likewise.
10627 [POSIX || XPG3] (ILL_*): Likewise.
10628 [POSIX || XPG3] (POLL_*): Likewise.
10629 [POSIX || XPG3] (SEGV_*): Likewise.
10630 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
10631 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
10632 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
10633 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
10634 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
10635 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
10636 Specify type and value.
10637 (TVERSLEN): Likewise.
10638 (REGTYPE): Likewise.
10639 (AREGTYPE): Likewise.
10640 (LNKTYPE): Likewise.
10641 (SYMTYPE): Likewise.
10642 (CHRTYPE): Likewise.
10643 (BLKTYPE): Likewise.
10644 (DIRTYPE): Likewise.
10645 (FIFOTYPE): Likewise.
10646 (CONTTYPE): Likewise.
10647 (TSUID): Likewise.
10648 (TSGID): Likewise.
10649 (TSVTX): Likewise.
10650 (TUREAD): Likewise.
10651 (TUWRITE): Likewise.
10652 (TUEXEC): Likewise.
10653 (TGREAD): Likewise.
10654 (TGWRITE): Likewise.
10655 (TGEXEC): Likewise.
10656 (TOREAD): Likewise.
10657 (TOWRITE): Likewise.
10658 (TOEXEC): Likewise.
10659 [POSIX] (TSVTX): Expect constant.
10660
aa97dee1
JM
106612014-03-06 Joseph Myers <joseph@codesourcery.com>
10662
f214606a
JM
10663 * Makefile (tests): Change dependencies to ....
10664 (tests-special): ... additions to this variable.
10665 (tests): Depend on $(tests-special).
10666 * Makerules (check-abi-list): New variable.
10667 (check-abi): Depend on $(check-abi-list).
10668 [$(subdir) = elf] (tests-special): Add
10669 $(objpfx)check-abi-libc.out.
10670 [$(build-shared) = yes && subdir] (tests-special): Add
10671 $(check-abi-list).
10672 [$(build-shared) = yes && subdir] (tests): Do not depend on
10673 check-abi.
10674 * Rules (tests): Depend on $(tests-special).
10675 (xtests): Depend on $(xtests-special).
10676 * catgets/Makefile (tests): Change dependencies to ....
10677 (tests-special): ... additions to this variable.
10678 * conform/Makefile (tests): Change dependencies to ....
10679 (tests-special): ... additions to this variable.
10680 * elf/Makefile (tests): Change dependencies to ....
10681 (tests-special): ... additions to this variable.
10682 * grp/Makefile (tests): Change dependencies to ....
10683 (tests-special): ... additions to this variable.
10684 * iconv/Makefile (xtests): Change dependencies to ....
10685 (xtests-special): ... additions to this variable.
10686 * iconvdata/Makefile (tests): Change dependencies to ....
10687 (tests-special): ... additions to this variable.
10688 * intl/Makefile (tests): Change dependencies to ....
10689 (tests-special): ... additions to this variable. Also add
10690 $(objpfx)tst-gettext.out.
10691 * io/Makefile (tests): Change dependencies to ....
10692 (tests-special): ... additions to this variable.
10693 * libio/Makefile (tests): Change dependencies to ....
10694 (tests-special): ... additions to this variable.
10695 * malloc/Makefile (tests): Change dependencies to ....
10696 (tests-special): ... additions to this variable.
10697 * misc/Makefile (tests): Change dependencies to ....
10698 (tests-special): ... additions to this variable.
10699 * nptl/Makefile (tests): Change dependencies to ....
10700 (tests-special): ... additions to this variable.
10701 * nptl_db/Makefile (tests): Change dependencies to ....
10702 (tests-special): ... additions to this variable.
10703 * posix/Makefile (tests): Change dependencies to ....
10704 (tests-special): ... additions to this variable.
10705 (xtests): Change dependencies to ....
10706 (xtests-special): ... additions to this variable.
10707 * resolv/Makefile (tests): Change dependencies to ....
10708 (tests-special): ... additions to this variable.
10709 (xtests): Change dependencies to ....
10710 (xtests-special): ... additions to this variable.
10711 * stdio-common/Makefile (tests): Change dependencies to ....
10712 (tests-special): ... additions to this variable.
10713 (do-tst-unbputc): Remove target.
10714 (do-tst-printf): Likewise.
10715 * stdlib/Makefile (tests): Change dependencies to ....
10716 (tests-special): ... additions to this variable.
10717 * string/Makefile (tests): Change dependencies to ....
10718 (tests-special): ... additions to this variable.
10719 * sysdeps/x86/Makefile (tests): Change dependencies to ....
10720 (tests-special): ... additions to this variable.
10721
81700b53
JM
10722 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
10723 whole file.
10724 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
10725 whole file.
10726 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
10727 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
10728
2ea18461
JM
10729 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
10730 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
10731 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
10732 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
10733 * conform/data/libgen.h-data [XPG3]: Likewise.
10734 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
10735 * conform/data/ndbm.h-data [XPG3]: Likewise.
10736 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10737 * conform/data/netdb.h-data [XPG3]: Likewise.
10738 * conform/data/netinet/in.h-data [XPG3]: Likewise.
10739 * conform/data/poll.h-data [XPG3]: Likewise.
10740 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
10741 * conform/data/strings.h-data [XPG3]: Likewise.
10742 * conform/data/stropts.h-data [XPG3]: Likewise.
10743 * conform/data/sys/mman.h-data [XPG3]: Likewise.
10744 * conform/data/sys/resource.h-data [XPG3]: Likewise.
10745 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
10746 Likewise.
10747 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
10748 * conform/data/sys/time.h-data [XPG3]: Likewise.
10749 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
10750 * conform/data/sys/uio.h-data [XPG3]: Likewise.
10751 * conform/data/sys/un.h-data [XPG3]: Likewise.
10752 * conform/data/syslog.h-data [XPG3]: Likewise.
10753 * conform/data/ucontext.h-data [XPG3]: Likewise.
10754 * conform/data/utmpx.h-data [XPG3]: Likewise.
10755 * conform/data/varargs.h-data [UNIX98]: Enable file.
10756
355bc986
JM
10757 * manual/Makefile (INSTALL_INFO): Remove variable setting.
10758
215db402
JM
10759 * math/libm-test.inc (struct test_f_f_data): Move expected results
10760 into structure for each rounding mode.
10761 (struct test_ff_f_data): Likewise.
10762 (struct test_ff_f_data_nexttoward): Likewise.
10763 (struct test_fi_f_data): Likewise.
10764 (struct test_fl_f_data): Likewise.
10765 (struct test_if_f_data): Likewise.
10766 (struct test_fff_f_data): Likewise.
10767 (struct test_c_f_data): Likewise.
10768 (struct test_f_f1_data): Likewise.
10769 (struct test_fF_f1_data): Likewise.
10770 (struct test_ffI_f1_data): Likewise.
10771 (struct test_c_c_data): Likewise.
10772 (struct test_cc_c_data): Likewise.
10773 (struct test_f_i_data): Likewise.
10774 (struct test_ff_i_data): Likewise.
10775 (struct test_f_l_data): Likewise.
10776 (struct test_f_L_data): Likewise.
10777 (struct test_fFF_11_data): Likewise.
10778 (RM_): New macro.
10779 (RM_FE_DOWNWARD): Likewise.
10780 (RM_FE_TONEAREST): Likewise.
10781 (RM_FE_TOWARDZERO): Likewise.
10782 (RM_FE_UPWARD): Likewise.
10783 (RUN_TEST_LOOP_f_f): Update references to expected results.
10784 (RUN_TEST_LOOP_2_f): Likewise.
10785 (RUN_TEST_LOOP_fff_f): Likewise.
10786 (RUN_TEST_LOOP_c_f): Likewise.
10787 (RUN_TEST_LOOP_f_f1): Likewise.
10788 (RUN_TEST_LOOP_fF_f1): Likewise.
10789 (RUN_TEST_LOOP_fI_f1): Likewise.
10790 (RUN_TEST_LOOP_ffI_f1): Likewise.
10791 (RUN_TEST_LOOP_c_c): Likewise.
10792 (RUN_TEST_LOOP_cc_c): Likewise.
10793 (RUN_TEST_LOOP_f_i): Likewise.
10794 (RUN_TEST_LOOP_f_i_tg): Likewise.
10795 (RUN_TEST_LOOP_ff_i_tg): Likewise.
10796 (RUN_TEST_LOOP_f_b): Likewise.
10797 (RUN_TEST_LOOP_f_b_tg): Likewise.
10798 (RUN_TEST_LOOP_f_l): Likewise.
10799 (RUN_TEST_LOOP_f_L): Likewise.
10800 (RUN_TEST_LOOP_fFF_11): Likewise.
10801 * math/gen-libm-test.pl (parse_args): Output four copies of
10802 expected results for each test.
10803
67737b8f
JM
10804 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10805 (__ASSUME_UTIMES): Remove.
10806 * sysdeps/unix/sysv/linux/tile/kernel-features.h
10807 (__ASSUME_UTIMES): Likewise.
10808
aa97dee1
JM
10809 * math/gen-auto-libm-tests.c: Update comment on output format.
10810 (output_for_one_input_case): Generate before-rounding and
10811 after-rounding information as conditions on output flags not
10812 floating-point format.
10813 * math/auto-libm-test-out: Regenerated.
10814 * math/gen-libm-test.pl (cond_value): New function.
10815 (or_cond_value): Use cond_value.
10816 (generate_testfile): Handle conditional exceptions.
10817
e6b6a857
JM
108182014-03-05 Joseph Myers <joseph@codesourcery.com>
10819
2f0a0f44
JM
10820 * math/libm-test.inc (max_valid_error): New variable.
10821 (init_max_error): Take new argument specifying whether function
10822 results are exactly determined. Set max_valid_error and bound
10823 other variables for errors based on this argument.
10824 (set_max_error): Do not record results above max_valid_error.
10825 (check_float_internal): Only accept errors of up to 0.5ulps if
10826 also at most max_valid_error.
10827 (START): Take new argument EXACT and pass it to init_max_error.
10828 (acos_test): Update call to START.
10829 (acos_test_tonearest): Likewise.
10830 (acos_test_towardzero): Likewise.
10831 (acos_test_downward): Likewise.
10832 (acos_test_upward): Likewise.
10833 (acosh_test): Likewise.
10834 (asin_test): Likewise.
10835 (asin_test_tonearest): Likewise.
10836 (asin_test_towardzero): Likewise.
10837 (asin_test_downward): Likewise.
10838 (asin_test_upward): Likewise.
10839 (asinh_test): Likewise.
10840 (atan_test): Likewise.
10841 (atanh_test): Likewise.
10842 (atan2_test): Likewise.
10843 (cabs_test): Likewise.
10844 (cacos_test): Likewise.
10845 (cacosh_test): Likewise.
10846 (carg_test): Likewise.
10847 (casin_test): Likewise.
10848 (casinh_test): Likewise.
10849 (catan_test): Likewise.
10850 (catanh_test): Likewise.
10851 (cbrt_test): Likewise.
10852 (ccos_test): Likewise.
10853 (ccosh_test): Likewise.
10854 (ceil_test): Likewise.
10855 (cexp_test): Likewise.
10856 (cimag_test): Likewise.
10857 (clog_test): Likewise.
10858 (clog10_test): Likewise.
10859 (conj_test): Likewise.
10860 (copysign_test): Likewise.
10861 (cos_test): Likewise.
10862 (cos_test_tonearest): Likewise.
10863 (cos_test_towardzero): Likewise.
10864 (cos_test_downward): Likewise.
10865 (cos_test_upward): Likewise.
10866 (cosh_test): Likewise.
10867 (cosh_test_tonearest): Likewise.
10868 (cosh_test_towardzero): Likewise.
10869 (cosh_test_downward): Likewise.
10870 (cosh_test_upward): Likewise.
10871 (cpow_test): Likewise.
10872 (cproj_test): Likewise.
10873 (creal_test): Likewise.
10874 (csin_test): Likewise.
10875 (csinh_test): Likewise.
10876 (csqrt_test): Likewise.
10877 (ctan_test): Likewise.
10878 (ctan_test_tonearest): Likewise.
10879 (ctan_test_towardzero): Likewise.
10880 (ctan_test_downward): Likewise.
10881 (ctan_test_upward): Likewise.
10882 (ctanh_test): Likewise.
10883 (ctanh_test_tonearest): Likewise.
10884 (ctanh_test_towardzero): Likewise.
10885 (ctanh_test_downward): Likewise.
10886 (ctanh_test_upward): Likewise.
10887 (erf_test): Likewise.
10888 (erfc_test): Likewise.
10889 (exp_test): Likewise.
10890 (exp_test_tonearest): Likewise.
10891 (exp_test_towardzero): Likewise.
10892 (exp_test_downward): Likewise.
10893 (exp_test_upward): Likewise.
10894 (exp10_test): Likewise.
10895 (exp10_test_tonearest): Likewise.
10896 (exp10_test_towardzero): Likewise.
10897 (exp10_test_downward): Likewise.
10898 (exp10_test_upward): Likewise.
10899 (pow10_test): Likewise.
10900 (exp2_test): Likewise.
10901 (expm1_test): Likewise.
10902 (expm1_test_tonearest): Likewise.
10903 (expm1_test_towardzero): Likewise.
10904 (expm1_test_downward): Likewise.
10905 (expm1_test_upward): Likewise.
10906 (fabs_test): Likewise.
10907 (fdim_test): Likewise.
10908 (floor_test): Likewise.
10909 (fma_test): Likewise.
10910 (fma_test_towardzero): Likewise.
10911 (fma_test_downward): Likewise.
10912 (fma_test_upward): Likewise.
10913 (fmax_test): Likewise.
10914 (fmin_test): Likewise.
10915 (fmod_test): Likewise.
10916 (fpclassify_test): Likewise.
10917 (frexp_test): Likewise.
10918 (hypot_test): Likewise.
10919 (ilogb_test): Likewise.
10920 (isfinite_test): Likewise.
10921 (finite_test): Likewise.
10922 (isgreater_test): Likewise.
10923 (isgreaterequal_test): Likewise.
10924 (isinf_test): Likewise.
10925 (isless_test): Likewise.
10926 (islessequal_test): Likewise.
10927 (islessgreater_test): Likewise.
10928 (isnan_test): Likewise.
10929 (isnormal_test): Likewise.
10930 (issignaling_test): Likewise.
10931 (isunordered_test): Likewise.
10932 (j0_test): Likewise.
10933 (j1_test): Likewise.
10934 (jn_test): Likewise.
10935 (ldexp_test): Likewise.
10936 (lgamma_test): Likewise.
10937 (gamma_test): Likewise.
10938 (lrint_test): Likewise.
10939 (lrint_test_tonearest): Likewise.
10940 (lrint_test_towardzero): Likewise.
10941 (lrint_test_downward): Likewise.
10942 (lrint_test_upward): Likewise.
10943 (llrint_test): Likewise.
10944 (llrint_test_tonearest): Likewise.
10945 (llrint_test_towardzero): Likewise.
10946 (llrint_test_downward): Likewise.
10947 (llrint_test_upward): Likewise.
10948 (log_test): Likewise.
10949 (log10_test): Likewise.
10950 (log1p_test): Likewise.
10951 (log2_test): Likewise.
10952 (logb_test): Likewise.
10953 (logb_test_downward): Likewise.
10954 (lround_test): Likewise.
10955 (llround_test): Likewise.
10956 (modf_test): Likewise.
10957 (nearbyint_test): Likewise.
10958 (nextafter_test): Likewise.
10959 (nexttoward_test): Likewise.
10960 (pow_test): Likewise.
10961 (pow_test_tonearest): Likewise.
10962 (pow_test_towardzero): Likewise.
10963 (pow_test_downward): Likewise.
10964 (pow_test_upward): Likewise.
10965 (remainder_test): Likewise.
10966 (drem_test): Likewise.
10967 (remainder_test_tonearest): Likewise.
10968 (drem_test_tonearest): Likewise.
10969 (remainder_test_towardzero): Likewise.
10970 (drem_test_towardzero): Likewise.
10971 (remainder_test_downward): Likewise.
10972 (drem_test_downward): Likewise.
10973 (remainder_test_upward): Likewise.
10974 (drem_test_upward): Likewise.
10975 (remquo_test): Likewise.
10976 (rint_test): Likewise.
10977 (rint_test_tonearest): Likewise.
10978 (rint_test_towardzero): Likewise.
10979 (rint_test_downward): Likewise.
10980 (rint_test_upward): Likewise.
10981 (round_test): Likewise.
10982 (scalb_test): Likewise.
10983 (scalbn_test): Likewise.
10984 (scalbln_test): Likewise.
10985 (signbit_test): Likewise.
10986 (sin_test): Likewise.
10987 (sin_test_tonearest): Likewise.
10988 (sin_test_towardzero): Likewise.
10989 (sin_test_downward): Likewise.
10990 (sin_test_upward): Likewise.
10991 (sincos_test): Likewise.
10992 (sinh_test): Likewise.
10993 (sinh_test_tonearest): Likewise.
10994 (sinh_test_towardzero): Likewise.
10995 (sinh_test_downward): Likewise.
10996 (sinh_test_upward): Likewise.
10997 (sqrt_test): Likewise.
10998 (sqrt_test_tonearest): Likewise.
10999 (sqrt_test_towardzero): Likewise.
11000 (sqrt_test_downward): Likewise.
11001 (sqrt_test_upward): Likewise.
11002 (tan_test): Likewise.
11003 (tan_test_tonearest): Likewise.
11004 (tan_test_towardzero): Likewise.
11005 (tan_test_downward): Likewise.
11006 (tan_test_upward): Likewise.
11007 (tanh_test): Likewise.
11008 (tgamma_test): Likewise.
11009 (trunc_test): Likewise.
11010 (y0_test): Likewise.
11011 (y1_test): Likewise.
11012 (yn_test): Likewise.
11013 (significand_test): Likewise.
11014
e6b6a857
JM
11015 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
11016 individual tests in comment.
11017 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
11018 (prev_max_error): New variable.
11019 (prev_real_max_error): Likewise.
11020 (prev_imag_max_error): Likewise.
11021 (compare_ulp_data): Don't refer to test names in comment.
11022 (find_test_ulps): Remove function.
11023 (find_function_ulps): Likewise.
11024 (find_complex_function_ulps): Likewise.
11025 (init_max_error): Take function name as argument. Look up ulps
11026 for that function.
11027 (print_ulps): Remove function.
11028 (print_max_error): Use prev_max_error instead of calling
11029 find_function_ulps.
11030 (print_complex_max_error): Use prev_real_max_error and
11031 prev_imag_max_error instead of calling find_complex_function_ulps.
11032 (check_float_internal): Take max_ulp parameter instead of calling
11033 find_test_ulps. Don't call print_ulps.
11034 (check_float): Update call to check_float_internal.
11035 (check_complex): Update calls to check_float_internal.
11036 (START): Pass argument to init_max_error.
11037 * math/gen-libm-test.pl (%results): Don't include "kind"
11038 information.
11039 (parse_ulps): Don't handle ulps of individual tests.
11040 (print_ulps_file): Likewise.
11041 (output_ulps): Likewise.
11042 * math/README.libm-test: Update.
11043 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
11044 individual tests.
11045 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
11046 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
11047 * sysdeps/arm/libm-test-ulps: Likewise.
11048 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
11049 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
11050 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
11051 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
11052 * sysdeps/microblaze/libm-test-ulps: Likewise.
11053 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
11054 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
11055 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11056 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
11057 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
11058 * sysdeps/sh/libm-test-ulps: Likewise.
11059 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
11060 * sysdeps/tile/libm-test-ulps: Likewise.
11061 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11062
45adef3c
JM
110632014-03-04 Joseph Myers <joseph@codesourcery.com>
11064
11065 * math/libm-test.inc (print_complex_max_error): Check separately
11066 whether real and imaginary errors are within allowed range and
11067 pass 0 to print_complex_function_ulps instead of value within
11068 allowed range.
11069
000232b9
SP
110702014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
11071
d4b17258
SP
11072 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
11073 formatting.
11074 (get_handles_fopen): Likewise.
11075 (do_write_test): Likewise.
11076
091eff71
SP
11077 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
11078
fa3cd248
SP
11079 * libio/fileops.c (do_ftell): Use cached offset when
11080 available.
11081 * libio/iofwide.c (do_ftell_wide): Likewise.
11082 * libio/iofdopen.c (_IO_new_fdopen): Don't use
11083 _IO_file_attach.
11084 * libio/wfileops.c (_IO_fwide): Don't cache offset.
11085
000232b9
SP
11086 [BZ #16532]
11087 * libio/libioP.h (get_file_offset): New function.
11088 * libio/fileops.c (get_file_offset): Likewise.
11089 (do_ftell): Likewise.
11090 (_IO_new_file_seekoff): Split out ftell logic.
11091 * libio/wfileops.c (do_ftell_wide): Likewise.
11092 (_IO_wfile_seekoff): Split out ftell logic.
11093 * libio/tst-ftell-active-handler.c: New test case.
11094 * libio/Makefile (tests): Add it.
11095
116f4d1a
RM
110962014-03-03 Roland McGrath <roland@hack.frob.com>
11097
11098 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
11099 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
11100
532a6035
SP
111012014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
11102
11103 [BZ #16639]
11104 * nscd/connections.c (nscd_init): Call do_exit.
11105 (start_threads): Call do_exit and notify_parent.
11106 (begin_drop_privileges): Call do_exit.
11107 (finish_drop_privileges): Likewise.
11108 * nscd/selinux.c (preserve_capabilities): Likewise.
11109 (install_real_capabilities): Likewise.
11110 (nscd_selinux_enabled): Likewise.
11111 (avc_create_thread): Likewise.
11112 (avc_alloc_lock): Likewise.
11113 (nscd_avc_init): Likewise.
11114 * nscd/nscd.c (parent_fd): New static variable.
11115 (main): Create a pipe between parent and child processes.
11116 Skip closing parent_fd.
11117 (monitor_child): New function.
11118 (do_exit): Likewise.
11119 (notify_parent): Likewise.
11120 * nscd/nscd.h (notify_parent): Likewise.
11121 (do_exit): Likewise.
11122
d6285c9f
CD
111232014-03-03 Carlos O'Donell <carlos@redhat.com>
11124
11125 * malloc/malloc.c (__libc_calloc): Revert last change.
11126
2b85d2a0
AZ
111272014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11128
11129 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11130
c7debbdf
RS
111312014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11132
11133 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
11134 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
11135 implementation.
11136 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11137 (__libc_ifunc_impl_list): Likewise.
11138 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
11139 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
11140 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
11141 * string/strrchr.c: Define STRRCHR.
11142
235eed86
OB
111432014-02-28 Ondřej Bílka <neleai@seznam.cz>
11144
11145 * benchtest/bench-strtok.c (simple_strtok): Delete.
11146 (strtok_string): Use as benchmark.
11147 * string/strtok (STRTOK): New macro.
11148
8e25d1e7
CD
111492014-02-28 Carlos O'Donell <carlos@redhat.com>
11150
ef563f92
CD
11151 * manual/threads.texi: Add header and standard comments to all
11152 functions.
11153
8e25d1e7
CD
11154 * elf/dl-lookup.c (check_match): New function.
11155 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
11156 (do_lookup_x): Remove nested function check_match. Use non-nested
11157 function check_match.
11158
ff71cc37
RM
111592014-02-28 Roland McGrath <roland@hack.frob.com>
11160
f08e9a26
RM
11161 * csu/Makefile (generated, before-compile): Use += rather than =.
11162 * catgets/Makefile (generated, generated-dirs): Likewise.
11163 * debug/Makefile (generated): Likewise.
11164 * dlfcn/Makefile (generated): Likewise.
11165 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
11166 * iconvdata/Makefile (before-compile, generated): Likewise.
11167 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
11168 * libio/Makefile (generated): Likewise.
11169 * malloc/Makefile (generated): Likewise.
11170 * manual/Makefile (generated, generated-dirs): Likewise.
11171 * misc/Makefile (generated): Likewise.
11172 * posix/Makefile (generated): Likewise.
11173 * resolv/Makefile (generated): Likewise.
11174 * sunrpc/Makefile (generated, generated-dirs): Likewise.
11175 * timezone/Makefile (generated, generated-dirs): Likewise.
11176
ff71cc37
RM
11177 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
11178
fe13a20c
AZ
111792014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11180
57f41c40
AS
11181 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
11182 power8 implementation.
11183 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
11184 file: POWER8 llround ifunc implementation.
11185 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
11186 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
11187 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
11188 POWER8 llround implementation.
11189
57f41c40
AS
11190 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
11191 power8 implementation.
11192 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
11193 file: POWER8 llrint ifunc implementation.
11194 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
11195 Add POWER8 implementation.
1ad8950a
AZ
11196 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
11197 POWER8 llrint implementation.
11198
57f41c40
AS
11199 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
11200 power8 implementation.
11201 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
11202 file: POWER8 finite ifunc implementation.
11203 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
11204 Add POWER8 implementation.
cac626d6
AZ
11205 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
11206 Likewise.
11207 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
11208 POWER8 finite implementation.
11209 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
11210
57f41c40
AS
11211 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
11212 power8 implementation.
11213 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
11214 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
11215 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
11216 POWER8 implementation.
11217 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
11218 Likewise.
57f41c40
AS
11219 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
11220 isinf implementation.
4393fc11
AZ
11221 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
11222
57f41c40
AS
11223 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
11224 (INIT_ARCH): Add hwcap2 initialization.
11225 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
11226 power8 implementation.
11227 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
11228 file: POWER8 isnan ifunc implementation.
487972ae
AZ
11229 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
11230 POWER8 implementation.
11231 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
11232 Likewise.
57f41c40
AS
11233 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
11234 isnan implementation.
487972ae
AZ
11235 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
11236
7d92b787
JY
112372014-02-27 Joey Ye <joey.ye@arm.com>
11238
11239 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
11240 (_FP_NANFRAC_Q): Set to zero.
11241
1cadc858
SP
112422014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
11243
11244 [BZ #16623]
11245 * math/auto-libm-test-in: New test inputs.
11246 * math/auto-libm-test-out: Regenerate.
11247 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
11248 and DA.
11249 (__cos): Likewise.
11250 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
11251
f8c17e79
JM
112522014-02-27 Joseph Myers <joseph@codesourcery.com>
11253
11254 * scripts/evaluate-test.sh: Take new argument indicating whether
11255 failure is expected.
11256 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
11257 indicating whether failure is expected.
11258 * conform/Makefile (test-xfail-run-conformtest): New variable.
11259 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
11260 level.
11261 * posix/Makefile (test-xfail-annexc): New variable.
11262 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
11263
a5f891ac
JM
112642014-02-26 Joseph Myers <joseph@codesourcery.com>
11265
11266 * argp/Makefile: Include Makeconfig immediately after defining
11267 subdir.
11268 * assert/Makefile: Likewise.
11269 * benchtests/Makefile: Likewise.
11270 * catgets/Makefile: Likewise.
11271 * conform/Makefile: Likewise.
11272 * crypt/Makefile: Likewise.
11273 * csu/Makefile: Likewise.
11274 (all): Remove target.
11275 * ctype/Makefile: Include Makeconfig immediately after defining
11276 subdir.
11277 * debug/Makefile: Likewise.
11278 * dirent/Makefile: Likewise.
11279 * dlfcn/Makefile: Likewise.
11280 * gmon/Makefile: Likewise.
11281 * gnulib/Makefile: Likewise.
11282 * grp/Makefile: Likewise.
11283 * gshadow/Makefile: Likewise.
11284 * hesiod/Makefile: Likewise.
11285 * hurd/Makefile: Likewise.
11286 (all): Remove target.
11287 * iconvdata/Makefile: Include Makeconfig immediately after
11288 defining subdir.
11289 * inet/Makefile: Likewise.
11290 * intl/Makefile: Likewise.
11291 * io/Makefile: Likewise.
11292 * libio/Makefile: Likewise.
11293 (all): Remove target.
11294 * locale/Makefile: Include Makeconfig immediately after defining
11295 subdir.
11296 * login/Makefile: Likewise.
11297 * mach/Makefile: Likewise.
11298 (all): Remove target.
11299 * malloc/Makefile: Include Makeconfig immediately after defining
11300 subdir.
11301 (all): Remove target.
11302 * manual/Makefile: Include Makeconfig immediately after defining
11303 subdir.
11304 * math/Makefile: Likewise.
11305 * misc/Makefile: Likewise.
11306 * nis/Makefile: Likewise.
11307 * nss/Makefile: Likewise.
11308 * po/Makefile: Likewise.
11309 (all): Remove target.
11310 * posix/Makefile: Include Makeconfig immediately after defining
11311 subdir.
11312 * pwd/Makefile: Likewise.
11313 * resolv/Makefile: Likewise.
11314 * resource/Makefile: Likewise.
11315 * rt/Makefile: Likewise.
11316 * setjmp/Makefile: Likewise.
11317 * shadow/Makefile: Likewise.
11318 * signal/Makefile: Likewise.
11319 * socket/Makefile: Likewise.
11320 * soft-fp/Makefile: Likewise.
11321 * stdio-common/Makefile: Likewise.
11322 * stdlib/Makefile: Likewise.
11323 * streams/Makefile: Likewise.
11324 * string/Makefile: Likewise.
11325 * sunrpc/Makefile: Likewise.
11326 (all): Remove target.
11327 * sysvipc/Makefile: Include Makeconfig immediately after defining
11328 subdir.
11329 * termios/Makefile: Likewise.
11330 * time/Makefile: Likewise.
11331 * timezone/Makefile: Likewise.
11332 (all): Remove target.
11333 * wcsmbs/Makefile: Include Makeconfig immediately after defining
11334 subdir.
11335 * wctype/Makefile: Likewise.
11336
5b456e9d
SE
113372014-02-26 Steve Ellcey <sellcey@mips.com>
11338
11339 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
11340 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
11341 (libc_feholdexcept_setround_mips): Ditto.
11342 (libc_feholdsetround): New.
11343 (libc_feholdsetroundf): New.
11344 (libc_feholdsetroundl): New.
11345 (libc_feupdateenv_test_mips): New.
11346 (libc_feupdateenv_test): New.
11347 (libc_feupdateenv_testf): New.
11348 (libc_feupdateenv_testl): New.
11349 (libc_feresetround): New.
11350 (libc_feresetroundf): New.
11351 (libc_feresetroundl): New.
11352 (libc_fetestexcept_mips): New.
11353 (libc_fetestexcept): New.
11354 (libc_fetestexceptf): New.
11355 (libc_fetestexceptl): New.
11356 (HAVE_RM_CTX): New.
11357 (libc_feholdexcept_setround_mips_ctx): New.
11358 (libc_feholdexcept_setround_ctx): New.
11359 (libc_feholdexcept_setroundf_ctx): New.
11360 (libc_feholdexcept_setroundl_ctx): New.
11361 (libc_fesetenv_mips_ctx): New.
11362 (libc_fesetenv_ctx): New.
11363 (libc_fesetenv_ctxf): New.
11364 (libc_fesetenv_ctxl): New.
11365 (libc_feupdateenv_mips_ctx): New.
11366 (libc_feupdateenv_ctx): New.
11367 (libc_feupdateenvf_ctx): New.
11368 (libc_feupdateenvl_ctx): New.
11369 (libc_feholdsetround_mips_ctx): New.
11370 (libc_feholdsetround_ctx): New.
11371 (libc_feholdsetroundf_ctx): New.
11372 (libc_feholdsetroundl_ctx): New.
11373 (libc_feresetround_mips_ctx): New.
11374 (libc_feresetround_ctx): New.
11375 (libc_feresetroundf_ctx): New.
11376 (libc_feresetroundl_ctx): New.
11377
085d0e35
CD
113782014-02-26 Carlos O'Donell <carlos@redhat.com>
11379
f067bf1f
CD
11380 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
11381
085d0e35
CD
11382 * manual/ipc.texi: New file.
11383 * manual/Makefile (chapters): Add ipc.
11384 * manual/job.texi: Add "Inter-Process Communication" to next.
11385 * manual/process.texi: Add "Inter-Process Communication" to prev.
11386
86e58c08
AZ
113872014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11388
11389 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11390
4248f0da
OB
113912014-02-26 Ondřej Bílka <neleai@seznam.cz>
11392
11393 * malloc/malloc.c (__libc_calloc): Simplify implementation.
11394
cf822e3c
OB
11395 * manual/arith.texi: Fix spaces after sentences.
11396 * manual/charset.texi: Likewise.
11397 * manual/errno.texi: Likewise.
11398 * manual/install.texi: Likewise.
11399 * manual/llio.texi: Likewise.
11400 * manual/locale.texi: Likewise.
11401 * manual/maint.texi: Likewise.
11402 * manual/math.texi: Likewise.
11403 * manual/memory.texi: Likewise.
11404 * manual/message.texi: Likewise.
11405 * manual/probes.texi: Likewise.
11406 * manual/resource.texi: Likewise.
11407 * manual/signal.texi: Likewise.
11408 * manual/socket.texi: Likewise.
11409 * manual/stdio.texi: Likewise.
11410 * manual/string.texi: Likewise.
11411 * manual/time.texi: Likewise.
11412 * manual/users.texi: Likewise.
11413
ade40b10
CD
114142014-02-25 Carlos O'Donell <carlos@redhat.com>
11415
11416 [BZ #16632]
11417 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
11418 _DEFAULT_SOURCE is defined.
11419
d0503676
CD
114202014-02-25 Ulrich Drepper <drepper@gmail.com>
11421 Carlos O'Donell <carlos@redhat.com>
11422
11423 [BZ #16613]
11424 * elf/dl-tls.c (_dl_count_modids): New function.
11425 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
11426 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
11427 audit library and increment generation counter.
11428 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
11429 * elf/tst-audit9.c: New file.
11430 * elf/tst-auditmod9a.c: New file.
11431 * elf/tst-auditmod9b.c: New file.
11432 * elf/Makefile: Add rules to build and run tst-audit9.
11433
4cbf380c
FW
114342014-02-25 Florian Weimer <fweimer@redhat.com>
11435
11436 [BZ #15347]
11437 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
11438
80a56cc3
WN
114392014-02-25 Will Newton <will.newton@linaro.org>
11440
11441 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
11442 (__longjmp): Restore sp and lr before restoring callee
11443 saved registers. Add longjmp and longjmp_target
11444 SystemTap probe point.
11445 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
11446 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
11447 Define to zero to match jmpbuf layout.
11448 * sysdeps/arm/setjmp.S: Include stap-probe.h.
11449 (__sigsetjmp): Save sp and lr before saving callee
11450 saved registers. Add setjmp SystemTap probe point.
11451
3ea0f74e
SL
114522014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
11453
11454 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11455
b04acb26
AS
114562014-02-24 Andreas Schwab <schwab@suse.de>
11457
11458 [BZ #15804]
11459 * elf/pldd.c (wait_for_ptrace_stop): New function.
11460 (main): Call it after attaching.
11461
098ad55c
RM
114622014-02-22 Roland McGrath <roland@hack.frob.com>
11463
d4ec6ae1
RM
11464 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
11465 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
11466 Versions files is now verboten.
11467 * hurd/Versions (libc: GLIBC_2.0):
11468 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
11469 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
11470 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
11471 * mach/Versions: Likewise.
11472
098ad55c
RM
11473 * csu/Versions: Remove unused %include.
11474 * resolv/Versions: Likewise.
11475
acd7f096
JM
114762014-02-21 Joseph Myers <joseph@codesourcery.com>
11477
f0881698
JM
11478 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
11479 ($(objpfx)check-local-headers.out): Likewise.
11480 ($(objpfx)begin-end-check.out): Likewise.
11481 * Makerules (check-abi-%.out): Likewise.
11482 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
11483 ($(objpfx)test2.cat): Likewise.
11484 ($(objpfx)de/libc.cat): Likewise.
11485 ($(objpfx)test-gencat.out): Likewise.
11486 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
11487 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
11488 ($(objpfx)noload-mem): Likewise.
11489 ($(objpfx)tst-pathopt.out): Likewise.
11490 ($(objpfx)tst-rtld-load-self.out): Likewise.
11491 ($(objpfx)tst-array1-cmp.out): Likewise.
11492 ($(objpfx)tst-array1-static-cmp.out): Likewise.
11493 ($(objpfx)tst-array2-cmp.out): Likewise.
11494 ($(objpfx)tst-array3-cmp.out): Likewise.
11495 ($(objpfx)tst-array4-cmp.out): Likewise.
11496 ($(objpfx)tst-array5-cmp.out): Likewise.
11497 ($(objpfx)tst-array5-static-cmp.out): Likewise.
11498 ($(objpfx)check-textrel.out): Likewise.
11499 ($(objpfx)check-execstack.out): Likewise.
11500 ($(objpfx)check-localplt.out): Likewise.
11501 ($(objpfx)order2-cmp.out): Likewise.
11502 ($(objpfx)tst-leaks1-mem): Likewise.
11503 ($(objpfx)tst-leaks1-static-mem): Likewise.
11504 ($(objpfx)tst-initorder-cmp.out): Likewise.
11505 ($(objpfx)tst-initorder2-cmp.out): Likewise.
11506 ($(objpfx)tst-unused-dep.out): Likewise.
11507 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
11508 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
11509 * iconv/Makefile (test-iconvconfig): Likewise.
11510 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
11511 ($(objpfx)iconv-test.out): Likewise.
11512 ($(objpfx)tst-tables.out): Likewise.
11513 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
11514 ($(objpfx)tst-gettext.out): Likewise.
11515 ($(objpfx)tst-translit.out): Likewise.
11516 ($(objpfx)tst-gettext2.out): Likewise.
11517 ($(objpfx)tst-gettext4.out): Likewise.
11518 ($(objpfx)tst-gettext6.out): Likewise.
11519 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
11520 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
11521 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
11522 ($(objpfx)tst-fopenloc-mem.out): Likewise.
11523 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
11524 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
11525 * posix/Makefile ($(objpfx)globtest.out): Likewise.
11526 ($(objpfx)wordexp-tst.out): Likewise.
11527 ($(objpfx)annexc.out): Likewise.
11528 ($(objpfx)tst-fnmatch-mem): Likewise.
11529 ($(objpfx)bug-regex2-mem): Likewise.
11530 ($(objpfx)bug-regex14-mem): Likewise.
11531 ($(objpfx)bug-regex21-mem): Likewise.
11532 ($(objpfx)bug-regex31-mem): Likewise.
11533 ($(objpfx)tst-vfork3-mem): Likewise.
11534 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
11535 ($(objpfx)tst-pcre-mem): Likewise.
11536 ($(objpfx)tst-boost-mem): Likewise.
11537 ($(objpfx)tst-getconf.out): Likewise.
11538 ($(objpfx)bug-ga2-mem): Likewise.
11539 ($(objpfx)bug-glob2-mem): Likewise.
11540 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
11541 ($(objpfx)mtrace-tst-leaks2): Likewise.
11542 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
11543 ($(objpfx)tst-printf.out): Likewise.
11544 ($(objpfx)tst-setvbuf1.out): Likewise.
11545 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
11546 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
11547 ($(objpfx)tst-fmtmsg.out): Likewise.
11548 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
11549 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
11550
acd7f096
JM
11551 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
11552 * bits/sigaction.h [__USE_MISC]: Likewise.
11553 * bits/waitstatus.h: Update #endif comments.
11554 * ctype/ctype.h: Likewise.
11555 * dirent/dirent.h: Likewise.
11556 [__USE_MISC]: Remove redundant conditionals.
11557 * grp/grp.h: Update #endif comments.
11558 [__USE_GNU]: Remove redundant conditionals.
11559 [__USE_MISC]: Likewise.
11560 * inet/netinet/in.h [__USE_GNU]: Likewise.
11561 * io/sys/stat.h [__USE_MISC]: Likewise.
11562 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
11563 * libio/bits/stdio.h: Update #endif comments.
11564 [__USE_MISC]: Remove redundant conditionals.
11565 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
11566 * libio/stdio.h: Update #endif comments.
11567 [__USE_MISC]: Remove redundant conditionals.
11568 * math/bits/math-finite.h [__USE_MISC]: Likewise.
11569 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
11570 * math/math.h: Update #else and #endif comments.
11571 [__USE_MISC]: Remove redundant conditionals.
11572 * misc/sys/uio.h: Update #endif comments.
11573 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
11574 * posix/glob.h [__USE_MISC]: Likewise.
11575 * posix/sys/types.h: Update #endif comments.
11576 [__USE_MISC]: Remove redundant conditionals.
11577 * posix/sys/wait.h: Update #endif comments.
11578 [__USE_MISC]: Remove redundant conditionals.
11579 * posix/unistd.h: Update #endif comments.
11580 [__USE_MISC]: Remove redundant conditionals.
11581 * pwd/pwd.h [__USE_GNU]: Likewise.
11582 [__USE_MISC]: Likewise.
11583 * resolv/netdb.h [__USE_GNU]: Likewise.
11584 * signal/signal.h: Update #endif comments.
11585 [__USE_MISC]: Remove redundant conditionals.
11586 * stdlib/stdlib.h: Update #else and #endif comments.
11587 [__USE_MISC]: Remove redundant conditionals.
11588 [__USE_GNU]: Likewise.
11589 * string/bits/string2.h [__USE_MISC]: Likewise.
11590 * string/string.h: Update #endif comments.
11591 [__USE_MISC]: Remove redundant conditionals.
11592 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
11593 Likewise.
11594 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
11595 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
11596 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
11597 Likewise.
11598 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
11599 Likewise.
11600 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
11601 comments.
11602 [__USE_MISC]: Remove redundant conditionals.
11603 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
11604 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
11605 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
11606 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
11607 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
11608 Likewise.
11609 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
11610 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
11611 Likewise.
11612 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
11613 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
11614 Likewise.
11615 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
11616 Likewise.
11617 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
11618 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
11619 Likewise.
11620 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
11621 Likewise.
11622 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
11623 * sysdeps/x86/bits/string.h: Update #endif comments.
11624 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
11625 conditionals.
11626 * time/sys/time.h: Update #endif comments.
11627 * time/time.h: Likewise.
11628 [__USE_MISC]: Remove redundant conditionals.
11629
a5d82e4e
YG
116302014-02-21 Yury Gribov <y.gribov@samsung.com>
11631
11632 [BZ #16600]
11633 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
11634
9a80491d
AS
116352014-02-21 Andreas Schwab <schwab@linux-m68k.org>
11636
11637 * Versions.def (librt): Add GLIBC_2.17.
11638
105fa381
AC
116392014-02-21 Adam Conrad <adconrad@0c3.net>
11640
11641 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
11642 synonym for _SYS_AUXV_H to allow direct inclusion.
11643 * sysdeps/sparc/bits/hwcap.h: Likewise.
11644 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
11645 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
11646 * sysdeps/sparc/sysdep.h: Likewise.
11647
b8cd1c4e
SP
116482014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
11649
11650 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
11651
bd939d23
RS
116522014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11653
11654 * benchtests/bench-strrchr.c: Print length instead of position.
11655
5d7b57ca
JM
116562014-02-20 Joseph Myers <joseph@codesourcery.com>
11657
bc688c10
JM
11658 [BZ #16611]
11659 * sysdeps/unix/sysv/linux/kernel-features.h
11660 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
11661 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
11662 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
11663 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
11664 Likewise.
11665 [__i386__ || __powerpc__ || __sh__ || __sparc__]
11666 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11667 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
11668 (__ASSUME_SENDMMSG): Define instead of using previous
11669 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
11670 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11671 (__ASSUME_SENDMMSG_SYSCALL): Define.
11672 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11673 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
11674 Likewise.
11675 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11676 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11677 Likewise.
11678 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11679 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11680 Likewise.
11681 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
11682 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11683 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11684 [__ASSUME_SENDMMSG]: Change conditionals to
11685 [__ASSUME_SENDMMSG_SOCKETCALL].
11686 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11687 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
11688 Define.
11689 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11690 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
11691 Likewise.
11692 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
11693 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
11694 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
11695 [!__ASSUME_SENDMMSG]: Change conditional to
11696 [!__ASSUME_SENDMMSG_SOCKETCALL].
11697 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11698 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
11699 Define.
11700
0e31b18c
JM
11701 [BZ #16610]
11702 * sysdeps/unix/sysv/linux/kernel-features.h
11703 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
11704 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
11705 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
11706 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
11707 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
11708 [__i386__ || __sparc__]
11709 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11710 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
11711 (__ASSUME_RECVMMSG): Define instead of using previous
11712 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
11713 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11714 (__ASSUME_RECVMMSG_SYSCALL): Define.
11715 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11716 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11717 Likewise.
11718 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11719 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11720 Likewise.
11721 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11722 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11723 Likewise.
11724 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
11725 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11726 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11727 [__ASSUME_RECVMMSG]: Change condition to
11728 [__ASSUME_RECVMMSG_SOCKETCALL].
11729 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11730 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11731 Define.
11732 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
11733 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11734 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
11735 Likewise.
11736 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
11737 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
11738 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
11739 [!__ASSUME_RECVMMSG]: Change condition to
11740 [!__ASSUME_RECVMMSG_SOCKETCALL].
11741 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11742 (__ASSUME_RECVMMSG_SYSCALL): Define.
11743
dd481ccf
JM
11744 [BZ #16609]
11745 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
11746 __powerpc__ || __s390__ || __sh__ || __sparc__]
11747 (__ASSUME_SOCKETCALL): Define.
11748 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
11749 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
11750 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
11751 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
11752 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
11753 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
11754 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
11755 (__ASSUME_ACCEPT4): Define instead of using previous
11756 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
11757 __powerpc__ || __sparc__ || __s390__)] condition.
11758 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
11759 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11760 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
11761 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11762 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11763 [!__ASSUME_ACCEPT4]: Change condition to
11764 [!__ASSUME_ACCEPT4_SOCKETCALL].
11765 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11766 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
11767 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
11768 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11769 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
11770 __ASSUME_ACCEPT4_SYSCALL.
11771 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
11772 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
11773 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
11774 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
11775 __ASSUME_ACCEPT4_SYSCALL.
11776 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
11777 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
11778 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
11779 [__ASSUME_ACCEPT4]: Change condition to
11780 [__ASSUME_ACCEPT4_SOCKETCALL].
11781 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11782 (__ASSUME_SOCKETCALL): Define.
11783 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
11784 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11785 (__ASSUME_SOCKETCALL): Define.
11786 (__ASSUME_ACCEPT4): Remove.
11787 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
11788 Define.
11789 * sysdeps/unix/sysv/linux/mips/kernel-features.h
11790 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
11791 Likewise.
11792 * sysdeps/unix/sysv/linux/tile/kernel-features.h
11793 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
11794
5d7b57ca
JM
11795 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
11796 macro.
11797 (HWCAP_ARM_LPAE): Likewise.
11798 (HWCAP_ARM_EVTSTRM): Likewise.
11799 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
11800 Add vpfd32, lpae and evtstrm.
11801 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
11802 Increase to 22.
11803
63689d61
JM
118042014-02-19 Joseph Myers <joseph@codesourcery.com>
11805
11806 * math/auto-libm-test-in: Add tests of clog10.
11807 * math/auto-libm-test-out: Regenerated.
11808 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
11809 * sysdeps/i386/fpu/libm-test-ulps: Update.
11810 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11811
ab09bf61
AS
118122014-02-18 Andreas Schwab <schwab@suse.de>
11813
11814 [BZ #16574]
11815 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
11816 Store non-zero if the second buffer was newly allocated.
11817 (send_dg): Likewise.
11818 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
11819 to send_vc and send_dg.
11820 (res_nsend): Pass NULL for ansp2_malloced.
11821 * resolv/res_query.c (__libc_res_nquery): Add parameter
11822 answerp2_malloced and pass it down to __libc_res_nsend.
11823 (res_nquery): Pass additional NULL to __libc_res_nquery.
11824 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
11825 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
11826 second answer buffer if answerp2_malloced was set.
11827 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
11828 (__libc_res_nquerydomain): Add parameter
11829 answerp2_malloced and pass it down to __libc_res_nquery.
11830 (res_nquerydomain): Pass additional NULL to
11831 __libc_res_nquerydomain.
11832 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
11833 additional NULL to __libc_res_nsend and __libc_res_nquery.
11834 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
11835 additional NULL to __libc_res_nsearch.
11836 (_nss_dns_gethostbyname4_r): Revert last change. Use new
11837 parameter of __libc_res_nsearch to check for separately allocated
11838 second buffer.
11839 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
11840 __libc_res_nquery.
11841 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
11842 additional NULL to __libc_res_nquery.
11843 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
11844 __libc_res_nsearch.
11845 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
11846 * include/resolv.h: Update prototypes of __libc_res_nquery,
11847 __libc_res_nsearch, __libc_res_nsend.
11848
a4fb7861
JM
118492014-02-18 Joseph Myers <joseph@codesourcery.com>
11850
c6af2d89
JM
11851 * math/auto-libm-test-in: Add tests of fma.
11852 * math/auto-libm-test-out: Regenerated.
11853 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
11854 (fma_towardzero_test_data): Likewise.
11855 (fma_downward_test_data): Likewise.
11856 (fma_upward_test_data): Likewise.
11857 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
11858 mpc_mode.
11859 (rounding_modes): Add values for new field.
11860 (func_calc_method): Add value mpfr_fff_f.
11861 (func_calc_desc): Add mpfr_fff_f union field.
11862 (test_function): Add field exact_args.
11863 (FUNC): Add macro argument EXACT_ARGS.
11864 (FUNC_mpfr_f_f): Update call to FUNC.
11865 (FUNC_mpfr_f_f): Likewise.
11866 (FUNC_mpfr_ff_f): Likewise.
11867 (FUNC_mpfr_if_f): Likewise.
11868 (FUNC_mpc_c_f): Likewise.
11869 (FUNC_mpc_c_c): Likewise.
11870 (test_functions): Add fma. Update calls to FUNC.
11871 (handle_input_arg): Add argument exact_args.
11872 (add_test): Update call to handle_input_arg.
11873 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
11874 (output_for_one_input_case): Update call to calc_generic_results.
11875 Recalculate exact zero results in each rounding mode.
11876
a4fb7861
JM
11877 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
11878 non-negative before setting low bit.
11879 * math/auto-libm-test-in: Mark one asin test possibly having
11880 spurious underflow.
11881 * math/auto-libm-test-out: Regenerated.
11882 * sysdeps/i386/fpu/libm-test-ulps: Update.
11883 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11884
ef114eaf
DH
118852014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
11886
2b7f4f2c
SP
11887 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
11888 * sysdeps/unix/sysv/linux/microblaze: Move directory from
11889 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
11890 * README: Add missing listing for microblaze*-*-linux-gnu.
11891
8125aedc
AM
118922014-02-16 Ondřej Bílka <neleai@seznam.cz>
11893
11894 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
11895 duplicate code
11896
c70a4b1d
MF
118972014-02-16 Mike Frysinger <vapier@gentoo.org>
11898
11899 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
11900 * sysdeps/unix/sysv/linux/ia64: Move directory from
11901 ports/sysdeps/unix/sysv/linux/ia64.
11902 * README: Update listing for ia64-*-linux-gnu.
11903
591aeaf7
TD
119042014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
11905 Joseph Myers <joseph@codesourcery.com>
11906
11907 * Makeconfig (test-name): New variable.
11908 (evaluate-test): Likewise.
11909 * Makerules (do-test-clean): Remove .test-result files.
11910 (common-mostlyclean): Likewise.
11911 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
11912 * scripts/evaluate-test.sh: New file.
11913
6e89caf1
JM
119142014-02-14 Joseph Myers <joseph@codesourcery.com>
11915
7f98f180
JM
11916 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
11917 separate $(objpfx)tst-fopenloc-cmp.out and
11918 $(objpfx)tst-fopenloc-mem.out targets.
11919 (tests): Update dependencies.
11920 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
11921 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
11922 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
11923 (tst-rxspencer-no-utf8-ARGS): New variable.
11924 (tst-rxspencer-no-utf8-ENV): Likewise.
11925 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
11926 instead of $(objpfx)tst-rxspencer-mem.
11927 ($(objpfx)tst-rxspencer-mem): Change target to
11928 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
11929 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
11930 * posix/tst-rxspencer-no-utf8.c: New file.
11931
6e89caf1
JM
11932 * elf/Makefile ($(objpfx)order.out): Remove rule.
11933 [$(run-built-tests) = yes] (tests): Depend on
11934 $(objpfx)order-cmp.out.
11935 ($(objpfx)order-cmp.out): New rule.
11936 [$(run-built-tests) = yes] (tests): Depend on
11937 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
11938 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
11939 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
11940 $(objpfx)tst-array5-static-cmp.out.
11941 ($(objpfx)tst-array1.out): Remove rule.
11942 ($(objpfx)tst-array1-cmp.out): New rule.
11943 ($(objpfx)tst-array1-static.out): Remove rule.
11944 ($(objpfx)tst-array1-static-cmp.out): New rule.
11945 ($(objpfx)tst-array2.out): Remove rule.
11946 ($(objpfx)tst-array2-cmp.out): New rule.
11947 ($(objpfx)tst-array3.out): Remove rule.
11948 ($(objpfx)tst-array3-cmp.out): New rule.
11949 ($(objpfx)tst-array4.out): Remove rule.
11950 ($(objpfx)tst-array4-cmp.out): New rule.
11951 ($(objpfx)tst-array5.out): Remove rule.
11952 ($(objpfx)tst-array5-cmp.out): New rule.
11953 ($(objpfx)tst-array5-static.out): Remove rule.
11954 ($(objpfx)tst-array5-static-cmp.out): New rule.
11955 [$(run-built-tests) = yes] (tests): Depend on
11956 $(objpfx)order2-cmp.out.
11957 ($(objpfx)order2.out): Remove rule.
11958 ($(objpfx)order2-cmp.out): New rule.
11959 ($(objpfx)tst-initorder.out): Remove rule.
11960 [$(run-built-tests) = yes] (tests): Depend on
11961 $(objpfx)tst-initorder-cmp.out.
11962 ($(objpfx)tst-initorder-cmp.out): New rule.
11963 ($(objpfx)tst-initorder2.out): Remove rule.
11964 [$(run-built-tests) = yes] (tests): Depend on
11965 $(objpfx)tst-initorder2-cmp.out.
11966 ($(objpfx)tst-initorder2-cmp.out): New rule.
11967 [$(run-built-tests) = yes] (tests): Depend on
11968 $(objpfx)tst-unused-dep-cmp.out.
11969 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
11970 ($(objpfx)tst-unused-dep-cmp.out): New rule.
11971 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
11972 on $(objpfx)tst-setvbuf1-cmp.out.
11973 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
11974 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
11975 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
11976 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
11977 ($(objpfx)tst-svc.out): Remove rule.
11978 ($(objpfx)tst-svc-cmp.out): New rule.
11979
ed9a38e2
JM
119802014-02-13 Joseph Myers <joseph@codesourcery.com>
11981
11982 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
11983 * ctype/ctype.h [__USE_MISC]: Likewise.
11984 * dirent/dirent.h [__USE_MISC]: Likewise.
11985 * grp/grp.h [__USE_MISC]: Likewise.
11986 * io/fcntl.h [__USE_MISC]: Likewise.
11987 * io/sys/stat.h [__USE_MISC]: Likewise.
11988 * libio/stdio.h [__USE_MISC]: Likewise.
11989 * posix/unistd.h [__USE_MISC]: Likewise.
11990 * pwd/pwd.h [__USE_MISC]: Likewise.
11991 * stdlib.h [__USE_MISC]: Likewise.
11992 * string/bits/string2.h [__USE_MISC]: Likewise.
11993 * string/string.h [__USE_MISC]: Likewise.
11994 * time/time.h [__USE_MISC]: Likewise.
11995
d6680619
AS
119962014-02-13 Andreas Schwab <schwab@suse.de>
11997
11998 [BZ #16574]
11999 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
12000 second answer buffer if it was separately allocated.
12001
ace614b8
JM
120022014-02-12 Joseph Myers <joseph@codesourcery.com>
12003
743151ae
JM
12004 * sysdeps/mips/math-tests.h: Include <features.h>.
12005 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12006 (ROUNDING_TESTS_long_double): Do not define.
12007 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
12008 (EXCEPTION_TESTS_long_double): Likewise.
12009 * sysdeps/mips/mips64/libm-test-ulps: Update.
12010
498afc54
JM
12011 * include/features.h (__USE_BSD): Remove macro definitions.
12012 (__USE_SVID): Likewise.
12013 (_BSD_SOURCE): Likewise.
12014 (_SVID_SOURCE): Likewise.
12015 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
12016 from definition of _DEFAULT_SOURCE.
12017 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
12018 [_DEFAULT_SOURCE].
12019 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
12020 * bits/mman.h [__USE_BSD]: Likewise.
12021 * bits/termios.h [__USE_BSD]: Likewise.
12022 * bits/waitstatus.h [__USE_BSD]: Likewise.
12023 * ctype/ctype.h [__USE_SVID]: Likewise.
12024 * dirent/dirent.h [__USE_BSD]: Likewise.
12025 * grp/grp.h [__USE_SVID]: Likewise.
12026 [__USE_BSD]: Likewise.
12027 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
12028 * io/fcntl.h [__USE_BSD]: Likewise.
12029 * io/ftw.h [__USE_BSD]: Likewise.
12030 * io/sys/stat.h [__USE_BSD]: Likewise.
12031 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
12032 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
12033 * libio/stdio.h [__USE_SVID]: Likewise.
12034 [__USE_BSD]: Likewise.
12035 * math/math.h [__USE_SVID]: Likewise.
12036 [__USE_BSD]: Likewise.
12037 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
12038 * misc/bits/syslog.h [__USE_BSD]: Likewise.
12039 * misc/search.h [__USE_SVID]: Likewise.
12040 * misc/sys/mman.h [__USE_BSD]: Likewise.
12041 * misc/sys/syslog.h [__USE_BSD]: Likewise.
12042 * misc/sys/uio.h [__USE_BSD]: Likewise.
12043 * posix/bits/unistd.h [__USE_BSD]: Likewise.
12044 * posix/glob.h [__USE_BSD]: Likewise.
12045 * posix/regex.h [__USE_BSD]: Likewise.
12046 * posix/sys/types.h [__USE_BSD]: Likewise.
12047 [__USE_SVID]: Likewise.
12048 * posix/sys/utsname.h [__USE_SVID]: Likewise.
12049 * posix/sys/wait.h [__USE_BSD]: Likewise.
12050 [__USE_SVID]: Likewise.
12051 * posix/unistd.h [__USE_BSD]: Likewise.
12052 [__USE_SVID]: Likewise.
12053 * pwd/pwd.h [__USE_SVID]: Likewise.
12054 * resolv/netdb.h [__USE_BSD]: Likewise.
12055 * setjmp/setjmp.h [__USE_BSD]: Likewise.
12056 * signal/signal.h [__USE_BSD]: Likewise.
12057 [__USE_SVID]: Likewise.
12058 * socket/sys/socket.h [__USE_BSD]: Likewise.
12059 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
12060 * stdlib/stdlib.h [__USE_BSD]: Likewise.
12061 [__USE_SVID]: Likewise.
12062 * string/bits/string2.h [__USE_BSD]: Likewise.
12063 [__USE_SVID]: Likewise.
12064 * string/bits/string3.h [__USE_BSD]: Likewise.
12065 * string/endian.h [__USE_BSD]: Likewise.
12066 * string/string.h [__USE_SVID]: Likewise.
12067 [__USE_BSD]: Likewise.
12068 * string/strings.h [__USE_BSD]: Likewise.
12069 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
12070 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
12071 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
12072 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
12073 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
12074 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
12075 Likewise.
12076 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
12077 Likewise.
12078 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
12079 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
12080 Likewise.
12081 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
12082 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
12083 Likewise.
12084 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
12085 Likewise.
12086 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
12087 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
12088 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
12089 Likewise.
12090 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
12091 Likewise.
12092 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
12093 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
12094 * termios/termios.h [__USE_BSD]: Likewise.
12095 * time/sys/time.h [__USE_BSD]: Likewise.
12096 * time/time.h [__USE_BSD]: Likewise.
12097 [__USE_SVID]: Likewise.
12098
dd7b064c
JM
12099 * Makefile (subdir_targets): Remove subdir_lint.out.
12100
a2c4c199
JM
12101 * stdio-common/Makefile (do-tst-unbputc): Remove target.
12102 (do-tst-printf): Likewise.
12103 (tests): Depend directly on $(objpfx)tst-unbputc.out and
12104 $(objpfx)tst-printf.out.
12105
8756f740
JM
12106 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
12107
1b6dd3f1
JM
12108 * Makerules (check-abi-%): Change target to
12109 $(objpfx)check-abi-%.out.
12110 (check-abi target): Update dependencies.
12111 (check-abi-pattern variable): Redirect output of diff to $@.
12112 (check-abi variable): Likewise.
12113 * elf/Makefile (check-abi): Update dependencies.
12114
ace614b8
JM
12115 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
12116 unused.
12117 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
12118 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
12119 subnormal range.
12120 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
12121 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
12122 value has largest subnormal exponent.
12123 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
12124 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
12125 * sysdeps/aarch64/soft-fp/sfp-machine.h
12126 (_FP_TININESS_AFTER_ROUNDING): New macro.
12127 * sysdeps/alpha/soft-fp/sfp-machine.h
12128 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12129 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12130 Likewise.
12131 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
12132 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12133 * sysdeps/mips/soft-fp/sfp-machine.h
12134 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12135 * sysdeps/powerpc/soft-fp/sfp-machine.h
12136 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12137 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12138 Likewise.
12139 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
12140 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12141 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
12142 (_FP_TININESS_AFTER_ROUNDING): Likewise.
12143 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
12144 Likewise.
12145
fbfdf9cb
DAS
121462014-02-12 Dylan Alex Simon <dylan@dylex.net>
12147
12148 [BZ #16545]
12149 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
12150 model 1.
12151
68b7efaa
RH
121522014-02-12 Richard Henderson <rth@redhat.com>
12153
c70a4b1d 12154 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
12155 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
12156 * sysdeps/unix/sysv/linux/alpha: Move directory from
12157 ports/sysdeps/unix/sysv/linux/alpha.
12158 * README: Update listing for alpha-*-linux-gnu.
12159
cb4a2928
JM
121602014-02-11 Joseph Myers <joseph@codesourcery.com>
12161
c941736c
JM
12162 * include/features.h: Update comment documenting feature test
12163 macros.
12164 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
12165 _DEFAULT_SOURCE.
12166 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
12167 (_SVID_SOURCE): Likewise.
12168 (_DEFAULT_SOURCE): Update description of default features.
12169 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
12170 with _GNU_SOURCE.
12171 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
12172 (S_ISVTX): Likewise.
12173 * manual/math.texi (Mathematical Constants): Likewise.
12174 * manual/signal.texi (Interrupted Primitives): Likewise.
12175 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
12176 * math/test-matherr.c (_SVID_SOURCE): Do not define.
12177 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
12178 Don't refer to _SVID_SOURCE in warning text.
12179
e8d8d7ec
JM
12180 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12181
cb4a2928
JM
12182 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
12183 already defined.
12184 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
12185 * sysdeps/mips/dl-lookup.c: Remove.
12186 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
12187
7e6424e3
AK
121882014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
12189
12190 [BZ #16447]
12191 * math/auto-libm-test-in: Add testcase for expl.
12192 * math/auto-libm-test-out: Regenerate.
12193 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
12194 calculation of unsafe.
12195 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
12196
75eff3fe
MS
121972014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
12198
12199 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
12200 * sysdeps/unix/sysv/linux/aarch64: Move directory from
12201 ports/sysdeps/unix/sysv/linux/aarch64.
12202 * README: Update listing for aarch64*-*-linux-gnu.
12203
d35f1e80
WN
122042014-02-11 Will Newton <will.newton@linaro.org>
12205
12206 * manual/probes.texi (Mathematical Function Probes): Use
12207 "triggered" instead of "hit".
12208
7b3436d4
WN
12209 * manual/probes.texi (Internal Probes): Add documentation
12210 of setjmp, longjmp and longjmp_target probes.
12211
b4f12ca3
WN
12212 * include/stap-probe.h: Add comment about probe argument
12213 format.
12214
c13a72b7
WN
12215 * malloc/mtrace.c (attribute_hidden): Remove unused macro
12216 definition. (tr_where, tr_freehook, tr_mallochook,
12217 tr_reallochook, tr_memalignhook): Use ANSI protoype.
12218
195b8165
DM
122192014-02-11 David S. Miller <davem@davemloft.net>
12220
12221 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
12222 processing int_tests.
12223
2ad7600b
JM
122242014-02-10 Joseph Myers <joseph@codesourcery.com>
12225
12226 * sysdeps/mips: Move directory from ports/sysdeps/mips.
12227 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
12228 * sysdeps/unix/sysv/linux/mips: Move directory from
12229 ports/sysdeps/unix/sysv/linux/mips.
12230 * README: Update listing for mips-*-linux-gnu and
12231 mips64-*-linux-gnu.
12232
73588a72
AS
122332014-02-10 Andreas Schwab <schwab@linux-m68k.org>
12234
12235 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
12236 * sysdeps/unix/sysv/linux/m68k: Move directory from
12237 ports/sysdeps/unix/sysv/linux/m68k.
12238 * README: Update listing for m68k-*-linux-gnu.
12239
4372980f
CM
122402014-02-10 Chris Metcalf <cmetcalf@tilera.com>
12241
12242 * sysdeps/tile: Move directory from ports/sysdeps/tile.
12243 * sysdeps/unix/sysv/linux/generic: Move directory from
12244 ports/sysdeps/unix/sysv/linux/generic.
12245 * sysdeps/unix/sysv/linux/tile: Move directory from
12246 ports/sysdeps/unix/sysv/linux/tile.
12247 * README: Update listing for tile*-*-linux-gnu.
12248
a1ffb40e
OB
122492014-02-10 Ondřej Bílka <neleai@seznam.cz>
12250
57f41c40
AS
12251 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
12252 __builtin_expect.
a1ffb40e
OB
12253 * benchtests/bench-memmem.c (simple_memmem): Likewise.
12254 * catgets/open_catalog.c (__open_catalog): Likewise.
12255 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
12256 * debug/confstr_chk.c: Likewise.
12257 * debug/fread_chk.c (__fread_chk): Likewise.
12258 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
12259 * debug/getgroups_chk.c: Likewise.
12260 * debug/mbsnrtowcs_chk.c: Likewise.
12261 * debug/mbsrtowcs_chk.c: Likewise.
12262 * debug/mbstowcs_chk.c: Likewise.
12263 * debug/memcpy_chk.c: Likewise.
12264 * debug/memmove_chk.c: Likewise.
12265 * debug/mempcpy_chk.c: Likewise.
12266 * debug/memset_chk.c: Likewise.
12267 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
12268 * debug/strcat_chk.c (__strcat_chk): Likewise.
12269 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
12270 * debug/strncat_chk.c (__strncat_chk): Likewise.
12271 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
12272 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
12273 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
12274 * debug/wcpncpy_chk.c: Likewise.
12275 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
12276 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
12277 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
12278 * debug/wcsncpy_chk.c: Likewise.
12279 * debug/wcsnrtombs_chk.c: Likewise.
12280 * debug/wcsrtombs_chk.c: Likewise.
12281 * debug/wcstombs_chk.c: Likewise.
12282 * debug/wmemcpy_chk.c: Likewise.
12283 * debug/wmemmove_chk.c: Likewise.
12284 * debug/wmempcpy_chk.c: Likewise.
12285 * debug/wmemset_chk.c: Likewise.
12286 * dirent/scandirat.c (SCANDIRAT): Likewise.
12287 * dlfcn/dladdr1.c (dladdr1): Likewise.
12288 * dlfcn/dladdr.c (dladdr): Likewise.
12289 * dlfcn/dlclose.c (dlclose_doit): Likewise.
12290 * dlfcn/dlerror.c (__dlerror): Likewise.
12291 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
12292 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
12293 * dlfcn/dlopen.c (dlopen_doit): Likewise.
12294 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
12295 * dlfcn/dlsym.c (dlsym_doit): Likewise.
12296 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
12297 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
12298 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
12299 Likewise.
12300 * elf/dl-conflict.c: Likewise.
12301 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
12302 * elf/dl-dst.h: Likewise.
12303 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
12304 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
12305 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
12306 * elf/dl-init.c (call_init, _dl_init): Likewise.
12307 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
12308 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
12309 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
12310 Likewise.
a1ffb40e
OB
12311 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
12312 Likewise.
12313 * elf/dl-minimal.c (__libc_memalign): Likewise.
12314 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
12315 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12316 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
12317 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
12318 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
12319 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
12320 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
12321 * elf/dl-writev.h (_dl_writev): Likewise.
12322 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
12323 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
12324 (dl_main): Likewise.
a1ffb40e
OB
12325 * elf/setup-vdso.h (setup_vdso): Likewise.
12326 * grp/compat-initgroups.c (compat_call): Likewise.
12327 * grp/fgetgrent.c (fgetgrent): Likewise.
12328 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
12329 * grp/putgrent.c (putgrent): Likewise.
12330 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
12331 Likewise.
12332 * hurd/hurdinit.c: Likewise.
12333 * iconvdata/8bit-gap.c (struct): Likewise.
12334 * iconvdata/ansi_x3.110.c : Likewise.
12335 * iconvdata/big5.c : Likewise.
12336 * iconvdata/big5hkscs.c : Likewise.
12337 * iconvdata/cp1255.c: Likewise.
12338 * iconvdata/cp1258.c : Likewise.
12339 * iconvdata/cp932.c : Likewise.
12340 * iconvdata/euc-cn.c: Likewise.
12341 * iconvdata/euc-jisx0213.c : Likewise.
12342 * iconvdata/euc-jp.c: Likewise.
12343 * iconvdata/euc-jp-ms.c : Likewise.
12344 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
12345 * iconvdata/gb18030.c : Likewise.
12346 * iconvdata/gbbig5.c (const): Likewise.
12347 * iconvdata/gbgbk.c: Likewise.
12348 * iconvdata/gbk.c : Likewise.
12349 * iconvdata/ibm1364.c : Likewise.
12350 * iconvdata/ibm930.c : Likewise.
12351 * iconvdata/ibm932.c: Likewise.
12352 * iconvdata/ibm933.c : Likewise.
12353 * iconvdata/ibm935.c : Likewise.
12354 * iconvdata/ibm937.c : Likewise.
12355 * iconvdata/ibm939.c : Likewise.
12356 * iconvdata/ibm943.c: Likewise.
12357 * iconvdata/iso_11548-1.c: Likewise.
12358 * iconvdata/iso-2022-cn.c : Likewise.
12359 * iconvdata/iso-2022-cn-ext.c : Likewise.
12360 * iconvdata/iso-2022-jp-3.c: Likewise.
12361 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
12362 * iconvdata/iso-2022-kr.c : Likewise.
12363 * iconvdata/iso646.c (gconv_end): Likewise.
12364 * iconvdata/iso_6937-2.c : Likewise.
12365 * iconvdata/iso_6937.c : Likewise.
12366 * iconvdata/iso8859-1.c: Likewise.
12367 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
12368 * iconvdata/shift_jisx0213.c : Likewise.
12369 * iconvdata/sjis.c : Likewise.
12370 * iconvdata/t.61.c : Likewise.
12371 * iconvdata/tcvn5712-1.c : Likewise.
12372 * iconvdata/tscii.c: Likewise.
12373 * iconvdata/uhc.c : Likewise.
12374 * iconvdata/unicode.c (gconv_end): Likewise.
12375 * iconvdata/utf-16.c (gconv_end): Likewise.
12376 * iconvdata/utf-32.c (gconv_end): Likewise.
12377 * iconvdata/utf-7.c (base64): Likewise.
12378 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12379 * iconv/gconv_close.c (__gconv_close): Likewise.
12380 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
12381 * iconv/gconv_simple.c (internal_ucs4_loop_single)
12382 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
12383 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
12384 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
12385 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
12386 * iconv/iconv.c (iconv): Likewise.
12387 * iconv/iconv_close.c: Likewise.
12388 * iconv/loop.c (SINGLE): Likewise.
12389 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
12390 * include/atomic.h: Likewise.
12391 * inet/inet6_option.c (option_alloc): Likewise.
12392 * intl/bindtextdom.c (set_binding_values): Likewise.
12393 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
12394 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
12395 * intl/localealias.c (read_alias_file): Likewise.
12396 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
12397 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
12398 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
12399 * libio/fmemopen.c (fmemopen): Likewise.
12400 * libio/iofgets.c (_IO_fgets): Likewise.
12401 * libio/iofgets_u.c (fgets_unlocked): Likewise.
12402 * libio/iofgetws.c (fgetws): Likewise.
12403 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
12404 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
12405 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
12406 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
12407 * locale/findlocale.c (_nl_find_locale): Likewise.
12408 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
12409 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
12410 Likewise.
12411 * locale/setlocale.c (setlocale): Likewise.
12412 * login/programs/pt_chown.c (main): Likewise.
12413 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
12414 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
12415 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
12416 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
12417 * math/e_exp2l.c: Likewise.
12418 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
12419 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
12420 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
12421 * math/s_catan.c (__catan): Likewise.
12422 * math/s_catanf.c (__catanf): Likewise.
12423 * math/s_catanh.c (__catanh): Likewise.
12424 * math/s_catanhf.c (__catanhf): Likewise.
12425 * math/s_catanhl.c (__catanhl): Likewise.
12426 * math/s_catanl.c (__catanl): Likewise.
12427 * math/s_ccosh.c (__ccosh): Likewise.
12428 * math/s_ccoshf.c (__ccoshf): Likewise.
12429 * math/s_ccoshl.c (__ccoshl): Likewise.
12430 * math/s_cexp.c (__cexp): Likewise.
12431 * math/s_cexpf.c (__cexpf): Likewise.
12432 * math/s_cexpl.c (__cexpl): Likewise.
12433 * math/s_clog10.c (__clog10): Likewise.
12434 * math/s_clog10f.c (__clog10f): Likewise.
12435 * math/s_clog10l.c (__clog10l): Likewise.
12436 * math/s_clog.c (__clog): Likewise.
12437 * math/s_clogf.c (__clogf): Likewise.
12438 * math/s_clogl.c (__clogl): Likewise.
12439 * math/s_csin.c (__csin): Likewise.
12440 * math/s_csinf.c (__csinf): Likewise.
12441 * math/s_csinh.c (__csinh): Likewise.
12442 * math/s_csinhf.c (__csinhf): Likewise.
12443 * math/s_csinhl.c (__csinhl): Likewise.
12444 * math/s_csinl.c (__csinl): Likewise.
12445 * math/s_csqrt.c (__csqrt): Likewise.
12446 * math/s_csqrtf.c (__csqrtf): Likewise.
12447 * math/s_csqrtl.c (__csqrtl): Likewise.
12448 * math/s_ctan.c (__ctan): Likewise.
12449 * math/s_ctanf.c (__ctanf): Likewise.
12450 * math/s_ctanh.c (__ctanh): Likewise.
12451 * math/s_ctanhf.c (__ctanhf): Likewise.
12452 * math/s_ctanhl.c (__ctanhl): Likewise.
12453 * math/s_ctanl.c (__ctanl): Likewise.
12454 * math/w_pow.c: Likewise.
12455 * math/w_powf.c: Likewise.
12456 * math/w_powl.c: Likewise.
12457 * math/w_scalb.c (sysv_scalb): Likewise.
12458 * math/w_scalbf.c (sysv_scalbf): Likewise.
12459 * math/w_scalbl.c (sysv_scalbl): Likewise.
12460 * misc/error.c (error_tail): Likewise.
12461 * misc/pselect.c (__pselect): Likewise.
12462 * nis/nis_callback.c (__nis_create_callback): Likewise.
12463 * nis/nis_call.c (__nisfind_server): Likewise.
12464 * nis/nis_creategroup.c (nis_creategroup): Likewise.
12465 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
12466 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
12467 * nis/nis_getservlist.c (nis_getservlist): Likewise.
12468 * nis/nis_lookup.c (nis_lookup): Likewise.
12469 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
12470 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
12471 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 12472 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
12473 * nis/nss_compat/compat-grp.c (getgrent_next_file)
12474 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
12475 * nis/nss_compat/compat-initgroups.c (add_group)
12476 (internal_getgrent_r): Likewise.
12477 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
12478 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
12479 * nis/nss_compat/compat-spwd.c (getspent_next_file)
12480 (internal_getspnam_r): Likewise.
12481 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
12482 (_nss_nis_getaliasbyname_r): Likewise.
12483 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
12484 (_nss_nis_getntohost_r): Likewise.
12485 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
12486 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
12487 (_nss_nis_getgrgid_r): Likewise.
12488 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
12489 (internal_nis_gethostent_r, internal_gethostbyname2_r)
12490 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
12491 (_nss_nis_gethostbyname4_r): Likewise.
12492 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
12493 (initgroups_netid): Likewise.
a1ffb40e 12494 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
12495 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
12496 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
12497 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
12498 (_nss_nis_getprotobynumber_r): Likewise.
12499 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
12500 (_nss_nis_getsecretkey): Likewise.
12501 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
12502 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
12503 (_nss_nis_getpwuid_r): Likewise.
12504 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
12505 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
12506 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
12507 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
12508 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
12509 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
12510 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
12511 Likewise.
57f41c40
AS
12512 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
12513 (_nss_nisplus_getntohost_r): Likewise.
12514 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
12515 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
12516 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
12517 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 12518 Likewise.
57f41c40
AS
12519 * nis/nss_nisplus/nisplus-initgroups.c
12520 (_nss_nisplus_initgroups_dyn): Likewise.
12521 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
12522 (_nss_nisplus_getnetbyaddr_r): Likewise.
12523 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
12524 (_nss_nisplus_getprotobynumber_r): Likewise.
12525 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
12526 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
12527 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
12528 Likewise.
57f41c40
AS
12529 * nis/nss_nisplus/nisplus-service.c
12530 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
12531 (_nss_nisplus_getservbyport_r): Likewise.
12532 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
12533 (_nss_nisplus_getspnam_r): Likewise.
12534 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
12535 Likewise.
a1ffb40e
OB
12536 * nscd/aicache.c (addhstaiX): Likewise.
12537 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
12538 * nscd/connections.c (register_traced_file, send_ro_fd)
12539 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
12540 (main_loop_epoll): Likewise.
a1ffb40e
OB
12541 * nscd/grpcache.c (addgrbyX): Likewise.
12542 * nscd/hstcache.c (addhstbyX): Likewise.
12543 * nscd/initgrcache.c (addinitgroupsX): Likewise.
12544 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
12545 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
12546 (addinnetgrX): Likewise.
12547 * nscd/nscd-client.h (__nscd_acquire_maplock)
12548 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
12549 * nscd/nscd_getai.c (__nscd_getai): Likewise.
12550 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
12551 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
12552 Likewise.
12553 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
12554 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
12555 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
12556 (__nscd_get_map_ref): Likewise.
a1ffb40e 12557 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
12558 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
12559 Likewise.
a1ffb40e
OB
12560 * nscd/pwdcache.c (addpwbyX): Likewise.
12561 * nscd/selinux.c (preserve_capabilities): Likewise.
12562 * nscd/servicescache.c (addservbyX): Likewise.
12563 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
12564 * posix/fnmatch.c (fnmatch): Likewise.
12565 * posix/getopt.c (_getopt_internal_r): Likewise.
12566 * posix/glob.c (glob, glob_in_dir): Likewise.
12567 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
12568 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
12569 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
12570 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
12571 * resolv/res_init.c: Likewise.
12572 * resolv/res_mkquery.c (res_nmkquery): Likewise.
12573 * resolv/res_query.c (__libc_res_nquery): Likewise.
12574 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
12575 Likewise.
12576 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
12577 * stdio-common/perror.c (perror): Likewise.
12578 * stdio-common/printf_fp.c (___printf_fp): Likewise.
12579 * stdio-common/tmpnam.c (tmpnam): Likewise.
12580 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
12581 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
12582 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
12583 Likewise.
a1ffb40e
OB
12584 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
12585 * stdlib/putenv.c (putenv): Likewise.
12586 * stdlib/setenv.c (__add_to_environ): Likewise.
12587 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
12588 * stdlib/strtol_l.c (INTERNAL): Likewise.
12589 * string/memmem.c (memmem): Likewise.
12590 * string/strerror.c (strerror): Likewise.
12591 * string/strnlen.c (__strnlen): Likewise.
12592 * string/test-memmem.c (simple_memmem): Likewise.
12593 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
12594 * sunrpc/pm_getport.c (__get_socket): Likewise.
12595 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
12596 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
12597 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
12598 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
12599 Likewise.
12600 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
12601 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
12602 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
12603 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
12604 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
12605 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
12606 Likewise.
12607 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
12608 Likewise.
a1ffb40e
OB
12609 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
12610 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
12611 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
12612 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
12613 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
12614 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
12615 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
12616 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
12617 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
12618 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
12619 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
12620 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
12621 Likewise.
12622 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
12623 Likewise.
12624 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
12625 Likewise.
12626 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
12627 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
12628 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
12629 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
12630 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
12631 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
12632 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
12633 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
12634 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
12635 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
12636 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
12637 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
12638 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
12639 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
12640 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
12641 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
12642 Likewise.
a1ffb40e
OB
12643 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
12644 Likewise.
12645 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
12646 Likewise.
12647 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
12648 Likewise.
12649 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12650 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12651 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
12652 Likewise.
12653 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
12654 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
12655 * sysdeps/posix/opendir.c (__opendirat): Likewise.
12656 * sysdeps/posix/sleep.c: Likewise.
12657 * sysdeps/posix/tempname.c: Likewise.
12658 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
12659 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
12660 Likewise.
57f41c40
AS
12661 * sysdeps/powerpc/powerpc32/dl-machine.h
12662 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
12663 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
12664 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
12665 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
12666 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
12667 Likewise.
12668 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12669 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
12670 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
12671 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
12672 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12673 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
12674 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
12675 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
12676 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12677 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12678 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
12679 (elf_machine_lazy_rel): Likewise.
a1ffb40e 12680 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12681 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
12682 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12683 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
12684 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
12685 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
12686 * sysdeps/unix/grantpt.c (grantpt): Likewise.
12687 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
12688 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
12689 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
12690 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
12691 Likewise.
12692 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
12693 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
12694 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
12695 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
12696 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
12697 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
12698 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
12699 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
12700 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
12701 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
12702 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
12703 Likewise.
12704 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
12705 (__posix_fallocate64_l64): Likewise.
12706 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
12707 (posix_fallocate): Likewise.
57f41c40
AS
12708 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
12709 Likewise.
a1ffb40e 12710 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
12711 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
12712 (getifaddrs_internal): Likewise.
a1ffb40e
OB
12713 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
12714 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
12715 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
12716 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
12717 * sysdeps/unix/sysv/linux/posix_fallocate64.c
12718 (__posix_fallocate64_l64): Likewise.
12719 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
12720 Likewise.
12721 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
12722 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
12723 (__get_clockfreq): Likewise.
a1ffb40e
OB
12724 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
12725 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
12726 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
12727 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12728 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12729 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
12730 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
12731 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
12732 Likewise.
12733 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
12734 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
12735 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
12736 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
12737 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
12738 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
12739 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
12740 Likewise.
12741 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
12742 (posix_fallocate): Likewise.
12743 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12744 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
12745 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
12746 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
12747 (elf_machine_rela, elf_machine_rela_relative)
12748 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
12749 * time/asctime.c (asctime_internal): Likewise.
12750 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
12751 * time/tzset.c (__tzset_parse_tz): Likewise.
12752 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
12753 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
12754 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
12755 * wcsmbs/wcsmbsload.h: Likewise.
12756
f3d338c9
OB
12757 [BZ #15894]
12758 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
12759
57f41c40
AS
12760 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
12761 (arena_get2): Remove THREAD_STATS conditionals.
12762 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
12763 (__malloc_stats, int): Likewise.
bdfe308a 12764
d674667c
MF
127652014-02-08 Mike Frysinger <vapier@gentoo.org>
12766
12767 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
12768 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
12769
6349768c
MF
12770 * manual/setjmp.texi: Fix typos/grammar errors.
12771
0b7c7473
MF
12772 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
12773 Only return early when n is <= 0. Delete unused return statement.
12774
ac8cc9e3
MF
12775 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
12776 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
12777 * debug/tst-longjmp_chk3.c: New file.
12778
c5bb8e23
MF
12779 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
12780 (test_main): Replace code with set_fortify_handler call.
12781 * debug/test-strcpy_chk.c: Likewise.
12782 * debug/tst-chk1.c: Likewise.
12783 * debug/tst-longjmp_chk.c: Likewise.
12784 * test-skeleton.c: Include fcntl.h & paths.h
12785 (set_fortify_handler): Define.
12786
10444e42
MF
12787 * debug/tst-longjmp_chk.c: Add header comment and include
12788 ../test-skeleton.c.
12789 (do_test): Mark static.
12790 (TEST_FUNCTION): Define.
12791
1e805e8d
MF
12792 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
12793 (IP_PMTUDISC_INTERFACE): Likewise.
12794 (IP_MULTICAST_IF): Likewise.
12795 (IP_MULTICAST_TTL): Likewise.
12796 (IP_MULTICAST_LOOP): Likewise.
12797 (IP_ADD_MEMBERSHIP): Likewise.
12798 (IP_DROP_MEMBERSHIP): Likewise.
12799 (IP_UNBLOCK_SOURCE): Likewise.
12800 (IP_BLOCK_SOURCE): Likewise.
12801 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
12802 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
12803 (IP_MSFILTER): Likewise.
12804 (MCAST_JOIN_GROUP): Likewise.
12805 (MCAST_BLOCK_SOURCE): Likewise.
12806 (MCAST_UNBLOCK_SOURCE): Likewise.
12807 (MCAST_LEAVE_GROUP): Likewise.
12808 (MCAST_JOIN_SOURCE_GROUP): Likewise.
12809 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
12810 (MCAST_MSFILTER): Likewise.
12811 (IP_MULTICAST_ALL): Likewise.
12812 (IP_UNICAST_IF): Likewise.
12813
73f79bb7
MF
12814 * timezone/Makefile: Delete $(have-ksh) check.
12815 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
12816 * timezone/tzselect.ksh: Add +x mode bits.
12817
8da79b60
MF
12818 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
12819 (ANON_INODE_FS_MAGIC): Likewise.
12820 (BDEVFS_MAGIC): Likewise.
12821 (BINFMTFS_MAGIC): Likewise.
12822 (BTRFS_TEST_MAGIC): Likewise.
12823 (CRAMFS_MAGIC_WEND): Likewise.
12824 (DEBUGFS_MAGIC): Likewise.
12825 (ECRYPTFS_SUPER_MAGIC): Likewise.
12826 (EXT3_SUPER_MAGIC): Likewise.
12827 (EXT4_SUPER_MAGIC): Likewise.
12828 (FUTEXFS_SUPER_MAGIC): Likewise.
12829 (HOSTFS_SUPER_MAGIC): Likewise.
12830 (HUGETLBFS_MAGIC): Likewise.
12831 (MINIX3_SUPER_MAGIC): Likewise.
12832 (MTD_INODE_FS_MAGIC): Likewise.
12833 (NILFS_SUPER_MAGIC): Likewise.
12834 (OPENPROM_SUPER_MAGIC): Likewise.
12835 (PIPEFS_MAGIC): Likewise.
12836 (PSTOREFS_MAGIC): Likewise.
12837 (QNX6_SUPER_MAGIC): Likewise.
12838 (RAMFS_MAGIC): Likewise.
12839 (REISERFS_SUPER_MAGIC_STRING): Likewise.
12840 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
12841 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
12842 (SECURITYFS_MAGIC): Likewise.
12843 (SELINUX_MAGIC): Likewise.
12844 (SMACK_MAGIC): Likewise.
12845 (SOCKFS_MAGIC): Likewise.
12846 (SQUASHFS_MAGIC): Likewise.
12847 (STACK_END_MAGIC): Likewise.
12848 (TMPFS_MAGIC): Likewise.
12849 (USBDEVICE_SUPER_MAGIC): Likewise.
12850 (V9FS_MAGIC): Likewise.
12851 (XENFS_SUPER_MAGIC): Likewise.
12852 (CRAMFS_MAGIC): Fix typo in comment.
12853 (EXT2_SUPER_MAGIC): Update comment.
12854 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
12855
464263cc
JM
128562014-02-08 Joseph Myers <joseph@codesourcery.com>
12857
c6bfe5c4
JM
12858 * sysdeps/arm: Move directory from ports/sysdeps/arm.
12859 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
12860 * sysdeps/unix/sysv/linux/arm: Move directory from
12861 ports/sysdeps/unix/sysv/linux/arm.
12862 * README: Update listing for arm-*-linux-gnueabi.
12863
464263cc
JM
12864 * README: Remove mention of am33.
12865
32749f6c
RM
128662014-02-07 Roland McGrath <roland@hack.frob.com>
12867
12868 * bits/sigset.h (__sigemptyset): Use a statement expression rather
12869 than the comma operator, to avoid "rhs of comma has no effect"
12870 compiler warnings.
12871 (__sigfillset, __sigandset, __sigorset): Likewise.
12872 * include/signal.h (__sigemptyset): Likewise.
12873 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
12874
d5b396c1
AM
128752014-02-07 Allan McRae <allan@archlinux.org>
12876
12877 * version.h (RELEASE): Set to "development".
12878 (VERSION): Set to "2.19.90"
12879 * NEWS: Add 2.20 section.
12880
3bfff2ed
CD
128812014-02-06 Carlos O'Donell <carlos@redhat.com>
12882
12883 [BZ #16529]
12884 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
12885
ee7cc385
SP
128862014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
12887
12888 * manual/contrib.texi: Update entry for Carlos O'Donell,
12889 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
12890
f877c4f2
CD
128912014-02-05 Carlos O'Donell <carlos@rehdat.com>
12892
27e839f6
CD
12893 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
12894
f877c4f2
CD
12895 * sysdeps/unix/sysv/linux/kernel-features.h
12896 [__LINUX_KERNEL_VERSION >= 0x020621]
12897 (__ASSUME_PROC_PID_TASK_COMM): Define.
12898
68159946
SP
128992014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12900
ba17cdbd
SP
12901 [BZ #16398]
12902 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
12903 conversion when destination buffer does not have enough space.
12904 * libio/tst-ftell-partial-wide.c: New test case.
12905 * libio/Makefile (tests): Add tst-ftell-partial-wide.
12906
68159946
SP
12907 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
12908 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
12909 Leonard and Allan McRae.
12910
2b528732
DM
129112014-02-04 David S. Miller <davem@davemloft.net>
12912
12913 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
12914 32-bit.
12915
0ff82463
AZ
129162014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12917
57f41c40
AS
12918 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
12919 New file
c01603f7
AZ
12920 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
12921 New file
57f41c40
AS
12922 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
12923 New file.
12924 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
12925 New file.
c01603f7
AZ
12926 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
12927 New file.
57f41c40
AS
12928 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
12929 New file.
12930 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
12931 New file.
c01603f7
AZ
12932 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
12933 New file.
12934 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
12935 New file.
12936 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
12937 New file.
12938 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
12939 New file.
12940 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
12941 New file.
12942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
12943 New file.
12944
129452014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12946
0ff82463
AZ
12947 * nptl/shlib-versions: Change powerpc*le start to 2.17.
12948 * shlib-versions: Likewise.
12949
1695c773
AZ
129502014-02-04 Roland McGrath <roland@hack.frob.com>
12951 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12952
12953 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
12954 (abilist-pattern): New variable, set to %-le.abilist.
12955
12956 * Makerules (abilist-pattern): New variable.
12957 (vpath): Use $(abilist-pattern) in place of %.abilist.
12958 (check-abi-% pattern rule): Likewise.
12959 (check-abi, update-abi): Likewise.
12960
6c0ce4b4
EW
129612014-02-04 Eric Wong <normalperson@yhbt.net>
12962
12963 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12964
481e3524
CD
129652014-02-03 Carlos O'Donell <carlos@redhat.com>
12966
12967 * manual/startup.texi: Add next, previous, and top entries for
12968 the `Program Arguments' and `Environment Variables' nodes.
12969
375592d3
AO
129702014-02-03 Alexandre Oliva <aoliva@redhat.com>
12971
12972 * manual/macros.texi: Add comments before MTASC-safety macros.
12973
f54838ba
AO
12974 * manual/users.texi: Document MTASC-safety properties.
12975
57f41c40
AS
12976 * manual/threads.texi (pthread_key_create, pthread_key_delete)
12977 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
12978 @deftypefun, and add @safety note.
12979 * manual/signal.texi: Move comments that analyze the above
12980 functions to their home place.
12981
fd3daba4
AM
129822014-02-03 Allan McRae <allan@archlinux.org>
12983
12984 * po/sl.po: Update Slovenian translation from translation project.
12985
597636d7
AO
129862014-02-02 Alexandre Oliva <aoliva@redhat.com>
12987
12988 * manual/time.texi (timegm): Add missing blank after @c.
12989 Reported by Joseph Myers <joseph@codesourcery.com>.
12990
ee196e3c
AO
129912014-02-01 Alexandre Oliva <aoliva@redhat.com>
12992
12993 * manual/check-safety.sh: New.
12994 * manual/Makefile ($(objpfx)stamp-summary): Run it.
12995
f8d529d5
AO
12996 * manual/terminal.texi: Document MTASC-safety properties.
12997
de55fdf4
AO
12998 * manual/filesys.texi: Document MTASC-safety properties.
12999
c3299c08
AO
13000 * manual/errno.texi: Document MTASC-safety properties.
13001
06e90b14
AO
13002 * manual/intro.texi: Document safety identifiers and
13003 conditionals.
13004
1acd4371
AO
13005 * manual/string.texi (wcstok): Fix prototype.
13006 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
13007
23e5b8cb
AO
13008 * manual/time.texi: Document MTASC-safety properties.
13009
11087373
AO
13010 * manual/string.texi: Document MTASC-safety properties.
13011
5da2c93d
AO
13012 * manual/threads.texi: Document MTASC-safety properties.
13013
171e9210
AO
13014 * manual/stdio.texi: Document MTASC-safety properties.
13015
d9e02532
AO
13016 * manual/syslog.texi: Document MTASC-safety properties.
13017
6af8bab7
AO
13018 * manual/sysinfo.texi: Document MTASC-safety properties.
13019
663b02d7
AO
13020 * manual/startup.texi: Document MTASC-safety properties.
13021
973f180b
AO
13022 * manual/socket.texi: Document MTASC-safety properties.
13023
8f3c25c8
AO
13024 * manual/signal.texi: Document MTASC-safety properties.
13025
542210fb
AO
130262014-01-31 Alexandre Oliva <aoliva@redhat.com>
13027
13028 * manual/setjmp.texi: Document MTASC-safety properties.
13029
433c45a2
AO
13030 * manual/search.texi: Document MTASC-safety properties.
13031
c8ce789c
AO
13032 * manual/resource.texi: Document MTASC-safety properties.
13033
19f5d29c
AO
13034 * manual/process.texi: Document MTASC-safety properties.
13035
e2dfb7f4
AO
13036 * manual/platform.texi: Document MTASC-safety properties.
13037
8c1413f5
AO
13038 * manual/pipe.texi: Document MTASC-safety properties.
13039
03483ada
AO
13040 * manual/pattern.texi: Document MTASC-safety properties.
13041
29e7e2df
AO
13042 * manual/message.texi: Document MTASC-safety properties.
13043
9f529d7c
AO
13044 [BZ #12751]
13045 * manual/memory.texi: Document MTASC-safety properties.
13046
27aaa791
AO
13047 * manual/math.texi: Document MTASC-safety properties.
13048
f2d58726
AO
13049 * manual/locale.texi: Document MTASC-safety properties.
13050
2cc3615c
AO
13051 * manual/llio.texi: Document MTASC-safety properties.
13052
d9f0ec97
AO
13053 * manual/libdl.texi: New.
13054
e7c4409a
AO
13055 * manual/lang.texi: Document MTASC-safety properties.
13056
27bdc63c
AO
13057 * manual/job.texi: Document MTASC-safety properties.
13058
a7b90ea9
AO
13059 * manual/getopt.texi: Document MTASC-safety properties.
13060
c49130e3
AO
13061 * manual/ctype.texi: Document MTASC-safety properties.
13062
0d23a5c1
MR
130632014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
13064
13065 [BZ #16046]
13066 * csu/libc-tls.c (static_map): Remove variable.
13067 (__libc_setup_tls): Use main executable's link map for TLS data.
13068 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
13069 casing for LM_ID_BASE and GL(dl_nns).
13070 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
13071 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
13072 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
13073 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
13074 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
13075 member.
13076 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
13077 l_phnum members.
13078
0037bb60
AO
130792014-01-30 Alexandre Oliva <aoliva@redhat.com>
13080
13081 * manual/debug.texi: Document MTASC-safety properties.
13082
409e00bd
L
130832014-01-29 H.J. Lu <hongjiu.lu@intel.com>
13084
13085 [BZ #16510]
13086 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
13087 of __x86_64__ when disabling x87 inline functions.
13088
86e60666
AO
130892014-01-29 Alexandre Oliva <aoliva@redhat.com>
13090
13091 * manual/charset.texi: Document MTASC-safety properties.
13092
76167637
AO
13093 * manual/crypt.texi: Document MTASC-safety properties.
13094
e567f2a0
AO
13095 * manual/conf.texi: Document MTASC-safety properties.
13096
b719dafd
AO
13097 * manual/arith.texi: Document MTASC-safety properties.
13098
4a16c662
AO
13099 * manual/argp.texi: Document MTASC-safety properties.
13100
0a57b83e
AO
13101 * manual/macros.texi: Introduce macros to document multi
13102 thread, asynchronous signal and asynchronous cancellation
13103 safety properties.
13104 * manual/intro.texi: Introduce the properties themselves.
13105
feab2397
KK
131062014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13107
13108 * sysdeps/sh/sh4/Makefile: New file.
13109
1c0d11bc
AS
131102014-01-27 Andreas Schwab <schwab@linux-m68k.org>
13111
13112 * math/gen-libm-test.pl ($srcdir): New variable.
13113 ($auto_input): Use it.
13114
af37a8a3
SP
131152014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13116
d7b00f98
SP
13117 [BZ #16506]
13118 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
13119 access beyond array bounds when parsing netgroups file.
13120
af37a8a3
SP
13121 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
13122 the old buffer before realloc.
13123
0c00f062
AM
131242014-01-27 Allan McRae <allan@archlinux.org>
13125
13126 * po/fr.po: Update French translation from translation project.
13127
7d69a1b0
KK
131282014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13129
13130 * sysdeps/sh/libm-test-ulps: Regenerate.
13131
6e697ff7
DM
131322014-01-24 David S. Miller <davem@davemloft.net>
13133
13134 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
13135
9cadb35c
KK
131362014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13137
13138 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
13139 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
13140
5d41dadf
SP
131412013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
13142
13143 [BZ #16474]
13144 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
13145 string pointers after reallocation.
13146
0bad441c
KK
131472014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13148
13149 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
13150 __SH4A__ instead of __SH_FPU_ANY__.
13151
7007c661
KK
131522014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
13153
13154 * sysdeps/sh/fpu_control.h: New file.
13155 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
13156 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
13157 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
13158 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
13159 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
13160 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
13161 * sysdeps/sh/sys/ucontext.h: Remove.
13162 * sysdeps/sh/sys: Remove directory.
13163
0f0c35e4
AK
131642014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13165
13166 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
13167 s390/sys/ucontext.h.
13168 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13169 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
13170
4959e284
L
131712014-01-20 H.J. Lu <hongjiu.lu@intel.com>
13172
13173 [BZ #15605]
13174 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
13175
d98720e0
AZ
131762014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13177
13178 [BZ#16431]
13179 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
13180 Adjust the vDSO correctly for internal calls.
13181 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
13182
91cbd0bc
AM
131832014-01-20 Allan McRae <allan@archlinux.org>
13184
13185 * po/ca.po: Update Catalan translation from translation project.
13186
7a02cfad
MF
131872014-01-16 Mike Frysinger <vapier@gentoo.org>
13188
13189 * sysdeps/s390/sotruss-lib.c: New file.
13190
736c304a
AZ
131912014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13192
13193 [BZ#16430]
6e077ee5 13194 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
13195 (__GI___gettimeofday): Alias for a different internal symbol to avoid
13196 local calls issues by not having a PLT stub required for IFUNC calls.
13197 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
13198
94d0cea0
JM
131992014-01-16 Joseph Myers <joseph@codesourcery.com>
13200
13201 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
13202 * math/test-fpucw-static.c: Likewise.
13203
980cb518
SP
132042013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
13205
13206 [BZ #16453]
13207 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
13208
2393fc01
AZ
132092014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13210
13211 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
13212 implementation for powerpc.
13213
d359bcc2
OB
132142014-01-15 Ondřej Bílka <neleai@seznam.cz>
13215
13216 [BZ #14782]
13217 * sysdeps/posix/system.c (__libc_system): Do not enable
13218 asynchronous cancellation.
13219
7beb48cb
AK
132202014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13221
13222 [BZ #16427]
13223 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
13224 handling only for numbers special also in the IEEE case.
13225
c20d5bf5
AK
132262014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13227
13228 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13229
e83bd4ee
AM
132302014-01-11 Allan McRae <allan@archlinux.org>
13231
76d0ea69
AM
13232 * po/bg.po: Update Bulgarian translation from translation project.
13233
e83bd4ee
AM
13234 * po/de.po: Update German translation from translation project.
13235
bc2ba20a
RM
132362014-01-10 Roland McGrath <roland@hack.frob.com>
13237
13238 * sysdeps/generic/gcc-compat.h: New file.
13239
649ecea2
SP
132402014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
13241
13242 * benchtests/asin-inputs: Correct slow inputs.
13243 * benchtests/acos-inputs: Likewise.
13244
1b19c006
AM
132452014-01-10 Allan McRae <allan@archlinux.org>
13246
a46dab08
AM
13247 * po:sv.po: Update Swedish translation from translation project.
13248
421df74a
AM
13249 * po/vi.po: Update Vietnamese translation from translation project.
13250
d61c51a7
AM
13251 * po/eo.po: Update Esperanto translation from translation project.
13252
0339a319
AM
13253 * po/cs.po: Update Czech translation from translation project.
13254
94ad3e99
AM
13255 * po/nl.po: Update Dutch translation from translation project.
13256
e349ca71
AM
13257 * po/pl.po: Update Polish translation from translation project.
13258
ddf930c1
AM
13259 * po/ru.po: Update Russian translation from translation project.
13260
1b19c006
AM
13261 * po/uk.po: Update Ukrainian translation from translation project.
13262
9f236c49
BM
132632014-01-08 Brooks Moses <bmoses@google.com>
13264
13265 * elf/dl-load.c: Fix comment typo.
13266
cd6701cf
CD
132672014-01-08 Carlos O'Donell <carlos@redhat.com>
13268
13269 * po/header.pot: Rename to...
13270 * po/pot.header: ... this.
13271 * po/Makefile: Use pot.header.
13272
66671c84
YK
132732014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
13274 Maxim Kuvyrkov <maxim@kugelworks.com>
13275
13276 [BZ #16394]
cd6701cf
CD
13277 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
13278 SRC and DEST against LEN.
66671c84 13279
38f34581
AZ
132802014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13281
13282 [BZ #16414]
13283 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
13284 implementation.
13285 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
13286
132872014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
13288
13289 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13290
4c327f2a
JM
132912014-01-08 Joseph Myers <joseph@codesourcery.com>
13292
13293 [BZ #16408]
13294 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
13295 for large positive arguments.
13296
b821f414
JM
132972014-01-07 Joseph Myers <joseph@codesourcery.com>
13298
1f0f2067
JM
13299 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13300
a5a326f6
JM
13301 * math/auto-libm-test-in: Mark various tests with
13302 xfail-rounding:ldbl-128ibm.
13303 * math/auto-libm-test-out: Regenerated.
13304
b821f414
JM
13305 [BZ #16407]
13306 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
13307 Increase overflow threshold.
13308
94c8a4bc
OB
133092014-01-07 Ondřej Bílka <neleai@seznam.cz>
13310
13311 [BZ #14286]
13312 * stdio-common/vfprintf.c: Check for integer overflow.
13313
87ded0c3
AK
133142014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13315
13316 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
13317 the first argument and return value of __tls_get_addr_internal.
13318
c5eebdd0
AK
133192014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13320
13321 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
13322 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
13323
05d138ef
AK
133242014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
13325
13326 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
13327 * sysdeps/s390/rtld-global-offsets.sym: New file.
13328 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
13329 GLIBC_2.19 symbol.
13330 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
13331 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
13332 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
13333 ... this.
13334 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
13335 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
13336 ... this.
13337 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13338 Regenerate.
13339 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13340 Regenerate.
13341 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
13342 halfs of GPRs for high_gprs contexts.
13343 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
13344 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
13345 field.
13346 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
13347 uc_flags field.
13348 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
13349 64 bit versions:
13350 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
13351 for high GPRs (uc_high_gprs) and for future extensions
13352 (__reserved).
13353 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
13354 for future extensions (__reserved).
13355 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
13356 64 bit versions:
13357 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
13358 SC_HIGHGPRS offset definition.
13359 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
13360 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
13361
93a45ff1
AK
13362 * Versions.def: Add GLIBC_2.19 for libpthread.
13363 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
13364 siglongjmp for libpthread with GLIBC_2.19 symver.
13365 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
13366 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
13367 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
13368 * sysdeps/s390/__longjmp.c: New file.
13369 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
13370 * sysdeps/s390/longjmp.c: New file.
13371 * sysdeps/s390/setjmp.S: New file.
13372 * sysdeps/s390/sigjmp.S: New file.
13373 * sysdeps/s390/v1-longjmp.c: New file.
13374 * sysdeps/s390/v1-setjmp.h: New file.
13375 * sysdeps/s390/v1-sigjmp.c: New file.
13376 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
13377 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
13378 GLIBC_2.19 version.
13379 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
13380 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
13381 versioned symbols for ____longjmp_chk.
13382 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
13383 Likewise.
13384 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
13385 Regenerate.
13386 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
13387 Regenerate.
13388 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
13389 Regenerate.
13390 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
13391 Regenerate.
13392 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
13393 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
13394 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
13395 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
13396 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
13397 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
13398 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
13399 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
13400 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
13401 * sysdeps/s390/rtld-__longjmp.c: New file.
13402 * sysdeps/s390/rtld-setjmp.S: New file.
13403
eb3fc44b
JM
134042014-01-06 Joseph Myers <joseph@codesourcery.com>
13405
13406 [BZ #16400]
13407 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13408 Return -__logl (x) for small positive arguments without evaluating
13409 a polynomial.
13410
9341dde4
MF
134112014-01-06 Mike Frysinger <vapier@gentoo.org>
13412
13413 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
13414 Rename to ...
13415 (__ptrace_peeksiginfo_args): ... this.
13416 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13417 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13418 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13419
4cff0293
AM
134202014-01-06 Allan McRae <allan@archlinux.org>
13421
13422 * inet/netinet/in.h: Fix typo in comment.
13423
75595dcf
AJ
134242014-01-05 Andreas Jaeger <aj@suse.de>
13425
13426 * sysdeps/i386/fpu/libm-test-ulps: Update.
13427
79c1e109
AM
134282014-01-05 Allan McRae <allan@archlinux.org>
13429
dd804818
AM
13430 * po/libc.pot: Regenerated.
13431
79c1e109
AM
13432 * malloc/memusagestat.c: Fix gettext call formatting.
13433
0c813d1f
SK
134342014-01-04 Sami Kerola <kerolasa@iki.fi>
13435
13436 * nscd/nscd.c: Improve usage() output.
13437
20f4a8d9
MF
134382014-01-04 Mike Frysinger <vapier@gentoo.org>
13439
13440 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
13441 * sysdeps/unix/sysv/linux/configure: Regenerated.
13442 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
13443 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
13444
22562bb2
JM
134452014-01-03 Joseph Myers <joseph@codesourcery.com>
13446
13447 [BZ #16390]
13448 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
13449 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
13450
d7ad2d9b
AZ
134512014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13452
13453 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
13454 extra tokens at end of #undef directive.
13455 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
13456 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
13457 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
13458
7dd009d8
JM
134592014-01-03 Joseph Myers <joseph@codesourcery.com>
13460
24db925a
JM
13461 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
13462
7dd009d8
JM
13463 * math/auto-libm-test-in: Mark various tests with
13464 xfail-rounding:ldbl-128ibm.
13465 * math/auto-libm-test-out: Regenerated.
13466
396e3ecf
JM
134672014-01-02 Joseph Myers <joseph@codesourcery.com>
13468
819e5d50
JM
13469 [BZ #16386]
13470 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
13471 numbers with subnormal high part when calculating exponent.
13472
90b6a1e5
JM
13473 [BZ #16385]
13474 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
13475 fabs.
13476
396e3ecf
JM
13477 [BZ #16384]
13478 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
13479 M_LN2l.
13480 (__ieee754_acoshl): Use __log1pl not __log1p.
13481
6c8dbf00
OB
134822013-01-02 Ondřej Bílka <neleai@seznam.cz>
13483
57f41c40
AS
13484 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
13485 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
13486 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
13487 (grow_heap, heap_trim, _int_new_arena, get_free_list)
13488 (reused_arena, arena_get2): Convert to GNU style.
13489 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
13490 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
13491 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 13492 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
13493 * malloc/malloc.c (__malloc_assert, malloc_init_state)
13494 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
13495 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
13496 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
13497 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
13498 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 13499 * malloc/malloc.h: Likewise.
57f41c40
AS
13500 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
13501 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 13502 * malloc/mcheck.h: Likewise.
57f41c40
AS
13503 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
13504 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
13505 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
13506 * malloc/morecore.c (__default_morecore): Likewise.
13507 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
13508 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
13509 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
13510 (print_and_abort): Likewise.
6c8dbf00
OB
13511 * malloc/obstack.h: Likewise.
13512 * malloc/set-freeres.c (__libc_freeres): Likewise.
13513 * malloc/tst-mallocstate.c (main): Likewise.
13514 * malloc/tst-mtrace.c (main): Likewise.
13515 * malloc/tst-realloc.c (do_test): Likewise.
13516
d4124212
SP
135172013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
13518
9a3c6a6f
SP
13519 [BZ #16366]
13520 * nscd/netgroupcache.c (do_notfound): New function.
13521 (addgetnetgrentX): Use it.
13522
d4124212
SP
13523 [BZ # 16365]
13524 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
13525 NSS_STATUS_NOTFOUND.
13526
97b9a009
JM
135272014-01-01 Joseph Myers <joseph@codesourcery.com>
13528
13529 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
13530 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13531
d4697bc9
AM
135322014-01-01 Allan McRae <allan@archlinux.org>
13533
ddb3687f
AM
13534 * scripts/update-copyrights: Update configure input file suffix.
13535
88726d48
AM
13536 * NEWS: Update copyright year.
13537 * catgets/gencat.c: Likewise.
13538 * csu/version.c: Likewise.
13539 * debug/catchsegv.sh: Likewise.
13540 * debug/pcprofiledump.c: Likewise.
13541 * debug/xtrace.sh: Likewise.
13542 * elf/ldconfig.c: Likewise.
13543 * elf/ldd.bash.in: Likewise.
13544 * elf/pldd.c: Likewise.
13545 * elf/sotruss.ksh: Likewise.
13546 * elf/sprof.c: Likewise.
13547 * iconv/iconv_prog.c: Likewise.
13548 * iconv/iconvconfig.c: Likewise.
13549 * locale/programs/locale.c: Likewise.
13550 * locale/programs/localedef.c: Likewise.
13551 * login/programs/pt_chown.c: Likewise.
13552 * malloc/memusage.sh: Likewise.
13553 * malloc/memusagestat.c: Likewise.
13554 * malloc/mtrace.pl: Likewise.
13555 * manual/libc.texinfo: Likewise.
13556 * nscd/nscd.c: Likewise.
13557 * nss/getent.c: Likewise.
13558 * nss/makedb.c: Likewise.
13559 * posix/getconf.c: Likewise.
13560 * scripts/test-installation.pl: Likewise.
13561
d4697bc9
AM
13562 * All files with FSF copyright notices: Update copyright dates
13563 using scripts/update-copyrights.
13564 * intl/plural.c: Regenerated.
13565 * locale/programs/charmap-kw.h: Likewise.
13566 * locale/programs/locfile-kw.h: Likewise.
13567
c8590f9d
MF
135682013-12-31 Mike Frysinger <vapier@gentoo.org>
13569
13570 * sysdeps/unix/sysv/linux/configure: Regenerated.
13571 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
13572 the linux/fanotify.h header.
13573 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
13574 HAVE_LINUX_FANOTIFY_H is defined.
13575
b19221b9
SP
135762013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
13577
dd1d85e5
SP
13578 * benchtests/cos-inputs: New inputs.
13579 * benchtests/sin-inputs: Likewise.
13580
1acbb90f
SP
13581 * benchtests/atan-inputs: New inputs. Fix name of multiple
13582 precision fallback inputs.
13583
4c012ed3
SP
13584 * benchtests/atanh-inputs: New inputs.
13585 * benchtests/tanh-inputs: Likewise.
13586
eff98324
SP
13587 * benchtests/acosh-inputs: New inputs.
13588 * benchtests/asinh-inputs: Likewise.
13589
ce641152
SP
13590 * benchtests/cosh-inputs: New inputs.
13591 * benchtests/sinh-inputs: Likewise.
13592
b19221b9
SP
13593 * benchtests/acos-inputs: Add more inputs.
13594 * benchtests/asin-inputs: Likewise.
13595
030a4976 135962013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 13597
030a4976 13598 [BZ #16375]
9dcc8f11
VS
13599 * manual/arith.texi: Fix spelling.
13600 * manual/charset.texi: Likewise.
13601 * manual/errno.texi: Likewise.
13602 * manual/filesys.texi: Likewise.
13603 * manual/lang.texi: Likewise.
13604 * manual/llio.texi: Likewise.
13605 * manual/locale.texi: Likewise.
13606 * manual/message.texi: Likewise.
13607 * manual/resource.texi: Likewise.
13608 * manual/search.texi: Likewise.
13609 * manual/setjmp.texi: Likewise.
13610 * manual/stdio.texi: Likewise.
13611 * manual/string.texi: Likewise.
13612 * manual/sysinfo.texi: Likewise.
13613 * manual/time.texi: Likewise.
13614
11520a57
CD
136152013-12-27 Carlos O'Donell <carlos@redhat.com>
13616
13617 * po/sl.po: New file.
13618
471103ae
MF
136192013-12-27 Mike Frysinger <vapier@gentoo.org>
13620
13621 * .gitignore: Add core/.gdbinit/.gdb_history.
13622
6c9642ed
AM
136232013-12-27 Allan McRae <allan@archlinux.org>
13624
13625 [BZ #16369]
13626 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
13627 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
13628
3f637079
BM
136292013-12-24 Brooks Moses <bmoses@google.com>
13630
13631 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
13632 all compilers that claim C++98 compliance, not just GCC.
13633 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
13634 Likewise.
13635
abc26e99
MK
136362013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13637
13638 * NEWS: Restore accidentally deleted bug-fix entries.
13639
362b47fe
MK
136402013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
13641 Ondřej Bílka <neleai@seznam.cz>
13642
13643 [BZ #15073]
13644 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 13645 have_lock.
362b47fe 13646
b9bcbbcb
OB
136472013-12-23 Ondřej Bílka <neleai@seznam.cz>
13648
13649 [BZ #12986]
13650 * manual/stdio.texi (String Input Conversions): Clarify that character
13651 classes are not supported.
13652
fb55fcd2
AZ
136532013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13654
13655 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13656
ef7344f0
JM
136572013-12-22 Joseph Myers <joseph@codesourcery.com>
13658
4f40e4b3
JM
13659 [BZ #16337]
13660 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
13661 Calculate results for small negative arguments directly rather
13662 than using reflection formula with special underflow handling.
13663
ef7344f0
JM
13664 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
13665 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
13666 sysdeps/unix/bsd/bsd4.4/syscalls.list.
13667 (fchflags): Likewise.
13668 (revoke): Likewise.
13669 (setlogin): Likewise.
13670 (sigaltstack): Likewise.
13671 (wait4): Likewise.
13672 (sigblock): Remove.
13673 (sigsetmask): Likewise.
13674 (wait3): Likewise.
13675 (waitpid): Likewise.
13676 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
13677 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
13678 file.
13679 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
13680 * sysdeps/unix/bsd/Makefile: ... here.
13681 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
13682 * sysdeps/unix/bsd/Versions: ... here.
13683 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
13684 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
13685 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
13686 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
13687 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
13688 * sysdeps/unix/bsd/sigblock.c: ... here.
13689 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
13690 * sysdeps/unix/bsd/sigsetmask.c: ... here.
13691 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
13692 * sysdeps/unix/bsd/sigvec.c: ... here.
13693 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
13694 * sysdeps/unix/bsd/tcdrain.c: ... here.
13695 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
13696 * sysdeps/unix/bsd/tcgetattr.c: ... here.
13697 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
13698 * sysdeps/unix/bsd/tcsetattr.c: ... here.
13699 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
13700 * sysdeps/unix/bsd/wait.c: ... here.
13701 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
13702 * sysdeps/unix/bsd/wait3.c: ... here.
13703 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
13704 * sysdeps/unix/bsd/waitpid.c: ... here.
13705
5b0626b9
JM
137062013-12-21 Joseph Myers <joseph@codesourcery.com>
13707
13708 [BZ #16356]
13709 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
13710 round-to-nearest for [!USE_AS_EXPM1L].
13711 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
13712 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
13713 more tests of exp and exp10. Expect some exp10 tests to miss
13714 exceptions or fail in directed rounding modes.
13715 * math/auto-libm-test-out: Regenerated.
13716 * math/libm-test.inc (exp10_tonearest_test_data): New array.
13717 (exp10_test_tonearest): New function.
13718 (exp10_towardzero_test_data): New array.
13719 (exp10_test_towardzero): New function.
13720 (exp10_downward_test_data): New array.
13721 (exp10_test_downward): New function.
13722 (exp10_upward_test_data): New array.
13723 (exp10_test_upward): New function.
13724 (main): Call the new functions.
13725 * sysdeps/i386/fpu/libm-test-ulps: Update.
13726 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13727
7fda5682
JM
137282013-12-20 Joseph Myers <joseph@codesourcery.com>
13729
31e3a405
JM
13730 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
13731 asinh, atan, atan2, atanh, cbrt, cos and cosh.
13732 * math/auto-libm-test-out: Regenerated.
13733 * math/libm-test.inc (acosh_test_data): Add more tests.
13734 (atanh_test_data): Likewise.
13735 (ceil_test_data): Likewise.
13736 (copysign_test_data): Likewise.
13737 * sysdeps/i386/fpu/libm-test-ulps: Update.
13738 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13739
85bff96a
JM
13740 * timezone/checktab.awk: Update from tzcode 2013i.
13741 * timezone/private.h: Likewise.
13742 * timezone/scheck.c: Likewise.
13743 * timezone/tzfile.h: Likewise.
13744 * timezone/tzselect.ksh: Likewise.
13745 * timezone/zdump.c: Likewise.
13746 * timezone/zic.c: Likewise.
13747
b7867a3b
JM
13748 * math/auto-libm-test-in: Add tests of cpow.
13749 * math/auto-libm-test-out: Regenerated.
13750 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 13751 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
13752 mpc_cc_c.
13753 (func_calc_desc): Add mpc_cc_c union field.
13754 (test_functions): Add cpow.
13755 (special_fill_2pi): New function.
13756 (special_real_inputs): Add 2pi.
13757 (calc_generic_results): Handle mpc_cc_c.
13758 * sysdeps/i386/fpu/libm-test-ulps: Update.
13759 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13760
7fda5682
JM
13761 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
13762 csqrt, ctan and ctanh.
13763 * math/auto-libm-test-out: Regenerated.
13764 * math/libm-test.inc (TEST_COND_x86_64): New macro.
13765 (TEST_COND_x86): Likewise.
13766 (ccos_test_data): Use AUTO_TESTS_c_c.
13767 (ccosh_test_data): Likewise.
13768 (cexp_test_data): Likewise.
13769 (clog_test_data): Likewise.
13770 (csqrt_test_data): Likewise.
13771 (ctan_test_data): Likewise.
13772 (ctan_tonearest_test_data): Likewise.
13773 (ctan_towardzero_test_data): Likewise.
13774 (ctan_downward_test_data): Likewise.
13775 (ctan_upward_test_data): Likewise.
13776 (ctanh_test_data): Likewise.
13777 (ctanh_tonearest_test_data): Likewise.
13778 (ctanh_towardzero_test_data): Likewise.
13779 (ctanh_downward_test_data): Likewise.
13780 (ctanh_upward_test_data): Likewise.
13781 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13782 mpc_c_c.
13783 (func_calc_desc): Add mpc_c_c union field.
13784 (FUNC_mpc_c_c): New macro.
13785 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
13786 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
13787 ctanh.
13788 (special_fill_min_subnorm_p120): New function.
13789 (special_real_inputs): Add min_subnorm_p120.
13790 (calc_generic_results): Handle mpc_c_c.
13791 * sysdeps/i386/fpu/libm-test-ulps: Update.
13792 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13793
5ff8d60e
SP
137942013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
13795
57f41c40
AS
13796 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
13797 (do_sin_slow): New functions.
13798 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
13799 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 13800
84ba214c
SP
13801 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
13802 Use M to change sign of result instead of X. Assume X is
13803 positive.
13804 (csloww1): Likewise.
13805 (__sin): Adjust.
13806 (__cos): Adjust.
13807
975195e4
SP
13808 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
13809 arguments A and DA.
13810 (__sin): Adjust.
13811 (__cos): Likewise.
13812
5ff8d60e
SP
13813 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
13814 (__cos): Likewise.
13815 (sloww1): Don't adjust sign of DX.
13816 (csloww1): Likewise.
13817 (sloww2): Use X directly and don't adjust sign of DX.
13818 (csloww2): Likewise.
13819
eb983568
JM
138202013-12-19 Joseph Myers <joseph@codesourcery.com>
13821
64a17f1a
JM
13822 * math/auto-libm-test-in: Add tests of cabs and carg.
13823 * math/auto-libm-test-out: Regenerated.
13824 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
13825 (carg_test_data): Likewise.
13826 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13827 mpc_c_f.
13828 (func_calc_desc): Add mpc_c_f union field.
13829 (test_functions): Add cabs and carg.
13830 (calc_generic_results): Handle mpc_c_f.
13831
eb983568
JM
13832 * sysdeps/powerpc/powerpc32/libgcc-compat.S
13833 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
13834 as a macro and a compat symbol.
13835 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
13836 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
13837 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
13838 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
13839 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
13840 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
13841 not use .hidden.
13842 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
13843 Likewise.
13844 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
13845 Likewise.
13846 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
13847 Likewise.
13848 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
13849 Likewise.
13850 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
13851 Likewise.
13852 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
13853 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
13854 from GLIBC_2.3.2.
13855
6eeb678a
AZ
138562013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13857
13858 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13859
6f6fc482
JM
138602013-12-19 Joseph Myers <joseph@codesourcery.com>
13861
21fea2e2
JM
13862 * manual/texinfo.tex: Update to version 2013-11-26.10 with
13863 trailing whitespace removed.
13864 * scripts/config.guess: Update to version 2013-11-29.
13865 * scripts/config.sub: Update to version 2013-10-01.
13866
6f6fc482
JM
13867 * math/auto-libm-test-in: Add tests of sincos.
13868 * math/auto-libm-test-out: Regenerated.
13869 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
13870 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13871 mpfr_f_11.
13872 (func_calc_desc): Add mpfr_f_11 union field.
13873 (test_functions): Add sincos.
13874 (calc_generic_results): Handle mpfr_f_11.
13875 * sysdeps/i386/fpu/libm-test-ulps: Update.
13876 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13877
83f5c32d
AS
138782013-12-19 Andreas Schwab <schwab@suse.de>
13879
13880 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
13881 CALL_MCOUNT.
13882 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
13883 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
13884 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
13885
c688b419
JM
138862013-12-19 Joseph Myers <joseph@codesourcery.com>
13887
335ee092
JM
13888 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
13889 * sysdeps/i386/fpu/libm-test-ulps: Update.
13890 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13891
f88acd39
JM
13892 [BZ #16293]
13893 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
13894 round-to-nearest mode when using frndint.
13895 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
13896 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
13897 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
13898 Likewise.
13899 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
13900 sinh test to fail.
13901 * math/auto-libm-test-out: Regenerated.
13902 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
13903 (TEST_COND_x86): Likewise.
13904 (expm1_tonearest_test_data): New array.
13905 (expm1_test_tonearest): New function.
13906 (expm1_towardzero_test_data): New array.
13907 (expm1_test_towardzero): New function.
13908 (expm1_downward_test_data): New array.
13909 (expm1_test_downward): New function.
13910 (expm1_upward_test_data): New array.
13911 (expm1_test_upward): New function.
13912 (main): Run the new test functions.
13913 * sysdeps/i386/fpu/libm-test-ulps: Update.
13914 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13915
c688b419
JM
13916 * include/features.h: Update comment documenting feature test
13917 macros. Mention _DEFAULT_SOURCE in comment.
13918 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
13919 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
13920 _BSD_SOURCE and _SVID_SOURCE.
13921 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
13922 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
13923 !_SVID_SOURCE]: Likewise.
13924 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13925 (__USE_POSIX_IMPLICITLY): Define.
13926 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13927 (_POSIX_SOURCE): Undefine and redefine.
13928 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
13929 (_POSIX_C_SOURCE): Likewise.
13930 * manual/creature.texi (_DEFAULT_SOURCE): Document.
13931 (Feature Test Macros): Update documentation of default features.
13932
9f6e964c
RS
139332013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13934
13935 * benchtests/Makefile: Add bench-strtok.
13936 * benchtests/bench-strtok.c: New file: strtok benchtest.
13937
ee0a148a
AM
139382013-12-19 Allan McRae <allan@archlinux.org>
13939
13940 * manual/install.texi: Suppress menu for plain text output.
13941 * INSTALL: Regenerated.
13942
b9ab448f
BM
139432013-12-18 Brooks Moses <bmoses@google.com>
13944
13945 [BZ #15846]
13946 * misc/getauxval.c: Include errno.h.
13947 (__getauxval): Set errno to ENOENT if the requested type is not
13948 found.
13949 * misc/sys/auxv.h (getauxval): Document that it may set errno;
13950 don't declare with __attribute_const__.
13951 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
13952 * manual/startup.texi: Document that getauxval sets errno.
13953
23776487
JM
139542013-12-18 Joseph Myers <joseph@codesourcery.com>
13955
f889953b
JM
13956 * math/auto-libm-test-in: Add tests of jn and yn.
13957 * math/auto-libm-test-out: Regenerated.
13958 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
13959 (yn_test_data): Likewise.
13960 * math/gen-auto-libm-tests.c (func_calc_method): Add value
13961 mpfr_if_f.
13962 (func_calc_desc): Add mpfr_if_f union field.
13963 (FUNC_mpfr_if_f): New macro.
13964 (test_functions): Add jn and yn.
13965 (calc_generic_results): Assert type of second input for
13966 mpfr_ff_f. Handle mpfr_if_f.
13967 (output_for_one_input_case): Disable all checking for arguments
13968 fitting floating-point types in case of an integer argument.
13969 * sysdeps/i386/fpu/libm-test-ulps: Update.
13970 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13971
23776487
JM
13972 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
13973 Don't expect fegetround reference in libm.so.
13974
cb756c6d
MS
139752013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
13976
13977 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
13978 $(config-cflags-nofma).
13979
2dec468f
JM
139802013-12-18 Joseph Myers <joseph@codesourcery.com>
13981
5953eb3a
JM
13982 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
13983 * math/auto-libm-test-out: Regenerated.
13984
2dec468f
JM
13985 [BZ #16338]
13986 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
13987 to determine exponent and adjust argument to have exponent of -1.
13988 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
13989 log2.
13990 * math/auto-libm-test-out: Regenerated.
13991 * sysdeps/i386/fpu/libm-test-ulps: Update.
13992 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13993
4d84e6ad
OB
139942013-12-18 Ondřej Bílka <neleai@seznam.cz>
13995
13996 * manual/probes.texi: Remove cases when per-thread arenas are
13997 disabled.
13998
1818483b
AS
139992013-12-18 Andreas Schwab <schwab@suse.de>
14000
14001 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
14002 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
14003 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
14004 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
14005 * sysdeps/i386/i686/multiarch/Makefile: Update.
14006 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
14007
25de95bf
JM
140082013-12-17 Joseph Myers <joseph@codesourcery.com>
14009
14010 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
14011 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
14012
674762d9
PE
140132013-12-17 Paul Eggert <eggert@cs.ucla.edu>
14014
ed27ed83 14015 [BZ #15968]
0748546f
PE
14016 Support TZ transition times < 00:00:00.
14017 This is needed for version-3 tz-format files; it supports time
14018 stamps past 2037 for America/Godthab (the only entry in the tz
14019 database for which this change is relevant).
14020 * manual/time.texi (TZ Variable): Document transition times
14021 from -167:59:59 through -00:00:01.
14022 * time/tzset.c (tz_rule): Time of day is now signed.
14023 (__tzset_parse_tz): Parse negative time of day.
14024
4480e934
PE
14025 Document TZ transition times >= 25:00:00.
14026 * manual/time.texi (TZ Variable): Document transition times from
14027 25:00:00 through 167:59:59. These are already supported, and this
14028 support will help with version-3 tz-format files.
14029
69947401
PE
14030 * manual/time.texi (TZ Variable): Modernize North America example
14031 to reflect current (i.e., 2007-and-later) daylight saving rules.
14032
674762d9
PE
14033 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
14034
7011c262
JM
140352013-12-17 Joseph Myers <joseph@codesourcery.com>
14036
2fc6557e
JM
14037 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
14038 * sysdeps/unix/bsd/bits/stat.h: Likewise.
14039 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
14040 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
14041 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
14042 * sysdeps/unix/bsd/bsdstat.h: Likewise.
14043 * sysdeps/unix/bsd/clock.c: Likewise.
14044 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
14045 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
14046 * sysdeps/unix/bsd/init-posix.c: Likewise.
14047 * sysdeps/unix/bsd/poll.c: Likewise.
14048 * sysdeps/unix/bsd/ptsname.c: Likewise.
14049 * sysdeps/unix/bsd/seekdir.c: Likewise.
14050 * sysdeps/unix/bsd/setegid.c: Likewise.
14051 * sysdeps/unix/bsd/seteuid.c: Likewise.
14052 * sysdeps/unix/bsd/setgid.c: Likewise.
14053 * sysdeps/unix/bsd/setrgid.c: Likewise.
14054 * sysdeps/unix/bsd/setruid.c: Likewise.
14055 * sysdeps/unix/bsd/setsid.c: Likewise.
14056 * sysdeps/unix/bsd/setuid.c: Likewise.
14057 * sysdeps/unix/bsd/sigaction.c: Likewise.
14058 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
14059 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
14060 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
14061 * sysdeps/unix/bsd/telldir.c: Likewise.
14062 * sysdeps/unix/bsd/times.c: Likewise.
14063 * sysdeps/unix/bsd/usleep.c: Likewise.
14064
029c7b25
JM
14065 * misc/Makefile (install-lib): Remove libbsd-compat.a.
14066 ($(objpfx)libbsd-compat.a): Remove rule.
14067
7011c262
JM
14068 * include/features.h (__FAVOR_BSD): Do not define.
14069 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
14070 features conflicting with POSIX.
14071 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
14072 (_BSD_SOURCE): Remove description of not being a subset of other
14073 feature test macros.
14074 * manual/job.texi (getpgrp): Do not document BSD version.
14075 (getpgid): Do not document by reference to BSD getpgrp.
14076 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
14077 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
14078 * signal/signal.h [__FAVOR_BSD]: Likewise.
14079 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
14080 instead of making contents conditional on [__FAVOR_BSD].
14081 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
14082
affb6f78
AZ
140832013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14084
14085 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14086
c88769dd
JM
140872013-12-17 Joseph Myers <joseph@codesourcery.com>
14088
6432a540
JM
14089 [BZ #16314]
14090 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
14091 values below 2**-450, not 2**-500.
14092 * math/auto-libm-test-in: Don't allow spurious underflow from
14093 hypot.
14094 * math/auto-libm-test-out: Regenerated.
14095
c88769dd
JM
14096 [BZ #16316]
14097 [BZ #16330]
14098 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
14099 values of ha and hb and sort them after adjusting subnormal
14100 arguments.
14101 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
14102 Likewise.
14103 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
14104 values of ea and eb and sort them after adjusting subnormal
14105 arguments.
14106 * math/auto-libm-test-in: Do not expect some hypot tests of
14107 subnormals to fail. Add more hypot tests.
14108 * math/auto-libm-test-out: Regenerated.
14109
29618f6b
KK
141102013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14111
14112 [BZ #13304]
14113 * sysdeps/sh/s_fma.c: New file.
14114 * sysdeps/sh/s_fmaf.c: New file.
14115 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
14116 version.
14117 * sysdeps/sh/Implies: Add sh/soft-fp.
14118
eacfdfbf
RM
141192013-12-16 Roland McGrath <roland@hack.frob.com>
14120
14121 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
14122 level of indirection to members `objname', `errstring', `malloced'.
14123 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
14124 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
14125 it as the __longjmp argument (just pass 1 instead).
14126 (_dl_catch_error): Initialize C with argument pointers and address of
14127 volatile local ERRCODE rather than copying values out of C at return.
14128
ff362e5b
JM
141292013-12-16 Joseph Myers <joseph@codesourcery.com>
14130
14131 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
14132 * math/auto-libm-test-out: Regenerated.
14133 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
14134 (hypot_test_data): Likewise.
14135 (pow_test_data): Likewise.
14136 (pow_tonearest_test_data): Likewise.
14137 * math/gen-auto-libm-tests.c (func_calc_method): Add value
14138 mpfr_ff_f.
14139 (func_calc_desc): Add mpfr_ff_f union field.
14140 (FUNC_mpfr_ff_f): New macro.
14141 (test_functions): Add atan2, hypot and pow.
14142 (special_fill_min): New function.
14143 (special_fill_minus_min): Likewise.
14144 (special_fill_min_subnorm): Likewise.
14145 (special_fill_minus_min_subnorm): Likewise.
14146 (special_real_inputs): Add min, -min, min_subnorm and
14147 -min_subnorm.
14148 (calc_generic_results): Handle mpfr_ff_f.
14149 * sysdeps/i386/fpu/libm-test-ulps: Update.
14150 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14151
5764c27f
WN
141522013-12-16 Will Newton <will.newton@linaro.org>
14153
14154 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
14155 (Aligned Memory Blocks): Add documentation for aligned_alloc
14156 and suggest it as an alternative to posix_memalign.
14157 (Hooks for Malloc): Document __memalign_hook is also called
14158 for aligned_alloc. (Summary of Malloc): Add summary for
14159 aligned alloc. Document __memalign_hook is also called
14160 for aligned_alloc.
14161
0a096e44
WN
141622013-12-16 Will Newton <will.newton@linaro.org>
14163
14164 * manual/memory.texi (Malloc Examples): Clarify default
14165 alignment documentation. Suggest posix_memalign rather
14166 than memalign or valloc.
14167 (Aligned Memory Blocks): Remove suggestion to use memalign
14168 or valloc. Remove obsolete comment about BSD.
14169 Document memalign errno values and mark the function obsolete.
14170 Document posix_memalign returned error codes. Mark valloc
14171 as obsolete. (Hooks for Malloc): __memalign_hook is also
14172 called for posix_memalign and valloc.
14173 (Summary of Malloc): Add posix_memalign to function summary.
14174 __memalign_hook is also called for posix_memalign and valloc.
14175
8d561986
SP
141762013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
14177
14178 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
14179 TAYLOR_SIN.
14180 (__sin): Adjust.
14181 (__cos): Likewise.
14182 (sloww): Use mynumber union. Expand ternary operator into
14183 if-else statements.
14184 (cslow): use mynumber union.
14185
73616a74
AM
141862013-12-16 Allan McRae <allan@archlinux.org>
14187
9e8ac24b
AM
14188 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
14189 * configure: Regenerated.
14190
6f8e37eb
AM
14191 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
14192
8894bad3
AM
14193 [BZ #14120]
14194 * configure.ac: Added --enable-maintainer-mode. Check for
14195 autoconf when enabled.
14196 * configure: Regenerated.
14197
73616a74
AM
14198 * nscd/nscd.service: New file.
14199 * nscd/nscd.tmpfiles: New file.
14200
584b18eb
OB
142012013-12-14 Ondřej Bílka <neleai@seznam.cz>
14202
14203 [BZ #12100]
14204 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
14205 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
14206 * sysdeps/x86_64/multiarch/strstr.c: ... here.
14207 (strstr): Add __strstr_sse2_unaligned ifunc.
14208 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
14209 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
14210 (strcasestr): Remove __strcasestr_sse42 ifunc.
14211 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
14212 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
14213 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
14214
8a5c7897
KK
142152013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14216
14217 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
14218 * sysdeps/sh/bits/fenv.h: ... here.
14219 * sysdeps/sh/sh4/fpu/bits: Remove directory.
14220
fd712ef3
AZ
142212013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14222
14223 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
14224
42fcb46c
AZ
14225 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
14226 hypotf multiarch implementations.
14227 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
14228 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
14229 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
14230 multiarch hypot for PPC64.
14231 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
14232 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
14233 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
14234 multiarch hypotf for PPC64.
14235
83efded4
AZ
14236 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
14237 modff multiarch implementations.
14238 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
14239 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
14240 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
14241 multiarch modf for PPC64.
14242 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
14243 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
14244 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
14245 multiarch modff for PPC64.
14246
43e246d2
AZ
14247 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
14248 and logl multiarch implementations.
14249 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
14250 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
14251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
14252 multiarch logb for PPC64.
14253 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
14254 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
14255 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
14256 multiarch logb for PPC64.
14257 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
14258 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
14259 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
14260 multiarch logb for PPC64.
14261
8fdad123
AZ
14262 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
14263 isinff multiarch implementation.
14264 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
14265 file.
14266 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
14267 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
14268 multiarch isinf for PPC64.
14269 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
14270 file.
14271 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
14272 multiarch isinff for PPC64.
14273
1481d706
AZ
14274 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
14275 finitef multiarch implementation.
14276 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
14277 file.
14278 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
14279 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
14280 multiarch finite for PPC64.
14281 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
14282 file.
14283 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
14284 multiarch finitef for PPC64.
14285
5ccd5fc8
AZ
14286 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
14287 lrint multiarch implementation.
14288 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
14289 file.
14290 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
14291 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
14292 multiarch llrint for PPC64.
14293 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
14294 multiarch lrint for PPC64.
14295
2568f3fa
AZ
14296 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
14297 copysignf multiarch implementation.
14298 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
14299 file.
14300 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
14301 file.
14302 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
14303 multiarch copysign for PPC64.
14304 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
14305 multiarch copysignf for PPC64.
14306
1cb341fd
AZ
14307 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
14308 multiarch implementation.
14309 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
14310 file.
14311 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
14312 file.
14313 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
14314 file.
14315 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
14316 file.
14317 multiarch llround for PPC64.
14318 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
14319 multiarch trunc for PPC64.
14320 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
14321 multiarch truncf for PPC64.
14322
59a3e194
AZ
14323 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
14324 multiarch implementation.
14325 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
14326 file.
14327 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
14328 file.
14329 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
14330 file.
14331 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
14332 file.
14333 multiarch llround for PPC64.
14334 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
14335 multiarch round for PPC64.
14336 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
14337 multiarch roundf for PPC64.
14338
357fd3b4
AZ
14339 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
14340 multiarch implementation.
14341 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
14342 file.
14343 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
14344 file.
14345 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
14346 file.
14347 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
14348 file.
14349 multiarch llround for PPC64.
14350 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
14351 multiarch floor for PPC64.
14352 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
14353 multiarch floorf for PPC64.
14354
96770f12
AZ
14355 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
14356 multiarch implementation.
14357 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
14358 file.
14359 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
14360 file.
14361 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
14362 file.
14363 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
14364 file.
14365 multiarch llround for PPC64.
14366 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
14367 multiarch ceil for PPC64.
14368 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
14369 multiarch ceilf for PPC64.
14370
c3627f6e
AZ
14371 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14372 multiarch implementation.
14373 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
14374 file.
14375 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
14376 file.
14377 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
14378 file.
14379 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
14380 multiarch llround for PPC64.
14381 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
14382 multiarch lround for PPC64.
14383
b2284ad7
AZ
14384 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14385 multiarch implementation.
14386 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
14387 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
14388 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
14389 file.
14390 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
14391 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
14392 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
14393 multiarch isnan for PPC64.
14394 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
14395 multiarch isnanf for PPC64.
14396
69bbc63d
AZ
14397 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
14398 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
14399 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
14400 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
14401 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
14402 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
14403
c24517c9
AZ
14404 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
14405 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
14406 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
14407 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
14408
a52374e8
AZ
14409 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
14410 multiarch implementations.
14411 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14412 (__libc_ifunc_impl_list): Likewise.
14413 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
14414 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
14415 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
14416 multiarch stpcpy for PPC64.
14417
7f5ec113
AZ
14418 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
14419 multiarch implementations.
14420 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14421 (__libc_ifunc_impl_list): Likewise.
14422 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
14423 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
14424 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
14425 multiarch strcpy for PPC64.
14426
e28bcd42
AZ
14427 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
14428 redefine function name.
14429 (_wordcopy_fwd_dest_aligned): Likewise.
14430 (_wordcopy_bwd_aligned): Likewise.
14431 (_wordcopy_bwd_dest_aligned): Likewise.
14432 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
14433 multiarch implementations.
14434 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14435 (__libc_ifunc_impl_list): Likewise.
14436 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
14437 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
14438 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
14439 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
14440 multiarch wcscpy for PPC64.
14441
92cacfce
AZ
14442 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
14443 multiarch implementations.
14444 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14445 (__libc_ifunc_impl_list): Likewise.
14446 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
14447 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
14448 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
14449 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
14450 multiarch wcscpy for PPC64.
14451
7b714620
AZ
14452 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
14453 multiarch implementations.
14454 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14455 (__libc_ifunc_impl_list): Likewise.
14456 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
14457 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
14458 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
14459 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
14460 multiarch wcsrchr for PPC64.
14461
16fd2ae3
AZ
14462 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
14463 multiarch implementations.
14464 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14465 (__libc_ifunc_impl_list): Likewise.
14466 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
14467 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
14468 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
14469 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
14470 multiarch wcschr for PPC64.
14471
9ee2969b
AZ
14472 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
14473 multiarch implementations.
14474 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14475 (__libc_ifunc_impl_list): Likewise.
14476 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
14477 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
14478 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
14479 multiarch strchrnul for PPC64.
14480
372dc060
AZ
14481 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
14482 implementations.
14483 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14484 (__libc_ifunc_impl_list): Likewise.
14485 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
14486 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
14487 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
14488 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
14489 strchr for PPC64.
14490
24c2c3b9
AZ
14491 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
14492 implementations.
14493 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14494 (__libc_ifunc_impl_list): Likewise.
14495 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
14496 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
14497 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
14498 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
14499 strncmp for PPC64.
14500
1c92d9a0
AZ
14501 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
14502 multiarch implementations.
14503 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14504 (__libc_ifunc_impl_list): Likewise.
14505 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
14506 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
14507 strncasecmp for PPC64.
14508 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
14509 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
14510 multiarch strncasecmp_l for PPC64.
14511
17de3ee3
AZ
14512 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
14513 multiarch implementations.
14514 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14515 (__libc_ifunc_impl_list): Likewise.
14516 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
14517 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
14518 multiarch strcasecmp for PPC64.
14519 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
14520 file.
14521 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
14522 multiarch strcasecmp_l for PPC64.
14523
62982bf9
AZ
14524 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
14525 implementations.
14526 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14527 (__libc_ifunc_impl_list): Likewise.
14528 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
14529 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
14530 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
14531 strnlen for PPC64.
14532
a65f4904
AZ
14533 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
14534 implementations.
14535 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14536 (__libc_ifunc_impl_list): Likewise.
14537 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
14538 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
14539 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
14540 strlen for PPC64.
14541
1fd005ad
AZ
14542 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
14543 implementations.
14544 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14545 (__libc_ifunc_impl_list): Likewise.
14546 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
14547 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
14548 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
14549 rawmemrchr for PPC64.
14550
cd05ba91
AZ
14551 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
14552 implementation.
14553 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14554 (__libc_ifunc_impl_list): Likewise.
14555 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
14556 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
14557 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
14558 memrchr for PPC64.
14559
870f8676
AZ
14560 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
14561 implementation.
14562 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14563 (__libc_ifunc_impl_list): Likewise.
14564 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
14565 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
14566 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
14567 memchr for PPC64.
14568
f00be62b
AZ
14569 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
14570 implementation.
14571 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14572 (__libc_ifunc_impl_list): Likewise.
14573 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
14574 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
14575 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
14576 mempcpy for PPC64.
14577
8a29a3d0
AZ
14578 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
14579 avoid cretion of __bzero symbol.
14580 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
14581 Likewise.
14582 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
14583 Likewise.
14584 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
14585 Likewise.
14586 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
14587 multiarch implementations.
14588 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14589 (__libc_ifunc_impl_list): Likewise.
14590 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
14591 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
14592 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
14593 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
14594 bzero for PPC32.
14595 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
14596 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
14597 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
14598 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
14599 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
14600 memset for PPC64.
14601 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
14602
07253fcf
AZ
14603 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
14604 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
14605 implementations.
14606 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
14607 (__libc_ifunc_impl_list): Likewise.
14608 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
14609 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
14610 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
14611 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
14612 memcmp for PPC64.
14613
b5beafbc
AZ
14614 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
14615 multiarch for POWER/PPC64.
14616 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
14617 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
14618 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
14619 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
14620 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
14621 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
14622 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
14623 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
14624 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
14625 memcpy for PPC64.
14626
5e6a4d4b
AZ
14627 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
14628 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
14629 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
14630 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
14631 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
14632 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
14633 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
14634 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
14635 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
14636 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
14637 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
14638 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
14639 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
14640 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
14641 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
14642 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
14643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
14644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
14645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
14646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
14647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
14648 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
14649
ddfab6dc
KK
146502013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
14651
14652 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
14653
19b5525e
SP
146542013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
14655
14656 * benchtests/Makefile (bench): Add exp2 and log2.
14657 (LDLIBS-bench-exp2): Add -lm.
14658 (LDLIBS-bench-log2): Likewise.
14659 * benchtests/exp2-inputs: New inputs file.
14660 * benchtests/log2-inputs: New inputs file.
14661 * benchtests/log-inputs: Add new inputs.
14662 * benchtests/tan-inputs: Likewise.
14663
196f7f5d
SP
146642013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
14665
7a74607f
SP
14666 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
14667 definition...
57f41c40
AS
14668 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
14669 (csloww2): ... from here.
7a74607f 14670
196f7f5d
SP
14671 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
14672 instead of structures.
14673 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
14674 (POLYNOMIAL): Likewise.
14675 (TAYLOR_SLOW): Likewise.
14676 (__sin): Likewise.
14677 (__cos): Likewise.
14678 (slow1): Likewise.
14679 (slow2): Likewise.
14680 (sloww): Likewise.
14681 (sloww1); Likewise.
14682 (sloww2): Likewise.
14683 (bsloww1): Likewise.
14684 (bsloww2): Likewise.
14685 (cslow2): Likewise.
14686 (csloww): Likewise.
14687 (csloww1): Likewise.
14688 (csloww2): Likewise.
14689
0dfa665c
OB
146902013-12-10 Ondřej Bílka <neleai@seznam.cz>
14691
14692 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
14693 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
14694 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
14695 * malloc/hooks.c (realloc_check): Likewise.
14696
5782a80f
OB
14697 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
14698 * malloc/arena.c: Remove PER_THREAD conditional.
14699 [!PER_THREAD]: Remove code.
14700 (ptmalloc_unlock_all2): Likewise.
14701 (ptmalloc_init): Likewise.
14702 (_int_new_arena): Likewise.
14703 (arena_get2): Likewise.
14704 * malloc/hooks.c (__malloc_get_state): Likewise.
14705 (__malloc_set_state): Likewise.
14706 * malloc/malloc.c: Likewise.
14707 (struct malloc_state): Likewise.
14708 (struct malloc_par): Likewise.
14709 (__libc_realloc): Likewise.
14710 (__libc_mallopt): Likewise.
14711
aeb95445
AZ
147122013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14713
14714 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
14715
e8349efd
OB
147162013-12-09 Ondřej Bílka <neleai@seznam.cz>
14717
14718 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
14719 macro to a function. Check for zero perturb_byte.
14720 (_int_malloc, _int_free): Remove zero perturb_byte checks.
14721
f3eeb3fc 14722 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
14723 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
14724 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
14725 force_reg by atomic_forced_read.
14726 * malloc/arena.c (ptmalloc_init): Likewise.
14727 * malloc/hooks.c (top_check): Likewise.
14728
be2f9009
AZ
147292013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14730
14731 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14732
e7b914bd
MT
147332013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
14734
14735 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14736
9f0be4f8
JM
147372013-12-08 Joseph Myers <joseph@codesourcery.com>
14738
14739 * math/auto-libm-test-in: Add tests of lgamma.
14740 * math/auto-libm-test-out: Regenerated.
14741 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
14742 (M_LOG_2_SQRT_PIl): Likewise.
14743 (lgamma_test_data): Use AUTO_TESTS_f_f1.
14744 * math/gen-auto-libm-tests.c (func_calc_method): Add value
14745 mpfr_f_f1.
14746 (func_calc_desc): Add mpfr_f_f1 union field.
14747 (ARGS1): New macro.
14748 (ARGS2): Likewise.
14749 (ARGS3): Likewise.
14750 (ARGS4): Likewise.
14751 (RET1): Likewise.
14752 (RET2): Likewise.
14753 (CALC): Likewise.
14754 (FUNC): Likewise.
14755 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
14756 (test_functions): Add lgamma.
14757 (calc_generic_results): Handle mpfr_f_f1.
14758 * sysdeps/i386/fpu/libm-test-ulps: Update.
14759 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14760
24eeafdb
AZ
147612013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14762
14763 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
14764 __mpn_add_n for PowerPC64/POWER7.
14765 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
14766 __mpn_sub_n for PowerPC64/POWER7.
14767
4a2c0fd4
AZ
14768 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
14769 __mpn_addmul_1 for PowerPC64.
14770 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
14771 __mpn_submul_1 for PowerPC64.
14772 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
14773 for PowerPC64.
14774 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
14775 for PowerPC64.
14776
4b5b548c
FS
147772013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
14778
14779 [BZ #15089]
14780 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
14781
0a3ac0aa
AZ
147822013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14783
14784 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
14785
ccdc8438
AZ
14786 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
14787 add multiarch folders.
14788 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
14789 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
14790 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
14791 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
14792 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
14793 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
14794 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
14795 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
14796 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
14797 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
14798 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
14799 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
14800 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
14801 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
14802 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
14803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
14804 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
14805
2e973d99
AZ
14806 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14807 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
14808 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
14809 New file.
14810 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
14811 New file.
14812 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
14813 multiarch __ieee754_hypot for PowerPC32.
14814 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
14815 New file.
14816 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
14817 New file.
14818 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
14819 multiarch __ieee754_hypotf for PowerPC32.
14820
2d9470b2
AZ
14821 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
14822 long_double_symbol only if __logbl is defined.
14823 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
14824 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
14825 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
14826 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
14827 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
14828 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
14829 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
14830 path for implementation.
14831 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
14832 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
14833 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
14834 logb, and logbl multiarch implementations for PowerPC32.
14835 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
14836 file.
14837 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
14838 file.
14839 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
14840 multiarch logb for PowerPC32.
14841 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
14842 file.
14843 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
14844 file.
14845 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
14846 multiarch logbf for PowerPC32.
14847 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
14848 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
14849 file.
14850 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
14851 multiarch logbl implementation for PowerPC32.
14852
5212ffce
AZ
14853 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
14854 and modff multiarch implementations.
14855 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
14856 New file.
14857 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
14858 New file.
14859 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
14860 multiarch modf for PowerPC32.
14861 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
14862 New file.
14863 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
14864 New file.
14865 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
14866 multiarch modff for PowerPC32.
14867
79dccf31
AZ
14868 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
14869 and lrintf multiarch implementations.
14870 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
14871 New file.
14872 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
14873 New file.
14874 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
14875 multiarch lrint for PowerPC32.
14876 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
14877 file: multiarch lrintf for PowerPC32.
14878
deb66480
AZ
14879 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
14880 and lroundf multiarch implementations.
14881 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
14882 New file.
14883 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
14884 New file.
14885 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
14886 New file.
14887 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
14888 multiarch lround for PowerPC32.
14889 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
14890 file: multiarch lroundf for PowerPC32.
14891
264b036b
AZ
14892 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
14893 copysign and copysignf multiarch implementations.
14894 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
14895 New file.
14896 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
14897 New file.
14898 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
14899 file: multiarch copysign for PowerPC32.
14900 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
14901 file: multiarch copysignf for PowerPC32.
14902
d47db6c9
AZ
14903 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
14904 and truncf multiarch implementations.
14905 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
14906 New file.
14907 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
14908 file.
14909 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
14910 multiarch trunc for PowerPC32.
14911 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
14912 New file.
14913 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
14914 New file.
14915 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
14916 multiarch truncf for PowerPC32.
14917
ddb60b5a
AZ
14918 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
14919 and roundf multiarch implementations.
14920 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
14921 New file.
14922 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
14923 file.
14924 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
14925 multiarch round for PowerPC32.
14926 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
14927 New file.
14928 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
14929 New file.
14930 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
14931 multiarch roundf for PowerPC32.
14932
bedcf49b
AZ
14933 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
14934 and floorf multiarch implementations.
14935 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
14936 New file.
14937 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
14938 file.
14939 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
14940 multiarch floor for PowerPC32.
14941 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
14942 New file.
14943 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
14944 New file.
14945 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
14946 multiarch floorf for PowerPC32.
14947
35ae5b40
AZ
14948 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
14949 and ceilf multiarch implementations.
14950 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
14951 New file.
14952 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
14953 file.
14954 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
14955 multiarch ceil for PowerPC32.
14956 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
14957 New file.
14958 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
14959 file.
14960 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
14961 multiarch ceilf for PowerPC32.
14962
ae1a4cd9
AZ
14963 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
14964 is defined.
14965 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
14966 FINITEF is defined.
14967 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
14968 and finitef multiarch implementations.
14969 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
14970 New file.
14971 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
14972 file.
14973 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
14974 multiarch finite for PowerPC32.
14975 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
14976 New file.
14977 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
14978 file: multiarch finitef for PowerPC32.
14979
64fffd65
AZ
14980 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
14981 and isinff multiarch implementations.
14982 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
14983 file.
14984 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
14985 file.
14986 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
14987 multiarch isinf for PowerPC32.
14988 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
14989 New file.
14990 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
14991 multiarch isinff for PowerPC32.
14992
8e4e7ba2
AZ
14993 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
14994 alias when __isnan is defined.
14995 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
14996 and isnanf multiarch implementations.
14997 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
14998 file.
14999 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
15000 file.
15001 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
15002 file.
15003 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
15004 file.
15005 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
15006 multiarch isnan for PowerPC32.
15007 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
15008 New file.
15009 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
15010 New file.
15011 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
15012 multiarch isnanf for PowerPC32.
15013
ddba588e
AZ
15014 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
15015 and sqrtf multiarch implementations.
15016 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
15017 file.
15018 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
15019 file.
15020 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
15021 multiarch sqrt for PowerPC32.
15022 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
15023 file.
15024 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
15025 file.
15026 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
15027 multiarch sqrtf for PowerPC32.
15028
0f96a2f0
AZ
15029 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
15030 and llroundf multiarch implementations.
15031 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
15032 New file.
15033 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
15034 New file.
15035 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
15036 New file.
15037 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
15038 file: multiarch llround for PowerPC32.
15039 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
15040 file: multiarch llroundf for PowerPC32.
15041
c9b5d79e
AZ
15042 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
15043 multiarch PowerPC32 fpu implementations.
15044 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
15045 New file.
15046 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
15047 New file.
15048 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
15049 multiarch llrint for PowerPC32.
15050 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
15051 New file.
15052 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
15053 New file.
15054 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
15055 file.
15056
9cbb3aab
AZ
15057 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
15058
ea5a72f8
AZ
15059 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
15060 file.
15061 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
15062 file.
15063 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
15064 file.
15065 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
15066 multiarch wordcopy for PPC32.
15067 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15068 wordcopy objects.
15069 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15070 (__libc_ifunc_impl_list): Likewise.
15071 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
15072 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
15073 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
15074 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
15075 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
15076 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
15077
93be09e7
AZ
15078 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
15079 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
15080 file.
15081 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
15082 file.
15083 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
15084 file.
15085 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
15086 multiarch wcscpy for PPC32.
15087 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
15088 multiarch objects.
15089 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15090 (__libc_ifunc_impl_list): Likewise.
15091 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15092 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15093 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
15094 sysdeps/powerpc/power6/wcscpy.c.
15095
bb04e529
AZ
15096 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
15097 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
15098 file.
15099 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
15100 file.
15101 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
15102 file.
15103 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
15104 multiarch wcsrchr for PPC32.
15105 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15106 multiarch objects.
15107 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15108 (__libc_ifunc_impl_list): Likewise.
15109 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
15110 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
15111 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
15112 sysdeps/powerpc/power6/wcsrchr.c.
15113
05b5cd1c
AZ
15114 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
15115 file.
15116 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
15117 file.
15118 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
15119 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
15120 multiarch wcschr for PPc32.
15121 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
15122 multiarch objects.
15123 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15124 (__libc_ifunc_impl_list): Likewise.
15125 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
15126 * sysdeps/powerpc/power6/wcschr.c: ... to here.
15127 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
15128 sysdeps/powerpc/power6/wcschr.c.
15129
ba964147
AZ
15130 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
15131 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
15132 file.
15133 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
15134 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
15135 file: multiarch strchr for PPC32.
15136 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
15137 multiarch objects.
15138 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15139 (__libc_ifunc_impl_list): Likewise.
15140
31c81aaa
AZ
15141 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
15142 name.
15143 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
15144 file.
15145 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
15146 file.
15147 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
15148 multiarch strchrnul for PPC32.
15149 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
15150 multiarch objects.
15151 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15152 (__libc_ifunc_impl_list): Likewise.
15153
0d0607d9
AZ
15154 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
15155 file.
15156 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
15157 multiarch strncasecmp for PPC32.
15158 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
15159 file.
15160 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
15161 multiarch strncasecmp_l for PPC32.
15162 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
15163 strncasecmp multiarch objects.
15164 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15165 (__libc_ifunc_impl_list): Likewise.
15166
4dfd5c86
AZ
15167 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
15168 file.
15169 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
15170 multiarch strncasecmp for PPC32.
15171 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
15172 New file.
15173 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
15174 multiarch strcasecmp_l for PPC32.
15175 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
15176 multiarch objects.
15177 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15178 (__libc_ifunc_impl_list): Likewise.
15179
a19e01a3
AZ
15180 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
15181 file.
15182 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
15183 file.
15184 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
15185 multiarch strncmp for PPC32.
15186 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
15187 multiarch objects.
15188 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15189 (__libc_ifunc_impl_list): Likewise.
15190
ae9cf7a2
AZ
15191 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
15192 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
15193 file.
15194 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
15195 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
15196 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
15197 multiarch objects.
15198 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15199 (__libc_ifunc_impl_list): Likewise.
15200
3148bb7d
AZ
15201 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
15202 file.
15203 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
15204 file.
15205 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
15206 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
15207 multiarch objects.
15208 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15209 (__libc_ifunc_impl_list): Likewise.
15210
7af8b946
AZ
15211 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
15212 file.
15213 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
15214 file.
15215 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
15216 multiarch rawmemchr for PPC32.
15217 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
15218 multiarch objects.
15219 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15220 (__libc_ifunc_impl_list): Likewise.
15221
03a6aa6a
AZ
15222 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
15223 file.
15224 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
15225 file.
15226 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
15227 file: memrchr multiarch for PPC32.
15228 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
15229 multiarch objects.
15230 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
15231 (__libc_ifunc_impl_list): Likewise.
15232
1c62e6d9
AZ
15233 * string/memchr.c (__memchr): Using macro to redefine symbol name.
15234 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
15235 file.
15236 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
15237 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
15238 multiarch memchr for PPC32.
15239 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
15240 multiarch objects.
15241 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15242 (__libc_ifunc_impl_list): Likewise.
15243
87da8bdb
AZ
15244 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
15245 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
15246 file.
15247 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
15248 file.
15249 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
15250 file: multiarch mempcpy for PPC32.
15251 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
15252 multiarch objects.
15253 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15254 (__libc_ifunc_impl_list): Likewise.
15255
20ed4714
AZ
15256 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
15257 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
15258 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
15259 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
15260 multiarch bzero for PPC32.
15261 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
15262 file.
15263 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
15264 file.
15265 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
15266 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
15267 file: multiarch memset for PPC32.
15268 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
15269 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
15270 memset multiarch objects.
15271 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15272 (__libc_ifunc_impl_list): Likewise.
15273
ab3e3a46
AZ
15274 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
15275 file.
15276 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
15277 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
15278 memcmp for PPC32.
15279 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
15280 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
15281 multiarch objects.
15282 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15283 (__libc_ifunc_impl_list): Likewise.
15284
930de6f0
AZ
15285 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
15286 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
15287 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
15288 file.
15289 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
15290 file.
15291 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
15292 file.
15293 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
15294 multiarch memcpy for PPC32.
15295 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
15296 multiarch objects.
15297 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
15298 (__libc_ifunc_impl_list): Likewise.
15299
4c628e00
AZ
15300 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
15301 support multiarch for POWER/PPC32.
15302 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
15303 Likewise.
15304 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
15305 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
15306 Implies file to make multiarch folder appers before the fpu and
15307 default folder for power4 configuration.
15308
f4479220
SP
153092013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
15310
15311 * scripts/bench.pl: Append volatile keyword to type.
15312
8517800f
KK
153132013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
15314
15315 * sysdeps/sh/sotruss-lib.c: New file.
15316 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
15317
180138f1
AZ
153182013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15319
15320 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15321
bbf37bdc
JM
153222013-12-05 Joseph Myers <joseph@codesourcery.com>
15323
e47cc4e0
JM
15324 [BZ #6810]
15325 * math/w_tgamma.c: Include <errno.h>.
15326 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
15327 * math/w_tgammaf.c: Include <errno.h>.
15328 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
15329 * math/w_tgammal.c: Include <errno.h>.
15330 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
15331 * math/auto-libm-test-in: Do not allow missing errno on tgamma
15332 underflow. Add more tgamma tests.
15333 * math/auto-libm-test-out: Regenerated.
15334 * sysdeps/i386/fpu/libm-test-ulps: Update.
15335 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15336
bbf37bdc
JM
15337 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
15338 sin, sinh, tan, tanh, tgamma, y0 and y1.
15339 * math/auto-libm-test-out: Regenerated.
15340 * math/libm-test.inc (TEST_COND_x86_64): New macro.
15341 (TEST_COND_x86): Likewise.
15342 (M_E2l): Remove macro.
15343 (M_E3l): Likewise.
15344 (M_2_SQRT_PIl): Likewise.
15345 (M_SQRT_PIl): Likewise.
15346 (M_1_DIV_El): Likewise.
15347 (log_test_data): Use AUTO_TESTS_f_f.
15348 (log10_test_data): Likewise.
15349 (log1p_test_data): Likewise.
15350 (log2_test_data): Likewise.
15351 (sin_test_data): Likewise.
15352 (sin_tonearest_test_data): Likewise.
15353 (sin_towardzero_test_data): Likewise.
15354 (sin_downward_test_data): Likewise.
15355 (sin_upward_test_data): Likewise.
15356 (sinh_test_data): Likewise.
15357 (sinh_tonearest_test_data): Likewise.
15358 (sinh_towardzero_test_data): Likewise.
15359 (sinh_downward_test_data): Likewise.
15360 (sinh_upward_test_data): Likewise.
15361 (tan_test_data): Likewise.
15362 (tan_tonearest_test_data): Likewise.
15363 (tan_towardzero_test_data): Likewise.
15364 (tan_downward_test_data): Likewise.
15365 (tan_upward_test_data): Likewise.
15366 (tanh_test_data): Likewise.
15367 (tgamma_test_data): Likewise.
15368 (y0_test_data): Likewise.
15369 (y1_test_data): Likewise.
15370 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
15371 (special_real_inputs): Add pi/4.
15372 * sysdeps/i386/fpu/libm-test-ulps: Update.
15373 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15374
eb5ad6b9
AZ
153752013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15376
15377 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
15378 "longjmp_target" static probes.
15379 (__longjmp): Rename to __longjmp_symbol.
15380 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
15381 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
15382 on which longjmp to generate.
15383 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15384 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
15385 probe.
15386 (__sigsetjmp): Rename to __sigsetjmp_symbol.
15387 (__sigjmp_save): Rename to __sigjmp_save_symbol.
15388 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
15389 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
15390 and __sigjmp_save_symbol based on which sigsetjmp to generated.
15391 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
15392 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
15393 __longjmp_symbol based on which __longjmp to generate.
15394 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
15395 probe.
15396 (setjmp): Rename to setjmp_symbol.
15397 (__sigsetjmp): Rename to __sigsetjmp_symbol.
15398 (_setjmp): Rename to _setjmp_symbol.
15399 (__sigsetjmp): Rename to __sigsetjmp_symbol.
15400 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
15401 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
15402 which setjmp to generate.
15403 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
15404 "longjmp_target" static probes.
15405
d136c6dc
SP
154062013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
15407
9298ecba
SP
15408 * benchtests/README: Add note about output arguments.
15409 * benchtests/bench-sincos.c: Remove file.
15410 * benchtests/sincos-inputs: New file.
15411 * scripts/bench.pl: Identify output arguments and define
15412 static variables for them.
15413
232983e9
SP
15414 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
15415
d136c6dc
SP
15416 [BZ #15941]
15417 * Makefile (INSTALL): Add install-plain.texi as the primary
15418 dependency.
15419 * manual/install-plain.texi: New file.
15420 * manual/install.texi: Include node directive only for
15421 non-plaintext output.
15422
699ff837
JM
154232013-12-04 Joseph Myers <joseph@codesourcery.com>
15424
ab07cea8
JM
15425 * stdlib/longlong.h: Update from GCC.
15426
699ff837
JM
15427 [BZ #6807]
15428 [BZ #15901]
15429 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
15430 * math/w_j0f.c (y0f): Likewise.
15431 * math/w_j0l.c (__y0l): Likewise.
15432 * math/w_j1.c (y1): Likewise.
15433 * math/w_j1f.c (y1f): Likewise.
15434 * math/w_j1l.c (__y1l): Likewise
15435 * math/w_jn.c (yn): Likewise.
15436 * math/w_jnf.c (ynf): Likewise.
15437 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
15438 Bessel function pole errors in _POSIX_ mode. Use NAN as return
15439 value for Bessel function domain errors outside _SVID_ mode.
15440 Adjust sign of return value for yn (negative integer, 0).
15441 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
15442 by zero in return for negative x and set sign appropriately for
15443 negative n.
15444 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
15445 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
15446 * math/libm-test.inc (y0_test_data): Add more tests and adjust
15447 expectations in error cases.
15448 (y1_test_data): Likewise.
15449 (yn_test_data): Likewise.
15450 * sysdeps/i386/fpu/libm-test-ulps: Update.
15451 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15452
5b118558
UW
154532013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15454
15455 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
15456 "64" to "64-v1". Add "64-v2".
15457 (abi-64-options): Rename to ...
15458 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
15459 (abi-64-condition): Rename to ...
15460 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
15461 (abi-64-ld-soname): Rename to ...
15462 (abi-64-v1-ld-soname): ... this.
15463 (abi-64-v2-options): Define.
15464 (abi-64-v2-condition): Likewise.
15465 (abi-64-v2-ld-soname): Likewise.
15466 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
15467 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
15468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
15469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
15470 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
15471
61cd8fe4
UW
154722013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15473 Alan Modra <amodra@gmail.com>
15474
15475 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
15476 New versions for use with the ELFv2 ABI.
15477 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
15478 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
15479 declaration.
15480 (struct La_ppc64v2_retval): Likewise.
15481 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
15482 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
15483 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
15484 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
15485 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
15486 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
15487 Do not save or restore CR.
15488 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
15489 (_dl_profile_resolve): Do no save or restore CR. Support extended
15490 return values for ELFv2 ABI. Fix location of FPR return registers.
15491 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
15492 updated values for _CALL_ELF == 2.
15493 (La_regs, La_retval, int_retval): Likewise.
15494
8b8a692c
UW
154952013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15496
15497 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
15498 (FRAME_MIN_SIZE_PARM): Likewise.
15499 (FRAME_BACKCHAIN): Likewise.
15500 (FRAME_CR_SAVE): Likewise.
15501 (FRAME_LR_SAVE): Likewise.
15502 (FRAME_TOC_SAVE): Likewise.
15503 (FRAME_PARM_SAVE): Likewise.
15504 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
15505 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
15506 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
15507 (call_mcount_parm_offset): New macro.
15508 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
15509 (PROF): Use symbolic stack frame offsets.
15510 (TAIL_CALL_SYSCALL_ERROR): Likewise.
15511 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
15512 Redefine in terms of FRAME_MIN_SIZE.
15513 (_dl_runtime_resolve): Use symbolic stack frame offsets.
15514 (_dl_profile_resolve): Likewise. Update comment.
15515 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
15516 symbols stack frame offsets.
15517 (__sigsetjmp): Likewise.
15518 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
15519 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
15520 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
15521 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
15522
15523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
15524 (FRAME_BACKCHAIN): Remove.
15525 (FRAME_CR_SAVE): Likewise.
15526 (FRAME_LR_SAVE): Likewise.
15527 (FRAME_COMPILER_DW): Likewise.
15528 (FRAME_LINKER_DW): Likewise.
15529 (FRAME_TOC_SAVE): Likewise.
15530 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
15531 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
15532 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
15533 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
15534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
15535 (CHECK_SP): Use symbolic stack frame offsets.
15536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
15537 zone" instead of caller's parameter save area for temp storage.
15538 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
15539 Likewise. Also, use symbolic stack frame offsets.
15540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
15541 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
15542 our own stack frame instead of the caller's.
15543 (__socket): Use symbolic stack frame offsets.
15544
122b66de
UW
155452013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15546 Alan Modra <amodra@gmail.com>
15547
15548 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
15549 Define.
57f41c40
AS
15550 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
15551 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
15552 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
15553 New function.
15554 (elf_machine_fixup_plt): Call it.
15555 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
15556 reloc arguments.
15557 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
15558 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15559 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
15560 r2 before calling target.
15561
696caf1d
UW
155622013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15563 Alan Modra <amodra@gmail.com>
15564
15565 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
15566 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
15567 versions of macros to support ELFv2 ABI.
15568 (LOCALENTRY): New macro.
15569 (ENTRY, EALIGN): Use it.
15570 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
15571 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
15572 fall through into ENTRY entry point.
15573 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
15574 Only define if _CALL_ELF != 2.
15575
15576 (elf_machine_matches_host): Verify ABI version matches.
15577 (RTLD_START): Use LOCALENTRY.
15578 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
15579 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
15580 (PLT_ENTRY_WORDS): New macro.
15581 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
15582 (elf_machine_runtime_setup): Support ELFv2 ABI.
15583 (elf_machine_fixup_plt): Likewise.
15584 (elf_machine_plt_conflict): Likewise.
15585 (resolve_ifunc): Likewise.
15586 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15587 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15588 Likewise.
15589 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
15590 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
15591 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15592 (makecontext): Support ELFv2 ABI.
15593 * elf/elf.h (EF_PPC64_ABI): Define.
15594
d31beafa
UW
155952013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15596
57f41c40
AS
15597 * sysdeps/powerpc/powerpc64/sysdep.h
15598 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
15599 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
15600 (ENTRY) [ASSEMBLER]: ... but instead here ...
15601 (EALIGN) [ASSEMBLER]: ... and here.
15602 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
15603 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
15604 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
15605 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
15606 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
15607 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
15608 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
15609 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
15610 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
15611 Use PPC64_LOAD_FUNCPTR.
15612
b525166b
UW
15613 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
15614
7ec07d9a
AM
156152013-12-04 Alan Modra <amodra@gmail.com>
15616
15617 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
15618 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
15619 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
15620 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
15621
15622 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
15623 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
15624 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
15625 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
15626 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
15627 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
15628
5162e7dd
UW
156292013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15630
15631 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
15632 (__makecontext): Fix incorrect CFI when backtracing out of
15633 context created via makecontext.
15634 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
15635 (__setcontext): Fix incorrect CFI during switch to new context.
15636 (__novec_setcontext): Likewise.
15637
19e3372b
OB
156382013-12-04 Ondřej Bílka <neleai@seznam.cz>
15639
15640 [BZ #4772]
15641 * time/strptime_l.c (__strptime_internal): Allow modifiers
15642 in strptime.
15643 * time/tst-strptime.c (day_tests): Add testcase.
15644
ecaf142d
SP
156452013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
15646
15647 * scripts/bench.pl: Skip over blank lines.
15648
fbf964ae
PE
156492013-12-04 Paul Eggert <eggert@cs.ucla.edu>
15650
15651 [BZ #926]
15652 * manual/time.texi (Calendar Time): Clarify what timezone functions
15653 use.
15654
fa60a674
AZ
156552013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15656
15657 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15658
d674f0ef
OB
156592013-12-04 Ondřej Bílka <neleai@seznam.cz>
15660
15661 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
15662 implementation.
15663 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
15664 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
15665 * debug/memset_chk.c (__memset_chk): Likewise.
15666 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
15667 * debug/strncpy_chk.c: Likewise.
15668
17dea188
JM
156692013-12-03 Joseph Myers <joseph@codesourcery.com>
15670
749008ff
JM
15671 [BZ #15268]
15672 [BZ #15425]
15673 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
15674 (__ieee754_exp): For possibly underflowing results, check size of
15675 result and force underflow exception if required.
15676 * math/auto-libm-test-in: Add more tests of exp.
15677 * math/auto-libm-test-out: Regenerated.
15678 * sysdeps/i386/fpu/libm-test-ulps: Update.
15679 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15680
17dea188
JM
15681 [BZ #16283]
15682 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
15683 * math/w_exp2f.c (__exp2f): Likewise.
15684 * math/w_exp2l.c (__exp2l): Likewise.
15685 * math/auto-libm-test-in: Do not allow missing errno on exp2
15686 underflow.
15687 * math/auto-libm-test-out: Regenerated.
15688
b20de2c3
OB
156892013-12-03 Ondřej Bílka <neleai@seznam.cz>
15690
15691 [BZ #16274]
15692 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
15693 handle filename validation.
15694 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
15695 (do_open): Delete.
15696
d8e2dbe3
JM
156972013-12-03 Joseph Myers <joseph@codesourcery.com>
15698
34e16df5
JM
15699 [BZ #6786]
15700 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
15701 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
15702 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
15703 <float.h>.
15704 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
15705 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
15706 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15707 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
15708 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15709 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
15710 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
15711 * math/auto-libm-test-in: Don't allow missing errno from erfc.
15712 Add more erfc tests.
15713 * math/auto-libm-test-out: Regenerated.
15714 * sysdeps/i386/fpu/libm-test-ulps: Update.
15715 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15716
d8e2dbe3
JM
15717 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
15718 exp2, expm1, j0 and j1.
15719 * math/auto-libm-test-out: Regenerated.
15720 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
15721 (erfc_test_data): Likewise.
15722 (exp_test_data): Likewise.
15723 (exp_tonearest_test_data): Likewise.
15724 (exp_towardzero_test_data): Likewise.
15725 (exp_downward_test_data): Likewise.
15726 (exp_upward_test_data): Likewise.
15727 (exp10_test_data): Likewise.
15728 (exp2_test_data): Likewise.
15729 (expm1_test_data): Likewise.
15730 (j0_test_data): Likewise.
15731 (j1_test_data): Likewise.
15732 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
15733 (input_flag_type): Add flag_xfail_rounding.
15734 (input_flags): Add xfail-rounding.
15735 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
15736 (output_for_one_input_case): Handle flag_xfail_rounding.
15737 * sysdeps/i386/fpu/libm-test-ulps: Update.
15738 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15739
18d14251
AJ
157402013-12-03 Aurelien Jarno <aurelien@aurel32.net>
15741
3d2e6075 15742 [BZ #16289]
18d14251
AJ
15743 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
15744 division by 0.
15745
520d437b
SP
157462013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
15747
15748 [BZ #16195]
15749 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
15750 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
15751 (STAP_PROBE0): New macro.
15752 (STAP_PROBE1): Likewise.
15753 (STAP_PROBE2): Likewise.
15754 (STAP_PROBE3): Likewise.
15755 (STAP_PROBE4): Likewise.
15756
416e0145
OB
157572013-12-02 Ondřej Bílka <neleai@seznam.cz>
15758
15759 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
15760
9d17796a
SE
157612013-12-02 Steve Ellcey <sellcey@mips.com>
15762
15763 * benchtests/Makefile (bench): Add sqrt.
15764 (LDLIBS-bench-sqrt): New.
15765 * benchtests/sqrt-input: New.
15766
f524d6a8
PS
157672013-12-02 Pavel Simerda <psimerda@redhat.com>
15768
639a0ef8
PS
15769 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
15770 (GAIH_EAI): Likewise.
15771 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
15772 (gaih_inet): Likewise.
15773 (getaddrinfo): Don't use GAIH_EAI.
15774
f524d6a8
PS
15775 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
15776 (struct gaih): Remove definition.
15777
df3aedaf
SP
157782013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
15779
15780 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
15781 Use HERRNOP directly.
15782
1ab19dec
AZ
157832013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15784
b42ad38d 15785 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 15786
176b0c79
JM
157872013-11-30 Joseph Myers <joseph@codesourcery.com>
15788
15789 * math/gen-auto-libm-tests.c (test_functions): Add more
15790 single-argument functions.
15791 (special_fill_pi_2): New function.
15792 (special_fill_minus_pi_2): Likewise.
15793 (special_fill_pi_6): Likewise.
15794 (special_fill_minus_pi_6): Likewise.
15795 (special_fill_pi_3): Likewise.
15796 (special_fill_2pi_3): Likewise.
15797 (special_fill_e): Likewise.
15798 (special_fill_1_e): Likewise.
15799 (special_fill_e_minus_1): Likewise.
15800 (special_real_inputs): Add more special inputs.
15801 (output_for_one_input_case): Do not require ERANGE on underflow to
15802 zero if round-to-nearest result does not underflow to zero, unless
15803 exact results required.
15804 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
15805 atan, atanh, cbrt, cos and cosh.
15806 * math/auto-libm-test-out: Regenerated.
15807 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
15808 (acos_tonearest_test_data): Likewise.
15809 (acos_towardzero_test_data): Likewise.
15810 (acos_downward_test_data): Likewise.
15811 (acos_upward_test_data): Likewise.
15812 (acosh_test_data): Likewise.
15813 (asin_test_data): Likewise.
15814 (asin_tonearest_test_data): Likewise.
15815 (asin_towardzero_test_data): Likewise.
15816 (asin_upward_test_data): Likewise.
15817 (asinh_test_data): Likewise.
15818 (atan_test_data): Likewise.
15819 (atanh_test_data): Likewise.
15820 (cbrt_test_data): Likewise.
15821 (cos_test_data): Likewise.
15822 (cos_tonearest_test_data): Likewise.
15823 (cos_towardzero_test_data): Likewise.
15824 (cos_downward_test_data): Likewise.
15825 (cos_upward_test_data): Likewise.
15826 (cosh_test_data): Likewise.
15827 (cosh_tonearest_test_data): Likewise.
15828 (cosh_towardzero_test_data): Likewise.
15829 (cosh_downward_test_data): Likewise.
15830 (cosh_upward_test_data): Likewise.
15831 * sysdeps/i386/fpu/libm-test-ulps: Update.
15832 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15833
ffb536d0
JM
158342013-11-29 Joseph Myers <joseph@codesourcery.com>
15835
2a77a467
JM
15836 [BZ #6787]
15837 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
15838 * math/w_exp10f.c (__exp10f): Likewise.
15839 * math/w_exp10l.c (__exp10l): Likewise.
15840 * math/libm-test.inc (exp10_test_data): Add more tests and expect
15841 errno settings in existing tests.
15842
ea3bc4e8
JM
15843 [BZ #14032]
15844 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
15845 precision control set to double precision.
15846 * sysdeps/i386/fpu/w_sqrt.c: New file.
15847 * math/auto-libm-test-in: Add more tests.
15848 * math/auto-libm-test-out: Update.
15849
0712c9d8
JM
15850 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
15851 (sqrt_test_tonearest): New function.
15852 (sqrt_towardzero_test_data): New variable.
15853 (sqrt_test_towardzero): New function.
15854 (sqrt_downward_test_data): New variable.
15855 (sqrt_test_downward): New function.
15856 (sqrt_upward_test_data): New variable.
15857 (sqrt_test_upward): New function.
15858 (main): Call the new functions.
15859
ffb536d0
JM
15860 * math/gen-auto-libm-tests.c: New file.
15861 * math/auto-libm-test-in: Likewise.
15862 * math/auto-libm-test-out: New generated file.
15863 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
15864 variables.
15865 (%beautify): Add generated representations of zero.
15866 (top level): Set $auto_input and call parse_auto_input.
15867 (beautify): Remove trailing "f" from hex float constants.
15868 (parse_args): Handle XFAIL_TEST.
15869 (convert_condition): New function.
15870 (or_value): Likewise.
15871 (or_cond_value): Likewise.
15872 (generate_testfile): Handle AUTO_TESTS_* lines.
15873 (parse_auto_input): New function.
15874 * math/libm-test.inc (XFAIL_TEST): New macro.
15875 (ERRNO_UNCHANGED): Update value.
15876 (ERRNO_EDOM): Likewise.
15877 (ERRNO_ERANGE): Likewise.
15878 (IGNORE_RESULT): Likewise.
15879 (TEST_COND_flt_32): New macro.
15880 (TEST_COND_dbl_64): Likewise.
15881 (TEST_COND_ldbl_96_intel): Likewise.
15882 (TEST_COND_ldbl_96_m68k): Likewise.
15883 (TEST_COND_ldbl_128): Likewise.
15884 (TEST_COND_ldbl_128ibm): Likewise.
15885 (TEST_COND_long32): Likewise.
15886 (TEST_COND_long64): Likewise.
15887 (TEST_COND_before_rounding): Likewise.
15888 (TEST_COND_after_rounding): Likewise.
15889 (enable_test): Handle XFAIL_TEST flag.
15890 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
15891 with finite results.
15892 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
15893 auto-libm-test-out.
15894
acd98a8e
AK
158952013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
15896 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15897
15898 [BZ #16214]
15899 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
15900 __tls_get_addr_internal instead of __tls_get_offset in order to
15901 avoid GOT pointer dependency. Make rtld export
15902 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
15903 __tls_get_addr since we are a __tls_get_offset platform.
15904 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
15905 GOT pointer being set up before.
15906 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
15907
3c1c46a6
JM
159082013-11-28 Joseph Myers <joseph@codesourcery.com>
15909
7475aef5
JM
15910 * manual/math.texi (Errors in Math Functions): Document accuracy
15911 goals.
15912
8bca7cd8
JM
15913 [BZ #15004]
15914 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
15915 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
15916 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
15917 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
15918 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
15919 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
15920 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
15921 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
15922 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
15923 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
15924 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
15925 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
15926 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
15927 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
15928 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
15929 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
15930
91a1f3fe
JM
15931 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
15932 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
15933 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
15934 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
15935 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
15936 Likewise.
15937 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
15938 Likewise.
15939 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
15940 Likewise.
15941 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
15942 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
15943 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
15944 atomic-feupdateenv and flt-rounds.
15945 * sysdeps/powerpc/nofpu/Versions (libc): Add
15946 __atomic_feholdexcept, __atomic_feclearexcept,
15947 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
15948 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
15949 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
15950 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
15951 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
15952 here.
15953 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
15954 Update.
15955
c5df7609
JM
15956 * manual/arith.texi (FP Exceptions): Document that exceptions may
15957 not be raised when matherr is used.
15958 (Math Error Reporting): Document overflow in directed rounding
15959 modes. Document that errno may not be set when finite values are
15960 returned on overflow. Document intent to set errno on underflow
15961 only for underflow to zero.
15962
3c1c46a6
JM
15963 [BZ #16271]
15964 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
15965 round-to-nearest then adjust result for other rounding modes.
15966 * include/fenv.h (fegetround): Use libm_hidden_proto.
15967 * math/fegetround.c (fegetround): Use libm_hidden_def.
15968 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
15969 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
15970 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
15971 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
15972 Likewise.
15973 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
15974 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
15975 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
15976 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
15977
5a4c6d53
SP
159782013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
15979
15980 [BZ #16077]
15981 * nss/Versions (libnss_files): Add
15982 _nss_files_gethostbyname3_r.
15983 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
15984 New function.
15985 (HOST_DB_LOOKUP): Remove macro.
15986 (_nss_files_gethostbyname_r): Implement function without the
15987 HOST_DB_LOOKUP macro.
15988 (_nss_files_gethostbyname2_r): Likewise.
15989
897b98ba
OB
159902013-11-28 Ondřej Bílka <neleai@seznam.cz>
15991
15992 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
15993
6f476861
UB
159942013-11-26 Uros Bizjak <ubizjak@gmail.com>
15995
15996 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
15997 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
15998 warning.
15999
bd12ab55
AZ
160002013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16001
16002 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
16003 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
16004 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
16005 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
16006 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
16007 __fe_nomask_env_priv and attribute_hidden.
16008 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
16009 (libc_feupdateenv_test_ppc): Likewise.
16010 (libc_feresetround_ppc): Likewise.
16011 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16012 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
16013 compat_symbol macro.
16014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16015 (__fe_nomask_env): Likewise.
16016 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
16017
52bb6543
OB
160182013-11-26 Ondřej Bílka <neleai@seznam.cz>
16019
16020 * string/Makefile: Remove ifunc tests.
16021 * string/test-string.h: Define TEST_IFUNC.
16022 * string/test-bcopy-ifunc.c: Remove.
16023 * string/test-bzero-ifunc.c: Likewise.
16024 * string/test-memccpy-ifunc.c: Likewise.
16025 * string/test-memchr-ifunc.c: Likewise.
16026 * string/test-memcmp-ifunc.c: Likewise.
16027 * string/test-memcpy-ifunc.c: Likewise.
16028 * string/test-memmem-ifunc.c: Likewise.
16029 * string/test-memmove-ifunc.c: Likewise.
16030 * string/test-mempcpy-ifunc.c: Likewise.
16031 * string/test-memrchr-ifunc.c: Likewise.
16032 * string/test-memset-ifunc.c: Likewise.
16033 * string/test-rawmemchr-ifunc.c: Likewise.
16034 * string/test-stpcpy-ifunc.c: Likewise.
16035 * string/test-stpncpy-ifunc.c: Likewise.
16036 * string/test-strcasecmp-ifunc.c: Likewise.
16037 * string/test-strcasestr-ifunc.c: Likewise.
16038 * string/test-strcat-ifunc.c: Likewise.
16039 * string/test-strchr-ifunc.c: Likewise.
16040 * string/test-strchrnul-ifunc.c: Likewise.
16041 * string/test-strcmp-ifunc.c: Likewise.
16042 * string/test-strcpy-ifunc.c: Likewise.
16043 * string/test-strcspn-ifunc.c: Likewise.
16044 * string/test-strlen-ifunc.c: Likewise.
16045 * string/test-strncasecmp-ifunc.c: Likewise.
16046 * string/test-strncat-ifunc.c: Likewise.
16047 * string/test-strncmp-ifunc.c: Likewise.
16048 * string/test-strncpy-ifunc.c: Likewise.
16049 * string/test-strnlen-ifunc.c: Likewise.
16050 * string/test-strpbrk-ifunc.c: Likewise.
16051 * string/test-strrchr-ifunc.c: Likewise.
16052 * string/test-strspn-ifunc.c: Likewise.
16053 * string/test-strstr-ifunc.c: Likewise.
16054
ab260039 160552013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
16056
16057 * benchtests/Makefile: Remove ifunc tests.
16058 * benchtests/bench-string.h: Define TEST_IFUNC.
16059 * benchtests/bench-bcopy-ifunc.c: Remove.
16060 * benchtests/bench-bzero-ifunc.c: Likewise.
16061 * benchtests/bench-memccpy-ifunc.c: Likewise.
16062 * benchtests/bench-memchr-ifunc.c: Likewise.
16063 * benchtests/bench-memcmp-ifunc.c: Likewise.
16064 * benchtests/bench-memcpy-ifunc.c: Likewise.
16065 * benchtests/bench-memmem-ifunc.c: Likewise.
16066 * benchtests/bench-memmove-ifunc.c: Likewise.
16067 * benchtests/bench-mempcpy-ifunc.c: Likewise.
16068 * benchtests/bench-memrchr-ifunc.c: Likewise.
16069 * benchtests/bench-memset-ifunc.c: Likewise.
16070 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
16071 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
16072 * benchtests/bench-stpcpy-ifunc.c: Likewise.
16073 * benchtests/bench-stpncpy-ifunc.c: Likewise.
16074 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
16075 * benchtests/bench-strcasestr-ifunc.c: Likewise.
16076 * benchtests/bench-strcat-ifunc.c: Likewise.
16077 * benchtests/bench-strchr-ifunc.c: Likewise.
16078 * benchtests/bench-strchrnul-ifunc.c: Likewise.
16079 * benchtests/bench-strcmp-ifunc.c: Likewise.
16080 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
16081 * benchtests/bench-strcpy-ifunc.c: Likewise.
16082 * benchtests/bench-strcspn-ifunc.c: Likewise.
16083 * benchtests/bench-strlen-ifunc.c: Likewise.
16084 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
16085 * benchtests/bench-strncat-ifunc.c: Likewise.
16086 * benchtests/bench-strncmp-ifunc.c: Likewise.
16087 * benchtests/bench-strncpy-ifunc.c: Likewise.
16088 * benchtests/bench-strnlen-ifunc.c: Likewise.
16089 * benchtests/bench-strpbrk-ifunc.c: Likewise.
16090 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 16091 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
16092 * benchtests/bench-strspn-ifunc.c: Likewise.
16093 * benchtests/bench-strstr-ifunc.c: Likewise.
16094
160952013-11-26 Ondřej Bílka <neleai@seznam.cz>
16096
ab260039
OB
16097 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
16098
d1d9eaf4 160992013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 16100
d1d9eaf4
OB
16101 * resolv/netdb.h: Use __glibc_reserved instead __unused.
16102 * rt/aio.h: Likewise.
16103 * sysdeps/gnu/bits/utmp.h: Likewise.
16104 * sysdeps/gnu/bits/utmpx.h: Likewise.
16105 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
16106 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
16107 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
16108 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
16109 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
16110 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
16111 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
16112 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
16113 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
16114 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
16115 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
16116 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
16117 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
16118 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
16119 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
16120 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
16121 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
16122 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
16123 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
16124 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
16125 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
16126 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
16127 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
16128 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
16129 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
16130 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16131 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
16132 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
16133 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
16134 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
16135 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
16136 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
16137 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
16138 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
16139 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
16140 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
16141 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
16142 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
16143 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
16144 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
16145 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
16146 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
16147
a7624ed9
CD
161482013-11-25 Carlos O'Donell <carlos@redhat.com>
16149
16150 [BZ #16245]
16151 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
16152 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
16153
63cfe52b
JM
161542013-11-25 Joseph Myers <joseph@codesourcery.com>
16155
16156 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
16157 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
16158 Likewise.
16159
41e8926a
AZ
161602013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16161
16162 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
16163 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
16164 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
16165 (__fesetround): Remove define.
16166 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
16167 rounding and exceptions handling.
16168 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
16169 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
16170 (__fe_nomask_env): Likewise.
16171 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
16172 __fegetround instead of fegetround.
16173 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
16174 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
16175
6851bd4d
RM
161762013-11-21 Roland McGrath <roland@hack.frob.com>
16177
070906ff
RM
16178 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
16179 it's there.
16180
6851bd4d
RM
16181 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
16182
84ae135d
MI
161832013-11-21 Meador Inge <meadori@codesourcery.com>
16184
16185 [BZ #11157]
16186 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
16187 (encrypt_r): Likewise.
16188 * malloc/obstack.h (obstack_free): Likewise.
16189 * posix/unistd.h (encrypt): Likewise.
16190
daf75146
GM
161912013-11-21 Guy Martin <gmsoft@tuxicoman.be>
16192
16193 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
16194 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
16195 DL_CALL_DT_FINI() that call the functions directly.
16196 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
16197 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
16198 * elf/dl-fini.c: Likewise.
16199
10ad46bc
OB
162002013-11-20 Ondřej Bílka <neleai@seznam.cz>
16201
16202 * malloc/hooks.c (memalign_check): Add alignment rounding.
16203 * malloc/malloc.c (_mid_memalign): New function.
16204 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
16205 Implement by calling _mid_memalign.
16206 * manual/probes.texi (Memory Allocation Probes): Remove
16207 memory_valloc_retry and memory_pvalloc_retry.
16208
f3fd2628
SP
162092013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
16210
4712799f
SP
16211 * locale/programs/locarchive.c (open_archive): Add const
16212 qualifier to ARCHIVEFNAME and copy default fname to
16213 DEFAULT_FNAME.
16214
0417b20f
SP
16215 [BZ #15601]
16216 * libio/tst-widetext.input: Rename Oriya to Odia.
16217 * locale/iso-639.def: Likewise.
16218
f3fd2628
SP
16219 * manual/probes.texi (Mathematical Function Probes): Add
16220 documentation for sin, cos, asin and acos probes.
16221 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
16222 (__sin32): Add slowasin probe.
16223 (__cos32): Add slowacos probe.
16224 (__mpsin): Add slowsin probe.
16225 (__mpcos): Add slowcos probe.
16226
73c1ce4f
JM
162272013-11-19 Joseph Myers <joseph@codesourcery.com>
16228
16229 [BZ #15483]
16230 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
16231 thread-local __sim_exceptions_thread and global
16232 __sim_exceptions_global.
16233 (__sim_disabled_exceptions): Change to thread-local
16234 __sim_disabled_exceptions_thread and global
16235 __sim_disabled_exceptions_global.
16236 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16237 and global __sim_round_mode_global.
16238 (__simulate_exceptions): Use thread-local floating-point state and
16239 set global state from it as needed.
16240 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
16241 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
16242 __sim_round_mode_thread.
16243 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
16244 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
16245 and global __sim_exceptions_global.
16246 (__sim_disabled_exceptions): Change to thread-local
16247 __sim_disabled_exceptions_thread and global
16248 __sim_disabled_exceptions_global.
16249 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
16250 and global __sim_round_mode_global.
16251 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
16252 (SIM_SET_GLOBAL): Likewise.
16253 * sysdeps/powerpc/soft-fp/sfp-machine.h
16254 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
16255 __sim_round_mode_thread.
16256 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
16257 __sim_disabled_exceptions_thread.
16258 (__sim_exceptions): Change to __sim_exceptions_thread.
16259 (__sim_disabled_exceptions): Change to
16260 __sim_disabled_exceptions_thread.
16261 (__sim_round_mode): Change to __sim_round_mode_thread.
16262 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
16263 thread-local floating-point state and set global state from it as
16264 needed.
16265 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
16266 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
16267 (__sim_disabled_exceptions): Remove extern declaration.
16268 (feenableexcept): Use thread-local floating-point state and set
16269 global state from it as needed.
16270 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
16271 extern declaration.
16272 (__sim_disabled_exceptions): Likewise.
16273 (__sim_round_mode): Likewise.
16274 (__fegetenv): Use thread-local floating-point state.
16275 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
16276 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
16277 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
16278 floating-point state and set global state from it as needed.
16279 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
16280 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
16281 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
16282 Likewise.
16283 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
16284 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
16285 Likewise.
16286 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
16287 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
16288 Use __sim_round_mode_thread.
16289 * math/test-fenv-tls.c: New file.
16290 * math/Makefile (tests): Add test-fenv-tls.
16291 ($(objpfx)test-fenv-tls): Depend on
16292 $(common-objpfx)nptl/libpthread.so.
16293
b5449b12
AS
162942013-11-19 Andreas Schwab <schwab@suse.de>
16295
16296 * locale/programs/locale.c (show_info): Decode wordarray elements.
16297 * locale/categories.def (LC_MONETARY): Add element for
16298 _NL_MONETARY_CRNCYSTR.
16299 * locale/C-monetary.c (conversion_rate): New variable.
16300 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
16301 element.
16302
e186536b
CM
163032013-11-18 Chris Metcalf <cmetcalf@tilera.com>
16304
16305 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
16306 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
16307
5c349950
PP
163082013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16309
16310 * elf/Makefile (tst-auxv): New test.
16311 * elf/tst-auxv.c: New
16312 * elf/rtld.c (dl_main): Adjust AT_EXECFN
16313
699df45b
JM
163142013-11-18 Joseph Myers <joseph@codesourcery.com>
16315
16316 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
16317 (hidden_proto): Caller changed.
16318 (hidden_tls_proto): New macro.
16319 (libc_hidden_tls_proto): Likewise.
16320 (rtld_hidden_tls_proto): Likewise.
16321 (libm_hidden_tls_proto): Likewise.
16322 (libresolv_hidden_tls_proto): Likewise.
16323 (librt_hidden_tls_proto): Likewise.
16324 (libdl_hidden_tls_proto): Likewise.
16325 (libnss_files_hidden_tls_proto): Likewise.
16326 (libnsl_hidden_tls_proto): Likewise.
16327 (libnss_nisplus_hidden_tls_proto): Likewise.
16328 (libutil_hidden_tls_proto): Likewise.
16329
b7589107
OB
163302013-11-18 Ondřej Bílka <neleai@seznam.cz>
16331
16332 [BZ #10253]
16333 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
16334 (decompose_rpath): Defer expansion to fillin_rpath.
16335 (_dl_init_paths): Pass linkmap to fillin_rpath.
16336
250c23bd
RS
163372013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
16338
16339 * benchtests/Makefile: Add strsep.
16340 * benchtests/bench-strsep.c: New file: strsep benchtest.
16341 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
16342
a7931fcf
AS
163432013-11-18 Andreas Schwab <schwab@suse.de>
16344
16345 * locale/programs/locale.c (show_info) [case byte]: Check for
16346 '\377' instead of '\177'.
16347 * locale/C-monetary.c (not_available): Always use "\377".
16348 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
16349 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
16350 detect unavailable sign_posn locale elements.
16351 * locale/localeconv.c (__localeconv): For grouping and
16352 mon_grouping handle "\177" and "\377" like no grouping.
16353 (INT_ELEM): New macro. Use it to set all numeric members.
16354 * locale/programs/ld-monetary.c (monetary_read)
16355 <tok_mon_grouping>: Normalize single -1 to the empty string.
16356 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
16357 Likewise.
16358
728dab0e
OB
163592013-11-07 Ondřej Bílka <neleai@seznam.cz>
16360
16361 [BZ #16055]
16362 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
16363 when we match (nil).
16364 * stdio-common/tst-sscanf.c (struct test): Add testcase.
16365
66294491
JM
163662013-11-16 Joseph Myers <joseph@codesourcery.com>
16367
ce665817
JM
16368 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
16369 (NO_TEST_INLINE): Update value.
16370 (ERRNO_UNCHANGED): Likewise.
16371 (ERRNO_EDOM): Likewise.
16372 (ERRNO_ERANGE): Likewise.
16373 (IGNORE_RESULT): Likewise.
16374 (check_float_internal): Check signs of NaN results if
16375 TEST_NAN_SIGN used.
16376 (check_complex): Pass TEST_NAN_SIGN flag through to second
16377 check_float_internal call.
16378 (copysign_test_data): Add tests with quiet NaNs as second
16379 argument. Use TEST_NAN_SIGN.
16380 (fabs_test_data): Add test of negative quiet NaN argument. Use
16381 TEST_NAN_SIGN.
16382 (signbit_test_data): Add tests of quiet NaN argument.
16383 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
16384
ee1466a9
JM
16385 * math/gen-libm-test.pl (show_exceptions): Take extra argument
16386 $ignore_result.
16387 (parse_args): Handle function results specified as IGNORE.
16388 * math/libm-test.inc (IGNORE_RESULT): New macro.
16389 (check_float_internal): Do not check numerical result if flag
16390 IGNORE_RESULT set.
16391 (check_complex): Pass through IGNORE_RESULT to second
16392 check_float_internal call.
16393 (check_int): Do not check numerical result if flag IGNORE_RESULT
16394 set.
16395 (check_long): Likewise.
16396 (check_bool): Likewise.
16397 (check_longlong): Likewise.
16398 (lrint_test_data): Add tests of infinite and NaN arguments.
16399 (lrint_tonearest_test_data): Likewise.
16400 (lrint_towardzero_test_data): Likewise.
16401 (lrint_downward_test_data): Likewise.
16402 (lrint_upward_test_data): Likewise.
16403 (llrint_test_data): Likewise.
16404 (llrint_tonearest_test_data): Likewise.
16405 (llrint_towardzero_test_data): Likewise.
16406 (llrint_downward_test_data): Likewise.
16407 (llrint_upward_test_data): Likewise.
16408 (lround_test_data): Likewise.
16409 (llround_test_data): Likewise.
16410
14407b7e
JM
16411 * math/libm-test.inc (NO_TEST_INLINE): New macro.
16412 (ERRNO_UNCHANGED): Update value.
16413 (ERRNO_EDOM): Likewise.
16414 (ERRNO_ERANGE): Likewise.
16415 (NO_TEST_INLINE_FLOAT): New macro.
16416 (NO_TEST_INLINE_DOUBLE): Likewise.
16417 (enable_test): New function.
16418 (RUN_TEST_f_f): Check enable_test before running test.
16419 (RUN_TEST_2_f): Likewise.
16420 (RUN_TEST_fff_f): Likewise.
16421 (RUN_TEST_c_f): Likewise.
16422 (RUN_TEST_f_f1): Likewise.
16423 (RUN_TEST_fF_f1): Likewise.
16424 (RUN_TEST_fI_f1): Likewise.
16425 (RUN_TEST_ffI_f1): Likewise.
16426 (RUN_TEST_c_c): Likewise.
16427 (RUN_TEST_cc_c): Likewise.
16428 (RUN_TEST_f_i): Likewise.
16429 (RUN_TEST_f_i_tg): Likewise.
16430 (RUN_TEST_ff_i_tg): Likewise.
16431 (RUN_TEST_f_b): Likewise.
16432 (RUN_TEST_f_b_tg): Likewise.
16433 (RUN_TEST_f_l): Likewise.
16434 (RUN_TEST_f_L): Likewise.
16435 (RUN_TEST_fFF_11): Likewise.
16436 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
16437 conditionals.
16438 (cosh_test_data): Likewise.
16439 (exp_test_data): Likewise.
16440 (expm1_test_data): Likewise.
16441 (hypot_test_data): Likewise.
16442 (pow_test_data): Likewise.
16443 (sinh_test_data): Likewise.
16444 (tanh_test_data): Likewise.
16445 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
16446 flags argument.
16447
ca07f197
JM
16448 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
16449 tests with quiet NaN input and output.
16450 (acosh_test_data): Likewise.
16451 (asin_test_data): Likewise.
16452 (asinh_test_data): Likewise.
16453 (atan_test_data): Likewise.
16454 (atanh_test_data): Likewise.
16455 (atan2_test_data): Likewise.
16456 (cbrt_test_data): Likewise.
16457 (cos_test_data): Likewise.
16458 (cosh_test_data): Likewise.
16459 (erf_test_data): Likewise.
16460 (erfc_test_data): Likewise.
16461 (exp_test_data): Likewise.
16462 (exp10_test_data): Likewise.
16463 (exp2_test_data): Likewise.
16464 (expm1_test_data): Likewise.
16465 (hypot_test_data): Likewise.
16466 (j0_test_data): Likewise.
16467 (j1_test_data): Likewise.
16468 (jn_test_data): Likewise.
16469 (lgamma_test_data): Likewise.
16470 (log_test_data): Likewise.
16471 (log10_test_data): Likewise.
16472 (log1p_test_data): Likewise.
16473 (log2_test_data): Likewise.
16474 (pow_test_data): Likewise.
16475 (scalb_test_data): Likewise.
16476 (sin_test_data): Likewise.
16477 (sincos_test_data): Likewise.
16478 (sinh_test_data): Likewise.
16479 (tan_test_data): Likewise.
16480 (tanh_test_data): Likewise.
16481 (tgamma_test_data): Likewise.
16482 (y0_test_data): Likewise.
16483 (y1_test_data): Likewise.
16484 (yn_test_data): Likewise.
16485
66294491
JM
16486 [BZ #16167]
16487 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
16488 argument being NaN and avoid computations with second argument in
16489 that case.
16490 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
16491 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
16492 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
16493
1820b143
CL
164942013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
16495
16496 * locale/iso-639.def: Add Chitwani Tharu (the).
16497
714bd261
AS
164982013-11-14 Andreas Schwab <schwab@suse.de>
16499
16500 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
16501 word instead of empty string.
16502
7ab44563
AZ
165032013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16504
16505 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16506 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
16507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16508 (__fe_nomask_env): Likewise.
16509
e8470ea2
SE
165102013-11-13 Steve Ellcey <sellcey@mips.com>
16511
16512 * benchtests/bench-timing.h: Include time.h.
16513
17c1d9f0
L
165142013-11-13 H.J. Lu <hongjiu.lu@intel.com>
16515
16516 [BZ #15997]
16517 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
16518 to 3.4.0 for x32.
16519 * sysdeps/unix/sysv/linux/configure: Regenerated.
16520
9310c284
JM
165212013-11-13 Joseph Myers <joseph@codesourcery.com>
16522
16523 [BZ #16151]
16524 * stdlib/strtod_l.c (round_and_return): Do not consider
16525 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
16526 exponent one less than half the least subnormal exponent.
16527 * stdlib/test-strtod-round-data: Add more tests.
16528 * stdlib/tst-strtod-round.c (tests): Regenerated.
16529
7a2ad8cf
AZ
165302013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16531
16532 [BZ #14143]
16533 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
16534 (__fe_mask_env): Likewise.
16535 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
16536 libm_hidden_proto and add function prototype.
16537 (__fe_mask_env): Add function prototype.
16538 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
16539 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
16540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
16541 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
16542 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
16543 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
16544
50727aa7
MS
165452013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16546
b2f386c1 16547 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
16548 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
16549
a615be46
MS
165502013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
16551
16552 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
16553 of htab_find_slot().
16554
7ddace62
DM
165552013-11-11 David S. Miller <davem@davemloft.net>
16556
16557 [BZ #16150]
16558 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
16559 symbol in the non-vis3 case in static builds.
16560 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
16561 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
16562 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
16563 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
16564
9182aa67
JK
165652013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16566
16567 [BZ #387]
16568 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
16569 it is empty.
16570
450a2e2d
AZ
165712013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16572
b2f386c1
SP
16573 * benchtests/Makefile: Add bench-strtod.
16574 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 16575
8ec3f656
AS
165762013-11-11 Andreas Schwab <schwab@suse.de>
16577
16578 [BZ #16153]
16579 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
16580 terminating NUL in key length.
16581
76a9b998
AZ
165822013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16583
16584 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
16585 Add artificial ODP entry for vDSO symbol for PPC64.
16586 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
16587 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
16588
e4368156
OB
165892013-11-07 Ondřej Bílka <neleai@seznam.cz>
16590
16591 [BZ #15374]
16592 * nss/getent.c (services_keys): Recognize services starting with digit.
16593
8d6bb57c
DM
165942013-11-06 David S. Miller <davem@davemloft.net>
16595
16596 [BZ #15985]
16597 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
16598 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
16599
e256c421
WN
166002013-11-06 Will Newton <will.newton@linaro.org>
16601
16602 * manual/memory.texi (Malloc Examples): Remove register
16603 keyword from examples.
16604
f6e12daa 166052013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 16606
f6e12daa 16607 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 16608
9d880655
AS
166092013-11-04 Joseph Myers <joseph@codesourcery.com>
16610
fd2f9486 16611 [BZ #6981]
9d880655
AS
16612 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
16613 depending on [__GCC_IEC_559 > 0].
16614 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
16615 depending on [__GCC_IEC_559_COMPLEX > 0].
16616
ae129d3c
CL
166172013-11-03 Chris Leonard <cjl@sugarlabs.org>
16618
16619 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
16620 to iso-639.def.
16621
4a15c2a4 166222013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
16623
16624 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
16625
8b35e35d
OB
166262013-11-01 Ondřej Bílka <neleai@seznam.cz>
16627
16628 [BZ #16112]
16629 * malloc/malloc (malloc_info): Do not handle first bin as
16630 special case.
16631
1d70fd6c
CL
166322013-11-01 Chris Leonard <cjl@sugarlabs.org>
16633
16634 * locale/iso-639.def: Add Central Nahuatl (nhn).
16635
8c5c2600
BH
166362013-11-01 Bruno Haible <bruno@clisp.org>
16637
16638 [BZ #7003]
16639 * manual/math.texi (BSD Random): Specify range upper bound as
16640 in POSIX.
16641
da5579c2
CL
166422013-10-31 Chris Leonard <cjl@sugarlabs.org>
16643
16644 * locale/iso-639.def: Add Meadow Mari (mhr).
16645
5d30d853
OB
166462013-10-31 Ondřej Bílka <neleai@seznam.cz>
16647
16648 [BZ #14752], [BZ #15763]
16649 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
16650 Validate name.
16651 * rt/tst_shm.c: Add test for escaping directory.
16652
a4966c61
AS
166532013-10-31 Andreas Schwab <schwab@suse.de>
16654
8a43e768 16655 [BZ #15917]
a4966c61
AS
16656 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
16657 followed by 'x' as part of digit sequence.
16658 * stdio-common/tst-sscanf.c (double_tests2): New tests.
16659
28d708c4
MAP
166602013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
16661
16662 [BZ #16037]
16663 * configure.ac: allow GNU Make 4.0 and greater.
16664 * configure: Regenerated.
16665
a56ee40b
WN
166662013-10-30 Will Newton <will.newton@linaro.org>
16667
16668 [BZ #16038]
16669 * malloc/hooks.c (memalign_check): Limit alignment to the
16670 maximum representable power of two.
16671 * malloc/malloc.c (__libc_memalign): Likewise.
16672 * malloc/tst-memalign.c (do_test): Add test for very
16673 large alignment values.
16674 * malloc/tst-posix_memalign.c (do_test): Likewise.
16675
c6e4925d
OB
166762013-10-30 Ondřej Bílka <neleai@seznam.cz>
16677
16678 [BZ #11087]
16679 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
16680 (munmap_chunk): Likewise.
16681 (mremap_chunk): Likewise.
16682
166832013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 16684
8a43e768 16685 [BZ #15799]
bbea82f7
OB
16686 * stdlib/div.c (div): Remove obsolete code.
16687 * stdlib/ldiv.c (ldiv): Likewise.
16688 * stdlib/lldiv.c (lldiv): Likewise.
16689
977f4b31
SP
166902013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
16691
16692 [BZ #16071]
16693 * nss/nss_files/files-XXX.c (get_contents_ret): New
16694 enumerator.
16695 (get_contents): New function.
16696 (internal_getent): Use it. Expand size of LINEBUFLEN.
16697
cb8a6dbd
MF
166982013-10-30 Mike Frysinger <vapier@gentoo.org>
16699
16700 * configure.in: Moved to ...
16701 * configure.ac: ... here. Change reference to configure.in
16702 to configure.ac.
16703 * sysdeps/arm/preconfigure.ac: ... here.
16704 configure.in to configure.ac.
16705 * sysdeps/gnu/configure.in: Moved to ...
16706 * sysdeps/gnu/configure.ac: ... here.
16707 * sysdeps/i386/configure.in: Moved to ...
16708 * sysdeps/i386/configure.ac: ... here.
16709 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
16710 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
16711 * sysdeps/mach/configure.in: Moved to ...
16712 * sysdeps/mach/configure.ac: ... here.
16713 * sysdeps/mach/hurd/configure.in: Moved to ...
16714 * sysdeps/mach/hurd/configure.ac: ... here.
16715 * sysdeps/powerpc/configure.in: Moved to ...
16716 * sysdeps/powerpc/configure.ac: ... here.
16717 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
16718 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
16719 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
16720 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
16721 * sysdeps/s390/s390-32/configure.in: Moved to ...
16722 * sysdeps/s390/s390-32/configure.ac: ... here.
16723 * sysdeps/s390/s390-64/configure.in: Moved to ...
16724 * sysdeps/s390/s390-64/configure.ac: ... here.
16725 * sysdeps/sh/configure.in: Moved to ...
16726 * sysdeps/sh/configure.ac: ... here.
16727 * sysdeps/sparc/configure.in: Moved to ...
16728 * sysdeps/sparc/configure.ac: ... here.
16729 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
16730 * sysdeps/unix/sysv/linux/configure.ac: ... here.
16731 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
16732 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
16733 * sysdeps/x86_64/configure.in: Moved to ...
16734 * sysdeps/x86_64/configure.ac: ... here.
16735 * sysdeps/x86_64/preconfigure.in: Moved to ...
16736 * sysdeps/x86_64/preconfigure.ac: ... here.
16737 * aclocal.m4: Change reference to configure.in to configure.ac.
16738 * config.h.in: Likewise.
16739 * manual/install.texi: Likewise.
16740 * manual/maint.texi: Likewise.
16741 * Makefile: Likewise.
16742 * malloc/Makefile: Likewise.
16743 * nscd/Makefile: Likewise.
16744 * Makeconfig: Change reference to configure.in and
16745 preconfigure.in to configure.ac and preconfigure.ac
16746 respectively.
16747 * INSTALL: Regenerated.
16748 * configure: Likewise.
16749 * sysdeps/gnu/configure: Likewise.
16750 * sysdeps/i386/configure: Likewise.
16751 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
16752 * sysdeps/mach/configure: Likewise.
16753 * sysdeps/mach/hurd/configure: Likewise.
16754 * sysdeps/powerpc/configure: Likewise.
16755 * sysdeps/powerpc/powerpc32/configure: Likewise.
16756 * sysdeps/powerpc/powerpc64/configure: Likewise.
16757 * sysdeps/s390/s390-32/configure: Likewise.
16758 * sysdeps/s390/s390-64/configure: Likewise.
16759 * sysdeps/sh/configure: Likewise.
16760 * sysdeps/sparc/configure: Likewise.
16761 * sysdeps/unix/sysv/linux/configure: Likewise.
16762 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
16763 * sysdeps/x86_64/configure: Likewise.
16764 * sysdeps/x86_64/preconfigure: Likewise.
16765
36a4953a
AS
167662013-10-29 Andreas Schwab <schwab@suse.de>
16767
16768 * stdio-common/Makefile (tst-swscanf-ENV): Define.
16769
c79a1204
SP
167702013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
16771
dfa1b402
SP
16772 * benchtests/pow-inputs: Add new inputs.
16773
54f73d9c
SP
16774 * benchtests/exp-inputs: Add new inputs.
16775
c79a1204
SP
16776 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
16777 conditional check for return value.
16778 (__cos32): Likewise.
16779
67beb545 167802013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
16781
16782 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
16783 to provide a boost for large inputs with word alignment.
16784 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
16785 implementation based on optimized PPC64 strcpy.
16786 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
16787 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
16788 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
16789 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
16790
151659f6
OB
167912013-10-25 Ondřej Bílka <neleai@seznam.cz>
16792
482a077e 16793 [BZ #2801]
151659f6
OB
16794 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
16795
10b0f26b
OB
167962013-10-25 Ondřej Bílka <neleai@seznam.cz>
16797
16798 [BZ #14876]
16799 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
16800 * time/tst-strptime.c (day_tests): Add testcase.
16801
ca42d35e
OB
168022013-10-25 Ondřej Bílka <neleai@seznam.cz>
16803
482a077e 16804 [BZ #14029]
ca42d35e
OB
16805 * manual/pattern.texi: Acknowledge that fnmatch can fail.
16806
52e6d801
FB
168072013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
16808
16809 [BZ #16074]
16810 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
16811 MAP_FAILED on error.
16812
7cbcdb36
SP
168132013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
16814
16815 [BZ #16072]
16816 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
16817 heap for large requests.
16818
894f3f10
AM
168192013-10-25 Aurelien Jarno <aurelien@aurel32.net>
16820
16821 [BZ #9954]
16822 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
16823 result if the result has no associated interface.
16824 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
16825 interface for all 127.X.Y.Z addresses.
16826
b85545a6
CL
168272013-10-24 Chris Leonard <cjl@sugarlabs.org>
16828
16829 * locale/iso-639.def: Add Ligurian (lij)
16830
d1f23d46
OB
168312013-10-21 Ondřej Bílka <neleai@seznam.cz>
16832
16833 [BZ #15825]
16834 * sunrpc/rpc_main.c: Document rpcgen -5.
16835
4db5b08f
MS
168362013-10-19 Michael Stahl <mstahl@redhat.com>
16837
16838 * elf/rtld.c (do_preload): Print the reason why preloading failed.
16839
a471e96a
OB
168402013-10-19 Ondřej Bílka <neleai@seznam.cz>
16841
d1f23d46 16842 [BZ #10278]
a471e96a
OB
16843 * posix/glob.c: Match only directories when trailing slash is present.
16844 * posix/tst-gnuglob.c (my_opendir): Do not open files.
16845 (main): Add testcase.
16846
45c30c61
OB
168472013-10-19 Ondřej Bílka <neleai@seznam.cz>
16848
16849 [BZ #15670]
16850 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
16851
484c12fb
CD
168522013-10-18 Carlos O'Donell <carlos@redhat.com>
16853
3d7dc513
CD
16854 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
16855 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
16856 AUTH_DES and cindex for FIPS 140-2.
16857 (DES Encryption): Add cindex FIPS 46-3.
16858
484c12fb
CD
16859 * locale/locarchive.h (struct locarhandle): Add fname.
16860 * locale/programs/localedef.c (main): Pass ARGV[remaining]
16861 if an optional argument was specified to --list-archive,
16862 otherwise NULL.
16863 * locale/programs/locarchive.c (show_archive_content): Take new
16864 argument fname and pass it via ah.fname to open_archive.
16865 * locale/programs/localedef.h: Update decl.
16866 (open_archive): If AH->fname is non-null, open that file
16867 rather than the default file name, and don't ignore ENOENT.
16868 (create_archive): Set AH.fname to NULL.
16869 (delete_locales_from_archive): Likewise.
16870 (add_locales_to_archive): Likewise.
16871 * locale/programs/locfile.c (write_all_categories): Likewise.
16872
3c8325fb
JM
168732013-10-18 Joseph Myers <joseph@codesourcery.com>
16874 Aldy Hernandez <aldyh@redhat.com>
16875
16876 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
16877 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
16878 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
16879 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
16880 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
16881 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
16882 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
16883 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
16884 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
16885 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
16886 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
16887 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
16888 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
16889 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
16890 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
16891 Likewise.
16892 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
16893 Likewise.
16894 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
16895 Likewise.
16896 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
16897 Likewise.
16898 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
16899 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
16900 Likewise.
16901 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
16902 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
16903 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
16904 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
16905 Likewise.
16906 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
16907 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
16908 * sysdeps/powerpc/preconfigure: Likewise.
16909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
16910 Likewise.
16911 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
16912 Replace contents of file by #include of <fenv_libc.h>.
16913 * sysdeps/powerpc/soft-fp/sfp-machine.h
16914 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
16915 and <sys/prctl.h>.
16916 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
16917 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
16918 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
16919 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
16920 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
16921 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
16922 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
16923 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
16924 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
16925 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
16926 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
16927 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
16928 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16929 Allow copysignl PLT reference to be missing.
16930
5abe0682
RS
169312013-10-18 Richard Sandiford <richard@codesourcery.com>
16932 Joseph Myers <joseph@codesourcery.com
16933
16934 [BZ #15948]
16935 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
16936 single character.
16937 (add_to_tablewc): Assert sequence of wide characters is nonempty.
16938
c7738d08
SP
169392013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
16940
16941 * elf/tst-tls-dlinfo.c: Don't include tls.h.
16942 * elf/tst-tls1.c: Likewise.
16943 * elf/tst-tls10.h: Likewise.
16944 * elf/tst-tls14.c: Likewise.
16945 * elf/tst-tls2.c: Likewise.
16946 * elf/tst-tls3.c: Likewise.
16947 * elf/tst-tls4.c: Likewise.
16948 * elf/tst-tls5.c: Likewise.
16949 * elf/tst-tls6.c: Likewise.
16950 * elf/tst-tls7.c: Likewise.
16951 * elf/tst-tls8.c: Likewise.
16952 * elf/tst-tls9.c: Likewise.
16953 * elf/tst-tlsmod1.c: Likewise.
16954 * elf/tst-tlsmod13.c: Likewise.
16955 * elf/tst-tlsmod13a.c: Likewise.
16956 * elf/tst-tlsmod14a.c: Likewise.
16957 * elf/tst-tlsmod16a.c: Likewise.
16958 * elf/tst-tlsmod16b.c: Likewise.
16959 * elf/tst-tlsmod2.c: Likewise.
16960 * elf/tst-tlsmod3.c: Likewise.
16961 * elf/tst-tlsmod4.c: Likewise.
16962 * elf/tst-tlsmod5.c: Likewise.
16963 * elf/tst-tlsmod6.c: Likewise.
16964
0bfcf2c7
OB
169652013-10-18 Ondřej Bílka <neleai@seznam.cz>
16966
16967 [BZ #12486]
16968 * malloc/malloc.c: remove checks for statistics.
16969
264aad1e
OB
169702013-10-17 Ondřej Bílka <neleai@seznam.cz>
16971
16972 [BZ #15277]
16973 * inet/inet_net.c (inet_network): Detect additional invalid strings.
16974 * inet/tst-network.c: Add testcase.
16975
b957ced8
AS
169762013-10-17 Andreas Schwab <schwab@suse.de>
16977
16978 [BZ #15218]
16979 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
16980 to determine canonical name.
16981
c5d5d574
OB
169822013-10-17 Ondřej Bílka <neleai@seznam.cz>
16983
16984 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
16985 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
16986 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
16987 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
16988 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
16989 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
16990 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
16991 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
16992 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
16993 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
16994 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
16995 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
16996 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16997 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
16998 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
16999 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
17000 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
17001 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
17002 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
17003 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
17004 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
17005 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
17006 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
17007 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
17008 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
17009 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
17010 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
17011 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
17012 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
17013 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
17014 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
17015 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
17016 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
17017 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
17018 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
17019 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17020 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17021 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
17022 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
17023 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
17024 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
17025 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
17026 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
17027 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
17028 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
17029 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17030 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
17031 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
17032 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
17033 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
17034 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
17035 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
17036 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
17037 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
17038 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17039 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
17040 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
17041 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
17042
e5c2c2d0
JM
170432013-10-17 Joseph Myers <joseph@codesourcery.com>
17044
17045 [BZ #16041]
17046 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
17047 make result into a quiet NaN.
17048
51ca9e29
JM
170492013-10-16 Joseph Myers <joseph@codesourcery.com>
17050
17051 * soft-fp/adddf3.c: Fix horizontal whitespace.
17052 * soft-fp/addsf3.c: Likewise.
17053 * soft-fp/addtf3.c: Likewise.
17054 * soft-fp/divdf3.c: Likewise.
17055 * soft-fp/divsf3.c: Likewise.
17056 * soft-fp/divtf3.c: Likewise.
17057 * soft-fp/double.h: Likewise.
17058 * soft-fp/eqdf2.c: Likewise.
17059 * soft-fp/eqsf2.c: Likewise.
17060 * soft-fp/eqtf2.c: Likewise.
17061 * soft-fp/extenddftf2.c: Likewise.
17062 * soft-fp/extended.h: Likewise.
17063 * soft-fp/extendsfdf2.c: Likewise.
17064 * soft-fp/extendsftf2.c: Likewise.
17065 * soft-fp/extendxftf2.c: Likewise.
17066 * soft-fp/fixdfdi.c: Likewise.
17067 * soft-fp/fixdfsi.c: Likewise.
17068 * soft-fp/fixdfti.c: Likewise.
17069 * soft-fp/fixsfdi.c: Likewise.
17070 * soft-fp/fixsfsi.c: Likewise.
17071 * soft-fp/fixsfti.c: Likewise.
17072 * soft-fp/fixtfdi.c: Likewise.
17073 * soft-fp/fixtfsi.c: Likewise.
17074 * soft-fp/fixtfti.c: Likewise.
17075 * soft-fp/fixunsdfdi.c: Likewise.
17076 * soft-fp/fixunsdfsi.c: Likewise.
17077 * soft-fp/fixunsdfti.c: Likewise.
17078 * soft-fp/fixunssfdi.c: Likewise.
17079 * soft-fp/fixunssfsi.c: Likewise.
17080 * soft-fp/fixunssfti.c: Likewise.
17081 * soft-fp/fixunstfdi.c: Likewise.
17082 * soft-fp/fixunstfsi.c: Likewise.
17083 * soft-fp/fixunstfti.c: Likewise.
17084 * soft-fp/floatdidf.c: Likewise.
17085 * soft-fp/floatdisf.c: Likewise.
17086 * soft-fp/floatditf.c: Likewise.
17087 * soft-fp/floatsidf.c: Likewise.
17088 * soft-fp/floatsisf.c: Likewise.
17089 * soft-fp/floatsitf.c: Likewise.
17090 * soft-fp/floattidf.c: Likewise.
17091 * soft-fp/floattisf.c: Likewise.
17092 * soft-fp/floattitf.c: Likewise.
17093 * soft-fp/floatundidf.c: Likewise.
17094 * soft-fp/floatundisf.c: Likewise.
17095 * soft-fp/floatunditf.c: Likewise.
17096 * soft-fp/floatunsidf.c: Likewise.
17097 * soft-fp/floatunsisf.c: Likewise.
17098 * soft-fp/floatunsitf.c: Likewise.
17099 * soft-fp/floatuntidf.c: Likewise.
17100 * soft-fp/floatuntisf.c: Likewise.
17101 * soft-fp/floatuntitf.c: Likewise.
17102 * soft-fp/fmadf4.c: Likewise.
17103 * soft-fp/fmasf4.c: Likewise.
17104 * soft-fp/fmatf4.c: Likewise.
17105 * soft-fp/gedf2.c: Likewise.
17106 * soft-fp/gesf2.c: Likewise.
17107 * soft-fp/getf2.c: Likewise.
17108 * soft-fp/ledf2.c: Likewise.
17109 * soft-fp/lesf2.c: Likewise.
17110 * soft-fp/letf2.c: Likewise.
17111 * soft-fp/muldf3.c: Likewise.
17112 * soft-fp/mulsf3.c: Likewise.
17113 * soft-fp/multf3.c: Likewise.
17114 * soft-fp/negdf2.c: Likewise.
17115 * soft-fp/negsf2.c: Likewise.
17116 * soft-fp/negtf2.c: Likewise.
17117 * soft-fp/op-1.h: Likewise.
17118 * soft-fp/op-2.h: Likewise.
17119 * soft-fp/op-4.h: Likewise.
17120 * soft-fp/op-8.h: Likewise.
17121 * soft-fp/op-common.h: Likewise.
17122 * soft-fp/quad.h: Likewise.
17123 * soft-fp/single.h: Likewise.
17124 * soft-fp/soft-fp.h: Likewise.
17125 * soft-fp/sqrtdf2.c: Likewise.
17126 * soft-fp/sqrtsf2.c: Likewise.
17127 * soft-fp/sqrttf2.c: Likewise.
17128 * soft-fp/subdf3.c: Likewise.
17129 * soft-fp/subsf3.c: Likewise.
17130 * soft-fp/subtf3.c: Likewise.
17131 * soft-fp/truncdfsf2.c: Likewise.
17132 * soft-fp/trunctfdf2.c: Likewise.
17133 * soft-fp/trunctfsf2.c: Likewise.
17134 * soft-fp/trunctfxf2.c: Likewise.
17135 * soft-fp/unorddf2.c: Likewise.
17136 * soft-fp/unordsf2.c: Likewise.
17137 * soft-fp/unordtf2.c: Likewise.
17138
9ebb0332
JM
171392013-10-15 Joseph Myers <joseph@codesourcery.com>
17140
17141 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
17142 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
17143
4b1a6d8b
OB
171442013-10-15 Ondřej Bílka <neleai@seznam.cz>
17145
17146 * elf/dl-libc.c: Clear initfini list after freeing.
17147
1e145589
JM
171482013-10-14 Joseph Myers <joseph@codesourcery.com>
17149
17150 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
17151 * soft-fp/addsf3.c: Likewise.
17152 * soft-fp/addtf3.c: Likewise.
17153 * soft-fp/divdf3.c: Likewise.
17154 * soft-fp/divsf3.c: Likewise.
17155 * soft-fp/divtf3.c: Likewise.
17156 * soft-fp/double.h: Likewise.
17157 * soft-fp/eqdf2.c: Likewise.
17158 * soft-fp/eqsf2.c: Likewise.
17159 * soft-fp/eqtf2.c: Likewise.
17160 * soft-fp/extenddftf2.c: Likewise.
17161 * soft-fp/extended.h: Likewise.
17162 * soft-fp/extendsfdf2.c: Likewise.
17163 * soft-fp/extendsftf2.c: Likewise.
17164 * soft-fp/extendxftf2.c: Likewise.
17165 * soft-fp/fixdfdi.c: Likewise.
17166 * soft-fp/fixdfsi.c: Likewise.
17167 * soft-fp/fixdfti.c: Likewise.
17168 * soft-fp/fixsfdi.c: Likewise.
17169 * soft-fp/fixsfsi.c: Likewise.
17170 * soft-fp/fixsfti.c: Likewise.
17171 * soft-fp/fixtfdi.c: Likewise.
17172 * soft-fp/fixtfsi.c: Likewise.
17173 * soft-fp/fixtfti.c: Likewise.
17174 * soft-fp/fixunsdfdi.c: Likewise.
17175 * soft-fp/fixunsdfsi.c: Likewise.
17176 * soft-fp/fixunsdfti.c: Likewise.
17177 * soft-fp/fixunssfdi.c: Likewise.
17178 * soft-fp/fixunssfsi.c: Likewise.
17179 * soft-fp/fixunssfti.c: Likewise.
17180 * soft-fp/fixunstfdi.c: Likewise.
17181 * soft-fp/fixunstfsi.c: Likewise.
17182 * soft-fp/fixunstfti.c: Likewise.
17183 * soft-fp/floatdidf.c: Likewise.
17184 * soft-fp/floatdisf.c: Likewise.
17185 * soft-fp/floatditf.c: Likewise.
17186 * soft-fp/floatsidf.c: Likewise.
17187 * soft-fp/floatsisf.c: Likewise.
17188 * soft-fp/floatsitf.c: Likewise.
17189 * soft-fp/floattidf.c: Likewise.
17190 * soft-fp/floattisf.c: Likewise.
17191 * soft-fp/floattitf.c: Likewise.
17192 * soft-fp/floatundidf.c: Likewise.
17193 * soft-fp/floatundisf.c: Likewise.
17194 * soft-fp/floatunsidf.c: Likewise.
17195 * soft-fp/floatunsisf.c: Likewise.
17196 * soft-fp/floatuntidf.c: Likewise.
17197 * soft-fp/floatuntisf.c: Likewise.
17198 * soft-fp/floatuntitf.c: Likewise.
17199 * soft-fp/fmadf4.c: Likewise.
17200 * soft-fp/fmasf4.c: Likewise.
17201 * soft-fp/fmatf4.c: Likewise.
17202 * soft-fp/gedf2.c: Likewise.
17203 * soft-fp/gesf2.c: Likewise.
17204 * soft-fp/getf2.c: Likewise.
17205 * soft-fp/ledf2.c: Likewise.
17206 * soft-fp/lesf2.c: Likewise.
17207 * soft-fp/letf2.c: Likewise.
17208 * soft-fp/muldf3.c: Likewise.
17209 * soft-fp/mulsf3.c: Likewise.
17210 * soft-fp/multf3.c: Likewise.
17211 * soft-fp/negdf2.c: Likewise.
17212 * soft-fp/negsf2.c: Likewise.
17213 * soft-fp/negtf2.c: Likewise.
17214 * soft-fp/op-1.h: Likewise.
17215 * soft-fp/op-2.h: Likewise.
17216 * soft-fp/op-4.h: Likewise.
17217 * soft-fp/op-8.h: Likewise.
17218 * soft-fp/op-common.h: Likewise.
17219 * soft-fp/quad.h: Likewise.
17220 * soft-fp/single.h: Likewise.
17221 * soft-fp/soft-fp.h: Likewise.
17222 * soft-fp/sqrtdf2.c: Likewise.
17223 * soft-fp/sqrtsf2.c: Likewise.
17224 * soft-fp/sqrttf2.c: Likewise.
17225 * soft-fp/subdf3.c: Likewise.
17226 * soft-fp/subsf3.c: Likewise.
17227 * soft-fp/subtf3.c: Likewise.
17228 * soft-fp/truncdfsf2.c: Likewise.
17229 * soft-fp/trunctfdf2.c: Likewise.
17230 * soft-fp/trunctfsf2.c: Likewise.
17231 * soft-fp/trunctfxf2.c: Likewise.
17232 * soft-fp/unorddf2.c: Likewise.
17233 * soft-fp/unordsf2.c: Likewise.
17234 * soft-fp/unordtf2.c: Likewise.
17235
17c48a60
OB
172362013-10-14 Ondřej Bílka <neleai@seznam.cz>
17237
17238 [BZ #15672]
17239 * misc/error.c (error_tail): Fix possible buffer overflow.
17240
cabba934
OB
172412013-10-14 Aurelien Jarno <aurelien@aurel32.net>
17242
17243 [BZ #13028]
17244 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
17245 address.
17246
94bf958a
PM
172472013-10-14 P. J. McDermott <pj@pehjota.net>
17248
17249 [BZ #832]
17250 * elf/ldd.bash.in (try_trace): New function. Delete previous code
17251 testing pipefail option.
17252
71b4dea7
JM
172532013-10-12 Joseph Myers <joseph@codesourcery.com>
17254
17255 * soft-fp/double.h: Indent preprocessor directives inside #if.
17256 * soft-fp/extended.h: Likewise.
17257 * soft-fp/op-2.h: Likewise.
17258 * soft-fp/op-4.h: Likewise.
17259 * soft-fp/op-common.h: Likewise.
17260 * soft-fp/quad.h: Likewise.
17261 * soft-fp/single.h: Likewise.
17262 * soft-fp/soft-fp.h: Likewise.
17263
55602758
YC
172642013-10-12 Yuri Chornoivan <yurchor@ukr.net>
17265
17266 * iconv/iconv_prog.c: Fix typos.
17267 * stdio-common/psiginfo-data.h: Likewise.
17268
9cd83302
RT
172692013-10-12 Reuben Thomas <rrt@sc3d.org>
17270
17271 [BZ #15764]
17272 * locale/setlocale.c: Fix typo.
17273
99fd9f47
JM
172742013-10-12 Joseph Myers <joseph@codesourcery.com>
17275
b7ea74f0
JM
17276 [BZ #16036]
17277 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
17278 signaling NaN arguments.
17279 * soft-fp/unordsf2.c (__unordsf2): Likewise.
17280 * soft-fp/unordtf2.c (__unordtf2): Likewise.
17281
8a509447
JM
17282 [BZ #14910]
17283 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
17284 unordered operands.
17285 * soft-fp/gesf2.c (__gesf2): Likewise.
17286 * soft-fp/getf2.c (__getf2): Likewise.
17287 * soft-fp/ledf2.c (__ledf2): Likewise.
17288 * soft-fp/lesf2.c (__lesf2): Likewise.
17289 * soft-fp/letf2.c (__letf2): Likewise.
17290
98998e9f
JM
17291 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
17292 * soft-fp/eqsf2.c (__eqsf2): Likewise.
17293 * soft-fp/eqtf2.c (__eqtf2): Likewise.
17294 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
17295 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
17296 * soft-fp/fixdfti.c (__fixdfti): Likewise.
17297 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
17298 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
17299 * soft-fp/fixsfti.c (__fixsfti): Likewise.
17300 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
17301 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
17302 * soft-fp/fixtfti.c (__fixtfti): Likewise.
17303 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
17304 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
17305 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
17306 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
17307 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
17308 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
17309 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
17310 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
17311 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
17312 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
17313 * soft-fp/floatdisf.c (__floatdisf): Likewise.
17314 * soft-fp/floatsisf.c (__floatsisf): Likewise.
17315 * soft-fp/floattidf.c (__floattidf): Likewise.
17316 * soft-fp/floattisf.c (__floattisf): Likewise.
17317 * soft-fp/floattitf.c (__floattitf): Likewise.
17318 * soft-fp/floatundidf.c (__floatundidf): Likewise.
17319 * soft-fp/floatundisf.c (__floatundisf): Likewise.
17320 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
17321 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
17322 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
17323 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
17324 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
17325 * soft-fp/gesf2.c (__gesf2): Likewise.
17326 * soft-fp/getf2.c (__getf2): Likewise.
17327 * soft-fp/ledf2.c (__ledf2): Likewise.
17328 * soft-fp/lesf2.c (__lesf2): Likewise.
17329 * soft-fp/letf2.c (__letf2): Likewise.
17330
8edc4a11
JM
17331 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
17332 Undefine and redefine.
17333 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
17334 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
17335 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
17336 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
17337 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17338 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
17339 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17340 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
17341 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17342 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
17343 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17344 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
17345 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17346 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
17347 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
17348
8399acaf
JM
17349 [BZ #16032]
17350 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
17351 without decrementing exponent if mantissa >= that for the
17352 denominator, not >.
17353 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
17354 denominator, not >. Decrement exponent in < case instead of
17355 incrementing in >= case.
17356 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
17357 without decrementing exponent if mantissa >= that for the
17358 denominator, not >.
17359
99fd9f47
JM
17360 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
17361 computing saturated result for unsigned overflow.
17362
10e1cf6b
SP
173632013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
17364 Jeff Law <law@redhat.com>
17365
17366 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
17367 (atan2Mp): Add systemtap probe marker.
17368 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
17369 (__ieee754_log): Add systemtap probe marker.
17370 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
17371 (atanMp): Add systemtap probe marker.
17372 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
17373 (tanMp): Add systemtap probe marker.
17374 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
17375 (__slowexp): Add systemtap probe marker.
17376 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
17377 (__slowpow): Add systemtap probe marker.
17378 * manual/probes.texi: Document probes.
17379
3d110c7c
EB
173802013-10-11 Eric Biggers <ebiggers3@gmail.com>
17381
17382 [BZ #15362]
17383 * libio/fileops.c (_IO_new_file_write): Return count of bytes
17384 written.
17385 (_IO_new_file_xsputn): Don't return EOF if nothing has been
17386 written.
17387 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
17388 written to buffer but not flushed.
17389 * libio/iofwrite_u.c: Likewise.
17390 * libio/iopadn.c: Return bytes returned even if EOF was
17391 encountered.
17392 * libio/iowpadn.c: Likewise.
17393 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
17394 if _IO_padn does not write the whole buffer.
17395 [!COMPILE_WPRINTF] (PAD): Likewise.
17396
75b4202a
DM
173972013-10-10 David S. Miller <davem@davemloft.net>
17398
17399 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
17400 directory block.
17401
6c6352e6
JM
174022013-10-10 Joseph Myers <joseph@codesourcery.com>
17403
33b853c3
JM
17404 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
17405 instead of FSF address.
17406 * soft-fp/fixdfti.c: Likewise.
17407 * soft-fp/fixsfti.c: Likewise.
17408 * soft-fp/fixtfti.c: Likewise.
17409 * soft-fp/fixunsdfti.c: Likewise.
17410 * soft-fp/fixunssfti.c: Likewise.
17411 * soft-fp/fixunstfti.c: Likewise.
17412 * soft-fp/floattidf.c: Likewise.
17413 * soft-fp/floattisf.c: Likewise.
17414 * soft-fp/floattitf.c: Likewise.
17415 * soft-fp/floatuntidf.c: Likewise.
17416 * soft-fp/floatuntisf.c: Likewise.
17417 * soft-fp/floatuntitf.c: Likewise.
17418 * soft-fp/trunctfxf2.c: Likewise.
17419
6c6352e6
JM
17420 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
17421 * soft-fp/fixdfti.c: Likewise.
17422 * soft-fp/fixsfti.c: Likewise.
17423 * soft-fp/fixtfti.c: Likewise.
17424 * soft-fp/fixunsdfti.c: Likewise.
17425 * soft-fp/fixunssfti.c: Likewise.
17426 * soft-fp/fixunstfti.c: Likewise.
17427 * soft-fp/floattidf.c: Likewise.
17428 * soft-fp/floattisf.c: Likewise.
17429 * soft-fp/floattitf.c: Likewise.
17430 * soft-fp/floatuntidf.c: Likewise.
17431 * soft-fp/floatuntisf.c: Likewise.
17432 * soft-fp/floatuntitf.c: Likewise.
17433 * soft-fp/trunctfxf2.c: Likewise.
17434
3bf78b71
DM
174352013-10-10 David S. Miller <davem@davemloft.net>
17436
17437 * sysdeps/sparc/fpu/libm-test-ulps: Update.
17438
6f10289e
JM
174392013-10-10 Joseph Myers <joseph@codsourcery.com>
17440
bd878fc0
JM
17441 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
17442 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
17443 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
17444 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
17445 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
17446 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
17447 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
17448
6f10289e
JM
17449 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
17450 for NaNs before doing comparisons on argument.
17451 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
17452 Likewise.
17453
321e2684
WN
174542013-10-10 Will Newton <will.newton@linaro.org>
17455
17456 * malloc/hooks.c (memalign_check): Ensure the value of bytes
17457 passed to _int_memalign does not overflow.
17458
40fefba1
TR
174592013-10-10 Torvald Riegel <triegel@redhat.com>
17460
17461 * scripts/bench.pl: Add include-sources directive.
17462 * benchtests/README: Update documentation.
17463
2ae21ed2
JM
174642013-10-10 Joseph Myers <joseph@codesourcery.com>
17465
dcc2dd3f
JM
17466 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
17467 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
17468 instead of FP_INIT_ROUNDMODE.
17469 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
17470 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
17471
2ae21ed2
JM
17472 [BZ #16034]
17473 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
17474 copy class of input value.
17475 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
17476 not handle exceptions.
17477 * soft-fp/negsf2.c (__negsf2): Likewise.
17478 * soft-fp/negtf2.c (__negtf2): Likewise.
17479 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
17480
cb8f9562
JM
174812013-10-09 Joseph Myers <joseph@codesourcery.com>
17482
17483 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
17484 semicolon. From Linux kernel.
17485
5b60c59d
AB
174862013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
17487
17488 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
17489
b86835ca
YC
174902013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
17491
17492 [BZ #156]
17493 * manual/socket.texi: Added statement about buffer
17494 for gethostbyname2_r.
17495
e7044ea7
OB
174962013-10-08 Ondřej Bílka <neleai@seznam.cz>
17497
17498 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
17499 Use .p2align directive instead, throughout.
17500 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
17501 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
17502 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
17503 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17504 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17505 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
17506 * sysdeps/x86_64/strchr.S: Likewise.
17507 * sysdeps/x86_64/strrchr.S: Likewise.
17508
09544cbc
SP
175092013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
17510
88576635
SP
17511 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
17512
e7b2d1dd
SP
17513 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
17514
09544cbc
SP
17515 * sysdeps/generic/math_private.h (__mpsin1): Remove
17516 declaration.
17517 (__mpcos1): Likewise.
17518 (__mpsin): New argument __range_reduce.
17519 (__mpcos): Likewise.
17520 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
17521 (slow): Use __mpsin and __mpcos.
17522 (slow1): Likewise.
17523 (slow2): Likewise.
17524 (sloww): Likewise.
17525 (sloww1): Likewise.
17526 (sloww2): Likewise.
17527 (bsloww): Likewise.
17528 (bsloww1): Likewise.
17529 (bsloww2): Likewise.
17530 (cslow2): Likewise.
17531 (csloww): Likewise.
17532 (csloww1): Likewise.
17533 (csloww2): Likewise.
17534 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
17535 range_reduce. Merge in __mpsin1.
17536 (__mpcos): Likewise.
17537 (__mpsin1): Remove.
17538 (__mpcos1): Likewise.
17539
7602d070
JM
175402013-10-07 Joseph Myers <joseph@codesourcery.com>
17541
17542 * locale/loadlocale.c (_nl_intern_locale_data): Use
17543 LOCFILE_ALIGNED_P.
17544 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
17545 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
17546 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
17547 obstack data is appropriately aligned.
17548 (obstack_int32_grow_fast): Likewise.
17549 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
17550 * locale/programs/locfile.c (add_locale_uint32): Likewise.
17551 (add_locale_uint32_array): Likewise.
17552
a357259b
SP
175532013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
17554
17555 * benchtests/Makefile: Remove ARGLIST and RET variables.
17556 ($(objpfx)bench-%.c): Pass only function name to the script.
17557 * benchtests/README: Update documentation.
17558 * benchtests/acos-inputs: Add new directives.
17559 * benchtests/acosh-inputs: Likewise.
17560 * benchtests/asin-inputs: Likewise.
17561 * benchtests/asinh-inputs: Likewise.
17562 * benchtests/atan-inputs: Likewise.
17563 * benchtests/atanh-inputs: Likewise.
17564 * benchtests/cos-inputs: Likewise.
17565 * benchtests/cosh-inputs: Likewise.
17566 * benchtests/exp-inputs: Likewise.
17567 * benchtests/log-inputs: Likewise.
17568 * benchtests/pow-inputs: Likewise.
17569 * benchtests/rint-inputs: Likewise.
17570 * benchtests/sin-inputs: Likewise.
17571 * benchtests/sinh-inputs: Likewise.
17572 * benchtests/tan-inputs: Likewise.
17573 * benchtests/tanh-inputs: Likewise.
17574 * scripts/bench.pl: Add support for new directives.
17575
9ec1b13d
AM
175762013-10-07 Alan Modra <amodra@gmail.com>
17577
17578 * README: Fix careless merge.
17579
8b7d57cd
AM
175802013-10-05 Alan Modra <amodra@gmail.com>
17581
17582 * NEWS: Mention powerpc64le support and bugs fixed.
17583 * README: Both big-endian and little-endian powerpc64 supported.
17584
7b7bab13
ST
175852013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
17586
57f41c40
AS
17587 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
17588 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
17589 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
17590 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
17591
d39baad1
RA
175922013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
17593
17594 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
17595 match prototype.
17596
cd78f7e7
JM
175972013-10-04 Joseph Myers <joseph@codesourcery.com>
17598
29d73d86
JM
17599 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
17600 Move -mhard-float appending from
17601 ports/sysdeps/powerpc/powerpc32/Makefile.
17602 [$(with-fp) = yes] (ASFLAGS): Likewise.
17603 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
17604 * sysdeps/powerpc/nofpu: Move directory from
17605 ports/sysdeps/powerpc/nofpu.
17606 * sysdeps/powerpc/soft-fp: Move directory from
17607 ports/sysdeps/powerpc/soft-fp.
17608 * sysdeps/powerpc/powerpc32/405: Move directory from
17609 ports/sysdeps/powerpc/powerpc32/405.
17610 * sysdeps/powerpc/powerpc32/440: Move directory from
17611 ports/sysdeps/powerpc/powerpc32/440.
17612 * sysdeps/powerpc/powerpc32/464: Move directory from
17613 ports/sysdeps/powerpc/powerpc32/464.
17614 * sysdeps/powerpc/powerpc32/476: Move directory from
17615 ports/sysdeps/powerpc/powerpc32/476.
17616 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
17617 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
17618 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
17619 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
17620 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
17621 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
17622 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
17623 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
17624 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
17625 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
17626 * README: Update for powerpc-*-linux-gnu software floating point
17627 support in libc.
17628
e246b347
JM
17629 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
17630 case to powerpc/powerpc32*.
17631 * sysdeps/unix/sysv/linux/configure: Regenerated.
17632
89c2003e
JM
17633 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
17634 (_FPU_MASK_OM): Define as 0x04.
17635 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
17636 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
17637 0x00c10080.
17638 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
17639 0x0000003c.
17640 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
17641
cd78f7e7
JM
17642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
17643 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17644 getcontext_e500.
17645 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
17646 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
17647 setcontext_e500.
17648 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
17649 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
17650 and setcontext_e500.
17651
c755294d
CL
176522013-10-04 Chris Leonard <cjl@sugarlabs,.org>
17653
17654 * locale/iso-3166.def: Update iso-1366.def and related occurrences
17655
e16d221c
SP
176562013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17657
17658 * manual/threads.texi (Default Thread Attributes): Fix typo.
17659
215c7d43
WN
176602013-10-04 Will Newton <will.newton@linaro.org>
17661
17662 * malloc/Makefile: Add tst-memalign.
17663 * malloc/tst-memalign.c: New file.
17664
27d0461b
WN
17665 * malloc/tst-posix_memalign.c: Add comments.
17666 (do_test): Add comments and call free on all potentially
17667 allocated pointers. Add space after cast.
17668
1bc92709
WN
17669 * malloc/tst-pvalloc.c: Add comments.
17670 (do_test): Add comments and call free on all potentially
17671 allocated pointers. Remove duplicate check for NULL pointer.
17672 Add space after cast.
17673
66a9be9d
WN
17674 * malloc/tst-valloc.c: Add comments.
17675 (do_test): Add comments and call free on all potentially
17676 allocated pointers. Remove duplicate check for NULL pointer.
17677 Add space after cast.
17678
4cb81307
AM
176792013-10-04 Alan Modra <amodra@gmail.com>
17680
17681 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17682 Use stdint types in rather than __attribute__((mode())).
17683 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17684
f8e3e9f3
AM
176852013-10-04 Alan Modra <amodra@gmail.com>
17686
17687 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
17688 Correct handling of unaligned relocs for little-endian.
17689 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
17690
8f9ebb08
AM
176912013-10-04 Alan Modra <amodra@gmail.com>
17692
17693 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
17694 * configure: Regenerate.
17695 * nptl/shlib-versions: Powerpc*le starts at 2.18.
17696 * shlib-versions: Likewise.
17697
0edf96c2
AM
176982013-10-04 Alan Modra <amodra@gmail.com>
17699
17700 * string/tester.c (test_memrchr): Increment reported test cycle.
17701
e0f7a380
AM
177022013-10-04 Alan Modra <amodra@gmail.com>
17703
17704 * string/test-memcpy.c (do_one_test): When reporting errors, print
17705 string address and don't overrun end of string.
17706
466b0393
AM
177072013-10-04 Alan Modra <amodra@gmail.com>
17708
17709 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
17710 insrdi. Make better use of reg selection to speed exit slightly.
17711 Schedule entry path a little better. Remove useless "are we done"
17712 checks on entry to main loop. Handle wrapping around zero address.
17713 Correct main loop count. Handle single left-over word from main
17714 loop inline rather than by using loop_small. Remove extra word
17715 case in loop_small caused by wrong loop count. Add little-endian
17716 support.
17717 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
17718 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
17719 cache hint.
17720 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
17721 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
17722 support. Avoid rlwimi.
17723 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
17724
3be87c77
AM
177252013-10-04 Alan Modra <amodra@gmail.com>
17726
17727 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 17728 insrdi. Formatting.
3be87c77
AM
17729 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
17730 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17731 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
17732 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
17733 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17734 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
17735
759cfef3
AM
177362013-10-04 Alan Modra <amodra@gmail.com>
17737
17738 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
17739 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17740 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
17741 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
17742 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
17743 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
17744 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17745 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
17746 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
17747 use of regs. Use power7 mtocrf. Tidy function tails.
17748
fe6e95d7
AM
177492013-10-04 Alan Modra <amodra@gmail.com>
17750
17751 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
17752 Formatting. Consistently use rXXX register defines or rN defines.
17753 Use early exit labels that avoid restoring unused non-volatile regs.
17754 Make cr field use more consistent with rWORDn compares. Rename
17755 regs used as shift registers for unaligned loop, using rN defines
17756 for short lifetime/multiple use regs.
17757 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
17758 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
17759 addi 1,1,64 to pop stack frame. Simplify return value code.
17760 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17761
664318c3
AM
177622013-10-04 Alan Modra <amodra@gmail.com>
17763
17764 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
17765 support. Correct typos, formatting. Optimize tail. Use insrdi
17766 rather than rlwimi.
17767 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
17768 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
17769 little-endian support. Correct typos.
17770 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
17771 rather than rlwimi.
17772 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
17773 in loop and entry code to keep "and." results.
17774 (strchr): Add little-endian support. Comment. Move cntlzd
17775 earlier in tail.
17776 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
17777
43b84013
AM
177782013-10-04 Alan Modra <amodra@gmail.com>
17779
17780 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
17781 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
17782 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
17783 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
17784
8a7413f9
AM
177852013-10-04 Alan Modra <amodra@gmail.com>
17786
17787 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
17788 (rTMP): Define as r11.
17789 (strcmp): Add little-endian support. Optimise tail.
17790 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
17791 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
17792 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
17793 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17794 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
17795 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17796 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17797
33ee81de
AM
177982013-10-04 Alan Modra <amodra@gmail.com>
17799
17800 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
17801 little-endian support. Remove unnecessary "are we done" tests.
17802 Handle "s" wrapping around zero and extremely large "size".
17803 Correct main loop count. Handle single left-over word from main
17804 loop inline rather than by using small_loop. Correct comments.
17805 Delete "zero" tail, use "end_max" instead.
17806 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
17807
db9b4570
AM
178082013-10-04 Alan Modra <amodra@gmail.com>
17809
17810 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
17811 support. Don't branch over align.
17812 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
17813 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
17814 support. Rearrange tmp reg use to suit. Comment.
17815 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
17816
f7c399cf
AM
178172013-10-04 Alan Modra <amodra@gmail.com>
17818
17819 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
17820
0b2c2ace
AM
178212013-10-04 Alan Modra <amodra@gmail.com>
17822
17823 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
17824 conditional form of branch and link when obtaining pc.
17825 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
17826
02f04a6c
AM
178272013-10-04 Alan Modra <amodra@gmail.com>
17828
17829 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
17830 HIWORD/LOWORD.
17831 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
17832 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
17833
9b874b2f
AM
178342013-10-04 Alan Modra <amodra@gmail.com>
17835
17836 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
17837 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
17838 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
17839 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
17840 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17841 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17842 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
17843 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17844 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
17845 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
17846
be1e5d31
AB
178472013-10-04 Anton Blanchard <anton@au1.ibm.com>
17848 Alistair Popple <alistair@ozlabs.au.ibm.com>
17849 Alan Modra <amodra@gmail.com>
17850
17851 [BZ #15723]
17852 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
17853 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
17854 _dl_hwcap access for little-endian.
17855 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
17856 destroy vmx regs when saving unaligned.
17857 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
17858 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
17859 destroy vmx regs when saving unaligned.
17860
fef13a78
AM
178612013-10-04 Alan Modra <amodra@gmail.com>
17862
17863 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
17864 Don't use a union to pack hi/low value.
17865
76a66d51
AB
178662013-10-04 Anton Blanchard <anton@au1.ibm.com>
17867
17868 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
17869 for little-endian.
17870 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
17871 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
17872 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
17873 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
17874 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
17875
6a31fe7f
AM
178762013-10-04 Alan Modra <amodra@gmail.com>
17877
17878 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
17879 constants to usual value for .cst8 section, and remove redundant
17880 high address load.
17881 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
17882 constant for 0x1p52. Load little-endian words of double from
17883 correct stack offsets.
17884
7b88401f
AM
178852013-10-04 Alan Modra <amodra@gmail.com>
17886
17887 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
17888 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
17889 words of double from correct stack offsets.
17890 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
17891 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
17892 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
17893 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
17894 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
17895 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
17896 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
17897 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
17898 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
17899 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
17900 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
17901 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
17902 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
17903 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
17904 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
17905 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
17906 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
17907
9c008155
AM
179082013-10-04 Alan Modra <amodra@gmail.com>
17909
17910 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
17911 64-bit int/double union.
17912 (_FPU_SETCW): Likewise.
17913 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
17914 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
17915
da13146d
AM
179162013-10-04 Alan Modra <amodra@gmail.com>
17917
17918 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
17919 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
17920
603e8410
AM
179212013-10-04 Alan Modra <amodra@gmail.com>
17922
17923 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
17924 use vector int constants.
17925 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
17926
4a28b3ca
AB
179272013-10-04 Anton Blanchard <anton@au1.ibm.com>
17928
17929 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
17930 array with long long.
17931 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
17932 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
17933 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
17934 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
17935 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
17936 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
17937 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
17938 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
17939 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
17940 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
17941 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
17942 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
17943 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
17944
2ca85d2b
AB
179452013-10-04 Anton Blanchard <anton@au1.ibm.com>
17946
17947 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
17948 (__signbit): Likewise. Correct for little-endian.
17949 (__signbitl): Call __signbit.
17950 (lrint): Correct for little-endian.
17951 (lrintf): Call lrint.
17952
62a728ae
AM
179532013-10-04 Alan Modra <amodra@gmail.com>
17954
17955 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
17956 union 32-bit int array member with 64-bit int array.
17957 (t515, tm256): Double rather than long double.
17958 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
17959
32c301df
AM
179602013-10-04 Alan Modra <amodra@gmail.com>
17961
17962 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
17963 Delete.
17964 (IEEE854_LONG_DOUBLE_BIAS): Delete.
17965 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
17966 version of math_ldbl.h.
17967
650ef4bd
AM
179682013-10-04 Alan Modra <amodra@gmail.com>
17969
17970 [BZ #15734], [BZ #15735]
17971 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
17972 all uses of ieee875 long double macros and unions. Simplify test
17973 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
17974 ldbl_extract_mantissa value for ix,iy exponents. Properly
17975 normalize after ldbl_extract_mantissa, and don't add hidden bit
17976 already handled. Don't treat low word of ieee854 mantissa like
17977 low word of IBM long double and mask off bit when testing for
17978 zero.
17979 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
17980 all uses of ieee875 long double macros and unions. Simplify tests
17981 for 0.0L and inf. Correct double adjustment of k. Delete dead code
17982 adjusting ha,hb. Simplify code setting kld. Delete two600 and
17983 two1022, instead use their values. Recognise that tests for large
17984 "a" and small "b" are mutually exclusive. Rename vars. Comment.
17985 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
17986 Rewrite all uses of ieee875 long double macros and unions. Simplify
17987 test for 0.0L and nan. Correct negation.
17988 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
17989 ieee875 long double macros and unions. Correct output for large
17990 magnitude x. Correct absolute value calculation.
17991 (__erfcl): Likewise.
17992 * math/libm-test.inc: Add tests for errors discovered in IBM long
17993 double versions of fmodl, remainderl, erfl and erfcl.
17994
765714ca
AM
179952013-10-04 Alan Modra <amodra@gmail.com>
17996
17997 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
17998 all uses of ieee854 long double macros and unions. Simplify tests
17999 for long doubles that are fully specified by the high double.
18000 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
18001 Likewise.
18002 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
18003 Remove dead code too.
18004 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
18005 (__ieee754_ynl): Likewise.
18006 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
18007 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
18008 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
18009 Remove dead code too.
18010 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
18011 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
18012 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
18013 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
18014 Simplify.
18015 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
18016 Simplify.
18017 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
18018 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
18019 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
18020 Comment on variable precision.
18021 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
18022 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
18023 Likewise.
18024 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
18025 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
18026 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
18027 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
18028 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
18029
4ebd120c
AM
180302013-10-04 Alan Modra <amodra@gmail.com>
18031
18032 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
18033 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
18034 all uses of ieee854 long double macros and unions.
18035 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
18036 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
18037 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
18038 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
18039 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
18040 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
18041 Likewise.
18042 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
18043 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
18044 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
18045 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
18046 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
18047 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
18048 Simplify sign and nan test too.
18049 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
18050 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
18051 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
18052 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
18053 Likewise.
18054 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
18055 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
18056 Likewise.
18057 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18058 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
18059 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
18060 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
18061 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
18062 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
18063
1b6adf88
AM
180642013-10-04 Alan Modra <amodra@gmail.com>
18065
18066 * stdio-common/printf_size.c (__printf_size): Don't use
18067 union ieee854_long_double in fpnum union.
18068 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
18069 signbit macro to retrieve sign from long double.
18070 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
18071 retrieve sign from long double.
18072 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
18073 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
18074 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
18075 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
18076 * math/test-misc.c (main): Don't use union ieee854_long_double.
18077
4cf69995
AM
180782013-10-04 Alan Modra <amodra@gmail.com>
18079
18080 [BZ #15680]
18081 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
18082 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
18083 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
18084 calculation. Remove unnecessary test for denormal exponent.
18085 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
18086 Correct handling of denormals. Avoid undefined shift behaviour.
18087 Correct normalisation of low mantissa when low double is denormal.
18088 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
18089 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
18090 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
18091 Correct normalisation of low mantissa. Test for overflow of high
18092 mantissa and normalise.
18093 (ldbl_nearbyint): Use more readable constant for two52.
18094 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
18095 (__mpn_construct_long_double): Fix test for overflow of high
18096 mantissa and correct normalisation. Avoid undefined shift.
18097
9605ca6c
AM
180982013-10-04 Alan Modra <amodra@gmail.com>
18099
18100 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
18101 (union ibm_extended_long_double): Define as an array of ieee754_double.
18102 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
18103 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
18104 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
18105 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
18106 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18107 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
18108 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18109 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
18110 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
18111 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
18112 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
18113
975569d0
JM
181142013-10-03 Joseph Myers <joseph@codesourcery.com>
18115
d3d23756
JM
18116 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
18117 page size instead of calling getpagesize.
18118
975569d0
JM
18119 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
18120 (LOCFILE_ALIGN_MASK): Likewise.
18121 (LOCFILE_ALIGN_UP): Likewise.
18122 (LOCFILE_ALIGNED_P): Likewise.
18123 * locale/programs/ld-collate.c (collate_output): Use the new
18124 macros instead of __alignof__ (int32_t).
18125 * locale/weight.h (findidx): Likewise.
18126
b1fe1f2b
OB
181272013-10-03 Ondřej Bílka <neleai@seznam.cz>
18128
18129 [BZ #431]
18130 * manual/string.texi: Fix strncat and wcsncat.
18131
5f855e35
BM
181322013-10-03 Brooks Moses <bmoses@google.com>
18133
18134 [BZ #15915]
18135 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
18136 * Makerules: ...here, and adjust associated comments.
18137
3cef6009
WN
181382013-10-02 Will Newton <will.newton@linaro.org>
18139
18140 * malloc/Makefile: Add tst-pvalloc.
18141 * malloc/tst-pvalloc.c: New file.
18142
7815420b
WN
181432013-10-02 Will Newton <will.newton@linaro.org>
18144
18145 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
18146 improve test coverage.
18147
4868b204
WN
181482013-10-02 Will Newton <will.newton@linaro.org>
18149
18150 * malloc/Makefile: Add tst-posix_memalign.
18151 * malloc/tst-posix_memalign.c: New file.
18152
29c793b3
EB
181532013-10-01 Eric Blake <eblake@redhat.com>
18154
18155 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
18156 Use __THROWNL rather than __THROW on static functions.
18157
fd967522
PM
181582013-09-30 Petr Machata <pmachata@redhat.com>
18159
18160 * elf/elf.h (R_AARCH64_ABS16): New macro.
18161 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
18162 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
18163 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
18164 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
18165 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
18166 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
18167 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
18168 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
18169 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
18170 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
18171 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
18172 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
18173 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
18174 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
18175 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
18176 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
18177 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
18178 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
18179 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
18180 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
18181 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
18182 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
18183 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
18184 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
18185 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
18186 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
18187 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
18188 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
18189 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
18190 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
18191 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
18192 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
18193 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
18194 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
18195 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
18196 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
18197 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
18198 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
18199 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
18200 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
18201 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
18202 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
18203 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
18204 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
18205 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
18206 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
18207 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
18208 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
18209 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
18210 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
18211 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
18212 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
18213 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
18214 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
18215 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
18216 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
18217 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
18218 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
18219 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
18220 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
18221 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
18222 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
18223 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
18224 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
18225 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
18226 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
18227 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
18228 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
18229 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
18230 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
18231 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
18232 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
18233 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
18234 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
18235 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
18236 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
18237 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
18238 (R_AARCH64_TLSDESC_LDR): Likewise.
18239 (R_AARCH64_TLSDESC_ADD): Likewise.
18240 (R_AARCH64_TLSDESC_CALL): Likewise.
18241
b2179107
AS
182422013-09-30 Andreas Schwab <schwab@suse.de>
18243
18244 [BZ #15048]
18245 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
18246 the nss database lookup.
18247 * nscd/initgrcache.c (addinitgroupsX): Likewise.
18248 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
18249
47f28d0a
MF
182502013-09-28 Mike Frysinger <vapier@gentoo.org>
18251
18252 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
18253
182542013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
18255
18256 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
18257 ${Bash-specific parameter/pattern/string} parameter expansion.
18258 * sysdeps/unix/make-syscalls.sh: Likewise.
18259
f4518a17
KK
182602013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
18261
18262 * sysdeps/sh/stackguard-macros.h: New file.
18263
dc1a95c7
OB
182642013-09-26 Ondřej Bílka <neleai@seznam.cz>
18265
18266 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
18267 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
18268 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
18269 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
18270 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18271 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
18272
5ebbff8f
AZ
182732013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18274
18275 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
18276 Fix thread ID register.
18277
4fd2cf9f
JM
182782013-09-25 Joseph Myers <joseph@codesourcery.com>
18279
18280 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
18281 [POSIX || UNIX98]: Require rather than permitting all symbols from
18282 <time.h>.
18283 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
18284 element of struct sched_param.
18285 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
18286 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
18287 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
18288 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
18289 constant.
18290
12c22bc4
OL
182912013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
18292
18293 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
18294 argument calculation.
18295
a03d8ea7
JM
182962013-09-24 Joseph Myers <joseph@codesourcery.com>
18297
18298 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
18299 Expect macro.
18300 [POSIX] (pthread_attr_t): Do not require type.
18301 [POSIX] (pthread_cond_t): Likewise.
18302 [POSIX] (pthread_condattr_t): Likewise.
18303 [POSIX] (pthread_key_t): Likewise.
18304 [POSIX] (pthread_mutex_t): Likewise.
18305 [POSIX] (pthread_mutexattr_t): Likewise.
18306 [POSIX] (pthread_once_t): Likewise.
18307 [POSIX] (pthread_t): Likewise.
18308 [POSIX-based standards] (pthread_atfork): Expect function.
18309
6055173a
JM
183102013-09-24 Joseph Myers <joseph@codesourcery.com>
18311 Richard Sandiford <richard@codesourcery.com>
18312
18313 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
18314 (swap_endianness_p): New extern variable.
18315 (set_big_endian): New inline function.
18316 (maybe_swap_uint32): Likewise.
18317 (maybe_swap_uint32_array): Likewise.
18318 (maybe_swap_uint32_obstack): Likewise.
18319 * locale/programs/locfile.c: Include <stdbool.h>.
18320 (swap_endianness_p): New variable.
18321 (add_locale_uint32): Call maybe_swap_uint32.
18322 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
18323 (write_locale_data): Call maybe_swap_uint32_array.
18324 * locale/programs/ld-collate.c (obstack_int32_grow): Call
18325 maybe_swap_uint32.
18326 (obstack_int32_grow_fast): Likewise.
18327 (output_weightwc): Call maybe_swap_uint32_obstack.
18328 (collate_output): Likewise.
18329 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
18330 (OPT_LITTLE_ENDIAN): Likewise.
18331 (options): Add --little-endian and --big-endian options.
18332 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
18333 * locale/programs/locarchive.c: Include "locfile.h".
18334 (GET): New macro.
18335 (SET): Likewise.
18336 (INC): Likewise.
18337 (create_archive): Use the new macros to access fields of
18338 structures directly mapped from or written to locale archives.
18339 (oldlocrecentcmp): Likewise.
18340 (enlarge_archive): Likewise.
18341 (insert_name): Likewise.
18342 (add_alias): Likewise.
18343 (add_locale): Likewise.
18344 (delete_locales_from_archive): Likewise.
18345 (show_archive_content): Likewise.
18346 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
18347 locale data.
18348
39bf0bb4
RM
183492013-09-24 Roland McGrath <roland@hack.frob.com>
18350
18351 * manual/freemanuals.texi: Updated from (newly) canonical copy at
18352 http://www.gnu.org/doc/freemanuals.texi.
18353 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
18354
f02eed10
WN
183552013-09-24 Will Newton <will.newton@linaro.org>
18356
18357 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
18358 macro.
18359
a3a6c312
JM
183602013-09-23 Joseph Myers <joseph@codesourcery.com>
18361
18362 * locale/hashval.h (compute_hashval): Interpret bytes of key as
18363 unsigned char.
18364
107375ac
MR
183652013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
18366
18367 * manual/threads.texi (POSIX Threads): Fix a typo.
18368
141f3a77
SP
183692013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
18370
303e567a
SP
18371 [BZ #14547]
18372 * string/tst-strcoll-overflow.c: New test case.
18373 * string/Makefile (xtests): Add tst-strcoll-overflow.
18374 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
18375 cache if string sizes may cause integer overflow.
18376
141f3a77
SP
18377 [BZ #14547]
18378 * string/strcoll_l.c (coll_seq): New members rule, idx,
18379 save_idx and back_us.
18380 (get_next_seq_nocache): New function.
18381 (do_compare_nocache): New function.
18382 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
18383 when malloc fails.
18384
c61b4d41
CD
183852013-09-23 Carlos O'Donell <carlos@redhat.com>
18386
0b1f8e35
CD
18387 [BZ #15754]
18388 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
18389 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
18390 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
18391
c61b4d41
CD
18392 [BZ #15754]
18393 * elf/Makefile (tests): Add tst-ptrguard1.
18394 (tests-static): Add tst-ptrguard1-static.
18395 (tst-ptrguard1-ARGS): Define.
18396 (tst-ptrguard1-static-ARGS): Define.
18397 * elf/tst-ptrguard1.c: New file.
18398 * elf/tst-ptrguard1-static.c: New file.
18399 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
18400 * sysdeps/i386/stackguard-macros.h: Likewise.
18401 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
18402 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
18403 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
18404 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
18405 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
18406 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
18407
184082013-09-23 Hector Marco <hecmargi@upv.es>
18409 Ismael Ripoll <iripoll@disca.upv.es>
18410 Carlos O'Donell <carlos@redhat.com>
18411
18412 [BZ #15754]
18413 * sysdeps/generic/stackguard-macros.h: Define
18414 __pointer_chk_guard_local and POINTER_CHK_GUARD.
18415 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
18416 Define __pointer_chk_guard_local.
18417 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
18418 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
18419
f5f4e7b4
VV
184202013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
18421
18422 [BZ #15859]
18423 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
18424
5bb43a43
AS
184252013-09-20 Andreas Schwab <schwab@linux-m68k.org>
18426
18427 * include/string.h (__ffs): Declare as hidden.
18428 * string/ffs.c (__ffs): Define as hidden.
18429 * sysdeps/i386/ffs.c (__ffs): Likewise.
18430 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
18431 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
18432 * sysdeps/s390/ffs.c (__ffs): Likewise.
18433 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
18434
3ea5be54
AO
184352013-09-20 Alexandre Oliva <aoliva@redhat.com>
18436
ffb89e53
AO
18437 * NEWS: Mention malloc probes.
18438
322dea08
AO
18439 * malloc/arena.c (new_heap): New memory_heap_new probe.
18440 (grow_heap): New memory_heap_more probe.
18441 (shrink_heap): New memory_heap_less probe.
18442 (heap_trim): New memory_heap_free probe.
18443 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
18444 (systrim): New memory_sbrk_less probe.
18445 * manual/probes.texi: Document them.
18446
655673f3
AO
18447 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
18448 * manual/probes.texi: Document it.
18449
35fed6f1
AO
18450 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
18451 (__libc_realloc): Add memory_realloc_retry probe.
18452 (__libc_memalign): Add memory_memalign_retry probe.
18453 (__libc_valloc): Add memory_valloc_retry probe.
18454 (__libc_pvalloc): Add memory_pvalloc_retry probe.
18455 (__libc_calloc): Add memory_calloc_retry probe.
18456 * manual/probes.texi: Document them.
18457
6999d38c
AO
18458 * malloc/arena.c (get_free_list): Add probe
18459 memory_arena_reuse_free_list.
18460 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
18461 and memory_arena_reuse.
18462 (arena_get2) [!PER_THREAD]: Likewise.
18463 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
18464 memory_arena_reuse_realloc.
18465 * manual/probes.texi: Document them.
18466
0653427f
AO
18467 * malloc/malloc.c (__libc_free): Add
18468 memory_mallopt_free_dyn_thresholds probe.
18469 (__libc_mallopt): Add multiple memory_mallopt probes.
18470 * manual/probes.texi: Document them.
18471
3ea5be54
AO
18472 * malloc/malloc.c: Include stap-probe.h.
18473 (__libc_mallopt): Add memory_mallopt probe.
18474 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
18475 * manual/probes.texi: New.
18476 * manual/Makefile (chapters): Add probes.
18477 * manual/threads.texi: Set next node.
18478
e35696c3 184792013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 18480
e35696c3
CL
18481 [BZ #15963, #13985]
18482 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
18483 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
18484 Add `Chinese' to `nan' entry name.
18485
4aafb73c
SP
184862013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18487
18488 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
18489 (POLYNOMIAL): Likewise.
18490 (TAYLOR_SINCOS): Likewise.
18491 (TAYLOR_SLOW): Likewise.
18492 (__sin): Use TAYLOR_SINCOS.
18493 (__cos): Likewise.
18494 (slow): Use TAYLOR_SLOW.
18495 (sloww): Likewise.
18496 (bsloww): Likewise.
18497 (csloww): Likewise.
18498
d84f25c7
LD
184992013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
18500
18501 * stdlib/strtod_l.c: Fix buffer overrun.
18502
5eea0404
SP
185032013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
18504
7849ff93
SP
18505 * benchtests/Makefile (bench): Add sincos.
18506 * benchtests/bench-sincos.c: New file.
18507
cfa3c886
SP
18508 * math/libm-test.inc (cos_test_data): New test inputs.
18509 (sin_test_data): Likewise.
18510
b348e1e3
SP
18511 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
18512 macro.
18513 (__sin): Use it.
18514 (__cos): Likewise.
18515 (slow1): Likewise.
18516 (slow2): Likewise.
18517 (sloww1): Likewise.
18518 (sloww2): Likewise.
18519 (bsloww1): Likewise.
18520 (bsloww2): Likewise.
18521 (cslow2): Likewise.
18522 (csloww1): Likewise.
18523 (csloww2): Likewise.
18524
6cce25f8
SP
18525 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
18526 function.
18527 (__sin): Use it.
18528 (__cos): Likewise.
18529
5eea0404
SP
18530 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
18531 gotos.
18532 (__cos): Likewise.
18533
9c21573c
MR
185342013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
18535
18536 * config.h.in (HAVE_MIPS_NAN2008): New macro.
18537 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
18538 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
18539 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
18540 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
18541 * elf/cache.c (print_entry): Handle the new cache flags.
18542
24d22e65
JM
185432013-09-18 Joseph Myers <joseph@codesourcery.com>
18544 Aldy Hernandez <aldyh@redhat.com>
18545
18546 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
18547 Change condition to [_SOFT_FLOAT].
18548 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
18549 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
18550 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
18551 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
18552 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
18553 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
18554 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
18555 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
18556 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
18557 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
18558 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
18559 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
18560 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
18561 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
18562 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
18563 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
18564 declaration.
18565
d13ef066
JM
185662013-09-18 Joseph Myers <joseph@codesourcery.com>
18567
2e071de0
JM
18568 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
18569 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18570 (__longjmp): Use LOAD_GP to load saved GPRs.
18571 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
18572 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
18573 (__sigsetjmp): Use SAVE_GP to save GPRs.
18574
d13ef066
JM
18575 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
18576 Do not append -msoft-float.
18577 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
18578
97a0650b
SP
185792013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
18580
18581 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
18582
11ca09e9
JM
185832013-09-17 Joseph Myers <joseph@codesourcery.com>
18584
18585 [BZ #15966]
18586 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
18587 (_FPU_GETCW): Use initial "__" on variable and field names but not
18588 on macro parameter name.
18589 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
18590 parentheses around reference to macro parameter.
18591
08ffcf34
RS
185922013-09-13 Richard Sandiford <richard@codesourcery.com>
18593
18594 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
18595 prototype.
18596 (ctype_startup): Use uint32_t in cast and sizeof for
18597 ctype->charnames.
18598
ae7080d3
JL
185992013-09-11 Jia Liu <proljc@gmail.com>
18600
18601 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
18602 __daddr_t_defined.
18603 [__FreeBSD__]: Likewise.
18604
5905e7b3
OB
186052013-09-11 Ondřej Bílka <neleai@seznam.cz>
18606
18607 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
18608 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
18609 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
18610 (strchr): Remove __strchr_sse42 ifunc selection.
18611 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
18612 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
18613
b987c776
WN
186142013-09-11 Will Newton <will.newton@linaro.org>
18615
18616 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
18617 parameter to RES. Remove hardcoded 1000 value.
18618 * benchtests/bench-skeleton.c (main): Pass RES parameter
18619 to TIMING_INIT and multiply result by 1000.
18620
ddf985af
AZ
186212013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18622
18623 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18624
ffdd3181
AS
186252013-09-11 Andreas Schwab <schwab@suse.de>
18626
18627 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
18628 if not defined.
18629 (O_TMPFILE) [__USE_GNU]: Define.
18630 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
18631 Define.
18632
b73ed247
WN
186332013-09-11 Will Newton <will.newton@linaro.org>
18634
18635 [BZ #15857]
18636 * malloc/malloc.c (__libc_memalign): Check the value of bytes
18637 does not overflow.
18638
55e17aad
WN
186392013-09-11 Will Newton <will.newton@linaro.org>
18640
18641 [BZ #15856]
18642 * malloc/malloc.c (__libc_valloc): Check the value of bytes
18643 does not overflow.
18644
1159a193
WN
186452013-09-11 Will Newton <will.newton@linaro.org>
18646
18647 [BZ #15855]
18648 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
18649 does not overflow.
18650
5905e7b3 186512013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
18652
18653 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
18654 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
18655 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
18656 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
18657 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
18658
cdfc721b
AM
186592013-09-10 Allan McRae <allan@archlinux.org>
18660
aa04af00
AM
18661 [BZ #15748]
18662 * manual/arith.texi (Parsing of Floats): Clarify
18663 cross-reference.
18664
cdfc721b
AM
18665 [BZ #15849]
18666 * manual/install.texi (Running make install): Mention
18667 --enable-pt-chown.
18668 * INSTALL: Regenerated.
18669
95e7cf29
MR
186702013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18671
18672 * csu/init-first.c (_init): Remove the !SHARED condition around
18673 FPU control word initialization.
18674 * elf/dl-support.c (_dl_fpu_control): New variable.
18675 (_dl_aux_init) <AT_FPUCW>: Initialize it.
18676 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
18677 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
18678 * math/test-fpucw-static.c: New file.
18679 * math/test-fpucw-ieee.c: New file.
18680 * math/test-fpucw-ieee-static.c: New file.
18681 * math/Makefile (tests): Add `test-fpucw-ieee' and
18682 `$(tests-static)'.
18683 (tests-static): New variable.
18684 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
18685 dependency to...
18686 [($(build-shared),yes)]
18687 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
18688 ... this.
18689 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
18690 New dependency.
18691
83e43bf0
AM
186922013-09-09 Allan McRae <allan@archlinux.org>
18693
a9f5ce09
AM
18694 [BZ #15939]
18695 * manual/string.texi (Collation Functions): Fix typo in
18696 strcoll example.
18697 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
18698
34829bc2
AM
18699 [BZ #15893]
18700 * stdlib/isomac.c (get_null_defines): Fix memory leak.
18701
3932737d
AM
18702 [BZ #15892]
18703 * libio/memstream.c (open_memstream): Fix memory leak.
18704 * libio/wmemstream.c (open_wmemstream): Likewise.
18705
83e43bf0
AM
18706 [BZ #15895]
18707 * nscd/netgroupcache.c: Fix nesting of ifdefs.
18708
0c66b8e9
WN
187092013-09-09 Will Newton <will.newton@linaro.org>
18710
18711 * malloc/Makefile: Add tst-realloc to tests.
18712 * malloc/tst-realloc.c: New file.
18713
f6b00fd1
AM
187142013-09-09 Allan McRae <allan@archlinux.org>
18715
18716 [BZ #15844]
18717 * COPYING: Update from GNU website to fix FSF address.
18718 * COPYING.LIB: Likewise.
18719
eec55e16
DM
187202013-09-06 David S. Miller <davem@davemloft.net>
18721
18722 * po/zh_TW.po: Update Chinese (traditional) translation from
18723 translation project.
18724
1ecbb381
RS
187252013-09-06 Richard Sandiford <richard@codesourcery.com>
18726 Joseph Myers <joseph@codesourcery.com>
18727
18728 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
18729 "localeinfo.h".
18730 (obstack_chunk_alloc): New macro.
18731 (obstack_chunk_free): Likewise.
18732 (record_offset): New function.
18733 (init_locale_data): Likewise.
18734 (align_locale_data): Likewise.
18735 (add_locale_empty): Likewise.
18736 (add_locale_raw_data): Likewise.
18737 (add_locale_raw_obstack): Likewise.
18738 (add_locale_string): Likewise.
18739 (add_locale_wstring): Likewise.
18740 (add_locale_uint32): Likewise.
18741 (add_locale_uint32_array): Likewise.
18742 (add_locale_char): Likewise.
18743 (start_locale_structure): Likewise.
18744 (end_locale_structure): Likewise.
18745 (start_locale_prelude): Likewise.
18746 (end_locale_prelude): Likewise.
18747 (write_locale_data): Take locale_file structure rather than an
18748 iovec.
18749 * locale/programs/locfile.h: Include "obstack.h".
18750 (struct locale_file): Change to store locale file contents instead
18751 of header.
18752 (init_locale_data): New prototype.
18753 (align_locale_data): Likewise.
18754 (add_locale_empty): Likewise.
18755 (add_locale_raw_data): Likewise.
18756 (add_locale_raw_obstack): Likewise.
18757 (add_locale_string): Likewise.
18758 (add_locale_wstring): Likewise.
18759 (add_locale_uint32): Likewise.
18760 (add_locale_uint32_array): Likewise.
18761 (add_locale_char): Likewise.
18762 (start_locale_structure): Likewise.
18763 (end_locale_structure): Likewise.
18764 (start_locale_prelude): Likewise.
18765 (end_locale_prelude): Likewise.
18766 (write_locale_data): Update prototype.
18767 * locale/programs/3level.h (struct TABLE): Remove result field.
18768 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
18769 Use new locale_file interface.
18770 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
18771 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
18772 * locale/programs/ld-address.c (address_output): Use new
18773 locale_file interface.
18774 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
18775 NO_ADD_LOCALE.
18776 (collate_finish): Don't call collseq_table_finalize.
18777 (collate_output): Use new locale_file interface.
18778 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
18779 in file.
18780 (NO_FINALIZE): Change to NO_ADD_LOCALE.
18781 (TABLE): Move defines earlier in file.
18782 (ELEMENT): Likewise.
18783 (DEFAULT): Likewise.
18784 (wctrans_table_add): Move macro and inline function earlier in
18785 file.
18786 (struct wctype_table): Move type earlier in file.
18787 (add_locale_wctype_table): New static prototype.
18788 (struct locale_ctype_t): Use logical types instead of struct iovec
18789 pointers for members.
18790 (ctype_output): Use new locale_file interface.
18791 (wctype_table_finalize): Change to add_locale_wctype_table. Use
18792 new locale_file interface.
18793 (allocate_arrays): Update for use of new locale_file interface.
18794 * locale/programs/ld-identification.c (identification_output): Use
18795 new locale_file interface.
18796 * locale/programs/ld-measurement.c (measurement_output): Likewise.
18797 * locale/programs/ld-messages.c (messages_output): Likewise.
18798 * locale/programs/ld-monetary.c (monetary_output): Likewise.
18799 * locale/programs/ld-name.c (name_output): Likewise.
18800 * locale/programs/ld-numeric.c (numeric_output): Likewise.
18801 * locale/programs/ld-paper.c (paper_output): Likewise.
18802 * locale/programs/ld-telephone.c (telephone_output): Likewise.
18803 * locale/programs/ld-time.c (time_output): Likewise.
18804
e029e2e5
AZ
188052013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18806
18807 * benchtests/Makefile: Add memrchr benchmark.
18808 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
18809 benchmark as memrchr.
18810 * benchtests/bench-memrchr-ifunc.c: New file.
18811 * benchtests/bench-memrchr.c: New file.
18812
bbf6e8e4
WN
188132013-09-06 Will Newton <will.newton@linaro.org>
18814
18815 * benchtests/Makefile (string-bench): Add memcpy.
18816
6c82a2f8
CD
188172013-09-05 Carlos O'Donell <carlos@redhat.com>
18818 Cong Wang <amwang@redhat.com>
18819
e732c5f0 18820 [BZ #15850]
6c82a2f8
CD
18821 * sysdeps/unix/sysv/linux/bits/in.h
18822 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
18823 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
18824 before __USE_KERNEL_IPV6_DEFS uses.
18825 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
18826 IPPROTO_BEETPH.
18827 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
18828 sockaddr_in6, or ipv6_mreq.
18829
5430fc65
AZ
188302013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18831
18832 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
18833 memory access for final bytes in some large inputs.
18834 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
18835
4660856c
AZ
188362013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18837
18838 * string/test-memrchr.c: New file.
18839 * string/test-memrchr-ifunc.c: New file.
18840 * string/Makefile: Add new memrchr testcase.
18841
bb8ea713
MF
188422013-09-05 Mike Frysinger <vapier@gentoo.org>
18843
18844 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
18845 fanotify_init returns EPERM.
18846
b92a20b5
JM
188472013-09-04 Joseph Myers <joseph@codesourcery.com>
18848
18849 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
18850 errors.
18851 (top level): Treat second token from macro or constant entries for
18852 allowed headers as allowed.
18853 * include/complex.h: Condition internal declarations on
18854 [!_ISOMAC].
18855 * include/fenv.h: Condition include of <stdbool.h> and internal
18856 declarations on [!_ISOMAC].
7447ccd9
CL
18857
188582013-09-04 Chris Leonard <cjl@sugarlabs,.org>
18859
3e181dda 18860 [BZ #15923]
7447ccd9
CL
18861 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
18862
3f2e46a4
JM
188632013-09-04 Joseph Myers <joseph@codesourcery.com>
18864
18865 * configure.in (--enable-versioning): Remove configure option.
18866 (libc_cv_asm_symver_directive): Remove configure test.
18867 (libc_cv_ld_version_script_option): Likewise.
18868 (VERSIONING): Remove variable and AC_SUBST.
18869 (DO_VERSIONING): Remove AC_DEFINE.
18870 * configure: Regenerated.
18871 * config.h.in (DO_VERSIONING): Remove macro.
18872 * Makerules [$(versioning) = yes]: Change conditionals to
18873 [$(build-shared) = yes].
18874 * config.make.in (versioning): Remove variable.
18875 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
18876 [$(build-shared) = yes].
18877 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
18878 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
18879 * elf/Makefile [$(versioning) = yes]: Change conditionals to
18880 [$(build-shared) = yes].
18881 * extra-lib.mk [$(versioning) = yes]: Likewise.
18882 * hurd/Makefile [$(versioning) = yes]: Likewise.
18883 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
18884 [SHARED].
18885 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
18886 [SHARED].
18887 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18888 [SHARED && !NO_HIDDEN].
18889 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
18890 [SHARED].
18891 [SHARED && DO_VERSIONING]: Likewise..
18892 * libio/Makefile [$(versioning) = yes]: Change conditionals to
18893 [$(build-shared) = yes].
18894 * manual/install.texi (--disable-versioning): Remove
18895 documentation.
18896 * INSTALL: Regenerated.
18897 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
18898 to [SHARED].
18899 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
18900 [$(build-shared) = yes].
18901 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
18902 * sysdeps/i386/i686/multiarch/strstr-c.c
18903 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
18904 [SHARED && !NO_HIDDEN].
18905 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
18906 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
18907 * sysdeps/powerpc/powerpc32/dl-machine.c
18908 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
18909 * sysdeps/powerpc/powerpc32/sysdep.h
18910 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
18911 to [SHARED && PIC && !NO_HIDDEN].
18912 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
18913 conditional to [SHARED].
18914
44558701
WN
189152013-09-04 Will Newton <will.newton@linaro.org>
18916
18917 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
18918 * benchtests/bench-string.h: Include bench-timing.h instead
18919 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
18920 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
18921 call to HP_TIMING_DIFF_INIT.
18922 * benchtests/bench-memccpy.c: Use bench-timing.h macros
18923 instead of hp-timing.h macros.
18924 * benchtests/bench-memchr.c: Likewise.
18925 * benchtests/bench-memcmp.c: Likewise.
18926 * benchtests/bench-memcpy.c: Likewise.
18927 * benchtests/bench-memmem.c: Likewise.
18928 * benchtests/bench-memmove.c: Likewise.
18929 * benchtests/bench-memset.c: Likewise.
18930 * benchtests/bench-rawmemchr.c: Likewise.
18931 * benchtests/bench-strcasecmp.c: Likewise.
18932 * benchtests/bench-strcasestr.c: Likewise.
18933 * benchtests/bench-strcat.c: Likewise.
18934 * benchtests/bench-strchr.c: Likewise.
18935 * benchtests/bench-strcmp.c: Likewise.
18936 * benchtests/bench-strcpy.c: Likewise.
18937 * benchtests/bench-strcpy_chk.c: Likewise.
18938 * benchtests/bench-strlen.c: Likewise.
18939 * benchtests/bench-strncasecmp.c: Likewise.
18940 * benchtests/bench-strncat.c: Likewise.
18941 * benchtests/bench-strncmp.c: Likewise.
18942 * benchtests/bench-strncpy.c: Likewise.
18943 * benchtests/bench-strnlen.c: Likewise.
18944 * benchtests/bench-strpbrk.c: Likewise.
18945 * benchtests/bench-strrchr.c: Likewise.
18946 * benchtests/bench-strspn.c: Likewise.
18947 * benchtests/bench-strstr.c: Likewise.
18948
cae16d66
WN
189492013-09-04 Will Newton <will.newton@linaro.org>
18950
18951 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
18952
ffa3cd7f
JM
189532013-09-03 Joseph Myers <joseph@codesourcery.com>
18954
18955 [BZ #15427]
18956 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
18957 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
18958 * math/libm-test.inc (lgamma_test_data): Add more tests.
18959 * sysdeps/i386/fpu/libm-test-ulps: Update.
18960 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18961
8f02859f
OB
189622013-09-03 Ondřej Bílka <neleai@seznam.cz>
18963
18964 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
18965 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
18966 Add ifunc.
18967 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
18968 Add strcmp-sse2-unaligned
18969 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
18970
18d43716
MF
189712013-09-02 Mike Frysinger <vapier@gentoo.org>
18972
18973 * Versions.def (libc): Add GLIBC_2.19.
18974
ac444012
MF
189752013-09-02 Mike Frysinger <vapier@gentoo.org>
18976
18977 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
18978 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
18979
b7835e32
JM
189802013-09-02 Joseph Myers <joseph@codesourcery.com>
18981
18982 [BZ #14155]
18983 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
18984 intermediate calculations in recurrence.
18985 (__ieee754_ynf): Likewise.
18986 * math/libm-test.inc (jn_test_data): Do not allow spurious
18987 underflow exception. Add more tests.
18988 (yn_test_data): Add more tests.
18989 * sysdeps/i386/fpu/libm-test-ulps: Update.
18990 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18991
8220f4f0
OB
189922013-09-02 Ondřej Bílka <neleai@seznam.cz>
18993
18994 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
18995
f24a6d08
OB
189962013-08-30 Ondřej Bílka <neleai@seznam.cz>
18997
18998 * csu/init-first.c: Fix then/than typos.
18999 * locale/programs/ld-collate.c: Likewise.
19000 * locale/programs/linereader.h: Likewise.
19001 * manual/charset.texi: Likewise.
19002 * manual/filesys.texi: Likewise.
19003 * manual/stdio.texi: Likewise.
19004 * manual/string.texi: Likewise.
19005 * stdlib/fmtmsg.c: Likewise.
19006 * sysdeps/i386/stpncpy.S: Likewise.
19007 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19008 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19009 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19010 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19011
382466e0
OB
190122013-08-30 Ondřej Bílka <neleai@seznam.cz>
19013
19014 * elf/dl-open.c: Fix typos.
19015 * iconvdata/gbbig5.c: Likewise.
19016 * iconvdata/iso-2022-jp.c: Likewise.
19017 * iconv/gconv_int.h: Likewise.
19018 * iconv/loop.c: Likewise.
19019 * nis/rpcsvc/nis.h: Likewise.
19020 * resolv/ns_name.c: Likewise.
19021 * stdio-common/vfscanf.c: Likewise.
19022 * streams/stropts.h: Likewise.
19023 * sunrpc/rpc_thread.c: Likewise.
19024 * sysdeps/i386/strpbrk.S: Likewise.
19025 * sysdeps/ieee754/k_standard.c: Likewise.
19026 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19027 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19028 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
19029 * sysdeps/mach/hurd/profil.c: Likewise.
19030 * sysdeps/s390/dl-procinfo.h: Likewise.
19031 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
19032 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
19033 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
19034 * sysdeps/x86_64/dl-trampoline.S: Likewise.
19035 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
19036
0186c6e9
OB
190372013-08-30 Ondřej Bílka <neleai@seznam.cz>
19038
19039 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
19040 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
19041
d4e16af1
OB
190422013-08-29 Ondřej Bílka <neleai@seznam.cz>
19043
19044 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
19045 aix specific files.
19046 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
19047 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
19048 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
19049 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
19050 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
19051 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
19052 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
19053 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
19054
88335980
TS
190552013-08-29 Thomas Schwinge <thomas@codesourcery.com>
19056 Roland McGrath <roland@hack.frob.com>
19057
19058 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
19059 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
19060
ed479b02
ST
190612013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
19062
19063 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
19064 __executable_start symbol instead of _start.
19065
f1cc4c86
TS
190662013-08-29 Thomas Schwinge <thomas@codesourcery.com>
19067
d821f07c
TS
19068 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
19069 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
19070 Move macros to...
19071 * sysdeps/gnu/ldsodefs.h: ... this new file.
19072
c54290cf
TS
19073 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
19074 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
19075 instead of ELFOSABI_LINUX.
19076
0007fc9b 19077 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
19078 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
19079 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
19080 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
19081 Likewise.
19082 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
19083 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
19084 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
19085 Likewise.
19086 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
19087 (ibm_extended_long_double): Add ieee_nan member.
19088 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
19089 (do_test): New function.
19090
f1cc4c86
TS
19091 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
19092 TEST_TRUNC.
19093 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
19094 functions, renamed from truncdfsf_test, trunctfsf_test,
19095 trunctfdf_test.
19096 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
19097 functions.
19098 (do_test): Run all these.
19099
6f65e668
OB
191002013-08-29 Ondřej Bílka <neleai@seznam.cz>
19101
19102 * argp/argp-help.c: Fix typos.
19103 * argp/argp-parse.c: Likewise.
19104 * debug/backtracesyms.c: Likewise.
19105 * elf/elf.h: Likewise.
19106 * malloc/malloc.c: Likewise.
19107 * nis/nis_print.c: Likewise.
19108 * resolv/res_comp.c: Likewise.
19109 * stdlib/stdlib.h: Likewise.
19110 * sunrpc/clnt_tcp.c: Likewise.
19111 * sunrpc/clnt_udp.c: Likewise.
19112 * sunrpc/clnt_unix.c: Likewise.
19113 * sysdeps/unix/bsd/ptsname.c: Likewise.
19114 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
19115 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
19116 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
19117 Likewise.
19118 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
19119 Likewise.
19120 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
19121 Likewise.
6f65e668
OB
19122 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
19123
3a309239
SP
191242013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
19125
19126 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
19127 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
19128
3b813b29
MF
191292013-08-27 Mike Frysinger <vapier@gentoo.org>
19130
19131 [BZ #15897]
19132 * dlfcn/Makefile (tests): Add bug-dl-leaf.
19133 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
19134 ($(objpfx)bug-dl-leaf): New rule.
19135 ($(objpfx)bug-dl-leaf.so): Likewise.
19136 ($(objpfx)bug-dl-leaf.out): Likewise.
19137 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
19138 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
19139 * dlfcn/bug-dl-leaf.c: New test.
19140 * dlfcn/bug-dl-leaf-lib.c: Likewise.
19141 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
19142 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
19143 (dlclose): Likewise.
19144 (dlmopen): Likewise.
19145
8cc3269f
RM
191462013-08-27 Roland McGrath <roland@hack.frob.com>
19147
7f9d0034
RM
19148 * include/netdb.h [!_ISOMAC]:
19149 Don't include <tls.h>.
19150 (h_errno, __libc_h_errno): Move declaration and macros out of
19151 [_LIBC_REENTRANT].
19152
fb431262
RM
19153 * include/resolv.h [_RESOLV_H_]:
19154 Don't include <tls.h>.
19155 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
19156 * resolv/res_libc.c: Don't include <tls.h>.
19157 (_res): Use __attribute__ ((nocommon)) in place of
19158 __attribute__ ((section (".bss"))).
19159
bd81123a
RM
19160 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
19161 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
19162
c4e42566
RM
19163 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
19164
f890a59b
RM
19165 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
19166 only under [SIOCGIFCONF && SIOCGIFNETMASK].
19167
19168 * resolv/res_mkquery.c: Include <sys/time.h>.
19169
5d1f0a09
RM
19170 * inet/ifreq.c: Moved to ...
19171 * sysdeps/unix/ifreq.c: ... here.
19172 * inet/ifreq.c: New file, true stub version.
19173
6fcf28b3
RM
19174 * socket/sa_len.c: New file.
19175 * socket/Makefile (aux): Add it.
19176 * sysdeps/unix/sysv/linux/Makefile
19177 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
19178 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
19179 and #include <socket/sa_len.c>.
19180 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
19181 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
19182
e041fb8b
RM
19183 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
19184 * bits/socket.h: ... here.
19185
8cc3269f
RM
19186 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
19187 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
19188 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
19189
5d228a43
AS
191902013-08-27 Andreas Schwab <schwab@suse.de>
19191
45b8accc
AS
19192 [BZ #15736]
19193 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
19194 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
19195 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
19196 * string/test-strcasecmp.c (test_main): Run tests in several
19197 locales.
19198 * string/test-strncasecmp.c (test_main): Likewise.
19199
5d228a43
AS
19200 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
19201 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
19202 to __strcasecmp_nonascii and __strncasecmp_nonascii.
19203 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
19204 (__strncasecmp_ssse3) [PIC]: Likewise.
19205
59d112a4
RM
192062013-08-26 Roland McGrath <roland@hack.frob.com>
19207
53234cc3
RM
19208 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
19209
59d112a4
RM
19210 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
19211 instead of explicitly declaring xdecrypt.
19212 * nis/nss_nis/nis-publickey.c: Likewise.
19213
595aba70
SP
192142013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
19215
19216 [BZ #15890]
19217 * nscd/aicache.c: Include res_hconf.h.
19218 (addhstaiX): Initialize res_hconf.
19219
ffabd393
AS
192202013-08-26 Andreas Schwab <schwab@suse.de>
19221
19222 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
19223 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
19224
e0a69f5c
SP
192252013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
19226
19227 * nscd/aicache.c (addhstaiX): Fix indentation.
19228
8c12f01d
MF
192292013-08-25 Mike Frysinger <vapier@gentoo.org>
19230
19231 * configure.ac: Quote $build_pt_chown test.
19232 * configure: Regenerated.
19233
8fe89494
JM
192342013-08-23 Joseph Myers <joseph@codesourcery.com>
19235
19236 [BZ #15532]
19237 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
19238 * math/s_cexpf.c (__cexpf): Likewise.
19239 * math/s_cexpl.c (__cexpl): Likewise.
19240 * math/libm-test.inc (cexp_test_data): Correct expected return
19241 value for NaN + i0. Add another test.
19242
75b181d6
DM
192432013-08-22 David S. Miller <davem@davemloft.net>
19244
19245 * po/ca.po: Update Catalan translation from translation project.
936241e4 19246 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 19247
acd06bb1
JM
192482013-08-21 Joseph Myers <joseph@codesourcery.com>
19249
19250 [BZ #15797]
19251 * math/s_fdim.c (__fdim): Check for infinite arguments if result
19252 is infinite, not alongside NaN test.
19253 * math/s_fdimf.c (__fdimf): Likewise.
19254 * math/s_fdiml.c (__fdiml): Likewise.
19255 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
19256 errno is unchanged.
19257
c0c3f78a
OB
192582013-08-21 Ondřej Bílka <neleai@seznam.cz>
19259
19260 * argp/argp-help.c: Fix typos.
19261 * crypt/speeds.c: Likewise.
19262 * csu/check_fds.c: Likewise.
19263 * elf/dl-load.c: Likewise.
19264 * elf/dl-open.c: Likewise.
19265 * elf/reldep3.c: Likewise.
19266 * elf/reldep.c: Likewise.
19267 * elf/sprof.c: Likewise.
19268 * iconv/iconv_charmap.c: Likewise.
19269 * iconv/skeleton.c: Likewise.
19270 * iconv/strtab.c: Likewise.
19271 * io/lockf64.c: Likewise.
19272 * libio/libioP.h: Likewise.
19273 * resolv/gai_notify.c: Likewise.
19274 * resolv/ns_name.c: Likewise.
19275 * resolv/ns_samedomain.c: Likewise.
19276 * resolv/res_send.c: Likewise.
19277 * stdlib/random.c: Likewise.
19278 * sunrpc/rpc/xdr.h: Likewise.
19279 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
19280 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
19281 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
19282 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
19283 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
19284 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
19285 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
19286 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
19287 * sysdeps/mach/hurd/check_fds.c: Likewise.
19288 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
19289 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19290 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19291 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
19292 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19293 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
19294 * sysdeps/pthread/aio_notify.c: Likewise.
19295 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
19296 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
19297 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
19298 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
19299 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
19300
46ed1038
LD
193012013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19302
19303 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
19304 version if bit_Slow_SSE4_2 is set.
19305 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
19306 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
19307
d400dcac
AZ
193082013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19309
19310 [BZ #15867]
19311 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
19312 trampoline stack frame information.
19313 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
19314 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
19315 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
19316 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
19317 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
19318 * sysdeps/unix/sysv/linux/powerpc/init-first.c
19319 (_libc_vdso_platform_setup): Initialize the signal trampolines.
19320 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
19321 sa_flags value.
19322 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
19323 interrupting a syscall and set with option SA_SIGINFO.
19324
42c8fdd8
JM
193252013-08-20 Joseph Myers <joseph@codesourcery.com>
19326
c980f2f4
JM
19327 [BZ #15531]
19328 * math/s_cproj.c (__cproj): Only return an infinity if one part of
19329 argument is infinite.
19330 * math/s_cprojf.c (__cprojf): Likewise.
19331 * math/s_cprojl.c (__cprojl): Likewise.
19332 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
19333 * math/libm-test.inc (cproj_test_data): Add more tests.
19334
0716c4fc
JM
19335 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
19336
42c8fdd8
JM
19337 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
19338 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
19339 size. Use __ffs to determine corresponding shift.
19340
b31469d0
JM
193412013-08-20 Joseph Myers <joseph@codesourcery.com>
19342 Roland McGrath <roland@hack.frob.com>
19343
19344 * Makefile (INSTALL): Remove trailing blank lines from output of
19345 makeinfo.
19346
4e39af6e
AK
193472013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19348
19349 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
19350 Align 32 bit compat elf_greg to 8 bytes.
19351
f315524e
AA
193522013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
19353
19354 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
19355
1326ba1a
SP
193562013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19357
19358 * string/strcoll_l.c (coll_seq): New structure.
19359 (get_next_seq_cached): New function.
19360 (get_next_seq): New function.
19361 (do_compare): New function.
19362 (STRCOLL): Use GNU style definition. Simplify implementation
19363 by using get_next_seq, get_next_seq_cached and do_compare.
19364
91ce4085
FW
193652013-08-16 Florian Weimer <fweimer@redhat.com>
19366
19367 [BZ #14699]
19368 CVE-2013-4237
19369 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
19370 member.
19371 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
19372 member.
19373 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
19374 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
19375 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
19376 conditional.
19377 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
19378 GETDENTS_64BIT_ALIGNED.
19379 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
19380 * manual/filesys.texi (Reading/Closing Directory): Document
19381 ENAMETOOLONG return value of readdir_r. Recommend readdir more
19382 strongly.
19383 * manual/conf.texi (Limits for Files): Add portability note to
19384 NAME_MAX, PATH_MAX.
19385 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
19386
ca0a6bc4
AS
193872013-08-13 Andreas Schwab <schwab@suse.de>
19388
19389 [BZ #15749]
19390 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
19391 of fabs.
19392 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
19393 LDBL_MAX_EXP >= 16384]: Add tests for it.
19394
6c1fd795
DM
193952013-08-12 David S. Miller <davem@davemloft.net>
19396
19397 * version.h (RELEASE): Set to "development".
19398 (VERSION): Set to "2.18.90".
19399 * NEWS: Add 2.19 section.
19400
31ad488d
DM
194012013-08-03 David S. Miller <davem@davemloft.net>
19402
19403 * po/ko.po: Update Korean translation from translation project.
19404
db24e684
DM
194052013-08-01 David S. Miller <davem@davemloft.net>
19406
19407 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
19408 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
19409 Bilka.
19410
f723285b
DM
194112013-07-30 David S. Miller <davem@davemloft.net>
19412
19413 * po/fr.po: Update French translation from translation project.
19414
3cbc52db
DM
194152013-07-28 David S. Miller <davem@davemloft.net>
19416
30bbc0cc
DM
19417 * po/cs.po: Update Czech translation from translation project.
19418
3cbc52db
DM
19419 * po/sv.po: Update Swedish translation from translation project.
19420
d492e6d0
DM
194212013-07-27 David S. Miller <davem@davemloft.net>
19422
f1a7f492
DM
19423 * po/eo.po: Update Esperanto translation from translation project.
19424
90e62a4a
DM
19425 * po/vi.po: Update Vietnamese translation from translation project.
19426
d492e6d0
DM
19427 * po/de.po: Update German translation from translation project.
19428
d4baa62d
DM
194292013-07-26 David S. Miller <davem@davemloft.net>
19430
641aa7b4
DM
19431 * po/bg.po: Update Bulgarian translation from translation project.
19432
d4baa62d
DM
19433 * po/nl.po: Update Dutch translation from translation project.
19434 * po/pl.po: Update Polish translation from translation project.
19435 * po/ru.po: Update Russian translation from translation project.
19436
61a9dcb9
DM
194372013-07-24 David S. Miller <davem@davemloft.net>
19438
19439 * po/libc.pot: Update.
19440
7b1f8b58
AZ
194412013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19442
19443 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
19444 variable page size.
19445 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
19446 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
19447 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
19448
a8fc7a03
AK
194492013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19450
19451 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
19452
e4608715
CD
194532013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
19454 Andreas Schwab <schwab@suse.de>
19455 Roland McGrath <roland@hack.frob.com>
19456 Joseph Myers <joseph@codesourcery.com>
19457 Carlos O'Donell <carlos@redhat.com>
19458
19459 [BZ #15755]
19460 * config.h.in: Define HAVE_PT_CHOWN.
19461 * config.make.in (build-pt-chown): New variable.
19462 * configure.in (--enable-pt_chown): New configure option.
19463 * configure: Regenerate.
19464 * login/Makefile: Include Makeconfig. Build pt_chown only if
19465 build-pt-chown is enabled.
19466 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
19467 pt_chown to fix pty ownership.
19468 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
19469 CLOSE_ALL_FDS.
19470 * manual/install.texi (Configuring and compiling): Mention
19471 --enable-pt_chown. Add @findex for grantpt.
19472 * INSTALL: Regenerate.
19473
da2d62df
DM
194742013-07-20 David S. Miller <davem@davemloft.net>
19475
19476 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
19477 difference between 32-bit and 64-bit.
19478
d7e06450
CD
194792013-07-15 Carlos O'Donell <carlos@redhat.com>
19480
19481 [BZ #15711]
19482 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
19483 Avoid system header dependency with -ffreestanding.
19484 ($(objpfx)bits/syscall%d): Likewise.
19485
f959cfd7
DM
194862013-07-13 David S. Miller <davem@davemloft.net>
19487
19488 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
19489 underflows from atanl/atan2l due to bug 15319.
19490 (casinh_test_data): Likewise.
19491
c61f8513
DM
194922013-07-07 David S. Miller <davem@davemloft.net>
19493
19494 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
19495
72c90ed0
JA
194962013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
19497
19498 * sysdeps/i386/fpu/libm-test-ulps: Update.
19499 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19500
52dfbe13
SP
195012013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
19502
19503 * configure.in (--enable-lock-elision): Fix message text.
19504 * INSTALL: Regenerate.
19505 * configure: Regenerate.
19506
3f169543
AZ
195072013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19508
19509 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19510
521c6785
AJ
195112013-07-03 Andreas Jaeger <aj@suse.de>
19512
19513 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
19514 define.
19515 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
19516 (ptrace_peeksiginfo_args): Add.
19517 (__ptrace_peeksiginfo_flags): Add.
19518 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19519 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19520 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19521
d2cc15cb
AM
195222013-07-03 Allan McRae <allan@archlinux.org>
19523
19524 * sysdeps/i386/fpu/libm-test-ulps: Update.
19525
3aaeeca7
DM
195262013-07-02 David S. Miller <davem@davemloft.net>
19527
19528 * sysdeps/sparc/fpu/libm-test-ulps: Update.
19529
5314ed1a
MT
195302013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
19531
19532 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19533
67338156
JM
195342013-07-02 Joseph Myers <joseph@codesourcery.com>
19535
19536 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19537 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19538
1717da59
AK
195392013-07-02 Andi Kleen <ak@linux.intel.com>
19540
19541 * config.h.in (ENABLE_LOCK_ELISION): Add.
19542 * configure.in (--enable-lock-elision): Add option.
19543 * manual/install.texi: Document --enable lock elision.
19544 * configure: Regenerate
19545 * INSTALL: Regenerate.
19546
1c81621c
L
195472013-07-02 H.J. Lu <hongjiu.lu@intel.com>
19548
19549 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
19550 SSE4.2 strcasecmp for libc.a.
19551 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
19552
77f01ab5
JM
195532013-07-02 Joseph Myers <joseph@codesourcery.com>
19554
19555 [BZ #13304]
19556 * soft-fp/op-common.h (_FP_FMA): New macro.
19557 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
19558 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
19559 (_FP_MUL_MEAT_1_imm): ... here.
19560 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
19561 (_FP_MUL_MEAT_1_wide): ... here.
19562 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
19563 (_FP_MUL_MEAT_1_hard): ... here.
19564 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
19565 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
19566 (_FP_MUL_MEAT_2_wide): ... here.
19567 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
19568 (_FP_MUL_MEAT_2_wide_3mul): ... here.
19569 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
19570 (_FP_MUL_MEAT_2_gmp): ... here.
19571 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
19572 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
19573 (_FP_MUL_MEAT_4_wide): ... here.
19574 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
19575 (_FP_MUL_MEAT_4_gmp): ... here.
19576 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
19577 (_FP_WFRACBITS_DW_S): Likewise.
19578 (_FP_WFRACXBITS_DW_S): Likewise.
19579 (_FP_HIGHBIT_DW_S): Likewise.
19580 (FP_FMA_S): Likewise.
19581 (_FP_FRAC_HIGH_DW_S): Likewise.
19582 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
19583 (_FP_WFRACBITS_DW_D): Likewise.
19584 (_FP_WFRACXBITS_DW_D): Likewise.
19585 (_FP_HIGHBIT_DW_D): Likewise.
19586 (FP_FMA_D): Likewise.
19587 (_FP_FRAC_HIGH_DW_D): Likewise.
19588 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
19589 (_FP_WFRACBITS_DW_E): Likewise.
19590 (_FP_WFRACXBITS_DW_E): Likewise.
19591 (_FP_HIGHBIT_DW_E): Likewise.
19592 (FP_FMA_E): Likewise.
19593 (_FP_FRAC_HIGH_DW_E): Likewise.
19594 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
19595 (_FP_WFRACBITS_DW_Q): Likewise.
19596 (_FP_WFRACXBITS_DW_Q): Likewise.
19597 (_FP_HIGHBIT_DW_Q): Likewise.
19598 (FP_FMA_Q): Likewise.
19599 (_FP_FRAC_HIGH_DW_Q): Likewise.
19600 * soft-fp/fmasf4.c: New file.
19601 * soft-fp/fmadf4.c: Likewise.
19602 * soft-fp/fmatf4.c: Likewise.
19603
6308fd9a
LD
196042013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19605
19606 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19607 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
19608 Silvermont.
19609 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
19610 macro.
19611 (index_Slow_SSE4_2): Likewise.
19612 (index_Prefer_PMINUB_for_stringop): Likewise.
19613 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
19614 bit_Slow_SSE4_2 is set.
19615 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
19616 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
19617
89cd9569
RA
196182013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19619
19620 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
19621 rtld_global._dl_hwcap2.
19622 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
19623 POWER8.
19624 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
19625 POWER8 feature descriptions defined in _dl_hwcap2.
19626 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
19627 string handling for POWER8 feature bits.
19628 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
19629 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
19630 _dl_powerpc_cap_flags.
19631 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
19632 * sysdeps/powerpc/rtld-global-offsets.sym
19633 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
19634 _dl_hwcap2 in the rtld_global_ro structure.
19635
1ae8bfe0
RA
196362013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19637
19638 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
19639 hardware capabilities in support of AT_HWCAP2.
19640 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
19641 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
19642 GLRO(dl_hwcap2).
19643 (_dl_show_auxv): Add support for calling _dl_procinfo to display
19644 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
19645 explicitly the unknown a_type display mechanism is used.
19646 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
19647 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
19648 struct member.
19649 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
19650 to macro prototype for AT_HWCAP2 support.
19651 * sysdeps/i386/dl-procinfo.h: Likewise.
19652 * sysdeps/s390/dl-procinfo.h: Likewise.
19653 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
19654 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
19655 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
19656 return -1 for unknown a_type display fallback.
19657 * sysdeps/sparc/dl-procinfo.h: Likewise.
19658 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
19659 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
19660
8fbec010
JM
196612013-06-28 Joseph Myers <joseph@codesourcery.com>
19662
19663 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
19664 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
19665
0432680e
PY
196662013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
19667
19668 [BZ #12492]
19669 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
19670 mprotect making __stack_prot writable.
19671
ce61a2ad
NF
196722013-06-28 Nathan Froyd <froydnj@codesourcery.com>
19673 Joseph Myers <joseph@codesourcery.com>
19674
19675 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
19676 as being properly aligned.
19677
f91f1c0f
MR
196782013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
19679
3d0f5d0c
MR
19680 * dlfcn/modstatic5.c: New file.
19681 * dlfcn/tststatic5.c: New file.
19682 * dlfcn/Makefile (tests): Add tststatic5.
19683 (tests-static): Likewise.
19684 (modules-names): Add modstatic5.
19685 (tststatic5-ENV): New variable.
19686 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
19687
f91f1c0f
MR
19688 [BZ #15022]
19689 * elf/dl-support.c (_dl_main_map): New variable.
19690 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
19691 (_dl_nns, _dl_load_adds): Set to 1.
19692 (_dl_initial_searchlist): Refer to _dl_main_map.
19693 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
19694 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
19695 call to _dl_get_origin.
19696 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
19697 around call_map.
19698 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
19699 * dlfcn/modstatic3.c: New file.
19700 * dlfcn/tststatic3.c: New file.
19701 * dlfcn/tststatic4.c: New file.
19702 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
19703 (tests-static): Likewise.
19704 (modules-names): Add modstatic3.
19705 (tststatic3-ENV, tststatic4-ENV): New variables.
19706 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
19707 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
19708
cbe7d24b
JM
197092013-06-26 Joseph Myers <joseph@codesourcery.com>
19710
19711 * configure.in (CC): Require GCC version 4.4 or later.
19712 * configure: Regenerated.
19713 * manual/install.texi (Tools for Compilation): Update GCC version
19714 requirement.
19715 * INSTALL: Regenerated.
19716
11b8a0e1
LD
197172013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19718
19719 [BZ #15674]
bb5bb87c
L
19720 * string/test-memcmp.c (check2): New.
19721 (main): Call check2.
19722
11b8a0e1
LD
19723 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
19724
b0037103
MR
197252013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
19726
19727 [BZ #15022]
19728 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
19729 over to...
19730 (dl_open_worker) [!SHARED]: ... here.
19731
c18c701d
RA
197322013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19733
19734 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
19735
1d17fa5f
RH
197362013-06-25 Richard Henderson <rth@redhat.com>
19737
19738 * locale/programs/locarchive.c: Include <libc-internal.h>
19739
8fcb833a
JM
197402013-06-25 Joseph Myers <joseph@codesourcery.com>
19741
19742 * manual/texinfo.tex: Update to version 2013-06-21.17, with
19743 trailing whitespace removed.
19744
17db6e8d
MF
197452013-06-24 Mike Frysinger <vapier@gentoo.org>
19746
19747 [BZ #10283]
17db6e8d
MF
19748 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
19749 * locale/programs/locarchive.c: Include libc-mmap.h.
19750 (prepare_address_space): Take two new outputs (the mmap base and len).
19751 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
19752 values.
19753 (create_archive): Declare new mmap base and len values for
19754 prepare_address_space, and store the result in ah.
19755 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
19756 (enlarge_archive): If ah->mmap_base is not NULL, use that and
19757 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19758 Declare new mmap base and len values for
19759 prepare_address_space, and store the result in new_ah.
19760 (open_archive): Declare new mmap base and len values for
19761 prepare_address_space, and store the result in ah.
19762 (close_archive): If ah->mmap_base is not NULL, use that and
19763 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
19764 * sysdeps/generic/libc-mmap.h: New file.
19765
d605071e
MF
197662013-06-24 Mike Frysinger <vapier@gentoo.org>
19767
19768 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
19769 (ALIGN_UP): Likewise.
19770 (PTR_ALIGN_DOWN): Likewise.
19771 (PTR_ALIGN_UP): Likewise.
19772
2f063a6e
RA
197732013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
19774
19775 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
19776 entry mapped to PPC_PLATFORM_POWER8.
19777 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
19778 POWER8.
19779 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
19780 (_dl_string_platform): Add case for exporting platform position for
19781 POWER8.
19782 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
19783 search path to sysdeps/powerpc/powerpc32/power8 directory.
19784 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
19785 search path to sysdeps/powerpc/powerpc64/power8 directory.
19786 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
19787 power7 directories.
19788 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
19789 power7 directories.
19790
a31ee4b3
SP
197912013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
19792
a74ca98f
SP
19793 * INSTALL: Regenerate.
19794
a31ee4b3
SP
19795 * nscd/connections.c (nscd_init): Fix comment.
19796
695c378f
JM
197972013-06-22 Joseph Myers <joseph@codesourcery.com>
19798
d8412221
JM
19799 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
19800
695c378f
JM
19801 [BZ #15667]
19802 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
19803 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
19804
d1d54715
MR
198052013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19806
19807 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
19808 DL_DST_REQ_STATIC.
19809 (DL_DST_REQ_STATIC): Remove macro.
19810
8fdda7af
JM
198112013-06-21 Joseph Myers <joseph@codesourcery.com>
19812
19813 [BZ #7006]
19814 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
19815 with a shift of 0 bits.
19816
f3bc5e5a
MR
198172013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
19818
19819 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
19820 $(tststatic-ENV).
19821
be09e8c9
KK
198222013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19823
19824 [BZ #15655]
19825 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
19826
85c2e611
AZ
198272013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19828
19829 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
19830 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
19831 accepts -fno-tree-loop-distribute-patterns.
19832 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
19833 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
19834 recursive call.
19835 * string/memset.c (memset): Likewise.
19836 * string/test-memmove.c (simple_memmove): Disable loop transformation
19837 to library calls.
19838 * string/test-memset.c (simple_memset): Likewise.
19839 * benchtests/bench-memmove.c (simple_memmove): Likewise.
19840 * benchtests/bench-memset.c (simple_memset): Likewise.
19841 * configure: Regenerated.
19842
c91e0825
JM
198432013-06-20 Joseph Myers <joseph@codesourcery.com>
19844
b8c792af
JM
19845 * math/test-misc.c (main): Ignore fesetround failure when failures
19846 of subsequent rounding tests would be ignored.
19847
c91e0825
JM
19848 [BZ #15654]
19849 * math/fedisblxcpt.c (fedisableexcept): Return 0.
19850 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
19851 * math/fegetenv.c (__fegetenv): Return 0.
19852 * math/fegetexcept.c (fegetexcept): Return 0.
19853 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
19854 FE_TONEAREST.
19855 * math/feholdexcpt.c (feholdexcept): Return 0.
19856 * math/fesetenv.c (__fesetenv): Return 0.
19857 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
19858 argument FE_TONEAREST.
19859 * math/feupdateenv.c (__feupdateenv): Return 0.
19860 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
19861
bfcacbde
RM
198622013-06-18 Roland McGrath <roland@hack.frob.com>
19863
19864 * elf/rtld-Rules (rtld-compile-command.S): New variable.
19865 (rtld-compile-command.s, rtld-compile-command.c): New variables.
19866 ($(objpfx)rtld-%.os rules): Use them.
19867
e55a9b25
AZ
198682013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19869
19870 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
19871 fields.
19872
346d65b3
RM
198732013-06-17 Roland McGrath <roland@hack.frob.com>
19874
12086fb4
RM
19875 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
19876 length of target pattern, then descending length of dependency pattern.
19877 * configure.in (AWK): Require gawk 3.1.2 or newer.
19878 * manual/install.texi (Tools for Compilation): Say that we do.
19879 * configure: Regenerated.
19880
346d65b3
RM
19881 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
19882 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
19883 * scripts/sysd-rules.awk: ... this new script.
19884 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
19885 than a glob-style pattern.
19886
1a846317
JM
198872013-06-17 Joseph Myers <joseph@codesourcery.com>
19888
19889 * math/test-misc.c (main): Do not treat incorrectly rounded
19890 conversions as failure unless ROUNDING_TESTS passes.
19891
8fc75e6f
JM
198922013-06-15 Joseph Myers <joseph@codesourcery.com>
19893
3711a167
JM
19894 [BZ #15631]
19895 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
19896 restore exception state around main square root computation, then
19897 check for inexactness explicitly.
19898
8fc75e6f
JM
19899 * math/libm-test.inc (fma_test_data): Add another test.
19900
61dd6208
SP
199012013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
19902
adf23d2c
SP
19903 * manual/threads.texi (Non-POSIX Extensions): New document
19904 node. Document pthread_getattr_default_np and
19905 pthread_setattr_default_np.
19906
61dd6208
SP
19907 * Versions.def (libpthread): Add GLIBC_2.18.
19908 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
19909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19910 Likewise.
19911 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19912 Likewise.
19913 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19914 Likewise.
19915 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19916 Likewise.
19917 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
19918 Likewise.
19919 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
19920 Likewise.
19921 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
19922 Likewise.
19923 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19924 Likewise.
19925 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19926 Likewise.
19927
d086fc7b
LD
199282013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
19929
19930 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19931 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
19932
747ef469
SP
199332013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
19934 H.J. Lu <hjl.tools@gmail.com>
19935
19936 [BZ #15627]
19937 * sysdeps/x86_64/rtld-memset.c: Remove file.
19938 * sysdeps/x86_64/rtld-memset.S: New file.
19939
1b2feed2
JM
199402013-06-14 Joseph Myers <joseph@codesourcery.com>
19941
19942 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
19943 (test_in_one_mode): Take arguments for whether the rounding mode
19944 is supported for each floating-point type.
19945 (do_test): Pass new arguments to test_in_one_mode using
19946 ROUNDING_TESTS.
19947
a58ad3f8
RM
199482013-06-13 Roland McGrath <roland@hack.frob.com>
19949
19950 * posix/tst-waitid.c (do_test): Distinguish different instances of
19951 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
19952 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
19953 before entering the kernel for waitpid.
19954
c204ab28
SP
199552013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
19956
19957 * NEWS: Fix note on clock function precision. Text by Roland
19958 McGrath.
19959
f4a29fba
RM
199602013-06-13 Roland McGrath <roland@hack.frob.com>
19961
19962 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
19963 it into place only when and if the sanity check passes.
19964
1f24b9ad
JM
199652013-06-13 Joseph Myers <joseph@codesourcery.com>
19966
19967 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
19968 output for whether conversion result is exact. Take argument
19969 indicating whether type is IBM long double.
19970 (round_for_all): Change need_exact field to ibm_ld.
19971 * stdlib/tst-strtod-round.c (struct exactness): New type.
19972 (struct test): Change bool ld_ok field to struct exactness exact.
19973 (TEST): Update all definitions for change to field.
19974 (tests): Regenerate array contents.
19975 (test_in_one_mode): Take pointer to new field instead of old ld_ok
19976 field value. Check for IBM long double here.
19977 (do_test): Update calls to test_in_one_mode.
19978
58206c68
SP
199792013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
19980
19981 [BZ #12515]
19982 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
19983 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
19984
2d6f4c5b 199852013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
19986
19987 [BZ #15605]
19988 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
19989 generated by the compiler on loop optimizations.
19990 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
19991 general definitions.
19992
94f2c076
JM
199932013-06-12 Joseph Myers <joseph@codesourcery.com>
19994
19995 * math/bug-nextafter.c: Include <math-tests.h>.
19996 (main): Only test for exceptions if EXCEPTION_TESTS is true for
19997 the relevant type.
19998 * math/bug-nexttoward.c: Include <math-tests.h>.
19999 (main): Only test for exceptions if EXCEPTION_TESTS is true for
20000 the relevant type.
20001 * math/test-misc.c: Include <math-tests.h>.
20002 (main): Only test for exceptions if EXCEPTION_TESTS is true for
20003 the relevant type.
20004
e0e50a0a
AJ
200052013-06-12 Andreas Jaeger <aj@suse.de>
20006
20007 * po/ia.po: Update Interlingua translation from translation
20008 project.
20009
25061094
SP
200102013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
20011
20012 * include/fenv.h: Include stdbool.h.
20013 (struct rm_ctx): New structure.
20014 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
20015 Define macro.
20016 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
20017 (SET_RESTORE_ROUNDF): Likewise.
20018 (SET_RESTORE_ROUNDL): Likewise.
20019 (SET_RESTORE_ROUND_NOEX): Likewise.
20020 (SET_RESTORE_ROUND_NOEXF): Likewise.
20021 (SET_RESTORE_ROUND_NOEXL): Likewise.
20022 (SET_RESTORE_ROUND_53BIT): Likewise.
20023 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
20024 (libc_feresetround_noexf_ctx): Likewise.
20025 (libc_feresetround_noexl_ctx): Likewise.
20026 (libc_feholdsetround_53bit_ctx): Likewise.
20027 (libc_feresetround_53bit_ctx): Likewise.
20028 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
20029 (libc_feholdexcept_setround_sse_ctx): New function.
20030 (libc_fesetenv_sse_ctx): Likewise.
20031 (libc_feupdateenv_sse_ctx): Likewise.
20032 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
20033 (libc_feholdexcept_setround_387_ctx): Likewise.
20034 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
20035 (libc_feholdsetround_387_prec_ctx): Likewise.
20036 (libc_feholdsetround_387_ctx): Likewise.
20037 (libc_feholdsetround_387_53bit_ctx): Likewise.
20038 (libc_feholdsetround_sse_ctx): Likewise.
20039 (libc_feresetround_sse_ctx): Likewise.
20040 (libc_feresetround_387_ctx): Likewise.
20041 (libc_feupdateenv_387_ctx): Likewise.
20042 (libc_feholdexcept_setroundf_ctx): Define macro.
20043 (libc_fesetenvf_ctx): Likewise.
20044 (libc_feupdateenvf_ctx): Likewise.
20045 (libc_feholdsetroundf_ctx): Likewise.
20046 (libc_feresetroundf_ctx): Likewise.
20047 (libc_feholdexcept_setround_ctx): Likewise.
20048 (libc_fesetenv_ctx): Likewise.
20049 (libc_feupdateenv_ctx): Likewise.
20050 (libc_feholdsetround_ctx): Likewise.
20051 (libc_feresetround_ctx): Likewise.
20052 (libc_feholdexcept_setroundl_ctx): Likewise.
20053 (libc_feupdateenvl_ctx): Likewise.
20054 (libc_feholdsetroundl_ctx): Likewise.
20055 (libc_feresetroundl_ctx): Likewise.
20056 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
20057 (libc_feresetround_53bit_ctx): Likewise.
20058
59b30555
SP
200592013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20060
20061 * locale/iso-639.def: Convert to UTF-8.
20062
f1d73d30
JM
200632013-06-11 Joseph Myers <joseph@codesourcery.com>
20064
20065 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
20066 (EXCEPTION_TESTS_double): Likewise.
20067 (EXCEPTION_TESTS_long_double): Likewise.
20068 (EXCEPTION_TESTS): Likewise.
20069 * math/libm-test.inc (test_exceptions): Only test exceptions if
20070 EXCEPTION_TESTS (FLOAT).
20071
94aca5e7
SP
200722013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20073
20074 * benchtests/Makefile (string-bench): Add strcpy_chk and
20075 stpcpy_chk.
20076 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
20077 * benchtests/bench-stpcpy_chk.c: New file.
20078 * benchtests/bench-strcpy_chk-ifunc.c: New file.
20079 * benchtests/bench-strcpy_chk.c: New file.
20080 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
20081 code.
20082 (do_test): Likewise.
20083
fac0c5f2
RA
200842013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
20085
20086 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
20087 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
20088 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
20089 with tabs where appropriate.
20090 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
20091 dl-procinfo.h.
20092 [PPC_PLATFORM_PPC440]: Likewise.
20093 [PPC_PLATFORM_PPC464]: Likewise.
20094 [PPC_PLATFORM_PPC476]: Likewise.
20095 (_dl_string_platform): Add support for detecting ppc405, ppc440,
20096 ppc464, and ppc476 platform strings merging from ports/
20097 dl-procinfo.h.
20098
f22bc486
AS
200992013-06-11 Andreas Schwab <schwab@suse.de>
20100
20101 [BZ #14991]
20102 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
20103 (from_ucs4_idx): Regenerate.
20104 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
20105 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
20106 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
20107 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
20108 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
20109 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
20110 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
20111 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
20112 from FROM_LOOP and TO_LOOP specific macros.
20113 (BODY): Handle combining characters.
20114 * iconvdata/BIG5HKSCS.irreversible: Update.
20115 * iconvdata/BIG5HKSCS.precomposed: New file.
20116 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
20117 characters.
20118 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
20119
c1f75dc3
SP
201202013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20121
4eacded2
SP
20122 * include/sys/time.h: Fix indentation and add copyright header.
20123
fec799f8
SP
20124 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
20125 (do_test): Likewise.
20126 * string/test-memchr.c (do_one_test): Likewise.
20127 (do_test): Likewise.
20128 * string/test-memcmp.c (do_one_test): Likewise.
20129 (do_test): Likewise.
20130 * string/test-memcpy.c (do_one_test): Likewise.
20131 (do_test): Likewise.
20132 * string/test-memmem.c (do_one_test): Likewise.
20133 (do_test): Likewise.
20134 (do_random_tests): Likewise.
20135 * string/test-memmove.c (do_one_test): Likewise.
20136 (do_test): Likewise.
20137 * string/test-memset.c (do_one_test): Likewise.
20138 (do_test): Likewise.
20139 * string/test-rawmemchr.c (do_one_test): Likewise.
20140 (do_test): Likewise.
20141 * string/test-strcasecmp.c (do_one_test): Likewise.
20142 (do_test): Likewise.
20143 * string/test-strcasestr.c (do_one_test): Likewise.
20144 (do_test): Likewise.
20145 * string/test-strcat.c (do_one_test): Likewise.
20146 (do_test): Likewise.
20147 * string/test-strchr.c (do_one_test): Likewise.
20148 (do_test): Likewise.
20149 * string/test-strcmp.c (do_one_test): Likewise.
20150 (do_test): Likewise.
20151 * string/test-strcpy.c (do_one_test): Likewise.
20152 (do_test): Likewise.
20153 * string/test-string.h: Likewise.
20154 (test_init): Likewise.
20155 * string/test-strlen.c (do_one_test): Likewise.
20156 (do_test): Likewise.
20157 * string/test-strncasecmp.c (do_one_test): Likewise.
20158 (do_test): Likewise.
20159 * string/test-strncat.c (do_one_test): Likewise.
20160 (do_test): Likewise.
20161 * string/test-strncmp.c (do_one_test): Likewise.
20162 (do_test_limit): Likewise.
20163 (do_test): Likewise.
20164 * string/test-strncpy.c (do_one_test): Likewise.
20165 (do_test): Likewise.
20166 * string/test-strnlen.c (do_one_test): Likewise.
20167 (do_test): Likewise.
20168 * string/test-strpbrk.c (do_one_test): Likewise.
20169 (do_test): Likewise.
20170 * string/test-strrchr.c (do_one_test): Likewise.
20171 (do_test): Likewise.
20172 * string/test-strspn.c (do_one_test): Likewise.
20173 (do_test): Likewise.
20174 * string/test-strstr.c (do_one_test): Likewise.
20175 (do_test): Likewise.
20176
97020474
SP
20177 * benchtests/Makefile (string-bench): Add string benchmarks.
20178 * benchtests/bench-bcopy-ifunc.c: New file.
20179 * benchtests/bench-bcopy.c: New file.
20180 * benchtests/bench-bzero-ifunc.c: New file.
20181 * benchtests/bench-bzero.c: New file.
20182 * benchtests/bench-memccpy-ifunc.c: New file.
20183 * benchtests/bench-memccpy.c: New file.
20184 * benchtests/bench-memchr-ifunc.c: New file.
20185 * benchtests/bench-memchr.c: New file.
20186 * benchtests/bench-memcmp-ifunc.c: New file.
20187 * benchtests/bench-memcmp.c: New file.
20188 * benchtests/bench-memmem-ifunc.c: New file.
20189 * benchtests/bench-memmem.c: New file.
20190 * benchtests/bench-memmove-ifunc.c: New file.
20191 * benchtests/bench-memmove.c: New file.
20192 * benchtests/bench-mempcpy-ifunc.c: New file.
20193 * benchtests/bench-mempcpy.c: New file.
20194 * benchtests/bench-memset-ifunc.c: New file.
20195 * benchtests/bench-memset.c: New file.
20196 * benchtests/bench-rawmemchr-ifunc.c: New file.
20197 * benchtests/bench-rawmemchr.c: New file.
20198 * benchtests/bench-stpcpy-ifunc.c: New file.
20199 * benchtests/bench-stpcpy.c: New file.
20200 * benchtests/bench-stpncpy-ifunc.c: New file.
20201 * benchtests/bench-stpncpy.c: New file.
20202 * benchtests/bench-strcasecmp-ifunc.c: New file.
20203 * benchtests/bench-strcasecmp.c: New file.
20204 * benchtests/bench-strcasestr-ifunc.c: New file.
20205 * benchtests/bench-strcasestr.c: New file.
20206 * benchtests/bench-strcat-ifunc.c: New file.
20207 * benchtests/bench-strcat.c: New file.
20208 * benchtests/bench-strchr-ifunc.c: New file.
20209 * benchtests/bench-strchr.c: New file.
20210 * benchtests/bench-strchrnul-ifunc.c: New file.
20211 * benchtests/bench-strchrnul.c: New file.
20212 * benchtests/bench-strcmp-ifunc.c: New file.
20213 * benchtests/bench-strcmp.c: New file.
20214 * benchtests/bench-strcpy-ifunc.c: New file.
20215 * benchtests/bench-strcpy.c: New file.
20216 * benchtests/bench-strcspn-ifunc.c: New file.
20217 * benchtests/bench-strcspn.c: New file.
20218 * benchtests/bench-strlen-ifunc.c: New file.
20219 * benchtests/bench-strlen.c: New file.
20220 * benchtests/bench-strncasecmp-ifunc.c: New file.
20221 * benchtests/bench-strncasecmp.c: New file.
20222 * benchtests/bench-strncat-ifunc.c: New file.
20223 * benchtests/bench-strncat.c: New file.
20224 * benchtests/bench-strncmp-ifunc.c: New file.
20225 * benchtests/bench-strncmp.c: New file.
20226 * benchtests/bench-strncpy-ifunc.c: New file.
20227 * benchtests/bench-strncpy.c: New file.
20228 * benchtests/bench-strnlen-ifunc.c: New file.
20229 * benchtests/bench-strnlen.c: New file.
20230 * benchtests/bench-strpbrk-ifunc.c: New file.
20231 * benchtests/bench-strpbrk.c: New file.
20232 * benchtests/bench-strrchr-ifunc.c: New file.
20233 * benchtests/bench-strrchr.c: New file.
20234 * benchtests/bench-strspn-ifunc.c: New file.
20235 * benchtests/bench-strspn.c: New file.
20236 * benchtests/bench-strstr-ifunc.c: New file.
20237 * benchtests/bench-strstr.c: New file.
20238
c1f75dc3
SP
20239 * benchtests/Makefile: Disable parallel execution of targets.
20240 (string-bench): Add memcpy.
20241 (benchset): New variable to store a list of benchmark sets.
20242 (bench-func): Renamed from bench.
20243 (bench-set): New target.
20244 (bench): Depend on bench-func and bench-set.
20245 * benchtests/README: Add section on benchmark sets.
20246 * benchtests/bench-memcpy-ifunc.c: New file.
20247 * benchtests/bench-memcpy.c: New file.
20248 * benchtests/bench-string.h: New file.
20249
50fd745b
AS
202502013-06-11 Andreas Schwab <schwab@suse.de>
20251
20252 [BZ #15577]
20253 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
20254 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
20255 values in the triple.
20256 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
20257 terminator in the group key.
20258
3ee7e9fe
AJ
202592013-06-11 Andreas Jaeger <aj@suse.de>
20260
20261 * po/zh_TW.po: Update Chinese (traditional) translation from
20262 translation project.
20263
89fb6835
SP
202642013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20265
20266 * include/time.h (__clock_gettime): Add libc_hidden_proto.
20267 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
20268 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
20269 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
20270 (clock_getcpuclockid): Likewise.
20271 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
20272 Add weak_alias and libc_hidden_def.
20273 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
20274 * rt/clock_gettime.c (clock_gettime): Rename to
20275 __clock_gettime. Add weak_alias and libc_hidden_def.
20276 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
20277 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
20278 __clock_nanosleep. Add weak_alias and libc_hidden_def.
20279 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
20280 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
20281 Likewise.
20282 * rt/clock_settime.c (clock_settime): Rename to
20283 __clock_settime. Add weak_alias and libc_hidden_def.
20284 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
20285
0efa6f8b
JM
202862013-06-10 Joseph Myers <joseph@codesourcery.com>
20287
b8c61b4b
JM
20288 * mach/err_boot.sub: Remove trailing whitespace.
20289 * mach/err_ipc.sub: Likewise.
20290 * mach/err_mach.sub: Likewise.
20291
0efa6f8b
JM
20292 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
20293 (ROUNDING_TESTS_double): Likewise.
20294 (ROUNDING_TESTS_long_double): Likewise.
20295 (ROUNDING_TESTS): Likewise.
20296 * math/libm-test.inc: Include <math-tests.h>.
20297 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
20298 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20299 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20300 (IF_ROUND_INIT_FE_UPWARD): Likewise.
20301
50b818bf
SP
203022013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
20303
20304 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
20305 of assigning.
20306
60d2f8f3
JM
203072013-06-08 Joseph Myers <joseph@codesourcery.com>
20308
4902d2c3
JM
20309 * sysdeps/gnu/errlist.awk: Do not generate space at end of
20310 otherwise empty TRANS lines.
20311 * sysdeps/gnu/errlist.c: Regenerated.
20312
60d2f8f3
JM
20313 * catgets/gencat.c (error_print): Use (void) in function
20314 definition.
20315 * crypt/crypt_util.c (__init_des): Likewise.
20316 * crypt/speeds.c (Stop): Likewise.
20317 (main): Likewise.
20318 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
20319 * inet/ruserpass.c (token): Likewise.
20320 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
20321 * intl/localealias.c (extend_alias_table): Likewise.
20322 * intl/plural-exp.c (init_germanic_plural): Likewise.
20323 * libio/fcloseall.c (__fcloseall): Likewise.
20324 * libio/genops.c (_IO_flush_all): Likewise.
20325 (_IO_flush_all_linebuffered): Likewise.
20326 (_IO_cleanup): Likewise.
20327 (_IO_iter_begin): Likewise.
20328 (_IO_iter_end): Likewise.
20329 (_IO_list_lock): Likewise.
20330 (_IO_list_unlock): Likewise.
20331 (_IO_list_resetlock): Likewise.
20332 * libio/getchar.c (getchar): Likewise.
20333 * libio/getchar_u.c (getchar_unlocked): Likewise.
20334 * libio/getwchar.c (getwchar): Likewise.
20335 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
20336 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
20337 * login/getpt.c (__getpt): Likewise.
20338 * login/tst-utmp.c (main): Likewise.
20339 * malloc/hooks.c (__malloc_check_init): Likewise.
20340 * malloc/malloc.c (__malloc_stats): Likewise.
20341 * malloc/mtrace.c (tr_break): Likewise.
20342 (mtrace): Likewise.
20343 (muntrace): Likewise.
20344 * misc/fstab.c (endfsent): Likewise.
20345 * misc/getclktck.c (__getclktck): Likewise.
20346 * misc/getdtsz.c (__getdtablesize): Likewise.
20347 * misc/gethostid.c (gethostid): Likewise.
20348 * misc/getpagesize.c (__getpagesize): Likewise.
20349 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
20350 (__get_nprocs): Likewise.
20351 (__get_phys_pages): Likewise.
20352 (__get_avphys_pages): Likewise.
20353 * misc/getttyent.c (getttyent): Likewise.
20354 (setttyent): Likewise.
20355 (endttyent): Likewise.
20356 * misc/getusershell.c (getusershell): Likewise.
20357 (endusershell): Likewise.
20358 (setusershell): Likewise.
20359 (initshells): Likewise.
20360 * misc/hsearch.c (__hdestroy): Likewise.
20361 * misc/sync.c (sync): Likewise.
20362 * misc/syslog.c (closelog_internal): Likewise.
20363 (closelog): Likewise.
20364 * misc/ttyslot.c (ttyslot): Likewise.
20365 * misc/vhangup.c (vhangup): Likewise.
20366 * posix/fork.c (__fork): Likewise.
20367 * posix/getegid.c (__getegid): Likewise.
20368 * posix/geteuid.c (__geteuid): Likewise.
20369 * posix/getgid.c (__getgid): Likewise.
20370 * posix/getpid.c (__getpid): Likewise.
20371 * posix/getppid.c (__getppid): Likewise.
20372 * posix/getuid.c (__getuid): Likewise.
20373 * posix/pause.c (pause): Likewise.
20374 * posix/setpgrp.c (setpgrp): Likewise.
20375 * posix/setsid.c (__setsid): Likewise.
20376 * posix/test-vfork.c (noop): Likewise.
20377 * resolv/gethnamaddr.c (_endhtent): Likewise.
20378 (_gethtent): Likewise.
20379 (ht_endhostent): Likewise.
20380 (gethostent): Likewise.
20381 (dns_service): Likewise.
20382 * stdlib/drand48.c (drand48): Likewise.
20383 * stdlib/lrand48.c (lrand48): Likewise.
20384 * stdlib/mrand48.c (mrand48): Likewise.
20385 * stdlib/rand.c (rand): Likewise.
20386 * stdlib/random.c (__random): Likewise.
20387 * stdlib/setenv.c (clearenv): Likewise.
20388 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
20389 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
20390 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
20391 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
20392 (__get_nprocs): Likewise.
20393 (__get_phys_pages): Likewise.
20394 (__get_avphys_pages): Likewise.
20395 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
20396 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
20397 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
20398 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
20399 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
20400 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
20401 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
20402 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
20403 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
20404 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
20405 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
20406 * sysdeps/mach/hurd/sync.c (sync): Likewise.
20407 * sysdeps/posix/clock.c (clock): Likewise.
20408 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
20409 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
20410 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
20411 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
20412 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
20413 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
20414 (__get_nprocs_conf): Likewise.
20415 (__get_phys_pages): Likewise.
20416 (__get_avphys_pages): Likewise.
20417 * time/clock.c (clock): Likewise.
20418 * time/tzset.c (__tzname_max): Likewise.
20419
2e09a79a
JM
204202013-06-07 Joseph Myers <joseph@codesourcery.com>
20421
20422 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
20423 (__bswap_32): Do not use "register".
20424 * crypt/crypt.c (_ufc_doit_r): Likewise.
20425 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
20426 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
20427 * gmon/gmon.c (__monstartup): Likewise.
20428 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
20429 * hurd/hurdmalloc.c (more_memory): Likewise.
20430 (malloc): Likewise.
20431 (free): Likewise.
20432 (realloc): Likewise.
20433 (malloc_fork_prepare): Likewise.
20434 (malloc_fork_parent): Likewise.
20435 (malloc_fork_child): Likewise.
20436 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
20437 (_svcauth_des): Likewise.
20438 * inet/inet_lnaof.c (inet_lnaof): Likewise.
20439 * inet/inet_net.c (inet_network): Likewise.
20440 * inet/inet_netof.c (inet_netof): Likewise.
20441 * inet/rcmd.c (__validuser2_sa): Likewise.
20442 * io/fts.c (fts_open): Likewise.
20443 (fts_load): Likewise.
20444 (fts_close): Likewise.
20445 (fts_read): Likewise.
20446 (fts_children): Likewise.
20447 (fts_build): Likewise.
20448 (fts_stat): Likewise.
20449 (fts_sort): Likewise.
20450 (fts_alloc): Likewise.
20451 (fts_lfree): Likewise.
20452 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
20453 (_IO_file_xsgetn): Likewise.
20454 (_IO_file_xsgetn_mmap): Likewise.
20455 * libio/iofopncook.c (_IO_cookie_read): Likewise.
20456 (_IO_cookie_write): Likewise.
20457 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
20458 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
20459 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
20460 * malloc/obstack.c (_obstack_begin): Likewise.
20461 (_obstack_begin_1): Likewise.
20462 (_obstack_newchunk): Likewise.
20463 (_obstack_allocated_p): Likewise.
20464 (obstack_free): Likewise.
20465 (_obstack_memory_used): Likewise.
20466 * misc/getttyent.c (getttynam): Likewise.
20467 (getttyent): Likewise.
20468 (skip): Likewise.
20469 (value): Likewise.
20470 * misc/getusershell.c (initshells): Likewise.
20471 * misc/syslog.c (__vsyslog_chk): Likewise.
20472 * misc/ttyslot.c (ttyslot): Likewise.
20473 * nis/nis_hash.c (__nis_hash): Likewise.
20474 * posix/fnmatch_loop.c (FCT): Likewise.
20475 * posix/getconf.c (print_all): Likewise.
20476 (main): Likewise.
20477 * posix/getopt.c (exchange): Likewise.
20478 * posix/glob.c (globfree): Likewise.
20479 (prefix_array): Likewise.
20480 (__glob_pattern_type): Likewise.
20481 * resolv/arpa/nameser.h (NS_GET16): Likewise.
20482 (NS_GET32): Likewise.
20483 (NS_PUT16): Likewise.
20484 (NS_PUT32): Likewise.
20485 * resolv/gethnamaddr.c (getanswer): Likewise.
20486 (gethostbyname2): Likewise.
20487 (gethostbyaddr): Likewise.
20488 (_gethtent): Likewise.
20489 (_gethtbyname2): Likewise.
20490 (_gethtbyaddr): Likewise.
20491 * resolv/ns_print.c (dst_s_get_int16): Likewise.
20492 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
20493 * resolv/res_init.c (__res_vinit): Likewise.
20494 (net_mask): Likewise.
20495 * resolv/res_mkquery.c (outchar): Likewise.
20496 (PRINT): Likewise.
20497 * stdio-common/printf_fp.c (outchar): Likewise.
20498 (PRINT): Likewise.
20499 * stdio-common/printf_fphex.c (outchar): Likewise.
20500 (PRINT): Likewise.
20501 * stdio-common/printf_size.c (outchar): Likewise.
20502 (PRINT): Likewise.
20503 * stdio-common/test_rdwr.c (main): Likewise.
20504 * stdio-common/tfformat.c (matches): Likewise.
20505 * stdio-common/vfprintf.c (outchar): Likewise.
20506 (printf_unknown): Likewise.
20507 (buffered_vfprintf): Likewise.
20508 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
20509 * stdio-common/xbug.c (AppendToBuffer): Likewise.
20510 (ReadFile): Likewise.
20511 * stdlib/qsort.c (SWAP): Likewise.
20512 (_quicksort): Likewise.
20513 * stdlib/setenv.c (__add_to_environ): Likewise.
20514 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
20515 * stdlib/strtol_l.c (__strtol_l): Likewise.
20516 * stdlib/tst-strtod.c (main): Likewise.
20517 * stdlib/tst-strtol.c (main): Likewise.
20518 * stdlib/tst-strtoll.c (main): Likewise.
20519 * string/bits/string2.h (__strcmp_cc): Likewise.
20520 (__strcmp_cg): Likewise.
20521 (__strcspn_c1): Likewise.
20522 (__strcspn_c2): Likewise.
20523 (__strcspn_c3): Likewise.
20524 (__strspn_c1): Likewise.
20525 (__strspn_c2): Likewise.
20526 (__strspn_c3): Likewise.
20527 (__strsep_1c): Likewise.
20528 (__strsep_2c): Likewise.
20529 (__strsep_3c): Likewise.
20530 * string/memccpy.c (__memccpy): Likewise.
20531 * string/stpcpy.c (__stpcpy): Likewise.
20532 * string/strcmp.c (strcmp): Likewise.
20533 * string/strrchr.c (strrchr): Likewise.
20534 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
20535 Likewise.
20536 * sysdeps/mach/hurd/getcwd.c
20537 (_hurd_canonicalize_directory_name_internal): Likewise.
20538 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
20539 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
20540 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
20541 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
20542 Likewise, in both definitions.
20543 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
20544 definitions.
20545 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
20546 64] (__bswap_64): Likewise.
20547 * time/test_time.c (main): Likewise.
20548 * time/tzfile.c (__tzfile_read): Likewise.
20549 (__tzfile_compute): Likewise.
20550 * time/tzset.c (__tzset_parse_tz): Likewise.
20551 (tzset_internal): Likewise.
20552 (compute_change): Likewise.
20553 * wcsmbs/wcscat.c (__wcscat): Likewise.
20554 * wcsmbs/wcschr.c (wcschr): Likewise.
20555 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
20556 * wcsmbs/wcscspn.c (wcscspn): Likewise.
20557 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
20558 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
20559 * wcsmbs/wcsspn.c (wcsspn): Likewise.
20560 * wcsmbs/wcsstr.c (wcsstr): Likewise.
20561 * wcsmbs/wmemchr.c (wmemchr): Likewise.
20562 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
20563 * wcsmbs/wmemset.c (wmemset): Likewise.
20564
9e54314b
JM
205652013-06-06 Joseph Myers <joseph@codesourcery.com>
20566
20567 * scripts/config.guess: Update to version 2013-05-16.
20568 * scripts/config.sub: Update to version 2013-04-24.
20569 * scripts/install-sh: Update to version 2011-11-20.07.
20570 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
20571 * scripts/move-if-change: Update to version 2012-01-06 07:23.
20572
350635a5
OB
205732013-06-06 Ondřej Bílka <neleai@seznam.cz>
20574
20575 * debug/fgetws_u_chk.c: Fix leading whitespaces.
20576 * elf/sln.c: Likewise.
20577 * hurd/hurd/ioctl.h: Likewise.
20578 * hurd/hurdmalloc.c: Likewise.
20579 * hurd/xattr.c: Likewise.
20580 * include/shlib-compat.h: Likewise.
20581 * inet/ruserpass.c: Likewise.
20582 * libio/iofgets_u.c: Likewise.
20583 * libio/iofgetws_u.c: Likewise.
20584 * locale/programs/ld-identification.c: Likewise.
20585 * locale/programs/ld-time.c: Likewise.
20586 * mach/msg-destroy.c: Likewise.
20587 * nss/nss_files/files-netgrp.c: Likewise.
20588 * resolv/res_data.c: Likewise.
20589 * soft-fp/op-1.h: Likewise.
20590 * soft-fp/op-2.h: Likewise.
20591 * soft-fp/op-4.h: Likewise.
20592 * soft-fp/op-common.h: Likewise.
20593 * stdio-common/printf_fphex.c: Likewise.
20594 * stdlib/strtod_l.c: Likewise.
20595 * sunrpc/rpc/clnt.h: Likewise.
20596 * sysdeps/generic/framestate.c: Likewise.
20597 * sysdeps/i386/bsd-_setjmp.S: Likewise.
20598 * sysdeps/i386/bsd-setjmp.S: Likewise.
20599 * sysdeps/i386/__longjmp.S: Likewise.
20600 * sysdeps/i386/setjmp.S: Likewise.
20601 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
20602 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
20603 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20604 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
20605 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20606 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
20607 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
20608 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
20609 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
20610 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
20611 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
20612 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
20613 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
20614 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
20615 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
20616 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
20617 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
20618 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
20619 * sysdeps/ieee754/support.c: Likewise.
20620 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
20621 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
20622 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
20623 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
20624 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
20625 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
20626 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
20627 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
20628 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
20629 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
20630 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
20631 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
20632 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
20633 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
20634 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
20635 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
20636 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
20637 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
20638
44a988af
OB
206392013-06-05 Ondřej Bílka <neleai@seznam.cz>
20640
25506f09 20641 * posix/transbug.c: Remove executable mode.
44a988af 20642
9c84384c
JM
206432013-06-05 Joseph Myers <joseph@codesourcery.com>
20644
20645 * crypt/speeds.c: Remove trailing whitespace.
20646 * dlfcn/default.c: Likewise.
20647 * elf/ifuncdep2.c: Likewise.
20648 * elf/ifuncmain1.c: Likewise.
20649 * elf/ifuncmain1vis.c: Likewise.
20650 * elf/testobj.h: Likewise.
20651 * elf/tst-stackguard1.c: Likewise.
20652 * gmon/sys/gmon.h: Likewise.
20653 * hurd/hurdmsg.c: Likewise.
20654 * hurd/new-fd.c: Likewise.
20655 * hurd/ports-get.c: Likewise.
20656 * iconvdata/ibm1008_420.c: Likewise.
20657 * inet/tst-getni1.c: Likewise.
20658 * inet/tst-getni2.c: Likewise.
20659 * libio/ioungetc.c: Likewise.
20660 * libio/wfiledoalloc.c: Likewise.
20661 * manual/libm-err-tab.pl: Likewise.
20662 * math/w_dremf.c: Likewise.
20663 * misc/ftruncate.c: Likewise.
20664 * posix/bug-glob2.c: Likewise.
20665 * posix/tst-pcre.c: Likewise.
20666 * posix/wait4.c: Likewise.
20667 * resolv/README: Likewise.
20668 * resolv/res_debug.h: Likewise.
20669 * resolv/tst-inet_ntop.c: Likewise.
20670 * setjmp/bug269-setjmp.c: Likewise.
20671 * soft-fp/extended.h: Likewise.
20672 * soft-fp/op-1.h: Likewise.
20673 * soft-fp/op-2.h: Likewise.
20674 * soft-fp/op-4.h: Likewise.
20675 * soft-fp/op-8.h: Likewise.
20676 * soft-fp/testit.c: Likewise.
20677 * stdio-common/bug16.c: Likewise.
20678 * stdlib/random.c: Likewise.
20679 * sunrpc/rpcsvc/rquota.x: Likewise.
20680 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
20681 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
20682 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
20683 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
20684 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
20685 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
20686 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
20687 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
20688 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
20689 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
20690 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
20691 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
20692 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
20693 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
20694 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
20695 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
20696 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
20697 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
20698 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
20699 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
20700 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
20701 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
20702 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
20703 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
20704 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
20705 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
20706 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20707 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
20708 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
20709 * sysdeps/ieee754/s_lib_version.c: Likewise.
20710 * sysdeps/mach/hurd/check_fds.c: Likewise.
20711 * sysdeps/mach/hurd/getsockname.c: Likewise.
20712 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
20713 * sysdeps/mach/hurd/recvfrom.c: Likewise.
20714 * sysdeps/powerpc/bits/link.h: Likewise.
20715 * sysdeps/powerpc/dl-procinfo.c: Likewise.
20716 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
20717 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
20718 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
20719 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
20720 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
20721 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
20722 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
20723 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
20724 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
20725 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
20726 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20727 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
20728 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
20729 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
20730 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
20731 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20732 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20733 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
20734 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
20735 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
20736 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
20737 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20738 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20739 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
20740 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20741 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20742 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
20743 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
20744 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20745 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20746 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20747 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20748 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20749 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
20750 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
20751 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
20752 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20753 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
20754 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
20755 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
20756 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
20757 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
20758 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
20759 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20760 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
20761 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
20762 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20763 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
20764 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
20765 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20766 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20767 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20768 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20769 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
20770 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
20771 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
20772 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20773 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
20774 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
20775 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
20776 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
20777 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
20778 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20779 * sysdeps/powerpc/sysdep.h: Likewise.
20780 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
20781 * sysdeps/s390/s390-64/sub_n.S: Likewise.
20782 * sysdeps/sh/dl-trampoline.S: Likewise.
20783 * sysdeps/sh/memset.S: Likewise.
20784 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
20785 * sysdeps/sh/strlen.S: Likewise.
20786 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
20787 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
20788 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
20789 * sysdeps/sparc/sparc32/rem.S: Likewise.
20790 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
20791 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
20792 * sysdeps/sparc/sparc32/strchr.S: Likewise.
20793 * sysdeps/sparc/sparc32/udiv.S: Likewise.
20794 * sysdeps/sparc/sparc32/urem.S: Likewise.
20795 * sysdeps/sparc/sparc64/add_n.S: Likewise.
20796 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20797 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
20798 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
20799 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
20800 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
20801 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
20802 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
20803 * sysdeps/unix/bsd/times.c: Likewise.
20804 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
20805 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
20806 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
20807 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
20808 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
20809 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
20810 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
20811 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
20812 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
20813 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
20814 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
20815 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
20816 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
20817 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
20818 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
20819 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
20820 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
20821 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
20822 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
20823 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
20824 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
20825 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
20826 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
20827 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
20828 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
20829 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
20830 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
20831 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
20832 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
20833 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
20834 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
20835 * sysdeps/x86_64/strcspn.S: Likewise.
20836
869378a5
RA
208372013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
20838
20839 * locale/C-translit.h: Revert #include <stdint.h> because this is a
20840 generated file. Regenerate properly from gen-translit.pl.
20841 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
20842 locale/C-translit.h.
20843
840e2943
AS
208442013-06-05 Andreas Schwab <schwab@suse.de>
20845
20846 [BZ #15100]
20847 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
20848 week as 6 instead of -1.
20849 * time/tst-strptime.c (day_tests): Add test case.
20850
4c60cb0c
SP
208512013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
20852
20853 * sysdeps/generic/math_private.h
20854 (libc_feholdexcept_setround_53bit): Replace with
20855 libc_feholdsetround_53bit.
20856 (libc_feupdateenv_53bit): Replace with
20857 libc_feresetround_53bit.
20858 (SET_RESTORE_ROUND_53BIT): Adjust.
20859
d180203e
SP
208602013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
20861
96df079a
SP
20862 * string/test-strchrnul.c: Add copyright header.
20863
d180203e
SP
20864 * posix/tst-getaddrinfo4.c: Increase test timeout.
20865
8b0ccb2d
CD
208662013-06-03 Carlos O'Donell <carlos@redhat.com>
20867
20868 [BZ #15536]
20869 * math/libm-test.inc (MAX_EXP): Remove
20870 (MIN_EXP): Define.
20871 (ulp): Use MIN_EXP - MANT_DIG.
20872 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
20873
3b3c4d40
CD
208742013-05-31 Carlos O'Donell <carlos@redhat.com>
20875
20876 * po/be.po: Revert last change.
20877 * po/zh_CN.po: Likewise.
20878 * po/header.pot: Likewise.
20879
fab7ce3f
JM
208802013-05-31 Joseph Myers <joseph@codesourcery.com>
20881
20882 * Makefile ($(common-objpfx)linkobj/libc.so): Define
20883 link-libc-deps to empty as target-specific variable.
20884 * Makerules (link-libc-args): New variable.
20885 (libc-for-link): Likewise.
20886 (link-libc-deps): Likewise.
20887 (lib%.so): Depend on $(link-libc-deps). Link with
20888 $(link-libc-args).
20889 (build-module): Link with $(link-libc-args).
20890 (build-module-asneeded): Likewise.
20891 (build-module-helper-objlist): Filter out $(link-libc-deps) from
20892 list of objects.
20893 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
20894 target-specific variable.
20895 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
20896 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
20897 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
20898 libc.
20899 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
20900 libc and ld.so.
20901 ($(objpfx)libpcprofile.so): Likewise.
20902 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
20903 libc_nonshared.a.
20904 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
20905 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
20906 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
20907 $(link-libc-deps).
20908 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
20909 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
20910 * login/Makefile ($(objpfx)libutil.so): Likewise.
20911 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
20912 * math/Makefile ($(objpfx)libm.so): Likewise.
20913 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
20914 $(objpfx)libnsl.so): Define libc-for-link as target-specific
20915 variable instead of depending directly on libc.
20916 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
20917 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
20918 $(link-libc-deps).
20919 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
20920 libc.
20921 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
20922 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
20923 ($(objpfx)libanl.so): Likewise.
20924 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
20925 ld.so.
20926 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
20927 $(link-libc-deps).
20928 * sysdeps/i386/fpu/Makefile: Remove file.
20929 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
20930 ($(objpfx)libm.so): Remove dependency on ld.so.
20931
eca5920c
PF
209322013-05-30 Patsy Franklin <pfrankli@redhat.com>
20933
20934 [BZ # 15553]
20935 * nis/yp_xdr.c (XDRMAXNAME): Define.
20936 (XDRMAXRECORD): Define.
20937 (xdr_domainname): Use XDRMAXNAME.
20938 (xdr_mapname): Likewise.
20939 (xdr_peername): Likewise.
20940 (xdr_keydat): Use XDRMAXRECORD.
20941 (xdr_valdat): Likewise.
20942
209432013-05-30 Jeff Law <law@redhat.com>
96945714
JL
20944
20945 [BZ #14256]
20946 * manual/errno.texi (ESTALE): Update to account for more than
20947 just NFS file systems.
20948 * sysdeps/gnu/errlist.c: Regenerated.
20949
b9375348
SP
209502013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
20951
20952 [BZ #15465]
20953 * elf/Makefile (tests): Add tst-null-argv.
20954 (modules-names): Add tst-null-argv-lib.
20955 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
20956 (tst-null-argv-ENV): Set environment for tst-null-argv.
20957 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
20958 (RTLD_PROGNAME): New macro.
20959 * elf/tst-null-argv.c: New test case.
20960 * elf/tst-null-argv-lib.c: Library for test case.
20961 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
20962 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
20963 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
20964 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
20965 * elf/dl-init.c (call_init): Likewise.
20966 (_dl_init): Likewise.
20967 * elf/dl-load.c (print_search_path): Likewise.
20968 (_dl_map_object): Likewise.
20969 * elf/dl-lookup.c (do_lookup_x): Likewise.
20970 (add_dependency): Likewise.
20971 (_dl_lookup_symbol_x): Likewise.
20972 (_dl_debug_bindings): Likewise.
20973 * elf/dl-open.c (_dl_show_scope): Likewise.
20974 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
20975 * elf/dl-version.c (match_symbol): Likewise.
20976 (_dl_check_map_versions): Likewise.
20977 * elf/rtld.c (dl_main): Likewise.
20978 (print_unresolved): Use RTLD_PROGNAME.
20979 (print_missing_version): Likewise.
20980 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
20981 (elf_machine_rela): Likewise.
20982 * sysdeps/powerpc/powerpc32/dl-machine.c
20983 (__process_machine_rela): Likewise.
20984 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
20985 Likewise.
20986 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
20987 Likewise.
20988 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
20989 Likewise.
20990 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
20991 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
20992 Likewise.
20993 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
20994 Likewise.
20995 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
20996
8a9f20c8
CD
209972013-05-28 Carlos O'Donell <carlos@redhat.com>
20998
20999 * po/be.po: Add descriptive title.
21000 * po/zh_CN.po: Likewise.
21001 * po/header.pot: Likewise.
21002
0e60d68e
MF
210032013-05-28 Mike Frysinger <vapier@gentoo.org>
21004
21005 * locale/programs/locarchive.c (create_archive): Inlucde fname in
21006 error message.
21007 (enlarge_archive): Likewise.
21008
56b672e9
BN
210092013-05-28 Ben North <ben@redfrontdoor.org>
21010
21011 * manual/arith.texi (frexp): It is the magnitude of the return
21012 value which lies in [0.5, 1), not the return value itself.
21013
5e056687
AZ
210142013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21015
21016 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21017
2b66ef5d
TS
210182013-05-26 Thomas Schwinge <thomas@codesourcery.com>
21019
528c2405
TS
21020 * stdio-common/bug26.c (main): Correct fscanf template.
21021
07b4c13d
TS
21022 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
21023 declare _dl_skip_args.
21024
ec9dd97c
TS
21025 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
21026 Don't declare.
21027
2b66ef5d
TS
21028 * manual/platform.texi: Add missing @end deftypefun.
21029
4f8dfe27
JM
210302013-05-24 Joseph Myers <joseph@codesourcery.com>
21031
0323d086
JM
21032 [BZ #15529]
21033 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
21034 bit of mantissa of 2^16382.
21035 * math/libm-test.inc (hypot_test_data): Add more tests.
21036
dd4259b9
JM
21037 * math/libm-test.inc: Add drem and pow10 to list of tested
21038 functions.
21039 (pow10_test): New function.
21040 (drem_test): Likewise.
21041 (drem_test_tonearest): Likewise.
21042 (drem_test_towardzero): Likewise.
21043 (drem_test_downward): Likewise.
21044 (drem_test_upward): Likewise.
21045 (main): Call the new functions.
21046
4f8dfe27
JM
21047 * math/libm-test.inc (finite_test_data): Remove.
21048 (finite_test): Run tests from isfinite_test_data.
21049 (gamma_test_data): Remove.
21050 (gamma_test): Run tests from lgamma_test_data.
21051 * sysdeps/i386/fpu/libm-test-ulps: Update.
21052 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21053
d116b7c4
AZ
210542013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21055
21056 * manual/platform.texi: Add PowerPC PPR function set documentation.
21057 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
21058 implementation.
21059
e96e3767
CD
210602013-05-24 Carlos O'Donell <carlos@redhat.com>
21061
21062 * math/libm-test.inc (MAX_EXP): Define.
21063 (ULPDIFF): Define.
21064 (ulp): New function.
21065 (check_float_internal): Use ULPDIFF.
21066 (cpow_test): Disable failing test.
21067 (check_ulp): Test ulp() implemetnation.
21068 (main): Call check_ulp before starting tests.
21069
b679a606
JM
210702013-05-24 Joseph Myers <joseph@codesourcery.com>
21071
e8bdba36
JM
21072 * math/gen-libm-test.pl (generate_testfile): Do not handle
21073 START_DATA and END_DATA.
21074 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
21075 END_DATA.
21076 (acos_tonearest_test_data): Likewise.
21077 (acos_towardzero_test_data): Likewise.
21078 (acos_downward_test_data): Likewise.
21079 (acos_upward_test_data): Likewise.
21080 (acosh_test_data): Likewise.
21081 (asin_test_data): Likewise.
21082 (asin_tonearest_test_data): Likewise.
21083 (asin_towardzero_test_data): Likewise.
21084 (asin_downward_test_data): Likewise.
21085 (asin_upward_test_data): Likewise.
21086 (asinh_test_data): Likewise.
21087 (atan_test_data): Likewise.
21088 (atanh_test_data): Likewise.
21089 (atan2_test_data): Likewise.
21090 (cabs_test_data): Likewise.
21091 (cacos_test_data): Likewise.
21092 (cacosh_test_data): Likewise.
21093 (carg_test_data): Likewise.
21094 (casin_test_data): Likewise.
21095 (casinh_test_data): Likewise.
21096 (catan_test_data): Likewise.
21097 (catanh_test_data): Likewise.
21098 (cbrt_test_data): Likewise.
21099 (ccos_test_data): Likewise.
21100 (ccosh_test_data): Likewise.
21101 (ceil_test_data): Likewise.
21102 (cexp_test_data): Likewise.
21103 (cimag_test_data): Likewise.
21104 (clog_test_data): Likewise.
21105 (clog10_test_data): Likewise.
21106 (conj_test_data): Likewise.
21107 (copysign_test_data): Likewise.
21108 (cos_test_data): Likewise.
21109 (cos_tonearest_test_data): Likewise.
21110 (cos_towardzero_test_data): Likewise.
21111 (cos_downward_test_data): Likewise.
21112 (cos_upward_test_data): Likewise.
21113 (cosh_test_data): Likewise.
21114 (cosh_tonearest_test_data): Likewise.
21115 (cosh_towardzero_test_data): Likewise.
21116 (cosh_downward_test_data): Likewise.
21117 (cosh_upward_test_data): Likewise.
21118 (cpow_test_data): Likewise.
21119 (cproj_test_data): Likewise.
21120 (creal_test_data): Likewise.
21121 (csin_test_data): Likewise.
21122 (csinh_test_data): Likewise.
21123 (csqrt_test_data): Likewise.
21124 (ctan_test_data): Likewise.
21125 (ctan_tonearest_test_data): Likewise.
21126 (ctan_towardzero_test_data): Likewise.
21127 (ctan_downward_test_data): Likewise.
21128 (ctan_upward_test_data): Likewise.
21129 (ctanh_test_data): Likewise.
21130 (ctanh_tonearest_test_data): Likewise.
21131 (ctanh_towardzero_test_data): Likewise.
21132 (ctanh_downward_test_data): Likewise.
21133 (ctanh_upward_test_data): Likewise.
21134 (erf_test_data): Likewise.
21135 (erfc_test_data): Likewise.
21136 (exp_test_data): Likewise.
21137 (exp_tonearest_test_data): Likewise.
21138 (exp_towardzero_test_data): Likewise.
21139 (exp_downward_test_data): Likewise.
21140 (exp_upward_test_data): Likewise.
21141 (exp10_test_data): Likewise.
21142 (exp2_test_data): Likewise.
21143 (expm1_test_data): Likewise.
21144 (fabs_test_data): Likewise.
21145 (fdim_test_data): Likewise.
21146 (finite_test_data): Likewise.
21147 (floor_test_data): Likewise.
21148 (fma_test_data): Likewise.
21149 (fma_towardzero_test_data): Likewise.
21150 (fma_downward_test_data): Likewise.
21151 (fma_upward_test_data): Likewise.
21152 (fmax_test_data): Likewise.
21153 (fmin_test_data): Likewise.
21154 (fmod_test_data): Likewise.
21155 (fpclassify_test_data): Likewise.
21156 (frexp_test_data): Likewise.
21157 (gamma_test_data): Likewise.
21158 (hypot_test_data): Likewise.
21159 (ilogb_test_data): Likewise.
21160 (isfinite_test_data): Likewise.
21161 (isgreater_test_data): Likewise.
21162 (isgreaterequal_test_data): Likewise.
21163 (isinf_test_data): Likewise.
21164 (isless_test_data): Likewise.
21165 (islessequal_test_data): Likewise.
21166 (islessgreater_test_data): Likewise.
21167 (isnan_test_data): Likewise.
21168 (isnormal_test_data): Likewise.
21169 (issignaling_test_data): Likewise.
21170 (isunordered_test_data): Likewise.
21171 (j0_test_data): Likewise.
21172 (j1_test_data): Likewise.
21173 (jn_test_data): Likewise.
21174 (ldexp_test_data): Likewise.
21175 (lgamma_test_data): Likewise.
21176 (lrint_test_data): Likewise.
21177 (lrint_tonearest_test_data): Likewise.
21178 (lrint_towardzero_test_data): Likewise.
21179 (lrint_downward_test_data): Likewise.
21180 (lrint_upward_test_data): Likewise.
21181 (llrint_test_data): Likewise.
21182 (llrint_tonearest_test_data): Likewise.
21183 (llrint_towardzero_test_data): Likewise.
21184 (llrint_downward_test_data): Likewise.
21185 (llrint_upward_test_data): Likewise.
21186 (log_test_data): Likewise.
21187 (log10_test_data): Likewise.
21188 (log1p_test_data): Likewise.
21189 (log2_test_data): Likewise.
21190 (logb_test_data): Likewise.
21191 (logb_downward_test_data): Likewise.
21192 (lround_test_data): Likewise.
21193 (llround_test_data): Likewise.
21194 (modf_test_data): Likewise.
21195 (nearbyint_test_data): Likewise.
21196 (nextafter_test_data): Likewise.
21197 (nexttoward_test_data): Likewise.
21198 (pow_test_data): Likewise.
21199 (pow_tonearest_test_data): Likewise.
21200 (pow_towardzero_test_data): Likewise.
21201 (pow_downward_test_data): Likewise.
21202 (pow_upward_test_data): Likewise.
21203 (remainder_test_data): Likewise.
21204 (remainder_tonearest_test_data): Likewise.
21205 (remainder_towardzero_test_data): Likewise.
21206 (remainder_downward_test_data): Likewise.
21207 (remainder_upward_test_data): Likewise.
21208 (remquo_test_data): Likewise.
21209 (rint_test_data): Likewise.
21210 (rint_tonearest_test_data): Likewise.
21211 (rint_towardzero_test_data): Likewise.
21212 (rint_downward_test_data): Likewise.
21213 (rint_upward_test_data): Likewise.
21214 (round_test_data): Likewise.
21215 (scalb_test_data): Likewise.
21216 (scalbn_test_data): Likewise.
21217 (scalbln_test_data): Likewise.
21218 (signbit_test_data): Likewise.
21219 (sin_test_data): Likewise.
21220 (sin_tonearest_test_data): Likewise.
21221 (sin_towardzero_test_data): Likewise.
21222 (sin_downward_test_data): Likewise.
21223 (sin_upward_test_data): Likewise.
21224 (sincos_test_data): Likewise.
21225 (sinh_test_data): Likewise.
21226 (sinh_tonearest_test_data): Likewise.
21227 (sinh_towardzero_test_data): Likewise.
21228 (sinh_downward_test_data): Likewise.
21229 (sinh_upward_test_data): Likewise.
21230 (sqrt_test_data): Likewise.
21231 (tan_test_data): Likewise.
21232 (tan_tonearest_test_data): Likewise.
21233 (tan_towardzero_test_data): Likewise.
21234 (tan_downward_test_data): Likewise.
21235 (tan_upward_test_data): Likewise.
21236 (tanh_test_data): Likewise.
21237 (tgamma_test_data): Likewise.
21238 (trunc_test_data): Likewise.
21239 (y0_test_data): Likewise.
21240 (y1_test_data): Likewise.
21241 (yn_test_data): Likewise.
21242 (significand_test_data): Likewise.
21243
b679a606
JM
21244 * math/gen-libm-test.pl (@functions): Remove variable.
21245 (generate_testfile): Don't handle START and END lines.
21246 * math/libm-test.inc (START): New macro.
21247 (END): Likewise.
21248 (END_COMPLEX): Likewise.
21249 (acos_test): Use END macro without arguments.
21250 (acos_test_tonearest): Likewise.
21251 (acos_test_towardzero): Likewise.
21252 (acos_test_downward): Likewise.
21253 (acos_test_upward): Likewise.
21254 (acosh_test): Likewise.
21255 (asin_test): Likewise.
21256 (asin_test_tonearest): Likewise.
21257 (asin_test_towardzero): Likewise.
21258 (asin_test_downward): Likewise.
21259 (asin_test_upward): Likewise.
21260 (asinh_test): Likewise.
21261 (atan_test): Likewise.
21262 (atanh_test): Likewise.
21263 (atan2_test): Likewise.
21264 (cabs_test): Likewise.
21265 (cacos_test): Use END_COMPLEX macro without arguments.
21266 (cacosh_test): Likewise.
21267 (carg_test): Use END macro without arguments.
21268 (casin_test): Use END_COMPLEX macro without arguments.
21269 (casinh_test): Likewise.
21270 (catan_test): Likewise.
21271 (catanh_test): Likewise.
21272 (cbrt_test): Use END macro without arguments.
21273 (ccos_test): Use END_COMPLEX macro without arguments.
21274 (ccosh_test): Likewise.
21275 (ceil_test): Use END macro without arguments.
21276 (cexp_test): Use END_COMPLEX macro without arguments.
21277 (cimag_test): Use END macro without arguments.
21278 (clog_test): Use END_COMPLEX macro without arguments.
21279 (clog10_test): Likewise.
21280 (conj_test): Likewise.
21281 (copysign_test): Use END macro without arguments.
21282 (cos_test): Likewise.
21283 (cos_test_tonearest): Likewise.
21284 (cos_test_towardzero): Likewise.
21285 (cos_test_downward): Likewise.
21286 (cos_test_upward): Likewise.
21287 (cosh_test): Likewise.
21288 (cosh_test_tonearest): Likewise.
21289 (cosh_test_towardzero): Likewise.
21290 (cosh_test_downward): Likewise.
21291 (cosh_test_upward): Likewise.
21292 (cpow_test): Use END_COMPLEX macro without arguments.
21293 (cproj_test): Likewise.
21294 (creal_test): Use END macro without arguments.
21295 (csin_test): Use END_COMPLEX macro without arguments.
21296 (csinh_test): Likewise.
21297 (csqrt_test): Likewise.
21298 (ctan_test): Likewise.
21299 (ctan_test_tonearest): Likewise.
21300 (ctan_test_towardzero): Likewise.
21301 (ctan_test_downward): Likewise.
21302 (ctan_test_upward): Likewise.
21303 (ctanh_test): Likewise.
21304 (ctanh_test_tonearest): Likewise.
21305 (ctanh_test_towardzero): Likewise.
21306 (ctanh_test_downward): Likewise.
21307 (ctanh_test_upward): Likewise.
21308 (erf_test): Use END macro without arguments.
21309 (erfc_test): Likewise.
21310 (exp_test): Likewise.
21311 (exp_test_tonearest): Likewise.
21312 (exp_test_towardzero): Likewise.
21313 (exp_test_downward): Likewise.
21314 (exp_test_upward): Likewise.
21315 (exp10_test): Likewise.
21316 (exp2_test): Likewise.
21317 (expm1_test): Likewise.
21318 (fabs_test): Likewise.
21319 (fdim_test): Likewise.
21320 (finite_test): Likewise.
21321 (floor_test): Likewise.
21322 (fma_test): Likewise.
21323 (fma_test_towardzero): Likewise.
21324 (fma_test_downward): Likewise.
21325 (fma_test_upward): Likewise.
21326 (fmax_test): Likewise.
21327 (fmin_test): Likewise.
21328 (fmod_test): Likewise.
21329 (fpclassify_test): Likewise.
21330 (frexp_test): Likewise.
21331 (gamma_test): Likewise.
21332 (hypot_test): Likewise.
21333 (ilogb_test): Likewise.
21334 (isfinite_test): Likewise.
21335 (isgreater_test): Likewise.
21336 (isgreaterequal_test): Likewise.
21337 (isinf_test): Likewise.
21338 (isless_test): Likewise.
21339 (islessequal_test): Likewise.
21340 (islessgreater_test): Likewise.
21341 (isnan_test): Likewise.
21342 (isnormal_test): Likewise.
21343 (issignaling_test): Likewise.
21344 (isunordered_test): Likewise.
21345 (j0_test): Likewise.
21346 (j1_test): Likewise.
21347 (jn_test): Likewise.
21348 (ldexp_test): Likewise.
21349 (lgamma_test): Likewise.
21350 (lrint_test): Likewise.
21351 (lrint_test_tonearest): Likewise.
21352 (lrint_test_towardzero): Likewise.
21353 (lrint_test_downward): Likewise.
21354 (lrint_test_upward): Likewise.
21355 (llrint_test): Likewise.
21356 (llrint_test_tonearest): Likewise.
21357 (llrint_test_towardzero): Likewise.
21358 (llrint_test_downward): Likewise.
21359 (llrint_test_upward): Likewise.
21360 (log_test): Likewise.
21361 (log10_test): Likewise.
21362 (log1p_test): Likewise.
21363 (log2_test): Likewise.
21364 (logb_test): Likewise.
21365 (logb_test_downward): Likewise.
21366 (lround_test): Likewise.
21367 (llround_test): Likewise.
21368 (modf_test): Likewise.
21369 (nearbyint_test): Likewise.
21370 (nextafter_test): Likewise.
21371 (nexttoward_test): Likewise.
21372 (pow_test): Likewise.
21373 (pow_test_tonearest): Likewise.
21374 (pow_test_towardzero): Likewise.
21375 (pow_test_downward): Likewise.
21376 (pow_test_upward): Likewise.
21377 (remainder_test): Likewise.
21378 (remainder_test_tonearest): Likewise.
21379 (remainder_test_towardzero): Likewise.
21380 (remainder_test_downward): Likewise.
21381 (remainder_test_upward): Likewise.
21382 (remquo_test): Likewise.
21383 (rint_test): Likewise.
21384 (rint_test_tonearest): Likewise.
21385 (rint_test_towardzero): Likewise.
21386 (rint_test_downward): Likewise.
21387 (rint_test_upward): Likewise.
21388 (round_test): Likewise.
21389 (scalb_test): Likewise.
21390 (scalbn_test): Likewise.
21391 (scalbln_test): Likewise.
21392 (signbit_test): Likewise.
21393 (sin_test): Likewise.
21394 (sin_test_tonearest): Likewise.
21395 (sin_test_towardzero): Likewise.
21396 (sin_test_downward): Likewise.
21397 (sin_test_upward): Likewise.
21398 (sincos_test): Likewise.
21399 (sinh_test): Likewise.
21400 (sinh_test_tonearest): Likewise.
21401 (sinh_test_towardzero): Likewise.
21402 (sinh_test_downward): Likewise.
21403 (sinh_test_upward): Likewise.
21404 (sqrt_test): Likewise.
21405 (tan_test): Likewise.
21406 (tan_test_tonearest): Likewise.
21407 (tan_test_towardzero): Likewise.
21408 (tan_test_downward): Likewise.
21409 (tan_test_upward): Likewise.
21410 (tanh_test): Likewise.
21411 (tgamma_test): Likewise.
21412 (trunc_test): Likewise.
21413 (y0_test): Likewise.
21414 (y1_test): Likewise.
21415 (yn_test): Likewise.
21416 (significand_test): Likewise.
21417
bae143d2
OB
214182013-05-24 Ondřej Bílka <neleai@seznam.cz>
21419
21420 [BZ #15381]
21421 * libio/genops.c (_IO_no_init): Initialize wide struct info.
21422
9323d39b
EM
214232013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
21424
d4ea44a0 21425 [BZ #14894]
9323d39b
EM
21426 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
21427 __ppc_mdoio and __ppc_mdoom.
21428 * manual/platform.texi: Document new functions __ppc_yield,
21429 __ppc_mdoio and __ppc_mdoom.
21430
13e23af7
CD
214312013-05-22 Carlos O'Donell <carlos@redhat.com>
21432
21433 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
21434 (main): Mention "tls" pseudo-hwcap is legacy.
21435 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
21436
351fe550
JM
214372013-05-22 Joseph Myers <joseph@codesourcery.com>
21438
21439 * math/gen-libm-test.pl (parse_args): Output only string of
21440 arguments as text for test name, not full call or descriptions of
21441 tests for extra outputs.
21442 (generate_testfile): Do not pass function name to parse_args.
21443 Generate this_func variable from START.
21444 * math/libm-test.inc (struct test_f_f_data): Rename test_name
21445 field to arg_str.
21446 (struct test_ff_f_data): Likewise.
21447 (test_ff_f_data_nexttoward): Likewise.
21448 (struct test_fi_f_data): Likewise.
21449 (struct test_fl_f_data): Likewise.
21450 (struct test_if_f_data): Likewise.
21451 (struct test_fff_f_data): Likewise.
21452 (struct test_c_f_data): Likewise.
21453 (struct test_f_f1_data): Likewise. Remove field extra_name.
21454 (struct test_fF_f1_data): Likewise.
21455 (struct test_ffI_f1_data): Likewise.
21456 (struct test_c_c_data): Rename test_name field to arg_str.
21457 (struct test_cc_c_data): Likewise.
21458 (struct test_f_i_data): Likewise.
21459 (struct test_ff_i_data): Likewise.
21460 (struct test_f_l_data): Likewise.
21461 (struct test_f_L_data): Likewise.
21462 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
21463 and extra2_name.
21464 (COMMON_TEST_SETUP): New macro.
21465 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
21466 (COMMON_TEST_CLEANUP): Likewise.
21467 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
21468 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
21469 macros.
21470 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
21471 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
21472 macros.
21473 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
21474 (RUN_TEST_fff_f): Take argument string. Call new setup and
21475 cleanup macros.
21476 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
21477 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
21478 macros.
21479 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
21480 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
21481 macros.
21482 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21483 (RUN_TEST_fF_f1): Take argument string. Call new setup and
21484 cleanup macros.
21485 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21486 (RUN_TEST_fI_f1): Take argument string. Call new setup and
21487 cleanup macros.
21488 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21489 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
21490 cleanup macros.
21491 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21492 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
21493 macros.
21494 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
21495 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
21496 macros.
21497 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
21498 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
21499 macros.
21500 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
21501 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
21502 cleanup macros.
21503 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
21504 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
21505 cleanup macros.
21506 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
21507 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
21508 macros.
21509 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
21510 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
21511 cleanup macros.
21512 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
21513 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
21514 macros.
21515 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
21516 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
21517 macros.
21518 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
21519 (RUN_TEST_fFF_11): Take argument string. Call new setup and
21520 cleanup macros.
21521 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
21522
85118d4d
EBM
215232013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21524
21525 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
21526 to _sifields.sigfault.
21527 (si_addr_lsb): Define new macro.
21528 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
21529 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
21530 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
21531
7a44c18f
CD
215322013-05-03 Carlos O'Donell <carlos at redhat.com>
21533
21534 [BZ #15441]
21535 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
21536 returns -1.
21537 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
21538 null return -1.
21539 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
21540 loading the domain.
21541
b50a7181
JM
215422013-05-22 Joseph Myers <joseph@codesourcery.com>
21543
21544 * math/gen-libm-test.pl (parse_args): Do not include expected
21545 result in test name.
21546 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
21547 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21548 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21549 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21550 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21551 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21552
051063c8
SP
215532013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
21554
3ce9e010
SP
21555 * benchtests/Makefile: Sort function entries.
21556
051063c8
SP
21557 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
21558 tanh, asinh, acosh, atanh.
21559 * benchtests/acos-inputs: New file.
21560 * benchtests/acosh-inputs: New file.
21561 * benchtests/asin-inputs: New file.
21562 * benchtests/asinh-inputs: New file.
21563 * benchtests/atanh-inputs: New file.
21564 * benchtests/cosh-inputs: New file.
21565 * benchtests/log-inputs: New file.
21566 * benchtests/sinh-inputs: New file.
21567 * benchtests/tanh-inputs: New file.
21568
47c22455
DL
215692013-05-21 Dmitry V. Levin <ldv@altlinux.org>
21570
21571 [BZ #15339]
21572 * posix/tst-getaddrinfo4.c: New test.
21573 * posix/Makefile (tests): Add it.
21574
3d04f5db
SP
215752013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21576
21577 [BZ #15339]
21578 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
21579 when no services were used.
21580 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
21581 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
21582
d5dd6189
AS
215832013-05-21 Andreas Schwab <schwab@suse.de>
21584
21585 [BZ #15014]
21586 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
21587 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
21588 successful.
21589 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
21590 redundant variable declarations and reallocation of buffer when
21591 parsing as IPv6 address. Always set NSS status when called from
21592 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
21593 buffer too small. Correct computation of needed size.
21594 * nss/Makefile (tests): Add test-digits-dots.
21595 * nss/test-digits-dots.c: New test.
21596
fef94eab
SP
215972013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
21598
21599 * benchtests/Makefile: Remove instructions for adding
21600 benchmark tests.
21601 * benchtests/README: New file to explain how to execute and
21602 enhance the benchmark tests.
21603
e39adf43
AS
216042013-05-21 Andreas Schwab <schwab@suse.de>
21605
21606 [BZ #15493]
21607 * setjmp/Makefile (tests): Add tst-sigsetjmp.
21608 * setjmp/tst-sigsetjmp.c: New test.
21609
b2b671b6
OB
216102013-05-20 Ondřej Bílka <neleai@seznam.cz>
21611
21612 * sysdeps/x86_64/memset.S (memset): New implementation.
21613 (__bzero): Likewise.
21614 (__memset_tail): New function.
21615
2d48b41c
OB
216162013-05-20 Ondřej Bílka <neleai@seznam.cz>
21617
21618 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
21619 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
21620 __memcpy_sse2_unaligned ifunc selection.
21621 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21622 Add memcpy-sse2-unaligned.S.
21623 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21624 Add: __memcpy_sse2_unaligned.
21625
f16cc3eb
JM
216262013-05-19 Joseph Myers <joseph@codesourcery.com>
21627
3e694268
JM
21628 [BZ #15490]
21629 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
21630 math_force_eval before restoring floating-point envrionment.
21631 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
21632 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
21633 Likewise.
21634 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
21635 <math_private.h>.
21636 (__nearbyintl): Use math_force_eval before restoring
21637 floating-point environment.
21638 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
21639
db62a907
JM
21640 * math/gen-libm-test.pl (special_functions): Remove.
21641 (parse_args): Don't handle TEST_extra. Handle functions with no
21642 return value.
21643 * math/libm-test.inc (struct test_sincos_data): Replace with
21644 struct test_fFF_11_data.
21645 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
21646 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
21647 (sincos_test_data): Change element type to struct
21648 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
21649 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
21650 RUN_TEST_LOOP_sincos.
21651 * math/README.libm-test: Don't mention special handling of
21652 individual functions.
21653 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
21654 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
21655 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
21656 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
21657 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
21658 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21659
f16cc3eb
JM
21660 * math/gen-libm-test.pl (get_variable): Remove function.
21661 (parse_args): Don't show pointer parameters to call in test
21662 names. Use "extra output N" in test names for extra outputs
21663 rather than naming variables.
21664
3779b5b6
JM
216652013-05-18 Joseph Myers <joseph@codesourcery.com>
21666
2ee094ff
JM
21667 [BZ #15488]
21668 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
21669 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
21670 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
21671 double tests.
21672 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
21673 disable.
21674 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
21675 check_long_double.
21676
3779b5b6
JM
21677 * math/gen-libm-test.pl (@tests): Remove variable.
21678 ($count): Likewise.
21679 (new_test): Remove function.
21680 (show_exceptions): New function.
21681 (special_functions): Use show_exceptions instead of new_test.
21682 (parse_args): Likewise.
21683 (generate_testfile): Pass only function name in generated call to
21684 print_max_error or print_complex_max_error.
21685 (get_ulps): Do not handle complex tests specially.
21686 (output_test): Rename to ...
21687 (get_all_ulps_for_test): ... this. Return a string rather than
21688 printing to a file. Require ulps to be present.
21689 (output_ulps): Generate arrays rather than #defines.
21690 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
21691 (struct ulp_data): New type.
21692 (BUILD_COMPLEX_ULP): Remove macro.
21693 (compare_ulp_data): New function.
21694 (find_ulps): Likewise.
21695 (find_test_ulps): Likewise.
21696 (find_function_ulps): Likewise.
21697 (find_complex_function_ulps): Likewise.
21698 (print_max_error): Determine allowed ulps using
21699 find_function_ulps.
21700 (print_complex_max_error): Determine allowed ulps using
21701 find_complex_function_ulps.
21702 (check_float_internal): Determine max ulps using find_test_ulps.
21703 (check_float): Do not take max_ulp parameter. Update call to
21704 check_float_internal.
21705 (check_complex): Likewise.
21706 (check_int): Do not take max_ulp parameter.
21707 (check_long): Likewise.
21708 (check_bool): Likewise.
21709 (check_longlong): Likewise.
21710 (struct test_f_f_data): Remove max_ulp field.
21711 (struct test_ff_f_data): Likewise.
21712 (struct test_ff_f_data_nexttoward): Likewise.
21713 (struct test_fi_f_data): Likewise.
21714 (struct test_fl_f_data): Likewise.
21715 (struct test_if_f_data): Likewise.
21716 (struct test_fff_f_data): Likewise.
21717 (struct test_c_f_data): Likewise.
21718 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
21719 (struct test_fF_f1_data): Likewise.
21720 (struct test_ffI_f1_data): Likewise.
21721 (struct test_c_c_data): Remove max_ulp field.
21722 (struct test_cc_c_data): Likewise.
21723 (struct test_f_i_data): Likewise.
21724 (struct test_ff_i_data): Likewise.
21725 (struct test_f_l_data): Likewise.
21726 (struct test_f_L_data): Likewise.
21727 (struct test_sincos_data): Likewise.
21728 (RUN_TEST_f_f): Do not handle ulps.
21729 (RUN_TEST_LOOP_f_f): Likewise.
21730 (RUN_TEST_2_f): Likewise.
21731 (RUN_TEST_LOOP_2_f): Likewise.
21732 (RUN_TEST_fff_f): Likewise.
21733 (RUN_TEST_LOOP_fff_f): Likewise.
21734 (RUN_TEST_c_f): Likewise.
21735 (RUN_TEST_LOOP_c_f): Likewise.
21736 (RUN_TEST_f_f1): Likewise.
21737 (RUN_TEST_LOOP_f_f1): Likewise.
21738 (RUN_TEST_fF_f1): Likewise.
21739 (RUN_TEST_LOOP_fF_f1): Likewise.
21740 (RUN_TEST_fI_f1): Likewise.
21741 (RUN_TEST_LOOP_fI_f1): Likewise.
21742 (RUN_TEST_ffI_f1): Likewise.
21743 (RUN_TEST_LOOP_ffI_f1): Likewise.
21744 (RUN_TEST_c_c): Likewise.
21745 (RUN_TEST_LOOP_c_c): Likewise.
21746 (RUN_TEST_cc_c): Likewise.
21747 (RUN_TEST_LOOP_cc_c): Likewise.
21748 (RUN_TEST_f_i): Likewise.
21749 (RUN_TEST_LOOP_f_i): Likewise.
21750 (RUN_TEST_f_i_tg): Likewise.
21751 (RUN_TEST_LOOP_f_i_tg): Likewise.
21752 (RUN_TEST_ff_i_tg): Likewise.
21753 (RUN_TEST_LOOP_ff_i_tg): Likewise.
21754 (RUN_TEST_f_b): Likewise.
21755 (RUN_TEST_LOOP_f_b): Likewise.
21756 (RUN_TEST_f_b_tg): Likewise.
21757 (RUN_TEST_LOOP_f_b_tg): Likewise.
21758 (RUN_TEST_f_l): Likewise.
21759 (RUN_TEST_LOOP_f_l): Likewise.
21760 (RUN_TEST_f_L): Likewise.
21761 (RUN_TEST_LOOP_f_L): Likewise.
21762 (RUN_TEST_sincos): Likewise.
21763 (RUN_TEST_LOOP_sincos): Likewise.
21764
8269107f
JM
217652013-05-17 Joseph Myers <joseph@codesourcery.com>
21766
bb38759d
JM
21767 [BZ #15480]
21768 [BZ #15485]
21769 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
21770 main case of finite arguments, set rounding mode to FE_TONEAREST
21771 and discard exceptions.
21772 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
21773 exceptions.
21774 (remainder_tonearest_test_data): New variable.
21775 (remainder_test_tonearest): New function.
21776 (remainder_towardzero_test_data): New variable.
21777 (remainder_test_towardzero): New function.
21778 (remainder_downward_test_data): New variable.
21779 (remainder_test_downward): New function.
21780 (remainder_upward_test_data): New variable.
21781 (remainder_test_upward): New function.
21782 (main): Call the new test functions.
21783
a00bdcf0
JM
21784 * math/libm-test.inc (struct test_f_f1_data): Remove field
21785 extra_init.
21786 (struct test_fF_f1_data): Likewise.
21787 (struct test_ffI_f1_data): Likewise.
21788 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
21789 based on value of EXTRA_EXPECTED.
21790 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
21791 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
21792 EXTRA_VAR based on value of EXTRA_EXPECTED.
21793 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
21794 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
21795 EXTRA_VAR based on value of EXTRA_EXPECTED.
21796 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
21797 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
21798 EXTRA_VAR based on value of EXTRA_EXPECTED.
21799 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
21800 * math/gen-libm-test.pl (parse_args): Don't output initializers
21801 for extra output values.
21802
de407f79
JM
21803 * math/libm-test.inc (check_int): Expect result to be exactly
21804 equal to expected value and do not handle ulps.
21805 (check_long): Likewise.
21806 (check_longlong): Likewise.
21807
8269107f
JM
21808 * math/libm-test.inc (ceil_test_data): Test for "inexact"
21809 exceptions.
21810 (cimag_test_data): Likewise.
21811 (conj_test_data): Likewise.
21812 (copysign_test_data): Likewise.
21813 (cproj_test_data): Likewise.
21814 (creal_test_data): Likewise.
21815 (fabs_test_data): Likewise.
21816 (fdim_test_data): Likewise.
21817 (finite_test_data): Likewise.
21818 (floor_test_data): Likewise.
21819 (fmax_test_data): Likewise.
21820 (fmin_test_data): Likewise.
21821 (fmod_test_data): Likewise.
21822 (fpclassify_test_data): Likewise.
21823 (frexp_test_data): Likewise.
21824 (ilogb_test_data): Likewise.
21825 (isfinite_test_data): Likewise.
21826 (isgreater_test_data): Likewise.
21827 (isgreaterequal_test_data): Likewise.
21828 (isinf_test_data): Likewise.
21829 (isless_test_data): Likewise.
21830 (islessequal_test_data): Likewise.
21831 (islessgreater_test_data): Likewise.
21832 (isnan_test_data): Likewise.
21833 (isnormal_test_data): Likewise.
21834 (issignaling_test_data): Likewise.
21835 (isunordered_test_data): Likewise.
21836 (ldexp_test_data): Likewise.
21837 (lrint_test_data): Likewise.
21838 (lrint_test_data) [TEST_FLOAT]: Disable one test.
21839 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
21840 (lrint_tonearest_test_data): Test for "inexact" exceptions.
21841 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21842 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
21843 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21844 test input.
21845 (lrint_towardzero_test_data): Test for "inexact" exceptions.
21846 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21847 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
21848 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
21849 that test input.
21850 (lrint_downward_test_data): Test for "inexact" exceptions.
21851 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21852 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
21853 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
21854 test input.
21855 (lrint_upward_test_data): Test for "inexact" exceptions.
21856 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
21857 test input.
21858 (llrint_test_data): Test for "inexact" exceptions.
21859 (llrint_test_data) [TEST_FLOAT]: Disable one test.
21860 (llrint_tonearest_test_data): Test for "inexact" exceptions.
21861 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
21862 (llrint_towardzero_test_data): Test for "inexact" exceptions.
21863 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
21864 (llrint_downward_test_data): Test for "inexact" exceptions.
21865 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
21866 (llrint_upward_test_data): Test for "inexact" exceptions.
21867 (logb_test_data): Likewise.
21868 (logb_downward_test_data): Likewise.
21869 (nextafter_test_data): Likewise.
21870 (nexttoward_test_data): Likewise.
21871 (remainder_test_data): Likewise.
21872 (remquo_test_data): Likewise.
21873 (scalbn_test_data): Likewise.
21874 (scalbln_test_data): Likewise.
21875 (signbit_test_data): Likewise.
21876 (sqrt_test_data): Likewise.
21877 (significand_test_data): Likewise.
21878
48a18de1
SP
218792013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
21880
21881 [BZ #15424]
21882 * benchtests/bench-modf.c (struct args): Mark arg0 as
21883 volatile.
21884 * scripts/bench.pl: Mark members of struct args as volatile.
21885
13d3b41a
AZ
218862013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21887
68191c1d 21888 [BZ # 15497]
13d3b41a
AZ
21889 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
21890 negative infinity on POWER6 or lower.
21891 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
21892
2848b105
MR
218932013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
21894
21895 [BZ #15442]
21896 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
21897 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
21898 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
21899 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
21900 (_FP_SETQNAN): New macro.
21901 (_FP_SETQNAN_SEMIRAW): Likewise.
21902 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
21903 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
21904 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
21905 (FP_EXTEND): Use _FP_FRAC_SNANP.
21906 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
21907 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
21908 into account.
21909 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21910 New macro.
21911 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
21912 Likewise.
21913
323e5cb7
JM
219142013-05-16 Joseph Myers <joseph@codesourcery.com>
21915
c58b274f
JM
21916 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
21917 with DIVIDE_BY_ZERO_EXCEPTION.
21918 (gamma_test_data): Likewise.
21919 (lgamma_test_data): Likewise.
21920 (log_test_data): Likewise.
21921 (log10_test_data): Likewise.
21922 (log2_test_data): Likewise.
21923 (tgamma_test_data): Likewise.
21924
0ab34904
JM
21925 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
21926 (acos_test_tonearest): Likewise.
21927 (acos_test_towardzero): Likewise.
21928 (acos_test_downward): Likewise.
21929 (acos_test_upward): Likewise.
21930 (acosh_test): Likewise.
21931 (asin_test): Likewise.
21932 (asin_test_tonearest): Likewise.
21933 (asin_test_towardzero): Likewise.
21934 (asin_test_downward): Likewise.
21935 (asin_test_upward): Likewise.
21936 (asinh_test): Likewise.
21937 (atan_test): Likewise.
21938 (atanh_test): Likewise.
21939 (atan2_test): Likewise.
21940 (cabs_test): Likewise.
21941 (cacos_test): Likewise.
21942 (cacosh_test): Likewise.
21943 (casin_test): Likewise.
21944 (casinh_test): Likewise.
21945 (catan_test): Likewise.
21946 (catanh_test): Likewise.
21947 (cbrt_test): Likewise.
21948 (ccos_test): Likewise.
21949 (ccosh_test): Likewise.
21950 (cexp_test): Likewise.
21951 (clog_test): Likewise.
21952 (clog10_test): Likewise.
21953 (cos_test): Likewise.
21954 (cos_test_tonearest): Likewise.
21955 (cos_test_towardzero): Likewise.
21956 (cos_test_downward): Likewise.
21957 (cos_test_upward): Likewise.
21958 (cosh_test): Likewise.
21959 (cosh_test_tonearest): Likewise.
21960 (cosh_test_towardzero): Likewise.
21961 (cosh_test_downward): Likewise.
21962 (cosh_test_upward): Likewise.
21963 (cpow_test): Likewise.
21964 (csin_test): Likewise.
21965 (csinh_test): Likewise.
21966 (csqrt_test): Likewise.
21967 (ctan_test): Likewise.
21968 (ctan_test_tonearest): Likewise.
21969 (ctan_test_towardzero): Likewise.
21970 (ctan_test_downward): Likewise.
21971 (ctan_test_upward): Likewise.
21972 (ctanh_test): Likewise.
21973 (ctanh_test_tonearest): Likewise.
21974 (ctanh_test_towardzero): Likewise.
21975 (ctanh_test_downward): Likewise.
21976 (ctanh_test_upward): Likewise.
21977 (erf_test): Likewise.
21978 (erfc_test): Likewise.
21979 (exp_test): Likewise.
21980 (exp_test_tonearest): Likewise.
21981 (exp_test_towardzero): Likewise.
21982 (exp_test_downward): Likewise.
21983 (exp_test_upward): Likewise.
21984 (exp10_test): Likewise.
21985 (exp2_test): Likewise.
21986 (expm1_test): Likewise.
21987 (fmod_test): Likewise.
21988 (gamma_test): Likewise.
21989 (hypot_test): Likewise.
21990 (j0_test): Likewise.
21991 (j1_test): Likewise.
21992 (jn_test): Likewise.
21993 (lgamma_test): Likewise.
21994 (log_test): Likewise.
21995 (log10_test): Likewise.
21996 (log1p_test): Likewise.
21997 (log2_test): Likewise.
21998 (logb_test_downward): Likewise.
21999 (pow_test): Likewise.
22000 (pow_test_tonearest): Likewise.
22001 (pow_test_towardzero): Likewise.
22002 (pow_test_downward): Likewise.
22003 (pow_test_upward): Likewise.
22004 (remainder_test): Likewise.
22005 (remquo_test): Likewise.
22006 (sin_test): Likewise.
22007 (sin_test_tonearest): Likewise.
22008 (sin_test_towardzero): Likewise.
22009 (sin_test_downward): Likewise.
22010 (sin_test_upward): Likewise.
22011 (sincos_test): Likewise.
22012 (sinh_test): Likewise.
22013 (sinh_test_tonearest): Likewise.
22014 (sinh_test_towardzero): Likewise.
22015 (sinh_test_downward): Likewise.
22016 (sinh_test_upward): Likewise.
22017 (sqrt_test): Likewise.
22018 (tan_test): Likewise.
22019 (tan_test_tonearest): Likewise.
22020 (tan_test_towardzero): Likewise.
22021 (tan_test_downward): Likewise.
22022 (tan_test_upward): Likewise.
22023 (tanh_test): Likewise.
22024 (tgamma_test): Likewise.
22025 (y0_test): Likewise.
22026 (y1_test): Likewise.
22027 (yn_test): Likewise.
22028
323e5cb7
JM
22029 * math/gen-libm-test.pl (adjust_arg): Remove function.
22030 (special_function): Remove argument $in_func. Only handle
22031 generating output for tables of tests, not inside functions.
22032 (parse_args): Likewise.
22033 (generate_testfile): Remove variable $in_func. Update call to
22034 parse_args.
22035 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
22036 (MINUS_ZERO_INIT): Rename macro to minus_zero.
22037 (PLUS_INFTY_INIT): Rename macro to plus_infty.
22038 (MINUS_INFTY_INIT): Rename macro to minus_infty.
22039 (QNAN_VALUE_INIT): Rename macro to qnan_value.
22040 (MAX_VALUE_INIT): Rename macro to max_value.
22041 (MIN_VALUE_INIT): Rename macro to min_value.
22042 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
22043 (plus_zero): Remove variable.
22044 (minus_zero): Likewise.
22045 (plus_infty): Likewise.
22046 (minus_infty): Likewise.
22047 (qnan_value): Likewise.
22048 (max_value): Likewise.
22049 (min_value): Likewise.
22050 (min_subnorm_value): Likewise.
22051
e054f494
RA
220522013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
22053
22054 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
22055 uint64_t or uint32_t usage.
22056 * crypt/sha256-block.c: Likewise.
22057 * crypt/sha256-crypt.c: Likewise.
22058 * crypt/sha256.c: Likewise.
22059 * crypt/sha512-block.c: Likewise.
22060 * crypt/sha512-crypt.c: Likewise.
22061 * crypt/sha512.c: Likewise.
22062 * debug/backtrace-tst.c: Likewise.
22063 * debug/pcprofiledump.c: Likewise.
22064 * elf/cache.c: Likewise.
22065 * elf/dl-cache.c: Likewise.
22066 * elf/dl-misc.c: Likewise.
22067 * elf/dl-profile.c: Likewise.
22068 * elf/dl-support.c: Likewise.
22069 * elf/ldconfig.c: Likewise.
22070 * elf/sprof.c: Likewise.
22071 * iconv/dummy-repertoire.c: Likewise.
22072 * iconv/iconv_charmap.c: Likewise.
22073 * iconv/skeleton.c: Likewise.
22074 * iconvdata/8bit-generic.c: Likewise.
22075 * iconvdata/cp737.h: Likewise.
22076 * iconvdata/cp775.h: Likewise.
22077 * iconvdata/ibm1008.h: Likewise.
22078 * iconvdata/ibm1025.h: Likewise.
22079 * iconvdata/ibm1046.h: Likewise.
22080 * iconvdata/ibm1097.h: Likewise.
22081 * iconvdata/ibm1112.h: Likewise.
22082 * iconvdata/ibm1122.h: Likewise.
22083 * iconvdata/ibm1123.h: Likewise.
22084 * iconvdata/ibm1124.h: Likewise.
22085 * iconvdata/ibm1129.h: Likewise.
22086 * iconvdata/ibm1130.h: Likewise.
22087 * iconvdata/ibm1132.h: Likewise.
22088 * iconvdata/ibm1133.h: Likewise.
22089 * iconvdata/ibm1137.h: Likewise.
22090 * iconvdata/ibm1140.h: Likewise.
22091 * iconvdata/ibm1141.h: Likewise.
22092 * iconvdata/ibm1142.h: Likewise.
22093 * iconvdata/ibm1143.h: Likewise.
22094 * iconvdata/ibm1144.h: Likewise.
22095 * iconvdata/ibm1145.h: Likewise.
22096 * iconvdata/ibm1146.h: Likewise.
22097 * iconvdata/ibm1147.h: Likewise.
22098 * iconvdata/ibm1148.h: Likewise.
22099 * iconvdata/ibm1149.h: Likewise.
22100 * iconvdata/ibm1153.h: Likewise.
22101 * iconvdata/ibm1154.h: Likewise.
22102 * iconvdata/ibm1155.h: Likewise.
22103 * iconvdata/ibm1156.h: Likewise.
22104 * iconvdata/ibm1157.h: Likewise.
22105 * iconvdata/ibm1158.h: Likewise.
22106 * iconvdata/ibm1160.h: Likewise.
22107 * iconvdata/ibm1161.h: Likewise.
22108 * iconvdata/ibm1162.h: Likewise.
22109 * iconvdata/ibm1163.h: Likewise.
22110 * iconvdata/ibm1164.h: Likewise.
22111 * iconvdata/ibm1166.h: Likewise.
22112 * iconvdata/ibm1167.h: Likewise.
22113 * iconvdata/ibm12712.h: Likewise.
22114 * iconvdata/ibm1390.h: Likewise.
22115 * iconvdata/ibm1399.h: Likewise.
22116 * iconvdata/ibm16804.h: Likewise.
22117 * iconvdata/ibm4517.h: Likewise.
22118 * iconvdata/ibm4899.h: Likewise.
22119 * iconvdata/ibm4909.h: Likewise.
22120 * iconvdata/ibm4971.h: Likewise.
22121 * iconvdata/ibm5347.h: Likewise.
22122 * iconvdata/ibm803.h: Likewise.
22123 * iconvdata/ibm856.h: Likewise.
22124 * iconvdata/ibm901.h: Likewise.
22125 * iconvdata/ibm902.h: Likewise.
22126 * iconvdata/ibm9030.h: Likewise.
22127 * iconvdata/ibm9066.h: Likewise.
22128 * iconvdata/ibm921.h: Likewise.
22129 * iconvdata/ibm922.h: Likewise.
22130 * iconvdata/ibm9448.h: Likewise.
22131 * iconvdata/isiri-3342.h: Likewise.
22132 * iconvdata/jis0201.h: Likewise.
22133 * include/link.h: Likewise.
22134 * include/netdb.h: Likewise.
22135 * inet/check_native.c: Likewise.
22136 * inet/check_pf.c: Likewise.
22137 * inet/getipv4sourcefilter.c: Likewise.
22138 * inet/getnameinfo.c: Likewise.
22139 * inet/getsourcefilter.c: Likewise.
22140 * inet/htonl.c: Likewise.
22141 * inet/setipv4sourcefilter.c: Likewise.
22142 * inet/setsourcefilter.c: Likewise.
22143 * inet/test-inet6_opt.c: Likewise.
22144 * inet/tst-network.c: Likewise.
22145 * locale/C-collate.c: Likewise.
22146 * locale/C-ctype.c: Likewise.
22147 * locale/C-time.c: Likewise.
22148 * locale/C-translit.h: Likewise.
22149 * locale/loadarchive.c: Likewise.
22150 * locale/programs/3level.h: Likewise.
22151 * locale/programs/charmap.c: Likewise.
22152 * locale/programs/charmap.h: Likewise.
22153 * locale/programs/ld-address.c: Likewise.
22154 * locale/programs/ld-collate.c: Likewise.
22155 * locale/programs/ld-ctype.c: Likewise.
22156 * locale/programs/ld-identification.c: Likewise.
22157 * locale/programs/ld-measurement.c: Likewise.
22158 * locale/programs/ld-messages.c: Likewise.
22159 * locale/programs/ld-monetary.c: Likewise.
22160 * locale/programs/ld-name.c: Likewise.
22161 * locale/programs/ld-numeric.c: Likewise.
22162 * locale/programs/ld-paper.c: Likewise.
22163 * locale/programs/ld-telephone.c: Likewise.
22164 * locale/programs/ld-time.c: Likewise.
22165 * locale/programs/linereader.c: Likewise.
22166 * locale/programs/locale.c: Likewise.
22167 * locale/programs/locarchive.c: Likewise.
22168 * locale/programs/locfile.h: Likewise.
22169 * locale/programs/repertoire.c: Likewise.
22170 * locale/programs/simple-hash.c: Likewise.
22171 * locale/programs/simple-hash.h: Likewise.
22172 * malloc/memusage.c: Likewise.
22173 * malloc/memusagestat.c: Likewise.
22174 * nis/nis_defaults.c: Likewise.
22175 * nis/nis_hash.c: Likewise.
22176 * nis/nis_print.c: Likewise.
22177 * nis/nis_xdr.c: Likewise.
22178 * nscd/connections.c: Likewise.
22179 * nscd/hstcache.c: Likewise.
22180 * nscd/nscd_gethst_r.c: Likewise.
22181 * nscd/nscd_getserv_r.c: Likewise.
22182 * nscd/nscd_helper.c: Likewise.
22183 * nscd/servicescache.c: Likewise.
22184 * nss/makedb.c: Likewise.
22185 * nss/nss_db/db-XXX.c: Likewise.
22186 * nss/nss_db/db-initgroups.c: Likewise.
22187 * nss/nss_db/db-netgrp.c: Likewise.
22188 * nss/nss_files/files-network.c: Likewise.
22189 * nss/nss_files/files-parse.c: Likewise.
22190 * posix/bug-regex5.c: Likewise.
22191 * posix/fnmatch_loop.c: Likewise.
22192 * posix/regcomp.c: Likewise.
22193 * posix/regexec.c: Likewise.
22194 * posix/tst-rfc3484-2.c: Likewise.
22195 * posix/tst-rfc3484-3.c: Likewise.
22196 * posix/tst-rfc3484.c: Likewise.
22197 * resolv/nss_dns/dns-canon.c: Likewise.
22198 * resolv/nss_dns/dns-network.c: Likewise.
22199 * resolv/res_init.c: Likewise.
22200 * resolv/res_mkquery.c: Likewise.
22201 * resolv/tst-aton.c: Likewise.
22202 * stdlib/cxa_atexit.c: Likewise.
22203 * stdlib/cxa_finalize.c: Likewise.
22204 * stdlib/gen-fpioconst.c: Likewise.
22205 * stdlib/strtol_l.c: Likewise.
22206 * string/tst-endian.c: Likewise.
22207 * sunrpc/auth_des.c: Likewise.
22208 * sunrpc/clnt_udp.c: Likewise.
22209 * sunrpc/rtime.c: Likewise.
22210 * sunrpc/svcauth_des.c: Likewise.
22211 * sunrpc/xdr.c: Likewise.
22212 * sunrpc/xdr_intXX_t.c: Likewise.
22213 * sunrpc/xdr_rec.c: Likewise.
22214 * sysdeps/generic/ldconfig.h: Likewise.
22215 * sysdeps/generic/ldsodefs.h: Likewise.
22216 * sysdeps/generic/memusage.h: Likewise.
22217 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22218 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
22219 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
22220 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22221 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22222 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22223 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22224 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22225 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22226 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22227 * sysdeps/posix/getaddrinfo.c: Likewise.
22228 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22229 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22230 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
22231 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
22232 * sysdeps/powerpc/test-gettimebase.c: Likewise.
22233 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
22234 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
22235 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
22236 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
22237 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
22238 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
22239 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
22240 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
22241 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
22242 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
22243 * sysdeps/x86_64/dl-tls.h: Likewise.
22244 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
22245 * time/alt_digit.c: Likewise.
22246 * time/era.c: Likewise.
22247 * wcsmbs/tst-c16c32-1.c: Likewise.
22248
8c75f674
JM
222492013-05-16 Joseph Myers <joseph@codesourcery.com>
22250
22251 * math/libm-test.inc (struct test_sincos_data): New type.
22252 (RUN_TEST_LOOP_sincos): New macro.
22253 (sincos_test_data): New variable.
22254 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
22255
e6e49e59
RH
222562013-05-16 Richard Henderson <rth@redhat.com>
22257
22258 * math/atest-exp2.c (LIMB64): New macro.
22259 (CONSTSZ): New macro.
22260 (mp_exp1, mp_exp_m1, mp_log2): New variables.
22261 (hexdig): Move ...
22262 (print_mpn_fp): ... to function scope.
22263 (read_mpn_hex): Remove.
22264 (get_log2): Remove.
22265 (exp2_mpn): Use mp_log2.
22266 (main): Use mp_exp1.
22267
15c7c18d
JM
222682013-05-16 Joseph Myers <joseph@codesourcery.com>
22269
105a07df
JM
22270 * math/libm-test.inc: Remove comment about not testing "inexact"
22271 exceptions.
22272 (INEXACT_EXCEPTION): New macro.
22273 (NO_INEXACT_EXCEPTION): Likewise.
22274 (INVALID_EXCEPTION_OK): Update value.
22275 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
22276 (OVERFLOW_EXCEPTION_OK): Likewise.
22277 (UNDERFLOW_EXCEPTION_OK): Likewise.
22278 (IGNORE_ZERO_INF_SIGN): Likewise.
22279 (ERRNO_UNCHANGED): Likewise.
22280 (ERRNO_EDOM): Likewise.
22281 (ERRNO_ERANGE): Likewise.
22282 (test_exceptions): Handle testing "inexact" exceptions.
22283 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
22284 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
22285 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
22286 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
22287 INEXACT_EXCEPTION.
22288 (rint_towardzero_test_data): Likewise.
22289 (rint_downward_test_data): Likewise.
22290 (rint_upward_test_data): Likewise.
22291
e9eee333
JM
22292 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
22293 with OVERFLOW_EXCEPTION.
22294 (exp10_test_data): Likewise.
22295 (exp2_test_data): Likewise.
22296 (expm1_test_data): Likewise.
22297 (lgamma_test_data): Likewise.
22298 (pow_test_data): Likewise.
22299 (tgamma_test_data): Likewise.
22300 (yn_test_data): Remove duplicate test of overflow.
22301
1c38ff73
JM
22302 * math/libm-test.inc (struct test_cc_c_data): New type.
22303 (RUN_TEST_LOOP_cc_c): New macro.
22304 (cpow_test_data): New variable.
22305 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
22306
15c7c18d
JM
22307 * math/libm-test.inc (struct test_f_L_data): New type.
22308 (RUN_TEST_LOOP_f_L): New macro.
22309 (llrint_test_data): New variable.
22310 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
22311 (llrint_tonearest_test_data): New variable.
22312 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
22313 (llrint_towardzero_test_data): New variable.
22314 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
22315 (llrint_downward_test_data): New variable.
22316 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
22317 (llrint_upward_test_data): New variable.
22318 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
22319 (llround_test_data): New variable.
22320 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
22321
f137ff13
PC
223222013-05-13 Peter Collingbourne <pcc@google.com>
22323
22324 * math/atest-exp2.c (get_log2): Remove const attribute.
22325
3608cb24
JM
223262013-05-15 Joseph Myers <joseph@codesourcery.com>
22327
22328 * math/libm-test.inc (struct test_f_l_data): New type.
22329 (RUN_TEST_LOOP_f_l): New macro.
22330 (lrint_test_data): New variable.
22331 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
22332 (lrint_tonearest_test_data): New variable.
22333 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
22334 (lrint_towardzero_test_data): New variable.
22335 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
22336 (lrint_downward_test_data): New variable.
22337 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
22338 (lrint_upward_test_data): New variable.
22339 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
22340 (lround_test_data): New variable.
22341 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
22342
39b1f617
PC
223432013-05-15 Peter Collingbourne <pcc@google.com>
22344
1deff3dc
PC
22345 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
22346 (EXTRACT_WORDS64) Use where appropriate.
22347 (INSERT_WORDS64) Likewise.
22348
791f3ba0
PC
22349 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
22350 constraints with x constraints.
22351 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
22352
39b1f617
PC
22353 * malloc/obstack.c (_obstack_compat): Add initializer.
22354
12fba011
EM
223552013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
22356
22357 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
22358 si_trapno and add si_addr_lsb to _sifields.sigfault.
22359 (si_trapno): Remove macro.
22360 (si_addr_lsb): Define new macro.
22361 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
22362
d369f531
JM
223632013-05-15 Joseph Myers <joseph@codesourcery.com>
22364
b861c6c4
JM
22365 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
22366 instead of TEST_f_l.
22367 (llrint_test_tonearest): Likewise.
22368 (llrint_test_towardzero): Likewise.
22369 (llrint_test_downward): Likewise.
22370 (llrint_test_upward): Likewise.
22371 (llround_test): Likewise.
22372
7abeee12
JM
22373 * math/libm-test.inc (struct test_f_i_data): Add comment.
22374 (RUN_TEST_LOOP_f_b): New macro.
22375 (RUN_TEST_LOOP_f_b_tg): Likewise.
22376 (finite_test_data): New variable.
22377 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
22378 (isfinite_test_data): New variable.
22379 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22380 (isinf_test_data): New variable.
22381 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22382 (isnan_test_data): New variable.
22383 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22384 (isnormal_test_data): New variable.
22385 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22386 (issignaling_test_data): New variable.
22387 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22388 (signbit_test_data): New variable.
22389 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
22390
cbe8c4d3
JM
22391 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
22392 with INVALID_EXCEPTION.
22393 (acosh_test_data): Likewise.
22394 (asin_test_data): Likewise.
22395 (atanh_test_data): Likewise.
22396 (fmod_test_data): Likewise.
22397 (log_test_data): Likewise.
22398 (log10_test_data): Likewise.
22399 (log2_test_data): Likewise.
22400 (pow_test_data): Likewise.
22401 (sqrt_test_data): Likewise.
22402 (y0_test_data): Likewise.
22403 (y1_test_data): Likewise.
22404 (yn_test_data): Likewise.
22405
5575c0e5
JM
22406 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
22407 function contents.
22408
d369f531
JM
22409 * math/libm-test.inc (struct test_ff_i_data): New type.
22410 (RUN_TEST_LOOP_ff_i_tg): New macro.
22411 (isgreater_test_data): New variable.
22412 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22413 (isgreaterequal_test_data): New variable.
22414 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22415 (isless_test_data): New variable.
22416 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22417 (islessequal_test_data): New variable.
22418 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22419 (islessgreater_test_data): New variable.
22420 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22421 (isunordered_test_data): New variable.
22422 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
22423
781fd748
DM
224242013-05-14 David S. Miller <davem@davemloft.net>
22425
22426 * sysdeps/sparc/fpu/libm-test-ulps: Update.
22427
87aa21df
JM
224282013-05-14 Joseph Myers <joseph@codesourcery.com>
22429
5e908270
JM
22430 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
22431
f71172e5
JM
22432 * math/libm-test.inc (struct test_fF_f1_data): Change type of
22433 extra_test to int.
22434 (struct test_f_i_data): Change type of max_ulp to int.
22435
8cfa635a
JM
22436 * math/libm-test.inc (test_ffI_f1_data): New type.
22437 (RUN_TEST_LOOP_ffI_f1): New macro.
22438 (remquo_test_data): New variable.
22439 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
22440
2bcb36b2
JM
22441 * setjmp/tst-setjmp-fp.c: New file.
22442 * setjmp/Makefile (tests): Add tst-setjmp-fp.
22443 (link-libm): New variable.
22444 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
22445
acbd839a
JM
22446 * math/libm-test.inc (struct test_f_i_data): New type.
22447 (RUN_TEST_LOOP_f_i): New macro.
22448 (RUN_TEST_LOOP_f_i_tg): Likewise.
22449 (fpclassify_test_data): New variable.
22450 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
22451 (ilogb_test_data): New variable.
22452 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
22453
e414d745
JM
22454 * math/libm-test.inc (scalbln_test): Correct function name in END
22455 call.
22456
d9c2a0fd
JM
22457 * math/libm-test.inc (struct test_f_f1_data): Add comment.
22458 (RUN_TEST_LOOP_fI_f1): New macro.
22459 (frexp_test_data): New variable.
22460 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
22461
9dc9095d
JM
22462 * math/libm-test.inc (struct test_fF_f1_data): New type.
22463 (RUN_TEST_LOOP_fF_f1): New macro.
22464 (modf_test_data): New variable.
22465 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
22466
87aa21df
JM
22467 * math/libm-test.inc (struct test_f_f1_data): New type.
22468 (RUN_TEST_LOOP_f_f1): New macro.
22469 (gamma_test_data): New variable.
22470 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22471 (lgamma_test_data): New variable.
22472 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
22473
141af660
CD
224742013-05-13 Carlos O'Donell <carlos@redhat.com>
22475
22476 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
22477 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
22478 (main): Comment "tls" pseudo-hwcap.
22479
6d33265c
JM
224802013-05-13 Joseph Myers <joseph@codesourcery.com>
22481
68fc074c
JM
22482 * math/libm-test.inc (struct test_fl_f_data): New type.
22483 (RUN_TEST_LOOP_fl_f): New variable.
22484 (scalbln_test_data): New variable.
22485 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
22486
243216e1
JM
22487 * math/libm-test.inc (struct test_fi_f_data): New type.
22488 (RUN_TEST_LOOP_fi_f): New macro.
22489 (ldexp_test_data): New variable.
22490 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
22491 (scalbn_test_data): New variable.
22492 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
22493
6a1992e2
JM
22494 * math/libm-test.inc (struct test_c_f_data): New type.
22495 (RUN_TEST_LOOP_c_f): New macro.
22496 (cabs_test_data): New variable.
22497 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
22498 (carg_test_data): New variable.
22499 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
22500 (cimag_test_data): New variable.
22501 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
22502 (creal_test_data): New variable.
22503 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
22504
0e400df5
JM
22505 * math/libm-test.inc (struct test_if_f_data): New type.
22506 (RUN_TEST_LOOP_if_f): New macro.
22507 (jn_test_data): New variable.
22508 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
22509 (yn_test_data): New variable.
22510 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
22511
6d33265c
JM
22512 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
22513
f98ece5f
AZ
225142013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22515
22516 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
22517 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
22518
0f7d347b
SP
225192013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
22520
43fe811b
SP
22521 * benchtests/Makefile (CPPFLAGS-nonlib): Add
22522 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
22523 (bench-deps): Add bench-timing.h.
22524 * benchtests-bench-skeleton.c: Include bench-timing.h.
22525 (main): Use TIMING_* macros instead of clock_gettime.
22526 * benchtests/bench-timing.h: New file.
22527
0f7d347b
SP
22528 [BZ #14582]
22529 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
22530 Renamed from _LIB_VERSION.
22531 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
22532
601a3a5f
JM
225332013-05-12 Joseph Myers <joseph@codesourcery.com>
22534
4f184d30
JM
22535 * math/libm-test.inc (struct test_fff_f_data): New type.
22536 (RUN_TEST_LOOP_fff_f): New macro.
22537 (fma_test_data): New variable.
22538 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
22539 (fma_towardzero_test_data): New variable.
22540 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
22541 (fma_downward_test_data): New variable.
22542 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
22543 (fma_upward_test_data): New variable.
22544 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
22545
08198877
JM
22546 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
22547 (struct test_c_c_data): New type.
22548 (RUN_TEST_LOOP_c_c): New macro.
22549 (cacos_test_data): New variable.
22550 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
22551 (cacosh_test_data): New variable.
22552 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
22553 (casin_test_data): New variable.
22554 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
22555 (casinh_test_data): New variable.
22556 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
22557 (catan_test_data): New variable.
22558 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
22559 (catanh_test_data): New variable.
22560 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
22561 (ccos_test_data): New variable.
22562 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
22563 (ccosh_test_data): New variable.
22564 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
22565 (cexp_test_data): New variable.
22566 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
22567 (clog_test_data): New variable.
22568 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
22569 (clog10_test_data): New variable.
22570 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
22571 (conj_test_data): New variable.
22572 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
22573 (cproj_test_data): New variable.
22574 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
22575 (csin_test_data): New variable.
22576 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
22577 (csinh_test_data): New variable.
22578 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
22579 (csqrt_test_data): New variable.
22580 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
22581 (ctan_test_data): New variable.
22582 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
22583 (ctan_tonearest_test_data): New variable.
22584 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22585 (ctan_towardzero_test_data): New variable.
22586 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22587 (ctan_downward_test_data): New variable.
22588 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22589 (ctan_upward_test_data): New variable.
22590 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22591 (ctanh_test_data): New variable.
22592 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
22593 (ctanh_tonearest_test_data): New variable.
22594 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
22595 (ctanh_towardzero_test_data): New variable.
22596 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
22597 (ctanh_downward_test_data): New variable.
22598 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
22599 (ctanh_upward_test_data): New variable.
22600 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
22601 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
22602 of BUILD_COMPLEX.
22603
601a3a5f
JM
22604 * math/libm-test.inc (struct test_ff_f_data): New type.
22605 (struct test_ff_f_data_nexttoward): Likewise.
22606 (RUN_TEST_LOOP_2_f): New macro.
22607 (RUN_TEST_LOOP_ff_f): Likewise.
22608 (atan2_test_data): New variable.
22609 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
22610 (copysign_test_data): New variable.
22611 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
22612 (fdim_test_data): New variable.
22613 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
22614 (fmax_test_data): New variable.
22615 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
22616 (fmin_test_data): New variable.
22617 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
22618 (fmod_test_data): New variable.
22619 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
22620 (hypot_test_data): New variable.
22621 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
22622 (nextafter_test_data): New variable.
22623 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
22624 (nexttoward_test_data): New variable.
22625 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
22626 (pow_test_data): New variable.
22627 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
22628 (pow_tonearest_test_data): New variable.
22629 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
22630 (pow_towardzero_test_data): New variable.
22631 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
22632 (pow_downward_test_data): New variable.
22633 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
22634 (pow_upward_test_data): New variable.
22635 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
22636 (remainder_test_data): New variable.
22637 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
22638 (scalb_test_data): New variable.
22639 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
22640 * sysdeps/i386/fpu/libm-test-ulps: Update.
22641
74c57478
JM
226422013-05-11 Joseph Myers <joseph@codesourcery.com>
22643
8329e4da
JM
22644 * math/libm-test.inc (fma_test): Use max_value instead of local
22645 variable fltmax.
22646 (nextafter_test): Likewise.
22647
74c57478
JM
22648 * math/libm-test.inc (acos_towardzero_test_data): New variable.
22649 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22650 (acos_downward_test_data): New variable.
22651 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22652 (acos_upward_test_data): New variable.
22653 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22654 (acosh_test_data): New variable.
22655 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
22656 (asin_test_data): New variable.
22657 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
22658 (asin_tonearest_test_data): New variable.
22659 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22660 (asin_towardzero_test_data): New variable.
22661 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22662 (asin_downward_test_data): New variable.
22663 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22664 (asin_upward_test_data): New variable.
22665 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22666 (asinh_test_data): New variable.
22667 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
22668 (atan_test_data): New variable.
22669 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
22670 (atanh_test_data): New variable.
22671 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
22672 (cbrt_test_data): New variable.
22673 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
22674 (ceil_test_data): New variable.
22675 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
22676 (cos_test_data): New variable.
22677 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
22678 (cos_tonearest_test_data): New variable.
22679 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22680 (cos_towardzero_test_data): New variable.
22681 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22682 (cos_downward_test_data): New variable.
22683 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22684 (cos_upward_test_data): New variable.
22685 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22686 (cosh_test_data): New variable.
22687 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
22688 (cosh_tonearest_test_data): New variable.
22689 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22690 (cosh_towardzero_test_data): New variable.
22691 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22692 (cosh_downward_test_data): New variable.
22693 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22694 (cosh_upward_test_data): New variable.
22695 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22696 (erf_test_data): New variable.
22697 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
22698 (erfc_test_data): New variable.
22699 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
22700 (exp_test_data): New variable.
22701 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
22702 (exp_tonearest_test_data): New variable.
22703 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22704 (exp_towardzero_test_data): New variable.
22705 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22706 (exp_downward_test_data): New variable.
22707 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22708 (exp_upward_test_data): New variable.
22709 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22710 (exp10_test_data): New variable.
22711 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
22712 (exp2_test_data): New variable.
22713 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
22714 (expm1_test_data): New variable.
22715 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
22716 (fabs_test_data): New variable.
22717 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
22718 (floor_test_data): New variable.
22719 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
22720 (j0_test_data): New variable.
22721 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
22722 (j1_test_data): New variable.
22723 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
22724 (log_test_data): New variable.
22725 (log_test): Run tests with RUN_TEST_LOOP_f_f.
22726 (log10_test_data): New variable.
22727 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
22728 (log1p_test_data): New variable.
22729 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
22730 (log2_test_data): New variable.
22731 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
22732 (logb_test_data): New variable.
22733 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
22734 (logb_downward_test_data): New variable.
22735 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22736 (nearbyint_test_data): New variable.
22737 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
22738 (rint_test_data): New variable.
22739 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
22740 (rint_tonearest_test_data): New variable.
22741 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22742 (rint_towardzero_test_data): New variable.
22743 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22744 (rint_downward_test_data): New variable.
22745 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22746 (rint_upward_test_data): New variable.
22747 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22748 (round_test_data): New variable.
22749 (round_test): Run tests with RUN_TEST_LOOP_f_f.
22750 (sin_test_data): New variable.
22751 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
22752 (sin_tonearest_test_data): New variable.
22753 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22754 (sin_towardzero_test_data): New variable.
22755 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22756 (sin_downward_test_data): New variable.
22757 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22758 (sin_upward_test_data): New variable.
22759 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22760 (sinh_test_data): New variable.
22761 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
22762 (sinh_tonearest_test_data): New variable.
22763 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22764 (sinh_towardzero_test_data): New variable.
22765 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22766 (sinh_downward_test_data): New variable.
22767 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22768 (sinh_upward_test_data): New variable.
22769 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22770 (sqrt_test_data): New variable.
22771 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
22772 (tan_test_data): New variable.
22773 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
22774 (tan_tonearest_test_data): New variable.
22775 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22776 (tan_towardzero_test_data): New variable.
22777 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
22778 (tan_downward_test_data): New variable.
22779 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
22780 (tan_upward_test_data): New variable.
22781 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
22782 (tanh_test_data): New variable.
22783 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
22784 (tgamma_test_data): New variable.
22785 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
22786 (trunc_test_data): New variable.
22787 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
22788 (y0_test_data): New variable.
22789 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
22790 (y1_test_data): New variable.
22791 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
22792 (significand_test_data): New variable.
22793 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
22794
7187d844
CG
227952013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
22796
22797 [BZ #12387]
22798 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
22799
f63fae73
PT
228002013-05-10 Pino Toscano <toscano.pino@tiscali.it>
22801
22802 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
22803
8a67a4b3
AJ
228042013-05-10 Andreas Jaeger <aj@suse.de>
22805
22806 [BZ #15448]
22807 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
22808 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
22809
51df539d
JM
228102013-05-10 Joseph Myers <joseph@codesourcery.com>
22811
22812 * math/gen-libm-test.pl (adjust_arg): New function.
22813 (special_functions): Handle generating output in both functions
22814 and arrays.
22815 (parse_args): Likewise.
22816 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
22817 $in_func argument to parse_args.
22818 * math/libm-test.inc (struct test_f_f_data): New type.
22819 (IF_ROUND_INIT_): New macro.
22820 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
22821 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22822 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22823 (IF_ROUND_INIT_FE_UPWARD): Likewise.
22824 (ROUND_RESTORE_): Likewise.
22825 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
22826 (ROUND_RESTORE_FE_TONEAREST): Likewise.
22827 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
22828 (ROUND_RESTORE_FE_UPWARD): Likewise.
22829 (RUN_TEST_LOOP_f_f): New macro.
22830 (acos_test_data): New variable.
22831 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
22832 (acos_tonearest_test_data): New variable.
22833 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
22834
5c637fe5
SP
228352013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
22836
22837 * benchtests/bench-skeleton.c (startup): Fix coding style.
22838
ab2b9461
JM
228392013-05-10 Joseph Myers <joseph@codesourcery.com>
22840
22841 [BZ #6809]
22842 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
22843 negative infinity argument.
22844 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
22845 negative infinity argument.
22846 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
22847 negative infinity argument.
22848 * math/libm-test.inc (tgamma_test): Expect errno to be set for
22849 domain errors.
22850
4c0fe6fe
FW
228512013-05-10 Florian Weimer <fweimer@redhat.com>
22852
22853 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
22854 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
22855 * iconv/iconv_prog.c (main): Likewise.
22856 * locale/programs/charmap-dir.c (charmap_readdir)
22857 (fopen_uncompressed): Likewise.
22858 * locale/programs/locfile.c (siblings_uncached)
22859 (write_locale_data): Use lstat64 instead of lstat.
22860 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
22861 stat.
22862
a3375d29
AJ
228632013-05-10 Andreas Jaeger <aj@suse.de>
22864
22865 [BZ #15395]
22866 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
22867 localization.
22868 Include <locale.h>.
22869
36129722
CD
228702013-05-09 Carlos O'Donell <carlos@redhat.com>
22871
22872 * elf/dl-close.c (_dl_close_worker): Add comments.
22873
faa7f811
JM
228742013-05-09 Joseph Myers <joseph@codesourcery.com>
22875
ed41ffef
JM
22876 [BZ #15359]
22877 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
22878 high part of pi/2.
22879 (__ieee754_rem_pio2l): Update comments.
22880
d0213cd0
JM
22881 [BZ #15429]
22882 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
22883 high part of pi/2.
22884 (__ieee754_rem_pio2l): Update comments.
22885
0d3e777a
JM
22886 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
22887 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
22888
24f56066
JM
22889 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
22890 M_PI_4l.
22891
faa7f811
JM
22892 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
22893 (M_PI_34_LOG10El): Likewise.
22894 (M_PI2_LOG10El): Likewise.
22895 (M_PI4_LOG10El): Likewise.
22896 (M_PI_LOG10El): Likewise.
22897
e9a5e0fd
AZ
228982013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22899
22900 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22901
d8cd06db
JM
229022013-05-08 Joseph Myers <joseph@codesourcery.com>
22903
a0d9f9d7
JM
22904 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
22905 (MINUS_ZERO_INIT): Likewise.
22906 (PLUS_INFTY_INIT): Likewise.
22907 (MINUS_INFTY_INIT): Likewise.
22908 (QNAN_VALUE_INIT): Likewise.
22909 (MAX_VALUE_INIT): Likewise.
22910 (MIN_VALUE_INIT): Likewise.
22911 (MIN_SUBNORM_VALUE_INIT): Likewise.
22912 (plus_zero): Initialize with PLUS_ZERO_INIT.
22913 (minus_zero): Initialize with MINUS_ZERO_INIT.
22914 (plus_infty): Initialize with PLUS_INFTY_INIT.
22915 (minus_infty): Initialize with MINUS_INFTY_INIT.
22916 (qnan_value): Initialize with QNAN_VALUE_INIT.
22917 (max_value): Initialize with MAX_VALUE_INIT.
22918 (min_value): Initialize with MIN_VALUE_INIT.
22919 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
22920
ae08db3b
JM
22921 * math/libm-test.inc (RUN_TEST_if_f): New macro.
22922 (jn_test): Use TEST_if_f instead of TEST_ff_f.
22923 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
22924 (yn_test): Use TEST_if_f instead of TEST_ff_f.
22925
f44bf14a
JM
22926 * math/libm-test.inc (RUN_TEST_f_f): New macro.
22927 (RUN_TEST_2_f): Likewise.
22928 (RUN_TEST_ff_f): Likewise.
22929 (RUN_TEST_fi_f): Likewise.
22930 (RUN_TEST_fl_f): Likewise.
22931 (RUN_TEST_fff_f): Likewise.
22932 (RUN_TEST_c_f): Likewise.
22933 (RUN_TEST_f_f1): Likewise.
22934 (RUN_TEST_fF_f1): Likewise.
22935 (RUN_TEST_fI_f1): Likewise.
22936 (RUN_TEST_ffI_f1): Likewise.
22937 (RUN_TEST_c_c): Likewise.
22938 (RUN_TEST_cc_c): Likewise.
22939 (RUN_TEST_f_i): Likewise.
22940 (RUN_TEST_f_i_tg): Likewise.
22941 (RUN_TEST_ff_i_tg): Likewise.
22942 (RUN_TEST_f_b): Likewise.
22943 (RUN_TEST_f_b_tg): Likewise.
22944 (RUN_TEST_f_l): Likewise.
22945 (RUN_TEST_f_L): Likewise.
22946 (RUN_TEST_sincos): Likewise.
22947 * math/gen-libm-test.pl (new_test): Take new argument to indicate
22948 whether to show exceptions. Do not include ");\n" in return
22949 value.
22950 (special_functions): Output call to RUN_TEST_sincos instead of
22951 check_float calls. Update calls to new_test.
22952 (parse_args): Output call to single RUN_TEST_* macro instead of
22953 check_* calls and other assignments. Update calls to new_test.
22954
d8cd06db
JM
22955 [BZ #2546]
22956 [BZ #2560]
22957 [BZ #5159]
22958 [BZ #15426]
22959 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
22960 input to result for tgamma overflow.
22961 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
22962 (gamma_coeff): New variable.
22963 (NCOEFF): New macro.
22964 (gamma_positive): New function.
22965 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
22966 underflow here. Use gamma_positive instead of exp (lgamma) for
22967 other arguments.
22968 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
22969 (gamma_coeff): New variable.
22970 (NCOEFF): New macro.
22971 (gammaf_positive): New function.
22972 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
22973 underflow here. Use gamma_positive instead of exp (lgamma) for
22974 other arguments.
22975 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
22976 (gamma_coeff): New variable.
22977 (NCOEFF): New macro.
22978 (gammal_positive): New function.
22979 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
22980 underflow here. Use gamma_positive instead of exp (lgamma) for
22981 other arguments.
22982 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
22983 (gamma_coeff): New variable.
22984 (NCOEFF): New macro.
22985 (gammal_positive): New function.
22986 (__ieee754_gammal_r): Handle positive infinity, overflow and
22987 underflow here. Handle NaN the same as positive infinity. Remove
22988 check x < 0xffffffff for negative integers. Use gamma_positive
22989 instead of exp (lgamma) for other arguments.
22990 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
22991 (gamma_coeff): New variable.
22992 (NCOEFF): New macro.
22993 (gammal_positive): New function.
22994 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
22995 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
22996 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
22997 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
22998 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
22999 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
23000 * sysdeps/generic/math_private.h (__gamma_productf): New
23001 prototype.
23002 (__gamma_product): Likewise.
23003 (__gamma_productl): Likewise.
23004 * math/Makefile (libm-calls): Add gamma_product.
23005 * math/libm-test.inc (tgamma_test): Add more tests.
23006 * sysdeps/i386/fpu/libm-test-ulps: Update.
23007 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23008
bb7cf681
OB
230092013-05-08 Ondřej Bílka <neleai@seznam.cz>
23010
23011 * benchtests/bench-skeleton.c (main): Preheat CPU.
23012
ba853947
AJ
230132013-05-07 Aurelien Jarno <aurelien@aurel32.net>
23014
23015 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
23016
8347c74c
RM
230172013-05-07 Roland McGrath <roland@hack.frob.com>
23018
23019 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
23020 and _dl_skip_args_internal.
23021
e8dd4791
CD
230222013-05-07 Carlos O'Donell <carlos@redhat.com>
23023
23024 * manual/message.texi (Message Translation): Talk about users.
23025 Message to key mapping impacts design.
23026
c7405830
RM
230272013-05-06 Roland McGrath <roland@hack.frob.com>
23028
a9173057
RM
23029 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
23030
976e2f03
RM
23031 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
23032
9723ffc5
RM
23033 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
23034 * sysdeps/wordsize-64/glob64.c: ... here.
23035
962e6658
RM
23036 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
23037 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
23038 New macros.
23039
ee586a6d
RM
23040 * debug/getlogin_r_chk.c: Moved to ...
23041 * login/getlogin_r_chk.c: ... here.
23042 * debug/Makefile (routines): Move getlogin_r_chk to ...
23043 * login/Makefile (routines): ... here.
23044 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
23045 * login/Versions (libc: GLIBC_2.4): ... here.
23046
355f9165
RM
23047 * io/poll.c (__poll): Renamed from poll.
23048 Add libc_hidden_def.
23049 (poll): Define as weak alias.
23050
bd9ffde6
RM
23051 * debug/ptsname_r_chk.c: Moved to ...
23052 * login/ptsname_r_chk.c: ... here.
23053 * debug/Makefile (routines): Move ptsname_r_chk to ...
23054 * login/Makefile (routines): ... here.
23055 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
23056 * login/Versions (libc: GLIBC_2.4): ... here.
23057
8fb16a04
RM
23058 * posix/getlogin.c: Moved to ...
23059 * login/getlogin.c: ... here.
23060 * posix/getlogin_r.c: Moved to ...
23061 * login/getlogin_r.c: ... here.
23062 * posix/getlogin_r.c: Moved to ...
23063 * login/getlogin_r.c: ... here.
23064 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
23065 * login/Makefile (routines): ... here.
23066 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
23067 * login/Versions (libc: GLIBC_2.0): ... here.
23068
b99b892f
RM
23069 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
23070 (setrlimit): Define as weak alias.
23071
c7405830
RM
23072 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
23073 Call __ names for open, ftruncate, and close.
23074 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
23075 (truncate): Define as weak alias.
23076
5bf96de5
JM
230772013-05-06 Joseph Myers <joseph@codesourcery.com>
23078
9ea3513c
JM
23079 * math/gen-libm-test.pl (parse_args): Initialize x before each
23080 test of frexp, modf and remquo.
23081
5bf96de5
JM
23082 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
23083 test signgam value.
23084
16e616a7
AZ
230852013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23086
23087 [BZ #15418]
23088 [BZ #15419]
23089 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
23090 internal tests.
23091 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
23092
d5e82754
RM
230932013-05-06 Roland McGrath <roland@hack.frob.com>
23094
23095 * elf/dl-writev.h: New file.
23096 * elf/dl-misc.c: Include it.
23097 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
23098 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
23099
a7548d41
JM
231002013-05-04 Joseph Myers <joseph@codesourcery.com>
23101
b7dab1e4
JM
23102 * math/libm-test.inc (noXFails): Remove variable.
23103 (noXPasses): Likewise.
23104 (BUILD_COMPLEX_INT): Remove macro.
23105 (print_screen): Remove xfail argument.
23106 (print_screen_max_error): Likewise.
23107 (update_stats): Likewise.
23108 (print_max_error): Likewise. Update calls to other affected
23109 functions.
23110 (print_complex_max_error): Likewise.
23111 (test_single_exception): Update calls to print_screen.
23112 (test_single_errno): Likewise.
23113 (check_float_internal): Remove xfail argument. Update calls to
23114 other affected functions.
23115 (check_float): Likewise.
23116 (check_complex): Likewise.
23117 (check_int): Likewise.
23118 (check_long): Likewise.
23119 (check_bool): Likewise.
23120 (check_longlong): Likewise.
23121 (main): Don't print noXFails and noXPasses.
23122 * math/gen-libm-test.pl (top level): Don't mention expected
23123 failure handling in comment.
23124 (new_test): Don't handle expected failures.
23125 (parse_args): Don't mention expected failure handling in comment.
23126 (generate_testfile): Don't handle expected failures.
23127 (parse_ulps): Likewise.
23128 (print_ulps_file): Likewise.
23129 (get_failure): Remove function.
23130 (output_test): Don't handle expected failures.
23131 * make/README.libm-test: Don't mention expected failure handling.
23132
a7548d41
JM
23133 * math/libm-test.inc (plus_zero): Make const. Add initializer.
23134 (minus_zero): Likewise.
23135 (plus_infty): Likewise.
23136 (minus_infty): Likewise.
23137 (qnan_value): Likewise.
23138 (max_value): Likewise.
23139 (min_value): Likewise.
23140 (min_subnorm_value): Likewise.
23141 (initialize): Do not initialize those variables dynamically.
23142
60bfd54c
RM
231432013-05-03 Roland McGrath <roland@hack.frob.com>
23144
cc0e6ed8
RM
23145 * io/open.c (__open_2): Moved to ...
23146 * io/open_2.c: ... this new file.
23147 * io/open64.c (__open64_2): Moved to ...
23148 * io/open64_2.c: ... this new file.
23149 * io/openat.c (__openat_2): Moved to ...
23150 * io/openat_2.c: ... this new file.
23151 * io/openat64.c (__openat64_2): Moved to ...
23152 * io/openat64_2.c: ... this new file.
23153 * io/Makefile (routines): Add them.
23154 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
23155 * sysdeps/unix/sysv/linux/open_2.c: File removed.
23156 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
23157 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
23158 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
23159 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
23160 (__openat64): Add hidden_ver.
23161 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
23162 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
23163
60bfd54c
RM
23164 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
23165 Separately conditionalize setting of GLRO(dl_sysinfo) so
23166 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
23167 as well, but the actual setting is only under [NEED_DL_SYSINFO].
23168
83e7640f
AZ
231692013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23170
23171 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
23172 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
23173 definition.
23174 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
23175 * sysdeps/unix/sysv/linux/powerpc/init-first.c
23176 (_libc_vdso_platform_setup): Add __vdso_time initialization.
23177 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
23178 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
23179
d5dc2af3
JM
231802013-05-03 Joseph Myers <joseph@codesourcery.com>
23181
c31a5b1e
JM
23182 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
23183 test signgam value.
23184
d5dc2af3
JM
23185 * math/libm-test.inc (hypot_test): Do not use
23186 IGNORE_ZERO_INF_SIGN.
23187
164fd39d
AJ
231882013-05-03 Andreas Jaeger <aj@suse.de>
23189
23190 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
23191 Linux 3.9.
23192 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
23193 (PF_MAX): Adjust for VSOCK change.
23194
8237f48c
AZ
231952013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23196
23197 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23198
9df02941
CD
231992013-05-02 Carlos O'Donell <carlos@redhat.com>
23200
23201 [BZ #15264]
23202 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
23203 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
23204 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
23205
d422395e
DM
232062013-05-02 David S. Miller <davem@davemloft.net>
23207
23208 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23209
a07c5731
OB
232102013-05-01 Ondřej Bílka <neleai@seznam.cz>
23211
23212 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
23213
1324e37f
RM
232142013-05-01 Roland McGrath <roland@hack.frob.com>
23215
23216 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
23217
0695940b
RS
232182013-05-01 Richard Smith <richard@metafoo.co.uk>
23219
bb5f27ad 23220 [BZ #14952]
0695940b
RS
23221 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
23222 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23223 Use __attribute__ ((__gnu_inline__)).
23224 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
23225 Don't use __attribute__ ((__gnu_inline__)).
23226
10de07f5
JM
232272013-05-01 Joseph Myers <joseph@codesourcery.com>
23228
23229 [BZ #15423]
23230 * math/s_catan.c (__catan): Handle small real or imaginary part of
23231 input specially to avoid spurious underflow.
23232 * math/s_catanf.c (__catanf): Likewise.
23233 * math/s_catanh.c (__catanh): Likewise.
23234 * math/s_catanhf.c (__catanhf): Likewise.
23235 * math/s_catanhl.c (__catanhl): Likewise.
23236 * math/s_catanl.c (__catanl): Likewise.
23237 * math/libm-test.inc (catan_test): Add more tests.
23238 (catanh_test): Likewise.
23239 * sysdeps/i386/fpu/libm-test-ulps: Update.
23240 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23241
cb4d5414
AZ
232422013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23243
23244 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23245
caf84319
JM
232462013-04-30 Joseph Myers <joseph@codesourcery.com>
23247
23248 [BZ #15416]
23249 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
23250 accurately for denominator in atan2.
23251 * math/s_catanf.c (__catanf): Likewise.
23252 * math/s_catanh.c (__catanh): Likewise.
23253 * math/s_catanhf.c (__catanhf): Likewise.
23254 * math/s_catanhl.c (__catanhl): Likewise.
23255 * math/s_catanl.c (__catanl): Likewise.
23256 * math/libm-test.inc (catan_test): Add more tests.
23257 (catanh_test): Likewise.
23258 * sysdeps/i386/fpu/libm-test-ulps: Update.
23259 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23260
d569c6ee
SP
232612013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
23262
6dbe713d
SP
23263 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
23264
f0ee064b
SP
23265 * benchtests/Makefile (bench): Remove slow benchmarks.
23266 * benchtests/atan-inputs: Add slow benchmark inputs.
23267 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
23268 (BENCH_FUNC): Accept variant offset.
23269 (VARIANT): Define.
23270 * benchtests/bench-skeleton.c (main): Run benchmark for each
23271 variant.
23272 * benchtests/cos-inputs: Add slow benchmark inputs.
23273 * benchtests/exp-inputs: Likewise.
23274 * benchtests/pow-inputs: Likewise.
23275 * benchtests/sin-inputs: Likewise.
23276 * benchtests/slowatan-inputs: Remove.
23277 * benchtests/slowatan.c: Remove.
23278 * benchtests/slowcos-inputs: Remove.
23279 * benchtests/slowcos.c: Remove.
23280 * benchtests/slowexp-inputs: Remove.
23281 * benchtests/slowexp.c: Remove.
23282 * benchtests/slowpow-inputs: Remove.
23283 * benchtests/slowpow.c: Remove.
23284 * benchtests/slowsin-inputs: Remove.
23285 * benchtests/slowsin.c: Remove.
23286 * benchtests/slowtan-inputs: Remove.
23287 * benchtests/slowtan.c: Remove.
23288 * benchtests/tan-inputs: Add slow benchmark inputs.
23289 * scripts/bench.pl: Parse comments and directives.
23290
d569c6ee
SP
23291 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
23292 in CPPFLAGS.
23293 ($(objpfx)bench-%.c): Remove *-ITER.
23294 * benchtests/bench-modf.c: Remove definition of ITER.
23295 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
23296 (main): Loop for DURATION seconds instead of fixed number of
23297 iterations.
23298 * scripts/bench.pl: Don't expect iterations in parameters.
23299
a6a242fe
RM
233002013-04-29 Roland McGrath <roland@hack.frob.com>
23301
23302 * io/fchdir.c (__fchdir): Renamed from fchdir.
23303 (fchdir): Define as weak alias.
23304
f2da7793
JM
233052013-04-29 Joseph Myers <joseph@codesourcery.com>
23306
23307 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
23308 (ERRNO_EDOM): Likewise.
23309 (ERRNO_ERANGE): Likewise.
23310 (noErrnoTests): New variable.
23311 (init_max_error): Set errno to 0.
23312 (test_single_errno): New function.
23313 (test_errno): Likewise.
23314 (check_float_internal): Call test_errno. Set errno to 0.
23315 (check_complex): Refer to errno tests in comment.
23316 (check_int): Call test_errno. Set errno to 0.
23317 (check_long): Likewise.
23318 (check_bool): Likewise.
23319 (check_longlong): Likewise.
23320 (cos_test): Use ERRNO_* flags for errno tests instead of
23321 check_int.
23322 (expm1_test): Likewise.
23323 (fmod_test): Likewise.
23324 (ilogb_test): Likewise.
23325 (lgamma_test): Likewise.
23326 (pow_test): Likewise.
23327 (remainder_test): Likewise.
23328 (sin_test): Likewise.
23329 (tan_test): Likewise.
23330 (yn_test): Likewise.
23331 (initialize): Set errno to 0.
23332 (main): Print number of errno tests.
23333 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
23334
b1a36ceb
AJ
233352013-04-29 Andreas Jaeger <aj@suse.de>
23336
c3ed8088
AJ
23337 [BZ #15084]
23338 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
23339 and RES_USEVC.
23340
f1a24198
AJ
23341 [BZ #15085]
23342 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
23343 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
23344 unimplemented.
23345
9ce3b2cb
AJ
23346 [BZ #15380]
23347 * stdlib/random.c (__initstate): Return NULL if
23348 __initstate fails.
23349
f1a24198 23350 [BZ #15086]
b1a36ceb
AJ
23351 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
23352 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
23353 RES_SNGLKUPREOP.
23354
7e7b6f36
AZ
233552013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23356
23357 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23358
4d14f449
JM
233592013-04-29 Joseph Myers <joseph@codesourcery.com>
23360
23361 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
23362 of individual tests.
23363 (casin_test): Likewise.
23364 (casinh_test): Likewise.
23365
5b4217d7
JM
233662013-04-27 Joseph Myers <joseph@codesourcery.com>
23367
23368 [BZ #15409]
23369 * math/s_catan.c (__catan): Handle arguments with large real or
23370 imaginary part separately without squaring.
23371 * math/s_catanf.c (__catanf): Likewise.
23372 * math/s_catanh.c (__catanh): Likewise.
23373 * math/s_catanhf.c (__catanhf): Likewise.
23374 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23375 and redefine.
23376 (__catanhl): Handle arguments with large real or imaginary part
23377 separately without squaring.
23378 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
23379 and redefine.
23380 (__catanl): Handle arguments with large real or imaginary part
23381 separately without squaring.
23382 * math/libm-test.inc (catan_test): Add more tests.
23383 (catanh_test): Likewise.
23384 * sysdeps/i386/fpu/libm-test-ulps: Update.
23385 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23386
4220c3ef
AJ
233872013-04-27 Andreas Jaeger <aj@suse.de>
23388
23389 [BZ #15007]
23390 * stdlib/stdlib.h: Update guards for qecvt.
23391 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
23392 <stdlib.h>.
23393
4721b2d1
AM
233942013-04-27 Allan McRae <allan@archlinux.org>
23395
23396 * sysdeps/i386/fpu/libm-test-ulps: Update.
23397
f0302940
JM
233982013-04-26 Joseph Myers <joseph@codesourcery.com>
23399
9457fd95
JM
23400 [BZ #15406]
23401 * math/s_catan.c: Include <float.h>.
23402 (__catan): Ensure underflow exception occurs for underflowed
23403 result.
23404 * math/s_catanf.c: Include <float.h>.
23405 (__catanf): Ensure underflow exception occurs for underflowed
23406 result.
23407 * math/s_catanh.c: Include <float.h>.
23408 (__catanh): Ensure underflow exception occurs for underflowed
23409 result.
23410 * math/s_catanhf.c: Include <float.h>.
23411 (__catanhf): Ensure underflow exception occurs for underflowed
23412 result.
23413 * math/s_catanhl.c: Include <float.h>.
23414 (__catanhl): Ensure underflow exception occurs for underflowed
23415 result.
23416 * math/s_catanl.c: Include <float.h>.
23417 (__catanl): Ensure underflow exception occurs for underflowed
23418 result.
23419 * math/libm-test.inc (catan_test): Add more tests.
23420 (catanh_test): Likewise.
23421
f0302940
JM
23422 [BZ #15405]
23423 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
23424 underflowed result.
23425 * math/s_ccoshf.c (__ccoshf): Likewise.
23426 * math/s_ccoshl.c (__ccoshl): Likewise.
23427 * math/s_csin.c (__csin): Likewise.
23428 * math/s_csinf.c (__csinf): Likewise.
23429 * math/s_csinh.c (__csinh): Likewise.
23430 * math/s_csinhf.c (__csinhf): Likewise.
23431 * math/s_csinhl.c (__csinhl): Likewise.
23432 * math/s_csinl.c (__csinl): Likewise.
23433 * math/libm-test.inc (ccos_test): Add more tests.
23434 (ccosh_test): Likewise.
23435 (csin_test): Likewise.
23436 (csinh_test): Likewise.
23437
aa630f59
AZ
234382013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23439
23440 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
23441 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
23442 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
23443 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
23444 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
23445 powerpc/power5+/fpu folders.
23446 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
23447
23448
1b835983
MT
234492013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
23450
23451 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23452
73709b26
JM
234532013-04-25 Joseph Myers <joseph@codesourcery.com>
23454
23455 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
23456 additions to variable.
23457 [$(config-machine) = x86_64] (modules-names): Likewise.
23458 ($(objpfx)tst-audit3): Remove dependency.
23459 ($(objpfx)tst-audit3.out): Likewise.
23460 ($(objpfx)tst-audit4): Likewise.
23461 ($(objpfx)tst-audit4.out): Likewise.
23462 ($(objpfx)tst-audit5): Likewise.
23463 ($(objpfx)tst-audit5.out): Likewise.
23464 ($(objpfx)tst-audit6): Likewise.
23465 ($(objpfx)tst-audit6.out): Likewise.
23466 ($(objpfx)tst-audit7): Likewise.
23467 ($(objpfx)tst-audit7.out): Likewise.
23468 (tst-audit3-ENV): Remove variable.
23469 (tst-audit4-ENV): Likewise.
23470 (tst-audit5-ENV): Likewise.
23471 (tst-audit6-ENV): Likewise.
23472 (tst-audit7-ENV): Likewise.
23473 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
23474 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
23475 addition to variable.
23476 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
23477 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
23478 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
23479 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
23480 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
23481 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
23482 tst-audit3, tst-audit4 and tst-audit5.
23483 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
23484 tst-audit6 and tst-audit7.
23485 [$(subdir) = elf] (modules-names): Add audit modules for those
23486 tests.
23487 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
23488 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
23489 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
23490 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
23491 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
23492 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
23493 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
23494 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
23495 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
23496 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
23497 [$(subdir) = elf] (tst-audit3-ENV): New variable.
23498 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
23499 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
23500 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
23501 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
23502 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
23503 Likewise.
23504 [$(subdir) = elf && $(config-cflags-avx) = yes]
23505 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
23506 [$(subdir) = elf && $(config-cflags-avx) = yes]
23507 (CFLAGS-tst-auditmod4a.c): Likewise.
23508 [$(subdir) = elf && $(config-cflags-avx) = yes]
23509 (CFLAGS-tst-auditmod4b.c): Likewise.
23510 [$(subdir) = elf && $(config-cflags-avx) = yes]
23511 (CFLAGS-tst-auditmod6b.c): Likewise.
23512 [$(subdir) = elf && $(config-cflags-avx) = yes]
23513 (CFLAGS-tst-auditmod6c.c): Likewise.
23514 [$(subdir) = elf && $(config-cflags-avx) = yes]
23515 (CFLAGS-tst-auditmod7b.c): Likewise.
23516 * elf/tst-audit3.c: Move to ...
23517 * sysdeps/x86_64/tst-audit3.c: ... here.
23518 * elf/tst-audit4.c: Move to ...
23519 * sysdeps/x86_64/tst-audit4.c: ... here.
23520 * elf/tst-audit5.c: Move to ...
23521 * sysdeps/x86_64/tst-audit5.c: ... here.
23522 * elf/tst-audit6.c: Move to ...
23523 * sysdeps/x86_64/tst-audit6.c: ... here.
23524 * elf/tst-audit7.c: Move to ...
23525 * sysdeps/x86_64/tst-audit7.c: ... here.
23526 * elf/tst-auditmod3a.c: Move to ...
23527 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
23528 * elf/tst-auditmod3b.c: Move to ...
23529 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
23530 * elf/tst-auditmod4a.c: Move to ...
23531 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
23532 * elf/tst-auditmod4b.c: Move to ...
23533 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
23534 * elf/tst-auditmod5a.c: Move to ...
23535 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
23536 * elf/tst-auditmod5b.c: Move to ...
23537 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
23538 * elf/tst-auditmod6a.c: Move to ...
23539 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
23540 * elf/tst-auditmod6b.c: Move to ...
23541 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
23542 * elf/tst-auditmod6c.c: Move to ...
23543 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
23544 * elf/tst-auditmod7a.c: Move to ...
23545 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
23546 * elf/tst-auditmod7b.c: Move to ...
23547 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
23548
1ef74943
PP
235492013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
23550
23551 [BZ #15366]
23552 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
23553 define unconditionally.
23554 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
23555 define unconditionally.
23556 (INT8_C, INT16_C, etc.): Likewise.
23557
93fd48c5
MR
235582013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
23559
ae9552cf
MR
23560 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
23561 __ehdr_start with hidden visibility.
23562
93fd48c5
MR
23563 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
23564
418601aa
CD
235652013-04-24 Carlos O'Donell <carlos@redhat.com>
23566
23567 * math/libm-test.inc (cos_test): Use accurate hex constants.
23568 (sincost_test): Likewise.
23569
2f38fbfe
JM
235702013-04-24 Joseph Myers <joseph@codesourcery.com>
23571
5e221800
JM
23572 * math/libm-test.inc (catan_test): Add more tests.
23573 (catanh_test): Likewise.
23574
77f143fd
JM
23575 * math/s_catanf.c (__catanf): Use suffixed floating-point
23576 constants.
23577 * math/s_catanhf.c (__catanhf): Likewise.
23578 * math/s_catanhl.c (__catanhl): Likewise.
23579 * math/s_catanl.c (__catanl): Likewise.
23580
2f38fbfe
JM
23581 [BZ #15394]
23582 * math/s_catan.c (__catan): Calculate imaginary part of result
23583 with log1p not log unless computing log of number close to 0.
23584 * math/s_catanf.c (__catanf): Likewise.
23585 * math/s_catanl.c (__catanl): Likewise.
23586 * math/s_catanh.c (__catanh): Calculate real part of result with
23587 log1p not log unless computing log of number close to 0.
23588 * math/s_catanhf.c (__catanhf): Likewise.
23589 * math/s_catanhl.c (__catanhl): Likewise.
23590 * math/libm-test.inc (catan_test): Add more tests.
23591 (catanh_test): Likewise.
23592 * sysdeps/i386/fpu/libm-test-ulps: Update.
23593 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23594
45d69176
SP
235952013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
23596
23597 * benchtests/Makefile: Mention files in which fast and slow
23598 paths of math functions are implemented.
23599
87f51853
RM
236002013-04-23 Roland McGrath <roland@hack.frob.com>
23601
23602 * sysdeps/posix/timespec_get.c: New file.
23603
3c026539
AZ
236042013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23605
23606 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
23607 POWER.
23608 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
23609 for POWER.
23610 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
23611 powerpc/power5/fpu folders.
23612 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
23613 * benchtests/Makefile: Add modf testcase.
23614 * benchtests/bench-modf.c: New file: Benchmark test for mo
23615
ff491d14
SP
236162013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
23617
23618 [BZ #14888]
23619 * time/Makefile (tests): Add tst-strptime-whitespace.
23620 * time/strptime_l.c (get_number): Use ISSPACE.
23621 (__strptime_internal): Likewise.
23622 * time/tst-strptime-whitespace.c: New test case.
23623
7ed3f4e8
AS
236242013-04-23 Andreas Schwab <schwab@linux-m68k.org>
23625
23626 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
23627 member.
23628 (_nss_files_init): Set it here.
23629
5c95f7b6
HC
236302013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
23631
23632 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
23633 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
23634 unsigned.
23635
d34c9158
JBG
236362013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
23637
23638 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
23639
2169712d
SP
236402013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
23641
23642 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
23643 size just once.
23644
29c5de99
DM
236452013-04-21 David S. Miller <davem@davemloft.net>
23646
23647 * po/ru.po: Update Russion translation from translation project.
23648
ccdad15d
AC
236492013-04-17 Adam Conrad <adconrad@0c3.net>
23650
23651 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
23652 and setfsgid.
23653
0f122b8d
CD
236542013-04-17 Carlos O'Donell <carlos@redhat.com>
23655
5c5b07da 23656 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 23657 * configure: Regenerate.
5c5b07da 23658 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
23659 Add example to error message.
23660 * sysdeps/i386/configure: Regenerate.
23661
037714dd
SP
236622013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
23663
23664 * benchtests/Makefile (bench): Add cos, tan, slowcos and
23665 slowtan.
23666 * benchtests/cos-inputs: New file.
23667 * benchtests/slowcos-inputs: New file.
23668 * benchtests/slowcos.c: New file.
23669 * benchtests/slowtan-inputs: New file.
23670 * benchtests/slowtan.c: New file.
23671 * benchtests/tan-inputs: New file.
23672
e913141d
RM
236732013-04-16 Roland McGrath <roland@hack.frob.com>
23674
23675 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
23676 considered kosher.
23677
a2964074
SP
236782013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
23679
4856bcd2
SP
23680 * benchtests/Makefile: Include cppflags-iterator.mk to add
23681 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
23682
a2964074
SP
23683 * Makefile.in (bench-clean): New target.
23684 * benchtests/Makefile (bench-clean): Likewise.
23685
9fbf9aca
DH
236862013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
23687
23688 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
23689
207d1e2a
TS
236902013-04-15 Thomas Schwinge <thomas@codesourcery.com>
23691
23692 * stdio-common/tstdiomisc.c: Fix coding-style violation.
23693
306dfba9
AS
236942013-04-15 Andreas Schwab <schwab@suse.de>
23695
23696 * nscd/grpcache.c (cache_addgr): Properly check for short write.
23697 * nscd/initgrcache.c (addinitgroupsX): Likewise.
23698 * nscd/pwdcache.c (cache_addpw): Likewise.
23699 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
23700 more than recsize.
23701
206a6699
SP
237022013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23703
23704 * benchtests/Makefile (bench): Write all output to
23705 bench-out.tmp together.
23706
0582f6b3
AS
237072013-04-15 Andreas Schwab <schwab@suse.de>
23708
23709 * nscd/nscd.c (main): Don't fork again after closing files.
23710
acb4325f
SP
237112013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
23712
5cb26d0a
SP
23713 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
23714
acb4325f
SP
23715 * benchtests/Rules (bench-deps): Collect dependencies into a
23716 single variable. Add Makefile to dependencies.
23717 ($(objpfx)bench-%.c): Depend on bench-deps.
23718
47792506
RM
237192013-04-12 Roland McGrath <roland@hack.frob.com>
23720 Xavier Roche <roche+kml2@exalead.com>
23721
23722 [BZ #15361]
23723 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
23724 just that it's a file descriptor.
23725 * manual/llio.texi (Synchronizing AIO Operations): Update description
23726 for EBADF error from aio_fsync.
23727
8fc1bee5
SP
237282013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
23729
23730 * Rules (bench): Move target definition...
23731 * benchtests/Makefile: ... here.
23732
aba5e333
CD
237332013-04-11 Carlos O'Donell <carlos@redhat.com>
23734
23735 * math/libm-test.inc (cos_test): Fix PI/2 test.
23736 (sincos_test): Likewise.
23737 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
23738 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
23739
273cdee8
AS
237402013-04-11 Andreas Schwab <schwab@suse.de>
23741
6ecec3b6
AS
23742 [BZ #13988]
23743 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
23744 accept exponent character only when digits were seen.
23745 * stdio-common/Makefile (tests): Add bug26.
23746 * stdio-common/bug26.c: New file.
23747
273cdee8
AS
23748 [BZ #14293]
23749 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
23750 non-freeable.
23751
8da491f5
SP
237522013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23753
01dc6df9
SP
23754 * Makeconfig (rtld-prefix): Define built linker prefix.
23755 * Rules (run-bench): Use it.
23756 * math/Makefile (run-regen-ulps): Likewise.
23757
8da491f5
SP
23758 * Rules (bench): Remove eval.
23759
abe7f530
SP
237602013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
23761 Roland McGrath <roland@hack.frob.com>
23762 Ondrej Bilka <neleai@seznam.cz>
23763
23764 [BZ #15346]
23765 * time/getdate.c: Include ctype.h and alloca.h.
23766 (__getdate_r): Trim leading and trailing spaces of input.
23767 * time/tst-getdate.c (tests): Add tests with leading and
23768 trailing spaces.
23769
61c23e62
RM
237702013-04-08 Roland McGrath <roland@hack.frob.com>
23771
23772 [BZ #14280]
23773 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
23774 when computing value.
23775
7208a313
CD
237762013-04-06 Carlos O'Donell <carlos@redhat.com>
23777
085b2d41
CD
23778 * math/README.libm-test (How can I generate "libm-test-ulps"?):
23779 Use testrun.sh to run libm tests.
23780
7208a313
CD
23781 [BZ #15309]
23782 * elf/dl-open.c (dl_open_worker): memset all of seen array.
23783
872c0acd
MM
237842013-04-06 Marko Myllynen <myllynen@redhat.com>
23785
23786 [BZ #15264]
23787 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
23788
26510bdd
CD
237892013-04-06 Carlos O'Donell <carlos@redhat.com>
23790
23791 * Makefile.in (regen-ulps): New target.
23792 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
23793 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
23794 [ifneq (no,$(PERL)] (regen-ulps): New target.
23795 [ifeq (no,$(PERL)] (regen-ulps): New target.
23796 * math/libm-test.inc (ulps_file_name): Define.
23797 (output_dir): New variable.
23798 (options): Add "output-dir" option.
23799 (parse_opt): Handle 'o' case.
23800 (main): If output_dir is non-NULL use it as a prefix
23801 otherwise use "".
23802 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
23803
a01f19c8
CD
238042013-04-06 Carlos O'Donell <carlos@redhat.com>
23805
23806 [BZ #10060, #10062]
23807 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
23808 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
23809 fail configure if __sync_val_compare_and_swap is not inlined.
23810 * sysdeps/i386/configure: Regenerate.
23811 * configure.in: Build for i686 when configured for i386.
23812 * configure: Regenerate.
23813 * README: Remove i386 reference.
23814
b7a329a5
CD
238152013-04-06 Carlos O'Donell <carlos@redhat.com>
23816
23817 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
23818 * sysdeps/s390/s390-64/sysdep.h: Likewise.
23819
bf0f50df
TS
238202013-04-05 Thomas Schwinge <thomas@codesourcery.com>
23821
ee091edf
TS
23822 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
23823 (lmsnanval): New variables.
23824 (F): Add conversion tests.
23825 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
23826 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
23827
a8b792d6
TS
23828 * stdio-common/tstdiomisc.c (F): Properly collect individual
23829 tests' results.
23830
a1cbf437
TS
23831 [BZ #14686, #15336]
23832 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
23833 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
23834 Instead, use input NaN values or generate a qNaN by arithmetic
23835 operation. Also fix bugs to comply with the standard.
23836 * math/libm-test.inc (remainder_test): Add more tests.
23837
8b43a0c9
TS
23838 [BZ #15335, #15342]
23839 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
23840 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
23841 input NaN values or generate a qNaN by arithmetic operation.
23842
d91da4ce
TS
23843 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
23844 unreachable code.
23845
bf0f50df
TS
23846 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
23847 definitions.
23848
05e166c8
JM
238492013-04-03 Joseph Myers <joseph@codesourcery.com>
23850
23851 [BZ #14478]
23852 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
23853 underflowed result.
23854 * math/s_cexpf.c (__cexpf): Likewise.
23855 * math/s_cexpl.c (__cexpl): Likewise.
23856 * math/libm-test.inc (cexp_test): Add more tests.
23857
1cef1b19
AS
238582013-04-03 Andreas Schwab <schwab@suse.de>
23859
23860 [BZ #15330]
23861 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
23862 order arrays from heap if bigger than alloca cutoff.
23863
74d87055
TS
238642013-04-03 Thomas Schwinge <thomas@codesourcery.com>
23865
23866 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
23867 (SNAN_TESTS_double): Refer to GCC PR56831.
23868 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
23869 GCC PR56828.
23870
d755bba4
SP
238712013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
23872
90d5d5bb
SP
23873 * Rules (bench): Move bench.out after the run is complete.
23874
73e0cd5d
SP
23875 * Rules (bench): Echo currently running benchmark.
23876
64aabd4b
SP
23877 * benchtests/Makefile (bench): Add atan and slowatan.
23878 * benchtests/atan-inputs: New file.
23879 * benchtests/slowatan-inputs: New file.
23880 * benchtests/slowatan.c: New file.
23881
c871eccd
SP
23882 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
23883 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
23884 its value.
23885
d755bba4
SP
23886 [BZ #15305]
23887 * sysdeps/unix/sysv/linux/kernel-features.h
23888 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
23889 __ASSUME_XFS_RESTRICTED_CHOWN.
23890 * sysdeps/unix/sysv/linux/pathconf.c
23891 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
23892 Save and restore errno.
23893
52ce4860
JM
238942013-04-02 Joseph Myers <joseph@codesourcery.com>
23895
23896 [BZ #15327]
23897 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
23898 arguments using __kernel_casinh.
23899 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
23900 arguments using __kernel_casinhf.
23901 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
23902 arguments using __kernel_casinhl.
23903 * math/libm-test.inc (cacosh_test): Add more tests.
23904 * sysdeps/i386/fpu/libm-test-ulps: Update.
23905 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23906
81f311c2
SP
239072013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
23908
e7906a47
SP
23909 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
23910 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
23911
92e3664b
SP
23912 * bench/Makefile (bench): Add sin and slowsin.
23913 * benchtests/sin-inputs: New file.
23914 * benchtests/slowsin-inputs: New file.
23915 * benchtests/slowsin.c: New file.
23916
81f311c2
SP
23917 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
23918 (bench): Add slowexp and slowpow.
23919 (exp-ITER): Increase iterations.
23920 (pow-ITER): Likewise.
23921 * benchtests/exp-inputs: Change input.
23922 * benchtests/pow-inputs: Likewise.
23923 * benchtests/slowexp-inputs: New file.
23924 * benchtests/slowexp.c: New file.
23925 * benchtests/slowpow-inputs: New file.
23926 * benchtests/slowpow.c: New file.
23927
ab0f1aa9
AZ
239282013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23929
23930 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
23931 instructions.
23932 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
23933 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
23934 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23935 * benchtests/Makefile: Add rint benchtest.
23936 * benchtests/rint-inputs: Input for rint benchtest.
23937
57267616
TS
239382013-04-02 Thomas Schwinge <thomas@codesourcery.com>
23939
23940 * Versions.def (libm): Add GLIBC_2.18.
23941 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
23942 hidden libm prototypes.
23943 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
23944 * math/Makefile (libm-calls): Add s_issignaling.
23945 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
23946 __issignalingf, __issignalingl. Adjust all libm.abilist files.
23947 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
23948 declaration.
23949 * math/math.h [__USE_GNU] (issignaling): New macro.
23950 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
23951 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
23952 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
23953 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
23954 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
23955 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
23956 * manual/arith.texi (issignaling): New section.
23957 * manual/libm-err-tab.pl (@all_functions): Update comment.
23958 * math/gen-libm-test.pl (parse_args): Apply special handling for
23959 issignaling.
23960 * math/libm-test.inc (print_float, issignaling_test): New
23961 functions.
23962 (check_float_internal): Add issignaling checks.
23963 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
23964 default definition.
23965 * sysdeps/powerpc/math-tests.h: New file.
23966 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
23967 tests.
23968 * math/test-snan.c (TEST_FUNC): Likewise.
23969
6142896d
DM
239702013-03-30 David S. Miller <davem@davemloft.net>
23971
23972 * po/de.po: Update from translation team.
23973
ccc8cadf
JM
239742013-03-30 Joseph Myers <joseph@codesourcery.com>
23975
23976 [BZ #10357]
23977 * math/k_casinh.c (__kernel_casinh): Handle arguments with
23978 imaginary part less than 1.0 and real part less than 0.5
23979 specially.
23980 * math/k_casinhf.c (__kernel_casinhf): Likewise.
23981 * math/k_casinhl.c (__kernel_casinhl): Likewise.
23982 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
23983 (cacos_test): Add more tests.
23984 (casin_test): Likewise.
23985 (casinh_test): Likewise.
23986 * sysdeps/i386/fpu/libm-test-ulps: Update.
23987 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23988
0f6a8d4b
SP
239892013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
23990
0d1029de
SP
23991 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
23992 ONE with its value.
23993
c2d94018
SP
23994 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
23995 (__pow_mp): Replace ONE and MONE with their values.
23996 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
23997 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
23998 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
23999 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
24000 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24001 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24002
27ec37f1
SP
24003 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
24004
a64d7e0e
SP
24005 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
24006 (__pow_mp): Replace ZERO and MZERO with their values.
24007 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24008 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24009 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
24010 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
24011 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24012 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
24013 (__sqr): Likewise.
24014
d26dd3eb
SP
24015 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
24016
0f6a8d4b
SP
24017 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
24018
e57b0c61
RM
240192013-03-28 Roland McGrath <roland@hack.frob.com>
24020
24021 * include/stdlib.h [!SHARED] (__call_tls_dtors):
24022 Declare with __attribute__ ((weak)).
24023 * stdlib/exit.c (__libc_atexit) [!SHARED]:
24024 Call __call_tls_dtors only if it's not NULL.
24025
356b3480
RM
240262013-03-28 Roland McGrath <roland@hack.frob.com>
24027
288f7d79
RM
24028 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
24029 didn't do it already, then set _dl_phdr and _dl_phnum based on the
24030 magic __ehdr_start linker symbol if it's defined.
24031 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
24032 them up here if it was already done.
24033
dc0a0263
RM
24034 * elf/dl-support.c (_dl_phdr): Make pointer to const.
24035 (_dl_aux_init): Use const in cast when setting it.
24036 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
24037 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
24038 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
24039
3d3436ae
RM
24040 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
24041 Declare them here.
24042 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
24043 * csu/libc-tls.c: Nor here.
24044 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
24045
356b3480
RM
24046 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
24047 (__libc_message): Never call vsyslog.
24048
b0f1246a
AM
240492013-03-28 Alan Modra <amodra@gmail.com>
24050
24051 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
24052 Define as empty.
24053 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
24054 Likewise.
24055
fbbe2b9a
AZ
240562013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24057
24058 [BZ #15214]
24059 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
24060 underflow.
24061 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24062
1728ab37
SP
240632013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
24064
7a86be6e
SP
24065 [BZ #15304]
24066 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
24067 Don't add gid passed as argument.
24068
1728ab37
SP
24069 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
24070
3a7182a1
JM
240712013-03-27 Joseph Myers <joseph@codesourcery.com>
24072
24073 [BZ #15307]
24074 * math/k_casinh.c (__kernel_casinh): Handle arguments with
24075 imaginary part between 1.0 and 1.5 and real part less than 0.5
24076 specially.
24077 * math/k_casinhf.c (__kernel_casinhf): Likewise.
24078 * math/k_casinhl.c (__kernel_casinhl): Likewise.
24079 * math/libm-test.inc (cacos_test): Add more tests.
24080 (casin_test): Likewise.
24081 (casinh_test): Likewise.
24082 * sysdeps/i386/fpu/libm-test-ulps: Update.
24083 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24084
6f2e90e7
SP
240852013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
24086
5739f705
SP
24087 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
24088 constants.
24089 (norm): Likewise.
24090 (denorm): Likewise.
24091 (__dbl_mp): Likewise.
24092 (add_magnitudes): Likewise.
24093 (sub_magnitudes): Likewise.
24094 (__add): Likewise.
24095 (__sub): Likewise.
24096 (__mul): Likewise.
24097 (__sqr): Likewise.
24098 (__inv): Likewise.
24099 (__dvd): Likewise.
24100
e375e83d
SP
24101 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
24102 commented code.
24103 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
24104 (__dubcos): Likewise.
24105 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
24106 (__ieee754_acos): Likewise.
24107 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
24108 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
24109 (__exp1): Likewise.
24110 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
24111 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
24112 (log1): Likewise.
24113 (my_log2): Likewise.
24114 (checkint): Likewise.
24115 * sysdeps/ieee754/dbl-64/e_remainder.c
24116 (__ieee754_remainder): Likewise.
24117 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
24118 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
24119 (bsloww): Likewise.
24120 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
24121
6f2e90e7
SP
24122 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24123 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
24124 MANTISSA_STORE_T to store computations on mantissa. Use
24125 macros for rounding and division.
24126 (denorm): Likewise.
24127 (__dbl_mp): Likewise.
24128 (add_magnitudes): Likewise.
24129 (sub_magnitudes): Likewise.
24130 (__mul): Likewise.
24131 (__sqr): Likewise.
24132 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
24133 powers of two in terms of TWOPOW macro.
24134 (mp_no): Make type of mantissa as MANTISSA_T.
24135 [!RADIXI]: Define RADIXI.
24136 [!TWO52]: Define TWO52.
24137 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24138
fce14d4e
AZ
241392013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24140
24141 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
24142 llroundl symbol when building for PPC32.
24143
9ad027fb
MW
241442013-03-24 Mark H Weaver <mhw@netris.org>
24145
24146 * manual/arith.texi (Normalization Functions): Fix prototypes for
24147 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
24148
e42a38dd
AZ
241492013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24150
24151 [BZ #13889]
24152 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
24153 high value to check if expl overflow.
24154 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
24155 to check for underflow and overflow.
24156 * math/libm-test.inc: Add exp test.
24157
2e0fb521
DL
241582013-03-21 Dmitry V. Levin <ldv@altlinux.org>
24159
24160 [BZ #11120]
24161 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
24162 with NOT_IN_libc.
24163
b5784d95
AZ
241642013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24165
24166 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
24167 symbol.
24168
5aa4a1a1
TS
241692013-03-21 Thomas Schwinge <thomas@codesourcery.com>
24170
bdef0be7
TS
24171 * math/gen-libm-test.pl (parse_args, special_functions): Properly
24172 wrap blocks consisting of several statements.
24173
5aa4a1a1
TS
24174 * sysdeps/generic/math-tests.h: New file.
24175 * sysdeps/i386/fpu/math-tests.h: Likewise.
24176 * math/test-snan.c: Include it.
24177 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
24178
98c48fe5
JM
241792013-03-21 Joseph Myers <joseph@codesourcery.com>
24180
24181 [BZ #15285]
24182 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
24183 (__ieee754_j0l): Do not improve calculations using cos of twice
24184 input for inputs above LDBL_MAX / 2.0L.
24185 (__ieee754_y0l): Likewise.
24186 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
24187 (__ieee754_j1l): Do not improve calculations using cos of twice
24188 input for inputs above LDBL_MAX / 2.0L.
24189 (__ieee754_y1l): Likewise.
24190 * math/libm-test.inc (j0_test): Add another test.
24191 (j1_test): Likewise.
24192 (y0_test): Likewise.
24193 (y1_test): Likewise.
24194 * sysdeps/i386/fpu/libm-test-ulps: Update.
24195
3775a8bc
SP
241962013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24197
24198 * Rules ($(objpfx)bench-%.c): Include code from a C source
24199 file.
24200
0a1b2ae6
JM
242012013-03-21 Joseph Myers <joseph@codesourcery.com>
24202
24203 [BZ #15287]
24204 * math/k_casinh.c (__kernel_casinh): Handle arguments with
24205 imaginary part 1.0 and real part less than 0.5 specially.
24206 * math/k_casinhf.c (__kernel_casinhf): Likewise.
24207 * math/k_casinhl.c (__kernel_casinhl): Likewise.
24208 * math/libm-test.inc (cacos_test): Add more tests.
24209 (casin_test): Likewise.
24210 (casinh_test): Likewise.
24211 * sysdeps/i386/fpu/libm-test-ulps: Update.
24212 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24213
b33d4ce4
SP
242142013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
24215
24216 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
24217 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
24218
bef0b507
JM
242192013-03-20 Joseph Myers <joseph@codesourcery.com>
24220
24221 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
24222 * config.make.in (config-cflags-sse4): Remove variable.
24223 (config-cflags-avx): Likewise.
24224 (config-cflags-sse2avx): Likewise.
24225 (config-cflags-novzeroupper): Likewise.
24226 (config-asflags-i686): Likewise.
24227 (have-mfma4): Likewise.
24228 (have-as-vis3): Likewise.
24229 (MIG): Likewise.
24230 * configure.in (MIG): Do not AC_SUBST.
24231 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
24232 (libc_cv_cc_sse4): Do not AC_SUBST.
24233 (libc_cv_cc_avx): Likewise.
24234 (libc_cv_cc_sse2avx): Likewise.
24235 (libc_cv_cc_novzeroupper): Likewise.
24236 (libc_cv_cc_fma4): Likewise.
24237 (libc_cv_as_i686): Likewise.
24238 (libc_cv_sparc_as_vis3): Likewise.
24239 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
24240 LIBC_CONFIG_VAR.
24241 (config-asflags-i686): Likewise.
24242 (config-cflags-avx): Likewise.
24243 (config-cflags-sse2avx): Likewise.
24244 (have-mfma4): Likewise.
24245 (config-cflags-novzeroupper): Likewise.
24246 * sysdeps/mach/configure.in (MIG): Likewise.
24247 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
24248 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
24249 LIBC_CONFIG_VAR.
24250 (config-cflags-avx): Likewise.
24251 (config-cflags-sse2avx): Likewise.
24252 (have-mfma4): Likewise.
24253 (config-cflags-novzeroupper): Likewise.
24254 * configure: Regenerated.
24255 * sysdeps/i386/configure: Likewise.
24256 * sysdeps/mach/configure: Likewise.
24257 * sysdeps/sparc/configure: Likewise.
24258 * sysdeps/x86_64/configure: Likewise.
24259
912cc4b3
RM
242602013-03-20 Roland McGrath <roland@hack.frob.com>
24261
24262 [BZ #14812]
24263 * locale/programs/localedef.c (options): Put N_ translation marker
24264 on argument names, not just descriptions.
24265
04eed2b0
MS
242662013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
24267
24268 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
24269
a065ceff
OB
242702013-03-20 Ondřej Bílka <neleai@seznam.cz>
24271
9bb2a810 24272 [BZ #14176]
a065ceff
OB
24273 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
24274
a600e5ce
RM
242752013-03-19 Roland McGrath <roland@hack.frob.com>
24276
24277 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
24278 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
24279 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
24280 [!BEFORE_ABORT] (before_abort): New function.
24281 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
24282 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
24283 (writev_for_fatal): New function.
24284 (WRITEV_FOR_FATAL): New macro; call that.
24285 (backtrace_and_maps): New function.
24286 (BEFORE_ABORT): New macro; call that.
24287 (struct str_list): Type removed.
24288 (__libc_message, __libc_fatal): Functions removed.
24289 Include <sysdeps/posix/libc_fatal.c> instead.
24290
6b18bea6
JM
242912013-03-19 Joseph Myers <joseph@codesourcery.com>
24292
24293 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
24294 constants.
24295 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
24296 double constants.
24297
aaa8cb4b
AS
242982013-03-19 Andreas Schwab <schwab@suse.de>
24299
44673770
AS
24300 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
24301 * sysdeps/gnu/configure: Regenerate.
24302
aaa8cb4b
AS
24303 * configure.in: Substitute libc_cv_rtlddir.
24304 * configure: Regenerate.
24305 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
24306 * Makeconfig (rtlddir, inst_rtlddir): New variables.
24307 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
24308 * elf/Makefile (install-others, CFLAGS-interp.c)
24309 (ldso_install, common-ldd-rewrite): Likewise.
24310 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
24311 $(inst_slibdir)/$(rtld-installed-name).
24312 * scripts/rellns-sh: Add -p option.
24313 * Makerules (make-shlib-link): Use rellns-sh to get relative name
24314 for source.
24315
d3cfc668
SP
243162013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24317
24318 * manual/nptl.texi: Renamed to ...
24319 * manual/threads.texi: ... this.
24320 * manual/Makefile (chapters): Update.
24321
0e2b9cdd
RM
243222013-03-18 Roland McGrath <roland@hack.frob.com>
24323
24324 [BZ #14812]
24325 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
24326 on argument names, not just descriptions.
0e2b9cdd
RM
24327 * malloc/memusagestat.c (options): Likewise.
24328 * nss/getent.c (options): Likewise.
63270c24
RM
24329
243302013-03-18 Benno Schulenberg <bensberg@justemail.net>
24331
24332 [BZ #14812]
24333 * iconv/iconv_prog.c (options): Put N_ translation marker
24334 on argument names, not just descriptions.
24335 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 24336
b2e1393c
OB
243372013-03-18 Ondrej Bilka <neleai@seznam.cz>
24338
24339 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
24340 implementation which is faster on all x86_64 architectures.
24341 Tested on AMD, Intel Nehalem, SNB, IVB.
24342 * sysdeps/x86_64/strnlen.S: Likewise.
24343
24344 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24345 Remove all multiarch strlen and strnlen versions.
24346 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
24347 Remove strlen and strnlen related parts.
24348
24349 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
24350 Inline strlen part.
24351 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
24352
24353 * sysdeps/x86_64/multiarch/strlen.S: Remove.
24354 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
24355 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
24356 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
24357 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
24358 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
24359
ec4ff04d
CD
243602013-03-17 Carlos O'Donell <carlos@redhat.com>
24361
24362 * manual/memory.texi (Malloc Tunable Parameters):
24363 Sort parameters alphabetically. Add comments for missing entries.
24364
cd18e90a
DM
243652013-03-17 David S. Miller <davem@davemloft.net>
24366
24367 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24368
2a185d32
JM
243692013-03-16 Joseph Myers <joseph@codesourcery.com>
24370
d2f9799e
JM
24371 [BZ #15283]
24372 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
24373 for arguments at most half maximum finite value.
24374 * math/libm-test.inc (j0_test): Add more tests.
24375 (j1_test): Likewise.
24376 (y0_test): Likewise.
24377 (y1_test): Likewise.
24378 * sysdeps/i386/fpu/libm-test-ulps: Update.
24379 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24380
2a185d32
JM
24381 [BZ #14155]
24382 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
24383 1 / x and functions P and Q for arguments above 0x1p256L.
24384 (__ieee754_y0l): Likewise.
24385 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
24386 (__ieee754_y1l): Likewise.
24387 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
24388 (j1_test): Likewise.
24389 (y0_test): Likewise.
24390 (y1_test): Likewise.
24391
6cbec759
TS
243922013-03-16 Thomas Schwinge <thomas@codesourcery.com>
24393
24394 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
24395 variable.
24396
bc16e260
RM
243972013-03-15 Roland McGrath <roland@hack.frob.com>
24398
aefc9b8c
RM
24399 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
24400 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
24401 zero since it's initialized to EXEC_PAGESIZE.
24402
bc16e260
RM
24403 * sysdeps/unix/sysv/linux/ldsodefs.h
24404 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
24405 * sysdeps/generic/ldsodefs.h: ... here.
24406
a57da955
TS
244072013-03-15 Thomas Schwinge <thomas@codesourcery.com>
24408
af00a34d
TS
24409 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
24410
495ded2c
TS
24411 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
24412 math/test-snan.c.
24413 * math/test-snan.c: Renamed from
24414 sysdeps/powerpc/fpu/test-powerpc-snan.c.
24415 * math/Makefile (tests): Add test-snan.
24416 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
24417 test-powerpc-snan.
24418
777b0332
TS
24419 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
24420 SUFFIX. Initialize qNaN_var with __builtin_nan family of
24421 functions.
24422 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
24423 __builtin_nan family of functions.
24424 * math/libm-test.inc (initialize): Initialize qnan_value with
24425 __builtin_nan family of functions.
24426 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
24427 Remove variables.
24428 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
24429 Remove functions.
24430 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
24431 storage class. Initialize qNaN_var and sNaN_var with
24432 __builtin_nan and __builtin_nans families of functions,
24433 respectively.
24434
64d063b8
TS
24435 * math/libm-test.inc (acosh_test): Also test with qNaN input.
24436 (sqrt_test): Remove duplicate test with qNaN input.
24437 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
24438 (round_test, signbit_test, significand_test): Note missing +/-Inf
24439 as well as qNaN tests.
24440
67e971f1
TS
24441 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
24442 qNaN_var. Fix a few strings, too.
24443 * math/libm-test.inc (nan_value): Rename to qnan_value.
24444 * math/gen-libm-test.pl (%beautify): Adjust to that.
24445 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
24446 * math/test-misc.c (main): Likewise.
24447 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
24448 to __qnan_bytes, and __qnan_union, respectively.
24449 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
24450 Likewise.
24451 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
24452 and lqnanval, respectively.
24453 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
24454 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
24455 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
24456 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
24457
64487e12
TS
24458 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
24459 * math/test-misc.c (main) [__x86_64__]: Enable test for long
24460 doubles.
24461
e015e27b
TS
24462 * math/test-misc.c (main): Fix copy'n'pastos.
24463 * misc/tst-efgcvt.c (special): Likewise.
24464
a57da955
TS
24465 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
24466 Remove declarations.
24467
1e380345
SP
244682013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24469
24470 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
24471 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
24472 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
24473 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
24474
ef26eece
AZ
244752013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24476
24477 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
24478 macro to return vdso values correctly in IFUNC implementations.
24479 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
24480 Optimization by using IFUNC.
24481
8cfdb7e0
SP
244822013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24483 Richard Henderson <rth@redhat.com>
24484 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
24485
24486 * Makefile.in (bench): New target.
24487 * NEWS: Mention the benchmark framework.
24488 * Rules (bench): Likewise.
24489 (binaries-bench): Generate binaries for functions to
24490 benchmark.
24491 * benchtests/Makefile: New makefile for benchmark tests.
24492 * benchtests/bench-skeleton.c: New skeleton file for benchmark
24493 programs.
24494 * benchtests/exp-inputs: New input file for EXP function.
24495 * benchtests/pow-inputs: New input file for POW function.
24496 * scripts/bench.pl: New script to generate source files for
24497 benchmark programs.
24498
bcda9880
SP
244992013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
24500
d22ca8cd
SP
24501 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
24502 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
24503 computations on mantissa. Use macros for rounding and
24504 division.
24505 (denorm): Likewise.
24506 (__dbl_mp): Likewise.
24507 (add_magnitudes): Likewise.
24508 (sub_magnitudes): Likewise.
24509 (__mul): Likewise.
24510 (__sqr): Likewise.
24511 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
24512 powers of two in terms of TWOPOW macro.
24513 (mp_no): Make type of mantissa as MANTISSA_T.
24514 [!RADIXI]: Define RADIXI.
24515 [!TWO52]: Define TWO52.
24516 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
24517
bcda9880
SP
24518 * manual/nptl.texi (cindex): Modify threads to pthreads.
24519
06d5adfb
JM
245202013-03-15 Joseph Myers <joseph@codesourcery.com>
24521
24522 * sysdeps/x86_64/preconfigure: Regenerated.
24523
41c7328e
JM
245242013-03-14 Joseph Myers <joseph@codesourcery.com>
24525
24526 [BZ #14155]
24527 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
24528 0x1p28 and above.
24529 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
24530 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
24531 0x1p28 and above.
24532 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
24533 * math/libm-test.inc (j0_test): Do not allow one spurious
24534 underflow exception.
24535 (y1_test): Likewise.
24536
e25cfa60
SP
245372013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
24538
0409959c
SP
24539 * manual/Makefile (chapters): Add nptl.
24540 * manual/debug.texi (Debugging Support): Add link to Threads
24541 chapter.
24542 * manual/nptl.texi: New file.
24543
e25cfa60
SP
24544 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
24545
58a1335e
PB
245462013-03-14 Petr Baudis <pasky@ucw.cz>
24547
24548 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
24549 for non-NULL pointer before the memory validity test. Pointed
24550 out by Holger Brunck <holger.brunck@keymile.com>.
24551
9dc7c64f
AS
245522013-03-13 Andreas Schwab <schwab@suse.de>
24553
24554 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
24555 instead of .os.
24556
54206aa6
JM
245572013-03-13 Joseph Myers <joseph@codesourcery.com>
24558
24559 * timezone/zic.c: Update from tzcode 2013b.
24560
e98cdb38
CD
245612013-03-12 Carlos O'Donell <carlos@redhat.com>
24562
24563 * manual/install.texi (Configuring and compiling):
24564 Mention i686 and i586.
24565 * INSTALL: Regenerate.
24566
9967e003
RM
245672013-03-12 Roland McGrath <roland@hack.frob.com>
24568
24569 * sysdeps/init_array/elf-init.c: New file.
24570 * csu/elf-init.c
24571 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
24572 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
24573
24574 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
24575 __gmon_start__ as global, but as static with a .preinit_array pointer.
24576 * sysdeps/init_array/gmon-start.c: New file. Use that.
24577 * sysdeps/init_array/crti.S: New file, empty except for comments.
24578 * sysdeps/init_array/crtn.S: Likewise.
24579
e6b5a293 245802013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
24581
24582 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
24583 definining bcopy.
80f844c9
OB
24584 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
24585 Remove Prefer_SSE_for_memop.
24586 * sysdeps/x86_64/multiarch/init-arch.h: Remove
24587 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
24588 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
24589 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
24590 memset-x86-64.
80f844c9 24591 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 24592 Remove bzero, memset ifunc support.
80f844c9
OB
24593 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
24594 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
24595 * sysdeps/x86_64/multiarch/memset.S: Likewise.
24596 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
24597
fb6b0fcb
AS
245982013-03-11 Andreas Schwab <schwab@suse.de>
24599
24600 [BZ #15234]
24601 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
24602 by SHLIB_COMPAT.
24603 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
24604 (GLIBC_2.16): Remove pthread_atfork.
24605
3e6bd4b1
PP
246062013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
24607
24608 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
24609 (ptestcases.h): Likewise.
24610
222d7f00
RM
246112013-03-08 Roland McGrath <roland@hack.frob.com>
24612
24613 * Makeconfig ($(common-objpfx)config.status): Depend on
24614 sysdeps/*/preconfigure{,.in} too.
24615
1ba4f030
JM
246162013-03-08 Joseph Myers <joseph@codesourcery.com>
24617
a222d91a
JM
24618 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
24619 (__free_hook): Use void * instead of __malloc_ptr_t.
24620 (__malloc_hook): Likewise.
24621 (__realloc_hook): Likewise.
24622 (__memalign_hook): Likewise.
24623 (__after_morecore_hook): Likewise.
24624 * malloc/arena.c (save_malloc_hook): Likewise.
24625 (save_free_hook): Likewise.
24626 * malloc/hooks.c (malloc_hook_ini): Likewise.
24627 (realloc_hook_ini): Likewise.
24628 (memalign_hook_ini): Likewise.
24629 * malloc/malloc.c (malloc_hook_ini): Likewise.
24630 (realloc_hook_ini): Likewise.
24631 (memalign_hook_ini): Likewise.
24632 (__free_hook): Likewise.
24633 (__malloc_hook): Likewise.
24634 (__realloc_hook): Likewise.
24635 (__memalign_hook): Likewise.
24636 (__libc_malloc): Likewise.
24637 (__libc_free): Likewise.
24638 (__libc_realloc): Likewise.
24639 (__libc_memalign): Likewise.
24640 (__libc_valloc): Likewise.
24641 (__libc_pvalloc): Likewise.
24642 (__libc_calloc): Likewise.
24643 (__posix_memalign): Likewise.
24644 * malloc/morecore.c (__sbrk): Likewise.
24645 (__default_morecore): Likewise.
24646
5cc45e10
JM
24647 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
24648
dd54b864
JM
24649 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
24650 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
24651 __malloc_ptrdiff_t.
24652
1ba4f030
JM
24653 * malloc/malloc.h (__malloc_size_t): Remove macro.
24654 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
24655 __malloc_size_t.
24656 (old_memalign_hook): Likewise.
24657 (old_realloc_hook): Likewise.
24658 (struct hdr): Likewise.
24659 (flood): Likewise.
24660 (mallochook): Likewise.
24661 (memalignhook): Likewise.
24662 (reallochook): Likewise.
24663 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
24664 (tr_old_realloc_hook): Likewise.
24665 (tr_old_memalign_hook): Likewise.
24666 (tr_mallochook): Likewise.
24667 (tr_reallochook): Likewise.
24668 (tr_memalignhook): Likewise.
24669
edf66e57
AZ
246702013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24671
24672 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
24673 default_ldbl_pack and using as default implementation.
24674 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
24675 implementation.
24676 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
24677 redundant definition.
24678 (ldbl_insert_mantissa): Likewise.
24679 (ldbl_canonicalize): Likewise.
24680 (ldbl_nearbyint): Likewise.
24681 (ldbl_pack): Rename to ldbl_pack_ppc.
24682 (ldbl_unpack): Rename to ldbl_unpack_ppc.
24683 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
24684 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
24685
6d9145d8
SP
246862013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
24687
24688 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
24689 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
24690 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
24691 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
24692 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
24693 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
24694 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
24695 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
24696
4dd4e157
AJ
246972013-03-07 Andreas Jaeger <aj@suse.de>
24698
24699 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24700 bits/mman-linux.h.
24701
adbb8027
SP
247022013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
24703
ce544b5b
SP
24704 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
24705 Include mpa.h and declare __MPEXP.
24706 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
24707 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24708 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24709 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
24710 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24711 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
24712 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
24713
4cc149fd
SP
24714 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
24715 (__slowpow): Use long double EXPL and LOGL functions to
24716 compute POW.
24717 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
24718 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24719 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
24720 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
24721 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
24722 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
24723
e6ebd4a7
SP
24724 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
24725 intermediate variable to calculate exponent.
24726 (__sqr): Likewise.
24727 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24728 Likewise.
24729 (__sqr): Likewise.
24730
82a9811d
SP
24731 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
24732 [!NO__SQR]: Define __sqr.
24733 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
24734 and NO__SQR. Remove all code except __mul and __sqr. Include
24735 sysdeps/ieee754/dbl-64/mpa.c.
24736 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
24737
adbb8027
SP
24738 [BZ #12723]
24739 * posix/Makefile (tests): Add tst-pathconf.
24740 * posix/tst-pathconf.c: New test case.
24741 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
24742 _PC_PIPE_BUF.
24743 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
24744
39120df9
PF
247452013-03-06 Patsy Franklin <pfrankli@redhat.com>
24746
24747 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
24748
67525cb8
AJ
247492013-03-06 Andreas Jaeger <aj@suse.de>
24750
664a9ce4
AJ
24751 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
24752 definition via __MAP_ANONYMOUS.
24753
8e39047d
AJ
24754 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
24755 it's not part of Linux headers.
24756
67525cb8
AJ
24757 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
24758 (MAP_HUGE_MASK): Define.
24759
24760 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24761 Define.
24762 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24763 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24764 Define.
24765 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24766 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
24767 Define.
24768 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24769 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
24770 Define.
24771 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
24772
24773 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
24774 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
24775 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
24776 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
24777 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
24778 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
24779
24780 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
24781 Handle f2fs.
24782
24783 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
24784 Handle f2fs and efivarfs.
24785
24786 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
24787 f2fs.
24788
24789 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
24790 (EFIVARFS_MAGIC): Add.
24791 (F2FS_LINK_MAX): Add.
24792
e1b42695
PP
247932013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
24794
24795 * stdio-common/vfprintf.c: Replace __builtin_expect with
24796 __glibc_unlikely.
24797
2d67d91a
JM
247982013-03-06 Joseph Myers <joseph@codesourcery.com>
24799
24800 [BZ #13550]
24801 * sysdeps/generic/bp-sym.h: Remove file.
24802 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
24803 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
24804 <bp-sym.h> and <bp-asm.h>.
24805 (__longjmp): Don't use BP_SYM.
24806 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
24807 and <bp-asm.h>.
24808 (memcpy): Don't use BP_SYM.
24809 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
24810 <bp-sym.h> and <bp-asm.h>.
24811 (memcpy): Don't use BP_SYM.
24812 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
24813 <bp-asm.h>.
24814 (memcpy): Don't use BP_SYM.
24815 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
24816 <bp-asm.h>.
24817 (memset): Don't use BP_SYM.
24818 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24819 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24820 (__bzero): Don't use BP_SYM.
24821 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24822 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24823 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
24824 <bp-sym.h> and <bp-asm.h>.
24825 (memcmp): Don't use BP_SYM. Remove comment about bounded
24826 pointers.
24827 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
24828 <bp-sym.h> and <bp-asm.h>.
24829 (memcpy): Don't use BP_SYM.
24830 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
24831 <bp-sym.h> and <bp-asm.h>.
24832 (memset): Don't use BP_SYM.
24833 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24834 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24835 (__bzero): Don't use BP_SYM.
24836 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24837 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24838 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
24839 <bp-sym.h> and <bp-asm.h>.
24840 (strncmp): Don't use BP_SYM. Remove comment about bounded
24841 pointers.
24842 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
24843 <bp-sym.h> and <bp-asm.h>.
24844 (memcpy): Don't use BP_SYM.
24845 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
24846 <bp-sym.h> and <bp-asm.h>.
24847 (memset): Don't use BP_SYM.
24848 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
24849 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
24850 (__bzero): Don't use BP_SYM.
24851 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
24852 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
24853 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
24854 <bp-sym.h> and <bp-asm.h>.
24855 (__memchr): Don't use BP_SYM.
24856 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
24857 <bp-sym.h> and <bp-asm.h>.
24858 (memcmp): Don't use BP_SYM. Remove comment about bounded
24859 pointers.
24860 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
24861 <bp-sym.h> and <bp-asm.h>.
24862 (memcpy): Don't use BP_SYM.
24863 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
24864 <bp-sym.h> and <bp-asm.h>.
24865 (__mempcpy): Don't use BP_SYM.
24866 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
24867 <bp-sym.h> and <bp-asm.h>.
24868 (__memrchr): Don't use BP_SYM.
24869 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
24870 <bp-sym.h> and <bp-asm.h>.
24871 (memset): Don't use BP_SYM.
24872 (__bzero): Likewise.
24873 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
24874 <bp-sym.h> and <bp-asm.h>.
24875 (__rawmemchr): Don't use BP_SYM.
24876 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
24877 <bp-sym.h> and <bp-asm.h>.
24878 (__STRCMP): Don't use BP_SYM.
24879 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
24880 <bp-sym.h> and <bp-asm.h>.
24881 (strchr): Don't use BP_SYM.
24882 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
24883 <bp-sym.h> and <bp-asm.h>.
24884 (__strchrnul): Don't use BP_SYM.
24885 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
24886 <bp-sym.h> and <bp-asm.h>.
24887 (strlen): Don't use BP_SYM.
24888 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
24889 <bp-sym.h> and <bp-asm.h>.
24890 (strncmp): Don't use BP_SYM. Remove comment about bounded
24891 pointers.
24892 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
24893 <bp-sym.h> and <bp-asm.h>.
24894 (__strnlen): Don't use BP_SYM.
24895 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
24896 <bp-sym.h> and <bp-asm.h>.
24897 (__GI__setjmp): Don't use BP_SYM.
24898 (_setjmp): Likewise.
24899 (__sigsetjmp): Likewise.
24900 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
24901 (L(start_addresses)): Don't use BP_SYM.
24902 (_start): Likewise.
24903 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
24904 <bp-asm.h>.
24905 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
24906 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
24907 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24908 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24909 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
24910 <bp-asm.h>.
24911 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
24912 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
24913 about bounded pointers.
24914 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24915 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24916 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
24917 <bp-asm.h>.
24918 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24919 about bounded pointers. Remove GKM FIXME comments.
24920 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24921 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
24922 <bp-asm.h>.
24923 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
24924 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
24925 Remove GKM FIXME comments.
24926 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24927 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
24928 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
24929 <bp-asm.h>.
24930 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
24931 about bounded pointers. Remove GKM FIXME comment.
24932 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
24933 and <bp-asm.h>.
24934 (strncmp): Don't use BP_SYM. Remove comment about bounded
24935 pointers.
24936 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
24937 <bp-sym.h> and <bp-asm.h>.
24938 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
24939 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
24940 <bp-sym.h> and <bp-asm.h>.
24941 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
24942 comment.
24943
cdcf361f
PP
249442013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
24945
24946 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
24947 call free(NULL).
24948
3c4a2b15
DM
249492013-03-05 David S. Miller <davem@davemloft.net>
24950
24951 * po/es.po: Update from translation team.
24952
cdcf361f 249532013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
24954
24955 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
24956 <bits/mman-linux.h>.
24957 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24958 is fine.
24959 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
24960 <bits/mman-linux.h> to end of file.
24961 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24962 is fine.
24963 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
24964 <bits/mman-linux.h> to end of file.
24965 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
24966 is fine.
24967 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
24968 <bits/mman-linux.h> to end of file.
24969
24970 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
24971 (MCL_CURRENT, MCL_FUTURE): Define here.
24972
5f67c04f
AK
249732013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24974
8a4473cc 24975 [BZ #15232]
5f67c04f
AK
24976 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
24977 attribute_hidden.
24978 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
24979
c3e94a95
AK
249802013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
24981
24982 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
24983 fourth parameter needed for rt_sigprocmask syscall.
24984 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
24985 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
24986 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
24987 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
24988 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
24989 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
24990
cfb6382a
JM
249912013-03-04 Joseph Myers <joseph@codesourcery.com>
24992
24993 [BZ #13550]
24994 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
24995 comment about bounded pointers.
24996 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
24997 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
24998
539d8e01
AJ
249992013-03-04 Andreas Jaeger <aj@suse.de>
25000
25001 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
25002 common definitions.
25003
25004 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
25005 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
25006 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
25007 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
25008 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
25009 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
25010
2e167a70 250112013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
25012
25013 [BZ #15055]
25014 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
25015 __ieee754_sqrl instead of __sqrl.
25016
68508633
JM
250172013-03-01 Joseph Myers <joseph@codesourcery.com>
25018
25019 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
25020 * sysdeps/powerpc/fpu_control.h: ... here.
25021 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
25022 * sysdeps/powerpc/bits/fenvinline.h: ... here.
25023 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
25024 * sysdeps/powerpc/bits/mathinline.h: ... here.
25025
7775448e
RM
250262013-03-01 Roland McGrath <roland@hack.frob.com>
25027
25028 * elf/dl-hwcaps.c (_dl_important_hwcaps):
25029 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
25030 to just [NEED_DL_SYSINFO_DSO].
25031 * elf/dl-support.c: Likewise.
25032 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
25033 * elf/rtld.c (dl_main): Likewise.
25034 * elf/setup-vdso.h (setup_vdso): Likewise.
25035 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
25036 * sysdeps/unix/sysv/linux/dl-sysdep.c
25037 (_dl_discover_osversion): Likewise.
25038
4e9b5995
CD
250392013-03-01 Carlos O'Donell <carlos@redhat.com>
25040
25041 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
25042 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25043
e23872c8
SP
250442013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
25045
e5c74c63
SP
25046 * NEWS: Mention libm performance improvements and non-x86 PI
25047 futex support.
25048
e23872c8
SP
25049 * csu/libc-start.c (__pthread_initialize_minimal): Change
25050 function arguments.
25051 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
25052
b5510883
JM
250532013-02-28 Joseph Myers <joseph@codesourcery.com>
25054
25055 [BZ #13550]
25056 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
25057 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
25058 <bp-sym.h> and <bp-asm.h>.
25059 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25060 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
25061 and <bp-asm.h>.
25062 (memcpy): Don't use BP_SYM.
25063 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
25064 <bp-asm.h>.
25065 (__mpn_add_n): Don't use BP_SYM.
25066 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
25067 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
25068 and <bp-asm.h>.
25069 (__mpn_addmul_1): Don't use BP_SYM.
25070 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25071 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
25072 <bp-sym.h>.
25073 (_setjmp): Don't use BP_SYM.
25074 (__novmx_setjmp): Likewise.
25075 (__GI__setjmp): Likewise.
25076 (__vmx_setjmp): Likewise.
25077 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
25078 <bp-sym.h>.
25079 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
25080 (__bzero): Don't use BP_SYM.
25081 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
25082 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
25083 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
25084 <bp-sym.h> and <bp-asm.h>.
25085 (memcpy): Don't use BP_SYM.
25086 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
25087 <bp-sym.h> and <bp-asm.h>.
25088 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25089 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
25090 <bp-sym.h> and <bp-asm.h>.
25091 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
25092 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
25093 <bp-asm.h>.
25094 (__mpn_lshift): Don't use BP_SYM.
25095 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25096 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
25097 <bp-asm.h>.
25098 (memset): Don't use BP_SYM.
25099 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
25100 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
25101 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
25102 <bp-asm.h>.
25103 (__mpn_mul_1): Don't use BP_SYM.
25104 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25105 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
25106 <bp-sym.h> and <bp-asm.h>.
25107 (memcmp): Don't use BP_SYM.
25108 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
25109 <bp-sym.h> and <bp-asm.h>.
25110 (memcpy): Don't use BP_SYM.
25111 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
25112 <bp-sym.h> and <bp-asm.h>.
25113 (memset): Don't use BP_SYM.
25114 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
25115 <bp-sym.h> and <bp-asm.h>.
25116 (strncmp): Don't use BP_SYM.
25117 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
25118 <bp-sym.h> and <bp-asm.h>.
25119 (memcpy): Don't use BP_SYM.
25120 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
25121 <bp-sym.h> and <bp-asm.h>.
25122 (memset): Don't use BP_SYM.
25123 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
25124 <bp-sym.h> and <bp-asm.h>.
25125 (__memchr): Don't use BP_SYM.
25126 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
25127 <bp-sym.h> and <bp-asm.h>.
25128 (memcmp): Don't use BP_SYM.
25129 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
25130 <bp-sym.h> and <bp-asm.h>.
25131 (memcpy): Don't use BP_SYM.
25132 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
25133 <bp-sym.h> and <bp-asm.h>.
25134 (__mempcpy): Don't use BP_SYM.
25135 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
25136 <bp-sym.h> and <bp-asm.h>.
25137 (__memrchr): Don't use BP_SYM.
25138 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
25139 <bp-sym.h> and <bp-asm.h>.
25140 (memset): Don't use BP_SYM.
25141 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
25142 <bp-sym.h> and <bp-asm.h>.
25143 (__rawmemchr): Don't use BP_SYM.
25144 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
25145 <bp-sym.h> and <bp-asm.h>.
25146 (__STRCMP): Don't use BP_SYM.
25147 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
25148 <bp-sym.h> and <bp-asm.h>.
25149 (strchr): Don't use BP_SYM.
25150 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
25151 <bp-sym.h> and <bp-asm.h>.
25152 (__strchrnul): Don't use BP_SYM.
25153 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
25154 <bp-sym.h> and <bp-asm.h>.
25155 (strlen): Don't use BP_SYM.
25156 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
25157 <bp-sym.h> and <bp-asm.h>.
25158 (strncmp): Don't use BP_SYM.
25159 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
25160 <bp-sym.h> and <bp-asm.h>.
25161 (__strnlen): Don't use BP_SYM.
25162 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
25163 <bp-asm.h>.
25164 (__mpn_rshift): Don't use BP_SYM.
25165 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25166 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
25167 <bp-sym.h> and <bp-asm.h>.
25168 (__sigsetjmp): Don't use BP_SYM.
25169 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
25170 (L(start_addresses)): Don't use BP_SYM.
25171 (_start): Likewise.
25172 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
25173 <bp-asm.h>.
25174 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
25175 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25176 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25177 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
25178 <bp-asm.h>.
25179 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
25180 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25181 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25182 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
25183 <bp-asm.h>.
25184 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
25185 comments.
25186 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25187 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
25188 <bp-asm.h>.
25189 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
25190 FIXME comments.
25191 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25192 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
25193 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
25194 <bp-asm.h>.
25195 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
25196 comment.
25197 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
25198 and <bp-asm.h>.
25199 (strncmp): Don't use BP_SYM,
25200 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
25201 <bp-asm.h>.
25202 (__mpn_sub_n): Don't use BP_SYM.
25203 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25204 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
25205 and <bp-asm.h>.
25206 (__mpn_submul_1): Don't use BP_SYM.
25207 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25208 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
25209 <bp-sym.h> and <bp-asm.h>.
25210 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
25211 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
25212 <bp-sym.h> and <bp-asm.h>.
25213 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
25214 comment.
25215
8d19fe64
SP
252162013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25217
25218 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
25219 Use ZK to minimize writes to Z.
25220 (sub_magnitudes): Simplify code a bit.
25221 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
25222 Use ZK to minimize writes to Z.
25223 (sub_magnitudes): Simplify code a bit.
25224
85bd816a
RM
252252013-02-27 Roland McGrath <roland@hack.frob.com>
25226
25227 * csu/gmon-start.c: Add special exception to license text.
25228
b5977bf2
RH
252292013-02-27 Richard Henderson <rth@redhat.com>
25230
25231 * scripts/config.guess: Update from config.git.
25232 * scripts/config.sub: Likewise.
25233
11d6e2f2
SP
252342013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
25235
09c14ed2
SP
25236 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
25237
a688864e
SP
25238 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
25239
6295157a
SP
25240 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
25241
b8de2202
SP
25242 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
25243
11d6e2f2
SP
25244 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
25245
7e80ddb8
RM
252462013-02-26 Roland McGrath <roland@hack.frob.com>
25247
25248 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
25249 [$(build-shared = yes].
7e80ddb8 25250
7da6d9ed
SP
252512013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25252
45f05884
SP
25253 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
25254 (__mul): Reduce iterations for calculating mantissa.
25255
2236d359
SP
25256 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
25257 MPTWO.
25258 (__mpranred): Likewise.
25259
7da6d9ed
SP
25260 [BZ #15160]
25261 * malloc/memusagestat.c (main): Draw graphs for heap and stack
25262 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
25263
b7688c42
PE
252642013-02-26 Paul Eggert <eggert@cs.ucla.edu>
25265
25266 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
25267 Define __attribute__.
25268
53a5c423
SP
252692013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25270
25271 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
25272 unused.
25273 * posix/regex_internal.h (__attribute): Remove.
25274 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
25275 (re_string_context_at): Likewise.
25276 (bitset_not): Use __attribute__ and mark function as possibly
25277 unused.
25278 (bitset_merge): Likewise.
25279 (bitset_mask): Likewise.
25280 (re_string_char_size_at): Likewise.
25281 (re_string_wchar_at): Likewise.
25282 (re_string_elem_size_at): Likewise.
25283
60f5a8b5
SP
252842013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
25285
2a983a2e
SP
25286 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
25287 code.
25288 (cc32): Likewise.
25289
e69804d1
SP
25290 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
25291 (__acr): Likewise.
25292 (__cpy): Likewise.
25293 (norm): Likewise.
25294 (denorm): Likewise.
25295 (__dbl_mp): Likewise.
25296 (add_magnitudes): Likewise.
25297 (sub_magnitudes): Likewise.
25298 (__mul): Likewise.
25299 (__inv): Likewise.
25300
2f22a1e8
SP
25301 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
25302 style.
25303
8930ddc7
SP
25304 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
25305 style.
25306
dc60cb11
SP
25307 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
25308 code.
25309
60f5a8b5
SP
25310 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
25311 up changes with default code.
25312 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
25313 Likewise.
25314
b4d1fd33
AM
253152013-02-24 Allan McRae <allan@archlinux.org>
25316
faf6f8bc
AM
25317 * manual/socket.texi (The Internet Namespace): Order menu items
25318 to match that in the file.
25319
b4d1fd33
AM
25320 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
25321 node listing of the info page menu.
25322
2366713d
JM
253232013-02-21 Joseph Myers <joseph@codesourcery.com>
25324
25325 [BZ #13550]
25326 * sysdeps/i386/bp-asm.h: Remove file.
25327 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25328 (PARMS): Do not use macros from bp-asm.h.
25329 (S1): Likewise.
25330 (S2): Likewise.
25331 (SIZE): Likewise.
25332 (__mpn_add_n): Do not use BP_SYM
25333 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
25334 "bp-asm.h".
25335 (PARMS): Do not use macros from bp-asm.h.
25336 (S1): Likewise.
25337 (SIZE): Likewise.
25338 (__mpn_addmul_1): Do not use BP_SYM
25339 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
25340 "bp-asm.h".
25341 (PARMS): Do not use macros from bp-asm.h.
25342 (SIGMSK): Likewise.
25343 (_setjmp): Likewise. Do not use BP_SYM.
25344 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
25345 "bp-asm.h".
25346 (PARMS): Do not use macros from bp-asm.h.
25347 (SIGMSK): Likewise.
25348 (setjmp): Likewise. Do not use BP_SYM.
25349 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
25350 "bp-asm.h".
25351 (PARMS): Do not use macros from bp-asm.h.
25352 (__frexp): Do not use BP_SYM.
25353 (frexp): Likewise.
25354 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
25355 "bp-asm.h".
25356 (PARMS): Do not use macros from bp-asm.h.
25357 (__frexpf): Do not use BP_SYM.
25358 (frexpf): Likewise.
25359 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
25360 "bp-asm.h".
25361 (PARMS): Do not use macros from bp-asm.h.
25362 (__frexpl): Do not use BP_SYM.
25363 (frexpl): Likewise.
25364 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
25365 "bp-asm.h".
25366 (PARMS): Do not use macros from bp-asm.h.
25367 (__remquo): Do not use BP_SYM.
25368 (remquo): Likewise.
25369 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
25370 "bp-asm.h".
25371 (PARMS): Do not use macros from bp-asm.h.
25372 (__remquof): Do not use BP_SYM.
25373 (remquof): Likewise.
25374 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
25375 "bp-asm.h".
25376 (PARMS): Do not use macros from bp-asm.h.
25377 (__remquol): Do not use BP_SYM.
25378 (remquol): Likewise.
25379 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
25380 "bp-asm.h".
25381 (PARMS): Do not use macros from bp-asm.h.
25382 (DEST): Likewise.
25383 (SRC): Likewise.
25384 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
25385 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
25386 "bp-asm.h".
25387 (PARMS): Do not use macros from bp-asm.h.
25388 (strlen): Do not use BP_SYM.
25389 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
25390 "bp-asm.h".
25391 (PARMS): Do not use macros from bp-asm.h.
25392 (S1): Likewise.
25393 (S2): Likewise.
25394 (SIZE): Likewise.
25395 (__mpn_add_n): Do not use BP_SYM.
25396 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
25397 "bp-asm.h".
25398 (PARMS): Do not use macros from bp-asm.h.
25399 (S1): Likewise.
25400 (SIZE): Likewise.
25401 (__mpn_addmul_1): Do not use BP_SYM.
25402 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
25403 weak_alias.
25404 (bzero): Likewise.
25405 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
25406 "bp-asm.h".
25407 (PARMS): Do not use macros from bp-asm.h.
25408 (S): Likewise.
25409 (SIZE): Likewise.
25410 (__mpn_lshift): Do not use BP_SYM.
25411 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
25412 "bp-asm.h".
25413 (PARMS): Do not use macros from bp-asm.h.
25414 (DEST): Likewise.
25415 (SRC): Likewise.
25416 (LEN): Likewise.
25417 (memcpy): Likewise. Do not use BP_SYM.
25418 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
25419 libc_hidden_def and weak_alias.
25420 (mempcpy): Do not use BP_SYM in weak_alias.
25421 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
25422 "bp-asm.h".
25423 (PARMS): Do not use macros from bp-asm.h.
25424 (DEST): Likewise.
25425 (LEN): Likewise.
25426 [!BZERO_P] (CHR): Likewise.
25427 (memset): Likewise. Do not use BP_SYM.
25428 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
25429 "bp-asm.h".
25430 (PARMS): Do not use macros from bp-asm.h.
25431 (S1): Likewise.
25432 (SIZE): Likewise.
25433 (__mpn_mul_1): Do not use BP_SYM.
25434 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
25435 "bp-asm.h".
25436 (PARMS): Do not use macros from bp-asm.h.
25437 (S): Likewise.
25438 (SIZE): Likewise.
25439 (__mpn_rshift): Do not use BP_SYM.
25440 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
25441 "bp-asm.h".
25442 (PARMS): Do not use macros from bp-asm.h.
25443 (STR): Likewise.
25444 (CHR): Likewise.
25445 (strchr): Likewise. Do not use BP_SYM.
25446 (index): Do not use BP_SYM in weak_alias.
25447 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
25448 "bp-asm.h".
25449 (PARMS): Do not use macros from bp-asm.h.
25450 (DEST): Likewise.
25451 (SRC): Likewise.
25452 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
25453 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
25454 "bp-asm.h".
25455 (PARMS): Do not use macros from bp-asm.h.
25456 (strlen): Do not use BP_SYM.
25457 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
25458 "bp-asm.h".
25459 (PARMS): Do not use macros from bp-asm.h.
25460 (S1): Likewise.
25461 (S2): Likewise.
25462 (SIZE): Likewise.
25463 (__mpn_sub_n): Do not use BP_SYM.
25464 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
25465 "bp-asm.h".
25466 (PARMS): Do not use macros from bp-asm.h.
25467 (S1): Likewise.
25468 (SIZE): Likewise.
25469 (__mpn_submul_1): Do not use BP_SYM.
25470 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
25471 "bp-asm.h".
25472 (PARMS): Do not use macros from bp-asm.h.
25473 (S1): Likewise.
25474 (S2): Likewise.
25475 (SIZE): Likewise.
25476 (__mpn_add_n): Do not use BP_SYM.
25477 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
25478 weak_alias.
25479 (bzero): Likewise.
25480 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
25481 "bp-asm.h".
25482 (PARMS): Do not use macros from bp-asm.h.
25483 (BLK2): Likewise.
25484 (LEN): Likewise.
25485 (memcmp): Do not use BP_SYM.
25486 (bcmp): Do not use BP_SYM in weak_alias.
25487 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
25488 "bp-asm.h".
25489 (PARMS): Do not use macros from bp-asm.h.
25490 (DEST): Likewise.
25491 (SRC): Likewise.
25492 (LEN): Likewise.
25493 (memcpy): Likewise. Do not use BP_SYM.
25494 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
25495 "bp-asm.h".
25496 (PARMS): Do not use macros from bp-asm.h.
25497 (DEST): Likewise.
25498 (SRC): Likewise.
25499 (LEN): Likewise.
25500 (memmove): Likewise. Do not use BP_SYM.
25501 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
25502 "bp-asm.h".
25503 (PARMS): Do not use macros from bp-asm.h.
25504 (DEST): Likewise.
25505 (SRC): Likewise.
25506 (LEN): Likewise.
25507 (__mempcpy): Likewise. Do not use BP_SYM.
25508 (mempcpy): Do not use BP_SYM in weak_alias.
25509 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
25510 "bp-asm.h".
25511 (PARMS): Do not use macros from bp-asm.h.
25512 (DEST): Likewise.
25513 (LEN): Likewise.
25514 [!BZERO_P] (CHR): Likewise.
25515 (memset): Likewise. Do not use BP_SYM.
25516 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
25517 "bp-asm.h".
25518 (PARMS): Do not use macros from bp-asm.h.
25519 (STR2): Likewise.
25520 (strcmp): Do not use BP_SYM.
25521 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
25522 "bp-asm.h".
25523 (PARMS): Do not use macros from bp-asm.h.
25524 (STR): Likewise.
25525 (DELIM): Likewise.
25526 [USE_AS_STRTOK_R] (SAVE): Likewise.
25527 (FUNCTION): Likewise. Do not use BP_SYM.
25528 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
25529 aliases.
25530 (strtok_r): Likewise.
25531 (__GI___strtok_r): Likewise.
25532 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25533 (PARMS): Do not use macros from bp-asm.h.
25534 (S): Likewise.
25535 (SIZE): Likewise.
25536 (__mpn_lshift): Do not use BP_SYM.
25537 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25538 (PARMS): Do not use macros from bp-asm.h.
25539 (STR): Likewise.
25540 (CHR): Likewise.
25541 (__memchr): Do not use BP_SYM.
25542 (memchr): Do not use BP_SYM in weak_alias.
25543 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25544 (PARMS): Do not use macros from bp-asm.h.
25545 (BLK2): Likewise.
25546 (LEN): Likewise.
25547 (memcmp): Do not use BP_SYM.
25548 (bcmp): Do not use BP_SYM in weak_alias.
25549 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
25550 (PARMS): Do not use macros from bp-asm.h.
25551 (S1): Likewise.
25552 (SIZE): Likewise.
25553 (__mpn_mul_1): Do not use BP_SYM.
25554 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
25555 "bp-asm.h".
25556 (PARMS): Do not use macros from bp-asm.h.
25557 (STR): Likewise.
25558 (CHR): Likewise.
25559 (__rawmemchr): Do not use BP_SYM.
25560 (rawmemchr): Do not use BP_SYM in weak_alias.
25561 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
25562 (PARMS): Do not use macros from bp-asm.h.
25563 (S): Likewise.
25564 (SIZE): Likewise.
25565 (__mpn_rshift): Do not use BP_SYM.
25566 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
25567 (PARMS): Do not use macros from bp-asm.h.
25568 (SIGMSK): Likewise.
25569 (__sigsetjmp): Likewise. Do not use BP_SYM.
25570 * sysdeps/i386/start.S: Do not include "bp-sym.h".
25571 (_start): Do not use BP_SYM.
25572 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
25573 (PARMS): Do not use macros from bp-asm.h.
25574 (DEST): Likewise.
25575 (SRC): Likewise.
25576 (__stpcpy): Likewise. Do not use BP_SYM.
25577 (stpcpy): Do not use BP_SYM in weak_alias.
25578 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
25579 "bp-asm.h".
25580 (PARMS): Do not use macros from bp-asm.h.
25581 (DEST): Likewise.
25582 (SRC): Likewise.
25583 (LEN): Likewise.
25584 (__stpncpy): Likewise. Do not use BP_SYM.
25585 (stpncpy): Do not use BP_SYM in weak_alias.
25586 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
25587 (PARMS): Do not use macros from bp-asm.h.
25588 (STR): Likewise.
25589 (CHR): Likewise.
25590 (strchr): Likewise. Do not use BP_SYM.
25591 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
25592 "bp-asm.h".
25593 (PARMS): Do not use macros from bp-asm.h.
25594 (STR): Likewise.
25595 (CHR): Likewise.
25596 (__strchrnul): Likewise. Do not use BP_SYM.
25597 (strchrnul): Do not use BP_SYM in weak_alias.
25598 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
25599 "bp-asm.h".
25600 (PARMS): Do not use macros from bp-asm.h.
25601 (STOP): Likewise.
25602 (strcspn): Do not use BP_SYM.
25603 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
25604 "bp-asm.h".
25605 (PARMS): Do not use macros from bp-asm.h.
25606 (STR): Likewise.
25607 (STOP): Likewise.
25608 (strpbrk): Likewise. Do not use BP_SYM.
25609 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
25610 "bp-asm.h".
25611 (PARMS): Do not use macros from bp-asm.h.
25612 (STR): Likewise.
25613 (CHR): Likewise.
25614 (strrchr): Likewise. Do not use BP_SYM.
25615 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
25616 (PARMS): Do not use macros from bp-asm.h.
25617 (SKIP): Likewise.
25618 (strspn): Do not use BP_SYM.
25619 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
25620 (PARMS): Do not use macros from bp-asm.h.
25621 (STR): Likewise.
25622 (DELIM): Likewise.
25623 (SAVE): Likewise.
25624 (FUNCTION): Likewise. Do not use BP_SYM.
25625 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
25626 aliases.
25627 (strtok_r): Likewise.
25628 (__GI___strtok_r): Likewise.
25629 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
25630 (PARMS): Do not use macros from bp-asm.h.
25631 (S1): Likewise.
25632 (S2): Likewise.
25633 (SIZE): Likewise.
25634 (__mpn_sub_n): Do not use BP_SYM.
25635 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
25636 "bp-asm.h".
25637 (PARMS): Do not use macros from bp-asm.h.
25638 (S1): Likewise.
25639 (SIZE): Likewise.
25640 (__mpn_submul_1): Do not use BP_SYM.
25641 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
25642 <bp-sym.h>.
25643 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
25644 and <bp-asm.h>.
25645 (PARMS): Do not use macros from bp-asm.h.
25646 (FLAGS): Likewise.
25647 (PTID): Likewise.
25648 (TLS): Likewise.
25649 (CTID): Likewise.
25650 (__clone): Do not use BP_SYM.
25651 (clone): Do not use BP_SYM in weak_alias.
25652 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
25653 and <bp-asm.h>.
25654 (PARMS): Do not use macros from bp-asm.h.
25655 (LEN): Likewise.
25656 (__mmap64): Do not use BP_SYM.
25657 (mmap64): Do not use BP_SYM in weak_alias.
25658 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
25659 <bp-sym.h> and <bp-asm.h>.
25660 (PARMS): Do not use macros from bp-asm.h.
25661 (__posix_fadvise64_l64): Do not use BP_SYM.
25662 * sysdeps/unix/sysv/linux/i386/semtimedop.S
25663 (PARMS): Do not use macros from bp-asm.h.
25664 (NSOPS): Likewise.
25665 (semtimedop): Do not use BP_SYM.
25666 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
25667 and <bp-asm.h>.
25668
582a3cff
AM
256692013-02-21 Allan McRae <allan@archlinux.org>
25670
25671 * manual/message.texi (Charset conversion in gettext):
25672 Move @end statement to beginning of line.
25673
bab8a695
SP
256742013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25675
80945231
SP
25676 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
25677 static.
25678 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25679 Likewise.
25680
bab8a695
SP
25681 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
25682 (denorm): Likewise.
25683 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
25684 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
25685
e21d7aa7
AK
256862013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25687
25688 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
25689 tail-call to the resolved function if pltexit isn't needed.
25690
4c7a4263
SP
256912013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25692
25693 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
25694 or Y being zero as being unlikely.
25695 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
25696 Likewise.
25697
41f49342
CD
256982013-02-20 Carlos O'Donell <carlos@redhat.com>
25699
25700 * manual/nss.texi (System Databases and Name Service Switch):
25701 Remove frobnicate @pxref.
25702
50022a93
TS
257032013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25704
25705 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25706 __attribute__ ((unused)) to __attribute__ ((__unused__)).
25707
08cbd996
PM
257082013-02-20 Petr Machata <pmachata@redhat.com>
25709
25710 * elf/elf.h (R_ARM_TARGET1): New macro.
25711 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
25712 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
25713 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
25714 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
25715 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
25716 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
25717 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
25718 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
25719 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
25720 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
25721 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
25722 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
25723 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
25724 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
25725 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
25726 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
25727 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
25728 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
25729 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
25730 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
25731 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
25732 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
25733 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
25734 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
25735 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
25736 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
25737 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
25738 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
25739 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
25740 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
25741 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
25742 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
25743 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
25744 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
25745 (R_ARM_THM_GOT_BREL12): Likewise.
25746 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
25747 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
25748 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
25749 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
25750 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
25751 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
25752 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
25753 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
25754 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
25755
c7b275d6
TS
257562013-02-20 Thomas Schwinge <thomas@codesourcery.com>
25757
25758 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
25759 __attribute_used__ to __attribute__ ((unused)).
25760
20cd7fb3
SP
257612013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
25762
25763 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
25764 powerpc mpa.c.
25765 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
25766 comment formatting.
25767 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
25768
92945b52
JM
257692013-02-19 Joseph Myers <joseph@codesourcery.com>
25770
25771 [BZ #13550]
25772 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
25773 Remove macro.
25774 (ENTER): Remove both macro definitions.
25775 (LEAVE): Likewise.
25776 (CHECK_BOUNDS_LOW): Likewise.
25777 (CHECK_BOUNDS_HIGH): Likewise.
25778 (CHECK_BOUNDS_BOTH): Likewise.
25779 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
25780 (RETURN_BOUNDED_POINTER): Likewise.
25781 (RETURN_NULL_BOUNDED_POINTER): Likewise.
25782 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
25783 (POP_ERRNO_LOCATION_RETURN): Likewise.
25784 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
25785 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25786 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
25787 macros.
25788 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25789 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
25790 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
25791 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
25792 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
25793 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
25794 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
25795 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
25796 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
25797 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
25798 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
25799 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
25800 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25801 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
25802 removed macros.
25803 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25804 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
25805 macros.
25806 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25807 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
25808 * sysdeps/i386/i586/memset.S (memset): Likewise.
25809 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
25810 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25811 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
25812 macros.
25813 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25814 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
25815 Change uses of L(2) to L(out).
25816 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
25817 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
25818 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
25819 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25820 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
25821 removed macros.
25822 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25823 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
25824 macros.
25825 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25826 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
25827 (RETURN): Do not use macro LEAVE.
25828 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
25829 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
25830 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
25831 * sysdeps/i386/i686/memset.S (memset): Likewise.
25832 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
25833 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
25834 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
25835 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
25836 Likewise.
25837 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25838 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
25839 L(1_2) and L(1_3) into L(1).
25840 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25841 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
25842 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25843 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
25844 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
25845 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
25846 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
25847 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25848 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
25849 macros.
25850 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
25851 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
25852 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
25853 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
25854 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
25855 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
25856 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
25857 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
25858 * sysdeps/i386/strcspn.S (strcspn): Likewise.
25859 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
25860 * sysdeps/i386/strrchr.S (strrchr): Likewise.
25861 * sysdeps/i386/strspn.S (strspn): Likewise.
25862 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
25863 conditional code.
25864 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
25865 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
25866 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
25867 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
25868 L(1_3) into L(1_1).
25869 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
25870 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
25871 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
25872 macros.
25873 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
25874
2389741a
JJ
258752013-02-19 Jakub Jelinek <jakub@redhat.com>
25876
25877 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
25878 macro.
25879
2016b3cd
SP
258802013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25881
e4f22324
SP
25882 * math/atest-exp.c (exp_mpn): Remove ROUND.
25883 * math/atest-exp2.c (exp_mpn): Likewise.
25884 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
25885
2016b3cd
SP
25886 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
25887 * stdlib/tst-tls-atexit-lib.c: Likewise.
25888 * stdlib/tst-tls-atexit.c: Likewise.
25889
4be9b544
MF
258902013-02-18 Mike Frysinger <vapier@gentoo.org>
25891
25892 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
25893 and __attribute_alloc_size__.
25894
2f62b9ee
MF
258952013-02-18 Mike Frysinger <vapier@gentoo.org>
25896
25897 * include/programs/xmalloc.h: Change __attribute_alloc_size to
25898 __attribute_alloc_size__.
25899 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
25900 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
25901
6ff444c4
MF
259022013-02-18 Mike Frysinger <vapier@gentoo.org>
25903
25904 * include/programs/xmalloc.h: New file.
25905 * catgets/gencat.c: Include it.
25906 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
25907 * elf/pldd.c: Likewise.
25908 * iconv/iconv_charmap.c: Likewise.
25909 * iconv/iconvconfig.c: Likewise.
25910 * iconv/strtab.c: Likewise.
25911 * locale/programs/locale.c: Likewise.
25912 * locale/programs/localedef.h: Likewise.
25913 * locale/programs/simple-hash.c: Likewise.
25914 * nscd/nscd.h: Likewise.
25915 * nss/makedb.c: Likewise.
25916 * sysdeps/generic/ldconfig.h: Likewise.
25917
be179c8a
SP
259182013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25919
ba384f6e
SP
25920 * Versions.def: Add GLIBC_2.18.
25921 * include/link.h (struct link_map): New member l_tls_dtor_count.
25922 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
25923 (__call_tls_dtors): Likewise.
25924 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
25925 __cxa_thread_atexit_impl.
25926 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
25927 Likewise.
25928 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
25929 Likewise.
25930 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
25931 Likewise.
25932 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
25933 Likewise.
25934 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
25935 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
25936 Likewise.
25937 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
25938 Likewise.
25939 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
25940 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
25941 Likewise.
25942 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
25943 (tests): Add test case tst-tls-atexit.
25944 (modules-names): Add shared library for tst-tls-atexit.
85891aca 25945 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
25946 (GLIBC_PRIVATE): Add __call_tls_dtors.
25947 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
25948 for libstdc++.
25949 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
25950 * stdlib/tst-tls-atexit.c: New test case.
25951 * stdlib/tst-tls-atexit-lib.c: New test case.
25952
ffaa74cf 25953 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 25954
be179c8a
SP
25955 * elf/Versions (ld): Add _dl_find_dso_for_object.
25956 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
25957 * elf/dl-open.c (_dl_find_dso_for_object): New function.
25958 (dl_open_worker): Use _dl_find_dso_for_object.
25959 * elf/dl-sym.c (do_sym): Likewise.
25960 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
25961
f78b5caa
AK
259622013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25963
25964 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
25965 Syntactic changes only.
25966 (_dl_runtime_profile): Do a tail-call to the resolved function.
25967
29691210
JM
259682013-02-17 Joseph Myers <joseph@codesourcery.com>
25969
25970 [BZ #13550]
25971 * sysdeps/x86_64/bp-asm.h: Remove file.
25972 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
25973 <bp-sym.h> and <bp-asm.h>.
25974 (__clone): Do not use BP_SYM.
25975 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
25976 <bp-sym.h> and <bp-asm.h>.
25977 * sysdeps/unix/x86_64/sysdep.S: Likewise.
25978 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
25979 "bp-asm.h".
25980 (_setjmp): Do not use BP_SYM.
25981 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
25982 "bp-asm.h".
25983 (setjmp): Do not use BP_SYM.
25984 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
25985 libc_hidden_def.
25986 (mempcpy): Do not use BP_SYM in weak_alias.
25987 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
25988 "bp-asm.h".
25989 (strchr): Do not use BP_SYM.
25990 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
25991 "bp-asm.h".
25992 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
25993 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
25994 (_start): Do not use BP_SYM.
25995 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
25996 "bp-asm.h".
25997 (strcat): Do not use BP_SYM.
25998 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
25999 "bp-asm.h".
26000 (STRCMP): Do not use BP_SYM.
26001 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
26002 "bp-asm.h".
26003 (STRCPY): Do not use BP_SYM.
26004 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
26005 "bp-asm.h".
26006 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
26007 "bp-asm.h".
26008 (FUNCTION): Do not use BP_SYM.
26009 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
26010 weak_alias.
26011 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
26012
f238fd19
AJ
260132013-02-17 Andreas Jaeger <aj@suse.de>
26014
26015 * time/Versions: Sort entries.
26016 * string/Versions: Likewise.
26017 * resolv/Versions: Likewise.
26018 * posix/Versions: Likewise.
26019 * iconv/Versions: Likewise.
26020 * elf/Versions: Likewise.
26021 * wcsmbs/Versions: Likewise.
26022
bd07f23c 260232013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 26024
22af19f9
SP
26025 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
26026 loop termination condition.
26027
4709fe76
SP
26028 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
26029 variable to calculate EZ.
26030 (__sqr): Likewise.
2d0e0f29
SP
26031
26032 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
26033 the lower precision input.
26034
daaa7713
JM
260352013-02-15 Joseph Myers <joseph@codesourcery.com>
26036
26037 [BZ #13550]
26038 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
26039 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
26040 (run-via-rtld-prefix): Do not handle %-bp tests.
26041 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
26042 (all-object-suffixes): Remove .ob.
26043 (bppfx): Remove variable.
26044 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
26045 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
26046 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
26047 [$(build-bounded) = yes] (libtype.ob): Likewise.
26048 * Makerules (elide-routines.ob): Remove variable.
26049 (do-tests-clean): Do not handle *-bp.out.
26050 (common-mostlyclean): Do not handle *-bp and *-bp.out.
26051 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
26052 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
26053 (tests): Do not include $(tests-bp.out).
26054 (xtests): Do not include $(xtests-bp.out).
26055 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
26056 [$(build-bounded) = yes] ($(addprefix
26057 $(objpfx),$(binaries-bounded))): Remove rule.
26058 ($(objpfx)%-bp.out): Remove rule.
26059 * config.make.in (build-bounded): Remove variable.
26060 * crypt/Makefile [$(build-bounded) = yes]
26061 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
26062 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
26063 append to variable.
26064 [$(build-bounded) = yes] (install-lib): Likewise.
26065 [$(build-bounded) = yes] (generated): Likewise.
26066 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
26067 Remove rule.
26068 * intl/Makefile [$(build-bounded) = yes]
26069 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
26070 * math/Makefile [$(build-bounded) = yes]
26071 ($(tests:%=$(objpfx)%-bp): Likewise.
26072 * misc/Makefile [$(build-bounded) = yes]
26073 ($(objpfx)tst-tsearch-bp): Likewise.
26074 * nptl/Makeconfig (bounded-thread-library): Remove variable.
26075 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
26076 Remove dependency.
26077 * string/Makefile (o-objects.ob): Remove variable.
26078 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
26079 (CFLAGS-.ob): Remove variable.
26080 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
26081 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
26082 both definitions of variable.
26083 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
26084 (ASFLAGS-.ob): Remove variable.
26085
e97ed6dd
JM
260862013-02-14 Joseph Myers <joseph@codesourcery.com>
26087
2bdd4ca6
JM
26088 [BZ #13550]
26089 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
26090 Remove __BOUNDED_POINTERS__ from condition.
26091 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
26092 * string/bits/string2.h [!__NO_STRING_INLINES &&
26093 !__BOUNDED_POINTERS__]: Likewise.
26094 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
26095 Likewise.
26096 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
26097 Remove conditional code.
26098 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
26099 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
26100 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
26101 condition.
26102
e97ed6dd
JM
26103 [BZ #13550]
26104 * csu/libc-start.c: Do not include <bp-sym.h>.
26105 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
26106 * elf/dl-open.c: Do not include <bp-sym.h>.
26107 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
26108 * math/fegetenv.c: Do not include <bp-sym.h>.
26109 (fegetenv): Do not use BP_SYM in versioned symbols.
26110 * nptl/sysdeps/pthread/bits/libc-lockP.h
26111 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
26112 <bp-sym.h>.
26113 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26114 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
26115 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26116 (__pthread_mutex_destroy): Likewise.
26117 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26118 (__pthread_mutex_lock): Likewise.
26119 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26120 (__pthread_mutex_trylock): Likewise.
26121 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26122 (__pthread_mutex_unlock): Likewise.
26123 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26124 (__pthread_mutexattr_init): Likewise.
26125 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26126 (__pthread_mutexattr_destroy): Likewise.
26127 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26128 (__pthread_mutexattr_settype): Likewise.
26129 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26130 (__pthread_rwlock_init): Likewise.
26131 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26132 (__pthread_rwlock_destroy): Likewise.
26133 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26134 (__pthread_rwlock_rdlock): Likewise.
26135 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26136 (__pthread_rwlock_tryrdlock): Likewise.
26137 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26138 (__pthread_rwlock_wrlock): Likewise.
26139 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26140 (__pthread_rwlock_trywrlock): Likewise.
26141 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26142 (__pthread_rwlock_unlock): Likewise.
26143 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26144 (__pthread_key_create): Likewise.
26145 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26146 (__pthread_setspecific): Likewise.
26147 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26148 (__pthread_getspecific): Likewise.
26149 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
26150 Likewise.
26151 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26152 (_pthread_cleanup_push_defer): Likewise.
26153 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26154 (_pthread_cleanup_pop_restore): Likewise.
26155 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
26156 (pthread_setcancelstate): Likewise.
26157 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
26158 <bp-sym.h>.
26159 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
26160 (memchr): Do not use BP_SYM in weak_alias.
26161 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
26162 (fegetenv): Do not use BP_SYM in versioned symbols.
26163 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
26164 (fesetenv): Do not use BP_SYM in versioned symbols.
26165 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26166 (feupdateenv): Do not use BP_SYM in versioned symbols.
26167 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26168 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26169 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
26170 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
26171 (open64): Do not use BP_SYM in weak_alias.
26172 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
26173 (fegetenv): Do not use BP_SYM in versioned symbols.
26174 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
26175 (fesetenv): Do not use BP_SYM in versioned symbols.
26176 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
26177 (feupdateenv): Do not use BP_SYM in versioned symbols.
26178 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
26179 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
26180 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
26181 (feraiseexcept): Do not use BP_SYM in versioned symbols.
26182 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
26183 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
26184 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
26185 <bp-sym.h>.
26186 (__libc_start_main): Do not use BP_SYM.
26187
d6752ccd
SP
261882013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26189
cb57ce60
SP
26190 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
26191 redundant return line.
26192 (norm): Likewise.
26193 (denorm): Likewise.
26194 (dbl_mp): Likewise.
26195 (sub_magnitudes): Likewise.
26196 (__add): Likewise.
26197 (__sub): Likewise.
26198 (__mul): Likewise.
26199 (__inv): Likewise.
26200 (__dvd): Likewise.
26201 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
26202 (norm): Likewise.
26203 (denorm): Likewise.
26204 (dbl_mp): Likewise.
26205 (sub_magnitudes): Likewise.
26206 (__add): Likewise.
26207 (__sub): Likewise.
26208 (__mul): Likewise.
26209 (__inv): Likewise.
26210 (__dvd): Likewise.
26211
f414520d
SP
26212 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
26213 instead of __mul.
26214 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
26215 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
26216 (cc32): Likewise.
26217
d6752ccd
SP
26218 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
26219 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
26220 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
26221 of __mul for squares.
26222 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
26223 function
26224 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
26225 Likewise.
26226 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
26227 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26228
70d9946a
JM
262292013-02-13 Joseph Myers <joseph@codesourcery.com>
26230
26231 [BZ #13550]
26232 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
26233 code.
26234 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
26235 prototype or function definition. Rename ubp_* variables and
26236 parameters. Remove argv definitions conditional on
26237 [__BOUNDED_POINTERS__].
26238 * debug/backtrace.c (__backtrace): Do not use __unbounded.
26239 * elf/dl-runtime.c (_dl_fixup): Likewise.
26240 * include/set-hooks.h (RUN_HOOK): Likewise.
26241 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
26242 definition.
26243 * string/strcpy.c (strcpy): Do not use __unbounded.
26244 * sysdeps/generic/frame.h (struct layout): Likewise.
26245 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
26246 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
26247 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
26248 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
26249 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
26250 (__backtrace): Likewise.
26251 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
26252 use __ptrvalue.
26253 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
26254 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
26255 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
26256 Likewise.
26257 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
26258 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
26259 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
26260 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26261 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
26262 Do not use __unbounded.
26263 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
26264 Rename __unboundedrlimits parameter to rlimits in prototype.
26265 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
26266 Do not use __unbounded.
26267 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
26268 not use __ptrvalue.
26269 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26270 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
26271 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26272 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
26273 __ptrvalue or __unbounded.
26274 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
26275 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
26276 use __unbounded.
26277 (__new_msgctl): Do not use __ptrvalue.
26278 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
26279 __unbounded.
26280 (__libc_msgrcv): Do not use __ptrvalue.
26281 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
26282 startup_info): Do not use __unbounded.
26283 (__libc_start_main): Likewise. Rename ubp_* variables and
26284 parameters. Remove argv definitions conditional on
26285 [__BOUNDED_POINTERS__].
26286 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
26287 __ptrvalue.
26288 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
26289 use __unbounded.
26290 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
26291 or __ptrvalue.
26292 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
26293 use __unbounded.
26294 (__new_shmctl): Do not use __ptrvalue.
26295 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
26296 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
26297 Likewise.
26298 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
26299 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
26300 (__libc_sigaction): Likewise.
26301 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
26302 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
26303 Likewise.
26304 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26305
cc7834d6
OB
263062013-02-13 Ondřej Bílka <neleai@seznam.cz>
26307
ffb1ec7b 26308 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
26309
26310 * string/mempcpy.c: Implement by calling memcpy.
26311
bdf02814
SP
263122013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26313
c2af38aa
SP
26314 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
26315
4e92d59e
SP
26316 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
26317 evaluation.
26318
909279a5
SP
26319 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
26320 values in the mantissa.
26321
bdf02814
SP
26322 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
26323 minimize writes to Z.
26324 (sub_magnitudes): Simplify code a bit.
26325
cd525923
RM
263262013-02-12 Roland McGrath <roland@hack.frob.com>
26327
26328 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
26329 from the message. The linker prefixes all warnings with that already.
26330
7e2f0d2d
AS
263312013-02-12 Andreas Schwab <schwab@suse.de>
26332
a445af0b
AS
26333 [BZ #15078]
26334 * posix/regexec.c (extend_buffers): Add parameter min_len.
26335 (check_matching): Pass minimum needed length.
26336 (clean_state_log_if_needed): Likewise.
26337 (get_subexp): Likewise.
26338 * posix/Makefile (tests): Add bug-regex34.
26339 (bug-regex34-ENV): Define.
26340 * posix/bug-regex34.c: New file.
26341
7e2f0d2d
AS
26342 [BZ #11561]
26343 * posix/regcomp.c (parse_bracket_exp): When looking up collating
26344 elements compare against the byte sequence of it, not its name.
26345 * posix/Makefile (tests): Add bug-regex35.
26346 (bug-regex35-ENV): Define.
26347 * posix/bug-regex35.c: New file.
26348
a175b684
TV
263492013-02-11 Tom de Vries <tom@codesourcery.com>
26350
26351 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
26352 comment.
26353 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
26354 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
26355 (CHECK_EOL): Add undef.
26356
310998fe 263572013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
26358
26359 * bits/stdlib-bsearch.h: New file.
26360 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 26361 * stdlib/stdlib.h: Likewise.
41eda41d 26362
8ded91fb
RM
263632013-02-11 Roland McGrath <roland@hack.frob.com>
26364
26365 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
26366 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
26367 declaration.
26368 * manual/search.texi (Array Search Function): Add missing const in
26369 lfind prototype.
26370 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
26371 declaration to use rlim_t.
26372 (Basic Scheduling Functions): Remove erroneous const from
26373 sched_getparam prototype. Remove erroneous * from
26374 sched_get_priority_max and sched_get_priority_min prototypes.
26375 (Resource Usage): Fix summary @comment on vtimes to refer to
26376 sys/vtimes.h rather than vtimes.h.
26377 Add missing *s in vtimes prototype.
26378 (Limits on Resources): Fix ulimit prototype to return long int.
26379 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
26380 prototypes to use long int rather than double.
26381 (BSD Random): Fix initstate and setstate to use char *, not void *.
26382 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
26383 prototype to make second argument 'struct aiocb64 *const[]'.
26384 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
26385 (Status of AIO Operations): Remove erroneous const in aio_return and
26386 aio_return64 prototypes.
26387 (Synchronizing I/O): Fix sync prototype to return void.
26388 * manual/startup.texi (Suboptions): Remove an erroneous const in
26389 getsubopt prototype.
26390 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
26391 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
26392 use size_t rather than int.
26393 (Scanning All Users): Likewise for getpwent_r.
26394 (Setting Groups): Add missing const to setgroups prototype.
26395 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
26396 * manual/socket.texi (Host Names): Fix gethostbyaddr and
26397 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
26398 'const void *' rather than 'const char *'.
26399 (Host Address Functions): Likewise for inet_ntop.
26400 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
26401 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
26402 ssize_t for return value.
26403 (Sending Data): Likewise for send, sendto, sendmsg.
26404 (Socket Option Functions): Add a missing const in setsockopt prototype.
26405 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
26406 use wchar_t for the argument.
26407 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
26408 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
26409 take no arguments.
26410 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
26411 double/float/long double for second argument.
26412 Fix return types of significand, significandf, significandl.
26413 * manual/filesys.texi (Setting Permissions): Use mode_t for second
26414 argument in fchmod prototype.
26415 (File Owner): Use uid_t and gid_t in fchown prototype.
26416 (File Times): Add const to utimes, futimes, and lutimes prototypes.
26417 (Making Special Files): Use mode_t and dev_t in mknod prototype.
26418 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
26419 use 'const struct dirent **' as argument types to CMP function pointer
26420 argument.
26421 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
26422 (File Times): Fix summary magic @comment for struct utimbuf and utime
26423 to refer to utime.h, not time.h.
26424 * manual/string.texi (Argz Functions): Add missing const in
26425 argz_extract and argz_next prototypes.
26426 (Finding Tokens in a String): Likewise for basename.
26427 (String/Array Comparison): Fix typo in wcscasecmp prototype.
26428 (Copying and Concatenation): Fix typo in wmemmove prototype.
26429 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
26430 (Signal Stack): Remove erroneous const in sigstack prototype.
26431 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
26432 prototype.
26433 (Simple Calendar Time): Likewise for stime.
26434 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
26435 prototype.
26436 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
26437 say sys/sysctl.h instead.
26438 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
26439 and vsyslog prototypes.
26440
fe77fe6d
TV
264412013-02-11 Tom de Vries <tom@codesourcery.com>
26442
26443 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
26444 Remove.
26445
3a09b620
RM
264462013-02-11 Roland McGrath <roland@hack.frob.com>
26447
26448 * misc/sys/mman.h: Fix typo in mremap comment.
26449
550a0b89
RM
264502013-02-08 Roland McGrath <roland@hack.frob.com>
26451
26452 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
26453 the '\0' terminator.
26454
a2da1673
JM
264552013-02-08 Joseph Myers <joseph@codesourcery.com>
26456
26457 [BZ #13550]
26458 * debug/segfault.c: Don't include <bp-checks.h>.
26459 * sysdeps/generic/bp-checks.h: Remove file.
26460 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
26461 (__GETDENTS): Don't use CHECK_N.
26462 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
26463 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
26464 (__getgroups): Don't use CHECK_N.
26465 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
26466 (setgroups): Don't use CHECK_N.
26467 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
26468 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
26469 (__libc_msgrcv): Don't use CHECK_N.
26470 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
26471 (__libc_msgsnd): Don't use CHECK_N.
26472 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
26473 <bp-checks.h>.
26474 (__libc_pread): Don't use CHECK_N.
26475 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
26476 include <bp-checks.h>.
26477 (__libc_pread64): Don't use CHECK_N.
26478 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
26479 include <bp-checks.h>.
26480 (__libc_pwrite): Don't use CHECK_N.
26481 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
26482 include <bp-checks.h>.
26483 (__libc_pwrite64): Don't use CHECK_N.
26484 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
26485 <bp-checks.h>.
26486 (__libc_pread): Don't use CHECK_N.
26487 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
26488 include <bp-checks.h>.
26489 (__libc_pread64): Don't use CHECK_N.
26490 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
26491 include <bp-checks.h>.
26492 (__libc_pwrite): Don't use CHECK_N.
26493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
26494 include <bp-checks.h>.
26495 (__libc_pwrite64): Don't use CHECK_N.
26496 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
26497 (do_pread): Don't use CHECK_N.
26498 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
26499 (do_pread64): Don't use CHECK_N.
26500 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
26501 (do_pwrite): Don't use CHECK_N.
26502 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
26503 (do_pwrite64): Don't use CHECK_N.
26504 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
26505 (__libc_readv): Don't use CHECK_N.
26506 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
26507 (semop): Don't use CHECK_N.
26508 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
26509 <bp-checks.h>.
26510 (semtimedop): Don't use CHECK_N.
26511 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
26512 (__libc_pread): Don't use CHECK_N.
26513 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
26514 <bp-checks.h>.
26515 (__libc_pread64): Don't use CHECK_N.
26516 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
26517 <bp-checks.h>.
26518 (__libc_pwrite): Don't use CHECK_N.
26519 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
26520 <bp-checks.h>.
26521 (__libc_pwrite64): Don't use CHECK_N.
26522 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
26523 <bp-checks.h>.
26524 (__libc_msgrcv): Don't use CHECK_N.
26525 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
26526 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
26527 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
26528 (__libc_writev): Don't use CHECK_N.
26529
b84660a8
RM
265302013-02-08 Roland McGrath <roland@hack.frob.com>
26531
7f3e75f8
RM
26532 * string/strcpy.c: Removed unused variable.
26533
b84660a8
RM
26534 * Makeconfig (+sysdep-includes): Define with := rather than =.
26535 Use an existing include/ subdir of each sysdeps dir before it.
26536
471514d3
CD
265372013-02-08 Carlos O'Donell <carlos@redhat.com>
26538
26539 * nscd/connection.c (register_traced_file): Comment function.
26540 [HAVE_INOTIFY] (union __inev): Define.
26541 [HAVE_INOTIFY] (inotify_check_files): New function.
26542 [HAVE_INOTIFY] (clear_db_cache): Likewise.
26543 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
26544 clear_db_cache.
26545 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
26546
b2d3c3be
CD
265472013-02-08 Carlos O'Donell <carlos@redhat.com>
26548
26549 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
26550 loaded if not already and that a failure is permanent.
26551
b39949d2
CD
265522013-02-08 Carlos O'Donell <carlos@redhat.com>
26553
ddacd1db 26554 [BZ #15006]
b39949d2
CD
26555 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
26556 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
26557
b2c9eff4
JM
265582013-02-08 Joseph Myers <joseph@codesourcery.com>
26559
f3aae3f3
JM
26560 [BZ #13550]
26561 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
26562 (CHECK_1_NULL_OK): Likewise.
26563 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
26564 (__fxstat): Do not use CHECK_1.
26565 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
26566 <bp-checks.h>.
26567 (___fxstat64): Do not use CHECK_1.
26568 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
26569 <bp-checks.h>.
26570 (__fxstatat): Do not use CHECK_1.
26571 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
26572 <bp-checks.h>.
26573 (__fxstatat64): Do not use CHECK_1.
26574 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
26575 <bp-checks.h>.
26576 (__fxstat): Do not use CHECK_1.
26577 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
26578 <bp-checks.h>.
26579 (__fxstatat): Do not use CHECK_1.
26580 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
26581 <bp-checks.h>.
26582 (__getresgid): Do not use CHECK_1.
26583 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
26584 <bp-checks.h>.
26585 (__getresuid): Do not use CHECK_1.
26586 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
26587 <bp-checks.h>.
26588 (__lxstat): Do not use CHECK_1.
26589 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
26590 <bp-checks.h>.
26591 (__old_msgctl): Do not use CHECK_1.
26592 (__new_msgctl): Likewise.
26593 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
26594 <bp-checks.h>.
26595 (__new_setrlimit): Do not use CHECK_1.
26596 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
26597 <bp-checks.h>.
26598 (__old_shmctl): Do not use CHECK_1.
26599 (__new_shmctl): Likewise.
26600 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
26601 <bp-checks.h>.
26602 (__xstat): Do not use CHECK_1.
26603 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
26604 (__lxstat): Do not use CHECK_1.
26605 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
26606 <bp-checks.h>.
26607 (___lxstat64): Do not use CHECK_1.
26608 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
26609 (__old_msgctl): Do not use CHECK_1.
26610 (__new_msgctl): Likewise.
26611 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
26612 <bp-checks.h>.
26613 (__gettimeofday): Do not use CHECK_1.
26614 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
26615 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
26616 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
26617 <bp-checks.h>.
26618 (__gettimeofday): Do not use CHECK_1.
26619 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
26620 (__old_shmctl): Do not use CHECK_1_NULL_OK.
26621 (__new_shmctl): Do not use CHECK_1.
26622 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
26623 <bp-checks.h>.
26624 (do_sigtimedwait): Do not use CHECK_1.
26625 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
26626 <bp-checks.h>.
26627 (do_sigwaitinfo): Do not use CHECK_1.
26628 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
26629 <bp-checks.h>.
26630 (msgctl): Do not use CHECK_1.
26631 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
26632 <bp-checks.h>.
26633 (shmctl): Do not use CHECK_1.
26634 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
26635 (ustat): Do not use CHECK_1.
26636 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
26637 <bp-checks.h>.
26638 (__fxstat): Do not use CHECK_1.
26639 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
26640 <bp-checks.h>.
26641 (__fxstatat): Do not use CHECK_1.
26642 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
26643 <bp-checks.h>.
26644 (__lxstat): Do not use CHECK_1.
26645 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
26646 <bp-checks.h>.
26647 (__xstat): Do not use CHECK_1.
26648 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
26649 (__xstat): Do not use CHECK_1.
26650 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
26651 (___xstat64): Do not use CHECK_1.
26652
b2c9eff4
JM
26653 [BZ #13550]
26654 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
26655 definitions.
26656 (CHECK_BOUNDS_HIGH): Likewise.
26657 * string/strcpy.c: Do not include <bp-checks.h>.
26658 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
26659
f1d70dad
RM
266602013-02-07 Roland McGrath <roland@hack.frob.com>
26661
26662 * nscd/nscd-client.h (__nscd_drop_map_ref):
26663 Add __attribute__ ((unused)).
26664 * nis/nss-nisplus.h (niserr2nss): Likewise.
26665
26666 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
26667 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
26668
26669 * csu/libc-tls.c (init_static_tls, init_slotinfo):
26670 Remove inline keyword.
26671 * include/rounding-mode.h (round_away): Likewise.
26672 * libio/wfileops.c (adjust_wide_data): Likewise.
26673 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
26674 (__m128i_strloadu_tolower): Likewise.
26675 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
26676 (__m128i_strloadu_tolower): Likewise.
26677 * time/mktime.c (ydhms_diff): Likewise.
26678 * locale/elem-hash.h (elem_hash): Likewise.
26679 * locale/setlocale.c (setdata): Likewise.
26680 * posix/regex_internal.h (re_string_char_size_at): Likewise.
26681 (re_string_wchar_at): Likewise.
26682 (bitset_not, bitset_merge, bitset_mask): Likewise.
26683 [!(__GNUC__ > 3)] (inline): Remove macro.
26684 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
26685 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
26686 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
26687 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
26688 * string/memcmp.c (memcmp_bytes): Likewise.
26689 * locale/programs/locarchive.c (compute_hashval): Likewise.
26690 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
26691 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
26692 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
26693 * nss/getent.c (print_rpc, print_protocols): Likewise.
26694 (print_passwd, print_group, print_aliases): Likewise.
26695 * nis/nss-nisplus.h (niserr2nss): Likewise.
26696 * nscd/connections.c (restart_p): Likewise.
26697 Change return type to bool.
26698
eab55bfb
RM
266992013-02-05 Roland McGrath <roland@hack.frob.com>
26700
7bd642f5
RM
26701 * Makeconfig (all-Depend-files): Add existing
26702 $(sorted-subdirs:=/Depend) files.
26703 (all-subdirs): Remove nss.
26704 * sysdeps/unix/inet/Subdirs: Add it here instead.
26705 * hesiod/Depend: New file.
26706
573c29b2
RM
26707 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
26708 instead of calling alloca.
26709
b2e25af0
RM
26710 * io/lseek.c (__lseek): Rename to __libc_lseek.
26711 Define __lseek as an alias.
26712
eab55bfb
RM
26713 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
26714
9a0d1941
CD
267152013-02-04 Carlos O'Donell <carlos@redhat.com>
26716
26717 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
26718 else clause and remove check for non-standard endianness.
26719
b83bbec4
DM
267202013-02-04 David S. Miller <davem@davemloft.net>
26721
26722 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26723
6277fdab
JM
267242013-02-04 Joseph Myers <joseph@codesourcery.com>
26725
26726 [BZ #13550]
26727 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
26728 (__ubp_memchr): Remove prototype.
26729 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
26730 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26731 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
26732 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
26733 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
26734 Remove alias.
26735 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
26736 (__ubp_memchr): Likewise.
26737 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
26738 (__ubp_memchr): Likewise.
26739 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
26740 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
26741 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
26742 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
26743 CHECK_STRING.
26744 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
26745 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
26746 (__getcwd): Do not use CHECK_STRING.
26747 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
26748 <bp-checks.h>.
26749 (__real_chown): Do not use CHECK_STRING.
26750 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
26751 <bp-checks.h>.
26752 (fchownat): Do not use CHECK_STRING.
26753 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
26754 CHECK_STRING.
26755 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
26756 <bp-checks.h>.
26757 (__lchown): Do not use CHECK_STRING.
26758 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
26759 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
26760 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
26761 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
26762 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
26763 include <bp-checks.h>.
26764 (truncate64): Do not use CHECK_STRING.
26765 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
26766 <bp-checks.h>.
26767 (__real_chown): Do not use CHECK_STRING.
26768 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
26769 <bp-checks.h>.
26770 (__lchown): Do not use CHECK_STRING.
26771 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
26772 <bp-checks.h>.
26773 (__chown): Do not use CHECK_STRING.
26774 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
26775 <bp-checks.h>.
26776 (truncate64): Do not use CHECK_STRING.
26777 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
26778 Likewise.
26779 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
26780 (__xmknod): Do not use CHECK_STRING.
26781 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
26782 <bp-checks.h>.
26783 (__xmknodat): Do not use CHECK_STRING.
26784 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
26785 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
26786
903ae060
AS
267872013-02-04 Andreas Schwab <schwab@suse.de>
26788
26789 [BZ #14142]
26790 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
26791 * include/netdb.h: Likewise for h_errno.
26792 * elf/tst-stackguard1.c: Include <tls.h>.
26793
542f9466
JK
267942013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
26795
26796 * elf/link.h (struct link_map): Extend the l_addr comment.
26797 * include/link.h (struct link_map): Likewise.
26798
e782a927
JM
267992013-02-01 Joseph Myers <joseph@codesourcery.com>
26800
26801 [BZ #13550]
26802 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
26803 (BOUNDED_1): Remove macro.
26804 * debug/backtrace.c: Don't include <bp-checks.h>.
26805 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
26806 (__backtrace): Likewise.
26807 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
26808 <bp-checks.h>.
26809 (__backtrace): Don't use BOUNDED_1.
26810 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
26811 <bp-checks.h>.
26812 (__backtrace): Don't use BOUNDED_1.
26813 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
26814 (__backtrace): Don't use BOUNDED_1.
26815 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
26816 (shmat): Don't use BOUNDED_N.
26817
8cf28c5e
JM
268182013-01-31 Joseph Myers <joseph@codesourcery.com>
26819
3a7ac8a0
JM
26820 [BZ #13550]
26821 * sysdeps/generic/bp-start.h: Remove file.
26822 * csu/libc-start.c: Don't include <bp-start.h>.
26823 (LIBC_START_MAIN): Set up __environ directly instead of using
26824 INIT_ARGV_and_ENVIRON.
26825 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
26826 <bp-start.h>.
26827
f3499f95
JM
26828 [BZ #13550]
26829 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
26830 definitions.
26831 (CHECK_FCNTL): Likewise.
26832 (CHECK_N_PAGES): Likewise.
26833
32a45bea
JM
26834 [BZ #13550]
26835 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
26836 definitions.
26837 (CHECK_SIGSET_NULL_OK): Likewise.
26838 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
26839 <bp-checks.h>.
26840 (sigpending): Don't use CHECK_SIGSET.
26841 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
26842 <bp-checks.h>.
26843 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26844 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
26845 <bp-checks.h>.
26846 (do_sigsuspend): Don't use CHECK_SIGSET.
26847 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
26848 use CHECK_SIGSET.
26849 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
26850 (do_sigwait): Don't use CHECK_SIGSET.
26851 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
26852 use CHECK_SIGSET.
26853 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
26854 include <bp-checks.h>.
26855 (sigpending): Don't use CHECK_SIGSET.
26856 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
26857 include <bp-checks.h>.
26858 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26859 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
26860 <bp-checks.h>.
26861 (sigpending): Don't use CHECK_SIGSET.
26862 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
26863 <bp-checks.h>.
26864 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
26865
2e8a5c8c
JM
26866 [BZ #13550]
26867 * sysdeps/generic/bp-semctl.h: Remove file.
26868 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
26869 <bp-checks.h> and <bp-semctl.h>.
26870 (__old_semctl): Don't use CHECK_SEMCTL.
26871 (__new_semctl): Likewise.
26872 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
26873 and <bp-semctl.h>.
26874 (__old_semctl): Don't use CHECK_SEMCTL.
26875 (__new_semctl): Likewise.
26876 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
26877 <bp-checks.h> and <bp-semctl.h>.
26878 (__old_semctl): Don't use CHECK_SEMCTL.
26879 (__new_semctl): Likewise.
26880 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
26881 <bp-checks.h> and <bp-semctl.h>.
26882 (semctl): Don't use CHECK_SEMCTL.
26883
c2d54929
JM
26884 [BZ #13550]
26885 * Makerules (elide-bp-thunks): Remove variable.
26886 (elide-routines.oS): Don't use $(elide-bp-thunks).
26887 (elide-routines.os): Likewise.
26888 (elide-routines.o): Likewise.
26889 (elide-routines.op): Likewise.
26890 (elide-routines.og): Likewise.
26891 (objects): Don't use $(bp-thunks).
26892 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
26893 include.
26894 (common-generated): Do not add s-proto-bp.d.
26895 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
26896 (int): Likewise.
26897 (typ): Likewise.
26898 Do not generate makefile rules for bounded-pointer thunks.
26899 * sysdeps/generic/bp-thunks.h: Remove file.
26900 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
26901 * sysdeps/unix/s-proto-bp.S: Likewise.
26902
8cf28c5e
JM
26903 [BZ #15062]
26904 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
26905 parts of result separately when argument is not close to line from
26906 -i to i and one part of argument is small.
26907 * math/k_casinhf.c (__kernel_casinhf): Likewise.
26908 * math/k_casinhl.c (__kernel_casinhl): Likewise.
26909 * math/libm-test.inc (cacos_test): Add more tests.
26910 (casin_test): Likewise.
26911 (casinh_test): Likewise.
26912 * sysdeps/i386/fpu/libm-test-ulps: Update.
26913 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26914
c4e33b8d
DM
269152013-01-31 David S. Miller <davem@davemloft.net>
26916
26917 * po/de.po: Update from translation team.
26918
3b60b421
MK
269192013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
26920
26921 * time/tzfile.c: Include stdint.h for SIZE_MAX.
26922
bb931195
TS
269232013-01-25 Thomas Schwinge <thomas@codesourcery.com>
26924
b5a5da23
TS
26925 * configure.in (_AC_PROG_CC_C89): New definition.
26926 * configure: Regenerate.
26927
bb931195
TS
26928 * configure.in (AC_PROG_CPP): New definition.
26929 * configure: Regenerate.
26930
8c53a12c
JM
269312013-01-23 Joseph Myers <joseph@codesourcery.com>
26932
26933 * debug/tst-backtrace.h: New file.
26934 * debug/tst-backtrace2.c: Include tst-backtrace.h.
26935 (ret): Remove variable.
26936 (x): Likewise.
26937 (FAIL): Remove macro.
26938 (NO_INLINE): Likewise.
26939 (fn1): Use match function instead of strstr.
26940 * debug/tst-backtrace3.c: Include tst-backtrace.h.
26941 (ret): Remove variable.
26942 (x): Likewise.
26943 (FAIL): Remove macro.
26944 (NO_INLINE): Likewise.
26945 (fn): Use match function instead of strstr.
26946 * debug/tst-backtrace4.c: Include tst-backtrace.h.
26947 (ret): Remove variable.
26948 (x): Likewise.
26949 (FAIL): Remove macro.
26950 (NO_INLINE): Likewise.
26951 (handle_signal): Use match function instead of strstr.
26952 * debug/tst-backtrace5.c: Include tst-backtrace.h.
26953 (ret): Remove variable.
26954 (x): Likewise.
26955 (FAIL): Remove macro.
26956 (NO_INLINE): Likewise.
26957 (handle_signal): Use match function instead of strstr.
26958
4858fa2a
RM
269592013-01-23 Roland McGrath <roland@hack.frob.com>
26960
26961 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
26962
bae8e7f5
DM
269632013-01-23 David S. Miller <davem@davemloft.net>
26964
26965 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
26966 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
26967 argument of CAS if possible.
26968 * sysdeps/sparc/sparc64/bits/atomic.h
26969 (__arch_compare_and_exchange_val_32_acq): Likewise.
26970 (__arch_compare_and_exchange_val_64_acq): Likewise.
26971
9cbbc4ae
PT
269722013-01-23 Pino Toscano <toscano.pino@tiscali.it>
26973
26974 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
26975 * sysdeps/posix/ulimit.c: ... this.
92a601b8 26976 Include <limits.h>.
67b3f58c 26977 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 26978
5655a0b5
AC
269792013-01-23 Adam Conrad <adconrad@0c3.net>
26980
26981 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
26982 (LDFLAGS-tst-array5): Likewise.
26983
052aff95
JM
269842013-01-23 Joseph Myers <joseph@codesourcery.com>
26985
26986 [BZ #15036]
26987 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
26988 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
26989 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
26990 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
26991
7c1e01aa
DM
269922013-01-21 David S. Miller <davem@davemloft.net>
26993
26994 * sysdeps/sparc/backtrace.c: New file.
26995 * sysdeps/sparc/sparc32/backtrace.h: New file.
26996 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
26997 * sysdeps/sparc/sparc64/backtrace.h: New file.
26998 * sysdeps/sparc/sparc64/backtrace.c: Delete.
26999 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
27000 -funwind-tables.
27001
ab087e0a
AS
270022013-01-21 Andreas Schwab <schwab@suse.de>
27003
27004 [BZ #15020]
27005 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
27006 closed its stdout.
27007
ed689c2f
AS
270082013-01-20 Andreas Schwab <schwab@linux-m68k.org>
27009
27010 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
27011 "mpa2.h".
27012 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27013
31d470ac
JM
270142013-01-18 Joseph Myers <joseph@codesourcery.com>
27015 Mark Mitchell <mark@codesourcery.com>
27016 Tom de Vries <tom@codesourcery.com>
27017 Paul Pluzhnikov <ppluzhnikov@google.com>
27018
27019 * debug/tst-backtrace2.c: New file.
27020 * debug/tst-backtrace3.c: Likewise.
27021 * debug/tst-backtrace4.c: Likewise.
27022 * debug/tst-backtrace5.c: Likewise.
27023 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
27024 (CFLAGS-tst-backtrace3.c): Likewise.
27025 (CFLAGS-tst-backtrace4.c): Likewise.
27026 (CFLAGS-tst-backtrace5.c): Likewise.
27027 (LDFLAGS-tst-backtrace2): Likewise.
27028 (LDFLAGS-tst-backtrace3): Likewise.
27029 (LDFLAGS-tst-backtrace4): Likewise.
27030 (LDFLAGS-tst-backtrace5): Likewise.
27031 (tests): Add new tests tst-backtrace2, tst-backtrace3,
27032 tst-backtrace4 and tst-backtrace5.
27033
90567f30 270342013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
27035 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27036
27037 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
27038 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
27039 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
27040 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
27041 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
27042 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
27043 "+r" and remove output regs list as redundant. Add explicit inline
27044 asm to specify register of return val to work around compiler codegen
27045 bug. Remove (int) cast on return value. Add return type parameter to
27046 use in macro so that this macro does not truncate return value for
27047 64-bit values.
27048 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
27049 pass to INTERNAL_VSYSCALL_NCS.
27050 (INLINE_VSYSCALL): Add 'long int' as return type to
27051 INTERNAL_VSYSCALL_NCS macro invocation.
27052 (INTERNAL_VSYSCALL): Add 'long int' as return type to
27053 INTERNAL_VSYSCALL_NCS macro invocation.
27054 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27055
d3b9ea61
SP
270562013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
27057
0b57daeb
SP
27058 [BZ #14496]
27059 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
27060 Fix application of SIMD FP exception mask.
27061
caa99d06
SP
27062 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
27063 mp_no from a power of two.
27064 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
27065 __mpexp_twomm1. Use __pow_mp.
27066
d3b9ea61
SP
27067 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
27068 multiplication.
27069
1dbaee3c
DM
270702013-01-17 David S. Miller <davem@davemloft.net>
27071
27072 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27073
728d7b43
JM
270742013-01-17 Joseph Myers <joseph@codesourcery.com>
27075
27076 [BZ #15023]
27077 * include/complex.h: Condition contents on [!_COMPLEX_H].
27078 (__kernel_casinhf): New prototype.
27079 (__kernel_casinh): Likewise.
27080 (__kernel_casinhl): Likewise.
27081 * math/Makefile (libm_calls): Add k_casinh.
27082 * math/k_casinh.c: New file.
27083 * math/k_casinhf.c: Likewise.
27084 * math/k_casinhl.c: Likewise.
27085 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
27086 finite nonzero arguments.
27087 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
27088 finite nonzero arguments.
27089 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
27090 finite nonzero arguments.
27091 * math/s_casinh.c: Do not include <float.h>.
27092 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
27093 * math/s_casinhf.c: Do not include <float.h>.
27094 (__casinhf): Move code for finite nonzero arguments to
27095 k_casinhf.c.
27096 * math/s_casinhl.c: Do not include <float.h>.
27097 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
27098 redefine.
27099 (__casinhl): Move code for finite nonzero arguments to
27100 k_casinhl.c.
27101 * math/libm-test.inc (cacos_test): Add more tests.
27102 * sysdeps/i386/fpu/libm-test-ulps: Update.
27103 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27104
2a26ef3a
PT
271052013-01-17 Pino Toscano <toscano.pino@tiscali.it>
27106
27107 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
27108 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
27109 [!HAVE_MREMAP]: Remove [defined linux] case.
27110 * malloc/arena.c: Do not include <malloc-sysdep.h>.
27111
a897655d
SP
271122013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
27113
27114 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
27115
881ebe89 271162013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
27117
27118 * elf/elf.h (R_386_SIZE32): New relocation.
27119 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
27120 R_386_SIZE32.
27121 (elf_machine_rela): Likewise.
27122 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
27123 R_X86_64_SIZE64 and R_X86_64_SIZE32.
27124
59981e9b
JM
271252013-01-17 Joseph Myers <joseph@codesourcery.com>
27126
27127 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
27128 (FP_FAST_FMA): Do not define.
27129 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
27130 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
27131 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
27132 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
27133 !_SOFT_FLOAT]: Likewise.
27134 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
27135 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
27136 value.
27137 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
27138 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
27139 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
27140 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
27141 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
27142 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
27143 file.
27144
cfa8054f
AS
271452013-01-16 Andreas Schwab <schwab@suse.de>
27146
27147 [BZ #14327]
27148 * include/stdlib.h (__mktemp): Add declaration.
27149 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
27150 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
27151
dd930cc5
SP
271522013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
27153
881ebe89
SP
27154 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
27155 definitions.
27156 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
27157 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
27158 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
27159 definitions here.
27160 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
27161 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
27162 definitions.
27163 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
27164 and ONE.
27165 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
27166 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
27167 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
27168 definitions.
27169 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
27170 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
27171 definitions.
27172 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 27173
dd930cc5
SP
27174 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
27175
c19a9f89
DM
271762013-01-15 David S. Miller <davem@davemloft.net>
27177
1aa61767
DM
27178 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27179 trunc{,f} to libm-sysdep_routes.
27180 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27181 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
27182 file.
27183 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
27184 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
27185 file.
27186 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
27187 file.
27188 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
27189 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
27190 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
27191 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
27192 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
27193 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
27194 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
27195 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
27196
c42d5e98
DM
27197 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27198 nearbyint{,f} to libm-sysdep_routes.
27199 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27200 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
27201 New file.
27202 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
27203 file.
27204 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
27205 New file.
27206 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
27207 file.
27208 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
27209 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
27210 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
27211 file.
27212 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
27213 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
27214 file.
27215 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
27216 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
27217 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
27218
c19a9f89
DM
27219 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27220 libc_feholdexcept and libc_fesetenv.
27221
357679d2
MF
272222013-01-15 Mike Frysinger <vapier@gentoo.org>
27223
27224 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
27225
65a82e3d
DM
272262013-01-14 David S. Miller <davem@davemloft.net>
27227
8b954ab9
DM
27228 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
27229 (SPARC_ASM_VIS2_IFUNC): Likewise.
27230 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
27231 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
27232 use of 'siam' instruction.
27233 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
27234 Likewise.
27235 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
27236 Likewise.
27237 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
27238 Likewise.
27239 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
27240 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
27241 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
27242 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
27243 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
27244 file.
27245 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
27246 file.
27247 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
27248 file.
27249 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
27250 file.
27251 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
27252 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
27253 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
27254 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
27255 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
27256 new VIS2 routines.
27257 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
27258 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
27259 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
27260 Likewise.
27261 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
27262 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
27263 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
27264 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
27265 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
27266 routines to libm-sysdep_routines.
27267 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
27268
65a82e3d
DM
27269 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
27270 fdim/fdimf to libm-sysdep_routines.
27271 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
27272 file.
27273 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
27274 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
27275 file.
27276 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
27277 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
27278 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
27279 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
27280 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
27281 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
27282 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
27283
e34ab705
SP
272842013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
27285
2a91b573
SP
27286 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
27287 to optimize copies.
27288
1066a534
SP
27289 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
27290 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27291 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27292
e34ab705
SP
27293 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
27294 local variable MPTWO.
27295 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27296 Likewise.
27297
aba5e596
MF
272982013-01-13 Mike Frysinger <vapier@gentoo.org>
27299
27300 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
27301 GLOB_NOESCAPE.
27302
e557e9e5
MF
273032013-01-13 Mike Frysinger <vapier@gentoo.org>
27304
27305 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
27306
0428cec9
MF
273072013-01-13 Mike Frysinger <vapier@gentoo.org>
27308
27309 * manual/pattern.texi (glob_t): Document gl_flags.
27310 (glob64_t): Likewise.
27311
8794a964
DM
273122013-01-11 David S. Miller <davem@davemloft.net>
27313
66438c3f
RM
27314 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
27315 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
27316 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
27317 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
27318 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
27319 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
27320 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
27321 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
27322 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
27323 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
27324 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
27325 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
27326 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
27327
4ae4244d
DM
27328 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27329 sparc V9 rather than using V8 code.
27330 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27331 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27332
8794a964
DM
27333 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
27334 Move to...
27335 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
27336 Here.
27337
6270516e
RM
273382013-01-11 Roland McGrath <roland@hack.frob.com>
27339
27340 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
27341 not in the main loop.
27342 * configure: Regenerated.
27343
6a57d931
JM
273442013-01-11 Joseph Myers <joseph@codesourcery.com>
27345
27346 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
27347 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
27348 to just #else.
27349 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
27350 [!__GLIBC_HAVE_LONG_LONG] case.
27351 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
27352 condition to just #else.
27353 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
27354 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
27355 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
27356 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
27357 unconditional.
27358 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
27359 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27360 #elif condition to just #else.
27361 * sysdeps/unix/sysv/linux/sys/sysmacros.h
27362 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
27363 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
27364 #elif condition to just #else.
27365
0e8529e9
SE
273662013-01-11 Steve Ellcey <sellcey@mips.com>
27367
27368 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
27369 (EF_MIPS_ARCH_64): Fix value.
27370 (EF_MIPS_ARCH_32R2): New.
27371 (EF_MIPS_ARCH_64R2): New.
27372
740b3dbe
L
273732013-01-11 H.J. Lu <hongjiu.lu@intel.com>
27374
27375 * Makeconfig (+link-pie-before-libc): New.
27376 (+link-pie-after-libc): Likewise.
27377 (+link-pie-tests): Likewise.
27378 (+link-pie): Rewritten.
27379 (link-before-libc): Remove $(config-LDFLAGS).
27380 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
27381 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
27382 (config-LDFLAGS): Renamed to ...
27383 (rtld-LDFLAGS): This.
27384 (rtld-tests-LDFLAGS): New macro.
27385 (link-libc-rpath-link): Likewise.
27386 (link-libc-tests-rpath-link): Likewise.
27387 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
27388 (link-libc): Prepand $(link-libc-rpath-link).
27389 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
27390 (test-program-prefix): New macro.
27391 (test-via-rtld-prefix): Likewise.
27392 (test-program-cmd): Likewise.
27393 (host-test-program-cmd): Likewise.
27394 * Makefile ($(common-objpfx)testrun.sh): Replace
27395 $(run-program-prefix) with $(test-program-prefix).
27396 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
27397 $(rtld-LDFLAGS).
27398 ($(common-objpfx)shlib.lds): Likewise.
27399 (build-module-helper): Likewise.
27400 ($(common-objpfx)format.lds): Likewise.
27401 * Rules (binaries-pie-tests): New.
27402 (binaries-pie-notests): Likewise.
27403 (binaries-pie): Rewritten.
27404 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
27405 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
27406 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
27407 (make-test-out): Replace $(host-built-program-cmd) with
27408 $(host-test-program-cmd).
27409 * config.make.in (build-hardcoded-path-in-tests): New variable.
27410 * configure.in (--enable-hardcoded-path-in-tests): New configure
27411 option.
27412 (hardcoded_path_in_tests): New AC_SUBST.
27413 * configure: Regenerated.
27414 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
27415 $(built-program-cmd) with $(test-program-cmd).
27416 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
27417 (test_program_cmd): This.
27418 * elf/Makefile ($(objpfx)order.out): Run test with
27419 $(test-program-prefix).
27420 ($(objpfx)order2.out): Likewise.
27421 ($(objpfx)tst-initorder.out): Likewise.
27422 ($(objpfx)tst-initorder2.out): Likewise.
27423 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
27424 $(test-program-cmd).
27425 ($(objpfx)tst-array1-static.out): Likewise.
27426 ($(objpfx)tst-array2.out): Likewise.
27427 ($(objpfx)tst-array3.out): Likewise.
27428 ($(objpfx)tst-array4.out): Likewise.
27429 ($(objpfx)tst-array5.out): Likewise.
27430 ($(objpfx)tst-array5-static.out): Likewise.
27431 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
27432 $(test-program-cmd).
27433 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
27434 $(run-program-prefix) with $(test-program-prefix).
27435 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
27436 (test_program_prefix): This.
27437 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
27438 $(run-program-prefix) with $(test-program-prefix).
27439 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
27440 (test_program_prefix): This.
27441 * iconvdata/tst-tables.sh: Likewise.
27442 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
27443 $(run-program-prefix) with $(test-program-prefix).
27444 ($(objpfx)tst-translit.out): Likewise.
27445 ($(objpfx)tst-gettext2.out): Likewise.
27446 ($(objpfx)tst-gettext4.out): Likewise.
27447 ($(objpfx)tst-gettext6.out): Likewise.
27448 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
27449 (test_program_prefix): This.
27450 * intl/tst-gettext2.sh: Likewise.
27451 * intl/tst-gettext4.sh Likewise.
27452 * intl/tst-gettext6.sh: Likewise.
27453 * intl/tst-translit.sh: Likewise.
27454 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
27455 with $(test-program-cmd).
27456 * libio/Makefile ($(objpfx)test-freopen.out): Replace
27457 $(run-program-prefix) with $(test-program-prefix).
27458 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
27459 (test_program_prefix): This.
27460 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
27461 $(run-program-prefix) with $(test-program-prefix).
27462 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
27463 (test_program_prefix): This.
27464 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
27465 * posix/Makefile ($(objpfx)globtest.out): Replace
27466 $(run-via-rtld-prefix) and $(test-wrapper) with
27467 $(test-program-prefix) and $(test-via-rtld-prefix).
27468 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
27469 $(test-program-prefix).
27470 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
27471 $(host-test-program-cmd).
27472 (tst-spawn-ARGS): Likewise.
27473 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
27474 $(test-program-prefix).
27475 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
27476 (test_via_rtld_prefix): This.
27477 (test_wrapper): Renamed to ...
27478 (test_program_prefix): This.
27479 (run_program_prefix): Replaced by test_program_prefix.
27480 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
27481 (test_program_prefix): This.
27482 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
27483 with $(host-test-program-cmd).
27484 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
27485 $(run-program-prefix) with $(test-program-prefix).
27486 ($(objpfx)tst-printf.out): Likewise.
27487 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
27488 $(test-program-cmd).
27489 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
27490 (test_program_prefix): This.
27491 * stdio-common/tst-unbputc.sh: Likewise.
27492 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
27493 $(run-program-prefix) with $(test-program-prefix).
27494 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
27495 (test_program_prefix): This.
27496 * string/Makefile ($(objpfx)tst-svc.out): Replace
27497 $(built-program-cmd) with $(test-program-cmd).
27498
c6fe55cf
AJ
274992013-01-11 Andreas Jaeger <aj@suse.de>
27500
27501 [BZ #15003]
27502 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
27503 value. Sync with Linux 3.7.
27504
9e6919c8
DM
275052013-01-10 David S. Miller <davem@davemloft.net>
27506
27507 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
27508 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27509 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27510
1c9f1a02
RM
275112013-01-10 Roland McGrath <roland@hack.frob.com>
27512
27513 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
27514 never set.
27515 * configure: Regenerated.
27516
b9de2dde
DM
275172013-01-10 David S. Miller <davem@davemloft.net>
27518
27519 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
27520 sparc V9 rather than using V8 code.
27521 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
27522 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
27523
e7f68ef4
RM
275242013-01-10 Roland McGrath <roland@hack.frob.com>
27525
27526 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
27527 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
27528 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
27529 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
27530 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
27531 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
27532 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
27533 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
27534 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
27535 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
27536 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
27537 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
27538 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
27539 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
27540 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
27541 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
27542 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
27543 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
27544 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
27545 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
27546 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
27547 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
27548 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
27549 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
27550 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
27551 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
27552 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
27553
5a47cc9c
DM
275542013-01-10 David S. Miller <davem@davemloft.net>
27555
27556 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27557
4cf8f209
L
275582013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27559
27560 * posix/Makefile (tests-static): New variable.
27561 (tests): Add $(tests-static).
27562 (tst-exec-static-ARGS): New variable.
27563 (tst-spawn-static-ARGS): Likewise.
27564 * posix/tst-exec-static.c: New file.
27565 * posix/tst-spawn-static.c: Likewise.
27566 * posix/tst-exec.c: Support run directly.
27567 * posix/tst-spawn.c: Likewise.
27568
fed0faa1
JM
275692013-01-10 Joseph Myers <joseph@codesourcery.com>
27570
828beb13
JM
27571 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
27572 long.
27573 * math/bits/mathcalls.h (llrint): Likewise.
27574 (llround): Likewise.
27575 * stdlib/stdlib.h (struct drand48_data): Likewise.
27576 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
27577 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
27578 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
27579 Likewise.
27580 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
27581 Likewise.
27582 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
27583 (elf_greg_t): Likewise.
27584 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
27585 (__jmp_buf): Likewise.
27586 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
27587 definitions.
27588 (llrint): Likewise, for all definitions.
27589 (llrintl): Likewise.
27590
fed0faa1
JM
27591 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
27592 Remove [__GNUC__] condition.
27593 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
27594 condition to just [__USE_ISOC99].
27595 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
27596
1a20cb20
L
275972013-01-10 H.J. Lu <hongjiu.lu@intel.com>
27598
27599 [BZ #14200]
27600 * sysdeps/unix/sysv/linux/x86/bits/environments.h
27601 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
27602 defined.
27603 (_POSIX_V6_ILP32_OFF32): Likewise.
27604 (_XBS5_ILP32_OFF32): Likewise.
27605 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
27606 (__ILP32_OFFBIG_LDFLAGS): Likewise.
27607
751b85f7
SP
276082013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
27609
7490eb81
SP
27610 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
27611
751b85f7
SP
27612 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
27613 doubles __mpexp_twomm1. Adjust usage.
27614 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
27615 Remove.
27616
988197f0
AS
276172013-01-10 Andreas Schwab <schwab@suse.de>
27618
27619 [BZ #14964]
27620 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
27621 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
27622
e83d7298
DM
276232013-01-09 David S. Miller <davem@davemloft.net>
27624
034ed64b 27625 [BZ #15003]
57f41c40
AS
27626 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
27627 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
27628 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
27629 (TCP_FASTOPEN): Define.
e83d7298
DM
27630 (tcp_repair_opt): New structure.
27631 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
27632 enum values.
57f41c40
AS
27633 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
27634 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
27635 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
27636 (tcp_cookie_transactions): New structure.
27637
d5e0b9bd
AB
276382013-01-09 Anton Blanchard <anton@samba.org>
27639
27640 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
27641 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
27642 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
27643 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
27644
0c07e3ea
JM
276452013-01-09 Joseph Myers <joseph@codesourcery.com>
27646
27647 * include/features.h (__USE_ANSI): Remove.
27648
232f7002
RM
276492013-01-09 Roland McGrath <roland@hack.frob.com>
27650
ad98e30c
RM
27651 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
27652
232f7002
RM
27653 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
27654
950c99ca
SP
276552013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
27656
b5792741
SP
27657 * sysdeps/s390/fpu/libm-test-ulps: Update.
27658
47cf2278
SP
27659 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27660
950c99ca
SP
27661 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
27662 (__acr): Likewise.
27663 (__cpy): Likewise.
27664 (norm): Likewise.
27665 (denorm): Likewise.
27666 (__mp_dbl): Likewise.
27667 (__dbl_mp): Likewise.
27668 (add_magnitudes): Likewise.
27669 (sub_magnitudes): Likewise.
27670 (__add): Likewise.
27671 (__sub): Likewise.
27672 (__mul): Likewise.
27673 (__inv): Likewise.
27674 (__dvd): Likewise.
27675 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
27676 (__acr): Likewise.
27677 (__cpy): Likewise.
27678 (norm): Likewise.
27679 (denorm): Likewise.
27680 (__mp_dbl): Likewise.
27681 (__dbl_mp): Likewise.
27682 (add_magnitudes): Likewise.
27683 (sub_magnitudes): Likewise.
27684 (__add): Likewise.
27685 (__sub): Likewise.
27686 (__mul): Likewise.
27687 (__inv): Likewise.
27688 (__dvd): Likewise.
27689 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
27690 (__acr): Likewise.
27691 (__cpy): Likewise.
27692 (norm): Likewise.
27693 (denorm): Likewise.
27694 (__mp_dbl): Likewise.
27695 (__dbl_mp): Likewise.
27696 (add_magnitudes): Likewise.
27697 (sub_magnitudes): Likewise.
27698 (__add): Likewise.
27699 (__sub): Likewise.
27700 (__mul): Likewise.
27701 (__inv): Likewise.
27702 (__dvd): Likewise.
27703
eede9df9
JM
277042013-01-08 Joseph Myers <joseph@codesourcery.com>
27705
27706 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
27707 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
27708 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
27709 2 && __USE_EXTERN_INLINES]: Likewise.
27710
c40ea3d9
AJ
277112013-01-08 Andreas Jaeger <aj@suse.de>
27712
27713 [BZ# 14985]
27714 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
27715 Remove.
27716 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27717 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
27718
2ccdea26
AB
277192013-01-07 Anton Blanchard <anton@samba.org>
27720
27721 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
27722 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27723 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
27724 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27725 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
27726 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27727 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
27728 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
27729 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
27730 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
27731 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27732 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27733 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
27734 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27735 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
27736 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27737 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27738 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27739 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
27740 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
27741 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
27742 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
27743 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
27744 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
27745 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
27746 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
27747 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27748 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27749 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
27750 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
27751 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
27752 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27753 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
27754 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27755 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27756 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
27757 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27758 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
27759 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
27760 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
27761 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
27762 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27763 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27764
a9708fed
JM
277652013-01-07 Joseph Myers <joseph@codesourcery.com>
27766
375607b9
JM
27767 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
27768 (__MALLOC_PMT): Likewise.
27769 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
27770 [__GNUC__], only on [_LIBC].
27771 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27772 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
27773 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
27774 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
27775 forward declaration.
27776 (realloc_hook_ini): Likewise.
27777 (memalign_hook_ini): Likewise.
27778 (__libc_memalign): Do not use __MALLOC_PMT in variable
27779 declaration.
27780 (__libc_valloc): Likewise.
27781 (__libc_pvalloc): Likewise.
27782 (__libc_calloc): Likewise.
27783 (__posix_memalign): Likewise.
27784
a9708fed
JM
27785 [BZ #14996]
27786 * math/s_casinh.c: Include <float.h>.
27787 (__casinh): Do not do computation with squaring and square root
27788 for large arguments.
27789 * math/s_casinhf.c: Include <float.h>.
27790 (__casinhf): Do not do computation with squaring and square root
27791 for large arguments.
27792 * math/s_casinhl.c: Include <float.h>.
27793 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
27794 (__casinhl): Do not do computation with squaring and square root
27795 for large arguments.
27796 * math/libm-test.inc (casin_test): Add more tests.
27797 (casinh_test): Likewise.
27798 * sysdeps/i386/fpu/libm-test-ulps: Update.
27799 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27800
afec409a
L
278012013-01-04 H.J. Lu <hongjiu.lu@intel.com>
27802
27803 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
27804 (__x86_64_raw_data_cache_size): Likewise.
27805 (__x86_64_data_cache_size_half): Likewise.
27806 (__x86_64_raw_data_cache_size_half): Likewise.
27807 (__x86_64_shared_cache_size): Likewise.
27808 (__x86_64_raw_shared_cache_size): Likewise.
27809 (__x86_64_shared_cache_size_half): Likewise.
27810 (__x86_64_raw_shared_cache_size_half): Likewise.
27811 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
27812 to ...
27813 (__x86_data_cache_size): This.
27814 (__x86_64_raw_data_cache_size): Renamed to ...
27815 (__x86_raw_data_cache_size): This.
27816 (__x86_64_data_cache_size_half): Renamed to ...
27817 (__x86_data_cache_size_half): This.
27818 (__x86_64_raw_data_cache_size_half): Renamed to ...
27819 (__x86_raw_data_cache_size_half): This.
27820 (__x86_64_shared_cache_size): Renamed to ...
27821 (__x86_shared_cache_size): This.
27822 (__x86_64_raw_shared_cache_size): Renamed to ...
27823 (__x86_raw_shared_cache_size): This.
27824 (__x86_64_shared_cache_size_half): Renamed to ...
27825 (__x86_shared_cache_size_half): This.
27826 (__x86_64_raw_shared_cache_size_half): Renamed to ...
27827 (__x86_raw_shared_cache_size_half): This.
27828 * sysdeps/x86_64/memcpy.S: Updated.
27829 * sysdeps/x86_64/memset.S: Likewise.
27830 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
27831 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
27832 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
27833
0b3986d0
DM
278342013-01-04 David S. Miller <davem@davemloft.net>
27835
27836 * sysdeps/sparc/fpu/libm-test-ulps: Update.
27837
e47686e9
AS
278382013-01-04 Andreas Schwab <schwab@linux-m68k.org>
27839
d643bac1
AS
27840 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
27841 1 to avoid redefinition warning.
27842 (__USE_GNU): Don't define.
27843 (init_signaling_nan): Protoize.
27844
e47686e9
AS
27845 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27846
b18decba
SP
278472013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27848
fffb407f
SP
27849 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
27850 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
27851 (__cpymn): Likewise.
27852 (norm): Remove commented code.
27853 (denorm): Likewise.
27854 (__mp_dbl): Likewise.
27855 (__inv): Likewise.
27856 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
27857 (__cpymn): Likewise.
27858 (norm): Remove commented code.
27859 (denorm): Likewise.
27860 (__mp_dbl): Likewise.
27861 (__inv): Likewise.
27862
b18decba
SP
27863 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
27864 mp_no value for 1.0 and 2.0.
27865 (norm): Use RADIXI instead of radixi.d.
27866 (denorm): Likewise.
27867 (__mul): Use 0.0 instead of zero.d.
27868 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
27869 mp_no value for 1.0 and 2.0.
27870 (norm): Use RADIXI instead of radixi.d.
27871 (denorm): Likewise.
27872 (__mul): Use 0.0 instead of zero.d.
27873
cdc1c96f
JM
278742013-01-04 Joseph Myers <joseph@codesourcery.com>
27875
27876 [BZ #14994]
27877 * math/s_casinh.c (__casinh): Reduce finite argument to first
27878 quadrant then set signs of results at the end.
27879 * math/s_casinhf.c (__casinhf): Likewise.
27880 * math/s_casinhl.c (__casinhl): Likewise.
27881 * math/libm-test.inc (casin_test): Add more tests.
27882 (casinh_test): Likewise.
27883 * sysdeps/i386/fpu/libm-test-ulps: Update.
27884 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27885
302913e1
SP
278862013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
27887
6420d207
SP
27888 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
27889
a9e48ab4
SP
27890 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
27891
b7837264
SP
27892 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
27893 declarations.
27894 (denorm): Likewise.
27895 (__mp_dbl): Likewise.
27896 (__inv): Likewise.
27897
f8af25d2
SP
27898 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
27899 and adjust the header comment.
27900
302913e1
SP
27901 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
27902 variable name from declaration.
27903
5d7dd1ca
L
279042013-01-03 H.J. Lu <hongjiu.lu@intel.com>
27905
27906 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27907 Initialize COMMON_CPUID_INDEX_7 element.
27908 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
27909 (CPUID_RTM): Likewise.
27910 (HAS_RTM): Likewise.
27911 (COMMON_CPUID_INDEX_7): New enum.
27912
2f5f40f4
AS
279132013-01-03 Andreas Schwab <schwab@linux-m68k.org>
27914
27915 [BZ #14981]
27916 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
27917 size is zero, record memory as freed.
27918
4056f4a0
AJ
279192013-01-03 Andreas Jaeger <aj@suse.de>
27920
27921 * po/ia.po: Add new Interlingua translation.
27922
ab15736f 279232012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
27924
27925 * locale/programs/localedef.c: Fix description of '--posix' flag.
27926
568035b7
JM
279272013-01-02 Joseph Myers <joseph@codesourcery.com>
27928
e6898b8d
JM
27929 * NEWS: Update dates in second copyright notice.
27930 * README: Update copyright dates in example.
27931 * manual/libc.texinfo: Update copyright dates.
27932 * scripts/test-installation.pl: Update copyright date in --version
27933 output.
27934
0e2f9562
JM
27935 * hurd/ctty-input.c: Fix copyright notice formatting.
27936 * hurd/ctty-output.c: Likewise.
27937 * hurd/dtable.c: Likewise.
27938 * hurd/hurd-raise.c: Likewise.
27939 * hurd/hurdprio.c: Likewise.
27940 * hurd/msgportdemux.c: Likewise.
27941 * misc/sys/file.h: Likewise.
27942 * misc/sys/ioctl.h: Likewise.
27943 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
27944 * sysdeps/mach/hurd/chdir.c: Likewise.
27945 * sysdeps/mach/hurd/fchdir.c: Likewise.
27946 * sysdeps/mach/hurd/rename.c: Likewise.
27947 * sysdeps/mach/hurd/rmdir.c: Likewise.
27948 * sysdeps/mach/hurd/seekdir.c: Likewise.
27949 * sysdeps/mach/hurd/setsid.c: Likewise.
27950 * sysdeps/posix/wait3.c: Likewise.
27951
568035b7
JM
27952 * All files with FSF copyright notices: Update copyright dates
27953 using scripts/update-copyrights.
27954 * intl/plural.c: Regenerated.
27955 * locale/programs/charmap-kw.h: Likewise.
27956 * locale/programs/locfile-kw.h: Likewise.
27957
da08f647
SP
279582013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
27959
0f5477af
SP
27960 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
27961 four values.
27962
44e0d4c2
SP
27963 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
27964 calculation loop and add branch prediction.
27965
4d55b4e5
SP
27966 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
27967 check access beyond bounds of m1np.
27968
da08f647
SP
27969 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
27970 MPTWO.
27971 (__inv): Remove local variable MPTWO to use the global
27972 constant.
27973 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
27974 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
27975 variable MPTWO.
27976 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
27977 MP3HALFS static const.
27978
8e051029
DM
279792013-01-01 David S. Miller <davem@davemloft.net>
27980
27981 * po/ca.po: Update from translation team.
27982
f4cf5f2d
JM
279832013-01-01 Joseph Myers <joseph@codesourcery.com>
27984
27985 * scripts/update-copyrights: New file.
27986 * Makeconfig: Reformat copyright notice.
27987 * ctype/ctype.h: Likewise.
27988 * debug/swprintf_chk.c: Likewise.
27989 * elf/dl-cache.c: Likewise.
27990 * elf/dl-debug.c: Likewise.
27991 * elf/dl-object.c: Likewise.
27992 * grp/initgroups.c: Likewise.
27993 * hurd/Makefile: Likewise.
27994 * hurd/hurd/signal.h: Likewise.
27995 * hurd/hurdfault.c: Likewise.
27996 * hurd/hurdioctl.c: Likewise.
27997 * hurd/hurdlookup.c: Likewise.
27998 * hurd/intr-msg.c: Likewise.
27999 * iconv/gconv_open.c: Likewise.
28000 * libio/swprintf.c: Likewise.
28001 * locale/lc-ctype.c: Likewise.
28002 * locale/nl_langinfo.c: Likewise.
28003 * mach/Machrules: Likewise.
28004 * mach/Makefile: Likewise.
28005 * malloc/obstack.h: Likewise.
28006 * manual/Makefile: Likewise.
28007 * manual/tsort.awk: Likewise.
28008 * misc/bits/stab.def: Likewise.
28009 * nis/nis_print_group_entry.c: Likewise.
28010 * nis/nis_table.c: Likewise.
28011 * nis/nss_compat/compat-pwd.c: Likewise.
28012 * nis/nss_compat/compat-spwd.c: Likewise.
28013 * po/Makefile: Likewise.
28014 * posix/fnmatch.c: Likewise.
28015 * posix/regex.h: Likewise.
28016 * resolv/Makefile: Likewise.
28017 * resolv/nss_dns/dns-network.c: Likewise.
28018 * resolv/res_hconf.c: Likewise.
28019 * scripts/gen-sorted.awk: Likewise.
28020 * soft-fp/soft-fp.h: Likewise.
28021 * stdio-common/printf.h: Likewise.
28022 * stdlib/monetary.h: Likewise.
28023 * stdlib/random.c: Likewise.
28024 * stdlib/random_r.c: Likewise.
28025 * sysdeps/generic/Makefile: Likewise.
28026 * sysdeps/gnu/Makefile: Likewise.
28027 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
28028 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
28029 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
28030 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
28031 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
28032 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
28033 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
28034 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
28035 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
28036 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
28037 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
28038 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
28039 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
28040 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
28041 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
28042 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
28043 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
28044 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
28045 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
28046 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
28047 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
28048 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
28049 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
28050 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
28051 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
28052 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
28053 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
28054 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
28055 * sysdeps/mach/hurd/errnos.awk: Likewise.
28056 * sysdeps/mach/hurd/fork.c: Likewise.
28057 * sysdeps/mach/hurd/getcwd.c: Likewise.
28058 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
28059 * sysdeps/mach/hurd/mmap.c: Likewise.
28060 * sysdeps/mach/hurd/utimes.c: Likewise.
28061 * sysdeps/mach/hurd/xmknod.c: Likewise.
28062 * sysdeps/posix/profil.c: Likewise.
28063 * sysdeps/posix/readdir_r.c: Likewise.
28064 * sysdeps/powerpc/bits/mathdef.h: Likewise.
28065 * sysdeps/powerpc/bits/setjmp.h: Likewise.
28066 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
28067 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
28068 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
28069 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
28070 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
28071 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
28072 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
28073 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
28074 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
28075 * sysdeps/pthread/lio_listio.c: Likewise.
28076 * sysdeps/sparc/dl-procinfo.h: Likewise.
28077 * sysdeps/unix/i386/sysdep.S: Likewise.
28078 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
28079 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
28080 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
28081 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
28082 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
28083 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
28084 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
28085 * sysdeps/unix/sysv/linux/speed.c: Likewise.
28086 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
28087 * sysdeps/wordsize-32/divdi3.c: Likewise.
28088 * time/sys/time.h: Likewise.
28089 * wcsmbs/Makefile: Likewise.
28090
0549fbba
DM
280912013-01-01 David S. Miller <davem@davemloft.net>
28092
a141f1a7
DM
28093 * po/fr.po: Update from translation team.
28094
0549fbba
DM
28095 * catgets/gencat.c: Update copyright year.
28096 * csu/version.c: Likewise.
28097 * debug/catchsegv.sh: Likewise.
28098 * debug/pcprofiledump.c: Likewise.
28099 * debug/xtrace.sh: Likewise.
28100 * elf/ldconfig.c: Likewise.
28101 * elf/ldd.bash.in: Likewise.
28102 * elf/pldd.c: Likewise.
28103 * elf/sotruss.ksh: Likewise.
28104 * elf/sprof.c: Likewise.
28105 * iconv/iconv_prog.c: Likewise.
28106 * iconv/iconvconfig.c: Likewise.
28107 * locale/programs/locale.c: Likewise.
28108 * locale/programs/localedef.c: Likewise.
28109 * login/programs/pt_chown.c: Likewise.
28110 * malloc/memusage.sh: Likewise.
28111 * malloc/memusagestat.c: Likewise.
28112 * malloc/mtrace.pl: Likewise.
28113 * nscd/nscd.c: Likewise.
28114 * nss/getent.c: Likewise.
28115 * nss/makedb.c: Likewise.
28116 * posix/getconf.c: Likewise.
28117
18ea052c
SP
281182012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
28119
28120 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
28121 numbers.
28122
9c89fca6
MF
281232012-12-30 Mike Frysinger <vapier@gentoo.org>
28124
28125 * math/bits/mathcalls.h (modf): Use __nonnull.
28126
085ec079
SP
281272012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
28128
28129 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
28130 (split): Use macro CN instead of the bare value.
28131 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
28132 could be used.
28133 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
28134 instead of the bare value.
28135 (power1): Likewise.
28136
6d9f97e1
SP
281372012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28138
d63f73be
SP
28139 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
28140 __ATAN_TWOM.
28141 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28142
6d9f97e1
SP
28143 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
28144 their values.
28145 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
28146 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
28147 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
28148 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
28149
4c4febf5
AJ
281502012-12-28 Andreas Jaeger <aj@suse.de>
28151
af5843ef
AJ
28152 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
28153 values are from Linux 3.7.
28154
4c4febf5
AJ
28155 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
28156 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
28157
99136f82
SP
281582012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28159
2f216c3c 28160 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
28161 TRUE case.
28162
99136f82
SP
28163 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
28164 (norm): Likewise.
28165 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
28166 variables with preprocessor constants.
28167 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
28168 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
28169 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
28170
7fffbdff
BH
281712012-12-27 Bruno Haible <bruno@clisp.org>
28172
28173 [BZ #14317]
28174 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
28175 only if needed.
28176
b76eb5f0
SP
281772012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28178
31a7fe5c
SP
28179 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
28180 and use variable directly.
28181 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
28182
b76eb5f0
SP
28183 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
28184 MPONE.
28185 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
28186 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
28187 variable MPONE.
28188 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
28189 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
28190 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
28191 include directive. Remove local variable MPONE.
28192 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
28193 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
28194 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28195
2c8bfe7d
DM
281962012-12-25 David S. Miller <davem@davemloft.net>
28197
28198 * version.h (RELEASE): Set to "development".
28199 (VERSION): Set to "2.17.90".
28200 * NEWS: Add 2.18 section.
28201
147d03b0
DM
282022012-12-21 David S. Miller <davem@davemloft.net>
28203
28204 * po/hr.po: Update from translation team.
28205
a8ebb2b9
AK
282062012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
28207
28208 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
28209
95b4f1b6
SE
282102012-12-19 Steve Ellcey <sellcey@mips.com>
28211
b2d94007 28212 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 28213
cedb2a90
MS
282142012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
28215
28216 * manual/contrib.texi (Contributors): Spelling correction.
28217
bbf527d6
DM
282182012-12-15 David S. Miller <davem@davemloft.net>
28219
28220 * po/ru.po: Update from translation team.
28221
bc38c906
DM
282222012-12-13 David S. Miller <davem@davemloft.net>
28223
85429b1a
DM
28224 * NEWS: Mention IFUNC testsuite enhancements.
28225
d283e353
DM
28226 * po/pl.po: Update from translation team.
28227 * po/bg.po: Likewise.
28228
bc38c906
DM
28229 * manual/contrib.texi (Contributors): Update entries for Hongjiu
28230 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
28231
a181b0d7
DM
282322012-12-11 David S. Miller <davem@davemloft.net>
28233
4641d57e
DM
28234 * po/sv.po: Update from translation team.
28235
f7bc6495
DM
28236 * po/vi.po: Update from translation team.
28237
6fc9048f
DM
28238 * po/cs.po: Update from translation team.
28239
a181b0d7
DM
28240 * po/de.po: Update from translation team.
28241 * po/eo.po: Likewise.
28242 * po/nl.po: Likewise.
28243
f70bfe80
SP
282442012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
28245
3c8b4190
SP
28246 [BZ #14246]
28247 * manual/argp.texi (Argp Helper Functions): Move node to follow
28248 Argp Parsing State.
28249
f70bfe80
SP
28250 [BZ #14872]
28251 * manual/conf.texi (Limits on File System Capacity): Mention if
28252 terminating null is included in the max size.
28253
188f0adf
AJ
282542012-12-10 Andreas Jaeger <aj@suse.de>
28255
28256 * po/cs.po: Update from translation team.
28257
56e7d3ad
SP
282582012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
28259
28260 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
28261 void pointer and cast to uintptr_t.
28262 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
28263 path.
28264 * sysdeps/s390/s390-64/memcpy.S: Likewise.
28265 * sysdeps/s390/s390-64/memset.S: Likewise.
28266
76f2d2ea 282672012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
28268
28269 [BZ #14833]
28270 * menual/message.texi (Message Translation): Fix typos.
28271 (Helper programs for gettext): Likewise.
28272
67cbf9a2
AS
282732012-12-07 Andreas Schwab <schwab@linux-m68k.org>
28274
28275 [BZ #14898]
28276 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
28277 Change to -1.
28278
682d0e9a
DM
282792012-12-07 David S. Miller <davem@davemloft.net>
28280
28281 * po/libc.pot: Update.
28282
573cd484
RH
282832012-12-07 Richard Henderson <rth@redhat.com>
28284
7e9da188 28285 [BZ #10114]
573cd484
RH
28286 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
28287 normal/normal case to before the switch.
28288 (_FP_DIV): Likewise.
28289
e933a943
MF
282902012-12-06 Carlos O'Donell <carlos@systemhalted.org>
28291 Mike Frysinger <vapier@gentoo.org>
28292
28293 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
28294 check for __NR_fadvise64_64.
28295
82123268
CM
282962012-12-06 Chris Metcalf <cmetcalf@tilera.com>
28297
28298 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
28299 0, not just to plain "0" as a statement.
28300 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
28301 with cw.
28302
d9814526
JM
283032012-12-06 Joseph Myers <joseph@codesourcery.com>
28304
28305 * NEWS: Use sourceware.org in Bugzilla URL.
28306
7728c574
SP
283072012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
28308
f16946dd
SP
28309 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
28310 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28311
5704bbcb
SP
28312 * stdio-common/tst-put-error.c (do_test): Add newline to the
28313 padded test to ensure flush.
28314
17aa0516
JL
283152012-12-05 Jeff Law <law@redhat.com>
28316
28317 * sunrpc/etc.rpc (fedfs_admin): Add entry.
28318
363313b5
JM
283192012-12-05 Joseph Myers <joseph@codesourcery.com>
28320
effbd42a
JM
28321 * README: Don't refer to ports add-on as distributed separately.
28322 Mention AArch64 in list of systems supported in the ports add-on.
28323
87600365
JM
28324 * LICENSES: Add more non-FSF copyright and license notices.
28325
a0d7066a
JM
28326 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
28327 ((unused)).
28328
66ca5a5b
JM
28329 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
28330
363313b5
JM
28331 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
28332 10000 as width of padded output.
28333
b37984ad
JM
283342012-12-04 Joseph Myers <joseph@codesourcery.com>
28335
9003570a
JM
28336 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
28337
b37984ad
JM
28338 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
28339 variable LX with __attribute__ ((unused)).
28340 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
28341 Likewise.
28342 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
28343 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
28344 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
28345 with __attribute__ ((unused)).
28346
c8df52ec
DM
283472012-12-04 David S. Miller <davem@abraco.davemloft.net>
28348
28349 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
28350
b3b099af
JM
283512012-12-04 Joseph Myers <joseph@codesourcery.com>
28352
c33aa6e3
JM
28353 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
28354 (CFLAGS-nldbl-acos.c): New variable.
28355 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
28356 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
28357 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
28358 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
28359 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
28360 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
28361 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
28362 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
28363 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
28364 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
28365 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
28366 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
28367 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
28368 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
28369 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
28370 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
28371 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
28372 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
28373 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
28374 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
28375 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
28376 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
28377 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
28378 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
28379 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
28380 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
28381 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
28382 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
28383 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
28384 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
28385 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
28386 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
28387 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
28388 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
28389 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
28390 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
28391 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
28392 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
28393 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
28394 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
28395 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
28396 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
28397 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
28398 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
28399 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
28400 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
28401 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
28402 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
28403 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
28404 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
28405 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
28406 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
28407 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
28408 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
28409 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
28410 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
28411 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
28412 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
28413 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
28414 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
28415 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
28416 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
28417 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
28418 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
28419 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
28420 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
28421 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
28422 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
28423 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
28424 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
28425 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
28426 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
28427 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
28428 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
28429 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
28430 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
28431 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
28432 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
28433 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
28434 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
28435 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
28436 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
28437 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
28438 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
28439 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
28440 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
28441 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
28442 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
28443 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
28444 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
28445 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
28446 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
28447 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
28448 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
28449 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
28450 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
28451 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
28452
20f0018d
JM
28453 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
28454 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
28455
b3b099af
JM
28456 [BZ #14914]
28457 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
28458 whole low double instead of just low 47 bits when splitting values
28459 into two parts.
28460
029264d1
AM
284612012-12-03 Allan McRae <allan@archlinux.org>
28462
28463 * manual/stdio.texi (Predefined Printf Handlers): Remove
28464 @hsep and @vsep usage.
28465
c9d6789e
MF
284662012-12-03 Mike Frysinger <vapier@gentoo.org>
28467
28468 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
28469 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
28470
4b7634a5
JL
284712012-12-03 Jeff Law <law@redhat.com>
28472
28473 * time/sys/time.h (settimeofday): Do not mark TV argument
28474 as __nonnull.
28475
eb6cbd24
MF
284762012-12-01 Mike Frysinger <vapier@gentoo.org>
28477
28478 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
28479 when currently writing and seek to current position when not.
28480 * libio/Makefile (tests): Remove bug-fclose1.
28481 * libio/bug-fclose1.c: Delete.
28482
f638872a
JM
284832012-12-01 Joseph Myers <joseph@codesourcery.com>
28484
28485 * manual/arith.texi (feenableexcept): Fix typo.
28486 (fedisableexcept): Likewise.
28487
48085d14
RM
284882012-11-30 Roland McGrath <roland@hack.frob.com>
28489
28490 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
28491 second, differently-typed declaration, rather than a cast.
28492
1a538b9f
SP
284932012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
28494
28495 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
28496 * include/rpc/svc.h: ... here.
28497
d07f2ff1 284982012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
28499
28500 [BZ #13013]
28501 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
28502 depending n and resplen2 to catch cases where answer
28503 equals answerp2.
28504
c93ec1f0
CD
285052012-11-29 Carlos O'Donell <carlos@systemhalted.org>
28506
28507 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
28508 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
28509
37db69de
MF
285102012-11-29 Mike Frysinger <vapier@gentoo.org>
28511
28512 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
28513
e10c4e4f
RM
285142012-11-29 Roland McGrath <roland@hack.frob.com>
28515
28516 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
28517
2af1b328
JL
285182012-11-28 Jeff Law <law@redhat.com>
28519
28520 [BZ #13761]
28521 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
28522 dataset_temporary. Track alloca usage into alloca_used.
28523 If dataset is large allocate and release it via malloc/free.
28524
111db5b1
FW
285252012-06-04 Florian Weimer <fweimer@redhat.com>
28526
f06cc227 28527 [BZ #14197]
111db5b1
FW
28528 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
28529
dd694abd
DM
285302012-11-28 David S. Miller <davem@davemloft.net>
28531
28532 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28533
9984dd01
JM
285342012-11-28 Joseph Myers <joseph@codesourcery.com>
28535
28536 [BZ #14803]
28537 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
28538 of pi/2 rounded to nearest to 64 bits.
28539 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
28540 nearest to 64 bits.
28541 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
28542 bits.
28543
14bc93a9
JL
285442012-11-28 Jeff Law <law@redhat.com>
28545 Martin Osvald <mosvald@redhat.com>
28546
28547 [BZ #14889]
28548 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
28549 * sunrpc/svc.c: Include time.h.
28550 (__svc_accept_failed): New function.
28551 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
28552 any reason other than EINTR, call __svc_accept_failed.
28553 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
28554 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
28555
e3c6aa3a
AS
285562012-11-28 Andreas Schwab <schwab@suse.de>
28557
28558 * scripts/abilist.awk: Also handle indirect functions in .opd
28559 section.
28560
1bead169
JM
285612012-11-28 Joseph Myers <joseph@codesourcery.com>
28562
28563 [BZ #13881]
28564 * sysdeps/x86/fpu/powl_helper.c: New file.
28565 * sysdeps/x86/fpu/Makefile: Likewise.
28566 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
28567 (p3): New object.
28568 (__ieee754_powl): Use __powl_helper for finite arguments except
28569 integer exponents below 8.
28570 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
28571 (p3): New object.
28572 (__ieee754_powl): Use __powl_helper for finite arguments except
28573 integer exponents below 8.
28574 * math/libm-test.inc (pow_test): Add more tests and enable some
28575 previously disabled tests.
28576 * sysdeps/i386/fpu/libm-test-ulps: Update.
28577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28578
0817d63d
SP
285792012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
28580 Carlos O'Donell <carlos_odonell@mentor.com>
28581
28582 * nss/makedb.c (is_prime): Assert that input is odd and greater
28583 than 4. Note that fact in a comment too.
28584 (next_prime): Add 4 to input.
28585
de2fd463
SP
285862012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
28587
28588 [BZ #11741]
28589 * libio/Makefile (tests): Add test case tst-fwrite-error.
28590 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
28591 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
28592 * libio/tst-fwrite-error.c: New test case.
28593
c515fb51
L
285942012-11-26 H.J. Lu <hongjiu.lu@intel.com>
28595
28596 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
28597 before casting to void *.
28598 * include/libc-internal.h (__pointer_type): New macro.
28599 (__integer_if_pointer_type_sub): Likewise.
28600 (__integer_if_pointer_type): Likewise.
28601 (cast_to_integer): Likewise.
28602 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
28603 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
28604 before casting to atomic64_t.
28605 (atomic_exchange_acq): Likewise.
28606 (__arch_exchange_and_add_body): Likewise.
28607 (__arch_add_body): Likewise.
28608 (atomic_add_negative): Likewise.
28609 (atomic_add_zero): Likewise.
28610
4cf77aa9
JM
286112012-11-26 Joseph Myers <joseph@codesourcery.com>
28612
28613 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
28614 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
28615 (add_fdes): Likewise.
28616 (linear_search_fdes): Likewise.
28617 (binary_search_unencoded_fdes): Likewise.
28618
d260b3b4
AS
286192012-11-26 Andreas Schwab <schwab@linux-m68k.org>
28620
28621 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
28622
67060746
AC
286232012-11-24 Adam Conrad <adconrad@0c3.net>
28624
28625 * configure.in: Autodetect C++ header directories.
28626 * configure: Regenerated.
28627
800938a1
MF
286282012-11-23 Mike Frysinger <vapier@gentoo.org>
28629
28630 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
28631
4e6e34e6
AS
286322012-11-23 Andreas Schwab <schwab@linux-m68k.org>
28633
28634 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28635
7c7feb47
JM
286362012-11-22 Joseph Myers <joseph@codesourcery.com>
28637
7184dcdf
JM
28638 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
28639 LDBL_MANT_DIG == 106]: Disable some tests.
28640 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28641 Likewise.
28642 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
28643 Likewise.
28644
0a42601f
JM
28645 [BZ #14871]
28646 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
28647 input for small inputs. Return +/- pi/2 for large inputs.
28648 * math/libm-test.inc (atan_test): Add more tests.
28649
79c9b9fe
JM
28650 * sysdeps/generic/unwind-dw2-fde-glibc.c
28651 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
28652 __attribute__ ((unused)).
28653
c60d3bf2
JM
28654 [BZ #14645]
28655 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
28656 x * y if x and y are nonzero and z is zero.
28657
ef1e0867
JM
28658 [BZ #14811]
28659 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
28660 nonzero exponents with absolute value below 0x1p-117 to +/-
28661 0x1p-117.
28662
1468ded3
JM
28663 [BZ #14869]
28664 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
28665 up arguments below 2**-450, not just those below 2**-500.
28666 * math/libm-test.inc (hypot_test): Add another test.
28667
8e27e3cc
JM
28668 [BZ #14868]
28669 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
28670 Return a+b for ratio over 2**120, not 2**60.
28671 * math/libm-test.inc (hypot_test): Add another test.
28672
c9c0279b
JM
28673 * math/libm-test.inc (clog_test): Use
28674 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
28675 (clog10_test): Likewise.
28676
7c7feb47
JM
28677 [BZ #6778]
28678 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
28679
fff1530e
AS
286802012-11-22 Andreas Schwab <schwab@suse.de>
28681
28682 * sysdeps/i386/fpu/libm-test-ulps: Update.
28683
94558d30
PT
286842012-11-22 Pino Toscano <toscano.pino@tiscali.it>
28685
28686 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
28687 printf output with newline.
28688
7e1be741
L
286892012-11-21 H.J. Lu <hongjiu.lu@intel.com>
28690
6bfea974
L
28691 [BZ #14865]
28692 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
28693 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
28694 -z nodlopen, -z initfirst and -z execstack support.
28695 * configure: Regenerated.
28696
7e1be741
L
28697 * elf/elf.h (DF_1_NODIRECT): New macro.
28698 (DF_1_IGNMULDEF): Likewise.
28699 (DF_1_NOKSYMS): Likewise.
28700 (DF_1_NOHDR): Likewise.
28701 (DF_1_EDITED): Likewise.
28702 (DF_1_NORELOC): Likewise.
28703 (DF_1_SYMINTPOSE): Likewise.
28704 (DF_1_GLOBAUDIT): Likewise.
28705 (DF_1_SINGLETON): Likewise.
28706 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
28707 DT_1_SUPPORTED_MASK bits.
28708 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
28709
105ce2ce
CD
287102012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
28711
28712 * sysdeps/unix/make-syscalls.sh: Document prefixes.
28713
123be9de
TS
287142012-11-20 Thomas Schwinge <thomas@codesourcery.com>
28715
d072f3f7
TS
28716 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
28717 macro.
28718
123be9de
TS
28719 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
28720 (sendmmsg): Move declarations...
28721 * socket/sys/socket.h: ... here.
28722 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
28723 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
28724 include it from...
28725 * socket/recvmmsg.c: ... this new file.
28726 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
28727 (sendmmsg): Rename to __sendmmsg, create weak alias and make
28728 definition of __sendmmsg hidden.
28729 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
28730 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
28731 Move ENOSYS stub into and include it from...
28732 * socket/sendmmsg.c: ... this new file.
28733 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
28734 (sysdep_routines): Move recvmmsg and sendmmsg...
28735 * socket/Makefile (routines): ... here.
28736 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
28737 (GLIBC_PRIVATE): Add __sendmmsg.
28738 * include/sys/socket.h (__sendmmsg): Add declarations.
28739 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
28740 sendmmsg.
28741
cf9a5d18
JM
287422012-11-20 Joseph Myers <joseph@codesourcery.com>
28743
28744 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
28745 variable I1 with __attribute__ ((unused)).
28746 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
28747
ecd4caf9
JM
287482012-11-19 Joseph Myers <joseph@codesourcery.com>
28749
be14d48f
JM
28750 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
28751 DUMMY variables with __attribute__ ((unused)).
28752
ecd4caf9
JM
28753 * bits/byteswap.h: Include <bits/types.h>.
28754 (__bswap_64): Use __uint64_t instead of unsigned long long int.
28755
986cab95
PT
287562012-11-19 Pino Toscano <toscano.pino@tiscali.it>
28757
28758 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
28759 string_t. Do not manually set errno.
28760 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
28761 length with __strnlen. Make sure to both set errno and return it on
28762 failure.
28763
6d33cc9d
DM
287642012-11-19 David S. Miller <davem@davemloft.net>
28765
28766 With help from Joseph Myers.
28767 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
28768 very large arguments properly.
28769 * math/libm-test.inc (atan_test): New tests.
28770 (atan2_test): New tests.
28771 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28772 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
28773
ee663277
JM
287742012-11-19 Joseph Myers <joseph@codesourcery.com>
28775
877f2d8e
JM
28776 [BZ #14856]
28777 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
28778 Define to 3.
28779
116fc08a
JM
28780 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
28781 [POSIX] (EADDRNOTAVAIL): Likewise.
28782 [POSIX] (EAFNOSUPPORT): Likewise.
28783 [POSIX] (EALREADY): Likewise.
28784 [POSIX] (ECONNABORTED): Likewise.
28785 [POSIX] (ECONNREFUSED): Likewise.
28786 [POSIX] (ECONNRESET): Likewise.
28787 [POSIX] (EDESTADDRREQ): Likewise.
28788 [POSIX] (EDQUOT): Likewise.
28789 [POSIX] (EHOSTUNREACH): Likewise.
28790 [POSIX] (EIDRM): Likewise.
28791 [POSIX] (EISCONN): Likewise.
28792 [POSIX] (ELOOP): Likewise.
28793 [POSIX] (EMULTIHOP): Likewise.
28794 [POSIX] (ENETDOWN): Likewise.
28795 [POSIX] (ENETUNREACH): Likewise.
28796 [POSIX] (ENOBUFS): Likewise.
28797 [POSIX] (ENODATA): Likewise.
28798 [POSIX] (ENOLINK): Likewise.
28799 [POSIX] (ENOMSG): Likewise.
28800 [POSIX] (ENOPROTOOPT): Likewise.
28801 [POSIX] (ENOSR): Likewise.
28802 [POSIX] (ENOSTR): Likewise.
28803 [POSIX] (ENOTCONN): Likewise.
28804 [POSIX] (ENOTSOCK): Likewise.
28805 [POSIX] (EOPNOTSUPP): Likewise.
28806 [POSIX] (EOVERFLOW): Likewise.
28807 [POSIX] (EPROTO): Likewise.
28808 [POSIX] (EPROTONOSUPPORT): Likewise.
28809 [POSIX] (EPROTOTYPE): Likewise.
28810 [POSIX] (ESTALE): Likewise.
28811 [POSIX] (ETIME): Likewise.
28812 [POSIX] (ETXTBSY): Likewise.
28813 [POSIX] (EWOULDBLOCK): Likewise.
28814 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
28815 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
28816 [POSIX] (SEEK_CUR): Likewise.
28817 [POSIX] (SEEK_END): Likewise.
28818 [POSIX || UNIX98] (mode_t): Do not require.
28819 [POSIX] (off_t): Likewise.
28820 [POSIX] (pid_t): Likewise.
28821 [POSIX] (sys/stat.h): Do not allow header.
28822 [POSIX] (unistd.h): Likewise.
28823 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
28824 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
28825 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
28826 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
28827 require.
28828 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
28829 sigevent): Specify elements.
28830 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
28831 entry.
28832 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
28833 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
28834
a483863f
JM
28835 * conform/data/cpio.h-data [POSIX]: Disable whole file.
28836 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
28837 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
28838 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
28839 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
28840 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
28841 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
28842 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
28843 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
28844 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
28845 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
28846 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
28847 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
28848 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
28849 Likewise.
28850 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
28851 Likewise.
28852 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
28853 Likewise.
28854 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
28855 Likewise.
28856 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
28857 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
28858 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
28859 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
28860 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
28861 Specify lower bound on value.
28862 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
28863 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
28864 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
28865 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
28866 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
28867 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
28868 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
28869 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
28870 value.
28871 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
28872 as optional.
28873 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
28874 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
28875 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
28876 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
28877 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
28878 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
28879 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
28880 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
28881 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
28882 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
28883 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
28884 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
28885 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
28886 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
28887 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
28888 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
28889 entry.
28890 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
28891 optional.
28892 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
28893 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
28894 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
28895 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
28896 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
28897 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
28898 Likewise.
28899 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
28900 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
28901 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
28902 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
28903 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
28904 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
28905 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
28906 as optional.
28907 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
28908 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
28909 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
28910 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
28911 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
28912 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
28913 specify as optional.
28914 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
28915 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
28916 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
28917 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
28918 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
28919 [XPG3] (NL_LANGMAX): Likewise.
28920 [POSIX || XPG3] (NL_MSGMAX): Likewise.
28921 [POSIX || XPG3] (NL_NMAX): Likewise.
28922 [POSIX || XPG3] (NL_SETMAX): Likewise.
28923 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
28924 [XPG3] (NZERO): Likewise.
28925 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
28926 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
28927 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
28928 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
28929 (REG_ERANGE): Expect.
28930 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
28931 optional-constant.
28932 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
28933 Use (void) in prototype.
28934 [POSIX] (*_t): Allow.
28935 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
28936 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
28937 (WRDE_BADVAL): Expect.
28938
5ba924e3
JM
28939 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
28940 expect.
28941 [XPG3 || XPG4] (O_RSYNC): Likewise.
28942 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
28943 Likewise.
28944 [XPG3 || XPG4] (pthread_sigmask): Likewise.
28945 [XPG3 || XPG4] (sigqueue): Likewise.
28946 [XPG3 || XPG4] (sigtimedwait): Likewise.
28947 [XPG3 || XPG4] (sigwaitinfo): Likewise.
28948 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
28949 [XPG3 || XPG4] (vsnprintf): Likewise.
28950 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
28951 Likewise.
28952 [XPG3 || XPG4] (blksize_t): Likewise.
28953 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
28954 Likewise.
28955 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
28956 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
28957 [XPG3 || XPG4] (struct itimerspec): Likewise.
28958 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
28959 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
28960 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
28961 [XPG3 || XPG4] (clockid_t): Likewise.
28962 [XPG3 || XPG4] (timer_t): Likewise.
28963 [XPG3 || XPG4] (clock_getres): Likewise.
28964 [XPG3 || XPG4] (clock_gettime): Likewise.
28965 [XPG3 || XPG4] (clock_settime): Likewise.
28966 [XPG3 || XPG4] (nanosleep): Likewise.
28967 [XPG3 || XPG4] (timer_create): Likewise.
28968 [XPG3 || XPG4] (timer_delete): Likewise.
28969 [XPG3 || XPG4] (timer_gettime): Likewise.
28970 [XPG3 || XPG4] (timer_getoverrun): Likewise.
28971 [XPG3 || XPG4] (timer_settime): Likewise.
28972 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
28973 [XPG3 || XPG4] (getlogin_r): Likewise.
28974 [XPG3 || XPG4] (pread): Likewise.
28975 [XPG3 || XPG4] (pthread_atfork): Likewise.
28976 [XPG3 || XPG4] (pwrite): Likewise.
28977
ee663277
JM
28978 [BZ #14835]
28979 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
28980 <bits/siginfo.h>.
28981
942caa16
PT
289822012-11-19 Pino Toscano <toscano.pino@tiscali.it>
28983
e19af380
PT
28984 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
28985 finalizing MALLSTREAM.
28986
942caa16
PT
28987 * sysdeps/mach/hurd/syncfs.c: New file.
28988
cfde9b46
SP
289892012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
28990
28991 [BZ #14719]
28992 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
28993 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
28994 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
28995 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
28996 (_nss_dns_gethostbyname4_r): Likewise.
28997 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
28998 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
28999
f6da27e5
PH
290002012-11-19 Peng Haitao <penght@cn.fujitsu.com>
29001
29002 [BZ #13763]
29003 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
29004
6665d4a2
SM
290052012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
29006
1f51ee92
SM
29007 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
29008 * elf/cache.c (print_entry): Print ",AArch64" for
29009 FLAG_AARCH64_LIB64
29010
6665d4a2
SM
29011 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
29012 * elf/cache.c (print_entry): Print ",hard-float" for
29013 FLAG_ARM_LIBHF.
29014
05b227bd
DM
290152012-11-18 David S. Miller <davem@davemloft.net>
29016
29017 With help from Joseph Myers.
29018 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
29019 cutoff to 2**-13.
29020 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
29021 cutoff to 2**-25.
29022 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
29023 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
29024 small.
29025 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
29026 * math/libm-test.inc (y0_test): New tests.
29027 (y1_test): New tests.
29028 * sysdeps/i386/fpu/libm-test-ulps: Update.
29029 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29030 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29031
786b0b67
AS
290322012-11-18 Andreas Schwab <schwab@linux-m68k.org>
29033
29034 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
29035 64-bit targets.
29036 * configure: Regenerated.
29037
8e18b86d
DM
290382012-11-17 David S. Miller <davem@davemloft.net>
29039
29040 [BZ #14811]
29041 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
29042 nonzero exponents with absolute value below 0x1p-128 to +/-
29043 0x1p-128.
29044
531f1ae0
JM
290452012-11-17 Joseph Myers <joseph@codesourcery.com>
29046
12df29e2
JM
29047 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
29048
150dc1a0
JM
29049 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
29050
531f1ae0
JM
29051 * posix/getconf-speclist.c: New file.
29052 * posix/posix-envs.def: Likewise.
29053 * posix/confstr.c (START_ENV_GROUP): New macro.
29054 (END_ENV_GROUP): Likewise.
29055 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29056 (KNOWN_PRESENT_ENV_STRING): Likewise.
29057 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29058 (UNKNOWN_ENVIRONMENT): Likewise.
29059 (confstr): Include posix-envs.def instead of handling
29060 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
29061 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
29062 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
29063 (END_ENV_GROUP): Likewise.
29064 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
29065 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
29066 (UNKNOWN_ENVIRONMENT): Likewise.
29067 (__sysconf): Include posix-envs.def instead of handling associated
29068 cases directly here.
29069 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
29070 preprocessing getconf-speclist.c rather than running getconf or
29071 generating empty file.
29072
a93f9cbc
PT
290732012-11-16 Pino Toscano <toscano.pino@tiscali.it>
29074
29075 * scripts/check-local-headers.sh: Ignore 'mach' headers.
29076
d64d9f87
AL
290772012-11-16 Andrej Lajovic <natrij@gmail.com>
29078
29079 [BZ #14672]
29080 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
29081
447885eb
DM
290822012-11-16 David S. Miller <davem@davemloft.net>
29083
29084 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
29085 smaller than LDBL_EPSILON/2.0L, just return xm1.
29086
bcbf9830
L
290872012-11-16 H.J. Lu <hongjiu.lu@intel.com>
29088
29089 * elf/tst-array1.c (init): Set constructor priority to 1000.
29090 (fini): Set destructor priority to 1000.
29091 * elf/tst-array2dep.c: Likewise.
29092
2b766585
SP
290932012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29094
29095 [BZ #11741]
29096 * libio/fileops.c (_IO_new_file_write): Correctly return error.
29097 (_IO_new_file_xsputn): Also return EOF if none of the input
29098 data was written when overflow failed.
29099 * libio/iopadn.c (_IO_padn): Likewise.
29100 * libio/iowpadn.c (_IO_wpadn): Likewise.
29101 * stdio-common/tst-put-error.c: Add copyright notice.
29102 (do_test): Add case for printing padded string.
29103 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
29104 _IO_padn returned error.
29105 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
29106 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
29107 return EOF.
29108
b1848fde
SP
291092012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29110
29111 * libio/libioP.h: Add comment note that the references to C++
29112 bits are now obsolete.
29113
2fd89785
MS
291142012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29115
29116 * math/libm-test.inc (check_complex): Use asprintf.
29117
e3ea5409
JM
291182012-11-14 Joseph Myers <joseph@codesourcery.com>
29119
29120 * debug/pcprofiledump.c (print_version): Update copyright year.
29121 * malloc/memusagestat.c (print_version): Likewise.
29122
2e64d265
L
291232012-11-14 H.J. Lu <hongjiu.lu@intel.com>
29124
29125 [BZ #14831]
29126 * elf/Makefile (tests): Add tst-audit8.
29127 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
29128 ($(objpfx)tst-audit8.out): New target.
29129 (tst-audit8-ENV): New variable.
29130 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
29131 audit if l_reloc_result is NULL.
29132 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
29133 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
29134 * elf/tst-audit8.c: New file.
29135
c485e4d2
MS
291362012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29137
29138 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
29139 * misc/Makefile (CFLAGS-select.c): Define.
29140 * posix/Makefile (CFLAGS-pause.c): Define.
29141
3a0d900a
DM
291422012-11-13 David S. Miller <davem@davemloft.net>
29143
29144 * crypt/Makefile: Move test targets after toplevel Rules
29145 inclusion. Grab any necessary sysdep routines when linking.
29146 * crypt/md5.c (md5_process_block): Remove define, we will always
29147 name it __md5_process_block.
29148 (md5_finish_ctx): Update md5_process_block call.
29149 (md5_stream): Likewise.
29150 (md5_process_bytes): Likewise.
29151 (md5_process_block): Rename to __md5_process_block and move to ...
29152 * crypt/md5-block.c: ... here.
29153 * crypt/sha256.c (sha256_process_block): Move to ...
29154 * crypt/sha256-block.c: ... here.
29155 * crypt/sha512.c (sha512_process_block): Move to ...
29156 * crypt/sha512-block.c: ... here.
29157 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
29158 path.
29159 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
29160 * sysdeps/sparc/sparc64/multiarch/Makefile
29161 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
29162 crypt subdir.
29163 (localedef-aux): Add md5 crypto assembler when in locale subdir.
29164 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
29165 multiarch changes.
29166 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
29167 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
29168 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
29169 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
29170 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
29171 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
29172 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
29173 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
29174 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
29175 file.
29176 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
29177 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
29178 file.
29179 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
29180
8ca89318
JM
291812012-11-13 Joseph Myers <joseph@codesourcery.com>
29182
e27d476a
JM
29183 * timezone/tzselect.ksh: Update from tzcode git revision
29184 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
29185 * timezone/zdump.c: Likewise.
29186 * timezone/zic.c: Likewise.
29187 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
29188 in TZVERSION setting, not $(PKGVERSION).
29189 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
29190 REPORT_BUGS_TO settings.
29191
8ca89318
JM
29192 [BZ #14838]
29193 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
29194 macro.
29195
47594329
MS
291962012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29197
29198 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
29199 detection to immediately after _FP_ROUND().
29200 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
29201 bits are 0.
29202
640ac3f1
DM
292032012-11-11 David S. Miller <davem@davemloft.net>
29204
29205 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
29206 inttypes.h
29207 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
29208 __close rather than their public counterparts.
29209
3d2577bb
JM
292102012-11-10 Joseph Myers <joseph@codesourcery.com>
29211
29212 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
29213 file.
29214 [UNIX98] (sem_timedwait): Do not expect.
29215 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
29216 [XPG4 || UNIX98] (sockatmark): Do not expect.
29217 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
29218 (clock_getcpuclockid): Do not expect.
29219 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
29220 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
29221 Do not expect.
29222 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
29223 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
29224 [UNIX98] (vwscanf): Likewise.
29225 [UNIX98] (vswscanf): Likewise.
29226
fb1ae1ee
JM
292272012-11-09 Joseph Myers <joseph@codesourcery.com>
29228
9ec6f8bd
JM
29229 * timezone/version.h: Remove file.
29230 * timezone/README: Do not refer to version.h.
29231 * timezone/Makefile ($(objpfx)zic.o): New dependency on
29232 $(objpfx)version.h.
29233 ($(objpfx)zdump.o): Likewise.
c3f81911 29234 ($(objpfx)version.h): New target.
9ec6f8bd 29235
0aa8f8a1
JM
29236 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
29237 2012i.
29238 * timezone/README: Don't mention modification to tzselect.ksh.
29239 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
29240 work on unmodified tzselect.ksh. Substitute version numbers in
29241 tzselect.ksh.
29242
4e87147f
JM
29243 * Makefile (format-me): Remove.
29244 (INSTALL): Adjust indentation. Use commands directly instead of
29245 using $(format-me).
29246
8b748aed
JM
29247 * aclocal.m4 (ACX_PKGVERSION): New macro.
29248 (ACX_BUGURL): Likewise.
29249 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
29250 (PKGVERSION): New AC_DEFINE_UNQUOTED.
29251 (REPORT_BUGS_TO): Likewise.
29252 * configure: Regenerated.
29253 * config.h.in (PKGVERSION): New macro.
29254 (REPORT_BUGS_TO): Likewise.
29255 * config.make.in (PKGVERSION): New variable.
29256 (PKGVERSION_TEXI): Likewise.
29257 (REPORT_BUGS_TO): Likewise.
29258 (REPORT_BUGS_TEXI): Likewise.
29259 * Makefile (format-me): Use -I$(common-objpfx)manual.
29260 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
29261 ($(common-objpfx)manual/%): New target.
29262 (manual/%): Remove target.
29263 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
29264 (print_version): Use PKGVERSION.
29265 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
29266 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
29267 and REPORT_BUGS_TO.
29268 ($(objpfx)xtrace): Likewise.
29269 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
29270 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
29271 (print_version): Use PKGVERSION.
29272 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
29273 (do_version): Use PKGVERSION.
29274 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
29275 REPORT_BUGS_TO.
29276 (common-ldd-rewrite): Likewise.
29277 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
29278 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
29279 (print_version): Use PKGVERSION.
29280 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
29281 * elf/pldd.c (argp_program_bug_address): Remove variable.
29282 (more_help): New function.
29283 (argp): Use more_help.
29284 (print_version): Use PKGVERSION.
29285 * elf/sln.c (main): Use PKGVERSION.
29286 (usage): Use REPORT_BUGS_TO.
29287 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
29288 (top level): Use PKGVERSION.
29289 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
29290 (print_version): Use PKGVERSION.
29291 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
29292 (print_version): Use PKGVERSION.
29293 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
29294 (print_version): Use PKGVERSION.
29295 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
29296 (print_version): Use PKGVERSION.
29297 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
29298 (print_version): Use PKGVERSION.
29299 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
29300 (print_version): Use PKGVERSION.
29301 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
29302 and BUGURL.
29303 ($(objpfx)memusage): Likewise.
29304 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
29305 (do_version): Use PKGVERSION.
29306 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
29307 (print_version): Use PKGVERSION.
29308 * malloc/mtrace.pl ($PACKAGE): Remove variable.
29309 ($PKGVERSION): New variable.
29310 ($REPORT_BUGS_TO): Likewise.
29311 (usage): Use $REPORT_BUGS_TO.
29312 (top level): Use $PKGVERSION.
29313 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
29314 ($(objpfx)pkgvers.texi): New rule.
29315 ($(objpfx)stamp-pkgvers): Likewise.
29316 * manual/install.texi: Include pkgvers.texi.
29317 (--with-pkgversion): Document new configure option.
29318 (--with-bugurl): Likewise.
29319 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
29320 than necessarily for this particular distribution. Use
29321 REPORT_BUGS_TO for where to report bugs.
29322 * INSTALL: Regenerated.
29323 * manual/libc.texinfo: Include pkgvers.texi.
29324 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
29325 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
29326 (print_version): Use PKGVERSION.
29327 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
29328 (print_version): Use PKGVERSION.
29329 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
29330 (print_version): Use PKGVERSION.
29331 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
29332 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
29333 macro.
29334 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
29335 (print_version): Use PKGVERSION.
29336 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
29337 (print_version): Use PKGVERSION.
29338 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
29339 and PKGVERSION.
29340
92e4b6a9
JM
29341 * timezone/checktab.awk: Update from tzcode 2012i.
29342 * timezone/ialloc.c: Likewise.
29343 * timezone/private.h: Likewise.
29344 * timezone/scheck.c: Likewise.
29345 * timezone/tzfile.h: Likewise.
29346 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
29347 (TZVERSION): Hardcode tzcode version number.
29348 * timezone/zdump.c: Update from tzcode 2012i.
29349 * timezone/zic.c: Likewise.
29350 * timezone/version.h: New file.
29351 * timezone/README: Describe version.h. Update upstream location.
29352
9bde902c
JM
29353 [BZ #14824]
29354 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
29355 (mktemp): Enable declaration.
29356 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
29357 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
29358 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
29359 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
29360 Likewise.
29361 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
29362 Likewise.
29363 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
29364 Likewise.
29365 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
29366 Likewise.
29367 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
29368 Likewise.
29369 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
29370 Likewise.
29371
fb1ae1ee
JM
29372 [BZ #14821]
29373 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
29374 offset in buffer as u_int32_t not u_long. Consistently use memcpy
29375 for copies of such integer values.
29376 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
29377 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
29378
2c1adbcb
AJ
293792012-11-09 Andreas Jaeger <aj@suse.de>
29380
29381 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
29382 definitions and declarations that are provided by
29383 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29384
d0f8457e
AK
293852012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29386
3a235abb 29387 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
29388 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
29389 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
29390 definition.
29391
57241e26
MS
293922012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29393
29394 * elf/elf.h: Update comment before AArch64 relocations.
29395
60e8270d
DM
293962012-11-07 David S. Miller <davem@davemloft.net>
29397
29398 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
29399 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
29400 (__start_context): Declare.
29401 (__makecontext_ret): Delete.
29402 (__makecontext): Hook up __start_context instead of
29403 __makecontext_ret.
29404 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
29405 (sysdep_routines): Add __start_context when in stdlib.
29406
0fbb0fbc
JM
294072012-11-07 Joseph Myers <joseph@codesourcery.com>
29408
29409 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
29410 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
29411 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
29412 hardcoded "nm".
29413 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
29414 (READELF): New variable. Use it instead of hardcoded "readelf".
29415
eb48db7e
L
294162012-11-07 H.J. Lu <hongjiu.lu@intel.com>
29417
29418 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
29419 * sysdeps/x86/Makefile: Here.
29420 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
29421 * sysdeps/x86/tst-xmmymm.sh: This.
29422
05bcf62a
JM
294232012-11-07 Joseph Myers <joseph@codesourcery.com>
29424
c4b6cf53
JM
29425 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
29426 expectations.
29427 [UNIX98] (pthread_barrier_t): Do not expect.
29428 [UNIX98] (pthread_barrierattr_t): Likewise.
29429 [UNIX98] (pthread_spinlock_t): Likewise.
29430 [UNIX98] (pthread_barrier_destroy): Likewise.
29431 [UNIX98] (pthread_barrier_init): Likewise.
29432 [UNIX98] (pthread_barrier_wait): Likewise.
29433 [UNIX98] (pthread_barrierattr_destroy): Likewise.
29434 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
29435 [UNIX98] (pthread_barrierattr_init): Likewise.
29436 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
29437 [UNIX98] (pthread_getcpuclockid): Likewise.
29438 [UNIX98] (pthread_mutex_timedlock): Likewise.
29439 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
29440 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
29441 [UNIX98] (pthread_sigmask): Likewise.
29442 [UNIX98] (pthread_spin_destroy): Likewise.
29443 [UNIX98] (pthread_spin_init): Likewise.
29444 [UNIX98] (pthread_spin_lock): Likewise.
29445 [UNIX98] (pthread_spin_trylock): Likewise.
29446 [UNIX98] (pthread_spin_unlock): Likewise.
29447 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
29448 Do not expect.
29449 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
29450 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
29451 [XPG3 || XPG4] (pthread_cond_t): Likewise.
29452 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
29453 [XPG3 || XPG4] (pthread_key_t): Likewise.
29454 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
29455 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
29456 [XPG3 || XPG4] (pthread_once_t): Likewise.
29457 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
29458 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
29459 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
29460 [XPG3 || XPG4] (pthread_t): Likewise.
29461
cbe6e120
JM
29462 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
29463 not expect.
29464 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
29465
1b126443
JM
29466 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
29467 Change function return type to int.
29468
b961a573
JM
29469 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
29470 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
29471 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
29472 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
29473 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
29474 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
29475 [!POSIX] (posix_madvise): Likewise.
29476 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
29477 && !UNIX98].
29478 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
29479 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
29480 (mode_t): Likewise.
29481 (posix_mem_offset): Likewise.
29482 (posix_typed_mem_get_info): Likewise.
29483 (posix_typed_mem_open): Likewise.
29484
9e188909
JM
29485 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
29486 Change condition to [XOPEN2K8].
29487
05bcf62a
JM
29488 * conform/conformtest.pl: Preprocess allow-header data with -x c
29489 instead of from stdin.
29490 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
29491 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
29492 [C99-based standards] (cerfc): Likewise.
29493 [C99-based standards] (cexp2): Likewise.
29494 [C99-based standards] (cexpm1): Likewise.
29495 [C99-based standards] (clog10): Likewise.
29496 [C99-based standards] (clog1p): Likewise.
29497 [C99-based standards] (clog2): Likewise.
29498 [C99-based standards] (clgamma): Likewise.
29499 [C99-based standards] (ctgamma): Likewise.
29500 [C99-based standards] (cerff): Likewise.
29501 [C99-based standards] (cerfcf): Likewise.
29502 [C99-based standards] (cexp2f): Likewise.
29503 [C99-based standards] (cexpm1f): Likewise.
29504 [C99-based standards] (clog10f): Likewise.
29505 [C99-based standards] (clog1pf): Likewise.
29506 [C99-based standards] (clog2f): Likewise.
29507 [C99-based standards] (clgammaf): Likewise.
29508 [C99-based standards] (ctgammaf): Likewise.
29509 [C99-based standards] (cerfl): Likewise.
29510 [C99-based standards] (cerfcl): Likewise.
29511 [C99-based standards] (cexp2l): Likewise.
29512 [C99-based standards] (cexpm1l): Likewise.
29513 [C99-based standards] (clog10l): Likewise.
29514 [C99-based standards] (clog1pl): Likewise.
29515 [C99-based standards] (clog2l): Likewise.
29516 [C99-based standards] (clgammal): Likewise.
29517 [C99-based standards] (ctgammal): Likewise.
29518 * conform/data/inttypes.h-data [C99-based standards]: Include
29519 stdint.h-data. Remove all expectations for stdint.h contents.
29520 [C99-based standards] (PRI*): Do not allow.
29521 [C99-based standards] (SCN*): Likewise.
29522 [C99-based standards] (*_t): Likewise.
29523 [C99-based-standards] (PRId8): Expect macro.
29524 [C99-based-standards] (PRIi8): Likewise.
29525 [C99-based-standards] (PRIo8): Likewise.
29526 [C99-based-standards] (PRIu8): Likewise.
29527 [C99-based-standards] (PRIx8): Likewise.
29528 [C99-based-standards] (PRIX8): Likewise.
29529 [C99-based-standards] (SCNd8): Likewise.
29530 [C99-based-standards] (SCNi8): Likewise.
29531 [C99-based-standards] (SCNo8): Likewise.
29532 [C99-based-standards] (SCNu8): Likewise.
29533 [C99-based-standards] (SCNx8): Likewise.
29534 [C99-based-standards] (PRIdLEAST8): Likewise.
29535 [C99-based-standards] (PRIiLEAST8): Likewise.
29536 [C99-based-standards] (PRIoLEAST8): Likewise.
29537 [C99-based-standards] (PRIuLEAST8): Likewise.
29538 [C99-based-standards] (PRIxLEAST8): Likewise.
29539 [C99-based-standards] (PRIXLEAST8): Likewise.
29540 [C99-based-standards] (SCNdLEAST8): Likewise.
29541 [C99-based-standards] (SCNiLEAST8): Likewise.
29542 [C99-based-standards] (SCNoLEAST8): Likewise.
29543 [C99-based-standards] (SCNuLEAST8): Likewise.
29544 [C99-based-standards] (SCNxLEAST8): Likewise.
29545 [C99-based-standards] (PRIdFAST8): Likewise.
29546 [C99-based-standards] (PRIiFAST8): Likewise.
29547 [C99-based-standards] (PRIoFAST8): Likewise.
29548 [C99-based-standards] (PRIuFAST8): Likewise.
29549 [C99-based-standards] (PRIxFAST8): Likewise.
29550 [C99-based-standards] (PRIXFAST8): Likewise.
29551 [C99-based-standards] (SCNdFAST8): Likewise.
29552 [C99-based-standards] (SCNiFAST8): Likewise.
29553 [C99-based-standards] (SCNoFAST8): Likewise.
29554 [C99-based-standards] (SCNuFAST8): Likewise.
29555 [C99-based-standards] (SCNxFAST8): Likewise.
29556 [C99-based-standards] (PRId16): Likewise.
29557 [C99-based-standards] (PRIi16): Likewise.
29558 [C99-based-standards] (PRIo16): Likewise.
29559 [C99-based-standards] (PRIu16): Likewise.
29560 [C99-based-standards] (PRIx16): Likewise.
29561 [C99-based-standards] (PRIX16): Likewise.
29562 [C99-based-standards] (SCNd16): Likewise.
29563 [C99-based-standards] (SCNi16): Likewise.
29564 [C99-based-standards] (SCNo16): Likewise.
29565 [C99-based-standards] (SCNu16): Likewise.
29566 [C99-based-standards] (SCNx16): Likewise.
29567 [C99-based-standards] (PRIdLEAST16): Likewise.
29568 [C99-based-standards] (PRIiLEAST16): Likewise.
29569 [C99-based-standards] (PRIoLEAST16): Likewise.
29570 [C99-based-standards] (PRIuLEAST16): Likewise.
29571 [C99-based-standards] (PRIxLEAST16): Likewise.
29572 [C99-based-standards] (PRIXLEAST16): Likewise.
29573 [C99-based-standards] (SCNdLEAST16): Likewise.
29574 [C99-based-standards] (SCNiLEAST16): Likewise.
29575 [C99-based-standards] (SCNoLEAST16): Likewise.
29576 [C99-based-standards] (SCNuLEAST16): Likewise.
29577 [C99-based-standards] (SCNxLEAST16): Likewise.
29578 [C99-based-standards] (PRIdFAST16): Likewise.
29579 [C99-based-standards] (PRIiFAST16): Likewise.
29580 [C99-based-standards] (PRIoFAST16): Likewise.
29581 [C99-based-standards] (PRIuFAST16): Likewise.
29582 [C99-based-standards] (PRIxFAST16): Likewise.
29583 [C99-based-standards] (PRIXFAST16): Likewise.
29584 [C99-based-standards] (SCNdFAST16): Likewise.
29585 [C99-based-standards] (SCNiFAST16): Likewise.
29586 [C99-based-standards] (SCNoFAST16): Likewise.
29587 [C99-based-standards] (SCNuFAST16): Likewise.
29588 [C99-based-standards] (SCNxFAST16): Likewise.
29589 [C99-based-standards] (PRId32): Likewise.
29590 [C99-based-standards] (PRIi32): Likewise.
29591 [C99-based-standards] (PRIo32): Likewise.
29592 [C99-based-standards] (PRIu32): Likewise.
29593 [C99-based-standards] (PRIx32): Likewise.
29594 [C99-based-standards] (PRIX32): Likewise.
29595 [C99-based-standards] (SCNd32): Likewise.
29596 [C99-based-standards] (SCNi32): Likewise.
29597 [C99-based-standards] (SCNo32): Likewise.
29598 [C99-based-standards] (SCNu32): Likewise.
29599 [C99-based-standards] (SCNx32): Likewise.
29600 [C99-based-standards] (PRIdLEAST32): Likewise.
29601 [C99-based-standards] (PRIiLEAST32): Likewise.
29602 [C99-based-standards] (PRIoLEAST32): Likewise.
29603 [C99-based-standards] (PRIuLEAST32): Likewise.
29604 [C99-based-standards] (PRIxLEAST32): Likewise.
29605 [C99-based-standards] (PRIXLEAST32): Likewise.
29606 [C99-based-standards] (SCNdLEAST32): Likewise.
29607 [C99-based-standards] (SCNiLEAST32): Likewise.
29608 [C99-based-standards] (SCNoLEAST32): Likewise.
29609 [C99-based-standards] (SCNuLEAST32): Likewise.
29610 [C99-based-standards] (SCNxLEAST32): Likewise.
29611 [C99-based-standards] (PRIdFAST32): Likewise.
29612 [C99-based-standards] (PRIiFAST32): Likewise.
29613 [C99-based-standards] (PRIoFAST32): Likewise.
29614 [C99-based-standards] (PRIuFAST32): Likewise.
29615 [C99-based-standards] (PRIxFAST32): Likewise.
29616 [C99-based-standards] (PRIXFAST32): Likewise.
29617 [C99-based-standards] (SCNdFAST32): Likewise.
29618 [C99-based-standards] (SCNiFAST32): Likewise.
29619 [C99-based-standards] (SCNoFAST32): Likewise.
29620 [C99-based-standards] (SCNuFAST32): Likewise.
29621 [C99-based-standards] (SCNxFAST32): Likewise.
29622 [C99-based-standards] (PRId64): Likewise.
29623 [C99-based-standards] (PRIi64): Likewise.
29624 [C99-based-standards] (PRIo64): Likewise.
29625 [C99-based-standards] (PRIu64): Likewise.
29626 [C99-based-standards] (PRIx64): Likewise.
29627 [C99-based-standards] (PRIX64): Likewise.
29628 [C99-based-standards] (SCNd64): Likewise.
29629 [C99-based-standards] (SCNi64): Likewise.
29630 [C99-based-standards] (SCNo64): Likewise.
29631 [C99-based-standards] (SCNu64): Likewise.
29632 [C99-based-standards] (SCNx64): Likewise.
29633 [C99-based-standards] (PRIdLEAST64): Likewise.
29634 [C99-based-standards] (PRIiLEAST64): Likewise.
29635 [C99-based-standards] (PRIoLEAST64): Likewise.
29636 [C99-based-standards] (PRIuLEAST64): Likewise.
29637 [C99-based-standards] (PRIxLEAST64): Likewise.
29638 [C99-based-standards] (PRIXLEAST64): Likewise.
29639 [C99-based-standards] (SCNdLEAST64): Likewise.
29640 [C99-based-standards] (SCNiLEAST64): Likewise.
29641 [C99-based-standards] (SCNoLEAST64): Likewise.
29642 [C99-based-standards] (SCNuLEAST64): Likewise.
29643 [C99-based-standards] (SCNxLEAST64): Likewise.
29644 [C99-based-standards] (PRIdFAST64): Likewise.
29645 [C99-based-standards] (PRIiFAST64): Likewise.
29646 [C99-based-standards] (PRIoFAST64): Likewise.
29647 [C99-based-standards] (PRIuFAST64): Likewise.
29648 [C99-based-standards] (PRIxFAST64): Likewise.
29649 [C99-based-standards] (PRIXFAST64): Likewise.
29650 [C99-based-standards] (SCNdFAST64): Likewise.
29651 [C99-based-standards] (SCNiFAST64): Likewise.
29652 [C99-based-standards] (SCNoFAST64): Likewise.
29653 [C99-based-standards] (SCNuFAST64): Likewise.
29654 [C99-based-standards] (SCNxFAST64): Likewise.
29655 [C99-based-standards] (PRIdMAX): Likewise.
29656 [C99-based-standards] (PRIiMAX): Likewise.
29657 [C99-based-standards] (PRIoMAX): Likewise.
29658 [C99-based-standards] (PRIuMAX): Likewise.
29659 [C99-based-standards] (PRIxMAX): Likewise.
29660 [C99-based-standards] (PRIXMAX): Likewise.
29661 [C99-based-standards] (SCNdMAX): Likewise.
29662 [C99-based-standards] (SCNiMAX): Likewise.
29663 [C99-based-standards] (SCNoMAX): Likewise.
29664 [C99-based-standards] (SCNuMAX): Likewise.
29665 [C99-based-standards] (SCNxMAX): Likewise.
29666 [C99-based-standards] (PRIdPTR): Likewise.
29667 [C99-based-standards] (PRIiPTR): Likewise.
29668 [C99-based-standards] (PRIoPTR): Likewise.
29669 [C99-based-standards] (PRIuPTR): Likewise.
29670 [C99-based-standards] (PRIxPTR): Likewise.
29671 [C99-based-standards] (PRIXPTR): Likewise.
29672 [C99-based-standards] (SCNdPTR): Likewise.
29673 [C99-based-standards] (SCNiPTR): Likewise.
29674 [C99-based-standards] (SCNoPTR): Likewise.
29675 [C99-based-standards] (SCNuPTR): Likewise.
29676 [C99-based-standards] (SCNxPTR): Likewise.
29677 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
29678 allow.
29679 * conform/data/stdint.h-data: Update comments to clarify
29680 requirements.
29681 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
29682 type.
29683 [C99-based standards] (INT8_MAX): Likewise.
29684 [C99-based standards] (INT16_MIN): Likewise.
29685 [C99-based standards] (INT16_MAX): Likewise.
29686 [C99-based standards] (INT32_MIN): Likewise.
29687 [C99-based standards] (INT32_MAX): Likewise.
29688 [C99-based standards] (INT64_MIN): Likewise.
29689 [C99-based standards] (INT64_MAX): Likewise.
29690 [C99-based standards] (UINT8_MAX): Likewise.
29691 [C99-based standards] (UINT16_MAX): Likewise.
29692 [C99-based standards] (UINT32_MAX): Likewise.
29693 [C99-based standards] (UINT64_MAX): Likewise.
29694 [C99-based standards] (INT_LEAST8_MIN): Likewise.
29695 [C99-based standards] (INT_LEAST8_MAX): Likewise.
29696 [C99-based standards] (INT_LEAST16_MIN): Likewise.
29697 [C99-based standards] (INT_LEAST16_MAX): Likewise.
29698 [C99-based standards] (INT_LEAST32_MIN): Likewise.
29699 [C99-based standards] (INT_LEAST32_MAX): Likewise.
29700 [C99-based standards] (INT_LEAST64_MIN): Likewise.
29701 [C99-based standards] (INT_LEAST64_MAX): Likewise.
29702 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
29703 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
29704 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
29705 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
29706 [C99-based standards] (INT_FAST8_MIN): Likewise.
29707 [C99-based standards] (INT_FAST8_MAX): Likewise.
29708 [C99-based standards] (INT_FAST16_MIN): Likewise.
29709 [C99-based standards] (INT_FAST16_MAX): Likewise.
29710 [C99-based standards] (INT_FAST32_MIN): Likewise.
29711 [C99-based standards] (INT_FAST32_MAX): Likewise.
29712 [C99-based standards] (INT_FAST64_MIN): Likewise.
29713 [C99-based standards] (INT_FAST64_MAX): Likewise.
29714 [C99-based standards] (UINT_FAST8_MAX): Likewise.
29715 [C99-based standards] (UINT_FAST16_MAX): Likewise.
29716 [C99-based standards] (UINT_FAST32_MAX): Likewise.
29717 [C99-based standards] (UINT_FAST64_MAX): Likewise.
29718 [C99-based standards] (INTPTR_MIN): Likewise.
29719 [C99-based standards] (INTPTR_MAX): Likewise.
29720 [C99-based standards] (UINTPTR_MAX): Likewise.
29721 [C99-based standards] (INTMAX_MIN): Likewise.
29722 [C99-based standards] (INTMAX_MAX): Likewise.
29723 [C99-based standards] (UINTMAX_MAX): Likewise.
29724 [C99-based standards] (PTRDIFF_MIN): Likewise.
29725 [C99-based standards] (PTRDIFF_MAX): Likewise.
29726 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
29727 [C99-based standards] (SIZE_MAX): Likewise.
29728 [C99-based standards] (WCHAR_MAX): Likewise.
29729 [C99-based standards] (WINT_MAX): Likewise.
29730 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
29731 constraint on value.
29732 [C99-based standards] (WCHAR_MIN): Likewise.
29733 [C99-based standards] (WINT_MIN): Likewise.
29734 [C99-based standards] (*_t): Allow.
29735 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
29736 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
29737 Include math.h-data and complex.h-data. Remove all expectations
29738 of math.h and complex.h contents.
29739 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
29740 at end of line.
29741 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
29742 (struct tm): Expect tag.
29743 [C99-based-standards] (wcstof): Expect function.
29744 [C99-based-standards] (wcstold): Likewise.
29745 [C99-based-standards] (wcstoll): Likewise.
29746 [C99-based-standards] (wcstoull): Likewise.
29747 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
29748 macro-int-constant. Specify type.
29749 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
29750 constraint on value.
29751 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29752 Specify type.
29753 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
29754 Specify value.
29755 [ISO C standards]: Do not allow headers.
29756 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
29757 wcs[abcdefghijklmnopqrstuvwxyz]*.
29758 [ISO C standards] (*_t): Do not allow.
29759 * conform/data/wctype.h-data [C99-based standards] (iswblank):
29760 Expect function.
29761 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
29762 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
29763 Specify type.
29764 [ISO C standards]: Do not allow headers.
29765 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
29766 is[abcdefghijklmnopqrstuvwxyz]*.
29767 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
29768 to[abcdefghijklmnopqrstuvwxyz]*.
29769 [ISO C standards] (*_t): Do not allow.
29770 * conform/data/stdalign.h-data: New file.
29771 * conform/data/stdbool.h-data: Likewise.
29772 * conform/data/stdnoreturn.h-data: Likewise.
29773
7514feb8
RM
297742012-11-07 Roland McGrath <roland@hack.frob.com>
29775
29776 [BZ #14815]
29777 * manual/filesys.texi (Directory Entries): Typo fix.
29778 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
29779
19b2ecfc
MS
297802012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
29781
29782 * elf/elf.h (EM_AARCH64): New macro.
29783 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
29784 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
29785 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
29786 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
29787 (R_AARCH64_TLSDESC): Likewise.
29788 (NT_ARM_TLS): Likewise.
29789 (NT_ARM_HW_BREAK): Likewise.
29790 (NT_ARM_HW_WATCH): Likewise.
29791
60e235ee
JM
297922012-11-07 Joseph Myers <joseph@codesourcery.com>
29793
29794 [BZ #14811]
29795 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
29796 (__ieee754_powl): Saturate nonzero exponents with absolute value
29797 below 0x1p-79 to +/- 0x1p-79.
29798 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
29799 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
29800 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
29801 nonzero exponents with absolute value below 0x1p-32 to +/-
29802 0x1p-32.
29803 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
29804 (__ieee754_powl): Saturate nonzero exponents with absolute value
29805 below 0x1p-79 to +/- 0x1p-79.
29806 * math/libm-test.inc (pow_test): Add more tests.
29807
0ab234b7
AK
298082012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
29809
29810 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
29811 _dl_s390_cap_flags with kernel. Increase string length.
29812 (_dl_s390_platforms): Add z196 and zEC12.
29813
45832f74
JM
298142012-11-07 Joseph Myers <joseph@codesourcery.com>
29815
29816 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
29817 Change XOPEN21K to XOPEN2K.
29818
19218757
MK
298192012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
29820
29821 * string/memmove.c: Use memcpy when possible.
29822
c5f45721
AJ
298232012-11-06 Andreas Jaeger <aj@suse.de>
29824
29825 * po/eo.po: Update from translation team.
29826
82477c28
JM
298272012-11-06 Joseph Myers <joseph@codesourcery.com>
29828
29829 [BZ #14793]
29830 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
29831 exponent and small x and y exponents, scale x or y up. Increase
29832 by 2 the exponent used in scaling up.
29833 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29834 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29835 * math/libm-test.inc (fma_test): Add more tests.
29836 (fma_test_towardzero): Likewise.
29837 (fma_test_downward): Likewise.
29838 (fma_test_upward): Likewise.
29839
99252c8c
JM
298402012-11-05 Joseph Myers <joseph@codesourcery.com>
29841
acfa885f
JM
29842 [BZ #14805]
29843 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
29844 fenv_t *.
29845
99252c8c
JM
29846 [BZ #14801]
29847 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
29848 namespace for names of struct fields.
29849 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
29850 fenv_t fields.
29851 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
29852 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
29853
d6d98dea
ST
298542012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
29855
29856 [BZ #3665]
29857 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
29858
e10bb107
TS
298592012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29860
29861 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
29862 PTR_DEMANGLE.
29863
29864 [BZ #5246]
29865 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
29866 PTR_DEMANGLE.
29867
a0c2940d
JM
298682012-11-04 Joseph Myers <joseph@codesourcery.com>
29869
29870 [BZ #14797]
29871 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
29872 definitely overflow as x * y not x * y + z.
29873 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29874 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29875 * math/libm-test.inc (fma_test): Add more tests.
29876 (fma_test_towardzero): Likewise.
29877 (fma_test_downward): Likewise.
29878 (fma_test_upward): Likewise.
29879
b830319d
TS
298802012-11-04 Thomas Schwinge <thomas@codesourcery.com>
29881
29882 [BZ #157]
29883
29884 * include/stub-tag.h: Remove file.
29885 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
29886 '#include' of it.
29887 * manual/maint.texi (Porting): Don't reference it.
29888 * Makerules ($(objpfx)stubs): Likewise.
29889 * dirent/closedir.c: Don't include <stub-tag.h>.
29890 * dirent/dirfd.c: Likewise.
29891 * dirent/fdopendir.c: Likewise.
29892 * dirent/getdents.c: Likewise.
29893 * dirent/getdents64.c: Likewise.
29894 * dirent/opendir.c: Likewise.
29895 * dirent/readdir.c: Likewise.
29896 * dirent/readdir64.c: Likewise.
29897 * dirent/readdir64_r.c: Likewise.
29898 * dirent/readdir_r.c: Likewise.
29899 * dirent/rewinddir.c: Likewise.
29900 * dirent/seekdir.c: Likewise.
29901 * dirent/telldir.c: Likewise.
29902 * gmon/profil.c: Likewise.
29903 * grp/setgroups.c: Likewise.
29904 * inet/if_index.c: Likewise.
29905 * io/access.c: Likewise.
29906 * io/chdir.c: Likewise.
29907 * io/chmod.c: Likewise.
29908 * io/chown.c: Likewise.
29909 * io/close.c: Likewise.
29910 * io/dup.c: Likewise.
29911 * io/dup2.c: Likewise.
29912 * io/dup3.c: Likewise.
29913 * io/euidaccess.c: Likewise.
29914 * io/faccessat.c: Likewise.
29915 * io/fchdir.c: Likewise.
29916 * io/fchmod.c: Likewise.
29917 * io/fchmodat.c: Likewise.
29918 * io/fchown.c: Likewise.
29919 * io/fchownat.c: Likewise.
29920 * io/fcntl.c: Likewise.
29921 * io/flock.c: Likewise.
29922 * io/fstatfs.c: Likewise.
29923 * io/fstatfs64.c: Likewise.
29924 * io/fstatvfs.c: Likewise.
29925 * io/fstatvfs64.c: Likewise.
29926 * io/futimens.c: Likewise.
29927 * io/fxstat.c: Likewise.
29928 * io/fxstat64.c: Likewise.
29929 * io/fxstatat.c: Likewise.
29930 * io/fxstatat64.c: Likewise.
29931 * io/getcwd.c: Likewise.
29932 * io/isatty.c: Likewise.
29933 * io/lchmod.c: Likewise.
29934 * io/lchown.c: Likewise.
29935 * io/link.c: Likewise.
29936 * io/linkat.c: Likewise.
29937 * io/lseek.c: Likewise.
29938 * io/lseek64.c: Likewise.
29939 * io/lxstat64.c: Likewise.
29940 * io/mkdir.c: Likewise.
29941 * io/mkdirat.c: Likewise.
29942 * io/mkfifo.c: Likewise.
29943 * io/mkfifoat.c: Likewise.
29944 * io/open.c: Likewise.
29945 * io/open64.c: Likewise.
29946 * io/openat.c: Likewise.
29947 * io/openat64.c: Likewise.
29948 * io/pipe.c: Likewise.
29949 * io/pipe2.c: Likewise.
29950 * io/poll.c: Likewise.
29951 * io/posix_fadvise.c: Likewise.
29952 * io/posix_fadvise64.c: Likewise.
29953 * io/posix_fallocate.c: Likewise.
29954 * io/posix_fallocate64.c: Likewise.
29955 * io/read.c: Likewise.
29956 * io/readlink.c: Likewise.
29957 * io/readlinkat.c: Likewise.
29958 * io/rmdir.c: Likewise.
29959 * io/sendfile.c: Likewise.
29960 * io/sendfile64.c: Likewise.
29961 * io/statfs.c: Likewise.
29962 * io/statfs64.c: Likewise.
29963 * io/statvfs.c: Likewise.
29964 * io/statvfs64.c: Likewise.
29965 * io/symlink.c: Likewise.
29966 * io/symlinkat.c: Likewise.
29967 * io/ttyname.c: Likewise.
29968 * io/ttyname_r.c: Likewise.
29969 * io/umask.c: Likewise.
29970 * io/unlink.c: Likewise.
29971 * io/unlinkat.c: Likewise.
29972 * io/utime.c: Likewise.
29973 * io/utimensat.c: Likewise.
29974 * io/write.c: Likewise.
29975 * io/xmknod.c: Likewise.
29976 * io/xmknodat.c: Likewise.
29977 * io/xstat.c: Likewise.
29978 * io/xstat64.c: Likewise.
29979 * login/getpt.c: Likewise.
29980 * login/grantpt.c: Likewise.
29981 * login/unlockpt.c: Likewise.
29982 * math/e_acoshl.c: Likewise.
29983 * math/e_acosl.c: Likewise.
29984 * math/e_asinl.c: Likewise.
29985 * math/e_atan2l.c: Likewise.
29986 * math/e_atanhl.c: Likewise.
29987 * math/e_coshl.c: Likewise.
29988 * math/e_expl.c: Likewise.
29989 * math/e_fmodl.c: Likewise.
29990 * math/e_gammal_r.c: Likewise.
29991 * math/e_hypotl.c: Likewise.
29992 * math/e_j0l.c: Likewise.
29993 * math/e_j1l.c: Likewise.
29994 * math/e_jnl.c: Likewise.
29995 * math/e_lgammal_r.c: Likewise.
29996 * math/e_log10l.c: Likewise.
29997 * math/e_log2l.c: Likewise.
29998 * math/e_logl.c: Likewise.
29999 * math/e_powl.c: Likewise.
30000 * math/e_rem_pio2l.c: Likewise.
30001 * math/e_sinhl.c: Likewise.
30002 * math/e_sqrtl.c: Likewise.
30003 * math/fclrexcpt.c: Likewise.
30004 * math/fedisblxcpt.c: Likewise.
30005 * math/feenablxcpt.c: Likewise.
30006 * math/fegetenv.c: Likewise.
30007 * math/fegetexcept.c: Likewise.
30008 * math/fegetround.c: Likewise.
30009 * math/feholdexcpt.c: Likewise.
30010 * math/fesetenv.c: Likewise.
30011 * math/fesetround.c: Likewise.
30012 * math/feupdateenv.c: Likewise.
30013 * math/fgetexcptflg.c: Likewise.
30014 * math/fraiseexcpt.c: Likewise.
30015 * math/fsetexcptflg.c: Likewise.
30016 * math/ftestexcept.c: Likewise.
30017 * math/k_cosl.c: Likewise.
30018 * math/k_rem_pio2l.c: Likewise.
30019 * math/k_sinl.c: Likewise.
30020 * math/k_tanl.c: Likewise.
30021 * math/s_asinhl.c: Likewise.
30022 * math/s_atanl.c: Likewise.
30023 * math/s_cbrtl.c: Likewise.
30024 * math/s_erfl.c: Likewise.
30025 * math/s_expm1l.c: Likewise.
30026 * math/s_log1pl.c: Likewise.
30027 * math/s_tanhl.c: Likewise.
30028 * misc/acct.c: Likewise.
30029 * misc/brk.c: Likewise.
30030 * misc/chflags.c: Likewise.
30031 * misc/chroot.c: Likewise.
30032 * misc/fchflags.c: Likewise.
30033 * misc/fgetxattr.c: Likewise.
30034 * misc/flistxattr.c: Likewise.
30035 * misc/fremovexattr.c: Likewise.
30036 * misc/fsetxattr.c: Likewise.
30037 * misc/fsync.c: Likewise.
30038 * misc/ftruncate.c: Likewise.
30039 * misc/futimes.c: Likewise.
30040 * misc/futimesat.c: Likewise.
30041 * misc/getdomain.c: Likewise.
30042 * misc/getdtsz.c: Likewise.
30043 * misc/gethostid.c: Likewise.
30044 * misc/gethostname.c: Likewise.
30045 * misc/getloadavg.c: Likewise.
30046 * misc/getpagesize.c: Likewise.
30047 * misc/getsysstats.c: Likewise.
30048 * misc/getxattr.c: Likewise.
30049 * misc/gtty.c: Likewise.
30050 * misc/ioctl.c: Likewise.
30051 * misc/lgetxattr.c: Likewise.
30052 * misc/listxattr.c: Likewise.
30053 * misc/llistxattr.c: Likewise.
30054 * misc/lremovexattr.c: Likewise.
30055 * misc/lsetxattr.c: Likewise.
30056 * misc/lutimes.c: Likewise.
30057 * misc/madvise.c: Likewise.
30058 * misc/mincore.c: Likewise.
30059 * misc/mlock.c: Likewise.
30060 * misc/mlockall.c: Likewise.
30061 * misc/mmap.c: Likewise.
30062 * misc/mprotect.c: Likewise.
30063 * misc/msync.c: Likewise.
30064 * misc/munlock.c: Likewise.
30065 * misc/munlockall.c: Likewise.
30066 * misc/munmap.c: Likewise.
30067 * misc/preadv.c: Likewise.
30068 * misc/preadv64.c: Likewise.
30069 * misc/ptrace.c: Likewise.
30070 * misc/pwritev.c: Likewise.
30071 * misc/pwritev64.c: Likewise.
30072 * misc/readv.c: Likewise.
30073 * misc/reboot.c: Likewise.
30074 * misc/remap_file_pages.c: Likewise.
30075 * misc/removexattr.c: Likewise.
30076 * misc/revoke.c: Likewise.
30077 * misc/select.c: Likewise.
30078 * misc/setdomain.c: Likewise.
30079 * misc/setegid.c: Likewise.
30080 * misc/seteuid.c: Likewise.
30081 * misc/sethostid.c: Likewise.
30082 * misc/sethostname.c: Likewise.
30083 * misc/setregid.c: Likewise.
30084 * misc/setreuid.c: Likewise.
30085 * misc/setxattr.c: Likewise.
30086 * misc/sstk.c: Likewise.
30087 * misc/stty.c: Likewise.
30088 * misc/swapoff.c: Likewise.
30089 * misc/swapon.c: Likewise.
30090 * misc/sync.c: Likewise.
30091 * misc/syncfs.c: Likewise.
30092 * misc/syscall.c: Likewise.
30093 * misc/truncate.c: Likewise.
30094 * misc/ualarm.c: Likewise.
30095 * misc/usleep.c: Likewise.
30096 * misc/ustat.c: Likewise.
30097 * misc/utimes.c: Likewise.
30098 * misc/vhangup.c: Likewise.
30099 * misc/writev.c: Likewise.
30100 * posix/_exit.c: Likewise.
30101 * posix/alarm.c: Likewise.
30102 * posix/execve.c: Likewise.
30103 * posix/fexecve.c: Likewise.
30104 * posix/fork.c: Likewise.
30105 * posix/fpathconf.c: Likewise.
30106 * posix/getaddrinfo.c: Likewise.
30107 * posix/getegid.c: Likewise.
30108 * posix/geteuid.c: Likewise.
30109 * posix/getgid.c: Likewise.
30110 * posix/getgroups.c: Likewise.
30111 * posix/getlogin.c: Likewise.
30112 * posix/getlogin_r.c: Likewise.
30113 * posix/getpgid.c: Likewise.
30114 * posix/getpid.c: Likewise.
30115 * posix/getppid.c: Likewise.
30116 * posix/getresgid.c: Likewise.
30117 * posix/getresuid.c: Likewise.
30118 * posix/getsid.c: Likewise.
30119 * posix/getuid.c: Likewise.
30120 * posix/glob64.c: Likewise.
30121 * posix/nanosleep.c: Likewise.
30122 * posix/pathconf.c: Likewise.
30123 * posix/pause.c: Likewise.
30124 * posix/posix_madvise.c: Likewise.
30125 * posix/pread.c: Likewise.
30126 * posix/pread64.c: Likewise.
30127 * posix/pwrite.c: Likewise.
30128 * posix/pwrite64.c: Likewise.
30129 * posix/sched_getaffinity.c: Likewise.
30130 * posix/sched_getp.c: Likewise.
30131 * posix/sched_gets.c: Likewise.
30132 * posix/sched_primax.c: Likewise.
30133 * posix/sched_primin.c: Likewise.
30134 * posix/sched_rr_gi.c: Likewise.
30135 * posix/sched_setaffinity.c: Likewise.
30136 * posix/sched_setp.c: Likewise.
30137 * posix/sched_sets.c: Likewise.
30138 * posix/sched_yield.c: Likewise.
30139 * posix/setgid.c: Likewise.
30140 * posix/setlogin.c: Likewise.
30141 * posix/setpgid.c: Likewise.
30142 * posix/setresgid.c: Likewise.
30143 * posix/setresuid.c: Likewise.
30144 * posix/setsid.c: Likewise.
30145 * posix/setuid.c: Likewise.
30146 * posix/sleep.c: Likewise.
30147 * posix/spawni.c: Likewise.
30148 * posix/sysconf.c: Likewise.
30149 * posix/times.c: Likewise.
30150 * posix/wait.c: Likewise.
30151 * posix/wait3.c: Likewise.
30152 * posix/wait4.c: Likewise.
30153 * posix/waitpid.c: Likewise.
30154 * resolv/gai_sigqueue.c: Likewise.
30155 * resource/getpriority.c: Likewise.
30156 * resource/getrlimit.c: Likewise.
30157 * resource/getrusage.c: Likewise.
30158 * resource/nice.c: Likewise.
30159 * resource/setpriority.c: Likewise.
30160 * resource/setrlimit.c: Likewise.
30161 * resource/ulimit.c: Likewise.
30162 * rt/aio_cancel.c: Likewise.
30163 * rt/aio_fsync.c: Likewise.
30164 * rt/aio_read.c: Likewise.
30165 * rt/aio_sigqueue.c: Likewise.
30166 * rt/aio_suspend.c: Likewise.
30167 * rt/aio_write.c: Likewise.
30168 * rt/clock_getres.c: Likewise.
30169 * rt/clock_gettime.c: Likewise.
30170 * rt/clock_nanosleep.c: Likewise.
30171 * rt/clock_settime.c: Likewise.
30172 * rt/lio_listio.c: Likewise.
30173 * rt/mq_close.c: Likewise.
30174 * rt/mq_getattr.c: Likewise.
30175 * rt/mq_notify.c: Likewise.
30176 * rt/mq_open.c: Likewise.
30177 * rt/mq_receive.c: Likewise.
30178 * rt/mq_send.c: Likewise.
30179 * rt/mq_setattr.c: Likewise.
30180 * rt/mq_timedreceive.c: Likewise.
30181 * rt/mq_timedsend.c: Likewise.
30182 * rt/mq_unlink.c: Likewise.
30183 * rt/shm_open.c: Likewise.
30184 * rt/shm_unlink.c: Likewise.
30185 * rt/timer_create.c: Likewise.
30186 * rt/timer_delete.c: Likewise.
30187 * rt/timer_getoverr.c: Likewise.
30188 * rt/timer_gettime.c: Likewise.
30189 * rt/timer_settime.c: Likewise.
30190 * setjmp/__longjmp.c: Likewise.
30191 * setjmp/setjmp.c: Likewise.
30192 * signal/kill.c: Likewise.
30193 * signal/killpg.c: Likewise.
30194 * signal/raise.c: Likewise.
30195 * signal/sigaction.c: Likewise.
30196 * signal/sigaltstack.c: Likewise.
30197 * signal/sigblock.c: Likewise.
30198 * signal/sigignore.c: Likewise.
30199 * signal/sigintr.c: Likewise.
30200 * signal/signal.c: Likewise.
30201 * signal/sigpause.c: Likewise.
30202 * signal/sigpending.c: Likewise.
30203 * signal/sigqueue.c: Likewise.
30204 * signal/sigreturn.c: Likewise.
30205 * signal/sigset.c: Likewise.
30206 * signal/sigsetmask.c: Likewise.
30207 * signal/sigstack.c: Likewise.
30208 * signal/sigsuspend.c: Likewise.
30209 * signal/sigtimedwait.c: Likewise.
30210 * signal/sigvec.c: Likewise.
30211 * signal/sigwait.c: Likewise.
30212 * signal/sigwaitinfo.c: Likewise.
30213 * signal/sysv_signal.c: Likewise.
30214 * socket/accept.c: Likewise.
30215 * socket/accept4.c: Likewise.
30216 * socket/bind.c: Likewise.
30217 * socket/connect.c: Likewise.
30218 * socket/getpeername.c: Likewise.
30219 * socket/getsockname.c: Likewise.
30220 * socket/getsockopt.c: Likewise.
30221 * socket/isfdtype.c: Likewise.
30222 * socket/listen.c: Likewise.
30223 * socket/recv.c: Likewise.
30224 * socket/recvfrom.c: Likewise.
30225 * socket/recvmsg.c: Likewise.
30226 * socket/send.c: Likewise.
30227 * socket/sendmsg.c: Likewise.
30228 * socket/sendto.c: Likewise.
30229 * socket/setsockopt.c: Likewise.
30230 * socket/shutdown.c: Likewise.
30231 * socket/sockatmark.c: Likewise.
30232 * socket/socket.c: Likewise.
30233 * socket/socketpair.c: Likewise.
30234 * stdio-common/ctermid.c: Likewise.
30235 * stdio-common/cuserid.c: Likewise.
30236 * stdio-common/remove.c: Likewise.
30237 * stdio-common/rename.c: Likewise.
30238 * stdio-common/renameat.c: Likewise.
30239 * stdio-common/tempname.c: Likewise.
30240 * stdlib/getcontext.c: Likewise.
30241 * stdlib/makecontext.c: Likewise.
30242 * stdlib/setcontext.c: Likewise.
30243 * stdlib/swapcontext.c: Likewise.
30244 * stdlib/system.c: Likewise.
30245 * streams/fattach.c: Likewise.
30246 * streams/fdetach.c: Likewise.
30247 * streams/getmsg.c: Likewise.
30248 * streams/getpmsg.c: Likewise.
30249 * streams/putmsg.c: Likewise.
30250 * streams/putpmsg.c: Likewise.
30251 * sysdeps/unix/bsd/getpt.c: Likewise.
30252 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
30253 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
30254 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
30255 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30256 Likewise.
30257 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
30258 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30259 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
30260 * sysvipc/msgctl.c: Likewise.
30261 * sysvipc/msgget.c: Likewise.
30262 * sysvipc/msgrcv.c: Likewise.
30263 * sysvipc/msgsnd.c: Likewise.
30264 * sysvipc/semctl.c: Likewise.
30265 * sysvipc/semget.c: Likewise.
30266 * sysvipc/semop.c: Likewise.
30267 * sysvipc/semtimedop.c: Likewise.
30268 * sysvipc/shmat.c: Likewise.
30269 * sysvipc/shmctl.c: Likewise.
30270 * sysvipc/shmdt.c: Likewise.
30271 * sysvipc/shmget.c: Likewise.
30272 * termios/tcdrain.c: Likewise.
30273 * termios/tcflow.c: Likewise.
30274 * termios/tcflush.c: Likewise.
30275 * termios/tcgetattr.c: Likewise.
30276 * termios/tcgetpgrp.c: Likewise.
30277 * termios/tcsendbrk.c: Likewise.
30278 * termios/tcsetattr.c: Likewise.
30279 * termios/tcsetpgrp.c: Likewise.
30280 * time/adjtime.c: Likewise.
30281 * time/clock.c: Likewise.
30282 * time/getitimer.c: Likewise.
30283 * time/gettimeofday.c: Likewise.
30284 * time/setitimer.c: Likewise.
30285 * time/settimeofday.c: Likewise.
30286 * time/stime.c: Likewise.
30287 * time/time.c: Likewise.
30288
302892012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 30290
a20492cf
PT
30291 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
30292 /usr/old/bin.
30293
72e182e3
PT
30294 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
30295 instead of spaces.
30296 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
30297
fbeafede
JM
302982012-11-03 Joseph Myers <joseph@codesourcery.com>
30299
5b5b04d6
JM
30300 [BZ #14796]
30301 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
30302 FE_TONEAREST before applying Dekker multiplication and Knuth
30303 addition. Clear inexact exceptions and check for exact zero
30304 results afterwards.
30305 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30306 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30307 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30308 * math/libm-test.inc (fma_test): Add more tests.
30309 (fma_test_towardzero): Likewise.
30310 (fma_test_downward): Likewise.
30311 (fma_test_upward): Likewise.
30312 * sysdeps/generic/math_private.h (default_libc_fesetround): New
30313 function.
30314 (libc_fesetround): New macro.
30315 (libc_fesetroundf): Likewise.
30316 (libc_fesetroundl): Likewise.
30317 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
30318 function.
30319 (libc_fesetround_387): Likewise.
30320 (libc_fesetroundf): New macro.
30321 (libc_fesetround): Likewise.
30322 (libc_fesetroundl): Likewise.
30323 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
30324 function.
30325 (libc_fesetroundf): New macro.
30326 (libc_fesetround): Likewise.
30327 (libc_fesetroundl): Likewise.
30328 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
30329 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
30330 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
30331 libm_hidden_ver.
30332 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
30333 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
30334 libm_hidden_def.
30335 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
30336 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
30337 libm_hidden_ver.
30338 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
30339 libm_hidden_def.
30340
fbeafede
JM
30341 [BZ #3439]
30342 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
30343 integer constant usable in #if and use that to give value to enum
30344 constant.
30345 (FE_DIVBYZERO): Likewise.
30346 (FE_UNDERFLOW): Likewise.
30347 (FE_OVERFLOW): Likewise.
30348 (FE_INVALID): Likewise.
30349 (FE_INVALID_SNAN): Likewise.
30350 (FE_INVALID_ISI): Likewise.
30351 (FE_INVALID_IDI): Likewise.
30352 (FE_INVALID_ZDZ): Likewise.
30353 (FE_INVALID_IMZ): Likewise.
30354 (FE_INVALID_COMPARE): Likewise.
30355 (FE_INVALID_SOFTWARE): Likewise.
30356 (FE_INVALID_SQRT): Likewise.
30357 (FE_INVALID_INTEGER_CONVERSION): Likewise.
30358 (FE_TONEAREST): Likewise.
30359 (FE_TOWARDZERO): Likewise.
30360 (FE_UPWARD): Likewise.
30361 (FE_DOWNWARD): Likewise.
30362 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
30363 (FE_DIVBYZERO): Likewise.
30364 (FE_OVERFLOW): Likewise.
30365 (FE_UNDERFLOW): Likewise.
30366 (FE_INEXACT): Likewise.
30367 (FE_TONEAREST): Likewise.
30368 (FE_DOWNWARD): Likewise.
30369 (FE_UPWARD): Likewise.
30370 (FE_TOWARDZERO): Likewise.
30371 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
30372 (FE_UNDERFLOW): Likewise.
30373 (FE_OVERFLOW): Likewise.
30374 (FE_DIVBYZERO): Likewise.
30375 (FE_INVALID): Likewise.
30376 (FE_TONEAREST): Likewise.
30377 (FE_TOWARDZERO): Likewise.
30378 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
30379 (FE_OVERFLOW): Likewise.
30380 (FE_UNDERFLOW): Likewise.
30381 (FE_DIVBYZERO): Likewise.
30382 (FE_INEXACT): Likewise.
30383 (FE_TONEAREST): Likewise.
30384 (FE_TOWARDZERO): Likewise.
30385 (FE_UPWARD): Likewise.
30386 (FE_DOWNWARD): Likewise.
30387 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
30388 (FE_DIVBYZERO): Likewise.
30389 (FE_OVERFLOW): Likewise.
30390 (FE_UNDERFLOW): Likewise.
30391 (FE_INEXACT): Likewise.
30392 (FE_TONEAREST): Likewise.
30393 (FE_DOWNWARD): Likewise.
30394 (FE_UPWARD): Likewise.
30395 (FE_TOWARDZERO): Likewise.
30396
105ca950
CM
303972012-11-02 Chris Metcalf <cmetcalf@tilera.com>
30398
30399 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
30400
a542b389
AS
304012012-11-03 Andreas Schwab <schwab@linux-m68k.org>
30402
30403 * scripts/cross-test-ssh.sh (command): Use newlines to separate
30404 commands. Quote $PWD.
30405 (blacklist_exports): Don't use remove_newlines. Replace "declare
30406 -x" by "export".
30407 (remove_newlines): Remove.
30408
f62c8abc
L
304092012-11-02 H.J. Lu <hongjiu.lu@intel.com>
30410
30411 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
30412 * stdlib/stdlib.h (atof): Moved to ...
30413 * include/bits/stdlib-float.h: Here. New file.
30414 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
30415 * stdlib/bits/stdlib-float.h: New file.
30416 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
30417 -mno-sse -mno-mmx.
30418 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
30419 <xmmintrin.h>.
30420
0155d5b2
JM
304212012-11-02 Joseph Myers <joseph@codesourcery.com>
30422
a68d0680
JM
30423 * conform/conformtest.pl (@headers): Add fenv.h.
30424 * conform/data/fenv.h-data: New file.
30425 * include/fenv.h [_ISOMAC]: Disable all contents of file except
30426 include of <math/fenv.h>.
30427
caf7f573
JM
30428 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
30429 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
30430 && !UNIX98]. Enables tests for XOPEN2K8.
30431 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
30432 POSIX2008]: Likewise.
30433
6c073ad6
JM
30434 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
30435 (struct rusage): Do not expect type or its members.
30436
0155d5b2
JM
30437 [BZ #3439]
30438 * math/math.h (FP_NAN): Define macro to integer constant usable in
30439 #if and use that to give value to enum constant.
30440 (FP_INFINITE): Likewise.
30441 (FP_ZERO): Likewise.
30442 (FP_SUBNORMAL): Likewise.
30443 (FP_NORMAL): Likewise.
30444
b5dcacb4
AS
304452012-11-02 Andreas Schwab <schwab@linux-m68k.org>
30446
30447 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
30448 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
30449 arguments.
30450
f7934be8
RM
304512012-11-02 Roland McGrath <roland@hack.frob.com>
30452
30453 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
30454 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
30455 autoconf-time if not.
30456 * configure.in: Remove AC_PREREQ.
30457
d7d08bde
TMQMF
304582012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30459
30460 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
30461 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
30462 of the internal implementation.
30463
dcdae19a
JM
304642012-11-02 Joseph Myers <joseph@codesourcery.com>
30465
30466 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
30467 except include of <misc/sys/syslog.h>.
30468
d6cffd3e
AS
304692012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30470
30471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
30472 function returns with a NULL context exit with zero.
30473
b3563932
TMQMF
304742012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30475
30476 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
30477
b288a93d
L
304782012-11-01 H.J. Lu <hongjiu.lu@intel.com>
30479
30480 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
30481 (run_program_cmd): This.
30482 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
30483 (tst_langinfo): New variable. Use it.
30484
a2421a68
SAS
304852012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
30486
30487 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
30488 floating point opcodes.
30489
6f796e1b
TS
304902012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30491
7402596b
TS
30492 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
30493 variable.
30494
d0d4f868
TS
30495 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
30496
6f796e1b
TS
30497 * sysdeps/mach/hurd/powerpc: Remove directory.
30498 * sysdeps/mach/powerpc: Likewise.
30499
4da224a2
AS
305002012-11-01 Andreas Schwab <schwab@linux-m68k.org>
30501
30502 * scripts/check-local-headers.sh: Ignore c++ headers.
30503
341dd673
TS
305042012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30505
30506 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
30507 __libc_cleanup_region_start argument.
30508
473611b2
JM
305092012-11-01 Joseph Myers <joseph@codesourcery.com>
30510
30511 [BZ #14784]
30512 [BZ #14785]
30513 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
30514 x * y using scaling, not as x * y + z.
30515 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30516 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30517 * math/libm-test.inc (fma_test): Add more tests.
30518 (fma_test_towardzero): Likewise.
30519 (fma_test_downward): Likewise.
30520 (fma_test_upward): Likewise.
30521
4078da3d
TS
305222012-11-01 Thomas Schwinge <thomas@codesourcery.com>
30523
30524 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
30525
903252aa
JM
305262012-10-31 Joseph Myers <joseph@codesourcery.com>
30527
30528 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
30529 New variable.
30530
cbc818d0
TS
305312012-10-31 Thomas Schwinge <thomas@codesourcery.com>
30532
30533 * rt/tst-shm.c (worker): Correct checking for mmap failure.
30534
5a03cb1e
AS
305352012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30536
30537 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30538 Fix sort order.
30539 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30540 Likewise.
30541
90aff2ff
TMQMF
305422012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30543
30544 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30545 Fix the order of the list for glibc 2.17.
30546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30547 Likewise.
30548
1818fcb7
AS
305492012-10-31 Andreas Schwab <schwab@linux-m68k.org>
30550
30551 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30552
ef82f4da
JM
305532012-10-31 Joseph Myers <joseph@codesourcery.com>
30554
16a0e2ec
JM
30555 [BZ #14610]
30556 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
30557 for low part of x being zero before using __atanl (y).
30558 * math/libm-test.inc (atan2_test): Add another test.
30559
0eb69512
JM
30560 * manual/install.texi (Configuring and compiling): Document
30561 general use of test-wrapper and test-wrapper-env.
30562 * INSTALL: Regenerated.
30563
ef82f4da
JM
30564 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
30565 (__fma): Do not extract and scale down low bits on after-rounding
30566 systems when result rounded to normal precision would have normal
30567 exponent.
30568 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
30569 (__fmal): Do not extract and scale down low bits on after-rounding
30570 systems when result rounded to normal precision would have normal
30571 exponent.
30572 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
30573 (__fmal): Do not extract and scale down low bits on after-rounding
30574 systems when result rounded to normal precision would have normal
30575 exponent.
30576 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
30577 macro.
30578 (fma_test): Add more tests.
30579 (fma_test_towardzero): Likewise.
30580 (fma_test_downward): Likewise.
30581 (fma_test_upward): Likewise.
30582
954ef0d9
L
305832012-10-30 H.J. Lu <hongjiu.lu@intel.com>
30584
30585 * sysdeps/i386/tininess.h: Renamed to ...
30586 * sysdeps/x86/tininess.h: This.
30587 * sysdeps/x86_64/tininess.h: Removed.
30588
df61ffb2
JM
305892012-10-30 Joseph Myers <joseph@codesourcery.com>
30590
30591 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
30592 input. Use $(build-program-cmd).
30593 ($(objpfx)tst-array1-static.out): Likewise.
30594 ($(objpfx)tst-array2.out): Likewise.
30595 ($(objpfx)tst-array3.out): Likewise.
30596 ($(objpfx)tst-array4.out): Likewise.
30597 ($(objpfx)tst-array5.out): Likewise.
30598 ($(objpfx)tst-array5-static.out): Likewise.
30599
01767843
CM
306002012-10-30 Chris Metcalf <cmetcalf@tilera.com>
30601
47cc1490
CM
30602 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
30603 if defined.
30604
01767843
CM
30605 * nss/nsswitch.h (nss_interface_function): Provide new
30606 macro for use with NSS functions.
30607 * grp/initgroups.c: Use new macro.
30608 * nss/getXXbyYY.c: Likewise.
30609 * nss/getXXbyYY_r.c: Likewise.
30610 * nss/getXXent.c: Likewise.
30611 * nss/getXXent_r.c: Likewise.
30612 * sysdeps/posix/getaddrinfo.c: Likewise.
30613
8321aa97
AJ
306142012-10-30 Andreas Jaeger <aj@suse.de>
30615
30616 * po/ru.po: Update Russion translation from translation project.
30617
2a27fd6d
JM
306182012-10-30 Joseph Myers <joseph@codesourcery.com>
30619
8627a232
JM
30620 [BZ #14152]
30621 [BZ #14783]
30622 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
30623 result and shift together with sticky bit instead of replicating
30624 round-to-nearest rounding.
30625 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30626 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30627 * math/libm-test.inc (fma_test): Add more tests. Do not permit
30628 missing underflow exceptions.
30629 (fma_test_towardzero): Add more tests.
30630 (fma_test_downward): Likewise.
30631 (fma_test_upward): Likewise.
30632
2a27fd6d
JM
30633 [BZ #14047]
30634 * sysdeps/generic/tininess.h: New file.
30635 * sysdeps/i386/tininess.h: Likewise.
30636 * sysdeps/sh/tininess.h: Likewise.
30637 * sysdeps/x86_64/tininess.h: Likewise.
30638 * stdlib/tst-strtod-underflow.c: Likewise.
30639 * stdlib/tst-tininess.c: Likewise.
30640 * stdlib/strtod_l.c: Include <tininess.h>.
30641 (round_and_return): Do not set errno for exact underflow cases.
30642 Force an underflow exception when setting errno for underflow.
30643 Determine underflow based on rounding to normal precision if
30644 TININESS_AFTER_ROUNDING.
30645 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
30646 ERANGE for exact underflow cases.
30647 * stdlib/Makefile (tests): Add tst-tininess and
30648 tst-strtod-underflow.
30649 ($(objpfx)tst-tininess): Use $(link-libm).
30650 ($(objpfx)tst-strtod-underflow): Likewise.
30651
e7170363
AJ
306522012-10-30 Andreas Jaeger <aj@suse.de>
30653
e5088dc6
AJ
30654 [BZ#14767]
30655 * elf/Makefile (tests): Remove conditional for have-initfini-array
30656 since this is now always required and the variable does not exist
30657 anymore.
30658 (tests-static): Likewise.
30659 (modules-names): Likewise.
30660
e7170363 30661 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
30662
30663 * elf/tst-array1.c (fini_array): Make writeable so that it can be
30664 merged with constructor/destructor.
30665 (init_array): Likewise.
30666 * elf/tst-array2dep.c (fini_array): Likewise.
30667 (init_array): Likewise.
30668
60457d8a
MF
306692012-10-29 Mike Frysinger <vapier@gentoo.org>
30670
30671 * manual/message.texi: Delete @cartouche tags.
30672
8bece752
PT
306732012-10-29 Pino Toscano <toscano.pino@tiscali.it>
30674
94ce799f
PT
30675 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
30676 EOPNOTSUPP.
30677 * sysdeps/mach/hurd/fsync.c: Likewise.
30678
8bece752
PT
30679 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
30680 [_POSIX_REALTIME_SIGNALS]: Change condition to
30681 [_POSIX_REALTIME_SIGNALS > 0].
30682
86ebe6b1
AJ
306832012-10-27 Andreas Jaeger <aj@suse.de>
30684
30685 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
30686 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
30687 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
30688 [__WORDSIZE != 64]: Likewise.
30689
54399c08
L
306902012-10-26 H.J. Lu <hongjiu.lu@intel.com>
30691
30692 * iconvdata/tst-table.sh: Remove ${SHELL}.
30693 * iconvdata/tst-tables.sh: Likewise.
30694
e2211bed
DM
306952012-10-25 David S. Miller <davem@davemloft.net>
30696
30697 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30698 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
30699 of strtoull.
30700
f303f97c
DM
30701 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
30702 ifunc-impl-list.c
30703 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
30704 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
30705 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
30706 file.
30707
1e9d84cd
RM
307082012-10-25 Roland McGrath <roland@hack.frob.com>
30709
30710 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30711 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
30712 __getdirentries.
30713
df381762
JM
307142012-10-25 Joseph Myers <joseph@codesourcery.com>
30715 Jim Blandy <jimb@codesourcery.com>
30716
30717 * scripts/cross-test-ssh.sh: New file.
30718 * manual/install.texi (Configuring and compiling): Document use of
30719 cross-test-ssh.sh.
30720 * INSTALL: Regenerated.
30721
bff64913
PT
307222012-10-25 Pino Toscano <toscano.pino@tiscali.it>
30723
30724 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
30725 EOPNOTSUPP.
30726
25fe8932
JM
307272012-10-25 Joseph Myers <joseph@codesourcery.com>
30728
30729 * Makeconfig (run-program-prefix): Fix comment.
30730
cc1290d0
JM
307312012-10-24 Joseph Myers <joseph@codesourcery.com>
30732 Jim Blandy <jimb@codesourcery.com>
30733
30734 * Makeconfig (test-wrapper): New variable,
30735 (test-wrapper-env): Likewise.
30736 [$(cross-compiling) = yes && $(test-wrapper) != ""]
30737 (run-built-tests): Define to yes.
30738 (run-program-prefix): Use $(test-wrapper).
30739 (built-program-cmd): Likewise.
30740 * Rules (make-test-out): Use $(test-wrapper-env) and
30741 $(host-built-program-cmd).
30742 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
30743 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
30744 tst-pathopt.sh.
30745 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
30746 $(test-wrapper-env) to tst-rtld-load-self.sh.
30747 ($(objpfx)order2.out): Use $(test-wrapper).
30748 ($(objpfx)tst-initorder.out): Likewise.
30749 ($(objpfx)tst-initorder2.out): Likewise.
30750 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
30751 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
30752 (test_wrapper_env): New variable. Use it to run ld.so.
30753 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
30754 Use it to run ld.so.
30755 (test_wrapper_env): Likewise.
30756 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
30757 $(test-wrapper) to run-iconv-test.sh.
30758 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
30759 (ICONV): Use $test_wrapper.
30760 * posix/Makefile ($(objpfx)globtest.out): Pass
30761 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
30762 globtest.sh, not $(run-program-prefix).
30763 * posix/globtest.sh (run_via_rtld_prefix): New variable.
30764 (test_wrapper): Likewise.
30765 (test_wrapper_env): Likewise. Use it to run globtest with HOME
30766 set together with run_via_rtld_prefix.
30767 (run_program_prefix): Define in terms of test_wrapper and
30768 run_via_rtld_prefix.
30769
6e6249d0
RM
307702012-10-24 Roland McGrath <roland@hack.frob.com>
30771
30772 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
30773 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
30774 Targets removed.
30775
30776 [BZ #14743]
30777 * include/time.h: Remove librt_hidden_proto (clock_gettime).
30778 Declare __clock_getres, __clock_gettime, __clock_settime,
30779 __clock_nanosleep, and __clock_getcpuclockid.
30780 * rt/clock_gettime.c: Define __clock_gettime as an alias.
30781 Remove librt_hidden_def (clock_gettime).
30782 * sysdeps/unix/clock_gettime.c: Likewise.
30783 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
30784 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
30785 * rt/clock_getres.c: Define __clock_getres as an alias.
30786 * sysdeps/posix/clock_getres.c: Likewise.
30787 * rt/clock_settime.c: Define __clock_settime as an alias.
30788 * sysdeps/unix/clock_settime.c: Likewise.
30789 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
30790 * sysdeps/unix/clock_nanosleep.c: Likewise.
30791 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
30792 * rt/clock-compat.c: New file.
30793 * rt/Makefile (librt-routines): Add clock-compat and move
30794 $(clock-routines) to ...
30795 (routines): ... here, new variable.
30796 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
30797 Don't add get_clockfreq here.
30798 * rt/Versions (libc: GLIBC_2.17): New version set.
30799 Add clock_* symbols here.
30800 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
30801 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
30802 (GLIBC_2.17): Add clock_* symbols.
30803 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
30804 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
30805 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
30806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
30807 Likewise.
30808 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
30809 Likewise.
30810 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
30811 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
30812 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
30813 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
30814 * NEWS: Mention the move.
30815
30816 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
30817 Use __open, __read, __close rather than their public counterparts.
30818 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
30819 (__get_clockfreq_via_cpuinfo): Likewise.
30820 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
30821 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
30822
30823 * config.h.in (HAVE_IFUNC): New #undef.
30824 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
30825 was successful.
30826 * configure: Regenerated.
30827
0cae3f4b
MF
308282012-10-24 Mike Frysinger <vapier@gentoo.org>
30829
30830 * configure.in: Move READELF check to start of file.
30831 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
30832 libc_cv_asm_gnu_indirect_function in the process.
30833 * configure: Regenerated.
30834
8175a253
MF
308352012-10-24 Mike Frysinger <vapier@gentoo.org>
30836
30837 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
30838 send the output to /dev/null.
30839 (libc_cv_cc_with_libunwind): Likewise.
30840 (libc_cv_as_noexecstack): Likewise.
30841 * configure: Regenerate.
30842
0708a7d1
JM
308432012-10-24 Joseph Myers <joseph@codesourcery.com>
30844
10b40d85
JM
30845 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
30846
0708a7d1
JM
30847 * posix/globtest.sh (TMPDIR): Do not set.
30848 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
30849 (testout): Likewise.
30850
9fddec1a
AJ
308512012-10-24 Andreas Jaeger <aj@suse.de>
30852
3a8db22f
AJ
30853 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
30854 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
30855 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
30856 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
30857 posix_fadvise64, posix_fallocate64.
30858
9fddec1a
AJ
30859 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
30860 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
30861 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
30862 Likewise.
30863 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
30864 Likewise.
30865 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
30866
30867 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
30868 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
30869 <bits/fcntl-linux.h>.
30870 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
30871
30872 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
30873 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
30874 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
30875 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
30876 [__WORDSIZE != 64]: Likewise.
30877
ebfd1bbd
JM
308782012-10-23 Joseph Myers <joseph@codesourcery.com>
30879
03ac099f
JM
30880 * Makeconfig (run-built-tests): New variable.
30881 * Rules [$(cross-compiling) = yes]: Change condition to
30882 [$(run-built-tests) = no].
30883 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
30884 to [$(run-built-tests) = yes].
30885 * elf/Makefile [$(cross-compiling) = no]: Likewise
30886 * grp/Makefile [$(cross-compiling) = no]: Likewise.
30887 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
30888 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
30889 * intl/Makefile [$(cross-compiling) = no]: Likewise.
30890 * io/Makefile [$(cross-compiling) = no]: Likewise.
30891 * libio/Makefile [$(cross-compiling) = no]: Likewise.
30892 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
30893 * misc/Makefile [$(cross-compiling) = no]: Likewise.
30894 * posix/Makefile [$(cross-compiling) = no]: Likewise.
30895 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
30896 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
30897 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
30898 * string/Makefile [$(cross-compiling) = no]: Likewise.
30899
ebfd1bbd
JM
30900 * posix/Makefile ($(objpfx)globtest.out): Pass
30901 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
30902 $(rtld-installed-name).
30903 * posix/globtest.sh (elf_objpfx): Remove variable.
30904 (rtld_installed_name): Likewise.
30905 (library_path): Likewise.
30906 (run_program_prefix): New variable. Use for running globtest
30907 binary.
30908
166bca24
JB
309092012-10-23 Jim Blandy <jimb@codesourcery.com>
30910 Joseph Myers <joseph@codesourcery.com>
30911
30912 * Makeconfig (host-built-program-cmd): New variable.
30913 * elf/Makefile (tst-stackguard1-ARGS): Use
30914 $(host-built-program-cmd).
30915 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
30916 (tst-spawn-ARGS): Likewise.
30917 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
30918
88866099
JM
309192012-10-23 Joseph Myers <joseph@codesourcery.com>
30920 Jim Blandy <jimb@codesourcery.com>
30921
30922 * Makeconfig (run-via-rtld-prefix): New variable.
30923 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
30924 (built-program-cmd): Likewise.
30925
b4b4c296
AJ
309262012-10-22 Andreas Jaeger <aj@suse.de>
30927
30928 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
30929 __O_RSYNC if it exists, otherwise to O_SYNC.
30930
6fb54a22
JB
309312012-10-22 Jim Blandy <jimb@codesourcery.com>
30932 Joseph Myers <joseph@codesourcery.com>
30933
30934 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
30935 /dev/null.
30936 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
30937 from /dev/null
30938 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
30939 /dev/null.
30940
481b90b9
AJ
309412012-10-22 Andreas Jaeger <aj@suse.de>
30942
2a0e2669
AJ
30943 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
30944 Define always.
30945 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
30946
76e38f9a
AJ
30947 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30948 bits/fcntl-linux.h.
30949
7cd37b43
AJ
30950 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
30951 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
30952
481b90b9
AJ
30953 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
30954 to __O_LARGEFILE.
30955 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
30956 to __O_LARGEFILE.
30957
aba75984
JB
309582012-10-21 Jim Blandy <jimb@codesourcery.com>
30959 Joseph Myers <joseph@codesourcery.com>
30960
30961 * config.make.in (NM): New variable.
30962
88d4247f
AJ
309632012-10-21 Andreas Jaeger <aj@suse.de>
30964
30965 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
30966 definitions and declarations that are provided by
30967 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
30968
f2eed205
L
309692012-10-20 H.J. Lu <hongjiu.lu@intel.com>
30970
30971 [BZ #14683]
30972 * elf/Makefile (tests-static): Add tst-leaks1-static.
30973 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
30974 ($(objpfx)tst-leaks1-static): New rule.
30975 ($(objpfx)tst-leaks1-static-mem): Likewise.
30976 (tst-leaks1-static-ENV): New macro.
30977 * elf/dl-open.c (dl_open_worker): Check the main application
30978 only if SHARED is defined.
30979 * elf/tst-leaks1-static.c: New file.
30980
335e6931
AJ
309812012-10-20 Andreas Jaeger <aj@suse.de>
30982
30983 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
30984 generic values for Linux.
30985 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
30986 and declarations that are provided by <bits/fcntl-linux.h> and
30987 include <bits/fcntl-linux.h>.
30988 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30989 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30990
ac5c94d3
RM
309912012-10-20 Roland McGrath <roland@hack.frob.com>
30992
30993 * io/fcntl.h: Move include of <bits/types.h> to the top and
30994 include it unconditionally.
30995
de54b33a
L
309962012-10-20 H.J. Lu <hongjiu.lu@intel.com>
30997
228cfb01
L
30998 * wcsmbs/Makefile (tests-ifunc): New variable.
30999 (tests): Add $(tests-ifunc).
31000 * wcsmbs/test-wcschr-ifunc.c: New file.
31001 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
31002 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
31003 * wcsmbs/test-wcslen-ifunc.c: Likewise.
31004 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
31005 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
31006
69f07e5f
L
31007 * string/Makefile (tests-ifunc): New variable.
31008 (tests): Add $(tests-ifunc).
31009 * string/test-memccpy.c (TEST_NAME): New macro.
31010 * string/test-memchr.c (TEST_NAME): Likewise.
31011 * string/test-memcmp.c (TEST_NAME): Likewise.
31012 * string/test-memcpy.c (TEST_NAME): Likewise.
31013 * string/test-memmem.c (TEST_NAME): Likewise.
31014 * string/test-memmove.c (TEST_NAME): Likewise.
31015 * string/test-memset.c (TEST_NAME): Likewise.
31016 * string/test-rawmemchr.c (TEST_NAME): Likewise.
31017 * string/test-stpcpy.c (TEST_NAME): Likewise.
31018 * string/test-stpncpy.c (TEST_NAME): Likewise.
31019 * string/test-strcasecmp.c (TEST_NAME): Likewise.
31020 * string/test-strcasestr.c (TEST_NAME): Likewise.
31021 * string/test-strcat.c (TEST_NAME): Likewise.
31022 * string/test-strchr.c (TEST_NAME): Likewise.
31023 * string/test-strcmp.c(TEST_NAME): Likewise.
31024 * string/test-strcpy.c (TEST_NAME): Likewise.
31025 * string/test-strcspn.c (TEST_NAME): Likewise.
31026 * string/test-strlen.c (TEST_NAME): Likewise.
31027 * string/test-strncasecmp.c (TEST_NAME): Likewise.
31028 * string/test-strncmp.c (TEST_NAME): Likewise.
31029 * string/test-strncpy.c (TEST_NAME): Likewise.
31030 * string/test-strnlen.c (TEST_NAME): Likewise.
31031 * string/test-strpbrk.c (TEST_NAME): Likewise.
31032 * string/test-strrchr.c (TEST_NAME): Likewise.
31033 * string/test-strspn.c (TEST_NAME): Likewise.
31034 * string/test-strstr.c (TEST_NAME): Likewise.
31035 * string/test-bcopy-ifunc.c: New file.
31036 * string/test-bzero-ifunc.c: Likewise.
31037 * string/test-memccpy-ifunc.c: Likewise.
31038 * string/test-memchr-ifunc.c: Likewise.
31039 * string/test-memcmp-ifunc.c: Likewise.
31040 * string/test-memcpy-ifunc.c: Likewise.
31041 * string/test-memmem-ifunc.c: Likewise.
31042 * string/test-memmove-ifunc.c: Likewise.
31043 * string/test-mempcpy-ifunc.c: Likewise.
31044 * string/test-memset-ifunc.c: Likewise.
31045 * string/test-rawmemchr-ifunc.c: Likewise.
31046 * string/test-stpcpy-ifunc.c: Likewise.
31047 * string/test-stpncpy-ifunc.c: Likewise.
31048 * string/test-strcasecmp-ifunc.c: Likewise.
31049 * string/test-strcasestr-ifunc.c: Likewise.
31050 * string/test-strcat-ifunc.c: Likewise.
31051 * string/test-strchr-ifunc.c: Likewise.
31052 * string/test-strchrnul-ifunc.c: Likewise.
31053 * string/test-strcmp-ifunc.c: Likewise.
31054 * string/test-strcpy-ifunc.c: Likewise.
31055 * string/test-strcspn-ifunc.c: Likewise.
31056 * string/test-strlen-ifunc.c: Likewise.
31057 * string/test-strncasecmp-ifunc.c: Likewise.
31058 * string/test-strncat-ifunc.c: Likewise.
31059 * string/test-strncmp-ifunc.c: Likewise.
31060 * string/test-strncpy-ifunc.c: Likewise.
31061 * string/test-strnlen-ifunc.c: Likewise.
31062 * string/test-strpbrk-ifunc.c: Likewise.
31063 * string/test-strrchr-ifunc.c: Likewise.
31064 * string/test-strspn-ifunc.c: Likewise.
31065 * string/test-strstr-ifunc.c: Likewise.
31066
de54b33a
L
31067 * debug/Makefile (tests-ifunc): New variable.
31068 (tests): Add $(tests-ifunc).
31069 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
31070 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
31071 * debug/test-stpcpy_chk-ifunc.c: New file.
31072 * debug/test-strcpy_chk-ifunc.c: Likewise.
31073
88481c16
SP
310742012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
31075
31076 [BZ #13601]
31077 * elf/dl-load.c (open_verify): Retry read if the entire ELF
31078 header is not read in.
31079
135948bd
JM
310802012-10-19 Joseph Myers <joseph@codesourcery.com>
31081
89f1c388
JM
31082 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
31083 script to $(SHELL) as $<. Pass $(common-objpfx) to script
31084 directly. Pass built executable to script as
31085 $(built-program-cmd).
31086 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
31087 $testprogram without using LD_LIBRARY_PATH and $ldso.
31088
e40a0d21
JM
31089 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
31090 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
31091 $(rtld-installed-name).
31092 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
31093 (rtld_installed_name): Likewise.
31094 (library_path): Likewise.
31095 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
31096 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
31097 $(run-program-prefix) to tst-tables.sh.
31098 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
31099 it to run tst-table-from and tst-table-to.
31100 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
31101 Pass it to tst-table.sh.
31102 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
31103 $(run-program-prefix) to tst-gettext.sh.
31104 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
31105 tst-translit.sh.
31106 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
31107 tst-gettext2.sh.
31108 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
31109 to run tst-gettext.
31110 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
31111 to run tst-gettext2.
31112 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
31113 to run tst-translit.
31114 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
31115 $(run-program-prefix) to tst-mtrace.sh.
31116 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
31117 to run tst-mtrace.
31118 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
31119 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
31120 $(rtld-installed-name).
31121 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
31122 (rtld_installed_name): Likewise.
31123 (run_program_prefix): New variable. Use it to run wordexp-test.
31124
728e272a
JM
31125 * Makeconfig (ARCH): Remove all definitions.
31126 (machine): Likewise.
31127 [ARCH]: Remove conditional code.
31128 [!objdir]: Give error.
31129 [!objdir] (objpfx): Remove.
31130 [!objdir] (common-objpfx): Likewise.
31131 [!objdir] (common-objdir): Likewise.
31132 * configure.in (config_makefile): Remove. Hardcode Makefile in
31133 AC_CONFIG_FILES call.
31134 * configure: Regenerated.
31135
d528cdcf
JM
31136 [BZ #13888]
31137 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
31138 or TMPDIR.
31139 (testout): Likewise.
31140
135948bd
JM
31141 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
31142 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
31143 $(rtld-installed-name).
31144 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
31145 (rtld_installed_name): Likwise.
31146 (runit): Remove function.
31147 (run_getconf): New variable, Use it for running getconf binary.
31148
38c78296
L
311492012-10-18 H.J. Lu <hongjiu.lu@intel.com>
31150
31151 [BZ #14716]
31152 * string/test-memmem.c (check_result): New function.
31153 (do_one_test): Use it.
31154 (check1): New function.
31155 (test_main): Use it.
31156
d077f65f
MT
311572012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
31158
31159 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
31160
ced52c71
JM
311612012-10-18 Joseph Myers <joseph@codesourcery.com>
31162
31163 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
31164 (_G_LSEEK64): Likewise.
31165 (_G_MMAP64): Likewise.
31166 (_G_FSTAT64): Likewise.
31167 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
31168 (_G_LSEEK64): Likewise.
31169 (_G_MMAP64): Likewise.
31170 (_G_FSTAT64): Likewise.
31171 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
31172 unconditional. Call __mmap64 directly.
31173 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
31174 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
31175 __lseek64 directly.
31176 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
31177 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
31178 __mmap64 directly.
31179 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
31180 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
31181 __lseek64 directly.
31182 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
31183 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
31184 __lseek64 directly.
31185 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
31186 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
31187 __lseek64 directly.
31188 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
31189 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
31190 __fxstat64 directly.
31191 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
31192 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
31193 unconditional.
31194 (freopen64) [!_G_OPEN64]: Remove conditional code.
31195 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
31196 unconditional.
31197 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
31198 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
31199 unconditional.
31200 (ftello64) [!_G_LSEEK64]: Remove conditional code.
31201 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
31202 unconditional.
31203 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31204 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
31205 unconditional.
31206 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
31207 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
31208 unconditional.
31209 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31210 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
31211 unconditional.
31212 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
31213 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
31214 unconditional.
31215 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
31216
b741de23
SP
312172012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
31218
31219 [BZ #12140]
31220 * manual/memory.texi (Malloc Tunable Parameters): Add note
31221 about free list pointers overwriting some perturb bytes.
31222 Wording suggested by Roland McGrath.
31223
f9b9d9c9
JM
312242012-10-17 Joseph Myers <joseph@codesourcery.com>
31225
31226 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
31227 (lgamma_test): Likewise.
31228 (tgamma_test): Likewise.
31229
172a631a
FW
312302012-10-16 Florian Weimer <fweimer@redhat.com>
31231
31232 [BZ #14700]
31233 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
31234 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
31235
e9f37252
MK
312362012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
31237
31238 * NEWS: Mention BZ #14716.
31239 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
31240 when removing AVAILABLE1_USES_J macro.
31241
d394eb74
L
312422012-10-12 H.J. Lu <hongjiu.lu@intel.com>
31243
31244 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
31245 (__bswap_64): __uint64_t for unsigned 64-bit int.
31246
ca38dc17
AS
312472012-10-12 Andreas Schwab <schwab@linux-m68k.org>
31248
31249 * include/string.h (memmem): Declare libc hidden alias.
31250 * string/memmem.c (memmem): Define libc hidden alias.
31251 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
31252 __read, __close instead of open, read, close.
31253
9a387d1f
L
312542012-10-11 H.J. Lu <hongjiu.lu@intel.com>
31255
ac49ecaf
L
31256 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
31257 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
31258 global and hidden.
31259 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
31260 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
31261 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
31262 Likewise.
31263 (__rawmemchr_sse2): Likewise.
31264 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
31265 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
31266 (__strchr_sse2): Likewise.
31267 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
31268 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
31269 (__strcasecmp_sse2): Likewise.
31270 (__strncasecmp_sse2): Likewise.
31271 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
31272 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
31273 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
31274 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
31275 (__strrchr_sse2): Likewise.
31276 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
31277 ifunc-impl-list.c.
31278 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
31279 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
31280 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
31281 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31282 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
31283 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
31284 * sysdeps/x86_64/multiarch/memset.S: Likewise.
31285 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31286 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
31287 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
31288 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
31289 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
31290 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
31291 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
31292 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
31293 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
31294 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
31295 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
31296 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
31297 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
31298 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
31299 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
31300 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
31301 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31302 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
31303 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31304 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
31305 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31306 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
31307 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
31308
b090e8ea
L
31309 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
31310 global and hidden.
31311 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
31312 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
31313 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
31314 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
31315 Likewise.
31316 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
31317 Likewise.
31318 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
31319 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
31320 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
31321 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
31322 ifunc-impl-list.c.
31323 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
31324 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
31325 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
31326 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
31327 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
31328 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
31329 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
31330 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
31331 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
31332 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
31333 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
31334 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
31335 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
31336 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
31337 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
31338 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
31339 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
31340 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
31341 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
31342 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
31343 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
31344 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
31345 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
31346 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
31347 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
31348 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
31349 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
31350 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
31351 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
31352 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
31353 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
31354 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
31355 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
31356 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
31357 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
31358 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
31359 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
31360 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
31361 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
31362 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
31363 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
31364
11dd4af6
L
31365 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
31366 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
31367 * include/ifunc-impl-list.h: New file.
31368 * misc/ifunc-impl-list.c: Likewise.
31369 * misc/Makefile (routines): Add ifunc-impl-list.
31370 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
31371 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
31372 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
31373 TEST_NAME]: New variables.
11dd4af6
L
31374 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
31375 are defined.
31376 (test_init): Call __libc_ifunc_impl_list to initialize
31377 func_list if TEST_IFUNC and TEST_NAME are defined.
31378
9a387d1f
L
31379 * string/Makefile (strop-tests): Add bcopy and bzero.
31380 * string/test-bcopy.c: New file.
31381 * string/test-bzero.c: Likewise.
31382 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
31383 defined.
31384 * string/test-memset.c: Support bzero test if TEST_BZERO is
31385 defined.
31386 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
31387 __libc_memmove.
31388 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
31389 __libc_memset.
31390 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
31391 of memset.
31392
472371b9
JM
313932012-10-10 Joseph Myers <joseph@codesourcery.com>
31394
1e4a9536
JM
31395 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
31396 * configure: Regenerated.
31397
d173d12e
JM
31398 * Makeconfig (+link-static-before-libc): Don't include
31399 $(link-static-libc).
31400
472371b9
JM
31401 * libio/libio.h (_IO_pos_t): Remove.
31402
89a3ad0b
AO
314032012-10-10 Alexandre Oliva <aoliva@redhat.com>
31404
31405 * NEWS: Add note about FIPS mode. Wording suggested by Roland
31406 McGrath.
31407
e7451425
AO
314082012-10-10 Alexandre Oliva <aoliva@redhat.com>
31409
31410 * crypt/crypt-entry.c: Include fips-private.h.
31411 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
31412 * crypt/md5c-test.c (main): Tolerate disabled MD5.
31413 * sysdeps/unix/sysv/linux/fips-private.h: New file.
31414 * sysdeps/generic/fips-private.h: New file, dummy fallback.
31415
4ba74a35
AO
314162012-10-10 Alexandre Oliva <aoliva@redhat.com>
31417
31418 * crypt/crypt-private.h: Include stdbool.h.
31419 (_ufc_setup_salt_r): Return bool.
31420 * crypt/crypt-entry.c: Include errno.h.
31421 (__crypt_r): Return NULL with EINVAL for bad salt.
31422 * crypt/crypt_util.c (bad_for_salt): New.
31423 (_ufc_setup_salt_r): Check that salt is long enough and within
31424 the specified alphabet.
31425 * crypt/badsalttest.c: New file.
31426 * crypt/Makefile (tests): Add it.
31427 ($(objpfx)badsalttest): New.
31428
f96f1242
MK
314292012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
31430
31431 * NEWS: Add entry for BZ #14602.
31432
0e8e0c1c
JM
314332012-10-09 Joseph Myers <joseph@codesourcery.com>
31434
31435 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
31436 type-generic.
31437 * math/libm-test.inc: Update comment listing what functions and
31438 macros are tested.
31439 (isgreater_test): New function.
31440 (isgreaterequal_test): Likewise.
31441 (isless_test): Likewise.
31442 (islessequal_test): Likewise.
31443 (islessgreater_test): Likewise.
31444 (isunordered_test): Likewise.
31445 (main): Call the new functions.
31446
273edc5e
RM
314472012-10-09 Roland McGrath <roland@hack.frob.com>
31448
b8493de0
RM
31449 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
31450 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
31451 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
31452 * sysdeps/i386/configure: Regenerated.
31453 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
31454 * sysdeps/mach/configure: Regenerated.
31455 * sysdeps/mach/hurd/configure: Regenerated.
31456 * sysdeps/powerpc/configure: Regenerated.
31457 * sysdeps/powerpc/powerpc32/configure: Regenerated.
31458 * sysdeps/powerpc/powerpc64/configure: Regenerated.
31459 * sysdeps/s390/s390-32/configure: Regenerated.
31460 * sysdeps/s390/s390-64/configure: Regenerated.
31461 * sysdeps/sh/configure: Regenerated.
31462 * sysdeps/sparc/configure: Regenerated.
31463 * sysdeps/unix/sysv/linux/configure: Regenerated.
31464 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
31465 * sysdeps/x86_64/configure: Regenerated.
31466
273edc5e
RM
31467 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
31468 defined. Don't check if MAP is NULL.
31469
c8450f70
JM
314702012-10-09 Joseph Myers <joseph@codesourcery.com>
31471
31472 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
31473 (_G_stat64): Likewise.
31474 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
31475 (_G_stat64): Likewise.
31476 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
31477 instead of struct _G_stat64.
31478 * libio/fileops.c (mmap_remap_check): Likewise.
31479 (decide_maybe_mmap): Likewise.
31480 (_IO_new_file_seekoff): Likewise.
31481 (_IO_file_stat): Likewise.
31482 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
31483 _G_off64_t.
31484 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
31485 instead of struct _G_stat64.
31486 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31487
57e605ba
MK
314882012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
31489
31490 [BZ #14602]
31491 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31492 Replace with ...
31493 (CHECK_EOL): New macro.
31494 (two_way_short_needle): Check beginning of haystack for EOL. Use
31495 CHECK_EOL.
31496 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31497 Replace with CHECK_EOL.
31498 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
31499 Replace with CHECK_EOL.
31500
ef1bb361
JM
315012012-10-08 Joseph Myers <joseph@codesourcery.com>
31502
31503 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
31504 type-generic.
31505 * math/libm-test.inc: Update comment listing what functions and
31506 macros are tested.
31507 (finite_test): New function.
31508 (isinf_test): Likewise.
31509 (isnan_test): Likewise.
31510 (fpclassify_test): Test subnormal input.
31511 (isfinite_test): Likewise.
31512 (isnormal_test): Likewise.
31513 (main): Call the new functions.
31514
55f11534
JN
315152012-10-08 Jonathan Nieder <jrnieder@gmail.com>
31516
31517 [BZ #14660]
31518 * Makerules (%.dynsym): Force C locale when running
31519 $(OBJDUMP) --dynamic-syms.
31520
1ab29350
AS
315212012-10-08 Andreas Schwab <schwab@linux-m68k.org>
31522
31523 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
31524 <stdint.h>.
31525
f1ecb7ef
DM
315262012-10-06 David S. Miller <davem@davemloft.net>
31527
31528 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
31529 upper 32-bits of the length value in %o2 since we use branch-on-register
31530 tests which consider the entire 64-bit register.
31531
5d41d91a
L
315322012-10-06 H.J. Lu <hongjiu.lu@intel.com>
31533
31534 * string/test-strstr.c (check2): Add a test for page boundary.
31535
3baddb72
DM
315362012-10-05 David S. Miller <davem@davemloft.net>
31537
31538 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
31539 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
31540 file.
31541 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31542 sysdep_routines.
31543 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31544 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
31545 and bzero when HWCAP_SPARC_CRYPTO is present.
31546
9cee5585
L
315472012-10-05 H.J. Lu <hongjiu.lu@intel.com>
31548
d7e0dab9
L
31549 [BZ #14602]
31550 * string/test-strstr.c (check2): New function.
31551 (test_main): Call check2.
31552
03759f47
L
31553 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
31554 and bug-strchr1.
31555 * string/bug-strcasestr1.c (do_test): Moved to ...
31556 * string/test-strcasestr.c (check1): Here. New function.
31557 (do_one_test): Break out result checking code into ...
31558 (check_result): This. New function.
31559 (do_one_test): Call check_result.
31560 (test_main): Call check1.
31561 * string/bug-strchr1.c (do_test): Moved to ...
31562 * string/test-strchr.c (check1): Here. New function.
31563 (do_one_test): Break out result checking code into ...
31564 (check_result): This. New function.
31565 (do_one_test): Call check_result.
31566 (test_main): Call check1.
31567 * string/bug-strstr1.c (main): Moved to ...
046f153e 31568 * string/test-strstr.c (check1): Here. New function.
03759f47
L
31569 (do_one_test): Break out result checking code into ...
31570 (check_result): This. New function.
31571 (do_one_test): Call check_result.
31572 (test_main): Call check1.
31573 * string/bug-strcasestr1.c: Removed.
31574 * string/bug-strchr1.c: Likewise.
31575 * string/bug-strstr1.c: Likewise.
31576
53cea63e
L
31577 * elf/Makefile (dl-routines): Add hwcaps.
31578 * elf/dl-support.c (_dl_important_hwcaps): Removed.
31579 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
31580 (_dl_important_hwcaps): Moved to ...
31581 * elf/dl-hwcaps.c: Here. New file.
31582 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
31583
9cee5585 31584 [BZ #14557]
bb859b06
L
31585 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
31586 if IS_IN_rtld isn't defined.
31587
9cee5585
L
31588 * elf/dl-support.c (_dl_sysinfo_map): New.
31589 Include "get-dynamic-info.h" and "setup-vdso.h".
31590 (_dl_non_dynamic_init): Call setup_vdso.
31591 * elf/dynamic-link.h: Don't include <assert.h>.
31592 (elf_get_dynamic_info): Moved to ...
31593 * elf/get-dynamic-info.h: Here. New file.
31594 * elf/dynamic-link.h: Include "get-dynamic-info.h".
31595 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
31596 * elf/setup-vdso.h: Here. New file.
31597 * elf/rtld.c: Include "setup-vdso.h".
31598 (dl_main): Call setup_vdso.
31599
23c31b76
JM
316002012-10-05 Joseph Myers <joseph@codesourcery.com>
31601
28234b07
JM
31602 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
31603 creal in comment listing functions tested. List finite, isinf,
31604 isnan, isless, islessequal, isgreater, isgreaterequal,
31605 islessgreater, isunordered, lgamma_r and pow10 as functions and
31606 macros not tested. Mention which functions not tested are aliases
31607 for other functions. Fix typo. Note that signs of NaNs are not
31608 tested.
31609
23c31b76
JM
31610 * scripts/config.guess: Update from config.git.
31611 * scripts/config.sub: Likewise.
31612
9043e228
RM
316132012-10-04 Roland McGrath <roland@hack.frob.com>
31614
31615 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
31616 * misc/madvise.c (madvise): Renamed to __madvise.
31617 Make madvise a weak alias.
31618 * include/sys/mman.h: Declare __madvise.
31619 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
31620 * sysdeps/unix/syscalls.list
31621 (madvise): Make __madvise the strong name, and madvise a weak alias.
31622 * sysdeps/unix/sysv/linux/syscalls.list
31623 (madvise, mmap): Remove redundant entries.
31624 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
31625 * malloc/malloc.c (mtrim): Likewise.
31626 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
31627
f57f8055
RM
316282012-10-03 Roland McGrath <roland@hack.frob.com>
31629
31630 * sysdeps/mach/hurd/dl-cache.c: File removed.
31631 * config.h.in (USE_LDCONFIG): New #undef.
31632 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
31633 * configure: Regenerated.
31634 * elf/Makefile (dl-routines): Add dl-cache only under
31635 [$(use-ldconfig) = yes].
31636 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
31637 cache on [USE_LDCONFIG].
31638 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
31639 [USE_LDCONFIG].
31640 * elf/rtld.c (dl_main): Likewise.
31641
5bb0c10a
PT
316422012-10-03 Pino Toscano <toscano.pino@tiscali.it>
31643
31644 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
31645 _SC_LEVEL4_CACHE_LINESIZE.
31646
010188c6
RM
316472012-10-03 Roland McGrath <roland@hack.frob.com>
31648
31649 * sysdeps/unix/bsd/confstr.h: File removed.
31650
b6c5ec07
AO
316512012-10-02 Alexandre Oliva <aoliva@redhat.com>
31652
31653 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
31654 sys/sdt-config.h.
31655
408223d4
RM
316562012-10-02 Roland McGrath <roland@hack.frob.com>
31657
31658 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
31659 Make 'mapoff' field ElfW(Off) rather than off_t.
31660
bb9510dc
DL
316612012-10-02 Dmitry V. Levin <ldv@altlinux.org>
31662
fc997c6e
DL
31663 * nscd/Makefile: Remove nscd-cflags and all its users.
31664 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
31665 (CFLAGS-nonlib): Add compiler flags for nscd modules.
31666
bb9510dc
DL
31667 [BZ #10631]
31668 * malloc.c (malloc_printerr): Clarify error message.
31669
05699367
L
316702012-10-02 H.J. Lu <hongjiu.lu@intel.com>
31671
31672 [BZ #14648]
31673 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31674 Set bit_FMA_Usable if FMA is supported.
31675 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
31676 macro.
31677 (bit_FMA4_Usable): Updated.
31678 (index_FMA_Usable): New macro.
31679 (CPUID_FMA): Likewise
31680 (HAS_FMA): Defined with bit_FMA_Usable.
31681
51367701
RM
316822012-10-01 Roland McGrath <roland@hack.frob.com>
31683
31684 * bits/types.h (__swblk_t): Type removed.
31685 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31686 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
31687 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31688 (__SWBLK_T_TYPE): Likewise.
31689 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31690 (__SWBLK_T_TYPE): Likewise.
31691 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31692 (__SWBLK_T_TYPE): Likewise.
31693 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
31694 (__SWBLK_T_TYPE): Likewise.
31695
4d57bf63 316962012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 31697 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
31698
31699 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
31700 (xdr_mapname): Use YPMAXMAP as maxsize.
31701 (xdr_peername): Use YPMAXPEER as maxsize.
31702 (xdr_keydat): Use YPAXRECORD as maxsize.
31703 (xdr_valdat): Use YPMAXRECORD as maxsize.
31704
93c65d43
RM
317052012-10-01 Roland McGrath <roland@hack.frob.com>
31706
497a03d6
RM
31707 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
31708
93c65d43
RM
31709 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
31710 * csu/init-first.c: ... here.
31711 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
31712 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
31713 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
31714 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
31715 * sysdeps/i386/init-first.c: File removed.
31716 * sysdeps/sh/init-first.c: File removed.
31717
bec749fd
JM
317182012-10-01 Joseph Myers <joseph@codesourcery.com>
31719
31720 [BZ #14645]
31721 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
31722 if x * y might underflow to zero and z is zero.
31723 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31724 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31725 * math/libm-test.inc (min_subnorm_value): New variable.
31726 (fma_test): Add more tests.
31727 (fma_test_towardzero): Likewise.
31728 (fma_test_downward): Likewise
31729 (fma_test_upward): Likewise.
31730 (initialize): Set min_subnorm_value.
31731
8ec5b013
JM
317322012-09-29 Joseph Myers <joseph@codesourcery.com>
31733
31734 [BZ #14638]
31735 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
31736 0 + 0.
31737 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
31738 mode for addition resulting in exact zero.
31739 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
31740 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
31741 exact 0 + 0.
31742 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
31743 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31744 * math/libm-test.inc (fma_test): Add more tests.
31745 (fma_test_towardzero): New function.
31746 (fma_test_downward): Likewise.
31747 (fma_test_upward): Likewise.
31748 (main): Call the new functions.
31749
b1fa802e
DM
317502012-09-28 David S. Miller <davem@davemloft.net>
31751
31752 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
31753
d3b9fd9e
RM
317542012-09-28 Roland McGrath <roland@hack.frob.com>
31755
ea4d37b3
RM
31756 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
31757 instead of SIGALRM.
31758
ac51c949
RM
31759 * sysdeps/gnu/_G_config.h: Moved to ...
31760 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
31761 * sysdeps/mach/hurd/_G_config.h: Moved to ...
31762 * sysdeps/generic/_G_config.h: ... here.
31763
28c195f7
RM
31764 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
31765
848917f9
RM
31766 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
31767
6bacf05b
RM
31768 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
31769 Conditionalize target on [libnss_test1.so-version].
31770
91363dbb
RM
31771 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
31772
cc87f7d8
RM
31773 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
31774 (elfobjdir): Move out of conditionals.
31775
b1c608fe
RM
31776 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
31777 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
31778 (__nss_lookup_function): Conditionalize label remove_from_tree on
31779 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 31780
1d9a6d96
DM
317812012-09-28 David S. Miller <davem@davemloft.net>
31782
31783 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
31784 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
31785 file.
31786 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
31787 sysdep_routines.
31788 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
31789 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
31790 when HWCAP_SPARC_CRYPTO is present.
31791
72581615
PT
317922012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31793
31794 * io/tst-mknodat.c: Create a FIFO instead of a socket.
31795
715a900c
JL
317962012-09-28 Andreas Schwab <schwab@linux-m68k.org>
31797
31798 [BZ #6530]
31799 * stdio-common/vfprintf.c (process_string_arg): Revert
31800 2000-07-22 change.
31801
318022011-09-28 Jonathan Nieder <jrnieder@gmail.com>
31803
31804 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
31805 for testcase.
31806 * stdio-common/tst-sprintf.c: Include <locale.h>
31807 (main): Test sprintf's handling of incomplete multibyte
31808 characters.
31809
9bac1d86
L
318102012-09-28 H.J. Lu <hongjiu.lu@intel.com>
31811
31812 * elf/dl-runtime.c (VERSYMIDX): Removed.
31813 * elf/dl-version.c (VERSYMIDX): Likewise.
31814 * elf/do-rel.h (VERSYMIDX): Likewise.
31815 (VALIDX): Likewise.
31816 * elf/dynamic-link.h (VERSYMIDX): Likewise.
31817 * elf/rtld.c (VALIDX): Likewise.
31818 (ADDRIDX): Likewise.
9bac1d86
L
31819 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
31820 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
31821 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
31822 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
31823 (VALIDX): Likewise.
31824 (ADDRIDX): Likewise.
9bac1d86 31825
b31606c0
PT
318262012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31827
31828 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
31829
11541177
JL
318302012-09-28 Dmitry V. Levin <ldv@altlinux.org>
31831
31832 [BZ #11438]
31833 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
31834 to global scope.
31835 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
31836 addresses are in the same scope as 192.0.2/24.
31837 * posix/gai.conf: Document new scope table defaults.
31838
adb26fae
SP
318392012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31840
31841 [BZ #5298]
31842 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
31843 for ftell. Compute offsets from write pointers instead.
31844 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
31845
4573c6b0
SP
318462012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31847
31848 [BZ #14543]
31849 * libio/Makefile (tests): New test case tst-fseek.
31850 * libio/tst-fseek.c: New test case to verify that fseek/ftell
31851 combination works in wide mode.
31852 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
31853 state when the external buffer state changes.
31854
aa9bbfe6
DM
318552012-09-27 David S. Miller <davem@davemloft.net>
31856
31857 [BZ #14376]
31858 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
31859 pass reloc->r_addend in as the 'high' argument to
31860 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
31861
784421e7
DM
31862 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31863
c39bc8b8
PT
318642012-09-28 Pino Toscano <toscano.pino@tiscali.it>
31865
31866 * rt/tst-aio2.c: Include <pthread.h>.
31867 * rt/tst-aio3.c: Likewise.
31868
1ccc2399
SE
318692012-09-27 Steve Ellcey <sellcey@mips.com>
31870
31871 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
31872
31ed4153
L
318732012-09-27 H.J. Lu <hongjiu.lu@intel.com>
31874
25f5f885
L
31875 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
31876 contents on [SHARED].
31ed4153 31877
b7bfe116
MP
318782012-09-26 Marek Polacek <polacek@redhat.com>
31879
31880 [BZ #14530]
31881 [BZ #13741]
31882 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
31883 for C++ and GCC <4.3 as well as for non GCC compilers.
31884
43c4edba
MT
318852012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
31886
31887 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31888
6a1bf82f
RM
318892012-09-25 Roland McGrath <roland@hack.frob.com>
31890
31891 * Makefile.in (all, install): Declare with .PHONY.
31892 Reported by Michael Hope <michael.hope@linaro.org>.
31893
8ad11b9a
TMQMF
318942012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31895
31896 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
31897 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
31898 system header.
31899 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
31900 Likewise.
31901 (sydep_routines): Add the new and the internal functions.
31902 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
31903 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
31904 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
31905 (GLIBC_2.17): Add the new function.
31906 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
31907 (GLIBC_2.17): Likewise.
31908 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
31909 (GLIBC_2.17): Likewise.
31910 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
31911 (GLIBC_2.17): Likewise.
31912 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
31913
7e2fca8d
AM
319142012-09-25 Alan Modra <amodra@gmail.com>
31915
31916 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
31917 Add release barrier before setting once_control to say
31918 initialisation is done. Add hints on lwarx. Use macro in
31919 place of isync.
31920 (clear_once_control): Add release barrier.
31921
b87c4b24
JM
319222012-09-25 Joseph Myers <joseph@codesourcery.com>
31923
d032e0d2
JM
31924 [BZ #13629]
31925 * math/s_clog.c (__clog): Handle more values close to |z| = 1
31926 specially.
31927 * math/s_clog10.c (__clog10): Likewise.
31928 * math/s_clog10f.c (__clog10f): Likewise.
31929 * math/s_clog10l.c (__clog10l): Likewise.
31930 * math/s_clogf.c (__clogf): Likewise.
31931 * math/s_clogl.c (__clogl): Likewise.
31932 * math/Makefile (libm-calls): Add x2y2m1.
31933 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
31934 (__x2y2m1): Likewise.
31935 (__x2y2m1l): Likewise.
31936 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
31937 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
31938 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
31939 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
31940 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
31941 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
31942 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
31943 * sysdeps/i386/fpu/libm-test-ulps: Update.
31944 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31945
b87c4b24
JM
31946 [BZ #14621]
31947 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
31948 int as type of variable DEPTH.
31949 (glob): Use size_t instead of int as type of variables NEWCOUNT
31950 and OLD_PATHC.
31951
6d3bf199
LD
319522012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
31953
22bf5c17
LD
31954 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31955 Add s_sincosf-sse2.
31956 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
31957 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
31958 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
31959 macros for using routine as __sincosf_ia32.
31960 Use macro for function declaration and weak_alias.
31961 * sysdeps/i386/fpu/libm-test-ulps: Update.
31962
31963 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
31964 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31965
31966 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
31967 subnormal argument.
31968 * math/s_cexpf.c (__cexpf): Likewise.
31969 * math/s_csinf.c (__csinf): Likewise.
31970 * math/s_csinhf.c (__csinhf): Likewise.
31971 * math/s_ctanf.c (__ctanf): Likewise.
31972 * math/s_ctanhf.c (__ctanhf): Likewise.
31973 * math/s_ccosh.c (__ccoshf): Likewise.
31974 * math/s_cexp.c (__cexpl): Likewise.
31975 * math/s_csin.c (__csin): Likewise.
31976 * math/s_csinh.c (__csinh): Likewise.
31977 * math/s_ctan.c (__ctan): Likewise.
31978 * math/s_ctanh.c (ctanh): Likewise.
31979 * math/s_ccoshl.c (__ccoshl): Likewise.
31980 * math/s_cexpl.c (__cexpl): Likewise.
31981 * math/s_csinl.c (__csinl): Likewise.
31982 * math/s_csinhl.c (__csinhl): Likewise.
31983 * math/s_ctanl.c (__ctanl): Likewise.
31984 * math/s_ctanhl.c (__ctanhl): Likewise.
31985
203e5603
JM
319862012-09-25 Joseph Myers <joseph@codesourcery.com>
31987
31988 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
31989 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
31990 (_IO_off_t): Define to __off_t, not _G_off_t.
31991 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
31992 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
31993 (_IO_wint_t): Define to wint_t, not _G_wint_t.
31994 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
31995 type of __dummy and __dummy2 fields.
31996 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
31997 (_G_ssize_t): Likewise.
31998 (_G_off_t): Likewise.
31999 (_G_pid_t): Likewise.
32000 (_G_uid_t): Likewise.
32001 (_G_wchar_t): Likewise.
32002 (_G_wint_t): Likewise.
32003 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
32004 (_G_ssize_t): Likewise.
32005 (_G_off_t): Likewise.
32006 (_G_pid_t): Likewise.
32007 (_G_uid_t): Likewise.
32008 (_G_wchar_t): Likewise.
32009 (_G_wint_t): Likewise.
32010 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
32011 (_G_ssize_t): Likewise.
32012 (_G_off_t): Likewise.
32013 (_G_pid_t): Likewise.
32014 (_G_uid_t): Likewise.
32015 (_G_wchar_t): Likewise.
32016 (_G_wint_t): Likewise.
32017
9fab36eb
SP
320182012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
32019
32020 * malloc/arena.c: Include malloc-sysdep.h.
32021 (shrink_heap): Use check_may_shrink_heap to decide if madvise
32022 is sufficient to shrink the heap or an unmap is needed.
32023 * sysdeps/generic/malloc-sysdep.h: New file. Define
32024 new function check_may_shrink_heap.
32025 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
32026 new function check_may_shrink_heap.
32027
2b4f00d1
SP
320282012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
32029
32030 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
32031 comments.
32032
9a9028b1
DL
320332012-09-24 Dmitry V. Levin <ldv@altlinux.org>
32034
57c69bef
DL
32035 * catgets/test-gencat.sh: Add "set -e".
32036 * elf/tst-pathopt.sh: Likewise.
32037 * grp/tst_fgetgrent.sh: Likewise.
32038 * iconvdata/run-iconv-test.sh: Likewise.
32039 * intl/tst-gettext.sh: Likewise.
32040 * intl/tst-gettext2.sh: Likewise.
32041 * intl/tst-gettext4.sh: Likewise.
32042 * intl/tst-gettext6.sh: Likewise.
32043 * intl/tst-translit.sh: Likewise.
32044 * io/ftwtest-sh: Likewise.
32045 * libio/test-freopen.sh: Likewise.
32046 * malloc/tst-mtrace.sh: Likewise.
32047 * posix/globtest.sh: Likewise.
32048 * posix/tst-getconf.sh: Likewise.
32049 * posix/wordexp-tst.sh: Likewise.
32050 * stdio-common/tst-printf.sh: Likewise.
32051 * stdio-common/tst-unbputc.sh: Likewise.
32052 * stdlib/tst-fmtmsg.sh: Likewise.
32053 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32054 * catgets/Makefile: Do not specify -e option when running
32055 testsuite shell scripts.
32056 * elf/Makefile: Likewise.
32057 * grp/Makefile: Likewise.
32058 * iconvdata/Makefile: Likewise.
32059 * intl/Makefile: Likewise.
32060 * io/Makefile: Likewise.
32061 * libio/Makefile: Likewise.
32062 * malloc/Makefile: Likewise.
32063 * posix/Makefile: Likewise.
32064 * stdio-common/Makefile: Likewise.
32065 * stdlib/Makefile: Likewise.
32066 * sysdeps/x86_64/Makefile: Likewise.
32067
9a9028b1
DL
32068 * io/ftwtest-sh: Add copyright header.
32069 * posix/globtest.sh: Likewise.
32070 * posix/tst-getconf.sh: Likewise.
32071 * posix/wordexp-tst.sh: Likewise.
32072 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
32073
ced6f16e
L
320742012-09-24 H.J. Lu <hongjiu.lu@intel.com>
32075
94b32c39
L
32076 [BZ #13679]
32077 * Makeconfig (+link): Defined as $(+link-static) if
32078 $(build-shared) isn't yes.
32079 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
32080 isn't yes.
32081 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
32082
189e935b
L
32083 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
32084
ced6f16e
L
32085 [BZ #14562]
32086 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
32087 new chunk size with MALLOC_ALIGN_MASK.
32088
a9f8e53a
JM
320892012-09-24 Joseph Myers <joseph@codesourcery.com>
32090
32091 [BZ #5044]
32092 * stdio-common/printf_fphex.c: Include <stdbool.h> and
32093 <rounding-mode.h>.
32094 (__printf_fphex): Determine rounding using get_rounding_mode and
32095 round_away.
32096 * stdio-common/tst-printf-round.c (struct hex_test): New
32097 structure.
32098 (hex_tests): New variable.
32099 (test_hex_in_one_mode): New function.
32100 (do_test): Also run tests for hex float output.
32101
43153109
JM
321022012-09-21 Joseph Myers <joseph@codesourcery.com>
32103
32104 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32105 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32106 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
32107 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
32108 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
32109 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
32110 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32111 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
32112
8a26625d
JM
321132012-09-20 Joseph Myers <joseph@codesourcery.com>
32114
32115 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
32116 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
32117 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
32118 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
32119
f3fd569c
DL
321202012-09-19 Dmitry V. Levin <ldv@altlinux.org>
32121
32122 [BZ #14579]
32123 * elf/rtld.c (dl_main): Limit the check for self loading to normal
32124 mode only.
32125 * elf/tst-rtld-load-self.sh: New test.
32126 * elf/Makefile: Run it.
32127
63bbedd4
JM
321282012-09-18 Joseph Myers <joseph@codesourcery.com>
32129
32130 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
32131 (tst-writev-ENV): Remove.
32132 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
32133
626f8b6a
CM
321342012-09-17 Chris Metcalf <cmetcalf@tilera.com>
32135
32136 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
32137
b7aaa4d6
JM
321382012-09-17 Joseph Myers <joseph@codesourcery.com>
32139
32140 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
32141 unconditional.
32142 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
32143 Likewise.
32144 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
32145 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
32146 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
32147 Likewise.
32148
65513990
L
321492012-09-14 H.J. Lu <hongjiu.lu@intel.com>
32150
32151 [BZ #14587]
32152 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
32153 * config.make.in (have-cpp-asm-debuginfo): Removed.
32154 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
32155 * configure: Regenerated.
32156
784761be
JM
321572012-09-14 Joseph Myers <joseph@codesourcery.com>
32158
32159 [BZ #5044]
32160 * stdio-common/printf_fp.c: Include <stdbool.h> and
32161 <rounding-mode.h>.
32162 (___printf_fp): Determine rounding using get_rounding_mode and
32163 round_away.
32164 * stdio-common/tst-printf-round.c: New file.
32165 * stdio-common/Makefile (tests): Add tst-printf-round.
32166 (link-libm): New variable.
32167 ($(objpfx)tst-printf-round): Depend in $(link-libm).
32168
9503345f
L
321692012-09-13 H.J. Lu <hongjiu.lu@intel.com>
32170
32171 [BZ #14576]
32172 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
32173 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
32174 Likewise.
32175 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
32176 Likewise.
32177
ad35fc00
JM
321782012-09-13 Joseph Myers <joseph@codesourcery.com>
32179
32180 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
32181 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32182 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32183 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
32184
6c9b0f68
JM
321852012-09-12 Joseph Myers <joseph@codesourcery.com>
32186
32187 [BZ #14518]
32188 * include/rounding-mode.h: New file.
32189 * sysdeps/generic/get-rounding-mode.h: Likewise.
32190 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
32191 * stdlib/strtod_l.c: Include <rounding-mode.h>.
32192 (MAX_VALUE): New macro.
32193 (MIN_VALUE): Likewise.
32194 (overflow_value): New function.
32195 (underflow_value): Likewise.
32196 (round_and_return): Use overflow_value and underflow_value to
32197 determine return values in overflow and underflow cases. Use
32198 round_away to determine rounding depending on rounding mode.
32199 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
32200 determine return values in overflow and underflow cases.
32201 * stdlib/tst-strtod-round.c: Include <fenv.h>.
32202 (struct test_results): New structure.
32203 (struct test): Use struct test_results to store expected results
32204 for all rounding modes.
32205 (TEST): Include expected results for all rounding modes.
32206 (test_in_one_mode): New function.
32207 (do_test): Use test_in_one_mode to compute and check results.
32208 Check results for all rounding modes.
32209 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
32210 $(link-libm).
32211
19fcedd5
AM
322122012-12-09 Allan McRae <allan@archlinux.org>
32213
1e9d84cd 32214 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 32215
8bbfd2f1
JM
322162012-09-11 Joseph Myers <joseph@codesourcery.com>
32217
32218 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
32219 (_G_int32_t): Likewise.
32220 (_G_uint16_t): Likewise.
32221 (_G_uint32_t): Likewise.
32222 (_G_HAVE_BOOL): Likewise.
32223 (_G_HAVE_ATEXIT): Likewise.
32224 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32225 (_G_HAVE_IO_FILE_OPEN): Likewise.
32226 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
32227 (_G_int32_t): Likewise.
32228 (_G_uint16_t): Likewise.
32229 (_G_uint32_t): Likewise.
32230 (_G_HAVE_BOOL): Likewise.
32231 (_G_HAVE_ATEXIT): Likewise.
32232 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32233 (_G_HAVE_IO_FILE_OPEN): Likewise.
32234 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
32235 (_G_int32_t): Likewise.
32236 (_G_uint16_t): Likewise.
32237 (_G_uint32_t): Likewise.
32238 (_G_HAVE_BOOL): Likewise.
32239 (_G_HAVE_ATEXIT): Likewise.
32240 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
32241 (_G_HAVE_IO_FILE_OPEN): Likewise.
32242
b1dc5912
L
322432012-09-11 H.J. Lu <hongjiu.lu@intel.com>
32244
32245 * csu/libc-tls.c: Update copyright years.
32246
0e886ef9
JM
322472012-09-10 Joseph Myers <joseph@codesourcery.com>
32248
28361c5e
JM
32249 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
32250 [!_G_USING_THUNKS]: Remove conditional code.
32251 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
32252 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
32253
0e886ef9
JM
32254 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
32255 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
32256 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32257 (_G_VTABLE_LABEL_PREFIX): Likewise.
32258 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32259 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32260 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32261 (_G_VTABLE_LABEL_PREFIX): Likewise.
32262 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32263 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
32264 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
32265 (_G_VTABLE_LABEL_PREFIX): Likewise.
32266 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
32267
bcba7aa2
L
322682012-09-10 H.J. Lu <hongjiu.lu@intel.com>
32269
32270 * libio/Makefile: Include ../Makeconfig before tests.
32271 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
32272 only if $(build-shared) is yes.
32273
06585ee8
L
32274 * iconv/gconv_db.c: Update copyright years.
32275
80ccd52c
LD
322762012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32277
32278 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
32279 unwind info if defined PIC. Fix special cases description.
32280 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
32281
32282 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
32283 DP_HI_MASK entry.
32284 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
32285
691bc9c1
L
322862012-09-07 H.J. Lu <hongjiu.lu@intel.com>
32287
3d9b46b3
L
32288 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
32289
de2139a9
L
32290 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
32291 is NULL.
32292
5ca78dd0
L
32293 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
32294 (LDLIBS-tst-chk4): This.
32295 (LDFLAGS-tst-chk5): Renamed to ...
32296 (LDLIBS-tst-chk5): This.
32297 (LDFLAGS-tst-chk6): Renamed to ...
32298 (LDLIBS-tst-chk6): This.
32299 (LDFLAGS-tst-lfschk4): Renamed to ...
32300 (LDLIBS-tst-lfschk4): This.
32301 (LDFLAGS-tst-lfschk5): Renamed to ...
32302 (LDLIBS-tst-lfschk5): This.
32303 (LDFLAGS-tst-lfschk6): Renamed to ...
32304 (LDLIBS-tst-lfschk6): This.
32305
691bc9c1
L
32306 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
32307 on $(common-objpfx)soversions.mk.
32308
65cafb1c
JM
323092012-09-07 Joseph Myers <joseph@codesourcery.com>
32310
32311 [BZ #10014]
32312 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
32313 example host name.
32314
c78ab094
SP
323152012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
32316
32317 * malloc/arena.c (arena_get_retry): New function that gets
32318 another arena for the caller to try its request on.
32319 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
32320 current arena cannot fulfill the request.
32321 (__libc_memalign): Likewise.
32322 (__libc_memalign): Likewise.
32323 (__libc_pvalloc): Likewise.
32324 (__libc_calloc): Likewise.
32325
01f49f59
JT
323262012-09-05 John Tobey <john.tobey@gmail.com>
32327
32328 [BZ #13542]
32329 * manual/arith.texi (Operations on Complex): Fix description
32330 of carg branch cut.
32331
4c23fed5
JM
323322012-09-06 Joseph Myers <joseph@codesourcery.com>
32333
1d3c8572
JM
32334 [BZ #10014]
32335 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
32336 host name.
32337
4c23fed5
JM
32338 [BZ #10038]
32339 * manual/memory.texi (Memory): Make order of menu items match
32340 order of sections.
32341
04570aaa
L
323422012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32343
32344 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
32345 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
32346 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
32347
b80af2f4
L
323482012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32349
32350 * csu/libc-tls.c (static_dtv): Renamed to ...
32351 (_dl_static_dtv): This. Make it global.
32352 (_dl_initial_dtv): Removed.
32353 (__libc_setup_tls): Updated.
32354 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
32355 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
32356 DL_INITIAL_DTV.
32357
2abe9f15
PM
323582012-09-06 Petr Machata <pmachata@redhat.com>
32359
32360 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
32361 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
32362 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
32363 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
32364
0948c3af
L
323652012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32366
32367 [BZ #14545]
32368 * csu/libc-tls.c (_dl_initial_dtv): New variable.
32369 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
32370 freeing dtv[-1].
32371
a5055ad1
L
323722012-09-06 H.J. Lu <hongjiu.lu@intel.com>
32373
32374 [BZ #14544]
32375 * Makeconfig (link-static-before-libc): Replace $(+prector)
32376 with $(+prectorT).
32377 (link-static-after-libc): Replace $(+postctor) with
32378 $(+postctorT).
32379 (link-bounded): Replace $(+prector)/$(+postctor) with
32380 $(+prectorT)/$(+postctorT).
32381 (+prectorT): New macro.
32382 (+postctorT): Likewise.
32383
ed8c2ecd
JM
323842012-09-06 Joseph Myers <joseph@codesourcery.com>
32385
32386 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
32387 (round_str): Handle values above the maximum for IBM long double
32388 as inexact.
32389 * stdlib/tst-strtod-round.c (tests): Regenerated.
32390
14c996c8
AK
323912012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32392
32393 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
32394 assembler flag.
32395 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
32396 zarch_nohighgprs around the zarch optimized routines.
32397 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
32398 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
32399 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
32400 for zarch.
32401
430d6ce6
DM
324022012-09-05 David S. Miller <davem@davemloft.net>
32403
32404 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32405
57f41c40
AS
32406 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
32407 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
32408 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
32409 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
32410 entries.
32411
24d4e01b
AO
324122012-09-05 Alexandre Oliva <aoliva@redhat.com>
32413
32414 * malloc/arena.c: Fold copyright years.
32415 * malloc/mcheck.c, malloc/memusage.c: Likewise.
32416
61d58174
AO
324172012-09-05 Alexandre Oliva <aoliva@redhat.com>
32418
32419 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
32420
20196a5e
AO
324212012-09-05 Alexandre Oliva <aoliva@redhat.com>
32422
32423 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
32424
5c447383
AO
324252012-09-05 Alexandre Oliva <aoliva@redhat.com>
32426
32427 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
32428 change internal state upon failure.
32429
fad64255
AO
324302012-09-05 Alexandre Oliva <aoliva@redhat.com>
32431
32432 * malloc/mcheck.c (mcheck_check_all): Fix typo.
32433 * malloc/memusage.c (mmap): Likewise.
32434 (mmap64, mremap): Likewise. Adjust name in comment.
32435
1ffb8c90
SP
324362012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
32437
32438 * libio/fileops.c: Fix typos in comments.
32439 * libio/oldfileops.c: Likewise.
32440 * libio/wfileops.c: Likewise.
32441
6ef9cc37
SP
324422012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
32443
32444 [BZ #1349]
32445 * malloc/Makefile (tests): Add tst-malloc-usable test case.
32446 (tst-malloc-usable-ENV): Set environment for test case.
32447 * malloc/hooks.c (malloc_check_get_size): New function to get
32448 requested size.
32449 * malloc/malloc.c (musable): Use malloc_check_get_size.
32450 * malloc/tst-malloc-usable.c: New test case.
32451
4d038ae3
AS
324522012-09-05 Andreas Schwab <schwab@linux-m68k.org>
32453
32454 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
32455
c4e85184
AM
324562012-09-05 Allan McRae <allan@archlinux.org>
32457
b9dafc56 32458 [BZ #13966]
c4e85184
AM
32459 * configure.in (CXX_SYSINCLUDES): Use compiler output to
32460 determine header location.
32461 * configure: Regenerated.
32462
e1343020
AS
324632012-09-05 Andreas Schwab <schwab@linux-m68k.org>
32464
32465 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
32466 float format.
32467 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
32468 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
32469 format.
e1343020
AS
32470 (test): Regenerate.
32471
0a9f1987
DM
324722012-09-04 David S. Miller <davem@davemloft.net>
32473
32474 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
32475 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
32476 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
32477
29237804
FW
324782012-09-04 Florian Weimer <fweimer@redhat.com>
32479
32480 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
32481 failures.
32482
edb3cb88
FW
32483 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
32484
60160d83
JM
324852012-09-04 Joseph Myers <joseph@codesourcery.com>
32486
32487 [BZ #9914]
32488 * libio/iogetdelim.c: Include <limits.h>.
32489 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
32490 + len + 1 would overflow.
32491
bcd6c8dc
AJ
324922012-09-03 Andreas Jaeger <aj@suse.de>
32493
32494 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32495 * sysdeps/i386/fpu/libm-test-ulps: Update.
32496
4ffffbd2
LD
324972012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
32498
32499 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
32500 Add s_sinf-sse2, s_conf-sse2.
32501
32502 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
32503 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
32504 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
32505 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
32506
32507 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
32508 for using routine as __sinf_ia32.
32509 Use macro for function declaration and weak_alias.
32510 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
32511 for using routine as __cosf_ia32.
32512 Use macro for function declaration and weak_alias.
32513
32514 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
32515 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
32516
32517 * sysdeps/x86_64/fpu/s_sinf.S: New file.
32518 * sysdeps/x86_64/fpu/s_cosf.S: New file.
32519 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
32520
32521 * math/libm-test.inc (cos_test): Add more test cases.
32522 (sin_test): Likewise.
32523 (sincos_test): Likewise.
32524
511fa286
AK
325252012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32526
32527 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
32528 (IFUNC_RESOLVE): Make pointers to the specialized implementations
32529 hidden.
32530 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32531
5f30cfec
L
325322012-09-02 H.J. Lu <hongjiu.lu@intel.com>
32533
32534 [BZ #14538]
32535 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
32536 first element of the GOT.
32537 (elf_machine_load_address): Return the difference between
32538 the runtime address of _DYNAMIC and elf_machine_dynamic ().
32539
0786794f
AM
325402012-09-01 Allan McRae <allan@archlinux.org>
32541
5f30cfec
L
32542 [BZ #13412]
32543 * configure.in (AWK): Require gawk version 3.0 or later.
32544 * configure: Regenerated.
0786794f 32545
26889eac
JM
325462012-09-01 Joseph Myers <joseph@codesourcery.com>
32547
32548 * sysdeps/unix/sysv/linux/kernel-features.h
32549 (__ASSUME_POSIX_CPU_TIMERS): Remove.
32550 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
32551 [__NR_clock_getres]: Make code unconditional.
32552 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
32553 (clock_getcpuclockid): Remove code left unreachable by removal of
32554 conditionals.
32555 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
32556 code unconditional.
32557 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32558 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32559 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
32560 Make code unconditional.
32561 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
32562 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32563 * sysdeps/unix/sysv/linux/clock_settime.c
32564 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
32565 conditional code.
32566 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
32567 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
32568
d22e28b0
L
325692012-08-29 H.J. Lu <hongjiu.lu@intel.com>
32570
32571 [BZ #14476]
32572 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
32573 scripts/test-installation.pl.
32574
32575 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
32576 and $ld_so_version if it is set.
32577
050af9c4
SP
325782012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
32579
32580 [BZ #14516]
32581 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
32582 failure if reading from procfs failed.
32583 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
32584
ad845c0b
JM
325852012-08-27 Joseph Myers <joseph@codesourcery.com>
32586
32587 * sysdeps/unix/sysv/linux/kernel-features.h
32588 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
32589 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32590 Remove conditional code.
32591 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32592 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
32593 Remove conditional code.
32594 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32595 * sysdeps/unix/sysv/linux/i386/fxstat.c
32596 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32597 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32598 * sysdeps/unix/sysv/linux/i386/fxstatat.c
32599 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32600 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32601 * sysdeps/unix/sysv/linux/i386/lxstat.c
32602 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
32603 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32604 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
32605 Remove conditional code.
32606 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32607 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
32608 Remove conditional code.
32609 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32610 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
32611 <kernel-features.h>.
32612 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
32613 Remove.
32614 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
32615 Remove conditional code.
32616 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
32617 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
32618 Remove conditional.
32619
5dbf56af
MF
326202012-08-27 Mike Frysinger <vapier@gentoo.org>
32621
32622 [BZ #5400]
32623 * NEWS: Add fixed bug number.
32624
d6e70f43
JM
326252012-08-27 Joseph Myers <joseph@codesourcery.com>
32626
7efb4737
JM
32627 [BZ #14519]
32628 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
32629 underflowing exponent in case of negative sign.
32630 * stdlib/tst-strtod-round-data: Add more tests.
32631 * stdlib/tst-strtod-round.c (tests): Regenerated.
32632
af92131a
JM
32633 [BZ #3479]
32634 * stdlib/strtod_l.c (NDIG): Remove.
32635 (HEXNDIG): Likewise.
32636 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
32637 smallest representable value.
32638 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
32639 lie within an exact representation of 1/2 ulp of the result.
32640 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
32641 unconditionally.
32642 (TENS_P9_IDX): Define unconditionally.
32643 (TENS_P9_SIZE): Likewise.
32644 (TENS_P10_IDX): Likewise.
32645 (TENS_P10_SIZE): Likewise.
32646 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
32647 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
32648 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
32649 entries for 10^2^13 and 10^2^14.
32650 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
32651 (TENS_P13_IDX): Define.
32652 (TENS_P13_SIZE): Likewise.
32653 (TENS_P14_IDX): Likewise.
32654 (TENS_P14_SIZE): Likewise.
32655 (_fpioconst_pow10): Change array size to
32656 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
32657 unconditional.
32658 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
32659 1024]: Add entries for 10^2^13 and 10^2^14.
32660 [LAST_POW10 > _LAST_POW10]: Remove #error.
32661 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
32662 (_fpioconst_pow10): Change array size to
32663 FPIOCONST_POW10_ARRAY_SIZE.
32664 * stdlib/gen-fpioconst.c: New file.
32665 * stdlib/gen-tst-strtod-round.c: Likewise.
32666 * stdlib/tst-strtod-round-data: Likewise.
32667 * stdlib/tst-strtod-round.c: Likewise.
32668 * stdlib/Makefile (tests): Add tst-strtod-round.
32669
d6e70f43
JM
32670 [BZ #14459]
32671 * stdlib/strtod_l.c: Include <stdint.h>.
32672 (NDEBUG): Do not define.
32673 (round_and_return): Change EXPONENT parameter to type intmax_t.
32674 Rearrange calculations to avoid internal overflow possibilities.
32675 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
32676 Rearrange calculations to avoid internal overflow possibilities.
32677 Assert that number fits inside MPNSIZE limbs.
32678 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
32679 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
32680 calculations and add assertions to avoid internal overflow
32681 possibilities. Add casts to avoid signed/unsigned operations.
32682 * stdlib/tst-strtod-overflow.c: New file.
32683 * stdlib/Makefile (tests): Add tst-strtod-overflow.
32684
1f529f7d
MP
326852012-08-25 Marek Polacek <polacek@redhat.com>
32686
32687 * time/time.h: Fix some typos in comments.
32688
59a629f1
RM
326892012-08-23 Roland McGrath <roland@hack.frob.com>
32690
32691 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
32692 * posix/tst-rfc3484-2.c: Likewise.
32693 * posix/tst-rfc3484-3.c: Likewise.
32694
d3bafbc9
SM
326952012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
32696
32697 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
32698 (EF_ARM_ABI_FLOAT_HARD): Likewise.
32699
4efcc022
JM
327002012-08-23 Joseph Myers <joseph@codesourcery.com>
32701
32702 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
32703 #include of fxstatat64.c.
32704
3cc3ef96
RM
327052012-08-22 Roland McGrath <roland@hack.frob.com>
32706
f04e2132
RM
32707 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
32708 * shadow/getspent_r.c: Likewise.
32709 * shadow/getspnam.c: Likewise.
32710 * shadow/getspnam_r.c: Likewise.
32711 * gshadow/getsgent.c: Likewise.
32712 * gshadow/getsgent_r.c: Likewise.
32713 * gshadow/getsgnam.c: Likewise.
32714 * gshadow/getsgnam_r.c: Likewise.
32715 * inet/getnetbyad.c: Likewise.
32716 * inet/getnetbyad_r.c: Likewise.
32717 * inet/getnetbynm.c: Likewise.
32718 * inet/getnetbynm_r.c: Likewise.
32719 * inet/getnetent.c: Likewise.
32720 * inet/getnetent_r.c: Likewise.
32721 * inet/getproto.c: Likewise.
32722 * inet/getproto_r.c: Likewise.
32723 * inet/getprtent.c: Likewise.
32724 * inet/getprtent_r.c: Likewise.
32725 * inet/getprtname.c: Likewise.
32726 * inet/getprtname_r.c: Likewise.
32727 * inet/getrpcbyname.c: Likewise.
32728 * inet/getrpcbyname_r.c: Likewise.
32729 * inet/getrpcbynumber.c: Likewise.
32730 * inet/getrpcbynumber_r.c: Likewise.
32731 * inet/getrpcent.c: Likewise.
32732 * inet/getrpcent_r.c: Likewise.
32733 * inet/getaliasent.c: Likewise.
32734 * inet/getaliasent_r.c: Likewise.
32735 * inet/getaliasname.c: Likewise.
32736 * inet/getaliasname_r.c: Likewise.
32737 * nscd/getgrgid_r.c: Likewise.
32738 * nscd/getgrnam_r.c: Likewise.
32739 * nscd/gethstbyad_r.c: Likewise.
32740 * nscd/gethstbynm3_r.c: Likewise.
32741 * nscd/getpwnam_r.c: Likewise.
32742 * nscd/getpwuid_r.c: Likewise.
32743 * nscd/getsrvbynm_r.c: Likewise.
32744 * nscd/getsrvbypt_r.c: Likewise.
32745 * nscd/gai.c: Likewise.
32746
c53d909c
RM
32747 * configure.in (build_nscd): New substituted variable, set
32748 by --disable-build-nscd and defaults to $use_nscd.
32749 * configure: Regenerated.
32750 * config.make.in (build-nscd): New substituted variable.
32751 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
32752 Change conditional to require [$(build-nscd) = yes] as well.
32753 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
32754
3cc3ef96
RM
32755 [BZ# 13696]
32756 * configure.in (use_nscd): New substituted variable, set by
32757 --disable-nscd. If enabled, define USE_NSCD.
32758 * configure: Regenerated.
32759 * config.h.in: Add USE_NSCD.
32760 * config.make.in (use-nscd): New substituted variable.
32761 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
32762 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
32763 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
32764 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
32765 (CFLAGS-getgrnam_r.c): Likewise.
32766 (CFLAGS-initgroups.c): Likewise.
32767 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
32768 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
32769 Variables removed.
32770 * inet/getnetgrent_r.c
32771 (nscd_setnetgrent): New function, broken out of ...
32772 (setnetgrent): ... here. Call it.
32773 (innetgr): Conditionalize nscd bits on [USE_NSCD].
32774 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
32775 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
32776 * nscd/Makefile (routines, aux): Move definitions after include of
32777 Makeconfig. Conditionalize on [$(use-nscd) != no].
32778 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
32779 Conditionalize on [USE_NSCD].
32780 (is_nscd, nscd_init_cb): Likewise.
32781 (nss_load_library): Conditionalize init callback on [USE_NSCD].
32782 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
32783 * nss/nss_db/db-init.c: Likewise.
32784 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
32785 [USE_NSCD].
32786 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
32787 (make_request): Use it.
32788 (cache_valid_p): New function.
32789 (__check_pf): Use it.
32790 * NEWS: Add item for --disable-nscd.
32791
07e51550
DL
327922012-08-22 Dmitry V. Levin <ldv@altlinux.org>
32793
32794 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
32795 to support sed >= 4.2.1-20-ga9bf076.
32796 * configure: Regenerated.
32797
35a5b08b
RM
327982012-08-22 Roland McGrath <roland@hack.frob.com>
32799
32800 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
32801 Conditionalize whole body on [IREL].
32802
8479f23a
JL
328032012-08-22 Jeff Law <law@redhat.com>
32804
32805 [BZ #14505]
32806 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
32807 if the family is PF_UNSPEC.
32808
48da0b21
MF
328092012-08-22 Mike Frysinger <vapier@gentoo.org>
32810
32811 * Makerules (lib-version): Rename from V.
32812 (install-lib-nosubdir): Change V to lib-version.
32813
15d0da8c
WS
328142012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
32815
32816 [BZ #14252]
32817 * powerpc32/power6/wcschr.c: New file.
32818 * powerpc32/power6/wcscpy.c: New file.
32819 * powerpc32/power6/wcsrchr.c: New file.
32820 * powerpc64/power6/wcschr.c: New file.
32821 * powerpc64/power6/wcscpy.c: New file.
32822 * powerpc64/power6/wcsrchr.c: New file.
32823
bcca0895
MK
328242012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32825
32826 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
32827 (two_way_short_needle): Use it.
5a4aaa33
RM
32828 * string/strstr.c (AVAILABLE1_USES_J): Define.
32829 * string/strcasestr.c: Likewise.
99677e57
MK
32830
32831 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
32832 array references.
32833 * string/strcasestr.c (TOLOWER): Make side-effect safe.
32834
400726de
MK
32835 [BZ #11607]
32836 * NEWS: Add an entry.
32837 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
32838 define their defaults.
32839 (two_way_short_needle): Detect end-of-string on-the-fly.
32840 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
32841 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
32842 * string/bug-strcasestr1.c: New test.
32843 * string/Makefile: Run it.
32844
20a71f2c
MK
328452012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
32846
32847 [BZ #11607]
32848 * string/str-two-way.h (two_way_short_needle): Optimize matching of
32849 the first character.
32850
21ad0558
RM
328512012-08-21 Roland McGrath <roland@hack.frob.com>
32852
32853 * csu/elf-init.c (__libc_csu_irel): Function removed.
32854 * csu/libc-start.c (apply_irel): New function.
32855 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
32856
0e1d9911
JM
328572012-08-21 Joseph Myers <joseph@codesourcery.com>
32858
32859 * sysdeps/unix/sysv/linux/kernel-features.h
32860 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
32861 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32862 <kernel-features.h>.
32863 [__NR_fadvise64_64]: Make code unconditional.
32864 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
32865 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32866 !__NR_fadvise64_64)]: Likewise.
32867 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
32868 !__NR_fadvise64_64))]: Likewise.
32869 [__NR_fadvise64]: Make code unconditional.
32870 [!__NR_fadvise64]: Remove conditional code.
32871 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
32872 <kernel-features.h>.
32873 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32874 unconditional.
32875 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32876 conditional code.
32877 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
32878 not include <kernel-features.h>.
32879 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32880 unconditional.
32881 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32882 conditional code.
32883 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
32884 include <kernel-features.h>.
32885 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
32886 unconditional.
32887 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
32888 conditional code.
32889
14a50c9d
WS
328902012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
32891
32892 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
32893 slight instruction rearrangements per scrollpipe analysis.
32894 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
32895
c0f4faf0
RM
328962012-08-20 Roland McGrath <roland@hack.frob.com>
32897
696da859
RM
32898 * manual/syslog.texi (syslog; vsyslog, closelog):
32899 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
32900 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
32901
c0f4faf0
RM
32902 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
32903 DSOCAPS to match condition on defining it.
32904
348363b2
JM
329052012-08-20 Joseph Myers <joseph@codesourcery.com>
32906
a35cbf28
JM
32907 * sysdeps/unix/sysv/linux/kernel-features.h
32908 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
32909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
32910 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32911 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32912 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
32913 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32914 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32915 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
32916 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
32917 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
32918
445f7ecd
JM
32919 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
32920 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
32921
348363b2
JM
32922 * sysdeps/unix/sysv/linux/kernel-features.h
32923 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
32924 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
32925 unconditional.
32926 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32927 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
32928 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32929 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32930 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
32931 Make code unconditional.
32932 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32933 (__mmap64) [!__NR_mmap2]: Likewise.
32934 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
32935 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
32936 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32937 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
32938 [__NR_mmap2]: Make code unconditional.
32939 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
32940 (__mmap64) [!__NR_mmap2]: Likewise.
32941
bc5bc0e5
AK
329422012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32943
32944 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
32945
88d506de
AJ
329462012-08-18 Andreas Jaeger <aj@suse.de>
32947
32948 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
32949
493387d2
MF
329502012-08-18 Mike Frysinger <vapier@gentoo.org>
32951
32952 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
32953 * include/unistd.h (__have_sock_cloexec): Likewise.
32954 (__have_pipe2): Likewise.
32955 (__have_dup3): Likewise.
32956
a277af22
MF
329572012-08-18 Mike Frysinger <vapier@gentoo.org>
32958
32959 [BZ #9685]
32960 * include/unistd.h (__have_pipe2): Change define into an extern int.
32961 (__have_dup3): Likewise.
32962 * socket/have_sock_cloexec.c: Include fcntl.h.
32963 (__have_pipe2): New variable.
32964 (__have_dup3): Likewise.
32965
fdab8fd3
MF
329662012-08-17 Mike Frysinger <vapier@gentoo.org>
32967
32968 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
32969
31035e80
MP
329702012-08-17 Marek Polacek <polacek@redhat.com>
32971
32972 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
32973 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
32974
3bd9e993
RM
329752012-08-17 Roland McGrath <roland@hack.frob.com>
32976
c91c505f
RM
32977 * configure.in: Add AC_SUBST for sysheaders.
32978 * configure: Regenerated.
32979 * config.make.in (sysheaders): New substituted variable.
32980
7c6f9d53
RM
32981 * sysdeps/unix/mkfifo.c: Moved ...
32982 * sysdeps/posix/mkfifo.c: ... here.
32983 * sysdeps/unix/mkfifoat.c: Moved ...
32984 * sysdeps/posix/mkfifoat.c: ... here.
32985
32986 * sysdeps/unix/utime.c: Moved ...
32987 * sysdeps/posix/utime.c: ... here.
32988
32989 * sysdeps/unix/time.c: Moved ...
32990 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
32991 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
32992 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
32993
32994 * sysdeps/unix/nice.c: Moved ...
32995 * sysdeps/posix/nice.c: ... here.
32996
32997 * sysdeps/unix/alarm.c: Moved ...
32998 * sysdeps/posix/alarm.c: ... here.
32999
3bd9e993
RM
33000 * intl/Makefile ($(codeset_mo)): Depend on the input file.
33001
d1f09384
JL
330022012-08-17 Jeff Law <law@redhat.com>
33003
33004 * intl/Makefile (codeset_mo): New variable.
33005 ($(codeset_mo)): New target.
33006 (tst-codeset.out): Depend on that. Remove explicit rule.
33007 (tst-gettext3.out, tst-gettext5.out): Likewise.
33008 (LOCPATH-ENV, tst-codeset-ENV): New variables.
33009 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
33010 * intl/tst-codeset.sh: Remove.
33011 * intl/tst-gettext3.sh: Likewise.
33012 * intl/tst-gettext5.sh: Likewise.
33013
2ae1ae5c
RM
330142012-08-17 Roland McGrath <roland@hack.frob.com>
33015
c31fdb83
RM
33016 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
33017 * sysdeps/unix/syscalls.list: ... here.
33018
a0844057
RM
33019 * sysdeps/posix/getaddrinfo.c
33020 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
33021 (gaiconf_init, gaiconf_reload): Use them.
33022 [!_STATBUF_ST_NSEC]
33023 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
33024 Define using time_t rather than struct timespec.
33025
750c1f2a
RM
33026 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
33027 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
33028 Macros removed.
33029 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
33030 [!NO_THREADS].
33031 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
33032 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
33033 Likewise.
33034
2ae1ae5c
RM
33035 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
33036 __libc_cleanup_push argument.
33037
e66a42f5
RM
33038 * bits/param.h: New file.
33039 * misc/sys/param.h: New file.
33040 * include/sys/param.h: New file.
33041 * misc/Makefile (headers): Add bits/param.h.
33042 * sysdeps/generic/sys/param.h: File removed.
33043 * sysdeps/unix/sysv/linux/bits/param.h: New file.
33044 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
33045 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 33046 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 33047
b7c08a66
RM
33048 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
33049 last change.
33050
b2e1c562
RM
33051 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
33052 [_IO_MTSAFE_IO].
33053 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
33054 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
33055 New macros.
33056
c75ccd4c
RM
33057 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
33058 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
33059 rather than -D_IO_MTSAFE_IO conditionally.
33060 * stdio-common/Makefile (CPPFLAGS): Likewise.
33061 * wcsmbs/Makefile (CPPFLAGS): Likewise.
33062 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
33063 Use $(libio-mtsafe).
33064 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
33065 of -D_IO_MTSAFE_IO.
33066 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
33067 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
33068 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
33069 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
33070 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
33071 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
33072 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
33073 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
33074 (CFLAGS-fread_u_chk.c): Likewise.
33075 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
33076 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
33077 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
33078 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
33079 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
33080 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
33081 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
33082 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
33083 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
33084
33085 * libio/Makefile: Test [$(libc-reentrant) = yes]
33086 instead of [$(filter %REENTRANT, $(defines)) nonempty].
33087
33088 * Makeconfig
33089 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
33090 * sysdeps/pthread/configure: File removed.
33091 * sysdeps/pthread/Makeconfig: New file.
33092 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
33093 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
33094
d9195db8
GB
330952012-08-16 Gary Benson <gbenson@redhat.com>
33096
33097 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
33098 unmapping the first object in a namespace.
33099
86466cd9
RM
331002012-08-16 Roland McGrath <roland@hack.frob.com>
33101
33102 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
33103 (__internal_setnetgrent): ... this. Add internal_function to
33104 definition. Add libc_hidden_def.
33105 (setnetgrent): Update caller.
33106 (internal_endnetgrent): Renamed to ...
33107 (__internal_endnetgrent): ... this. Add internal_function to
33108 definition. Add libc_hidden_def.
33109 (endnetgrent): Update caller.
33110 (internal_getnetgrent_r): Renamed to ...
33111 (__internal_getnetgrent_r): ... this. Add internal_function to
33112 definition. Add libc_hidden_def.
33113 (__getnetgrent_r): Update caller.
33114 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
33115
c3c8283c
JM
331162012-08-16 Joseph Myers <joseph@codesourcery.com>
33117
33118 * stdlib/longlong.h: Update from GCC.
33119
db1ee0a8
RM
331202012-08-16 Roland McGrath <roland@hack.frob.com>
33121
33122 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
33123 on _QL, which is set by umul_ppmm but never used.
33124 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
33125 variables, which are set by GMP macros but never used.
33126 * stdio-common/_itowa.c (_itowa): Likewise.
33127 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
33128 * stdlib/mod_1.c (mpn_mod_1): Likewise.
33129
30f69637
CD
331302012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
33131
33132 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
33133 struct La_sh_regs is not constant.
33134 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
33135 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
33136 and struct La_sparc64_regs are not constant.
33137
93a78ac4
JM
331382012-08-16 Joseph Myers <joseph@codesourcery.com>
33139
33140 * sysdeps/unix/sysv/linux/kernel-features.h
33141 (__ASSUME_POSIX_TIMERS): Remove.
33142 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
33143 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33144 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
33145 Make code unconditional.
33146 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33147 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
33148 Make code unconditional.
33149 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33150 * sysdeps/unix/sysv/linux/clock_nanosleep.c
33151 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
33152 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33153 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
33154 Make code unconditional.
33155 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
33156 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
33157 (__libc_missing_posix_timers): Remove.
33158
dd924cd7
RM
331592012-08-15 Roland McGrath <roland@hack.frob.com>
33160
4b4f2771
RM
33161 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
33162 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
33163
601c888b
RM
33164 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
33165
176790a7
RM
33166 * elf/dl-sym.c: Include <stdlib.h>.
33167
329bc018
RM
33168 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
33169 constants, which avoids warnings in 32-bit builds.
33170
e04e272d
RM
33171 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
33172 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
33173
952bf94a
RM
33174 * misc/lseek.c: File moved to ...
33175 * io/lseek.c: ... here.
33176
7c99b50a
RM
33177 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
33178
dd924cd7
RM
33179 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
33180 shifting LEN more than 31 bits at once.
33181
b3f479a8
LD
331822012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
33183
33184 [BZ #14195]
8c4ae0d4
RM
33185 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
33186 segmentation fault for a case of two empty input strings.
b3f479a8
LD
33187 * string/test-strncasecmp.c (check1): Renamed to...
33188 (bz12205): ...this.
33189 (bz14195): Add new testcase for two empty input strings and N > 0.
33190 (test_main): Call new testcase, adapt for renamed function.
33191
9c55864e
AJ
331922012-08-15 Andreas Jaeger <aj@suse.de>
33193
33194 [BZ #14090]
33195 * crypt/md5test2.c: New test, based on test supplied by Serge
33196 Belyshev <belyshev@depni.sinp.msu.ru>.
33197 * crypt/Makefile (xtests): Add md5test-giant..
33198 * crypt/Makefile ($(objpfx)md5test-giant): Add.
33199
02dcb6c5
PE
332002012-08-15 Paul Eggert <eggert@cs.ucla.edu>
33201
33202 [BZ #14090]
33203 * crypt/md5.c (md5_process_block): Don't assume the buffer
33204 length is less than 2**32.
33205 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
33206 length is less than 2**64.
33207
a3f95dcc
RM
332082012-08-15 Roland McGrath <roland@hack.frob.com>
33209
be75d758
RM
33210 * string/str-two-way.h: Include <sys/param.h>.
33211 (MAX): Macro removed.
33212
7312ca90
RM
33213 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
33214 Move #define and #undef of memmove to just before and after
33215 including <string.h>.
33216
9a0a5486
RM
33217 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
33218 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
33219 and after including <string.h>. Move declarations of
33220 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
33221 to before #include "string/memmove.c".
33222
67cc348d
RM
33223 * include/dirent.h: Declare __getdirentries.
33224
a3f95dcc
RM
33225 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
33226 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
33227
ca98e171
MF
332282012-08-14 Mike Frysinger <vapier@gentoo.org>
33229
33230 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
33231 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
33232 * sysdeps/i386/configure: Regenerated.
33233 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
33234 STABS_CURRENT_FILE, and STABS_FUN.
33235 (END): Remove call to STABS_FUN_END.
33236 (STABS_CURRENT_FILE1): Delete.
33237 (STABS_CURRENT_FILE): Likewise.
33238 (STABS_FUN): Likewise.
33239 (STABS_FUN_END): Likewise.
33240 (STABS_FUN2): Likewise.
33241 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
33242 * sysdeps/x86_64/configure: Regenerated.
33243
5908bf46
RM
332442012-08-14 Roland McGrath <roland@hack.frob.com>
33245
33246 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 33247 * elf/dl-lookup.c: Likewise.
5908bf46 33248
f2c05b9e
JM
332492012-08-14 Joseph Myers <joseph@codesourcery.com>
33250
33251 * sysdeps/unix/sysv/linux/kernel-features.h
33252 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
33253 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
33254 unconditionally.
33255 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
33256 unconditionally.
33257 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
33258 condition on __ASSUME_CLONE_THREAD_FLAGS.
33259
e11f5155
AJ
332602012-08-14 Andreas Jaeger <aj@suse.de>
33261
33262 * sysdeps/i386/fpu/libm-test-ulps: Update.
33263
51a9ba86
MK
332642012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
33265
2fdd4f78
AJ
33266 * include/atomic.h (atomic_exchange_and_add): Split into ...
33267 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
33268 New atomic macros.
51a9ba86 33269
ba6cba9e
MT
332702012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
33271
33272 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33273
42443a47
JL
332742012-08-13 Jeff Law <law@redhat.com>
33275
33276 * manual/stdio.texi (snprintf): Clarify handling of the trailing
33277 null byte in the output string.
33278
121dce05
JM
332792012-08-10 Joseph Myers <joseph@codesourcery.com>
33280
33281 * sysdeps/unix/sysv/linux/kernel-features.h
33282 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
33283 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
33284 (__ASSUME_ARG_MAX_STACK_BASED): Define.
33285 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
33286 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
33287 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
33288 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
33289
bf51f568
JL
332902012-08-09 Jeff Law <law@redhat.com>
33291
33292 [BZ #13939]
33293 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
33294 When avoid_arena is set, don't retry in the that arena. Pick the
33295 next one, whatever it might be.
33296 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
33297 (arena_lock): Pass in new parameter to arena_get2.
33298 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
33299 arena_get2.
33300 (__libc_malloc): Unify retrying after main arena failure with
33301 __libc_memalign version.
33302 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
33303
f85fa270
L
333042012-08-09 H.J. Lu <hongjiu.lu@intel.com>
33305
33306 [BZ #14166]
33307 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
33308 to __redirect_strstr.
33309 (__strstr_sse42): Use typeof __redirect_strstr.
33310 (__strstr_ia32): Likewise.
33311 (__libc_strstr): New prototype.
33312 (strstr): Renamed to ...
33313 (__libc_strstr): This.
33314 (strstr): New strong alias of __libc_strstr.
33315 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33316 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
33317 __redirect_time.
33318 Include <time.h>.
33319 (__libc_time): New prototype.
33320 (time_ifunc): Replace time with __libc_time.
33321 (time): New strong alias and hidden definition of __libc_time.
33322 (__GI_time): Remove strong alias.
33323 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
33324 Include <stddef.h>.
33325 (memmove): Redefined to __redirect_memmove.
33326 (__memmove_sse2): Use typeof __redirect_memmove.
33327 (__memmove_ssse3): Likewise.
33328 (__memmove_ssse3_back): Likewise.
33329 (__libc_memmove): New prototype.
33330 (memmove): Renamed to ...
33331 (__libc_memmove): This.
33332 (memmove): New strong alias of __libc_memmove.
33333
33b4a91e
MS
333342012-08-08 Mark Salter <msalter@redhat.com>
33335
33336 * elf/elf.h
33337 (R_MN10300_TLS_GD): Define.
33338 (R_MN10300_TLS_LD): Likewise.
33339 (R_MN10300_TLS_LDO): Likewise.
33340 (R_MN10300_TLS_GOTIE): Likewise.
33341 (R_MN10300_TLS_IE): Likewise.
33342 (R_MN10300_TLS_LE): Likewise.
33343 (R_MN10300_TLS_DTPMOD): Likewise.
33344 (R_MN10300_TLS_DTPOFF): Likewise.
33345 (R_MN10300_TLS_TPOFF): Likewise.
33346 (R_MN10300_SYM_DIFF): Likewise.
33347 (R_MN10300_ALIGN): Likewise.
33348 (R_MN10300_NUM): Update.
33349
b36137f1
JM
333502012-08-08 Joseph Myers <joseph@codesourcery.com>
33351
33352 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
33353 Remove.
33354
cdd915fd
RM
333552012-08-08 Roland McGrath <roland@hack.frob.com>
33356
a2433aac
RM
33357 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
33358
cdd915fd
RM
33359 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
33360 sysdeps/unix -> sysdeps/posix move.
33361 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
33362
bf9b740a
AM
333632012-08-07 Allan McRae <allan@archlinux.org>
33364
33365 [BZ #14303]
33366 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
33367 (SUNOS_CPP): Likewise.
33368 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
33369 not found.
33370 (open_input): Call CPP using execvp.
33371
93df14ee
JM
333722012-08-07 Joseph Myers <joseph@codesourcery.com>
33373
33374 * sysdeps/unix/sysv/linux/kernel-features.h
33375 (__ASSUME_PROT_GROWSUPDOWN): Remove.
33376 (__ASSUME_NO_CLONE_DETACHED): Likewise.
33377 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33378 (__ASSUME_WAITID_SYSCALL): Likewise.
33379 * sysdeps/unix/sysv/linux/dl-execstack.c
33380 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
33381 code unconditional.
33382 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
33383 conditional code.
33384 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
33385 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
33386 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
33387 code.
33388 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
33389 unconditional.
33390 [__ASSUME_WAITID_SYSCALL]: Likewise.
33391 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
33392
d34689de
RM
333932012-08-07 Roland McGrath <roland@hack.frob.com>
33394
a281decc
RM
33395 * sysdeps/unix/closedir.c: Renamed to ...
33396 * sysdeps/posix/closedir.c: ... here.
33397 * sysdeps/unix/dirfd.c: Renamed to ...
33398 * sysdeps/posix/dirfd.c: ... here.
33399 * sysdeps/unix/dirstream.h: Renamed to ...
33400 * sysdeps/posix/dirstream.h: ... here.
33401 * sysdeps/unix/fdopendir.c: Renamed to ...
33402 * sysdeps/posix/fdopendir.c: ... here.
33403 * sysdeps/unix/opendir.c: Renamed to ...
33404 * sysdeps/posix/opendir.c: ... here.
33405 * sysdeps/unix/readdir.c: Renamed to ...
33406 * sysdeps/posix/readdir.c: ... here.
33407 * sysdeps/unix/readdir_r.c: Renamed to ...
33408 * sysdeps/posix/readdir_r.c: ... here.
33409 * sysdeps/unix/rewinddir.c: Renamed to ...
33410 * sysdeps/posix/rewinddir.c: ... here.
33411 * sysdeps/unix/seekdir.c: Renamed to ...
33412 * sysdeps/posix/seekdir.c: ... here.
33413 * sysdeps/unix/telldir.c: Renamed to ...
33414 * sysdeps/posix/telldir.c: ... here.
33415 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
33416 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
33417 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
33418 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
33419
22895b47
RM
33420 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
33421 * bits/fcntl.h: ... here.
33422
707a53b6
RM
33423 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
33424 not 0.
33425 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
33426 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
33427 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
33428 (struct flock): Move l_start, l_len to the beginning.
33429 Use __pid_t for l_pid.
33430 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
33431 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
33432 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
33433 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
33434 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
33435 [__USE_LARGEFILE64] (struct flock64): New type.
33436 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
33437
f0bd3e25
RM
33438 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
33439 * bits/dirent.h: ... here.
33440
d34689de
RM
33441 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
33442 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
33443
6dad2c06
JM
334442012-08-07 Joseph Myers <joseph@codesourcery.com>
33445
33446 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33447 Change from 2.6.0 to 2.6.16.
33448 * sysdeps/unix/sysv/linux/configure: Regenerated.
33449 * sysdeps/unix/sysv/linux/kernel-features.h
33450 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
33451 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
33452 version.
33453 (__ASSUME_UTIMES): Likewise.
33454 (__ASSUME_CLONE_STOPPED): Remove.
33455 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
33456 architectures, not kernel version.
33457 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
33458 (__ASSUME_NO_CLONE_DETACHED): Likewise.
33459 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
33460 (__ASSUME_WAITID_SYSCALL): Likewise.
33461 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
33462 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
33463 * README: State 2.6.16 as minimum Linux kernel version. Do not
33464 refer to older versions.
33465
03af9520
RM
334662012-08-06 Roland McGrath <roland@hack.frob.com>
33467
8e49df1d
RM
33468 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
33469 Define alphasort64 as an alias.
33470 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
33471 Define versionsort64 as an alias.
33472 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
33473 Define scandir64 as an alias.
33474 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
33475 Define scandirat64 as an alias.
33476 * dirent/alphasort64.c (alphasort64):
33477 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
33478 * dirent/versionsort64.c: Likewise.
33479 * dirent/scandir64.c: Likewise.
33480 * dirent/scandirat64.c: Likewise.
33481 * sysdeps/wordsize-64/alphasort.c: File removed.
33482 * sysdeps/wordsize-64/alphasort64.c: File removed.
33483 * sysdeps/wordsize-64/scandir.c: File removed.
33484 * sysdeps/wordsize-64/scandir64.c: File removed.
33485 * sysdeps/wordsize-64/scandirat.c: File removed.
33486 * sysdeps/wordsize-64/scandirat64.c: File removed.
33487 * sysdeps/wordsize-64/versionsort.c: File removed.
33488 * sysdeps/wordsize-64/versionsort64.c: File removed.
33489 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
33490 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
33491 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
33492 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
33493 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
33494 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
33495 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
33496 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
33497
33498 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
33499 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33500 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
33501 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33502 [defined __arch64__ || defined __sparcv9]
33503 (__INO_T_MATCHES_INO64_T): New macro.
33504 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33505 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
33506 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
33507 * sysdeps/unix/sysv/linux/bits/dirent.h
33508 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
33509 (_DIRENT_MATCHES_DIRENT64): New macro.
33510
03af9520
RM
33511 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
33512 Define lockf64 as an alias.
33513 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
33514 Define fseeko64 as an alias.
33515 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
33516 Define ftello64 as an alias.
33517 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
33518 Define _IO_fgetpos64 and fgetpos64 as aliases.
33519 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
33520 Define _IO_fsetpos64 and fsetpos64 as aliases.
33521 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
33522 Conditionalize body on this.
33523 * libio/fseeko64.c: Likewise.
33524 * libio/ftello64.c: Likewise.
33525 * libio/iofgetpos64.c: Likewise.
33526 * libio/iofsetpos64.c: Likewise.
33527 * sysdeps/wordsize-64/lockf.c: File removed.
33528 * sysdeps/wordsize-64/lockf64.c: File removed.
33529 * sysdeps/wordsize-64/fseeko.c: File removed.
33530 * sysdeps/wordsize-64/fseeko64.c: File removed.
33531 * sysdeps/wordsize-64/ftello.c: File removed.
33532 * sysdeps/wordsize-64/ftello64.c: File removed.
33533 * sysdeps/wordsize-64/iofgetpos.c: File removed.
33534 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
33535 * sysdeps/wordsize-64/iofsetpos.c: File removed.
33536 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
33537 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
33538 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
33539 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
33540 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
33541 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
33542 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
33543 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
33544 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
33545 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
33546 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
33547
33548 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33549 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
33550 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
33551 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33552 [defined __arch64__ || defined __sparcv9]
33553 (__OFF_T_MATCHES_OFF64_T): New macro.
33554 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33555 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
33556 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33557 (__OFF_T_MATCHES_OFF64_T): New macro.
33558
c5757acd
L
335592012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33560
33561 * stdlib/secure-getenv.c (__secure_getenv): Replace
33562 GLIBC_2_16 with GLIBC_2_17.
33563
3a31811e
L
335642012-08-06 H.J. Lu <hongjiu.lu@intel.com>
33565
33566 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
33567 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
33568
faa2bccb
DM
335692012-08-03 David S. Miller <davem@davemloft.net>
33570
33571 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33572
85fe1997
JM
335732012-08-03 Joseph Myers <joseph@codesourcery.com>
33574
33575 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
33576 Remove.
33577 (__ASSUME_CORRECT_SI_PID): Likewise.
33578 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
33579 (__ASSUME_TMPFS_NAME): Likewise.
33580 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
33581 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
33582 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
33583 (HAVE_AUX_SECURE): Make definition unconditional.
33584 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
33585 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
33586
4f75b7a0
RM
335872012-08-03 Roland McGrath <roland@hack.frob.com>
33588
33589 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
33590 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
33591 * sysdeps/mach/hurd/eloop-threshold.h: New file.
33592 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
33593 __eloop_threshold instead of SYMLOOP_MAX.
33594
33595 * sysdeps/generic/eloop-threshold.h: New file.
33596 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
33597 of MAXSYMLINKS.
33598 * elf/chroot_canon.c (chroot_canon): Likewise.
33599
7aab07e4
JM
336002012-08-03 Joseph Myers <joseph@codesourcery.com>
33601
33602 [BZ #13717]
33603 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33604 Change to 2.6.0 everywhere.
33605 * sysdeps/unix/sysv/linux/configure: Regenerated.
33606 * sysdeps/unix/sysv/linux/kernel-features.h
33607 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
33608 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
33609 kernel versions.
33610 (__ASSUME_POSIX_TIMERS): Define unconditionally.
33611 (__ASSUME_FUTEX_REQUEUE): Remove.
33612 (__ASSUME_STATFS64): Define unconditionally.
33613 (__ASSUME_AT_SECURE): Likewise.
33614 (__ASSUME_CORRECT_SI_PID): Likewise.
33615 (__ASSUME_TGKILL): Define without depending on kernel version for
33616 i386.
33617 (__ASSUME_UTIMES): Likewise.
33618 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
33619 kernel version.
33620 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
33621 (__ASSUME_TMPFS_NAME): Likewise.
33622 * README: Update reference to Linux kernel versions.
33623
b67e9372
MP
336242012-08-02 Marek Polacek <polacek@redhat.com>
33625
1f529f7d 33626 [BZ# 14150]
b67e9372
MP
33627 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
33628 libc_cv_asm_type_prefix with %.
33629 * configure: Regenerated.
d2441631
RM
33630 * include/libc-symbols.h: Remove comment about
33631 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
33632 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
33633 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
33634 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
33635 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
33636 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
33637 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
33638 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
33639 * elf/tst-unique2mod1.c: Likewise.
33640 * elf/tst-unique1mod2.c: Likewise.
33641 * elf/tst-unique1mod1.c: Likewise.
33642 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
33643 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
33644 Replace ASM_TYPE_DIRECTIVE with .type.
33645 * sysdeps/s390/s390-64/sysdep.h: Likewise.
33646 * sysdeps/i386/sysdep.h: Likewise.
33647 * sysdeps/x86_64/sysdep.h: Likewise.
33648 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
33649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33650 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 33651 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
33652 * sysdeps/powerpc/powerpc32/sysdep.h:
33653 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
33654 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33655 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33656 * sysdeps/i386/fpu/e_powf.S: Likewise.
33657 * sysdeps/i386/fpu/e_expl.S: Likewise.
33658 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
33659 * sysdeps/i386/fpu/e_acosh.S: Likewise.
33660 * sysdeps/i386/fpu/e_pow.S: Likewise.
33661 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
33662 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
33663 * sysdeps/i386/fpu/s_expm1.S: Likewise.
33664 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
33665 * sysdeps/i386/fpu/e_log2.S: Likewise.
33666 * sysdeps/i386/fpu/e_log2l.S: Likewise.
33667 * sysdeps/i386/fpu/e_scalb.S: Likewise.
33668 * sysdeps/i386/fpu/e_powl.S: Likewise.
33669 * sysdeps/i386/fpu/e_log10f.S: Likewise.
33670 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
33671 * sysdeps/i386/fpu/e_logl.S: Likewise.
33672 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
33673 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
33674 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
33675 * sysdeps/i386/fpu/e_log2f.S: Likewise.
33676 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
33677 * sysdeps/i386/fpu/e_log.S: Likewise.
33678 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
33679 * sysdeps/i386/fpu/e_logf.S: Likewise.
33680 * sysdeps/i386/fpu/e_log10l.S: Likewise.
33681 * sysdeps/i386/fpu/e_atanh.S: Likewise.
33682 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
33683 * sysdeps/i386/fpu/e_log10.S: Likewise.
33684 * sysdeps/i386/fpu/s_frexp.S: Likewise.
33685 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
33686 * sysdeps/i386/fpu/s_asinh.S: Likewise.
33687 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
33688 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
33689 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
33690 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
33691 * sysdeps/i386/i686/strtok.S: Likewise.
33692 * sysdeps/i386/i386-mcount.S: Likewise.
33693 * sysdeps/i386/strtok.S: Likewise.
33694 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
33695 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
33696 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
33697 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
33698 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
33699 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
33700 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
33701 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
33702 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
33703 * sysdeps/x86_64/_mcount.S: Likewise.
33704 * sysdeps/x86_64/strtok.S: Likewise.
33705 * sysdeps/sh/_mcount.S: Likewise.
33706
2747bf9a
RM
337072012-08-01 Roland McGrath <roland@hack.frob.com>
33708
33709 * libio/iofopen.c: Include <fcntl.h>.
33710 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
33711 (_IO_fopen64, fopen64): Define as aliases.
33712 * libio/iofopen64.c: Include <fcntl.h>.
33713 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
33714 Conditionalize body on this.
33715 * sysdeps/wordsize-64/iofopen.c: File removed.
33716 * sysdeps/wordsize-64/iofopen64.c: File removed.
33717
3fb791b8
MP
337182012-08-01 Marek Polacek <polacek@redhat.com>
33719
33720 * libc/Makeconfig: Use elf in place of binfmt-subdir.
33721 Use dlfcn directly instead of a variable.
33722 (binfmt-subdir): Do not define.
33723 (dlfcn): Likewise.
33724
a9f1039f
JM
337252012-08-01 Joseph Myers <joseph@codesourcery.com>
33726
23bddc06
JM
33727 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
33728 Remove all definitions.
33729 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
33730 <kernel-features.h>.
33731 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33732 (miss_F_GETOWN_EX): Remove all definitions.
33733 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
33734 macro definition.
33735 [!__ASSUME_FCNTL64]: Remove conditional code.
33736 [__ASSUME_FCNTL64]: Make code unconditional.
33737 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
33738 <kernel-features.h>.
33739 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
33740 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
33741 (lockf64) [__NR_fcntl64]: Make code unconditional.
33742 (lockf64) [__ASSUME_FCNTL64]: Likewise.
33743
a9f1039f
JM
33744 * sysdeps/unix/sysv/linux/kernel-features.h
33745 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
33746 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
33747 Make code unconditional.
33748 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33749 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33750 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
33751 [__NR_vfork]: Make code unconditional.
33752 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33753 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
33755 [__NR_vfork]: Make code unconditional.
33756 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
33757 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
33758
09c0ee5f
RM
337592012-08-01 Roland McGrath <roland@hack.frob.com>
33760
48aec5b9
RM
33761 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
33762 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
33763
cd97c966
RM
33764 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33765 Define mkstemp64 as an alias.
3f55550c
RM
33766 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33767 Define mkstemps64 as an alias.
cd97c966
RM
33768 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33769 Define mkostemp64 as an alias.
b8625cfc
RM
33770 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
33771 Define mkostemps64 as an alias.
cd97c966
RM
33772 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
33773 Conditionalize body on this.
33774 * misc/mkostemp64.c: Likewise.
b8625cfc 33775 * misc/mkostemps64.c: Likewise.
3f55550c 33776 * misc/mkstemps64.c: Likewise.
cd97c966
RM
33777 * sysdeps/wordsize-64/mkstemp64.c: File removed.
33778 * sysdeps/wordsize-64/mkostemp64.c: File removed.
33779 * sysdeps/wordsize-64/mkostemp.c: File removed.
33780 * sysdeps/wordsize-64/mkstemp.c: File removed.
33781 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
33782 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
33783 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
33784 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
33785
09c0ee5f
RM
33786 [BZ #14138]
33787 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
33788 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
33789 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
33790 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
33791
33792 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
33793 compat_symbol macros from <shlib-compat.h> rather than the underlying
33794 default_symbol_version and symbol_version macros, so that DEFAULT
33795 lines in shlib-versions are respected.
33796 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
33797
7e66ee51
FW
337982012-08-01 Florian Weimer <fweimer@redhat.com>
33799
33800 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
33801 Declare with warn_unused_result.
33802 (setgid, setregid, setegid, setresgid): Likewise.
33803 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
33804 Likewise.
33805 * WUR-REPORT: Remove set*id functions.
33806
d2a54255
PT
338072012-07-31 Pino Toscano <toscano.pino@tiscali.it>
33808
33809 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
33810
7ecdb005
RM
338112012-07-31 Roland McGrath <roland@hack.frob.com>
33812
b4180a5e 33813 [BZ #10191]
789bd351
RM
33814 * include/sys/socket.h (__libc_accept, __libc_accept4):
33815 Add attribute_hidden.
33816 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
33817
40ce302d
RM
33818 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
33819 use of PTR_MANGLE.
33820 * inet/getnetgrent_r.c (setup): Likewise.
33821
7ecdb005
RM
33822 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
33823
e2eabb2c
DM
338242012-07-31 David S. Miller <davem@davemloft.net>
33825
33826 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33827
d0419dbf
JM
338282012-07-31 Joseph Myers <joseph@codesourcery.com>
33829
33830 [BZ #13629]
33831 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
33832 value between 1.0 and 2.0 and smaller part has absolute value less
33833 than 1.0.
33834 * math/s_clog10.c (__clog10): Likewise.
33835 * math/s_clog10f.c (__clog10f): Likewise.
33836 * math/s_clog10l.c (__clog10l): Likewise.
33837 * math/s_clogf.c (__clogf): Likewise.
33838 * math/s_clogl.c (__clogl): Likewise.
33839 * math/libm-test.inc (clog_test): Add more tests.
33840 (clog10_test): Likewise.
33841 * sysdeps/i386/fpu/libm-test-ulps: Update.
33842 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33843
2bc13872
FW
338442012-07-31 Florian Weimer <fweimer@redhat.com>
33845
33846 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
33847 Exit with zero in case no suitable GID is found, and write a
33848 message to standard error.
33849
bea9b193
RM
338502012-07-30 Roland McGrath <roland@hack.frob.com>
33851
33852 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
33853 rather than to 1.
33854 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
33855 (MAXPATHLEN): Removed.
33856 (NOGROUP, NODEV): New macros.
33857 (setbit, clrbit, isset, isclr): New macros.
33858 (howmany, roundup, powerof2): New macros.
33859 (DEV_BSIZE): New macro.
33860
33861 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
33862 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
33863
33864 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
33865 definition on [!__NO_LONG_DOUBLE_MATH].
33866
33867 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
33868 PTR_MANGLE and PTR_DEMANGLE.
33869
33870 * socket/accept4.c (accept4): Rename to __libc_accept4.
33871 Define accept4 as a weak alias.
33872
33873 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
33874 on [_DIRENT_HAVE_D_TYPE].
33875 * io/ftw.c (ftw_dir): Likewise.
33876
33877 * io/xmknod.c (__xmknod): Don't check PATH for being null.
33878
33879 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
33880
33881 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
33882 Use the BSD numbers rather than the arbitrary ones we had.
33883 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
33884 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
33885 (SIGXCPU, SIGXFSZ): New macros.
33886 (_NSIG): Now 32.
33887
33888 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
33889 initializer on [_LIBC_REENTRANT].
33890
33891 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
33892 definitions inside [_POSIX_MAPPED_FILES].
33893
33894 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
33895
33896 * dirent/opendir.c: Include <fcntl.h>.
33897
33898 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
33899 (__libc_getspecific): Likewise.
33900 (__libc_key_create): Likewise.
33901
33902 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
33903 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
33904 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
33905 (tmpfile64): Define as alias.
33906 * sysdeps/wordsize-64/tmpfile.c: File removed.
33907 * sysdeps/wordsize-64/tmpfile64.c: File removed.
33908 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
33909 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
33910
33911 * stdio-common/vfscanf.c: Include <stdbool.h>.
33912 * nss/makedb.c: Likewise.
33913 * stdio-common/_i18n_number.h: Likewise.
33914 * argp/argp-help.c: Likewise.
33915 * posix/wordexp.c: Likewise.
33916 * sysdeps/posix/spawni.c: Likewise.
33917 * nss/nss_files/files-initgroups.c: Likewise.
33918 * stdio-common/reg-modifier.c: Include <stdlib.h>.
33919 * nss/nss_files/files-initgroups.c: Likewise.
33920 * nss/nss_db/db-netgrp.c: Likewise.
33921 * nss/nss_db/db-initgroups.c: Likewise.
33922 * io/fchmodat.c: Include <sys/stat.h>.
33923
33924 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
33925 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
33926
33927 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
33928 [HAVE_MMAP].
33929
33930 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
33931 Add multiple inclusion protection.
33932
e5abc686
DM
339332012-07-27 David S. Miller <davem@davemloft.net>
33934
33935 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33936
815e6fa3
GB
339372012-07-27 Gary Benson <gbenson@redhat.com>
33938
33939 [BZ #14298]
33940 * elf/rtld.c: Include <stap-probe.h>.
33941 (dl_main): Added static probes "init_start" and "init_complete".
33942 * elf/dl-load.c: Include <stap-probe.h>.
33943 (lose): Take new parameter "nsid".
33944 Added static probe "map_failed".
33945 (_dl_map_object_from_fd): Pass namespace id to lose.
33946 Added static probe "map_start".
33947 (open_verify): Pass namespace id to lose.
33948 * elf/dl-open.c: Include <stap-probe.h>.
33949 (dl_open_worker) Added static probes "map_complete", "reloc_start"
33950 and "reloc_complete".
33951 * elf/dl-close.c: Include <stap-probe.h>.
33952 (_dl_close_worker): Added static probes "unmap_start" and
33953 "unmap_complete".
33954 * elf/rtld-debugger-interface.txt: New file documenting the above.
33955
9f98c16c
RM
339562012-07-26 Roland McGrath <roland@hack.frob.com>
33957
33958 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
33959 rather than a string variable.
33960 * sunrpc/rpc_main.c (h_output): Likewise.
33961 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
33962
f3c22df3
PT
339632012-07-26 Pino Toscano <toscano.pino@tiscali.it>
33964
33965 * inet/check_native.c: New file.
33966
3129cfc6
JM
339672012-07-26 Joseph Myers <joseph@codesourcery.com>
33968
da865e95
JM
33969 [BZ #13629]
33970 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
33971 if larger part has absolute value 1.0.
33972 * math/s_clog10.c (__clog10): Likewise.
33973 * math/s_clog10f.c (__clog10f): Likewise.
33974 * math/s_clog10l.c (__clog10l): Likewise.
33975 * math/s_clogf.c (__clogf): Likewise.
33976 * math/s_clogl.c (__clogl): Likewise.
33977 * math/libm-test.inc (clog_test): Add more tests.
33978 (clog10_test): Likewise.
33979 * sysdeps/i386/fpu/libm-test-ulps: Update.
33980 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33981
3129cfc6
JM
33982 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
33983 (pltexit): Likewise.
33984 (La_regs): Likewise.
33985 (La_retval): Likewise.
33986 (int_retval): Likewise.
33987 Update #error for removed macros to refer only to definitions in
33988 tst-audit.h.
33989 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
33990 macro.
33991 (pltexit): Likewise.
33992 (La_regs): Likewise.
33993 (La_retval): Likewise.
33994 (int_retval): Likewise.
33995 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
33996 macro.
33997 (pltexit): Likewise.
33998 (La_regs): Likewise.
33999 (La_retval): Likewise.
34000 (int_retval): Likewise.
34001 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
34002 macro.
34003 (pltexit): Likewise.
34004 (La_regs): Likewise.
34005 (La_retval): Likewise.
34006 (int_retval): Likewise.
34007 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
34008 macro.
34009 (pltexit): Likewise.
34010 (La_regs): Likewise.
34011 (La_retval): Likewise.
34012 (int_retval): Likewise.
34013 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
34014 macro.
34015 (pltexit): Likewise.
34016 (La_regs): Likewise.
34017 (La_retval): Likewise.
34018 (int_retval): Likewise.
34019 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
34020 macro.
34021 (pltexit): Likewise.
34022 (La_regs): Likewise.
34023 (La_retval): Likewise.
34024 (int_retval): Likewise.
34025 * sysdeps/generic/tst-audit.h: Update comment to refer only to
34026 macro definitions in tst-audit.h.
34027 * sysdeps/i386/tst-audit.h: New file.
34028 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
34029 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
34030 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
34031 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
34032 * sysdeps/sh/tst-audit.h: Likewise.
34033 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
34034 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
34035 * sysdeps/x86_64/tst-audit.h: Likewise.
34036
bfc07087
AJ
340372012-07-26 Andreas Jaeger <aj@suse.de>
34038
b1b2aaf8
AJ
34039 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
34040 ptrace.
34041
34042 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
34043 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
34044 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
34045 PTRACE_O_MASK.
34046 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
34047 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
34048 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
34049
bfc07087
AJ
34050 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
34051 value.
34052
34053 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
34054 _sigsys.
34055 (si_call_addr, si_syscall, si_arch): Define new macro.
34056 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
34057 _sigsys.
34058 (si_call_addr, si_syscall, si_arch): Define new marcro.
34059 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
34060 _sigsys.
34061 (si_call_addr, si_syscall, si_arch): Define new macro.
34062 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
34063 _sigsys.
34064 (si_call_addr, si_syscall, si_arch): Define new macro.
34065
89b4b02f
JM
340662012-07-25 Joseph Myers <joseph@codesourcery.com>
34067
34068 [BZ #13717]
34069 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34070 Change to 2.4.21 where previously 2.4.1.
34071 * sysdeps/unix/sysv/linux/configure: Regenerated.
34072 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
34073 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
34074 Linux kernel version.
34075 (__ASSUME_STD_AUXV): Remove.
34076 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
34077 kernel version.
34078 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
34079 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
34080 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
34081 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
34082 (__ASSUME_NETLINK_SUPPORT): Likewise.
34083 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
34084 (__no_netlink_support): Remove conditional definition.
34085 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
34086 Remove.
34087 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34088 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
34089 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
34090 (if_nameindex_ioctl): Remove.
34091 (if_nameindex_netlink): Do not handle __no_netlink_support.
34092 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34093 code.
34094 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
34095 Remove conditional code.
34096 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
34097 code.
34098 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
34099 unconditional.
34100 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
34101 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
34102 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
34103 Remove.
34104 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
34105 [!__ASSUME_STD_AUXV]: Remove conditional code.
34106 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
34107 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
34108 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
34109 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
34110 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
34111 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34112 code.
34113 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34114 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
34115 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
34116 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34117 conditional code.
34118 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
34119 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
34120 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
34121 code.
34122 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
34123 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
34124 conditional code.
34125 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
34126 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34127 code unconditional.
34128 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34129 conditional code.
34130 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34131 unconditional.
34132 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34133 conditional code.
34134 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
34135 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34136 unconditional.
34137 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34138 conditional code.
34139 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
34140 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34141 code unconditional.
34142 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34143 conditional code.
34144 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34145 unconditional.
34146 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34147 conditional code.
34148 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
34149 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
34150 code unconditional.
34151 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34152 conditional code.
34153 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
34154 unconditional.
34155 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
34156 conditional code.
34157
842a39cd
AS
341582012-07-25 Andreas Schwab <schwab@linux-m68k.org>
34159
34160 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
34161 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
34162 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
34163 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
34164 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
34165 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
34166 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
34167 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
34168 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
34169 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
34170 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
34171 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
34172 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
34173 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
34174 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
34175 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
34176 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
34177 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
34178 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
34179 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
34180 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
34181 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
34182 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
34183
84b3fd84
FW
341842012-07-25 Florian Weimer <fweimer@redhat.com>
34185
34186 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
34187 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
34188 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
34189 Introduce __libc_secure_getenv.
0c7936d5
FW
34190 * stdlib/Versions (2.17): Add secure_getenv
34191 (GLIBC_PRIVATE): Add __libc_secure_getenv.
34192 * stdlib/secure-getenv.c: Rename __secure_getenv to
34193 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
34194 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
34195 * stdlib/tst-secure-getenv.c: New.
34196 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
34197 * manual/startup.texi (Environment Access): Document
34198 secure_getenv.
84b3fd84
FW
34199 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
34200 __libc_secure_getenv.
34201 * inet/ruserpass.c (ruserpass): Likewise.
34202 * malloc/mtrace.c (mtrace): Likewise.
34203 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 34204 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
34205 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
34206 * sysdeps/posix/tempname.c: Likewise. Evaluate
34207 HAVE_SECURE_GETENV.
34208 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 34209 __secure_getenv to __libc_secure_getenv.
84b3fd84 34210 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
34211 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34212 Likewise.
34213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
34214 Likewise.
34215 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
34216 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
34217 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
34218 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
34219 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
34220 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
34221 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 34222
56e49b71
JM
342232012-07-25 Joseph Myers <joseph@codesourcery.com>
34224
34225 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
34226 (struct La_i86_retval): Likewise.
34227 (struct La_x86_64_regs): Likewise.
34228 (struct La_x86_64_retval): Likewise.
34229 (struct La_x32_regs): Likewise.
34230 (struct La_x32_retval): Likewise.
34231 (struct La_ppc32_regs): Likewise.
34232 (struct La_ppc32_retval): Likewise.
34233 (struct La_ppc64_regs): Likewise.
34234 (struct La_ppc64_retval): Likewise.
34235 (struct La_sh_regs): Likewise.
34236 (struct La_sh_retval): Likewise.
34237 (struct La_s390_32_regs): Likewise.
34238 (struct La_s390_32_retval): Likewise.
34239 (struct La_s390_64_regs): Likewise.
34240 (struct La_s390_64_retval): Likewise.
34241 (struct La_sparc32_regs): Likewise.
34242 (struct La_sparc32_retval): Likewise.
34243 (struct La_sparc64_regs): Likewise.
34244 (struct La_sparc64_retval): Likewise.
34245 (struct audit_ifaces): Remove architecture-specific pltenter and
34246 pltexit members.
34247 * sysdeps/i386/ldsodefs.h: New file.
34248 * sysdeps/powerpc/ldsodefs.h: Likewise.
34249 * sysdeps/s390/ldsodefs.h: Likewise.
34250 * sysdeps/sh/ldsodefs.h: Likewise.
34251 * sysdeps/sparc/ldsodefs.h: Likewise.
34252 * sysdeps/x86_64/ldsodefs.h: Likewise.
34253
354691b7
MP
342542012-07-25 Marek Polacek <polacek@redhat.com>
34255
34256 [BZ #6808]
34257 * math/libm-test.inc (yn_test): Add another test.
34258 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
34259 to ERANGE when the result is +-Inf.
34260 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
34261 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
34262 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
34263 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
34264
bf9e2071
JM
342652012-07-24 Joseph Myers <joseph@codesourcery.com>
34266
34267 * conform/data/time.h-data (NULL): Use macro-constant. Require
34268 equal to 0.
34269 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
34270 clock_t.
34271 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
34272
57633811
TS
342732012-07-23 Thomas Schwinge <thomas@codesourcery.com>
34274
34275 * configure.in <sysdeps resolving>: Correct printing
34276 Implies_before.
34277 * configure: Regenerate.
34278
c23c33b0
TS
342792012-07-22 Thomas Schwinge <thomas@codesourcery.com>
34280
34281 * math/w_ilogb.c: Include <limits.h>.
34282 * math/w_ilogbl.c: Likewise.
34283
b5982523
JM
342842012-07-20 Joseph Myers <joseph@codesourcery.com>
34285
34286 * manual/lang.texi (__va_copy): Document primarily as ISO C99
34287 va_copy. Document allowing for unavailable va_copy only as
34288 pre-C99 compatibility.
34289 * manual/string.texi (Copying and Concatenation): Use va_copy
34290 instead of __va_copy in concat example.
34291
ac4ea442
PT
342922012-07-20 Pino Toscano <toscano.pino@tiscali.it>
34293
34294 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
34295 (__sendto): Use create_address_port. Initialize APORT and deallocate
34296 it if not null.
34297
f98eafbd
PT
34298 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
34299 with O_NOLINK passed to __file_name_lookup.
34300
898c7aab
PT
34301 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
34302 with O_NOLINK passed to __file_name_lookup.
34303
0ced335a
PT
34304 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
34305 negative N or less than NGIDS.
34306
b3404dbd
PT
34307 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
34308 type to string_t. Set ERANGE as errno and return it if NAME is not big
34309 enough. Use memcpy instead of strncpy.
34310
0f48659e
JM
343112012-07-20 Joseph Myers <joseph@codesourcery.com>
34312
34313 * elf/Makefile (check-data): Remove.
34314 (localplt.data): New vpath directive.
34315 ($(objpfx)check-localplt.out): Use localplt.data from vpath
34316 instead of $(check-data).
34317 * scripts/data/localplt-generic.data: Move to ...
34318 * sysdeps/generic/localplt.data: ... here.
34319 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
34320 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
34321 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
34322 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
34323 ... here.
34324 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
34325 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
34326 ... here.
34327 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
34328 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
34329 ... here.
34330 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
34331 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
34332 ... here.
34333 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
34334 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
34335 ... here.
34336 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
34337 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
34338 ... here.
34339
d37cbdaa
AZ
343402012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34341
34342 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
34343 PPC32 and PPC64 files.
34344 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
34345 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
34346
46f85fc2
AK
343472012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34348
34349 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
34350 __makecontext_ret to ...
34351 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
34352 ... here and call exit if uc_link is NULL. New file.
34353 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
34354 __makecontext_ret.S.
34355 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
34356 __makecontext_ret to ...
34357 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
34358 ... here and call exit if uc_link is NULL. New file.
34359 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
34360 __makecontext_ret.S.
34361
08f43f9b
AK
343622012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34363
34364 * elf/elf.h (R_390_IRELATIVE): New definition.
34365 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
34366 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
34367 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
34368 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
34369 (elf_machine_lazy_rel): Likewise.
34370 * sysdeps/s390/dl-irel.h: New file.
34371 * sysdeps/s390/s390-64/memcpy.S: New asm code.
34372 * sysdeps/s390/s390-64/memset.S: New asm code.
34373 * sysdeps/s390/s390-64/memcmp.S: New asm code.
34374 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
34375 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
34376 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
34377 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
34378 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
34379 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
34380 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
34381 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
34382 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
34383 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
34384 * sysdeps/s390/s390-32/memcpy.S: New asm code.
34385 * sysdeps/s390/s390-32/memset.S: New asm code.
34386 * sysdeps/s390/s390-32/memcmp.S: New asm code.
34387
3b05db33
MP
343882012-07-17 Marek Polacek <polacek@redhat.com>
34389
34390 [BZ #14349]
34391 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
34392 * sysdeps/s390/s390-64/configure.in: Likewise.
34393 * sysdeps/sparc/configure.in: Likewise.
34394 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
34395 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
34396 * sysdeps/i386/configure.in: Likewise.
34397 * sysdeps/x86_64/configure.in: Likewise.
34398 * sysdeps/sh/configure.in: Likewise.
34399 * sysdeps/s390/s390-32/configure: Regenerated.
34400 * sysdeps/s390/s390-64/configure: Likewise.
34401 * sysdeps/x86_64/configure: Likewise.
34402 * sysdeps/sh/configure: Likewise.
34403 * sysdeps/powerpc/powerpc64/configure: Likewise.
34404 * sysdeps/powerpc/powerpc32/configure: Likewise.
34405 * sysdeps/sparc/configure: Likwise.
34406 * sysdeps/i386/configure: Likewise.
34407
a66877c6
MP
34408 * elf/dl-open.c: Comment fixes.
34409
cfc82fd8
JM
344102012-07-17 Joseph Myers <joseph@codesourcery.com>
34411
bd29910a
JM
34412 * Makefile [CXX] (check-data): Remove.
34413 [CXX] (c++-types.data): New vpath directive.
34414 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
34415 vpath. Do not allow for C++ type data being missing.
34416 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
34417 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
34418 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
34419 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
34420 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
34421 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
34422 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
34423 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
34424 ... here.
34425 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
34426 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
34427 ... here.
34428 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
34429 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
34430 ... here.
34431 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
34432 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
34433 ... here.
34434 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
34435 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
34436 ... here.
34437 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
34438 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
34439 ... here.
34440 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
34441 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
34442 ... here.
34443 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
34444 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
34445
cfc82fd8
JM
34446 * elf/tls-macros.h (TLS_LE): Move architecture-specific
34447 definitions to architecture-specific files.
34448 (TLS_IE): Likewise.
34449 (TLS_LD): Likewise.
34450 (TLS_GD): Likewise.
34451 * sysdeps/i386/tls-macros.h: New file.
34452 * sysdeps/powerpc/tls-macros.h: Likewise.
34453 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
34454 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
34455 * sysdeps/sh/tls-macros.h: Likewise.
34456 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
34457 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
34458 * sysdeps/x86_64/tls-macros.h: Likewise.
34459
f7db3170
TS
344602012-07-17 Thomas Schwinge <thomas@codesourcery.com>
34461
07cbfc23
TS
34462 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
34463 zero value for regular exit case.
34464
f7db3170
TS
34465 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
34466 (__start_context): Preserve zero value for regular exit case.
34467
dc97c227
TS
344682012-07-17 Thomas Schwinge <thomas@codesourcery.com>
34469 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34470
34471 * manual/setjmp.texi (setcontext): Clarify normal process
34472 termination when uc_link is the null pointer.
34473 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
34474 exit call.
34475
d0cd7d02
AS
344762012-07-16 Andreas Schwab <schwab@linux-m68k.org>
34477
34478 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
34479 preprocessor. Test for each exception mask separately.
34480
dd318934
AJ
344812012-07-16 Andreas Jaeger <aj@suse.de>
34482
34483 * po/ru.po: Update from translation team.
34484
8048311a
JM
344852012-07-15 Joseph Myers <joseph@codesourcery.com>
34486
34487 * conform/data/string.h-data (NULL): Use macro-constant. Require
34488 equal to 0.
34489 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34490 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34491 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
34492 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
34493 [ISO || ISO99 || ISO11] (*_t): Do not allow.
34494
b637d46e
AJ
344952012-07-13 Andreas Jaeger <aj@suse.de>
34496
34497 * po/fr.po: Update from translation team.
34498
541428fe
MP
344992012-07-12 Marek Polacek <polacek@redhat.com>
34500
34501 [BZ #14173]
34502 * math/libm-test.inc (yn_test): Add test for BZ #14173.
34503 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
34504 loop condition.
34505
ec332e94
JM
345062012-07-12 Joseph Myers <joseph@codesourcery.com>
34507
34508 [BZ #13717]
34509 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
34510 Change to 2.4.1 where previously 2.4.0.
34511 * sysdeps/unix/sysv/linux/configure: Regenerated.
34512 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
34513 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
34514 version.
34515 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
34516 (__ASSUME_AT_CLKTCK): Remove.
34517 (__ASSUME_AT_PAGESIZE): Likewise.
34518 (__ASSUME_AT_XID): Likewise.
34519 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
34520 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
34521 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
34522 unconditionally.
34523 (HAVE_AUX_PAGESIZE): Likewise.
34524 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
34525 [__ASSUME_AT_CLKTCK]: Make code unconditional.
34526 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
34527
7b6e99be
JB
345282012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
34529
34530 [BZ #14307]
34531 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
34532 the temporary buffer used to invoke __gethostbyname2_r,
34533 __gethostbyaddr_r and gethostbyname4_r to make room for struct
34534 host_data / struct gaih_addrtuple.
34535 * resolv/nss_dns/dns-host.c (global scope): Move definition of
34536 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
34537 header file nss/nsswitch.h.
34538 * nss/nsswitch.h (global scope): Add definition of implementation
34539 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
34540 resolv/nss_dns/dns-host.c).
34541
608404eb
AJ
345422012-07-11 Andreas Jaeger <aj@suse.de>
34543
34544 * po/fr.po: Update from translation team.
34545
71220aca
AJ
34546 * po/sv.po: Update from translation team
34547 * po/fr.po: Another update from translation team.
34548
28cfe843
AZ
345492012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
34550
34551 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
34552 for subnormals or multiply small sinh result by itself.
34553 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
34554 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34555
6b90f981
DM
345562012-07-11 David S. Miller <davem@davemloft.net>
34557
34558 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34559
c6825772
AS
345602012-07-10 Andreas Schwab <schwab@linux-m68k.org>
34561
34562 [BZ #14347]
34563 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
34564 (INTERNAL_MARK): Shift it here.
34565
7b8e0d49
MP
345662012-07-10 Marek Polacek <polacek@redhat.com>
34567
34568 [BZ #14151]
34569 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
34570 libc_cv_asm_global_directive with .globl.
34571 * configure: Regenerated.
34572 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
34573 with .globl.
34574 * sysdeps/i386/configure: Regenerated.
34575 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
34576 with .globl.
34577 * sysdeps/x86_64/configure: Regenerated.
34578 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
34579 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
34580 * elf/tst-unique2mod2.c: Likewise.
34581 * elf/tst-unique2mod1.c: Likewise.
34582 * elf/tst-unique1mod2.c: Likewise.
34583 * elf/tst-unique1mod1.c: Likewise.
34584 * sysdeps/s390/s390-32/sysdep.h: Likewise.
34585 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
34586 * sysdeps/s390/s390-64/sysdep.h: Likewise.
34587 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
34588 * sysdeps/mach/sysdep.h: Likewise.
34589 * sysdeps/i386/sysdep.h: Likewise.
34590 * sysdeps/i386/i386-mcount.S: Likewise.
34591 * sysdeps/x86_64/_mcount.S: Likewise.
34592 * sysdeps/x86_64/sysdep.h: Likewise.
34593 * sysdeps/sh/_mcount.S: Likewise.
34594 * sysdeps/sh/sysdep.h: Likewise.
34595 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
34596 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
34597 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
34598 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34599 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
34600 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
34601 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
34602 * locale/localeinfo.h: Likewise.
34603 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
34604 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
34605
6c55cda3
RM
346062012-07-09 Roland McGrath <roland@hack.frob.com>
34607
34608 [BZ #14336]
34609 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
34610 system".
34611 * manual/message.texi (The Uniforum approach): Likewise.
34612 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
34613 (glibc iconv Implementation): Likewise.
34614
638a572e
JM
346152012-07-09 Joseph Myers <joseph@codesourcery.com>
34616
34617 [BZ #14337]
34618 * math/s_clog.c (__clog): Avoid scaling a value down where that
34619 could result in underflow.
34620 * math/s_clog10.c (__clog10): Likewise.
34621 * math/s_clog10f.c (__clog10f): Likewise.
34622 * math/s_clog10l.c (__clog10l): Likewise.
34623 * math/s_clogf.c (__clogf): Likewise.
34624 * math/s_clogl.c (__clogl): Likewise.
34625 * math/libm-test.inc (clog_test): Add more tests.
34626 (clog10_test): Likewise.
34627 * sysdeps/i386/fpu/libm-test-ulps: Update.
34628 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34629
261f4859
AS
346302012-07-06 Andreas Schwab <schwab@linux-m68k.org>
34631
0abaf3e4
AS
34632 [BZ #14283]
34633 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
34634 by 7 not 8 to examine high bit of fractional part.
34635
261f4859
AS
34636 [BZ #14042]
34637 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
34638 for call to __mcount_internal.
34639 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
34640 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
34641 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
34642
f17ac40d
JM
346432012-07-06 Joseph Myers <joseph@codesourcery.com>
34644
9ad63c23
JM
34645 [BZ #14154]
34646 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
34647 approximation for values within 0x1p-13f of an odd multiple of
34648 pi/4.
34649 * math/libm-test.inc (tan_test): Do not allow spurious underflow
34650 exception. Add more tests.
34651 * sysdeps/i386/fpu/libm-test-ulps: Update.
34652
f17ac40d
JM
34653 [BZ #6778]
34654 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
34655 inputs and return -1 for them. Do not check for +Inf in case not
34656 reachable for +Inf.
34657 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
34658 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
34659 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34660 and return -1 for them. Do not check for +Inf in case not
34661 reachable for +Inf.
34662 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
34663 define.
34664 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
34665 and return -1 for them. Do not check for +Inf in case not
34666 reachable for +Inf.
34667 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
34668 spurious underflow.
34669 * sysdeps/i386/fpu/libm-test-ulps: Update.
34670 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34671
fb21f89b
MF
346722012-07-06 Mike Frysinger <vapier@gentoo.org>
34673
34674 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
34675
cdfe2c5e
JM
346762012-07-05 Joseph Myers <joseph@codesourcery.com>
34677
34678 [BZ #14157]
34679 [BZ #14331]
34680 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
34681 could result in spurious underflow. Scale down values above
34682 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
34683 * math/s_csqrtf.c (__csqrtf): Likewise.
34684 * math/s_csqrtl.c (__csqrtl): Likewise.
34685 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
34686 spurious underflow.
34687 * sysdeps/i386/fpu/libm-test-ulps: Update.
34688 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34689
70d35b67
AS
346902012-07-04 Andreas Schwab <schwab@linux-m68k.org>
34691
704bc459
AS
34692 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
34693 xopen-msg.sed.
34694 * catgets/xopen-msg.awk: New file.
34695 * catgets/xopen-msg.sed: Removed.
34696
70d35b67
AS
34697 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
34698 po2text.sed.
34699 * intl/po2test.awk: New file.
34700 * intl/po2test.sed: Removed.
34701
ca61cf32
JM
347022012-07-04 Joseph Myers <joseph@codesourcery.com>
34703
34704 [BZ #14328]
34705 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
34706 or multiply small sinh result by itself.
34707 * math/s_ctanf.c (__ctanf): Likewise.
34708 * math/s_ctanh.c (__ctanh): Likewise.
34709 * math/s_ctanhf.c (__ctanhf): Likewise.
34710 * math/s_ctanhl.c (__ctanhl): Likewise.
34711 * math/s_ctanl.c (__ctanl): Likewise.
34712 * math/libm-test.inc (ctan_test_tonearest): New function.
34713 (ctan_test_towardzero): Likewise.
34714 (ctan_test_downward): Likewise.
34715 (ctan_test_upward): Likewise.
34716 (ctanh_test_tonearest): Likewise.
34717 (ctanh_test_towardzero): Likewise.
34718 (ctanh_test_downward): Likewise.
34719 (ctanh_test_upward): Likewise.
34720 (main): Call these new functions.
34721 * sysdeps/i386/fpu/libm-test-ulps: Update.
34722 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34723
ca48a46a
MF
347242012-07-03 Mike Frysinger <vapier@gentoo.org>
34725
34726 * .gitignore: Delete /ports entry.
34727
9d63d37d
AJ
347282012-07-03 Andreas Jaeger <aj@suse.de>
34729
34730 * po/bg.po: Update from translation team.
34731 * po/cs.po: Likewise.
34732 * po/de.po: Likewise.
34733 * po/hr.po: Likewise.
34734 * po/nl.pl: Likewise.
34735 * po/pl.po: Likewise.
34736 * po/vi.po: Likewise.
34737
370ca3d2
JM
347382012-07-03 Joseph Myers <joseph@codesourcery.com>
34739
95f5a9a8
JM
34740 * Makeconfig [!+link] (+link-before-libc): New variable.
34741 [!+link] (+link-after-libc): Likewise.
34742 [!+link] (+link-tests): Likewise.
34743 [!+link] (+link): Define in terms of $(+link-before-libc) and
34744 $(+link-after-libc).
34745 [!+link-static] (+link-static-before-libc): New variable.
34746 [!+link-static] (+link-static-after-libc): Likewise.
34747 [!+link-static] (+link-static-tests): Likewise.
34748 [!+link-static] (+link-static): Define in terms of
34749 $(+link-static-before-libc) and $(+link-static-after-libc).
34750 [build-shared] (link-libc-before-gnulib): New variable.
34751 [build-shared] (link-libc-tests): Likewise.
34752 [build-shared] (link-libc): Define in terms of
34753 $(link-libc-before-gnulib).
34754 [!build-shared] (link-libc-tests): New variable.
34755 (link-libc-static-tests): New variable.
34756 [!gnulib] (gnulib-arch): New variable.
34757 [!gnulib] (gnulib-tests): Likewise.
34758 [!gnulib] (static-gnulib-arch): Likewise.
34759 [!gnulib] (static-gnulib-tests): Likewise.
34760 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
34761 Define with "=" instead of ":=".
34762 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
34763 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
34764 * Rules (binaries-all-notests): New variable.
34765 (binaries-all-tests): Likewise.
34766 (binaries-static-notests): Likewise.
34767 (binaries-static-tests): Likewise.
34768 (binaries-all): Define using $(binaries-all-notests) and
34769 $(binaries-all-tests).
34770 (binaries-static): Define using $(binaries-static-notests) and
34771 $(binaries-static-tests).
34772 (binaries-shared-tests): New variable.
34773 (binaries-shared-notests): Likewise.
34774 (binaries-shared): Remove variable.
34775 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
34776 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
34777 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
34778 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
34779 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
34780 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
34781 * elf/Makefile (sln-modules): New variable.
34782 (extra-objs): Add $(sln-modules:=.o).
34783 (ldconfig-modules): Add static-stubs.
34784 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
34785 * elf/static-stubs.c: New file.
34786
7a845b2c
JM
34787 [BZ #14283]
34788 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
34789 by 7 not 8 to examine high bit of fractional part. Use volatile
34790 variables when splitting into final array of floats if
34791 __FLT_EVAL_METHOD__ != 0.
34792 * math/libm-test.inc (cos_test): Add another test.
34793 (sin_test): Likewise.
34794 * sysdeps/i386/fpu/libm-test-ulps: Update.
34795
e2283f38
JM
34796 [BZ #14273]
34797 * math/libm-test.inc (cosh_test): Add more tests.
34798
370ca3d2
JM
34799 * version.h (RELEASE): Set to "development".
34800 (VERSION): Set to "2.16.90".
34801
ee9247c3
CD
348022012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
34803
34804 * NEWS: Update copyright. Remove last-updated date.
34805 Mention math library bug fixes and timezone data changes.
34806 * README: Mention GNU/Hurd, x32, and HPPA support status.
34807
4648c381
TS
348082012-06-28 Thomas Schwinge <thomas@codesourcery.com>
34809
34810 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
34811
aac78a43
AJ
348122012-06-27 Andreas Jaeger <aj@suse.de>
34813
34814 * manual/contrib.texi (Contributors): Add Samuel Thibault.
34815
ed3dbfad
AJ
348162012-06-25 Andreas Jaeger <aj@suse.de>
34817
34818 * sysdeps/s390/fpu/libm-test-ulps: Update.
34819
4d0ee855
AS
348202012-06-23 Andreas Schwab <schwab@linux-m68k.org>
34821 Thomas Schwinge <thomas@codesourcery.com>
34822
34823 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
34824 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
34825 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
34826 fanotify_mark.
34827
af1bce34
TS
348282012-06-23 Thomas Schwinge <thomas@codesourcery.com>
34829
a9fa33ba
TS
34830 * sysdeps/mach/start.c: Remove file.
34831 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
34832 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
34833 * sysdeps/sh/init-first.c: Likewise.
34834
58f902b8
TS
34835 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
34836 registers for frame unwinding purposes, add CFI directives.
34837 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34838 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
34839 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
34840 Likewise.
34841
1518f58b
TS
34842 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
34843 __fortify_fail returning.
34844 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
34845
db9b5059
TS
34846 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
34847 sysdeps/sh/____longjmp_chk.S.
34848 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
34849 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
34850 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
34851 (gen-as-const-headers): Append sigaltstack-offsets.sym.
34852
967705fe
TS
34853 * sysdeps/sh/abort-instr.h: New file.
34854 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
34855 process in case exit returns.
34856
a9def8c4
TS
34857 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
34858 initialize the GOT register before use.
34859
2a649725
TS
34860 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
34861 calculation of ARGC > 4.
34862
af1bce34
TS
34863 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
34864 meaningful names to some local labels.
34865
d230f50a
KK
348662012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34867 Kaz Kojima <kkojima@rr.iij4u.or.jp>
34868
34869 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
34870 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
34871 (__arch_compare_and_exchange_val_16_acq): Likewise.
34872 (__arch_compare_and_exchange_val_32_acq): Likewise.
34873 (atomic_exchange_and_add): Fix gUSA sequence.
34874 (atomic_add): Likewise.
34875 (atomic_add_negative): Likewise.
34876 (atomic_add_zero): Likewise.
34877 (atomic_bit_test_set): Likewise.
34878
0479b305
AS
348792012-06-22 Andreas Schwab <schwab@redhat.com>
34880
34881 [BZ #13579]
34882 * include/link.h (struct link_map): Add l_free_initfini.
34883 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
34884 l_initfini.
34885 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
34886 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
34887 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
34888 set.
34889
0e3933b9
CD
348902012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
34891
34892 * configure.in: Use AC_LANG_SOURCE.
34893 * configure: Regenerate.
34894
4248b1b1
RM
348952012-06-22 Roland McGrath <roland@hack.frob.com>
34896
34897 * configure.in (libc_cv_localstatedir): New substituted variable.
34898 * configure: Regenerated.
34899 * config.make.in (localstatedir): New variable, substituted from
34900 libc_cv_localstatedir.
34901 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
34902 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
34903 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
34904 * sysdeps/gnu/configure: Regenerated.
34905
006dd861
JL
349062012-06-21 Jeff Law <law@redhat.com>
34907
34908 [BZ #14277]
34909 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
34910 free. Simplify list management for _LIBC case.
34911
79662d42
JM
349122012-06-21 Joseph Myers <joseph@codesourcery.com>
34913
b7abb4bf
JM
34914 [BZ #14273]
34915 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
34916 Clear sign bit of 64-bit integer value before comparing against
34917 overflow value.
34918
79662d42
JM
34919 * sysdeps/mach/configure: Regenerated.
34920
1f150908
L
349212012-06-21 H.J. Lu <hongjiu.lu@intel.com>
34922
34923 [BZ #14278]
34924 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
34925
28363bbf
JL
349262012-06-21 Jeff Law <law@redhat.com>
34927
34928 [BZ #13882]
34929 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
34930 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 34931 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
34932 * elf/dl-open.c (dl_open_worker): Likewise.
34933
09615db4
CD
349342012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
34935
34936 * scripts/list-sources.sh: Scan PORTS for translations.
34937 * po/libc.pot: Regenerated.
34938
2174c6dd
AJ
349392012-06-21 Andreas Jaeger <aj@suse.de>
34940
34941 [BZ #12194]
34942 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
34943 warning.
34944 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
34945 * bits/byteswap-16.h (__bswap_16): Likewise.
34946 * bits/byteswap.h (__bswap_constant_16): Likewise.
34947
3ee947b1
L
349482012-06-18 H.J. Lu <hongjiu.lu@intel.com>
34949
34950 [BZ #14117]
a2f34833
L
34951 * sysdeps/i386/fpu_control.h: Removed.
34952 * sysdeps/x86_64/fpu_control.h: Moved to ...
34953 * sysdeps/x86/fpu_control.h: Here.
34954
3ee947b1
L
34955 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
34956 (_FPU_SETCW): Likewise.
34957
ed1825f8
L
349582012-06-15 H.J. Lu <hongjiu.lu@intel.com>
34959
25f1282a
L
34960 [BZ #14117]
34961 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
34962 * sysdeps/x86/fpu/bits/mathinline.h: This.
34963 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
34964
ed1825f8
L
34965 [BZ #14050]
34966 [BZ #14117]
34967 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
34968 functions if __x86_64__ is defined.
34969
36d54b74
CLT
349702012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
34971
34972 * string/endian.h: Add !__ASSEMBLER__ condition for including
34973 conversion interfaces.
34974
10285c21
JM
349752012-06-15 Joseph Myers <joseph@codesourcery.com>
34976
34977 [BZ #14241]
34978 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
34979 of ABS(x) in calculating zero to negative powers other than odd
34980 integers.
34981 * math/libm-test.inc (pow_test): Add more tests.
34982
06c5abbd
AJ
349832012-06-15 Andreas Jaeger <aj@suse.de>
34984
34985 * manual/contrib.texi (Contributors): Update entry of Liubov
34986 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
34987 Machado Filho.
34988
a3aeac40
CH
349892012-06-15 Cyril Hrubis <metan@ucw.cz>
34990
34991 * string/string.h: Add __wur to GNU version of strerror_r.
34992
49bdf4c1
L
349932012-06-14 H.J. Lu <hongjiu.lu@intel.com>
34994
34995 [BZ #14229]
34996 * string/Makefile (tests): Add tst-strtok_r.
34997 * string/tst-strtok_r.c: New file.
34998 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
34999 RAX_LP/RDX_LP on SAVE_PTR.
35000
834f9b8d
RM
350012012-06-14 Roland McGrath <roland@hack.frob.com>
35002
35003 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
35004
75fa1921
JM
350052012-06-14 Joseph Myers <joseph@codesourcery.com>
35006
35007 * libm_test.inc (csqrt_test): Allow more spurious underflow
35008 exceptions.
35009 (j0_test): Likewise.
35010 (j1_test): Likewise.
35011 (y0_test): Likewise.
35012 (y1_test): Likewise.
35013
771766df
CD
350142012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
35015
35016 * po/Makefile (libc.pot): Use UTF-8 charset.
35017
ceb9e56b
PP
350182012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
35019
35020 [BZ #14210]
35021 Suppress sign-conversion warning from FD_SET.
35022 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
35023 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
35024 not unsigned long int.
35025 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
35026
ddb28975
L
350272012-06-12 H.J. Lu <hongjiu.lu@intel.com>
35028
35029 [BZ #14050]
35030 [BZ #14117]
35031 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
35032 __extern_always_inline instead of __extern_inline.
35033 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
35034 (__signbit): Likewise.
35035 (__signbitl): Support C++ namespace.
35036 (lrintf): New inline function.
35037 (lrint): Likewise.
35038 (llrintf): Likewise.
35039 (llrint): Likewise.
35040 (fmaxf): Likewise.
35041 (fmax): Likewise.
35042 (fminf): Likewise.
35043 (fmin): Likewise.
35044 (rint): Likewise.
35045 (rintf): Likewise.
35046 (ceil): Likewise.
35047 (ceilf): Likewise.
35048 (floor): Likewise.
35049 (floorf): Likewise.
35050 (nearbyint): Likewise.
35051 (nearbyintf): Likewise.
35052
d7b4fb26
TS
350532012-06-12 Thomas Schwinge <thomas@codesourcery.com>
35054
35055 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
35056 non-default versions.
35057
eb55f5c2
RM
350582012-06-11 Roland McGrath <roland@hack.frob.com>
35059
35060 [BZ #14218]
35061 * manual/argp.texi (Argp): Reword argp_parse description slightly.
35062
366af02c
TS
350632012-06-09 Thomas Schwinge <thomas@codesourcery.com>
35064
99ff6e5c
TS
35065 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
35066 (FE_UPWARD, FE_DOWNWARD): Don't define.
35067 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
35068 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35069
366af02c
TS
35070 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
35071 reading it.
35072 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35073 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35074
793ea851
KK
350752012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
35076
35077 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
35078 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
35079 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
35080 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
35081
a728a38f
L
350822012-06-06 H.J. Lu <hongjiu.lu@intel.com>
35083
35084 [BZ #14117]
c08010c7
L
35085 * sysdeps/i386/fpu/bits/fenv.h: Removed.
35086 * sysdeps/i386/fpu/Implies: New file.
35087 * sysdeps/x86_64/fpu/Implies: Likewise.
35088 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
35089 * sysdeps/x86/fpu/bits/fenv.h: This.
35090
a728a38f
L
35091 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
35092 __SSE_MATH__.
35093
6e230d11
SP
350942012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
35095
35096 [BZ #14134]
35097 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
35098 character 0xffff that matches the last element of the
35099 conversion table.
35100
1b671feb
AZ
351012012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35102
35103 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
35104 fmodl commit.
35105
6043738b
AZ
351062012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35107
35108 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
35109 values higher than 25.6283.
35110
34ae0b32
AZ
351112012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35112
35113 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
35114 subnormal exponent extraction and add some __builtin_expect.
35115 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
35116 Fix for subnormal mantissa calculation.
35117
1214ec8f
MF
351182012-06-04 Mike Frysinger <vapier@gentoo.org>
35119
35120 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
35121 cpu2 is -1 and errno is not ENOSYS.
35122
f3d1f93c
L
351232012-06-04 H.J. Lu <hongjiu.lu@intel.com>
35124
35125 [BZ #14117]
0e4a3cd7
L
35126 * sysdeps/i386/i486/bits/string.h: Renamed to ...
35127 * sysdeps/x86/bits/string.h: This.
35128 * sysdeps/x86_64/bits/string.h: Removed.
35129
6704c645
L
35130 * sysdeps/i386/i486/bits/string.h: Define inline functions only
35131 if not compiling for x86-64, but compiling for >= i486.
35132
48495318
L
35133 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
35134 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
35135
14adcbfc
L
35136 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
35137 New macro from Linux kernel 3.4.0.
35138 (FP_XSTATE_MAGIC2): Likewise.
35139 (FP_XSTATE_MAGIC2_SIZE): Likewise.
35140 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
35141 (struct _fpx_sw_bytes): New struct.
35142 (struct _xsave_hdr): Likewise.
35143 (struct _ymmh_state): Likewise.
35144 (struct _xstate): Likewise.
35145
68e408ab
L
35146 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
35147 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
35148 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
35149 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
35150 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
35151 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
35152
f3d1f93c
L
35153 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
35154 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
35155 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
35156 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
35157 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
35158 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
35159
d9dc34cd
TMQMF
351602012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
35161
35162 [BZ #13743]
35163 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
35164 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
35165 (sysdep_headers): Include sys/platform/ppc.h.
35166 * sysdeps/powerpc/test-gettimebase.c: Test for
35167 __ppc_get_timebase() to catch future ISA opcode/insn changes.
35168 * manual/Makefile (appendices): Include platform.texi.
35169 * manual/contrib.texi (Contributors): Update @node pointers.
35170 * manual/maint.texi (Maintenance): Likewise.
35171 (Platform): New node.
35172 * manual/platform.texi: New file. Document the new features.
35173
4af3879c
SP
351742012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
35175 Jakub Jelinek <jakub@redhat.com>
35176
35177 [BZ #14188]
35178 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
35179 where __builtin_expect is unavailable.
35180
2fd6ff13
DM
351812012-06-03 David S. Miller <davem@davemloft.net>
35182
35183 * stdlib/longlong.h: Updated from GCC.
35184
173f7220
AS
351852012-06-02 Andreas Schwab <schwab@linux-m68k.org>
35186
35187 [BZ #14042]
35188 * sysdeps/powerpc/powerpc32/mcount.c: New file.
35189 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
35190 __mcount_internal.
35191 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
35192 (GLIBC_2.16): Likewise.
35193
f34a1c6f
L
351942012-06-01 H.J. Lu <hongjiu.lu@intel.com>
35195
35196 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
35197
88a4576f
JM
351982012-06-01 Joseph Myers <joseph@codesourcery.com>
35199
ea32bcdd
JM
35200 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
35201 (default-abi): New variable.
35202 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
35203 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
35204 variable.
35205 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
35206 Likewise.
35207 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
35208 Likewise.
35209 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
35210 Likewise.
35211
88a4576f
JM
35212 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
35213 definition. Document in comment.
35214
402fe938
DM
352152012-06-01 David S. Miller <davem@davemloft.net>
35216
35217 * stdlib/longlong.h: Updated from GCC.
35218
3553723f
L
352192012-06-01 H.J. Lu <hongjiu.lu@intel.com>
35220
35221 [BZ #14117]
3bd872c4
L
35222 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
35223 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
35224 sys/debugreg.h sys/io.h here.
35225 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
35226 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
35227 sys/io.h.
35228 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
35229 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
35230 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
35231 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
35232 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
35233 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
35234
3553723f
L
35235 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
35236 Define only if __x86_64__ is defined.
35237
4842e4fe
JM
352382012-06-01 Joseph Myers <joseph@codesourcery.com>
35239
c5bfe3d5
JM
35240 [BZ #14048]
35241 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
35242 Use int64_t for variable i.
35243 * math/libm-test.inc (fmod_test): Add more tests.
35244
4842e4fe
JM
35245 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
35246 z computation is not scheduled after fetestexcept.
35247 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
35248 Use math_force_eval instead of asm to ensure calculation scheduled
35249 before exception test.
35250 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
35251 Ensure a1 + u.d computation is not scheduled after fetestexcept.
35252
efb73488
AJ
352532012-06-01 Aurelien Jarno <aurelien@aurel32.net>
35254
35255 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
35256 computation is not scheduled after fetestexcept.
35257
29bcce7c
L
352582012-06-01 H.J. Lu <hongjiu.lu@intel.com>
35259
35260 [BZ #14117]
35261 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
35262 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
35263
73a68f94
AZ
352642012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
35265
35266 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
35267 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
35268
67b6df78
L
352692012-05-31 H.J. Lu <hongjiu.lu@intel.com>
35270
edf2933a 35271 [BZ #14117]
ebc64a18
L
35272 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
35273 <bits/wordsize.h>.
35274 (__WCHAR_MIN): Support __WORDSIZE == 64.
35275 (__WCHAR_MAX): Likewise.
35276
edf2933a
L
35277 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
35278 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
35279
57c6cf40
L
35280 [BZ #14183]
35281 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
35282 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
35283
67b6df78 35284 [BZ #14117]
8eb6281e
L
35285 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
35286 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
35287
aac639f4
L
35288 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
35289 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
35290
67b6df78
L
35291 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
35292 Defined to 1 if __x86_64__ isn't defined.
35293 (_STAT_VER_LINUX_OLD): New.
35294 (st_atime): Remove duplicate.
35295 (st_mtime): Likewise.
35296 (st_ctime): Likewise.
35297
1c2cfe81
DM
352982012-05-31 David S. Miller <davem@davemloft.net>
35299
35300 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
35301 entries.
35302
5be8418c
AS
353032012-06-01 Andreas Schwab <schwab@linux-m68k.org>
35304
e7725326
AS
35305 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
35306 gen-libm-test.pl.
35307
5be8418c
AS
35308 [BZ #14132]
35309 * elf/dl-reloc.c: Include <_itoa.h>.
35310 (_dl_reloc_bad_type): Remove use of INTUSE.
35311 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
35312 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
35313 * stdio-common/psiginfo.c (psiginfo): Likewise.
35314 * stdio-common/psignal.c (psignal): Likewise.
35315 * string/strsignal.c (strsignal): Likewise.
35316 * include/signal.h (_sys_siglist): Declare hidden proto.
35317 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
35318 INTVARDEF with libc_hidden_data_def.
35319 * stdio-common/itoa-udigits.c: Likewise.
35320 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
35321 (_itoa_lower_digits_internal): Remove declaration.
35322 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
35323 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
35324 (_sys_sigabbrev_internal): Remove aliases.
35325 (_sys_siglist): Define hidden alias.
35326
507352f1
MT
353272012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
35328
35329 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
35330 bits/sysctl.h.
35331
42bbb1c3
L
353322012-05-31 H.J. Lu <hongjiu.lu@intel.com>
35333
35334 [BZ #14117]
6bd784b6
L
35335 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
35336 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
35337
8bca20f0
L
35338 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
35339 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
35340 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
35341 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
35342 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
35343 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
35344
f9e890a9
L
35345 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
35346 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
35347 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
35348
471101a1
L
35349 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
35350 with __addr.
35351 (insw): Likewise.
35352 (insl): Likewise.
35353 (outsb): Likewise.
35354 (outsw): Likewise.
35355 (outsl): Likewise.
35356
6451c862
L
35357 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
35358 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
35359 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
35360
a254b8c9
L
35361 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
35362 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
35363 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
35364 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
35365 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
35366 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
35367
b8dfdd92
L
35368 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
35369 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
35370
578cd270
L
35371 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
35372 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
35373
de662f5f
L
35374 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
35375 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
35376 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
35377
25653439
L
35378 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
35379 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
35380 to ...
35381 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
35382
6bad24a0
L
35383 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
35384 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
35385 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
35386
42bbb1c3
L
35387 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
35388 for x86-64.
35389 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
35390
2d10d547
JM
353912012-05-31 Joseph Myers <joseph@codesourcery.com>
35392
35393 * math/math.h (M_El): Use two more decimal places.
35394 (M_LOG2El): Likewise.
35395 (M_LOG10El): Likewise.
35396 (M_LN2l): Likewise.
35397 (M_LN10l): Likewise.
35398 (M_PIl): Likewise.
35399 (M_PI_2l): Likewise.
35400 (M_PI_4l): Likewise.
35401 (M_1_PIl): Likewise.
35402 (M_2_PIl): Likewise.
35403 (M_2_SQRTPIl): Likewise.
35404 (M_SQRT2l): Likewise.
35405 (M_SQRT1_2l): Likewise.
35406
f230c29b
DM
354072012-05-31 David S. Miller <davem@davemloft.net>
35408
35409 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
35410 values between float registers.
35411 * sysdeps/sparc/sparc64/memset.S: Likewise.
35412 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
35413
fed806c3
MF
354142012-05-31 Mike Frysinger <vapier@gentoo.org>
35415
35416 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
35417 -D_FORTIFY_SOURCE=1.
35418 (CPPFLAGS-tst-longjmp_chk.c): Define.
35419 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
35420 (CPPFLAGS-tst-longjmp_chk2.c): Define.
35421 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
35422 CFLAGS-tst-wchar-h.c.
35423
30917259
MP
354242012-05-31 Marek Polacek <polacek@redhat.com>
35425
35426 [BZ #14132]
35427 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
35428 __endmntent_internal): Remove declaration.
35429 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
35430 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
35431 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
35432
1c58d5dc
DM
354332012-05-30 David S. Miller <davem@davemloft.net>
35434
35435 * sysdeps/sparc/sparc32/soft-fp/q_util.c
35436 (___Q_simulate_exceptions): Use real FP ops rather than writing
35437 into the %fsr.
35438 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
35439 Likewise.
35440
7dc00e0d
L
354412012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35442
35443 [BZ #14117]
0bd53985
L
35444 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
35445 * sysdeps/x86/bits/xtitypes.h: This.
35446
3a257e66
L
35447 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
35448 * sysdeps/x86/bits/wordsize.h: This.
35449
62f62904
L
35450 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
35451 * sysdeps/x86/bits/huge_vall.h: This.
35452
404fe9d9
L
35453 * sysdeps/i386/bits/select.h: Removed.
35454 * sysdeps/x86_64/bits/select.h: Renamed to ...
35455 * sysdeps/x86/bits/select.h: This.
35456
d48d0446
L
35457 * sysdeps/i386/bits/setjmp.h: Removed.
35458 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
35459 * sysdeps/x86/bits/setjmp.h: This.
35460
7dc00e0d
L
35461 * sysdeps/i386/bits/mathdef.h: Removed.
35462 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
35463 * sysdeps/x86/bits/mathdef.h: This.
35464
03277f8f
AS
354652012-05-30 Andreas Schwab <schwab@linux-m68k.org>
35466
35467 [BZ #14132]
35468 * include/sys/socket.h (__connect_internal)
35469 (__libc_sa_len_internal): Remove declaration.
35470 (__connect, __libc_sa_len): Declare hidden_proto.
35471 (SA_LEN): Remove use of INTUSE.
35472 * socket/connect.c: Add libc_hidden_def.
35473 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
35474 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
35475 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
35476 alias.
35477 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
35478 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
35479 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
35480 of adding _internal alias.
35481
13764867
L
354822012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35483
35484 [BZ #14117]
6bd97696
L
35485 * sysdeps/i386/bits/link.h: Removed.
35486 * sysdeps/i386/bits/linkmap.h: Likewise.
35487 * sysdeps/x86_64/bits/link.h: Renamed to ...
35488 * sysdeps/x86/bits/link.h: This.
35489 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
35490 * sysdeps/x86/bits/linkmap.h: This.
35491
f726f0bb
L
35492 * sysdeps/i386/bits/endian.h: Removed.
35493 * sysdeps/x86_64/bits/endian.h: Renamed to ...
35494 * sysdeps/x86/bits/endian.h: This.
35495
13764867
L
35496 * sysdeps/i386/bits/byteswap.h: Removed.
35497 * sysdeps/i386/bits/byteswap-16.h: Likewise.
35498 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
35499 * sysdeps/x86/bits/byteswap.h: This.
35500 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
35501 * sysdeps/x86/bits/byteswap-16.h: This.
35502 * sysdeps/i386/Implies: Add x86.
35503 * sysdeps/x86_64/Implies: Likewise.
35504
ae251b0b
DM
355052012-05-30 David S. Miller <davem@davemloft.net>
35506
35507 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
35508 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
35509 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
35510 (FP_TRAPPING_EXCEPTIONS): Define.
35511 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
35512 (FP_TRAPPING_EXCEPTIONS): Define.
35513 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
35514 subnormals only when inexact has been signalled or underflow
35515 exceptions are enabled.
35516 (_FP_PACK_CANONICAL): Likewise.
35517
d5c90867
L
355182012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35519
35520 [BZ #14183]
35521 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
35522 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
35523
63f1549e
RH
355242012-05-30 Richard Henderson <rth@twiddle.net>
35525
8d8f2279
RH
35526 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
35527 with #ifndef NOT_IN_libc.
35528
63f1549e
RH
35529 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
35530 marked to avoid plt entry.
35531
0ab0291b
L
355322012-05-30 H.J. Lu <hongjiu.lu@intel.com>
35533
35534 [BZ #14112]
35535 * Makeconfig (default-abi): New macro.
35536 (abi-includes): Likewise.
35537 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
35538 $(abi-$(default-abi)-lib-soname) for soname if defined.
35539 ($(common-objpfx)gnu/lib-names.stmp): Generate from
35540 abi-variants.
35541 * Makefile (installed-stubs): Likewise.
35542 * include/stubs-biarch.h: Removed.
35543 * scripts/lib-names.awk: Only handle one library at a time.
35544 * scripts/soversions.awk: Remove WORDSIZE support.
35545 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
35546 entries.
35547 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
35548 Removed.
35549 (syscall-list-default-condition): Likewise.
35550 (syscall-list-default-condition): Likewise.
35551 (syscall-list-includes): Likewise.
35552 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
35553 syscall-list-* with abi-*. Handle undefined abi-variants.
35554 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
35555 * sysdeps/unix/sysv/linux/i386/Implies: New file.
35556 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
35557 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
35558 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
35559 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
35560 Removed.
35561 (syscall-list-32-options): Likewise.
35562 (syscall-list-32-condition): Likewise.
35563 (syscall-list-64-options): Likewise.
35564 (syscall-list-64-condition): Likewise.
35565 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
35566 macro.
35567 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
35568 Renamed to ...
35569 (abi-*): This.
35570 (abi-64-ld-soname): New macro.
35571 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
35572 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
35573 Renamed to ...
35574 (abi-*): This.
35575 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
35576 * sysdeps/x86_64/x32/shlib-versions: Likewise.
35577
4da0431d
JM
355782012-05-30 Joseph Myers <joseph@codesourcery.com>
35579
3a85279c
JM
35580 * sysdeps/unix/sysv/linux/kernel-features.h
35581 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
35582 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
35583 include <kernel-features.h>.
35584 [!__NR_ftruncate64]: Remove conditional code.
35585 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35586 [__NR_ftruncate64]: Make code unconditional.
35587 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35588 * sysdeps/unix/sysv/linux/truncate64.c: Do not
35589 include <kernel-features.h>.
35590 [!__NR_ftruncate64]: Remove conditional code.
35591 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35592 [__NR_ftruncate64]: Make code unconditional.
35593 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35594 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
35595 include <kernel-features.h>.
35596 [!__NR_ftruncate64]: Remove conditional code.
35597 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35598 [__NR_ftruncate64]: Make code unconditional.
35599 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35600 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
35601 include <kernel-features.h>.
35602 [!__NR_ftruncate64]: Remove conditional code.
35603 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35604 [__NR_ftruncate64]: Make code unconditional.
35605 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
35606
4da0431d
JM
35607 * configure.in (libc_cv_fpie): Weaken to a compile test using
35608 LIBC_TRY_CC_OPTION.
35609 * configure: Regenerated.
35610
11ef492c
AK
356112012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35612
35613 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
35614 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
35615 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
35616 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
35617 Refreshed.
35618 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
35619 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
35620 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
35621 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
35622 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
35623 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
35624 Refreshed.
35625
d66ef399
DM
356262012-05-27 David S. Miller <davem@davemloft.net>
35627
35628 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
35629 (___Q_zero): New.
35630 (__Q_simulate_exceptions): Return void. Change to simulate
35631 exceptions by writing into the %fsr.
35632 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
35633 (__Qp_handle_exceptions): Likewise.
35634 (numbers): Delete.
35635 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
35636 __Qp_handle_exceptions.
35637 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
35638 __Qp_handle_exceptions.
35639 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35640 as unused and give dummy FP_RND_NEAREST initializer.
35641 (FP_INHIBIT_RESULTS): Define.
35642 (___Q_simulate_exceptions): Update declaration.
35643 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
35644 formatting.
35645 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
35646 as unused and give dummy FP_RND_NEAREST initializer.
35647 (__Qp_handle_exceptions): Update declaration.
35648 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
35649 formatting.
35650
04fb54b5
TS
356512012-05-27 Thomas Schwinge <thomas@codesourcery.com>
35652
35653 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
35654 the temporary FPU control word.
35655 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
35656 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
35657 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
35658 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
35659 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
35660 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
35661 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
35662 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
35663 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
35664 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
35665 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
35666
3f99608f
KK
356672012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
35668
35669 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
35670 fields.
35671
65a4de4e
CLT
356722012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
35673
35674 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
35675 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
35676 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
35677 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
35678 Likewise.
35679 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
35680 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
35681 Likewise.
35682
15749d40
UD
356832012-05-27 Ulrich Drepper <drepper@gmail.com>
35684
35685 * po/h.po: Update from translation team.
35686
25dbcb27
AS
356872012-05-26 Andreas Schwab <schwab@linux-m68k.org>
35688
3d3f8e55
AS
35689 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
35690
25dbcb27
AS
35691 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
35692 handling of denormals.
35693 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35694 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
35695 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35696 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35697 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35698 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
35699 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
35700 Likewise.
35701
7ad47a80 357022012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
35703
35704 [BZ #14152]
35705 * math/libm-test.inc (fma_test): Don't always expect underflow
35706 exception.
35707
9c6ea9fa
SP
357082012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
35709
35710 [BZ #12416]
35711 * elf/tst-execstack.c: Include stackinfo.h.
35712 (do_test): Adjust test case to ensure that pthread_getattr_np
35713 behaviour remains the same after marking stack executable.
35714
a8239222
JM
357152012-05-25 Joseph Myers <joseph@codesourcery.com>
35716
35717 * sysdeps/unix/sysv/linux/kernel-features.h
35718 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
35719 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
35720 kernel-features.h.
35721 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35722 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35723 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
35724 kernel-features.h.
35725 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
35726 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
35727
918b5606
L
357282012-05-25 H.J. Lu <hongjiu.lu@intel.com>
35729
35730 * configure.in: Define the default includes to being none.
35731 * configure: Regenerated.
35732
3a097cc7
RM
357332012-05-25 Roland McGrath <roland@hack.frob.com>
35734
8422c9a5
RM
35735 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
35736 * sysdeps/x86_64/setjmp.S: Likewise.
35737 * sysdeps/i386/bsd-setjmp.S: Likewise.
35738 * sysdeps/i386/bsd-_setjmp.S: Likewise.
35739 * sysdeps/i386/setjmp.S: Likewise.
35740 * sysdeps/i386/__longjmp.S: Likewise.
35741 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35742 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
35743
3a097cc7
RM
35744 * include/stap-probe.h: New file.
35745 * configure.in: Handle --enable-systemtap.
35746 * configure: Regenerated.
35747 * config.h.in (USE_STAP_PROBE): New #undef.
35748 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
35749 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
35750 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
35751
21708942
JM
357522012-05-25 Joseph Myers <joseph@codesourcery.com>
35753
35754 [BZ #13717]
35755 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35756 to 2.4.0 where earlier.
35757 * sysdeps/unix/sysv/linux/configure: Regenerated.
35758 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
35759 <kernel-features.h>.
35760 [__ASSUME_32BITUIDS]: Make code unconditional.
35761 [!__ASSUME_32BITUIDS]: Remove conditional code.
35762 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
35763 <kernel-features.h>.
35764 [__ASSUME_32BITUIDS]: Make code unconditional.
35765 [!__ASSUME_32BITUIDS]: Remove conditional code.
35766 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
35767 [__ASSUME_32BITUIDS]: Make code unconditional.
35768 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
35769 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
35770 <kernel-features.h>.
35771 [__ASSUME_32BITUIDS]: Make code unconditional.
35772 [!__ASSUME_32BITUIDS]: Remove conditional code.
35773 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
35774 <kernel-features.h>.
35775 [__ASSUME_32BITUIDS]: Make code unconditional.
35776 [!__ASSUME_32BITUIDS]: Remove conditional code.
35777 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
35778 <kernel-features.h>.
35779 [__ASSUME_32BITUIDS]: Make code unconditional.
35780 [!__ASSUME_32BITUIDS]: Remove conditional code.
35781 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
35782 <kernel-features.h>.
35783 [__ASSUME_32BITUIDS]: Make code unconditional.
35784 [!__ASSUME_32BITUIDS]: Remove conditional code.
35785 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
35786 <kernel-features.h>.
35787 [__ASSUME_32BITUIDS]: Make code unconditional.
35788 [!__ASSUME_32BITUIDS]: Remove conditional code.
35789 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
35790 <kernel-features.h>.
35791 [__ASSUME_32BITUIDS]: Make code unconditional.
35792 [!__ASSUME_32BITUIDS]: Remove conditional code.
35793 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
35794 <kernel-features.h>.
35795 [__ASSUME_32BITUIDS]: Make code unconditional.
35796 [!__ASSUME_32BITUIDS]: Remove conditional code.
35797 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
35798 <kernel-features.h>.
35799 [__ASSUME_32BITUIDS]: Make code unconditional.
35800 [!__ASSUME_32BITUIDS]: Remove conditional code.
35801 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
35802 <kernel-features.h>.
35803 [__ASSUME_32BITUIDS]: Make code unconditional.
35804 [!__ASSUME_32BITUIDS]: Remove conditional code.
35805 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
35806 <kernel-features.h>.
35807 [__ASSUME_32BITUIDS]: Make code unconditional.
35808 [!__ASSUME_32BITUIDS]: Remove conditional code.
35809 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
35810 <kernel-features.h>.
35811 [__NR_setresgid] (__setresgid): Do not declare.
35812 [__ASSUME_32BITUIDS]: Make code unconditional.
35813 [!__ASSUME_32BITUIDS]: Remove conditional code.
35814 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
35815 <kernel-features.h>.
35816 [__NR_setresuid] (__setresuid): Do not declare.
35817 [__ASSUME_32BITUIDS]: Make code unconditional.
35818 [!__ASSUME_32BITUIDS]: Remove conditional code.
35819 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
35820 <kernel-features.h>.
35821 [__ASSUME_32BITUIDS]: Make code unconditional.
35822 [!__ASSUME_32BITUIDS]: Remove conditional code.
35823 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
35824 <kernel-features.h>.
35825 [__ASSUME_32BITUIDS]: Make code unconditional.
35826 [!__ASSUME_32BITUIDS]: Remove conditional code.
35827 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
35828 <kernel-features.h>.
35829 [__ASSUME_32BITUIDS]: Make code unconditional.
35830 [!__ASSUME_32BITUIDS]: Remove conditional code.
35831 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
35832 <kernel-features.h>.
35833 [__ASSUME_32BITUIDS]: Make code unconditional.
35834 [!__ASSUME_32BITUIDS]: Remove conditional code.
35835 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
35836 <kernel-features.h>.
35837 [__ASSUME_32BITUIDS]: Make code unconditional.
35838 [!__ASSUME_32BITUIDS]: Remove conditional code.
35839 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
35840 <kernel-features.h>.
35841 [__ASSUME_32BITUIDS]: Make code unconditional.
35842 [!__ASSUME_32BITUIDS]: Remove conditional code.
35843 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
35844 <kernel-features.h>.
35845 [__ASSUME_32BITUIDS]: Make code unconditional.
35846 [!__ASSUME_32BITUIDS]: Remove conditional code.
35847 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
35848 <kernel-features.h>.
35849 [__ASSUME_32BITUIDS]: Make code unconditional.
35850 [!__ASSUME_32BITUIDS]: Remove conditional code.
35851 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
35852 <kernel-features.h>.
35853 [__ASSUME_32BITUIDS]: Make code unconditional.
35854 [!__ASSUME_32BITUIDS]: Remove conditional code.
35855 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
35856 <kernel-features.h>.
35857 [__ASSUME_32BITUIDS]: Make code unconditional.
35858 [!__ASSUME_32BITUIDS]: Remove conditional code.
35859 * sysdeps/unix/sysv/linux/kernel-features.h
35860 (__ASSUME_SETRESUID_SYSCALL): Remove.
35861 (__ASSUME_SETRESGID_SYSCALL): Likewise.
35862 (__ASSUME_32BITUIDS): Likewise.
35863 (__ASSUME_LDT_WORKS): Likewise.
35864 (__ASSUME_O_DIRECTORY): Likewise.
35865 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
35866 architecture but not kernel version.
35867 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
35868 (__ASSUME_MMAP2_SYSCALL): Likewise.
35869 (__ASSUME_STAT64_SYSCALL): Likewise.
35870 (__ASSUME_IPC64): Likewise.
35871 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
35872 <kernel-features.h>.
35873 [__ASSUME_32BITUIDS]: Make code unconditional.
35874 [!__ASSUME_32BITUIDS]: Remove conditional code.
35875 * sysdeps/unix/sysv/linux/opendir.c: Do not include
35876 <kernel-features.h>.
35877 [__ASSUME_O_DIRECTORY]: Make code unconditional.
35878 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
35879 132096]: Remove conditional code.
35880 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
35881 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
35882 <kernel-features.h>.
35883 [__ASSUME_32BITUIDS]: Make code unconditional.
35884 [!__ASSUME_32BITUIDS]: Remove conditional code.
35885 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
35886 <kernel-features.h>.
35887 [__ASSUME_32BITUIDS]: Make code unconditional.
35888 [!__ASSUME_32BITUIDS]: Remove conditional code.
35889 * sysdeps/unix/sysv/linux/setegid.c: Do not include
35890 <kernel-features.h>.
35891 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
35892 unconditional.
35893 (__setresgid): Do not declare.
35894 [__ASSUME_32BITUIDS]: Make code unconditional.
35895 [!__ASSUME_32BITUIDS]: Remove conditional code.
35896 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
35897 <kernel-features.h>.
35898 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
35899 unconditional.
35900 (__setresuid): Do not declare.
35901 [__ASSUME_32BITUIDS]: Make code unconditional.
35902 [!__ASSUME_32BITUIDS]: Remove conditional code.
35903 * sysdeps/unix/sysv/linux/sh/chown.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/sparc/sparc32/semctl.c: Do not include
35908 <kernel-features.h>.
35909 [__ASSUME_32BITUIDS]: Make code unconditional.
35910 [!__ASSUME_32BITUIDS]: Remove conditional code.
35911
a386f1cc
RH
359122012-05-25 Richard Henderson <rth@twiddle.net>
35913
35914 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
35915 dl_hwcap to ifunc resolver.
35916 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
35917 elf_ifunc_invoke.
35918 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
35919 dl_hwcap to ifunc resolver.
35920 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
35921
b6550497
JM
359222012-05-24 Joseph Myers <joseph@codesourcery.com>
35923
35924 [BZ #14153]
35925 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
35926 for |x| <= 2**-26, not 2**-57.
35927 * math/libm-test.inc (acos_test): Do not allow spurious underflow
35928 exception.
35929
b0bc23a1
JL
359302012-05-24 Jeff Law <law@redhat.com>
35931
35932 * stdio-common/Makefile (tests): Add bug25.
35933 * stdio-common/bug25.c: New test.
35934
347c92e9
L
359352012-05-24 H.J. Lu <hongjiu.lu@intel.com>
35936
35937 [BZ #13576]
35938 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
35939 multiple of MALLOC_ALIGNMENT in size.
35940 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
35941
6bcc8b3f
JM
359422012-05-24 Joseph Myers <joseph@codesourcery.com>
35943
35944 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
35945 Require >= 256.
35946 (FILENAME_MAX): Use macro-int-constant.
35947 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
35948 (_IOFBF): Use macro-int-constant.
35949 (_IOLBF): Likewise.
35950 (_IONBF): Likewise.
35951 (SEEK_CUR): Likewise.
35952 (SEEK_END): Likewise.
35953 (SEEK_SET): Likewise.
35954 (TMP_MAX): Likewise.
35955 (EOF): Use macro-int-constant. Require < 0.
35956 (NULL): Use macro-constant. Require == 0.
35957 (stdin): Require type to be FILE *.
35958 (stdout): Likewise.
35959 (stderr): Likewise.
35960 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
35961 macro-int-constant.
35962 (EXIT_SUCCESS): Likewise.
35963 (NULL): Use macro-constant. Require == 0.
35964 (RAND_MAX): Use macro-int-constant.
35965 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
35966 [C99-based standards] (strtof): Require function.
35967 [C99-based standards] (strtold): Likewise.
35968 [C99-based standards] (strtoll): Likewise.
35969 [C99-based standards] (strtoull): Likewise.
35970 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
35971 [ISO || ISO99 || ISO11] (limits.h): Likewise.
35972 [ISO || ISO99 || ISO11] (math.h): Likewise.
35973 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
35974 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
35975 [ISO || ISO99 || ISO11] (*_t): Do not allow.
35976
d18ea0c5
AS
359772012-05-24 Andreas Schwab <schwab@linux-m68k.org>
35978
35979 [BZ #14132]
56d25bb8
AS
35980 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
35981 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
35982 * intl/dgettext.c (DCGETTEXT): Likewise.
35983 * intl/gettext.c (DCGETTEXT): Likewise.
35984 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
35985 * posix/regex_internal.h (gettext): Likewise.
35986 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
35987 Remove declaration.
35988 * include/argz.h (__argz_count_internal)
35989 (__argz_stringify_internal): Remove declaration.
35990 (__argz_count, __argz_stringify): Declare hidden proto.
35991 * intl/dcgettext.c: Remove use of INTDEF.
35992 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
35993 * string/argz-stringify.c: Likewise.
35994 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35995 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35996 Declare hidden proto.
d18ea0c5
AS
35997 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
35998 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
35999 Declare hidden proto.
36000 * include/stdio.h (__asprintf_internal): Don't declare.
36001 (__asprintf): Don't define as macro. Declare hidden proto.
36002 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
36003 (__fsetlocking): Declare hidden proto.
36004 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
36005 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
36006 hidden proto.
36007 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
36008 (_IO_setlinebuf): Remove use of INTUSE.
36009 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
36010 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
36011 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
36012 Remove declaration.
36013 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
36014 (_IO_do_flush): Remove use of INTUSE.
36015 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
36016 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
36017 (_IO_adjust_column, _IO_least_wmarker)
36018 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
36019 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
36020 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
36021 (_IO_default_doallocate, _IO_wdefault_doallocate)
36022 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
36023 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
36024 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
36025 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
36026 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
36027 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
36028 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
36029 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
36030 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
36031 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
36032 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
36033 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
36034 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
36035 proto.
36036 (_IO_flush_all_internal, _IO_adjust_column_internal)
36037 (_IO_default_uflow_internal, _IO_default_finish_internal)
36038 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
36039 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
36040 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
36041 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
36042 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
36043 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
36044 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
36045 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
36046 (_IO_file_close_internal, _IO_file_close_it_internal)
36047 (_IO_file_underflow_internal, _IO_file_overflow_internal)
36048 (_IO_file_init_internal, _IO_file_attach_internal)
36049 (_IO_file_fopen_internal, _IO_file_read_internal)
36050 (_IO_file_sync_internal, _IO_file_seek_internal)
36051 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
36052 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
36053 (_IO_str_underflow_internal, _IO_str_overflow_internal)
36054 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
36055 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
36056 (_IO_list_all_internal, _IO_link_in_internal)
36057 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
36058 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
36059 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
36060 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
36061 (_IO_do_write_internal, _IO_padn_internal)
36062 (_IO_getline_info_internal, _IO_getline_internal)
36063 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
36064 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
36065 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
36066 (_IO_vfscanf_internal, _IO_vfprintf_internal)
36067 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
36068 (_IO_init_internal, _IO_un_link_internal): Don't declare.
36069 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
36070 with libc_hidden_ver, remove use of INTUSE.
36071 * libio/genops.c: Likewise.
36072 * libio/freopen.c: Likewise.
36073 * libio/freopen64.c: Likewise.
36074 * libio/iofclose.c: Likewise.
36075 * libio/iofdopen.c: Likewise.
36076 * libio/iofflush.c: Likewise.
36077 * libio/iofflush_u.c: Likewise.
36078 * libio/iofgets.c: Likewise.
36079 * libio/iofgets_u.c: Likewise.
36080 * libio/iofopen.c: Likewise.
36081 * libio/iofopncook.c: Likewise.
36082 * libio/iofread.c: Likewise.
36083 * libio/iofread_u.c: Likewise.
36084 * libio/ioftell.c: Likewise.
36085 * libio/iofwrite.c: Likewise.
36086 * libio/iogetline.c: Likewise.
36087 * libio/iogets.c: Likewise.
36088 * libio/iogetwline.c: Likewise.
36089 * libio/iopadn.c: Likewise.
36090 * libio/iopopen.c: Likewise.
36091 * libio/ioseekoff.c: Likewise.
36092 * libio/ioseekpos.c: Likewise.
36093 * libio/iosetbuffer.c: Likewise.
36094 * libio/iosetvbuf.c: Likewise.
36095 * libio/ioungetc.c: Likewise.
36096 * libio/ioungetwc.c: Likewise.
36097 * libio/iovdprintf.c: Likewise.
36098 * libio/iovsprintf.c: Likewise.
36099 * libio/iovsscanf.c: Likewise.
36100 * libio/memstream.c: Likewise.
36101 * libio/obprintf.c: Likewise.
36102 * libio/oldfileops.c: Likewise.
36103 * libio/oldiofclose.c: Likewise.
36104 * libio/oldiofdopen.c: Likewise.
36105 * libio/oldiofopen.c: Likewise.
36106 * libio/oldiopopen.c: Likewise.
36107 * libio/oldstdfiles.c: Likewise.
36108 * libio/putc.c: Likewise.
36109 * libio/setbuf.c: Likewise.
36110 * libio/setlinebuf.c: Likewise.
36111 * libio/stdfiles.c: Likewise.
36112 * libio/strops.c: Likewise.
36113 * libio/vasprintf.c: Likewise.
36114 * libio/vscanf.c: Likewise.
36115 * libio/vsnprintf.c: Likewise.
36116 * libio/vswprintf.c: Likewise.
36117 * libio/wfiledoalloc.c: Likewise.
36118 * libio/wfileops.c: Likewise.
36119 * libio/wgenops.c: Likewise.
36120 * libio/wmemstream.c: Likewise.
36121 * libio/wstrops.c: Likewise.
36122 * libio/__fpurge.c: Likewise.
36123 * libio/__fsetlocking.c: Likewise.
36124 * assert/assert.c: Likewise.
36125 * debug/fgets_chk.c: Likewise.
36126 * debug/fgets_u_chk.c: Likewise.
36127 * debug/fread_chk.c: Likewise.
36128 * debug/fread_u_chk.c: Likewise.
36129 * debug/gets_chk.c: Likewise.
36130 * debug/obprintf_chk.c: Likewise.
36131 * debug/vasprintf_chk.c: Likewise.
36132 * debug/vdprintf_chk.c: Likewise.
36133 * debug/vsnprintf_chk.c: Likewise.
36134 * debug/vsprintf_chk.c: Likewise.
36135 * malloc/mtrace.c: Likewise.
36136 * misc/error.c: Likewise.
36137 * misc/syslog.c: Likewise.
36138 * stdio-common/asprintf.c: Likewise.
36139 * stdio-common/fxprintf.c: Likewise.
36140 * stdio-common/getw.c: Likewise.
36141 * stdio-common/isoc99_fscanf.c: Likewise.
36142 * stdio-common/isoc99_scanf.c: Likewise.
36143 * stdio-common/isoc99_vfscanf.c: Likewise.
36144 * stdio-common/isoc99_vscanf.c: Likewise.
36145 * stdio-common/isoc99_vsscanf.c: Likewise.
36146 * stdio-common/printf-prs.c: Likewise.
36147 * stdio-common/printf_fp.c: Likewise.
36148 * stdio-common/printf_fphex.c: Likewise.
36149 * stdio-common/printf_size.c: Likewise.
36150 * stdio-common/putw.c: Likewise.
36151 * stdio-common/scanf.c: Likewise.
36152 * stdio-common/sprintf.c: Likewise.
36153 * stdio-common/tmpfile.c: Likewise.
36154 * stdio-common/vfprintf.c: Likewise.
36155 * stdio-common/vfscanf.c: Likewise.
36156 * stdlib/strfmon_l.c: Likewise.
36157 * sunrpc/openchild.c: Likewise.
36158 * sunrpc/xdr_stdio.c: Likewise.
36159 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
36160 * sysdeps/mach/hurd/tmpfile.c: Likewise.
36161
d6c33fda
RM
361622012-05-24 Roland McGrath <roland@hack.frob.com>
36163
c1487492
RM
36164 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36165
36166 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
36167 in the third column, to generate for the shared library an IFUNC
36168 that uses _dl_vdso_vsym.
36169 * Makerules (COMPILE.c, compile-stdin.c): New variables.
36170 * Makeconfig (object-suffixes-noshared): New variable.
36171
36172 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
36173 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
36174 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
36175 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
36176
d6c33fda
RM
36177 [BZ #14132]
36178 * include/sys/time.h (__gettimeofday): Remove macro.
36179 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
36180 * time/gettimeofday.c (__gettimeofday): Remove #undef.
36181 Remove INTDEF.
36182 (__gettimeofday): Add libc_hidden_def.
36183 (gettimeofday): Add libc_hidden_weak.
36184 * sysdeps/mach/gettimeofday.c: Likewise.
36185 * sysdeps/posix/gettimeofday.c: Likewise.
36186 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
36187 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
36188 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
36189 (__gettimeofday_internal): Remove strong_alias.
36190 (__gettimeofday): Add libc_hidden_def.
36191 (gettimeofday): Add libc_hidden_weak.
36192 * sysdeps/unix/syscalls.list (gettimeofday):
36193 Remove __gettimeofday_internal alias.
36194
b5a2bbe6
L
361952012-05-24 Daniel Jacobowitz <drow@false.org>
36196 H.J. Lu <hongjiu.lu@intel.com>
36197
36198 [BZ #12495]
36199 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
36200 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
36201 (largebin_index_32_big): New.
36202 (largebin_index): Use it for 16-byte alignment.
36203 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
36204 correction with front_misalign.
36205
cfba4fda
L
362062012-05-24 H.J. Lu <hongjiu.lu@intel.com>
36207
7f907421
L
36208 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
36209 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
36210 Likewise.
36211 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
36212 Likewise.
36213 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
36214 Likewise.
36215 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
36216 Likewise.
36217 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
36218 Likewise.
36219 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
36220 Likewise.
36221 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
36222 Likewise.
36223 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
36224 Likewise.
36225 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
36226 Likewise.
36227 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
36228 Likewise.
36229 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
36230 Likewise.
36231 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
36232 Likewise.
36233
cfba4fda
L
36234 * scripts/data/c++-types-x32-linux-gnu.data: New file.
36235 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
36236
80bad0cc
JM
362372012-05-24 Joseph Myers <joseph@codesourcery.com>
36238
7a25eb06
JM
36239 [BZ #10846]
36240 [BZ #14036]
36241 * math/libm-test.inc (exp_test): Add test from bug 14036.
36242 (pow_test): Add test from bug 10846.
36243
795405f9
JM
36244 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
36245 and other flags.
36246 (special_function): Do not include flags in test name.
36247 (parse_args): Likewise.
36248 * sysdeps/i386/fpu/libm-test-ulps: Update.
36249 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
36250 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
36251 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
36252 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36253
80bad0cc
JM
36254 * math/gen-libm-test.pl (%beautify): Add entries for underflow
36255 exceptions.
36256 * math/libm-test.inc ("Philosophy"): Update comment about
36257 exception testing.
36258 (UNDERFLOW_EXCEPTION): New macro.
36259 (UNDERFLOW_EXCEPTION_OK): Likewise.
36260 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
36261 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
36262 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
36263 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
36264 (INVALID_EXCEPTION_OK): Update value.
36265 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
36266 (OVERFLOW_EXCEPTION_OK): Likewise.
36267 (IGNORE_ZERO_INF_SIGN): Likewise.
36268 (test_exceptions): Handle underflow exceptions.
36269 (acos_test): Update for underflow exception expectations.
36270 (cexp_test): Likewise.
36271 (clog_test): Likewise.
36272 (clog10_test): Likewise.
36273 (csqrt_test): Likewise.
36274 (ctan_test): Likewise.
36275 (ctanh_test): Likewise.
36276 (exp_test): Likewise.
36277 (exp10_test): Likewise.
36278 (exp2_test): Likewise.
36279 (expm1_test): Likewise.
36280 (fma_test): Likewise.
36281 (j0_test): Likewise.
36282 (jn_test): Likewise.
36283 (nexttoward_test): Likewise.
36284 (pow_test): Likewise.
36285 (scalbn_test): Likewise.
36286 (scalbln_test): Likewise.
36287 (tan_test): Likewise.
36288 (y1_test): Likewise.
36289 * sysdeps/i386/fpu/libm-test-ulps: Update.
36290 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36291
9e0e3d0b
DM
362922012-05-23 David S. Miller <davem@davemloft.net>
36293
36294 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36295 (__libc_sigaction): Remove unused local variables.
36296
ccd0a08f
L
362972012-05-23 H.J. Lu <hongjiu.lu@intel.com>
36298
36299 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
36300
62bdf9a6
PE
363012012-05-23 Paul Eggert <eggert@cs.ucla.edu>
36302
f8591f80
PE
36303 mktime: avoid signed integer overflow
36304 * time/mktime.c (__mktime_internal): Do not mishandle the case
36305 where diff == INT_MIN.
36306
94c7d826
PE
36307 mktime: simplify computation of average
36308 * time/mktime.c (ranged_convert): Use new time_t_avg function
36309 instead of rolling our own (probably-slower) code.
36310
ce73d683
PE
36311 mktime: do not assume signed right shift propagates sign bit
36312 * time/mktime.c (isdst_differ): New static function.
36313 (__mktime_internal): No need to normalize tm_isdst now.
36314 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
36315 tm_isdst values.
36316
72a22e59
PE
36317 mktime: merge another wrapv change from gnulib
36318 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
36319 from some compilers.
36320
68605433
PE
36321 mktime: remove incorrect attempt at unusual arithmetics
36322 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
36323 The code didn't really work on such machines anyway.
36324 (TYPE_MINIMUM): Assume two's complement.
36325 (twos_complement_arithmetic): Verify that long_int and time_t
36326 are two's complement (or unsigned, in the latter case).
36327
03cf7fe3
PE
36328 mktime: check signed shifts on long_int and time_t, too
36329 * time/mktime.c (SHR): Check that shifts work as desired
36330 on the types long_int and time_t too, as SHR is used on
36331 such types.
36332
f04dfbc2
PE
36333 mktime: do not assume 'long' is wide enough
36334 * time/mktime.c (verify): Move decl up.
36335 (long_int): New type.
36336 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
36337 to remove assumption in the code that 'long' is wide enough to
36338 store year values. This assumption is not true on x32 and on
36339 some non-glibc platforms.
36340
62bdf9a6
PE
36341 mktime: merge wrapv change from gnulib
36342 * time/mktime.c (WRAPV): New macro.
36343 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
36344 (guess_time_tm, __mktime_internal): Do not assume that signed
36345 integer overflow wraps around; modern compilers generate code
36346 where this assumption is no longer valid.
36347
5e292e4f
L
363482012-05-23 H.J. Lu <hongjiu.lu@intel.com>
36349
36350 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36351 Replace "jmp L(pseudo_end)" with "ret".
36352 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
36353 Likewise.
36354
8caf8c87
AJ
363552012-05-23 Andreas Jaeger <aj@suse.de>
36356
36357 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
36358 * sysdeps/unix/sysv/linux/poll.c: Remove file.
36359
1a09dc56
AJ
363602012-05-23 Andreas Jaeger <aj@suse.de>
36361 Maximilian Attems <max@stro.at>
36362
36363 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
36364 New macros.
36365
1c87aba0
L
363662012-05-23 H.J. Lu <hongjiu.lu@intel.com>
36367
36368 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
36369 code so that pseudo_end is just ret and the stack pointer is
36370 correct also for static library in error case.
36371
40e45bd5
JM
363722012-05-23 Joseph Myers <joseph@codesourcery.com>
36373
c2670533
JM
36374 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
36375 move to syscalls.list.
36376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
36377 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
36378 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
36379 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
36380
40e45bd5
JM
36381 * manual/install.texi (Running make install): Do not mention Linux
36382 kernel version for which pt_chown is not needed.
36383 (Linux): Do not mention problems with nscd with 2.0 kernels.
36384 * INSTALL: Regenerated.
36385
be08eda5
AJ
363862012-05-23 Andreas Jaeger <aj@suse.de>
36387
36388 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
36389 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
36390 macro.
36391 * sysdeps/unix/sysv/linux/s390/bits/mman.h
36392 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36393 * sysdeps/unix/sysv/linux/sh/bits/mman.h
36394 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36395 * sysdeps/unix/sysv/linux/i386/bits/mman.h
36396 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36397 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
36398 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36399 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
36400 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
36401 * sysdeps/unix/sysv/linux/bits/in.h
36402 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
36403
a6a056bb
RM
364042012-05-22 Roland McGrath <roland@hack.frob.com>
36405
36406 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
36407 (PREPARE_VERSION): Just use assert instead, it will be elided
36408 under [NDEBUG] anyway.
36409
c9009328
L
364102012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36411
36412 * sysdeps/unix/sysv/linux/Makefile: Include
36413 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 36414 (sysdep_routines): Remove sysctl.
c9009328
L
36415 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
36416 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
36417 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
36418 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
36419 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
36420
73338355
AJ
364212012-05-22 Andreas Jaeger <aj@suse.de>
36422
36423 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
36424 that pseudo_end is just ret and the stack pointer is correct also
36425 for static library in error case.
36426
d44638b0
PP
364272012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
36428
36429 [BZ #14122]
36430 * nss/nsswitch.c (defconfig_entries): New variable.
36431 (__nss_database_lookup): Don't leak defconfig entries.
36432 (nss_parse_service_list): Don't leak on error paths.
36433 (free_database_entries): New function.
36434 (free_defconfig): New function.
36435 (free_mem): Move common code to free_database_entries.
36436
31a39bd8
L
364372012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36438
da0331a8
L
36439 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
36440 Add arch_prctl.
36441 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
36442
31a39bd8
L
36443 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
36444 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
36445 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
36446 New macro.
36447 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
36448 (INTERNAL_SYSCALL_TYPES): Likewise.
36449 (LOAD_ARGS_TYPES_[1-6]): Likewise.
36450 (LOAD_REGS_TYPES_[1-6]): Likewise.
36451 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
36452 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
36453
45470df3
AZ
364542012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36455
36456 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
36457 copysignl for GLIBC_2_0.
36458 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
36459 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
36460 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
36461 logbl for GLIBC_2_0.
36462 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
36463 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
36464
98a61bcb
L
364652012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36466
a4f6e481
L
36467 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
36468 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
36469
f63d5db6
L
36470 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
36471 Use "neg %eax".
36472
98a61bcb
L
36473 * time/mktime.c: Update copyright years.
36474
95770f14
PE
364752012-05-22 Paul Eggert <eggert@cs.ucla.edu>
36476
6226efbd
PE
36477 mktime: merge comment-quoting-style change from gnulib
36478 * time/mktime.c: Quote 'like this' in comments.
36479 The GNU coding standards suggest that we no longer quote `like this',
36480 as "`" and "'" are typically rendered asymmetrically nowadays.
36481 The typical gnulib style is to quote 'like this' when quoting
36482 code, and "like this" when quoting English.
36483
b99e4f78
PE
36484 * time/mktime.c (compile-command): Add "-I.".
36485
643e01e6
PE
36486 mktime: merge mktime-internal.h change from gnulib
36487 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
36488
2554247d
PE
36489 mktime: merge time_r change from gnulib
36490 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
36491
826dd0ab
PE
36492 mktime: merge DEBUG change from gnulib
36493 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
36494 case system <time.h> has a #define.
36495
bd83aabe
PE
36496 mktime: merge <sys/types.h> change from gnulib
36497 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
36498 since <time.t> is now guaranteed to define time_t.
36499
95770f14
PE
36500 mktime: merge HAVE_CONFIG_H change from gnulib
36501 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
36502
5e1a27a9
L
365032012-05-22 H.J. Lu <hongjiu.lu@intel.com>
36504
0e44a77e
L
36505 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36506 Use "neg %eax".
36507
5e1a27a9
L
36508 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
36509 __rlim_t cast.
36510 (struct rusage): Use anonymous union to pad each field to
36511 __syscall_slong_t.
36512
46259bec
DM
365132012-05-21 David S. Miller <davem@davemloft.net>
36514
36515 * Makefules (o-iterator): Remove .s cases.
36516 (compile-command.s): Delete.
36517 (COMPILE.s): Delete.
36518 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
36519
59f0c22e
JM
365202012-05-21 Joseph Myers <joseph@codesourcery.com>
36521
36522 * configure.in (libc_cv_predef_stack_protector): Only consider
36523 "foobar" and "__stack_chk_fail" lines in libc_undefs.
36524 * configure: Regenerated.
36525
20c07380
L
365262012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36527
bbb3154b
L
36528 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
36529 New macro. Use R*LP on int and pointer.
36530 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
36531 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
36532 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
36533 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
36534
20c07380
L
36535 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
36536 [__WORDSIZE_TIME64_COMPAT32] instead of
36537 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
36538 (struct utmp): Likewise.
36539 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
36540 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
36541 Renamed to ...
36542 (__WORDSIZE_TIME64_COMPAT32): This.
36543 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
36544 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
36545 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
36546 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
36547 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
36548 (__WORDSIZE_TIME64_COMPAT32): New macro.
36549
d8d1017e
AJ
365502012-05-21 Andreas Jaeger <aj@suse.de>
36551
36552 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
36553 only if [SHARED]. Add prototype for __wcschr_ia32.
36554
6c7fb145
RM
365552012-05-21 Roland McGrath <roland@hack.frob.com>
36556
36557 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
36558 of %rbp unmolested in the jmp_buf while mangling the low bits.
36559 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
36560 unmolested high bits of %rbp while demangling the low bits.
36561 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
36562
66274218
AJ
365632012-05-21 Andreas Jaeger <aj@suse.de>
36564
07c58f8f
AJ
36565 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
36566 * sunrpc/svc_simple.c: Use it for registerrpc.
36567 * sunrpc/xcrypt.c: Use it for passwd2des.
36568
66274218
AJ
36569 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
36570
61f65140
L
365712012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36572
36573 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
36574 Don't define if [__SYSCALL_WORDSIZE != 32].
36575 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
36576 New macro.
36577
5fefb436
AJ
365782012-05-21 Bruno Haible <bruno@clisp.org>
36579 Andreas Jaeger <aj@suse.de>
36580
36581 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
36582 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
36583 inptr and inend for must_buffer_ch.
36584 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
36585 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
36586 * stdio-common/Makefile (tests): Remove bug15.
36587 (bug15-ENV): Remove macro.
36588 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
36589 anymore.
36590
d8e272ab
AJ
365912012-05-19 Andreas Jaeger <aj@suse.de>
36592 Roland McGrath <roland@hack.frob.com>
36593
36594 * manual/contrib.texi: Completely rewritten. It contains now an
36595 alphabetical list of contributors and their contributions.
36596
4a56a162
RH
365972012-05-21 Richard Henderson <rth@twiddle.net>
36598
36599 * misc/getauxval.c (__getauxval): Use unsigned long int.
36600 * misc/sys/auxv.h: Include <sys/cdefs.h>.
36601 (getauxval): Use unsigned long int.
36602
d024d23c
L
366032012-05-21 H.J. Lu <hongjiu.lu@intel.com>
36604
36605 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
36606
cbc00a03
RM
366072012-05-21 Roland McGrath <roland@hack.frob.com>
36608
36609 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
36610 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
36611 __alignof__ (long double).
36612
478143fa
AZ
366132012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36614
36615 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36616
c7683a6d
RH
366172012-05-20 Richard Henderson <rth@twiddle.net>
36618
36619 * misc/getauxval.c: New file.
36620 * misc/sys/auxv.h: New file.
36621 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
36622 (routines): Add getauxval.
36623 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
36624 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
36625 * elf/dl-sysdep.c (_dl_auxv): Remove.
36626 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
36627 * elf/dl-support.c (_dl_auxv): New variable.
36628 (_dl_aux_init): Initialize it.
36629 * manual/startup.texi (Auxiliary Vector): New node.
36630 * sysdeps/generic/bits/hwcap.h: New file.
36631 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
36632 * sysdeps/powerpc/sysdep.h: ... here. Include it.
36633 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
36634 * sysdeps/sparc/sysdep.h: ... here. Include it.
36635 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
36636 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
36637 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36638 Update.
c7683a6d
RH
36639 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
36640 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
36641 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
36642 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
36643 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36644 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
36645 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
36646 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
36647
a6f1845d
AZ
366482012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
36649
36650 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36651
cbcbe830
DM
366522012-05-19 David S. Miller <davem@davemloft.net>
36653
36654 * sysdeps/sparc/fpu/libm-test-ulps: Update.
36655
e0b16cc2
JM
366562012-05-19 Joseph Myers <joseph@codesourcery.com>
36657
36658 [BZ #14123]
36659 * math/s_ccosh.c: Include <float.h>
36660 (__ccosh): Avoid internal overflow calculating sinh and cosh
36661 values before multiplying by sin and cos values.
36662 * math/s_ccoshf.c: Likewise.
36663 * math/s_ccoshl.c: Likewise.
36664 * math/s_csin.c: Likewise.
36665 * math/s_csinf.c: Likewise.
36666 * math/s_csinl.c: Likewise.
36667 * math/s_csinh.c: Likewise.
36668 * math/s_csinhf.c: Likewise.
36669 * math/s_csinhl.c: Likewise.
36670 * math/libm-test.inc (ccos_test): Add more tests.
36671 (ccosh_test): Likewise.
36672 (csin_test): Likewise.
36673 (csinh_test): Likewise.
36674 * sysdeps/i386/fpu/libm-test-ulps: Update.
36675 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36676
6ad13e08
L
366772012-05-19 H.J. Lu <hongjiu.lu@intel.com>
36678
f66f0ce8
L
36679 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
36680 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
36681
6ad13e08
L
36682 * sysdeps/x86_64/x32/_itoa.h: Add comment.
36683
b1d072a7
JM
366842012-05-19 Joseph Myers <joseph@codesourcery.com>
36685
36686 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
36687 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
36688 * sysdeps/powerpc/soft-fp/Versions: Likewise.
36689 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
36690 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
36691 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
36692 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
36693 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
36694 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
36695 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
36696 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
36697 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
36698 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
36699 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
36700 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
36701 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
36702 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
36703 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
36704 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
36705 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
36706 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
36707 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
36708 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
36709 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
36710 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
36711 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
36712 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
36713 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
36714 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
36715 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
36716 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
36717
9eae47cb
AJ
367182012-05-18 Andreas Jaeger <aj@suse.de>
36719
36720 * csu/.gitignore: Delete.
36721
bb07f69f
L
367222012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36723
36724 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
36725 (timex): Use __syscall_slong_t.
36726
e6bdb741
AJ
367272012-05-18 Andreas Jaeger <aj@suse.de>
36728 Carlos O'Donell <carlos_odonell@mentor.com>
36729
36730 * manual/install.texi (Configuring and compiling): Update
36731 description about files modified in the source directory.
d6c33fda 36732 * INSTALL: Regenerated.
e6bdb741 36733
1b74487e
L
367342012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36735
36736 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
36737 value. Use "or" to set return value to -1.
36738 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
36739 negate return value.
36740
a88b64b9
TMQMF
367412012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36742
57f41c40
AS
36743 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
36744 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
36745 failure if the compiler has Graphite support disabled.
36746 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
36747 Likewise.
57f41c40
AS
36748 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
36749 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
36750 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
36751 Likewise.
36752
3707636e
L
367532012-05-18 H.J. Lu <hongjiu.lu@intel.com>
36754
610b8622
L
36755 * sysdeps/x86_64/x32/_itoa.h: New file.
36756
7cd195df
L
36757 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
36758 getdents system call only if kernel and user dirents have the
36759 same d_ino and d_off.
36760
94b07d20
L
36761 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
36762 LLONG_MAX != LONG_MAX.
36763 (_itoa_word): Use _ITOA_WORD_TYPE on value.
36764 (_fitoa_word): Likewise.
36765
18298070
L
36766 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
36767 years.
36768 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
36769 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
36770 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
36771
553c7ea4
L
36772 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
36773 include <bits/wordsize.h>. Check __x86_64__ instead of
36774 __WORDSIZE.
36775 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
36776 if __x86_64__ is defined. Use anonymous union on fpstate.
36777
3707636e
L
36778 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
36779 anonymous union.
36780
b53ef01a
AS
367812012-05-18 Andreas Schwab <schwab@linux-m68k.org>
36782
37fb1dc0
AS
36783 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
36784 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
36785 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
36786 Refer to _rtld_local_ro instead of _rtld_global_ro.
36787 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
36788 Likewise.
36789 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
36790 Likewise.
36791 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
36792 Likewise.
36793 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
36794 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
36795 of _rtld_global, and rtld_progname instead of _dl_argv[0].
36796
b53ef01a
AS
36797 * sysdeps/powerpc/powerpc32/dl-machine.c
36798 (__elf_machine_runtime_setup) [PROF]: Don't reference
36799 _dl_prof_resolve.
36800
7a185db2
AJ
368012012-05-18 Andreas Jaeger <aj@suse.de>
36802
36803 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
36804 function only available for GCCs before 3.4 since GCC 3.4
36805 introduced a builtin.
36806 (lrint): Likewise.
36807 (llrintf): Likewise.
36808 (llrint): Likewise.
36809 (fmaxf): Likewise.
36810 (fmax): Likewise.
36811 (fminf): Likewise.
36812 (fmin): Likewise.
36813 (rint): Likewise.
36814 (rintf): Likewise.
36815 (nearbyint): Likewise.
36816 (nearbyintf): Likewise.
36817 (ceil): Likewise.
36818 (ceilf): Likewise.
36819 (floor): Likewise.
36820 (floorf): Likewise.
36821
3e5aef87
L
368222012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36823
428bd707
L
36824 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
36825 on both fields and cast pointer to __syscall_ulong_t.
36826
3e5aef87
L
36827 * bits/types.h (__fsword_t): New type.
36828 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
36829 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
36830 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36831 (__FSWORD_T_TYPE): Likewise.
36832 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
36833 (__FSWORD_T_TYPE): Likewise.
36834 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36835 (__FSWORD_T_TYPE): Likewise.
36836 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
36837 (__FSWORD_T_TYPE): Likewise.
36838 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
36839 __SWORD_TYPE with __fsword_t.
36840 (statfs64): Likewise.
36841
1ba7c3dc
DM
368422012-05-17 David S. Miller <davem@davemloft.net>
36843
36844 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
36845
59910343
AJ
368462012-05-17 Andreas Jaeger <aj@suse.de>
36847
36848 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
36849 warning.
36850
2e4c1e9e
L
368512012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36852
36853 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
36854
de7f5ce7
AJ
368552012-05-17 Andreas Jaeger <aj@suse.de>
36856
36857 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
36858 when it is used.
36859
286abc3d
CM
368602012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36861
36862 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
36863
477cc68e
L
368642012-05-17 H.J. Lu <hongjiu.lu@intel.com>
36865
36866 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
36867 * sysdeps/x86_64/tst-mallocalign1.c: New file.
36868
1a0994f5
CD
368692012-05-17 Andreas Jaeger <aj@suse.de>
36870 Carlos O'Donell <carlos_odonell@mentor.com>
36871
36872 [BZ #14059]
36873 * sysdeps/x86_64/multiarch/init-arch.h
36874 (bit_YMM_Usable): Rename to...
36875 (bit_AVX_Usable): ... this.
36876 (bit_FMA4_Usable): New macro.
36877 (bit_XMM_state): New macro.
36878 (bit_YMM_state): New macro.
36879 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
36880 [__ASSEMBLER__] (index_AVX_Usable): ... this.
36881 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
36882 (CPUID_OSXSAVE): New macro.
36883 (CPUID_AVX): New macro.
36884 (CPUID_FMA4): New macro.
36885 (index_YMM_Usable): Rename to...
36886 (index_AVX_Usable): ... this.
36887 (HAS_AVX): Use HAS_ARCH_FEATURE.
36888 (HAS_FMA4): Likewise.
36889 (HAS_YMM_USABLE): Remove.
36890 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
36891 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
36892 are present.
36893 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
36894 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
36895 * sysdeps/x86_64/multiarch/Makefile: Likewise.
36896 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
36897 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
36898
0af797de
CM
368992012-05-17 Chris Metcalf <cmetcalf@tilera.com>
36900
36901 * math/libm-test.c: Support platforms without multiple rounding modes.
36902 * math/bug-nextafter.c: Support platforms without FP exceptions.
36903 * math/bug-nexttoward.c: Likewise.
36904 * math/test-fenv.c: Likewise.
36905 * math/test-misc.c: Likewise.
36906 * stdlib/bug-getcontext.c: Likewise.
36907
e39745ff
AJ
369082012-05-17 Andreas Jaeger <aj@suse.de>
36909
36910 * manual/examples/search.c (critter_cmp): Change signature to
36911 avoid warnings.
36912 * manual/string.texi (Collation Functions): Likewise.
36913
48970aba
L
369142012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36915
36916 * bits/types.h: Fold copyright years.
36917 * bits/typesizes.h: Likewise.
36918 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
36919 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
36920 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
36921 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
36922 * time/time.h: Likewise.
36923
bedee953
PP
369242012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
36925
36926 [BZ #208]
36927 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
36928 in instead of returning them. Return void.
36929 (__libc_mallinfo): Accumulate over all arenas.
36930 (__malloc_stats): Adjust for change in int_mallinfo interface.
36931
61653dfb
RM
369322012-05-16 Roland McGrath <roland@hack.frob.com>
36933
30b99d79
RM
36934 [BZ #10375]
36935 * configure.in (NM): Add AC_CHECK_TOOL for it.
36936 (libc_extra_cflags): New substituted variable.
36937 Check for -fstack-protector being used implicitly.
36938 * configure: Regenerated.
36939 * config.make.in (config-extra-cflags): New variable,
36940 gets @libc_extra_cflags@.
36941 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
36942
61653dfb
RM
36943 [BZ #10375]
36944 * configure.in: Check for _FORTIFY_SOURCE being predefined.
36945 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
36946 * configure: Regenerated.
36947 * config.make.in (CPPUNDEFS): New substituted variable.
36948 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
36949 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
36950 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
36951
661768bb
L
369522012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36953
36954 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
36955 (mq_attr): Use __syscall_slong_t.
36956
d4261567
L
369572012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36958
36959 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
36960 Check __x86_64__ instead of __WORDSIZE.
36961 (_STAT_VER_LINUX): Likewise.
36962 (stat): Check __x86_64__ instead of __WORDSIZE. Use
36963 __syscall_ulong_t and __syscall_slong_t.
36964 (stat64): Likewise.
36965
cf3ff365
L
369662012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36967
36968 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
36969
76cf3e4d
L
369702012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36971
36972 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
36973
a637753a
L
369742012-05-16 H.J. Lu <hongjiu.lu@intel.com>
36975
36976 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
36977 __syscall_ulong_t.
36978
d5e05119
L
36979 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
36980 include <bits/wordsize.h>. Check __x86_64__ instead of
36981 __WORDSIZE.
36982 (greg_t): Use "__extension__ long long int" if __x86_64__ is
36983 defined.
36984 (mcontext_t): Replace "unsigned long" with "unsigned long long".
36985
f62ee380
L
36986 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
36987 include <bits/wordsize.h>. Check __x86_64__ instead of
36988 __WORDSIZE.
36989 (user_regs_struct): Use "__extension__ unsigned long long"
36990 instead of "unsigned long" if __x86_64__ is defined.
36991 (user): Likewise. Pad after pointer field if __ILP32__ is
36992 defined.
36993
4e124ced
JM
369942012-05-16 Joseph Myers <joseph@codesourcery.com>
36995
6a3951a0
JM
36996 * configure.in (makeinfo): Require version 4.5 or later. Allow
36997 versions 5 to 9.
36998 * configure: Regenerated.
36999 * manual/install.texi (texinfo): Increase version requirement to
37000 4.5 or later.
37001 * INSTALL: Regenerated.
37002
4e124ced
JM
37003 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
37004
953ca31a
L
370052012-05-16 H.J. Lu <hongjiu.lu@intel.com>
37006
37007 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
37008
617aca05
L
37009 * sysdeps/x86_64/x32/ffs.c: New file.
37010
5762f7ae
L
37011 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
37012 __syscall_ulong_t.
37013 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
37014 defined. Use __syscall_ulong_t.
37015 (shminfo): Use __syscall_ulong_t.
37016 (shm_info): Likewise.
37017
a26b6856
L
37018 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
37019 __syscall_ulong_t.
37020
cb2b9ef7
L
37021 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
37022 <bits/wordsize.h>.
37023 (msgqnum_t): Use __syscall_ulong_t.
37024 (msglen_t): Likewise.
37025 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
37026 __syscall_ulong_t.
37027
34683bb0
L
37028 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
37029 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
37030
84a68786
L
37031 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
37032
48baa5f1
L
37033 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
37034 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
37035
180be88b
L
37036 * sysvipc/sys/msg.h (msgbuf): Replace long int with
37037 __syscall_slong_t.
37038
5e90c8ad
L
37039 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
37040 include <bits/wordsize.h>. Check __x86_64__ instead of
37041 __WORDSIZE.
37042
23dfb58b
L
37043 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
37044 "unsigned long long int" if __x86_64__ is defined.
37045 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
37046
ce5d54b0
L
37047 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
37048 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
37049 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
37050
13dc9eac
L
37051 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
37052 <stdint.h>.
37053 (GET_PC): Cast to uintptr_t first.
37054 (GET_FRAME): Likewise.
37055 (GET_STACK): Likewise.
37056
a7895d15
L
37057 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
37058 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
37059 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
37060 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
37061 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
37062 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
37063 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
37064 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
37065 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
37066 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
37067 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
37068 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
37069 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
37070 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
37071 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
37072 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
37073 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
37074 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
37075 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
37076 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
37077 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
37078 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
37079 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
37080 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
37081 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
37082 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
37083 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
37084 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
37085 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
37086
656416c9
AS
370872012-05-16 Andreas Schwab <schwab@linux-m68k.org>
37088
5bd66283
AS
37089 * Makerules (+depfiles): Also collect depfiles from .oS in
37090 $(extra-objs).
37091 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
37092 .oS, $(libnldbl-routines)).
37093
656416c9
AS
37094 * Makerules (native-compile-mkdep-flags): Define.
37095 * sunrpc/Makefile (extra-objs): Add $(addprefix
37096 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
37097 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
37098 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
37099 calling $(make-target-directory).
37100
a46f2169
L
371012012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37102
37103 * bits/types.h (__snseconds_t): Removed.
37104 * time/time.h (struct timespec): Replace __snseconds_t with
37105 __syscall_slong_t.
37106 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
37107 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
37108 Likewise.
37109 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37110 (__SNSECONDS_T_TYPE): Likewise.
37111 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37112 (__SNSECONDS_T_TYPE): Likewise.
37113 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37114 (__SNSECONDS_T_TYPE): Likewise.
37115
6af6528b
L
371162012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37117
37118 * sysdeps/mach/hurd/bits/typesizes.h
37119 (__SYSCALL_SLONG_TYPE): New macro.
37120 (__SYSCALL_ULONG_TYPE): Likewise.
37121
de986b56
L
371222012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37123
37124 * bits/types.h (__syscall_slong_t): New type.
37125 (__syscall_ulong_t): Likewise.
37126
37127 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
37128 (__SYSCALL_ULONG_TYPE): Likewise.
37129 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37130 (__SYSCALL_SLONG_TYPE): Likewise.
37131 (__SYSCALL_ULONG_TYPE): Likewise.
37132 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37133 (__SYSCALL_SLONG_TYPE): Likewise.
37134 (__SYSCALL_ULONG_TYPE): Likewise.
37135 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37136 (__SYSCALL_SLONG_TYPE): Likewise.
37137 (__SYSCALL_ULONG_TYPE): Likewise.
37138
85736dc7
L
371392012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37140
37141 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
37142 Add sigaltstack-offsets.sym.
37143 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
37144 <sigaltstack-offsets.h>.
37145 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
37146 longjmp_msg pointer.
37147 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
37148 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
37149 signal stack.
37150 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
37151
cc03b296
JM
371522012-05-15 Joseph Myers <joseph@codesourcery.com>
37153
a9538892
JM
37154 * elf/stackguard-macros.h: Remove file.
37155 * sysdeps/generic/stackguard-macros.h: New file.
37156 * sysdeps/i386/stackguard-macros.h: Likewise.
37157 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
37158 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
37159 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
37160 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
37161 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
37162 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
37163 * sysdeps/x86_64/stackguard-macros.h: Likewise.
37164 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
37165 <elf/stackguard-macros.h>.
37166
cc03b296
JM
37167 [BZ #14109]
37168 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
37169 __aligned__ in attribute.
37170 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
37171 (gregset_t): Likewise.
37172
93171016
L
371732012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37174
37175 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
37176 * sysdeps/x86_64/64/Implies-after: Here. New file.
37177 * sysdeps/x86_64/x32/Implies-after: New file.
37178
d86813a0
L
371792012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37180
37181 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
37182 and access return value for _dl_profile_fixup. Use R10_LP to
37183 load frame size.
37184
2953ec75
L
371852012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37186
37187 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
37188
3b550e9e
L
371892012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37190
37191 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
37192 * sysdeps/x86_64/x32/sysdep.h: New file.
37193
eda41706
L
371942012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37195
37196 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
37197 * sysdeps/x86_64/setjmp.S: Likewise.
37198
9ea01d93
AZ
371992012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37200
37201 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
37202 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
37203 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
37204 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
37205 remove unused global constant.
37206
02a91938
CM
372072012-05-15 Chris Metcalf <cmetcalf@tilera.com>
37208
37209 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
37210 include of <not-cancel.h>.
37211
6540185f
RM
372122012-05-15 Roland McGrath <roland@hack.frob.com>
37213
37214 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
37215
509072a0
AJ
372162012-05-15 Jeff Law <law@redhat.com>
37217 Andreas Jaeger <aj@suse.de>
37218
37219 [BZ #13594]
37220 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
37221 out from...
37222 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
37223 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
37224 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
37225 code changing __hst_map_handle.map.
37226
ba75122d
RM
372272012-05-15 Roland McGrath <roland@hack.frob.com>
37228
37229 * configure.in (sysnames): Look for Implies-before and Implies-after
37230 files.
37231 * configure: Regenerated.
37232
890d8bd8
L
372332012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37234
37235 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
37236 8-byte data alignment with LP_SIZE alignment.
37237
f6ee6623
L
372382012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37239
37240 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
37241 into R10_LP.
37242
ea2626f6
L
372432012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37244
37245 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
37246
085f715e
L
372472012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37248
37249 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
37250 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
37251 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
37252 Likewise.
37253 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37254
be8498fc
L
372552012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37256
37257 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
37258 (stackinfo_sub_sp): Likewise.
37259
70bc83b9
L
372602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37261
37262 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
37263 RAX_LP.
37264
9bc0b730
L
372652012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37266
37267 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
37268 into R*_LP.
37269
6d2850e7
L
372702012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37271
37272 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
37273 sizes into R*_LP.
37274
3cb84561
L
372752012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37276
37277 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
37278
54e2ed81
L
372792012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37280
37281 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
37282 into R11_LP and load __x86_64_shared_cache_size_half into
37283 R8_LP.
37284
8a17f349
L
372852012-05-15 H.J. Lu <hongjiu.lu@intel.com>
37286
37287 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
37288 R8_LP.
37289
777b1eea
AZ
372902012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37291
37292 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
37293 logb for POWER7.
37294 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
37295 logbf for POWER7.
37296 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
37297 logbl for POWER7.
37298 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
37299 powerpc32/power7/fpu/s_logb.c via #include.
37300 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
37301 powerpc32/power7/fpu/s_logbf.c via #include.
37302 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
37303 powerpc32/power7/fpu/s_logbl.c via #include.
37304
d20d4ac2
JM
373052012-05-15 Joseph Myers <joseph@codesourcery.com>
37306
37307 * README.libm: Remove file.
37308
6cdef1ab
L
373092012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37310
37311 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
37312 count for x32. Use R*_LP and omit operand-size suffix.
37313
0b254d8f
L
373142012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37315
37316 * shlib-versions: Move x86_64-.*-linux.* entries to ...
37317 * sysdeps/x86_64/64/shlib-versions: Here. New file.
37318 * sysdeps/x86_64/x32/shlib-versions: New file.
37319
ceb809dc
RM
373202012-05-14 Roland McGrath <roland@hack.frob.com>
37321
37322 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
37323 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
37324 Use _dl_fatal_printf instead.
37325
37f1abd4
JM
373262012-05-14 Joseph Myers <joseph@codesourcery.com>
37327
37328 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
37329 set if not set by the user. Do not allow for being unset.
37330 * sysdeps/unix/sysv/linux/configure: Regenerated.
37331
11de3a33
L
373322012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37333
37334 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
37335 the `q' suffix from lea and replace .quad with ASM_ADDR.
37336
e02f153a
L
373372012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37338
37339 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
37340 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
37341 instead of $17.
37342 (PTR_DEMANGLE): Likewise.
37343
520ae0fd
L
373442012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37345
37346 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
37347 (LP_OP): Likewise.
37348 (ASM_ADDR): Likewise.
37349 (RAX_LP): Likewise.
37350 (RBP_LP): Likewise.
37351 (RBX_LP): Likewise.
37352 (RCX_LP): Likewise.
37353 (RDI_LP): Likewise.
37354 (RSI_LP): Likewise.
37355 (RSP_LP): Likewise.
37356 (R8_LP): Likewise.
37357 (R9_LP): Likewise.
37358 (R10_LP): Likewise.
37359 (R10_LP): Likewise.
37360 (R11_LP): Likewise.
37361 (R12_LP): Likewise.
37362 (R13_LP): Likewise.
37363 (R14_LP): Likewise.
37364 (R15_LP): Likewise.
37365
b985be81
L
373662012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37367
37368 * sysdeps/x86_64/x32/dl-machine.h: New file.
37369
6a4888ff
AJ
373702012-05-14 Andreas Jaeger <aj@suse.de>
37371
37372 * manual/Makefile (subdir): Remove export of subdir.
37373 (all): Remove target.
37374 (.PHONY): Remove all from list.
37375 (mkinstalldirs): Remove.
37376 (.PHONY): Remove installdirs from list.
37377 ($(inst_infodir)/libc.info): Use make-target-directory.
37378 (installdirs): Remove.
37379 (subdir_%): Remove.
37380 (glibc-targets): Remove.
37381 (lib): Remove.
37382 (stubs): Remove.
37383 ($(objpfx)stubs ../po/manual.pot): Remove.
37384 ($(objpfx)stamp%): Remove.
37385 (make-target-directory): Remove.
37386 (subdir_install): Remove.
37387 (routines): Remove.
37388 (aux): Remove.
37389 (sources): Remove.
37390 (objects): Remove.
37391 (headers): Remove.
37392
37393 [BZ #13750]
37394 * manual/.gitignore: Remove, it's not needed anymore.
37395 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
37396 all files in it.
37397 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
37398 directory.
37399 (texis): Renamed to $(objpfx)texis.
37400 (texis-path): New, contains path to generated files.
37401 (chapters.%): Use texis-path for complete path, add extra argument
37402 libc-texinfo.sh.
37403 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
37404 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
37405 (summary,texi, stamp-summary): Use complete path of
37406 files. Generate files in build dir.
37407 (dir-add.texi): Build in build dir.
37408 (libm-err.texi,stamp-libm-err): Likewise.
37409 (version.texi, stamp-version): Likewise.
37410 (.%c.texi): Likewise.
37411 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
37412 (mostlyclean): Remove target.
37413 (realclean): Remove target.
37414 (generated): Add new variable with contents from mostlyclean and
37415 realclean, remove entries duplicated in common-mostlyclean, add
37416 stamp-libm-err and stamp-version.
37417 (generated-dirs): Add libc directory.
37418 ($(inst_infodir)/libc.info): Install files from build dir.
37419
37420 * manual/install.texi (Configuring and compiling): Adjust since
37421 the info files are not part of the tar ball anymore.
37422
7ac77294
AJ
374232012-05-14 Andreas Jaeger <aj@suse.de>
37424
37425 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
37426 variable.
37427
ffb7875d
JM
374282012-05-14 Joseph Myers <joseph@codesourcery.com>
37429
37430 [BZ #13717]
37431 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37432 to 2.2.0 where earlier.
37433 * sysdeps/unix/sysv/linux/configure: Regenerated.
37434 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
37435 Remove conditional code.
37436 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
37437 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
37438 Remove conditional code.
37439 [!__NR_lchown]: Likewise.
37440 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37441 [__NR_lchown]: Likewise.
37442 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
37443 comment referencing __ASSUME_LCHOWN_SYSCALL.
37444 * sysdeps/unix/sysv/linux/i386/sigaction.c
37445 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37446 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37447 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
37448 Remove conditional code.
37449 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
37450 (__protocol_available): Remove #if 0 code.
37451 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
37452 conditional code.
37453 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
37454 * sysdeps/unix/sysv/linux/kernel-features.h
37455 (__ASSUME_GETCWD_SYSCALL): Don't define.
37456 (__ASSUME_REALTIME_SIGNALS): Likewise.
37457 (__ASSUME_PREAD_SYSCALL): Likewise.
37458 (__ASSUME_PWRITE_SYSCALL): Likewise.
37459 (__ASSUME_POLL_SYSCALL): Likewise.
37460 (__ASSUME_LCHOWN_SYSCALL): Likewise.
37461 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
37462 non-SPARC.
37463 (__ASSUME_SIOCGIFNAME): Don't define.
37464 (__ASSUME_MSG_NOSIGNAL): Likewise.
37465 (__ASSUME_SENDFILE): Define unconditionally.
37466 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
37467 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
37468 conditional code.
37469 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
37470 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
37471 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37472 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37473 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
37474 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
37475 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
37476 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
37477 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37478 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37479 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
37480 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37481 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37482 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
37483 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37484 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37485 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
37486 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37487 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37488 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
37489 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37490 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37491 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
37492 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
37493 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
37495 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37496 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37497 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
37498 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37499 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37500 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
37501 Remove conditional code.
37502 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37503 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37504 Remove conditional code.
37505 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37506 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
37507 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
37508 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37509 Remove conditional code.
37510 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37511 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
37512 Remove conditional code.
37513 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37514 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
37515 Remove conditional code.
37516 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37517 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
37518 Remove conditional code.
37519 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
37520 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
37521 Remove conditional code.
37522 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37523 * sysdeps/unix/sysv/linux/sh/pwrite64.c
37524 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
37525 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
37526 * sysdeps/unix/sysv/linux/sigaction.c
37527 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37528 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37529 * sysdeps/unix/sysv/linux/sigpending.c
37530 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37531 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37532 * sysdeps/unix/sysv/linux/sigprocmask.c
37533 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37534 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37535 * sysdeps/unix/sysv/linux/sigsuspend.c
37536 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
37537 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
37538 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
37539 (__libc_missing_rt_sigs): Remove.
37540 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
37541 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
37542 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
37543 Remove conditional code.
37544 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
37545 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
37546 return 1.
37547 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
37548 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
37549 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
37550 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
37551
1bfb7291
AJ
375522012-05-14 Andreas Jaeger <aj@suse.de>
37553
caae5a81
AJ
37554 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
37555 it's not used in glibc.
37556 (__coshm1): Likewise.
37557 (__acosh1p): Likewise.
37558 (__sgn): Likewise.
37559
1bfb7291
AJ
37560 * manual/string.texi (Copying and Concatenation): Add missing
37561 variable in concat example.
37562 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
37563
c044d724
L
375642012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37565
144c5467 37566 [BZ #14103]
c044d724
L
37567 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
37568 __builtin_clzl with __builtin_clzll.
37569
2523c62b
L
375702012-05-14 H.J. Lu <hongjiu.lu@intel.com>
37571
37572 [BZ #14104]
37573 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
37574 libc_freeres_ptr.
37575
d7bb4c42
LD
375762012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37577
37578 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
37579 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
37580 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
37581 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
37582
9dc4e1fb
MF
375832012-05-14 Mike Frysinger <vapier@gentoo.org>
37584
37585 * NEWS: Update ia64 info.
37586
c7df0112
AS
375872012-05-12 Andreas Schwab <schwab@linux-m68k.org>
37588
37589 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
37590 used as bcopy.
37591
dc70356c
TS
375922012-05-12 Thomas Schwinge <thomas@codesourcery.com>
37593
37594 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
37595 * sysdeps/unix/syscalls.list (dup3): Likewise.
37596 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
37597 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
37598
9fb1a21f
L
375992012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37600
37601 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
37602 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
37603
4822a2a5
L
376042012-05-11 H.J. Lu <hongjiu.lu@intel.com>
37605
37606 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
37607 thread pointer.
37608 (TLS_IE): Use mov/add instead of movq/addq to load thread
37609 pointer.
37610 (TLS_GD_PREFIX): New.
37611 (TLS_GD): Use it.
37612
842b81d6
DM
376132012-05-11 David S. Miller <davem@davemloft.net>
37614
37615 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
37616 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
37617 (_FPU_SETCW): Likewise.
37618
1cf463cd
L
376192012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37620
37621 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
37622 is 32-byte aligned.
37623
60cc4a18
AS
376242012-05-11 Andreas Schwab <schwab@linux-m68k.org>
37625
37626 [BZ #11837]
37627 * iconvdata/gb18030.c: Update tables.
37628 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
37629 characters specially.
37630 (BODY for TO_LOOP): Add encoding of missing ranges.
37631
febb44a4
TS
376322012-05-11 Thomas Schwinge <thomas@codesourcery.com>
37633
37634 [BZ #13673]
37635 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
37636 * sysdeps/mach/hurd/dup3.c: Likewise.
37637 * sysdeps/mach/hurd/readlinkat.c: Likewise.
37638 * sysdeps/powerpc/memmove.c:: Likewise.
37639
0a10fb9e
L
376402012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37641
37642 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
37643 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
37644
df8a552f
L
376452012-05-10 H.J. Lu <hongjiu.lu@intel.com>
37646
37647 * elf/elf.h (R_X86_64_RELATIVE64): New.
37648 (R_X86_64_NUM): Updated.
37649 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
37650 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
37651 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
37652 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
37653 tst-quad1pie tst-quad2pie
37654 (modules-names): Add tst-quadmod1 tst-quadmod2.
37655 ($(objpfx)tst-quad1): New dependency.
37656 ($(objpfx)tst-quad2): Likewise.
37657 ($(objpfx)tst-quad1pie): Likewise.
37658 ($(objpfx)tst-quad2pie): Likewise.
37659 * sysdeps/x86_64/tst-quad1.c: New file.
37660 * sysdeps/x86_64/tst-quad1pie.c: New file.
37661 * sysdeps/x86_64/tst-quad2.c: Likewise.
37662 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
37663 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
37664 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
37665 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
37666 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
37667
f34d6f84
ST
376682012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37669
f42d41d1
ST
37670 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
37671 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
37672 * streams/stropts.h (t_scalar_t): Define type.
37673
3c3571fc
ST
37674 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
37675 (_PATH_PRESERVE): Set to "/var/lib".
37676 (_PATH_RWHODIR): Set to "/var/spool/rwho".
37677
61f06bd3
ST
37678 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
37679 instead of int.
37680
918d4d71
ST
37681 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
37682 if __dir_mkfile succeeded.
37683
f34d6f84
ST
37684 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
37685 checking for _hurd_dtablesize. Unlock it right after having
37686 finished _hurd_dtable allocation.
37687
10589b4a
TS
376882012-05-10 Thomas Schwinge <thomas@schwinge.name>
37689
674cdbc7
TS
37690 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
37691 * sysdeps/mach/hurd/configure: Regenerated.
37692 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
37693 special-casing to...
37694 * sysdeps/gnu/configure.in: ... this new file.
37695 * sysdeps/unix/sysv/linux/configure: Regenerated.
37696 * sysdeps/gnu/configure: New generated file.
37697
8e41b99f
TS
37698 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
37699 for Linux: use nsec instead of usec, as well as:
37700 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
37701 members of type struct timespec.
37702 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
37703 New macros.
37704 (struct stat64): Likewise.
37705 (_STATBUF_ST_NSEC): New macro.
37706 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
37707
10589b4a
TS
37708 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
37709 __strtoul_internal rather than strtoul.
37710
63643c85
PT
377112012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37712
37713 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
37714 and reject them.
37715
3faebe6a
ST
377162012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37717
37718 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
37719 which preserves existing values.
37720 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
37721
c6474b07
PT
377222012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37723
37724 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
37725 TIMEOUT values. Return EINVAL for NFDS values either negative or
37726 greater than FD_SETSIZE.
37727
1043890b
ST
377282012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37729
37730 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
37731 allocated, call __vm_protect to finish enabling the existing space, and
37732 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
37733 allocate the remainder.
37734
37ed8b9b
PT
377352012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37736
37737 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
37738 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
37739
db653660
ST
377402012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37741
37ed8b9b
PT
37742 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
37743 sysdeps/mach/hurd/readlink.c.
b29d4053 37744
db653660
ST
37745 * posix/tst-sysconf.c (posix_options): Only use
37746 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
37747 _POSIX_SYNCHRONIZED_IO when they are defined
37748 * sysdeps/mach/hurd/bits/posix_opt.h:
37749 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
37750 (_XOPEN_REALTIME): Undefine macro.
37751 (_XOPEN_REALTIME_THREADS): Undefine macro.
37752 (_XOPEN_SHM): Undefine macro.
37753 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
37754 macro to -1.
37755 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
37756 macro to -1.
37757 (_POSIX_ASYNC_IO): Undefine macro.
37758 (_POSIX_PRIORITIZED_IO): Undefine macro.
37759 (_POSIX_SPIN_LOCKS): Define macro to -1.
37760
ee16e894
ST
37761 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
37762 SA_NODEFER, SA_RESETHAND.
37763 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
37764 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
37765 F_DUPFD_CLOEXEC.
37766
6103ae3b
TS
377672012-05-10 Thomas Schwinge <thomas@schwinge.name>
37768
37769 * elf/Makefile (pldd-modules): Define unconditionally.
37770
80b4e5f3
TS
377712012-05-10 Thomas Schwinge <thomas@schwinge.name>
37772
37773 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
37774
edadcbd6
ST
377752012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37776
37777 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
37778 Return ENOENT when name is empty.
37779 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
37780
80694780
TS
377812012-05-10 Thomas Schwinge <thomas@schwinge.name>
37782
1792c087
TS
37783 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
37784
80694780
TS
37785 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
37786
6b645f0d
ST
377872012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37788
80694780
TS
37789 Fix mlock in all cases except non-readable pages.
37790 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
37791 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 37792
6b645f0d
ST
37793 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
37794 (__mkdir): When path is `/', just fail with EEXIST.
37795 * sysdeps/mach/hurd/mkdirat.c: Likewise.
37796
e468f8a3
TS
377972012-05-10 Thomas Schwinge <thomas@schwinge.name>
37798
37799 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
37800 <sys/uio.h> (for writev).
37801 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
37802 and <sys/param.h> (for MIN).
37803
a4186cff
PT
378042012-05-10 Pino Toscano <toscano.pino@tiscali.it>
37805
37806 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
37807 REQUESTED_TIME. Properly set the remaining time and return EINTR
37808 if interrupted.
37809
510bbf14
TS
378102012-05-10 Thomas Schwinge <thomas@schwinge.name>
37811
37812 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
37813 Depend on against $(link-rpcuserlibs).
37814
5d5722e8
ST
378152012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37816
a4186cff
PT
37817 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
37818 (__libc_stack_end): Do not use attribute_relro.
37819 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
37820 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 37821 to libthread-provided value.
a4186cff
PT
37822 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
37823 attribute_relro.
5d5722e8 37824
37233df9
TS
378252012-05-10 Thomas Schwinge <thomas@schwinge.name>
37826
be971a2b
TS
37827 [BZ #3748]
37828 * bits/libc-lock.h (__libc_once_get): New macro.
37829 * sysdeps/mach/bits/libc-lock.h: Likewise.
37830 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
37831 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
37832 instead of using implementation details.
37833
37233df9
TS
37834 * libio/fileops.c: Unconditionally include <kernel-features.h>.
37835 * libio/freopen.c: Likewise.
37836 * libio/freopen64.c: Likewise.
37837 * misc/syslog.c: Likewise.
37838 * nscd/connections.c: Likewise.
37839 * nscd/netgroupcache.c: Likewise.
37840 * sysdeps/posix/getcwd.c: Likewise.
37841
38de94a5
RM
378422012-05-10 Roland McGrath <roland@hack.frob.com>
37843
37844 * math/w_ilogbf.c: Add #include <limits.h>.
37845
67530489
ST
378462012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37847
a4186cff 37848 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
37849 path instead of returning without unlocking.
37850
67530489
ST
37851 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
37852 immediate-write ioctls.
37853 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
37854
5aa3a74a
TS
378552012-05-10 Thomas Schwinge <thomas@schwinge.name>
37856
18bad2ae
TS
37857 * sysdeps/mach/hurd/i386/init-first.c (init): Use
37858 __builtin_frame_address instead of making assumptions about the
37859 location of the return address relative to DATA. Force early load of
37860 the return address.
37861 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
37862 __builtin_frame_address.
37863
5aa3a74a
TS
37864 dup3 for GNU Hurd.
37865 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
37866 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
37867 implement dup3 and do some further code clean-ups.
37868 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
37869 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
37870
ecd0de9a
ST
378712012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37872
cd9fa985
ST
37873 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
37874
a4186cff
PT
37875 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
37876 HURD_CRITICAL_END around holding _hurd_dtable_lock.
37877 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
37878 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
37879 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
37880 d->port.lock.
802ca5a5 37881
a4186cff
PT
37882 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
37883 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
37884 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 37885
bcf55240
TS
378862012-05-10 Thomas Schwinge <thomas@schwinge.name>
37887
6960eb42
TS
37888 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
37889 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
37890 definitions.
37891
eb43375f
TS
37892 accept4 for GNU Hurd.
37893 * include/sys/socket.h (__libc_accept4): New prototype.
37894 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
37895 to implement __libc_accept4.
37896 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
37897 __libc_accept4.
37898 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
37899
bcf55240
TS
37900 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
37901 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
37902 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
37903 signal-defines.sym.
37904
6178c55b
ST
379052012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37906
a4186cff 37907 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 37908
6f080c2f
TS
379092012-05-10 Thomas Schwinge <thomas@schwinge.name>
37910
37911 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
37912 assertion on O_CLOEXEC flag.
37913 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
37914 * hurd/intern-fd.c: Likewise.
37915 * hurd/port2fd.c: Likewise.
37916
bcfe3a54
ST
379172012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
37918
37919 [BZ #3906]
37920 * bits/in.h (IPV6_PKTINFO): Define new macro.
37921 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
37922
89c9aa49
AZ
379232012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
37924
37925 [BZ #13954]
37926 [BZ #13955]
37927 [BZ #13956]
37928 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
37929 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37930 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
37931 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37932 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37933 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37934 * math/libm-test.inc (logb_test) : Additional logb tests.
37935
021db4be
AJ
379362012-05-09 Andreas Schwab <schwab@linux-m68k.org>
37937 Andreas Jaeger <aj@suse.de>
37938
37939 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
37940 * configure: Regenerated.
37941 * config.h.in (LINK_OBSOLETE_RPC): New macro.
37942 * config.make.in (link-obsolete-rpc): New substituted variable.
37943 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
37944 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
37945 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37946 (shared-only-routines): Don't set it under [link-obsolete-rpc],
37947 so that libc.a contains the symbols.
37948 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
37949 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
37950 * sunrpc/auth_none.c: Likewise.
37951 * sunrpc/auth_unix.c: Likewise.
37952 * sunrpc/authdes_prot.c: Likewise.
37953 * sunrpc/authuxprot.c: Likewise.
37954 * sunrpc/clnt_gen.c: Likewise.
37955 * sunrpc/clnt_perr.c: Likewise.
37956 * sunrpc/clnt_raw.c: Likewise.
37957 * sunrpc/clnt_simp.c: Likewise.
37958 * sunrpc/clnt_tcp.c: Likewise.
37959 * sunrpc/clnt_udp.c: Likewise.
37960 * sunrpc/clnt_unix.c: Likewise.
37961 * sunrpc/des_crypt.c: Likewise.
37962 * sunrpc/des_soft.c: Likewise.
37963 * sunrpc/get_myaddr.c: Likewise.
37964 * sunrpc/key_call.c: Likewise.
37965 * sunrpc/key_prot.c: Likewise.
37966 * sunrpc/netname.c: Likewise.
37967 * sunrpc/pm_getmaps.c: Likewise.
37968 * sunrpc/pm_getport.c: Likewise.
37969 * sunrpc/pmap_clnt.c: Likewise.
37970 * sunrpc/pmap_prot.c: Likewise.
37971 * sunrpc/pmap_prot2.c: Likewise.
37972 * sunrpc/pmap_rmt.c: Likewise.
37973 * sunrpc/publickey.c: Likewise.
37974 * sunrpc/rpc_cmsg.c: Likewise.
37975 * sunrpc/rpc_common.c: Likewise.
37976 * sunrpc/rpc_dtable.c: Likewise.
37977 * sunrpc/rpc_prot.c: Likewise.
37978 * sunrpc/rpc_thread.c: Likewise.
37979 * sunrpc/rtime.c: Likewise.
37980 * sunrpc/svc.c: Likewise.
37981 * sunrpc/svc_auth.c: Likewise.
37982 * sunrpc/svc_raw.c: Likewise.
37983 * sunrpc/svc_run.c: Likewise.
37984 * sunrpc/svc_tcp.c: Likewise.
37985 * sunrpc/svc_udp.c: Likewise.
37986 * sunrpc/svc_unix.c: Likewise.
37987 * sunrpc/svcauth_des.c: Likewise.
37988 * sunrpc/xcrypt.c: Likewise.
37989 * sunrpc/xdr.c: Likewise.
37990 * sunrpc/xdr_array.c: Likewise.
37991 * sunrpc/xdr_float.c: Likewise.
37992 * sunrpc/xdr_intXX_t.c: Likewise.
37993 * sunrpc/xdr_mem.c: Likewise.
37994 * sunrpc/xdr_rec.c: Likewise.
37995 * sunrpc/xdr_ref.c: Likewise.
37996 * sunrpc/xdr_sizeof.c: Likewise.
37997 * sunrpc/xdr_stdio.c: Likewise.
37998
b5c086a2
RM
379992012-05-10 Roland McGrath <roland@hack.frob.com>
38000
38001 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
38002 change. Update copyright years.
38003
6d74dd09
JM
380042012-05-10 Joseph Myers <joseph@codesourcery.com>
38005
38006 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
38007
28e72501
MK
380082012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
38009 Joseph Myers <joseph@codesourcery.com>
38010 Paul Pluzhnikov <ppluzhnikov@google.com>
38011
38012 [BZ #14012]
38013 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
38014 requiring rpcgen.
38015 [cross-compiling] (extra-libs): Likewise.
38016 [cross-compiling] (extra-libs-others): Likewise.
38017 [cross-compiling] (librpcsvc-routines): Likewise.
38018 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
38019 [cross-compiling] (omit-deps): Likewise.
38020 (sunrpc-CPPFLAGS): New variable.
38021 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
38022 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
38023 (cross-rpcgen-objs): New variable.
38024 (extra-objs): Append $(cross-rpcgen-objs).
38025 ($(cross-rpcgen-objs)): New rule.
38026 ($(objpfx)cross-rpcgen): Likewise.
38027 (rpcgen-cmd): Define to use $(built-program-file). Expand
38028 comment.
38029 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
38030 ($(objpfx)x%.stmp): Likewise.
38031 * sunrpc/proto.h [IS_IN_build] (_): Define.
38032 [IS_IN_build] (_libc_intl_domainname): Likewise.
38033
c8c59454
L
380342012-05-10 H.J. Lu <hongjiu.lu@intel.com>
38035
38036 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
38037 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
38038 and R_X86_64_TPOFF64.
38039
6f27cd16
JM
380402012-05-10 Joseph Myers <joseph@codesourcery.com>
38041
38042 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
38043 sysdeps/unix/sysv/syscalls.list.
38044 (stime): Likewise.
38045 (utime): Likewise.
38046 * sysdeps/unix/sysv/syscalls.list: Remove file.
38047
02467e1c
PE
380482012-05-10 Paul Eggert <eggert@cs.ucla.edu>
38049
38050 [BZ #3440]
38051 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
38052 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
38053 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
38054 (__LC_IDENTIFICATION): Make these macros useful in #if
38055 expressions, as required by C99.
38056
da392631
AS
380572012-05-10 Andreas Schwab <schwab@linux-m68k.org>
38058
38059 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
38060 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
38061 after this.
38062
8115f29b
L
380632012-05-09 H.J. Lu <hongjiu.lu@intel.com>
38064
38065 * stdlib/longlong.h: Updated from GCC.
38066
bdd74070
AJ
380672012-05-09 Andreas Jaeger <aj@suse.de>
38068
edfe0dbe
AJ
38069 * nscd/nscd.c (run_modes): Make named enum, reorder so that
38070 default is first entry.
38071 (run_mode): Set type.
38072 (main): Remove informal message about syslog.
38073 (options): Fix typo.
38074
bcfe3a54
ST
38075 [BZ #14053]
38076 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 38077 to asm.
bcfe3a54
ST
38078 (lrint): Likewise.
38079 (llrintf): Likewise.
38080 (llrint): Likewise.
38081 (rint): Likewise.
38082 (rintf): Likewise.
38083 (nearbyint): Likewise.
38084 (nearbyintf): Likewise.
bdd74070 38085
91d8d69e
AJ
380862012-05-09 Andreas Jaeger <aj@suse.de>
38087 Pedro Alves <palves@redhat.com>
38088
38089 * nscd/nscd.c (run_mode): Use enum.
38090 (main): Cleanup coding style issue.
38091
bb90b80b
AJ
380922012-05-09 Alexandre Oliva <aoliva@redhat.com>
38093 Andreas Jaeger <aj@suse.de>
38094
bcfe3a54
ST
38095 * nscd/nscd.c (go_background): Replaced with...
38096 (run_mode): ... this.
bb90b80b 38097 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
38098 (options): Add -F --foreground.
38099 (main): Implement it.
38100 (parse_opt): Parse it.
bb90b80b 38101
1a4b75a1
AJ
381022012-05-09 Andreas Jaeger <aj@suse.de>
38103
38104 [BZ #14083]
38105 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
38106 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
38107 -Wconversion warning.
38108 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
38109 Likewise.
38110
b1cc2472
JM
381112012-05-09 Joseph Myers <joseph@codesourcery.com>
38112
38113 * conform/data/locale.h-data (NULL): Use macro-constant. Require
38114 == 0.
38115 (LC_ALL): Use macro-int-constant.
38116 (LC_COLLATE): Likewise.
38117 (LC_CTYPE): Likewise.
38118 (LC_MESSAGES): Likewise.
38119 (LC_MONETARY): Likewise.
38120 (LC_NUMERIC): Likewise.
38121 (LC_TIME): Likewise.
38122 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
38123 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38124 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38125 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
38126 Specify type.
38127 [C99-based standards] (float_t): Expect type.
38128 [C99-based standards] (double_t): Expect type.
38129 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
38130 type.
38131 [C99-based standards] (HUGE_VALL): Likewise.
38132 [C99-based standards] (INFINITY): Likewise.
38133 [C99-based standards] (NAN): Likewise.
38134 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
38135 [C99-based standards] (FP_NAN): Likewise.
38136 [C99-based standards] (FP_NORMAL): Likewise.
38137 [C99-based standards] (FP_SUBNORMAL): Likewise.
38138 [C99-based standards] (FP_ZERO): Likewise.
38139 [C99-based standards] (FP_FAST_FMA): Use
38140 optional-macro-int-constant. Specify type. Require == 1.
38141 [C99-based standards] (FP_FAST_FMAF): Likewise.
38142 [C99-based standards] (FP_FAST_FMAL): Likewise.
38143 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
38144 [C99-based standards] (FP_ILOGBNAN): Likewise.
38145 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
38146 Specify type.
38147 [C99-based standards] (MATH_ERREXCEPT): Likewise.
38148 [C99-based standards] (math_errhandling): Specify type.
38149 [ISO99 || ISO11] (signgam): Do not allow.
38150 [non-C99-based standards] (copysignf): Do not allow.
38151 [non-C99-based standards] (exp2f): Likewise.
38152 [non-C99-based standards] (log2f): Likewise.
38153 [non-C99-based standards] (modff): Allow.
38154 [non-C99-based standards] (erff): Do not allow.
38155 [non-C99-based standards] (erfcf): Likewise.
38156 [non-C99-based standards] (gammaf): Likewise.
38157 [non-C99-based standards] (hypotf): Likewise.
38158 [non-C99-based standards] (j0f): Likewise.
38159 [non-C99-based standards] (j1f): Likewise.
38160 [non-C99-based standards] (jnf): Likewise.
38161 [non-C99-based standards] (lgammaf): Likewise.
38162 [non-C99-based standards] (tgammaf): Likewise.
38163 [non-C99-based standards] (y0f): Likewise.
38164 [non-C99-based standards] (y1f): Likewise.
38165 [non-C99-based standards] (ynf): Likewise.
38166 [non-C99-based standards] (isnanf): Likewise.
38167 [non-C99-based standards] (acoshf): Likewise.
38168 [non-C99-based standards] (asinhf): Likewise.
38169 [non-C99-based standards] (atanhf): Likewise.
38170 [non-C99-based standards] (cbrtf): Likewise.
38171 [non-C99-based standards] (expm1f): Likewise.
38172 [non-C99-based standards] (ilogbf): Likewise.
38173 [non-C99-based standards] (log1pf): Likewise.
38174 [non-C99-based standards] (logbf): Likewise.
38175 [non-C99-based standards] (nextafterf): Likewise.
38176 [non-C99-based standards] (remainderf): Likewise.
38177 [non-C99-based standards] (rintf): Likewise.
38178 [non-C99-based standards] (scalbf): Likewise.
38179 [non-C99-based standards] (copysignl): Likewise.
38180 [non-C99-based standards] (exp2l): Likewise.
38181 [non-C99-based standards] (log2l): Likewise.
38182 [non-C99-based standards] (modfl): Allow.
38183 [non-C99-based standards] (erfl): Do not allow.
38184 [non-C99-based standards] (erfcl): Likewise.
38185 [non-C99-based standards] (gammal): Likewise.
38186 [non-C99-based standards] (hypotl): Likewise.
38187 [non-C99-based standards] (j0l): Likewise.
38188 [non-C99-based standards] (j1l): Likewise.
38189 [non-C99-based standards] (jnl): Likewise.
38190 [non-C99-based standards] (lgammal): Likewise.
38191 [non-C99-based standards] (tgammal): Likewise.
38192 [non-C99-based standards] (y0l): Likewise.
38193 [non-C99-based standards] (y1l): Likewise.
38194 [non-C99-based standards] (ynl): Likewise.
38195 [non-C99-based standards] (isnanl): Likewise.
38196 [non-C99-based standards] (acoshl): Likewise.
38197 [non-C99-based standards] (asinhl): Likewise.
38198 [non-C99-based standards] (atanhl): Likewise.
38199 [non-C99-based standards] (cbrtl): Likewise.
38200 [non-C99-based standards] (expm1l): Likewise.
38201 [non-C99-based standards] (ilogbl): Likewise.
38202 [non-C99-based standards] (log1pl): Likewise.
38203 [non-C99-based standards] (logbl): Likewise.
38204 [non-C99-based standards] (nextafterl): Likewise.
38205 [non-C99-based standards] (remainderl): Likewise.
38206 [non-C99-based standards] (rintl): Likewise.
38207 [non-C99-based standards] (scalbl): Likewise.
38208 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38209 [non-C99-based standards] (FP_*): Do not allow.
38210 [C99-based standards] (FP_*): Change to
38211 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
38212 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38213 allow.
38214 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
38215 (SIG_ERR): Likewise.
38216 [X/Open-based standards] (SIG_HOLD): Likewise.
38217 (SIG_IGN): Likewise.
38218 (SIGABRT): Use macro-int-constant. Specify type. Require
38219 positive value.
38220 (SIGFPE): Likewise.
38221 (SIGILL): Likewise.
38222 (SIGINT): Likewise.
38223 (SIGSEGV): Likewise.
38224 (SIGTER): Likewise.
38225 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
38226 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
38227 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
38228 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
38229 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
38230 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
38231 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
38232 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
38233 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
38234 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
38235 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
38236 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
38237 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
38238 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
38239 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
38240 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
38241 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
38242 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
38243 [X/Open-based standards] (SIGTRAP): Likewise.
38244 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
38245 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
38246 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
38247 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
38248 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38249 allow.
38250
b9f1922d
IW
382512012-05-08 Ian Wienand <ianw@vmware.com>
38252
38253 [BZ #14080]
38254 * time/tzset.c (__tzset_parse_tz): Update default rules for
38255 daylight time changes in the Energy Policy Act of 2005.
38256
1db86e88
AJ
382572012-05-09 Andreas Jaeger <aj@suse.de>
38258
38259 [BZ #13983]
38260 * elf/ldconfig.c (parse_conf): Change string to make clear that
38261 ldconfig only issued a warning if ld.so.conf does not exist.
38262
dee4a4e3
DM
382632012-05-08 David S. Miller <davem@davemloft.net>
38264
ee0db190
DM
38265 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
38266 movxtod instead of popping the value on the stack.
38267
dee4a4e3
DM
38268 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38269
6a43ec98
CD
382702012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
38271
38272 * config.h.in: Add HAVE_ARM_PCS_VFP.
38273
05c2c961
RMG
382742012-05-08 Roland Mc Grath <roland@hack.frob.com>
38275
bcfe3a54
ST
38276 [BZ #13979]
38277 * include/features.h: Warn if user requests __FORTIFY_SOURCE
38278 checking but the checks are disabled for any reason.
05c2c961 38279
4b30f61a
L
382802012-05-08 H.J. Lu <hongjiu.lu@intel.com>
38281
38282 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
38283 and ELF64_R_TYPE with ELFW(R_TYPE).
38284
eee2bc67
JM
382852012-05-08 Joseph Myers <joseph@codesourcery.com>
38286
7ea5391a
JM
38287 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
38288 (ulimit): Likewise.
38289
eee2bc67
JM
38290 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
38291 (settimeofday): Likewise.
38292
abb66a67
MF
382932012-05-08 Mike Frysinger <vapier@gentoo.org>
38294
38295 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
38296 a struct th_u2 inside the union, and move tu_block/tu_code into
38297 a new th_u3 union of tu_block/tu_code inside of that. Move
38298 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
38299 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
38300 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
38301 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
38302 (th_stuff): Change to th_u1.tu_stuff.
38303 (th_data): Define.
38304 (th_msg): Change to th_u1.th_u2.tu_data.
38305
7f18b530
DM
383062012-05-07 David S. Miller <davem@davemloft.net>
38307
05760585
DM
38308 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38309
7f18b530
DM
38310 [BZ #14074]
38311 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
38312 (SETUP_PIC_REG): Use it.
38313 (SETUP_PIC_REG_LEAF): Use it.
38314
495fd99f
JM
383152012-05-07 Joseph Myers <joseph@codesourcery.com>
38316
38317 [BZ #13885]
38318 [BZ #13923]
38319 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38320 USE_AS_EXPM1L.
38321 (EXPL_FINITE): Likewise.
38322 (FLDLOG): Likewise.
38323 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38324 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38325 e_expl.S.
38326 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38327 USE_AS_EXPM1L.
38328 (EXPL_FINITE): Likewise.
38329 (FLDLOG): Likewise.
38330 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
38331 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
38332 e_expl.S.
38333 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
38334 test of -max_value argument for long double.
38335 * sysdeps/i386/fpu/libm-test-ulps: Update.
38336 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38337
6693d694
DM
383382012-05-06 David S. Miller <davem@davemloft.net>
38339
38340 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
38341 quad soft-float symbols whose references which are compiler
38342 generated.
38343 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
38344
6c23e11c
JM
383452012-05-06 Joseph Myers <joseph@codesourcery.com>
38346
d8b82cad
JM
38347 [BZ #13884]
38348 [BZ #13914]
38349 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38350 USE_AS_EXP10L.
38351 (EXPL_FINITE): Likewise.
38352 (FLDLOG): Likewise.
38353 (c0): Likewise.
38354 (c1): Likewise.
38355 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
38356 Adjust comments for base varying.
38357 (__expl_finite): Change alias to EXPL_FINITE.
38358 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
38359 e_expl.S.
38360 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
38361 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
38362 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
38363 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
38364 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
38365 USE_AS_EXP10L.
38366 (EXPL_FINITE): Likewise.
38367 (FLDLOG): Likewise.
38368 (c0): Likewise.
38369 (c1): Likewise.
38370 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
38371 Adjust comments for base varying.
38372 (__expl_finite): Change alias to EXPL_FINITE.
38373 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
38374 tests for bugs.
38375 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38376
6c23e11c
JM
38377 [BZ #14064]
38378 * math/libm-test.inc (check_float_internal): Correct ulp
38379 calculation for subnormal expected results.
38380
29ba805c
AJ
383812012-05-06 Andreas Jaeger <aj@suse.de>
38382
38383 * Makeconfig (+math-flags): New, set to -frounding-math.
38384 (+cflags): Add +math-flags so that all of glibc gets compiled with
38385 it.
38386
38387 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
38388
7b17aeda
JM
383892012-05-05 Joseph Myers <joseph@codesourcery.com>
38390
5779f134
JM
38391 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
38392 Disable one test.
38393
41498f4d
JM
38394 [BZ #13787]
38395 [BZ #13922]
38396 [BZ #14036]
38397 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
38398 (__ieee754_expl): Allow for and saturate large arguments.
38399 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
38400 (u_threshold): Likewise.
38401 (__exp): Call __ieee754_exp before checking for overflow and
38402 underflow.
38403 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
38404 (u_threshold): Likewise.
38405 (__expf): Call __ieee754_expf before checking for overflow and
38406 underflow.
38407 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
38408 (u_threshold): Likewise.
38409 (__expl): Call __ieee754_expl before checking for overflow and
38410 underflow.
38411 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
38412 (__ieee754_expl): Allow for and saturate large arguments.
38413 * math/libm-test.inc (exp_test): Add another test. Do not allow
38414 missing overflow exception on overflow.
38415 (expm1_test): Do not allow missing overflow exception on overflow.
38416
6698b8bf
JM
38417 * sysdeps/i386/fpu/e_expl.c: Move to ...
38418 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
38419 rather than using inline asm.
38420 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
38421 * sysdeps/x86_64/fpu/e_expl.S: Copy from
38422 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
38423
7b17aeda
JM
38424 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
38425 (nice): Likewise.
38426 (poll): Likewise.
38427 (signal): Likewise.
38428 (time): Likewise.
38429 (times): Likewise.
38430
f7c85819
JM
384312012-05-04 Joseph Myers <joseph@codesourcery.com>
38432
38433 * sysdeps/unix/syscalls.list (adjtime): Add entry from
38434 sysdeps/unix/common/syscalls.list.
38435 (fchmod): Likewise.
38436 (fchown): Likewise.
38437 (ftruncate): Likewise.
38438 (getrusage): Likewise.
38439 (gettimeofday): Likewise.
38440 (setpgid): Likewise.
38441 (setregid): Likewise.
38442 (setreuid): Likewise.
38443 (sigaction): Likewise.
38444 (truncate): Likewise.
38445 (vhangup): Likewise.
38446 * sysdeps/unix/common/syscalls.list: Remove file.
38447 * sysdeps/unix/bsd/Implies: Don't include unix/common.
38448 * sysdeps/unix/sysv/linux/Implies: Likewise.
38449
336270d0
L
384502012-05-04 H.J. Lu <hongjiu.lu@intel.com>
38451
38452 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
38453 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
38454 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
38455 Moved to ...
38456 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
38457 Here.
38458 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
38459 to ...
38460 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
38461 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
38462 to ...
38463 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
38464 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
38465 to ...
38466 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
38467 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
38468 to ...
38469 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
38470 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
38471 to ...
38472 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
38473 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
38474 to ...
38475 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
38476 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
38477 to ...
38478 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
38479 Here.
38480 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
38481 to ...
38482 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
38483 Here.
38484 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
38485 to ...
38486 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
38487 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
38488 Moved to ...
38489 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
38490 Here.
38491 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
38492 to ...
38493 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
38494
d128e450
JM
384952012-05-04 Joseph Myers <joseph@codesourcery.com>
38496
fa8ee516
JM
38497 * sysdeps/unix/common/bits/dirent.h: Remove file.
38498 * sysdeps/unix/common/bits/fcntl.h: Likewise.
38499
d128e450
JM
38500 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
38501 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
38502 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
38503 * sysdeps/unix/bsd/isatty.c: Likewise.
38504 * sysdeps/unix/bsd/tcdrain.c: Likewise.
38505 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
38506 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
38507
ff8faaf0 385082012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 38509
62881be4 38510 [BZ #13563]
31dc8730
AZ
38511 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
38512 long double comparison inaccuracies.
38513 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
38514 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38515
6fef930c
AS
385162012-05-04 Andreas Schwab <schwab@linux-m68k.org>
38517
38518 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
38519 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
38520
8f203e6c
JM
385212012-05-04 Joseph Myers <joseph@codesourcery.com>
38522
38523 [BZ #14049]
38524 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
38525 nonzero digits before rounding a hex value.
38526 * stdlib/tst-strtod.c (tests): Add another test.
38527
5197d9c2
AK
385282012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38529
38530 * sysdeps/s390/fpu/libm-test-ulps: Update.
38531
f0c1dedf
AJ
385322012-05-03 Andreas Jaeger <aj@suse.de>
38533
38534 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
38535 does not get optimized out.
38536 (malloc_opt_barrier): New.
38537
a65ef2ae 385382012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 38539 Roland McGrath <roland@hack.frob.com>
a65ef2ae 38540
2b942cb7 38541 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 38542 intermediate file deletion.
2b942cb7 38543 (generated): Add .symlist files.
a65ef2ae 38544
54b71e02
JM
385452012-05-03 Joseph Myers <joseph@codesourcery.com>
38546
38547 [BZ #13775]
38548 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
38549 Redirect under this condition.
38550 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38551 [__USE_GNU] (__dprintf_chk): Not under this condition.
38552 [__USE_GNU] (__vdprintf_chk): Likewise.
38553 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
38554 under this condition.
38555 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
38556 [__USE_XOPEN2K8] (dprintf): Define under this condition.
38557 [__USE_XOPEN2K8] (vdprintf): Likewise.
38558 [__USE_GNU] (__dprintf_chk): Not under this condition.
38559 [__USE_GNU] (__vdprintf_chk): Likewise.
38560 [__USE_GNU] (dprintf): Likewise.
38561 [__USE_GNU] (vdprintf): Likewise.
38562
d3dfcc41
RM
385632012-05-03 Roland McGrath <roland@hack.frob.com>
38564
38565 * elf/Makefile (common-generated): Set this instead of generated for
38566 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
38567 $(all-built-dso)-derived lists.
38568
7ac30cc5
AJ
385692012-05-03 Andreas Jaeger <aj@suse.de>
38570
0c51e550
AJ
38571 * sysdeps/i386/fpu/libm-test-ulps: Update.
38572
7ac30cc5
AJ
38573 * FAQ: Removed.
38574 * FAQ.in: Likewise.
38575 * scripts/gen-FAQ.pl: Likewise.
38576 * manual/install.texi (Installation): Point to online location of
38577 FAQ.
38578 * Makefile (files-for-dist): Remove FAQ.
38579 (FAQ): Remove.
38580
d4c2917f
AM
385812012-05-02 Allan McRae <allan@archlinux.org>
38582
38583 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
38584 (LDFLAGS-reldepmod5.so): Likewise.
38585 (LDFLAGS-reldep6mod1.so): Likewise.
38586 (LDFLAGS-reldep6mod4.so): Likewise.
38587 (LDFLAGS-reldep8mod3.so): Likewise.
38588 (LDFLAGS-unload4mod1.so): Likewise.
38589 (LDFLAGS-unload4mod2.so): Likewise.
38590 (LDFLAGS-tst-initorder): Likewise.
38591 (LDFLAGS-tst-initordera2.so): Likewise.
38592 (LDFLAGS-tst-initordera3.so): Likewise.
38593 (LDFLAGS-tst-initordera4.so): Likewise.
38594 (LDFLAGS-tst-initorderb2.so): Likewise.
38595 (LDFLAGS-noload): Likewise.
38596 (LDFLAGS-next): Likewise.
38597 (LDFLAGS-order2mod1.so): Likewise.
38598 (LDFLAGS-order2mod2.so): Likewise.
38599 (LDFLAGS-tst-initorder2): Likewise.
38600 (LDFLAGS-tst-initorder2a.so): Likewise.
38601 (LDFLAGS-tst-initorder2b.so): Likewise.
38602 (LDFLAGS-tst-initorder2c.so): Likewise.
38603 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
38604
d77f993f
DM
386052012-05-02 David S. Miller <davem@davemloft.net>
38606
38607 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38608
171a70b4
PP
386092012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
38610
38611 [BZ #14055]
38612 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
38613
0be196ad
AJ
386142012-05-02 Andreas Jaeger <aj@suse.de>
38615
38616 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
38617 since we manipulate rounding mode.
38618 (CPPFLAGS-test-idouble.c): Likewise.
38619 (CPPFLAGS-test-ifloat.c): Likewise.
38620 (CFLAGS-test-ldouble.c): Likewise.
38621 (CFLAGS-test-double.c): Likewise.
38622 (CFLAGS-test-float.c): Likewise.
38623 (CFLAGS-test-misc.c): Likewise.
38624 (CFLAGS-test-test-fenv.c): Likewise.
38625
4f9d04aa
AZ
386262012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
38627
2b942cb7
RM
38628 [BZ #2550]
38629 [BZ #2570]
38630 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
38631 comparisons to determine direction to adjust input.
4f9d04aa 38632
82a79e7d
RM
386332012-05-01 Roland McGrath <roland@hack.frob.com>
38634
f5a01ca9
RM
38635 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
38636 output to the target.
38637
90fe4186
RM
38638 * scripts/localplt.awk: New file.
38639 * elf/Makefile ($(objpfx)check-localplt): Target removed.
38640 (check-localplt-CFLAGS): Variable removed.
38641 ($(all-built-dso:=.jmprel)): New static pattern rule.
38642 (generated): Add those targets.
38643 (localplt-built-dso): New variable.
38644 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
38645
38646 * elf/check-localplt.c: File removed.
38647
82397ed6
RM
38648 * scripts/check-execstack.awk: New file.
38649 * elf/Makefile ($(objpfx)check-execstack): Target removed.
38650 (check-execstack-CFLAGS): Variable removed.
38651 ($(objpfx)check-execstack.h): Target removed.
38652 ($(objpfx)execstack-default): New target.
38653 (generated): Add that instead of check-execstack.h.
38654 ($(all-built-dso:=.phdr)): New static pattern rule.
38655 (generated): Add those targets.
38656 * elf/check-execstack.c: File removed.
38657
82a79e7d
RM
38658 * scripts/check-textrel.awk: New file.
38659 * elf/Makefile ($(objpfx)check-textrel): Target removed.
38660 (check-textrel-CFLAGS): Variable removed.
38661 (all-built-dso): Use := to define.o
38662 ($(all-built-dso:=.dyn)): New static pattern rule.
38663 (generated): Add those targets.
38664 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
38665 * config.make.in (READELF): New substituted variable.
38666 * elf/check-textrel.c: File removed.
38667
62fde54f 386682012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 38669
615605c9
JM
38670 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
38671 allow.
38672 * conform/data/ctype.h-data [C99-based standards] (isblank):
38673 Expect function.
38674 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
38675 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
38676 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38677 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
38678 Specify type. Require positive value.
38679 (EILSEQ): Likewise.
38680 (ERANGE): Likewise.
38681 [ISO || POSIX] (EILSEQ): Do not expect.
38682 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
38683 Specify type. Require positive value.
38684 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
38685 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
38686 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
38687 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
38688 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
38689 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
38690 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
38691 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
38692 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
38693 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
38694 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
38695 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
38696 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
38697 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
38698 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
38699 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
38700 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
38701 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
38702 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
38703 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
38704 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
38705 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
38706 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
38707 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
38708 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
38709 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
38710 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
38711 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
38712 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
38713 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
38714 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
38715 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
38716 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
38717 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
38718 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
38719 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
38720 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
38721 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
38722 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
38723 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
38724 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
38725 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
38726 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
38727 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
38728 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
38729 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
38730 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
38731 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
38732 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
38733 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
38734 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
38735 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
38736 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
38737 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
38738 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
38739 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
38740 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
38741 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
38742 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
38743 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
38744 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
38745 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
38746 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
38747 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
38748 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
38749 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
38750 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
38751 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
38752 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
38753 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
38754 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
38755 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
38756 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
38757 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
38758 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
38759 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
38760 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
38761 Require >= 2.
38762 (FLT_ROUNDS): Expect as macro, not constant.
38763 (FLT_MANT_DIG): Use macro-int-constant.
38764 (DBL_MANT_DIG): Likewise.
38765 (LDBL_MANT_DIG): Likewise.
38766 (FLT_DIG): Likewise.
38767 (DBL_DIG): Likewise.
38768 (LDBL_DIG): Likewise.
38769 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
38770 (DBL_MIN_EXP): Likewise.
38771 (LDBL_MIN_EXP): Likewise.
38772 (FLT_MAX_EXP): Use macro-int-constant.
38773 (DBL_MAX_EXP): Likewise.
38774 (LDBL_MAX_EXP): Likewise.
38775 (FLT_MAX_10_EXP): Likewise.
38776 (DBL_MAX_10_EXP): Likewise.
38777 (LDBL_MAX_10_EXP): Likewise.
38778 (FLT_MAX): Use macro-constant.
38779 (DBL_MAX): Likewise.
38780 (LDBL_MAX): Likewise.
38781 (FLT_EPSILON): Use macro-constant. Give upper bound.
38782 (DBL_EPSILON): Likewise.
38783 (LDBL_EPSILON): Likewise.
38784 (FLT_MIN): Likewise.
38785 (DBL_MIN): Likewise.
38786 (LDBL_MIN): Likewise.
38787 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
38788 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
38789 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
38790 [ISO11] (FLT_HAS_SUBNORM): Likewise.
38791 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
38792 [ISO11] (DBL_DECIMAL_DIG): Likewise.
38793 [ISO11] (FLT_DECIMAL_DIG): Likewise.
38794 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
38795 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
38796 [ISO11] (FLT_TRUE_MIN): Likewise.
38797 [ISO11] (LDBL_TRUE_MIN): Likewise.
38798 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38799 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
38800 (SCHAR_MIN): Use macro-int-constant. Specify type.
38801 (SCHAR_MAX): Likewise.
38802 (UCHAR_MAX): Likewise.
38803 (CHAR_MIN): Likewise.
38804 (CHAR_MAX): Likewise.
38805 (MB_LEN_MAX): Use macro-int-constant.
38806 (SHRT_MIN): Use macro-int-constant. Specify type.
38807 (SHRT_MAX): Likewise.
38808 (USHRT_MAX): Likewise.
38809 (INT_MAX): Likewise.
38810 (INT_MIN): Use macro-int-constant. Specify type. Make upper
38811 bound negative.
38812 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
38813 bound with "U".
38814 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38815 bound with "L".
38816 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
38817 bound negative. Suffix upper bound with "L".
38818 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
38819 bound with "UL".
38820 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
38821 Specify type.
38822 [C99-based standards] (LLONG_MAX): Likewise.
38823 [C99-based standards] (ULLONG_MAX): Likewise.
38824 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
38825 == 0.
38826 [ISO11] (max_align_t): Require type.
38827 [ISO || ISO99 || ISO11] (*_t): Do not allow.
38828
c9140a62
JM
38829 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
38830 from $CFLAGS, without defining away __attribute__ calls.
38831 (checknamespace): Use $CFLAGS_namespace.
38832
9af0bf29
JM
38833 * conform/conformtest.pl (@keywords): Only include C99 keywords
38834 for standards based on C99 or C11.
38835
343222a2
JM
38836 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
38837 Disable tests.
38838 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
38839 UNIX98]: Likewise.
38840
661f8cf0
JM
38841 * conform/conformtest.pl: Handle "macro-int-constant" and test for
38842 usability of symbols in #if.
38843
ee74b9cb
JM
38844 * conform/conformtest.pl: If macro or constant types start
38845 "promoted:", expect the symbol to be of the following type
38846 promoted by the integer promotions.
62fde54f 38847
aafc49b3
JM
38848 * conform/conformtest.pl: Parse all "constant" and "macro" lines
38849 in one place. Also handle "macro-constant".
38850
fefdf574
JM
38851 * conform/conformtest.pl: Only accept expected macro values with
38852 "==". Parse all "macro" lines in one place.
38853 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
38854
f2d922fe
JM
38855 * conform/conformtest.pl: Handle braced types on "constant" lines
38856 instead of handling "typed-constant".
38857 * conform/data/signal.h-data: Use "constant" instead of
38858 "typed-constant".
38859
d22956c9
JM
38860 * conform/conformtest.pl: Handle "optional-" at start of lines in
38861 one place rather than duplicating several cases. Handle each
38862 format of "macro" line with initial "optional-".
38863
028e2e38
JM
38864 * conform/conformtest.pl: Only accept expected constant or
38865 optional-constant values with "==". Parse all "constant" lines in
38866 one place. Parse all "optional-constant" lines in one place.
38867 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
38868 * conform/data/fmtmsg.h-data: Likewise.
38869 * conform/data/netinet/in.h-data: Likewise.
38870 * conform/data/tar.h-data: Likewise.
38871 * conform/data/limits.h-data: Use "==" form on "constant" and
38872 "optional-constant" lines.
38873
1b8f2850
JM
38874 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
38875 Use -std=c99 for XOPEN2K.
38876 (@knownproblems): Remove.
38877 (newtoken): Don't check %isknown.
38878
a05a144b
JM
38879 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
38880 Do not expect macro.
38881 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
38882 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
38883 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
38884 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
38885 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
38886 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
38887 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
38888 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
38889 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
38890 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
38891 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
38892 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
38893 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
38894 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
38895 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
38896 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
38897 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
38898 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
38899 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
38900 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
38901 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
38902 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
38903 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
38904 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
38905 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
38906 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
38907 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
38908 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
38909 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
38910 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
38911 [XPG3] (acosh): Likewise.
38912 [XPG3] (asinh): Likewise.
38913 [XPG3] (atanh): Likewise.
38914 [XPG3] (cbrt): Likewise.
38915 [XPG3] (expm1): Likewise.
38916 [XPG3] (ilogb): Likewise.
38917 [XPG3] (log1p): Likewise.
38918 [XPG3] (logb): Likewise.
38919 [XPG3] (nextafter): Likewise.
38920 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
38921 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
38922 [XPG3] (remainder): Likewise.
38923 [XPG3] (rint): Likewise.
38924 [XPG3 || XPG4 || UNIX98] (round): Likewise.
38925 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
38926 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
38927 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
38928 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
38929 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
38930 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
38931 [UNIX98 || XOPEN2K] (scalb): Expect.
38932 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
38933 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
38934 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
38935 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
38936 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
38937 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
38938 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
38939 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
38940 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
38941 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
38942 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
38943 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
38944 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
38945 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
38946 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
38947 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
38948 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
38949 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
38950 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
38951 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
38952 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
38953 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
38954 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
38955 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
38956 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
38957 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
38958 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
38959 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
38960 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
38961 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
38962 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
38963 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
38964 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
38965 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
38966 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
38967 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
38968 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
38969 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
38970 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
38971 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
38972 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
38973 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
38974 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
38975 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
38976 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
38977 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
38978 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
38979 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
38980 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
38981 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
38982 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
38983 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
38984 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
38985 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
38986 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
38987 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
38988 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
38989 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
38990 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
38991 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
38992 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
38993 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
38994 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
38995 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
38996 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
38997 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
38998 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
38999 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
39000 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
39001 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
39002 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
39003 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
39004 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
39005 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
39006 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
39007 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
39008 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
39009 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
39010 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
39011 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
39012 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
39013 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
39014 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
39015 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
39016 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
39017 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
39018 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
39019 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
39020 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
39021 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
39022 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
39023 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
39024 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
39025 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
39026 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
39027 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
39028 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
39029 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
39030 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
39031 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
39032 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
39033 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
39034 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
39035 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
39036 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
39037 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
39038 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
39039 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
39040 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
39041 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
39042 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
39043 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
39044 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
39045 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
39046 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
39047 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
39048 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
39049 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
39050 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
39051 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
39052 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
39053 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
39054 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
39055 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
39056 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
39057 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
39058 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
39059 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
39060 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
39061 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
39062 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
39063 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
39064 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
39065 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
39066 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
39067 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
39068 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
39069
73c5ebe3
JM
39070 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
39071 _XOPEN_SOURCE_EXTENDED for XPG4.
39072
39c33b6c
JM
39073 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
39074
62fde54f
JM
39075 * Makeconfig (localtime): Remove variable.
39076 (inst_localtime-file): Likewise.
39077
0741d64c
AS
390782012-05-01 Andreas Schwab <schwab@linux-m68k.org>
39079
39080 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
39081 Update.
39082 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39083 Update.
39084 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
39085 Update.
39086 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
39087 Update.
39088 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
39089 Update.
39090 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
39091 Update.
39092 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
39093 Update.
39094 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
39095 Update.
39096 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39097 Update.
39098
7cb029ee
JM
390992012-05-01 Joseph Myers <joseph@codesourcery.com>
39100
39101 [BZ #2550]
39102 [BZ #2570]
39103 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
39104 comparisons to determine direction to adjust input.
39105 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
39106 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
39107 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
39108 Likewise.
39109 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
39110 Likewise.
39111 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
39112 Likewise.
39113 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
39114 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
39115 Likewise.
39116 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
39117 Likewise.
39118 * math/libm-test.inc (nexttoward_test): Add more tests.
39119
412bd966
AS
391202012-05-01 Andreas Schwab <schwab@linux-m68k.org>
39121
39122 [BZ #14040]
39123 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
39124 in version GLIBC_2.1, not GLIBC_2.0.
39125 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
39126 Likewise.
39127
9568c0c2
JM
391282012-04-30 Joseph Myers <joseph@codesourcery.com>
39129
adfbc8ac
JM
39130 [BZ #13942]
39131 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
39132 (1 - x) * (1 + x).
39133 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39134 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
39135 * math/libm-test.inc (acos_test): Add more tests.
39136 (asin_test): Likewise.
39137 * sysdeps/i386/fpu/libm-test-ulps: Update.
39138 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39139
5ba3cc69
JM
39140 [BZ #14034]
39141 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
39142 of square root.
39143 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
39144 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
39145 * math/libm-test.inc (acos_test_tonearest): New function.
39146 (acos_test_towardzero): Likewise.
39147 (acos_test_downward): Likewise.
39148 (acos_test_upward): Likewise.
39149 (asin_test_tonearest): Likewise.
39150 (asin_test_towardzero): Likewise.
39151 (asin_test_downward): Likewise.
39152 (asin_test_upward): Likewise.
39153 (main): Call the new functions.
39154 * sysdeps/i386/fpu/libm-test-ulps: Update.
39155 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39156
9568c0c2
JM
39157 [BZ #13884]
39158 [BZ #13924]
39159 * math/e_exp10.c: Include <float.h>.
39160 (__ieee754_exp10): Handle underflow here rather than multiplying
39161 large negative argument by M_LN10.
39162 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
39163 of __ieee754_expf.
39164 * math/e_exp10l.c: Include <float.h>.
39165 (__ieee754_exp10l): Handle underflow here rather than multiplying
39166 large negative argument by M_LN10l.
39167 * math/libm-test.inc (exp10_test): Add another test. Do not allow
39168 spurious overflow exception on underflow.
39169
5ac3ea17
MP
391702012-04-29 Marek Polacek <polacek@redhat.com>
39171
39172 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
39173 (__fortify_function): New macro.
39174 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
39175 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
39176 __extern_always_inline.
39177 * libio/bits/stdio2.h: Likewise.
39178 * libio/bits/stdio.h: Likewise.
39179 * string/string.h: Likewise.
39180 * string/bits/string3.h: Likewise.
39181 * include/stdio.h: Likewise.
39182 * stdlib/bits/stdlib.h: Likewise.
39183 * stdlib/stdlib.h: Likewise.
39184 * rt/bits/mqueue2.h: Likewise.
39185 * rt/mqueue.h: Likewise.
39186 * posix/bits/unistd.h: Likewise.
39187 * posix/unistd.h: Likewise.
39188 * io/bits/poll2.h: Likewise.
39189 * io/bits/fcntl2.h: Likewise.
39190 * io/fcntl.h: Likewise.
39191 * io/sys/poll.h: Likewise.
39192 * misc/bits/syslog.h: Likewise.
39193 * misc/bits/syslog-ldbl.h: Likewise.
39194 * misc/sys/syslog.h: Likewise.
39195 * socket/bits/socket2.h: Likewise.
39196 * socket/sys/socket.h: Likewise.
39197 * debug/tst-chk1.c: Likewise.
39198 * wcsmbs/bits/wchar2.h: Likewise.
39199 * wcsmbs/bits/wchar-ldbl.h: Likewise.
39200 * wcsmbs/wchar.h: Likewise.
39201
ecf0ebfb
AJ
392022012-04-29 Andreas Jaeger <aj@suse.de>
39203
39204 * Makerules (tests): Remove enable-check-abi protection.
39205 (check-abi-warn): Remove.
39206 (check-abi-%): Remove check-abi-warn usage.
39207
39208 * configure.in: Remove check-abi configure option.
39209 * configure: Regenerated.
39210 * config.make.in (enable-check-abi): Remove.
39211
6d5c57fa
AS
392122012-04-28 Andreas Schwab <schwab@linux-m68k.org>
39213
24c5d07e 39214 [BZ #14033]
ded5180a
AS
39215 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
39216 double functions to double *_finite functions.
39217
7e0d315d
AS
39218 [BZ #13941]
39219 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
39220 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
39221 LDBL_MIN_EXP.
39222 * stdio-common/Makefile (tests): Add tst-sprintf3.
39223 * stdio-common/tst-sprintf3.c: New file.
39224
6d5c57fa
AS
39225 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
39226 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
39227
0749ff8b
JM
392282012-04-28 Joseph Myers <joseph@codesourcery.com>
39229
39230 * conform/conformtest.pl: Remove duplicate typed-constant
39231 handling.
39232
8dbd5d7b
DM
392332012-04-28 David S. Miller <davem@davemloft.net>
39234
39235 * Makerules (%.abilist): Add vpath on sysdep_dirs.
39236 (check-abi-%): Remove AWK script prerequisite and explicit
39237 abilist directory.
39238 (check-abi): Rewrite to just diff the symlist with the abilist.
39239 (config-tls, config-abi-config): Delete, no longer used.
39240 (update-abi-%): Remove AWK script and explicit abilist directory.
39241 (update-abi): Rewrite to simply compare and conditionally copy the
39242 symlist and the sysdep abilist file. Remove update-abi-config
39243 checks.
39244 * abilist/ld.abilist: Remove.
39245 * abilist/libBrokenLocale.abilist: Remove.
39246 * abilist/libanl.abilist: Remove.
39247 * abilist/libcrypt.abilist: Remove.
39248 * abilist/libdl.abilist: Remove.
39249 * abilist/librt.abilist: Remove.
39250 * abilist/libthread_db.abilist: Remove.
39251 * abilist/libutil.abilist: Remove.
39252 * scripts/extract-abilist.awk: Remove.
39253 * scripts/merge-abilist.awk: Remove.
39254 * sysdeps/generic/libcidn.abilist: New file.
39255 * sysdeps/generic/libnss_compat.abilist: New file.
39256 * sysdeps/generic/libnss_db.abilist: New file.
39257 * sysdeps/generic/libnss_dns.abilist: New file.
39258 * sysdeps/generic/libnss_files.abilist: New file.
39259 * sysdeps/generic/libnss_hesiod.abilist: New file.
39260 * sysdeps/generic/libnss_nis.abilist: New file.
39261 * sysdeps/generic/libnss_nisplus.abilist: New file.
39262 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
39263 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
39264 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
39265 file.
39266 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
39267 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
39268 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
39269 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
39270 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
39271 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
39272 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
39273 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
39274 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
39275 file.
39276 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
39277 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
39278 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
39279 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
39280 file.
39281 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
39282 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
39283 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
39284 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
39285 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
39286 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
39287 file.
39288 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
39289 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
39290 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
39291 file.
39292 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
39293 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
39294 New file.
39295 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
39296 New file.
39297 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
39298 New file.
39299 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
39300 New file.
39301 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
39302 New file.
39303 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
39304 New file.
39305 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
39306 New file.
39307 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
39308 New file.
39309 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
39310 New file.
39311 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
39312 New file.
39313 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
39314 New file.
39315 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
39316 New file.
39317 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
39318 New file.
39319 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
39320 file.
39321 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
39322 New file.
39323 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
39324 New file.
39325 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
39326 file.
39327 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
39328 New file.
39329 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
39330 New file.
39331 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
39332 file.
39333 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
39334 New file.
39335 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
39336 New file.
39337 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
39338 New file.
39339 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
39340 New file.
39341 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
39342 New file.
39343 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
39344 New file.
39345 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
39346 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
39347 file.
39348 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
39349 New file.
39350 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
39351 file.
39352 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
39353 file.
39354 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
39355 file.
39356 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
39357 file.
39358 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
39359 file.
39360 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
39361 New file.
39362 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
39363 file.
39364 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
39365 file.
39366 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
39367 New file.
39368 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
39369 file.
39370 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
39371 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
39372 file.
39373 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
39374 New file.
39375 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
39376 file.
39377 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
39378 file.
39379 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
39380 file.
39381 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
39382 file.
39383 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
39384 file.
39385 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
39386 New file.
39387 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
39388 file.
39389 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
39390 file.
39391 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
39392 New file.
39393 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
39394 file.
39395 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
39396 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
39397 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
39398 file.
39399 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
39400 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
39401 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
39402 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
39403 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
39404 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
39405 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
39406 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
39407 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
39408 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
39409 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
39410 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
39411 file.
39412 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
39413 New file.
39414 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
39415 file.
39416 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
39417 file.
39418 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
39419 file.
39420 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
39421 file.
39422 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
39423 file.
39424 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
39425 New file.
39426 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
39427 New file.
39428 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
39429 file.
39430 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
39431 New file.
39432 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
39433 file.
39434 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
39435 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
39436 file.
39437 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
39438 New file.
39439 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
39440 file.
39441 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
39442 file.
39443 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
39444 file.
39445 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
39446 file.
39447 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
39448 file.
39449 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
39450 New file.
39451 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
39452 New file.
39453 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
39454 file.
39455 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
39456 New file.
39457 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
39458 file.
39459
41d73a1b
JM
394602012-04-28 Joseph Myers <joseph@codesourcery.com>
39461
39462 * conform/conformtest.pl: Fix typo in handling typed-constant from
39463 allow-header.
39464
28aeeda4
JM
394652012-04-27 Joseph Myers <joseph@codesourcery.com>
39466
adae8f5e
JM
39467 * README: Cut down references to pre-2.6 Linux kernels and
39468 Linuxthreads. Update lists of configurations in libc and ports
39469 and sort alphabetically. Say "or newer" with Linux kernel version
39470 requirements.
39471
28aeeda4
JM
39472 * config.h.in [IS_IN_build]: Allow compiling without optimization.
39473
a462cb63
RA
394742012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
39475
39476 [BZ #887]
39477 * math/libm-test.inc (logb_test_downward): New test to expose
39478 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
39479 rounding mode.
39480
6ad3493e
JM
394812012-04-27 Joseph Myers <joseph@codesourcery.com>
39482
39483 [BZ #14027]
39484 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
39485 to be done.
39486 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
39487 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
39488
2ce4f015
JM
394892012-04-26 Joseph Myers <joseph@codesourcery.com>
39490
5aeb141a
JM
39491 * sysdeps/unix/i386/brk.S: Remove file.
39492 * sysdeps/unix/i386/dl-brk.S: Likewise.
39493 * sysdeps/unix/i386/pipe.S: Likewise.
39494 * sysdeps/unix/i386/sigreturn.S: Likewise.
39495 * sysdeps/unix/i386/syscall.S: Likewise.
39496 * sysdeps/unix/i386/vfork.S: Likewise.
39497 * sysdeps/unix/i386/wait.S: Likewise.
39498
7143acae
JM
39499 * sysdeps/unix/common/tcsendbrk.c: Move to ...
39500 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
39501
2ce4f015
JM
39502 * configure.in (arm*-none*): Do not allow without
39503 --enable-hacker-mode.
39504 (netbsd*): Remove case setting base_os.
39505 (386bsd*): Likewise.
39506 (freebsd*): Likewise.
39507 (bsdi*): Likewise.
39508 (osf*): Likewise.
39509 (sunos*): Likewise.
39510 (ultrix*): Likewise.
39511 (newsos*): Likewise.
39512 (dynix*): Likewise.
39513 (*bsd*): Likewise.
39514 (sysv*): Likewise.
39515 (isc*): Likewise.
39516 (esix*): Likewise.
39517 (sco*): Likewise.
39518 (minix*): Likewise.
39519 (irix4*): Likewise.
39520 (irix6*): Likewise.
39521 (solaris[2-9]*): Likewise.
39522 (none): Likewise.
39523 * configure: Regenerated.
39524
0ac229c8
AZ
395252012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39526
39527 [BZ #11521]
39528 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
39529 overflow or cancellation in calculating denominator.
39530 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
39531 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
39532 down expression to avoid unexpected rounding in newer GCCs.
39533 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
39534
33f244f4
DM
395352012-04-26 David S. Miller <davem@davemloft.net>
39536
39537 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
39538 long-double compat symbols.
39539 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39540 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39541 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39542 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
39543 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39544 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
39545 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
39546 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
39547 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
39548 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
39549 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
39550 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
39551 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
39552
cfa1f3e8
DM
395532012-04-25 David S. Miller <davem@davemloft.net>
39554
39555 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
39556 HWCAP_* values only after the memory barriers have been defined.
39557 (atomic_full_barrier): Define.
39558 (atomic_read_barrier): Define.
39559 (atomic_write_barrier): Define.
39560
6e236b92
SP
395612012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
39562
39563 * shlib-versions: Add libgcc_s version information.
39564 * sysdeps/generic/libgcc_s.h: Remove.
39565 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
39566 libgcc_s.h.
39567 * sysdeps/gnu/unwind-resume.c: Likewise.
39568 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
39569
aab39a09
DM
395702012-04-25 David S. Miller <davem@davemloft.net>
39571
39572 * sysdeps/unix/sparc/brk.S: Delete.
39573 * sysdeps/unix/sparc/dl-brk.S: Delete.
39574 * sysdeps/unix/sparc/pipe.S: Delete.
39575 * sysdeps/unix/sparc/sysdep.S: Delete.
39576 * sysdeps/unix/sparc/sysdep.h: Delete.
39577 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
39578 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
39579 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
39580 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
39581 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
39582 (JUMPTARGET): Remove.
39583 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
39584 sysdeps/unix/sparc/sysdep.h
39585 (ENTRY, END): Remove.
39586 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
39587
a3cc4f48
JM
395882012-04-25 Joseph Myers <joseph@codesourcery.com>
39589
2ed8cda2
JM
39590 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
39591 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
39592 -DIS_IN_build.
39593
35d76d59
JM
39594 * timezone/README: Update upstream location and email address for
39595 tzcode and tzdata.
39596 * timezone/zdump.c: Update from tzcode 2012b.
39597 * timezone/zic.c: Likewise.
39598
a3cc4f48
JM
39599 * configure.in (libc_cv_as_needed): Remove test.
39600 * configure: Regenerated.
39601 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
39602 conditional definition.
39603 [$(have-as-needed) != yes] (no-as-needed): Likewise.
39604 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
39605 * config.make.in (have-as-needed): Remove variable.
39606
ceab42c3
SP
396072012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
39608 Paul Pluzhnikov <ppluzhnikov@google.com>
39609
39610 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
39611 strings correctly.
39612
3ce2865f
CLT
396132012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
39614
39615 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
39616 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
39617 * sysdeps/sh/strlen.S: Likewise.
39618
f37e0d68
JM
396192012-04-24 Joseph Myers <joseph@codesourcery.com>
39620
ae186e9a
JM
39621 * sysdeps/unix/fork.S: Remove file.
39622 * sysdeps/unix/i386/fork.S: Likewise.
39623 * sysdeps/unix/sparc/fork.S: Likewise.
39624
b96914af
JM
39625 * sysdeps/unix/system.c: Remove file.
39626 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
39627
f37e0d68
JM
39628 * sysdeps/unix/getegid.S: Remove file.
39629 * sysdeps/unix/geteuid.S: Likewise.
39630
87ef29ca
RM
396312012-04-24 Roland McGrath <roland@hack.frob.com>
39632
83bcd236
RM
39633 * scripts/check-localplt.awk: New file.
39634 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
39635 of diff.
39636 * scripts/data/localplt-generic.data: Add a comment.
39637
87ef29ca
RM
39638 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
39639 NODE when __dir_mkfile failed.
39640 * sysdeps/mach/hurd/symlinkat.c: Likewise.
39641 Reported by Ludovic Courtès <ludo@gnu.org>.
39642
e5a6e567
AJ
396432012-04-24 Andreas Jaeger <aj@suse.de>
39644
39645 * Makerules (common-clean): Also remove gen-as-const-headers
39646 files.
39647
c1820385
JM
396482012-04-24 Joseph Myers <joseph@codesourcery.com>
39649
39650 * Makerules (native-compile): Do not change working directory for
39651 build. Use $(OUTPUT_OPTION) in command.
39652 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
39653
94e02fc4
AZ
396542012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39655
39656 [BZ #13886]
39657 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
39658 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
39659 * math/libm-test.inc (floor_test): Add more tests.
39660 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
39661
3a533ca3
JM
396622012-04-24 Joseph Myers <joseph@codesourcery.com>
39663
940ab4b3
JM
39664 * sysdeps/unix/getdents.c: Remove file.
39665 * sysdeps/unix/sysv/getdents.c: Likewise.
39666 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
39667
90e037bd
JM
39668 * sysdeps/unix/syscalls.list (madvise): Add syscall from
39669 sysdeps/unix/mman/syscalls.list.
39670 (mmap): Likewise.
39671 (mprotect): Likewise.
39672 (msync): Likewise.
39673 (munmap): Likewise.
39674 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
39675 * sysdeps/unix/mman/syscalls.list: Remove.
39676 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
39677
3a533ca3
JM
39678 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
39679 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
39680 * configure: Regenerated.
39681 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
39682 $(libgcc_s_suffix).
39683 * config.make.in (libgcc_s_suffix): Remove variable.
39684
1ad743de
JM
396852012-04-23 Joseph Myers <joseph@codesourcery.com>
39686
4ad451e2
JM
39687 * sysdeps/unix/sysv/gethostname.c: Move to ...
39688 * sysdeps/posix/gethostname.c: ... here.
39689
5e37ce39
JM
39690 * sysdeps/unix/execve.S: Remove file.
39691
1ad743de
JM
39692 * sysdeps/unix/_exit.S: Remove file.
39693
4e681b5b
AJ
396942012-04-23 Andreas Jaeger <aj@suse.de>
39695
39696 [BZ #13739]
39697 * manual/Makefile: Remove make dist support, there's no
39698 need for a stand-alone documentation tar ball.
39699 (TEXI2DVI): Define always, it's not in Makeconfig.
39700 (dist): Removed.
39701 (tar-it): Removed.
39702 (edition): Removed.
39703 (glibc-doc-$(edition).tar): Removed
39704 (%.Z): Removed.
39705 (%.gz): Removed.
39706 (%.uu): Removed.
39707 (ETAGS): Remove, it's in Makeconfig.
39708 (move-if-change): Remove, it's in Makeconfig.
39709
38686a03 397102012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
39711
39712 [BZ #13970]
39713 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
39714 (strtod, strtof, strtold, strtol, strtoul, strtoq)
39715 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
39716 (strtod_l, strtof_l, strtold_l): Remove __wur.
39717 It is not necessarily an error to ignore strtol's return value.
39718 One can reliably look at the stored endptr to decide whether
39719 the number had valid syntax.
39720
7c0616fa
AJ
397212012-04-21 Andreas Jaeger <aj@suse.de>
39722
803cb6b7 39723 [BZ #13739]
7c0616fa
AJ
39724 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
39725
b0fe253f
JM
397262012-04-21 Joseph Myers <joseph@codesourcery.com>
39727
39728 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
39729 * sysdeps/unix/sysv/Versions: Remove file.
39730
8280f22d
MT
397312012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
39732
39733 [BZ #13927]
39734 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39735
75ce411f 397362012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
39737
39738 [BZ #7064]
39739 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
39740 version from __vm86.
39741
097d59fa
JM
397422012-04-20 Joseph Myers <joseph@codesourcery.com>
39743
a90f3bcb
JM
39744 * sysdeps/unix/common/lxstat.c: Remove file.
39745 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
39746
edc7ea78
JM
39747 * sysdeps/unix/sysv/Makefile: Remove file.
39748
cb78c221
JM
39749 * sysdeps/unix/sysv/direct.h: Remove file.
39750
efa6a45f
JM
39751 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
39752 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
39753 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
39754 * sysdeps/unix/sysv/bits/signum.h: Likewise.
39755 * sysdeps/unix/sysv/bits/stat.h: Likewise.
39756 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
39757 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
39758
9c9f2d0c
JM
39759 * sysdeps/unix/sysv/setrlimit.c: Remove file.
39760
4541c83b
JM
39761 * sysdeps/unix/xmknod.c: Remove file.
39762 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
39763
f5d153a0
JM
39764 * sysdeps/unix/sysv/settimeofday.c: Remove file.
39765
aa746595
JM
39766 * sysdeps/unix/sysv/i386/time.S: Remove file.
39767
cce5905e
JM
39768 * sysdeps/unix/fxstat.c: Remove file.
39769 * sysdeps/unix/xstat.c: Likewise.
39770 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
39771
37fa3841
JM
39772 * sysdeps/unix/sysv/sigaction.c: Remove file.
39773
ff1962a3
JM
39774 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
39775 (sysdep_headers): Remove variable.
39776 [termio.h not in sysdep_headers] (generated): Likewise.
39777 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
39778 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
39779 * sysdeps/unix/sysv/tcdrain.c: Likewise.
39780 * sysdeps/unix/sysv/tcflow.c: Likewise.
39781 * sysdeps/unix/sysv/tcflush.c: Likewise.
39782 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
39783 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
39784 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
39785 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
39786 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
39787
e7740d31
JM
39788 * sysdeps/unix/siglist.c: Remove file.
39789
ee06f18b
JM
39790 * sysdeps/unix/getppid.S: Remove file.
39791
097d59fa
JM
39792 * sysdeps/unix/mkdir.c: Remove file.
39793 * sysdeps/unix/rmdir.c: Likewise.
39794
ff3d51ec
AS
397952012-04-19 Andreas Schwab <schwab@linux-m68k.org>
39796
39797 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
39798 ERR_MAX value.
39799 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
39800 errlist-compat value.
39801
50f81fd7
DM
398022012-04-18 David S. Miller <davem@davemloft.net>
39803
39804 * sysdeps/generic/memcopy.h (reg_char): Delete.
39805 * debug/strcat_chk.c: Use char, not reg_char.
39806 * debug/strcpy_chk.c: Likewise.
39807 * debug/strncat_chk.c: Likewise.
39808 * debug/strncpy_chk.c: Likewise.
39809 * string/memchr.c: Likewise.
39810 * string/memrchr.c: Likewise.
39811 * string/rawmemchr.c: Likewise.
39812 * string/strcat.c: Likewise.
39813 * string/strchr.c: Likewise.
39814 * string/strchrnul.c: Likewise.
39815 * string/strcmp.c: Likewise.
39816 * string/strcpy.c: Likewise.
39817 * string/strncat.c: Likewise.
39818 * string/strncmp.c: Likewise.
39819 * string/strncpy.c: Likewise.
39820
8ff41c46
WS
398212012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39822
39823 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
39824 __builtin_memcopy is called when src and dest ranges are known to not
39825 overlap.
39826
6b652f46
WS
398272012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39828
39829 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
39830 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
39831 fwd_align_merge macro call.
39832 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
39833 bwd_align_merge macro call.
39834 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39835
b282631e
WS
398362012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
39837
39838 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
39839 bwd_align_merge macros.
39840 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
39841 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
39842 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
39843
95aa737c
DM
398442012-04-18 David S. Miller <davem@davemloft.net>
39845
39846 * sysdeps/sparc/sparc64/memcopy.h: Delete.
39847
7a99a614
AJ
398482012-04-18 Andreas Jaeger <aj@suse.de>
39849
39850 [BZ# 6794]
39851 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
39852 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
39853 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39854
39855 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
39856 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
39857 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39858
39859 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
39860 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
39861 Adjust for changed ldbl-128 files.
39862
39863 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
39864 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
39865 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
39866
e5270c23
DM
398672012-04-17 David S. Miller <davem@davemloft.net>
39868
39869 * sysdeps/sparc/sparc32/memcopy.h: Delete.
39870
fb5e92c9
AS
398712012-04-17 Andreas Schwab <schwab@linux-m68k.org>
39872
39873 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
39874 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
39875 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
39876 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
39877 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
39878 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
39879
76da7265
AZ
398802012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
39881
39882 [BZ #6794]
39883 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
39884 * math/libm-test.inc: Add ilogb errno and exception tests.
39885 * math/w_ilogb.c: New file: ilogb wrapper.
39886 * math/w_ilogbf.c: New file: ilogbf wrapper.
39887 * math/w_ilogbl.c: New file: ilogbl wrapper.
39888 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
39889 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
39890 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
39891 exception being thrown with 0.0 as argument.
39892 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
39893 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
39894 exception being thrown with 0.0 as argument.
39895 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
39896 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39897 exception being thrown with 0.0 as argument.
39898 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
39899 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
39900 exception being thrown with 0.0 as argument.
39901 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
39902 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 39903 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
39904 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
39905 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
39906 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
39907 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
39908 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
39909 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
39910
0396e69d
PB
399112012-04-17 Petr Baudis <pasky@ucw.cz>
39912
39913 * include/sys/uio.h: Change __vector to __iovec to avoid clash
39914 with altivec.
39915
750b5926
MP
399162012-04-16 Marek Polacek <polacek@redhat.com>
39917
39918 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
39919
751728a1
MP
399202012-04-16 Marek Polacek <polacek@redhat.com>
39921
39922 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
39923 operands of fdivp instruction.
39924
34a27407
L
399252012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39926
39927 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
39928 * elf/tst-auditmod3b.c: Likewise.
39929 * elf/tst-auditmod4b.c: Likewise.
39930 * elf/tst-auditmod5b.c: Likewise.
39931 * elf/tst-auditmod6b.c: Likewise.
39932 * elf/tst-auditmod6c.c: Likewise.
39933 * elf/tst-auditmod7b.c: Likewise.
39934 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
39935 * sysdeps/x86_64/preconfigure.in: Likewise.
39936 * sysdeps/x86_64/preconfigure: Regenerated.
39937
7e73e17d
L
399382012-04-13 H.J. Lu <hongjiu.lu@intel.com>
39939
39940 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
39941 __ILP32__.
39942
c7a6ab72
AB
399432012-04-13 Antoine Balestrat <merkil33@gmail.com>
39944
39945 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
39946 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
39947
a9e8e0e0
CL
399482012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
39949
39950 [BZ #13973]
39951 * locale/iso-639.def: Fix gl language name. Spotted by
39952 Yaron Shahrabani.
39953
ec98af7d
RM
399542012-04-12 Roland McGrath <roland@hack.frob.com>
39955
39956 [BZ #2074]
39957 * libio/libio.h (__io_write_fn): Update comment.
39958
247c3ede
PB
399592012-04-12 Petr Baudis <pasky@ucw.cz>
39960
39961 [BZ #2074]
39962 * stdio.texi (Hook Functions): The user provided writer function
39963 is not allowed to return -1.
39964
55939d6d
DM
399652012-04-11 David S. Miller <davem@davemloft.net>
39966
39967 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39968
90020f5a
MF
399692012-04-11 Mike Frysinger <vapier@gentoo.org>
39970
39971 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
39972 Add a leading slash to rtkaio.
39973
288f9098
JM
399742012-04-11 Jim Meyering <meyering@redhat.com>
39975
90020f5a
MF
39976 [BZ #11959]
39977 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
39978 It is not necessarily an error to ignore fwrite's return
39979 value. One can reliably use ferror to test for errors after
39980 the fact.
288f9098 39981
4be2b570
L
399822012-04-10 H.J. Lu <hongjiu.lu@intel.com>
39983
39984 * bits/types.h (__snseconds_t): New type.
39985 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
39986
39987 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
39988 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39989 (__SNSECONDS_T_TYPE): Likewise.
39990 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39991 (__SNSECONDS_T_TYPE): Likewise.
39992 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39993 (__SNSECONDS_T_TYPE): Likewise.
39994
288f9098 399952012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
39996
39997 [BZ #2636]
39998 * manual/time.texi (Processor Time): Return type of times is
39999 elapsed real time since an arbitrary point in the past.
40000 (CPU Time): Move CLK_TCK from here...
40001 (Processor Time): ...to here. Correct description.
40002 * manual/conf.texi (Constants for Sysconf): Correct description of
40003 _SC_CLK_TCK.
40004
d7dd4413
DM
400052012-04-10 David S. Miller <davem@davemloft.net>
40006
40007 [BZ #13967]
40008 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
40009 where the is a gap between DT_REL(A) and DT_JMPREL.
40010
b46068fc
L
400112012-04-10 H.J. Lu <hongjiu.lu@intel.com>
40012
40013 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
40014 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40015 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40016
73d65cc3
SP
400172012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
40018
40019 * elf/dl-support.c (_dl_inhibit_cache): New variable.
40020 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
40021 (dl_main): Handle --inhibit-cache.
40022 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
40023 _dl_inhibit_cache.
40024 * elf/dl-load.c (_dl_map_object): Use it.
40025 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
40026
bcc8d661
JM
400272012-04-09 Joseph Myers <joseph@codesourcery.com>
40028
8f9a2fae
JM
40029 [BZ #13872]
40030 * sysdeps/i386/fpu/e_powl.S (p78): New object.
40031 (__ieee754_powl): Saturate large exponents rather than testing for
40032 overflow of y*log2(x).
40033 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40034 * math/libm-test.inc (pow_test): Do not permit spurious overflow
40035 exceptions.
40036
bcc8d661
JM
40037 [BZ #11521]
40038 * math/s_ctan.c: Include <float.h>.
40039 (__ctan): Avoid internal overflow or cancellation in calculating
40040 denominator.
40041 * math/s_ctanf.c: Likewise.
40042 * math/s_ctanl.c: Likewise.
40043 * math/s_ctanh.c: Likewise.
40044 * math/s_ctanhf.c: Likewise.
40045 * math/s_ctanhl.c: Likewise.
40046 * math/libm-test.inc (ctan_test): Add more tests.
40047 (ctanh_test): Likewise.
40048 * sysdeps/i386/fpu/libm-test-ulps: Update.
40049 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40050
823fbbb4
AJ
400512012-04-09 Andreas Jaeger <aj@suse.de>
40052
03879793
AJ
40053 [BZ #6894]
40054 * manual/filesys.texi (Directory Entries): Mention that d_namlen
40055 is an optional BSD extension.
40056
823fbbb4
AJ
40057 [BZ #10254]
40058 * manual/stdio.texi (Opening Streams): Document additional fopen
40059 parameters.
40060
8de131cb
RM
400612012-04-09 Roland McGrath <roland@hack.frob.com>
40062
40063 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
40064 %eax without telling the compiler.
40065
c0ed9d7d
CD
400662012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
40067
40068 [BZ # 13963]
40069 * manual/install.texi: Use sourceware.org.
40070
c483f6b4
JM
400712012-04-09 Joseph Myers <joseph@codesourcery.com>
40072
d7dd9453
JM
40073 [BZ #13873]
40074 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
40075 (__ieee754_pow): Generate overflow and underflow using huge*huge
40076 and tiny*tiny rather than just returning constant infinity or zero
40077 for large exponents.
40078 * math/libm-test.inc (pow_test): Require overflow exceptions for
40079 applicable cases of large exponents.
40080
c483f6b4
JM
40081 [BZ #706]
40082 * sysdeps/i386/fpu/e_pow.S (p10): New object.
40083 (__ieee754_pow): Use iterative multiplication algorithm only for
40084 integer exponents with absolute value below 1024. Check for odd
40085 integer exponents when using algorithm for real exponents.
40086 * math/libm-test.inc (pow_test): Add more tests.
40087 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40088
d2de7579
JM
400892012-04-08 Joseph Myers <joseph@codesourcery.com>
40090
40091 [BZ #13705]
40092 * math/libm-test.inc (exp_test): Do not allow overflow exception
40093 on underflow test.
40094
f77f1232
AJ
400952012-04-08 Aurelien Jarno <aurelien@aurel32.net>
40096
40097 [BZ #13705]
40098 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
40099 instead of __kernel_standard_f.
40100
3884932b
MF
401012012-04-08 Mike Frysinger <vapier@gentoo.org>
40102
40103 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
40104 * sysdeps/x86_64/memset_chk.S: Likewise.
40105
54472e9c
AJ
401062012-04-08 Andreas Jaeger <aj@suse.de>
40107
6ab0fbfc
AJ
40108 [BZ #10153]
40109 * manual/startup.texi (Environment Access): Describe return value
40110 for putenv and setenv.
40111
61efba8c
AJ
40112 [BZ #6895]
40113 * manual/filesys.texi (Directory Entries): Add description for
40114 DT_LNK.
40115
95c3f29a
AJ
40116 [BZ #6890]
40117 * manual/filesys.texi (Directory Entries): Clarify that it's file
40118 system not operating system in the description of DT_UNKNOWN.
40119
54472e9c
AJ
40120 [BZ #6578]
40121 * manual/syslog.texi (closelog): Fix reference, it's openlog.
40122
624254b1
SC
401232012-04-08 Stephen Compall <s11@member.fsf.org>
40124
40125 [BZ #6649]
40126 * manual/llio.texi (Opening and Closing Files): Add cross
40127 reference to explain mode argument.
40128
1e4920e0
MF
401292012-04-07 Mike Frysinger <vapier@gentoo.org>
40130
40131 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
40132 * sysdeps/x86_64/memset_chk.S: Likewise.
40133
5ed848f3
DM
401342012-04-07 David S. Miller <davem@davemloft.net>
40135
40136 * elf/elf.h (R_SPARC_WDISP10): Define.
40137 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
40138 R_SPARC_SIZE32.
40139 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
40140 R_SPARC_SIZE64 and R_SPARC_H34.
40141
96154cd8
CD
401422012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
40143
40144 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
40145 conditions and remove no longer applicable assertion.
40146
9904dc47
L
401472012-04-06 H.J. Lu <hongjiu.lu@intel.com>
40148
40149 * bits/byteswap.h: Include <features.h>.
40150 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
40151 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
40152
f8887d0a
L
401532012-04-06 H.J. Lu <hongjiu.lu@intel.com>
40154
40155 * bits/byteswap.h (__bswap_16): Removed.
40156 Include <bits/byteswap-16.h> to get __bswap_16.
40157 * sysdeps/i386/bits/byteswap.h: Likewise.
40158 * sysdeps/s390/bits/byteswap.h: Likewise.
40159 * sysdeps/x86_64/bits/byteswap.h: Likewise.
40160 * bits/byteswap-16.h: New file.
40161 * sysdeps/i386/bits/byteswap-16.h: Likewise.
40162 * sysdeps/s390/bits/byteswap-16.h: Likewise.
40163 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
40164 * string/Makefile (headers): Add bits/byteswap-16.h.
40165
62470f60
PP
401662012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
40167
40168 [BZ #13895]
40169 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
40170 extra indirection.
40171 * nss/Makefile (tests-static, tests): Add tst-nss-static.
40172 * nss/tst-nss-static.c: New.
40173
4dad7bab
RM
401742012-04-06 Robert Millan <rmh@gnu.org>
40175
40176 [BZ #6486]
40177 * manual/llio.texi (File Position Primitive): lseek
40178 refers to WHENCE when it really means OFFSET.
40179
e9142a17
AJ
401802012-04-06 Andreas Jaeger <aj@suse.de>
40181
2c040eff
AJ
40182 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
40183 strncmp declarations.
40184
e9142a17
AJ
40185 * abilist/libc.abilist: Add __poll and __ppoll.
40186
ff9f1c5f
DM
401872012-04-05 David S. Miller <davem@davemloft.net>
40188
dcd2ae90
DM
40189 * scripts/check-local-headers.sh: Accept a host triplet in the
40190 path matched by the exclude regexp.
40191
993eb054
DM
40192 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
40193 definition.
40194 * sysdeps/powerpc/powerpc32/dl-machine.h
40195 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
40196 * sysdeps/s390/s390-32/dl-machine.h
40197 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40198 * sysdeps/sparc/sparc32/dl-machine.h
40199 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40200 * sysdeps/sparc/sparc64/dl-machine.h
40201 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
40202
ff9f1c5f
DM
40203 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
40204 lazy binding.
48e2e132 40205 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
40206 undefined symbol errors.
40207
48e2e132 40208 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
40209 DT_NEEDED entries.
40210
e80d6f94
MM
402112012-04-05 Michael Matz <matz@suse.de>
40212
40213 [BZ #13592]
40214 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
40215
349fa79f
AJ
402162012-04-05 Andreas Jaeger <aj@suse.de>
40217
40218 [BZ #13908]
40219 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
40220 comment.
40221
f402708f
KK
402222012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40223
40224 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
40225 which ROUND is no valid rounding mode.
40226
2ecccfc9
KK
402272012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40228
40229 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
40230 read again.
40231 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
40232
8a53f50f
KK
402332012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40234
40235 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
40236 an exception using FPU order intentionally.
40237
402382012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40239
40240 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
40241 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
40242 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
40243 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
40244
d653abb7
SJ
402452012-04-05 Simon Josefsson <simon@josefsson.org>
40246
40247 [BZ #12340]
40248 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
40249 EINVAL when BUFLEN is too smal.
40250
c3b1bf7d
TS
402512012-04-05 Thomas Schwinge <thomas@codesourcery.com>
40252
40253 [BZ #13553]
40254 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
40255 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
40256
b1aa60f3
AJ
402572012-04-03 Andreas Jaeger <aj@suse.de>
40258
c3b1bf7d 40259 [BZ #13938]
67f60a26
AJ
40260 * manual/setjmp.texi (System V contexts): Fix sentence.
40261
b1aa60f3
AJ
40262 [BZ #13926]
40263 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
40264 New macro for this case.
40265 [!__GNUC__] (__bswap_64): New inline function for this case.
40266 * sysdeps/x86_64/bits/byteswap.h: Likewise.
40267 * bits/byteswap.h: Likewise.
40268 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
40269 ull, guard with __GLIBC_HAVE_LONG_LONG.
40270
40271 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
40272 __GLIBC_HAVE_LONG_LONG.
40273
40274 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
40275 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
40276
39c59c35
TMQMF
402772012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
40278
40279 [BZ #13691]
40280 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
40281 inptr and inend, rather than using last_ch.
40282
135ffda8
DM
402832012-04-02 David S. Miller <davem@davemloft.net>
40284
40285 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
40286 * stdio-common/printf-parse.h (read_int): Change return type to
40287 'int', return -1 on INT_MAX overflow.
40288 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
40289 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
40290 overflows INT_MAX. Check for overflow of in-format-string precision
40291 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
40292 SIZE_MAX not INT_MAX for integer overflow test.
40293 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
40294 skip the construct in the format string but do not record anything.
40295 * stdio-common/bug22.c: Adjust to test both width/prevision
40296 INT_MAX overflow as well as total length INT_MAX overflow. Check
40297 explicitly for proper errno values.
40298
228c019e
TS
402992012-04-02 Thomas Schwinge <thomas@codesourcery.com>
40300
302cadd3
TS
40301 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
40302 CHAR_MAX.
40303 * string/test-strcmp.c [! WIDE]: Likewise.
40304 * time/tst-mktime2.c: Likewise for INT_MAX.
40305 * string/test-string.h: #include <sys/param.h> for MIN.
40306
228c019e
TS
40307 * csu/init-first.c (__libc_init_first): Call __ctype_init.
40308 * sysdeps/i386/init-first.c (init): Likewise.
40309 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
40310 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
40311 * sysdeps/sh/init-first.c (init): Likewise.
40312
cfa633f5
UD
403132012-04-01 Ulrich Drepper <drepper@gmail.com>
40314
40315 * po/ru.po: Update from translation team.
d1635ef8 40316 * po/vi.po: Likewise.
cfa633f5 40317
6cd0a5ea
SP
403182012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
40319
40320 * resolv/nss_dns/dns-host.c: Merge copyright years.
40321
4b43400f
LD
403222012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
40323
40324 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
40325 Optimize memcpy with prefetch if
40326 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
40327 src, dst pointers have unequal 16 byte alignments.
40328
48c41d04
SP
403292012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
40330
40331 [BZ #13928]
40332 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
40333 from a CNAME entry and return the minimum ttl for the query.
40334 (gaih_getanswer_slice): Likewise.
40335
b8dc394d
JL
403362012-03-30 Jeff Law <law@redhat.com>
40337
40338 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
40339 due to long keys.
40340 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
40341 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
40342
2f5a5ed0
JL
40343 * resolv/nss_dns/dns-host.c: Update copyright year.
40344
1d39e359
UD
403452012-03-30 Ulrich Drepper <drepper@gmail.com>
40346
c030f70c 40347 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 40348 requests to save a system call. Fix check that all bytes are sent.
c030f70c 40349
1d39e359
UD
40350 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
40351 comments for sendmmsg.
40352
403532012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
40354
40355 [BZ #13691]
40356 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
40357 with only 1 character between 0x0041 and 0x01b0.
40358 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
40359 * wcsmbs/tst-mbsnrtowcs.c: New file.
40360
20fde227
DM
403612012-03-29 David S. Miller <davem@davemloft.net>
40362
40363 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
40364 small copies by hand.
40365
984a4237
JL
403662012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
40367
40368 [BZ #13761]
57f41c40
AS
40369 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
40370 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
40371 group memberships.
984a4237 40372
18c9d62b
DM
403732012-03-28 David S. Miller <davem@davemloft.net>
40374
88d85d4f
DM
40375 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
40376 that branches into memcpy.
40377 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
40378 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
40379 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
40380 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
40381 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
40382 bits.
40383 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
40384 implementation too.
40385 * sysdeps/sparc/mempcpy.S: New file.
40386
e5aa83e1
DM
40387 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
40388 the IFUNC routine in the libc case.
40389 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
40390
88570753
DM
40391 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
40392 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
40393 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
40394 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
40395 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
40396 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
40397 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
40398 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
40399
249d7567
DM
40400 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
40401 loop to 256 bytes instead of 64 bytes and fix test signedness.
40402
18c9d62b
DM
40403 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
40404 * sysdeps/sparc/sparc32/Makefile: rather than here...
40405 * sysdeps/sparc/sparc64/Makefile: and here.
40406
05f3d1f6
UD
404072012-03-28 Ulrich Drepper <drepper@gmail.com>
40408
40409 * malloc/mallocbug.c: Avoid warnings about unused variables.
40410
86ae07a8
JL
404112012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
40412
40413 [BZ #13760]
40414 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
40415 in the right place. Discard and retry query if response is
40416 larger than input buffer size.
40417
41bf21a1
JM
404182012-03-28 Joseph Myers <joseph@codesourcery.com>
40419
d6270972
JM
40420 [BZ #369]
40421 [BZ #2678]
40422 [BZ #3866]
40423 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
40424 x for large integer exponent.
40425 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
40426 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
40427 sign of result as needed afterwards.
40428 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
40429 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
40430 result for underflowing pow the same as for overflow.
40431 (__kernel_standard_l): Handle powl overflow and underflow here
40432 rather than calling __kernel_standard.
40433 * math/libm-test.inc (pow_test): Add more tests.
40434
414fca03 40435 [BZ #3868]
41bf21a1
JM
40436 [BZ #13879]
40437 [BZ #13910]
40438 [BZ #13911]
40439 [BZ #13912]
40440 [BZ #13913]
40441 [BZ #13915]
40442 [BZ #13916]
40443 [BZ #13917]
40444 [BZ #13918]
40445 [BZ #13919]
40446 [BZ #13920]
40447 [BZ #13921]
40448 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
40449 * sysdeps/ieee754/k_standard.c: Include <float.h>.
40450 (__kernel_standard_l): New function.
40451 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
40452 __kernel_standard.
40453 * math/w_acosl.c (__acosl): Likewise.
40454 * math/w_asinl.c (__asinl): Likewise.
40455 * math/w_atan2l.c (__atan2l): Likewise.
40456 * math/w_atanhl.c (__atanhl): Likewise.
40457 * math/w_coshl.c (__coshl): Likewise.
40458 * math/w_exp10l.c (__exp10l): Likewise.
40459 * math/w_exp2l.c (__exp2l): Likewise.
40460 * math/w_fmodl.c (__fmodl): Likewise.
40461 * math/w_hypotl.c (__hypotl): Likewise.
40462 * math/w_j0l.c (__j0l, __y0l): Likewise.
40463 * math/w_j1l.c (__j1l, __y1l): Likewise.
40464 * math/w_jnl.c (__jnl, __ynl): Likewise.
40465 * math/w_lgammal.c (__lgammal): Likewise.
40466 * math/w_log10l.c (__log10l): Likewise.
40467 * math/w_log2l.c (__log2l): Likewise.
40468 * math/w_logl.c (__logl): Likewise.
40469 * math/w_powl.c (__powl): Likewise.
40470 * math/w_remainderl.c (__remainderl): Likewise.
40471 * math/w_scalbl.c (sysv_scalbl): Likewise.
40472 * math/w_sinhl.c (__sinhl): Likewise.
40473 * math/w_sqrtl.c (__sqrtl): Likewise.
40474 * math/w_tgammal.c (__tgammal): Likewise.
40475 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
40476 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
40477 * math/libm-test.inc (acos_test): Add more tests.
40478 (acosh_test): Likewise.
40479 (asin_test): Likewise.
40480 (atanh_test): Likewise.
40481 (exp_test): Likewise.
40482 (exp10_test): Likewise.
40483 (exp2_test): Likewise.
40484 (expm1_test): Likewise.
40485 (lgamma_test): Likewise.
40486 (log_test): Likewise.
40487 (log10_test): Likewise.
40488 (log1p_test): Likewise.
40489 (log2_test): Likewise.
40490 (pow_test): Do not allow some spurious overflow exceptions.
40491 (sqrt_test): Add more tests.
40492 (tgamma_test): Likewise.
40493 (y0_test): Likewise.
40494 (y1_test): Likewise.
40495 (yn_test): Likewise.
40496
dd62fda6
AB
404972012-03-27 Anton Blanchard <anton@samba.org>
40498
40499 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
40500 MAP_HUGETLB.
40501 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
40502 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
40503 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
40504
1e3cdfda
AJ
405052012-03-27 David S. Miller <davem@davemloft.net>
40506
b855ab85
DM
40507 * conform/Makefile: Run run-conformtest.sh using $(BASH).
40508
1e3cdfda
AJ
40509 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
40510 have-as-vis3 check.
40511
405122012-03-27 Andreas Jaeger <aj@suse.de>
40513
40514 * sysdeps/x86_64/elf/configure.in: Moved to ...
40515 * sysdeps/x86_64/configure.in: ... here.
40516 * sysdeps/x86_64/elf/start.S: Moved to ...
40517 * sysdeps/x86_64/start.S: ... here.
40518 * sysdeps/x86_64/elf/configure: Delete.
40519
40520 * sysdeps/x86_64/configure.in: Merge contents from
40521 sysdeps/i386/configure.in (without i686 check).
40522
40523 * sysdeps/i386/elf/Versions: Merge into ...
40524 * sysdeps/i386/Versions: ... this.
40525 * sysdeps/i386/elf/Versions: Delete file.
40526 * sysdeps/i386/elf/start.S: Moved to ...
40527 * sysdeps/i386/start.S: ...here.
40528 * sysdeps/i386/elf/configure.in: Merge into...
40529 * sysdeps/i386/configure.in: ...here.
40530 * sysdeps/i386/elf/configure.in: Delete file.
40531 * sysdeps/i386/elf/configure: Delete file.
40532
40533 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
40534 * debug/backtracesyms.c: ... here.
40535 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
40536 * debug/backtracesymsfd.c: ... here.
40537 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
40538 * sysdeps/generic/ifunc-sel.h: ... here.
40539
40540 * sysdeps/unix/i386/start.c: Delete file.
40541 * sysdeps/unix/sparc/start.c: Delete file.
40542 * sysdeps/unix/start.c: Delete file.
40543
40544 * sysdeps/sh/elf/configure.in: Moved to ...
40545 * sysdeps/sh/configure.in: ... here.
40546 * sysdeps/sh/elf/start.S: Moved to ...
40547 * sysdeps/sh/start.S: ... here.
40548 * sysdeps/sh/elf/configure: Delete file.
40549
40550 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
40551 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
40552 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
40553 * sysdeps/powerpc/powerpc64/entry.h: ... here.
40554 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
40555 * sysdeps/powerpc/powerpc64/start.S: here.
40556 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
40557 * sysdeps/powerpc/powerpc64/Makefile: ... this.
40558 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
40559 * sysdeps/powerpc/powerpc64/configure.in: ... this.
40560 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
40561
40562 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
40563 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
40564 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
40565 * sysdeps/powerpc/powerpc32/start.S: ... here.
40566 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
40567 * sysdeps/powerpc/powerpc32/configure.in: ... this.
40568 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
40569
40570 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
40571 * sysdeps/powerpc/ifunc-sel.h: ... here.
40572 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
40573 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
40574
40575 * sysdeps/sparc/elf/configure.in: Moved to ...
40576 * sysdeps/sparc/configure.in: ... here.
40577 * sysdeps/sparc/elf/configure: Delete file.
40578 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
40579 * sysdeps/sparc/sparc32/start.S: ... here.
40580 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
40581 * sysdeps/sparc/sparc64/start.S: ... here.
40582 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
40583 * sysdeps/sparc/sparc32/Makefile: ... this.
40584 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
40585 * sysdeps/sparc/sparc64/Makefile: ... this.
40586
40587 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
40588 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
40589 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
40590 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
40591 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
40592 * sysdeps/s390/s390-32/setjmp.S: ... here.
40593 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
40594 * sysdeps/s390/s390-32/configure.in: ... here.
40595 * sysdeps/s390/s390-32/elf/configure: Delete file.
40596 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
40597 * sysdeps/s390/s390-32/start.S: ... here.
40598
40599 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
40600 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
40601 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
40602 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
40603 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
40604 * sysdeps/s390/s390-64/setjmp.S: ... here.
40605 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
40606 * sysdeps/s390/s390-64/configure.in: ... here
40607 * sysdeps/s390/s390-64/elf/configure: Delete file.
40608 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
40609 * sysdeps/s390/s390-64/start.S: ... here.
40610 * sysdeps/s390/s390-64/elf/configure: Delete.
40611
40612 * configure.in: Remove support for elf directories in sysdeps.
40613
40614 * configure: Regenerated.
40615 * sysdeps/i386/configure: Regenerated.
40616 * sysdeps/powerpc/powerpc32/configure: Regenerated.
40617 * sysdeps/powerpc/powerpc64/configure: Regenerated.
40618 * sysdeps/s390/s390-32/configure: Regenerated.
40619 * sysdeps/s390/s390-64/configure: Regenerated.
40620 * sysdeps/sh/configure: Regenerated.
40621 * sysdeps/sparc/configure: Regenerated.
40622 * sysdeps/x86_64/configure: Regenerated.
40623
a3f61311
AS
406242012-03-26 Andreas Schwab <schwab@linux-m68k.org>
40625
c876e002
AS
40626 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40627
a3f61311
AS
40628 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
40629 denormal result into account.
40630
ac4c54f0
RM
406312012-03-25 Roland McGrath <roland@hack.frob.com>
40632
40633 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
40634 Reported by Allan McRae <allan@archlinux.org>.
40635
6a9b9c02
JL
406362012-03-23 Jeff Law <law@redhat.com>
40637
40638 * nss/getnssent.c (__nss_getent): Fix typo.
40639
4c42a0c1
DM
406402012-03-23 David S. Miller <davem@davemloft.net>
40641
40642 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40643
1532c7ac
L
406442012-03-23 H.J. Lu <hongjiu.lu@intel.com>
40645
40646 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
40647 to pad to uint64_t for each field.
40648 (dl_tls_index): Replace unsigned long with uint64_t.
40649
3ff42526
PP
406502012-03-23 Daniel Jacobowitz <dmj@google.com>
40651 Paul Pluzhnikov <ppluzhnikov@google.com>
40652
40653 [BZ #6528]
40654 * grp/Makefile (otherlibs): Don't set it.
40655 * inet/Makefile (otherlibs): Likewise.
40656 * login/Makefile (otherlibs): Likewise.
40657 * nscd/Makefile (otherlibs): Likewise.
40658 * posix/Makefile (otherlibs): Likewise.
40659 * pwd/Makefile (otherlibs): Likewise.
40660 * rt/Makefile (otherlibs): Likewise.
40661 * sunrpc/Makefile (otherlibs): Likewise.
40662 * nss/Makefile (otherlibs): Likewise.
40663 Add libnss_files to routines and static-only-routines.
40664 ($(objpfx)getent): Remove rule.
40665 * resolv/Makefile: Add libnss_dns and libresolv to routines and
40666 static-only-routines.
40667
7c69cd14
JM
406682012-03-22 Joseph Myers <joseph@codesourcery.com>
40669
40670 [BZ #13892]
40671 * math/s_cexp.c: Include <float.h>.
40672 (__cexp): Handle exp result overflowing not necessarily
40673 overflowing both real and imaginary parts of result.
40674 * math/s_cexpf.c: Likewise.
40675 * math/s_cexpl.c: Likewise.
40676 * math/libm-test.inc (cexp_test): Add more tests.
40677 * sysdeps/i386/fpu/libm-test-ulps: Update.
40678 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40679
81b035fe
L
406802012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40681
40682 * include/link.h (ELFW): New macro.
40683 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
40684 Replace ELF64_R_TYPE with ELFW(R_TYPE).
40685
1da7940c
L
406862012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40687
40688 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
40689 with uint64_t.
40690
b749dbb9
L
406912012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40692
40693 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
40694 declaration.
40695 (struct La_x32_retval): Likewise.
40696
2ff87f3f
L
406972012-03-22 H.J. Lu <hongjiu.lu@intel.com>
40698
40699 * sysdeps/x86_64/preconfigure.in: New file.
40700 * sysdeps/x86_64/preconfigure: New generated file.
40701
c0df8e69
JM
407022012-03-22 Joseph Myers <joseph@codesourcery.com>
40703
48e44791
JM
40704 [BZ #13824]
40705 * math/e_exp2l.c: Include <float.h>.
40706 (__ieee754_exp2l): Handle overflow and underflow cases
40707 separately. Only pass fractional part of argument to
40708 __ieee754_expl.
40709 * math/libm-test.inc (exp2_test): Add more tests.
40710
c0df8e69
JM
40711 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
40712 negating x to take absolute value.
40713 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
40714 Likewise.
40715 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
40716 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
40717 Likewise.
40718 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
40719 computing low part if x was negated.
40720 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
40721
c8e43ba7
L
407222012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40723
40724 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
40725 la_x32_gnu_pltexit.
40726 (pltexit): Cast int_retval to ptrdiff_t.
40727 * elf/tst-auditmod3b.c: Likewise.
40728 * elf/tst-auditmod4b.c: Likewise.
40729 * elf/tst-auditmod5b.c: Likewise.
40730 * elf/tst-auditmod6b.c: Likewise.
40731 * elf/tst-auditmod6c.c: Likewise.
40732 * elf/tst-auditmod7b.c: Likewise.
40733
40734 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
40735 and x32_gnu_pltexit.
40736
40737 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
40738 __ELF_NATIVE_CLASS.
40739 (La_x32_regs): New macro.
40740 (La_x32_retval): Likewise.
40741 (la_x32_gnu_pltenter): New function prototype.
40742 (la_x32_gnu_pltexit): Likewise.
40743
7998fa78
AS
407442012-03-21 Andreas Schwab <schwab@linux-m68k.org>
40745
dcb33988
AS
40746 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
40747 exponent.
40748
233fc563
AS
40749 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40750
7998fa78
AS
40751 * configure.in (libc_cv_cc_nofma): Check for option to disable
40752 generation of FMA instructions.
40753 * configure: Regenerate.
40754 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
40755 * sysdeps/ieee754/dbl-64/Makefile: New file.
40756 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
40757 Remove brandred-fma4.
40758 (CFLAGS-brandred-fma4.c): Remove.
40759 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
40760 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
40761 define.
40762 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
40763 define.
40764
8e95c99a
L
407652012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40766
40767 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
40768 LLONG_MAX != LONG_MAX.
40769 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40770 (_fitoa_word): Likewise.
40771 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
40772 LLONG_MAX != LONG_MAX.
40773 * stdio-common/_itowa.h: Include <_itoa.h>.
40774 (_itowa_word): Use _ITOA_WORD_TYPE on value.
40775 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
40776 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
40777 only if not defined.
40778 (_ITOA_WORD_TYPE): Likewise.
40779 (_itoa_word): Use _ITOA_WORD_TYPE on value.
40780 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
40781
6f4db457
DM
407822012-03-21 David S. Miller <davem@davemloft.net>
40783
40784 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40785
7785fe5a
L
407862012-03-21 H.J. Lu <hongjiu.lu@intel.com>
40787
40788 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
40789 of x86_64 when setting libc_cv_slibdir, libdir and
40790 libc_cv_localedir.
40791 * sysdeps/unix/sysv/linux/configure: Regenerated.
40792
4535cd55
JM
407932012-03-21 Joseph Myers <joseph@codesourcery.com>
40794
40795 * manual/lang.texi (Old Varargs): Remove section.
40796 (How Variadic): Update menu.
40797 (va_start): Do not mention varargs.h.
40798
17228132
TS
407992012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40800 Joseph Myers <joseph@codesourcery.com>
40801
40802 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
40803 link test.
40804 * configure: Regenerated.
40805
8149f976
TS
408062012-03-21 Thomas Schwinge <thomas@codesourcery.com>
40807
05f3d1f6
UD
40808 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
40809 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
40810 conformtest.pl
8149f976 40811
1a4ac776
JM
408122012-03-21 Joseph Myers <joseph@codesourcery.com>
40813
be22ce65
JM
40814 * NOTES: Remove.
40815 * Makefile (files-for-dist): Remove NOTES.
40816 (NOTES): Remove rule.
40817 * README: Don't refer to NOTES.
40818 * manual/creature.texi: Don't include macros.texi.
40819 * manual/intro.texi (creature.texi): Remove comment referring to
40820 NOTES.
40821
40b601fb
JM
40822 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
40823 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
40824 * configure: Regenerated.
40825 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
40826 LIBC_TRY_CC_OPTION.
40827 (libc_cv_as_i686): Likewise.
40828 (libc_cv_cc_avx): Likewise.
40829 (libc_cv_cc_sse2avx): Likewise.
40830 (libc_cv_cc_fma4): Likewise.
40831 (libc_cv_cc_novzeroupper): Likewise.
40832 * sysdeps/i386/configure: Regenerated.
40833
1a4ac776
JM
40834 [BZ #13883]
40835 * sysdeps/i386/fpu/s_cexp.S: Remove.
40836 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
40837 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
40838 * math/libm-test.inc (cexp_test): Add more tests.
40839 * sysdeps/i386/fpu/libm-test-ulps: Update.
40840 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40841
a458e7fe
AM
408422012-03-21 Allan McRae <allan@archlinux.org>
40843
40844 * timezone/Makefile: Do not install iso3166.tab and zone.tab
40845
0cb7efc5
JM
408462012-03-21 Joseph Myers <joseph@codesourcery.com>
40847
40848 [BZ #13871]
40849 * math/w_exp2.c: Do not include <float.h>.
40850 (o_threshold, u_threshold): Remove.
40851 (__exp2): Calculate result before checking finiteness and calling
40852 __kernel_standard.
40853 * math/w_exp2f.c: Likewise.
40854 * math/w_exp2l.c: Likewise.
40855 * math/libm-test.inc (exp2_test): Require overflow exception for
40856 1e6 input.
2460d3aa
JM
40857
40858 [BZ #3866]
40859 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
40860 range of signed 64-bit integers before using fistpll. Remove
40861 checks for whether integers fit in mantissa bits.
40862 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
40863 the range of signed 32-bit integers before using fistpl. Remove
40864 checks for whether integers fit in mantissa bits.
40865 * sysdeps/i386/fpu/e_powl.S (p64): New object.
40866 (__ieee754_powl): Test for y outside the range of signed 64-bit
40867 integers before using fistpll. Reduce 64-bit values to 63-bit
40868 ones as needed.
40869 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
40870 divide-by-zero is raised for zero to large negative powers.
40871 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
40872 (__ieee754_powl): Test for y outside the range of signed 64-bit
40873 integers before using fistpll. Reduce 64-bit values to 63-bit
40874 ones as needed.
40875 * math/libm-test.inc (pow_test): Add more tests.
40876
eb96ffb0
L
408772012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40878
40879 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
40880 <stdio-common/_itoa.h>.
40881 * debug/segfault.c: Likewise.
40882 * elf/dl-cache.c: Likewise.
40883 * elf/dl-minimal.c: Likewise.
40884 * elf/dl-misc.c: Likewise.
40885 * elf/dl-sysdep.c: Likewise.
40886 * elf/dl-version.c: Likewise.
40887 * elf/rtld.c: Likewise.
40888 * hurd/hurdsock.c: Likewise.
40889 * hurd/lookup-retry.c: Likewise.
40890 * malloc/malloc.c: Likewise.
40891 * malloc/mtrace.c: Likewise.
40892 * nscd/nscd_getgr_r.c: Likewise.
40893 * nscd/nscd_getpw_r.c: Likewise.
40894 * nscd/nscd_getserv_r.c: Likewise.
40895 * posix/getopt_init.c: Likewise.
40896 * posix/wordexp.c: Likewise.
40897 * stdio-common/_itoa.c: Likewise.
40898 * stdio-common/printf_fphex.c: Likewise.
40899 * stdio-common/vfprintf.c: Likewise.
40900 * string/_strerror.c: Likewise.
40901 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
40902 * sysdeps/i386/i686/hp-timing.h: Likewise.
40903 * sysdeps/mach/_strerror.c: Likewise.
40904 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
40905 * sysdeps/mach/hurd/sethostid.c: Likewise.
40906 * sysdeps/mach/hurd/xmknodat.c: Likewise.
40907 * sysdeps/mach/xpg-strerror.c: Likewise.
40908 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
40909 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
40910 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
40911 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
40912 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
40913 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
40914 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
40915 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
40916 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
40917 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
40918 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
40919 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
40920 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
40921 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
40922 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
40923 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
40924 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
40925 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
40926 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
40927 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
40928 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
40929
40930 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
40931
40932 * stdio-common/_itoa.h: Moved to ...
40933 * sysdeps/generic/_itoa.h: Here.
40934
40935 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
40936
40937 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
40938 instead of "_itoa.h" and "_itowa.h".
40939 * stdio-common/vfprintf.: Likewise.
40940
d1af992d
L
409412012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40942
40943 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
40944 <bits/wordsize.h>.
40945 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
40946 (__signbit): Likwise.
40947 (llrintf): Likwise.
40948 (llrint): Likwise.
40949
114883e0
L
409502012-03-20 H.J. Lu <hongjiu.lu@intel.com>
40951
40952 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
40953 __WORDSIZE != 64.
40954
c135cc1b
JM
409552012-03-20 Joseph Myers <joseph@codesourcery.com>
40956
40957 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
40958 OVERFLOW_EXCEPTION_OK.
40959 * math/libm-test.inc ("Philosophy"): Update comment about
40960 exception testing.
40961 (OVERFLOW_EXCEPTION): Define.
40962 (OVERFLOW_EXCEPTION_OK): Likewise.
40963 (INVALID_EXCEPTION_OK): Renumber.
40964 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
40965 (IGNORE_ZERO_INF_SIGN): Likewise.
40966 (test_exceptions): Handle FE_OVERFLOW.
40967 (exp10_test): Expect overflow exceptions.
40968 (exp2_test): Likewise.
40969 (expm1_test): Likewise.
40970 (nextafter_test): Likewise.
40971 (pow_test): Likewise.
40972 (scalbn_test): Likewise.
40973 (scalbln_test): Likewise.
40974
95443d88
L
409752012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40976
40977 * sysdeps/x86_64/bits/atomic.h
40978 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
40979 64bit integer.
40980 (atomic_exchange_acq): Likewise.
40981 (__arch_exchange_and_add_body): Likewise.
40982 (__arch_add_body): Likewise.
40983 (atomic_add_negative): Likewise.
40984 (atomic_add_zero): Likewise.
40985
490df6c4
L
409862012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40987
c2722551 40988 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
40989 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
40990
5e52b189
L
409912012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40992
40993 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
40994 Check __x86_64__ instead of __WORDSIZE.
40995
a9879d4c
L
409962012-03-19 H.J. Lu <hongjiu.lu@intel.com>
40997
40998 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
40999
5df98260
DM
410002012-03-19 David S. Miller <davem@davemloft.net>
41001
e1497744
DM
41002 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41003
5df98260
DM
41004 * sysdeps/sparc/fpu/fenv_private.h: New file.
41005 * sysdeps/sparc/fpu/math_private.h: Use it.
41006 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
41007 Remove.
57f41c40 41008 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
41009 (libc_feholdexcept_setroundl): Remove.
41010 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
41011 Remove.
41012 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
41013 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
41014
b4c35121
L
410152012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41016
41017 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
41018 int64_t instead of long int.
41019 (INSERT_WORDS64): Likwise.
41020
56965fd7
L
410212012-03-19 H.J. Lu <hongjiu.lu@intel.com>
41022
41023 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
41024 _Unwind_GetCFA return to _Unwind_Ptr first.
41025
83d1aec8
JM
410262012-03-19 Joseph Myers <joseph@codesourcery.com>
41027
1897ad44
JM
41028 [BZ #13629]
41029 * math/s_clog.c: Include <float.h>.
41030 (__clog): Scale large or subnormal inputs.
41031 * math/s_clogf.c: Likewise.
41032 * math/s_clogl.c: Likewise.
41033 * math/s_clog10.c: Include <float.h>.
41034 (M_LOG10_2): Define.
41035 (__clog10): Scale large or subnormal inputs.
41036 * math/s_clog10f.c: Likewise.
41037 * math/s_clog10l.c: Likewise.
41038 * math/libm-test.inc (clog_test): Add more tests.
41039 (clog10_test): Likewise.
41040 * sysdeps/i386/fpu/libm-test-ulps: Update.
41041 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41042
7726d6a9
JM
41043 [BZ #11451]
41044 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
41045 x and y.
41046 * math/libm-test.inc (atan2_test): Add another test.
41047
83d1aec8
JM
41048 * Makerules (common-objdir-compile): Remove.
41049 * sysdeps/unix/Makefile (config-generated): Do not add
41050 $(unix-generated) to variable.
41051 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
41052 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
41053 Remove rule.
41054 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
41055 Likewise.
41056 [generic bits/local_lim.h] (before-compile): Do not append to
41057 variable.
41058 [generic bits/local_lim.h] (common-generated): Likewise.
41059 [generic sys/param.h] (before-compile): Do not append to variable.
41060 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
41061 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
41062 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
41063 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
41064 include.
41065 [generic sys/param.h] (sys/param.h-includes): Remove variable.
41066 [generic sys/param.h] (sys/param.h-includes): Remove rule.
41067 [generic sys/param.h] ($(addprefix
41068 $(common-objpfx),$(sys/param.h-includes))): Likewise.
41069 [generic sys/param.h] (common-generated): Do not append to
41070 variable.
41071 [generic sys/param.h] (sysdep_headers): Likewise.
41072 [generic bits/errno.h] (before-compile): Do not append to
41073 variable.
41074 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
41075 rule.
41076 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
41077 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
41078 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
41079 [generic bits/errno.h] (common-generated): Do not append to
41080 variable.
41081 [generic bits/ioctls.h] (before-compile): Do not append to
41082 variable.
41083 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
41084 rule.
41085 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
41086 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
41087 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
41088 rule.
41089 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
41090 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
41091 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
41092 [generic bits/ioctls.h] (common-generated): Do not append to
41093 variable.
41094 [generic sys/syscall.h] (syscall.h): Remove variable.
41095 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
41096 rule.
41097 [generic sys/syscall.h] (before-compile): Do not append to
41098 variable.
41099 [generic sys/syscall.h] (common-generated): Likewise.
41100 * sysdeps/unix/errnos-tmpl.c: Remove file.
41101 * sysdeps/unix/errnos.awk: Likewise.
41102 * sysdeps/unix/ioctls-tmpl.c: Likewise.
41103 * sysdeps/unix/ioctls.awk: Likewise.
41104 * sysdeps/unix/mk-local_lim.c: Likewise.
41105 * sysdeps/unix/snarf-ioctls: Likewise.
41106
4851a949
RH
411072012-03-19 Richard Henderson <rth@twiddle.net>
41108
bd37f2ee
RH
41109 * sysdeps/i386/fpu/fenv_private.h: New file.
41110 * sysdeps/i386/fpu/math_private.h: Use it.
41111 (math_opt_barrier, math_force_eval): Remove.
41112 (libc_feholdexcept_setround_53bit): Remove.
41113 (libc_feupdateenv_53bit): Remove.
41114 * sysdeps/x86_64/fpu/math_private.h: Likewise.
41115 (math_opt_barrier, math_force_eval): Remove.
41116 (libc_feholdexcept): Remove.
41117 (libc_feholdexcept_setround): Remove.
41118 (libc_fetestexcept, libc_fesetenv): Remove.
41119 (libc_feupdateenv_test): Remove.
41120 (libc_feupdateenv, libc_feholdsetround): Remove.
41121 (libc_feresetround): Remove.
41122
d0adc922
RH
41123 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
41124 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
41125
0fe0f1f8
RH
41126 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
41127 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
41128 (libc_feupdateenv_testl): New.
41129 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
41130 (libc_feupdateenv_testf): New.
41131 (libc_feupdateenv): Use libc_feupdateenv_test.
41132 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
41133 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
41134
eb92c487
RH
41135 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
41136 (libc_feholdsetroundf, libc_feholdsetroundl): New.
41137 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
41138 (libc_feresetround_noex): New.
41139 (libc_feresetround_noexf): New.
41140 (libc_feresetround_noexl): New.
41141 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
41142 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
41143 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
41144 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
41145 SET_RESTORE_ROUND.
41146 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
41147 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
41148 (__cos): Likewise.
41149 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
41150 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
41151 SET_RESTORE_ROUND_NOEX.
41152 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
41153 SET_RESTORE_ROUND_NOEXF.
41154 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
41155 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
41156 (libc_feholdsetroundf): New.
41157 (libc_feresetround, libc_feresetroundf): New.
41158
7d2e8012
RH
41159 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
41160 (libc_feholdexcept_setround_53bit): Convert from macro to function.
41161 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
41162
b4dabbb4
RH
41163 * sysdeps/generic/math_private.h: Include <fenv.h>.
41164 (default_libc_feholdexcept): New.
41165 (default_libc_feholdexcept_setround): New.
41166 (default_libc_fesetenv, default_libc_feupdateenv): New.
41167 (libc_feholdexcept): Only define if undefined.
41168 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
41169 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
41170 (libc_feholdexcept_setroundl): Likewise.
41171 (libc_feholdexcept_setround_53bit): Likewise.
41172 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
41173 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
41174 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
41175 (libc_feupdateenv_53bit): Likewise.
41176 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
41177 (libc_feholdexcept): Convert from macro to inline function.
41178 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
41179 (libc_fesetenv, libc_feupdateenv): Likewise.
41180
4851a949
RH
41181 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
41182 not previously defined.
41183 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
41184 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
41185 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
41186 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
41187 * sysdeps/ieee754/flt-32/math_private.h: New file.
41188 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
41189 math_private.h below SET_FLOAT_WORD.
41190 (__isnan, __isinf_ns, __finite): Remove.
41191 (__isnanf, __isinf_nsf, __finitef): Remove.
41192
e79d442e
AS
411932012-03-18 Andreas Schwab <schwab@linux-m68k.org>
41194
41195 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41196
90b80344
DM
411972012-03-17 David S. Miller <davem@davemloft.net>
41198
41199 [BZ #6471]
41200 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
41201 for 2.16.
41202
edc21804
DM
412032012-03-16 David S. Miller <davem@davemloft.net>
41204
77e927af
DM
41205 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
41206 warnings.
41207
374976dd
DM
41208 [BZ #6471]
41209 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
41210 properly.
41211 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
41212 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
41213 sysdep_routines when subdir is sysvipc.
41214 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
41215 __getshmlba helper.
41216
edc21804
DM
41217 * sysdeps/sparc/fpu/libm-test/ulps: Update.
41218
473c3ef3
L
412192012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41220
41221 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
41222 [__LP64__].
41223
eb0f39b6
L
412242012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41225
41226 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
41227 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
41228 (__lround): Renamed to ...
41229 (__llround): This. Replace long int with long long int.
41230 Define lround functions as aliases of llround functions.
41231 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
41232
6b6cd74b
L
412332012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41234
41235 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
41236 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
41237 adresses to uintptr_t. Replace "long int" and "unsigned long
41238 int" with "greg_t" on va_arg.
41239
f1a77b01
L
412402012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41241
41242 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
41243 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
41244
41245 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
41246 Move e_machine check before EI_CLASS check. Handle x32
41247 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
41248 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
41249 SKIP_EM_IA_64 and include
41250 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
41251
41252 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
41253 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
41254 (add_system_dir): New macro.
41255
41256 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
41257 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
41258
11b90b9f
JM
412592012-03-16 Joseph Myers <joseph@codesourcery.com>
41260
c36e1d23
JM
41261 [BZ #2551]
41262 [BZ #2552]
41263 [BZ #2553]
41264 [BZ #2554]
41265 [BZ #2562]
41266 [BZ #2563]
41267 [BZ #2565]
41268 [BZ #2566]
41269 [BZ #2576]
41270 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
41271 (y0): Likewise.
41272 * math/w_j0f.c (j0f): Likewise.
41273 (y0f): Likewise.
41274 * math/w_j0l.c (__j0l): Likewise.
41275 (__y0l): Likewise.
41276 * math/w_j1.c (j1): Likewise.
41277 (y1): Likewise.
41278 * math/w_j1f.c (j1f): Likewise.
41279 (y1f): Likewise.
41280 * math/w_j1l.c (__j1l): Likewise.
41281 (__y1l): Likewise.
41282 * math/w_jn.c (jn): Likewise.
41283 (yn): Likewise.
41284 * math/w_jnf.c (jnf): Likewise.
41285 (ynf): Likewise.
41286 * math/w_jnl.c (__jnl): Likewise.
41287 (__ynl): Likewise.
41288 * math/libm-test.inc (j0_test): Add more tests.
41289 (j1_test): Likewise.
41290 (jn_test): Likewise. Add trailing semicolon to existing test.
41291 (y0_test): Likewise.
41292 (y1_test): Likewise.
41293 * sysdeps/i386/fpu/libm-test-ulps: Update.
41294 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41295
11b90b9f
JM
41296 [BZ #13851]
41297 [BZ #13854]
41298 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
41299 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
41300 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
41301 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
41302 (__tanl): Set errno for infinite argument.
41303 * sysdeps/i386/fpu/mptan.c: Remove.
41304 * sysdeps/i386/fpu/s_tan.S: Likewise.
41305 * sysdeps/i386/fpu/s_tanl.S: Likewise.
41306 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
41307 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
41308 * math/libm-test.inc (tan_test): Add more tests and enable more
41309 tests for double and long double.
41310 * sysdeps/i386/fpu/libm-test-ulps: Update.
41311 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41312
6a1bd2a1
JK
413132012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
41314
41315 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
41316 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
41317
10a803e0
RM
413182012-03-16 Roland McGrath <roland@hack.frob.com>
41319
41320 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
41321 * configure.in: Use it for both main tree and add-ons.
41322 * configure: Regenerated.
41323
f196c7f7
L
413242012-03-16 H.J. Lu <hongjiu.lu@intel.com>
41325
41326 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
41327
8848d99d
JM
413282012-03-16 Joseph Myers <joseph@codesourcery.com>
41329
96cbe7f4
JM
41330 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
41331 in comment.
41332
8848d99d
JM
41333 [BZ #13851]
41334 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
41335 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
41336 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
41337 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
41338 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
41339 infinite argument.
41340 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
41341 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
41342 != 0 for prec == 2.
41343 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
41344 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
41345 * sysdeps/i386/fpu/s_cosl.S: Likewise.
41346 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
41347 * sysdeps/i386/fpu/s_sinl.S: Likewise.
41348 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
41349 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
41350 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
41351 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
41352 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
41353 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
41354 * math/libm-test.inc (cos_test): Add more tests and enable more
41355 tests for long double.
41356 (sin_test): Likewise.
41357 (sincos_test): Likewise.
41358 * sysdeps/i386/fpu/libm-test-ulps: Update.
41359 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41360
dd7f4703
DM
413612012-03-16 David S. Miller <davem@davemloft.net>
41362
41363 * sysdeps/sparc/fpu/math_private.h: New file.
41364
006f1daa
DM
413652012-03-15 David S. Miller <davem@davemloft.net>
41366
c0c83bc8
DM
41367 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
41368 file.
e6a62e18 41369 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
41370 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
41371 file.
e6a62e18
DM
41372 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
41373 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
41374 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
41375 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
41376 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
41377 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
41378 sysdep routines.
41379 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41380
88cb87d9
DM
41381 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
41382 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
41383
006f1daa 41384 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
41385 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
41386 sparc-ifunc.h
006f1daa 41387 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
41388 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
41389 Likewise.
41390 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
41391 Likewise.
006f1daa
DM
41392 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
41393 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
41394 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
41395 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
41396 Likewise.
006f1daa
DM
41397 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41398 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
41399 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41400 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
41401 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
41402 Likewise.
41403 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
41404 Likewise.
006f1daa
DM
41405 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41406 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
41407 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
41408 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
41409 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
41410 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
41411 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
41412 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
41413 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
41414 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
41415 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
41416 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
41417 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
41418 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
41419 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
41420 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
41421 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
41422 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
41423 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
41424 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
41425 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
41426 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
41427 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
41428 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
41429
11e0098e
AS
414302012-03-15 Andreas Schwab <schwab@linux-m68k.org>
41431
41432 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
41433 scaling.
41434 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41435
e85b09d0
AJ
414362012-03-15 Andreas Jaeger <aj@suse.de>
41437
41438 [BZ #13852]
41439 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
41440 ieee754/flt-32 implementation for sin, cos and sincos.
41441 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
41442 * sysdeps/i386/fpu/s_cosf.S: Likewise.
41443 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
41444 * sysdeps/i386/fpu/s_sinf.S: Likewise.
41445 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
41446 ieee754/flt-32 implementation for tan.
41447
41448 * math/libm-test.inc (cos_test): Enable some large input tests for
41449 float as well
41450 (sin_test): Likewise.
41451 (sincos_test): Likewise.
41452 (tan_test): Add tests for large input.
41453
41454 * sysdeps/i386/fpu/libm-test-ulps: Update.
41455
81c64153
AJ
414562012-03-15 Andreas Jaeger <aj@suse.de>
41457
41458 [BZ #13658]
41459 * math/libm-test.inc (cos_test): Add more test cases.
41460 (sin_test): Likewise.
41461 (sincos_test): Likewise.
41462
7bbfa5c6
AJ
414632012-03-15 Andreas Jaeger <aj@suse.de>
41464
41465 [BZ #13837]
41466 * math/libm-test.inc (cos_test): Add a test case for large input
41467 value.
41468 (sin_test): Likewise.
41469 (sincos_test): Likewise.
41470
57f41c40
AS
414712012-03-15 Andreas Jaeger <aj@suse.de>
41472 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
41473
41474 [BZ #13658]
0671f479 41475 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
41476 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
41477 * sysdeps/i386/fpu/branred.c: Likewise.
41478 * sysdeps/i386/fpu/dosincos.c: Likewise.
41479 * sysdeps/i386/fpu/mpa.c: Likewise.
41480 * sysdeps/i386/fpu/s_cos.S: Likewise.
41481 * sysdeps/i386/fpu/s_sin.S: Likewise.
41482 * sysdeps/i386/fpu/s_sincos.S: Likewise.
41483 * sysdeps/i386/fpu/sincos32.c: Likewise.
41484
41485 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
41486 Define.
41487 (libc_feupdateenv_53bit): Define.
41488 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
41489 Define.
41490 (libc_feupdateenv_53bit): Define.
41491
41492 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
41493 53 bit (without extend i386 double precision).
41494
41495 * math/libm-test.inc (sincos_test): Add tests for large input.
41496 (sin): Likewise.
41497 (cos): Likewise.
41498
41499 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
41500
9cad04ea
AS
415012012-03-15 Andreas Schwab <schwab@linux-m68k.org>
41502
41503 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41504
f7062b9a
DM
415052012-03-15 David S. Miller <davem@davemloft.net>
41506
41507 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
41508 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
41509 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
41510 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
41511 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
41512 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
41513 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
41514 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
41515 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
41516 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
41517 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
41518 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
41519 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
41520 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
41521 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
41522 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
41523 file.
f7062b9a 41524 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
41525 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
41526 file.
f7062b9a 41527 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
41528 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
41529 file.
f7062b9a 41530 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
41531 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
41532 file.
f7062b9a
DM
41533 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
41534 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
41535 fmin/fmax sysdep routines.
41536 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
41537
7bd951ff
DM
415382012-03-14 David S. Miller <davem@davemloft.net>
41539
559398ab
DM
41540 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
41541 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
41542 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
41543 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
41544 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
41545 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
41546 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
41547 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
41548 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
41549 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
41550 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
41551 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
41552 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
41553 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
41554 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
41555 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
41556 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
41557 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
41558 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
41559 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
41560 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
41561 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
41562 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
41563 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
41564 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
41565 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
41566 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
41567 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41568 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
41569 routines.
41570 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
41571 file.
559398ab 41572 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
41573 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
41574 file.
559398ab 41575 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
41576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
41577 file.
559398ab 41578 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
41579 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
41580 file.
559398ab 41581 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
41582 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
41583 file.
559398ab 41584 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
41585 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
41586 file.
41587 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
41588 file.
41589 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
41590 file.
41591 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
41592 file.
41593 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
41594 New file.
41595 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
41596 file.
41597 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
41598 file.
559398ab 41599 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
41600 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
41601 file.
559398ab 41602 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
41603 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
41604 file.
559398ab 41605 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
41606 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
41607 file.
559398ab 41608 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
41609 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
41610 VIS3 routines.
559398ab
DM
41611
41612 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
41613 New file.
41614
5a1c1e32
DM
41615 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41616
eae47a36
DM
41617 * sysdeps/sparc/configure.in: New file.
41618 * sysdeps/sparc/configure: Generate.
41619 * configure.in (libc_cv_sparc_as_vis3): Substitute.
41620 * configure: Regenerate.
41621 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
41622 * config.make.in (have-as-vis3): New.
41623 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
41624 available use -Av9d instead of -Av9a.
41625 * sysdeps/sparc/sparc64/Makefile: Likewise.
41626 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
41627 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
41628 New file.
41629 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
41630 file.
41631 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
41632 New file.
41633 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
41634 file.
eae47a36
DM
41635 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
41636 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
41637 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
41638 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
41639 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
41640
c0c83bc8
DM
41641 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
41642 fzeros/fnegs to load 0x80000000 into a float register instead of
41643 using the stack.
7bd951ff
DM
41644 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
41645
bd951ccb
JM
416462012-03-14 Joseph Myers <joseph@codesourcery.com>
41647
41648 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41649 bits/syscall.h.
41650 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
41651 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
41652 ($(inst_includedir)/bits/syscall.h): Remove rule.
41653 ($(objpfx)bits/syscall.d): Include instead of
41654 $(objpfx)syscall-list.d.
41655 (generated): Change syscall-list.h and syscall-list.d to
41656 bits/syscall.h and bits/syscall.d.
41657
bb4e6db2
RM
416582012-03-14 Roland McGrath <roland@hack.frob.com>
41659
41660 [BZ #13846]
41661 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
41662
aa4a2ae1
JM
416632012-03-14 Joseph Myers <joseph@codesourcery.com>
41664
e456826d
JM
41665 [BZ #13841]
41666 * math/s_csqrt.c: Include <float.h>.
41667 (__csqrt): Scale large or subnormal inputs.
41668 * math/s_csqrtf.c: Likewise.
41669 * math/s_csqrtl.c: Likewise.
41670 * math/libm-test.inc (csqrt_test): Add more tests.
41671 * sysdeps/i386/fpu/libm-test-ulps: Update.
41672 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41673
aa4a2ae1
JM
41674 [BZ #13840]
41675 * math/libm-test.inc (hypot_test): Add more tests.
41676
7c10fd35
DM
416772012-03-13 David S. Miller <davem@davemloft.net>
41678
41679 [BZ #13840]
41680 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
41681 double-precision for the calculation instead of scaling.
41682
f453b98b
JM
416832012-03-13 Joseph Myers <joseph@codesourcery.com>
41684
41685 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
41686 manipulate bits before adding and subtracting TWO52[sx].
41687 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
41688 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
41689 Likewise.
41690 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
41691
09a3453f
DM
416922012-03-13 David S. Miller <davem@davemloft.net>
41693
8e59da90
DM
41694 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
41695 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
41696 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
41697 rtld-global-offsets.h
41698 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41699
2a8ab7f2
DM
41700 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
41701 large parameters.
41702
10f62770
DM
41703 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
41704
5f0bdb18
DM
41705 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
41706 'err' in the ifdef scope in which it is actually used.
41707
09a3453f
DM
41708 * nss/nss_db/db-init.c: Include string.h
41709
b4b2eb5e
DM
417102012-03-12 David S. Miller <davem@davemloft.net>
41711
98bb2f1c
DM
41712 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
41713 masking out of the most significant byte of random value used.
41714 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41715 Fix coding style in previous change.
41716
b4b2eb5e
DM
41717 * sysdeps/unix/sysv/linux/kernel-features.h
41718 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
41719 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
41720 expression.
41721 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
41722 later.
41723
6e226b09
DM
417242012-03-11 David S. Miller <davem@davemloft.net>
41725
a1bcbd40
DM
41726 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
41727 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
41728 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
41729 for 'resultvar' otherwise things get truncated on 64-bit.
41730
cb9d6174
DM
41731 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
41732 Fix masking out of the most significant byte of random value used.
41733
6e226b09
DM
41734 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41735
058c132d
AS
417362012-03-10 Andreas Schwab <schwab@linux-m68k.org>
41737
41738 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41739
2d2cd515
DM
417402012-03-09 David S. Miller <davem@davemloft.net>
41741
41742 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
41743 variables with appropriate CPP guards.
57f41c40
AS
41744 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
41745 from the frame pointer, not the stack pointer. Correct layout
41746 comments. Fix test on resulting framesize and the management of
41747 the outregs buffer for pltexit. Preserve floating point return
41748 values across _dl_call_pltexit call.
2d2cd515
DM
41749 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
41750 framesize and the management of the outregs buffer for pltexit.
41751 Preserve floating point return values across _dl_call_pltexit
41752 call.
57f41c40
AS
41753 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
41754 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
41755 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
41756 (print_exit): Fix format string for return register value.
41757
9a07f9d0
JM
417582012-03-10 Joseph Myers <joseph@codesourcery.com>
41759
41760 * sunrpc/Makefile (others): Add rpcgen.
41761 ($(objpfx)rpcgen): Remove special build rule and dependency on
41762 libc.
41763 * sunrpc/rpcgen.c: New file.
41764
547b5e30
PE
417652012-03-09 Paul Eggert <eggert@cs.ucla.edu>
41766
c524201a
PE
41767 [BZ #13673]
41768 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
41769 * stdio-common/bug-vfprintf-nargs.c: Likewise.
41770 * sysdeps/i386/crti.S: Likewise.
41771 * sysdeps/i386/crtn.S: Likewise.
41772 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
41773 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
41774 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
41775 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
41776 * sysdeps/sh/crti.S: Likewise.
41777 * sysdeps/sh/crtn.S: Likewise.
41778 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
41779
7b6235f2
PE
41780 [BZ #13673]
41781 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
41782 with URL.
41783 * locale/programs/locfile-kw.gperf: Likewise.
41784 * locale/programs/charmap-kw.h: Regenerated.
41785 * locale/programs/locfile-kw.h: Likewise.
41786
547b5e30
PE
41787 [BZ #13673]
41788 * intl/plural.y: Replace FSF snail mail address with URL.
41789 * intl/plural.c: Regenerated.
41790
5f0a5dae
RH
417912012-03-09 Richard Henderson <rth@twiddle.net>
41792
41793 * include/math_private.h: Remove file.
41794 * math/math_private.h: Move file ...
41795 * sysdeps/generic/math_private.h: ... here.
41796
b8c03620
RH
41797 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
41798 * sysdeps/powerpc/fpu/math_private.h: Likewise.
41799 * sysdeps/x86_64/fpu/math_private.h: Likewise.
41800
4e234f5d 41801 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
41802 and <math_private.h>.
41803 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
41804 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
41805 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
41806 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
41807 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
41808 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
41809 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
41810 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
41811 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
41812 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
41813 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
41814 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41815 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
41816 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
41817 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
41818 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
41819 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
41820 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
41821 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
41822 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
41823 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
41824 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
41825 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
41826 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
41827 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
41828 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
41829 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
41830 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
41831 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
41832 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
41833 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
41834 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
41835 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
41836 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
41837 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
41838 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
41839 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
41840 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
41841 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
41842 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
41843 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
41844 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
41845 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
41846 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
41847 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
41848 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
41849 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
41850 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
41851 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
41852 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
41853 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
41854 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
41855 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
41856 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
41857 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
41858 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
41859 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
41860 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
41861 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
41862 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
41863 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
41864 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
41865 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
41866 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
41867 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
41868 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
41869 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
41870 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
41871 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
41872 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
41873 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
41874 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
41875 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
41876 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
41877 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
41878 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
41879 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
41880 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
41881 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
41882 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
41883 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
41884 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
41885 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
41886 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
41887 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
41888 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
41889 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
41890 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
41891 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
41892 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
41893 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
41894 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
41895 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41896 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
41897 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
41898 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
41899 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
41900 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
41901 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
41902 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
41903 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
41904 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
41905 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
41906 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
41907 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
41908 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
41909 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
41910 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
41911 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
41912 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
41913 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
41914 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
41915 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
41916 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
41917 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
41918 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
41919 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
41920 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
41921 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
41922 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
41923 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
41924 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
41925 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
41926 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
41927 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
41928 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
41929 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
41930 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
41931 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
41932 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
41933 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
41934 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
41935 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
41936 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
41937 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
41938 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
41939 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
41940 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
41941 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
41942 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
41943 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
41944 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
41945 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
41946 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
41947 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
41948 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
41949 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
41950 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
41951 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
41952 * sysdeps/ieee754/k_standard.c: Likewise.
41953 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
41954 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
41955 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
41956 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
41957 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
41958 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
41959 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
41960 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
41961 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
41962 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
41963 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
41964 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
41965 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
41966 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
41967 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
41968 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
41969 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
41970 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
41971 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
41972 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
41973 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
41974 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
41975 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
41976 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
41977 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
41978 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
41979 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
41980 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
41981 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
41982 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
41983 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
41984 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
41985 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
41986 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
41987 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
41988 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
41989 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
41990 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
41991 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
41992 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
41993 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
41994 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
41995 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
41996 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
41997 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
41998 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
41999 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42000 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42001 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42002 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42003 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42004 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
42005 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42006 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
42007 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42008 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42009 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
42010 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
42011 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42012 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42013 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42014 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
42015 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42016 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
42017 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42018 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42019 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
42020 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
42021 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
42022 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
42023 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
42024 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42025 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
42026 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
42027 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
42028 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
42029 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
42030 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
42031 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42032 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
42033 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
42034 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
42035 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42036 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42037 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
42038 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42039 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42040 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
42041 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
42042 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42043 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
42044 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42045 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
42046 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
42047 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42048 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42049 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
42050 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
42051 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
42052 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
42053 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42054 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42055 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42056 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42057 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
42058 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42059 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42060 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
42061 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
42062 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42063 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42064 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42065 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
42066 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42067 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
42068 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
42069 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
42070 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42071 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
42072 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
42073 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
42074 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
42075 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
42076 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
42077 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42078 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
42079 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42080 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42081 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42082 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42083 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42084 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42085 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42086 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
42087 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42088 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42089 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
42090 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
42091 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42092 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
42093 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
42094 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42095 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
42096 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
42097 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42098 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42099 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42100 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42101 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42102 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
42103 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42104 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
42105 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42106 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42107 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
42108 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
42109 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42110 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42111 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42112 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
42113 * sysdeps/ieee754/s_lib_version.c: Likewise.
42114 * sysdeps/ieee754/s_matherr.c: Likewise.
42115 * sysdeps/ieee754/s_signgam.c: Likewise.
42116 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
42117 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
42118 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
42119 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
42120 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
42121 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42122 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
42123 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
42124 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
42125 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
42126 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
42127 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
42128 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42129 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42130 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
42131 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
42132 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
42133 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
42134 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
42135 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42136 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 42137
1991fa03
JM
421382012-03-09 Joseph Myers <joseph@codesourcery.com>
42139
42140 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
42141 * sunrpc/rpc_main.c: Likewise.
42142 * sunrpc/rpc_svcout.c: Likewise.
42143
60d6f5a6
DM
421442012-03-09 David S. Miller <davem@davemloft.net>
42145
42146 * include/math_private.h: New file.
42147
4962050e
JM
421482012-03-09 Joseph Myers <joseph@codesourcery.com>
42149
02a6f887
JM
42150 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
42151 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
42152 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
42153 from <bits/socket_type.h>.
42154 (enum __socket_type): Don't define here.
42155 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
42156 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42157 bits/socket_type.h.
42158
c6e013c1
JM
42159 [BZ #13566]
42160 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
42161 checking __USE_GNU.
42162
4962050e
JM
42163 * Makerules ($(inst_includedir)/%.h): New rule.
42164 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
42165 (install-others): Remove variable setting.
42166 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
42167
38842f45
RH
421682012-03-08 Richard Henderson <rth@twiddle.net>
42169
67bb6da6
RH
42170 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
42171 from macro to inline function; merge with the
42172 !__LIBC_INTERNAL_MATH_INLINES version.
42173 (__ieee754_sqrtf): Likewise.
42174
15194b4b
RH
42175 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
42176 to inline function.
42177 (__rintf, __floor, __floorf): Likewise.
42178
64e21ede
RH
42179 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
42180 macro to inline function.
42181 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
42182
38842f45
RH
42183 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
42184 not <math/math_private.h>.
42185
c64bf5fe
DM
421862012-03-08 David S. Miller <davem@davemloft.net>
42187
42188 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
42189 copyright year.
42190 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
42191
82d86f28
TS
421922012-03-08 Thomas Schwinge <thomas@codesourcery.com>
42193
42194 * resolv/gai_misc.c (handle_requests): Fix struct timespec
42195 normalization.
42196 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
42197 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
42198
aea5d727
UD
421992012-03-08 Ulrich Drepper <drepper@gmail.com>
42200
42201 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
42202 be defined individually, they must be defined as a block. Define
42203 S for printing a string instead of hidint the different by using a
42204 macro for adding the 'l'.
42205 * stdio-common/tst-fphex-wide.c: Adjust.
42206
70bca0a3
MP
422072012-03-07 Marek Polacek <polacek@redhat.com>
42208
42209 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
42210
65b81130
MP
422112012-03-08 Marek Polacek <polacek@redhat.com>
42212
42213 [BZ #13806]
42214 * stdio-common/Makefile (tests): Add tst-fphex-wide.
42215 * stdio-common/tst-fphex.c: Define a few macros to make the
42216 test reusable. Use them.
42217 * stdio-common/tst-fphex-wide.c: New file.
42218
07037eeb
JM
422192012-03-08 Joseph Myers <joseph@codesourcery.com>
42220
a7a93d50
JM
42221 [BZ #6911]
42222 * manual/macros.texi (gnusystems): New macro.
42223 (nongnusystems): Likewise.
42224 (gnulinuxhurdsystems): Likewise.
42225 (gnuhurdsystems): Likewise..
42226 (gnulinuxsystems): Likewise.
42227 * manual/charset.texi: Use new macros or @theglibc{} to refer to
42228 variants of the GNU system, not "GNU system".
42229 * manual/conf.texi: Likewise.
42230 * manual/errno.texi: Likewise. Update example of errno macro
42231 expansion.
42232 * manual/filesys.texi: Likewise.
42233 (getumask): Document as specific to GNU/Hurd.
42234 * manual/install.texi: Likewise. Reword some references to
42235 GNU/Linux.
42236 * manual/intro.texi: Likewise.
42237 * manual/io.texi: Likewise.
42238 (File Name Portability): Detail which constraints are inapplicable
42239 to all GNU systems and which are only inapplicable to GNU/Hurd.
42240 * manual/job.texi: Likewise.
42241 * manual/llio.texi: Likewise.
42242 (O_NOCTTY): Document as present on GNU/Linux.
42243 * manual/maint.texi: Likewise.
42244 * manual/memory.texi: Likewise.
42245 * manual/pattern.texi: Likewise.
42246 * manual/pipe.texi: Likewise.
42247 * manual/process.texi: Likewise.
42248 * manual/resource.texi: Likewise.
42249 (RUSAGE_CHILDREN): Remove statement about specifying a particular
42250 child on GNU/Hurd.
42251 * manual/setjmp.texi: Likewise.
42252 * manual/signal.texi: Likewise.
42253 * manual/startup.texi: Likewise.
42254 * manual/stdio.texi: Likewise.
42255 * manual/terminal.texi: Likewise.
42256 (ONLCR): Document as POSIX.
42257 (OXTABS): Document availability on GNU/Linux as XTABS.
42258 (ONOEOT): Document availability separately from other bits.
42259 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
42260 * manual/time.texi: Likewise.
42261 * manual/users.texi: Likewise.
42262 * INSTALL: Regenerated.
42263 * sysdeps/gnu/errlist.c: Regenerated.
42264
07037eeb
JM
42265 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
42266 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
42267 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
42268 puts.
42269 * configure: Regenerated.
42270
d1d3431a
JM
422712012-03-07 Joseph Myers <joseph@codesourcery.com>
42272
af6a1e37
JM
42273 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
42274 default includes instead of AC_HEADER_CHECK.
42275 * sysdeps/i386/configure: Regenerated.
42276
d1d3431a
JM
42277 [BZ #10716]
42278 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
42279 * math/s_cacoshf.c (__cacoshf): Likewise.
42280 * math/s_cacoshl.c (__cacoshl): Likewise.
42281 * math/s_casinh.c (__casinh): Set signs of result from argument.
42282 * math/s_casinhf.c (__casinhf): Likewise.
42283 * math/s_casinhl.c (__casinhl): Likewise.
42284 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
42285 (casinh_test): Add more tests.
42286 * sysdeps/i386/fpu/libm-test-ulps: Update.
42287 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42288
482ff4da
UD
422892012-03-07 Ulrich Drepper <drepper@gmail.com>
42290
872fda05
UD
42291 * po/zh_TW.po: Update from translation team.
42292
a4300c7a
UD
42293 * login/Makefile (distribute): Remove variable.
42294 * catgets/Makefile: Likewise.
42295 * mach/Makefile: Likewise.
42296 * malloc/Makefile: Likewise.
42297 * misc/Makefile: Likewise.
42298 * iconv/Makefile: Likewise.
42299 * nscd/Makefile: Likewise.
42300 * hurd/Makefile: Likewise.
42301 * manual/Makefile: Likewise.
42302 * locale/Makefile: Likewise.
42303 * intl/Makefile: Likewise.
42304 * conform/Makefile: Likewise.
42305 * nss/Makefile: Likewise.
42306 * time/Makefile: Likewise.
42307 * soft-fp/Makefile: Likewise.
42308 * dirent/Makefile: Likewise.
42309 * gmon/Makefile: Likewise.
42310 * po/Makefile: Likewise.
42311 * rt/Makefile: Likewise.
42312 * socket/Makefile: Likewise.
42313 * math/Makefile: Likewise.
42314 * signal/Makefile: Likewise.
42315 * debug/Makefile: Likewise.
42316 * elf/Makefile: Likewise.
42317 * timezone/Makefile: Likewise.
42318 * stdlib/Makefile: Likewise.
42319 * iconvdata/Makefile: Likewise.
42320 * sunrpc/Makefile: Likewise.
42321 * io/Makefile: Likewise.
42322 * argp/Makefile: Likewise.
42323 * inet/Makefile: Likewise.
42324 * hesiod/Makefile: Likewise.
42325 * grp/Makefile: Likewise.
42326 * csu/Makefile: Likewise.
42327 * wctype/Makefile: Likewise.
42328 * crypt/Makefile: Likewise.
42329 * libio/Makefile: Likewise.
42330 * string/Makefile: Likewise.
42331 * nis/Makefile: Likewise.
42332 * resolv/Makefile: Likewise.
42333 * stdio-common/Makefile: Likewise.
42334 * wcsmbs/Makefile: Likewise.
42335 * dlfcn/Makefile: Likewise.
42336 * posix/Makefile: Likewise.
42337
3b7c4e74 42338 [BZ #6959]
482ff4da
UD
42339 * timezone/Makefile: Don't install timezone files, just the programs
42340 and scripts.
42341
f72ed77d
UD
423422012-03-06 Ulrich Drepper <drepper@gmail.com>
42343
a000466f
UD
42344 * nss/databases.def: Add missing gshadow entry.
42345
f72ed77d
UD
42346 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
42347
a53b7a4e
MP
423482012-03-06 Marek Polacek <polacek@redhat.com>
42349
42350 [BZ #13726]
42351 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
42352 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
42353 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
42354 * stdio-common/tst-long-dbl-fphex.c: New file.
42355
e9258400
DM
423562012-03-06 David S. Miller <davem@davemloft.net>
42357
42358 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42359 (set_obp_int): New function.
42360 (get_obp_int): New function.
42361 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
42362 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
42363 Avoid unused variable warnings on 'val' and use builtin_expect.
42364 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
42365 __builtin_expect.
e9258400
DM
42366 (INLINE_CLONE_SYSCALL): Likewise.
42367
3bd2c723
DM
423682012-03-05 David S. Miller <davem@davemloft.net>
42369
42370 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42371
bbb78d03
AS
423722012-03-05 Andreas Schwab <schwab@linux-m68k.org>
42373
884c5db4
AS
42374 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42375
bbb78d03
AS
42376 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
42377 only for |x| >= 40.
42378 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
42379
1c9f702a 423802012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
42381
42382 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
42383 Replace gettimeofday with __vdso_gettimeofday.
42384
7be16f82
RM
42385 * sysdeps/unix/sysv/linux/x86_64/init-first.c
42386 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
42387 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
42388
42389 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
42390 time with __vdso_time.
42391
ed58a00f
JM
423922012-03-05 Joseph Myers <joseph@codesourcery.com>
42393
42394 * manual/lang.texi (size_t): Note types to which size_t may be
42395 equivalent with the GNU C Library, but do not describe when
42396 differences between them are significant.
42397
30ee4ced
AJ
423982012-03-05 Andreas Jaeger <aj@suse.de>
42399
42400 * sysdeps/i386/fpu/libm-test-ulps: Update.
42401
b7cd39e8
JM
424022012-03-05 Joseph Myers <joseph@codesourcery.com>
42403
42404 [BZ #3976]
42405 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
42406 (__ieee754_pow): Save and restore rounding mode and use
42407 round-to-nearest for main computations.
42408 * math/libm-test.inc (pow_test_tonearest): New function.
42409 (pow_test_towardzero): Likewise.
42410 (pow_test_downward): Likewise.
42411 (pow_test_upward): Likewise.
42412 (main): Call the new functions.
42413 * sysdeps/i386/fpu/libm-test-ulps: Update.
42414 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
42415
42416 [BZ #3976]
42417 * math/libm-test.inc (cosh_test_tonearest): New function.
42418 (cosh_test_towardzero): Likewise.
42419 (cosh_test_downward): Likewise.
42420 (cosh_test_upward): Likewise.
42421 (sinh_test_tonearest): Likewise.
42422 (sinh_test_towardzero): Likewise.
42423 (sinh_test_downward): Likewise.
42424 (sinh_test_upward): Likewise.
42425 (main): Call the new functions.
42426 * sysdeps/i386/fpu/libm-test-ulps: Update.
42427 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42428
6c6a98c9
TV
424292012-03-05 Tom de Vries <tom@codesourcery.com>
42430
42431 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
42432 default stack guard is set in last bytes.
42433 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
42434
21bb2d2e 424352012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 42436
21bb2d2e 42437 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 42438
21bb2d2e
AJ
42439 [BZ #13656]
42440 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
42441 possibly allocate from heap instead of stack.
42442 * stdio-common/bug-vfprintf-nargs.c: New file.
42443 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 42444
c6922934
AS
424452012-03-03 Andreas Schwab <schwab@linux-m68k.org>
42446
42447 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42448
bc957d53
MP
424492012-03-03 Marek Polacek <polacek@redhat.com>
42450
42451 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
42452 * math/math_private.h: Likewise.
42453 * stdlib/tst-strtod.c: Likewise.
42454 * sysdeps/i386/i486/bits/atomic.h: Likewise.
42455 * sysdeps/x86_64/bits/atomic.h: Likewise.
42456
6358490d
DM
424572012-03-02 David S. Miller <davem@davemloft.net>
42458
42459 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
42460 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
42461 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
42462 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
42463 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
42464 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
42465 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
42466 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
42467
01ae168d
RM
424682012-03-02 Roland McGrath <roland@hack.frob.com>
42469
d9a17c07
RM
42470 [BZ #13792]
42471 * manual/examples/README: New file, says the example source files
42472 can be used under GPL>=2.
42473 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
42474 line containing just "*/".
42475 * manual/examples/add.c: Add copyright header (GPL>=2).
42476 * manual/examples/argp-ex1.c: Likewise.
42477 * manual/examples/argp-ex2.c: Likewise.
42478 * manual/examples/argp-ex3.c: Likewise.
42479 * manual/examples/argp-ex4.c: Likewise.
42480 * manual/examples/atexit.c: Likewise.
42481 * manual/examples/db.c: Likewise.
42482 * manual/examples/dir.c: Likewise.
42483 * manual/examples/dir2.c: Likewise.
42484 * manual/examples/execinfo.c: Likewise.
42485 * manual/examples/filecli.c: Likewise.
42486 * manual/examples/filesrv.c: Likewise.
42487 * manual/examples/fmtmsgexpl.c: Likewise.
42488 * manual/examples/genpass.c: Likewise.
42489 * manual/examples/inetcli.c: Likewise.
42490 * manual/examples/inetsrv.c: Likewise.
42491 * manual/examples/isockad.c: Likewise.
42492 * manual/examples/longopt.c: Likewise.
42493 * manual/examples/memopen.c: Likewise.
42494 * manual/examples/memstrm.c: Likewise.
42495 * manual/examples/mkfsock.c: Likewise.
42496 * manual/examples/mkisock.c: Likewise.
42497 * manual/examples/mygetpass.c: Likewise.
42498 * manual/examples/pipe.c: Likewise.
42499 * manual/examples/popen.c: Likewise.
42500 * manual/examples/rprintf.c: Likewise.
42501 * manual/examples/search.c: Likewise.
42502 * manual/examples/select.c: Likewise.
42503 * manual/examples/setjmp.c: Likewise.
42504 * manual/examples/sigh1.c: Likewise.
42505 * manual/examples/sigusr.c: Likewise.
42506 * manual/examples/stpcpy.c: Likewise.
42507 * manual/examples/strdupa.c: Likewise.
42508 * manual/examples/strftim.c: Likewise.
42509 * manual/examples/strncat.c: Likewise.
42510 * manual/examples/subopt.c: Likewise.
42511 * manual/examples/swapcontext.c: Likewise.
42512 * manual/examples/termios.c: Likewise.
42513 * manual/examples/testopt.c: Likewise.
42514 * manual/examples/testpass.c: Likewise.
42515 * manual/examples/timeval_subtract.c: Likewise.
42516
01ae168d
RM
42517 [BZ #13792]
42518 * manual/time.texi (Elapsed Time): Move timeval_subtract example
42519 function to ...
42520 * manual/timeval_subtract.c.texi: ... here, new file.
42521
49efa33d
DM
425222012-03-02 David S. Miller <davem@davemloft.net>
42523
42524 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
42525
28afd92d
JM
425262012-03-02 Joseph Myers <joseph@codesourcery.com>
42527
804360ed
JM
42528 [BZ #3976]
42529 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
42530 (__sin): Save and restore rounding mode and use round-to-nearest
42531 for all computations.
42532 (__cos): Save and restore rounding mode and use round-to-nearest
42533 for all computations.
42534 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
42535 <fenv.h>.
42536 (tan): Save and restore rounding mode and use round-to-nearest for
42537 all computations.
42538 * math/libm-test.inc (cos_test_tonearest): New function.
42539 (cos_test_towardzero): Likewise.
42540 (cos_test_downward): Likewise.
42541 (cos_test_upward): Likewise.
42542 (sin_test_tonearest): Likewise.
42543 (sin_test_towardzero): Likewise.
42544 (sin_test_downward): Likewise.
42545 (sin_test_upward): Likewise.
42546 (tan_test_tonearest): Likewise.
42547 (tan_test_towardzero): Likewise.
42548 (tan_test_downward): Likewise.
42549 (tan_test_upward): Likewise.
42550 (main): Call the new functions.
42551 * sysdeps/i386/fpu/libm-test-ulps: Update.
42552 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42553
a6d06d7b
JM
42554 [BZ #10135]
42555 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
42556 small n, then large n, before computing and testing k+n.
42557 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
42558 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
42559 Likewise.
42560 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
42561 Likewise.
42562 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
42563 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
42564 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
42565 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
42566 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
42567 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
42568 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
42569 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
42570 * math/libm-test.inc (scalbn_test): Add more tests.
42571 (scalbln_test): Likewise.
42572
07e12bb3
JM
42573 * manual/filesys.texi (mode_t): Describe constraints on size and
42574 signedness, not exact equivalence to a particular type.
42575 (ino_t): Likewise.
42576 (ino64_t): Likewise.
42577 (dev_t): Likewise.
42578 (nlink_t): Likewise.
42579 (blkcnt_t): Likewise.
42580 (blkcnt64_t): Likewise.
42581 * manual/llio.texi (off_t): Likewise.
42582
28afd92d
JM
42583 [BZ #3976]
42584 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
42585 (__ieee754_exp): Save and restore rounding mode and use
42586 round-to-nearest for all computations.
42587 * math/libm-test.inc (exp_test_tonearest): New function.
42588 (exp_test_towardzero): Likewise.
42589 (exp_test_downward): Likewise.
42590 (exp_test_upward): Likewise.
42591 (main): Call the new functions.
42592 * sysdeps/i386/fpu/libm-test-ulps: Update.
42593 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42594
b1eeb65d
CD
425952012-03-01 Chris Demetriou <cgd@google.com>
42596
42597 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
42598 have predictable order.
42599
53362a4b
DM
426002012-03-01 David S. Miller <davem@davemloft.net>
42601
3c969083
DM
42602 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
42603
759707de
DM
42604 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
42605 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
42606 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
42607 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
42608
dfdb8ff2
DM
42609 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
42610 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
42611 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
42612 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
42613 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
42614 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
42615 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
42616 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
42617 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
42618
ead89f96
DM
42619 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42620
7f66bd07
DM
42621 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
42622 * sysdeps/sparc/fpu/libm-test-ulps: to here.
42623 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
42624
53362a4b
DM
42625 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
42626 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
42627 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
42628 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
42629 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
42630 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
42631 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
42632 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
42633 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
42634 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
42635 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
42636 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
42637 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
42638 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
42639 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
42640 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42641 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
42642 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
42643 * sysdeps/sparc/elf/configure: Regenerated.
42644
7b1902cb
JM
426452012-03-01 Joseph Myers <joseph@codesourcery.com>
42646
bec039bc
JM
42647 * configure.in (AS, LD): Require binutils 2.20 or later.
42648 * configure: Regenerated.
42649 * manual/install.texi (Tools for Compilation): Give binutils 2.20
42650 as required minimum version.
42651 * INSTALL: Regenerated.
42652
7b1902cb
JM
42653 [BZ #2541]
42654 [BZ #4108]
42655 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
42656 before squaring exponent.
42657 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
42658 bottom long double and 27 bits of top long double before squaring
42659 exponent.
42660 * math/libm-test.inc (erfc_test): Add more tests.
42661 * sysdeps/i386/fpu/libm-test-ulps: Update.
42662 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42663 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42664
f775c276
KT
426652012-03-01 Kai Tietz <ktietz@redhat.com>
42666
42667 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
42668 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
42669 containing bit-fields.
42670 * soft-fp/extended.h (_FP_UNION_E): Likewise.
42671 * soft-fp/single.h (_FP_UNION_S): Likewise.
42672 * soft-fp/double.h (_FP_UNION_D): Likewise.
42673
5b8a4d4a
JM
426742012-02-29 Joseph Myers <joseph@codesourcery.com>
42675
0bab47b6
JM
42676 [BZ #13786]
42677 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
42678 not include ../strcmp.S.
42679 [USE_AS_STRNCASECMP_L]: Likewise.
42680 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
42681 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
42682 * sysdeps/i386/i686/multiarch/strncase_l-c.c
42683 (__strncasecmp_l_ia32): Define as alias to
42684 __strncasecmp_l_nonascii.
42685
0fcad3e2
JM
42686 [BZ #5794]
42687 * math/libm-test.inc (expm1_test): Add test for bug 5794.
42688 * sysdeps/i386/fpu/libm-test-ulps: Update.
42689 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42690
5b8a4d4a
JM
42691 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
42692 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42693
8fdceb2e
JL
426942012-02-29 Jeff Law <law@redhat.com>
42695
42696 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
42697 out of bounds read.
42698
1f393a11
MP
426992012-02-29 Marek Polacek <polacek@redhat.com>
42700
42701 [BZ #13706]
42702 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
42703 * elf/Makefile: Add rules to run tst-unused-dep.out.
42704
8847f037
DM
427052012-02-28 David S. Miller <davem@davemloft.net>
42706
42707 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
42708 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
42709 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
42710 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
42711 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
42712 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
42713
169d7f11
JM
427142012-02-29 Joseph Myers <joseph@codesourcery.com>
42715
42716 * math/libm-test.inc (llround_test): Move one test from
42717 lround_test. Use TEST_f_L in moved test.
42718 (lround_test): Move misplaced test to llround_test. Add testcase
42719 from bug 2561.
42720
39adf059
UD
427212012-02-28 Ulrich Drepper <drepper@gmail.com>
42722
42723 * sysdeps/x86_64/fpu/e_expf.S: New file.
42724 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
42725
71b5d1c5
SB
427262012-02-28 Stanislav Brabec <sbrabec@suse.cz>
42727
42728 [BZ #13637]
42729 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
42730 of remain_len that may cause incomplete multi-byte character and
42731 false match.
42732 * posix/bug-regex33.c: New file.
42733 * posix/Makefile (tests): Add bug-regex33.
42734
1f77f049
JM
427352012-02-28 Joseph Myers <joseph@codesourcery.com>
42736
42737 * manual/macros.texi: New file.
42738 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
42739 * manual/libc.texinfo: Include macros.texi.
42740 * manual/creatute.texi: Likewise.
42741 * manual/install.texi: Likewise.
42742 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
42743 @glibcadj{} in references to the GNU C Library.
42744 * manual/charset.texi: Likewise.
42745 * manual/conf.texi: Likewise.
42746 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
42747 when not using those macros.
42748 * manual/creature.texi: Likewise.
42749 * manual/crypt.texi: Likewise.
42750 * manual/errno.texi: Likewise.
42751 * manual/filesys.texi: Likewise.
42752 * manual/header.texi: Likewise.
42753 * manual/install.texi: Likewise.
42754 * manual/intro.texi: Likewise.
42755 * manual/io.texi: Likewise.
42756 * manual/job.texi: Likewise.
42757 * manual/lang.texi: Likewise.
42758 * manual/libc.texiinfo: Likewise.
42759 * manual/llio.texi: Likewise.
42760 * manual/locale.texi: Likewise.
42761 * manual/maint.texi: Likewise.
42762 * manual/math.texi: Likewise.
42763 * manual/memory.texi: Likewise.
42764 * manual/message.texi: Likewise.
42765 * manual/nss.texi: Likewise.
42766 * manual/pattern.texi: Likewise.
42767 * manual/process.texi: Likewise.
42768 * manual/resource.texi: Likewise.
42769 * manual/search.texi: Likewise.
42770 * manual/setjmp.texi: Likewise.
42771 * manual/signal.texi: Likewise.
42772 * manual/socket.texi: Likewise.
42773 * manual/startup.texi: Likewise.
42774 * manual/stdio.texi: Likewise.
42775 * manual/string.texi: Likewise.
42776 * manual/sysinfo.texi: Likewise.
42777 * manual/syslog.texi: Likewise.
42778 * manual/terminal.texi: Likewise.
42779 * manual/time.texi: Likewise.
42780 * manual/users.texi: Likewise.
42781 * INSTALL: Regenerated.
42782 * NOTES: Regenerated.
d40c5d54 42783 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 42784
450bf206
AS
427852012-02-28 Andreas Schwab <schwab@linux-m68k.org>
42786
42787 * include/dirent.h: Include <dirstream.h> before
42788 <dirent/dirent.h>.
42789
741a235b
DM
427902012-02-28 David S. Miller <davem@davemloft.net>
42791
42792 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
42793 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
42794 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
42795 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
42796
d6b5aa58
DM
427972012-02-27 David S. Miller <davem@davemloft.net>
42798
1aff59a3
DM
42799 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
42800 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
42801 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
42802 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
42803
d6b5aa58
DM
42804 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
42805 frame pointer instead of stack pointer relative arg slot.
42806 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42807 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42808 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42809
433f48bf
CD
428102012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
42811
42812 [BZ #3992]
42813 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
42814
d674b76d
DM
428152012-02-27 David S. Miller <davem@davemloft.net>
42816
42817 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
42818 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
42819 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42820 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
42821 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
42822 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
42823 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
42824 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
42825
0e7727f7
JM
428262012-02-27 Joseph Myers <joseph@codesourcery.com>
42827
42828 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
42829 later. Allow versions 5-9.
43be4ca2 42830 * configure: Regenerated.
0e7727f7
JM
42831 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
42832 required minimum version and 4.6 as recommended version. Do not
42833 mention bugs in GCC 2.7 and 2.8.
43be4ca2 42834 * INSTALL: Regenerated.
0e7727f7 42835
a78bc654
DM
428362012-02-27 David S. Miller <davem@davemloft.net>
42837
428d5830
DM
42838 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
42839 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
42840 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
42841 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
42842 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
42843 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
42844 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
42845 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
42846
a78bc654
DM
42847 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
42848 manipulate bits before adding and subtracting TWO112[sx].
42849 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
42850
4579f81c
RM
428512012-02-27 Roland McGrath <roland@hack.frob.com>
42852
36c8acb4
RM
42853 [BZ #13775]
42854 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
42855 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
42856 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
42857 being in POSIX, because they are in 1003.1-2008.
42858
84ad622b
RM
42859 * rt/tst-aio.c: Include <fcntl.h>.
42860 * rt/tst-aio7.c: Likewise.
42861 * rt/tst-aio64.c: Likewise.
42862
4579f81c
RM
42863 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
42864
abd923db
JM
428652012-02-27 Joseph Myers <joseph@codesourcery.com>
42866
42867 * manual/install.texi (--with-headers): Describe headers as
42868 interface headers, not private headers.
42869 (Specific advice for GNU/Linux systems): Describe use of headers
42870 from "make headers_install", not private headers from older
42871 kernels.
43be4ca2 42872 * INSTALL: Regenerated.
abd923db
JM
42873 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
42874 Change to 2.6.19.
42875 * sysdeps/unix/sysv/linux/configure: Regenerated.
42876
6664049b
JM
42877 * manual/llio.texi (fclean): Remove documentation.
42878
bb8b6697
JM
42879 * manual/Makefile (libc-texi-generated): New variable. Include
42880 version.texi.
42881 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
42882 $(libc-texi-generated), not duplicated list of files.
42883 (version.texi, stamp-version): New rules.
42884 (realclean): Remove $(libc-texi-generated), not individual files
42885 from that list. Do not remove dir-add.texinfo.
42886 * manual/libc.texinfo: Comment out uses of edition numbers and
42887 references to printed manual. Remove last-updated dates.
42888 (EDITION): Comment out.
42889 (ISBN): Likewise.
42890 (VERSION, UPDATED): Remove.
42891 (version.texi): Include.
42892
12e5c3b9
AS
428932012-02-27 Andreas Schwab <schwab@linux-m68k.org>
42894
42895 * sysdeps/posix/spawni.c: Include <signal.h>.
42896 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
42897 * sysdeps/pthread/aio_fsync.c: Likewise.
42898
4efeffc1 428992012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 42900
ba63ba08
UD
42901 * conform/Makefile (tests): Run only when not cross-compiling and
42902 when fast-check is not defined.
42903
d94a4670
UD
42904 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
42905 * conform/data/limits.h-data: Fixes for POSIX2008.
42906 * conform/run-conformtest.sh: Run all tests.
42907 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
42908 headers.
42909 * include/bits/dlfcn.h: Likewise.
42910 * include/langinfo.h: Likewise.
42911 * include/monetary.h: Likewise.
42912 * include/sys/poll.h: Likewise.
42913
42914 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
42915 for __USE_GNU.
42916 * posix/spawn.h: Define __need_sigset_t.
42917 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
42918 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
42919 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
42920 to get sigevent_t only.
42921 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
42922 only for __USE_GNU.
42923 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42924 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
42925 process_vm_writev only for __USE_GNU.
42926 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
42927
42928 * conform/Makefile: For now ignore errors from run-conformtest.
42929 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
42930 POSIX to avoid namespace pollution. Don't prepend headers.
42931 * conform/data/aio.h-data: Fixes for POSIX testing.
42932 * conform/data/fcntl.h-data: Likewise.
42933 * conform/data/glob.h-data: Likewise.
42934 * conform/data/grp.h-data: Likewise.
42935 * conform/data/pthread.h-data: Likewise.
42936 * conform/data/pwd.h-data: Likewise.
42937 * conform/data/signal.h-data: Likewise.
42938 * conform/data/spawn.h-data: Likewise.
42939 * conform/data/stdio.h-data: Likewise.
42940 * conform/data/stdlib.h-data: Likewise.
42941 * conform/data/stropts.h-data: Likewise.
42942 * conform/data/sys/mman.h-data: Likewise.
42943 * conform/data/sys/stat.h-data: Likewise.
42944 * conform/data/sys/types.h-data: Likewise.
42945 * conform/data/sys/wait.h-data: Likewise.
42946 * conform/data/time.h-data: Likewise.
42947 * conform/data/unistd.h-data: Likewise.
42948 * conform/data/utime.h-data: Likewise.
42949
42950 * io/sys/stat.h: fchmod was always in POSIX.
42951 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
42952 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
42953 * rt/aio.h: Define __need_timespec before including <time.h>.
42954 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
42955 struct. Add forward declaration of pthread_attr_t and use it in
42956 sigevent.
42957 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
42958 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
42959 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
42960 always remove CLK_TCK definition.
42961
c20105c3
AS
429622012-02-26 Andreas Schwab <schwab@linux-m68k.org>
42963
42964 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
42965
7a270350
UD
429662012-02-25 Ulrich Drepper <drepper@gmail.com>
42967
31341567
UD
42968 * conform/run-conformtest.sh: New file.
42969 * conform/Makefile: Run run-conformtest for tests.
42970 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
42971 support.
42972
42973 * conform/data/uchar.h-data: New file.
42974 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
42975 * conform/data/arpa/inet.h-data: Likewise.
42976 * conform/data/assert.h-data: Likewise.
42977 * conform/data/complex.h-data: Likewise.
42978 * conform/data/cpio.h-data: Likewise.
42979 * conform/data/ctype.h-data: Likewise.
42980 * conform/data/dirent.h-data: Likewise.
42981 * conform/data/dlfcn.h-data: Likewise.
42982 * conform/data/errno.h-data: Likewise.
42983 * conform/data/fcntl.h-data: Likewise.
42984 * conform/data/float.h-data: Likewise.
42985 * conform/data/fmtmsg.h-data: Likewise.
42986 * conform/data/fnmatch.h-data: Likewise.
42987 * conform/data/ftw.h-data: Likewise.
42988 * conform/data/glob.h-data: Likewise.
42989 * conform/data/grp.h-data: Likewise.
42990 * conform/data/iconv.h-data: Likewise.
42991 * conform/data/inttypes.h-data: Likewise.
42992 * conform/data/langinfo.h-data: Likewise.
42993 * conform/data/libgen.h-data: Likewise.
42994 * conform/data/limits.h-data: Likewise.
42995 * conform/data/locale.h-data: Likewise.
42996 * conform/data/math.h-data: Likewise.
42997 * conform/data/monetary.h-data: Likewise.
42998 * conform/data/mqueue.h-data: Likewise.
42999 * conform/data/ndbm.h-data: Likewise.
43000 * conform/data/net/if.h-data: Likewise.
43001 * conform/data/netdb.h-data: Likewise.
43002 * conform/data/netinet/in.h-data: Likewise.
43003 * conform/data/nl_types.h-data: Likewise.
43004 * conform/data/poll.h-data: Likewise.
43005 * conform/data/pthread.h-data: Likewise.
43006 * conform/data/pwd.h-data: Likewise.
43007 * conform/data/regex.h-data: Likewise.
43008 * conform/data/sched.h-data: Likewise.
43009 * conform/data/search.h-data: Likewise.
43010 * conform/data/semaphore.h-data: Likewise.
43011 * conform/data/setjmp.h-data: Likewise.
43012 * conform/data/signal.h-data: Likewise.
43013 * conform/data/spawn.h-data: Likewise.
43014 * conform/data/stdarg.h-data: Likewise.
43015 * conform/data/stdio.h-data: Likewise.
43016 * conform/data/stdlib.h-data: Likewise.
43017 * conform/data/string.h-data: Likewise.
43018 * conform/data/strings.h-data: Likewise.
43019 * conform/data/stropts.h-data: Likewise.
43020 * conform/data/sys/ipc.h-data: Likewise.
43021 * conform/data/sys/mman.h-data: Likewise.
43022 * conform/data/sys/msg.h-data: Likewise.
43023 * conform/data/sys/resource.h-data: Likewise.
43024 * conform/data/sys/select.h-data: Likewise.
43025 * conform/data/sys/sem.h-data: Likewise.
43026 * conform/data/sys/shm.h-data: Likewise.
43027 * conform/data/sys/socket.h-data: Likewise.
43028 * conform/data/sys/stat.h-data: Likewise.
43029 * conform/data/sys/statvfs.h-data: Likewise.
43030 * conform/data/sys/time.h-data: Likewise.
43031 * conform/data/sys/timeb.h-data: Likewise.
43032 * conform/data/sys/times.h-data: Likewise.
43033 * conform/data/sys/types.h-data: Likewise.
43034 * conform/data/sys/uio.h-data: Likewise.
43035 * conform/data/sys/un.h-data: Likewise.
43036 * conform/data/sys/utsname.h-data: Likewise.
43037 * conform/data/sys/wait.h-data: Likewise.
43038 * conform/data/syslog.h-data: Likewise.
43039 * conform/data/tar.h-data: Likewise.
43040 * conform/data/termios.h-data: Likewise.
43041 * conform/data/utime.h-data: Likewise.
43042 * conform/data/utmpx.h-data: Likewise.
43043 * conform/data/varargs.h-data: Likewise.
43044 * conform/data/wchar.h-data: Likewise.
43045 * conform/data/wctype.h-data: Likewise.
43046 * conform/data/wordexp.h-data: Likewise.
43047
43048 * include/stropts.h: New file.
43049 * include/uchar.h: New file.
43050 * include/aio.h: Changes to allow conformtest.pl to use the headers.
43051 * include/assert.h: Likewise.
43052 * include/ctype.h: Likewise.
43053 * include/dirent.h: Likewise.
43054 * include/dlfcn.h: Likewise.
43055 * include/fcntl.h: Likewise.
43056 * include/fnmatch.h: Likewise.
43057 * include/glob.h: Likewise.
43058 * include/grp.h: Likewise.
43059 * include/libio.h: Likewise.
43060 * include/locale.h: Likewise.
43061 * include/math.h: Likewise.
43062 * include/net/if.h: Likewise.
43063 * include/netdb.h: Likewise.
43064 * include/netinet/in.h: Likewise.
43065 * include/pthread.h: Likewise.
43066 * include/pwd.h: Likewise.
43067 * include/regex.h: Likewise.
43068 * include/sched.h: Likewise.
43069 * include/search.h: Likewise.
43070 * include/setjmp.h: Likewise.
43071 * include/signal.h: Likewise.
43072 * include/stdio.h: Likewise.
43073 * include/stdlib.h: Likewise.
43074 * include/string.h: Likewise.
43075 * include/sys/cdefs.h: Likewise.
43076 * include/sys/mman.h: Likewise.
43077 * include/sys/msg.h: Likewise.
43078 * include/sys/resource.h: Likewise.
43079 * include/sys/select.h: Likewise.
43080 * include/sys/socket.h: Likewise.
43081 * include/sys/stat.h: Likewise.
43082 * include/sys/statvfs.h: Likewise.
43083 * include/sys/time.h: Likewise.
43084 * include/sys/times.h: Likewise.
43085 * include/sys/uio.h: Likewise.
43086 * include/sys/utsname.h: Likewise.
43087 * include/sys/wait.h: Likewise.
43088 * include/termios.h: Likewise.
43089 * include/time.h: Likewise.
43090 * include/ulimit.h: Likewise.
43091 * include/unistd.h: Likewise.
43092 * include/utime.h: Likewise.
43093 * include/wchar.h: Likewise.
43094 * include/wctype.h: Likewise.
43095 * include/wordexp.h: Likewise.
43096
43097 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
43098
7a270350
UD
43099 * time/time.h: TIME_UTC must be a macro.
43100 Make timespec_get available for ISO C11 only as well.
43101
7724defc
UD
431022012-02-24 Ulrich Drepper <drepper@gmail.com>
43103
43104 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
43105 Reported by Peng Haitao <penght@cn.fujitsu.com>.
43106
6b1d1d46
JM
431072012-02-24 Joseph Myers <joseph@codesourcery.com>
43108
43109 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 43110
0f8bbd69
JM
431112012-02-24 Joseph Myers <joseph@codesourcery.com>
43112
43113 * manual/texinfo.tex: Update to version 2012-01-19.16.
43114
66ab80bc
JM
431152012-02-24 Joseph Myers <joseph@codesourcery.com>
43116
43117 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
43118
74981cc5
RM
431192012-02-24 Roland McGrath <roland@hack.frob.com>
43120
ee968201
RM
43121 [BZ #13738]
43122 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
43123 * manual/fdl-1.3.texi: New file.
43124 * manual/fdl-1.1.texi: File removed.
43125
74981cc5
RM
43126 [BZ #13738]
43127 * manual/libc.texinfo (FDL_VERSION): New @set.
43128 Use it for mention of FDL in cover text.
43129 (Documentation License): Use it in @include file name.
43130
7bb764bc
JM
431312012-02-22 Joseph Myers <joseph@codesourcery.com>
43132 Roland McGrath <roland@hack.frob.com>
43133
43134 [BZ #5461]
57f41c40
AS
43135 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
43136 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
43137 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
43138 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
43139 name.
43140 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
43141
6cbeae47
JM
431422012-02-22 Joseph Myers <joseph@codesourcery.com>
43143
43144 [BZ #2547]
43145 [BZ #11365]
43146 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
43147 manipulate bits before adding and subtracting TWO23[sx].
43148 * math/libm-test.inc (nearbyint_test): Add more tests.
43149
fe45ce09
JM
431502012-02-22 Joseph Myers <joseph@codesourcery.com>
43151
43152 [BZ #2548]
43153 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
43154 bits before adding and subtracting TWO23[sx].
43155 * math/libm-test.inc (rint_test): Add more tests.
43156 (rint_test_tonearest): Likewise.
43157 (rint_test_towardzero): Likewise.
43158 (rint_test_downward): Likewise.
43159 (rint_test_upward: Likewise.
43160
ff3b3d82
JM
431612012-02-22 Joseph Myers <joseph@codesourcery.com>
43162
43163 [BZ #10110]
43164 * include/stdc-predef.h: New file. Extracted from features.h.
43165 * include/features.h: Include stdc-predef.h.
43166 * Makefile (headers): Add stdc-predef.h.
43167 * CONFORMANCE (Compiler limitations): Update.
43168
ef0aab35
JM
431692012-02-22 Joseph Myers <joseph@codesourcery.com>
43170
43171 * manual/libc.texinfo (VERSION, UPDATED): Revert.
43172
58639409
DM
431732012-02-21 David S. Miller <davem@davemloft.net>
43174
43175 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
43176 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43177
c0e70b25
DM
431782012-02-20 David S. Miller <davem@davemloft.net>
43179
43180 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
43181 using a normal save/restore sequence, rather than allocating a
43182 dummy stack frame just to store a frame pointer and restore.
43183 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43184
fb06851d
JM
431852012-02-21 Joseph Myers <joseph@codesourcery.com>
43186
43187 * manual/install.texi: Fix stray word in line-wrapped comment.
43188
7a8b71c3
DM
431892012-02-20 David S. Miller <davem@davemloft.net>
43190
d510c123
DM
43191 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
43192 both binutils and gcc support GOTDATA.
43193
0722d7c2
DM
43194 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
43195 "rd %pc" in the PIC register setup sequences.
43196
3d2b3019
DM
43197 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
43198 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
43199 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
43200 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
43201 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
43202 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43203 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43204 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
43205 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
43206 (SYSCALL_ERROR_HANDLER): Likewise.
43207 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
43208 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
43209 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
43210 (SYSCALL_ERROR_HANDLER): Likewise.
43211
c80098a9
DM
43212 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
43213 (HAVE_GCC_GOTDATA): New.
43214 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
43215 relocation support in both binutils and gcc.
43216 * sysdeps/sparc/elf/configure: Regenerate.
43217
3a2545a0
DM
43218 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
43219 * sysdeps/sparc/sparc32/elf/configure: Delete.
43220 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
43221 * sysdeps/sparc/sparc64/elf/configure: Delete.
43222 * sysdeps/sparc/elf/configure.in: New file.
43223 * sysdeps/sparc/elf/configure: Generate.
43224
7a8b71c3
DM
43225 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
43226 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
43227 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
43228 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
43229 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
43230
f1e86fca
JM
432312012-02-21 Joseph Myers <joseph@codesourcery.com>
43232
43233 * manual/install.texi: Do not mention specific glibc version
43234 numbers.
43235 * manual/libc.texinfo (VERSION, UPDATED): Update.
43236 (@copying): Use @copyright{} and range of years.
43237
0e7dfaef
JM
432382012-02-21 Joseph Myers <joseph@codesourcery.com>
43239
43240 [BZ #13695]
43241 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
43242 [crti.S not in sysdirs] (generated): Do not append.
43243 [crti.S not in sysdirs] (omit-deps): Likewise.
43244 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
43245 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
43246 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
43247 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
43248 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
43249 Likewise.
43250 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
43251 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
43252 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
43253 * csu/defs.awk: Remove file.
43254 * sysdeps/generic/initfini.c: Likewise.
43255 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
43256 variable.
43257 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
43258 Likewise.
43259
599af3ca
JM
432602012-02-20 Joseph Myers <joseph@codesourcery.com>
43261
43262 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
43263 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
43264 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
43265 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
43266 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43267 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
43268 <bits/epoll.h>.
43269 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
43270 (__EPOLL_PACKED): Define to empty if not defined by
43271 <bits/epoll.h>.
43272 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
43273 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43274 bits/epoll.h.
43275
0e499750
JM
432762012-02-20 Joseph Myers <joseph@codesourcery.com>
43277
43278 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
43279 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
43280 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
43281 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
43282 <bits/timerfd.h>.
43283 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
43284 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43285 bits/timerfd.h.
43286
5ad91f6e
JM
432872012-02-20 Joseph Myers <joseph@codesourcery.com>
43288
43289 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
43290 in C locale.
43291 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43292 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
43293 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
43294 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43295
06b99b02
AJ
432962012-02-20 Aurelien Jarno <aurelien@aurel32.net>
43297
43298 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43299 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
43300
7638c0fd
AS
433012012-02-19 Andreas Schwab <schwab@linux-m68k.org>
43302
43303 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
43304 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
43305 defined.
43306 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
43307 Likewise.
43308 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
43309 entry for 2.16.
43310
92221550
AJ
433112012-02-19 Aurelien Jarno <aurelien@aurel32.net>
43312
43313 * math/w_acos.c: Use non-signaling floating-point comparisons.
43314 * math/w_acosf.c: Likewise.
43315 * math/w_acosh.c: Likewise.
43316 * math/w_acoshf.c: Likewise.
43317 * math/w_acoshl.c: Likewise.
43318 * math/w_acosl.c: Likewise.
43319 * math/w_asin.c: Likewise.
43320 * math/w_asinf.c: Likewise.
43321 * math/w_asinl.c: Likewise.
43322 * math/w_atanh.c: Likewise.
43323 * math/w_atanhf.c: Likewise.
43324 * math/w_atanhl.c: Likewise.
43325 * math/w_exp2.c: Likewise.
43326 * math/w_exp2f.c: Likewise.
43327 * math/w_exp2l.c: Likewise.
43328 * math/w_j0.c: Likewise.
43329 * math/w_j0f.c: Likewise.
43330 * math/w_j0l.c: Likewise.
43331 * math/w_j1.c: Likewise.
43332 * math/w_j1f.c: Likewise.
43333 * math/w_j1l.c: Likewise.
43334 * math/w_jn.c: Likewise.
43335 * math/w_jnf.c: Likewise.
43336 * math/w_log.c: Likewise.
43337 * math/w_log10.c: Likewise.
43338 * math/w_log10f.c: Likewise.
43339 * math/w_log10l.c: Likewise.
43340 * math/w_log2.c: Likewise.
43341 * math/w_log2f.c: Likewise.
43342 * math/w_log2l.c: Likewise.
43343 * math/w_logf.c: Likewise.
43344 * math/w_logl.c: Likewise.
43345 * math/w_sqrt.c: Likewise.
43346 * math/w_sqrtf.c: Likewise.
43347 * math/w_sqrtl.c: Likewise.
43348 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43349 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
43350 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43351 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
43352 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
43353
ebaf36eb
JM
433542012-02-19 Joseph Myers <joseph@codesourcery.com>
43355
43356 [BZ #9739]
43357 * manual/string.texi (strnlen): Use correct parameter name in
43358 equivalent expression.
43359
71c254a6
JM
433602012-02-19 Joseph Myers <joseph@codesourcery.com>
43361
43362 [BZ #11174]
43363 * manual/users.texi (seteuid): Consistently use neweuid for
43364 argument name.
43365
16d2c631
JM
433662012-02-19 Joseph Myers <joseph@codesourcery.com>
43367
43368 [BZ #13704]
43369 * manual/nss.texi (Services in the NSS configuration): Correct
43370 list of services in example configuration file.
43371
cd837b09
NB
433722012-02-19 Nick Bowler <nbowler@draconx.ca>
43373
43374 [BZ #11322]
43375 * manual/arith.texi: Remove statements about negative zero
43376 behaving identically to zero.
43377
02c4bbad
JM
433782012-02-18 Joseph Myers <joseph@codesourcery.com>
43379
43380 [BZ #5993]
43381 * manual/install.texi: Do not document upgrading from libc5.
43382
366842e7
JM
433832012-02-18 Joseph Myers <joseph@codesourcery.com>
43384
43385 [BZ #4596]
43386 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
43387
dd54084d
DM
433882012-02-18 David S. Miller <davem@davemloft.net>
43389
43390 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
43391 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
43392 %o7 across the call.
43393 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
43394 instead.
43395 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
43396 SETUP_PIC_REG_LEAF.
43397 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
43398 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
43399 * sysdeps/sparc/crtn.S: Likewise.
43400
2bcc53a3
UD
434012012-02-17 Ulrich Drepper <drepper@gmail.com>
43402
43403 * aout/Makefile: Remove.
43404
09c093b5
RK
434052012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
43406
43407 [BZ #13058]
43408 * manual/examples/argp-ex1.c (main): Format definition in GNU
43409 style.
43410 * manual/examples/argp-ex2.c (main): Likewise.
43411 * manual/examples/argp-ex3.c (main): Likewise.
43412 * manual/examples/argp-ex4.c (main): Likewise.
43413 * manual/examples/longopt.c (main): Use new-style prototype
43414 definition.
43415 * manual/examples/strncat.c (main): Specify return type and use
43416 (void) for arguments.
43417 * manual/examples/subopt.c (main): Use char **argv argument.
43418
2ee633a2
JM
434192012-02-17 Joseph Myers <joseph@codesourcery.com>
43420
43421 [BZ #5077]
43422 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
43423 rounding modes.
43424
0520adde
FB
434252012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
43426
43427 [BZ #6907]
43428 * manual/string.texi (strchr): Change when strchrnul is
43429 recommended.
43430
3f4081cd
DGM
434312012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
43432
43433 [BZ #174]
43434 * manual/locale.texi (setlocale): Document LOCPATH.
43435
d1b10e78
JM
434362012-02-17 Joseph Myers <joseph@codesourcery.com>
43437
43438 [BZ #10210]
43439 * manual/process.texi (execle): Move @dots{} before last argument.
43440
79c6869c
PB
434412012-02-17 Paul Bolle <pebolle@tiscali.nl>
43442
43443 [BZ #12047]
43444 * manual/charset.texi (Generic Charset Conversion): Fix typo
43445 (LC_TYPE -> LC_CTYPE).
43446
cc6e48bc
NB
434472012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
43448
43449 [BZ #5805]
43450 * manual/arith.texi (scalbn): Use @var{} on parameter names.
43451 (scalbnf): Likewise.
43452 (scalbnl): Likewise.
43453 (scalbln): Likewise.
43454 (scalblnf): Likewise.
43455 (scalblnl): Likewise.
43456 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
43457 (vwarnx): Likewise.
43458 (verr): Likewise.
43459 (verrx): Likewise.
43460 * manual/filesys.texi (telldir): Use braces around return type.
43461 * manual/llio.texi (mmap): Add space after comma.
43462 (mmap64): Likewise.
43463 * manual/math.texi (jn): Use @var{} on parameter names.
43464 (jnf): Likewise.
43465 (jnl): Likewise.
43466 (yn): Likewise.
43467 (ynf): Likewise.
43468 (ynl): Likewise.
43469 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
43470 line.
43471 * manual/resource.texi (ulimit): Use @dots{} instead of literal
43472 "...".
43473 (sched_get_priority_min): Remove semicolon on @deftypefun line.
43474 (sched_get_priority_max): Likewise.
43475 * manual/signal.texi (sigvec): Add space after comma.
43476 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
43477 names.
43478 (if_indextoname): Likewise.
43479 (if_freenameindex): Likewise.
43480 (sendto): Use ',' instead of '.' in prototype.
43481 * manual/startup.texi (syscall): Use @dots{} instead of literal
43482 "...".
43483 * manual/stdio.texi (__fpending): Separate initial words of
43484 paragraph from @deftypefun line.
43485 * manual/syslog.texi (syslog): Use @dots{} instead of literal
43486 "...".
43487 (vsyslog): Use @var{} on parameter names.
43488 * manual/terminal.texi (stty): Use @var{} on parameter names.
43489 * manual/users.texi (getutmp): Use @var{} on parameter names.
43490 (getutmpx): Likewise.
43491
5b23062f
JM
434922012-02-17 Joseph Myers <joseph@codesourcery.com>
43493
43494 [BZ #6884]
43495 * manual/stdio.texi (fopen): Fix typos in description of
43496 ",ccs=STRING".
43497
8dee4833
AJ
434982012-02-17 Aurelien Jarno <aurelien@aurel32.net>
43499
43500 [BZ #4026]
43501 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
43502 get clock_id definition.
43503
9078ce93
TS
435042012-02-17 Thomas Schwinge <thomas@schwinge.name>
43505
43506 [BZ #4822]
43507 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
43508 (madvise): Cast every argument to void on its own.
43509
3835c55f
JM
435102012-02-17 Joseph Myers <joseph@codesourcery.com>
43511
43512 [BZ #9902]
43513 * manual/startup.texi (Exit Status): Fix typo.
43514
35c47e37
JM
435152012-02-17 Joseph Myers <joseph@codesourcery.com>
43516
43517 [BZ #10140]
43518 * manual/examples/argp-ex1.c: Include <stdlib.h>.
43519 * manual/examples/argp-ex2.c: Likewise.
43520 * manual/examples/argp-ex3.c: Likewise.
43521
e3b69ca7
RH
435222012-02-16 Richard Henderson <rth@redhat.com>
43523
43524 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
43525 * sysdeps/s390/s390-32/initfini.c: Remove.
43526 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
43527 * sysdeps/s390/s390-64/initfini.c: Remove.
43528
df83af67
KK
435292012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
43530
43531 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
43532 compiler output for sysdeps/generic/initfini.c.
43533 * sysdeps/sh/elf/initfini.c: Remove file.
43534
f63f3380
DM
435352012-02-16 David S. Miller <davem@davemloft.net>
43536
fb59b3a4
DM
43537 [BZ #11494]
43538 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
43539
f63f3380
DM
43540 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
43541 * sysdeps/sparc/crti.S: New file.
43542 * sysdeps/sparc/crtn.S: New file.
43543 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
43544 * sysdeps/sparc/sparc64/Makefile: Likewise.
43545
df6a4a4a
MF
435462012-02-15 Mike Frysinger <vapier@gentoo.org>
43547
6dd8f3dc 43548 [BZ #3335]
df6a4a4a
MF
43549 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
43550
1cac7236
RM
435512012-02-15 Roland McGrath <roland@hack.frob.com>
43552
d2c736f8
RM
43553 [BZ #4822]
43554 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
43555
1cac7236
RM
43556 * mach/devstream.c (cookie_io_functions_t): Macro removed.
43557 (write, read, close): Likewise.
43558 Patch by Aurelien Jarno <aurelien@aurel32.net>.
43559
8e475601
JM
435602012-02-15 Joseph Myers <joseph@codesourcery.com>
43561
43562 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
43563 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
43564 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
43565 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
43566 <bits/signalfd.h>.
43567 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
43568 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43569 bits/signalfd.h.
43570
ed656b40
MP
435712012-02-14 Marek Polacek <polacek@redhat.com>
43572
43573 * sysdeps/x86_64/crti.S: New file.
43574 * sysdeps/x86_64/crtn.S: New file.
43575 * sysdeps/x86_64/elf/initfini.c: Remove file.
43576
2a979d3a
JM
435772012-02-13 Joseph Myers <joseph@codesourcery.com>
43578
43579 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
43580 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
43581 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
43582 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
43583 <bits/inotify.h>.
43584 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
43585 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43586 bits/inotify.h.
43587
2a418ac3
JM
435882012-02-13 Joseph Myers <joseph@codesourcery.com>
43589
43590 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
43591 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
43592 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
43593 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
43594 <bits/eventfd.h>.
43595 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
43596 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43597 bits/eventfd.h.
43598
fb779be7
TS
435992012-02-10 Thomas Schwinge <thomas@codesourcery.com>
43600
e19e83c5
RM
43601 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
43602 __feraiseexcept instead of feraiseexcept.
7c35ffed 43603
fb779be7
TS
43604 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
43605 nanosleep invocations.
43606 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
43607 strings, and add error checking for a nanosleep invocations.
43608
59ba27a6
PE
436092012-02-09 Paul Eggert <eggert@cs.ucla.edu>
43610
43611 Replace FSF snail mail address with URLs, as per GNU coding standards.
43612 Most of the snail mail addresses were wrong anyway, and omitting
43613 them makes the source code easier to maintain. Almost all of the
43614 changes are to license notices and to locale LC_IDENTIFICATION
43615 addresses, except for this one:
43616 * manual/libc.texinfo: In "Published by", give the FSF's URL,
43617 not its snail mail address.
43618
57b957eb
RH
436192012-02-09 Richard Henderson <rth@twiddle.net>
43620
af850b1c
RH
43621 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
43622 of kernel-features.h.
43623
57b957eb
RH
43624 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
43625
6b73181a
MP
436262012-02-08 Marek Polacek <polacek@redhat.com>
43627
43628 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
43629 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
43630 * sysdeps/gnu/_G_config.h: Likewise.
43631 * sysdeps/generic/_G_config.h: Likewise.
43632
26ecc33a
AS
436332012-02-08 Andreas Schwab <schwab@linux-m68k.org>
43634
6c6dbc63
AS
43635 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
43636 tests.
43637 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43638
e216c012
AS
43639 * sysdeps/powerpc/powerpc32/crti.S: New file.
43640 * sysdeps/powerpc/powerpc32/crtn.S: New file.
43641 * sysdeps/powerpc/powerpc64/crti.S: New file.
43642 * sysdeps/powerpc/powerpc64/crtn.S: New file.
43643
26ecc33a
AS
43644 * Makeconfig (have-initfini): Don't set.
43645 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
43646 * configure.in (nopic_initfini): Don't substitute.
43647 * config.h.in (HAVE_INITFINI): Don't #undef.
43648 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
43649 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
43650
3add8e13
JM
436512012-02-08 Joseph Myers <joseph@codesourcery.com>
43652
43653 Support crti.S and crtn.S provided directly by architectures.
43654 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
43655 [crti.S in sysdirs] (omit-deps): Likewise.
43656 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
43657 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
43658 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
43659 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
43660 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
43661 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
43662 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
43663 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
43664 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
43665 compiler output for sysdeps/generic/initfini.c.
43666 * sysdeps/i386/elf/Makefile: Remove file.
43667 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
43668
a22f12b4
MP
436692012-02-07 Marek Polacek <polacek@redhat.com>
43670
43671 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
43672 * sysdeps/gnu/_G_config.h: Likewise.
43673 * sysdeps/mach/hurd/_G_config.h: Likewise.
43674
148cf100
MP
436752012-02-07 Marek Polacek <polacek@redhat.com>
43676
43677 * math/Makefile (tests): Add tst-CMPLX2.
43678 * math/tst-CMPLX2.c: New file.
43679
cfdc0dd7
AS
436802012-02-07 Andreas Schwab <schwab@linux-m68k.org>
43681
84ba42c4
AS
43682 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
43683
cfdc0dd7
AS
43684 * math/libm-test.inc (jn_test): Add missing L suffix.
43685
622c86f4
MP
436862012-02-06 Marek Polacek <polacek@redhat.com>
43687
43688 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
43689 * sysdeps/i386/fpu/e_powf.S: Likewise.
43690 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
43691 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43692 * sysdeps/i386/fpu/e_acosh.S: Likewise.
43693 * sysdeps/i386/fpu/e_pow.S: Likewise.
43694 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
43695 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
43696 * sysdeps/i386/fpu/s_expm1.S: Likewise.
43697 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
43698 * sysdeps/i386/fpu/e_log2.S: Likewise.
43699 * sysdeps/i386/fpu/e_log2l.S: Likewise.
43700 * sysdeps/i386/fpu/e_scalb.S: Likewise.
43701 * sysdeps/i386/fpu/e_powl.S: Likewise.
43702 * sysdeps/i386/fpu/s_log1p.S: Likewise.
43703 * sysdeps/i386/fpu/e_log10f.S: Likewise.
43704 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
43705 * sysdeps/i386/fpu/e_logl.S: Likewise.
43706 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
43707 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
43708 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
43709 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
43710 * sysdeps/i386/fpu/e_log2f.S: Likewise.
43711 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
43712 * sysdeps/i386/fpu/e_log.S: Likewise.
43713 * sysdeps/i386/fpu/s_cexp.S: Likewise.
43714 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
43715 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
43716 * sysdeps/i386/fpu/e_logf.S: Likewise.
43717 * sysdeps/i386/fpu/e_log10l.S: Likewise.
43718 * sysdeps/i386/fpu/e_atanh.S: Likewise.
43719 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
43720 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
43721 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43722 * sysdeps/i386/fpu/e_log10.S: Likewise.
43723 * sysdeps/i386/fpu/s_frexp.S: Likewise.
43724 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
43725 * sysdeps/i386/fpu/s_asinh.S: Likewise.
43726 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
43727 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
43728 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
43729 * sysdeps/i386/asm-syntax.h: Likewise.
43730 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
43731 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
43732 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
43733 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
43734 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
43735 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
43736 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
43737 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
43738 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
43739 * sysdeps/powerpc/sysdep.h: Likewise.
43740 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
43741 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
43742
d4a54ac6
JM
437432012-02-06 Joseph Myers <joseph@codesourcery.com>
43744
43745 [BZ #411]
43746 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
43747
314054ea
JM
437482012-02-06 Joseph Myers <joseph@codesourcery.com>
43749
43750 * sysdeps/i386/sysdep.h: Include <features.h>.
43751 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
43752 version.
43753
d8e0ca50
JM
437542012-02-05 Joseph Myers <joseph@codesourcery.com>
43755
43756 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
43757 Define.
43758 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
43759 LOAD_PIC_REG_STR.
43760
b1da7dd9
JM
437612012-02-03 Joseph Myers <joseph@codesourcery.com>
43762
43763 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
43764 (SETUP_PIC_REG): Use GET_PC_THUNK.
43765 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
43766 macro.
43767
9a1d9254
JM
437682012-02-03 Joseph Myers <joseph@codesourcery.com>
43769
43770 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
43771 for non-PIC compilation.
43772 (SETUP_PIC_REG): Add .p2align directive.
43773 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
43774 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
43775 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
43776 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
43777 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
43778 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
43779 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
43780 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
43781 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
43782 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
43783 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
43784 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
43785 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
43786 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
43787 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
43788 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
43789 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
43790 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
43791 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
43792 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
43793 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
43794 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
43795 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
43796 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
43797 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
43798 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
43799 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43800 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
43801 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
43802 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
43803 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
43804 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43805 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
43806 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
43807 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
43808 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
43809 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
43810 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
43811 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
43812 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
43813 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
43814
65dc3b75
JM
438152012-02-03 Joseph Myers <joseph@codesourcery.com>
43816
43817 * math/tst-CMPLX.c: Include <stdio.h>.
43818
d55bf177
JM
438192012-01-31 Joseph Myers <joseph@codesourcery.com>
43820
43821 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
43822 float.
43823 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
43824 * sysdeps/sparc/bits/mathdef.h: Likewise.
43825
69db4f8f
MP
438262012-01-31 Marek Polacek <polacek@redhat.com>
43827
43828 * libio/libio.h: Don't define _PARAMS.
43829 * locale/programs/config.h: Don't define PARAMS.
43830 * stdlib/strtol_l.c: Likewise.
43831 (__strtol_l): Remove PARAMS from the prototype.
43832
41b81892
UD
438332012-01-31 Ulrich Drepper <drepper@gmail.com>
43834
3b49edc0
UD
43835 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
43836 names. Just use the correct names. Remove unnecessary wrapper
43837 functions.
43838 * malloc/arena.c: Likewise.
43839 * malloc/hooks.c: Likewise.
43840
41b81892
UD
43841 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
43842 ARENA_TEST says not to. Simplify test for creation of a new arena.
43843 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
43844
27a25b6e
UD
438452012-01-30 Ulrich Drepper <drepper@gmail.com>
43846
43847 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
43848 into tail calls.
43849 (update_get_addr): New function.
43850 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
43851 GET_ADDR_MODULE parameter.
43852
c8a89e7d
JM
438532012-01-30 Joseph Myers <joseph@codesourcery.com>
43854
43855 * crypt/cert.c: Remove __STDC__ conditionals.
43856 * crypt/crypt-entry.c: Likewise.
43857 * crypt/crypt_util.c: Likewise.
43858 * libio/filedoalloc.c: Likewise.
43859 * libio/fileops.c: Likewise.
43860 * libio/genops.c: Likewise.
43861 * libio/iofclose.c: Likewise.
43862 * libio/iofdopen.c: Likewise.
43863 * libio/iofopen.c: Likewise.
43864 * libio/iofopen64.c: Likewise.
43865 * libio/iogetdelim.c: Likewise.
43866 * libio/iopopen.c: Likewise.
43867 * libio/obprintf.c: Likewise.
43868 * libio/oldfileops.c: Likewise.
43869 * libio/oldiofclose.c: Likewise.
43870 * libio/oldiofdopen.c: Likewise.
43871 * libio/oldiofopen.c: Likewise.
43872 * libio/oldiopopen.c: Likewise.
43873 * libio/wfiledoalloc.c: Likewise.
43874 * libio/wgenops.c: Likewise.
43875 * locale/programs/xmalloc.c: Likewise.
43876 * misc/syslog.c: Likewise.
43877 * stdio-common/xbug.c: Likewise.
43878 * string/memchr.c: Likewise.
43879 * string/memcmp.c: Likewise.
43880 * string/memrchr.c: Likewise.
43881 * string/rawmemchr.c: Likewise.
43882 * sysdeps/posix/getcwd.c: Likewise.
43883 * time/strftime_l.c: Likewise.
43884
3b100462
JM
438852012-01-30 Joseph Myers <joseph@codesourcery.com>
43886
43887 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
43888 * config.make.in (config-cflags-sse2avx): Define.
43889 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
43890 Fix typo.
43891
607998af
CM
438922012-01-29 Chris Metcalf <cmetcalf@tilera.com>
43893
43894 * scripts/config.guess: Update from upstream config git repository.
43895 * scripts/config.sub: Likewise.
43896
3601428f
CM
438972012-01-28 Chris Metcalf <cmetcalf@tilera.com>
43898
3ac8b282
CM
43899 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
43900 (EM_NUM): Update.
43901 (R_TILEPRO_*, R_TILEGX_*): New macros.
43902
e034841e
CM
43903 * scripts/firstversions.awk: Fix bug in version range handling.
43904
540d7568
CM
43905 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
43906
3601428f
CM
43907 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
43908
463de862
CM
43909 * include/sys/epoll.h: New file.
43910 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
43911 libc_hidden_def.
43912
73139a76
UD
439132012-01-28 Ulrich Drepper <drepper@gmail.com>
43914
96bc5b45
UD
43915 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
43916 Avoid unnecessary __WORDSIZE == 64 test.
43917 (fmaxf): Use VEX format if possible.
43918 (fmax): Likewise.
43919 (fminf): Likewise.
43920 (fmin): Likewise.
43921
56f6f6a2
UD
43922 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
43923 * math/math_private.h: Remove libc_fegetround* and
43924 libc_fesetround*.
43925 * sysdeps/i386/configure.in: Check for -msse2avx.
43926 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
43927 also if SSE2AVX is defined.
43928 Remove libc_fegetround* and libc_fesetround*.
43929 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
43930 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
43931 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
43932 of HAS_YMM_USABLE.
43933 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43934 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43935 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43936 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43937 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43938
73139a76
UD
43939 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
43940
d73f93a4
AZ
439412012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43942
43943 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
43944 size is not set.
43945 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
43946
6ee65ed6
UD
439472012-01-27 Ulrich Drepper <drepper@gmail.com>
43948
43949 [BZ #13618]
43950 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
43951 relocation.
43952 * Makeconfig (libm): Define.
43953 * elf/Makefile: Add rules to build and run tst-relsort1.
43954 * elf/tst-relsort1.c: New file.
43955 * elf/tst-relsort1mod1.c: New file.
43956 * elf/tst-relsort1mod2.c: New file.
43957
8db21882
JM
439582012-01-27 Joseph Myers <joseph@codesourcery.com>
43959
43960 * math/s_ldexp.c: Remove __STDC__ conditionals.
43961 * math/s_ldexpf.c: Likewise.
43962 * math/s_ldexpl.c: Likewise.
43963 * math/s_nextafter.c: Likewise.
43964 * math/s_nexttowardf.c: Likewise.
43965 * math/s_significand.c: Likewise.
43966 * math/s_significandf.c: Likewise.
43967 * math/s_significandl.c: Likewise.
43968 * math/w_jnl.c: Likewise.
43969 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43970 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43971 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43972 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43973 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43974 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43975 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
43976 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43977 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43978 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43979 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43980 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43981 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43982 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43983 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43984 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43985 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43986 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43987 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43988 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43989 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43990 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
43991 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
43992 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
43993 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
43994 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
43995 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
43996 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
43997 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
43998 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
43999 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44000 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44001 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44002 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44003 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44004 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44005 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44006 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44007 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44008 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44009 * sysdeps/ieee754/k_standard.c: Likewise.
44010 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44011 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44012 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44013 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44014 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44015 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44016 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44017 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44018 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44019 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44020 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44021 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44022 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44023 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44024 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44025 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44026 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44027 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44028 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44029 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44030 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44031 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44032 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44033 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44034 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44035 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44036 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44037 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44038 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44039 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44040 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44041 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
44042 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44043 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44044 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44045 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44046 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
44047 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44048 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44049 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
44050 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
44051 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44052 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
44053 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
44054 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44055 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
44056 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
44057 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44058 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44059 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
44060 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
44061 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44062 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44063 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44064 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44065 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44066 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
44067 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44068 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44069 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44070 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44071 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44072 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44073 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44074 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44075 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44076 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44077 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44078 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44079 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44080 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44081 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44082 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44083 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44084 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44085 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44086 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44087 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44088 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44089 * sysdeps/ieee754/s_matherr.c: Likewise.
44090 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44091 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44092 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44093 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44094
965a54a4
JM
440952012-01-26 Joseph Myers <joseph@codesourcery.com>
44096
44097 * crypt/md5.h: Remove __STDC__ conditionals.
44098 * libio/libioP.h: Likewise.
44099 * locale/programs/config.h: Likewise.
44100 * sysdeps/generic/sysdep.h: Likewise.
44101 * sysdeps/i386/asm-syntax.h: Likewise.
44102 * sysdeps/s390/asm-syntax.h: Likewise.
44103 * sysdeps/unix/sysdep.h: Likewise.
44104 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
44105 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
44106
7071ad79
JM
441072012-01-26 Joseph Myers <joseph@codesourcery.com>
44108
44109 * libio/libio.h: Remove __STDC__ conditionals.
44110 * malloc/obstack.h: Likewise.
44111 * math/complex.h: Likewise.
44112 * math/math.h: Likewise.
44113 * sysdeps/generic/_G_config.h: Likewise.
44114 * sysdeps/gnu/_G_config.h: Likewise.
44115 * sysdeps/mach/hurd/_G_config.h: Likewise.
44116 * sysdeps/powerpc/bits/mathdef.h: Likewise.
44117 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
44118 * sysdeps/sparc/bits/mathdef.h: Likewise.
44119
afc5ed09
UD
441202012-01-26 Ulrich Drepper <drepper@gmail.com>
44121
44122 [BZ #13583]
44123 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 44124 Clean up HAS_* macros.
afc5ed09 44125 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
44126 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
44127 possible.
44128 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
44129 HAS_AVX.
44130 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44131 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44132 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44133 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44134 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 44135
bdb6de1d
JM
441362012-01-25 Joseph Myers <joseph@codesourcery.com>
44137
44138 * elf/tst-unique3.cc (gets): Remove declaration.
44139 * elf/tst-unique3lib.cc (gets): Likewise.
44140 * elf/tst-unique3lib2.cc (gets): Likewise.
44141 * elf/tst-unique4.cc (gets): Likewise.
44142
b15549e6
UD
441432012-01-24 Ulrich Drepper <drepper@gmail.com>
44144
44145 * include/stdio.h: Add C++ protection. Add gets declarations and
44146 definitions.
44147 * debug/tst-chk1.c: Don't declare gets here.
44148 * stdio-common/tst-gets.c: Likewise.
44149
a037381f
JM
441502012-01-24 Joseph Myers <joseph@codesourcery.com>
44151
44152 * posix/glob: Remove directory.
44153
f1d4aa75
JM
441542012-01-24 Joseph Myers <joseph@codesourcery.com>
44155
44156 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
44157
81c0c964
PT
441582012-01-22 Pino Toscano <toscano.pino@tiscali.it>
44159
44160 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
44161 of the non-standard EPFNOSUPPORT.
44162
0ea698ae
ST
441632011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
44164
44165 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
44166 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
44167 ANYWHERE set to 1 only on KERN_NO_SPACE error.
44168
d220b117
UD
441692012-01-21 Ulrich Drepper <drepper@gmail.com>
44170
44171 * wcsmbs/uchar.h: Test __STDC_VERSION__.
44172
3e1aa84e
UD
441732012-01-20 Ulrich Drepper <drepper@gmail.com>
44174
44175 * nscd/aicache.c (addhstaiX): Do not cache negative results of
44176 transient errors.
44177 * nscd/grpcache.c (cache_addgr): Likewise.
44178 * nscd/hstcache.c (cache_addhst): Likewise.
44179 * nscd/initgrcache.c (addinitgroupsX): Likewise.
44180 * nscd/pwdcache.c (cache_addpw): Likewise.
44181 * nscd/servicescache.c (cache_addserv): Likewise.
44182
400aa020
UD
441832012-01-16 Ulrich Drepper <drepper@gmail.com>
44184
d77e7869
UD
44185 * malloc/malloc.c: Various cleanups.
44186 * malloc/hooks.c: Likewise.
44187
400aa020
UD
44188 * stdlib/Makefile (tests): Add bug-fmtmsg1.
44189 * stdlib/bug-fmtmsg1.c: New file.
44190
44191 * stdlib/fmtmsg.c (init): Add missing unlock.
44192 Patch by Peng Haitao <penght@cn.fujitsu.com>.
44193
e0a309cf
MP
441942012-01-12 Marek Polacek <polacek@redhat.com>
44195
44196 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
44197 and _GNU_SOURCE.
44198
929d11c7
WS
441992012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
44200
44201 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
44202 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
44203 macro to ensure uniqueness of label name.
44204 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44205 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44206
41d0e869
UD
442072012-01-11 Ulrich Drepper <drepper@gmail.com>
44208
0cc5ed3b
UD
44209 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
44210
41d0e869
UD
44211 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
44212 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44213 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44214 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
44215
a47a831a
UD
442162012-01-10 Ulrich Drepper <drepper@gmail.com>
44217
daa891c0
UD
44218 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
44219
44220 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
44221 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44222 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44223
e58ef0f2
UD
44224 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
44225
a47a831a 44226 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
44227 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44228 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 44229 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
44230
44231 * math/bits/math-finite.h: Add ldexp support.
44232
a0bfc9c7
MP
442332012-01-10 Marek Polacek <polacek@redhat.com>
44234
44235 * locale/programs/localedef.h (show_archive_content): Add noreturn
44236 attribute.
44237
d6e97a1d
UD
442382012-01-09 Ulrich Drepper <drepper@gmail.com>
44239
44240 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
44241
d5835c26
UD
442422012-01-08 Ulrich Drepper <drepper@gmail.com>
44243
e5f484c6
UD
44244 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
44245
d5835c26
UD
44246 * io/Makefile (headers): Add bits/poll2.h.
44247
d1f741e9
WS
442482011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
44249
44250 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
44251 typo #include statement.
44252
ec09c1c4
UD
442532012-01-08 Ulrich Drepper <drepper@gmail.com>
44254
44255 * include/sys/cdefs.h: Define __attribute_alloc_size.
44256 * catgets/gencat.c: Add alloc_size attribute and apply consistently
44257 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
44258 * elf/pldd.c: Likewise.
44259 * iconv/iconv_charmap.c: Likewise.
44260 * iconv/iconvconfig.c: Likewise.
44261 * iconv/strtab.c: Likewise.
44262 * locale/programs/locale.c: Likewise.
44263 * locale/programs/localedef.h: Likewise.
44264 * locale/programs/simple-hash.c: Likewise.
44265 * nscd/nscd.h: Likewise.
44266 * nss/makedb.c: Likewise.
44267 * sysdeps/generic/ldconfig.h: Likewise.
44268 * locale/programs/localedef.c: Remove xmalloc prototype.
44269 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
44270
20b38e03
PP
442712012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
44272
44273 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
44274 appropriate.
44275
a0da5fe1
UD
442762012-01-08 Ulrich Drepper <drepper@gmail.com>
44277
1d5a644a 44278 * math/Makefile (tests): Add tst-CMPLX.
669704fd 44279 * math/tst-CMPLX.c: New file.
1d5a644a 44280
8784a6db
UD
44281 * math/complex.h (CMPLXL): Fix typo.
44282
d9a216c0
UD
44283 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
44284 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
44285 GLIBC_2.16.
44286 * debug/tst-chk1.c: Add poll and ppoll tests.
44287 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
44288 * include/sys/poll.h: Add hidden proto for ppoll.
44289 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
44290 * sysdeps/mach/hurd/ppoll.c: Likewise.
44291 * io/ppoll.c: Likewise.
44292 * debug/poll_chk.c: New file.
44293 * debug/ppoll_chk.c: New file.
44294 * include/bits/poll2.h: New file.
44295 * io/bits/poll2.h: New file.
44296
ac097f5c
UD
44297 [BZ #1350]
44298 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
44299
2119dcfa
UD
44300 * configure.in: static is always set to yes. Remove.
44301 * config.make.in: Don't set build-static.
44302 * Makeconfig: Remove use of build-static.
44303 * dlfcn/Makefile: Likewise.
44304 * elf/Makefile: Likewise.
44305 * math/Makefile: Likewise.
44306 * misc/Makefile: Likewise.
44307 * nptl/Makefile: Likewise.
44308 * sysdeps/mach/hurd/Makefile: Likewise.
44309
121766a9
UD
44310 * configure.in: PWD_P is not used anymore.
44311 * config.make.in: Remove PWD_P entry.
44312
51a1d39c 44313 * configure.in: Remove last remnants of RANLIB.
8720d066 44314 No need to check for signed size_t anymore.
215f4bdc
UD
44315 Don't set libc_commonpagesize and libc_relro_required here for Alpha
44316 and IA-64.
3857022a 44317 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
44318 * aclocal.m4: Likewise.
44319
d3ed7225
UD
44320 * wcsmbs/mbrtoc16.c: Implement using towc function.
44321 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
44322 * wcsmbs/wcsmbsload.c: Likewise.
44323 * iconv/gconv_simple.c: Likewise.
44324 * iconv/gconv_int.h: Likewise.
44325 * iconv/gconv_builtin.h: Likewise.
44326 * iconv/iconv_prog.c: Remove CHAR16 handling.
44327
44328 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
44329
44330 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
44331
a0da5fe1
UD
44332 * configure.in: Remove --with-elf and --enable-bounded options.
44333 Dont set base_machine for ia64. More non-ELF conditions removed.
44334 Remove testing and setting of leading underscore information.
44335 * config.make.in (build-bounded): Set to no.
44336 * config.h.in: Remove NO_UNDERSCORES entry.
44337 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
44338 them.
44339 * csu/start.c: Remove !NO_UNDERSCORE code.
44340 * locale/localeinfo.h: Likewise.
44341 * sysdeps/generic/machine-gmon.h: Likewise.
44342 * sysdeps/generic/sysdep.h: Likewise.
44343 * sysdeps/i386/sysdep.h: Likewise.
44344 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44345 * sysdeps/mach/sysdep.h: Likewise.
44346 * sysdeps/s390/s390-32/sysdep.h: Likewise.
44347 * sysdeps/s390/s390-64/sysdep.h: Likewise.
44348 * sysdeps/sh/sysdep.h: Likewise.
44349 * sysdeps/sparc/sparc32/alloca.S: Likewise.
44350 * sysdeps/unix/i386/sysdep.S: Likewise.
44351 * sysdeps/unix/sparc/start.c: Likewise.
44352 * sysdeps/unix/sparc/sysdep.S: Likewise.
44353 * sysdeps/unix/sparc/sysdep.h: Likewise.
44354 * sysdeps/unix/start.c: Likewise.
44355 * sysdeps/unix/x86_64/sysdep.S: Likewise.
44356 * sysdeps/x86_64/sysdep.h: Likewise.
44357
df78418a
UD
443582012-01-07 Ulrich Drepper <drepper@gmail.com>
44359
a784e502
UD
44360 [BZ #13553]
44361 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
44362 for non-gcc.
44363 * argp/argp-fmtstream.h: Use const instead __const.
44364 * argp/argp.h: Likewise.
44365 * assert/assert.h: Likewise.
44366 * bits/fenv.h: Likewise.
44367 * bits/sched.h: Likewise.
44368 * bits/sigset.h: Likewise.
44369 * bits/sigthread.h: Likewise.
44370 * catgets/nl_types.h: Likewise.
44371 * conform/data/pthread.h-data: Likewise.
44372 * crypt/crypt-private.h: Likewise.
44373 * crypt/crypt.h: Likewise.
44374 * crypt/crypt_util.c: Likewise.
44375 * ctype/ctype.h: Likewise.
44376 * debug/execinfo.h: Likewise.
44377 * debug/mbsnrtowcs_chk.c: Likewise.
44378 * debug/mbsrtowcs_chk.c: Likewise.
44379 * debug/wcsnrtombs_chk.c: Likewise.
44380 * debug/wcsrtombs_chk.c: Likewise.
44381 * debug/wcstombs_chk.c: Likewise.
44382 * dirent/dirent.h: Likewise.
44383 * dlfcn/dlfcn.h: Likewise.
44384 * elf/neededtest4.c: Likewise.
44385 * grp/grp.h: Likewise.
44386 * gshadow/gshadow.h: Likewise.
44387 * iconv/gconv.h: Likewise.
44388 * iconv/gconv_int.h: Likewise.
44389 * iconv/gconv_simple.c: Likewise.
44390 * iconv/iconv.h: Likewise.
44391 * iconv/loop.c: Likewise.
44392 * iconv/skeleton.c: Likewise.
44393 * include/aio.h: Likewise.
44394 * include/aliases.h: Likewise.
44395 * include/argz.h: Likewise.
44396 * include/arpa/inet.h: Likewise.
44397 * include/assert.h: Likewise.
44398 * include/dirent.h: Likewise.
44399 * include/dlfcn.h: Likewise.
44400 * include/execinfo.h: Likewise.
44401 * include/fcntl.h: Likewise.
44402 * include/fenv.h: Likewise.
44403 * include/glob.h: Likewise.
44404 * include/grp.h: Likewise.
44405 * include/libintl.h: Likewise.
44406 * include/mntent.h: Likewise.
44407 * include/netdb.h: Likewise.
44408 * include/pwd.h: Likewise.
44409 * include/rpc/netdb.h: Likewise.
44410 * include/sched.h: Likewise.
44411 * include/search.h: Likewise.
44412 * include/shadow.h: Likewise.
44413 * include/signal.h: Likewise.
44414 * include/stdio.h: Likewise.
44415 * include/stdlib.h: Likewise.
44416 * include/string.h: Likewise.
44417 * include/sys/socket.h: Likewise.
44418 * include/sys/stat.h: Likewise.
44419 * include/sys/statfs.h: Likewise.
44420 * include/sys/statvfs.h: Likewise.
44421 * include/sys/syslog.h: Likewise.
44422 * include/sys/time.h: Likewise.
44423 * include/sys/uio.h: Likewise.
44424 * include/time.h: Likewise.
44425 * include/unistd.h: Likewise.
44426 * include/utmp.h: Likewise.
44427 * include/wchar.h: Likewise.
44428 * include/wctype.h: Likewise.
44429 * inet/aliases.h: Likewise.
44430 * inet/arpa/inet.h: Likewise.
44431 * inet/netinet/ether.h: Likewise.
44432 * inet/netinet/in.h: Likewise.
44433 * intl/libintl.h: Likewise.
44434 * io/bits/fcntl2.h: Likewise.
44435 * io/fcntl.h: Likewise.
44436 * io/ftw.h: Likewise.
44437 * io/sys/poll.h: Likewise.
44438 * io/sys/stat.h: Likewise.
44439 * io/sys/statfs.h: Likewise.
44440 * io/sys/statvfs.h: Likewise.
44441 * io/utime.h: Likewise.
44442 * libio/bits/stdio.h: Likewise.
44443 * libio/bits/stdio2.h: Likewise.
44444 * libio/libio.h: Likewise.
44445 * libio/libioP.h: Likewise.
44446 * libio/stdio.h: Likewise.
44447 * locale/lc-ctype.c: Likewise.
44448 * locale/locale.h: Likewise.
44449 * login/utmp.h: Likewise.
44450 * malloc/arena.c: Likewise.
44451 * malloc/malloc.c: Likewise.
44452 * malloc/malloc.h: Likewise.
44453 * malloc/mcheck.c: Likewise.
44454 * malloc/mtrace.c: Likewise.
44455 * math/bits/mathcalls.h: Likewise.
44456 * math/fenv.h: Likewise.
44457 * math/math_private.h: Likewise.
44458 * misc/bits/error.h: Likewise.
44459 * misc/bits/syslog.h: Likewise.
44460 * misc/err.h: Likewise.
44461 * misc/error.h: Likewise.
44462 * misc/fstab.h: Likewise.
44463 * misc/mntent.h: Likewise.
44464 * misc/regexp.h: Likewise.
44465 * misc/search.h: Likewise.
44466 * misc/sgtty.h: Likewise.
44467 * misc/sys/mman.h: Likewise.
44468 * misc/sys/syslog.h: Likewise.
44469 * misc/sys/uio.h: Likewise.
44470 * misc/sys/xattr.h: Likewise.
44471 * misc/ttyent.h: Likewise.
44472 * nis/rpcsvc/ypclnt.h: Likewise.
44473 * nss/nss.h: Likewise.
44474 * posix/bits/unistd.h: Likewise.
44475 * posix/fnmatch.h: Likewise.
44476 * posix/glob.h: Likewise.
44477 * posix/sched.h: Likewise.
44478 * posix/spawn.h: Likewise.
44479 * posix/sys/wait.h: Likewise.
44480 * posix/unistd.h: Likewise.
44481 * posix/wordexp.h: Likewise.
44482 * pwd/pwd.h: Likewise.
44483 * resolv/netdb.h: Likewise.
44484 * resource/sys/resource.h: Likewise.
44485 * rt/aio.h: Likewise.
44486 * rt/bits/mqueue2.h: Likewise.
44487 * rt/mqueue.h: Likewise.
44488 * shadow/shadow.h: Likewise.
44489 * signal/signal.h: Likewise.
44490 * socket/send.c: Likewise.
44491 * socket/sendto.c: Likewise.
44492 * socket/sys/socket.h: Likewise.
44493 * stdio-common/printf.h: Likewise.
44494 * stdlib/bits/stdlib.h: Likewise.
44495 * stdlib/fmtmsg.h: Likewise.
44496 * stdlib/monetary.h: Likewise.
44497 * stdlib/stdlib.h: Likewise.
44498 * stdlib/ucontext.h: Likewise.
44499 * streams/stropts.h: Likewise.
44500 * string/argz.h: Likewise.
44501 * string/bits/string2.h: Likewise.
44502 * string/string.h: Likewise.
44503 * string/strings.h: Likewise.
44504 * sunrpc/rpc/auth.h: Likewise.
44505 * sunrpc/rpc/auth_des.h: Likewise.
44506 * sunrpc/rpc/clnt.h: Likewise.
44507 * sunrpc/rpc/netdb.h: Likewise.
44508 * sunrpc/rpc/pmap_clnt.h: Likewise.
44509 * sunrpc/rpc/xdr.h: Likewise.
44510 * sysdeps/generic/inttypes.h: Likewise.
44511 * sysdeps/generic/net/if.h: Likewise.
44512 * sysdeps/generic/sys/swap.h: Likewise.
44513 * sysdeps/gnu/net/if.h: Likewise.
44514 * sysdeps/gnu/utmpx.h: Likewise.
44515 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
44516 * sysdeps/i386/i486/bits/string.h: Likewise.
44517 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
44518 * sysdeps/s390/bits/string.h: Likewise.
44519 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
44520 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
44521 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
44522 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
44523 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
44524 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
44525 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
44526 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
44527 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
44528 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
44529 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
44530 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
44531 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
44532 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
44533 * sysdeps/unix/sysv/linux/readv.c: Likewise.
44534 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
44535 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
44536 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
44537 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
44538 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
44539 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44540 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
44541 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
44542 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
44543 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
44544 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
44545 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
44546 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44547 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
44548 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
44549 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
44550 * sysvipc/sys/ipc.h: Likewise.
44551 * sysvipc/sys/msg.h: Likewise.
44552 * sysvipc/sys/sem.h: Likewise.
44553 * sysvipc/sys/shm.h: Likewise.
44554 * termios/termios.h: Likewise.
44555 * time/sys/time.h: Likewise.
44556 * time/time.h: Likewise.
44557 * wcsmbs/bits/wchar2.h: Likewise.
44558 * wcsmbs/uchar.h: Likewise.
44559 * wcsmbs/wchar.h: Likewise.
44560 * wctype/wctype.h: Likewise.
44561
0269750c
UD
44562 [BZ #13551]
44563 * Makeconfig: Remove all but ELF support including AIX support.
44564 * Makerules: Likewise.
44565 * config.h.in: Likewise.
44566 * config.make.in: Likewise.
44567 * configure: Likewise.
44568 * configure.in: Likewise.
44569 * csu/Makefile: Likewise.
44570 * csu/version.c: Likewise.
44571 * debug/Makefile: Likewise.
44572 * dlfcn/Makefile: Likewise.
44573 * elf/Makefile: Likewise.
44574 * extra-lib.mk: Likewise.
44575 * iconv/Makefile: Likewise.
44576 * include/libc-symbols.h: Likewise.
44577 * include/shlib-compat.h: Likewise.
44578 * resolv/Makefile: Likewise.
44579 * resolv/res_libc.c: Likewise.
44580 * rt/Makefile: Likewise.
44581 * sysdeps/i386/asm-syntax.h: Likewise.
44582 * sysdeps/i386/sysdep.h: Likewise.
44583 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
44584 * sysdeps/mach/sysdep.h: Likewise.
44585 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
44586 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
44587 * sysdeps/s390/asm-syntax.h: Likewise.
44588 * sysdeps/s390/s390-32/sysdep.h: Likewise.
44589 * sysdeps/s390/s390-64/sysdep.h: Likewise.
44590 * sysdeps/sh/sysdep.h: Likewise.
44591 * sysdeps/unix/sparc/sysdep.h: Likewise.
44592 * sysdeps/wordsize-32/divdi3.c: Likewise.
44593 * sysdeps/x86_64/sysdep.h: Likewise.
44594
00bbd29b
UD
44595 * argp/Versions: Remove _argp_unlock_xxx.
44596
44597 [BZ #13559]
44598 * abilist/ld.abilist: Update. Adjust for removal of tls option.
44599 * abilist/libBrokenLocale.abilist: Likewise.
44600 * abilist/libanl.abilist: Likewise.
44601 * abilist/libc.abilist: Likewise.
44602 * abilist/libcrypt.abilist: Likewise.
44603 * abilist/libdl.abilist: Likewise.
44604 * abilist/libm.abilist: Likewise.
44605 * abilist/libnsl.abilist: Likewise.
44606 * abilist/libpthread.abilist: Likewise.
44607 * abilist/libresolv.abilist: Likewise.
44608 * abilist/librt.abilist: Likewise.
44609 * abilist/libthread_db.abilist: Likewise.
44610 * abilist/libutil.abilist: Likewise.
44611 * abilist/libnss_db.abilist: New file.
44612
44613 * scripts/abilist.awk: Add support for indirect functions.
44614
a2693a0e
UD
44615 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
44616
3f05895f
UD
44617 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
44618
ecb6fb48
UD
44619 * shlib-versions: Remove entries for ports architectures.
44620
664f8cb9
UD
44621 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
44622 files in ports.
44623 * elf/stackguard-macros.h: Remove support for IA-64.
44624 * elf/tst-auditmod1.c: Likewise.
44625 * sysdeps/generic/ldsodefs.h: Likewise.
44626
7ae81d88
UD
44627 * sysdeps/unix/sysv/linux/configure.in: Ports should define
44628 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
44629 configure files.
44630
bdeba135
UD
44631 [BZ #13552]
44632 * configure.in: Remove --enable-omitfp support.
44633 * FAQ.in: Adjust.
44634 * config.make.in: Likewise.
44635 * Makeconfig: Likewise.
44636 * manual/install.texi: Likewise.
44637
d75a0a62
UD
44638 In case anyone cares, the IA-64 architecture could move to ports.
44639 * sysdeps/ia64/*: Removed.
44640 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 44641 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 44642
dcc9756b
UD
44643 [BZ #13555]
44644 * configure.in: Remove entries for unsupported architectures.
44645
d3761ebc 44646 [BZ #13533]
9954432e
UD
44647 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
44648 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
44649 routines.
44650 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
44651 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
44652 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
44653 fall back to using wcrtomb.
44654 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
44655 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
44656 renaming.
44657 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
44658 * wcsmbs/tst-c16c32-1.c: New file.
44659
44660 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
44661 local variable.
44662
c3a87236
UD
44663 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
44664
28926a1b
UD
44665 * elf/tst-unique3.cc: Add explicit declaration of gets.
44666 * elf/tst-unique3lib.cc: Likewise.
44667 * elf/tst-unique3lib2.cc: Likewise.
44668 * elf/tst-unique4.cc: Likewise.
44669
df78418a
UD
44670 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
44671
8ecd6b2a
JM
446722012-01-06 Joseph Myers <joseph@codesourcery.com>
44673
44674 [BZ #13566]
44675 * assert/assert.h (static_assert): Don't define for C++.
44676 * libio/stdio.h (gets): Do declare for C++ <= C++11.
44677 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
44678
9f115170
UD
446792012-01-03 Ulrich Drepper <drepper@gmail.com>
44680
5e0d0300
UD
44681 * iconv/loop.c (single loop): Fix assertion in storing of
44682 remaining bytes.
44683
9f115170
UD
44684 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
44685
81fb02b0
UD
446862012-01-01 Ulrich Drepper <drepper@gmail.com>
44687
44688 * posix/getconf.c: Update copyright year.
44689 * nss/getent.c: Likewise.
a316c1f6 44690 * nss/makedb.c: Likewise.
81fb02b0
UD
44691 * iconv/iconvconfig.c: Likewise.
44692 * iconv/iconv_prog.c: Likewise.
44693 * elf/ldconfig.c: Likewise.
a316c1f6
UD
44694 * elf/pldd.c: Likewise.
44695 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
44696 * catgets/gencat.c: Likewise.
44697 * csu/version.c: Likewise.
44698 * elf/ldd.bash.in: Likewise.
44699 * elf/sprof.c (print_version): Likewise.
44700 * locale/programs/locale.c: Likewise.
44701 * locale/programs/localedef.c: Likewise.
a316c1f6 44702 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
44703 * nscd/nscd.c (print_version): Likewise.
44704 * debug/xtrace.sh: Likewise.
44705 * malloc/memusage.sh: Likewise.
44706 * malloc/mtrace.pl: Likewise.
44707 * debug/catchsegv.sh: Likewise.
44708
2ba92745
JJ
447092011-12-30 Jakub Jelinek <jakub@redhat.com>
44710
44711 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
44712 pure attribute.
44713
dadebdae
UD
447142011-12-24 Ulrich Drepper <drepper@gmail.com>
44715
d3761ebc 44716 [BZ #13533]
db6af3eb
UD
44717 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
44718 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
44719 transformations.
44720 * iconv/gconv_int.h: Likewise.
44721 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
44722 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
44723 from libc for GLIBC_2.16.
44724 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
44725 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
44726 * wcsmbs/uchar.h: Really define mbstate_t.
44727 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
44728 * wcsmbs/c16rtomb.c: New file.
44729 * wcsmbs/mbrtoc16.c: New file.
44730 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
44731 for C/POSIX locale.
44732 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
44733 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
44734
dadebdae
UD
44735 * wcsmbs/wchar.h: Add missing __restrict.
44736
67371b56
UD
447372011-12-23 Ulrich Drepper <drepper@gmail.com>
44738
74033a25
UD
44739 [BZ #13532]
44740 * time/Makefile (routines): Add timespec_get.
44741 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
44742 * time/time.h: Define TIME_UTC and declare timespec_get. Define
44743 timespec for ISO C11.
44744 * time/timespec_get.c: New file.
44745 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
44746 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
44747
380d7e87
UD
44748 [BZ #13531]
44749 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
44750 * stdlib/stdlib.h: Declare aligned_alloc.
44751 * Versions.def: Add GLIBC_2.16 for libc.
44752 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
44753
4e9e7a35
UD
44754 [BZ 13527]
44755 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
44756 ISO C11.
44757
380d7e87 44758 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
44759 code.
44760
03a71829
UD
44761 [BZ #13528]
44762 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
44763
839e283e
UD
44764 [BZ #13529]
44765 * assert/assert.h (static_assert): Define.
44766
ce5294e2 44767 * version.h: Update for 2.16 development version.
90fa7312 44768
8d44e150 44769 [BZ #13526]
d7809905
UD
44770 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
44771 _ISOC11_SOURCE.
44772
c0da14cd
UD
44773 * version.h (RELEASE): Bump for 2.15 release.
44774 * include/features.h (__GLIBC_MINOR__): Bump to 15.
44775
530a3249
MP
44776 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
44777 Patch by Marek Polacek <mpolacek@redhat.com>.
44778
67371b56
UD
44779 * bits/byteswap.h: Protect long long constants with __extension__.
44780 * sysdeps/i386/bits/byteswap.h: Likewise.
44781 * sysdeps/ia64/bits/byteswap.h: Likewise.
44782 * sysdeps/s390/bits/byteswap.h: Likewise.
44783 * sysdeps/x86_64/bits/byteswap.h: Likewise.
44784
15db4de1
LD
447852011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44786
44787 [BZ #13540]
bbe315ea
LD
44788 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
44789 destination buffer.
15db4de1
LD
44790 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
44791
2b2596b1
MP
447922011-12-23 Marek Polacek <polacek@redhat.com>
44793
44794 * elf/dl-addr.c (determine_info): Add inline keyword.
44795 * elf/tst-auditmod4b.c (check_avx): Likewise.
44796 * elf/tst-auditmod6b.c (check_avx): Likewise.
44797 * elf/tst-auditmod6c.c (check_avx): Likewise.
44798 * elf/tst-auditmod7b.c (check_avx): Likewise.
44799
70c6c246
UD
448002011-12-23 Ulrich Drepper <drepper@gmail.com>
44801
44802 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
44803 !__SSE_MATH__.
44804
c044cf14
LD
448052011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44806
15db4de1 44807 [BZ #13540]
c044cf14
LD
44808 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
44809 processing for last bytes.
44810
6b13d9d9
BH
448112011-08-06 Bruno Haible <bruno@clisp.org>
44812
d455f537
BH
44813 [BZ #13061]
44814 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
44815 U+0385, not to U+1FEE.
44816
6b13d9d9
BH
44817 [BZ #13062]
44818 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
44819 entry for U+00A5 U+0301.
44820
db910efd
UD
448212011-12-22 Ulrich Drepper <drepper@gmail.com>
44822
27deeafc
UD
44823 [BZ #13166]
44824 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
44825 buffer for the output is too small.
44826
aed9d171
UD
44827 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
44828 optimization.
44829
db910efd
UD
44830 [BZ #13185]
44831 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
44832 SSE flags if possible.
44833
2bd779ae
LD
448342011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44835
e7f9dac3 44836 [BZ #13540]
2bd779ae
LD
44837 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
44838 processing for last bytes.
44839
154bfc16
JM
448402011-12-22 Joseph Myers <joseph@codesourcery.com>
44841
44842 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
44843 (syscall-list-default-options, syscall-list-default-condition)
44844 (syscall-list-includes): Define.
44845 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
44846 list of ABIs and options and #if conditions for each ABI. Do not
44847 handle common syscalls between ABIs specially.
44848 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
44849 Remove.
44850 (syscall-list-variants, syscall-list-32bit-options)
44851 (syscall-list-32bit-condition, syscall-list-64bit-options)
44852 (syscall-list-64bit-condition): Define.
44853 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
44854 (syscall-list-variants, syscall-list-32bit-options)
44855 (syscall-list-32bit-condition, syscall-list-64bit-options)
44856 (syscall-list-64bit-condition): Define.
44857 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
44858 Remove.
44859 (syscall-list-variants, syscall-list-32bit-options)
44860 (syscall-list-32bit-condition, syscall-list-64bit-options)
44861 (syscall-list-64bit-condition): Define.
44862 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
44863 Remove.
44864 (syscall-list-variants, syscall-list-32bit-options)
44865 (syscall-list-32bit-condition, syscall-list-64bit-options)
44866 (syscall-list-64bit-condition): Define.
44867
21eaf3a5
UD
448682011-12-22 Ulrich Drepper <drepper@gmail.com>
44869
16c6f992
UD
44870 * locale/iso-639.def: Add brx entry.
44871
41043168
UD
44872 [BZ #13328]
44873 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
44874 Proposed by Mariusz_Cukr <marcukr@op.pl>.
44875
21eaf3a5
UD
44876 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
44877 __feraiseexcept_renamed.
44878
e3a851a2
UD
448792011-12-21 Ulrich Drepper <drepper@gmail.com>
44880
4920765e
UD
44881 [BZ #13538]
44882 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
44883 EPOLLET with unsigned values.
44884 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
44885 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
44886
e3a851a2
UD
44887 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
44888 to large cancellation.
44889 * math/s_cacoshf.c: Likewise.
44890 * math/s_cacoshl.c: Likewise.
44891
b27e24b8
RK
448922011-11-18 Richard B. Kreckel <kreckel@ginac.de>
44893
44894 [BZ #13305]
aebefeee 44895 [BZ #12786]
b27e24b8
RK
44896 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
44897 * math/s_cacoshf.c: Likewise.
44898 * math/s_cacoshl.c: Likewise.
44899
ee190f67
UD
449002011-12-21 Ulrich Drepper <drepper@gmail.com>
44901
44902 [BZ #13439]
44903 * iconv/gconv.h: Define __GCONV_SWAP.
44904 * iconvdata/unicode.c: The swap bit must be stored in __flags.
44905 * iconvdata/utf-16.c: Likewise.
44906 * iconvdata/utf-32.c: Likewise.
44907
707f25df
AS
449082011-12-21 Andreas Schwab <schwab@linux-m68k.org>
44909
44910 [BZ #13524]
44911 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
44912 numerator after shifting it by one limb.
44913
d2daaa1e
RÁE
449142011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
44915
44916 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
44917 under [__USE_EXTERN_INLINES].
44918
a4647e72
UD
449192011-12-17 Ulrich Drepper <drepper@gmail.com>
44920
44921 [BZ #13446]
44922 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
44923
f0b264f1
AZ
449242011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44925
44926 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
44927 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
44928 optimized code.
44929 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
44930 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
44931 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
44932 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
44933 for strncasecmp/strncasecmp_l compilation.
44934 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
44935 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
44936
8ef4f244
MP
449372011-12-08 Marek Polacek <mpolacek@redhat.com>
44938
44939 [BZ #13484]
44940 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
44941 of __asm__.
44942
97ac2654
UD
449432011-12-17 Ulrich Drepper <drepper@gmail.com>
44944
44945 [BZ #13506]
44946 * time/tzfile.c (__tzfile_read): Check values from file header.
44947
91d2a845
WS
449482011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
44949
44950 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
44951 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
44952 * powerpc/powerpc32/dl-start.S: Likewise.
44953 * powerpc/powerpc32/elf/start.S: Likewise.
44954 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
44955 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
44956 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
44957 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
44958 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
44959 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
44960 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
44961 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
44962 * powerpc/powerpc32/fpu/s_round.S: Likewise.
44963 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
44964 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
44965 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
44966 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
44967 * powerpc/powerpc32/memset.S: Likewise.
44968 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
44969 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
44970 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
44971 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
44972 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
44973 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
44974 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
44975 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
44976 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
44977 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
44978 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
44979 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
44980 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
44981
a1267ba1
AZ
449822011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44983
44984 * math/libm-test.inc: Added more nearbyint tests.
44985 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
44986 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
44987 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
44988 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
44989
ad8ac1bd
RL
449902011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
44991
44992 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
44993 FD_CLOEXEC.
44994
1d3e4b61
UD
449952011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44996
44997 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
44998 Add wcscpy-ssse3 wcscpy-c.
44999 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
45000 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
45001 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
45002 * sysdeps/x86_64/wcschr.S: New file.
45003 * sysdeps/x86_64/wcsrchr.S: New file.
45004 * string/test-strcmp.c: Remove checking of wcscmp function for
45005 wrong alignments.
45006 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
45007 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
45008 wcsrchr-sse2 wcsrchr-c.
45009 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
45010 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
45011 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
45012 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
45013 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
45014 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
45015 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
45016 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
45017 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
45018 * wcsmbc/wcschr.c (WCSCHR): New macro.
45019
5b330a2d
UD
450202011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45021
45022 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
45023 * wcsmbs/test-wcsrchr.c: New file.
45024 * string/test-strrchr.c: Add wcsrchr support.
45025 (WIDE): New macro.
45026 * wcsmbs/test-wcscpy.c: New file.
45027 * string/test-strcpy.c: Add wcscpy support.
45028 (WIDE): New macro.
26428b7c 45029
f039c043
UD
450302011-12-10 Ulrich Drepper <drepper@gmail.com>
45031
45032 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
45033 the inner loop.
45034
850fb039
AS
450352011-12-06 Andreas Schwab <schwab@linux-m68k.org>
45036
45037 [BZ #13472]
45038 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
45039
4efbd5cb
UD
450402011-12-04 Ulrich Drepper <drepper@gmail.com>
45041
52ff5dd0 45042 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 45043 Minor optimizations.
52ff5dd0 45044
4efbd5cb
UD
45045 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
45046 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
45047 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
45048
8a426e12
UD
450492011-12-03 Ulrich Drepper <drepper@gmail.com>
45050
aff2453d
UD
45051 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
45052 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
45053 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
45054 for gcc to avoid warnings.
45055 * inet/Makefile (tests): Add tst-checks.
45056 * inet/tst-checks.c: New file.
45057
45058 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
45059 warning.
45060
45061 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
45062 __wmemcmp_sse2.
45063
45064 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
45065 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
45066
8a426e12
UD
45067 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
45068
9bea3473
UD
450692011-12-02 Ulrich Drepper <drepper@gmail.com>
45070
3a965496
UD
45071 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
45072 problem.
45073
9bea3473
UD
45074 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
45075
f101631b
UD
450762011-11-29 Joseph Myers <joseph@codesourcery.com>
45077
45078 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
45079 conditional on GCC version.
45080 (__arch_compare_and_exchange_val_8_acq)
45081 (__arch_compare_and_exchange_val_16_acq)
45082 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
45083 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
45084 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
45085
a98275aa
UD
450862011-12-02 Joseph Myers <joseph@codesourcery.com>
45087
45088 * sysdeps/sh/backtrace.c: New file.
45089
d4cc29a2
AS
450902011-12-02 Andreas Schwab <schwab@redhat.com>
45091
45092 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
45093 parenthesis.
45094
6257af2d
AS
450952011-12-01 Andreas Schwab <schwab@redhat.com>
45096
45097 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
45098 falling back to utime.
45099
b5f44c1a
AS
451002011-11-30 Andreas Schwab <schwab@redhat.com>
45101
45102 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
45103 expectations for float.
45104
f3a6cc0a
AS
451052011-11-29 Andreas Schwab <schwab@redhat.com>
45106
45107 * locale/weight.h (findidx): Add parameter len.
45108 * locale/weightwc.h (findidx): Likewise.
45109 * posix/fnmatch_loop.c (FCT): Adjust caller.
45110 * posix/regcomp.c (build_equiv_class): Likewise.
45111 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
45112 * posix/regexec.c (check_node_accept_bytes): Likewise.
45113 * string/strcoll_l.c (STRCOLL): Likewise.
45114 * string/strxfrm_l.c (STRXFRM): Likewise.
45115
9d65ea3a
UD
451162011-11-17 Ulrich Drepper <drepper@gmail.com>
45117
45118 * Makefile.in: Remove CVSOPT handling.
45119 * configure.in: Remove use of AC_REVISION.
45120 * iconvdata/Makefile (distribute): No need to filter out CVS.
45121 * scripts/list-sources.sh: Remove CVS, subversion and monotone
45122 handling.
45123
5583a086
AS
451242011-11-16 Andreas Schwab <schwab@redhat.com>
45125
45126 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
45127 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
45128 [USE_AS_STRNCASECMP_L]: Likewise.
45129 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
45130 NO_TLS_DIRECT_SEG_REFS.
45131 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
45132 Fix argument offsets for non-PIC.
45133 [USE_AS_STRNCASECMP_L]: Likewise.
45134 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
45135 NO_TLS_DIRECT_SEG_REFS.
45136
d62a8200
UD
451372011-11-15 Ulrich Drepper <drepper@gmail.com>
45138
9d65ea3a 45139 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
45140 O_CLOEXEC.
45141 * locale/loadlocale.c (_nl_load_locale): Likewise.
45142
09f93bd3
AS
451432011-11-15 Andreas Schwab <schwab@redhat.com>
45144
446514f9
AS
45145 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
45146 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
45147 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
45148 (SYSCALL_GETTIME): Set errno on error.
45149
09f93bd3
AS
45150 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
45151 count references to noai6ai_cached.
45152
312be3f9
UD
451532011-11-15 Ulrich Drepper <drepper@gmail.com>
45154
45155 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
45156
45157 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
45158 FD_CLOEXEC for /proc/self/maps.
45159
45160 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
45161 FD_CLOEXEC for /proc/meminfo.
45162
45163 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
45164 gai.conf.
45165
45166 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
45167 FD_CLOEXEC for given file.
45168
45169 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
45170
45171 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
45172 FD_CLOEXEC for /etc/hosts.
45173 (_gethtent): Likewise.
45174
45175 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
45176
45177 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
45178 cancellation and set FD_CLOEXEC for /etc/netgroup.
45179
45180 * nss/nss_files/files-key.c (search): Don't allow cancellation when
45181 reading /etc/publickey.
45182
45183 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
45184 allow cancellation when reading /etc/group.
45185
45186 * nss/nss_files/files-alias.c (internal_setent): Don't allow
45187 cancellation.
45188 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
45189
45190 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
45191 when using data file.
45192
45193 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
45194
45195 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
45196 (write_nis_obj): Use "c" and "e" in fopen.
45197
45198 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
45199
45200 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
45201
45202 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
45203
45204 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
45205
45206 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
45207 locale.alias.
45208
45209 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
45210
45211 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
45212
45213 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
45214
45215 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
45216 file parsing and set FD_CLOEXEC.
45217
82af0fa8
UD
452182011-11-14 Ulrich Drepper <drepper@gmail.com>
45219
45220 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
45221
a5fb313c
AS
452222011-11-14 Andreas Schwab <schwab@redhat.com>
45223
45224 * malloc/arena.c (arena_get2): Don't call reused_arena when
45225 _int_new_arena failed.
45226
6abf3465
UD
452272011-11-14 Ulrich Drepper <drepper@gmail.com>
45228
45229 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
45230 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
45231 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
45232 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45233 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45234 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
45235 to compile strcasecmp and strncasecmp.
45236 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
45237 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
45238
45239 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
45240
76e3966e
UD
452412011-11-13 Ulrich Drepper <drepper@gmail.com>
45242
45243 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
45244 locale-defines.sym to gen-as-const-headers.
45245 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
45246 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
45247 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
45248 to compile strcasecmp and strncasecmp.
45249 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
45250 strcasecmp_l and strncasecmp_l.
45251 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
45252 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
45253 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
45254 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
45255 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
45256 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
45257 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
45258 * sysdeps/i386/i686/multiarch/strncase.S: New file.
45259 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
45260 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
45261 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
45262
ab26144e
UD
452632011-11-12 Ulrich Drepper <drepper@gmail.com>
45264
7edb22ef
UD
45265 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
45266 result of SYSDEP_GETTIME_CPU to retval.
45267 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
45268 parameter list to macro. Remove trailing semicolon. Adjust users.
45269
9694fc44
UD
45270 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
45271 variable.
45272
8ad89ef8
UD
45273 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
45274 mantissa words.
45275 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
45276
0c822ef9
UD
45277 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
45278 from unused variable.
45279
874e0564
UD
45280 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
45281 DWARF definitions.
45282 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
45283 for assembling.
45284
3a2edc79
UD
45285 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
45286 over namespaces.
45287
f3c2577f
UD
45288 * sunrpc/rpc_prot.c (rejected): Fix case value.
45289
294ce126
UD
45290 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
45291 unsigned long long int to avoid warnings in shift.
45292
5e2b63c6
UD
45293 * posix/regex_internal.c (re_string_reconstruct): Actually use result
45294 of use of trans.
45295 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
45296 variable tmp.
45297
e7f4b08e
UD
45298 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
45299 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
45300 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
45301
ab26144e
UD
45302 * nis/nis_table.c (nis_list): Use variable of correct type for
45303 result of __follow_path call.
45304
8a6d5255
AZ
453052011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45306
45307 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
45308 of math functions ceil, trunc, floor, round, and sqrt, when
45309 avaliable on the platform.
45310 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
45311 name clash.
45312 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
45313 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
45314 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45315
aaddc98c
MP
453162011-10-30 Marek Polacek <mpolacek@redhat.com>
45317
45318 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
45319 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
45320
95b7042b
RM
453212011-11-11 Roland McGrath <roland@hack.frob.com>
45322
45323 * include/unistd.h: Fix __readlink return type.
45324 Reported by Chris Metcalf <cmetcalf@tilera.com>.
45325
57769839
UD
453262011-11-11 Ulrich Drepper <drepper@gmail.com>
45327
45328 * stdlib/ucontext.h: Undo last change for makecontext.
45329
edc5984d
AS
453302011-11-11 Andreas Schwab <schwab@redhat.com>
45331
98591e58
AS
45332 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
45333
edc5984d
AS
45334 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
45335 * setjmp/setjmp.h: Mark functions as non-leaf.
45336 * setjmp/bits/setjmp2.h: Likewise.
45337 * stdlib/ucontext.h: Likewise.
45338
77cdc054
AS
453392011-11-10 Andreas Schwab <schwab@redhat.com>
45340
45341 * malloc/arena.c (_int_new_arena): Don't increment narenas.
45342 (reused_arena): Don't check arena limit.
45343 (arena_get2): Atomically check arena limit.
45344
fe72eebd
UD
453452011-11-08 Ulrich Drepper <drepper@gmail.com>
45346
5f078c32
UD
45347 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
45348 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
45349
fe72eebd
UD
45350 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
45351 instructions.
45352
ae1bc2fa
AS
453532011-11-07 Andreas Schwab <schwab@redhat.com>
45354
7583a88d
AS
45355 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
45356 handler when locking.
45357
ae1bc2fa
AS
45358 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45359 Fix size of allocated buffer.
45360
10fb0bfa
AS
453612011-11-04 Andreas Schwab <schwab@redhat.com>
45362
998832a4
AS
45363 [BZ #10103]
45364 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
45365 declarations for long double functions.
45366 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
45367
10fb0bfa
AS
45368 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
45369
3d7ba52b
AS
453702011-11-03 Andreas Schwab <schwab@redhat.com>
45371
a9ae54a1
AS
45372 * nscd/nscd.c (main): Don't start AVC thread until credentials are
45373 installed.
45374
3d7ba52b
AS
45375 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
45376 is disabled.
45377
bc8db248
ST
453782011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
45379
45380 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
45381
45b96dd6
AS
453822011-11-01 Andreas Schwab <schwab@linux-m68k.org>
45383
647776f6
AS
45384 * include/alloca.h (stackinfo_alloca_round): Define.
45385 (extend_alloca): Use it.
45386 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
45387 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
45388 here.
45389
d91a8b93
AS
45390 * scripts/check-local-headers.sh: Ignore libaudit.h.
45391
45b96dd6
AS
45392 * nscd/Makefile (extra-objs): Make recursively expanded.
45393
432d41ce
UD
453942011-11-01 Ulrich Drepper <drepper@gmail.com>
45395
34372fc6
UD
45396 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
45397 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
45398
fadb59f8
UD
45399 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
45400 * posix/tst-rfc3484-2.c: Likewise.
45401 * posix/tst-rfc3484-3.c: Likewise.
45402
78239589
UD
45403 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45404 process_vm_writev.
45405 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
45406 process_vm_writev.
45407 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
45408 process_vm_writev from libc using GLIBC_2.15 version.
45409
432d41ce
UD
45410 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
45411
02f9c6cf
PP
454122011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
45413
45414 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
45415 stack usage.
45416
3a2c0242
UD
454172011-10-31 Ulrich Drepper <drepper@gmail.com>
45418
f4ec4833
UD
45419 [BZ #13367]
45420 * nss/getent.c (initgroups_keys): Show error message in case no group
45421 names are given.
45422
3a2c0242
UD
45423 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
45424 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
45425 __bump_nl_timestamp.
45426 * nscd/connections (nscd_init): When host database is served open
45427 netlink socket and request notification about configuration changes.
45428 (main_loop_poll): Track netlink file descriptor and bump timestamp
45429 in case data becomes available.
45430 (main_loop_epoll): Likewise.
45431 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
45432 (database_pers_head): Add extra_data fileds.
45433 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
45434 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
45435 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
45436 Adjust caller.
45437 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
45438 in6ai data, call __free_in6ai.
45439 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
45440 Add -DHAVE_NETLINK.
45441 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
45442 interface information. Reuse previous data if netlink timestamp
45443 is not changed.
45444 (__bump_nl_timestamp): New function.
45445 (__free_in6ai): New function.
45446
636064eb
UD
454472011-10-30 Ulrich Drepper <drepper@gmail.com>
45448
45449 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
45450 close_not_cancel_no_status here.
45451 (__check_pf): Reorganize code a bit to not call close twice if OOM.
45452
9beb2334
UD
454532011-10-29 Ulrich Drepper <drepper@gmail.com>
45454
6ef76f3b
UD
45455 [BZ #13276]
45456 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
45457 return value.
45458
0ffc4f3e 45459 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
45460 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
45461 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
45462
cb95113e
UD
454632011-07-03 Andreas Jaeger <aj@suse.de>
45464
45465 [BZ #10709]
45466 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
45467 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
45468 * math/libm-test.inc (sin_test): Add test case.
45469
a1b560ff
UD
454702011-10-29 Ulrich Drepper <drepper@gmail.com>
45471
c9aaface
UD
45472 [BZ #13337]
45473 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
45474 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45475
d272e7f1
UD
45476 * elf/chroot_canon.c (chroot_canon): Cleanups.
45477
1bc33071
UD
45478 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
45479
1760874d
TJ
45480 [BZ #13335]
45481 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
45482 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
45483
51d91b18
UD
45484 * string/test-strchr.c: Make usable for strchrnul testing.
45485 * string/test-strchrnul.c: New file.
45486 * string/Makefile (strop-tests): Add strchrnul.
45487
a1b560ff 45488 * po/it.po: Update from translation team.
b611fb81 45489 * po/es.po: Likewise.
a1b560ff 45490
a5b81e1f
UD
454912011-10-28 Ulrich Drepper <drepper@gmail.com>
45492
fd52bc6d
UD
45493 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
45494 the three constants needed as parameters. Drop the others.
45495 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
45496 __m128i_strloadu_tolower.
52e4b9eb
UD
45497 Create and initialize variable zero and use it in all the places
45498 where _mm_setzero_si128 was used.
fd52bc6d 45499
a5b81e1f
UD
45500 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
45501 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
45502 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
45503 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
45504 anymore.
45505 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
45506 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
45507 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
45508 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
45509 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
45510 __mpranred, __mptan.
45511 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
45512 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
45513 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
45514 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
45515 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
45516 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
45517 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
45518 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
45519 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
45520
b4343346
AS
455212011-10-28 Andreas Schwab <schwab@redhat.com>
45522
0c92d8a8
AS
45523 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
45524 redefine if SHARED.
45525 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
45526
b4343346
AS
45527 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
45528 wide char related routines to wcsmbs subdir.
45529
3871f58f
AS
455302011-10-27 Andreas Schwab <schwab@redhat.com>
45531
45532 [BZ #13344]
45533 * misc/sys/cdefs.h (__THROWNL): Define.
45534 * posix/unistd.h: Use __THREADNL instead of __THREAD
45535 for memory synchronization functions.
45536
94d44d9f
RM
455372011-10-26 Roland McGrath <roland@hack.frob.com>
45538
21b64b15 45539 [BZ #13349]
94d44d9f
RM
45540 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
45541 doesn't exist.
45542 * manual/stdio.texi (Obstack Streams): Node removed.
45543
f6ce9294
AS
455442011-10-26 Andreas Schwab <schwab@redhat.com>
45545
80479147
AS
45546 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
45547 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45548 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45549
f6ce9294
AS
45550 * math/math_private.h (math_force_eval): Allow non-addressable
45551 arguments.
45552 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
45553
618280a1
UD
455542011-10-25 Ulrich Drepper <drepper@gmail.com>
45555
e0016b11
UD
45556 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
45557 file is not needed.
45558
45559 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
45560 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
45561 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
45562 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
45563 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
45564 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
45565 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
45566 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
45567 Add AVX variants.
45568 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
45569 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
45570 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
45571 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
45572 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
45573 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
45574 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
45575 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
45576 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
45577 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
45578 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
45579 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
45580 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
45581 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
45582 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
45583 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
45584 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
45585 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
45586 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
45587
45588 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
45589 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
45590
618280a1
UD
45591 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
45592 place. Use VEX encoding when compiling for AVX.
45593
37822576
AS
455942011-10-25 Andreas Schwab <schwab@redhat.com>
45595
1f1e1947
AS
45596 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
45597 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
45598
37822576
AS
45599 * string/test-strchr.c (do_test): Don't generate NUL bytes.
45600
31ea014d
UD
456012011-10-25 Ulrich Drepper <drepper@gmail.com>
45602
d7826aa1 45603 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 45604 useless if() expression.
d7826aa1
UD
45605 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
45606 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
45607 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
45608 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
45609 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
45610 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
45611 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
45612 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
45613 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
45614 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45615 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
45616 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
45617 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
45618 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
45619 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
45620 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
45621 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
45622 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
45623 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
45624
31ea014d
UD
45625 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
45626
16437fec
AS
456272011-10-25 Andreas Schwab <schwab@redhat.com>
45628
45629 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
45630 condition.
45631 * elf/dl-fini.c (_dl_sort_fini): Likewise.
45632
31d3cc00
UD
456332011-10-25 Ulrich Drepper <drepper@gmail.com>
45634
45635 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
45636 .text section. Avoid duplicate constants.
45637 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
45638 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45639 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
45640 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45641 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45642 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45643 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45644 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45645 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
45646 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
45647 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
45648 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
45649 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
45650 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
45651 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
45652 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
45653 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
45654 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
45655 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
45656 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45657 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
45658 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
45659 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
45660 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
45661 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
45662 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
45663 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
45664 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
45665 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
45666 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
45667 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
45668 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
45669 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
45670 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
45671 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
45672 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
45673 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
45674 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
45675 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
45676 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
45677 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
45678 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
45679 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
45680 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
45681 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
45682
58985aa9
UD
456832011-10-24 Ulrich Drepper <drepper@gmail.com>
45684
202c9deb
UD
45685 * sysdeps/x86_64/dla.h: Move to ...
45686 * sysdeps/x86_64/fpu/dla.h: ...here.
45687 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
45688 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 45689
af968f62
UD
45690 * config.make.in: Add have-mfma4 entry.
45691 * configure.in: Substitute libc_cv_cc_fma4.
45692 * math/Makefile (dbl-only-routines): Add sincostab.
45693 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
45694 Use __sincostab not sincos.
45695 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
45696 name is a macro.
45697 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
45698 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45699 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45700 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
45701 using __copysign.
45702 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
45703 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
45704 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
45705 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
45706 and __inv.
45707 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
45708 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
45709 __copysign.
45710 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
45711 define aliases when function name is a macro.
45712 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
45713 sysdeps/ieee754/dbl-64/sincos.tbl.
45714 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
45715 fma4-enabled routines.
45716 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
45717 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
45718 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
45719 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
45720 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
45721 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
45722 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
45723 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
45724 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
45725 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
45726 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
45727 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
45728 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
45729 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
45730 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
45731 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
45732 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
45733 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
45734 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
45735 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
45736 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
45737 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
45738 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
45739 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
45740 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
45741 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
45742 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
45743 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
45744 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
45745 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
45746
58985aa9
UD
45747 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
45748 rename.
45749 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45750 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45751 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45752 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45753 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45754 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45755 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45756 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45757
a201fbcf
AS
457582011-10-24 Andreas Schwab <schwab@redhat.com>
45759
45760 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
45761
fc2ee42a
LD
457622011-10-23 Ulrich Drepper <drepper@gmail.com>
45763
bb3129bd
UD
45764 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
45765
0275fff8
UD
45766 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
45767 prediction.
45768 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
45769
2fa2ae85
UD
45770 * string/strnlen.c: Don't define STRNLEN, reverse logic.
45771 Remove unused variable magic_bits.
45772 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
45773
fc2ee42a
LD
45774 * string/strnlen.c: Define and use STRNLEN macro.
45775 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
45776 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
45777 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
45778 * wcsmbs/wcslen.c: Define and use WCSLEN.
45779 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
45780 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
45781 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
45782 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
45783 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
45784 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
45785 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45786
ce7dd29f
LD
457872011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45788
45789 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45790 strnlen-sse2-no-bsf.
45791 Rename strlen-no-bsf to strlen-sse2-no-bsf.
45792 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
45793 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
45794 Add strnlen support.
45795 (USE_AS_STRNLEN): New macro.
45796 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
45797 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
45798 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
45799 * sysdeps/x86_64/wcslen.S: New file.
45800
979c70a3
MZ
458012011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
45802
45803 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
45804 XMM-moves are used for copying on small sizes.
45805
2d09f82f
LD
458062011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45807
45808 * wcsmbs/Makefile (strop-tests): Add wcschr.
45809 * wcsmbs/test-wcschr.c: New file.
45810 * string/test-strchr.c: Update.
45811 Add wcschr support.
45812 (WIDE): New macro.
45813
619fccca
LD
458142011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45815
2d09f82f 45816 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
45817 * wcsmbs/test-wcslen.c: New file.
45818 * string/test-strlen.c: Update.
45819 Add wcslen support.
45820 (WIDE): New macro.
45821
09f699ea
UD
458222011-10-23 Ulrich Drepper <drepper@gmail.com>
45823
45824 * po/it.po: Update from translation team.
45825
95584d3b
LD
458262011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
45827
45828 * sysdeps/x86_64/wcscmp.S: Update.
45829 Fix wrong comparison semantics.
45830 wcscmp shall use signed comparison not unsigned.
45831 Don't use substraction to avoid overflow bug.
45832 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
45833 * wcsmbc/wcscmp.c: Likewise.
45834 * string/test-strcmp.c: Likewise.
45835 Add new tests to check cases with negative values.
45836
c8b3296b
UD
458372011-10-23 Ulrich Drepper <drepper@gmail.com>
45838
45839 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
45840 * sysdeps/x86_64/dla.h: ...here. New file.
45841 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
45842 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45843 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45844 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45845 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45846 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
45847 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45848 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45849 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45850
246ad57a
AS
458512011-10-23 Andreas Schwab <schwab@linux-m68k.org>
45852
45853 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
45854 __ynl_finite aliases.
45855
a1a87169
UD
458562011-10-22 Ulrich Drepper <drepper@gmail.com>
45857
0d355eb7
UD
45858 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45859
a1a87169
UD
45860 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
45861 define DLA_FMA.
45862 [DLA_FMA] (EMULV): Use DLA_FMA.
45863 [DLA_FMA] (MUL12): Use EMULV.
45864 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
45865 that are not needed.
45866 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
45867 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
45868 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
45869 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
45870 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
45871 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
45872 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
45873
ee2aafe0
AS
458742011-10-22 Andreas Schwab <schwab@linux-m68k.org>
45875
45876 * math/s_nan.c: Undef __nan.
45877 * math/s_nanf.c: Undef __nanf.
45878 * math/s_nanl.c: Undef __nanl.
45879 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
45880 "math_private.h".
45881
bc62c2fb
UD
458822011-10-22 Ulrich Drepper <drepper@gmail.com>
45883
77425c63
UD
45884 * math/s_catan.c: Add branch predictions.
45885 * math/s_catanf.c: Likewise.
45886 * math/s_catanh.c: Likewise.
45887 * math/s_catanhf.c: Likewise.
45888 * math/s_catanhl.c: Likewise.
45889 * math/s_catanl.c: Likewise.
45890 * math/s_cexp.c: Likewise.
45891 * math/s_cexpf.c: Likewise.
45892 * math/s_cexpl.c: Likewise.
45893 * math/s_clog.c: Likewise.
45894 * math/s_clog10.c: Likewise.
45895 * math/s_clog10f.c: Likewise.
45896 * math/s_clog10l.c: Likewise.
45897 * math/s_clogf.c: Likewise.
45898 * math/s_clogl.c: Likewise.
45899 * math/s_csqrt.c: Likewise.
45900 * math/s_csqrtf.c: Likewise.
45901 * math/s_csqrtl.c: Likewise.
45902 * math/s_ctanf.c: Likewise.
45903 * math/s_ctanh.c: Likewise.
45904 * math/s_ctanhf.c: Likewise.
45905 * math/s_ctanhl.c: Likewise.
45906 * math/s_ctanl.c: Likewise.
45907
bc62c2fb
UD
45908 * math/math_private.h: Define __nan, __nanf, __nanl.
45909 * math/s_cacosh.c: Include <math_private.h>.
45910 * math/s_cacoshl.c: Likewise.
45911 * math/s_casinh.c: Likewise.
45912 * math/s_casinhf.c: Likewise.
45913 * math/s_casinhl.c: Likewise.
45914 * math/s_ccos.c: Rely entire on ccosh.
45915 * math/s_ccosf.c: Rely entire on ccoshf.
45916 * math/s_ccosl.c: Rely entirely on ccoshl.
45917 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
45918 Remove tests for FE_INVALID.
45919 * math/s_ccoshf.c: Likewise.
45920 * math/s_ccoshl.c: Likewise.
45921 * math/s_csin.c: Likewise.
45922 * math/s_csinf.c: Likewise.
45923 * math/s_csinh.c Likewise.
45924 * math/s_csinhf.c: Likewise.
45925 * math/s_csinhl.c: Likewise.
45926 * math/s_csinl.c: Likewise.
45927 * math/s_ctan.c: Likewise.
45928 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
45929 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
45930 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
45931
8ec250a4
UD
459322011-10-21 Ulrich Drepper <drepper@gmail.com>
45933
c196fed8
UD
45934 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
45935 compilation problems.
45936
8ec250a4
UD
45937 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
45938 __builtin_expect.
45939
8d4f46c6
UD
459402011-10-20 Ulrich Drepper <drepper@gmail.com>
45941
ed72b654
UD
45942 * sysdeps/i386/configure.in: Test for -mfma4 option.
45943 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
45944 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
45945 COMMON_CPUID_INDEX_80000001.
45946 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
45947 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
45948 use it if FMA3 is not supported.
45949 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
45950
8d4f46c6
UD
45951 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
45952 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
45953
d45c60c2
AS
459542011-10-20 Andreas Schwab <schwab@redhat.com>
45955
45956 [BZ #12892]
45957 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
45958 it would create a cycle with a link time dependency.
45959
d9a4d2ab
UD
459602011-10-19 Ulrich Drepper <drepper@gmail.com>
45961
855d1560
UD
45962 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
45963 instruction.
45964 * string/Makefile (strop-tests): Add rawmemchr.
45965 * string/test-rawmemchr.c: New file.
45966
d9a4d2ab
UD
45967 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
45968 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
45969 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
45970 when compiling str{,n}casecmp and when AVX is available. Hook up
45971 new optimized code in initializers.
45972
8f3b1ffe
AS
459732011-10-19 Andreas Schwab <schwab@redhat.com>
45974
45975 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
45976 __feraiseexcept instead of feraiseexcept.
45977
d38f1dba
UD
459782011-10-18 Ulrich Drepper <drepper@gmail.com>
45979
d9a8d0ab
UD
45980 * math/math_private.h: Define defaults for libc_fetestexcept and
45981 libc_feupdateenv.
45982 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
45983 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
45984 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
45985 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
45986 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
45987 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
45988 libc_fetestexcept and libc_feupdateenv.
45989
4855e3dd
UD
45990 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
45991 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
45992 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
45993 * sysdeps/x86_64/fpu/math_private.h: Define special version of
45994 libc_feholdexcept_setround.
45995
581d30e3
UD
45996 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
45997 Add s_nearbyint-c and s_nearbyintf-c.
45998 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
45999 nearbyintf inlines.
46000 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
46001 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
46002 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
46003 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
46004
d38f1dba
UD
46005 * math/math_private.h: Define defaults for libc_fegetround,
46006 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
46007 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
46008 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
46009 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
46010 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
46011 standard functions.
46012 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46013 Remove comments and hacks for old compiler versions.
46014 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
46015 libc_fegetround, libc_fesetround, libc_feholdexcept, and
46016 libc_feholdexceptl.
46017
caa6c9d8
AS
460182011-10-18 Andreas Schwab <schwab@redhat.com>
46019
46020 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
46021 (__feraiseexcept_renamed): Add __NTH.
46022 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
46023 namespace violations.
46024
97c066e6
UD
460252011-10-17 Ulrich Drepper <drepper@gmail.com>
46026
99ce7b04
UD
46027 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
46028
1004d182
UD
46029 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
46030
228a984d
UD
46031 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
46032 recently added interfaces.
46033 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
46034
c8553a6a
UD
46035 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
46036 about macro parameter expansion.
46037
ed22dcf6
UD
46038 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
46039 __NO_MATH_INLINES is defined. Cleanups.
46040
46041 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
46042 and __floorf is target has SSE4.1.
46043 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
46044 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
46045 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
46046 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
46047
b171c137
UD
46048 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
46049 name.
46050 (floorf): Likewise.
46051
97c066e6
UD
46052 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
46053
629f62ef
AS
460542011-10-17 Andreas Schwab <schwab@redhat.com>
46055
49a43d80
AS
46056 * misc/sys/cdefs.h: Fix last change.
46057
629f62ef
AS
46058 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
46059 database lookup.
46060
e453f6cd
UD
460612011-10-16 Ulrich Drepper <drepper@gmail.com>
46062
aa78043a
UD
46063 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
46064
ad0f5cad
UD
46065 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
46066 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46067 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
46068 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
46069 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
46070 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
46071 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
46072 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
46073 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
46074 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
46075 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
46076 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
46077 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
46078 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
46079 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
46080 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
46081 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
46082 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
46083 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
46084 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
46085 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
46086 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
46087
46088 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
46089 ceil, ceilf, floor, floorf.
46090
46091 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
46092 Perform IRELATIVE relocations last.
46093
e453f6cd
UD
46094 * elf/do-rel.h: Add another parameter nrelative, replacing the
46095 local variable with the same name. Change name of the function
46096 to end in Rel or Rela (uppercase).
46097 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
46098 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
46099 elf_dynamic_do_##reloc function.
46100
fd5bdc09
UD
461012011-10-15 Ulrich Drepper <drepper@gmail.com>
46102
79b195b5
UD
46103 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
46104 is sufficient, at least on modern CPUs.
46105
d4a28569
UD
46106 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
46107
b61099b5
UD
46108 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
46109 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
46110
bcf01e6d
UD
46111 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
46112 __expl_finite.
46113 * math/bits/math-finite.h: Add entries for exp.
46114 * math/e_expl.c: Add __*_finite alias.
46115 * sysdeps/i386/fpu/e_exp.S: Likewise.
46116 * sysdeps/i386/fpu/e_expf.S: Likewise.
46117 * sysdeps/i386/fpu/e_expl.c: Likewise.
46118 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
46119 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
46120 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
46121 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
46122 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
46123 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46124 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46125
ba1a0d59
UD
46126 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
46127 is sufficient, at least on modern CPUs.
46128
fd5bdc09
UD
46129 * ctype/ctype-info.c (__ctype_init): Define.
46130 * include/ctype.h (__ctype_init): Declare.
46131 (__ctype_b_loc): The variable is always initialized.
46132 (__ctype_toupper_loc): Likewise.
46133 (__ctype_tolower_loc): Likewise.
46134 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
46135 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
46136
7872cfb0
AS
461372011-10-15 Andreas Schwab <schwab@linux-m68k.org>
46138
b468825a
AS
46139 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
46140
7872cfb0
AS
46141 * configure.in: Also look in $cxxmachine/include for C++ system
46142 headers.
46143
be13f7bf
LD
461442011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46145
46146 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
46147 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
46148 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
46149 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
46150 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
46151 (USE_AS_WMEMCMP): New macro.
46152 Fixing indents.
46153 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
46154 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
46155 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
46156 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
46157 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46158 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
46159 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
46160 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
46161 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
46162 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
46163 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
46164 (USE_AS_WMEMCMP): New macro.
46165 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
46166 * sysdeps/string/test-memcmp.c: Update.
46167 Fix simple_wmemcmp.
46168 Add new tests.
46169 * wcsmbs/wmemcmp.c: Update.
46170 (WMEMCMP): New macro.
46171 Fix overflow bug.
46172
556a2007
AJ
461732011-10-12 Andreas Jaeger <aj@suse.de>
46174
46175 [BZ #13268]
46176 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
46177
538faaa7
UD
461782011-10-15 Ulrich Drepper <drepper@gmail.com>
46179
ab6737ff
UD
46180 * libio/iofwide.c (do_length): Avoid warning.
46181
538faaa7
UD
46182 * ctype/ctype.h (__isctype_f): Add missing __THROW.
46183
396a21b1
UD
461842011-10-14 Ulrich Drepper <drepper@gmail.com>
46185
cdf2901f
UD
46186 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
46187
38ad40ce
UD
46188 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
46189 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
46190 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
46191 * sysdeps/i386/i686/fpu/e_log.S: New file.
46192 * sysdeps/i386/i686/fpu/e_logf.S: New file.
46193 * sysdeps/i386/i686/fpu/e_logl.S: New file.
46194
396a21b1
UD
46195 * ctype/ctype.h: Add support for inlined isXXX functions when
46196 compiling C++ code.
46197
6b1f68c9
AS
461982011-10-14 Andreas Schwab <schwab@redhat.com>
46199
349290c0
AS
46200 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46201
6b1f68c9
AS
46202 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
46203
f2282d42
RM
462042011-10-13 Roland McGrath <roland@hack.frob.com>
46205
46206 [BZ #13291]
46207 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
46208
5298ffa8
AS
462092011-10-13 Andreas Schwab <schwab@redhat.com>
46210
714fad23
AS
46211 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
46212 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
46213 feraiseexcept.
46214
81dcc7fb
AS
46215 * sysdeps/x86_64/memrchr.S: Check for zero size.
46216
5298ffa8
AS
46217 * string/stratcliff.c: Add memrchr tests.
46218
951fbcec
LD
462192011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46220
46221 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46222 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
46223 rawmemchr-sse2 rawmemchr-sse2-bsf.
46224 * sysdeps/i386/i686/multiarch/memchr.S: New file.
46225 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
46226 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
46227 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
46228 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
46229 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
46230 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
46231 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
46232 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
46233 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
46234 * string/memrchr.c (MEMRCHR): New macro.
46235
0ac5ae23
UD
462362011-10-12 Ulrich Drepper <drepper@gmail.com>
46237
46238 Add integration with gcc's -ffinite-math-only and optimize wrapper
46239 functions in libm.
46240 * Versions.def: Define GLIBC_2.15 version for libm.
46241 * math/Makefile (headers): Add bits/math-finite.h.
46242 * math/bits/math-finite.h: New file.
46243 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
46244 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
46245 * math/e_acoshl.c: Add __*_finite alias.
46246 * math/e_acosl.c: Likewise.
46247 * math/e_asinl.c: Likewise.
46248 * math/e_atan2l.c: Likewise.
46249 * math/e_atanhl.c: Likewise.
46250 * math/e_coshl.c: Likewise.
46251 * math/e_exp10.c: Likewise.
46252 * math/e_exp10f.c: Likewise.
46253 * math/e_exp10l.c: Likewise.
46254 * math/e_exp2l.c: Likewise.
46255 * math/e_fmodl.c: Likewise.
46256 * math/e_gammal_r.c: Likewise.
46257 * math/e_hypotl.c: Likewise.
46258 * math/e_j0l.c: Likewise.
46259 * math/e_j1l.c: Likewise.
46260 * math/e_jnl.c: Likewise.
46261 * math/e_lgammal_r.c: Likewise.
46262 * math/e_log10l.c: Likewise.
46263 * math/e_log2l.c: Likewise.
46264 * math/e_logl.c: Likewise.
46265 * math/e_powl.c: Likewise.
46266 * math/e_sinhl.c: Likewise.
46267 * math/e_sqrtl.c: Likewise.
46268 * math/e_scalb.c: Completely rewritten and optimized.
46269 * math/e_scalbf.c: Likewise.
46270 * math/e_scalbl.c: Likewise.
46271 * math/w_acos.c: Likewise.
46272 * math/w_acosf.c: Likewise.
46273 * math/w_acosl.c: Likewise.
46274 * math/w_acosh.c: Likewise.
46275 * math/w_acoshf.c: Likewise.
46276 * math/w_acoshl.c: Likewise.
46277 * math/w_asin.c: Likewise.
46278 * math/w_asinf.c: Likewise.
46279 * math/w_asinl.c: Likewise.
46280 * math/w_atan2.c: Likewise.
46281 * math/w_atan2f.c: Likewise.
46282 * math/w_atan2l.c: Likewise.
46283 * math/w_atanh.c: Likewise.
46284 * math/w_atanhf.c: Likewise.
46285 * math/w_atanhl.c: Likewise.
46286 * math/w_exp10.c: Likewise.
46287 * math/w_exp10f.c: Likewise.
46288 * math/w_exp10l.c: Likewise.
46289 * math/w_fmod.c: Likewise.
46290 * math/w_fmodf.c: Likewise.
46291 * math/w_fmodl.c: Likewise.
46292 * math/w_j0.c: Likewise.
46293 * math/w_j0f.c: Likewise.
46294 * math/w_j0l.c: Likewise.
46295 * math/w_j1.c: Likewise.
46296 * math/w_j1f.c: Likewise.
46297 * math/w_j1l.c: Likewise.
46298 * math/w_jn.c: Likewise.
46299 * math/w_jnf.c: Likewise.
46300 * math/w_log.c: Likewise.
46301 * math/w_logf.c: Likewise.
46302 * math/w_logl.c: Likewise.
46303 * math/w_log10.c: Likewise.
46304 * math/w_log10f.c: Likewise.
46305 * math/w_log10l.c: Likewise.
46306 * math/w_log2.c: Likewise.
46307 * math/w_log2f.c: Likewise.
46308 * math/w_log2l.c: Likewise.
46309 * math/w_pow.c: Likewise.
46310 * math/w_powf.c: Likewise.
46311 * math/w_powl.c: Likewise.
46312 * math/w_remainder.c: Likewise.
46313 * math/w_remainderf.c: Likewise.
46314 * math/w_remainderl.c: Likewise.
46315 * math/w_scalb.c: Likewise.
46316 * math/w_scalbf.c: Likewise.
46317 * math/w_scalbl.c: Likewise.
46318 * math/w_sqrt.c: Likewise.
46319 * math/w_sqrtf.c: Likewise.
46320 * math/w_sqrtl.c: Likewise.
46321 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
46322 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
46323 used.
46324 * math/math_private.h: Declare __kernel_standard_f.
46325 * math/w_cosh.c: Remove cruft and optimize a bit.
46326 * math/w_coshf.c: Likewise.
46327 * math/w_coshl.c: Likewise.
46328 * math/w_exp2.c: Likewise.
46329 * math/w_exp2f.c: Likewise.
46330 * math/w_exp2l.c: Likewise.
46331 * math/w_hypot.c: Likewise.
46332 * math/w_hypotf.c: Likewise.
46333 * math/w_hypotl.c: Likewise.
46334 * math/w_lgamma.c: Likewise.
46335 * math/w_lgamma_r.c: Likewise.
46336 * math/w_lgammaf.c: Likewise.
46337 * math/w_lgammaf_r.c: Likewise.
46338 * math/w_lgammal.c: Likewise.
46339 * math/w_lgammal_r.c: Likewise.
46340 * math/w_sinh.c: Likewise.
46341 * math/w_sinhf.c: Likewise.
46342 * math/w_sinhl.c: Likewise.
46343 * math/w_tgamma.c: Likewise.
46344 * math/w_tgammaf.c: Likewise.
46345 * math/w_tgammal.c: Likewise.
46346 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46347 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46348 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
46349 Minor optimizations. Pretty printing. Remove cruft.
46350 * sysdeps/i386/fpu/e_acosf.S: Likewise.
46351 * sysdeps/i386/fpu/e_acosh.S: Likewise.
46352 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46353 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46354 * sysdeps/i386/fpu/e_acosl.c: Likewise.
46355 * sysdeps/i386/fpu/e_asin.S: Likewise.
46356 * sysdeps/i386/fpu/e_asinf.S: Likewise.
46357 * sysdeps/i386/fpu/e_atan2.S: Likewise.
46358 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
46359 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
46360 * sysdeps/i386/fpu/e_atanh.S: Likewise.
46361 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46362 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46363 * sysdeps/i386/fpu/e_exp10.S: Likewise.
46364 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
46365 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
46366 * sysdeps/i386/fpu/e_exp2.S: Likewise.
46367 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
46368 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
46369 * sysdeps/i386/fpu/e_fmod.S: Likewise.
46370 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
46371 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
46372 * sysdeps/i386/fpu/e_hypot.S: Likewise.
46373 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
46374 * sysdeps/i386/fpu/e_log.S: Likewise.
46375 * sysdeps/i386/fpu/e_log10.S: Likewise.
46376 * sysdeps/i386/fpu/e_log10f.S: Likewise.
46377 * sysdeps/i386/fpu/e_log10l.S: Likewise.
46378 * sysdeps/i386/fpu/e_log2.S: Likewise.
46379 * sysdeps/i386/fpu/e_log2f.S: Likewise.
46380 * sysdeps/i386/fpu/e_log2l.S: Likewise.
46381 * sysdeps/i386/fpu/e_logf.S: Likewise.
46382 * sysdeps/i386/fpu/e_logl.S: Likewise.
46383 * sysdeps/i386/fpu/e_pow.S: Likewise.
46384 * sysdeps/i386/fpu/e_powf.S: Likewise.
46385 * sysdeps/i386/fpu/e_powl.S: Likewise.
46386 * sysdeps/i386/fpu/e_remainder.S: Likewise.
46387 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
46388 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
46389 * sysdeps/i386/fpu/e_scalb.S: Likewise.
46390 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46391 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46392 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
46393 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
46394 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
46395 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
46396 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
46397 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
46398 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
46399 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
46400 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
46401 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
46402 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
46403 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
46404 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
46405 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
46406 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
46407 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
46408 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
46409 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
46410 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
46411 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
46412 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
46413 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
46414 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
46415 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
46416 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
46417 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46418 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46419 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
46420 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
46421 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
46422 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
46423 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
46424 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
46425 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
46426 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
46427 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
46428 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
46429 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
46430 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
46431 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
46432 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
46433 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
46434 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
46435 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
46436 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
46437 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
46438 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
46439 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46440 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
46441 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
46442 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
46443 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
46444 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
46445 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
46446 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
46447 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
46448 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46449 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
46450 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
46451 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
46452 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
46453 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
46454 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
46455 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
46456 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
46457 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46458 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46459 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
46460 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
46461 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
46462 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
46463 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
46464 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
46465 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
46466 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
46467 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
46468 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
46469 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
46470 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
46471 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
46472 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
46473 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46474 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
46475 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
46476 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
46477 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
46478 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46479 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
46480 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
46481 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
46482 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
46483 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
46484 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
46485 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46486 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
46487 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
46488 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
46489 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
46490 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
46491 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
46492 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
46493 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
46494 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
46495 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
46496 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
46497 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
46498 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
46499 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46500 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46501 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46502 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46503 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
46504 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46505 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
46506 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
46507 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
46508 (__isnanf): Likewise.
46509 (__isinf_ns): Likewise.
46510 (__isinf_nsf): Likewise.
46511 (__finite): Likewise.
46512 (__finitef): Likewise.
46513 (__ieee754_sqrt): Define as macro.
46514 (__ieee754_sqrtf): Define as macro.
46515 (__ieee754_sqrtl): Define as macro.
46516 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
46517 inlined copy.
46518 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
46519 __FINITE_MATH_ONLY__ consistent.
46520 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
46521
12cc2fcd
AS
465222011-10-10 Andreas Schwab <schwab@linux-m68k.org>
46523
a843a204
AS
46524 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
46525 of rawmemchr.
46526
12cc2fcd
AS
46527 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
46528
c853acd5
UD
465292011-10-09 Ulrich Drepper <drepper@gmail.com>
46530
46531 * po/ja.po: Update from translation team.
46532
c658d255
RM
465332011-10-08 Roland McGrath <roland@hack.frob.com>
46534
110946e4
RM
46535 * locale/programs/locarchive.c (prepare_address_space): New function.
46536 (create_archive, enlarge_archive, open_archive): Use it.
46537
50604220
RM
46538 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
46539 inside [SHARED], where it is used.
46540
c658d255
RM
46541 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
46542
46543 * nss/getent.c (netgroup_keys): Remove unused variable.
46544 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
46545
6a621eb7
UD
465462011-10-08 Ulrich Drepper <drepper@gmail.com>
46547
7edb55ce
UD
46548 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
46549 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
46550 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
46551 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
46552 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
46553 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
46554 * math/Makefile (libm-calls): Add s_isinf_ns.
46555 * math/divtc3.c: Use __isinf_nsl instead of isinf.
46556 * math/multc3.c: Likewise.
46557 * math/s_casin.c: Likewise.
46558 * math/s_casinf.c: Likewise.
46559 * math/s_casinl.c: Likewise.
46560 * math/s_ccos.c: Likewise.
46561 * math/s_ccosf.c: Likewise.
46562 * math/s_ccosl.c: Likewise.
46563 * math/s_ctan.c: Likewise.
46564 * math/s_ctanf.c: Likewise.
46565 * math/s_ctanh.c: Likewise.
46566 * math/s_ctanhf.c: Likewise.
46567 * math/s_ctanhl.c: Likewise.
46568 * math/s_ctanl.c: Likewise.
46569 * math/w_fmod.c: Likewise.
46570 * math/w_fmodf.c: Likewise.
46571 * math/w_fmodl.c: Likewise.
46572 * math/w_remainder.c: Likewise.
46573 * math/w_remainderf.c: Likewise.
46574 * math/w_remainderl.c: Likewise.
46575 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
46576 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
46577 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
46578 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
46579 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
46580 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
46581 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
46582 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
46583
187da0ae
UD
46584 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
46585 of the number.
46586 * stdio-common/printf_fphex.c: Likewise.
46587 * stdio-common/printf_size.c: Likewise.
46588
9277c064
UD
46589 * math/e_exp10.c: Include math_private.h using <...> not "...".
46590 * math/e_exp10f.c: Likewise.
46591 * math/e_exp10l.c: Likewise.
46592 * math/e_exp2l.c: Likewise.
46593 * math/e_j0l.c: Likewise.
46594 * math/e_j1l.c: Likewise.
46595 * math/e_jnl.c: Likewise.
46596 * math/e_lgammal_r.c: Likewise.
46597 * math/e_rem_pio2l.c: Likewise.
46598 * math/e_scalb.c: Likewise.
46599 * math/e_scalbf.c: Likewise.
46600 * math/e_scalbl.c: Likewise.
46601 * math/k_cosl.c: Likewise.
46602 * math/k_sinl.c: Likewise.
46603 * math/k_tanl.c: Likewise.
46604 * math/s_cacoshf.c: Likewise.
46605 * math/s_catan.c: Likewise.
46606 * math/s_catanf.c: Likewise.
46607 * math/s_catanh.c: Likewise.
46608 * math/s_catanhf.c: Likewise.
46609 * math/s_catanhl.c: Likewise.
46610 * math/s_catanl.c: Likewise.
46611 * math/s_ccosh.c: Likewise.
46612 * math/s_ccoshf.c: Likewise.
46613 * math/s_ccoshl.c: Likewise.
46614 * math/s_cexp.c: Likewise.
46615 * math/s_cexpf.c: Likewise.
46616 * math/s_cexpl.c: Likewise.
46617 * math/s_clog.c: Likewise.
46618 * math/s_clog10.c: Likewise.
46619 * math/s_clog10f.c: Likewise.
46620 * math/s_clog10l.c: Likewise.
46621 * math/s_clogf.c: Likewise.
46622 * math/s_clogl.c: Likewise.
46623 * math/s_csin.c: Likewise.
46624 * math/s_csinf.c: Likewise.
46625 * math/s_csinh.c: Likewise.
46626 * math/s_csinhf.c: Likewise.
46627 * math/s_csinhl.c: Likewise.
46628 * math/s_csinl.c: Likewise.
46629 * math/s_csqrt.c: Likewise.
46630 * math/s_csqrtf.c: Likewise.
46631 * math/s_csqrtl.c: Likewise.
46632 * math/s_ctan.c: Likewise.
46633 * math/s_ctanf.c: Likewise.
46634 * math/s_ctanh.c: Likewise.
46635 * math/s_ctanhf.c: Likewise.
46636 * math/s_ctanhl.c: Likewise.
46637 * math/s_ctanl.c: Likewise.
46638 * math/s_ldexp.c: Likewise.
46639 * math/s_ldexpf.c: Likewise.
46640 * math/s_ldexpl.c: Likewise.
46641 * math/s_significand.c: Likewise.
46642 * math/s_significandf.c: Likewise.
46643 * math/s_significandl.c: Likewise.
46644 * math/w_acos.c: Likewise.
46645 * math/w_acosf.c: Likewise.
46646 * math/w_acosh.c: Likewise.
46647 * math/w_acoshf.c: Likewise.
46648 * math/w_acoshl.c: Likewise.
46649 * math/w_acosl.c: Likewise.
46650 * math/w_asin.c: Likewise.
46651 * math/w_asinf.c: Likewise.
46652 * math/w_asinl.c: Likewise.
46653 * math/w_atan2.c: Likewise.
46654 * math/w_atan2f.c: Likewise.
46655 * math/w_atan2l.c: Likewise.
46656 * math/w_atanh.c: Likewise.
46657 * math/w_atanhf.c: Likewise.
46658 * math/w_atanhl.c: Likewise.
46659 * math/w_cosh.c: Likewise.
46660 * math/w_coshf.c: Likewise.
46661 * math/w_coshl.c: Likewise.
46662 * math/w_dremf.c: Likewise.
46663 * math/w_exp10.c: Likewise.
46664 * math/w_exp10f.c: Likewise.
46665 * math/w_exp10l.c: Likewise.
46666 * math/w_exp2.c: Likewise.
46667 * math/w_exp2f.c: Likewise.
46668 * math/w_fmod.c: Likewise.
46669 * math/w_fmodf.c: Likewise.
46670 * math/w_fmodl.c: Likewise.
46671 * math/w_hypot.c: Likewise.
46672 * math/w_hypotf.c: Likewise.
46673 * math/w_hypotl.c: Likewise.
46674 * math/w_j0.c: Likewise.
46675 * math/w_j0f.c: Likewise.
46676 * math/w_j0l.c: Likewise.
46677 * math/w_j1.c: Likewise.
46678 * math/w_j1f.c: Likewise.
46679 * math/w_j1l.c: Likewise.
46680 * math/w_jn.c: Likewise.
46681 * math/w_jnf.c: Likewise.
46682 * math/w_jnl.c: Likewise.
46683 * math/w_lgamma.c: Likewise.
46684 * math/w_lgamma_r.c: Likewise.
46685 * math/w_lgammaf.c: Likewise.
46686 * math/w_lgammaf_r.c: Likewise.
46687 * math/w_lgammal.c: Likewise.
46688 * math/w_lgammal_r.c: Likewise.
46689 * math/w_log.c: Likewise.
46690 * math/w_log10.c: Likewise.
46691 * math/w_log10f.c: Likewise.
46692 * math/w_log10l.c: Likewise.
46693 * math/w_log2.c: Likewise.
46694 * math/w_log2f.c: Likewise.
46695 * math/w_log2l.c: Likewise.
46696 * math/w_logf.c: Likewise.
46697 * math/w_logl.c: Likewise.
46698 * math/w_pow.c: Likewise.
46699 * math/w_powf.c: Likewise.
46700 * math/w_powl.c: Likewise.
46701 * math/w_remainder.c: Likewise.
46702 * math/w_remainderf.c: Likewise.
46703 * math/w_remainderl.c: Likewise.
46704 * math/w_scalb.c: Likewise.
46705 * math/w_scalbf.c: Likewise.
46706 * math/w_scalbl.c: Likewise.
46707 * math/w_sinh.c: Likewise.
46708 * math/w_sinhf.c: Likewise.
46709 * math/w_sinhl.c: Likewise.
46710 * math/w_sqrt.c: Likewise.
46711 * math/w_sqrtf.c: Likewise.
46712 * math/w_sqrtl.c: Likewise.
46713 * math/w_tgamma.c: Likewise.
46714 * math/w_tgammaf.c: Likewise.
46715 * math/w_tgammal.c: Likewise.
46716
6a621eb7
UD
46717 * po/ja.po: Update from translation team.
46718
bf582445
AJ
467192011-09-29 Andreas Jaeger <aj@suse.de>
46720
f9efbf3a
AJ
46721 [BZ #13179]
46722 * sunrpc/netname.c (netname2host): Fix logic.
46723
bf582445
AJ
46724 [BZ #6779]
46725 [BZ #6783]
46726 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
46727 correctly.
46728 * math/w_remainder.c (__remainder): Likewise.
46729 * math/w_remainderf.c (__remainderf): Likewise.
46730 * math/libm-test.inc (remainder_test): Add test cases.
46731
48693bea
AK
467322011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
46733
46734 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
46735 sdiv_qrnnd.
46736
42622229
LD
467372011-10-07 Ulrich Drepper <drepper@gmail.com>
46738
46739 * string/test-memcmp.c: Avoid unncessary #defines.
46740 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
46741
093ecf92
LD
467422011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46743
46744 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
46745 Use new sse2 version for core i3 - i7 as it's faster
46746 than sse42 version.
46747 (bit_Prefer_PMINUB_for_stringop): New.
46748 * sysdeps/x86_64/rawmemchr.S: Update.
46749 Replace with faster SSE2 version.
46750 * sysdeps/x86_64/memrchr.S: New file.
46751 * sysdeps/x86_64/memchr.S: Update.
46752 Replace with faster SSE2 version.
46753
fde56e5c
MP
467542011-09-12 Marek Polacek <mpolacek@redhat.com>
46755
46756 * elf/dl-load.c (lose): Add cast to avoid warning.
46757
21fd49a9
UD
467582011-10-07 Ulrich Drepper <drepper@gmail.com>
46759
5a06e643
UD
46760 * po/ca.po: Update from translation team.
46761
684ae515
UD
46762 * inet/getnetgrent_r.c: Hook up nscd.
46763 * nscd/Makefile (routines): Add nscd_netgroup.
46764 (nscd-modules): Add netgroupcache.
46765 (CFLAGS-netgroupcache.c): Define.
46766 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
46767 (cache_search): Add const to second parameter.
46768 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
46769 INNETGR.
46770 (dbs): Add netgrdb entry.
46771 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
46772 (verify_persistent_db): Handle netgrdb.
46773 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
46774 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
46775 GETFDNETGR.
46776 (netgroup_response_header): Define.
46777 (innetgroup_response_header): Define.
46778 (datahead): Add netgroup_response_header and innetgroup_response_header
46779 elements.
46780 * nscd/nscd.conf: Add entries for netgroup cache.
46781 * nscd/nscd.h (dbtype): Add netgrdb.
46782 (_PATH_NSCD_NETGROUP_DB): Define.
46783 (netgroup_iov_disabled): Declare.
46784 (xmalloc, xcalloc, xrealloc): Move declarations here.
46785 (cache_search): Adjust prototype.
46786 Add netgroup-related prototypes.
46787 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
46788 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
46789 (__nscd_innetgr): Declare.
46790 * nscd/selinux.c (perms): Use access_vector_t as element type and
46791 add netgroup-related initializers.
46792 * nscd/netgroupcache.c: New file.
46793 * nscd/nscd_netgroup.c: New file.
46794 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
46795 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
46796 For four parameters use innetgr.
46797 * nss/nss_files/files-init.c: Add definition and callback for netgr.
46798 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
46799 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
46800 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
46801
21fd49a9
UD
46802 * nscd/connections.c (register_traced_file): Don't register file
46803 for disabled databases.
46804
054c0457
UD
468052011-10-06 Ulrich Drepper <drepper@gmail.com>
46806
32b63198
UD
46807 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
46808
054c0457
UD
46809 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
46810 from tree and freeing node.
46811
64031225
JO
468122011-09-25 Jiri Olsa <jolsa@redhat.com>
46813
46814 * nss/nsswitch.c (__nss_database_lookup): Handle
46815 nss_parse_service_list out of memory case.
46816
0490345c
JO
468172011-09-15 Jiri Olsa <jolsa@redhat.com>
46818
46819 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
46820 out of memory case.
46821
3a62d00d
AS
468222011-10-04 Andreas Schwab <schwab@redhat.com>
46823
46824 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
46825 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
46826 pass it down.
46827 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
46828 elf_machine_rela, elf_machine_lazy_rel.
46829 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
46830 (ELF_DYNAMIC_DO_REL): Likewise.
46831 (ELF_DYNAMIC_DO_RELA): Likewise.
46832 (ELF_DYNAMIC_RELOCATE): Likewise.
46833 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
46834 to ELF_DYNAMIC_DO_REL.
46835 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
46836 (dl_main): In trace mode always set __RTLD_NOIFUNC.
46837 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
46838 elf_machine_rela.
46839 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
46840 skip_ifunc, don't call ifunc function if non-zero.
46841 (elf_machine_rela): Likewise.
46842 (elf_machine_lazy_rel): Likewise.
46843 (elf_machine_lazy_rela): Likewise.
46844 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
46845 (elf_machine_lazy_rel): Likewise.
46846 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
46847 Likewise.
46848 (elf_machine_lazy_rel): Likewise.
46849 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46850 Likewise.
46851 (elf_machine_lazy_rel): Likewise.
46852 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
46853 (elf_machine_lazy_rel): Likewise.
46854 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
46855 (elf_machine_lazy_rel): Likewise.
46856 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
46857 (elf_machine_lazy_rel): Likewise.
46858 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
46859 (elf_machine_lazy_rel): Likewise.
46860 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
46861 (elf_machine_lazy_rel): Likewise.
46862 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
46863 (elf_machine_lazy_rel): Likewise.
46864
68577918
UD
468652011-09-28 Ulrich Drepper <drepper@gmail.com>
46866
46867 * nss/nss_files/files-init.c (_nss_files_init): Use static
46868 initialization for all the *_traced_file variables.
46869
68822d74
AS
468702011-09-28 Andreas Schwab <schwab@redhat.com>
46871
46872 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46873
2056100b
RM
468742011-09-27 Roland McGrath <roland@hack.frob.com>
46875
46876 [BZ #13226]
46877 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
46878
32c76b63
AS
468792011-09-27 Andreas Schwab <schwab@redhat.com>
46880
46881 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
46882 Reread the line before reparsing it.
46883
bf972c9d
AS
468842011-09-26 Andreas Schwab <schwab@redhat.com>
46885
46886 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
46887
e057a1b5
JM
468882011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
46889 Maxim Kuvyrkov <maxim@codesourcery.com>
46890 Joseph Myers <joseph@codesourcery.com>
46891
46892 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
46893 if needed for __stack_chk_guard.
46894
bc7e1c36
RM
468952011-09-19 Roland McGrath <roland@hack.frob.com>
46896
ecb1482f
RM
46897 * sysdeps/posix/spawni.c (script_execute): Always define it.
46898 It will be optimized away if unused.
46899 (maybe_script_execute): New function.
46900 (__spawni): Call it.
46901
bc7e1c36
RM
46902 * Makerules: Don't include tls.make.
46903 (config-tls): Always set to thread.
46904 * tls.make.c: File removed.
46905
1c3b002b
MF
469062011-09-19 Mike Frysinger <vapier@gentoo.org>
46907
46908 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
46909 * config.make.in (CPPFLAGS-config): New substituted variable.
46910
2840865d
UD
469112011-09-15 Ulrich Drepper <drepper@gmail.com>
46912
88738eb6
UD
46913 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
46914
cbf645a6 46915 [BZ #13192]
2840865d
UD
46916 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
46917 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
46918
b402e91a
RM
469192011-09-15 Roland McGrath <roland@hack.frob.com>
46920
46921 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
46922 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
46923 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
46924 (CALL_FAIL): Likewise.
46925 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
46926 (CALL_FAIL): Macro removed.
46927 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
46928
4c1a1f71
UD
469292011-09-15 Ulrich Drepper <drepper@gmail.com>
46930
46931 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
46932 for __FINITE_MATH_ONLY__ == 1.
46933
edc121be
AS
469342011-09-15 Andreas Schwab <schwab@redhat.com>
46935
46936 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
46937 __ieee754_sqrt instead of sqrt.
46938 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
46939 __ieee754_sqrtf instead of sqrtf.
46940 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
46941 __floorf instead of floorf.
46942 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
46943 __floorf, __truncf instead of floorf, truncf.
46944
cd205654
UD
469452011-09-14 Ulrich Drepper <drepper@gmail.com>
46946
ee4d0315
UD
46947 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
46948
cd205654
UD
46949 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
46950 __extern_always_inline.
46951 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
46952 32-bit.
46953
48b67d71
AS
469542011-09-14 Andreas Schwab <schwab@redhat.com>
46955
46956 * elf/rtld.c (dl_main): Also relocate in dependency order when
46957 doing symbol dependency testing.
46958
1ae12c75
AS
469592011-09-13 Andreas Schwab <schwab@linux-m68k.org>
46960
46961 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
46962 Always define `refsym'.
46963
995a80df
AS
469642011-09-13 Andreas Schwab <schwab@redhat.com>
46965
e529793b
AS
46966 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
46967 (__FD_ELT): Renamed from __FDELT.
46968 * misc/bits/select2.h (__FD_ELT): Likewise.
46969 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
46970 __FD_MASK instead of __FDELT, __FDMASK.
46971 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46972 Likewise.
46973 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
46974 Likewise.
46975
52d4fef8
AS
46976 * elf/Makefile (gen-ldd): Fix pattern.
46977
995a80df
AS
46978 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
46979 (init_tls): Likewise.
46980
8682f8b0
UD
469812011-09-12 Ulrich Drepper <drepper@gmail.com>
46982
46983 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
46984
de82006d
AS
469852011-09-12 Andreas Schwab <schwab@redhat.com>
46986
a7c8e6a1
AS
46987 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
46988 `struct cmsghdr *' instead of `void *'.
46989 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
46990 Likewise.
46991
0f31fe77
AS
469922011-09-11 Andreas Schwab <schwab@linux-m68k.org>
46993
46994 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
46995 if non-absolute.
46996 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
46997 ldd_rewrite_script.
0f31fe77 46998
32b4c839
UD
469992011-09-11 Ulrich Drepper <drepper@gmail.com>
47000
83cd1420
UD
47001 * configure.in: Remove --with-tls option.
47002 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
47003 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
47004 out in case it is missing.
47005 * sysdeps/ia64/elf/configure.in: Likewise.
47006 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
47007 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
47008 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
47009 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
47010 * sysdeps/sh/elf/configure.in: Likewise.
47011 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
47012 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
47013 * sysdeps/x86_64/elf/configure.in: Likewise.
47014 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
47015 * sysdeps/mach/hurd/tls.h: Likewise.
47016
633f745d
UD
47017 [BZ #13067]
47018 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
47019
f318beb8
UD
47020 [BZ #13090]
47021 * configure.in: Fix use of AC_INIT.
47022
32b4c839
UD
47023 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
47024
3ce1f295
UD
470252011-09-10 Ulrich Drepper <drepper@gmail.com>
47026
bb016596
UD
47027 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
47028 __set_errno.
8e58439c
UD
47029 * malloc/hooks.c: Likewise.
47030
aebae053 47031 [BZ #11929]
02d46fc4
UD
47032 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
47033 variables statically.
47034 (narenas): Initialize.
47035 (list_lock): Initialize.
bb016596
UD
47036 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
47037 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
47038 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
47039 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
47040 Add initializers to main_arena and mp_.
47041 (malloc_state): Remove pagesize member. Change all users to use
47042 GLRO(dl_pagesize).
47043
47044 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
47045 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
47046 is always initialized.
47047
22a89187
UD
47048 * malloc/malloc.c: Removed unused configurations and dead code.
47049 * malloc/arena.c: Likewise.
47050 * malloc/hooks.c: Likewise.
02d46fc4 47051 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 47052
d063d164
UD
47053 * include/tls.h: Removed. USE___THREAD must always be defined.
47054 * bits/libc-tsd.h: Don't handle !USE___THREAD.
47055 * elf/dl-libc.c: Likewise.
47056 * elf/dl-tsd.c: Likewise.
47057 * include/errno.h: Likewise.
47058 * include/netdb.h: Likewise.
47059 * include/resolv.h: Likewise.
47060 * inet/herrno-loc.c: Likewise.
47061 * inet/herrno.c: Likewise.
47062 * malloc/arena.c: Likewise.
47063 * malloc/hooks.c: Likewise.
47064 * malloc/malloc.c: Likewise.
47065 * resolv/res-state.c: Likewise.
47066 * resolv/res_libc.c: Likewise.
47067 * sysdeps/i386/dl-machine.h: Likewise.
47068 * sysdeps/ia64/dl-machine.h: Likewise.
47069 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
47070 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
47071 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
47072 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
47073 * sysdeps/sh/dl-machine.h: Likewise.
47074 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
47075 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
47076 * sysdeps/unix/i386/sysdep.S: Likewise.
47077 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
47078 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
47079 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
47080 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
47081 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
47082 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
47083 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
47084 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
47085 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
47086 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
47087 * sysdeps/unix/x86_64/sysdep.S: Likewise.
47088 * sysdeps/x86_64/dl-machine.h: Likewise.
47089 * tls.make.c: Likewise.
47090
3ce1f295
UD
47091 * configure.in: Remove --with-__thread option. Make tests for
47092 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
47093 tls_model attribute fail if no support is available. Remove
47094 USE_IN_LIBIO.
47095 * Makeconfig: Adjust for dropped configure option. All features are
47096 now mandatory.
47097 * Makerules: Likewise.
47098 * Versions.def: Likewise.
47099 * argp/argp-fmtstream.c: Likewise.
47100 * argp/argp-fmtstream.h: Likewise.
47101 * argp/argp-help.c: Likewise.
47102 * assert/assert.c: Likewise.
47103 * config.h.in: Likewise.
47104 * config.make.in: Likewise.
47105 * configure: Likewise.
47106 * configure.in: Likewise.
47107 * csu/Versions: Likewise.
47108 * csu/init.c: Likewise.
47109 * elf/tst-audit2.c: Likewise.
47110 * elf/tst-tls10.c: Likewise.
47111 * elf/tst-tls10.h: Likewise.
47112 * elf/tst-tls11.c: Likewise.
47113 * elf/tst-tls12.c: Likewise.
47114 * elf/tst-tls14.c: Likewise.
47115 * elf/tst-tlsmod11.c: Likewise.
47116 * elf/tst-tlsmod12.c: Likewise.
47117 * elf/tst-tlsmod13.c: Likewise.
47118 * elf/tst-tlsmod13a.c: Likewise.
47119 * elf/tst-tlsmod14a.c: Likewise.
47120 * elf/tst-tlsmod15b.c: Likewise.
47121 * elf/tst-tlsmod16a.c: Likewise.
47122 * elf/tst-tlsmod16b.c: Likewise.
47123 * elf/tst-tlsmod7.c: Likewise.
47124 * elf/tst-tlsmod8.c: Likewise.
47125 * elf/tst-tlsmod9.c: Likewise.
47126 * gmon/gmon.c: Likewise.
47127 * grp/fgetgrent_r.c: Likewise.
47128 * grp/putgrent.c: Likewise.
47129 * hurd/fopenport.c: Likewise.
47130 * include/libc-symbols.h: Likewise.
47131 * include/tls.h: Likewise.
47132 * intl/gettextP.h: Likewise.
47133 * intl/loadinfo.h: Likewise.
47134 * locale/global-locale.c: Likewise.
47135 * locale/localeinfo.h: Likewise.
47136 * mach/devstream.c: Likewise.
47137 * malloc/arena.c: Likewise.
47138 * malloc/set-freeres.c: Likewise.
47139 * misc/err.c: Likewise.
47140 * misc/getttyent.c: Likewise.
47141 * misc/mntent_r.c: Likewise.
47142 * posix/getopt.c: Likewise.
47143 * posix/wordexp.c: Likewise.
47144 * pwd/fgetpwent_r.c: Likewise.
47145 * resolv/Versions: Likewise.
47146 * resolv/res_hconf.c: Likewise.
47147 * shadow/fgetspent_r.c: Likewise.
47148 * shadow/putspent.c: Likewise.
47149 * stdio-common/printf_fphex.c: Likewise.
47150 * stdio-common/tmpfile.c: Likewise.
47151 * stdlib/abort.c: Likewise.
47152 * stdlib/fmtmsg.c: Likewise.
47153 * sunrpc/auth_unix.c: Likewise.
47154 * sunrpc/clnt_perr.c: Likewise.
47155 * sunrpc/clnt_tcp.c: Likewise.
47156 * sunrpc/clnt_udp.c: Likewise.
47157 * sunrpc/clnt_unix.c: Likewise.
47158 * sunrpc/openchild.c: Likewise.
47159 * sunrpc/svc_simple.c: Likewise.
47160 * sunrpc/svc_tcp.c: Likewise.
47161 * sunrpc/svc_udp.c: Likewise.
47162 * sunrpc/svc_unix.c: Likewise.
47163 * sunrpc/xdr.c: Likewise.
47164 * sunrpc/xdr_array.c: Likewise.
47165 * sunrpc/xdr_rec.c: Likewise.
47166 * sunrpc/xdr_ref.c: Likewise.
47167 * sunrpc/xdr_stdio.c: Likewise.
47168
1248c1c4
PB
471692011-09-09 Ulrich Drepper <drepper@gmail.com>
47170
47171 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
47172
471732011-07-03 Andreas Jaeger <aj@suse.de>
47174
47175 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
47176 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
47177 regenerate with gen-libm-tests.pl.
47178
471792010-05-12 Petr Baudis <pasky@suse.cz>
47180
47181 [BZ #11589]
47182 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
47183 around j0() zero points by switching to j1().
47184 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47185 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47186 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
47187 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
47188
f22e1074
UD
471892011-09-09 Ulrich Drepper <drepper@gmail.com>
47190
f19009c1
UD
47191 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
47192 instead of 0.
47193 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 47194 instead of 0.
f19009c1
UD
47195 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47196 Patch in part by Pavel Roskin <proski@gnu.org>.
47197
3f8cc204
UD
47198 [BZ #13138]
47199 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
47200 realloc.
47201 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
47202 Free memory block if necessary.
47203
f22e1074
UD
47204 [BZ #12847]
47205 * libio/genops.c (INTDEF): For string streams the _lock pointer can
47206 be NULL. Don't lock in this case.
47207
0a2349f9
RM
472082011-09-09 Roland McGrath <roland@hack.frob.com>
47209
47210 * elf/elf.h (ELFOSABI_GNU): New macro.
47211 (ELFOSABI_LINUX): Define to that.
47212
f3cdd467
DZ
472132011-07-29 Denis Zaitceff <zaitceff@gmail.com>
47214
47215 * string/strncat.c (strncat): Undef the symbol in case it has been
47216 defined in bits/string.h.
47217
74718d13
UD
472182011-09-09 Ulrich Drepper <drepper@gmail.com>
47219
633e9e0f
UD
47220 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
47221
0a2349f9 47222 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
47223 link map.
47224
f9924780
AJ
472252011-08-17 Andreas Jaeger <aj@suse.de>
47226
47227 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
47228
7f5517aa
PP
472292011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
47230 Ian Lance Taylor <iant@google.com>
47231
47232 * math/libm-test.inc (lround_test): New testcase.
47233 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
47234
762011fe
UD
472352011-09-08 Ulrich Drepper <drepper@gmail.com>
47236
92963737
UD
47237 * Makefile: Remove support for automatic cvs check-ins.
47238 * Makerules: Likewise.
47239 * config.make.in: Likewise.
47240 * configure.in: Likewise.
47241 * intl/Makefile: Likewise.
47242 * locale/Makefile: Likewise.
47243 * po/Makefile: Likewise.
47244 * posix/Makefile: Likewise.
47245 * sysdeps/gnu/Makefile: Likewise.
47246 * sysdeps/mach/hurd/Makefile: Likewise.
47247 * sysdeps/sparc/sparc32/Makefile: Likewise.
47248
b0727fd8
JS
47249 [BZ #13118]
47250 * posix/Makefile (bug-regex32-ENV): Define.
47251 Patch by John Stanley <jpsinthemix@verizon.net>.
47252
a0f33f99
UD
47253 * misc/Makefile (headers): Add bits/select2.h.
47254 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
47255 * misc/bits/select2.h: New file.
47256 * include/bits/select2.h: New file.
47257 * debug/Makefile (routines): Add fdelt_chk.
47258 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
47259 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
47260 FD_ISSET.
47261 * debug/fdelt_chk.c: New file.
47262
762011fe
UD
47263 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
47264 * wcsmbs/test-wmemcmp.c: Likewise.
47265 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 47266 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
47267
472682011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47269
47270 * string/Makefile (strop-tests): Add memcmp.
47271 * string/test-wmemcmp.c: New file.
47272 * string/test-memcmp.c: Add wmemcmp support.
47273
7f513ec8
RM
472742011-09-08 Roland McGrath <roland@hack.frob.com>
47275
0442afb4
RM
47276 [BZ #13153]
47277 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
47278 2011-07-19 change.
47279
7f513ec8
RM
47280 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
47281 garbage value in a __mach_port_mod_refs call in the cases of the
47282 task-self and thread-self ports.
47283
a12b2239
ST
472842011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
47285
47286 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
47287
610f9ab4
AS
472882011-09-08 Andreas Schwab <schwab@redhat.com>
47289
7f513ec8 47290 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 47291
48882a1a
LD
472922011-09-07 Ulrich Drepper <drepper@gmail.com>
47293
b49865be
UD
47294 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
47295
fdc86bc9
UD
47296 * elf/dl-libc.c (dlerror_run): Pass back error code from
47297 dl_catch_error.
47298
c966526a
UD
47299 [BZ #13123]
47300 * elf/dl-load.c (lose): Free l_origin if it is valid.
47301
48882a1a
LD
47302 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
47303 names.
47304 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
47305 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47306 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47307 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47308 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
47309 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
47310
77a2a8b4
AZ
473112011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
47312
47313 * sysdeps/powerpc/fpu/e_hypot.c: New file.
47314 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
47315 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
47316 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
47317 * sysdeps/powerpc/fpu/k_cosf.c: New file.
47318 * sysdeps/powerpc/fpu/k_sinf.c: New file.
47319 * sysdeps/powerpc/fpu/s_cosf.c: New file.
47320 * sysdeps/powerpc/fpu/s_sinf.c: New file.
47321 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
47322 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
47323
24f579d8
AM
473242011-08-15 Alan Modra <amodra@gmail.com>
47325
47326 [BZ #13092]
47327 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
47328 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
47329 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
47330 ppc_mcount to static-only-routines.
47331 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
47332 __mcount_internal.
47333 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
47334 __mcount_internal with usual JUMPTARGET. Remove useless nop.
47335
3d4837df
UD
473362011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
47337
47338 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
47339 for finite and infinity parameters.
47340
22700377
WS
473412011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
47342
47343 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
47344 and add nop instructions for throughput optimization.
47345 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47346
5025581e
WS
473472011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
47348
47349 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
47350 aligned copy for power7 with vector-scalar instructions.
47351 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
47352
08a300c9
L
473532011-07-24 H.J. Lu <hongjiu.lu@intel.com>
47354
47355 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
47356 AVX check.
47357
59178ef9
AS
473582011-09-07 Andreas Schwab <schwab@redhat.com>
47359
47360 [BZ #13144]
47361 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
47362 last change.
47363
e38ba7ab
UD
473642011-09-07 Ulrich Drepper <drepper@gmail.com>
47365
47366 * sysdeps/unix/sysv/linux/x86_64/init-first.c
47367 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
47368 syscall wrapper around clock_gettime in __vdso_clock_gettime.
47369 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
47370 clock_gettime.
47371
d53a73ac
UD
473722011-09-06 Ulrich Drepper <drepper@gmail.com>
47373
fc8bffcc
UD
47374 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
47375 Forgot to demangle the pointer.
47376
ceaa0c5d
UD
47377 * sysdeps/i386/sysdep.h: Define atom_text_section.
47378 * sysdeps/x86_64/sysdep.h: Likewise.
47379 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
47380 section with atom_text_section.
47381 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
47382 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
47383 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
47384 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
47385 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
47386
a77d3c17
UD
47387 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
47388 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
47389 already be defined. Change to take two parameters and don't assign
47390 result to variable. Adjust all users.
47391 Define INTERNAL_GETTIME if not already defined.
47392 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
47393 call.
47394 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
47395 HAVE_CLOCK_GETTIME_VSYSCALL.
47396 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
47397
d53a73ac
UD
47398 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
47399 gettimeofday vsyscall, just use time.
47400
a8f84144
AS
474012011-09-06 Andreas Schwab <schwab@redhat.com>
47402
47403 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
47404 <errno.h>.
47405
ef606249
UD
474062011-09-06 Ulrich Drepper <drepper@gmail.com>
47407
47408 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
47409 syscall on x86-64.
47410 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
47411 syscall.
47412 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
47413 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
47414 syscall if possible.
47415
6585cb60
UD
474162011-09-05 Ulrich Drepper <drepper@gmail.com>
47417
47418 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
47419 e_ident. Don't pass to find_mapsXX.
47420 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
47421
a5f524e4
LD
474222011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47423
47424 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47425 strchr-sse2-no-bsf strrchr-sse2-no-bsf
47426 * sysdeps/x86_64/multiarch/strchr.S: Update.
47427 Check bit_slow_BSF bit.
47428 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
47429 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
47430 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
47431
554881ef
UD
474322011-09-05 Ulrich Drepper <drepper@gmail.com>
47433
d96de963
UD
47434 [BZ #13134]
47435 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
47436 before glibc 2.15.
47437 (tryshell): Define.
47438 (__spawni): Change last parameter to be flag. Test
47439 SPAWN_XFLAGS_USE_PATH flag to use path or not.
47440 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
47441 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
47442 * posix/spawni.c: Likewise.
47443 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
47444 * posix/spawnp.c: Likewise. Change normal version to use
47445 SPAWN_XFLAGS_USE_PATH.
47446 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
47447 SPAWN_XFLAGS_TRY_SHELL.
47448
d48e5868
UD
47449 [BZ #13150]
47450 * posix/glob.h: Remove gcc 1.x support.
47451
554881ef
UD
47452 [BZ #13068]
47453 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
47454
693fb948
LD
474552011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47456
47457 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47458 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
47459 strrchr-sse2-bsf
47460 * sysdeps/i386/i686/multiarch/strchr.S: New file.
47461 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
47462 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
47463 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
47464 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
47465 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
47466
1b48c537
UD
474672011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47468
49d42c37
UD
47469 * sysdeps/x86_64/wcscmp.S: New file.
47470
1b48c537
UD
47471 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
47472 wcscmp-c wcscmp-sse2
47473 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
47474 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
47475 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
47476 * wcsmbs/wcscmp.c: Allow renaming.
47477
15c95c5d
DM
474782011-09-05 David S. Miller <davem@davemloft.net>
47479
47480 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
47481 stack slot, rather than the struct return pointer slot.
47482 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
47483 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
47484 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
47485 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
47486
2f0ad8f3
UD
474872011-09-05 Ulrich Drepper <drepper@gmail.com>
47488
d88ae418
UD
47489 * po/ja.po: Update from translation team.
47490
2f0ad8f3
UD
47491 [BZ #13144]
47492 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
47493 kernel in 64-bit binaries.
47494
5f4318d1
DM
474952011-09-01 David S. Miller <davem@davemloft.net>
47496
47497 * elf/elf.h (HWCAP_SPARC_*): Move to..
47498 * sysdeps/sparc/sysdep.h: this new file and add new values.
47499 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
47500 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
47501 _DL_HWCAP_COUNT to 24.
47502 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
47503 entries.
47504 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
47505 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
47506 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
47507 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
47508 instead of magic constants.
47509 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47510
3ba57516
DM
475112011-08-31 David S. Miller <davem@davemloft.net>
47512
47513 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
47514 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
47515 Reimplement to do errno handling inline.
47516 (SYSCALL_ERROR_HANDLER): New macro.
47517 (__SYSCALL_STRING): Do not do errno handling in asm.
47518 (__CLONE_SYSCALL_STRING): Delete.
47519 (__INTERNAL_SYSCALL_STRING): Delete.
47520 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
47521 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
47522 (PSEUDO): Reimplement to do errno handling inline.
47523 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
47524 (SYSCALL_ERROR_HANDLER): New macro.
47525 (__SYSCALL_STRING): Do not do errno handling in asm.
47526 (__CLONE_SYSCALL_STRING): Delete.
47527 (__INTERNAL_SYSCALL_STRING): Delete.
47528 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
47529 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
47530 i386.
47531 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
47532 (inline_syscall*): Add 'err' argument.
47533 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
47534 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
47535 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
47536 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
47537
47538 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
47539 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
47540
2bc17433
AS
475412011-08-30 Andreas Schwab <schwab@redhat.com>
47542
47543 * elf/rtld.c (dl_main): Relocate objects in dependency order.
47544
fbeb5f4d
JO
475452011-08-29 Jiri Olsa <jolsa@redhat.com>
47546
47547 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
47548 directive.
47549
ad69cc26
DM
475502011-08-24 David S. Miller <davem@davemloft.net>
47551
47552 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
47553
39dd69df
AS
475542011-08-24 Andreas Schwab <schwab@redhat.com>
47555
47556 * elf/Makefile: Add rules to build and run unload8 test.
47557 * elf/unload8.c: New file.
47558 * elf/unload8mod1.c: New file.
47559 * elf/unload8mod1x.c: New file.
47560 * elf/unload8mod2.c: New file.
47561 * elf/unload8mod3.c: New file.
47562
47563 * elf/dl-close.c (_dl_close_worker): Reset private search list if
47564 it wasn't used.
47565
2c0b250a
DM
475662011-08-23 David S. Miller <davem@davemloft.net>
47567
47568 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
47569 subtract stack bias.
47570 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
47571 %sp not %fp in calculations.
47572 (_JMPBUF_UNWINDS_ADJ): Likewise.
47573
22044b48
DM
47574 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
47575 (aio_suspend): Call it to force an exception region around the
47576 AIO_MISC_WAIT() invocation.
47577
2cae4995
AS
475782011-08-23 Andreas Schwab <schwab@redhat.com>
47579
47580 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
47581 backslash.
47582
873a772e
AJ
475832011-07-04 Aurelien Jarno <aurelien@aurel32.net>
47584
47585 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
47586 protection macro.
47587 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
47588 and <dl-machine.h>.
47589 (Elf64_FuncDesc): Remove.
47590
25ad0df1
DM
475912011-08-22 David S. Miller <davem@davemloft.net>
47592
47593 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
47594 sigaltstack check, add missing cfi directives.
47595 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
47596 missing cfi directives, and sigaltstack handling.
47597
e888bcbe
AS
475982011-08-16 Andreas Schwab <schwab@redhat.com>
47599
47600 [BZ #11724]
47601 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
47602 object is seen twice.
47603 * elf/dl-fini.c (_dl_sort_fini): Likewise.
47604
47605 * elf/Makefile (distribute): Add tst-initorder2.c.
47606 (tests): Add tst-initorder2.
47607 (modules-names): Add tst-initorder2a tst-initorder2b
47608 tst-initorder2c tst-initorder2d. Add rules to build them.
47609 ($(objpfx)tst-initorder2.out): New rule.
47610 * elf/tst-initorder2.c: New file.
47611 * elf/tst-initorder2.exp: New file.
47612
87162f46
AS
476132011-08-22 Andreas Schwab <schwab@redhat.com>
47614
70538b7f
AS
47615 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
47616
f55ffe58
AS
47617 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
47618 dependencies back to end of function.
47619
87162f46
AS
47620 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
47621 $(elfobjdir)/ld.so.
47622
91b392a4
UD
476232011-08-21 Ulrich Drepper <drepper@gmail.com>
47624
47625 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
47626 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
47627 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
47628 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
47629 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
47630 of __vdso_gettimeofday.
47631 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
47632 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
47633 attribute_hidden.
47634 (_libc_vdso_platform_setup): Remove initialization of
47635 __vdso_gettimeofday and __vdso_time.
47636
5c43483f
UD
476372011-08-20 Ulrich Drepper <drepper@gmail.com>
47638
775a77e7
UD
47639 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
47640 and fgetc_unlocked.
47641 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
47642 getc_unlocked.
89f447ed 47643
49c74ba9
UD
47644 * elf/dl-open.c (add_to_global): Report additions to the global scope
47645 for LD_DEBUG=scopes.
47646 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 47647 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 47648
5c43483f
UD
47649 [BZ #13114]
47650 * stdio-common/Makefile (tests): Add bug24.
47651 * stdio-common/bug24.c: New file.
47652
a101b025
AJ
476532011-08-19 Andreas Jaeger <aj@suse.de>
47654
47655 [BZ #13114]
47656 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
47657 non-existant file when using close-on-exec mode.
47658
c88f1766
UD
476592011-08-20 Ulrich Drepper <drepper@gmail.com>
47660
0276a718
UD
47661 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
47662 the very first instruction.
47663
c88f1766
UD
47664 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
47665 the CFI state in the end.
47666 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
47667 inclusion of dl-trampoline.h.
47668 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
47669
51ccffa0
AS
476702011-08-19 Andreas Schwab <schwab@redhat.com>
47671
94d7165f
AS
47672 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
47673 expectations for long double.
47674
51ccffa0
AS
47675 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
47676 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
47677
fd708658 476782011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
47679
47680 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
47681 artificual limit depends upon the system page size.
47682
44f0a71e
UD
476832011-08-17 Ulrich Drepper <drepper@gmail.com>
47684
47685 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
47686 * resolv/Makefile: Define CFLAGS-libresolv.
47687
8de79a24
AS
476882011-08-17 Andreas Schwab <schwab@redhat.com>
47689
47690 * nss/makedb.c (compute_tables): Make variables used in nested
47691 function static.
47692
27724598
UD
476932011-08-17 Ulrich Drepper <drepper@gmail.com>
47694
c5305d88
UD
47695 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
47696 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
47697 if buffer was too small.
47698
27724598
UD
47699 * elf/pldd.c (main): Attach to all threads in the process.
47700 Rewrite /proc handling to use *at functions.
47701
076fe015
UD
477022011-08-16 Ulrich Drepper <drepper@gmail.com>
47703
174baab3
UD
47704 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
47705 specifies first scope to show.
47706 (dl_open_worker): Update callers. Move printing scope of new
47707 object to before the relocation.
44f0a71e 47708 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
47709 * sysdeps/generic/ldsodefs.h: Update declaration.
47710
076fe015
UD
47711 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
47712 string for the scope number.
47713
a60df2c3
UD
477142011-08-14 Ulrich Drepper <drepper@gmail.com>
47715
47716 * nscd/servicescache.c (cache_addserv): Make sure written is always
47717 initialized.
47718
5e4287d1
RM
477192011-08-14 Roland McGrath <roland@hack.frob.com>
47720
85ae0589
RM
47721 * sysdeps/i386/i486/bits/atomic.h
47722 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
47723 statement expression, so as to suppress "set but not used" warning.
47724 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
47725
69f63097
RM
47726 * string/strncat.c (STRNCAT): Use prototype definition.
47727
675456ef
RM
47728 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
47729 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
47730 -Iprograms here.
47731 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
47732 (localedef-modules): Add localedef.
47733 (locale-modules): Add locale.
47734
5e4287d1
RM
47735 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
47736 * elf/rtld.c (dl_main): Invert order of assignment in last change,
47737 to avoid a warning.
47738
9c96ff23
DM
477392011-08-14 David S. Miller <davem@davemloft.net>
47740
47741 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
47742 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
47743
f9ddf089
UD
477442011-08-13 Ulrich Drepper <drepper@gmail.com>
47745
44f0a71e 47746 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
47747 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
47748 * elf/rtld.c (dl_main): Set l_name of vDSO.
47749 Call _dl_show_scope when DL_DEBUG_SCOPES.
47750 (process_dl_debug): Recognize scopes flag and also set it for all.
47751 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
47752 Declare _dl_show_scope.
47753
1dc27704
UD
47754 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
47755 (do_dlopen): Pass caller_dlopen to dl_open.
47756 (__libc_dlopen_mode): Initialize caller_dlopen.
47757
f9ddf089
UD
47758 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
47759 of libc. Make tolower call locale-independent. Optimize a bit by
47760 using isdigit instead of isalnum.
47761 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
47762
9ac533d3
UD
477632011-08-12 Ulrich Drepper <drepper@gmail.com>
47764
47765 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
47766 was a dependency or dynamically loaded.
47767
89edf2e9
UD
477682011-08-11 Ulrich Drepper <drepper@gmail.com>
47769
8e999d29
UD
47770 * intl/l10nflist.c: Allow architecture-specific pop function.
47771 * sysdeps/x86_64/l10nflist.c: New file.
47772
89edf2e9
UD
47773 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
47774 classification.
47775
14d96785
AS
477762011-08-10 Andreas Schwab <schwab@redhat.com>
47777
47778 * include/dirent.h: Add libc_hidden_proto for scandirat and
47779 scandirat64. Don't declare __scandirat64.
47780 * dirent/scandirat.c: Add libc_hidden_def.
47781 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
47782 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
47783
6761ac04
DM
477842011-08-10 David S. Miller <davem@davemloft.net>
47785
47786 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
47787 enum.
47788 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47789 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47790 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47791
c55fbd1e
UD
477922011-08-09 Ulrich Drepper <drepper@gmail.com>
47793
47794 * Versions.def [libc]: Add GLIBC_2.15.
47795 * dirent/Makefile (routines): Add scandirat and scandirat64.
47796 * dirent/Versions [libc]: Export scandirat and scandirat64 for
47797 GLIBC_2.15.
47798 * dirent/dirent.h: Declare scandirat and scandirat64.
47799 * dirent/scandirat.c: New file.
47800 * dirent/scandirat64.c: New file.
47801 * sysdeps/wordsize-64/scandirat.c: New file.
47802 * sysdeps/wordsize-64/scandirat64.c: New file.
47803 * dirent/opendir.c: Define opendirat.
47804 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
47805 using scandirat.
47806 * dirent/scandir64.c: Adjust for scandir.c change.
47807 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
47808 __scandirat64, and __scandir_cancel_handler.
47809 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
47810 additional parameter and use openat instead of open (outside of ld.so).
47811 Add new __opendir as wrapper around __opendirat.
47812 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
47813 here without requiring old scandirat implementation.
47814
879165f2
UD
478152011-08-08 Ulrich Drepper <drepper@gmail.com>
47816
47817 * dirent/scandir.c (cancel_handler): Renamed to
47818 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
47819 defined. Adjust users.
47820 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
47821 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
47822
cb7e923b
UD
478232011-08-04 Ulrich Drepper <drepper@gmail.com>
47824
16292edd
UD
47825 * string/test-string.h (IMPL): Use __STRING to expand name and then
47826 stringify it.
47827
cb7e923b
UD
47828 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
47829 of cleanups.
47830
cff82933
LD
478312011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47832
47833 * string/Makefile: Update.
47834 (strop-tests): Append strncat.
47835 * string/test-wcscmp.c: New file.
47836 New comprehensive test for wcscmp.
47837 * string/test-strcmp.c: Update.
47838 (WIDE): New define.
47839
9be9bfcc
AS
478402011-07-22 Andreas Schwab <schwab@redhat.com>
47841
47842 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
47843 line.
47844
2e96f1c7
AS
478452011-07-26 Andreas Schwab <schwab@redhat.com>
47846
47847 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47848 encoding to ACE if AI_IDN.
47849
85188888
JJ
478502011-08-01 Jakub Jelinek <jakub@redhat.com>
47851
47852 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
47853 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
47854
5fa16e9b
LD
478552011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47856
47857 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
47858 Fix overflow bug in strncat.
47859 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
47860
47861 * string/test-strncat.c: Update.
47862 Add new tests for checking overflow bugs.
47863
478642011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
47865
47866 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
47867 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
47868 * sysdeps/i386/i686/multiarch/strcat.S: New file.
47869 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
47870 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
47871 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
47872 * sysdeps/i386/i686/multiarch/strncat.S: New file.
47873 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
47874 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
47875
47876 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
47877 (USE_AS_STRCAT): Define.
47878 Add strcat and strncat support.
47879 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
47880
8c1a459f
AS
478812011-07-25 Andreas Schwab <schwab@redhat.com>
47882
47883 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
47884 __n bigger than INT_MAX+1.
47885 (__strncmp_g): Likewise.
47886
bba33c28
UD
478872011-07-23 Ulrich Drepper <drepper@gmail.com>
47888
798be72d
UD
47889 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
47890 * libio/stido.h: Likewise.
47891
8accd4dc
UD
47892 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
47893 (AF_NFC): Define.
47894 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
47895 (AF_NFC): Define.
47896
cbff0d96
UD
47897 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
47898 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
47899 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
47900 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
47901 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
47902
9191c04a
UD
47903 [BZ #13021]
47904 * scripts/test-installation.pl: Don't expect libnss_test1 to be
47905 installed.
47906
bba33c28
UD
47907 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
47908 typo.
47909 (_dl_x86_64_save_sse): Likewise.
47910
90f139dd
UD
479112011-07-22 Ulrich Drepper <drepper@gmail.com>
47912
1aae088a
UD
47913 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
47914 OSXSAVE.
47915 (_dl_x86_64_save_sse): Likewise.
47916
8e2045f5
UD
47917 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
47918
90f139dd
UD
47919 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
47920
1d002f25
AS
479212011-07-21 Andreas Schwab <schwab@redhat.com>
47922
47923 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
47924 change.
47925 (_dl_x86_64_save_sse): Use correct AVX check.
47926
21137f89
UD
479272011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47928
47929 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
47930 bug in strncpy/strncat.
47931 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
47932
a65c0b7a
UD
479332011-07-21 Ulrich Drepper <drepper@gmail.com>
47934
47935 * string/tester.c (test_strcat): Add tests for different alignments
47936 of source and destination.
47937 (test_strncat): Likewise.
47938
6986b98a
UD
479392011-07-20 Ulrich Drepper <drepper@gmail.com>
47940
90bb2039
UD
47941 [BZ #12852]
47942 * posix/glob.c (glob): Check passed in values before using them in
47943 expressions to avoid some overflows.
47944 (glob_in_dir): Likewise.
47945
5644ef54
UD
47946 [BZ #13007]
47947 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
47948 check for AVX enablement so that we don't crash with old kernels and
47949 new hardware.
47950 * elf/tst-audit4.c: Add same checks here.
47951 * elf/tst-audit6.c: Likewise.
47952
47953 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 47954
bfc9dc9b
AS
479552011-07-09 Andreas Schwab <schwab@linux-m68k.org>
47956
47957 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
47958
702e64bb
UD
479592011-07-20 Ulrich Drepper <drepper@gmail.com>
47960
47961 * po/cs.po: Update from translation team.
47962 * po/bg.po: Likewise.
47963
295e904f
MP
479642011-07-12 Marek Polacek <mpolacek@redhat.com>
47965
47966 * misc/sys/cdefs.h: Add support for const attribute.
47967 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
47968 to gnu_dev_{major,minor,makedev} functions.
47969
3ff94596
MP
479702011-07-20 Marek Polacek <mpolacek@redhat.com>
47971
47972 * intl/dcigettext.c (get_output_charset): Add missing bracket.
47973
28b59fca
AS
479742011-07-20 Andreas Schwab <schwab@redhat.com>
47975
47976 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
47977 strlen results.
47978
19df733e
AK
479792011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
47980
47981 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
47982 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
47983 register in order to avoid conflicts with the soft frame pointer
47984 being held in r11 when necessary.
47985 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
47986 (INTERNAL_VSYSCALL_NCS): Likewise.
47987
c8835729
MP
479882011-07-14 Marek Polacek <mpolacek@redhat.com>
47989
47990 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
47991 * elf/dl-fini.c (_dl_fini): Adjust caller.
47992 * elf/dl-close.c (_dl_close_worker): Likewise.
47993 * sysdeps/generic/ldsodefs.h: Adjust declaration.
47994
b902330c
MP
479952011-07-15 Marek Polacek <mpolacek@redhat.com>
47996
8991e135
MP
47997 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
47998 "aux_cache->nlibs < 0".
47999
b902330c
MP
48000 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
48001 in the reload-count case.
48002
99710781
LD
480032011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
48004
48005 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48006 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
48007 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
48008 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
48009 * sysdeps/x86_64/multiarch/strcat.S: New file.
48010 * sysdeps/x86_64/multiarch/strncat.S: New file.
48011 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
48012 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
48013 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
48014 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
48015 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
48016 (USE_AS_STRCAT): Define.
48017 Add strcat and strncat support.
48018 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
48019 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
48020 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
48021 * string/strncat.c: Update.
48022 (USE_AS_STRNCAT): Define.
48023 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48024 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
48025 and i7.
48026 * sysdeps/x86_64/multiarch/init-arch.h
48027 (bit_Prefer_PMINUB_for_stringop): New.
48028 (index_Prefer_PMINUB_for_stringop): Likewise.
48029 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
48030 bit_Prefer_PMINUB_for_stringop.
48031
7dc6bd90
UD
480322011-07-19 Ulrich Drepper <drepper@gmail.com>
48033
48034 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
48035 buffer64.
48036 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
48037 of casting of buffer.
48038 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
48039 buffer32 and buffer64.
48040 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
48041 writes instead of casting of buffer.
48042 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
48043 buffer32.
48044 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
48045 casting of buffer.
48046
e0e72284
AS
480472011-07-19 Andreas Schwab <schwab@redhat.com>
48048
48049 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
48050
feb1eb0b
UD
480512011-07-19 Ulrich Drepper <drepper@gmail.com>
48052
48053 * nscd/nscd.c (termination_handler): Don't do anything for a database
48054 if it has not yet been initialized.
48055
298711ff
UD
480562011-07-18 Ulrich Drepper <drepper@gmail.com>
48057
48058 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48059
480602011-07-15 Marek Polacek <mpolacek@redhat.com>
48061
48062 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
48063
f9d68389
UD
480642011-07-18 Ulrich Drepper <drepper@gmail.com>
48065
48066 * po/nl.po: Update from translation team.
48067 * po/sv.po: Likewise.
48068
db290cf5
RM
480692011-07-16 Roland McGrath <roland@hack.frob.com>
48070
48071 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
48072 now disallowed by GCC.
5c550700 48073
fd5e21c7
RM
48074 * configure.in (use-default-link): Default to yes if a test -shared
48075 link meets our qualifications.
48076 * configure: Regenerated.
48077
5c550700
RM
48078 * config.make.in (output-format): New variable.
48079 * configure.in: Check for ld --print-output-format support.
48080 * configure: Regenerated.
48081 * Makerules ($(common-objpfx)format.lds)
48082 [$(output-format) != unknown]: Just use $(output-format),
48083 instead of the linker-script munging.
48084
9fa2c032
RM
480852011-07-14 Roland McGrath <roland@hack.frob.com>
48086
a6928d51
RM
48087 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
48088 of $(common-objpfx)shlib.lds.
48089 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
48090
661607b3
RM
48091 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
48092 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
48093
9fa2c032
RM
48094 * configure.in (-z relro check): Adjust test code to add a large
48095 writable data section after it.
48096 * configure: Regenerated.
48097
defe9061
RM
480982011-07-11 Roland McGrath <roland@hack.frob.com>
48099
48100 * configure.in (-z relro check): Fix test code to make the variable
48101 truly const.
48102 * configure: Regenerated.
48103
319b9ad4
UD
481042011-07-11 Ulrich Drepper <drepper@gmail.com>
48105
48106 * nscd/nscd.h (struct traced_file): Define.
48107 (struct database_dyn): Remove inotify_descr, reset_res, and filename
48108 elements. Add traced_files.
48109 (inotify_fd): Declare.
48110 (register_traced_file): Declare.
48111 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
48112 (inotify_fd): Export.
48113 (resolv_conf_descr): Remove.
48114 (nscd_init): Move inotify descriptor creation to main.
48115 Don't register files for notification here.
48116 (register_traced_file): New function.
48117 (invalidate_cache): Don't use reset_res to determine whether to call
48118 res_init, go through the list of registered files.
48119 (main_loop_poll): The inotify descriptors are now stored in the
48120 structures for the traced files.
48121 (main_loop_epoll): Likewise
48122 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
48123 to __nss_disable_nscd.
48124 * nscd/cache.c (prune_cache): There is no single inotify descriptor
48125 for a database anymore. Check the records for all the registered
48126 files instead.
48127 * nss/Makefile (libnss_files-routines): Add files-init.
48128 (libnss_db-routines): Add db-init.
48129 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
48130 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
48131 * nss/nss_db/db-init.c: New file.
48132 * nss/nss_files/files-init.c: New file.
48133 * nss/nsswitch.c (nss_load_library): New function. Broken out of
48134 __nss_lookup_function.
48135 (__nss_lookup_function): Call nss_load_library.
48136 (nss_load_all_libraries): New function.
48137 (__nss_disable_nscd): Take parameter with callback function for files
48138 to register. Set is_nscd. Load all the DSOs for the NSS modules
48139 used for the cached services.
48140 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
48141 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
48142 options for features to all the files in nscd.
48143
48144 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
48145
23bee3e8
RM
481462011-07-10 Roland McGrath <roland@hack.frob.com>
48147
48148 * csu/elf-init.c (__libc_csu_init): Comment typo.
48149
46a5b7f0
UD
481502011-07-09 Ulrich Drepper <drepper@gmail.com>
48151
48152 * po/pl.po: Update from translation team.
48153 * po/ja.po: Likewise.
48154 * po/ru.po: Likewise.
48155 * po/ko.po: Likewise.
48156 * po/fr.po: Likewise.
48157
d30cf5bb
RM
481582011-07-09 Roland McGrath <roland@hack.frob.com>
48159
113ddea4
RM
48160 * configure.in (.ctors/.dtors header and trailer check):
48161 Use an empirical test on a built program.
48162 * configure: Regenerated.
48163
574920b4
RM
48164 * configure.in (-z relro check): Use an empirical test on a built DSO.
48165 Detect, but do not require, on ia64.
48166 * configure: Regenerated.
48167
d30cf5bb
RM
48168 * configure.in (READELF): Find it with AC_CHECK_TOOL.
48169 Update tests that use readelf to use $READELF instead.
48170 * configure: Regenerated.
48171
8538fdb3
UD
481722011-07-08 Ulrich Drepper <drepper@gmail.com>
48173
48174 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
48175 if the result is not used.
48176
04d08991
AJ
481772011-07-05 Andreas Jaeger <aj@suse.de>
48178
48179 [BZ#9696]
48180 * stdlib/tst-strtod.c: Add testcase.
48181
de283087
AD
481822011-07-07 Ulrich Drepper <drepper@gmail.com>
48183
4e5f31c8 48184 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 48185 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
48186 The latter has a higher limit. Take additional parameter to pass to
48187 the new function.
48188 (__pathconf): Pass file to __statfs_link_max.
48189 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
48190 __statfs_link_max.
48191 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
48192 __statfs_link_max.
48193
de283087
AD
48194 [BZ #12868]
48195 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
48196 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48197 Handle Lustre.
48198 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
48199 (__statfs_filesize_max): Likewise.
48200 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
48201
c75fa153
AJ
482022011-07-05 Andreas Jaeger <aj@suse.de>
48203
48204 * resolv/res_comp.c (dn_skipname): Remove unused variable.
48205
1a544854
UD
482062011-07-06 Marek Polacek <mpolacek@redhat.com>
48207
48208 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
48209 `status' variable.
48210 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
48211 Likewise.
48212
6f0eec67
UD
482132011-07-04 H.J. Lu <hongjiu.lu@intel.com>
48214
48215 * Makefile (strop-tests): Add strncat.
48216 * string/test-strncat.c: New file.
48217
aae30307
UD
482182011-06-30 Marek Polacek <mpolacek@redhat.com>
48219
48220 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
48221
c0cfb5eb
UD
482222011-06-21 Andreas Jaeger <aj@suse.de>
48223
48224 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
48225 Copy rule from iconvdata/Makefile.
48226
01636b21
UD
482272011-07-06 Ulrich Drepper <drepper@gmail.com>
48228
48229 [BZ #12922]
48230 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
48231 but no long options are defined, just return 'W'.
48232
9895c8bc
UD
482332011-06-22 Marek Polacek <mpolacek@redhat.com>
48234
48235 [BZ #9696]
48236 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
48237
5d4cf042
UD
482382011-07-06 Ulrich Drepper <drepper@gmail.com>
48239
48240 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
48241 netgroups to read.
960e5535 48242 (innetgr): Likewise.
5d4cf042 48243
751eb97e
RM
482442011-07-05 Roland McGrath <roland@hack.frob.com>
48245
48246 * config.make.in (install_root): Default to $(DESTDIR).
48247
f15f1e45
UD
482482011-07-05 Ulrich Drepper <drepper@gmail.com>
48249
48250 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
48251
4e34ac6a
RM
482522011-07-02 Roland McGrath <roland@hack.frob.com>
48253
5e9b6af4
RM
48254 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
48255
84f9ea0f
RM
48256 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
48257 containing directory rather than embedding absolute directory names.
48258
ea5ee9f7
RM
48259 * scripts/check-local-headers.sh: Rewritten using awk.
48260 Match by word, not by line. Print error messages for matches.
48261 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
48262
1b74661a
RM
48263 * Makerules [shlib-lds-flags empty]:
48264 ($(common-objpfx)libc_pic.opts): New target.
48265 ($(common-objpfx)libc_pic.os.clean): New target.
48266 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
48267
48268 * config.make.in (OBJCOPY): New variable.
48269 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
48270 * configure: Regenerated.
48271
f781ef40
RM
48272 * config.make.in (use-default-link): New variable.
48273 * configure.in (use_default_link): Grok --with-default-link to set it.
48274 * configure: Regenerated.
48275 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
48276 (shlib-lds, shlib-lds-flags): Define to empty.
48277
2d4fa81e
RM
48278 * Makerules (shlib-lds): New variable.
48279 (shlib-lds-flags): New variable.
48280 (build-shlib, build-moduile, build-module-asneeded): Use it.
48281 ($(common-objpfx)libc.so): Use $(shlib-lds).
48282 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
48283 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
48284
31fffa6b
RM
48285 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
48286 DT_FLAGS/DT_FLAGS_1 with zero flags.
48287
4e34ac6a
RM
48288 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
48289 linker script munging.
48290
fcfc776b
UD
482912011-07-02 Ulrich Drepper <drepper@gmail.com>
48292
48293 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
48294 as 128-bit value.
48295 * crypt/sha512.c (sha512_process_block): Perform total addition using
48296 128-bit if possible.
48297 (__sha512_finish_ctx): Likewise.
48298 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
48299 as 64-bit value.
48300 * crypt/sha256.c (SWAP64): Define.
48301 (sha256_process_block): Perform total addition using 64-bit if
48302 possible.
48303 (__sha256_finish_ctx): Likewise.
48304
99231d9a
UD
483052011-07-01 Ulrich Drepper <drepper@gmail.com>
48306
48307 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
48308 * nscd/initgrcache.c (addinitgroupsX): Likewise.
48309 * nscd/hstcache.c (cache_addhst): Likewise.
48310 * nscd/grpcache.c (cache_addgr): Likewise.
48311 * nscd/aicache.c (addhstaiX): Likewise
48312 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
48313
445b4a53
TK
483142011-07-01 Thorsten Kukuk <kukuk@suse.de>
48315
48316 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
48317 * nscd/initgrcache.c (addinitgroupsX): Likewise.
48318 * nscd/hstcache.c (cache_addhst): Likewise.
48319 * nscd/grpcache.c (cache_addgr): Likewise.
48320 * nscd/aicache.c (addhstaiX): Likewise
48321
6d4d8e8e
AS
483222011-07-01 Andreas Schwab <schwab@redhat.com>
48323
48324 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
48325 domain only when needed.
48326
89f654c5
AS
483272011-06-30 Andreas Schwab <schwab@redhat.com>
48328
48329 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
48330 is always restored.
48331
cf3b23ff
UD
483322011-06-29 Ulrich Drepper <drepper@gmail.com>
48333
48334 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
48335 are re-adding the entry.
48336 * nscd/servicescache.c (cache_addserv): Likewise.
48337
751626f9
AJ
483382011-06-30 Aurelien Jarno <aurelien@aurel32.net>
48339
48340 * sysdeps/generic/dl-irel.h: fix protection against multiple
48341 inclusions.
48342 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
48343
9113ea1f
UD
483442011-06-28 Ulrich Drepper <drepper@gmail.com>
48345
5c0b8d90
UD
48346 [BZ #12935]
48347 * malloc/memusage.sh: Fix quoting in message.
48348 * debug/xtrace.sh: Likewise.
48349
9113ea1f
UD
48350 * configure.in: Remove support for --experimental-malloc option, make
48351 it the default.
48352 * config.make.in: Likewise.
48353 * malloc/Makefile: Likewise.
48354
a4172181
AS
483552011-06-27 Andreas Schwab <schwab@redhat.com>
48356
48357 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
48358 two-byte characters.
48359
78a7eee7
RM
483602011-06-27 Roland McGrath <roland@hack.frob.com>
48361
62bede13
RM
48362 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
48363 AC_CACHE_CHECK invocation.
48364 * configure: Regenerated.
48365
78a7eee7
RM
48366 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
48367
5ce33a62
UD
483682011-06-27 Ulrich Drepper <drepper@gmail.com>
48369
034807a9
UD
48370 [BZ #12350]
48371 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
48372 bit from old_res_options.
48373
4902da17
UD
48374 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
48375
5ce33a62
UD
48376 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
48377 value type for setfct.
48378
c2344f56
L
483792011-06-23 H.J. Lu <hongjiu.lu@intel.com>
48380
48381 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48382 __gettimeofday instead of gettimeofday.
48383
68468076
UD
483842011-06-26 Ulrich Drepper <drepper@gmail.com>
48385
48386 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
48387
acb0d739
L
483882011-06-24 H.J. Lu <hongjiu.lu@intel.com>
48389
48390 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
48391
48392 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
48393 info.
48394
8912479f
L
483952011-06-22 H.J. Lu <hongjiu.lu@intel.com>
48396
48397 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48398 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48399 strcpy-sse2-unaligned strncpy-sse2-unaligned
48400 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
48401 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
48402 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
48403 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
48404 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
48405 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
48406 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
48407 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
48408 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
48409 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
48410 (STRCPY): Support SSE2 and SSSE3 versions.
48411
d5495a11
UD
484122011-06-24 Ulrich Drepper <drepper@gmail.com>
48413
48414 [BZ #12874]
48415 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
48416 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
48417 kernels which artificially limit size of requests.
48418
0b1cbaae
L
484192011-06-22 H.J. Lu <hongjiu.lu@intel.com>
48420
48421 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48422 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
48423 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
48424 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
48425 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
48426 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
48427 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
48428 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
48429 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
48430 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
48431 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
48432 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
48433 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
48434 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
48435 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
48436 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48437 Enable unaligned load optimization for Intel Core i3, i5 and i7
48438 processors.
48439 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
48440 Define.
48441 (index_Fast_Unaligned_Load): Define.
48442 (HAS_FAST_UNALIGNED_LOAD): Define.
48443
07f494a0
MP
484442011-06-23 Marek Polacek <mpolacek@redhat.com>
48445
48446 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
48447
fa3fc0fe
UD
484482011-06-22 Ulrich Drepper <drepper@gmail.com>
48449
48450 [BZ #12907]
48451 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
48452 until it is clear that the information is realy needed.
48453 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
48454
e12df166
AS
484552011-06-22 Andreas Schwab <schwab@redhat.com>
48456
48457 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
48458
852eb34d
UD
484592011-06-22 Ulrich Drepper <drepper@gmail.com>
48460
84e2a551
UD
48461 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
48462 /sys/devices/system/cpu/online if it is usable.
48463
852eb34d
UD
48464 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
48465 reading the information from the /proc filesystem to once a second.
48466
6e502e19
UD
484672011-06-21 Andreas Jaeger <aj@suse.de>
48468
48469 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
48470 NULL after inclusion of kernel headers.
48471
75d39ff2
UD
484722011-06-21 Ulrich Drepper <drepper@gmail.com>
48473
51f9aa6a
UD
48474 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
48475 calls to internal_setent.
48476
c0244a9d
UD
48477 [BZ #12885]
48478 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
48479 addresses using gethostbyname4_r ignore IPv4 addresses.
48480
c5e3c2ae
UD
48481 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
48482 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
48483
75d39ff2
UD
48484 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
48485
42675c6f
DM
484862011-06-20 David S. Miller <davem@davemloft.net>
48487
48488 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
48489 inclusions.
48490 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
48491
48492 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
48493 (elf_irel): Use it.
48494 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
48495 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
48496 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
48497 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
48498 * sysdeps/x86_64/dl-irel.h: Likewise.
48499
48500 * elf/dl-runtime.c: Use elf_ifunc_invoke.
48501 * elf/dl-sym.c: Likewise.
48502
57912a71
UD
485032011-06-15 Ulrich Drepper <drepper@gmail.com>
48504
48505 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
48506 need to dereference resplen2.
48507
ee22793d
AS
485082011-06-14 Andreas Schwab <schwab@redhat.com>
48509
48510 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
48511
a9e836b0
UD
485122011-06-15 Ulrich Drepper <drepper@gmail.com>
48513
77fb9117
UD
48514 * Makeconfig: Define vardbdir and inst_vardbdir.
48515 * nss/Makefile: Add rules to install db-Makefile.
48516
40c1b22c
UD
48517 * nss/nss_db/db-XXX.c: Cleanup.
48518
9f2da732
UD
48519 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
48520 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
48521 GLIBC_PRIVATE.
48522 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
48523 * nss/makedb.c: Implement -g option to specify that value strings
48524 are generated and should not be added to table iterated over for
48525 get*ent calls.
48526 * nss/nss_db/db-initgroups.c: New file.
48527
82e9a1f7
UD
48528 * nss/getent.c: Add support for initgroups lookups through getgrouplist
48529 interface.
48530
c41af17e
UD
48531 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
48532 (internal_getgrouplist): Adjust to name change.
48533 Update use_initgroups_entry if this is not the first call.
48534 * nss/databases.def: Add initgroups entry.
48535
a9e836b0
UD
48536 * nss/makedb.c (compute_tables): Check result of multiple hash table
48537 sizes to minimize maximum chain length.
48538
2666d441
UD
485392011-06-14 Ulrich Drepper <drepper@gmail.com>
48540
48541 * Versions.def: Add entry for libnss_db.
48542 * shlib-versions: Likewise.
48543 * nss/Makefile: Add rules to build libnss_db.
48544 * nss/Versions: Add libnss_db information. Organize libnss_files
48545 entries better.
48546 * nss/db-Makefile: Add gshadow support. Change rules for the new
48547 makedb progra. Some minor improvements to generate smaller files.
48548 * nss/nss_db/nss_db.h: Move NSS database header data structures to
48549 here from...
48550 * nss/makedb.c: ...here.
48551 Improve database format to be smaller and require less memory at
48552 runtime.
48553 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
48554 db anymore.
48555 * nss/nss_db/db-netgrp.c: Likewise.
48556 * nss/nss_db/db-open.c: Likewise.
48557 * nss/nss_files/flies-XXX.x: Adjust comments.
48558 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
48559 * nss/nss_files/files-grp.c: Likewise.
48560 * nss/nss_files/files-hosts.c: Likewise.
48561 * nss/nss_files/files-network.c: Likewise.
48562 * nss/nss_files/files-proto.c: Likewise.
48563 * nss/nss_files/files-pwd.c: Likewise.
48564 * nss/nss_files/files-rpc.c: Likewise.
48565 * nss/nss_files/files-service.c: Likewise.
48566 * nss/nss_files/files-sgrp.c: Likewise.
48567 * nss/nss_files/files-spwd.c: Likewise.
48568 * nss/nss_db/db-alias.c: Removed.
48569 * nss/nss_db/dummy-db.h: Removed.
48570
9ee76b5a
UD
485712011-06-02 Ulrich Drepper <drepper@gmail.com>
48572
48573 * nss/makedb.c: Rewritten to not use database library.
48574 * nss/Makefile: Update to build new makedb program.
48575
c71ca1f8
AJ
485762011-06-14 Andreas Jaeger <aj@suse.de>
48577
48578 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
48579 memset declaration.
48580
3154bfb8
UD
485812011-06-10 Andreas Schwab <schwab@redhat.com>
48582
48583 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
48584 tmpbuf.
48585
b350afab
RM
485862011-06-10 Roland McGrath <roland@hack.frob.com>
48587
decd4e50
RM
48588 * Makerules (shlib.lds): Fail if the linker script comes out empty.
48589 * elf/Makefile ($(objpfx)ld.so): Likewise.
48590
5615eaf2
RM
48591 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
48592 Don't list ld.so twice in dependencies.
48593
48594 * posix/bug-regex31.c: Include <stdlib.h>.
48595
48596 * nscd/hstcache.c (cache_addhst): Remove unused variable.
48597
48598 * nis/nss_compat/compat-spwd.c
48599 (getspent_next_nss_netgr): Remove unused variable.
48600 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
48601
48602 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
48603 nonmembers" output to use the right array.
48604
48605 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
48606
48607 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
48608
48609 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
48610 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
48611 * catgets/gencat.c (read_input_file): Likewise.
48612 * locale/programs/locarchive.c (enlarge_archive): Likewise.
48613
48614 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
48615 variable definition inside #if's controlling its use.
48616
48617 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
48618
48619 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
48620
48621 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
48622
48623 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
48624 unreachable code.
48625
48626 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
48627
b68e08db
RM
48628 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
48629 * configure: Regenerated.
48630
b350afab
RM
48631 * Makerules: Revert last change.
48632 * elf/Makefile: Likewise.
48633
28368601
RM
486342011-06-09 Roland McGrath <roland@hack.frob.com>
48635
48636 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
48637 * elf/Makefile ($(objpfx)librtld.os): Likewise.
48638 (reloc-link): Likewise.
48639
11988f8f
UD
486402011-06-09 Ulrich Drepper <drepper@gmail.com>
48641
48642 * elf/Makefile: Add rules to build pldd.
48643 * elf/pldd.c: New file.
48644 * elf/pldd-xx.c: New file.
48645
e80fab37
UD
486462011-06-07 Ulrich Drepper <drepper@gmail.com>
48647
48648 * version.h: Update for 2.15 development version.
48649
9b849836
DM
486502011-06-07 David S. Miller <davem@davemloft.net>
48651
48652 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
48653 ifuncs.
48654 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
48655 elf_machine_lazy_rel): Likewise.
48656 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
48657 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
48658 elf_machine_lazy_rel): Likewise.
48659 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
48660 dl_hwcap via passed in argument.
48661 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
48662 Likewise.
48663
5a31b283
AK
486642011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
48665
48666 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
48667
069e52f8
RM
486682011-06-06 Roland McGrath <roland@hack.frob.com>
48669
48670 [BZ #12849]
48671 * manual/fdl-1.1.texi: New file, verbatim from:
48672 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
48673 * manual/lgpl-2.1.texi: New file, verbatim from:
48674 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
48675 * manual/Makefile (licenses): New variable, list those new file names.
48676 (texis): Use it.
48677 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
48678
48679 * manual/fdl.texi: File removed.
48680 * manual/lesser.texi: File removed.
48681 * manual/libc.texinfo (Copying, Documentation License):
48682 Use new @include file names, put @appendix directive before @include.
48683
f16846a5
JJ
486842011-06-04 Jakub Jelinek <jakub@redhat.com>
48685
48686 [BZ #12841]
48687 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
48688 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
48689 (mq_open): Add __NTH.
48690
3d29045b
L
486912011-06-02 H.J. Lu <hongjiu.lu@intel.com>
48692
48693 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48694 Assume Intel Core i3/i5/i7 processor if AVX is available.
48695
8c297311
UD
486962011-05-31 Ulrich Drepper <drepper@gmail.com>
48697
48698 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48699 typo.
48700
c8fc0c91
UD
487012011-05-31 Andreas Schwab <schwab@redhat.com>
48702
48703 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
48704 memory. Use alloca_account. Fix memory leak when retrying.
48705
5b27a807
UD
487062011-05-31 Ulrich Drepper <drepper@gmail.com>
48707
356f8bc6
UD
48708 * version.h (RELEASE): Bump for 2.14 release.
48709 * include/features.h (__GLIBC_MINOR__): Bump to 14.
48710
5b27a807
UD
48711 * config.make.in (RANLIB): Remove entry.
48712
01f16ab0
UD
487132011-05-30 Ulrich Drepper <drepper@gmail.com>
48714
41fce8bd
UD
48715 * po/Makefile (po-sed-cmd): Add ksh to extensions.
48716 (libc.pot): Work around missing support for .ksh extension in xgettext.
48717
4769ae77
UD
48718 [BZ #12684]
48719 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
48720 if both request failed.
48721 (send_dg): In case of server errors clear resplen or *resplen2.
48722
6b1e7d19
UD
48723 [BZ #12454]
48724 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
48725 when there are multiple maps.
48726 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
48727 (_dl_fini): Remove test here.
48728
01f16ab0
UD
48729 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
48730
b1ebd700
UD
487312011-05-29 Ulrich Drepper <drepper@gmail.com>
48732
7ae22829
UD
48733 [BZ #12350]
48734 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
48735 bit from old_res_options.
48736 (gaih_inet): Likewise.
48737
553149f6 48738 [BZ #11099]
18a84741 48739 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
48740 as signed.
48741
652ffab1
UD
48742 * resolv/res_init.c (res_setoptions): Make the code more compact.
48743
16985fd0
UD
48744 [BZ #11558]
48745 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
48746 set RES_USEVC.
48747
0464f746
UD
48748 [BZ #11634]
48749 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
48750
7d17596c
UD
48751 * malloc/malloc.h: Mark malloc hook variables as deprecated.
48752
cf6bbbd7
UD
48753 [BZ #11781]
48754 * malloc/malloc.h: Declare malloc hook variables as volatile.
48755
13f1ab36
UD
48756 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
48757 in last patch.
48758
b1ebd700
UD
48759 [BZ #11799]
48760 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 48761 raise in the comment.
80e2212d
UD
48762 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48763 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48764 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 48765
ce67228d
UD
487662011-05-28 Ulrich Drepper <drepper@gmail.com>
48767
8887a920
UD
48768 [BZ #12811]
48769 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
48770 grow the buffers more if it already has to be sufficient.
48771 (build_wcs_upper_buffer): Likewise.
48772 * posix/regexec.c (check_matching): Likewise.
48773 (clean_state_log_if_needed): Likewise.
48774 (extend_buffers): Don't enlarge buffers beyond size of the input
48775 buffer.
48776 Patches mostly by Emil Wojak <emil@wojak.eu>.
48777 * posix/bug-regex32.c: New file.
48778 * posix/Makefile (tests): Add bug-regex32.
48779
4f031072
UD
48780 * locale/findlocale.c (_nl_find_locale): Return right away if
48781 _nl_explode_name failed.
48782 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
48783
d0478f0c
UD
48784 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
48785
de81b246
UD
48786 * debug/xtrace.sh: Unify messages.
48787 * malloc/memusage.sh: Likewise.
48788
c738465a
UD
48789 [BZ #12813]
48790 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
48791 time symbol from vDSO. Substitute with vsyscall if not available.
48792 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
48793 __vdso_time.
48794
f1f929d7
UD
48795 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
48796 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
48797 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
48798 Add sendmmsg and internal_sendmmsg.
48799 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
48800 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
48801 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
48802
ce67228d
UD
48803 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
48804 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
48805 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
48806
e57420c6
UD
488072011-05-27 Ulrich Drepper <drepper@gmail.com>
48808
a8509ca5
UD
48809 [BZ #12813]
48810 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
48811 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
48812 available.
48813 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
48814 __vdso_getcpu.
48815
e57420c6
UD
48816 [BZ #12814]
48817 * iconvdata/Makefile (tests): Add bug-iconv9.
48818 * iconvdata/bug-iconv9.c: New file.
48819
4d07db15
AS
488202011-05-27 Andreas Schwab <schwab@redhat.com>
48821
48822 [BZ #12814]
48823 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
48824
ea486f69
JJ
488252011-05-25 Jakub Jelinek <jakub@redhat.com>
48826
48827 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48828 (struct user_regs_struct): Change intcs field back to cs.
48829
6f038433
UD
488302011-05-25 Ulrich Drepper <drepper@gmail.com>
48831
48832 * po/ja.po: Update from translation team.
48833
67f86a25
UD
488342011-05-23 Ulrich Drepper <drepper@gmail.com>
48835
48836 [BZ #12795]
48837 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
48838 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
48839
def7fbd6
AS
488402011-05-20 Andreas Schwab <schwab@redhat.com>
48841
48842 * stdlib/longlong.h: Update from GCC.
48843
f50ef8f1
AS
488442011-05-23 Andreas Schwab <schwab@redhat.com>
48845
48846 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
48847 parameter name.
48848 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
48849 Add parameter name.
48850 (__sysconf): Pass it down.
48851
de7ce8f1
UD
488522011-05-22 Ulrich Drepper <drepper@gmail.com>
48853
f2962a71
UD
48854 [BZ #12671]
48855 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
48856 some situations.
48857 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
48858 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
48859 add in in __libc_use_alloca calls. Adjust callers.
48860 (glob): Use malloc in some situations.
48861
de7ce8f1
UD
48862 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
48863 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
48864 pltexit.
48865
aec84f53
UD
488662011-05-21 Ulrich Drepper <drepper@gmail.com>
48867
05bb4a68
UD
48868 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
48869 and CLOCK_BOOTTIME_ALARM.
48870
7ea72f99
UD
48871 [BZ #12782]
48872 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
48873 is returned.
48874
7e4afad5
UD
48875 * string/_strerror.c (__strerror_r): Print negative errors as signed
48876 numbers.
48877
8e211fec
UD
48878 [BZ #12777]
48879 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
48880 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
48881 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
48882
f7d82dc9
UD
48883 * configure.in: Fix typo in redirection and correct removal of test
48884 files in two cases.
48885
cc9e536d
UD
48886 [BZ #12788]
48887 * locale/setlocale.c (new_composite_name): Fix test to check for
48888 identical name of all categories.
48889
aec84f53
UD
48890 [BZ #12792]
48891 * libio/filedoalloc.c (local_isatty): New function.
48892 (_IO_file_doallocate): Use local_isatty.
48893 * stdio-common/perror.c (perror): In case a new stream is used
48894 forward the stream error.
48895 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
48896 error flag.
48897
78e64fdc
RT
488982011-05-20 Ulrich Drepper <drepper@gmail.com>
48899
34a9094f
UD
48900 [BZ #11869]
48901 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
48902 alloca.
48903 * include/alloca.h (extend_alloca_account): Define.
48904
78e64fdc
RT
48905 [BZ #11857]
48906 * posix/regex.h: Fix comments with documentation of user-accessible
48907 fields after compilation and describe correct free'ing of pattern
48908 after re_compile_pattern.
48909 Patch by Reuben Thomas <rrt@sc3d.org>.
48910
457bddfc
RA
489112011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
48912
48913 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
48914 and -mno-altivec to prevent the compiler from using Altivec and/or
48915 VSX instructions when the corresponding registers are not available.
48916
a4527b51
AS
489172011-05-19 Andreas Schwab <schwab@redhat.com>
48918
48919 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
48920
ed690b2f
UD
489212011-05-19 Ulrich Drepper <drepper@gmail.com>
48922
48923 * libio/freopen.c (freopen): Use __dup2, not dup2.
48924 * libio/freopen64.c (freopen64): Likewise.
48925
8db73634
L
489262011-05-17 H.J. Lu <hongjiu.lu@intel.com>
48927
48928 [BZ #12775]
48929 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
48930 * math/Makefile (tests): Add test-powl.
48931 (CFLAGS-test-powl.c): Define.
48932 * math/test-powl.c: New file.
48933
0a197a9d
L
489342011-05-16 H.J. Lu <hongjiu.lu@intel.com>
48935
48936 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
48937
ee30c380
UD
489382011-05-17 Ulrich Drepper <drepper@gmail.com>
48939
48940 [BZ #11837]
48941 * iconvdata/gb18030.c: Update to GB18020-2005.
48942
6ce75379
UD
489432011-05-16 Ulrich Drepper <drepper@gmail.com>
48944
a4b89fd8
AR
48945 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
48946 RE_SYNTAX_POSIX_AWK): Update to match recent development.
48947 Patch by Aharon Robbins <arnold@skeeve.com>.
48948
ea389b12
UD
48949 [BZ #11892]
48950 * stdlib/putenv.c (putenv): Don't always create copy of the variable
48951 on the stack.
48952
68a3f91f
UD
48953 [BZ #11895]
48954 * misc/pselect.c (__pselect): Handle timeout value errors hidden
48955 through underflows.
48956
15cc7dd1
UD
48957 [BZ #12766]
48958 * misc/error.c (error_at_line): Ensure file_name and old_file_name
48959 point to strings before performing equality test for error_one_per_line
48960 mode.
48961
f3799213
UD
48962 [BZ #11697]
48963 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
48964
d79a9c94
UD
48965 [BZ #11820]
48966 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
48967 (struct user_fpregs_struct): Avoid __uint*_t types.
48968
56e5eb46
UD
48969 [BZ #6420]
48970 * malloc/mtrace.c (tr_where): Add additional parameter to point to
48971 symbol info. Use it instead of calling _dl_addr locally.
48972 (lock_and_info): New function.
48973 (tr_freehook): Call lock_and_info and pass symbol info as additional
48974 parameter to tr_where.
48975 (tr_mallochook): Likewise.
48976 (tr_reallochook): Likewise.
48977 (tr_memalignhook): Likewise.
48978
6ce75379
UD
48979 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
48980 used and couldn't be at all thread-safe.
48981
f8a3b5bf
UD
489822011-05-15 Ulrich Drepper <drepper@gmail.com>
48983
94b7cc37
UD
48984 * libio/freopen.c (freopen): Don't close old file descriptor
48985 before the new one is opened. Instead dup the new file descriptor
48986 to the old one after the new stream is created.
48987 * libio/freopen64.c (freopen64): Likewise.
48988 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
48989 * libio/fileops.c (_IO_new_file_close_it): Handle new
48990 _IO_FLAGS2_NOCLOSE flag.
48991 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
48992 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
48993 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
48994 _IO_FLAGS2_NOCLOSE flag.
48995 * include/unistd.h: Add hidden_proto for dup3.
48996 Define __have_dup3.
48997 * io/dup3.c: Define hidden symbol.
48998 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
48999
bd25564e
UD
49000 [BZ #7101]
49001 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
49002 when an incomplete long option is used.
49003 * posix/tst-getopt_long1.c: New file.
49004 * posix/Makefile (tests): Add tst-getopt_long1.
49005
c84cfef4
UD
49006 [BZ #10138]
49007 * scripts/config.guess: Update from autoconf-2.68.
49008 * scripts/config.sub: Likewise.
49009
3b85df27
UD
49010 [BZ #10157]
49011 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
49012 tests into ...
49013 (has_cpuclock): ...this. New function.
49014 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
49015 macro here based on has_cpuclock code.
49016
15a856b1
UD
49017 [BZ #10149]
49018 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49019 First byte (not low byte) is now always NUL.
49020 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
49021
05f399e6
UD
49022 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
49023 Use non-cancelable interfaces.
49024
10a52685 49025 [BZ #9809]
94ecc67d
UD
49026 * locale/iso-639.def: Add entry for Sorani.
49027
f8a3b5bf
UD
49028 [BZ #11901]
49029 * include/stdlib.h: Move include protection to the right place.
49030 Define abort_msg_s. Declare __abort_msg with it.
49031 * stdlib/abort.c (__abort_msg): Adjust type.
49032 * assert/assert.c (__assert_fail_base): New function. Majority
49033 of code from __assert_fail. Allocate memory for __abort_msg with
49034 mmap.
49035 (__assert_fail): Now call __assert_fail_base.
49036 * assert/assert-perr.c: Remove bulk of implementation. Use
49037 __assert_fail_base.
49038 * include/assert.hL Declare __assert_fail_base.
49039 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
49040 mmap.
49041 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
49042
1af4e298
UD
490432011-05-14 Ulrich Drepper <drepper@gmail.com>
49044
f8a3b5bf 49045 [BZ #11952]
d26dfc60
MG
49046 [BZ #12453]
49047 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
49048 until all modules are registered in the DTV.
49049 * elf/Makefile: Add rules to build and run tst-tls19.
49050 * elf/tst-tls19.c: New file.
49051 * elf/tst-tls19mod1.c: New file.
49052 * elf/tst-tls19mod2.c: New file.
49053 * elf/tst-tls19mod3.c: New file.
49054 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
49055
2fc54d6f
UD
49056 [BZ #12083]
49057 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
49058 correctly.
49059
98d76b46
UD
49060 [BZ #12601]
49061 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
49062 two-byte sequence errors.
49063 * iconvdata/Makefile (tests): Add bug-iconv8.
49064 * iconvdata/bug-iconv8.c: New file.
49065
da3c19ef
UD
49066 [BZ #12626]
49067 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
49068 buf2 definition.
49069
ca408c15
UD
49070 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
49071
d6f67f7d
UD
49072 [BZ #12432]
49073 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
49074 (dummy_getcfa): New function.
49075 (init): Get _Unwind_GetCFA address, use dummy if not found.
49076 (backtrace_helper): In recursion check, also check whether CFA changes.
49077 (__backtrace): Completely initialize arg.
49078
1af4e298 49079 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
49080 storing incomplete byte sequence in state object. Avoid testing for
49081 guaranteed too small input if we know there is enough data available.
1af4e298 49082
da62f81b
AS
490832011-05-11 Andreas Schwab <schwab@redhat.com>
49084
49085 * Makeconfig (+link-pie): Indent.
49086 * Rules (binaries-pie): Define if $(have-fpie) and
49087 $(build-shared).
49088 (binaries-shared): Also filter out $(binaries-pie).
49089 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
49090 * nscd/Makefile (others-pie): Add nscd.
49091 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
49092 ($(objpfx)nscd): Remove command override.
49093 * login/Makefile (others-pie): Add pt_chown.
49094 ($(objpfx)pt_chown): Remove command override.
49095 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
49096 remove command overrides.
49097
fcabc0f8
UD
490982011-05-13 Ulrich Drepper <drepper@gmail.com>
49099
20030ae6
UD
49100 * libio/tst_putwc.c: Fix error messages.
49101
fcabc0f8
UD
49102 [BZ #12724]
49103 * libio/fileops.c (_IO_new_file_close_it): Always flush when
49104 currently writing and seek to current position when not.
49105 * libio/Makefile (tests): Add bug-fclose1.
49106 * libio/bug-fclose1.c: New file.
49107
320a5dc0
PB
491082011-05-12 Ulrich Drepper <drepper@gmail.com>
49109
49110 [BZ #12511]
49111 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
49112 don't set DF_1_NODELETE here.
49113 (do_lookup_x): When entering new entry test for copy relocation
49114 and if necessary set DF_1_NODELETE flag.
49115 * elf/tst-unique4.cc: New file.
49116 * elf/tst-unique4.h: New file.
49117 * elf/tst-unique4lib.cc: New file.
49118 * elf/Makefile: Add rules to build and run tst-unique4.
49119 Patch by Piotr Bury <pbury@goahead.com>.
49120
22836f52
UD
491212011-05-11 Ulrich Drepper <drepper@gmail.com>
49122
f574184a
UD
49123 [BZ #12052]
49124 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
49125
e1fb097f
UD
49126 [BZ #12625]
49127 * misc/mntent_r.c (addmntent): Flush the stream after the output
49128
22836f52
UD
49129 [BZ #12393]
49130 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
49131 (is_trusted_path_normalize): Skip initial colon. Append slash
49132 to empty buffer. Duplicate is_trusted_path code but allow
49133 constructed patch to be prefix.
49134 (is_dst): Allow $ORIGIN followed by /.
49135 (_dl_dst_substitute): Correct clearing of check_for_trusted.
49136 Correct testing of result of is_trusted_path_normalize
49137 (decompose_rpath): Fix warning.
49138
7b3b0b2a
UD
491392011-05-10 Ulrich Drepper <drepper@gmail.com>
49140
49141 [BZ #11257]
49142 * grp/initgroups.c (internal_getgrouplist): When we found the service
49143 list through the initgroups entry in nsswitch.conf do not always
49144 continue on a successful lookup. Don't always use the
eac80ce2 49145 __nss_group_database value if it is set.
7b3b0b2a
UD
49146 * nss/nsswitch.conf (initgroups): Change action for successful db
49147 lookup to continue for compatibility.
49148
2a81eaa5
UD
491492011-05-09 Ulrich Drepper <drepper@gmail.com>
49150
be97a69e
UD
49151 [BZ #11532]
49152 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
49153 and CP774 modules.
49154 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
49155 and CP774 modules.
49156 * iconvdata/tst-tables.sh: Likewise.
49157 * iconvdata/cp770.c: New file.
49158 * iconvdata/cp771.c: New file.
49159 * iconvdata/cp772.c: New file.
49160 * iconvdata/cp773.c: New file.
49161 * iconvdata/cp774.c: New file.
49162 * iconvdata/testdata/CP770: New file.
49163 * iconvdata/testdata/CP770..UTF8: New file.
49164 * iconvdata/testdata/CP771: New file.
49165 * iconvdata/testdata/CP771..UTF8: New file.
49166 * iconvdata/testdata/CP772: New file.
49167 * iconvdata/testdata/CP772..UTF8: New file.
49168 * iconvdata/testdata/CP773: New file.
49169 * iconvdata/testdata/CP773..UTF8: New file.
49170 * iconvdata/testdata/CP774: New file.
49171 * iconvdata/testdata/CP774..UTF8: New file.
49172
49173 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
49174 END CHARMAP line.
49175 * iconvdata/gen-8bit-gap.sh: Likewise.
49176 * iconvdata/gen-8bit.sh: Likewise.
49177
c1e9e399
UD
49178 * locale/iso-639.def: Add ary entry.
49179
24c55fb3 49180 [BZ #11258]
96b4b1b0
UD
49181 * locale/C-translit.h.in: Add U20A1 transliteration.
49182
bdc2f971
KB
49183 [BZ #12178]
49184 * locale/iso-639.def: Add wae entry.
49185 Patch by Kevin Bortis <bortis@translate-wae.ch>.
49186
2952b117
UD
49187 [BZ #12545]
49188 * locale/programs/localedef.c (construct_output_path): Use ssize_t
49189 for n.
49190
2a81eaa5
UD
49191 [BZ #12711]
49192 * locale/C-translit.h.in: Add entry for U20B9.
49193 Patch by pravin.d.s@gmail.com.
49194
28377d1b
UD
491952011-05-08 Ulrich Drepper <drepper@gmail.com>
49196
7fb90fb8
UD
49197 [BZ #12713]
49198 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
49199 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
49200 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
49201 in rtld. Use *stat64.
7fb90fb8 49202 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 49203 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 49204 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
49205 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
49206 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
49207 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
49208 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
49209 __fstatat64 macros.
7fb90fb8
UD
49210 * include/dirent.h: Add libc_hidden_proto for rewinddir.
49211 * dirent/rewinddir.c: Add libc_hidden_def.
49212 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 49213 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 49214
28377d1b
UD
49215 * include/dirent.h (__alloc_dir): Add flags parameter.
49216 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
49217 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
49218 __alloc_dir.
49219 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
49220 from fdopendir if O_CLOEXEC is already set.
49221
66bdbaa4
AM
492222011-03-15 Alan Modra <amodra@gmail.com>
49223
49224 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
49225 l_tls_firstbyte_offset non-zero. Save padding offset in
49226 l_tls_firstbyte_offset for later use.
49227 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
49228 freeing static tls block.
49229
95721191
JN
492302011-03-05 Jonathan Nieder <jrnieder@gmail.com>
49231
49232 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
49233 where #ifdef was intended. The intent is to prevent ARG_MAX from
49234 being defined by the kernel headers.
49235
f87dfb1f
UD
492362011-05-07 Ulrich Drepper <drepper@gmail.com>
49237
49238 [BZ #12734]
49239 * resolv/resolv.h: Define RES_NOTLDQUERY.
49240 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
49241 no-tld-query and set RES_NOTLDQUERY.
49242 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
49243 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
49244 modern BIND to search name as TLD unless forbidden.
49245
47c3cd7a
UD
492462011-05-07 Petr Baudis <pasky@suse.cz>
49247 Ulrich Drepper <drepper@gmail.com>
49248
49249 [BZ #12393]
49250 * elf/dl-load.c (fillin_rpath): Move trusted path check...
49251 (is_trusted_path): ...to here.
c1e9ea35 49252 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 49253 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 49254 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 49255
8a35c912
PP
492562011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
49257
49258 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
49259 __BEGIN/__END_DECLS.
49260
acd41f47
UD
492612011-05-06 Ulrich Drepper <drepper@gmail.com>
49262
49263 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
49264 NSS_STATUS_NOTFOUND if no record was found.
49265
597df647
AS
492662011-05-05 Andreas Schwab <schwab@redhat.com>
49267
49268 * sunrpc/Makefile (headers): Add rpc/netdb.h.
49269 (headers-not-in-tirpc): Remove rpc/netdb.h
49270 * resolv/netdb.h: Revert last change.
49271
b9af1301
PP
492722011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
49273
49274 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
49275 circular dependency between libgcc.a and libc.a.
49276
4e34d5f5
AS
492772011-05-05 Andreas Schwab <schwab@redhat.com>
49278
49279 * resolv/netdb.h: Don't include <rpc/netdb.h>.
49280 * nis/Makefile: Don't install rpcsvc/*.
49281 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
49282 instead of <rpc/types.h>.
49283 (MAXHOSTNAMELEN): Define.
49284
00ee369c
AS
492852011-05-03 Andreas Schwab <schwab@redhat.com>
49286
49287 * elf/ldconfig.c (add_dir): Don't crash on empty path.
49288
0b592a30
MB
492892011-04-28 Maciej Babinski <mbabinski@google.com>
49290
49291 [BZ #12714]
49292 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
49293 gethostbyname4_r when IPv6 results are possible.
49294
6e04cbbe
UD
492952011-05-02 Ulrich Drepper <drepper@gmail.com>
49296
49297 [BZ #12723]
49298 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
49299 _PC_PIPE_BUF handling.
49300
e4ecafe0
BH
493012011-04-30 Bruno Haible <bruno@clisp.org>
49302
49303 [BZ #12717]
49304 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
49305 * resolv/netdb.h (getnameinfo): Change type of flags parameter
49306 to 'int'.
49307 * inet/getnameinfo.c (getnameinfo): Likewise.
49308
125ee683
UD
493092011-04-29 Ulrich Drepper <drepper@gmail.com>
49310
49311 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
49312 to groups setting in database lookup.
49313 * nss/nsswitch.conf: Add initgroups entry.
49314
b722481a
EB
493152011-04-22 Ulrich Drepper <drepper@gmail.com>
49316
49317 [BZ #12685]
49318 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
49319 mode string.
49320 Patch by Eric Blake <eblake@redhat.com>.
49321
4df46dbd
L
493222011-04-20 H.J. Lu <hongjiu.lu@intel.com>
49323
49324 * sunrpc/Makefile (need-export-routines): Add svc_run.
49325 (routines): Remove svc_run.
49326 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
49327 * sunrpc/clnt_perr.c (clnt_perrno): Export.
49328 * sunrpc/svc_run.c (svc_run): Likewise.
49329 * sunrpc/svc_udp.c (svcudp_create): Likewise.
49330
e84142d2
UD
493312011-04-21 Ulrich Drepper <drepper@gmail.com>
49332
49333 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
49334 problem in reallocation in last patch.
49335
877175d8
UD
493362011-04-20 Ulrich Drepper <drepper@gmail.com>
49337
49338 * sunrpc/Makefile: Move inclusion of Rules.
49339
ab8eed78
UD
493402011-04-19 Ulrich Drepper <drepper@gmail.com>
49341
49342 * nss/nss_files/files-initgroups.c: New file.
49343 * nss/Makefile (libnss_files-routines): Add files-initgroups.
49344 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
49345 _nss_files_initgroups_dyn.
49346
e3d8f584
RS
493472011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
49348
49349 * elf/elf.h (R_ARM_IRELATIVE): Define.
49350
af190f45
UD
493512011-04-19 Ulrich Drepper <drepper@gmail.com>
49352
49353 * po/ru.po: Update from translation team.
49354
53cf59ef
UD
493552011-04-17 Ulrich Drepper <drepper@gmail.com>
49356
49357 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
49358 dependencies.
49359
4c559bcd
MF
493602011-02-06 Mike Frysinger <vapier@gentoo.org>
49361
49362 [BZ #12653]
49363 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
49364 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
49365 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49366 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
49367 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
49368
4420675c
AS
493692011-03-28 Andreas Schwab <schwab@linux-m68k.org>
49370
49371 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
49372 differing bytes.
49373 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
49374 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
49375 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49376
75ea32ab
UD
493772011-04-17 Ulrich Drepper <drepper@gmail.com>
49378
49379 [BZ #12420]
49380 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
49381 storing it.
49382 * stdlib/bug-getcontext.c: New file.
49383 * stdlib/Makefile: Add rules to build and run bug-getcontext.
49384
27390476
AK
493852011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49386
49387 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
49388 instructions into .machine "z9-109".
49389 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
49390 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
49391
10442705
AK
493922011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
49393
49394 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
49395 between environment variables and auxiliary vector.
49396
7b57bfe5
UD
493972011-04-16 Ulrich Drepper <drepper@gmail.com>
49398
49399 * Makefile: Add rules to build linkobj/libc.so.
49400 * include/libc-symbols.h: Define libc_hidden_nolink.
49401 * include/rpc/auth.h: Mark functions which are to be hidden.
49402 * include/rpc/auth_des.h: Likewise.
49403 * include/rpc/auth_unix.h: Likewise.
49404 * include/rpc/clnt.h: Likewise.
49405 * include/rpc/des_crypt.h: Likewise.
49406 * include/rpc/key_prot.h: Likewise.
49407 * include/rpc/pmap_clnt.h: Likewise.
49408 * include/rpc/pmap_prot.h: Likewise.
49409 * include/rpc/pmap_rmt.h: Likewise.
49410 * include/rpc/rpc_msg.h: Likewise.
49411 * include/rpc/svc.h: Likewise.
49412 * include/rpc/svc_auth.h: Likewise.
49413 * include/rpc/xdr.h: Likewise.
49414 * nis/Makefile: Link all DSOs against linkobj/libc.so.
49415 * nss/Makefile: Likewise.
49416 * sunrpc/Makefile: Don't install headers. Build library with normal
49417 entry points. Don't build rpcinfo. Link RPC tests appropriately.
49418 * sunrpc/auth_des.c: Hide exported symbols by default, export some
49419 for the compat linking library. Remove use of INTDEF/INTUSE.
49420 * sunrpc/auth_none.c: Likewise.
49421 * sunrpc/auth_unix.c: Likewise.
49422 * sunrpc/authdes_prot.c: Likewise.
49423 * sunrpc/authuxprot.c: Likewise.
49424 * sunrpc/clnt_gen.c: Likewise.
49425 * sunrpc/clnt_perr.c: Likewise.
49426 * sunrpc/clnt_raw.c: Likewise.
49427 * sunrpc/clnt_simp.c: Likewise.
49428 * sunrpc/clnt_tcp.c: Likewise.
49429 * sunrpc/clnt_udp.c: Likewise.
49430 * sunrpc/clnt_unix.c: Likewise.
49431 * sunrpc/des_crypt.c: Likewise.
49432 * sunrpc/des_soft.c: Likewise.
49433 * sunrpc/get_myaddr.c: Likewise.
49434 * sunrpc/key_call.c: Likewise.
49435 * sunrpc/key_prot.c: Likewise.
49436 * sunrpc/netname.c: Likewise.
49437 * sunrpc/pm_getmaps.c: Likewise.
49438 * sunrpc/pm_getport.c: Likewise.
49439 * sunrpc/pmap_clnt.c: Likewise.
49440 * sunrpc/pmap_prot.c: Likewise.
49441 * sunrpc/pmap_prot2.c: Likewise.
49442 * sunrpc/pmap_rmt.c: Likewise.
49443 * sunrpc/publickey.c: Likewise.
49444 * sunrpc/rpc_cmsg.c: Likewise.
49445 * sunrpc/rpc_common.c: Likewise.
49446 * sunrpc/rpc_dtable.c: Likewise.
49447 * sunrpc/rpc_prot.c: Likewise.
49448 * sunrpc/rpc_thread.c: Likewise.
49449 * sunrpc/rtime.c: Likewise.
49450 * sunrpc/svc.c: Likewise.
49451 * sunrpc/svc_auth.c: Likewise.
49452 * sunrpc/svc_authux.c: Likewise.
49453 * sunrpc/svc_raw.c: Likewise.
49454 * sunrpc/svc_run.c: Likewise.
49455 * sunrpc/svc_simple.c: Likewise.
49456 * sunrpc/svc_tcp.c: Likewise.
49457 * sunrpc/svc_udp.c: Likewise.
49458 * sunrpc/svc_unix.c: Likewise.
49459 * sunrpc/svcauth_des.c: Likewise.
49460 * sunrpc/xcrypt.c: Likewise.
49461 * sunrpc/xdr.c: Likewise.
49462 * sunrpc/xdr_array.c: Likewise.
49463 * sunrpc/xdr_float.c: Likewise.
49464 * sunrpc/xdr_intXX_t.c: Likewise.
49465 * sunrpc/xdr_mem.c: Likewise.
49466 * sunrpc/xdr_rec.c: Likewise.
49467 * sunrpc/xdr_ref.c: Likewise.
49468 * sunrpc/xdr_sizeof.c: Likewise.
49469 * sunrpc/xdr_stdio.c: Likewise.
49470
e6c61494
UD
494712011-04-10 Ulrich Drepper <drepper@gmail.com>
49472
49473 [BZ #12650]
49474 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
49475 * sysdeps/ia64/dl-tls.h: Likewise.
49476 * sysdeps/powerpc/dl-tls.h: Likewise.
49477 * sysdeps/s390/dl-tls.h: Likewise.
49478 * sysdeps/sh/dl-tls.h: Likewise.
49479 * sysdeps/sparc/dl-tls.h: Likewise.
49480 * sysdeps/x86_64/dl-tls.h: Likewise.
49481 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
49482
34fe483e
AS
494832011-03-14 Andreas Schwab <schwab@redhat.com>
49484
49485 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
49486 rpath element also skip the following colon.
49487 (expand_dynamic_string_token): Add is_path parameter and pass
49488 down to DL_DST_REQUIRED and _dl_dst_substitute.
49489 (decompose_rpath): Call expand_dynamic_string_token with
49490 non-zero is_path. Ignore empty rpaths.
49491 (_dl_map_object_from_fd): Call expand_dynamic_string_token
49492 with zero is_path.
49493
f12a32e6
AS
494942011-04-08 Andreas Schwab <schwab@linux-m68k.org>
49495
49496 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
49497 Make cancelable.
49498
38a7d692
UD
494992011-04-09 Ulrich Drepper <drepper@gmail.com>
49500
49501 [BZ #12655]
49502 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
49503 Patch by Filipe David Manana <fdmanana@apache.org>.
49504
e451d22b
AS
495052011-04-07 Andreas Schwab <schwab@redhat.com>
49506
49507 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
49508 Maintain aligned stack.
49509 (CHECK_RSP): Remove unused macro.
49510
dedc7c7b
UD
495112011-04-03 Ulrich Drepper <drepper@gmail.com>
49512
49513 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
49514 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
49515
94521213
UD
495162011-04-02 Ulrich Drepper <drepper@gmail.com>
49517
49518 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
49519
8cb700c0 49520 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 49521
0354e355
L
495222011-03-26 H.J. Lu <hongjiu.lu@intel.com>
49523
49524 [BZ #12518]
49525 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
49526 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
49527 * sysdeps/x86_64/memmove.c: New file.
49528 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
49529 (memcpy): Renamed to ...
49530 (__new_memcpy): This.
49531 (memcpy): Provide GLIBC_2_14 memcpy.
49532 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
49533 (memcpy): Provide GLIBC_2_2_5 memcpy.
49534
8593482f
UD
495352011-04-01 Ulrich Drepper <drepper@gmail.com>
49536
49537 [BZ #12631]
49538 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
49539
81a5726b
AS
495402011-03-30 Andreas Schwab <schwab@redhat.com>
49541
49542 * misc/syncfs.c: New file.
49543 * misc/Makefile (routines): Add syncfs.
49544 * posix/unistd.h: Declare syncfs.
49545 * sysdeps/unix/syscalls.list: Add syncfs.
49546
00e5419f
AS
495472011-04-01 Andreas Schwab <schwab@redhat.com>
49548
49549 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
49550 open_by_handle_at.
49551 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49552 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49553 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49554 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49555 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49556 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
49557 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49558
748876bf
UD
495592011-04-01 Ulrich Drepper <drepper@gmail.com>
49560
658e451d
UD
49561 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
49562 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49563 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
49564 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49565 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49566 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49567 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49568
748876bf
UD
49569 * io/Makefile: Compile fallocate.c, fallocate64.c, and
49570 sync_file_range.c with -fexceptions.
49571 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
49572 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
49573 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
49574 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
49575 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
49576 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
49577 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
49578 sync_file_range as cancellation point
49579 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
49580 now a wrapper around __call_sync_file_range with cancellation handling.
49581 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
49582 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
49583 function name to __call_sync_file_range.
49584 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
49585 Add call_sync_file_range.
748876bf 49586
6e63d5e1
AS
495872011-04-01 Andreas Schwab <schwab@redhat.com>
49588
49589 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 49590 bits/timex.h.
6e63d5e1 49591
46998f74
UD
495922011-04-01 Ulrich Drepper <drepper@gmail.com>
49593
4c1423ed
UD
49594 * iconv/iconv.h: Fix typo in comment.
49595 * io/fcntl.h: Likewise.
49596 * libio/stdio.h: Likewise.
49597 * posix/spawn.h: Likewise.
49598 * posix/unistd.h: Likewise.
49599 * stdlib/stdlib.h: Likewise.
49600 * time/time.h: Likewise.
49601 * wcsmbs/wchar.h: Likewise.
49602
158648c0
UD
49603 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
49604 open_by_handle): Add.
49605 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
49606 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
49607 Augment a few comments.
49608 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
49609 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49610 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49611 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49612 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49613 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
49614 open_by_handle.
49615
46998f74
UD
49616 * io/fcntl.h (AT_EMPTY_PATH): Define.
49617
83fe108b
UD
496182011-03-30 Ulrich Drepper <drepper@gmail.com>
49619
49620 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
49621 * sysdeps/unix/sysv/linux/bits/time.h: New file.
49622 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
49623 to...
49624 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
49625 * Versions.def: Add GLIBC_2.14.
49626 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
49627 Export.
83fe108b 49628
bb242059
UD
496292011-03-22 Ulrich Drepper <drepper@gmail.com>
49630
49631 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
49632 round counter.
49633 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49634
c97a1282
L
496352011-03-20 H.J. Lu <hongjiu.lu@intel.com>
49636
49637 [BZ #12597]
49638 * string/test-strncmp.c (do_page_test): New function.
49639 (check2): Likewise.
49640 (test_main): Call check2.
49641 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
49642
2a115601
UD
496432011-03-20 Ulrich Drepper <drepper@gmail.com>
49644
49645 [BZ #12587]
49646 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
49647 Handle cache information in CPU leaf 4.
49648 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
49649
8126d904
UD
496502011-03-18 Ulrich Drepper <drepper@gmail.com>
49651
042c49c6 49652 [BZ #12583]
8126d904
UD
49653 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
49654 character representation.
49655 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
49656
ccfe366e
RA
496572011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
49658
49659 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
49660 END(__isnan) to END(__isnanf) to match function entry point/label
49661 EALIGN(__isnanf,...).
49662
c6e13027
JJ
496632011-03-10 Jakub Jelinek <jakub@redhat.com>
49664
49665 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
49666
33f85a3f
UD
496672011-03-10 Ulrich Drepper <drepper@gmail.com>
49668
028478fa
UD
49669 [BZ #12510]
49670 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
49671 copy from the symbol referenced in the relocation to initialize the
49672 used variable.
49673 Patch by Piotr Bury <pbury@goahead.com>.
49674 * elf/Makefile: Add rules to build and tst-unique3.
49675 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
49676 * elf/tst-unique3.cc: New file.
49677 * elf/tst-unique3.h: New file.
49678 * elf/tst-unique3lib.cc: New file.
49679 * elf/tst-unique3lib2.cc: New file.
49680
33f85a3f
UD
49681 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
49682
03592fc7
MF
496832011-03-10 Mike Frysinger <vapier@gentoo.org>
49684
49685 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
49686 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
49687 to _start.
03592fc7 49688
6a5ee102
UD
496892011-03-06 Ulrich Drepper <drepper@gmail.com>
49690
49691 * elf/dl-load.c (_dl_map_object): If we are looking for the first
49692 to-be-loaded object along a path to loader is ld.so.
49693
7e4ba49c
HJ
496942011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49695 Ulrich Drepper <drepper@gmail.com>
49696
49697 * sysdeps/x86_64/memset.S: After aligning destination, code
49698 branches to different locations depending on the value of
49699 misalignment, when multiarch is enabled. Fix this.
49700
497012011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
49702
49703 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
49704 Set _x86_64_preferred_memory_instruction for AMD processsors.
49705 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49706 Set bit_Prefer_SSE_for_memop for AMD processors.
49707
13a804de
UD
497082011-03-04 Ulrich Drepper <drepper@gmail.com>
49709
49710 * libio/fmemopen.c (fmemopen): Optimize a bit.
49711
9d25c392
AS
497122011-03-03 Andreas Schwab <schwab@redhat.com>
49713
49714 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
49715
a5543c6a
RM
497162011-03-03 Roland McGrath <roland@redhat.com>
49717
49718 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
49719
012d35f7
DM
497202011-02-28 Aurelien Jarno <aurelien@aurel32.net>
49721
7e4ba49c 49722 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
49723 __bzero_ultra1 instead of __memset_ultra1.
49724
4bff6e01
AS
497252011-02-23 Andreas Schwab <schwab@redhat.com>
49726 Ulrich Drepper <drepper@gmail.com>
49727
49728 [BZ #12509]
49729 * include/link.h (struct link_map): Add l_orig_initfini.
49730 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
49731 returning unsuccessfully.
49732 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
49733 close of a file loaded at startup, restore the original l_initfini
49734 list.
49735 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
49736 list, store the pointer.
49737 * elf/Makefile ($(objpfx)noload-mem): New rule.
49738 (noload-ENV): Define.
49739 (tests): Add $(objpfx)noload-mem.
49740 * elf/noload.c: Include <memcheck.h>.
49741 (main): Call mtrace. Close all opened handles.
49742
f2092faf
AS
497432011-02-17 Andreas Schwab <schwab@redhat.com>
49744
49745 [BZ #12454]
49746 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
49747 dependencies are missing.
49748
6c8a2e88
ST
497492011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
49750
f2092faf 49751 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
49752 Hurd needs munmap.
49753 * sysdeps/mach/hurd/ifreq.h: New file.
49754
84a42118
PB
497552011-01-27 Petr Baudis <pasky@suse.cz>
49756 Ulrich Drepper <drepper@gmail.com>
49757
071f805e 49758 [BZ 12445]#
84a42118
PB
49759 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
49760 to extend_alloca().
49761 * stdio-common/bug23.c: New file.
49762 * stdio-common/Makefile (tests): Add bug23.
49763
e23fe25b
AS
497642010-09-28 Andreas Schwab <schwab@redhat.com>
49765 Ulrich Drepper <drepper@gmail.com>
49766
49767 [BZ #12489]
49768 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
49769 before performing relro protection. At old place add assertion
49770 to make sure nothing changed.
49771
d3f02e10
NS
497722011-02-17 Nathan Sidwell <nathan@codesourcery.com>
49773 Glauber de Oliveira Costa <glommer@gmail.com>
49774
49775 * elf/elf.h: Add new ARM TLS relocs.
49776
d55fd7a5
RA
497772011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
49778
49779 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
49780 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
49781 cast from r3.
49782 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
49783 'tests' variable.
49784 * sysdeps/wordsize-64/tst-writev.c: New file.
49785
2206397e
RA
497862011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
49787
49788 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
49789 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
49790 insns in _dl_start to prevent a TOC reference before relocs are
49791 resolved.
49792
e9433893
UD
497932011-02-15 Ulrich Drepper <drepper@gmail.com>
49794
49795 [BZ #12469]
49796 * Makeconfig: Remove RANLIB definition.
49797 * Makerules: Don't use RANLIB.
49798 * aclocal.m4: Remove ranlib test.
49799 * configure.in: No need to check for ranlib.
49800 * elf/rtld-Rules: Don't use RANLIB.
49801
f75286c6
ST
498022011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
49803
8e31c82d
ST
49804 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
49805 protection macro.
49806 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
49807 inclusion protection macro.
49808
f75286c6
ST
49809 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
49810 SIGRTMIN and SIGRTMAX and print information in that case only when
49811 SIGRTMIN is defined.
49812
c1d0e639
JJ
498132011-02-11 Jakub Jelinek <jakub@redhat.com>
49814
49815 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
49816 arginfo fn returning -1.
49817
49818 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
49819 and thousands string is zero terminated.
49820
edf9294e
AS
498212011-02-03 Andreas Schwab <schwab@redhat.com>
49822
49823 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
49824 sysdeps/unix/sysv/linux/bits/socket.h.
49825
2b7e92df
ST
498262011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
49827
edf9294e
AS
49828 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
49829 (__CPU_COUNT): Remove old macros.
49830 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
49831 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
49832 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
49833 (__sched_cpualloc, __sched_cpufree): Add declarations.
49834
a4c7ea7b
UD
498352011-02-05 Ulrich Drepper <drepper@gmail.com>
49836
49837 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
49838 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
49839 * nscd/aicache.c (addhstaiX): Return timeout of added value.
49840 (readdhstai): Return value of addhstaiX call.
49841 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
49842 (addgrbyX): Return value returned by cache_addgr.
49843 (readdgrbyname): Return value returned by addgrbyX.
49844 (readdgrbygid): Likewise.
49845 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
49846 (addpwbyX): Return value returned by cache_addpw.
49847 (readdpwbyname): Return value returned by addhstbyX.
49848 (readdpwbyuid): Likewise.
49849 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
49850 (addservbyX): Return value returned by cache_addserv.
49851 (readdservbyname): Return value returned by addservbyX:
49852 (readdservbyport): Likewise.
49853 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
49854 (addhstbyX): Return value returned by cache_addhst.
49855 (readdhstbyname): Return value returned by addhstbyX.
49856 (readdhstbyaddr): Likewise.
49857 (readdhstbynamev6): Likewise.
49858 (readdhstbyaddrv6): Likewise.
49859 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
49860 (readdinitgroups): Return value returned by addinitgroupsX.
49861 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
49862 (prune_cache): Keep track of timeout value of re-added entries.
49863 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
49864 * nscd/nscd.h: Adjust prototypes of readd* functions.
49865
a0bf67cc
RM
498662011-02-04 Roland McGrath <roland@redhat.com>
49867
49868 * nis/nis_server.c (nis_servstate): Use the right name for 0.
49869 (nis_stats): Likewise.
49870 * nis/nis_modify.c (nis_modify): Likewise.
49871 * nis/nis_remove.c (nis_remove): Likewise.
49872 * nis/nis_add.c (nis_add): Likewise.
49873
49874 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
49875
49876 * posix/fnmatch_loop.c: Add some consts.
49877
49878 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
49879
435b95eb
L
498802011-02-02 H.J. Lu <hongjiu.lu@intel.com>
49881
49882 [BZ #12460]
49883 * config.make.in (config-cflags-novzeroupper): Define.
49884 * configure.in: Substitute libc_cv_cc_novzeroupper.
49885 * elf/Makefile (AVX-CFLAGS): Define.
49886 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
49887 (CFLAGS-tst-auditmod4a.c): Likewise.
49888 (CFLAGS-tst-auditmod4b.c): Likewise.
49889 (CFLAGS-tst-auditmod6b.c): Likewise.
49890 (CFLAGS-tst-auditmod6c.c): Likewise.
49891 (CFLAGS-tst-auditmod7b.c): Likewise.
49892 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
49893
8517b15e
UD
498942011-02-02 Ulrich Drepper <drepper@gmail.com>
49895
49896 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
49897 function to the callback.
49898 Patch partly by Jiri Olsa <jolsa@redhat.com>.
49899
10a656fe
AS
499002011-02-02 Andreas Schwab <schwab@redhat.com>
49901
49902 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
49903 of errno.
49904
968dad0a
UD
499052011-01-19 Ulrich Drepper <drepper@gmail.com>
49906
9f94d2ea 49907 [BZ #11724]
968dad0a
UD
49908 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
49909 of constructors.
49910 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
49911 of destructors.
49912 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
49913
49914 [BZ #11724]
49915 * elf/Makefile: Add rules to build and run new test.
49916 * elf/tst-initorder.c: New file.
49917 * elf/tst-initorder.exp: New file.
49918 * elf/tst-initordera1.c: New file.
49919 * elf/tst-initordera2.c: New file.
49920 * elf/tst-initordera3.c: New file.
49921 * elf/tst-initordera4.c: New file.
49922 * elf/tst-initorderb1.c: New file.
49923 * elf/tst-initorderb2.c: New file.
49924 * elf/tst-order-a1.c: New file.
49925 * elf/tst-order-a2.c: New file.
49926 * elf/tst-order-a3.c: New file.
49927 * elf/tst-order-a4.c: New file.
49928 * elf/tst-order-b1.c: New file.
49929 * elf/tst-order-b2.c: New file.
49930 * elf/tst-order-main.c: New file.
49931 New test case by George Gensure <werkt0@gmail.com>.
49932
86e92359
UD
499332010-10-01 Andreas Schwab <schwab@redhat.com>
49934
49935 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49936 decoding ACE if AI_CANONIDN.
49937
5d5732b0
UD
499382011-01-18 Ulrich Drepper <drepper@gmail.com>
49939
49940 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
49941
a77e8cbc
UD
499422011-01-17 Ulrich Drepper <drepper@gmail.com>
49943
6392473f
UD
49944 * version.h (RELEASE): Bump for 2.13 release.
49945 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
49946
620a0529
UD
49947 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
49948
18ba70a5
UD
49949 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
49950 MADV_NOHUGEPAGE.
32465c3e
UD
49951 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
49952 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
49953 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
49954 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
49955 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
49956 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
49957
c0dafcf1
UD
49958 * posix/getconf.c: Update copyright year.
49959 * catgets/gencat.c: Likewise.
49960 * csu/version.c: Likewise.
49961 * debug/catchsegv.sh: Likewise.
49962 * debug/xtrace.sh: Likewise.
49963 * elf/ldconfig.c: Likewise.
49964 * elf/ldd.bash.in: Likewise.
49965 * elf/sprof.c (print_version): Likewise.
49966 * iconv/iconv_prog.c: Likewise.
49967 * iconv/iconvconfig.c: Likewise.
49968 * locale/programs/locale.c: Likewise.
49969 * locale/programs/localedef.c: Likewise.
49970 * malloc/memusage.sh: Likewise.
49971 * malloc/mtrace.pl: Likewise.
49972 * nscd/nscd.c (print_version): Likewise.
49973 * nss/getent.c: Likewise.
49974
a77e8cbc
UD
49975 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
49976 PF_CAIF, and PF_ALG.
49977 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49978
77e8bddf
AS
499792011-01-16 Andreas Schwab <schwab@linux-m68k.org>
49980
1f20b93a
AS
49981 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
49982 (modules-names): Use them.
49983 (ifunc-test-modules, ifunc-pie-tests): Define.
49984 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
49985 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
49986 (test-extras): Likewise.
49987 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
49988 $(compile-command.c).
49989 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
49990 (all-built-dso): Define.
49991 (check-textrel.out, check-execstack.out): Depend on it.
49992
77e8bddf
AS
49993 * configure.in: Don't override --enable-multi-arch.
49994
bc425b33
UD
499952011-01-15 Ulrich Drepper <drepper@gmail.com>
49996
49997 [BZ #6812]
49998 * nscd/hstcache.c (tryagain): Define.
49999 (cache_addhst): Return tryagain not notfound for temporary errors.
50000 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
50001 failed.
50002
794c3ad3
UD
500032011-01-14 Ulrich Drepper <drepper@gmail.com>
50004
70181fdd
UD
50005 [BZ #10563]
50006 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
50007 to make the syscall.
50008 * sysdeps/unix/sysv/linux/setgroups.c: New file.
50009
794c3ad3
UD
50010 [BZ #12378]
50011 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
50012 and fall back to matching as normal character if the string ends before
50013 the matching ']' is found. This is what POSIX requires.
50014 * posix/testfnm.c: Adjust test result.
50015 * posix/globtest.sh: Adjust test result. Add new test.
50016 * posix/tst-fnmatch.input: Likewise.
50017 * posix/tst-fnmatch2.c: Add new test.
50018
68dc9497
AS
500192010-12-28 Andreas Schwab <schwab@linux-m68k.org>
50020
50021 * elf/Makefile (check-execstack): Revert last change. Depend on
50022 check-execstack.h.
50023 (check-execstack.h): New target.
50024 (generated): Add check-execstack.h.
50025 * elf/check-execstack.c: Include "check-execstack.h".
50026 (main): Revert last change.
50027 (handle_file): Return zero if GNU_STACK is absent and
50028 DEFAULT_STACK_PERMS doesn't include PF_X.
50029
451f001b
UD
500302011-01-13 Ulrich Drepper <drepper@gmail.com>
50031
cfa28e56
UD
50032 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
50033 in child fails because the descriptor is already closed.
8cf8ce17
UD
50034 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
50035 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
50036 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 50037
1086d70d
UD
50038 [BZ #12397]
50039 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
50040 syscall.
50041
451f001b
UD
50042 [BZ #10484]
50043 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
50044 temporary buffer used to handle multi lookups locally.
a85b5cb4 50045 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 50046
08769175
UD
500472011-01-12 Ulrich Drepper <drepper@gmail.com>
50048
50049 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
50050 loader is ld.so.
50051
5e49c52e
UD
500522011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
50053
50054 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
50055 alignment for SSE2.
50056
60522a5f
UD
500572011-01-12 Ulrich Drepper <drepper@gmail.com>
50058
50059 [BZ #12394]
50060 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
50061 characters. When rounding increased number of integer digits recompute
50062 number of groups.
50063 * stdio-common/tst-grouping.c: New file.
50064 * stdio-common/Makefile: Add rules to build and run tst-grouping.
50065
f257bbd7
UD
500662011-01-09 Ulrich Drepper <drepper@gmail.com>
50067
50068 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
50069 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
50070
50071 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
50072 void.
50073 * bits/select.h: Likewise.
50074
fa9c15cb
UD
500752011-01-08 Ulrich Drepper <drepper@gmail.com>
50076
50077 * po/ja.po: Update from translation team.
50078
16c2895f
DM
500792011-01-04 David S. Miller <davem@sunset.davemloft.net>
50080
50081 [BZ #11155]
50082 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
50083 implementation just like for lxstat, fxstatat, et al.
50084
2543fef2
JM
500852010-12-27 Jim Meyering <meyering@redhat.com>
50086
50087 [BZ #12348]
50088 * posix/regexec.c (build_trtable): Return failure indication upon
50089 calloc failure. Otherwise, re_search_internal could infloop on OOM.
50090
98727dbe
UD
500912010-12-25 Ulrich Drepper <drepper@gmail.com>
50092
5bd6dc5c
UD
50093 [BZ #12201]
50094 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
50095 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
50096 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
50097 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
50098
97983464
UD
50099 [BZ #12207]
50100 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
50101
98727dbe
UD
50102 [BZ #12204]
50103 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
50104 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
50105
4a531bb0
L
501062010-12-15 H.J. Lu <hongjiu.lu@intel.com>
50107
50108 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
50109 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
50110 script has SORT_BY_INIT_PRIORITY.
50111 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
50112 NO_CTORS_DTORS_SECTIONS is defined.
50113 * elf/soinit.c: Likewise.
50114 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
50115 NO_CTORS_DTORS_SECTIONS is defined.
50116 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
50117 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
50118 * sysdeps/sh/init-first.c: Likewise.
50119 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
50120
07eb4b71
UD
501212010-12-24 Ulrich Drepper <drepper@gmail.com>
50122
50123 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
50124 always use the slow path.
50125
30950a5f
RA
501262010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
50127
50128 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
50129 similar rule which adds the sysdep directories to the header search in
50130 order to pick up the correct platform stackinfo.h.
50131 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
50132 perform test if it is, otherwise return successfully without testing.
50133 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
50134 DEFAULT_STACK_PERMS define in stackinfo.h.
50135 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
50136 defined in stackinfo.h.
50137 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
50138 DEFAULT_STACK_PERMS defined in stackinfo.h.
50139 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
50140 * sysdeps/ia64/stackinfo.h: Likewise.
50141 * sysdeps/s390/stackinfo.h: Likewise.
50142 * sysdeps/sh/stackinfo.h: Likewise.
50143 * sysdeps/sparc/stackinfo.h: Likewise.
50144 * sysdeps/x86_64/stackinfo.h: Likewise.
50145 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
50146 PF_X for powerpc64. Retain PF_X for powerpc32.
50147
db753e2c
UD
501482010-12-19 Ulrich Drepper <drepper@gmail.com>
50149
14b697f7
UD
50150 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
50151 accurately.
db753e2c
UD
50152 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
50153 GETDENTS_64BIT_ALIGNED.
50154
28300719
UD
501552010-12-14 Ulrich Drepper <dreper@gmail.com>
50156
14b697f7 50157 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 50158
4f197237
AS
501592010-12-10 Andreas Schwab <schwab@redhat.com>
50160
dbb0472f
AS
50161 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
50162 _GNU_SOURCE.
50163
4f197237
AS
50164 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
50165 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
50166 Remove __restrict.
50167 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
50168 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
50169
fb88ac72
UD
501702010-12-09 Ulrich Drepper <drepper@gmail.com>
50171
50172 [BZ #11655]
50173 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
50174 are initialized.
50175
42acbb92
JJ
501762010-12-09 Jakub Jelinek <jakub@redhat.com>
50177
50178 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
50179
c038d98d
UD
501802010-12-03 Ulrich Drepper <drepper@gmail.com>
50181
50182 * po/it.po: Update from translation team.
50183
3a4a2499
L
501842010-12-01 H.J. Lu <hongjiu.lu@intel.com>
50185
50186 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
50187 unused codes.
50188
1e24cf6e
UD
501892010-11-30 Ulrich Drepper <drepper@gmail.com>
50190
50191 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
50192
a7690819
AS
501932010-11-24 Andreas Schwab <schwab@redhat.com>
50194
50195 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
50196 specially.
50197 (gaih_getanswer_slice): Likewise.
50198
3bf8d1b1
JJ
501992010-10-20 Jakub Jelinek <jakub@redhat.com>
50200
50201 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
50202
6db52fbb
PB
502032010-05-31 Petr Baudis <pasky@suse.cz>
50204
50205 [BZ #11149]
50206 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
50207 silently even in the chroot mode.
50208
eaca7569
UD
502092010-11-22 Ulrich Drepper <drepper@gmail.com>
50210
50211 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
50212 last patch a bit. Pretty printing
50213
3056dcdb
UD
502142010-05-31 Petr Baudis <pasky@suse.cz>
50215
50216 [BZ #10085]
50217 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
50218 initialization of skip_initgroups_dyn.
50219
cf7c9078
UD
502202010-11-19 Ulrich Drepper <drepper@gmail.com>
50221
50222 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
50223 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
50224
a1fb5e3e
UD
502252010-11-16 Ulrich Drepper <drepper@gmail.com>
50226
50227 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
50228
3540d66b
AS
502292010-11-11 Andreas Schwab <schwab@redhat.com>
50230
50231 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
50232 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
50233 (tst-fnmatch-ENV): Set MALLOC_TRACE.
50234 ($(objpfx)tst-fnmatch-mem): New rule.
50235 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
50236 * posix/tst-fnmatch.c (main): Call mtrace.
50237
13b69574
L
502382010-11-11 H.J. Lu <hongjiu.lu@intel.com>
50239
50240 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50241 Support Intel processor model 6 and model 0x2c.
50242
da93d214
LM
502432010-11-10 Luis Machado <luisgpm@br.ibm.com>
50244
50245 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
50246 signed comparison.
50247
8ca52c6e
L
502482010-11-09 H.J. Lu <hongjiu.lu@intel.com>
50249
50250 [BZ #12205]
50251 * string/test-strncasecmp.c (check_result): New function.
50252 (do_one_test): Use it.
50253 (check1): New function.
50254 (test_main): Use it.
50255 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
50256 Support strcasecmp and strncasecmp.
50257
69da074d
UD
502582010-11-08 Ulrich Drepper <drepper@gmail.com>
50259
50260 [BZ #12194]
50261 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
50262 * sysdeps/x86_64/bits/byteswap.h: Likewise.
50263
ff02d528
L
502642010-11-07 H.J. Lu <hongjiu.lu@intel.com>
50265
50266 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
50267 IFUNC support.
50268 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50269 memset-x86-64.
50270 * sysdeps/x86_64/multiarch/bzero.S: New file.
50271 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
50272 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
50273 * sysdeps/x86_64/multiarch/memset.S: New file.
50274 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
50275 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50276 Set bit_Prefer_SSE_for_memop for Intel processors.
50277 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
50278 Define.
50279 (index_Prefer_SSE_for_memop): Define.
50280 (HAS_PREFER_SSE_FOR_MEMOP): Define.
50281
344d0b54
LM
502822010-11-04 Luis Machado <luisgpm@br.ibm.com>
50283
50284 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
50285 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
50286
c0dde15b
UD
502872010-11-03 H.J. Lu <hongjiu.lu@intel.com>
50288
50289 [BZ #12191]
50290 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50291 (__x86_64_raw_data_cache_size_half): Likewise.
50292 (__x86_64_raw_shared_cache_size): Likewise.
50293 (__x86_64_raw_shared_cache_size_half): Likewise.
50294
50295 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
50296 (__x86_64_raw_data_cache_size_half): Likewise.
50297 (__x86_64_raw_shared_cache_size): Likewise.
50298 (__x86_64_raw_shared_cache_size_half): Likewise.
50299 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
50300 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
50301 and __x86_64_raw_shared_cache_size_half. Round
50302 __x86_64_data_cache_size_half, __x86_64_data_cache_size
50303 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
50304 to multiple of 256 bytes.
50305
0e516e0e
MS
503062010-11-03 Ulrich Drepper <drepper@gmail.com>
50307
50308 [BZ #12167]
50309 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
50310 of inacessible symlinks. Verify result of symlink before returning it.
50311 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
50312 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
50313
0e012e87
ER
503142010-10-28 Erich Ritz <erichritz@gmail.com>
50315
50316 * math/math.h (isinf): Fix typo in comment.
50317
de0ff7bc
UD
503182010-11-01 Ulrich Drepper <drepper@gmail.com>
50319
50320 * po/da.po: Update from translation team.
50321
fa41c84d
UD
503222010-10-26 Ulrich Drepper <drepper@gmail.com>
50323
50324 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
50325 is added to the list.
50326
f0967738
AK
503272010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50328 Ulrich Drepper <drepper@gmail.com>
50329
50330 * elf/dl-object.c (_dl_new_object): Don't append the new object to
50331 the global list here. Move code to...
50332 (_dl_add_to_namespace_list): ...here. New function.
50333 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
50334 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
50335 * elf/dl-load.c (lose): Don't remove the element from the list.
50336 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
50337 (_dl_map_object): Likewise.
50338
503392010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
50340
50341 [BZ #12159]
50342 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
50343 into all bytes of SSE register.
50344 Patch by Richard Li <richardpku@gmail.com>.
50345
f0967738 503462010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
50347
50348 [BZ #12140]
50349 * malloc/malloc.c (_int_free): Fill correct number of bytes when
50350 perturbing.
50351
d0b9e94f
MB
503522010-10-20 Michael B. Brutman <brutman@us.ibm.com>
50353
50354 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
50355 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
50356 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
50357 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50358 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
50359 submachine.
50360 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
50361
8e9f92e9
AS
503622010-10-22 Andreas Schwab <schwab@redhat.com>
50363
50364 * include/dlfcn.h (__RTLD_SECURE): Define.
50365 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
50366 mode & __RTLD_SECURE instead.
50367 (open_path): Rename preloaded parameter to secure.
50368 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
50369 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
50370 * elf/dl-deps.c (openaux): Likewise.
50371 * elf/rtld.c (struct map_args): Remove is_preloaded.
50372 (map_doit): Don't use it.
50373 (dl_main): Likewise.
50374 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
50375 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
50376
bc96fbda
AS
503772010-09-09 Andreas Schwab <schwab@redhat.com>
50378
50379 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
50380 (sysd-rules-targets): Remove duplicates.
50381 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
50382 rtld-%.$o dependency.
50383
22cd1c9b
AS
503842010-10-18 Andreas Schwab <schwab@redhat.com>
50385
50386 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
50387 _dl_map_object do it.
50388
18edac48
UD
503892010-10-19 Ulrich Drepper <drepper@gmail.com>
50390
50391 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
50392 fast fma builtins, define the macros in the C99 standard.
50393 (FP_FAST_FMAF): Likewise.
50394 (FP_FAST_FMAL): Likewise.
50395 * sysdeps/x86_64/bits/mathdef.h: Likewise.
50396
50397 * bits/mathdef.h: Update copyright year.
50398 * sysdeps/powerpc/bits/mathdef.h: Likewise.
50399
d2050124
MM
504002010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
50401
50402 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
50403 builtins, define the macros in the C99 standard.
50404 (FP_FAST_FMAF): Likewise.
50405 (FP_FAST_FMAL): Likewise.
50406 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
50407 multiply/add.
50408 (FP_FAST_FMAF): Likewise.
50409
475facd1
JJ
504102010-10-15 Jakub Jelinek <jakub@redhat.com>
50411
50412 [BZ #3268]
50413 * math/libm-test.inc (fma_test): Some new testcases.
50414 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
50415 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
50416 y and infinite z. Do multiplication by C already in long double.
50417 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
50418 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
50419 y and infinite z. Do bitwise or of inexact bit into u.d.
50420 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
50421 * sysdeps/i386/fpu/s_fmaf.S: Removed.
50422 * sysdeps/i386/fpu/s_fma.S: Removed.
50423 * sysdeps/i386/fpu/s_fmal.S: Removed.
50424
7c08a05c
JJ
504252010-10-16 Jakub Jelinek <jakub@redhat.com>
50426
50427 [BZ #3268]
50428 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
50429 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
50430 computation is not scheduled after fetestexcept. Fix value
50431 of minimum denormal long double.
50432
f3f7372d
JJ
504332010-10-14 Jakub Jelinek <jakub@redhat.com>
50434
50435 [BZ #3268]
50436 * math/libm-test.inc (fma_test): Add some more tests.
50437 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
50438 correctly.
50439
14d43591
AS
504402010-10-15 Andreas Schwab <schwab@redhat.com>
50441
50442 * scripts/data/localplt-s390-linux-gnu.data: New file.
50443 * scripts/data/localplt-s390x-linux-gnu.data: New file.
50444
5e908464
JJ
504452010-10-13 Jakub Jelinek <jakub@redhat.com>
50446
50447 [BZ #3268]
50448 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
50449 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
50450 instead of dbl-64.
50451 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
50452 inlines.
50453 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
50454 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
50455 if one of x and y is very large and the other is subnormal.
50456 * sysdeps/s390/fpu/s_fmaf.c: New file.
50457 * sysdeps/s390/fpu/s_fma.c: New file.
50458 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
50459 * sysdeps/powerpc/fpu/s_fma.S: New file.
50460 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
50461 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
50462 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
50463
504642010-10-12 Jakub Jelinek <jakub@redhat.com>
50465
50466 [BZ #3268]
50467 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
50468 fma tests.
50469 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
50470 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
50471 * sysdeps/i386/i686/multiarch/s_fma.c: Include
50472 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
50473 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
50474 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
50475 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
50476
b833d51f
UD
504772010-10-12 Ulrich Drepper <drepper@redhat.com>
50478
50479 [BZ #12078]
50480 * posix/regcomp.c (parse_branch): One more memory leak plugged.
50481 * posix/bug-regex31.input: Add test case.
50482
1751705d
UD
504832010-10-11 Ulrich Drepper <drepper@gmail.com>
50484
e9b9cbf5
UD
50485 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
50486 * posix/bug-regex31.input: New file.
50487
50488 [BZ #12078]
50489 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
50490 (parse_sub_exp): Fix last change, use postorder.
50491
ef06edbe
UD
50492 * posix/bug-regex31.c: New file.
50493 * posix/Makefile: Add rules to build and run bug-regex31.
50494
a129c80d
UD
50495 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
50496
50497 [BZ #12078]
50498 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
50499
b76b818e
UD
50500 [BZ #12108]
50501 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
50502 to have entries in sys_siglist.
50503
1751705d
UD
50504 [BZ #12093]
50505 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
50506 be NULL.
50507
9ff8d36f
JJ
505082010-10-07 Jakub Jelinek <jakub@redhat.com>
50509
50510 [BZ #3268]
50511 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
50512 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
50513 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
50514 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
50515 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
50516 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
50517 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
50518 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
50519 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
50520 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
50521 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
50522 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
50523 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
50524 * math/ftestexcept.c (fetestexcept): Likewise.
50525 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
50526 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
50527 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
50528 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
50529 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
50530 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
50531 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
50532
af325969
UD
505332010-10-11 Ulrich Drepper <drepper@gmail.com>
50534
c579b202 50535 [BZ #12107]
af325969
UD
50536 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
50537 newline.
50538
67a67b95
UD
505392010-10-06 Ulrich Drepper <drepper@gmail.com>
50540
50541 * string/bug-strstr1.c: New file.
50542 * string/Makefile: Add rules to build and run bug-strstr1.
50543
5fb308bc
EB
505442010-10-05 Eric Blake <eblake@redhat.com>
50545
50546 [BZ #12092]
50547 * string/str-two-way.h (two_way_long_needle): Always clear memory
50548 when skipping input due to the shift table.
50549
45db99c7
UD
505502010-10-03 Ulrich Drepper <drepper@gmail.com>
50551
3b111893
UD
50552 [BZ #12005]
50553 * malloc/mcheck.c: Handle large requests.
50554
45db99c7
UD
50555 [BZ #12077]
50556 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
50557 for strncmp and strncasecmp.
50558 * string/stratcliff.c: Add tests for strcmp and strncmp.
50559 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
50560
cf7a1eb8
NI
505612010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
50562
50563 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
50564 __set_fpscr.
50565
6484ba5e
AJ
505662010-09-30 Andreas Jaeger <aj@suse.de>
50567
50568 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
50569 (CGROUP_SUPER_MAGIC): Define.
50570 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50571 Handle btrfs and cgroup file systems.
50572 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
50573 Likewise.
50574
91c42559
LM
505752010-09-27 Luis Machado <luisgpm@br.ibm.com>
50576
50577 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
50578 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
50579
87a97932
AK
505802010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
50581
50582 [BZ #12067]
50583 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
50584 trying to locate the ELF header.
50585
c21cc9bc
AS
505862010-09-27 Andreas Schwab <schwab@redhat.com>
50587
50588 [BZ #11611]
50589 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
50590 Mask out sign-bit copies when constructing f_fsid.
50591
315970f6
PB
505922010-09-24 Petr Baudis <pasky@suse.cz>
50593
50594 * debug/stack_chk_fail_local.c: Add missing licence exception.
50595 * debug/warning-nop.c: Likewise.
50596
1ac7a2c7
JM
505972010-09-15 Joseph Myers <joseph@codesourcery.com>
50598
50599 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
50600 implementing getdents64 using getdents syscall, set d_type if
50601 __ASSUME_GETDENTS32_D_TYPE.
50602
56801c50
AS
506032010-09-16 Andreas Schwab <schwab@redhat.com>
50604
50605 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
50606 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
50607
dda51327
UD
506082010-09-21 Ulrich Drepper <drepper@redhat.com>
50609
50610 [BZ #12037]
50611 * posix/unistd.h: Undo change of feature selection for ftruncate from
50612 2010-01-11.
50613
8ffcee4a
UD
506142010-09-20 Ulrich Drepper <drepper@redhat.com>
50615
a545ecd9 50616 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
50617 detection.
50618
e24f0a8b
AS
506192010-09-20 Andreas Schwab <schwab@redhat.com>
50620
50621 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
50622 fanotify_mark.
50623 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
50624
7291c56f
AS
506252010-09-14 Andreas Schwab <schwab@redhat.com>
50626
50627 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
50628 variables after CHECK_SP call.
50629 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
50630
bc5fb037
AS
506312010-09-13 Andreas Schwab <schwab@redhat.com>
50632 Ulrich Drepper <drepper@redhat.com>
50633
50634 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
50635 re-relocationg ld.so.
50636 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
50637 _dl_init_paths call.
50638 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
50639 here anymore.
50640
e66e7419
UD
506412010-09-14 Ulrich Drepper <drepper@redhat.com>
50642
50643 * resolv/res_init.c (__res_vinit): Count the default server we added.
50644
c044aa75
CLT
506452010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
50646 Ulrich Drepper <drepper@redhat.com>
50647
50648 [BZ #11968]
50649 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
50650 (____longjmp_chk): Use %ebx for saving value across system call.
50651 Add unwind info.
50652
32cf4069
AS
506532010-09-06 Andreas Schwab <schwab@redhat.com>
50654
50655 * manual/Makefile: Don't mix pattern rules with normal rules.
50656
817328ee
AS
506572010-09-05 Andreas Schwab <schwab@linux-m68k.org>
50658
50659 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
50660 operation.
50661 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
50662 * libio/iofopncook.c (_IO_cookie_init): Likewise.
50663 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
50664 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
50665 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
50666 Likewise.
50667
29fddf61
UD
506682010-09-04 Ulrich Drepper <drepper@redhat.com>
50669
50670 [BZ #11979]
50671 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
50672 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
50673
0959ffc9
UD
506742010-09-02 Ulrich Drepper <drepper@redhat.com>
50675
50676 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
50677 * sysdeps/x86_64/addmul_1.S: Likewise.
50678 * sysdeps/x86_64/lshift.S: Likewise.
50679 * sysdeps/x86_64/mul_1.S: Likewise.
50680 * sysdeps/x86_64/rshift.S: Likewise.
50681 * sysdeps/x86_64/sub_n.S: Likewise.
50682 * sysdeps/x86_64/submul_1.S: Likewise.
50683
ece29840
ST
506842010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
50685
0959ffc9
UD
50686 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
50687 Define __sched_param instead of SCHED_* and sched_param when
ece29840 50688 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 50689 * bits/sched.h [__need_schedparam]
ece29840 50690 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
50691 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
50692 (__defined_schedparam): Define to 1.
ece29840
ST
50693 (__sched_param): New structure, identical to sched_param.
50694 (__need_schedparam): Undefine.
50695
e53a31fe
MF
506962010-08-31 Mike Frysinger <vapier@gentoo.org>
50697
fdc0c10d
MF
50698 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
50699 (epoll_create1): Declare.
50700
e53a31fe
MF
50701 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
50702
a726d796
AS
507032010-08-31 Andreas Schwab <schwab@redhat.com>
50704
50705 [BZ #7066]
50706 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
50707 shifting retval into place.
50708
2f3e3dc7
UD
507092010-09-01 Ulrich Drepper <drepper@redhat.com>
50710
f2933da9
UD
50711 * nis/rpcsvc/nis.h: Update copyright notice.
50712 * nis/rpcsvc/nis.x: Likewise.
50713 * nis/rpcsvc/nis_callback.h: Likewise.
50714 * nis/rpcsvc/nis_callback.x: Likewise.
50715 * nis/rpcsvc/nis_object.x: Likewise.
50716 * nis/rpcsvc/nis_tags.h: Likewise.
50717 * nis/rpcsvc/yp.h: Likewise.
50718 * nis/rpcsvc/yp.x: Likewise.
50719 * nis/rpcsvc/ypupd.h: Likewise.
50720 * nis/yp_xdr.c: Likewise.
50721 * nis/ypupdate_xdr.c: Likewise.
50722
2f3e3dc7
UD
50723 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
50724 mainly the body of pmap_getport. Add parameters to specify timeouts.
50725 (pmap_getport): Use __libc_rpc_getport.
50726 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
50727 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
50728 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
50729
f3dcc2f9
AS
507302010-08-31 Andreas Schwab <schwab@linux-m68k.org>
50731
50732 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
50733 fanotify_mark.
50734
6d34eb5b
RM
507352010-08-27 Roland McGrath <roland@redhat.com>
50736
50737 * sysdeps/i386/i686/multiarch/Makefile
50738 (CFLAGS-varshift.c): New variable.
50739
9ea3de11
UD
507402010-08-27 Ulrich Drepper <drepper@redhat.com>
50741
c96d23fc
UD
50742 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
50743 * sysdeps/i386/i686/multiarch/varshift.c: New file.
50744
9ea3de11
UD
50745 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
50746
50747 * sysdeps/x86_64/strlen.S: Minimal code improvement.
50748
623aac7f
L
507492010-08-26 H.J. Lu <hongjiu.lu@intel.com>
50750
50751 * sysdeps/x86_64/strlen.S: Unroll the loop.
50752 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50753 strlen-sse2 strlen-sse2-bsf.
50754 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
50755 __strlen_no_bsf if bit_Slow_BSF is set.
50756 (__strlen_sse42): Removed.
50757 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
50758 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
50759
8b2b7715
RM
507602010-08-25 Roland McGrath <roland@redhat.com>
50761
50762 * sysdeps/x86_64/multiarch/varshift.S: File removed.
50763 * sysdeps/x86_64/multiarch/varshift.c: New file.
50764 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
50765 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
50766 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
50767 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
50768
e73015f2
L
507692010-08-25 H.J. Lu <hongjiu.lu@intel.com>
50770
50771 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50772 strlen-sse2 strlen-sse2-bsf.
50773 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
50774 __strlen_sse2_bsf if bit_Slow_BSF is unset.
50775 (__strlen_sse2): Removed.
50776 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
50777 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
50778 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
50779 bit_Slow_BSF for Atom.
50780 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
50781 (index_Slow_BSF): Define.
50782 (HAS_SLOW_BSF): Define.
50783
df24a73e
UD
507842010-08-25 Ulrich Drepper <drepper@redhat.com>
50785
50786 [BZ #10851]
50787 * resolv/res_init.c (__res_vinit): When no server address at all
50788 is given default to loopback.
50789
f2ac4868
RM
507902010-08-24 Roland McGrath <roland@redhat.com>
50791
09055553
RM
50792 * configure.in: Remove config-name.h generation.
50793 * configure: Regenerated.
50794 * config-name.in: File removed.
50795 * scripts/config-uname.sh: New file.
50796 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
50797 ($(objdir)config-name.h): New target.
50798
f2ac4868
RM
50799 * sunrpc/rpc_parse.h: Avoid nested comment.
50800
73f27d5e
RH
508012010-08-24 Richard Henderson <rth@redhat.com>
50802 Ulrich Drepper <drepper@redhat.com>
50803 H.J. Lu <hongjiu.lu@intel.com>
50804
50805 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
50806 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
50807 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
50808 Replace _mm_srli_si128 with __m128i_shift_right. Replace
50809 _mm_alignr_epi8 with _mm_loadu_si128.
50810 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
50811 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
50812 (__m128i_shift_right): Removed.
50813 * sysdeps/i386/i686/multiarch/varshift.h: New file.
50814 * sysdeps/i386/i686/multiarch/varshift.S: New file.
50815 * sysdeps/x86_64/multiarch/varshift.h: New file.
50816 * sysdeps/x86_64/multiarch/varshift.S: New file.
50817
84b9230c
MF
508182010-08-21 Mike Frysinger <vapier@gentoo.org>
50819
50820 * configure.in: Move assembler checks to before sysdep dir checking.
50821
9bbd0ddc
PB
508222010-08-20 Petr Baudis <pasky@suse.cz>
50823
50824 * LICENSES: Sync the sunrpc license.
50825
9da4bb31
UD
508262010-08-19 Ulrich Drepper <drepper@redhat.com>
50827
a7ab6ec8
UD
50828 * sunrpc/auth_des.c: Update copyright notice once again.
50829 * sunrpc/auth_none.c: Likewise.
50830 * sunrpc/auth_unix.c: Likewise.
50831 * sunrpc/authdes_prot.c: Likewise.
50832 * sunrpc/authuxprot.c: Likewise.
50833 * sunrpc/bindrsvprt.c: Likewise.
50834 * sunrpc/clnt_gen.c: Likewise.
50835 * sunrpc/clnt_perr.c: Likewise.
50836 * sunrpc/clnt_raw.c: Likewise.
50837 * sunrpc/clnt_simp.c: Likewise.
50838 * sunrpc/clnt_tcp.c: Likewise.
50839 * sunrpc/clnt_udp.c: Likewise.
50840 * sunrpc/clnt_unix.c: Likewise.
50841 * sunrpc/des_crypt.c: Likewise.
50842 * sunrpc/des_soft.c: Likewise.
50843 * sunrpc/get_myaddr.c: Likewise.
50844 * sunrpc/getrpcport.c: Likewise.
50845 * sunrpc/key_call.c: Likewise.
50846 * sunrpc/key_prot.c: Likewise.
50847 * sunrpc/openchild.c: Likewise.
50848 * sunrpc/pm_getmaps.c: Likewise.
50849 * sunrpc/pm_getport.c: Likewise.
50850 * sunrpc/pmap_clnt.c: Likewise.
50851 * sunrpc/pmap_prot.c: Likewise.
50852 * sunrpc/pmap_prot2.c: Likewise.
50853 * sunrpc/pmap_rmt.c: Likewise.
50854 * sunrpc/rpc/auth.h: Likewise.
50855 * sunrpc/rpc/auth_unix.h: Likewise.
50856 * sunrpc/rpc/clnt.h: Likewise.
50857 * sunrpc/rpc/des_crypt.h: Likewise.
50858 * sunrpc/rpc/key_prot.h: Likewise.
50859 * sunrpc/rpc/netdb.h: Likewise.
50860 * sunrpc/rpc/pmap_clnt.h: Likewise.
50861 * sunrpc/rpc/pmap_prot.h: Likewise.
50862 * sunrpc/rpc/pmap_rmt.h: Likewise.
50863 * sunrpc/rpc/rpc.h: Likewise.
50864 * sunrpc/rpc/rpc_des.h: Likewise.
50865 * sunrpc/rpc/rpc_msg.h: Likewise.
50866 * sunrpc/rpc/svc.h: Likewise.
50867 * sunrpc/rpc/svc_auth.h: Likewise.
50868 * sunrpc/rpc/types.h: Likewise.
50869 * sunrpc/rpc/xdr.h: Likewise.
50870 * sunrpc/rpc_clntout.c: Likewise.
50871 * sunrpc/rpc_cmsg.c: Likewise.
50872 * sunrpc/rpc_common.c: Likewise.
50873 * sunrpc/rpc_cout.c: Likewise.
50874 * sunrpc/rpc_dtable.c: Likewise.
50875 * sunrpc/rpc_hout.c: Likewise.
50876 * sunrpc/rpc_main.c: Likewise.
50877 * sunrpc/rpc_parse.c: Likewise.
50878 * sunrpc/rpc_parse.h: Likewise.
50879 * sunrpc/rpc_prot.c: Likewise.
50880 * sunrpc/rpc_sample.c: Likewise.
50881 * sunrpc/rpc_scan.c: Likewise.
50882 * sunrpc/rpc_scan.h: Likewise.
50883 * sunrpc/rpc_svcout.c: Likewise.
50884 * sunrpc/rpc_tblout.c: Likewise.
50885 * sunrpc/rpc_util.c: Likewise.
50886 * sunrpc/rpc_util.h: Likewise.
50887 * sunrpc/rpcinfo.c: Likewise.
50888 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
50889 * sunrpc/rpcsvc/key_prot.x: Likewise.
50890 * sunrpc/rpcsvc/klm_prot.x: Likewise.
50891 * sunrpc/rpcsvc/mount.x: Likewise.
50892 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
50893 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
50894 * sunrpc/rpcsvc/rex.x: Likewise.
50895 * sunrpc/rpcsvc/rstat.x: Likewise.
50896 * sunrpc/rpcsvc/rusers.x: Likewise.
50897 * sunrpc/rpcsvc/sm_inter.x: Likewise.
50898 * sunrpc/rpcsvc/spray.x: Likewise.
50899 * sunrpc/rpcsvc/yppasswd.x: Likewise.
50900 * sunrpc/rtime.c: Likewise.
50901 * sunrpc/svc.c: Likewise.
50902 * sunrpc/svc_auth.c: Likewise.
50903 * sunrpc/svc_authux.c: Likewise.
50904 * sunrpc/svc_raw.c: Likewise.
50905 * sunrpc/svc_run.c: Likewise.
50906 * sunrpc/svc_simple.c: Likewise.
50907 * sunrpc/svc_tcp.c: Likewise.
50908 * sunrpc/svc_udp.c: Likewise.
50909 * sunrpc/svc_unix.c: Likewise.
50910 * sunrpc/svcauth_des.c: Likewise.
50911 * sunrpc/xcrypt.c: Likewise.
50912 * sunrpc/xdr.c: Likewise.
50913 * sunrpc/xdr_array.c: Likewise.
50914 * sunrpc/xdr_float.c: Likewise.
50915 * sunrpc/xdr_mem.c: Likewise.
50916 * sunrpc/xdr_rec.c: Likewise.
50917 * sunrpc/xdr_ref.c: Likewise.
50918 * sunrpc/xdr_sizeof.c: Likewise.
50919 * sunrpc/xdr_stdio.c: Likewise.
50920
9da4bb31
UD
50921 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
50922 handling.
50923
bdaa77bc
AS
509242010-08-19 Andreas Schwab <schwab@redhat.com>
50925
50926 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
50927
fe2f79db
LM
509282010-08-19 Luis Machado <luisgpm@br.ibm.com>
50929
50930 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
50931 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
50932 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
50933 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
50934 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
50935 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
50936 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
50937 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
50938 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
50939 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
50940 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
50941 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
50942 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
50943 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
50944
b9b42ee0
AB
509452010-07-26 Anton Blanchard <anton@samba.org>
50946
50947 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
50948 * malloc/arena.c (heap_trim): Likewise.
50949
1c06ba31
UD
509502010-08-16 Ulrich Drepper <drepper@redhat.com>
50951
50952 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
50953 here. Not...
50954 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
50955 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
50956
f8392f40
L
509572010-08-12 H.J. Lu <hongjiu.lu@intel.com>
50958
50959 * sysdeps/i386/elf/Makefile: New file.
50960
3162f12e
AS
509612010-08-14 Andreas Schwab <schwab@linux-m68k.org>
50962
50963 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
50964 from fanotify_init.
50965 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
50966 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
50967
28c90b2c
UD
509682010-08-15 Ulrich Drepper <drepper@redhat.com>
50969
50970 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
50971 of strncasecmp_l.
1feccb6c 50972 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 50973
ca6bb004
UD
509742010-08-14 Ulrich Drepper <drepper@redhat.com>
50975
e9f82e0d
UD
50976 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
50977 strncase_l-nonascii.
50978 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
50979 Add strncase_l-ssse3.
50980 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
50981 * sysdeps/x86_64/strcmp.S: Likewise.
50982 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
50983 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
50984 * sysdeps/x86_64/strncase.S: New file.
50985 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
50986 * sysdeps/x86_64/strncase_l.S: New file.
50987 * string/Makefile (strop-tests): Add strncasecmp.
50988 * string/test-strncasecmp.c: New file.
50989
50990 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
50991 warning.
50992
ca6bb004
UD
50993 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
50994 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
50995
052fa7b3
AS
509962010-08-14 Andreas Schwab <schwab@linux-m68k.org>
50997
50998 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
50999
962dba78
UD
510002010-08-12 Ulrich Drepper <drepper@redhat.com>
51001
51002 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
51003 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
51004 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
51005
bebff237
AM
510062010-05-01 Alan Modra <amodra@gmail.com>
51007
51008 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
51009 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
51010 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
51011 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
51012 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
51013 tidying. Don't tail-call __sigjmp_save for static lib.
51014 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
51015 save location.
51016 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
51017 (CALL_MCOUNT): Add eh info, and nop after bl.
51018 (TAIL_CALL_SYSCALL_ERROR): New macro.
51019 (PSEUDO_RET): Use it.
51020 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
51021 Correct save location of integer regs and cr.
51022 (_dl_profile_resolve): Correct cr save location. Delete nops
51023 after bl when SHARED. Reduce cfi size a little by better
51024 placement of cfi directives.
51025 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
51026 make a stack frame. Instead use parm save area as a temp.
51027 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
51028 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
51029 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
51030 Don't make a stack frame for parent, use parm save area.
51031 Increase child stack frame to 112 bytes. Don't save unused reg,
51032 and adjust reg usage. Set up cfi on error recovery and
51033 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
51034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
51035 (__makecontext): Add dummy nop after jump to exit.
51036 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
51037 Use correct parm save area and cr save, reduce stack frame.
51038 Correct cfi for possible PSEUDO_RET frame setup.
51039 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
51040 Branch to local label emitted by PSEUDO_RET rather than
51041 __syscall_error.
51042
02637374
AS
510432010-08-12 Andreas Schwab <schwab@redhat.com>
51044
51045 [BZ #11904]
51046 * locale/programs/locale.c (print_assignment): New function.
51047 (show_locale_vars): Use it.
51048
c3e2f19b
UD
510492010-08-11 Ulrich Drepper <drepper@redhat.com>
51050
3cdaa6ad
UD
51051 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
51052 field.
51053 (struct statfs64): Likewise.
51054 (_STATFS_F_FLAGS): Define.
51055 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
51056 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51057 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
51058 (ST_VALID): Define locally.
51059 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
51060 __statvfs_getflags, use the provided value.
51061 * sysdeps/unix/sysv/linux/kernel-features.h: Define
51062 __ASSUME_STATFS_F_FLAGS.
51063
754f7da3
UD
51064 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
51065
10b3bedc
UD
51066 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
51067 Add sys/fanotify.h.
51068 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
51069 fanotify_mask for GLIBC_2.13.
51070 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
51071 fanotify_init and fanotify_mark.
51072 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
51073 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
51074
c08fb0d7
UD
51075 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
51076 Add prlimit.
51077 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
51078 prlimit64 for GLIBC_2.13.
51079 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
51080 prlimit64.
51081 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
51082 syscall.
51083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
51084 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
51085 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
51086 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
51087 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
51088 add prlimit alias.
51089 * sysdeps/unix/sysv/linux/prlimit.c: New file.
51090
15bac72b
UD
51091 [BZ #11903]
51092 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
51093 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
51094
c3e2f19b
UD
51095 * nss/Makefile: Add rules to build and run tst-nss-test1.
51096 * shlib-versions: Add entry for libnss_test1.
51097 * nss/nss_test1.c: New file.
51098 * nss/tst-nss-test1.c: New file.
51099
51100 * nss/nsswitch.c (__nss_database_custom): Define new variable.
51101 (__nss_configure_lookup): Set appropriate entry in
51102 __nss_configure_lookup to true.
51103 * nss/nsswitch.h: Define enum with indeces of databases in
51104 databases and __nss_database_custom arrays. Declare
51105 __nss_database_custom.
51106 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
51107 to avoid using nscd when custom rules are installed.
51108 * nss/getXXbyYY_r.c: Likewise.
51109 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
51110
51111 * nss/nss_files/files-parse.c: Whitespace fixes.
51112
f15ce4d8
UD
511132010-08-09 Ulrich Drepper <drepper@redhat.com>
51114
51115 [BZ #11883]
51116 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
51117 * posix/fnmatch_loop.c: Likewise.
51118
d22e4cc9
AK
511192010-07-17 Andi Kleen <ak@linux.intel.com>
51120
51121 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
51122 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
51123 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
51124 * Versions.def [GLIBC_2.13]: Add.
51125
805bc17d
UD
511262010-08-06 Ulrich Drepper <drepper@redhat.com>
51127
51128 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51129 Also fail if tpwd after pwuid call is NULL.
51130
5a42321d
ST
511312010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
51132
51133 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
51134 when converting to ms.
51135
fd3ebeda
ST
511362010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
51137
51138 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
51139 EOPNOTSUPP errors with ENOTTY.
51140 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
51141 EOPNOTSUPP errors with ENOTTY.
51142
73507d3a
UD
511432010-07-31 Ulrich Drepper <drepper@redhat.com>
51144
51145 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
51146 Add strcasecmp_l-ssse3.
51147 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
51148 strcasecmp.
51149 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
51150 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
51151 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
51152
fe36dd02
UD
511532010-07-30 Ulrich Drepper <drepper@redhat.com>
51154
66f6765a
UD
51155 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
51156
42e08a54
UD
51157 * string/Makefile (strop-tests): Add strcasecmp.
51158 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
51159 strcasecmp_l-nonascii.
51160 (gen-as-const-headers): Add locale-defines.sym.
51161 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
51162 * sysdeps/x86_64/strcasecmp.S: New file.
51163 * sysdeps/x86_64/strcasecmp_l.S: New file.
51164 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
51165 * sysdeps/x86_64/locale-defines.sym: New file.
51166 * string/test-strcasecmp.c: New file.
51167
fe36dd02
UD
51168 * string/test-strcasestr.c: Test both ends of the range of characters.
51169 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
51170
48cbc0d6
RM
511712010-07-29 Roland McGrath <roland@redhat.com>
51172
76e6d6bc 51173 [BZ #11856]
48cbc0d6
RM
51174 * manual/locale.texi (Yes-or-No Questions): Fix example code.
51175
880113d9
UD
511762010-07-27 Ulrich Drepper <drepper@redhat.com>
51177
51178 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
51179 for ld.so.
51180
deb9cabb
AS
511812010-07-27 Andreas Schwab <schwab@redhat.com>
51182
51183 * manual/memory.texi (Malloc Tunable Parameters): Document
51184 M_PERTURB.
51185
1c7570ff
RM
511862010-07-26 Roland McGrath <roland@redhat.com>
51187
51188 [BZ #11840]
51189 * configure.in (-fgnu89-inline check): Set and substitute
51190 gnu89_inline, not libc_cv_gnu89_inline.
51191 * configure: Regenerated.
51192 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
51193
24fb0f88
UD
511942010-07-26 Ulrich Drepper <drepper@redhat.com>
51195
51196 * string/test-strnlen.c: New file.
51197 * string/Makefile (strop-tests): Add strnlen.
51198 * string/tester.c (test_strnlen): Add a few more test cases.
51199 * string/tst-strlen.c: Better error reporting.
51200
51201 * sysdeps/x86_64/strnlen.S: New file.
51202
8e96b93a
UD
512032010-07-24 Ulrich Drepper <drepper@redhat.com>
51204
51205 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
51206 lower-latency instructions.
51207
dbc676d4
UD
512082010-07-23 Ulrich Drepper <drepper@redhat.com>
51209
51210 * string/test-strcasestr.c: New file.
51211 * string/test-strstr.c: New file.
51212 * string/Makefile (strop-tests): Add strstr and strcasestr.
51213 * string/str-two-way.h: Don't undefine MAX.
51214 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
51215
f6a31e0e
AS
512162010-07-21 Andreas Schwab <schwab@redhat.com>
51217
51218 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51219 strcasestr-nonascii.
51220 (CFLAGS-strcasestr-nonascii.c): Define.
51221 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
51222 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
51223 Remove unused attribute.
51224
5dbc3b6c
RM
512252010-07-20 Roland McGrath <roland@redhat.com>
51226
51227 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
51228 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
51229 ld.so.cache was broken. With it, there is no way to disable dsocaps
51230 like LD_HWCAP_MASK can disable hwcaps.
51231
23d101d8
EPM
512322010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
51233
51234 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
51235
cc9f2e47
UD
512362010-07-16 Ulrich Drepper <drepper@redhat.com>
51237
51238 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
51239 call in strcasestr.
51240 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
51241 __strcasestr_sse42_nonascii.
51242 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
51243 strcasestr-nonascii.c.
51244 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
51245
77c1b069
LM
512462010-06-15 Luis Machado <luisgpm@br.ibm.com>
51247
51248 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
51249 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
51250 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
51251 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
51252
440566c3
UD
512532010-07-09 Ulrich Drepper <drepper@redhat.com>
51254
51255 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
51256 fcntl.
51257
5be9d05d
AS
512582010-07-06 Andreas Schwab <schwab@redhat.com>
51259
c30b7ee2 51260 [BZ #11577]
5be9d05d
AS
51261 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
51262 dl_signal_cerror.
51263
8a492a67
UD
512642010-07-06 Ulrich Drepper <drepper@redhat.com>
51265
51266 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
51267 _PC_PIPE_BUF using F_GETPIPE_SZ.
51268
713df3d5
RM
512692010-07-05 Roland McGrath <roland@redhat.com>
51270
51271 * manual/arith.texi (Rounding Functions): Fix rint description
51272 implicit in round description.
51273
702e8f14
UD
512742010-07-02 Ulrich Drepper <drepper@redhat.com>
51275
51276 * elf/Makefile: Fix linking for a few tests to make recent linker
51277 happy.
51278
52ed8be9
AS
512792010-06-30 Andreas Schwab <schwab@redhat.com>
51280
51281 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
51282 $(common-objpfx)libc_nonshared.a.
51283
f47c9a11
LM
512842010-06-21 Luis Machado <luisgpm@br.ibm.com>
51285
51286 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
51287 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
51288 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51289 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51290 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
51291 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
51292 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51293 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51294 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
51295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
51296 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
51297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
51298 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
51299 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
51300 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
51301 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
51302 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
51303 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
51304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
51305 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
51306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
51307 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
51308 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
51309 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
51310 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
51311 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
51312 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
51313 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
51314 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
51315 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
51316 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
51317 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
51318 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
51319 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
51320 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
51321 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
51322 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
51323 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
51324 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
51325 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
51326 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
51327 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
51328 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
51329 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
51330 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
51331 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
51332 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
51333 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
51334
6fb8cbcb
L
513352010-06-25 H.J. Lu <hongjiu.lu@intel.com>
51336
51337 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
51338 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
51339 * string/memmove.c (memmove): Renamed to ...
51340 (MEMMOVE): ...this. Default to memmove.
51341 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
51342 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
51343 (END_CHK): Define.
51344 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51345 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
51346 mempcpy-ssse3-back memmove-ssse3-back.
51347 * sysdeps/x86_64/multiarch/bcopy.S: New file .
51348 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
51349 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
51350 * sysdeps/x86_64/multiarch/memcpy.S: New file.
51351 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
51352 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
51353 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
51354 * sysdeps/x86_64/multiarch/memmove.c: New file.
51355 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
51356 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
51357 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
51358 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
51359 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
51360 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
51361 Define.
51362 (index_Fast_Copy_Backward): Define.
51363 (HAS_ARCH_FEATURE): Define.
51364 (HAS_FAST_REP_STRING): Define.
51365 (HAS_FAST_COPY_BACKWARD): Define.
51366
4e733bac 513672010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
51368
51369 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
51370 Restore proper fallback handling.
51371
63c4ed22
UD
513722010-06-19 Ulrich Drepper <drepper@redhat.com>
51373
ac2b484c
UD
51374 [BZ #11701]
51375 * posix/group_member.c (__group_member): Correct checking loop.
51376
63c4ed22
UD
51377 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
51378 OOM in getpwuid_r correctly. Return error number when the caller
51379 should return, otherwise -1.
51380 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
51381 call returning > 0 value.
51382 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
51383
765ade4b
AS
513842010-06-07 Andreas Schwab <schwab@redhat.com>
51385
51386 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
51387 libc_nonshared.a from targets in modules-names.
51388
80da2e09
KS
513892010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
51390
51391 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
51392 requires it.
51393
158db122
LM
513942010-06-10 Luis Machado <luisgpm@br.ibm.com>
51395
51396 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
51397 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
51398 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
51399 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
51400
caa78cf8
AS
514012010-06-02 Andreas Schwab <schwab@redhat.com>
51402
51403 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
51404
b2ef2c01
UD
514052010-06-14 Ulrich Drepper <drepper@redhat.com>
51406
51407 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
51408 and F_GETPIPE_SZ.
51409 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51410 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51411 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51412 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51413 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51414 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
51415
fbd643b6
RM
514162010-06-14 Roland McGrath <roland@redhat.com>
51417
51418 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
51419
f32f2869
JJ
514202010-06-07 Jakub Jelinek <jakub@redhat.com>
51421
51422 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
51423 __REDIRECT followed by __THROW.
51424 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
51425 * posix/getopt.h (getopt): Likewise.
51426
2a50c078
EPM
514272010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
51428
51429 * hurd/lookup-at.c (__file_name_lookup_at): Accept
51430 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
51431 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
51432 in AT_FLAGS.
51433 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51434 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
51435
eb5ad2eb
LM
514362010-05-28 Luis Machado <luisgpm@br.ibm.com>
51437
51438 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
51439
3c88fe1e
L
514402010-05-26 H.J. Lu <hongjiu.lu@intel.com>
51441
51442 [BZ #11640]
51443 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51444 Properly check family and model.
51445
d2f73151
TY
514462010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
51447
51448 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
51449
ebd2e13d
LM
514502010-05-24 Luis Machado <luisgpm@br.ibm.com>
51451
51452 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
51453
b32b8b45
UD
514542010-05-21 Ulrich Drepper <drepper@redhat.com>
51455
51456 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
51457 symbol reference.
51458
9acbe24d
AS
514592010-05-19 Andreas Schwab <schwab@redhat.com>
51460
51461 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
51462 symbol reference.
51463
f0ccf6ea
AS
514642010-05-21 Andreas Schwab <schwab@redhat.com>
51465
3d04ff3a
AS
51466 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
51467 and internal_recvmmsg.
51468 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
51469 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
51470 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
51471 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
51472
f0ccf6ea
AS
51473 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
51474 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
51475 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
51476
5b08ac57
AS
514772010-05-20 Andreas Schwab <schwab@redhat.com>
51478
51479 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
51480
4828935d
LM
514812010-05-17 Luis Machado <luisgpm@br.ibm.com>
51482
51483 POWER7 optimizations.
51484 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
51485 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
51486
373d545e
UD
514872010-05-19 Ulrich Drepper <drepper@redhat.com>
51488
51489 * version.h: Update for 2.13 development version.
51490
21a2b1ae
AS
514912010-05-12 Andrew Stubbs <ams@codesourcery.com>
51492
51493 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
51494 exceptions. Return 0.
51495
3f7dcb2b
RM
514962010-05-07 Roland McGrath <roland@redhat.com>
51497
51498 * elf/ldconfig.c (main): Add a const.
51499
5f24d53a 515002010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 51501
a160f8d8
UD
51502 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
51503 (args_options): Add no-idn option.
51504 (ahosts_keys_int): Add idn_flags to ai_flags.
51505 (parse_option): Handle 'i' option to clear idn_flags.
51506
5f24d53a
UD
51507 * malloc/malloc.c (_int_free): Possible race in the most recently
51508 added check. Only act on the data if no current modification
51509 happened.
265bb1ce
UD
51510
51511See ChangeLog.17 for earlier changes.